#kredited {
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 0px;
    font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif, sans-serif;
    z-index: 3000;
    color: #aaa
}

#kredited .kpanel {
    background: #fff;
    box-shadow: 1px 1px 3px #8c8c8c;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0;
    margin-top: 35px;
    overflow: hidden;
    z-index: 100;
    max-height: 0px
}

#kredited .kpanel ul.main {
    overflow: auto
}

#kredited .kplus_btn {
    height: 25px;
    width: 25px;
    position: absolute;
    right: 0;
    cursor: pointer;
    z-index: 99;
    fill: #000;
    display: block;
    bottom: 0
}

#kredited .kminus_btn {
    position: absolute;
    right: 0;
    font-size: 20px;
    top: 0;
    padding: 10px;
    color: black;
    cursor: pointer;
    z-index: 99;
    fill: #03d7b9
}

#kredited a {
    color: #aaa
}

#kredited a:hover {
    color: #333
}

#kredited ul {
    padding: 20px
}

#kredited ul li {
    width: auto;
    margin-right: 3%;
    float: left;
    display: inline;
    line-height: 18px;
    text-align: left
}

#kredited .kpanel ul li h1 {
    font-size: 1.0em;
    color: #000;
    line-height: 1em;
    margin: 0 0 5px;
    padding: 0
}

#kredited ul li ul {
    padding: 0
}

#kredited ul li ul li {
    display: inline-block;
    line-height: 18px;
    text-align: left;
    width: 100%;
    margin-bottom: 0
}

@media (max-width: 480px) {
    #kredited {
        display: none
    }

    #kredited ul li {
        width: 100%
    }

    #kredited .kplus_btn {
        width: 25px;
        height: 25px
    }

    #kredited .kpanel {
        margin-top: 25px
    }
}

@media (max-width: 768px) {
    #kredited ul li {
        width: 47%
    }
}

#kredited .transitions {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out
}

.button {
    background: #00a6fc;
    display: inline-block;
    text-align: center;
    padding: 9px 34px 11px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
    position: relative;
    cursor: pointer;
    border: none
}

input[type=submit].button {
    -webkit-appearance: none
}

.button.nice {
    background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -34px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.28);
    background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -34px, -moz-linear-gradient(top, rgba(255, 255, 255, .4) 0%, transparent 100%);
    background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -34px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .4)), color-stop(100%, transparent));
    border: 1px solid #0593dc;
    -webkit-transition: background-color .15s ease-in-out;
    -moz-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out
}

.button.radius {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.button.round {
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}

.button.full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center
}

.button.left-align {
    text-align: left;
    text-indent: 12px
}

.small.button {
    font-size: 11px;
    padding: 8px 20px 10px;
    width: auto
}

.medium.button {
    font-size: 13px;
    width: auto
}

.large.button {
    font-size: 18px;
    padding: 11px 48px 13px;
    width: auto
}

.nice.small.button {
    background-position: 0 -36px
}

.nice.large.button {
    background-position: 0 -30px
}

.blue.button {
    background-color: #00a6fc
}

.red.button {
    background-color: #e91c21
}

.white.button {
    background-color: #e9e9e9;
    color: #333
}

.black.button {
    background-color: #141414
}

.nice.blue.button {
    border: 1px solid #0593dc
}

.nice.red.button {
    border: 1px solid #b90b0b
}

.nice.white.button {
    border: 1px solid #cacaca;
    text-shadow: none !important
}

.nice.black.button {
    border: 1px solid #000
}

.button:hover, .button:focus {
    background-color: #0192dd;
    color: #fff
}

.blue.button:hover, .blue.button:focus {
    background-color: #0192dd
}

.red.button:hover, .red.button:focus {
    background-color: #d01217
}

.white.button:hover, .white.button:focus {
    background-color: #dadada;
    color: #333
}

.black.button:hover, .black.button:focus {
    background-color: #000
}

.button.disabled, .button[disabled] {
    opacity: 0.6;
    cursor: default
}

div.alert-box {
    display: block;
    padding: 6px 7px;
    font-weight: bold;
    font-size: 13px;
    background: #eee;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-shadow: 0 1px rgba(255, 255, 255, 0.9);
    position: relative
}

.alert-box.success {
    background-color: #7fae00;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3)
}

.alert-box.warning {
    background-color: #c08c00;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3)
}

.alert-box.error {
    background-color: #c00000;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3)
}

.alert-box a.close {
    color: #000;
    position: absolute;
    right: 4px;
    top: 0;
    font-size: 18px;
    opacity: 0.2;
    padding: 4px
}

.alert-box a.close:hover, .alert-box a.close:focus {
    opacity: 0.4
}

dl.tabs {
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    height: 30px;
    border-bottom: solid 1px #ddd
}

dl.tabs dt {
    display: block;
    width: auto;
    height: 30px;
    padding: 0 9px 0 20px;
    line-height: 30px;
    float: left;
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
    cursor: default
}

dl.tabs dt:first-child {
    padding: 0 9px 0 0
}

dl.tabs dd {
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left
}

dl.tabs dd a {
    display: block;
    width: auto;
    height: 29px;
    padding: 0 9px;
    line-height: 30px;
    border: solid 1px #ddd;
    margin: 0 -1px 0 0;
    color: #555;
    background: #eee
}

dl.tabs dd a.active {
    background: #fff;
    border-width: 1px 1px 0 1px;
    height: 30px
}

.nice.tabs {
    border-bottom: solid 1px #eee;
    margin: 0 0 30px 0;
    height: 43px
}

.nice.tabs dd a {
    padding: 7px 18px 9px;
    font-size: 15px;
    font-size: 1.5rem;
    color: #555555;
    background: none;
    border: none
}

.nice.tabs dd a.active {
    font-weight: bold;
    color: #333;
    background: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 3px solid #00a6fc;
    margin: 0 10px;
    position: relative;
    top: -5px
}

.nice.tabs dd:first-child a.active {
    margin-left: 0
}

dl.tabs.vertical {
    height: auto
}

dl.tabs.vertical dt, dl.tabs.vertical dd, dl.nice.tabs.vertical dt,
dl.nice.tabs.vertical dd {
    float: none;
    height: auto
}

dl.tabs.vertical dd a {
    display: block;
    width: auto;
    height: auto;
    padding: 15px 20px;
    line-height: 1;
    border: solid 0 #ccc;
    border-width: 1px 1px 0;
    margin: 0;
    color: #555;
    background: #eee;
    font-size: 15px;
    font-size: 1.5rem
}

dl.tabs.vertical dd a.active {
    height: auto;
    margin: 0;
    border-width: 1px 0 0;
    background: #fff
}

.nice.tabs.vertical {
    border-bottom: solid 1px #eee;
    height: auto
}

.nice.tabs.vertical dd a {
    padding: 15px 20px;
    border: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    background: #fff
}

.nice.tabs.vertical dd a.active {
    border: none;
    background: #00a6fc;
    color: #fff;
    margin: 0;
    position: static;
    top: 0;
    height: auto
}

.nice.tabs.vertical dd:first-child a.active {
    margin: 0
}

ul.tabs-content {
    margin: 0;
    display: block
}

ul.tabs-content>li {
    display: none
}

ul.tabs-content>li.active {
    display: block
}

dl.contained, dl.nice.contained {
    margin-bottom: 0
}

dl.contained.tabs dd a {
    padding: 0 14px
}

dl.nice.contained.tabs dd a {
    padding: 7px 18px 9px
}

ul.contained.tabs-content {
    padding: 0
}

ul.contained.tabs-content>li {
    padding: 20px;
    border: solid 0 #ddd;
    border-width: 0 1px 1px 1px
}

ul.nice.contained.tabs-content>li {
    border-color: #eee
}

ul.pagination {
    display: block;
    height: 24px;
    margin-left: -5px
}

ul.pagination li {
    float: left;
    display: block;
    height: 24px;
    color: #999;
    font-size: 15px;
    margin-left: 5px
}

ul.pagination li a {
    display: block;
    padding: 6px 7px 4px;
    color: #555
}

ul.pagination li.current a, ul.pagination li:hover a, ul.pagination li a:focus {
    border-bottom: solid 2px #00a6fc;
    color: #141414
}

ul.pagination li.unavailable a {
    cursor: default;
    color: #999
}

ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
    border-bottom: none
}

ul.nice, ol.nice {
    list-style: none;
    margin: 0
}

ul.nice li, ol.nice li {
    padding-left: 13px;
    position: relative
}

ul.nice li span.bullet, ol.nice li span.number {
    position: absolute;
    left: 0;
    top: 0;
    color: #ccc
}

div.panel {
    padding: 20px 20px 2px 20px;
    background: #efefef;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #F4F4F4));
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F4F4F4', GradientType=0 );
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    margin: 0 0 20px 0
}

.nav-bar {
    height: 45px;
    background: #fff;
    margin-top: 20px;
    border: 1px solid #ddd
}

.nav-bar>li {
    float: left;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    border-right: 1px solid #ddd;
    line-height: 45px
}

.nav-bar>li>a {
    position: relative;
    font-size: 14px;
    padding: 0 20px;
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem
}

.nav-bar>li>input {
    margin: 0 16px
}

.nav-bar>li ul {
    margin-bottom: 0
}

.nav-bar>li li {
    line-height: 1.3
}

.nav-bar>li.has-flyout>a {
    padding-right: 36px
}

.nav-bar>li.has-flyout>a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #2a85e8;
    display: block;
    position: absolute;
    right: 18px;
    bottom: 20px
}

.nav-bar>li:hover>a {
    color: #141414;
    z-index: 2
}

.nav-bar>li:hover>a:after {
    border-top-color: #141414
}

.flyout {
    background: #fff;
    margin: 0;
    padding: 20px;
    border: 1px solid #ddd;
    position: absolute;
    top: 45px;
    left: -1px;
    width: 400px;
    z-index: 10
}

.flyout.small {
    width: 200px
}

.flyout.large {
    width: 600px
}

.flyout.right {
    left: auto;
    right: 0
}

.flyout p:last-child {
    margin-bottom: 0
}

.nav-bar>li .flyout {
    display: none
}

.nav-bar>li:hover .flyout {
    display: block
}

ul.vcard {
    display: inline-block;
    margin: 0 0 12px 0;
    border: 1px solid #ddd;
    padding: 10px
}

ul.vcard li {
    margin: 0;
    display: block
}

ul.vcard li.fn {
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem
}

p.vevent span.summary {
    font-weight: bold
}

p.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 1px
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

html {
    font-size: 62.5%
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    background: #fff;
    font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #555;
    position: relative;
    -webkit-font-smoothing: antialiased
}

a {
    color: #2a85e8;
    text-decoration: none;
    line-height: inherit
}

a:hover {
    color: #11639d
}

a:focus {
    color: #cc4714;
    outline: none
}

p a, p a:visited {
    line-height: inherit
}

ul, ol {
    margin-bottom: 18px
}

ul {
    list-style: none outside
}

ol {
    list-style: decimal
}

ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px
}

ul.square {
    list-style: square outside
}

ul.circle {
    list-style: circle outside
}

ul.disc {
    list-style: disc outside
}

li {
    margin-bottom: 12px
}

ul.large li {
    line-height: 21px
}

table {
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 18px;
    border: 1px solid #ddd
}

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 {
    font-size: 12px;
    line-height: 18px;
    text-align: left
}

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
}

.left {
    float: left
}

.right {
    float: right
}

.hide {
    display: none
}

.highlight {
    background: #ff0
}

h1, h2, h3, h4, h5, h6 {
    color: #181818;
    font-weight: bold;
    line-height: 1.25
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit
}

h1 {
    font-size: 46px;
    font-size: 4.6rem;
    margin-bottom: 12px
}

h2 {
    font-size: 35px;
    font-size: 3.5rem;
    margin-bottom: 9px
}

h3 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 9px
}

h4 {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 3px
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: 3px
}

h6 {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal
}

.subheader {
    color: #777;
    font-weight: 300;
    margin-bottom: 24px
}

p {
    line-height: 17px;
    margin: 0 0 18px
}

p img {
    margin: 0
}

p.lead {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px
}

em, i {
    font-style: italic;
    line-height: inherit
}

strong, b {
    font-weight: bold;
    line-height: inherit
}

small {
    font-size: 60%;
    line-height: inherit
}

h1 small, h2 small, h3 small, h4 small, h5 small {
    color: #777
}

blockquote, blockquote p {
    line-height: 20px;
    color: #777
}

blockquote {
    margin: 0 0 18px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd
}

blockquote cite {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    color: #555
}

blockquote cite:before {
    content: url(../../themes/img/blockquote.png)
}

blockquote cite a, blockquote cite a:visited {
    color: #555
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 12px 0 18px;
    height: 0
}

abbr, acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222;
    border-bottom: 1px solid #ddd;
    cursor: help
}

abbr {
    text-transform: none
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important
    }

    p a, p a:visited {
        color: #444 !important;
        text-decoration: underline
    }

    p a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    @page {
        margin: 0.5cm
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

.container {
    padding: 0 20px
}

.row {
    width: 100%;
    max-width: 980px;
    min-width: 727px;
    margin: 0 auto
}

.row .row {
    min-width: 0
}

.column, .columns {
    margin-left: 4.4%;
    float: left;
    min-height: 1px;
    position: relative
}

.column:first-child, .columns:first-child {
    margin-left: 0
}

.row .one.columns {
    width: 4.3%
}

.row .two.columns {
    width: 13%
}

.row .three.columns {
    width: 21.68%
}

.row .four.columns {
    width: 30.4%
}

.row .five.columns {
    width: 39.1%
}

.row .six.columns {
    width: 47.8%
}

.row .seven.columns {
    width: 56.5%
}

.row .eight.columns {
    width: 65.2%
}

.row .nine.columns {
    width: 73.9%
}

.row .ten.columns {
    width: 82.6%
}

.row .eleven.columns {
    width: 91.3%
}

.row .twelve.columns {
    width: 100%
}

.row .offset-by-one {
    margin-left: 13.1%
}

.row .offset-by-two {
    margin-left: 21.8%
}

.row .offset-by-three {
    margin-left: 30.5%
}

.row .offset-by-four {
    margin-left: 39.2%
}

.row .offset-by-five {
    margin-left: 47.9%
}

.row .offset-by-six {
    margin-left: 56.6%
}

.row .offset-by-seven {
    margin-left: 65.3%
}

.row .offset-by-eight {
    margin-left: 74.0%
}

.row .offset-by-nine {
    margin-left: 82.7%
}

.row .offset-by-ten {
    margin-left: 91.4%
}

.row .centered {
    float: none;
    margin: 0 auto
}

.row .offset-by-one:first-child {
    margin-left: 8.7%
}

.row .offset-by-two:first-child {
    margin-left: 17.4%
}

.row .offset-by-three:first-child {
    margin-left: 26.1%
}

.row .offset-by-four:first-child {
    margin-left: 34.8%
}

.row .offset-by-five:first-child {
    margin-left: 43.5%
}

.row .offset-by-six:first-child {
    margin-left: 52.2%
}

.row .offset-by-seven:first-child {
    margin-left: 60.9%
}

.row .offset-by-eight:first-child {
    margin-left: 69.6%
}

.row .offset-by-nine:first-child {
    margin-left: 78.3%
}

.row .offset-by-ten:first-child {
    margin-left: 87%
}

.row .offset-by-eleven:first-child {
    margin-left: 95.7%
}

img, object, embed {
    max-width: 100%;
    height: auto
}

img {
    -ms-interpolation-mode: bicubic
}

.row:before, .row:after, .clearfix:before, .clearfix:after {
    content: "";
    display: table
}

.row:after, .clearfix:after {
    clear: both
}

.row, .clearfix {
    zoom: 1
}

.block-grid {
    display: block;
    overflow: hidden
}

.block-grid>li {
    display: block;
    height: auto;
    float: left
}

.block-grid.two-up {
    margin-left: -4%
}

.block-grid.two-up>li {
    margin-left: 4%;
    width: 46%
}

.block-grid.three-up {
    margin-left: -2%
}

.block-grid.three-up>li {
    margin-left: 2%;
    width: 31.3%
}

.block-grid.four-up {
    margin-left: -2%
}

.block-grid.four-up>li {
    margin-left: 2%;
    width: 23%
}

.block-grid.five-up {
    margin-left: -1.5%
}

.block-grid.five-up>li {
    margin-left: 1.5%;
    width: 18.5%
}

.button {
    background: #00a6fc;
    display: inline-block;
    text-align: center;
    padding: 9px 34px 11px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
    position: relative;
    cursor: pointer;
    border: none
}

input[type=submit].button {
    -webkit-appearance: none
}

.button.nice {
    background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -34px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.28);
    background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -34px, -moz-linear-gradient(top, rgba(255, 255, 255, .4) 0%, transparent 100%);
    background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -34px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .4)), color-stop(100%, transparent));
    border: 1px solid #0593dc;
    -webkit-transition: background-color .15s ease-in-out;
    -moz-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out
}

.button.radius {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.button.round {
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}

.button.full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center
}

.button.left-align {
    text-align: left;
    text-indent: 12px
}

.small.button {
    font-size: 11px;
    padding: 8px 20px 10px;
    width: auto
}

.medium.button {
    font-size: 13px;
    width: auto
}

.large.button {
    font-size: 18px;
    padding: 11px 48px 13px;
    width: auto
}

.nice.small.button {
    background-position: 0 -36px
}

.nice.large.button {
    background-position: 0 -30px
}

.blue.button {
    background-color: #00a6fc
}

.red.button {
    background-color: #e91c21
}

.white.button {
    background-color: #e9e9e9;
    color: #333
}

.black.button {
    background-color: #141414
}

.nice.blue.button {
    border: 1px solid #0593dc
}

.nice.red.button {
    border: 1px solid #b90b0b
}

.nice.white.button {
    border: 1px solid #cacaca;
    text-shadow: none !important
}

.nice.black.button {
    border: 1px solid #000
}

.button:hover, .button:focus {
    background-color: #0192dd;
    color: #fff
}

.blue.button:hover, .blue.button:focus {
    background-color: #0192dd
}

.red.button:hover, .red.button:focus {
    background-color: #d01217
}

.white.button:hover, .white.button:focus {
    background-color: #dadada;
    color: #333
}

.black.button:hover, .black.button:focus {
    background-color: #000
}

.button.disabled, .button[disabled] {
    opacity: 0.6;
    cursor: default
}

div.alert-box {
    display: block;
    padding: 6px 7px;
    font-weight: bold;
    font-size: 13px;
    background: #eee;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-shadow: 0 1px rgba(255, 255, 255, 0.9);
    position: relative
}

.alert-box.success {
    background-color: #7fae00;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3)
}

.alert-box.warning {
    background-color: #c08c00;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3)
}

.alert-box.error {
    background-color: #c00000;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3)
}

.alert-box a.close {
    color: #000;
    position: absolute;
    right: 4px;
    top: 0;
    font-size: 18px;
    opacity: 0.2;
    padding: 4px
}

.alert-box a.close:hover, .alert-box a.close:focus {
    opacity: 0.4
}

dl.tabs {
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    height: 30px;
    border-bottom: solid 1px #ddd
}

dl.tabs dt {
    display: block;
    width: auto;
    height: 30px;
    padding: 0 9px 0 20px;
    line-height: 30px;
    float: left;
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
    cursor: default
}

dl.tabs dt:first-child {
    padding: 0 9px 0 0
}

dl.tabs dd {
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left
}

dl.tabs dd a {
    display: block;
    width: auto;
    height: 29px;
    padding: 0 9px;
    line-height: 30px;
    border: solid 1px #ddd;
    margin: 0 -1px 0 0;
    color: #555;
    background: #eee
}

dl.tabs dd a.active {
    background: #fff;
    border-width: 1px 1px 0 1px;
    height: 30px
}

.nice.tabs {
    border-bottom: solid 1px #eee;
    margin: 0 0 30px 0;
    height: 43px
}

.nice.tabs dd a {
    padding: 7px 18px 9px;
    font-size: 15px;
    font-size: 1.5rem;
    color: #555555;
    background: none;
    border: none
}

.nice.tabs dd a.active {
    font-weight: bold;
    color: #333;
    background: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 3px solid #00a6fc;
    margin: 0 10px;
    position: relative;
    top: -5px
}

.nice.tabs dd:first-child a.active {
    margin-left: 0
}

dl.tabs.vertical {
    height: auto
}

dl.tabs.vertical dt, dl.tabs.vertical dd, dl.nice.tabs.vertical dt,
dl.nice.tabs.vertical dd {
    float: none;
    height: auto
}

dl.tabs.vertical dd a {
    display: block;
    width: auto;
    height: auto;
    padding: 15px 20px;
    line-height: 1;
    border: solid 0 #ccc;
    border-width: 1px 1px 0;
    margin: 0;
    color: #555;
    background: #eee;
    font-size: 15px;
    font-size: 1.5rem
}

dl.tabs.vertical dd a.active {
    height: auto;
    margin: 0;
    border-width: 1px 0 0;
    background: #fff
}

.nice.tabs.vertical {
    border-bottom: solid 1px #eee;
    height: auto
}

.nice.tabs.vertical dd a {
    padding: 15px 20px;
    border: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    background: #fff
}

.nice.tabs.vertical dd a.active {
    border: none;
    background: #00a6fc;
    color: #fff;
    margin: 0;
    position: static;
    top: 0;
    height: auto
}

.nice.tabs.vertical dd:first-child a.active {
    margin: 0
}

ul.tabs-content {
    margin: 0;
    display: block
}

ul.tabs-content>li {
    display: none
}

ul.tabs-content>li.active {
    display: block
}

dl.contained, dl.nice.contained {
    margin-bottom: 0
}

dl.contained.tabs dd a {
    padding: 0 14px
}

dl.nice.contained.tabs dd a {
    padding: 7px 18px 9px
}

ul.contained.tabs-content {
    padding: 0
}

ul.contained.tabs-content>li {
    padding: 20px;
    border: solid 0 #ddd;
    border-width: 0 1px 1px 1px
}

ul.nice.contained.tabs-content>li {
    border-color: #eee
}

ul.pagination {
    display: block;
    height: 24px;
    margin-left: -5px
}

ul.pagination li {
    float: left;
    display: block;
    height: 24px;
    color: #999;
    font-size: 15px;
    margin-left: 5px
}

ul.pagination li a {
    display: block;
    padding: 6px 7px 4px;
    color: #555
}

ul.pagination li.current a, ul.pagination li:hover a, ul.pagination li a:focus {
    border-bottom: solid 2px #00a6fc;
    color: #141414
}

ul.pagination li.unavailable a {
    cursor: default;
    color: #999
}

ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
    border-bottom: none
}

ul.nice, ol.nice {
    list-style: none;
    margin: 0
}

ul.nice li, ol.nice li {
    padding-left: 13px;
    position: relative
}

ul.nice li span.bullet, ol.nice li span.number {
    position: absolute;
    left: 0;
    top: 0;
    color: #ccc
}

div.panel {
    padding: 20px 20px 2px 20px;
    background: #efefef;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #F4F4F4));
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F4F4F4', GradientType=0 );
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    margin: 0 0 20px 0
}

.nav-bar {
    height: 45px;
    background: #fff;
    margin-top: 20px;
    border: 1px solid #ddd
}

.nav-bar>li {
    float: left;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    border-right: 1px solid #ddd;
    line-height: 45px
}

.nav-bar>li>a {
    position: relative;
    font-size: 14px;
    padding: 0 20px;
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem
}

.nav-bar>li>input {
    margin: 0 16px
}

.nav-bar>li ul {
    margin-bottom: 0
}

.nav-bar>li li {
    line-height: 1.3
}

.nav-bar>li.has-flyout>a {
    padding-right: 36px
}

.nav-bar>li.has-flyout>a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #2a85e8;
    display: block;
    position: absolute;
    right: 18px;
    bottom: 20px
}

.nav-bar>li:hover>a {
    color: #141414;
    z-index: 2
}

.nav-bar>li:hover>a:after {
    border-top-color: #141414
}

.flyout {
    background: #fff;
    margin: 0;
    padding: 20px;
    border: 1px solid #ddd;
    position: absolute;
    top: 45px;
    left: -1px;
    width: 400px;
    z-index: 10
}

.flyout.small {
    width: 200px
}

.flyout.large {
    width: 600px
}

.flyout.right {
    left: auto;
    right: 0
}

.flyout p:last-child {
    margin-bottom: 0
}

.nav-bar>li .flyout {
    display: none
}

.nav-bar>li:hover .flyout {
    display: block
}

ul.vcard {
    display: inline-block;
    margin: 0 0 12px 0;
    border: 1px solid #ddd;
    padding: 10px
}

ul.vcard li {
    margin: 0;
    display: block
}

ul.vcard li.fn {
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem
}

p.vevent span.summary {
    font-weight: bold
}

p.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 1px
}

form {
    margin: 0 0 18px
}

form label {
    display: block;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
    margin-bottom: 9px
}

input.input-text, textarea {
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb
}

input.input-text, textarea, select {
    display: block;
    margin-bottom: 9px
}

label + input.input-text, label + textarea, label + select, label + div.dropdown,
select + div.dropdown {
    margin-top: -9px
}

input.input-text, textarea {
    font-size: 13px;
    padding: 4px 3px 2px;
    background: #fff
}

input.input-text:focus, textarea:focus {
    outline: none !important
}

input.input-text.oversize, textarea.oversize {
    font-size: 18px !important;
    padding: 4px 5px !important
}

input.input-text:focus, textarea:focus {
    background: #f9f9f9
}

input.placeholder, textarea.placeholder {
    color: #888
}

input.input-text, textarea {
    width: 254px
}

input.small, textarea.small {
    width: 134px
}

input.medium, textarea.medium {
    width: 254px
}

input.large, textarea.large {
    width: 434px
}

form fieldset {
    padding: 9px 9px 2px 9px;
    border: solid 1px #ddd;
    margin: 18px 0
}

.form-field input[type=radio], div.form-field input[type=checkbox] {
    display: inline;
    width: auto;
    margin-bottom: 0
}

.form-field.error input, input.input-text.red {
    border-color: red;
    background-color: rgba(255, 0, 0, 0.15)
}

.form-field.error label, label.red {
    color: red
}

.form-field.error small, small.error {
    margin-top: -6px;
    display: block;
    margin-bottom: 9px;
    font-size: 11px;
    color: red;
    width: 260px
}

.small + small.error {
    width: 140px
}

.medium + small.error {
    width: 260px
}

.large + small.error {
    width: 440px
}

form.nice div.form-field input, form.nice input.input-text, form.nice textarea {
    border: solid 1px #bbb;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}

form.nice div.form-field input, form.nice input.input-text, form.nice textarea {
    font-size: 13px;
    padding: 6px 3px 4px;
    outline: none !important;
    background: url(../images/misc/input-bg.png) #fff
}

form.nice div.form-field input:focus, form.nice input.input-text:focus, form.nice textarea:focus {
    background-color: #f9f9f9
}

form.nice fieldset {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

form.nice div.form-field input[type=radio], form.nice div.form-field input[type=checkbox] {
    display: inline;
    width: auto;
    margin-bottom: 0
}

form.nice div.form-field.error small, form.nice small.error {
    padding: 6px 4px;
    border: solid 0 red;
    border-width: 0 1px 1px 1px;
    margin-top: -10px;
    background: red;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px
}

form.nice div.form-field.error .small + small, form.nice .small + small.error {
    width: 132px
}

form.nice div.form-field.error .medium + small, form.nice .medium + small.error {
    width: 252px
}

form.nice div.form-field.error .large + small, form.nice .large + small.error {
    width: 432px
}

form.custom span.custom {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
    border: solid 1px #ccc;
    background: url(../images/misc/custom-form-sprites.png) 0 0 no-repeat
}

form.custom span.custom.radio {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px
}

form.custom span.custom.radio.checked {
    background-position: 0 -14px
}

form.custom span.custom.checkbox.checked {
    background-position: 0 -28px
}

form.custom div.custom.dropdown {
    position: relative;
    display: inline-block;
    width: auto;
    height: 28px;
    margin-bottom: 9px
}

form.custom div.custom.dropdown a.current {
    display: block;
    width: auto;
    line-height: 26px;
    padding: 0 38px 0 6px;
    border: solid 1px #ddd;
    color: #141414
}

form.custom div.custom.dropdown a.selector {
    position: absolute;
    width: 26px;
    height: 26px;
    display: block;
    background: url(../images/misc/custom-form-sprites.png) -14px 0 no-repeat;
    right: 0;
    top: 0;
    border: solid 1px #ddd
}

form.custom div.custom.dropdown:hover a.selector, form.custom div.custom.dropdown.open a.selector {
    background-position: -14px -26px
}

form.custom div.custom.dropdown ul {
    position: absolute;
    width: auto;
    display: none;
    margin: 0;
    left: 0;
    top: 27px;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.9);
    border: solid 1px #ddd;
    z-index: 10
}

form.custom div.custom.dropdown ul li {
    cursor: pointer;
    padding: 3px 38px 3px 6px;
    margin: 0
}

form.custom div.custom.dropdown ul li.selected {
    background: url(../images/misc/custom-form-sprites.png) right -52px no-repeat
}

form.custom div.custom.dropdown ul li:hover {
    background-color: #2a85e8;
    color: #fff
}

form.custom div.custom.dropdown ul li.selected:hover {
    background: url(../images/misc/custom-form-sprites.png) #2a85e8 right -78px no-repeat
}

form.custom div.custom.dropdown ul.show {
    display: block
}

form.custom div.custom.dropdown.open ul {
    display: block
}

#caseStudies {
    width: 1000px;
    height: 210px;
    background: #fff url('../images/orbit/loading.gif') no-repeat center center;
    overflow: hidden
}

#caseStudies>img, #caseStudies>div, #caseStudies>a {
    display: none
}

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative
}

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden
}

div.orbit.with-bullets {
    margin-bottom: 40px
}

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0
}

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    display: none
}

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001
}

span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(../images/orbit/rotator-black.png) no-repeat;
    z-index: 3
}

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden
}

span.rotator.move {
    left: 0
}

span.mask.move {
    width: 40px;
    left: 0;
    background: url(../images/orbit/timer-black.png) repeat 0 0
}

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/orbit/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0
}

span.pause.active {
    background: url(../images/orbit/pause-black.png) no-repeat 0 -40px
}

div.timer:hover span.pause, span.pause.active {
    opacity: 1
}

.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif
}

.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0, 0, 0, .6);
    z-index: 1000;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%
}

div.slider-nav {
    display: block
}

div.slider-nav span {
    width: 78px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -50px;
    cursor: pointer
}

div.slider-nav span.right {
    background: url(../images/orbit/right-arrow.png);
    right: 0
}

div.slider-nav span.left {
    background: url(../images/orbit/left-arrow.png);
    left: 0
}

.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: -40px;
    left: 50%;
    margin-left: -50px;
    padding: 0
}

.orbit-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url(../images/orbit/bullets.jpg) no-repeat 4px 0;
    width: 13px;
    height: 12px;
    overflow: hidden
}

.orbit-bullets li.active {
    color: #222;
    background-position: -8px 0
}

.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px
}

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000
}

.orbit .fluid-placeholder {
    visibility: hidden;
    position: static;
    display: block;
    width: 100%
}

.orbit, .orbit-wrapper {
    width: 100% !important
}

.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: -50px;
    left: 50%;
    margin-left: -50px;
    padding: 0
}

.orbit-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url(../images/orbit/bullets.jpg) no-repeat 4px 0;
    width: 13px;
    height: 12px;
    overflow: hidden
}

.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px
}

.orbit-bullets li.active {
    color: #222;
    background-position: -8px 0
}

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 2000;
    display: none;
    top: 0;
    left: 0
}

.reveal-modal {
    visibility: hidden;
    top: 100px;
    left: 50%;
    margin-left: -300px;
    width: 520px;
    background: #eee url(../images/misc/modal-gloss.png) no-repeat -200px -80px;
    position: absolute;
    z-index: 2001;
    padding: 30px 40px 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

.reveal-modal.small {
    width: 200px;
    margin-left: -140px
}

.reveal-modal.medium {
    width: 400px;
    margin-left: -240px
}

.reveal-modal.large {
    width: 600px;
    margin-left: -340px
}

.reveal-modal.xlarge {
    width: 800px;
    margin-left: -440px
}

.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
    font-weight: bold;
    cursor: pointer
}

.reveal-modal .row {
    min-width: 0
}

@media handheld, only screen and (device-width: 768px), (device-width: 800px) {
    .reveal-modal-bg {
        position: absolute
    }

    .reveal-modal, .reveal-modal.small, .reveal-modal.medium, .reveal-modal.large,
    .reveal-modal.xlarge {
        width: 60%;
        top: 30%;
        left: 15%;
        margin-left: 0;
        padding: 5%;
        height: auto
    }
}

@media handheld, only screen and (max-width: 767px) {
    .reveal-modal-bg {
        position: absolute
    }

    .reveal-modal, .reveal-modal.small, .reveal-modal.medium, .reveal-modal.large,
    .reveal-modal.xlarge {
        width: 80%;
        top: 15%;
        left: 5%;
        margin-left: 0;
        padding: 5%;
        height: auto
    }
}

@media handheld, only screen and (max-width: 767px) {
    h1 {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.3
    }

    h2 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.3
    }

    h3 {
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 1.3
    }

    h4 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.2
    }

    h5 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.2
    }

    h6 {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.2
    }
}

@media only screen and (max-width: 767px) {
    body {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }

    .container {
        min-width: 0;
        margin-left: 0;
        margin-right: 0
    }

    .row {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0
    }

    .row .row .column, .row .row .columns {
        padding: 0
    }

    .column, .columns {
        width: auto !important;
        float: none;
        margin-left: 0;
        margin-right: 0
    }

    .column:last-child, .columns:last-child {
        margin-right: 0
    }

    .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four,
    .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight,
    .offset-by-nine, .offset-by-ten, .offset-by-eleven, .centered {
        margin-left: 0 !important
    }

    .row .phone-one.column:first-child, .row .phone-two.column:first-child, .row .phone-three.column:first-child, .row .phone-four.column:first-child, .row .phone-one.columns:first-child, .row .phone-two.columns:first-child, .row .phone-three.columns:first-child, .row .phone-four.columns:first-child {
        margin-left: 0
    }

    .row .phone-one.column, .row .phone-two.column, .row .phone-three.column,
    .row .phone-four.column, .row .phone-one.columns, .row .phone-two.columns,
    .row .phone-three.columns, .row .phone-four.columns {
        margin-left: 4.4%;
        float: left;
        min-height: 1px;
        position: relative;
        padding: 0
    }

    .row .phone-one.columns {
        width: 21.68% !important
    }

    .row .phone-two.columns {
        width: 47.8% !important
    }

    .row .phone-three.columns {
        width: 73.9% !important
    }

    .row .phone-four.columns {
        width: 100% !important
    }
}

@media only screen and (max-width: 767px) {
    .block-grid.mobile {
        margin-left: 0
    }

    .block-grid.mobile li {
        float: none;
        width: 100%;
        margin-left: 0
    }
}

.show-on-phones {
    display: none !important
}

.show-on-tablets {
    display: none !important
}

.show-on-desktops {
    display: block !important
}

.hide-on-phones {
    display: block !important
}

.hide-on-tablets {
    display: block !important
}

.hide-on-desktops {
    display: none !important
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px) {
    .hide-on-phones {
        display: block !important
    }

    .hide-on-tablets {
        display: none !important
    }

    .hide-on-desktops {
        display: block !important
    }

    .show-on-phones {
        display: none !important
    }

    .show-on-tablets {
        display: block !important
    }

    .show-on-desktops {
        display: none !important
    }
}

@media only screen and (max-width: 767px) {
    .hide-on-phones {
        display: none !important
    }

    .hide-on-tablets {
        display: block !important
    }

    .hide-on-desktops {
        display: block !important
    }

    .show-on-phones {
        display: block !important
    }

    .show-on-tablets {
        display: none !important
    }

    .show-on-desktops {
        display: none !important
    }
}

table.show-on-desktops {
    display: table !important
}

table.hide-on-phones {
    display: table !important
}

table.hide-on-tablets {
    display: table !important
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px) {
    table.hide-on-phones {
        display: block !important
    }

    table.hide-on-desktops {
        display: block !important
    }

    table.show-on-tablets {
        display: block !important
    }
}

@media only screen and (max-width: 767px) {
    table.hide-on-tablets {
        display: block !important
    }

    table.hide-on-desktops {
        display: block !important
    }

    table.show-on-phones {
        display: block !important
    }
}

@media only screen and (max-width: 767px) {
    div.form-field input, div.form-field input.small, div.form-field input.medium,
    div.form-field input.large, div.form-field input.oversize, input.input-text,
    input.input-text.oversize, textarea, form.nice div.form-field input,
    form.nice div.form-field input.oversize, form.nice input.input-text,
    form.nice input.input-text.oversize, form.nice textarea {
        display: block;
        width: 96%;
        padding: 6px 2% 4px;
        font-size: 18px
    }

    form.nice div.form-field input, form.nice div.form-field input.oversize,
    form.nice input.input-text, form.nice input.input-text.oversize,
    form.nice textarea {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px
    }

    form.nice div.form-field.error small, form.nice small.error {
        padding: 6px 2%;
        display: block
    }

    form.nice div.form-field.error .small + small, form.nice .small + .error {
        width: auto
    }

    form.nice div.form-field.error .medium + small, form.nice .medium + .error {
        width: auto
    }

    form.nice div.form-field.error .large + small, form.nice .large + .error {
        width: auto
    }
}

@media only screen and (max-width: 767px) {
    .button {
        display: block
    }

    button.button {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (max-width: 767px) {
    dl.tabs.mobile, dl.nice.tabs.mobile {
        width: auto;
        margin: 20px -20px 40px;
        height: auto
    }

    dl.tabs.mobile dt, dl.tabs.mobile dd, dl.nice.tabs.mobile dt, dl.nice.tabs.mobile dd {
        float: none;
        height: auto
    }

    dl.tabs.mobile dd a {
        display: block;
        width: auto;
        height: auto;
        padding: 18px 20px;
        line-height: 1;
        border: solid 0 #ccc;
        border-width: 1px 0 0;
        margin: 0;
        color: #555;
        background: #eee;
        font-size: 15px;
        font-size: 1.5rem
    }

    dl.tabs.mobile dd a.active {
        height: auto;
        margin: 0;
        border-width: 1px 0 0
    }

    .nice.tabs.mobile {
        border-bottom: solid 1px #ccc;
        height: auto
    }

    .nice.tabs.mobile dd a {
        padding: 18px 20px;
        border: none;
        border-left: none;
        border-right: none;
        border-top: 1px solid #ccc;
        background: #fff
    }

    .nice.tabs.mobile dd a.active {
        border: none;
        background: #00a6fc;
        color: #fff;
        margin: 0;
        position: static;
        top: 0;
        height: auto
    }

    .nice.tabs.mobile dd:first-child a.active {
        margin: 0
    }

    dl.contained.mobile, dl.nice.contained.mobile {
        margin-bottom: 0
    }

    dl.contained.tabs.mobile dd a {
        padding: 18px 20px
    }

    dl.nice.contained.tabs.mobile dd a {
        padding: 18px 20px
    }
}

@media only screen and (max-width: 767px) {
    .nav-bar {
        height: auto
    }

    .nav-bar>li {
        float: none;
        display: block;
        border-right: none
    }

    .nav-bar>li>a {
        text-align: left;
        border-top: 1px solid #ddd;
        border-right: none
    }

    .nav-bar>li:first-child>a {
        border-top: none
    }

    .nav-bar>li.has-flyout>a:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #2a85e8;
        display: block
    }

    .nav-bar>li:hover>a {
        font-weight: bold
    }

    .nav-bar>li:hover ul {
        position: relative
    }

    .flyout {
        position: relative;
        width: auto;
        top: auto;
        margin-right: -2px;
        border-width: 1px 1px 0px 1px
    }

    .flyout.right {
        float: none;
        right: auto;
        left: -1px
    }

    .flyout.small, .flyout.large {
        width: auto
    }

    .flyout p:last-child {
        margin-bottom: 18px
    }
}

@font-face {
    font-family: inherit;
    font-weight: normal;
    font-style: normal
}

.webfontbat {
    font-family: inherit
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    -webkit-font-feature-settings: "liga", "dlig";
    -moz-font-feature-settings: "liga=1, dlig=1";
    -moz-font-feature-settings: "liga", "dlig";
    -ms-font-feature-settings: "liga", "dlig";
    -o-font-feature-settings: "liga", "dlig";
    font-feature-settings: "liga", "dlig"
}

a [class^="icon-"], a [class*=" icon-"] {
    text-decoration: inherit
}

.icon-large:before {
    vertical-align: middle;
    font-size: 1.3333333333333333em
}

.btn [class^="icon-"], .nav-tabs [class^="icon-"], .btn [class*=" icon-"],
.nav-tabs [class*=" icon-"] {
    line-height: .9em
}

li [class^="icon-"], li [class*=" icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center
}

li .icon-large:before, li .icon-large:before {
    width: 1.875em
}

ul.icons {
    list-style-type: none;
    margin-left: 2em;
    text-indent: -0.8em
}

ul.icons li [class^="icon-"], ul.icons li [class*=" icon-"] {
    width: .8em
}

ul.icons li .icon-large:before, ul.icons li .icon-large:before {
    vertical-align: initial
}

.icon-arrowup:before {
    content: url(../../themes/img/arrowup.png)
}

.icon-arrowdown:before {
    content: url(../../themes/img/arrowdown.png)
}

.icon-logofull:before {
    content: url(../../themes/img/logofull.png)
}

.icon-logosmall:before {
    content: url(../../themes/img/logosmall.png)
}

.icon-cross:before {
    content: url(../../themes/img/cross.png)
}

.icon-arrowleft:before {
    content: url(../../themes/img/arrowleft.png)
}

.icon-arrowright:before {
    content: url(../../themes/img/arrowright.png)
}

.icon-arrowleftb:before {
    content: url(../../themes/img/arrowleftb.png)
}

.icon-arrowrightb:before {
    content: url(../../themes/img/arrowrightb.png)
}

@font-face {
    font-family: inherit
}

.icon-logofull, .icon-logosmall {
    line-height: 0px;
    font-size: 84px;
    color: #fff;
    display: block
}

.icon-arrowrightb {
    font-size: 36px;
    width: auto !important;
    display: block;
    font-size: 36px;
    line-height: 12px
}

a.close .icon-cross, a.close .icon-arrowright {
    font-size: 36px;
    width: auto !important;
    display: block;
    font-size: 42px;
    line-height: 12px
}

#nav .icon-arrowdown, #nav .icon-arrowup {
    width: auto !important;
    display: block;
    font-size: 52px;
    line-height: 22px
}

#filter .icon-arrowrightb {
    font-size: 30px;
    display: inline-block;
    float: right;
    width: 20px !important
}

a.arrow_mobile::before {
    content: url(../../themes/img/arrow_mobile.png);
    color: #FFF;
    font-weight: normal;
    font: normal 4em/30px "Helvetica Neue"
}

a.arrow_mobile.open::before {
    content: url(../../themes/img/arrow_mobile_open.png);
    color: #FFF;
    font-weight: normal;
    font: normal 4em/30px "Helvetica Neue"
}

.brand::before {
    content: url(../../themes/img/logofull.png)
}

.brand_mobile::before {
    content: url(../../themes/img/logosmall.png)
}

html {
    font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
    height: 100%
}

body {
    background: #c8c6c6;
    font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: antialiased;
    height: 100%
}

.ajaxify {
    height: 100%;
    -webkit-overflow-scrolling: touch
}

a {
    color: #ddd
}

a:hover, a:focus {
    color: #eee
}

h1, h2, h3, h4 {
    font-weight: normal
}

.chromeframe, .noscript {
    position: fixed;
    z-index: 30000;
    padding: 30px;
    background-color: #FCF7C7;
    width: 100%;
    bottom: 0
}

.chromeframe a, noscript a {
    color: #000
}

#footer .navbar-inner {
    padding: 0
}

#footer {
    background-color: #c8c6c6;
    padding: 20px
}

#footer, #footer a {
    color: #333
}

#footer #login img {
    display: none
}

#nav .navbar-inner {
    height: 90px;
    position: fixed
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0
}

.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding-left: 0;
    padding-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 940px
}

.navbar-fixed-top {
    top: 0
}

.navbar-fixed-bottom {
    bottom: 0
}

.navbar .divider-vertical {
    height: 40px;
    width: 1px;
    margin: 0 9px;
    overflow: hidden;
    background-color: #333333;
    border-right: 1px solid #3a3f44
}

.navbar .nav.pull-right {
    margin-left: 10px;
    margin-right: 0
}

.navbar .navbar-inner {
    padding-left: 0px;
    background-image: none;
    background-color: #c8c6c6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%
}

.navbar nav {
    margin-top: 5px;
    margin-bottom: 0px;
    min-width: 780px;
    width: 100%;
    height: 75px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-left: 30px
}

.navbar .arrow_mobile {
    display: none
}

.navbar .nav {
    margin: 0 0px 0 0
}

.navbar .nav.pull-right {
    float: right
}

.navbar .nav > li {
    display: block;
    float: left
}

.navbar .nav > li a, .navbar .nav > li.break {
    font-size: 20px;
    padding: 0px 14px 0 0;
    margin-top: 0px;
    line-height: 1 !important
}

.navbar .nav > li.break {
    color: #909195
}

.navbar .nav > li {
    min-width: 1px;
    margin-right: 0px
}

.navbar .nav > li > a {
    display: block;
    text-decoration: none;
    color: #909195;
    background: none;
    background-image: none;
    font-weight: normal;
    text-shadow: none
}

.navbar .nav > li > a:hover {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none
}

.navbar #mainnav > li > a {
    color: #4d4d4d
}

.navbar #mainnav > li.active > a {
    color: #FFFFFF
}

.navbar #mainnav > li > a:hover {
    color: #fff
}

.navbar #subnav > li > a {
    color: #959699
}

.navbar #subnav > li > a:hover {
    color: #fff
}

.navbar .nav > li.active > a, .navbar .nav > li.active > a:hover, .navbar #subnav > li.active > a, .navbar #subnav > li.active > a:hover {
    background: none;
    color: #fff;
    text-decoration: none
}

.navbar .nav > li ul {
    list-style: none;
    margin: 0px;
    position: absolute;
    left: 0;
    display: none;
    width: 100%
}

.navbar .nav > li ul.show {
    display: block
}

.navbar .nav li:hover ul {
    width: 100%
}

.navbar .nav > li ul li {
    display: inline;
    float: left
}

.navbar .nav > li ul li a {
    color: #4d4d4d
}

.navbar .nav > li ul li a:hover {
    color: #fff;
    text-decoration: none
}

.navbar .divider-vertical {
    background-color: transparent;
    border-right: none
}

.navbar .dropdown-menu::after {
    border-bottom: 6px solid #3a3f44
}

@media (max-width: 767px) {
    .navbar .nav > li {
        display: inline
    }

    .navbar #mainnav li a {
        color: #8d8e90 !important;
        margin-bottom: 5px;
        display: inline
    }

    .navbar #mainnav li.active a {
        color: #fff !important
    }

    .navbar #mainnav li a:hover {
        color: #fff !important
    }

    .navbar #mainnav li.active a:hover {
        color: #fff !important
    }

    .navbar #subnav > li > a {
        color: #666666 !important;
        margin-bottom: 2px;
        display: inline
    }

    .navbar #subnav > li.active > a {
        color: #fff !important
    }

    .navbar #subnav > li > a:hover {
        color: #fff !important
    }

    .navbar #subnav > li.active > a:hover {
        color: #fff !important
    }

    .navbar-search .search-query {
        background-color: #333 !important;
        color: #666666 !important;
        padding: 3px 0 !important;
        margin: 0
    }

    .navbar-search .search-query.focused, .navbar-search .search-query:focus, .navbar-search .placeholderFocus {
        color: #000 !important
    }

    .navbar .navbar-inner, #footer {
        background-color: #333 !important
    }

    .navbar .nav {
        width: 200px
    }

    .navbar .nav > li {
        width: 200px;
        margin: 0 0 2px 0
    }

    .navbar .nav li.break {
        display: none
    }

    .navbar .nav li.active a {
        color: #fff !important
    }

    .navbar #subnav {
        position: absolute;
        top: 16px;
        left: 50%
    }

    #nav .navbar-inner {
        height: 215px;
        width: 100%;
        position: relative
    }
}

@media (max-width: 768px) {
    .navbar .nav > li a, .navbar-search .search-query {
        font-size: 18px !important;
        line-height: 20px
    }
}

@media (max-width: 320px) {
    .navbar .nav > li a, .navbar-search .search-query {
        font-size: 15px !important;
        line-height: 20px
    }
}

@media (max-width: 240px) {
    .navbar .nav > li a, .navbar-search .search-query {
        font-size: 12px !important;
        line-height: 20px
    }
}

.navbar-search {
    margin: 0
}

.navbar-search .search-query {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 5px 2px 5px;
    font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
    font-size: 20px;
    margin-top: -6px;
    -webkit-font-smoothing: antialiased;
    border: none;
    background-color: #C8C6C6;
    color: #959699
}

.navbar-search .search-query:focus, .navbar-search .search-query.focused {
    outline: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #FFF
}

@media (max-width: 480px) {
    .navbar-search .search-query {
        margin-top: -4px
    }
}

.navbar-search a.search-btn {
    display: none !important
}

.navbar-search .search-query:focus, .navbar-search .search-query.focused, .navbar-search .search-query:hover {
    color: #333 !important
}

@media (max-width: 767px) {
    .navbar-search .search-query:focus, .navbar-search .search-query.focused, .navbar-search .search-query:hover {
        color: #fff !important
    }
}

#signup {
    margin-top: 40px
}

#signup .search-query {
    background-color: #333;
    border: 1px solid #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#signup .btn {
    margin: 0
}

@media (max-width: 1198px) {
    #signup {
        display: none
    }
}

.navbar .brand, .navbar .brand_dark {
    color: #bbbfc2;
    font-weight: bold;
    font-size: 22px;
    margin-top: 8px;
    margin-left: -188px;
    left: 100%;
    z-index: 3000;
    position: absolute
}

.brand_mobile {
    display: none;
    font-size: 22px;
    margin-top: 12px;
    margin-left: -80px;
    left: 100%;
    z-index: 3000;
    position: absolute;
    float: left;
    color: #333
}

.navbar .brand_dark {
    display: none
}

@media (max-width: 930px) {
    .brand, .brand_dark {
        display: none !important
    }

    .brand_mobile {
        display: block
    }
}

@media (max-width: 767px) {
    .brand, .brand_dark {
        display: none !important
    }

    .brand_mobile {
        display: block;
        margin-top: 177px !important
    }

    .brand_mobile::before {
        color: #fff !important
    }
}

@media (max-width: 767px) {
    #nav .arrow_mobile {
        position: absolute;
        margin-top: 180px;
        top: 0;
        display: block;
        float: left;
        width: 40px;
        padding: 0;
        padding-left: 30px
    }

    #nav {
        position: fixed;
        height: 0
    }

    #content {
        padding-top: 40px !important
    }

    .ajaxify {
        position: relative;
        top: 0px
    }
}

#content {
    height: 100%;
    padding-top: 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 30
}

#content.subpage {
    font-size: 14px;
    color: #AAABAE;
    background-color: #666;
    height: auto
}

#content.subpage p a {
    color: #aaa;
    border-bottom: 1px solid rgba(145, 145, 145, 0.5)
}

#content.subpage p a:hover {
    color: #fff;
    border-bottom: none
}

#content.subpage .subnav a {
    color: #aaa
}

#content.subpage .subnav a:hover {
    color: #fff
}

#content.subpage ul li.cog_type {
    line-height: 24px;
    padding-bottom: 30px
}

#content.subpage ul li h4 {
    color: #fff;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 15px
}

#content.subpage ul li .description {
    margin-right: 30px;
    margin-left: 30px
}

#content.subpage ul li p {
    line-height: 20px
}

#content.subpage .caption {
    margin-left: 30px;
    margin-right: 30px
}

#content.subpage .line {
    margin-left: 30px;
    margin-right: 30px;
    border-bottom: 1px #858585 solid;
    margin-bottom: 15px
}

#content.subpage .subnav {
    margin-left: 30px;
    margin-right: 30px
}

#content.subpage .share {
    display: block
}

#subnav.feature h4 {
    color: #666666;
    font-weight: normal;
    overflow: hidden;
    height: 22px;
    width: 80%
}

#subnav.feature h4 strong {
    color: #AAABAE;
    font-weight: normal
}

#content.feature h1 {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    padding-top: 30px;
    font-weight: normal
}

#content.feature h1 p {
    font-size: 40px;
    line-height: 50px
}

#subnav.feature h4 li.arrow_link {
    display: inline-block;
    padding-left: 0px
}

#subnav.feature h4 li.arrow_link img {
    height: 16px;
    position: relative;
    top: 1px
}

#subnav.feature a:hover h4, #subnav.feature a:hover h4 strong {
    color: #fff
}

#content.feature article.page {
    padding-left: 30px;
    padding-right: 30px;
    z-index: 2;
    position: relative;
    width: 70%
}

#content.feature .news-mobile {
    display: none
}

#content.feature .latest {
    display: none
}

#content.feature h4 li.arrow_link {
    display: inline-block;
    padding-left: 0px
}

#content.feature h4 li.arrow_link .icon-arrowrightb {
    font-size: 30px
}

#content.feature h4 li.arrow_link img {
    height: 16px;
    position: relative;
    top: 1px
}

@media (max-width: 767px) {
    #content.feature h1, #content.feature h1 p {
        font-size: 25px;
        line-height: 30px
    }
}

@media (max-width: 480px) {
    #content.feature #slides .caption {
        padding: 10px 30px;
        font-size: 14px;
        color: #AAABAE !important
    }

    #content.feature #slides .caption a {
        color: #AAABAE !important;
        border-bottom: 1px solid rgba(145, 145, 145, 0.5)
    }

    #content.feature #slides .caption a:hover {
        color: #FFF !important;
        text-decoration: none;
        border: none
    }

    #content.feature #slides .caption p:last-child {
        margin-bottom: 0
    }
}

#content.feature .pagessubnav {
    display: none;
    padding-top: 20px
}

#content.feature .pagessubnav h4 {
    color: #AAABAE;
    border-bottom: 1px solid #858585;
    margin-bottom: 18px;
    padding-bottom: 6px;
    font-size: 14px
}

#content.feature .pagessubnav li {
    font-size: 16px;
    margin-bottom: 4px
}

@media (max-width: 480px) {
    #content.feature .pagessubnav {
        display: block
    }
}

@media (max-width: 767px) {
    #content.feature .latest {
        display: block
    }

    #subnav.feature .latest {
        display: none
    }
}

@media (max-width: 480px) {
    #content.feature {
        background-color: #666
    }

    #content.feature article.page {
        position: relative;
        padding-bottom: 30px;
        background: #666666;
        width: auto
    }

    #content.feature article.page h1 {
        font-size: 20px;
        line-height: 22px;
        padding-top: 18px;
        width: 100%
    }

    #content.feature article.page h1 p {
        font-size: 20px;
        line-height: 22px
    }

    #content.feature .news-mobile {
        display: block;
        color: #DDD
    }

    #content.feature .news-mobile h4 {
        color: #999999
    }

    #content.feature .news-mobile h4 strong {
        color: #DDD;
        font-weight: normal
    }

    #content.feature a.news-mobile:hover h4 strong, #content.feature a.news-mobile:hover h4 {
        color: #fff !important;
        border-bottom: 1px solid rgba(145, 145, 145, 0.5);
        font-weight: normal
    }

    #content.feature #slides li img {
        display: none
    }

    #content.feature #slides li img:first-child {
        display: block
    }
}

#content.projects_grid .rgrid .item .rollover {
    display: none
}

#content.projects_grid .rgrid .item a img {
    display: block;
    position: relative;
    top: 0
}

#content.projects_grid .rgrid .item a:hover .rollover {
    display: block
}

#content.projects_grid .rgrid .item a:hover .main {
    display: none
}

#content.projects_grid .rgrid .item a:hover, #content.projects_grid .rgrid .item a:hover h4 {
    text-decoration: none;
    color: #fff
}

#content.projects_grid .rgrid .item.active h4 {
    color: #fff
}

#content.projects_grid ul.rgrid .item h4 {
    min-height: 50px;
    color: #959699;
    padding-top: 10px;
    color: #6E6E70;
    font-size: 16px
}

#content.projects_grid .rgrid .item a:hover h4 {
    color: #FFF
}

@media (max-width: 420px) {
    #content.projects_grid ul.rgrid .item h4 {
        padding: 20px 30px 0;
        min-height: 0px
    }

    #content.projects_grid .rgrid li.item:last-child {
        padding-bottom: 40px
    }
}

#subnav.projects_grid .mobile-only, #subnav.projects_single .mobile-only {
    display: none
}

@media (max-width: 767px) {
    #subnav.projects_grid .mobile-only, #subnav.projects_single .mobile-only {
        display: block
    }

    #subnav.projects_grid .filter, #subnav.projects_single .filter {
        display: none
    }
}

#content .people .item {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80)
}

#content .people .item:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100)
}

#content .people .item .name {
    color: #fff
}

#content .people .item .creds, #content .people .item .link a {
    color: #777
}

#content .people .item .link a:hover {
    color: #ddd;
    border-bottom: 1px solid rgba(145, 145, 145, 0.5)
}

#content .creds, #content .link a {
    color: #777 !important
}

#content .link a:hover {
    color: #fff !important
}

#content .rgrid.people h4 {
    min-height: 90px !important
}

#content.projects_single #page-navigation {
    position: absolute;
    top: 50%;
    margin-top: -0px;
    width: 100%;
    opacity: 1
}

#content.projects_single #prevslide {
    margin-left: 450px
}

#content.projects_single #nextslide {
    float: right
}

#content.projects_single .close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    width: 10px
}

#content.projects_single .close:hover .icon-cross {
    color: #AAABAE
}

#content.projects_single article.page {
    height: 100%;
    z-index: 2;
    position: fixed
}

#content.projects_single article .ppanel {
    position: fixed;
    width: 450px;
    height: 100%;
    background: url(../../themes/img/34x31.png);
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

#content.projects_single article nav ul {
    list-style: none;
    margin-left: 0
}

#content.projects_single article nav ul li {
    margin: 0
}

#content.projects_single article nav ul li a {
    color: #AAA;
    font-size: 16px;
    line-height: 20px
}

#content.projects_single article nav ul li.active a {
    color: #fff
}

#content.projects_single article header h1 {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px
}

#content.projects_single article nav {
    min-height: 130px
}

#content.projects_single article .project-copy p {
    padding-right: 30px;
    font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
    color: #AAA;
    font-size: 16px;
    line-height: 20px
}

#content.projects_single article .project-copy a {
    color: #AAA;
    border-bottom: 1px solid rgba(145, 145, 145, 0.5)
}

#content.projects_single article .project-copy a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: none
}

#content.projects_single article .project-copy {
    max-height: 216px
}

#content.projects_single article .subnav {
    color: #AAA;
    font-size: 16px;
    line-height: 20px;
    margin-top: 40px
}

#content.projects_single article .subnav a {
    color: #AAA
}

#content.projects_single article .subnav a:hover {
    color: #FFF
}

#content.projects_single article .subnav span {
    width: 100%;
    display: block
}

#content.projects_single article a:hover {
    color: #fff
}

#subnav.projects_single .back, #subnav.projects_single .next, #subnav.projects_single .previous {
    display: none
}

#content .page select.page_nav_mobile {
    display: none
}

#content.projects_single img.featured.mobile-only {
    display: none
}

@media (max-width: 480px) {
    #content .page select.page_nav_mobile {
        display: block;
        width: 100%;
        margin-bottom: 18px
    }

    body {
        background-color: #B4B5B4;
        height: 100%
    }

    #content.projects_single #slides {
        background-color: #B4B5B4
    }

    #subnav.projects_single .back, #subnav.projects_single .next, #subnav.projects_single .previous {
        display: block
    }

    #content.projects_single article nav {
        display: none
    }

    #content.projects_single article nav {
        min-height: 0
    }

    #content.projects_single .close {
        display: none
    }

    #content.projects_single article .ppanel {
        display: block;
        position: relative;
        background-image: none;
        width: 100%;
        height: auto;
        background: #B4B5B4;
        margin-left: 0
    }

    #content.projects_single article .subnav {
        margin-top: 16px
    }

    #content.projects_single article.page {
        height: auto;
        position: relative
    }

    #content.projects_single article header h1 {
        font-size: 20px;
        margin-bottom: 8px;
        line-height: 24px
    }

    #content.projects_single article .project-copy {
        max-height: none;
        color: #777;
        display: block
    }

    #content.projects_single article .project-copy p {
        color: #777;
        font-size: 14px
    }

    #content.projects_single article .project-copy p:last-child {
        margin-bottom: 0
    }

    #content.projects_single {
        background: #B4B5B4
    }

    #content.projects_single article .subnav a {
        color: #777;
        font-size: 14px
    }

    #content.projects_single article .subnav a:hover {
        color: #FFF
    }

    #content.projects_single #slides .caption {
        padding: 10px 30px;
        font-size: 14px;
        color: #777 !important
    }

    #content.projects_single #slides .caption p:last-child {
        margin-bottom: 0
    }

    #content.projects_single img.featured.mobile-only {
        display: block
    }
}

#content.projects_single #slides .caption p, #content.projects_single #slides .caption span {
    color: #666666 !important
}

#content.projects_single #slides .caption a {
    color: #666666 !important;
    border-bottom: 1px solid rgba(145, 145, 145, 0.5);
    text-decoration: none
}

#content.projects_single #slides .caption a:hover {
    color: #aaa !important;
    text-decoration: none;
    border-bottom: none
}

.articles_index #articles {
    margin-top: 40px
}

.articles_index article {
    font-size: 16px
}

.articles_index article header {
    color: #AAABAE;
    border-bottom: 1px solid #AAABAE;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.articles_index article {
    color: #909195;
    min-height: 50px
}

.articles_index article a, .articles_index a:hover p {
    color: #666666;
    border-bottom: 1px solid rgba(145, 145, 145, 0.5)
}

.articles_index a:hover p, .articles_index article .description:hover {
    color: #666666;
    text-decoration: none;
    border: none
}

.articles_index article .description {
    height: 100px;
    overflow: hidden
}

.articles_index a:hover h4 {
    color: #959699 !important
}

.articles_index .item h4 {
    padding-top: 10px;
    color: #909195;
    font-size: 16px
}

.articles_index .item a:hover, .articles_index .item a:hover h4 {
    text-decoration: none;
    color: #fff
}

.articles_index .item.active h4 {
    color: #fff
}

.articles_index article .go img {
    width: 16px
}

.articles_index article a:hover i.icon-arrowrightb {
    color: #333
}

@media (max-width: 480px) {
    #subnav.articles_index .filter {
        display: none
    }

    .articles_index article .description {
        height: auto;
        margin-bottom: 20px
    }

    .articles_index article .go {
        display: none
    }

    .articles_index article h4 {
        color: #
    }

    .articles_index article h4::after {
        content: url(../../themes/img/after.png);
        float: right
    }

    .articles_index article.item {
        padding-bottom: 10px
    }
}

.articles_paper #articles {
    padding-left: 0px;
    width: 100%;
    margin-top: 30px
}

.articles_paper article {
    font-size: 16px;
    width: 450px;
    display: inline-block;
    float: left;
    margin: 0 0px 0px 30px;
    padding: 0 0 30px 0
}

.articles_paper article header {
    color: #777777;
    border-bottom: 1px solid #AAABAE;
    padding-bottom: 5px;
    margin-bottom: 20px
}

.articles_paper h4 {
    color: #666666
}

.articles_paper article header h1 {
    font-size: 34px;
    line-height: 38px;
    color: #666666;
    margin-top: 0px;
    margin-bottom: 15px
}

.articles_paper article header.preface {
    padding-bottom: 20px;
    border-bottom: none
}

.articles_paper article header.preface h1 a {
    text-decoration: none !important
}

.articles_paper #articles article p {
    line-height: 20px
}

.articles_paper #articles article a {
    color: #555;
    text-decoration: none;
    border-bottom: 1px solid rgba(145, 145, 145, 0.5)
}

.articles_paper #articles article a:hover {
    color: #000;
    text-decoration: none;
    border: none
}

.articles_paper article header span a {
    border-bottom: none !important
}

#articles article .go img {
    width: 16px
}

.articles_paper .share {
    width: 100%;
    margin-top: 10px;
    float: left;
    color: #ababab;
    font-size: 14px
}

.articles_paper .share a.share_btn {
    color: #555 !important;
    text-decoration: none !important;
    border: none !important
}

.articles_paper .share a {
    color: #AAABAE !important;
    text-decoration: none !important;
    border: none !important
}

.articles_paper .share .share_box a:hover, .articles_paper .share .share_btn:hover {
    color: #333 !important
}

.articles_paper .share a.share_btn {
    margin-right: 10px;
    float: left
}

.articles_paper .share .share_box {
    margin-top: 7px;
    float: left
}

.articles_paper .share .share_box ul li {
    display: inline-block;
    margin-right: 7px
}

.articles_paper .share .share_box ul {
    margin-bottom: 0
}

.articles_paper img {
    margin-top: 15px
}

.articles_paper .caption {
    padding-top: 5px;
    padding-bottom: 10px
}

.articles_paper .caption p {
    font-size: 14px;
    margin: 0
}

@media (max-width: 480px) {
    .articles_paper article {
        width: 100%;
        margin-left: 0px
    }

    .articles_paper .share .share_box {
        margin-top: 7px;
        float: left
    }

    .articles_paper #articles {
        width: auto;
        margin: 0 30px;
        margin-top: 30px
    }

    .articles_paper article header h1 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px
    }

    .articles_paper article header {
        margin-bottom: 15px;
        line-height: 19px
    }

    .articles_paper article {
        font-size: 14px;
        line-height: 16px
    }

    .articles_paper header.preface h1 {
        font-size: 22px;
        line-height: 26px
    }

    #subnav.articles_paper .filter, #subnav.articles_grid .filter {
        display: none
    }

    #content.projects_single #slides .caption p, #content.projects_single #slides .caption span {
        color: #777777 !important
    }

    #content.projects_single article .project-copy a, #content.projects_single #slides .caption a {
        color: #777777 !important;
        text-decoration: none;
        border-bottom: 1px solid #888
    }

    #content.projects_single article .project-copy a:hover, #content.projects_single #slides .caption a:hover {
        color: #FFF !important;
        text-decoration: none;
        border-bottom: none
    }
}

@media (min-width:767px) and (max-width: 768px) {
    .articles_paper article {
        width: 340px
    }
}

.no-results {
    padding-top: 20px;
    padding-left: 10px;
    font-size: 19px;
    line-height: 22px
}

@media (max-width: 420px) {
    .no-results {
        padding-left: 30px;
        font-size: 19px;
        line-height: 22px
    }
}

#map {
    width: 100%;
    height: 100%
}

.map-link {
    display: none
}

@media (max-width: 480px) {
    #map {
        display: none
    }

    .map-link {
        display: block
    }

    .map-link a {
        color: #fff
    }
}

a.thumbnail {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.grid {
    list-style: none;
    margin-left: 30px
}

.grid .item h4 {
    padding-top: 5px;
    color: #909195;
    font-size: 16px
}

.grid .item {
    display: inline-block;
    float: left;
    margin: 0 20px 20px 0;
    width: 220px
}

.grid .item a:hover, .grid .item a:hover h4 {
    text-decoration: none;
    color: #fff
}

.grid .item.active h4 {
    color: #fff
}

.rgrid {
    margin-left: 20px;
    margin-right: 20px
}

.rgrid img.responsive, .rgrid .overlayed {
    width: 100% !important;
    height: auto !important
}

.rgrid .item {
    float: left;
    padding: 0 10px 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.rgrid .item {
    width: 25%
}

@media (max-width: 2600px) {
    .rgrid .item {
        width: 12.5%
    }
}

@media (max-width: 2400px) {
    .rgrid .item {
        width: 14.2%
    }
}

@media (max-width: 2000px) {
    .rgrid .item {
        width: 16.6%
    }
}

@media (max-width: 1600px) {
    .rgrid .item {
        width: 20%
    }
}

@media (max-width: 1200px) {
    .rgrid .item {
        width: 25%
    }
}

@media (max-width: 800px) {
    .rgrid .item {
        width: 50%
    }
}

@media (max-width: 420px) {
    .rgrid .item {
        width: 100%
    }

    .projects_grid .rgrid .item {
        padding: 0;
        width: 100%
    }

    .projects_grid .rgrid {
        margin: 0
    }
}

#filter {
    padding-top: 20px;
    margin-left: 20px;
    display: none
}

#filter .column {
    float: left;
    display: inline-block;
    margin: 0
}

#filter ul {
    list-style: none;
    margin-left: 0;
    height: 95px;
    overflow: hidden
}

#filter ul li {
    margin: 0
}

#filter ul li ul {
    display: none
}

#filter ul li a {
    color: #909195;
    font-size: 16px
}

#filter ul li.active a {
    color: #fff
}

#filter ul li a:hover {
    color: #fff;
    border-bottom: 1px solid rgba(145, 145, 145, 0.5)
}

#filter h4 {
    border-bottom: 1px #aaabae solid;
    color: #959699;
    padding-bottom: 2px;
    margin-bottom: 10px;
    font-size: 16px
}

#filter select.filter_mobile {
    display: none
}

#filter .apply img.arrow {
    height: 20px;
    float: right
}

#filter .apply h4 a {
    color: #4D4D4D
}

#filter .apply a {
    color: #959699
}

#filter .apply a:hover {
    color: #4d4d4d
}

#filter .apply h4 a:hover {
    color: #AAABAE
}

@media (max-width: 800px) {
    #filter .item {
        width: 25% !important
    }
}

@media (max-width: 420px) {
    #filter .item {
        display: none
    }

    #filter {
        display: none;
        margin-bottom: 20px;
        margin-right: 30px;
        margin-left: 30px
    }

    #filter select.filter_mobile {
        display: block;
        width: 100%
    }
}

@media (max-width: 650px) {
    #filter .type {
        display: none
    }

    #filter .item {
        width: 50% !important
    }

    #filter .apply {
        width: 100% !important
    }
}

.row {
    margin-left: 30px
}

select {
    min-width: 150px
}

.chzn-container {
    padding-bottom: 9px;
    width: auto !important
}

form fieldset {
    padding: 9px 9px 9px 9px;
    border: solid 1px #ddd;
    margin: 18px 0
}

.CodeMirror {
    border-top: 1px solid black;
    border-bottom: 1px solid black
}

.fancy-text {
    width: 100%;
    margin-bottom: 20px
}

.fancy-text label {
    display: block;
    color: #333;
    line-height: 2.0;
    text-shadow: 1px 1px 0px #fff;
    padding: 10px;
    margin: 0;
    border: 1px solid #ddd;
    border-bottom: 0;
    background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#fff), to(#e1e1e1));
    background: -moz-linear-gradient(-90deg, #fff, #e1e1e1);
    -webkit-border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px
}

.fancy-text textarea {
    display: block;
    margin: 0 0 25px 0;
    border: 1px solid #333
}

#slides {
    top: 0;
    z-index: 0;
    overflow: hidden;
    background-color: #666666
}

@media (max-width: 480px) {
    #slides .slides-control {
        height: auto !important
    }

    #slides .slides-container {
        margin-bottom: 0
    }

    #slides ul li {
        position: relative !important;
        display: block !important;
        height: auto !important;
        margin-bottom: 10px
    }

    #slides ul li:last-child {
        margin-bottom: 0px
    }

    .slides-navigation {
        display: none
    }

    #slides li img {
        width: 100% !important;
        height: auto !important
    }
}

@media (min-width: 481px) {
    #slides {
        top: 0;
        z-index: 0;
        position: fixed;
        overflow: hidden;
        width: 100%;
        height: 100%;
        background: url(../../themes/img/3x3.png)
    }

    #slides .slides-navigation {
        width: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 3;
        top: -50%
    }

    #slides .slides-container li {
        display: none
    }

    #slides img {
        max-width: none;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        -ms-interpolation-mode: bicubic;
        -webkit-backface-visibility: hidden
    }

    #slides .slides-navigation a {
        position: absolute;
        display: block
    }

    #slides .slides-navigation a img {
        opacity: 0.7;
        -moz-opacity: 0.7;
        filter: alpha(opacity=70)
    }

    #slides .slides-navigation a.prev {
        left: 0;
        margin-left: 450px
    }

    #slides .slides-navigation a.next {
        right: 0;
        width: 40px;
        height: 61px
    }

    #slides .slides-navigation a:hover img {
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100)
    }

    #slides .caption {
        opacity: 0.9;
        -moz-opacity: 0.9;
        filter: alpha(opacity=90);
        padding: 15px;
        background: #eee;
        position: absolute;
        display: block;
        right: 0;
        bottom: 60px;
        width: 300px
    }

    #slides .caption p:last-child {
        margin-bottom: 0
    }

    #slides .caption a {
        color: #555;
        border-bottom: 1px solid rgba(145, 145, 145, 0.5)
    }

    #slides .caption a:hover {
        color: #333;
        text-decoration: none;
        border: none
    }
}

@media (min-width:481px) and (max-width: 810px) {
    #slides .caption {
        display: none
    }
}

@media (max-width: 767px) {
    #supersized {
        position: relative;
        overflow: visible !important;
        display: inline-block;
        width: 100%;
        height: auto;
        margin-top: 0px;
        z-index: 0;
        margin: 0;
        background: none
    }

    #supersized li {
        overflow: visible;
        width: 100% !important;
        height: auto !important;
        position: relative;
        background: none
    }

    #supersized a {
        background: none;
        overflow: visible;
        position: relative
    }

    #supersized img {
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: auto !important
    }

    #content.home {
        padding-top: 0 !important;
        margin-top: 0
    }

    .home h1 {
        padding: 0px 0;
        margin-top: 0px;
        font-size: 18px;
        width: auto
    }

    .home h4 li.arrow_link img {
        height: 14px;
        position: relative;
        top: 0px
    }
}

#supersized img {
    max-width: none !important
}

.subnav .share {
    margin-top: 5px
}

.share {
    margin-top: 5px;
    font-size: 14px;
    line-height: 14px;
    display: inline-block
}

.share a.share_btn {
    position: block;
    margin-right: 20px
}

.share_box {
    position: inline-block;
    display: none;
    margin-top: 7px;
    width: 100%;
    font-size: 14px
}

.share_box ul {
    float: left;
    margin-right: 0px
}

.share_box ul li {
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 10px
}

@media (max-width: 480px) {
    .share {
        font-size: 14px
    }
}

a.download-file {
    margin-top: 2px;
    float: left;
    width: 100%
}

a.download-file:hover {
    text-decoration: none !important
}

.jspContainer {
    overflow: hidden;
    position: relative
}

.jspPane {
    position: absolute
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: none
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: none
}

.jspVerticalBar *, .jspHorizontalBar * {
    margin: 0;
    padding: 0
}

.jspCap {
    display: none
}

.jspHorizontalBar .jspCap {
    float: left
}

.jspTrack {
    background: #333;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.jspDrag {
    background: #555;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d
}

.jspVerticalBar .jspArrow {
    height: 10px
}

.jspHorizontalBar .jspArrow {
    width: 5px;
    float: left;
    height: 100%
}

.jspVerticalBar .jspArrow:focus {
    outline: none
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%
}

* html .jspCorner {
    margin: 0 -3px 0 0
}

#subForm label {
    color: #AAA;
    margin-bottom: 2px
}

#subForm input {
    font-family: VegaSBOP-Light;
    border: 1px solid #333;
    background-color: #333;
    color: #8b8888;
    margin-bottom: 10px;
    padding: 10px 0px 10px 10px;
    font-size: 16px
}

#subForm input#name, #subForm input#yhuyujr-yhuyujr {
    width: 360px
}

#subForm input#name::-webkit-input-placeholder, #subForm input#yhuyujr-yhuyujr::-webkit-input-placeholder {
    color: #8b8888
}

#subForm input.btn {
    color: #aaa;
    border: none;
    background: none;
    padding: 0;
    margin-top: 10px
}

#subForm input.btn:hover {
    color: #fff
}

#subForm h1 {
    color: white;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px
}

@media (max-width: 480px) {
    #subForm input.btn {
        color: #777
    }
}
