﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

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

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

    input[type="search"]::-webkit-search-decoration {
        display: none;
    }

    input:invalid, button:invalid, a.button:invalid, select:invalid, textarea:invalid {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    input:focus, button:focus, a.button:focus, select:focus, textarea:focus {
        -webkit-box-shadow: #06f 0 0 5px 0;
        -moz-box-shadow: #06f 0 0 5px 0;
        box-shadow: #06f 0 0 5px 0;
        z-index: 1;
    }

    input[type="file"]:focus, input[type="file"]:active, input[type="radio"]:focus, input[type="radio"]:active, input[type="checkbox"]:focus, input[type="checkbox"]:active {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    button, a.button, input[type="reset"], input[type="submit"], input[type="button"] {
        -webkit-appearance: none;
        background: #ff552d;
        border: 0;
        cursor: pointer;
        color: #ffffff;
        display: inline-block;
      /*  font-family: "HelveticaNeueW01-57Cn";*/
	  font-family: 'Open Sans Condensed', sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        outline: 0;
        overflow: visible;
        margin: 0;
        padding: 6px 10px;
        vertical-align: top;
        width: auto;
    }

        button::-moz-focus-inner, a.button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

button {
    float: right;
}

    button:after {
        content: "";
       /* background: url("../img/sprite.png") -384px -32px no-repeat;*/
        height: 11px;
        width: 14px;
        display: inline-block;
        margin-left: 8px;
        position: relative;
        left: 0;
    }

    button:hover {
        background: #1c4062;
    }

    button:active {
        position: relative;
        top: 1px;
        left: 1px;
    }

    button.loading {
        background-color: #1c4062;
        background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(0,0,0,0.9)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(0,0,0,0.9)), color-stop(0.75, rgba(0,0,0,0.9)), color-stop(0.75, transparent), to(transparent));
        background-image: -moz-linear-gradient(-45deg, rgba(0,0,0,0.9) 25%, transparent 25%, transparent 50%, rgba(0,0,0,0.9) 50%, rgba(0,0,0,0.9) 75%, transparent 75%, transparent);
        background-size: 50px 50px;
        -moz-background-size: 50px 50px;
        -webkit-background-size: 50px 50px;
        -webkit-animation: animate-stripes 2s linear infinite;
        cursor: default;
    }

@-webkit-keyframes animate-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -50px 0;
    }
}

a.button {
    *padding-bottom: 3px;
}

button {
    *padding-top: 1px;
    *padding-bottom: 1px;
}

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-appearance: none;
    background-color: #f3f3f3;
    border: 1px solid;
    border-color: #eaeaea;
    color: #37363a;
    outline: 0;
    margin: 0;
    padding: 6px 9px;
    text-align: left;
    font-size: 12px;
    font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
    vertical-align: top;
    border-radius: 0;
    width: 100%;
}

    textarea[disabled], select[disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="email"][disabled], input[type="month"][disabled], input[type="number"][disabled], input[type="password"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="text"][disabled], input[type="time"][disabled], input[type="url"][disabled], input[type="week"][disabled] {
        background-color: #eaeaea;
    }

    textarea.error, select.error, input[type="date"].error, input[type="datetime"].error, input[type="datetime-local"].error, input[type="email"].error, input[type="month"].error, input[type="number"].error, input[type="password"].error, input[type="search"].error, input[type="tel"].error, input[type="text"].error, input[type="time"].error, input[type="url"].error, input[type="week"].error {
        border-color: #ff552d;
    }

select {
    color: #6d6b74;
}

    button[disabled], input[disabled], select[disabled], select[disabled] option, select[disabled] optgroup, textarea[disabled], a.button_disabled {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -moz-user-select: -moz-none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        user-select: none;
        color: #888888;
        cursor: default;
    }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #888888;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #888888;
}

input.placeholder_text, textarea.placeholder_text {
    color: #888888;
}

textarea, select[size], select[multiple] {
    height: auto;
}

select[size="0"], select[size="1"] {
    height: 1.8em;
    *height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
    select[size], select[multiple], select[multiple][size] {
        background-image: none;
        padding-right: 3px;
    }

    select, select[size="0"], select[size="1"] {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAGCAYAAADKfB7nAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBRDI5MjBGOUQ1MkIxMUUyOEQ0NEExRkM2N0Y4NThFMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBRDI5MjBGQUQ1MkIxMUUyOEQ0NEExRkM2N0Y4NThFMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFEMjkyMEY3RDUyQjExRTI4RDQ0QTFGQzY3Rjg1OEUwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFEMjkyMEY4RDUyQjExRTI4RDQ0QTFGQzY3Rjg1OEUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+KgaxfgAAAEhJREFUeNpitLG2/89AABw+coARlxwTUJKQZrzyTEDMiEsRVJyRkAEM2AwhRjMY/P//Hxn/B4UJFDAQgxlBBLqZRNkMBQABBgAxeUY3mlgxWQAAAABJRU5ErkJggg==);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 20px;
    }

    ::-webkit-validation-bubble-message {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #000));
        border: 0;
        color: white;
        font: 13px/17px "Lucida Grande",Arial,"Liberation Sans",FreeSans,sans-serif;
        overflow: hidden;
        padding: 15px 15px 17px;
        text-shadow: black 0 0 1px;
        min-height: 16px;
    }

    ::-webkit-validation-bubble-arrow, ::-webkit-validation-bubble-top-outer-arrow, ::-webkit-validation-bubble-top-inner-arrow {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #666666;
        border-color: #666666;
    }
}

textarea {
    min-height: 140px;
    overflow: auto;
    resize: vertical;
    width: 100%;
}

optgroup {
    color: black;
    font-style: normal;
    font-weight: normal;
    font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}

    optgroup::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

body {
    background: #fff;
   /* font-family: "HelveticaNeueW01-55Roma";*/
   font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-rendering: optimizeLegibility;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

p {
    margin-top: 15px;
}

    p.sub-title {
        margin-top: 2px;
    }

h1 {
    color: #6d6b74;
   /* font-family: "HelveticaNeueW01-57Cn";*/
	font-family: 'Open Sans Condensed', sans-serif;
    font-size: 30px;
    line-height: 1em;
    text-transform: uppercase;
    margin-top: 45px;
}

    h1:first-child {
        margin-top: 0;
    }

    h1 + h2 {
        margin-top: 15px;
    }

h2 {
    color: #6d6b74;
   /* font-family: "HelveticaNeueW01-55Roma";*/
   font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-top: 25px;
}

    h2.alt {
        color: #ff552d;
       /* font-family: "HelveticaNeueW01-57Cn";*/
	   font-family: 'Open Sans Condensed', sans-serif;
        font-size: 21px;
        line-height: 1em;
        text-transform: uppercase;
        margin: 25px 0 20px !important;
    }

    h2 + p, h2 + ul {
        margin-top: 2px;
    }

h3 {
    color: #37363a;
  /*  font-family: "HelveticaNeueW01-75Bold";*/
  font-family: 'Open Sans Condensed', sans-serif;
  
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
}

    h3 + p, h3 + ul {
        margin-top: 5px;
    }

h4, h5, h6 {
    color: #1c4062;
    /*font-family: "HelveticaNeueW01-75Bold";*/
	font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
}

h5 {
    /*font-family: "HelveticaNeueW01-65Medi";*/
	font-family: 'Open Sans Condensed', sans-serif;
}

h6 {
   /* font-family: "HelveticaNeueW01-55Roma";*/
   font-family: 'Open Sans Condensed', sans-serif;
}

hr {
    margin: 30px 0;
    border-color: #e6e6e6;
}

ul {
    margin-top: 15px;
}

    ul + ul {
        margin-top: 30px;
    }

    ul li {
        list-style: none;
        margin-top: 15px;
        padding-left: 12px;
        position: relative;
    }

        ul li:first-child {
            margin-top: 0;
        }

        ul li:before {
            content: "";
            position: absolute;
            height: 5px;
            width: 3px;
           /* background: url("../img/sprite.png") -272px -32px no-repeat;*/
            top: 7px;
            left: 0;
        }

ol {
    margin-top: 15px;
    margin-left: 19px;
}

    ol + ol {
        margin-top: 30px;
    }

    ol li {
        margin-top: 15px;
    }

        ol li:first-child {
            margin-top: 0;
        }

dl {
    margin-top: 15px;
}

    dl dt {
        color: #555;
       /* font-family: "HelveticaNeueW01-65Medi";*/
	   font-family: 'Open Sans Condensed', sans-serif;
    }

    dl dd + dt {
        margin-top: 15px;
    }

a {
    color: #1c4062;
}
#linkAddToCalendar {
    text-decoration: underline;
}
    a:link {
        text-decoration: none;
    }

        a:link:hover, a:visited:hover {
            color: #ff552d;
        }

    a:focus {
        outline: thin dotted;
    }

    a.small {
        font-size: 12px;
    }

    a.external:after {
        content: "";
        display: inline-block;
        height: 13px;
        width: 15px;
        background: url("../img/sprite.png") -352px -48px no-repeat;
        margin-left: 5px;
        position: relative;
        top: 2px;
    }

    a.pdf:after {
        content: "";
        display: inline-block;
        height: 16px;
        width: 16px;
        background: url("../img/sprite.png") -448px -64px no-repeat;
        margin-left: 5px;
        position: relative;
        top: 2px;
    }
	  a.doc:after {
        content: "";
        display: inline-block;
        height: 16px;
        width: 16px;
        background: url("../img/sprite.png") -472px -64px no-repeat;
        margin-left: 5px;
        position: relative;
        top: 2px;
    }

    a.call-to-action {
        /*font-family: "HelveticaNeueW01-67MdCn 692710";*/
		font-family: 'Open Sans Condensed', sans-serif;
        background: #ff552d;
        display: block;
        position: relative;
        color: #fff;
        text-transform: uppercase;
        padding: 4px 25px 4px 10px;
    }

        a.call-to-action:after {
            background: url("../img/sprite.png") -272px 0 no-repeat;
            position: absolute;
            top: 50%;
            right: 10px;
            height: 13px;
            width: 15px;
            content: "";
            margin-top: -7px;
        }

        a.call-to-action:hover {
            background: #1c4062;
            color: #fff;
        }

    a.more {
      /*  font-family: "HelveticaNeueW01-67MdCn 692710";*/
	  font-family: 'Open Sans Condensed', sans-serif;
        text-transform: uppercase;
        color: #1c4062;
    }

        a.more:hover {
            color: #ff552d;
            border-bottom: 1px dotted #ff552d;
        }

    a.video {
        display: block;
        position: relative;
    }

        a.video:after {
            content: "";
            height: 40px;
            width: 40px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -20px 0 0 -20px;
            background: url("../img/sprite.png") 0 -64px no-repeat;
            opacity: 0.8;
            transition: opacity .4s;
        }

        a.video:hover:after {
            opacity: 1;
        }

        a.video img {
            display: block;
            width: 100%;
            height: auto;
        }

table {
    margin-top: 15px;
    width: 100%;
    table-layout:fixed;
}

th {
    border: 1px solid #e6e6e6;
   /* font-family: "HelveticaNeueW01-75Bold";*/
   font-family: 'Open Sans Condensed', sans-serif;
    color: #555;
    font-size: 12px;
    line-height: 13px;
    text-align: left;
    padding: 7px 10px;
}

td {
    border: 1px solid #e6e6e6;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    padding: 7px 10px;
}

abbr, acronym {
    border-bottom: 1px dotted #e6e6e6;
}

label {
    color: #6d6b74;
  /*  font-family: "HelveticaNeueW01-77BdCn 692722";*/
  font-family: 'Open Sans Condensed', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

    label.required:after {
        content: " *";
        color: #ff552d;
    }

    label.error {
        color: #ff552d;
        position: absolute;
        bottom: -21px;
        left: 0;
        white-space: nowrap;
    }

blockquote {
    border-left: 5px solid #e6e6e6;
    padding-left: 25px;
    margin-top: 15px;
}

b, strong {
    color: #555;
   /* font-family: "HelveticaNeueW01-75Bold";*/
   font-family: 'Open Sans Condensed', sans-serif;
}

dfn, em, i {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #555;
}

code, pre {
    white-space: pre-wrap;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

#cboxOverlay {
    opacity: 0.7 !important;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    background: white;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: #000;
}

#colorbox {
    outline: 0;
}

#cboxContent {
    overflow: visible;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    bottom: -29px;
    width: 0;
    height: 0;
    text-indent: -9999px;
}

#cboxClose {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 14px;
    width: 14px;
    background: url("../img/sprite.png") -400px -32px no-repeat;
    opacity: 0.85;
    -webkit-transition: opacity 0.45s,1s;
    -moz-transition: opacity 0.45s,1s;
    -o-transition: opacity 0.45s,1s;
    transition: opacity 0.45s,1s;
}

    #cboxClose:hover {
        opacity: 1;
    }

    #cboxClose:active {
        position: absolute;
        top: 10px;
        left: auto;
        right: 10px;
    }

    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0;
    }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.container {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

div.sidebar-nav {
    width: 220px;
    margin-left: 0;
    float: left;
    margin-right: -100%;
    clear: none;
}

div.content-main {
    width: 480px;
    margin-left: 260px;
    float: left;
    margin-right: -100%;
    clear: none;
}

    div.content-main.content-main-lightbox {
        float: none;
        margin: 0;
        width: auto;
    }

div.sidebar {
    width: 180px;
    margin-left: 780px;
    float: left;
    margin-right: -100%;
    clear: none;
}

#content {
    background: url("../img/bg-content-3-column.png") top left repeat-y;
    padding-top: 25px;
}

    #content:after {
        content: "";
        display: table;
        clear: both;
    }

    #content.form {
        background-image: none;
    }

        #content.form div.content-main {
            width: 600px;
            margin-left: 0;
            float: left;
            margin-right: -100%;
            clear: none;
        }

    #content.home {
        background-image: none;
    }

        #content.home div.content-main {
            width: 960px;
            margin-left: 0;
            float: left;
            margin-right: -100%;
            clear: none;
        }

    #content.search-results {
        background-image: none;
    }

        #content.search-results div.content-main {
            width: 520px;
            margin-left: 0;
            float: left;
            margin-right: -100%;
            clear: none;
        }

    #content.no-rails {
        background-image: none;
    }

        #content.no-rails div.content-main {
            width: 520px;
            margin-left: 0;
            float: left;
            margin-right: -100%;
            clear: none;
        }

div.grid-clearfix {
    margin-top: 24px;
}

    div.grid-clearfix:after {
        content: "";
        display: table;
        clear: both;
    }

    div.grid-clearfix.grid-clearfix-with-error {
        position: relative;
    }

div.grid-230-0 {
    width: 230px;
    margin-left: 0;
    float: left;
    margin-right: -100%;
    clear: none;
}

div.grid-230-250 {
    width: 230px;
    margin-left: 250px;
    float: left;
    margin-right: -100%;
    clear: none;
}

div.grid-225-0 {
    width: 225px;
    margin-left: 0;
    float: left;
    margin-right: -100%;
    clear: none;
}

div.grid-225-245 {
    width: 225px;
    margin-left: 245px;
    float: left;
    margin-right: -100%;
    clear: none;
}

div.grid-225-490 {
    width: 225px;
    margin-left: 490px;
    float: left;
    margin-right: -100%;
    clear: none;
}

div.grid-225-735 {
    width: 225px;
    margin-left: 735px;
    float: left;
    margin-right: -100%;
    clear: none;
}

.hidden {
    display: none !important;
}

div.accordion {
    border-bottom: 1px solid #e6e6e6;
    color: #6d6b74;
    font-size: 14px;
    padding: 0 0 10px 20px;
}

    div.accordion .accordion-closed {
        cursor: pointer;
        position: relative;
        color: #1c4062;
    }

        div.accordion .accordion-closed:before {
            color: #6d6b74;
            content: "+";
            position: absolute;
            left: -20px;
            margin-top: -1px;
        }

        div.accordion .accordion-closed.accordion-open:before {
            content: "\2013";
        }

        div.accordion .accordion-closed:hover, div.accordion .accordion-closed:hover:before {
            color: #ff552d;
        }

    div.accordion a {
      /*  font-family: "HelveticaNeueW01-75Bold";*/
	  font-family: 'Open Sans Condensed', sans-serif;
    }

    div.accordion p, div.accordion ul, div.accordion ol, div.accordion table, div.accordion h2, div.accordion h3, div.accordion h4, div.accordion h5, div.accordion h6 {
        margin-top: 10px;
    }

footer.site {
    border-top: 3px solid #cfcfcf;
    color: #6d6b74;
    margin-top: 90px;
    padding-bottom: 90px;
    text-transform: uppercase;
    font-size: 13px;
  /*  font-family: "HelveticaNeueW01-67MdCn 692710";*/
  font-family: 'Open Sans Condensed', sans-serif;
}

    footer.site:after {
        content: "";
        display: table;
        clear: both;
    }

    footer.site nav.social {
        float: right;
        padding: 12px 0 0;
    }

        footer.site nav.social h1 {
            display: inline-block;
            font-size: 16px;
            line-height: 16px;
            margin: 0 5px 0 0;
            position: relative;
            top: 4px;
        }

        footer.site nav.social a {
            margin-left: 3px;
            height: 25px;
            width: 25px;
            display: inline-block;
            text-indent: -999em;
            overflow: hidden;
            background: url("../img/sprite.png") no-repeat;
        }

            footer.site nav.social a.twitter {
                background-position: -288px 0;
            }

            footer.site nav.social a.email {
                background-position: -320px 0;
            }

            footer.site nav.social a.facebook {
                background-position: -352px 0;
            }

            footer.site nav.social a.google-plus {
                background-position: -384px 0;
            }

            footer.site nav.social a.linkedin {
                background-position: -416px 0;
            }

            footer.site nav.social a.twitter:hover {
                background-position: -288px -64px;
            }

            footer.site nav.social a.email:hover {
                background-position: -320px -64px;
            }

            footer.site nav.social a.facebook:hover {
                background-position: -352px -64px;
            }

            footer.site nav.social a.google-plus:hover {
                background-position: -384px -64px;
            }

            footer.site nav.social a.linkedin:hover {
                background-position: -416px -64px;
            }

    footer.site nav.footer {
        padding: 15px 0 10px;
    }

        footer.site nav.footer a {
            margin: 0 10px 0 0;
        }

    footer.site p {
        margin-top: 5px;
    }

div.form div.grid-100-0 {
    width: 100px;
    margin-left: 0;
    float: left;
    margin-right: -100%;
    clear: none;
    position: relative;
}

div.form div.grid-225-125 {
    width: 225px;
    margin-left: 125px;
    float: left;
    margin-right: -100%;
    clear: none;
    position: relative;
}

div.form div.grid-225-375 {
    width: 225px;
    margin-left: 375px;
    float: left;
    margin-right: -100%;
    clear: none;
    position: relative;
}

div.form div.grid-225-0 {
    width: 225px;
    margin-left: 0px;
    float: left;
    margin-right: -100%;
    clear: none;
    position: relative;
}

div.form div.grid-180-250 {
    width: 180px;
    margin-left: 250px;
    float: left;
    margin-right: -100%;
    clear: none;
    position: relative;
}

div.form div.grid-145-455 {
    width: 145px;
    margin-left: 455px;
    float: left;
    margin-right: -100%;
    clear: none;
    position: relative;
}

div.grid-240-0 {
    width: 230px;
    margin-left: 0;
    float: left;
    margin-right: -100%;
    clear: none;
}

div.grid-240-1 {
    width: 230px;
    margin-left: 250px;
    float: left;
    margin-right: -100%;
    clear: none;
}

header.site {
    font-size: 13px;
    line-height: 1em;
}

    header.site h1 {
        width: 277px;
        padding-top: 42px;
    }

        header.site h1 a {
            display: block;
            text-indent: -999em;
            overflow: hidden;
            /*background: url("../img/sprite.png") 0 0 no-repeat;*/
            background: url("../img/logo.jpg") 0 0 no-repeat;
            height: 77px;
        }

    header.site a.artsmanager {
        /*font-family: "HelveticaNeueW01-67MdCn 692710",sans-serif;*/
		font-family: 'Open Sans Condensed', sans-serif;
        text-transform: uppercase;
        color: #fff;
        background: #1c4062;
        width: 180px;
        padding: 7px 0 7px 12px;
        position: absolute;
        top: 0;
        right: 0;
    }

        header.site a.artsmanager:after {
            content: "";
            height: 13px;
            width: 15px;
            background: url("../img/sprite.png") -272px 0 no-repeat;
            position: absolute;
            top: 6px;
            right: 9px;
        }

        header.site a.artsmanager:hover {
            background: #ff552d;
        }

    header.site div.form {
        background: #f3f3f3;
        width: 180px;
        position: absolute;
        top: 73px;
        right: 0;
        height: 28px;
    }

        header.site div.form button[type="button"] {
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            height: 14px;
            width: 14px;
            background: #f3f3f3 url("../img/sprite.png") -272px -16px no-repeat;
            position: absolute;
            top: 0;
            right: 3px;
            border: 7px solid #f3f3f3;
            padding: 0;
            margin: 0;
            text-indent: -999em;
            overflow: hidden;
            border-radius: 0;
            display: block;
        }

            header.site div.form button[type="button"]:active {
                border-width: 8px 6px 6px 8px;
                left: auto;
            }

        header.site div.form input[type="text"] {
            font-size: 13px;
           /* font-family: "HelveticaNeueW01-67MdCn 692710";*/
		   font-family: 'Open Sans Condensed', sans-serif;
            border: 0;
            background: transparent;
            color: #6d6b74;
            width: 145px;
            margin: 0;
            padding: 4px 0 4px 12px;
            display: block;
            height: 28px;
        }

div.form-lightbox {
    width: 610px;
    background: #fff;
    margin: 0 auto;
    padding: 25px 35px 20px;
}

    div.form-lightbox h1 {
        color: #ff552d;
       /* font-family: "HelveticaNeueW01-67MdCn 692710";*/
	   font-family: 'Open Sans Condensed', sans-serif;
        font-size: 20px;
    }

    div.form-lightbox button.loading:after {
        display: none;
    }

    div.form-lightbox div.grid-100-0 {
        width: 100px;
        margin-left: 0;
        float: left;
        margin-right: -100%;
        clear: none;
        position: relative;
    }

    div.form-lightbox div.grid-200-120 {
        width: 200px;
        margin-left: 120px;
        float: left;
        margin-right: -100%;
        clear: none;
        position: relative;
    }

    div.form-lightbox div.grid-200-340 {
        width: 200px;
        margin-left: 340px;
        float: left;
        margin-right: -100%;
        clear: none;
        position: relative;
    }

    div.form-lightbox div.grid-190-0 {
        width: 190px;
        margin-left: 0;
        float: left;
        margin-right: -100%;
        clear: none;
        position: relative;
    }

    div.form-lightbox div.grid-190-210 {
        width: 190px;
        margin-left: 210px;
        float: left;
        margin-right: -100%;
        clear: none;
        position: relative;
    }

    div.form-lightbox div.grid-120-420 {
        width: 120px;
        margin-left: 420px;
        float: left;
        margin-right: -100%;
        clear: none;
        position: relative;
    }

div.jwplayer {
    width: 790px;
    background: #fff;
    margin: 0 auto;
    padding: 25px 35px 20px;
}

div#jwplayer {
    min-height: 405px;
}

    div#jwplayer embed, div#jwplayer object {
        display: block;
    }

div.jwplayer-info {
    padding-top: 15px;
}

    div.jwplayer-info h1 {
        font-size: 14px;
       /* font-family: "HelveticaNeueW01-75Bold";*/
	   font-family: 'Open Sans Condensed', sans-serif;
        text-transform: none;
        padding-bottom: 5px;
    }

    div.jwplayer-info p {
        font-size: 13px;
        line-height: 15px;
        margin-top: 0;
    }

        div.jwplayer-info p.author {
            font-style: italic;
        }

section.list {
    color: #6d6b74;
    font-size: 16px;
    line-height: 21px;
    border-top: 1px solid #e6e6e6;
    margin-top: 25px;
    padding-top: 25px;
}

    section.list article + article {
        border-top: 1px solid #e6e6e6;
        margin-top: 25px;
        padding-top: 25px;
    }

section.list-with-pagination {
    margin-top: 20px;
    padding-top: 20px;
}

    section.list-with-pagination article + article {
        margin-top: 20px;
        padding-top: 20px;
    }

section.list-impact p {
    margin-top: 0;
}

    section.list-impact p.date {
        color: #adacb4;
        font-size: 14px;
    }

section.list-impact a {
 /*   font-family: "HelveticaNeueW01-75Bold";*/
 font-family: 'Open Sans Condensed', sans-serif;
}

section.list-impact h1 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 15px;
    color: #6d6b74;
    text-transform: none;
}

section.list-impact article {
    padding-left: 190px;
    position: relative;
    min-height: 140px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    section.list-impact article h1 {
        font-size: 16px;
        line-height: 18px;
        text-transform: none;
        margin: 0;
    }

        section.list-impact article h1 + p {
            margin-top: 2px;
        }

    section.list-impact article span.label {
        position: absolute;
        left: 0;
        background: #ff552d;
        color: #fff;
        padding: 3px 10px;
        z-index: 2;
    }

    section.list-impact article img {
        position: absolute;
        left: 0;
        height: 140px;
        width: 165px;
        z-index: 1;
    }

section.list-services {
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

    section.list-services p {
        margin-top: 4px;
    }

        section.list-services p.download {
            font-size: 12px;
            margin-top: 12px;
        }

        section.list-services p a {
           /* font-family: "HelveticaNeueW01-75Bold";*/
		   font-family: 'Open Sans Condensed', sans-serif;
        }

    section.list-services h1 {
       /* font-family: "HelveticaNeueW01-65Medi";*/
	   font-family: 'Open Sans Condensed', sans-serif;
        font-size: 20px;
        text-transform: none;
        margin-top: 0;
    }

section.list-videos p {
    margin-top: 0;
}

    section.list-videos p.date {
        color: #adacb4;
        font-size: 12px;
    }

section.list-videos a.video {
    position: absolute;
    left: 0;
    height: 90px;
    width: 160px;
}

    section.list-videos a.video img {
        display: block;
    }

section.list-videos h1 {
    font-size: 12px;
  /*  font-family: "HelveticaNeueW01-75Bold";*/
  font-family: 'Open Sans Condensed', sans-serif;
    text-transform: none;
    margin-top: 0;
}

    section.list-videos h1 + p {
        margin-top: 3px;
    }

    section.list-videos h1 a.video {
        position: static;
        left: 0;
        height: auto;
        width: auto;
    }

        section.list-videos h1 a.video:after {
            display: none;
        }

section.list-videos article {
    padding-left: 185px;
    position: relative;
    min-height: 90px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

section.list-leadership article {
    padding-left: 140px;
    position: relative;
    min-height: 180px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    section.list-leadership article.no-headshot {
        padding-left: 0;
        min-height: 0;
    }

    section.list-leadership article img.headshot {
        position: absolute;
        top: 0;
        left: 0;
    }

    section.list-leadership article + article img.headshot {
        top: 30px;
    }

    section.list-leadership article h1 {
       /* font-family: "HelveticaNeueW01-55Roma";*/
	   font-family: 'Open Sans Condensed', sans-serif;
        font-size: 20px;
        text-transform: none;
        margin: 0;
        padding: 0;
    }

    section.list-leadership article h2 {
        color: #37363a;
       /* font-family: "HelveticaNeueW01-67MdCn 692710";*/
	   font-family: 'Open Sans Condensed', sans-serif;
        font-size: 13px;
        line-height: inherit;
        margin: 2px 0 0;
        text-transform: uppercase;
    }

section.list-blog p {
    margin-top: 0;
}

    section.list-blog p.date {
        color: #adacb4;
        font-size: 16px;
    }

section.list-blog h1 {
    font-size: 16px;
   /* font-family: "HelveticaNeueW01-75Bold";*/
   font-family: 'Open Sans Condensed', sans-serif;
    text-transform: none;
    margin-top: 0;
}

    section.list-blog h1 + p {
        margin-top: 3px;
    }

    section.list-blog h1 a.video {
        position: static;
        left: 0;
        height: auto;
        width: auto;
    }

        section.list-blog h1 a.video:after {
            display: none;
        }

section.list-search-results h1 {
    font-size: 12px;
   /* font-family: "HelveticaNeueW01-75Bold";*/
   font-family: 'Open Sans Condensed', sans-serif;
    text-transform: none;
    margin-top: 0;
}

    section.list-search-results h1 + p {
        margin-top: 2px;
    }

    section.list-search-results h1 a:hover, section.list-search-results h1 a:hover * {
        color: #ff552d;
    }

section.list-press-room h1 {
    font-size: 20px;
    color: #6d6b74;
   /* font-family: "HelveticaNeueW01-65Medi";*/
   font-family: 'Open Sans Condensed', sans-serif;
    text-transform: none;
    padding-bottom: 10px;
}

section.list-press-room a.more {
    font-size: 13px;
    color: #ff552d;
}

section.list-press-room article {
    cursor: pointer;
}

    section.list-press-room article h1 {
        font-size: inherit;
        line-height: inherit;
     /*   font-family: "HelveticaNeueW01-75Bold";*/
	 font-family: 'Open Sans Condensed', sans-serif;
        padding-bottom: 0;
    }

    section.list-press-room article p {
        margin-top: 0;
    }

        section.list-press-room article p.source, section.list-press-room article p.date {
            color: #adacb4;
        }

            section.list-press-room article p.source:after, section.list-press-room article p.date:after {
                display: none;
            }

    section.list-press-room article + article {
        border: 0;
        padding-top: 0;
        margin-top: 20px;
    }

section.list-press-room.list-press-room-announcements article + article {
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
    padding-top: 20px;
}

nav.breadcrumb {
   /* font-family: "HelveticaNeueW01-55Roma";*/
   font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    line-height: 14px;
    border-top: 3px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    padding: 10px 0;
    margin: 23px 0 0;
}

    nav.breadcrumb a {
        color: #6d6b74;
    }

        nav.breadcrumb a[href] {
            color: #1c4062;
        }

            nav.breadcrumb a[href]:hover {
                color: #ff552d;
            }

            nav.breadcrumb a[href]:after {
                display: inline-block;
                content: "";
                height: 5px;
                width: 3px;
                margin: 0 10px;
                background: url("../img/sprite.png") -272px -32px no-repeat;
                position: relative;
                top: -1px;
            }

nav.primary {
    font-size: 20px;
    line-height: 20px;
   /* font-family: "HelveticaNeueW01-67MdCn 692710";*/
   font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    position: absolute;
    top: 99px;
    right: 0;
    color: #d0d0d0;
}

    nav.primary hr {
        margin: 0;
        border: 0;
        content: "";
        display: inline-block;
        width: 13px;
        height: 15px;
        background: url("../img/sprite.png") -416px -32px no-repeat;
        position: relative;
        top: 2px;
        margin-right: 7px;
    }

    nav.primary a {
        font-size: 20px;
        line-height: 20px;
        color: #6d6b74;
        margin: 0 11px 0 0;
    }

        nav.primary a.selected, nav.primary a span {
            color: #ff552d;
        }

        nav.primary a:hover {
            border-bottom: 1px dotted #ff552d;
        }
    
    nav.primary a:last-child {

        margin-right: 0;

    }

nav.section {
    font-size: 15px;
    /*font-family: "HelveticaNeueW01-77BdCn 692722";*/
	font-family: 'Open Sans Condensed', sans-serif;
    line-height: 15px;
    margin-bottom: 20px;
}

    nav.section ul {
        margin: 0;
    }

        nav.section ul li {
            border-top: 1px solid #e6e6e6;
            margin: 0;
            padding: 0;
            text-transform: uppercase;
        }

            nav.section ul li:before {
                display: none;
            }

            nav.section ul li:first-child {
                border: 0;
            }

            nav.section ul li li {
               /* font-family: "HelveticaNeueW01-55Roma";*/
			   font-family: 'Open Sans Condensed', sans-serif;
                border: 0;
                font-size: 13px;
                text-transform: none;
                padding-left: 13px;
            }

                nav.section ul li li:before {
                    display: block;
                    top: 13px;
                }

    nav.section a {
        display: block;
        padding: 10px 0;
    }

        nav.section a.selected {
            color: #ff552d;
        }

div.pagination {
    color: #6d6b74;
    font-size: 14px;
    position: relative;
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
    padding-top: 20px;
}

    div.pagination p {
        margin: 0;
    }

    div.pagination strong {
        color: #37363a;
    }

    div.pagination nav {
        position: absolute;
        top: 20px;
        right: 0;
        /*font-family: "HelveticaNeueW01-75Bold";*/
		font-family: 'Open Sans Condensed', sans-serif;
    }

        div.pagination nav a {
            border-left: 1px solid #6d6b74;
            margin-left: 7px;
            padding-left: 7px;
        }

            div.pagination nav a.selected {
                color: #6d6b74;
            }

            div.pagination nav a.prev, div.pagination nav a.prev + a, div.pagination nav a.next {
                border-left: 0;
            }

                div.pagination nav a.prev:before, div.pagination nav a.next:after {
                    content: "";
                    height: 8px;
                    width: 11px;
                    display: inline-block;
                    background: url("../img/sprite.png") -368px -32px no-repeat;
                    position: relative;
                    margin: 0 3px 0 0;
                }

                div.pagination nav a.next:after {
                    background-position: -368px -48px;
                    margin: 0 0 0 3px;
                }

section.promo {
    background: #f3f3f3;
    padding: 15px 10px 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    /*font-family: "HelveticaNeueW01-55Roma";*/
	font-family: 'Open Sans Condensed', sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #6d6b74;
}

    section.promo + section.promo {
        margin-top: 20px;
    }

    section.promo a.more {
        color: #ff552d;
        font-size: 14px;
    }

    section.promo h1 {
        color: #1c4062;
        font-size: 21px;
        border-top: 3px solid #cfcfcf;
        border-bottom: 1px dotted #6d6b74;
        margin: 0 0 15px;
        padding: 7px 0 6px;
    }

        section.promo h1 a {
            display: block;
            position: relative;
            padding-right: 15px;
        }

            section.promo h1 a:after {
                background: url("../img/sprite.png") -352px -32px no-repeat;
                position: absolute;
                bottom: 4px;
                right: 0;
                height: 13px;
                width: 15px;
                content: "";
            }

        section.promo h1 span {
            display: block;
            font-size: 15px;
            line-height: 17px;
        }

    section.promo nav.social {
        margin-top: 12px;
    }

        section.promo nav.social a {
            margin-left: 18px;
            height: 25px;
            width: 25px;
            display: inline-block;
            text-indent: -999em;
            overflow: hidden;
            background: url("../img/sprite.png") no-repeat;
        }

            section.promo nav.social a:first-child {
                margin-left: 0;
            }

            section.promo nav.social a.twitter {
                background-position: -288px 0;
            }

            section.promo nav.social a.email {
                background-position: -320px 0;
            }

            section.promo nav.social a.facebook {
                background-position: -352px 0;
            }

            section.promo nav.social a.google-plus {
                background-position: -384px 0;
            }

            section.promo nav.social a.linkedin {
                background-position: -416px 0;
            }

            section.promo nav.social a.twitter:hover {
                background-position: -288px -64px;
            }

            section.promo nav.social a.email:hover {
                background-position: -320px -64px;
            }

            section.promo nav.social a.facebook:hover {
                background-position: -352px -64px;
            }

            section.promo nav.social a.google-plus:hover {
                background-position: -384px -64px;
            }

            section.promo nav.social a.linkedin:hover {
                background-position: -416px -64px;
            }

    section.promo p, section.promo ul, section.promo ol {
        margin-top: 10px;
    }

        section.promo ul li {
            margin-top: 0;
        }

            section.promo ul li:before {
                background-position: -272px -48px;
                top: 5px;
            }

        section.promo ul.downloads li {
            margin-top: 0;
            padding-left: 0;
        }

            section.promo ul.downloads li:before {
                display: none;
            }

            section.promo ul.downloads li + li {
                margin-top: 15px;
            }

        section.promo ul.downloads a span {
            color: #6d6b74;
            display: block;
        }

        section.promo ul.downloads a.pdf {
            display: block;
            padding: 0 0 0 24px;
            position: relative;
            min-height: 23px;
        }

            section.promo ul.downloads a.pdf:after {
                display: none;
            }

            section.promo ul.downloads a.pdf:before {
                content: "";
                position: absolute;
                top: 2px;
                left: 0;
                background: url("../img/sprite.png") -448px -64px no-repeat;
                height: 16px;
                width: 16px;
            }
			section.promo ul.downloads a.exc {
            display: block;
            padding: 0 0 0 24px;
            position: relative;
            min-height: 23px;
        }

            section.promo ul.downloads a.exc:after {
                display: none;
            }

            section.promo ul.downloads a.exc:before {
                content: "";
                position: absolute;
                top: 2px;
                left: 0;
                background: url("../img/sprite.png") -448px -36px no-repeat;
                height: 16px;
                width: 16px;
            }
			
			
			section.promo ul.downloads a.doc {
            display: block;
            padding: 0 0 0 24px;
            position: relative;
            min-height: 23px;
        }

            section.promo ul.downloads a.doc:after {
                display: none;
            }

            section.promo ul.downloads a.doc:before {
                content: "";
                position: absolute;
                top: 2px;
                left: 0;
                background: url("../img/sprite.png") -472px -64px no-repeat;
                height: 16px;
                width: 16px;
            }

		section.promo ul.downloads a.ppt {
            display: block;
            padding: 0 0 0 24px;
            position: relative;
            min-height: 23px;
        }

            section.promo ul.downloads a.ppt:after {
                display: none;
            }

            section.promo ul.downloads a.ppt:before {
                content: "";
                position: absolute;
                top: 2px;
                left: 0;
                background: url("../img/sprite.png") -496px -64px no-repeat;
                height: 16px;
                width: 16px;
            }
			
					section.promo ul.downloads a.link {
            display: block;
            padding: 0 0 0 24px;
            position: relative;
            min-height: 23px;
        }

            section.promo ul.downloads a.link:after {
                display: none;
            }

            section.promo ul.downloads a.link:before {
                content: "";
                position: absolute;
                top: 2px;
                left: 0;
                background: url("../img/sprite.png") -381px -45px no-repeat;
                height: 16px;
                width: 16px;
            }




        section.promo ul.directory li {
            margin-top: 0;
            padding-left: 0;
        }

            section.promo ul.directory li:before {
                display: none;
            }

            section.promo ul.directory li + li {
                margin-top: 15px;
            }

        section.promo ul.directory a:after {
            content: "";
            display: inline-block;
            background: url("../img/sprite.png") -352px -32px no-repeat;
            height: 13px;
            width: 15px;
            margin-left: 5px;
            position: relative;
            top: 3px;
        }

#content.home section.promo h1 {
    padding: 13px 0 7px;
}

section.promo-landing {
    background: transparent;
    box-shadow: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    section.promo-landing h1 {
        padding: 13px 0 7px;
    }

div.home section.promo {
    padding-left: 15px;
    padding-right: 15px;
}

section.promo-list {
    background: transparent;
    box-shadow: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    section.promo-list.promo-list-casestudies {
        position: relative;
        padding-top: 0 !important;
    }

        section.promo-list.promo-list-casestudies img {
            display: block;
        }

        section.promo-list.promo-list-casestudies h1 {
            color: #ff552d;
            padding: 12px 0 11px;
        }

        section.promo-list.promo-list-casestudies a.all {
            position: absolute;
            top: 21px;
            right: 0;
            white-space: nowrap;
          /*  font-family: "HelveticaNeueW01-67MdCn 692710";*/
		  font-family: 'Open Sans Condensed', sans-serif;
            text-transform: uppercase;
            color: #1c4062;
        }

            section.promo-list.promo-list-casestudies a.all:hover {
                color: #ff552d;
                border-bottom: 1px dotted #ff552d;
            }

        section.promo-list.promo-list-casestudies article {
            position: relative;
        }

            section.promo-list.promo-list-casestudies article + article {
                margin-top: 15px;
            }

            section.promo-list.promo-list-casestudies article h1 {
                border: 0;
                padding: 0;
                margin: 0 0 3px;
                color: #fff;
                opacity: 0.55;
                font-size: 18px;
                -webkit-transition: opacity 0.65s;
                -moz-transition: opacity 0.65s;
                -o-transition: opacity 0.65s;
                transition: opacity 0.65s;
            }

            section.promo-list.promo-list-casestudies article p {
                margin: 0;
                opacity: 0.55;
                -webkit-transition: opacity 0.65s;
                -moz-transition: opacity 0.65s;
                -o-transition: opacity 0.65s;
                transition: opacity 0.65s;
            }

            section.promo-list.promo-list-casestudies article span.type {
                position: absolute;
                top: 0;
                left: 0;
                padding: 4px 10px 2px;
                background: #ff552d;
                color: #fff;
                text-transform: uppercase;
               /* font-family: "HelveticaNeueW01-57Cn";*/
			   font-family: 'Open Sans Condensed', sans-serif;
            }

            section.promo-list.promo-list-casestudies article a.body {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                padding: 10px 10px 7px;
                background: #19191b;
                background: rgba(28,64,98,0.7);
                color: #fff;
            }

                section.promo-list.promo-list-casestudies article a.body:hover {
                    color: #fff;
                }

            section.promo-list.promo-list-casestudies article.open h1, section.promo-list.promo-list-casestudies article.open p {
                opacity: 1;
            }

            section.promo-list.promo-list-casestudies article.open div.popup {
                opacity: 1;
                right: -550px;
            }

            section.promo-list.promo-list-casestudies article div.popup {
                border-left: 10px solid #fff;
                position: absolute;
                top: 0;
                padding: 25px 25px 20px;
                background: #48474d;
                color: #fff;
                z-index: 9999;
                transition: opacity .45s;
                opacity: 0;
                width: 550px;
                right: 9999em;
            }

                section.promo-list.promo-list-casestudies article div.popup:before {
                    content: "";
                    position: absolute;
                    top: 50%;
                    left: -10px;
                    margin-top: -10px;
                    width: 0;
                    height: 0;
                    border-top: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                    border-right: 10px solid #48474d;
                }

                section.promo-list.promo-list-casestudies article div.popup p {
                    opacity: 1;
                    font-size: 14px;
                    line-height: 20px;
                }

                    section.promo-list.promo-list-casestudies article div.popup p.quote {
                        text-indent: -6px;
                    }

                    section.promo-list.promo-list-casestudies article div.popup p.cite {
                       /* font-family: "HelveticaNeueW01-57Cn";*/
					   font-family: 'Open Sans Condensed', sans-serif;
                        text-transform: uppercase;
                        color: #cfcfcf;
                    }

                    section.promo-list.promo-list-casestudies article div.popup p + p {
                        margin-top: 5px;
                    }

    section.promo-list.promo-list-latest h1 {
        color: #ff552d;
    }

    section.promo-list.promo-list-latest article {
        min-height: 60px;
        position: relative;
        padding-left: 75px;
    }

        section.promo-list.promo-list-latest article + article {
            margin-top: 30px;
        }

        section.promo-list.promo-list-latest article img {
            position: absolute;
            top: 0;
            left: 0;
        }

        section.promo-list.promo-list-latest article h1 {
            border: 0;
          /*  font-family: "HelveticaNeueW01-55Roma";*/
		  font-family: 'Open Sans Condensed', sans-serif;
            font-size: 14px;
            line-height: 16px;
            margin: 0;
            padding: 0 !important;
            text-transform: none;
        }

            section.promo-list.promo-list-latest article h1 a {
                padding: 0 !important;
            }

                section.promo-list.promo-list-latest article h1 a:after {
                    display: none;
                }

        section.promo-list.promo-list-latest article p {
            margin-top: 0;
        }

div.slideshow-homepage {
    position: relative;
    background: #f3f3f3;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

    div.slideshow-homepage a.slideshow-prev, div.slideshow-homepage a.slideshow-next {
        position: absolute;
        top: 50%;
        width: 20px;
        height: 30px;
        margin-top: -15px;
        background: url("../img/sprite.png") -288px -32px no-repeat;
        z-index: 7777;
        cursor: pointer;
        opacity: 0.5;
        transition: opacity .35s;
    }

        div.slideshow-homepage a.slideshow-prev:hover, div.slideshow-homepage a.slideshow-next:hover {
            opacity: 1;
        }

    div.slideshow-homepage a.slideshow-prev {
        left: 20px;
    }

    div.slideshow-homepage a.slideshow-next {
        right: 20px;
        background-position: -320px -32px;
    }

    div.slideshow-homepage div.slideshow-nav {
        position: absolute;
        bottom: -26px;
        right: -1px;
    }

        div.slideshow-homepage div.slideshow-nav a {
            text-indent: -999em;
            overflow: hidden;
            display: inline-block;
            height: 7px;
            width: 7px;
            border-radius: 3px;
            background: #1c4062;
            margin: 0 0 0 5px;
        }

            div.slideshow-homepage div.slideshow-nav a.selected {
                background: #ff552d;
            }

            div.slideshow-homepage div.slideshow-nav a:hover {
                background: #ff552d;
            }

    div.slideshow-homepage figure {
        position: relative;
    }

    div.slideshow-homepage figcaption {
        position: absolute;
        bottom: 10px;
        left: 10px;
        width: 920px;
        background: rgba(25,25,27,0.85);
        padding: 10px 15px;
    }

    div.slideshow-homepage img, div.slideshow-homepage a {
        display: block;
    }

    div.slideshow-homepage h1 {
       /* font-family: "HelveticaNeueW01-45Ligh";*/
	   font-family: 'Open Sans Condensed', sans-serif;
        font-size: 20px;
        line-height: 24px;
        text-transform: none;
    }

        div.slideshow-homepage h1 a {
            color: #fff;
        }

            div.slideshow-homepage h1 a strong {
               /* font-family: "HelveticaNeueW01-57Cn";*/
			   font-family: 'Open Sans Condensed', sans-serif;
                font-size: 24px;
                color: #ff552d;
                text-transform: uppercase;
            }

            div.slideshow-homepage h1 a:hover {
                color: #fff;
            }

                div.slideshow-homepage h1 a:hover strong {
                    color: #fff;
                }

    div.slideshow-homepage + div.grid-clearfix {
        margin-top: 20px;
    }

section.slideshow-inline {
    margin-top: 20px;
    position: relative;
}

    section.slideshow-inline a.slideshow-prev, section.slideshow-inline a.slideshow-next {
        position: absolute;
        bottom: 135px;
        width: 20px;
        height: 30px;
        margin-top: 15px;
        background: url("../img/sprite.png") -288px -32px no-repeat;
        z-index: 7777;
        cursor: pointer;
        opacity: 0.5;
        transition: opacity .35s;
    }

        section.slideshow-inline a.slideshow-prev:hover, section.slideshow-inline a.slideshow-next:hover {
            opacity: 1;
        }

    section.slideshow-inline a.slideshow-prev {
        left: 20px;
    }

    section.slideshow-inline a.slideshow-next {
        right: 20px;
        background-position: -320px -32px;
    }

    section.slideshow-inline h1 {
     /*   font-family: "HelveticaNeueW01-57Cn";*/
	 font-family: 'Open Sans Condensed', sans-serif;
        font-size: 21px;
        color: #ff552d;
        text-transform: uppercase;
        border-top: 3px solid #cfcfcf;
        border-bottom: 1px dotted #6d6b74;
        margin: 0 0 10px;
        padding: 12px 0 11px;
    }

    section.slideshow-inline a, section.slideshow-inline img {
        display: block;
    }

    section.slideshow-inline div.slideshow-nav {
        position: absolute;
        top: 14px;
        right: 0;
    }

        section.slideshow-inline div.slideshow-nav a {
            text-indent: -999em;
            overflow: hidden;
            display: inline-block;
            height: 7px;
            width: 7px;
            border-radius: 3px;
            background: #1c4062;
            margin: 0 0 0 5px;
        }

            section.slideshow-inline div.slideshow-nav a.selected, section.slideshow-inline div.slideshow-nav a:hover {
                background: #ff552d;
            }

    section.slideshow-inline a:hover figcaption h1 {
        border-bottom: 1px dotted #fff;
    }

    section.slideshow-inline figcaption {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px 20px;
        background: #000;
        background: rgba(25,25,27,0.85);
    }

        section.slideshow-inline figcaption h1 {
            color: #fff;
          /*  font-family: "HelveticaNeueW01-45Ligh";*/
		  font-family: 'Open Sans Condensed', sans-serif;
            font-size: 16px;
            text-transform: none;
            border: 0;
            border-bottom: 1px dotted transparent;
            margin: 0;
            padding: 0;
            display: inline;
        }

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

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

    pre, blockquote {
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

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

    p, h2, h3, h4, h5, h6 {
        orphans: 3;
        widows: 3;
    }

    h2, h3, h4, h5, h6 {
        page-break-after: avoid;
    }
}
.mylink{border-bottom: 1px dotted #1c4062;}
<link href="/sitecore/shell/themes/standard/default/Default.css" rel="stylesheet" />

<link href="/sitecore/shell/controls/Lib/Flexie/flex.css" rel="stylesheet" />

<link href="/sitecore/shell/themes/standard/default/Default.css" rel="stylesheet" />

<link href="/sitecore/shell/controls/Lib/Flexie/flex.css" rel="stylesheet" />

