/* Minification failed. Returning unminified contents.
(6617,93): run-time error CSS1031: Expected selector, found ')'
(6617,93): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/* normalize.css v3.0.2 | MIT License | git.io/normalize *//** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling *    user zoom. */html {  font-family: sans-serif; /* 1 */  -ms-text-size-adjust: 100%; /* 2 */  -webkit-text-size-adjust: 100%; /* 2 */}/** * Remove default margin. */body {  margin: 0;}/* HTML5 display definitions   ========================================================================== *//** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox. * Correct `block` display not defined for `main` in IE 11. */article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {  display: block;}/** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */audio,canvas,progress,video {  display: inline-block; /* 1 */  vertical-align: baseline; /* 2 */}/** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */audio:not([controls]) {  display: none;  height: 0;}/** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */[hidden],template {  display: none;}/* Links   ========================================================================== *//** * Remove the gray background color from active links in IE 10. */a {  background-color: transparent;}/** * Improve readability when focused and also mouse hovered in all browsers. */a:active,a:hover {  outline: 0;}/* Text-level semantics   ========================================================================== *//** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */abbr[title] {  border-bottom: 1px dotted;}/** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */b,strong {  font-weight: bold;}/** * Address styling not present in Safari and Chrome. */dfn {  font-style: italic;}/** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome. */h1 {  font-size: 2em;  margin: 0.67em 0;}/** * Address styling not present in IE 8/9. */mark {  background: #ff0;  color: #000;}/** * Address inconsistent and variable font size in all browsers. */small {  font-size: 80%;}/** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */sub,sup {  font-size: 75%;  line-height: 0;  position: relative;  vertical-align: baseline;}sup {  top: -0.5em;}sub {  bottom: -0.25em;}/* Embedded content   ========================================================================== *//** * Remove border when inside `a` element in IE 8/9/10. */img {  border: 0;}/** * Correct overflow not hidden in IE 9/10/11. */svg:not(:root) {  overflow: hidden;}/* Grouping content   ========================================================================== *//** * Address margin not present in IE 8/9 and Safari. */figure {  margin: 1em 40px;}/** * Address differences between Firefox and other browsers. */hr {  -moz-box-sizing: content-box;  box-sizing: content-box;  height: 0;}/** * Contain overflow in all browsers. */pre {  overflow: auto;}/** * Address odd `em`-unit font size rendering in all browsers. */code,kbd,pre,samp {  font-family: monospace, monospace;  font-size: 1em;}/* Forms   ========================================================================== *//** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. *//** * 1. Correct color not being inherited. *    Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */button,input,optgroup,select,textarea {  color: inherit; /* 1 */  font: inherit; /* 2 */  margin: 0; /* 3 */}/** * Address `overflow` set to `hidden` in IE 8/9/10/11. */button {  overflow: visible;}/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */button,select {  text-transform: none;}/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` *    and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type *    `input` and others. */button,html input[type="button"], /* 1 */input[type="reset"],input[type="submit"] {  -webkit-appearance: button; /* 2 */  cursor: pointer; /* 3 */}/** * Re-set default cursor for disabled elements. */button[disabled],html input[disabled] {  cursor: default;}/** * Remove inner padding and border in Firefox 4+. */button::-moz-focus-inner,input::-moz-focus-inner {  border: 0;  padding: 0;}/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */input {  line-height: normal;}/** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */input[type="checkbox"],input[type="radio"] {  box-sizing: border-box; /* 1 */  padding: 0; /* 2 */}/** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {  height: auto;}/** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome *    (include `-moz` to future-proof). */input[type="search"] {  -webkit-appearance: textfield; /* 1 */  -moz-box-sizing: content-box;  -webkit-box-sizing: content-box; /* 2 */  box-sizing: content-box;}/** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {  -webkit-appearance: none;}/** * Define consistent border, margin, and padding. */fieldset {  border: 1px solid #c0c0c0;  margin: 0 2px;  padding: 0.35em 0.625em 0.75em;}/** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */legend {  border: 0; /* 1 */  padding: 0; /* 2 */}/** * Remove default vertical scrollbar in IE 8/9/10/11. */textarea {  overflow: auto;}/** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */optgroup {  font-weight: bold;}/* Tables   ========================================================================== *//** * Remove most spacing between table cells. */table {  border-collapse: collapse;  border-spacing: 0;}td,th {  padding: 0;}div {  overflow: hidden;}*,*:before,*:after {  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;  *behavior: url(/css/boxsizing.htc);}
/* * Bootstrap v3.0.2 * * Copyright 2013 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. */

html {
    font-size: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}

.lt-ie9 body {
    font-weight: normal !important;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #00a6c9;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #00a6c9;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small, .small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #00a6c9;
}

    .text-primary:hover {
        color: #00a6c9;
    }

.text-warning {
    color: #c09853;
}

    .text-warning:hover {
        color: #a47e3c;
    }

.text-danger {
    color: #b94a48;
}

    .text-danger:hover {
        color: #953b39;
    }

.text-success {
    color: #468847;
}

    .text-success:hover {
        color: #356635;
    }

.text-info {
    color: #00a6c9;
}

    .text-info:hover {
        color: #00a6c9;
    }

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal; /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  font-weight: 500;*/
    line-height: 1.1;
    color: inherit;
}

.lt-ie9 h1, .lt-ie9 h2, .lt-ie9 h3, .lt-ie9 h4, .lt-ie9 h5, .lt-ie9 h6, .lt-ie9 .h1, .lt-ie9 .h2, .lt-ie9 .h3, .lt-ie9 .h4, .lt-ie9 .h5, .lt-ie9 .h6 {
    font-weight: normal !important;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

h1, h2, h3 {
    margin: 0;
}

    h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
        font-size: 65%;
    }

h4, h5, h6 {
    margin: 0;
}

    h4 small, h5 small, h6 small, h4 .small, h5 .small, h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 0px;
}

    ul ul, ol ul, ul ol, ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

        .list-inline > li:first-child {
            padding-left: 0;
        }

dl {
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.428571429;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

        .dl-horizontal dd:before, .dl-horizontal dd:after {
            content: " "; /* 1 */
            display: table; /* 2 */
        }

        .dl-horizontal dd:after {
            clear: both;
        }

        .dl-horizontal dd:before, .dl-horizontal dd:after {
            content: " "; /* 1 */
            display: table; /* 2 */
        }

        .dl-horizontal dd:after {
            clear: both;
        }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
}

    blockquote p {
        font-size: 17.5px;
        font-weight: 300;
        line-height: 1.25;
    }

        blockquote p:last-child {
            margin-bottom: 0;
        }

    blockquote small {
        display: block;
        line-height: 1.428571429;
        color: #999999;
    }

        blockquote small:before {
            content: '\2014 \00A0';
        }

    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
    }

        blockquote.pull-right p, blockquote.pull-right small, blockquote.pull-right .small {
            text-align: right;
        }

            blockquote.pull-right small:before, blockquote.pull-right .small:before {
                content: '';
            }

            blockquote.pull-right small:after, blockquote.pull-right .small:after {
                content: '\00A0 \2014';
            }

    blockquote:before, blockquote:after {
        content: "";
    }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}

code, kbd, pre, samp {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:before, .container:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .container:after {
        clear: both;
    }

    .container:before, .container:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .container:after {
        clear: both;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before, .row:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .row:after {
        clear: both;
    }

    .row:before, .row:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .row:after {
        clear: both;
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666666666666%;
}

.col-xs-pull-10 {
    right: 83.33333333333334%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666666666666%;
}

.col-xs-pull-7 {
    right: 58.333333333333336%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666666666667%;
}

.col-xs-pull-4 {
    right: 33.33333333333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.666666666666664%;
}

.col-xs-pull-1 {
    right: 8.333333333333332%;
}

.col-xs-pull-0 {
    right: 0%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666666666666%;
}

.col-xs-push-10 {
    left: 83.33333333333334%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666666666666%;
}

.col-xs-push-7 {
    left: 58.333333333333336%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666666666667%;
}

.col-xs-push-4 {
    left: 33.33333333333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.666666666666664%;
}

.col-xs-push-1 {
    left: 8.333333333333332%;
}

.col-xs-push-0 {
    left: 0%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }

    .col-sm-pull-0 {
        right: 0%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666666666666%;
    }

    .col-sm-push-10 {
        left: 83.33333333333334%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666666666666%;
    }

    .col-sm-push-7 {
        left: 58.333333333333336%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666666666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.666666666666664%;
    }

    .col-sm-push-1 {
        left: 8.333333333333332%;
    }

    .col-sm-push-0 {
        left: 0%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-0 {
        right: 0%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-0 {
        left: 0%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-0 {
        right: 0%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-0 {
        left: 0%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    float: none;
    display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0 0 10px 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 5px 0 0;
    float: left;
    margin-top: 1px \9; /* IE8-9 */
    line-height: normal;
}

input[type="file"] {
    display: block;
}

select[multiple], select[size] {
    height: auto;
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #00a6c9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control:-moz-placeholder {
        color: #999999;
    }

    .form-control::-moz-placeholder {
        color: #999999;
    }

    .form-control:-ms-input-placeholder {
        color: #999999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999999;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

textarea.form-control {
    height: auto;
}

.form-group {
    padding-bottom: 15px;
}

.radio, .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle;
}
    /*.radio label,.checkbox label {  display: inline;  margin-bottom: 0;  font-weight: normal;  cursor: pointer;}*/ /*.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"] {  float: left;  margin-left: -20px;}*/

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
        cursor: not-allowed;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-xs {
    height: 22px;
    padding: 0 2px 0 2px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    vertical-align: top;
}

select.input-sm {
    height: 30px;
    line-height: 24px;
}

textarea.input-sm {
    height: auto;
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 45px;
    line-height: 45px;
}

textarea.input-lg {
    height: auto;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #c09853;
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #a47e3c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    }

.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #b94a48;
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #953b39;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    }

.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #468847;
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #356635;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    }

.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            float: none;
            margin-left: 0;
        }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus {
        color: #333333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #333333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        background-color: #ffffff;
        border-color: #cccccc;
    }

.btn-primary {
    color: #ffffff;
    background-color: #00a6c9;
    border-color: #02899b;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #00a6c9;
        border-color: #02899b;
    }

    .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #00a6c9;
        border-color: #02899b;
    }

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #ed9c28;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #d2322d;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #47a447;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #00a6c9;
        border-color: #02899b;
    }

    .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

.btn-link {
    color: #00a6c9;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #02899b;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #999999;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 0px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    height: 22px;
    vertical-align: top;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .glyphicon:empty {
        width: 1em;
    }

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 5px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #00a6c9;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #999999;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999999;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000000;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right {
        padding-right: 0px !important;
    }
}

.btn-default .caret {
    border-top-color: #333333;
}

.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
    border-top-color: #fff;
}

.dropup .btn-default .caret {
    border-bottom-color: #333333;
}

.dropup .btn-primary .caret, .dropup .btn-success .caret, .dropup .btn-warning .caret, .dropup .btn-danger .caret, .dropup .btn-info .caret {
    border-bottom-color: #fff;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
            z-index: 2;
        }

        .btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
            outline: none;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar:before, .btn-toolbar:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar:before, .btn-toolbar:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn-group {
    float: left;
}

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group-xs > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 1px 5px;
}

.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified .btn {
        float: none;
        display: table-cell;
        width: 1%;
    }

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group.col {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 45px;
    line-height: 45px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

    .input-group-btn:first-child > .btn {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn {
        margin-left: -1px;
    }

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -4px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:active {
            z-index: 2;
        }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:before, .nav:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .nav:after {
        clear: both;
    }

    .nav:before, .nav:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #999999;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #999999;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #00a6c9;
    }

        .nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
            border-top-color: #02899b;
            border-bottom-color: #02899b;
        }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.428571429;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #dddddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-bottom-color: transparent;
            cursor: default;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #ffffff;
        background-color: #00a6c9;
    }

        .nav-pills > li.active > a .caret, .nav-pills > li.active > a:hover .caret, .nav-pills > li.active > a:focus .caret {
            border-top-color: #ffffff;
            border-bottom-color: #ffffff;
        }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border: 1px solid #dddddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav .caret {
    border-top-color: #00a6c9;
    border-bottom-color: #00a6c9;
}

.nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

    .navbar:before, .navbar:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .navbar:after {
        clear: both;
    }

    .navbar:before, .navbar:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.navbar-header:after {
    clear: both;
}

.navbar-header:before, .navbar-header:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before, .navbar-collapse:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse:before, .navbar-collapse:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse { /*width: auto;*/
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: auto;
        }

        .navbar-collapse .navbar-nav.navbar-left:first-child {
            margin-left: -15px;
        }

        .navbar-collapse .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }

        .navbar-collapse .navbar-text:last-child {
            margin-right: 0;
        }
}

.container > .navbar-header, .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header, .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 10px 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
/*.navbar-nav {  margin: 1px -15px;}*/

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }

    .navbar-fixed-top {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-form {
        margin-top: 8px;
    }
}

@media (min-width: 768px) { /*.navbar-nav {    float: left;    margin: 15px 0 0 0;  }*/

    .navbar-nav > li {
        float: left;
    }

        .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
        }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 24px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

        .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
            float: none;
            margin-left: 0;
        }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-text {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #dddddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #dddddd;
        }

        .navbar-default .navbar-toggle .icon-bar, .navbar-fixed-top .navbar-toggle .icon-bar, .navbar-static-top .navbar-toggle .icon-bar {
            background-color: #cccccc;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
        border-top-color: #333333;
        border-bottom-color: #333333;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555555;
    }

        .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
            border-top-color: #555555;
            border-bottom-color: #555555;
        }

    .navbar-default .navbar-nav > .dropdown > a .caret {
        border-top-color: #777777;
        border-bottom-color: #777777;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777777;
}

    .navbar-default .navbar-link:hover {
        color: #333333;
    }

.navbar-inverse {
    background-color: #222222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #999999;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #999999;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #999999;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #080808;
        color: #ffffff;
    }

    .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff;
    }

    .navbar-inverse .navbar-nav > .dropdown > a .caret {
        border-top-color: #999999;
        border-bottom-color: #999999;
    }

    .navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999999;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #999999;
}

    .navbar-inverse .navbar-link:hover {
        color: #ffffff;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #cccccc;
        }

    .breadcrumb > .active {
        color: #999999;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            background-color: #eeeeee;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        background-color: #00a6c9;
        border-color: #00a6c9;
        cursor: default;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #999999;
        background-color: #ffffff;
        border-color: #dddddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager:before, .pager:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .pager:after {
        clear: both;
    }

    .pager:before, .pager:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 15px;
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #999999;
        background-color: #ffffff;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label[href]:hover, .label[href]:focus {
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
    }

    .label:empty {
        display: none;
    }

.label-default {
    background-color: #999999;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #808080;
    }

.label-primary {
    background-color: #00a6c9;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #3071a9;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #00a6c9;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

a.badge:hover, a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.btn .badge {
    position: relative;
    top: -1px;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #00a6c9;
    background-color: #ffffff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eeeeee;
}

    .jumbotron h1 {
        line-height: 1;
        color: inherit;
    }

    .jumbotron p {
        line-height: 1.4;
    }

.container .jumbotron {
    border-radius: 6px;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1 {
        font-size: 63px;
    }
}

.thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

    .thumbnail > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #02899b;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable {
    padding-right: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #356635;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #2d6987;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #c09853;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #a47e3c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #b94a48;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #953b39;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #00a6c9;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

    .media, .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

a.list-group-item {
    color: #555555;
}

    a.list-group-item .list-group-item-heading {
        color: #333333;
    }

    a.list-group-item:hover, a.list-group-item:focus {
        text-decoration: none;
        background-color: #f5f5f5;
    }

    a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
        z-index: 2;
        color: #ffffff;
        background-color: #00a6c9;
        border-color: #02899b;
    }

        a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
            color: inherit;
        }

        a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
            color: #e1edf7;
        }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before, .panel-body:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .panel-body:after {
        clear: both;
    }

    .panel-body:before, .panel-body:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .panel-body:after {
        clear: both;
    }

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
    }

        .panel > .list-group .list-group-item:first-child {
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

        .panel > .list-group .list-group-item:last-child {
            border-bottom: 0;
        }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive {
    margin-bottom: 0;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #dddddd;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
}

    .panel-group .panel + .panel {
        margin-top: 5px;
    }

.panel-group .panel-heading {
    border-bottom: 0;
}

    .panel-group .panel-heading + .panel-collapse .panel-body {
        border-top: 1px solid #dddddd;
    }

.panel-group .panel-footer {
    border-top: 0;
}

    .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #dddddd;
    }

.panel-default {
    border-color: #dddddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #dddddd;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #dddddd;
        }

        .panel-default > .panel-heading > .dropdown .caret {
            border-color: #333333 transparent;
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #dddddd;
    }

.panel-primary {
    border-color: #02899b;
}

    .panel-primary > .panel-heading {
        color: #ffffff;
        background-color: #00a6c9;
        border-color: #02899b;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #02899b;
        }

        .panel-primary > .panel-heading > .dropdown .caret {
            border-color: #ffffff transparent;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #02899b;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #468847;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading > .dropdown .caret {
            border-color: #468847 transparent;
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #c09853;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading > .dropdown .caret {
            border-color: #c09853 transparent;
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #b94a48;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading > .dropdown .caret {
            border-color: #b94a48 transparent;
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ebccd1;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #3a87ad;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading > .dropdown .caret {
            border-color: #3a87ad transparent;
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-dialog {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 10px;
    z-index: 1050;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before, .modal-footer:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer:before, .modal-footer:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

    .popover .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .popover.top .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #ffffff;
    }

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    .popover.right .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #ffffff;
    }

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    .popover.bottom .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #ffffff;
    }

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #ffffff;
        bottom: -10px;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1;
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-control.left {
        background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover, .carousel-control:focus {
        color: #ffffff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #ffffff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #ffffff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-xs.visible-sm {
        display: block !important;
    }

    tr.visible-xs.visible-sm {
        display: table-row !important;
    }

    th.visible-xs.visible-sm, td.visible-xs.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs.visible-md {
        display: block !important;
    }

    tr.visible-xs.visible-md {
        display: table-row !important;
    }

    th.visible-xs.visible-md, td.visible-xs.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-xs.visible-lg {
        display: block !important;
    }

    tr.visible-xs.visible-lg {
        display: table-row !important;
    }

    th.visible-xs.visible-lg, td.visible-xs.visible-lg {
        display: table-cell !important;
    }
}

.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-sm.visible-xs {
        display: block !important;
    }

    tr.visible-sm.visible-xs {
        display: table-row !important;
    }

    th.visible-sm.visible-xs, td.visible-sm.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-sm.visible-md {
        display: block !important;
    }

    tr.visible-sm.visible-md {
        display: table-row !important;
    }

    th.visible-sm.visible-md, td.visible-sm.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-sm.visible-lg {
        display: block !important;
    }

    tr.visible-sm.visible-lg {
        display: table-row !important;
    }

    th.visible-sm.visible-lg, td.visible-sm.visible-lg {
        display: table-cell !important;
    }
}

.visible-md, tr.visible-md, th.visible-md, td.visible-md {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-md.visible-xs {
        display: block !important;
    }

    tr.visible-md.visible-xs {
        display: table-row !important;
    }

    th.visible-md.visible-xs, td.visible-md.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-md.visible-sm {
        display: block !important;
    }

    tr.visible-md.visible-sm {
        display: table-row !important;
    }

    th.visible-md.visible-sm, td.visible-md.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-md.visible-lg {
        display: block !important;
    }

    tr.visible-md.visible-lg {
        display: table-row !important;
    }

    th.visible-md.visible-lg, td.visible-md.visible-lg {
        display: table-cell !important;
    }
}

.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-lg.visible-xs {
        display: block !important;
    }

    tr.visible-lg.visible-xs {
        display: table-row !important;
    }

    th.visible-lg.visible-xs, td.visible-lg.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-lg.visible-sm {
        display: block !important;
    }

    tr.visible-lg.visible-sm {
        display: table-row !important;
    }

    th.visible-lg.visible-sm, td.visible-lg.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg.visible-md {
        display: block !important;
    }

    tr.visible-lg.visible-md {
        display: table-row !important;
    }

    th.visible-lg.visible-md, td.visible-lg.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

.hidden-xs {
    display: block !important;
}

tr.hidden-xs {
    display: table-row !important;
}

th.hidden-xs, td.hidden-xs {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs.hidden-md, tr.hidden-xs.hidden-md, th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
        display: none !important;
    }
}

.hidden-sm {
    display: block !important;
}

tr.hidden-sm {
    display: table-row !important;
}

th.hidden-sm, td.hidden-sm {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-sm.hidden-md, tr.hidden-sm.hidden-md, th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
        display: none !important;
    }
}

.hidden-md {
    display: block !important;
}

tr.hidden-md {
    display: table-row !important;
}

th.hidden-md, td.hidden-md {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-md.hidden-xs, tr.hidden-md.hidden-xs, th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm, tr.hidden-md.hidden-sm, th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-md.hidden-lg, tr.hidden-md.hidden-lg, th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
        display: none !important;
    }
}

.hidden-lg {
    display: block !important;
}

tr.hidden-lg {
    display: table-row !important;
}

th.hidden-lg, td.hidden-lg {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md, tr.hidden-lg.hidden-md, th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
        display: none !important;
    }
}

.visible-print, tr.visible-print, th.visible-print, td.visible-print {
    display: none !important;
}

#page {
    width: 1200px;
    max-width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
    -webkit-box-shadow: 0 0 20px rgb(21, 21, 21);
    -moz-box-shadow: 0 0 20px rgb(21, 21, 21);
    box-shadow: 0 0 20px #151515;
}

menu original.container_2, .container_3, .container_4, .container_5, .container_6, .container_12 {
    width: 100%;
    clear: both;
    overflow: hidden;
}

.col {
    padding-left: 2%;
    padding-right: 2%;
}

.full {
    width: 100% !important;
}

.container_5 .grid_1 {
    width: 20%;
}

.container_5 .grid_2 {
    width: 40%;
}

.container_5 .grid_3 {
    width: 60%;
}

.container_4 .grid_4 {
    width: 80%;
}

.container_12 .grid_1 {
    width: 8.333%;
}

.container_6 .grid_1, .container_12 .grid_2 {
    width: 16.667%;
}

.container_4 .grid_1, .container_12 .grid_3 {
    width: 25.0%;
}

.container_3 .grid_1, .container_6 .grid_2, .container_12 .grid_4,
#module_cross_3col1 > .module, #module_cross_3col2 > .module, #module_cross_3col3 > .module_block, #module_cross_3col4 > .module, #module_cross_3col5 > .module,
#module_cross_3col1 > .module_block, #module_cross_3col2 > .module_block, #module_cross_3col3 > .module_block, #module_cross_3col4 > .module_block, #module_cross_3col5 > .module_block,
#module_footer_3col1 > .module, #module_footer_3col2 > .module, #module_footer_3col3 > .module, #module_footer_3col4 > .module, #module_footer_3col5 > .module,
.team_member_container .one_third_column, .team_member_container .one_third_column_wider {
    width: 33.333%;
}

.container_12 .grid_5 {
    width: 41.667%;
}

.container_2 .grid_1, .container_4 .grid_2, .container_6 .grid_3, .container_12 .grid_6, #module_landing_cross_2col .module_block, .module_landing_footer_2col .module_block, .one_half_column, .half_width {
    width: 50%;
}

.container_12 .grid_7 {
    width: 58.333%;
}

.container_3 .grid_2, .container_6 .grid_4, .container_12 .grid_8, .team_member_container .two_thirds_column {
    width: 66.667%;
}

.container_4 .grid_3, .container_12 .grid_9 {
    width: 75%;
}

.container_6 .grid_5, .container_12 .grid_10 {
    width: 83.333%;
}

.container_12 .grid_11 {
    width: 91.667%;
}

.container_1 .grid_1, .container_2 .grid_12, .container_3 .grid_12, .container_4 .grid_12, .container_5 .grid_12, .container_6 .grid_12, .container_12 .grid_12 {
    width: 100%;
}

.lt-ie10 #flex {
    overflow: auto !important;
}

.lt-ie10 .module_landing_footer_2col {
    width: 100%;
}

.lt-ie9 .derisking .container_12 .grid_12 {
    padding-bottom: 0;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .one_half_column, .half_width, .team_member_container .two_thirds_column, .team_member_container .one_third_column, .team_member_container .one_third_column_wider {
    float: left;
    overflow: hidden;
}

#flex > .grid_1, #flex > .grid_2, #flex > .grid_3, #flex > .grid_4, #flex > .grid_5, #flex > .grid_6, #flex > .grid_7, #flex > .grid_8, #flex > .grid_9, #flex > .grid_10, #flex > .grid_11, #flex > .grid_12,
#module_cross_3col1 > .module, #module_cross_3col2 > .module, #module_cross_3col3 > .module, #module_cross_3col4 > .module, #module_cross_3col5 > .module,
#module_cross_3col1 > .module_block, #module_cross_3col2 > .module_block, #module_cross_3col3 > .module_block, #module_cross_3col4 > .module_block, #module_cross_3col5 > .module_block,
#module_footer_3col1 .module_block, #module_footer_3col2 .module_block, #module_footer_3col3 .module_block, #module_footer_3col4 .module_block, #module_footer_3col5 .module_block,
.module_landing_footer_2col .module_block, #module_landing_cross_2col .module_block, .module_landing_footer_3col .module_block {
    float: none;
    overflow: hidden;
}

.lt-ie10 #flex > .grid_1, .lt-ie10 #flex > .grid_2, .lt-ie10 #flex > .grid_3, .lt-ie10 #flex > .grid_4, .lt-ie10 #flex > .grid_5, .lt-ie10 #flex > .grid_6, .lt-ie10 #flex > .grid_7, .lt-ie10 #flex > .grid_8, .lt-ie10 #flex > .grid_9, .lt-ie10 #flex > .grid_10, .lt-ie10 #flex > .grid_11, .lt-ie10 #flex > .grid_12,
.lt-ie10 #module_cross_3col1 > .module, .lt-ie10 #module_cross_3col2 > .module, .lt-ie10 #module_cross_3col3 > .module, .lt-ie10 #module_cross_3col4 > .module, .lt-ie10 #module_cross_3col5 > .module,
.lt-ie10 #module_cross_3col1 > .module_block, .lt-ie10 #module_cross_3col2 > .module_block, .lt-ie10 #module_cross_3col3 > .module_block, .lt-ie10 #module_cross_3col4 > .module_block, .lt-ie10 #module_cross_3col5 > .module_block,
.lt-ie10 #module_footer_3col1 .module_block, .lt-ie10 #module_footer_3col2 .module_block, .lt-ie10 #module_footer_3col3 .module_block, .lt-ie10 #module_footer_3col4 .module_block, .lt-ie10 #module_footer_3col5 .module_block,
.lt-ie10 .module_landing_footer_2col .module_block, .lt-ie10 #module_landing_cross_2col .module_block, .lt-ie10 .module_landing_footer_3col .module_block {
    float: left;
    overflow: hidden;
}
/************************************************************************************BOOTSTRAP MODS*************************************************************************************/

.navbar-btn {
    margin-top: 0;
    margin-bottom: 0;
}

.nav .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-nav li.nav_theme_teal:nth-child(4) .dropdown-menu {
    width: 262px;
}

.navbar-nav {
    margin: 0;
    float: left;
    display: block;
}

.navbar {
    min-height: 19px;
    overflow: visible;
    border: none;
}

.navbar-collapse {
    background: rgb(0, 166, 201);
    background: linear-gradient(to bottom, rgba(0,160,188,1) 0,rgba(0,173,196,1) 100%);
    max-height: none;
}

.navbar-btn .btn {
    background: transparent;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.navbar-btn .btn-navbar {
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.navbar-btn .dropdown-toggle {
    background: transparent;
    border: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding: 0;
}

.navbar-btn .dropdown-toggle div {
    padding: 6px 8px;
    border-right: 1px solid #0599B3;
}

.navbar-brand {
    padding-bottom: 24px;
    position: absolute;
    top: -80px;
    left: 0;
}

.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    top: 31px;
    left: -1px;
}

.logo-section {
    height: 81px;
}

.navbar-form {
    margin: 0 6px 0 6px;
}

    .navbar-form .form-group {
        width: 185px;
        padding: 5px 12px 4px 0;
    }

.navbar-form {
    position: absolute;
    top: -56px;
    right: 0;
}

    .navbar-form .form-group {
        padding: 4px !important;
        margin: 0 !important;
    }

#language_selector {
    position: absolute;
    left: -180px;
    top: -20px;
    width: 185px;
}

    #language_selector .form-control {
        width: 185px;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: inherit;
}


#bottom_row div:first-child {
    padding: 0 15px 0 30px;
}


#bottom_row > div {
    padding: 0 30px 0 15px;
}

#magPanel p {
    padding: 0;
}

#cn_col, #lh_col, #flex {
    display: flex;
}

@media only screen and (min-width: 1200px) {
    #lcp-cookies { /*padding: 16px 0px 20px;*/
        width: 1200px !important;
    }
}

@media only screen and (max-width: 1023px) {
    #lcp-cookies-prompt div {
        display: block;
        width: 100%;
    }

    #lcp-cookies-prompt div:last-child {
        display: block;
        width: 100%;
        margin: 0 0 15px 0;
    }

    .team_member_container .one_half_column {
        padding: 0 5px 0 0;
    }

    /*.nav_theme_teal .dropdown-menu {
        left: -157px;
    }*/

    .expanding_module {
        display: none;
    }

    .nav > li > a {
        padding: 15px 10px 15px 9px !important;
    }

    .contourFieldSet .grid_8, .contourFieldSet .grid_4 {
        width: 100% !important;
        display: block !important;
        float: none;
    }


    .theme_purple #rh_col .module.solid {
        -pie-background: none !important;
        behavior: none !important;
    }

    .navbar-collapse.in {
        overflow: visible !important;
    }

    .navbar-nav > li:nth-child(5) > .dropdown-menu {
        left: auto !important;
        right: 0 !important;
    }
}


@media only screen and (min-width: 768px) {
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

        .navbar-collapse.in {
            overflow: visible !important;
        }
}

@media only screen and (min-width: 767px) {
    .navbar-btn {
        overflow: visible;
    }
    /*.caret { display: none !important;}*/
}

@media only screen and (max-width: 767px) {
    .noChildren {
        display: none;
    }

    aside {
        padding: 10px !important;
    }

    .lt-ie10 .banner #rh_col {
        margin-top: 0 !important;
    }

    #cn_col {
        display: block !important;
    }

    .lt-ie10 #rh_col aside .module:nth-child(even) {
        margin-left: 2% !important;
        margin-left: 0 !important;
        width: 48%;
    }

    .lt-ie10 #rh_col aside .module:nth-child(odd) {
        margin-right: 2% !important;
        margin-left: 0 !important;
        width: 48%;
    }

    .lt-ie10 #rh_col aside .module:nth-child(1), .lt-ie10 #rh_col aside .module:nth-child(2)) {
        margin-top: 0 !important;
    }

    .lt-ie10 #rh_col aside .module:last-child {
        margin-right: 2% !important;
        margin-left: 0 !important;
        width: 48%;
    }

    .lt-ie10 #rh_col aside .module {
        margin-right: 2% !important;
        margin-left: 0 !important;
        width: 48%;
    }

    .container_12 > .grid_6 {
        width: 75% !important;
    }

    #rh_col {
        margin: 0;
        width: 100% !important;
        float: left !important;
    }

    #flex article {
        float: left;
        width: 100%;
    }

    #rh_col aside {
        display: flex;
        flex-wrap: wrap;
    }

    /*Homepage items*/
    #magPanel {
        padding: 15px !important;
    }

    #top_row .grid_9 {
        width: 66.667%;
    }

    #top_row .grid_3 {
        width: 33.333%;
    }


    #carouselList {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .navbar-nav li.nav_theme_teal:nth-child(4) .dropdown-menu {
        width: 100%;
    }

    .navbar-brand img {
        height: 24px;
    }

    .navbar-brand {
        padding: 11px 12px 15px 12px !important;
        position: static;
    }

    .navbar-collapse {
        padding: 0;
    }

    #tab_links, .locationsmap, .sliderkit-nav {
        display: none;
    }

    .sliderkit-panel-textbox {
        padding: 20px;
        top: 20px !important;
        width: 360px !important;
    }

        .sliderkit-panel-textbox p {
            font-size: 16px !important;
        }

    .sliderkit-panel-text {
        padding: 0 !important;
        position: static !important;
    }

    .photosgallery-vertical {
        height: 200px !important;
    }

    .sliderkit-go-prev, .sliderkit-go-next {
        top: 60px !important;
    }

    #module_cross_3col1 .module_block:first-child, #module_cross_3col2 .module_block:first-child, #module_cross_3col3 .module_block:first-child, #module_cross_3col4 .module_block:first-child, #module_cross_3col5 .module_block:first-child {
        padding: 2px 30px 20px 30px !important;
        min-width: 100%;
        width: 100%;
        float: none !important;
        display: block !important;
        background: none !important;
        behavior: none !important;
    }

    #module_cross_3col1 .module_block, #module_cross_3col2 .module_block, #module_cross_3col3 .module_block, #module_cross_3col4 .module_block, #module_cross_3col5 .module_block {
        padding: 2px 20px 7px 30px !important;
        width: 50% !important;
        float: left !important;
    }

        #module_cross_3col1 .module_block:last-child, #module_cross_3col2 .module_block:last-child, #module_cross_3col3 .module_block:last-child, #module_cross_3col4 .module_block:last-child, #module_cross_3col5 .module_block:last-child {
            padding: 2px 30px 7px 20px !important;
        }

    #module_footer_3col1, #module_footer_3col2, #module_footer_3col3, #module_footer_3col4, #module_footer_3col5 {
        display: block !important;
    }

        #module_footer_3col1 .module_block:first-child, #module_footer_3col2 .module_block:first-child, #module_footer_3col3 .module_block:first-child, #module_footer_3col4 .module_block:first-child, #module_footer_3col5 .module_block:first-child {
            width: 96% !important;
            margin: 0 2% 10px 2% !important;
        }

        #module_footer_3col1 .module_block, #module_footer_3col2 .module_block, #module_footer_3col3 .module_block, #module_footer_3col4 .module_block, #module_footer_3col5 .module_block {
            width: 96% !important;
            margin: 0 2% 0 2% !important;
        }

            #module_footer_3col1 .module_block:last-child, #module_footer_3col2 .module_block:last-child, #module_footer_3col3 .module_block:last-child, #module_footer_3col4 .module_block:last-child, #module_footer_3col5 .module_block:last-child {
                width: 96% !important;
                margin: 10px 2% 0 2% !important;
            }

    .navbar-collapse {
        border: none;
        max-height: none;
    }

    .navbar-btn .btn {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .navbar-btn .btn a {
            text-align: left;
            display: inline-block;
            width: 100%;
        }

    .navbar-nav .btn-group {
        width: 100%;
    }

    .navbar-btn .dropdown-toggle {
        width: 40px;
        position: absolute;
        top: 0;
        right: 0;
    }

        .navbar-btn .dropdown-toggle div {
            padding: 10px 12px;
        }

    .navbar-form {
        position: static;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        box-shadow: none;
    }

        .navbar-form .form-group {
            width: 100%;
            padding: 10px !important;
        }

    .logo-section {
        display: none;
    }

    .dropdown-menu {
        padding: 0;
    }

    .navbar-nav > li {
        border-bottom: 1px solid rgb(80, 182, 195);
    }

    .dropdown-menu li a {
        color: #fff !important;
        border-top: 1px solid rgb(80, 182, 195);
    }

    .dropdown-menu > li > a {
        padding: 10px 15px 10px 25px !important;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            background-color: rgb(0, 0, 0) !important; /* works for IE 8. */
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
            opacity: 0.3;
        }

    .navbar-nav {
        width: 100%;
        float: none;
    }

    .banner #banner_image_container, #banner_image_container_wide {
        height: 200px !important;
    }

    .banner_wide h1 {
        top: 130px !important;
    }

    .banner article {
        margin-top: 200px !important;
    }

    .top_padded nav {
        padding-top: 200px !important;
    }

    #language_selector {
        position: static;
    }

        #language_selector label {
            color: #fff;
        }

        #language_selector, #language_selector .form-control {
            width: 100% !important;
        }

    #rh_col aside .module {
        margin: 10px 0 10px 0;
        float: left;
    }


        #rh_col aside .module:nth-child(odd) {
            margin: 10px 2% 10px 0;
            width: 48%;
            flex-grow: 1;
        }

        #rh_col aside .module:nth-child(even) {
            margin: 10px 0 10px 2%;
            width: 48%;
            flex-grow: auto;
        }

        #rh_col aside .module:first-child,
        .banner #rh_col aside .module:first-child {
            margin-top: 10px;
        }

        #rh_col aside .module:last-child,
        .banner #rh_col aside .module:last-child {
            margin-right: 0;
        }



    #module_footer_3col1 .module {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 640px) {

    #sub_nav {
        margin: 10px 0 0 0 !important;
    }

    article {
        padding: 20px 10px 20px 10px !important;
    }

    .lt-ie10 .banner #rh_col {
        margin-top: 0 !important;
    }

    #rh_col {
        margin: 0;
        width: 100%;
    }

    #banner_image_container {
        padding: 0 !important;
    }

    #lh_col, .container_12 .grid_3, #banner_image_container, #banner_image_container_wide {
        display: none !important;
    }

    #module_cross_3col1 .module_block:first-child, #module_cross_3col2 .module_block:first-child, #module_cross_3col3 .module_block:first-child, #module_cross_3col4 .module_block:first-child, #module_cross_3col5 .module_block:first-child {
        padding: 2px 15px 20px 15px !important;
        min-width: 100%;
        width: 100%;
        float: none !important;
        display: block !important;
        background: none !important;
        behavior: none !important;
    }

    #modulesTop #module_cross_3col1, #modulesTop #module_cross_3col2, #modulesTop #module_cross_3col3, #modulesTop #module_cross_3col4, #modulesTop #module_cross_3col5 {
        margin-top: 15px !important;
    }

    #module_cross_3col1 .module_block, #module_cross_3col2 .module_block, #module_cross_3col3 .module_block, #module_cross_3col4 .module_block, #module_cross_3col5 .module_block {
        padding: 2px 20px 7px 15px !important;
        width: 50% !important;
        float: left !important;
    }

        #module_cross_3col1 .module_block:last-child, #module_cross_3col2 .module_block:last-child, #module_cross_3col3 .module_block:last-child, #module_cross_3col4 .module_block:last-child, #module_cross_3col5 .module_block:last-child {
            padding: 2px 15px 7px 20px !important;
        }

    #footer p {
        float: none !important;
        padding: 10px 10px 0 10px !important;
        clear: both !important;
    }

    .container_12 > .grid_6, .container_12 > .grid_9, .container_12 > .grid_8, .container_12 > .grid_4, #rh_col {
        width: 100% !important;
        display: block !important;
        float: none !important;
    }

        #rh_col.noChildren {
            display: none !important;
        }

    #top_row > div:first-child {
        margin: 0;
        padding: 0;
    }

    #top_row > div {
        margin: 0;
        padding: 15px;
    }

    #bottom_row {
        margin-top: 15px !important;
    }

        #bottom_row div:first-child {
            padding: 0 15px 0 15px;
            height: auto;
        }

        #bottom_row > div {
            padding: 15px 15px 0 15px;
            height: auto;
        }

    #modulesTop > div:last-child {
        padding-bottom: 15px !important;
    }

    #magPanel {
        height: auto !important;
        display: block !important;
        width: 100% !important;
    }


    .banner h1 {
        padding: 0 !important;
        background: none !important;
        color: #4f172a !important;
        padding-bottom: 14px !important;
        height: auto !important;
    }

    article {
        padding-right: 10px !important;
    }

    h1, #breadcrumb {
        position: static !important;
    }

    #breadcrumb {
        padding: 0 !important;
        margin: 0 0 10px 0 !important;
    }

        #breadcrumb li {
            background-image: url(/images/bg_arrow_body_link.gif) !important;
            background-position: right 5px !important;
            background-repeat: no-repeat !important;
        }

            #breadcrumb li.last {
                color: rgb(102, 102, 102) !important;
                background-image: none !important;
            }

        #breadcrumb a {
            color: #00a3c7 !important;
        }

    .banner article {
        margin-top: 0 !important;
    }

    .home h2.strap {
        padding: 15px 15px 0 15px !important;
    }
}

@media only screen and (max-width: 480px) {

    #lcp-cookies-prompt {
        padding: 15px 15px 0 15px !important;
    }

    ul.link_list li:last-child {
        margin-bottom: 10px !important;
    }

    .module_landing_footer_2col {
        display: flex;
        -ms-flex-direction: column !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
        -ms-flex-wrap: nowrap !important;
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        margin: 0 !important;
    }

        .module_landing_footer_2col .module_block {
            width: 100% !important;
            padding: 0 !important;
            margin: 10px 0 10px 0 !important;
        }

        .module_landing_footer_2col:last-child {
            margin: 0 !important;
        }

            .module_landing_footer_2col:last-child .module_block:last-child {
                margin: 10px 0 0 0 !important;
            }

    .strap.dark {
        margin: 16px 0 0 0;
    }

    .one_half_column /*, .module_landing_footer_2col .module_block, .module_landing_footer_2col .module_block.last, .module_landing_footer_2col .module_block:last-child*/ {
        width: 100% !important;
        margin: 10px 0 10px 0 !important;
        padding: 0 !important; /*min-height:1px;    height: 100% !important;    height:1px;*/
    }

    .expanding_module .one_half_column {
        margin: 0 !important;
    }

    .module_landing_footer_2col .module_block .module {
        margin: 0 0 10px 0 !important;
    }

    #rh_col {
        margin: 0;
        width: 100%;
    }

        #rh_col aside {
            flex-grow: 1;
            flex-wrap: wrap;
        }

            #rh_col aside .module:nth-child(odd) {
                margin: 10px 0 10px 0;
            }

            #rh_col aside .module:nth-child(even) {
                margin: 10px 0 10px 0;
            }

            #rh_col aside .module:first-child, .banner #rh_col aside .module:first-child {
                margin-top: 10px 0 10px 0 !important;
            }

            #rh_col aside .module {
                width: 100% !important;
            }


    .banner article {
        margin-top: 0 !important;
    }

    .sliderkit-panel-textbox {
        padding: 13px;
        top: 20px !important;
        width: 210px !important;
    }

    #flex > .grid_1, #flex > .grid_2, #flex > .grid_3, #flex > .grid_4, #flex > .grid_5, #flex > .grid_6, #flex > .grid_7, #flex > .grid_8, #flex > .grid_9, #flex > .grid_10, #flex > .grid_11, #flex > .grid_12,
    #module_cross_3col1 > .module, #module_cross_3col2 > .module, #module_cross_3col3 > .module, #module_cross_3col4 > .module, #module_cross_3col5 > .module,
    #module_cross_3col1 > .module_block, #module_cross_3col2 > .module_block, #module_cross_3col3 > .module_block, #module_cross_3col4 > .module_block, #module_cross_3col5 > .module_block,
    #module_footer_3col1 .module_block, #module_footer_3col2 .module_block, #module_footer_3col3 .module_block, #module_footer_3col4 .module_block, #module_footer_3col5 .module_block,
    #module_landing_cross_2col .module_block, .module_landing_footer_3col .module_block {
        float: left;
        overflow: hidden;
    }

    #module_cross_3col1, #module_cross_3col2, #module_cross_3col3, #module_cross_3col4, #module_cross_3col5,
    #module_footer_3col1, #module_footer_3col2, #module_footer_3col3, #module_footer_3col4, #module_footer_3col5 {
        display: block !important;
    }

        #module_footer_3col1 .module_block, #module_footer_3col2 .module_block, #module_footer_3col3 .module_block, #module_footer_3col4 .module_block, #module_footer_3col5 .module_block {
            width: 96% !important;
        }

        #module_cross_3col1 .module_block, #module_cross_3col2 .module_block, #module_cross_3col3 .module_block, #module_cross_3col4 .module_block, #module_cross_3col5 .module_block {
            width: 100% !important;
            background: none !important;
            padding: 0 15px 15px 15px !important;
        }

            #module_cross_3col1 .module_block:first-child, #module_cross_3col2 .module_block:first-child, #module_cross_3col3 .module_block:first-child, #module_cross_3col4 .module_block:first-child, #module_cross_3col5 .module_block:first-child {
                padding: 0 15px 15px 15px !important;
            }

            #module_cross_3col1 .module_block:last-child, #module_cross_3col2 .module_block:last-child, #module_cross_3col3 .module_block:last-child, #module_cross_3col4 .module_block:last-child, #module_cross_3col5 .module_block:last-child {
                padding: 0 15px 0 15px !important;
            }

    .banner_title {
        height: auto !important;
    }

    #banner_image_container, #banner_image_container_wide, #worldwide, #lh_col, .page .banner .grid_12, .banner_wide .module_landing_footer_3col {
        display: none !important;
    }

    article {
        margin-top: 0 !important;
    }

    #sub_nav {
        margin-bottom: 10px !important;
    }

    .banner h1 {
        padding: 0 !important;
        background: none !important;
        color: #4f172a !important;
        padding-bottom: 14px !important;
        height: auto !important;
    }

    footer p {
        float: none !important;
    }

    .team_member_container .three_column_layout_col1, .team_member_container .three_column_layout_col2, .team_member_container .three_column_layout_col3, .team_member_container .four_column_layout_col1, .team_member_container .four_column_layout_col2,
    .team_member_container .four_column_layout_col2_3, .team_member_container .four_column_layout_col4, .team_member_container .one_third_column, .team_member_container .two_thirds_column {
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
    }

    #module_cross_3col1 .module_block, #module_cross_3col2 .module_block, #module_cross_3col3 .module_block, #module_cross_3col4 .module_block, #module_cross_3col5 .module_block,
    #module_footer_3col1 .module_block, #module_footer_3col2 .module_block, #module_footer_3col3 .module_block, #module_footer_3col4 .module_block, #module_footer_3col5 .module_block,
    .module_landing_footer_2col .module_block, .module_landing_footer_3col .module_block {
        -webkit-box-flex: 0 1 !important;
        -ms-flex: 0 1 auto !important;
        -moz-box-flex: 0 1 !important;
        flex: 0 1 auto !important;
    }
}

#module_cross_3col1, #module_cross_3col2, #module_cross_3col3, #module_cross_3col4, #module_cross_3col5,
#module_footer_3col1, #module_footer_3col2, #module_footer_3col3, #module_footer_3col4, #module_footer_3col5,
#flex, #module_landing_cross_2col, .module_landing_footer_2col, .module_landing_footer_3col, .additional_content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
}

    #module_cross_3col1 .module_block, #module_cross_3col2 .module_block, #module_cross_3col3 .module_block, #module_cross_3col4 .module_block, #module_cross_3col5 .module_block,
    #module_footer_3col1 .module_block, #module_footer_3col2 .module_block, #module_footer_3col3 .module_block, #module_footer_3col4 .module_block, #module_footer_3col5 .module_block,
    .module_landing_footer_2col .module_block, .module_landing_footer_3col .module_block {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -moz-box-flex: 1;
        flex: 1;
    }

    #module_footer_3col1:nth-child(0), #module_footer_3col2:nth-child(0), #module_footer_3col3:nth-child(0), #module_footer_3col4:nth-child(0), #module_footer_3col5:nth-child(0) {
        -webkit-box-ordinal-group: 1;
    }

    #module_footer_3col1:nth-child(1), #module_footer_3col2:nth-child(1), #module_footer_3col3:nth-child(1), #module_footer_3col4:nth-child(1), #module_footer_3col5:nth-child(1) {
        -webkit-box-ordinal-group: 2;
    }

    #module_footer_3col1:nth-child(2), #module_footer_3col2:nth-child(2), #module_footer_3col3:nth-child(2), #module_footer_3col4:nth-child(2), #module_footer_3col5:nth-child(2) {
        -webkit-box-ordinal-group: 3;
    }

aside {
    padding: 0 10px 0 10px;
}

article {
    padding: 20px 10px 20px 10px;
}

/* Start of "Micro clearfix" */

.cf {
    zoom: 1;
}

    .cf:before, .cf:after {
        content: "";
        display: table;
    }

    .cf:after {
        clear: both;
    }
/* End of "Micro clearfix" */

/*=============================    layout.cssLCP Corporate=============================*/ /*--------------------------------------------------=> HEADERS */

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}
/* H1 */

h1 {
    padding-bottom: 12px;
}

#header h1 {
    float: left;
    padding-bottom: 0;
}

.home .banner h1 {
    position: static;
    margin-top: 0;
    padding: 0;
    width: auto;
}

.banner h1 {
    position: absolute;
    top: 0;
    margin-top: 0;
    padding: 30px 0 12px 19px;
    width: 100%;
    z-index: 0;
    background-repeat: repeat;
}

.banner_wide h1 {
    position: absolute;
    top: 236px;
    left: 0;
    margin-top: 0;
    padding: 21px 0 20px 19px;
    width: 100%;
    z-index: 0;
    background-repeat: repeat;
    height: 70px;
}

#banner_image_container {
    position: absolute;
    width: 900px;
    height: auto;
    padding-left: 10px;
}

#banner_image_container_wide {
    position: absolute;
    width: 1200px;
    height: auto;
    left: 0;
}

.banner #banner_image_container img {
    width: 900px;
    height: 306px;
}

.banner ul#breadcrumb {
    position: absolute;
    left: auto;
    top: 0;
    margin-left: 20px;
}

.grid_12 h1.banner_title { /*width: 920px;*/
    height: 57px;
    position: relative;
    margin-top: -59px;
    padding: 14px 0 14px 20px;
    zoom: 1;
    background-repeat: repeat; /*  width: 920px;     height: 44px;     position: relative;     margin-top: -58px;     padding: 14px 0 0 20px; */
}

h1.plain_title {
    padding-bottom: 14px;
    clear: both;
}

#graduate_profile_header h1 {
    padding: 0;
}
/* H2 */

h2 {
    padding-bottom: 2px;
}

.richTextFormat {
    overflow: visible;
}

    h2.plain_title, .richTextFormat h2 {
        padding-bottom: 5px;
        margin-top: 8px;
    }

.lt-ie10 .grid_3 h2 {
    padding-top: 2px;
}

.grid_3 h2 {
    padding-bottom: 8px;
}

#module_footer_3col1 .module h2, #module_footer_3col2 .module h2, #module_footer_3col3 .module h2, #module_footer_3col4 .module h2, #module_footer_3col5 .module h2 {
    padding-bottom: 5px;
    margin-top: 0;
}

.grid_12 #module_footer_3col1 .module h2, .grid_12 #module_footer_3col2 .module h2, .grid_12 #module_footer_3col3 .module h2, .grid_12 #module_footer_3col4 .module h2, .grid_12 #module_footer_3col5 .module h2,
.grid_12 .module h2, .container_12 .module h2 {
    padding-bottom: 9px;
}

.module_landing_footer_3col .module h2, .module_landing_footer_2col .module h2, .single_module .module h2, .module_item h2 {
    margin-top: 0;
    padding: 10px 10px 6px 10px;
    overflow: visible;
}

#error_panel h2 {
    padding-bottom: 3px;
}

h2.strap {
    padding: 8px 10px 9px 10px;
    margin: 16px 0 10px 0;
}

.home h2.strap {
    padding: 28px 10px 0 30px;
    margin: 0;
}

/*#contour legend{    padding: 8px 10px;    width: 440px;}#contour fieldset{    padding: 0px;    margin: 1px;    display: block;}*/ /* H3 */

h3 {
    padding-bottom: 4px;
}

.one_half_column > h3.strap {
    margin-top: 0;
}
/* H4 */

h4 {
    padding-bottom: 0;
}

.banner_title {
    overflow: hidden;
    height: 67px;
}
/*--------------------------------------------------=> CONTENT ELEMENTS */ /*----------- Global */

.content_holder {
    padding: 10px;
}
/*----------- Paragraph */

p {
    margin: 0;
    padding: 0 0 10px 0;
}

.richTextFormat p:last-child, .richTextFormat ul:last-child {
    padding-bottom: 0;
}

#flex {
    overflow: visible;
}

#content .grid_6 p.intro, #content .grid_9 p.intro, .home .banner h1 /* intro in main copy area */ {
    padding: 0 0 10px 0;
}

#footer p {
    float: left;
    padding: 0 10px 0 10px;
}

.news_pub_nav {
    clear: both;
}

    .news_pub_nav p {
        display: inline;
        padding-bottom: 0;
    }

        .news_pub_nav p.date_heading {
            float: left;
        }

        .news_pub_nav p.right {
            float: right;
        }
/*----------- Links */

a.arrow_link:hover, a.external_link:hover, a.more_detail_link:hover, .expanding_module .intro_content:hover a.more_detail_link {
    background-position: right -20px;
    cursor: pointer;
}

    a.arrow_link:hover span, a.external_link:hover span {
        background-position: left -20px;
    }

.module_landing_footer_2col .module a.arrow_link:hover span, .module_landing_footer_3col .module a.arrow_link:hover span {
    background-position: 0 0;
}

a.arrow_link {
    background-position: right top;
    display: block;
    float: left;
    height: 20px;
    padding-right: 18px;
    cursor: pointer;
    clear: both;
}

    a.arrow_link span {
        display: block;
        padding: 6px 0px 6px 7px;
        background-position: left top;
        background-repeat: no-repeat;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: 20px;
        overflow: hidden;
    }

.module a.arrow_link:last-child {
    margin-bottom: 0;
}

a.arrow_body_link {
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 10px;
}

    a.arrow_body_link:hover { /*background-position: left -29px;*/
    }

a.backarrow_link {
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 10px;
}

a.nextarrow_link {
    background-repeat: no-repeat;
    background-position: right 4px;
    padding-right: 10px;
}

a.backarrow_link:hover { /*background-position: left 5px;*/
}

a.toparrow_link {
    background-repeat: no-repeat;
    background-position: left -10px;
    padding-left: 18px;
}

    a.toparrow_link:hover { /*background-position: left 3px;*/
    }

a.more_detail_link {
    background-position: right top;
    display: block;
    float: right;
    height: 20px;
    padding-right: 18px;
    line-height: 1.3em;
}

    a.more_detail_link span {
        display: block;
        padding: 2px 0 2px 7px;
        background-position: left top;
        background-repeat: no-repeat;
    }

a.external_link {
    background-position: right top;
    display: block;
    float: left;
    height: 20px;
    padding-right: 22px;
}

    a.external_link span {
        display: block;
        padding: 6px 0px 6px 7px;
        background-position: left top;
        background-repeat: no-repeat;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: 20px;
        overflow: hidden;
    }

a.header_link {
    display: block; /*padding: 8px 10px 4px 10px;*/
    padding: 3px 6px 2px 10px;
    background-position: right 0;
}

    a.header_link:hover {
        background-position: right -28px;
    }

    a.header_link.close, a.header_link.close:hover {
        background-position: right -56px;
    }
/*----------- Images */

#lcp_logo {
    display: block;
    float: left;
    margin: 16px 0 23px 15px;
}

.inline_image {
    padding-top: 5px;
    margin-bottom: 10px;
}

.inline_image_left {
    float: left;
    padding: 4px 20px 10px 0; /* padding-right:10px; */
}

.inline_image_right {
    float: right;
    padding-left: 10px;
}
/*----------- Lists */

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
    /* Bullet list */

    ul.bullet_list, .richTextFormat ul, .richTextFormat ol {
        padding: 0;
    }

p > ul.bullet_list, .richTextFormat > ul, .richTextFormat > ol {
    padding: 0 0 6px 0;
}

ul.bullet_list li, .richTextFormat ol li {
    padding-left: 0;
}

ul.bullet_list li, .richTextFormat ul li {
    padding-left: 12px;
    padding-bottom: 4px;
    background-repeat: no-repeat;
    background-position: 0 8px;
    margin-bottom: 0;
}

    ul.bullet_list li, .richTextFormat ul li ul li {
        padding-top: 4px;
        padding-bottom: 0;
        background-repeat: no-repeat;
        background-position: 0 12px;
    }

        ul.bullet_list li ul, .richTextFormat li ul, ul.bullet_list li ol, .richTextFormat li ol { /*padding-top: 4px;*/
        }

#paging_info {
    margin-bottom: 5px;
}

.richTextFormat ul#paging_info li {
    padding-left: 10px; /*display:none;*/
}

    .richTextFormat ul#paging_info li.first {
        display: block;
    }

.richTextFormat div.single_module + h2 + ul li {
    float: left;
    width: 286px;
}

.richTextFormat ul ul {
    padding-bottom: 0 !important;
}

.richTextFormat img, .team_member_container img {
    max-width: 100%;
    height: auto;
}

ul span {
    padding-top: 6px;
    display: block;
}
/* Bullet list bespoke content override */

.module_search ul.link_list li, #module_landing_cross_2col ul.link_list li, .team_member_container ul.key_contacts li, .locationsmap ul.link_list li {
    padding: 0;
}
/*#module_landing_cross_2col{    overflow: auto;}*/

.expanding_module li {
    padding-left: 0 !important;
}
/* link list */

ul.link_list {
    list-style-type: none;
    margin-bottom: 10px;
    padding: 0;
}

    ul.link_list:last-child {
        margin-bottom: 0;
    }

    ul.link_list li {
        margin-bottom: 10px;
    }

        ul.link_list li:last-child {
            margin-bottom: 0;
        }

.one_half ul.link_list li {
    margin-bottom: 0;
}

.grid_6 ul.link_list li {
    margin-bottom: 3px;
}

ul.link_list li a {
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 10px;
    display: block;
    min-height: 1px;
    height: auto !important;
    height: 1px;
}

    ul.link_list li a:hover { /*background-position: left -28px;*/
    }

.home #module_footer_3col1 ul.link_list li a, .home #module_footer_3col2 ul.link_list li a, .home #module_footer_3col3 ul.link_list li a, .home #module_footer_3col4 ul.link_list li a, .home #module_footer_3col5 ul.link_list li a,
.home #module_footer_3col1 ul.link_list li span, .home #module_footer_3col2 ul.link_list li span, .home #module_footer_3col3 ul.link_list li span, .home #module_footer_3col4 ul.link_list li span, .home #module_footer_3col5 ul.link_list li span {
    background: none;
    padding-left: 0;
}

ul.link_list li span {
    padding-left: 10px;
    padding-top: 1px !important;
}

ul.link_list_footer {
    padding-bottom: 10px;
}

    .home #module_footer_3col1 ul.link_list li, .home #module_footer_3col2 ul.link_list li, .home #module_footer_3col3 ul.link_list li, .home #module_footer_3col4 ul.link_list li, .home #module_footer_3col5 ul.link_list li,
    ul.link_list_footer li {
        background-repeat: no-repeat;
        background-position: left 7px;
        padding-left: 10px;
        min-height: 1px;
        height: auto !important;
        height: 1px;
    }

        ul.link_list_footer li a {
            padding-top: 0;
        }
/* anchor list */

ul.anchor_list li a {
    padding-left: 14px;
    background-position: left 6px;
    background-repeat: no-repeat;
}

table.rss_list {
    list-style-type: none;
    border-bottom: none;
}

    table.rss_list td {
        padding-bottom: 2px;
        border-bottom: none;
    }

        table.rss_list td.rss_list_width {
            width: 145px;
        }

        table.rss_list td a.subscribe {
            padding-left: 20px;
            background-position: 0 1px;
            background-repeat: no-repeat;
        }
/* paging list */

.pager_bar {
    padding: 5px 4px 3px 4px;
}

.pages {
    float: left;
    width: 342px;
}

    .pages ul {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 0px;
    }

        .pages ul li {
            padding: 0 3px 0 4px;
            display: inline;
        }

.pager_bar .prev {
    float: left;
    padding: 1px 0 0 10px;
    background-repeat: no-repeat;
    background-position: 0 7px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.pager_bar .next {
    float: left;
    text-align: right;
    padding: 1px 10px 0 0;
    background-repeat: no-repeat;
    background-position: right 7px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.paging_list a {
    color: #fff;
}
/* image list */

.image_list li {
    margin-bottom: 10px;
}

    .image_list li .copy {
        width: 190px;
        float: left;
    }

    .image_list li img {
        margin: 4px 10px 0 0;
        float: left;
    }
/* key contacts list */

ul.key_contacts li {
    width: 100%;
    margin: 0;
    display: block;
    float: left;
}

    ul.key_contacts li .copy {
        float: left;
        margin-bottom: 12px;
    }

    ul.key_contacts li a img {
        width: 60px;
    }

.team_member_container .copy {
    margin-bottom: 0 !important;
}

ul.key_contacts li .copy.last {
    width: calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    float: left;
    margin-bottom: 0;
}

.team_member_container ul.key_contacts li .copy {
    width: calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    float: left;
}

ul.key_contacts li img {
    margin: 5px 10px 6px 0;
    float: left;
}

.key_contacts li a.arrow_link span {
    padding-bottom: 6px;
}
/* contact details list */

ul.contact_list {
    margin-bottom: 10px;
}

.team_member_container ul.contact_list, .rh_location .contact_list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

ul.contact_list li {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 22px;
    min-height: 1px;
    height: auto !important;
    height: 1px;
}

    ul.contact_list li.telephone, ul.contact_list li.email, ul.contact_list li.linkedIn {
        background-position: 0 3px;
        background-repeat: no-repeat;
    }

.email a {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* tabbed navigation list */

#tab_links {
    height: auto;
    overflow-y: auto;
    margin-bottom: 20px;
    margin-top: 6px;
}

    #tab_links li {
        float: left;
        margin-right: 2px;
    }

        #tab_links li a {
            padding: 7px 10px 7px 10px;
            line-height: 29px;
            background-position: left -29px;
            background-repeat: repeat-x;
        }

            #tab_links li a.current, #tab_links li a.current:hover {
                background-position: left 1px;
            }

            #tab_links li a:hover {
                background-position: left -57px;
            }
/* Download list module */

ul.download_list li {
    margin: 0 0 5px 25px;
}

    ul.download_list li a {
        display: block;
        margin: 0;
        min-height: 1px;
        height: auto !important;
        height: 1px;
    }

        ul.download_list li a.download_pdf {
            padding-left: 25px;
            margin-left: -25px;
            background-repeat: no-repeat;
            background-position: left top;
        }
/* Sitemap */

#sitemap ul {
    padding: 0;
}

#sitemap li {
}

    #sitemap li li {
        padding-left: 0;
        padding-bottom: 0;
    }

        #sitemap li li ul {
            padding-bottom: 5px;
        }

        #sitemap li li li {
            padding-left: 15px;
        }
/* Ordered lists */

ol {
    list-style-type: decimal;
    margin-left: 22px;
}

    ol li {
        margin-bottom: 5px;
    }
/*----------- Table */ /*.richTextFormat table{    margin: 10px 0 25px 0;}.richTextFormat td{    padding: 3px 5px 3px 0;}.richTextFormat thead td{    padding-bottom: 10px;}*/

table {
    border-bottom: 2px solid #00a6c9;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

thead {
    color: #00421c;
    font-weight: bold;
}

    thead td {
        padding: 8px 8px 12px 8px; /*background-color: #E1F1E2;*/
    }

tbody td {
    border-bottom: 1px solid #eee7df;
    padding: 15px 8px 15px 8px;
}

td.row_header {
    font-weight: bold;
    vertical-align: top;
}

.table_result {
    border-bottom: none;
    margin-bottom: 20px;
}

    .table_result td {
        vertical-align: top;
    }

    .table_result thead td {
        padding: 5px 0 5px 0;
    }

.date_col {
    width: 80px;
}

.type_col {
    width: 90px;
}

table.news_list {
    margin-bottom: 25px;
    width: 100%;
    border-bottom: none;
}

.news_list th {
    padding: 5px 10px;
}

.news_list td {
    padding: 20px 5px 10px 10px;
}

    .news_list td.date_col {
        padding: 5px 0 5px 10px;
    }

    .news_list td.type_col {
        padding: 10px 10px 15px 0;
    }

.news_list tr {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

    .news_list tr.header, .news_list tr.last {
        border-bottom: none;
    }

.richTextFormat table tr td ul {
    padding-bottom: 0;
}
/*-------------> Location Map */

.office_location, div.tooltip {
    overflow: visible;
}

div.locationsmap {
    position: relative;
    overflow: visible;
}

.spot {
    background-position: 0 -1px;
    position: absolute;
    width: 18px;
    height: 30px;
    height: 26px;
    z-index: 999;
    padding-bottom: 5px;
    outline: none;
}

.spot_left {
    background-position: 0 -1px;
    position: absolute;
    width: 22px;
    height: 32px;
    z-index: 999;
    padding: 0px 0px 5px 165px;
    background-repeat: no-repeat;
    outline: none;
}

.spot:hover, .spot.hover {
    background-position: 0 -26px;
    padding: 0 185px 3px 0;
    background-repeat: no-repeat;
}

.spot_left:hover, .spot_left.hover {
    background-position: 165px -26px;
    left: -165px;
}

#spot_uk-london {
    position: absolute;
    top: 240px;
    left: 207px;
}

#spot_uk-winchester {
    position: absolute;
    top: 250px;
    left: 180px;
}

#spot_belgium {
    position: absolute;
    top: 270px;
    left: 290px;
}

#spot_ireland {
    position: absolute;
    top: 165px;
    left: 90px;
}

#spot_the-netherlands {
    position: absolute;
    top: 238px;
    left: 314px;
}

#spot_switzerland-basel {
    position: absolute;
    top: 370px;
    left: 360px;
}

#spot_switzerland-zuerich {
    position: absolute;
    top: 370px;
    left: 378px;
}

#spot_abu-dhabi {
    position: absolute;
    top: 364px;
    left: 161px;
}

#spot_uae {
    position: absolute;
    top: 374px;
    left: 161px;
}

.tooltip {
    padding: 10px 10px 10px 15px;
    position: absolute;
    left: 11px;
    top: 0;
    width: 170px;
    z-index: 1000;
}

.location_overlay {
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 460px;
    height: 462px;
    z-index: 9999;
}

.content_container {
    width: 320px;
    padding: 15px;
    margin-left: 60px;
    margin-top: 60px;
}

.left_tooltip {
    padding: 10px 17px 10px 10px;
    position: absolute;
    left: -165px;
    top: 0;
    width: 170px;
    z-index: 1000;
}

.close_popup {
    background-position: 0 0;
    position: absolute;
    height: 22px;
    width: 22px;
    top: 51px;
    left: 370px;
}

    .close_popup:hover {
        background-position: 0 -22px;
    }
/*-------------> Flash */

#flash_required_container {
    padding: 3px 10px;
}

#content #flash_holder { /*margin-bottom: 15px;*/
}
/*----------- Misc */ /* Blockquote */

blockquote {
}
/* Horizontal lines */

.hr {
    clear: both;
    height: 13px;
    margin: 0 -6px 15px -7px;
}

.richTextFormat .hr:last-child {
    margin-bottom: 0;
}

.hr_wide {
    width: 692px;
    min-height: 13px;
    height: auto !important;
    height: 13px;
    margin: 0 0 10px -6px;
    background-repeat: no-repeat;
}

.clearer + .hr {
    margin-top: 20px;
}

.hr + .row_container {
    margin-top: 10px;
}

.hr_top {
    margin-top: 8px;
}
/* Global search result */

#search_panel {
    margin-bottom: 10px;
}

    #search_panel #frm_search_text {
        width: 299px;
        height: 18px;
        border-width: 1px;
        border-style: solid;
        border-color: #d3d4d2;
        margin-left: 7px;
        margin-right: 7px;
        float: left;
    }

#frm_submit {
    float: left;
    border: none;
    background-position: right top;
    display: inline;
    padding: 0 18px 0 0;
    margin: 5px 5px 0 0;
    cursor: pointer;
}
    /*#search_panel #frm_submit, #form_publicationsfilter #frm_submit{    margin: 0;}*/ /*#search_panel label, #form_publicationsfilter label{    float: left;    padding-top: 6px;}*/

    #frm_submit span {
        display: block;
        line-height: 12px;
        padding: 4px 0px 4px 5px;
        margin: 0;
        background-position: left top;
        background-repeat: no-repeat;
    }

    #frm_submit:hover, #frm_submit.hover {
        background-position: right -20px;
    }

    #frm_submit::-moz-focus-inner /* fixes default firefox padding */ {
        padding: 0;
        border: none;
    }

p.result_count {
    padding-top: 10px;
    padding-bottom: 0;
    clear: both;
}

.search_results {
    padding-top: 10px;
}

    .search_results .item p {
        padding-bottom: 2px;
    }

    .search_results .item {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        margin-bottom: 12px;
        padding: 0 12px 12px 10px;
    }

        .search_results .item.last {
            border-bottom: none;
            margin-bottom: 12px;
        }

#search_panel .one_half_column:nth-child(1) {
    padding-right: 10px;
}

#search_panel .one_half_column:nth-child(2n) {
    padding-left: 10px;
}

#search_panel .one_half_column:nth-child(3) {
    clear: both;
    padding-right: 10px;
}
/*#search_panel .one_half_column label{    display: inline-block;    padding-right: 4px;    width: 100%;}#search_panel .one_half_column label.left{}#form_publicationsfilter .one_half_column label{    width: 64px;    display: inline-block;    padding-right: 0px;}#search_panel .one_half_column input, #form_publicationsfilter .one_half_column input{    width: 100%;    padding: 1px;    margin: 5px 0px}#search_panel .one_half_column .videocheckbox{    width: 20px;    padding: 5px 0 0 0px;    float:left;}#search_panel .one_half_column select, #form_publicationsfilter .one_half_column select{    width: 100%;    margin: 5px 0;    padding: 3px;}  */ /*--------------------------------------------------=> FORMS (TO CLEAN UP) */

form {
    margin: 0;
    padding: 0; /*height: 100%;*/
}

input.our_people {
    float: left;
    margin-right: 4px;
    width: 160px;
    height: 15px;
}

.input_submit_holder {
    width: 150px;
    float: right;
    padding: 2px 0px 3px 3px;
}

    .input_submit_holder .input_text {
        float: left;
        border: none;
        background: none;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        width: 130px;
        padding: 0;
        margin: 0;
    }

    .input_submit_holder button {
        float: right;
        height: 15px;
        width: 15px;
        margin: 0 0 2px 0 !important;
        padding: 0 !important;
        background-position: 0 0;
        background-repeat: no-repeat;
        border-width: 0;
        cursor: pointer; /*margin-top: 2px;*/
    }

        .input_submit_holder button:hover, .input_submit_holder button.hover {
            background-position: 0 -15px;
        }

.searchbox {
    float: right;
}

    .searchbox label {
        display: none;
    }

.searchterms {
    height: 15px;
    width: 125px;
    margin: 0;
    padding: 0;
    border-width: 0;
}

select { /*width: 100%;*/
}

#frm_contact label {
    width: 116px;
    display: block;
    float: left;
}

#frm_contact input {
    float: left;
    margin-bottom: 10px;
}
/* Buttons */

.searchbutton {
    height: 15px;
    width: 20px;
    margin: 0;
    padding: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    border-width: 0;
    cursor: pointer;
}
/* Fields validation */

#form_validation_container span {
    display: block;
    padding-bottom: 5px;
}

#error_panel {
    padding: 9px 9px 3px 9px;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 20px;
}

#privacy_panel {
    padding: 9px 9px 3px 9px;
    margin-bottom: 20px;
}
/* -------- CONTACT FORM ------- */

.form-group div {
    overflow: visible;
}

#contourForm {
    padding-bottom: 10px;
}

.contourFieldSet .form-group {
    margin: 0;
    padding: 4px 0 4px 0;
}

.contourPageName {
    font-size: 1em;
    font-style: normal;
    padding: 0 0 10px 0;
    line-height: 1.65em;
    font-weight: normal;
}
/* Standard styles #contour .hiddenfield {    display: none;}#contour .contourNavigation {    overflow: auto;}#contour .contourField + .contourField{    padding-top: 0;}#contour .firstname, #contour .lcpalerts, #contour .weshouldcontactyouby, #contour .workshop{    padding-top: 15px !important;    padding-bottom: 0;    float: none;}#contour .contourFieldSet input{    display: inline;    width: 296px;    padding:2px;    margin: 0;    border: 1px solid #bbb;}#contour .lastname input,#contour .billingfirstname input, #contour .billinglastname input{    width: 210px;    padding: 2px;    margin: 0;border: 1px solid #bbb;}#contour input[type=radio], #contour input[type=checkbox]{    width: 15px;    padding: 2px;    margin: 0;    border: none;}#contour select{   font-family: Arial, Helvetica, Sans-serif;    padding: 1px;    margin: 0;   border: 1px solid #bbb;    line-height: 17px;}#contour .checkboxlist{    overflow: auto;}#contour label{    padding-top: 0px;    line-height: 1.3em;}*/ /* Radio button lists */ /*/#contour .radiobuttonlist div{    float: left;    margin-bottom: 10px;}#contour .radiobuttonlist div span input{    margin-top: 3px;    margin-bottom: 0px;    margin-left: 0;    margin-right: 8px;    float: left;}#contour .radiobuttonlist div span br{    clear: both;}#contour .radiobuttonlist div span label{    float: left;}*/ /* Registrant name field #contour .registrantname{    position:relative;    height:59px;    clear:both;}#contour .registrantname small {    position:absolute;    top:0;    left:0;    width:457px;}*/ /* Billing first name field #contour .billingfirstname{    position:relative;    clear:both;}#contour .billingfirstname {    padding-top:30px;}#contour .billingfirstname small {        position:relative;    top:-50px;    left:0;}*/ /* Last name field#contour .lastname,#contour .billinglastname{    float: left;    width: 370px;}#contour .contourFieldSet label{    width: 140px;    margin-right: 10px;    float: left;    padding-top: 3px;}#contour .events .checkboxlist label{    width: 260px;}*/ /* Title field #contour .title,#contour .billingtitle{    width: 83px;    float: left;}#contour .title input,#contour .billingtitle input{    width: 37px;}#contour .title label,#contour .billingtitle label{    width: 35px;    margin-right: 5px;    text-align: right;}  */ /* Email address field #contour .emailaddress,#contour .registrantemailaddress,#contour .billingemailaddress{    clear: both;}*/ /* lcpcontact field #contour .lcpcontact input{    margin-left: 150px;    float: left;}#contour .lcpcontact small{    float: right;    width: 255px;    margin-right: 30px;    margin-bottom: 15px;}  */ /* Contact number field #contour .contactnumber,#contour .billingcontactnumber{    float: left;    width: 370px;}#contour .contactnumber input,#contour .billingcontactnumber input{    width: 210px;}#contour .contactnumbertype select,#contour .billingcontactnumbertype select{    float: left;    width: 66px;    margin-left: 16px;}  */ /* Relationship Dropdown #contour .relationshipwithlcp select{    width: 302px;}*/ /* Enquiry Textarea #contour .yourenquiry textarea,#contour .specialaccessdietorotherrequirements textarea,#contour .specialdietaryaccessorotherrequirements textarea{    width: 295px;    height:150px;    font-family: Arial, Helvetica, Sans-Serif;    border: 1px solid #bbb;    padding: 3px;}*/ /* Checkbox list #contour .areasofinterest label{zzz}#contour .areasofinterest div, #contour .lcpalerts div, #contour .doyourequireacomplementarylunch div, #contour .emailaddresstype div, #contour .optionaltechnicalworkshop div, #contour .pleaseindicateifyouarestayingforlunch div, #contour .events div{    width: 300px;    float: left;    position: relative;    line-height: 1.5em;    margin-bottom: 25px;    padding: 0;}#contour .areasofinterest div span label, #contour .lcpalerts div span label, #contour .pleaseindicateifyouarestayingforlunch div span label,  #contour .events div span label{    font-weight: normal;    float: left;    /*position: absolute;    left: 25px;*/ /*padding: 0;}#contour .areasofinterest div span input, #contour .lcpalerts div span input, #contour .optionaltechnicalworkshop div span input, #contour .pleaseindicateifyouarestayingforlunch div span input, #contour .events div span input{    float: left;    clear: both;    margin-top: 4px;    margin-right: 8px;}/* LCP alerts #contour .lcpalerts div{    float: right;}#contour .lcpalerts div span label{    display: block !important;    width: 150px;}#contour .lcpalerts small, #contour .workshop small{    width: 100%;    font-size: 0.75em;    float: left;    width: 140px;}*/ /* Radio weshouldcontactyouby#contour .weshouldcontactyouby{    margin-bottom: 10px;    line-height: 1.5em;}#contour .registeringonsomeoneelsesbehalf small { position: relative; top: -50px; }#contour .name { padding-top: 30px;}#contour .responsetime select{    width: 302px;}*/ /* Billing address #contour .postcode input,#contour .billingpostcode input{    width:90px;    }  */ /* Errors #contour input.contourError{    border: 1px #f00 solid;}#contour label.contourError{    color: #f00;}  */ /* hide elements h4.contourPageName, #contour .lcpcontact label, #contour .contactnumbertype label, #contour .billingcontactnumbertype label,#contour .lcpalerts label{    display: none;}#contour .billingaddressline2 label{    visibility:hidden;}#contour .contourValidationSummary li {margin-bottom: 0;padding-left: 0;margin-left: 0;margin-right: 10px;    background: none;line-height: 10px;}#contour .contourValidationSummary ul li {font-size: 10px;}.contourSubmit {   margin: 10px 0 10px 0;}  */ /*--------------------------------------------------=> CONTENT LAYOUT */

#hero_image {
    margin-bottom: 15px;
}
/*----------- Modules */ /* list modules */

.list_module {
    padding: 5px 10px 10px 10px;
    margin-bottom: 10px;
    width: 440px;
}

    .list_module img {
        padding-bottom: 0;
    }

    .list_module .image {
        float: left;
        width: 100px;
        margin-right: 10px;
        padding-top: 5px;
    }

    .list_module .copy {
        float: left;
        width: 330px;
    }
/* main modules */

.grid_12 .module.home {
    background-position: 11px 13px !important;
}
/*.banner .grid_12 img {  display: block;}*/

.banner .hero {
    width: 1200px;
}

.grid_6 .module {
    float: left;
    margin: 0 0 20px 0;
    background-repeat: no-repeat;
    background-position: bottom !important;
}

    .grid_6 .module .image_container {
        float: left;
        width: 125px;
        margin: 0 9px 0 0;
        height: 141px; /* fix whitespace below image // remove if image size changes */
    }

        .grid_6 .module .image_container img {
            display: block;
        }

    .grid_6 .module .text_container {
        float: left;
        width: 285px;
        background-repeat: no-repeat;
        background-position: 0 0;
        padding: 11px 0 0 11px;
    }

#graduate_profile_header {
    width: 100%;
    margin-bottom: 20px;
}

    #graduate_profile_header .grad_title {
        padding: 20px;
        height: 130px;
        margin-right: 1px;
        float: left;
    }

    #graduate_profile_header img {
        float: left;
    }
/* side modules */

#rh_col .module {
    padding: 17px 0 20px 0;
    margin-top: 10px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 15px 14px; /*overflow:hidden;*/
    position: relative;
    z-index: 1 !important;
    display: block !important;
}

    #rh_col .module h2, #rh_col .module p, #rh_col .module > a, #rh_col .module ul, .rh_location > a, .module .copy a.arrow_link {
        margin-left: 20px;
        margin-right: 20px;
    }

    #rh_col .module .copy p, #rh_col .module .copy a {
        margin-left: 0;
        margin-right: 0;
    }

    #rh_col .module p:last-child {
        padding-bottom: 0;
    }

    #rh_col .module:last-child {
        margin-bottom: 10px;
    }

.alerts_bg {
    background-position: 0 0 !important;
}
/* moduile with image+header combo */ /*.image_module{    padding: 0 0 20px 0;    margin-top: 10px;    margin-left: 10px;    width: 200px;}.image_header{    position: relative;    top: 0;    left: 0;    width: 200px;    height: 80px;    margin-bottom: 14px;}.image_header .overlay{    position: absolute;    height: 34px;    width: 200px;}.image_header h2{    padding: 13px 0 0 15px;}.image_header img{    position: absolute;    top: 0px;    left: 0px;    z-index: 0;}.image_module p, .image_module ul{    padding: 0 14px 0 16px;}.image_module a.arrow_link, .image_module a.arrow_body_link{    margin: 0 14px 0 16px;}*/ /* module with full-width image */ /*.full_width_img{    padding: 18px 0 20px 0;    width: 200px;}.full_width_img h2, .full_width_img p, .full_width_img a{    margin-left: 16px;    margin-right: 14px;}*/ /* module with full-width image */ /*.banner_wide #rh_col { overflow: visible; }*/

#rh_col .module img.rh_image_mod {
    display: block;
    width: 100%;
}

.rh_image_mod {
    width: 100%;
}

.module.top {
    margin-top: 0px;
}

.banner #rh_col .module:first-child, .banner #rh_col .module.pie_first-child {
    margin-top: 287px;
}
/*.banner_wide #rh_col .module:first-child, .banner_wide #rh_col .module.pie_first-child{    margin-top: -20px;}*/

.module.solid {
    background-position: 0 0;
    background-repeat: repeat-x;
}

.module img {
    padding-bottom: 5px;
}

.module .image {
    float: left;
    width: 50px;
    margin-right: 10px;
    padding-top: 5px;
}

.module .copy {
    float: left;
}
/* in this guide modules */

.in_this_guide_module {
    padding: 15px;
    width: 190px;
    margin: 0 0 20px 0;
    background-repeat: repeat-x;
    background-position: bottom !important;
}
/* expanding modules */

.js .expand_module {
    display: none;
}

.js .expand_link_holder {
    cursor: pointer;
}

.expand_link_holder {
    height: 30px;
}

.expand_link {
    float: right;
    background-repeat: no-repeat;
    background-position: 100% -10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: right;
}

    .expand_link.opened {
        background-position: 100% 4px;
    }

    .expand_link .link_close {
        display: none;
    }

.expanding_module {
    margin-bottom: 2px;
}

    .expanding_module img {
        max-width: 100%;
    }

    .expanding_module .container2 {
        display: block;
        padding-top: 10px;
    }

.js .expanding_module .container2 {
    display: none;
}

.expanding_module .module_body {
    display: inline;
}

    .expanding_module .module_body .module_landing_footer_3col {
        margin-bottom: 10px;
    }
/* our services expanding modules */

#services_expanders .expanding_module {
    display: block;
    clear: both;
    margin-bottom: 5px;
}

    #services_expanders .expanding_module:last-child, .expanding_module:last-child .module_landing_footer_3col {
        margin-bottom: 0;
    }

        #services_expanders .expanding_module:last-child .additional_content {
            padding-bottom: 0;
        }

.expanding_module .intro_content {
    display: block;
    padding: 7px 15px 0 15px;
    cursor: pointer;
    background-position: top;
    background-repeat: repeat-x;
}

.expanding_module .additional_content {
    clear: both;
    padding: 0 15px 15px 15px;
}

.js .expanding_module .additional_content {
    display: block;
    transition: max-height .5s linear;
    max-height: 0;
}

.js .expanding_module.cl .additional_content {
    transition: max-height .5s linear;
    max-height: 1000px;
}

.expanding_module .additional_content h3 {
    padding-top: 15px;
}

.expanding_module .additional_content .one_half_column {
    float: left;
    padding-right: 10px;
}

    .expanding_module .additional_content .one_half_column.last {
        padding-left: 10px;
        padding-right: 0;
    }
/* tabbed modules */

#tabs_content_container .tab_content {
    display: none;
}

    #tabs_content_container .tab_content.current {
        display: block;
        z-index: 50;
    }
/* details modules */

.module_details {
    margin-bottom: 10px;
    width: 100%;
}

    .module_details .image {
        float: left;
        width: 150px;
        margin-right: 10px;
        padding-top: 5px;
    }

    .module_details .copy {
        float: left;
        width: 300px;
    }
/* news */

.news_item {
    padding: 12px 0 5px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.news_date {
    width: 60px;
    margin-right: 20px;
    float: left;
}

.news_copy {
    width: 380px;
    float: left;
}
/* map module */

#map_wrapper {
    width: 200px;
    margin: 12px 0 0 0;
    padding-left: 20px;
}

    #map_wrapper img {
        padding-bottom: 10px;
    }
/* specific modules */ /* home page */

#modulesTop > div:last-child {
    padding-bottom: 28px;
}

.home .module p:last-child {
    padding: 0;
}

#module_cross_3col1, #module_cross_3col2, #module_cross_3col3, #module_cross_3col4, #module_cross_3col5 {
    background-repeat: no-repeat;
}

    #module_cross_3col1 .module_block, #module_cross_3col2 .module_block, #module_cross_3col3 .module_block, #module_cross_3col4 .module_block, #module_cross_3col5 .module_block {
        background: url(/images/bg_module_3col_cross_single_top.gif) top right no-repeat, url(/images/bg_module_3col_cross_single_top.gif) bottom right no-repeat, url(/images/bg_module_3col_cross_single_btm.gif) right repeat-y;
        -pie-background: url(/images/bg_module_3col_cross_single_top.gif) top right no-repeat, url(/images/bg_module_3col_cross_single_top.gif) bottom right no-repeat, url(/images/bg_module_3col_cross_single_btm.gif) right repeat-y; /*behavior: url(/scripts/PIE.htc);*/
        position: relative;
        z-index: 1;
        padding: 2px 20px 7px 20px;
    }

        #module_cross_3col1 .module_block:first-child, #module_cross_3col2 .module_block:first-child, #module_cross_3col3 .module_block:first-child, #module_cross_3col4 .module_block:first-child, #module_cross_3col5 .module_block:first-child {
            padding-left: 30px;
        }

        #module_cross_3col1 .module_block:last-child, #module_cross_3col2 .module_block:last-child, #module_cross_3col3 .module_block:last-child, #module_cross_3col4 .module_block:last-child, #module_cross_3col5 .module_block:last-child {
            background: none;
            -pie-background: none; /*behavior: url(/scripts/PIE.htc);*/
            position: relative;
            z-index: 1;
            padding-right: 30px;
        }

#module_footer_3col1, #module_footer_3col2, #module_footer_3col3, #module_footer_3col4, #module_footer_3col5 {
    background-repeat: repeat-x;
    padding-top: 12px;
}

    #module_footer_3col1 .module_block, #module_footer_3col2 .module_block, #module_footer_3col3 .module_block, #module_footer_3col4 .module_block, #module_footer_3col5 .module_block {
        padding: 16px;
        width: 32%;
        background-repeat: no-repeat;
        background-position: 11px 13px;
        margin: 0 1% 0 1%;
    }

        #module_footer_3col1 .module_block:first-child, #module_footer_3col2 .module_block:first-child, #module_footer_3col3 .module_block:first-child, #module_footer_3col4 .module_block:first-child, #module_footer_3col5 .module_block:first-child {
            margin: 0 0 0 1%;
        }

        #module_footer_3col1 .module_block:last-child, #module_footer_3col2 .module_block:last-child, #module_footer_3col3 .module_block:last-child, #module_footer_3col4 .module_block:last-child, #module_footer_3col5 .module_block:last-child {
            margin: 0 1% 0 0;
        }

    #module_footer_3col1 .module:first-child select, #module_footer_3col2 .module:first-child select, #module_footer_3col3 .module:first-child select, #module_footer_3col4 .module:first-child select, #module_footer_3col5 .module:first-child select {
        width: 100%;
        height: 20px;
        padding-top: 0;
        float: left;
        margin-right: 10px;
    }

    #module_footer_3col1 .module:last-child, #module_footer_3col2 .module:last-child, #module_footer_3col3 .module:last-child, #module_footer_3col4 .module:last-child, #module_footer_3col5 .module:last-child {
        background-position: left top;
    }

.result .first {
    margin-top: 15px;
}

.result .last {
    margin-bottom: 0;
    border-bottom: none;
}
/* Profile details lefthand module */

#profile_image, #profile_contact {
    width: 50%;
}

#profile_details {
    margin: 0;
    margin-bottom: 20px;
}

#profile_image img {
    width: 100%;
    padding-right: 20px;
}

#profile_details ul.link_list li {
    margin-bottom: 5px;
}

/* Where to find us module - Location container */
.rh_location {
    margin-bottom: 20px;
}

    .rh_location:last-child {
        margin-bottom: 0;
    }

#module_landing_cross_2col .module_block:first-child { /*float: left;*/ /*width: 220px;*/
    padding: 0 10px 0 0;
}

/* Two-column module within content area */
#module_landing_cross_2col .module_block:last-child { /*float: left;*/ /*width: 220px;*/
    padding: 0 0 0 10px;
}

.team_member_container .single_column_layout {
    padding-right: 5px;
    padding-left: 5px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.team_member_container .four_column_layout_col1 {
    float: left;
    width: 25%;
    padding-right: 20px;
    padding-left: 5px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.team_member_container .four_column_layout_col2_3 {
    float: left;
    width: 25%;
    padding-right: 20px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.team_member_container .four_column_layout_col4 {
    float: left;
    width: 25%;
    padding-right: 5px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.team_member_container .three_column_layout_col1 {
    float: left;
    width: 20%;
    padding-right: 20px;
    padding-left: 5px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.team_member_container .three_column_layout_col2 {
    float: left;
    width: 60%;
    padding-right: 20px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.team_member_container .three_column_layout_col3 {
    float: left;
    width: 20%;
    padding-right: 5px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.team_member_container .one_third_column {
    padding: 0 10px 0 10px;
}

    .team_member_container .one_third_column:first-child {
        padding: 0 10px 0 0;
    }

    .team_member_container .one_third_column:last-child {
        padding: 0 0 0 10px;
    }

.team_member_container {
    margin-bottom: 20px;
    padding-bottom: 20px; /*padding-top:8px;*/
    border-bottom: 1px solid #e1dedd;
    overflow: auto;
}

    .team_member_container.last, .team_member_container:last-of-type {
        margin-bottom: 20px !important;
        padding-bottom: 0 !important; /*padding-top:8px;*/
        border-bottom: none !important;
    }

.one_half_column.last {
    margin-right: 0;
}

.team_member_container .nomargin_right {
    padding-top: 0;
    margin-right: 0;
}

.team_member_container .nomargin_topright {
    padding-top: 0;
    margin-right: 0;
}

.module_landing_footer_2col {
    margin-bottom: 20px; /*min-height: 1px;    height: auto !important;    height: 1px;*/ /*float:left;*/
}

.lt-ie10 .module_landing_footer_2col {
    margin-bottom: 20px;
    display: inline-block !important;
}

.module_landing_footer_2col:last-child, .module_landing_footer_3col:last-child {
    margin-bottom: 0;
}

.module_landing_footer_2col .module_block, #module_landing_cross_2col .module_block { /*float: left;*/
    width: 48%;
    margin: 0 2% -500px 0;
    padding: 0 0 515px 0; /*min-height:1px;    height: 100% !important;    height:1px;*/
}

    .module_landing_footer_2col .module_block.last { /*float: left;*/
        width: 48%;
        margin: 0 0 -500px 2%; /*min-height:1px;    height: 100% !important;    height:1px;*/
    }

    .module_landing_footer_2col .module_block:last-child {
        width: 100%;
        margin-right: 0;
    }

.module_landing_footer_2col .module {
    margin: 0;
    padding: 0;
}

    .module_landing_footer_2col .module a {
        margin-bottom: 0;
    }

    .module_landing_footer_2col .module.last {
        margin-right: 0 !important;
    }

.module_landing_footer_2col a.arrow_link {
    margin-left: 10px;
}

.module_landing_footer_2col .module p {
    margin: 0 10px 0 10px;
}
/* Three-column module within content area */

.row_container, .module_landing_footer_2col, .module_landing_footer_3col {
    margin-bottom: 20px; /*min-height: 1px;    height: auto !important;    height: 1px;*/ /*float:left;*/
}

.single_module {
    float: left;
    width: 140px;
    margin: 0 20px 0 0;
}

.module_landing_footer_3col .module_block { /*float: left;*/
    width: 32%;
    margin: 0 2% -500px 0;
    padding: 0 0 515px 0; /*min-height:1px;    height: 100% !important;    height:1px;*/
}

    .module_landing_footer_3col .module_block:first-child {
        width: 32%;
        margin: 0 2% -500px 0;
    }

    .module_landing_footer_3col .module_block:last-child {
        width: 32%;
        margin: 0 0 -500px 0;
    }

.lt-ie10 .module_landing_footer_2col .module_block, .lt-ie10 .module_landing_footer_2col .module_block:last-child {
    width: 48%;
}

.lt-ie10 .banner #rh_col {
    margin-top: 306px;
}

.lt-ie10 .module_landing_footer_3col .module_block {
    margin: 0 3% -500px 0;
    width: 31.333%;
}

.lt-ie10 .banner #rh_col .module:first-child, .lt-ie10 .banner #rh_col .module.pie_first-child {
    margin-top: 10px;
}

.lt-ie10 .module_landing_footer_3col .module_block:last-child {
    margin: 0 0 -500px 0;
    width: 31.333%;
}
/*.module_landing_footer_2col .module_block.last{    margin: 0 0 -500px 0;}*/

.row_container .one_third_column .module, .module_landing_footer_3col .module, .single_module .module {
    margin: 0 20px 0 0;
    padding: 0;
}

    .one_third_column, .module_landing_footer_3col .module:last-child, .module_landing_footer_3col .last {
        margin-right: 0 !important;
    }

.module_landing_footer_3col a.arrow_link, .module_landing_footer_3col a.external_link, .single_module a.arrow_link {
    margin-left: 10px; /*margin-bottom: 15px;*/ /*position:absolute;   bottom:0;*/
    margin-bottom: 10px;
}

/*.expanding_module .container2 .module_landing_footer_3col .module_block {
    padding-bottom: 15px;
}*/

h3 + div.content {
    padding: 0 10px 8px 10px !important;
}

.module_landing_footer_3col .module p, .single_module .module p, .module_landing_footer_3col .module_item p {
    margin: 0 10px 0 10px;
}
/* One-third, two-third within content area */

.grid_6 .image_text_container img { /*width: 140px;*/
    margin: 4px 20px 20px 0;
    float: left;
}

.grid_6 .image_text_container .text {
    width: 300px;
    float: left;
    padding-bottom: 10px;
}

.grid_6 .one_third_container {
    float: left;
    width: 140px;
    margin-right: 20px;
}

.grid_6 .two_thirds_container {
    float: left;
    width: 300px;
}

.grid_6 .two_thirds_container_right {
    float: right;
    width: 300px;
}

.grid_6 .careers_container img {
    width: 130px;
    margin: 4px 20px 20px 0;
    float: left;
}

.grid_6 .careers_container .text {
    width: 310px;
    float: left;
    padding-bottom: 10px;
}

.grid_6 .speakers_container {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 15px;
}

    .grid_6 .speakers_container.last {
        border-bottom-width: 0;
        margin-bottom: 0;
    }

    .grid_6 .speakers_container img {
        width: 60px;
        margin: 4px 20px 15px 0;
        float: left;
    }

    .grid_6 .speakers_container .text {
        width: 380px;
        float: left;
        padding-bottom: 10px;
    }

.grid_9 .one_third_container {
    float: left;
    width: 264px;
}

.grid_9 .two_fifths_container {
    float: left;
    width: 264px;
}

.grid_9 .two_thirds_container {
    float: left;
    width: 396px;
    margin-right: 20px;
}

.grid_9 .three_fifths_container {
    float: left;
    width: 396px;
    margin-right: 20px;
}

.grid_9 .one_third_container .one_half {
    float: left;
    width: 50%;
}

    .grid_9 .one_third_container .one_half ul.link_list {
        margin-bottom: 10px;
    }

.grid_6 .download_module {
    width: 120px;
    padding: 10px;
    float: left;
    margin-right: 20px;
}

.two_thirds {
    margin: 8px 0 0 0;
}

    .two_thirds h2 {
        padding: 0 0 8px 0;
    }
/*--------------------------------------------------=> HIGHLIGHT MODULES */

.row_container, .module_landing_footer_3col, .single_module .module {
    background-repeat: repeat-y;
    background-position: 0 0;
}

.shaded_box {
    padding: 15px;
}
/*--------------------------------------------------=> MASTER LAYOUT */

#page {
    position: relative; /*min-height: 100%;*/
    background-repeat: repeat-y;
}

#header {
    overflow: visible;
    height: auto;
}

.home #content {
    padding-bottom: 0;
}

#content.banner {
    padding-top: 0 !important;
}

.grid_9.banner {
    position: relative;
}

#content .shadow_spacer {
    background-repeat: repeat-x;
}

#content.banner .shadow_spacer {
    background-repeat: no-repeat;
}

#footer {
    padding: 10px;
    clear: both;
    background-repeat: repeat-y;
    margin-bottom: 0;
    background-color: transparent;
}

    #footer p {
        padding-bottom: 0;
    }

#footer_shadow {
    height: 10px;
    clear: both;
    background-repeat: no-repeat;
}
/*--------------------------------------------------=> NAVIGATION */ /* Top navigation */

#top_nav {
    float: right;
    padding-right: 9px;
    margin-top: 12px;
}

    #top_nav li {
        float: left;
        padding: 0 10px 0 10px;
        background-position: right 5px;
        background-repeat: no-repeat;
        height: 21px;
    }

        #top_nav li:last-child {
            background: none;
        }

        #top_nav li a {
            height: 21px;
            padding-top: 4px;
        }

        #top_nav li#country {
            width: 296px;
            background: url('/images/irish_flag.gif') no-repeat;
            padding: 0 0 0 25px;
            background-position: 0 2px;
            line-height: 16px;
        }

        #top_nav li#worldwide {
            padding-left: 0;
        }

            #top_nav li#worldwide a {
                padding-left: 47px;
                background-repeat: no-repeat;
                background-position: 0 0;
                padding-bottom: 5px;
            }
/* Main navigation */

#main_nav_wrapper {
    float: left;
    height: 27px;
    max-height: 27px;
    width: 100%;
    position: relative;
    margin-top: 23px;
    z-index: 999;
}

    #main_nav_wrapper #corner {
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }

#main_nav {
    height: 27px;
    width: 100%;
    background: #00a3c7;
}

    #main_nav li {
        float: left;
        background-position: right top;
        background-repeat: repeat-y;
        position: relative;
    }

        #main_nav li.hover {
            background-repeat: repeat-x;
        }

        #main_nav li.last {
            background-image: none;
        }

        #main_nav li a { /*height: 18px;*/
            padding: 5px 17px 4px 18px;
            display: block;
        }

        #main_nav li div {
            background-repeat: no-repeat;
            background-position: left bottom;
            width: 214px;
            position: absolute;
            left: -12px;
            top: 27px;
            display: none;
            padding: 0 0 0 11px;
        }

        #main_nav li.last div {
            left: -118px;
        }

        #main_nav li.second_last div {
            left: -49px;
        }

        #main_nav li ul {
            padding: 10px 10px 10px 0;
            background-repeat: repeat-x;
            background-position: left top;
            margin-bottom: 19px;
            width: 185px;
        }

            #main_nav li ul li {
                float: none;
                padding-left: 16px;
                z-index: 999;
                height: 100%;
                white-space: pre-line;
            }

                #main_nav li ul li a {
                    background-repeat: no-repeat;
                    background-position: left 8px;
                    display: inline-block;
                    padding: 2px 10px 2px 10px !important;
                    margin-bottom: 4px;
                    min-height: 1px;
                    height: auto !important;
                    height: 1px;
                }

.js #main_nav li a {
    padding: 2px 12px 7px 13px;
}

.js #main_nav li ul li a {
    padding: 0;
}

.js #main_nav li a.first {
    padding: 2px 10px 7px 10px;
}

.lt-ie10.js #main_nav li a {
    padding: 3px 10px 6px 10px;
}
/* Sub navigation */

#m_sub_nav {
    width: 190px;
    margin: 0 0 40px 0;
    padding-left: 20px;
    float: left;
}

#sub_nav {
    width: 100%;
    margin: 20px 0 10px 0;
    padding-left: 20px;
    padding-right: 10px;
    float: left;
}

    #sub_nav li, #m_sub_nav li {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        padding: 7px 0;
    }

        #sub_nav li a, #m_sub_nav li a {
            display: block;
        }

            #sub_nav li a:hover {
            }

        #sub_nav li.section_title, #m_sub_nav li.section_title {
            padding-top: 0;
            text-transform: uppercase;
        }

        #sub_nav li ul, #m_sub_nav li ul {
            padding: 3px 0 0 9px;
        }

            #sub_nav li ul li, #m_sub_nav li ul li {
                padding: 2px 0;
            }

                #sub_nav li ul li a, #m_sub_nav li ul li a {
                    background-repeat: no-repeat;
                    padding-left: 10px;
                    background-position: left 7px;
                }

        #sub_nav li.current ul li.current a, #sub_nav li.current ul li.current ul li.current a, #m_sub_nav li.current ul li.current a, #m_sub_nav li.current ul li.current ul li.current a {
            background-position: left -286px;
        }

        #sub_nav li.current ul li.current ul li a, #m_sub_nav li.current ul li.current ul li a {
            background-position: left 5px;
        }
/* Breadcrumb */

#breadcrumb {
    width: 100%;
    margin: 0 0 15px 0;
    z-index: 999;
    overflow: auto;
}

    #breadcrumb li {
        float: left;
        background-repeat: no-repeat;
        background-position: right 5px;
        margin-right: 8px;
        padding-right: 14px;
    }

.banner.grid_9 #breadcrumb {
    position: absolute;
    top: 7px;
    left: 20px;
}

    .banner.grid_9 #breadcrumb li {
        background-position: right -140px;
    }
/* Tab navigation */

#tab_nav {
    float: left;
    padding-bottom: 10px;
}

    #tab_nav li {
        float: left;
        padding-right: 10px;
    }
/* Support navigation */

#support_nav {
    float: left;
    padding: 0 10px 0 0;
}

    #support_nav li {
        float: left;
        background-repeat: no-repeat;
        background-position: right 5px;
        padding: 0 9px 0 0;
    }

        #support_nav li a {
            padding: 0 0 0 9px;
        }

        #support_nav li.first {
            padding-left: 0;
        }
/* debug and testing */

#theme_switcher {
    position: fixed;
    left: 100px;
    width: 45px;
    background: #fff url(/images/dummy_switcher.gif) repeat-x top left;
    padding: 20px;
}

    #theme_switcher ol {
        padding-left: 10px;
    }

        #theme_switcher ol li {
            padding-bottom: 3px;
            list-style-type: decimal;
            padding-left: 0;
        }

            #theme_switcher ol li a {
                cursor: pointer;
                color: #4f172a;
            }
/********* JU'S PAGE HEADER TEST */

.banner #page_header {
    position: relative;
    margin-bottom: 30px;
}

#content {
    position: relative;
    clear: both;
    z-index: 1;
}

.banner #page_header_text {
    position: absolute;
    top: 0;
    left: 250px;
    padding-left: 20px;
}

.banner #breadcrumb {
    position: absolute;
    margin-top: 9px;
    z-index: 999;
}

    .banner #breadcrumb li {
        background-position: right -338px;
    }

.banner_wide ul#breadcrumb {
    position: static;
    margin: 0 0 12px 0;
    padding: 0;
}

    .banner_wide ul#breadcrumb li {
        background-image: url(../images/bg_arrow_body_link.gif);
        background-position: 100% 6px;
        background-repeat: no-repeat;
    }

        .banner_wide ul#breadcrumb li a {
            color: rgb(0, 163, 199);
        }

        .banner_wide ul#breadcrumb li.last {
            color: rgb(102, 102, 102);
        }

.grid_6 .arrow_link {
    margin-bottom: 10px;
}

.ui-dialog, .ui-dialog *, .ui-widget-overlay, .ui-widget-overlay * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden !important;
}

.key_contacts .copy {
    width: calc(100% - 70px) !important;
    width: -webkit-calc(100% - 70px) !important;
}

.top_padded nav {
    padding-top: 306px;
}

.videoWrapper {
    display: block;
    position: relative;
    padding-bottom: 52.7%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.content {
    width: 100%;
    margin: 0 auto;
}

.embed-container {
    height: 0;
    width: 100%;
    padding-bottom: 100%; /* play with this until right */
    overflow: hidden;
    position: relative;
}

    .embed-container embed {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

#overviewImg {
    display: block;
    width: 100%;
    height: auto;
}
/* Derisking layout */

#graphic {
    display: inline-block;
    width: 100%; /*height: 100%;*/
    margin: 0 auto;
    vertical-align: middle; /* top | middle | bottom ... do what you want */
    background-color: #000;
}

.ieSVGContainer {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 52.9%;
    vertical-align: middle;
    overflow: hidden;
}

.ieSVGContent {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* only required for <img /> */
    height: 100%;
}

.svg-content {
    width: 100%; /* only required for <img /> */
    height: 100%;
}
/* Overview */

#SVG_Overview .st0 {
    fill: #ACD6F3;
}

#SVG_Overview .st1 {
    fill: none;
    stroke: #C6A36D;
    stroke-width: 4.9503;
}

#SVG_Overview .st2 {
    fill: none;
    stroke: #2D9EB3;
    stroke-width: 3;
    stroke-dasharray: 4;
}

#SVG_Overview .st3 {
    font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 700;
    font-style: normal;
}

#SVG_Overview .st4 {
    font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 500;
    font-style: normal;
}

#SVG_Overview .st5 {
    fill: none;
    stroke: #C6A36D;
    stroke-width: 4.9503;
    stroke-linecap: round;
}

#SVG_Overview .st6 {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 1.2;
    stroke-dasharray: 4,2;
}

#SVG_Overview .st7 {
    fill: #C6A36D;
}

#SVG_Overview .st8 {
    fill: #2D9EB3;
}

#SVG_Overview .st9 {
    fill: #FFFFFF;
}

#SVG_Overview .st10 {
    font-size: 13px;
}

#SVG_Overview .st11 {
    font-size: 14px;
}

#SVG_Overview .st12 {
    font-size: 20px;
}

#SVG_Overview .st13 {
    font-size: 36px;
}

#SVG_Overview .st14 {
    fill: #FFFFFF;
    stroke: #C6A36D;
    stroke-width: 4.9503;
}
/* Planning */

#SVG_Planning .st0, #SVG_Pre_transaction .st0, #SVG_Transaction .st0, #SVG_Post_transaction .st0, #SVG_Wind_up .st0 {
    clip-path: url(#Path_1_);
    fill: #000;
}

#SVG_Planning .st1, #SVG_Pre_transaction .st1, #SVG_Transaction .st1, #SVG_Post_transaction .st1, #SVG_Wind_up .st1 {
    fill: #FFFFFF;
    stroke: #C6A36D;
    stroke-width: 1.5;
}

#SVG_Planning .st2, #SVG_Pre_transaction .st2, #SVG_Transaction .st2, #SVG_Post_transaction .st2, #SVG_Wind_up .st2 {
    filter: url(#Adobe_OpacityMaskFilter);
}

#SVG_Planning .st3, #SVG_Pre_transaction .st3, #SVG_Transaction .st3, #SVG_Post_transaction .st3, #SVG_Wind_up .st3 {
    font-family: 'Georgia';
    font-style: italic;
    letter-spacing: 0.2px;
}

#SVG_Planning .st4, #SVG_Pre_transaction .st4, #SVG_Transaction .st4, #SVG_Post_transaction .st4, #SVG_Wind_up .st4 {
    font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 700;
    font-style: normal;
}

#SVG_Planning .st5, #SVG_Pre_transaction .st5, #SVG_Transaction .st5, #SVG_Post_transaction .st5, #SVG_Wind_up .st5 {
    font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 500;
    font-style: normal;
}

#SVG_Planning .st6, #SVG_Pre_transaction .st6, #SVG_Transaction .st6, #SVG_Post_transaction .st6, #SVG_Wind_up .st6 {
    fill: #C6A36D;
    stroke: #C6A36D;
    stroke-width: 1.2837;
}

#SVG_Planning .st7, #SVG_Pre_transaction .st7, #SVG_Transaction .st7, #SVG_Post_transaction .st7, #SVG_Wind_up .st7 {
    fill: #C6A36D;
}

#SVG_Planning .st8, #SVG_Pre_transaction .st8, #SVG_Transaction .st8, #SVG_Post_transaction .st8, #SVG_Wind_up .st8 {
    fill: #2D9EB3;
}

#SVG_Planning .st9, #SVG_Pre_transaction .st9, #SVG_Transaction .st9, #SVG_Post_transaction .st9, #SVG_Wind_up .st9 {
    fill: #FFFFFF;
}

#SVG_Planning .st10, #SVG_Pre_transaction .st10, #SVG_Transaction .st10, #SVG_Post_transaction .st10, #SVG_Wind_up .st10 {
    fill: none;
}

#SVG_Planning .st11, #SVG_Pre_transaction .st11, #SVG_Transaction .st11, #SVG_Post_transaction .st11, #SVG_Wind_up .st11 {
    mask: url(#Mask_1_);
    fill: url(#Mask_2_);
}

#SVG_Planning .st12, #SVG_Pre_transaction .st12, #SVG_Transaction .st12, #SVG_Post_transaction .st12, #SVG_Wind_up .st12 {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 1.5;
    stroke-dasharray: 4,2;
}

#SVG_Planning .st13, #SVG_Pre_transaction .st13, #SVG_Transaction .st13, #SVG_Post_transaction .st13, #SVG_Wind_up .st13 {
    font-size: 12px;
}

#SVG_Planning .st14, #SVG_Pre_transaction .st14, #SVG_Transaction .st14, #SVG_Post_transaction .st14, #SVG_Wind_up .st14 {
    font-size: 18px;
}

#SVG_Planning .st15, #SVG_Pre_transaction .st15, #SVG_Transaction .st15, #SVG_Post_transaction .st15, #SVG_Wind_up .st15 {
    font-size: 36px;
}
/* Add this styles */

.addthis_toolbox {
    margin: 0 0 10px 0;
}

#carouselList {
    position: absolute;
    margin-left: 50%;
    background-color: rgb(0,47,95);
    background-color: rgba(0,47,95,0.6);
    width: 50%;
    height: 100%;
    z-index: 10;
}

    #carouselList #focusTextItem1, #carouselList #focusTextItem2, #carouselList #focusTextItem3 {
        color: #fff;
    }

        #carouselList #focusTextItem1, #carouselList #focusTextItem1 span, #carouselList #focusTextTitle1, #carouselList #focusTextTitle1 span,
        #carouselList #focusTextItem2, #carouselList #focusTextItem2 span, #carouselList #focusTextTitle2, #carouselList #focusTextTitle2 span,
        #carouselList #focusTextItem3, #carouselList #focusTextItem3 span, #carouselList #focusTextTitle3, #carouselList #focusTextTitle3 span {
            padding: 0;
        }

    #carouselList li {
        height: 102px;
        padding: 12px 15px 0 15px;
        overflow: hidden;
        border-bottom: 1px solid rgba(0,47,95,0.65);
        line-height: 19px;
    }

        #carouselList li:last-child {
            border-bottom: none;
        }

        #carouselList li a {
            color: #e2f1f9;
        }

        #carouselList li.selected {
            background-color: #e2f1f9;
        }

            #carouselList li.selected #focusTextTitle1, #carouselList li.selected #focusTextTitle2, #carouselList li.selected #focusTextTitle3 {
                color: rgb(0, 166, 201);
            }

            #carouselList li.selected #focusTextItem1, #carouselList li.selected #focusTextItem2, #carouselList li.selected #focusTextItem3 {
                color: #666;
            }

            #carouselList li.selected a, #carouselList li.selected a:hover {
                text-decoration: none;
            }

#flash_holder {
    position: relative;
    height: 306px;
}

    #flash_holder div.backgroundImg {
        position: absolute;
        width: 100%;
        height: 306px;
        min-height: 306px;
        left: 0;
        top: 0;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
        opacity: 0;
    }

    #flash_holder div.opaque {
        opacity: 1;
        z-index: 1;
    }

.socialSvg a:hover {
    text-decoration: none;
}

.socialButtons {
    border-radius: 50%;
    background-color: rgb(0, 166, 201);
    display: inline-block;
    width: 50px;
    height: 50px;
}

#magPanel {
    padding: 25px;
    margin: 0 0 30px 0;
    background: #e8ddcc;
    text-align: center;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

    #magPanel > div {
        width: 100%;
    }

    #magPanel div span span {
        display: block;
    }

#flash_holder, #magPanel {
    margin: 0;
    position: relative;
    height: 306px;
}

.banner article {
    margin-top: 306px;
}

#bottom_row {
    margin-top: 28px;
}

#modulesTop #module_cross_3col1, #modulesTop #module_cross_3col2, #modulesTop #module_cross_3col3, #modulesTop #module_cross_3col4, #modulesTop #module_cross_3col5 {
    margin-top: 28px;
}

#lh_col nav {
    width: 100%;
}

.socialSvg  a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 4px 4px 0;
    float:left;
}

/*=============================    type.css LCP Corporate=============================*/

body {
    font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.65em;
}

/*--------------------------------------------------=> HEADERS */
h1, h2, h3, h4 {
    font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: normal;
}

.lt-ie9 h1, .lt-ie9 h2, .lt-ie9 h3, .lt-ie9 h4 {
    font-weight: normal !important;
}

/* H1 */
h1 {
    font-size: 1.625em; /* 26px */
    text-transform: uppercase;
}

    h1.banner_title, h1.plain_title {
        text-transform: uppercase;
        font-size: 1.5em;
        line-height: 1.2em;
    }

#graduate_profile_header h1 {
    text-transform: uppercase;
    font-size: 1.3em;
}

/* H2 */
h2 {
    font-size: 1em; /* 14px */
}

.two_thirds h2 {
    text-transform: uppercase;
}

h2.plain_title, .richTextFormat h2 { 
    font-size: 1em; /* 14px */
    line-height: 1.3em;
}

h2.strap, #contour legend, .form-group h2 {
    font-size: 1em; /* 11px */
    font-weight: 700;
    text-transform: uppercase;
}

.home h2.strap {
    font-size: 1.3em; /* 11px */
    font-weight: 700;
    text-transform: uppercase;
}

.form-group h2 {
    margin: 0;
}

#module_cross_3col1 .module h2 {
    text-transform: uppercase;
    font-size: 1em;
}

#module_footer_3col1 h2, #module_footer_3col2 h2, #module_footer_3col3 h2, #module_footer_3col4 h2, #module_footer_3col1 h5 {
    text-transform: uppercase;
    font-size: 1em;
}

.module_landing_footer_3col .module h3 {
    line-height: 1em;
}

.module h2, .image_module h2, .in_this_guide_module h2, .module_item h2 {
    font-size: 1em; /* 11px */
    text-transform: uppercase;
}

#error_panel h2 {
    text-transform: uppercase;
    font-size: 0.75em;
}

.expanding_module .intro_content h2 {
    text-transform: uppercase;
}

/* H3 */
h3 {
    font-size: 1em;
    font-weight: bold;
}

.expanding_module .additional_content h3 {
    font-size: 1em;
}

/* H4 */
h4 {
    font-size: 0.75em; /* 12px */
    font-weight: bold;
    font-style: italic;
}
/*--------------------------------------------------=> CONTENT ELEMENTS */ /*-------------> Paragraph */

p {
    font-size: 1em; /* 12px */
}

#content .grid_6 p.intro, #content .grid_9 p.intro, .home .banner h1 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 21px;
    font-style: italic;
    line-height: 29px;
    text-transform:none;
    font-weight:normal;
}

#footer p {
    font-size: 0.88em;
}

#flash_required_light_paragraph {
    text-align: center;
}

/* modules */
.home p.intro, #module_cross_3col1 .module_block:first-child p.intro {
    font-family: Georgia, 'Times New Roman', serif;
    line-height: 28px;
    font-size: 20px;
    font-style: italic;
}

.module.solid, .module span.highlight {
    font-weight: bold;
}

.image_list li p {
    line-height: 16px;
    font-size: 1.08em;
}

    .image_list li p span {
        font-size: 0.93em;
    }

.key_contacts li p {
    font-size: 1em;
    padding-bottom: 5px;
}

p.pullquote {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 0.94em;
    font-weight: normal;
    font-style: italic;
}

p.date_heading {
    font-weight: bold;
}

p.footnote {
    font-size: 0.69em;
}

#contour small {
}

#contour .billingfirstname small, #contour .registrantname small {
    font-size: 0.6em; /* 12px */
}


/*-------------> Links */
a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a.arrow_link span {
        font-size: 0.81em;
        font-weight: bold;
        line-height: 0.71em;
        text-transform: uppercase;
    }

.richTextFormat p a.external_link span {
    font-size: 0.8em;
    line-height: 1.6em;
}

a.arrow_link:hover {
    text-decoration: none;
}

a.more_detail_link span {
    font-size: 0.61em;
    font-weight: bold;
    text-transform: uppercase;
}

a.more_detail_link:hover {
    text-decoration: none;
}

button#frm_submit span {
    font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 0.75em;
    font-weight: 700;
    text-transform: uppercase;
}

.lt-ie9 button#frm_submit span {
    font-weight: normal !important;
}

.key_contacts li a.arrow_link span {
    font-size: 0.81em;
    line-height: 0.81em;
}

a.external_link span {
    font-size: 0.81em;
    font-weight: bold;
    line-height: 0.71em;
    text-transform: uppercase;
}

a.external_link:hover {
    text-decoration: none;
}

#tab_links a {
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}

.news_copy a {
    font-weight: bold;
}

a.header_link {
    font-weight: bold;
    font-size: 0.69em; /* 11px */
    text-transform: uppercase;
    text-decoration: none;
}

    a.header_link:hover {
        text-decoration: none;
    }

.spot, .spot_left, .close_popup {
    font-size: 0;
}
/*-------------> Lists */

li, dt, dd {
    font-size: 1em;
}

.home #module_footer_3col1 ul.link_list li a, .home #module_footer_3col2 ul.link_list li a,  .home #module_footer_3col3 ul.link_list li a,  .home #module_footer_3col4 ul.link_list li a,  .home #module_footer_3col5 ul.link_list li a,   
ul.link_list_footer li a 
{
    font-weight: bold;
}

.home .module p.quote {
    font-style: italic;
}


ul.anchor_list li a {
    font-weight: bold;
    line-height: 22px;
}

/* paging list */
.pager_bar {
    font-weight: bold;
}

/* Breadcrumbs */
#breadcrumb {
    font-size: 0.95em; /* 15px */
    line-height: 1.3em;
}
/* Download list module*/

ul.download_list li a.download_pdf {
    font-size: 1em;
}

/* Contact details module */
ul.contact_list li span, ul.profile_details li span {
    font-weight: bold;
}

#profile_details h2 {
    text-transform: uppercase;
}

/* Sitemap */
#sitemap a {
    font-weight: bold;
}

#sitemap li li {
    font-size: 1em;
}

    #sitemap li li a {
        font-weight: normal;
    }

    #sitemap li li li li {
        font-size: 1em; /* 11px from 12px */
    }

        #sitemap li li li li li {
            font-size: 1em; /* clear */
        }

/*-------------> Table */
.richTextFormat table, .richTextFormat table.news_list {
}

table.news_list {
}

    table.news_list p, table.news_list a {
    }

table p, table ul li {
}

.richTextFormat thead td {
    font-weight: bold;
}

.news_list th {
    text-align: left;
}

    .news_list td.type_col, .news_list th.type_col {
        text-align: right;
    }

.table_result a.arrow_body_link {
}

thead {
    font-weight: bold;
}

/*-------------> Location Map */
.tooltip {
    font-size: 0.75em;
}

/* Horizontal lines */
.hr, .hr p {
    font-size: 0;
    line-height: 0;
}

/* Global search result */
#search_panel label, label {
    line-height: 16px;
}

#search_panel #frm_submit span {
    text-transform: uppercase;
    font-size: 0.75em;
    font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal; 
}

.lt-ie9 #search_panel #frm_submit span {
    font-weight: normal !important;
}

#search_panel .result_count {
    font-weight: bold;
}

.search_results .item p {
    line-height: 16px;
}

    .search_results .item p a {
        font-weight: bold;
    }

#search_panel .one_half_column select, #form_publicationsfilter .one_half_column select {
    font-size: 0.88em;
}

/*--------------------------------------------------=> FORMS */
.searchterms {
    font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal; 
    font-size: 0.75em; /* 12px */
    text-transform: uppercase;
}

input {
    font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal; 
}

    input.our_people, input.search_news {
        font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-style: normal; 
        font-size: 0.75em; /* 12px */
    }

#search_panel input.input_text, #form_publicationsfilter input {
    font-size: 0.88em;
}

.input_submit_holder .input_text {
    font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal; 
    font-weight: 700;
}

.lt-ie9 .input_submit_holder .input_text {
    font-weight: normal !important;
}

#frm_contact label {
    font-size: 0.81em;
}

/* Buttons */
.searchbutton {
    cursor: pointer;
}

/* Fields validation */
#form_validation_container span {
    font-size: 0.69em;
}

/*--------------------------------------------------=> CONTENT LAYOUT */ 
/*-------------> Modules */ 
/* expanding modules */

.expand_link {
    font-size: 0.69em; /* 11px */
    font-weight: bold;
}

/* specific modules */ 
/* home page */
#module_footer_3col1 .module:first-child select, #module_footer_3col2 .module:first-child select, #module_footer_3col3 .module:first-child select, #module_footer_3col4 .module:first-child select, #module_footer_3col5 .module:first-child select 
{ 
    font-size: 0.88em;
}

/* content areas */
.module_landing_footer_3col .module p {
    line-height: 17px;
}

/*--------------------------------------------------=> NAVIGATION */ 
/* Top navigation */

#top_nav li {
    font-size: 0.8em;
    font-weight: bold;
}

/* Main navigation */
#main_nav li { 
    text-transform: uppercase;
    font-size: 0.69em;
}

#main_nav > li {
    text-transform: uppercase;
    font-size: 0.81em;
}

#main_nav li a:hover {
    text-decoration: none;
}

#main_nav li ul li a {
    font-size: 1.66em;
    font-weight: bold;
    text-transform: none;
}

    #main_nav li ul li a:hover {
        text-decoration: underline;
    }

/* Sub navigation */
#sub_nav li ul li {
    font-size: 1em;
}

#sub_nav li a:hover {
    text-decoration: underline;
}

/* Support navigation */
#support_nav li a {
    font-size: 0.88em;
}

#support_nav li img {
    margin-left: 9px;
}

#support_nav li:nth-child(1) {
    padding-left: 0;
}

/* 2 level body copy list */
.richTextFormat ul li ul li {
    font-size: 1em;
}

.team_member_container a span {
    margin: 0;
}

.team_member_container p {
    margin: 0;
    padding: 0;
}

.ui-dialog-title {
    font-size: 13px !important;
}

.navbar-nav > li > a {
    text-transform: uppercase;
}

.field-validation-error {
    font-size: 12px;
}

.section_title {
    font-weight: 700;
}

#focusTextTitle1, #focusTextTitle2, #focusTextTitle3 {
    text-transform: uppercase;
}
/*=============================    color.cssLCP Corporate=============================*/

html {
    background-color: #4f172a;
    background-image: url(/images/bg_cross.gif);
}

body, .home .banner h1 {
    color: #666;
} 

 .home .banner h1 {
    color: #666 !important;
    background: none !important;
} 
/*--------------------------------------------------=> HEADERS */ /* H1 */

h1 {
    color: #4f172a;
}

    h1 a span {
        color: #F80E4A;
    }

#graduate_profile_header h1, .banner h1, .landing_banner h1 {
    color: #fff;
}

.banner .grid_8 h1 {
    color: #fff;
    background-image: url(/images/bg_banner_title.png);
}
/* H2 */

h2 {
    color: #401664;
}
/*#module_cross_3col .content .module.first h2{    color: #4f172a;}*/

#module_cross_3col1 .module h2, #module_cross_3col2 .module h2, #module_cross_3col3 .module h2, #module_cross_3col4 .module h2, #module_cross_3col5 .module h2
{
    color: #4f172a;
}

#module_footer_3col1 .module h2, #module_footer_3col2 .module h2, #module_footer_3col3 .module h2, #module_footer_3col4 .module h2, #module_footer_3col5 .module h2  
{
    color: #fff;
}

#module_footer_3col1 .module.last h2, #module_footer_3col2 .module.last h2, #module_footer_3col3 .module.last h2, #module_footer_3col4 .module.last h2, #module_footer_3col5 .module.last h2  
{
    color: #b797a2;
}

.grid_6 #module_landing_cross_2col .module {
    background-image: none;
}

.module.solid h2, h2.white {
    color: #fff !important;
}

#map_wrapper h2 {
    color: #002f5f;
}

#error_panel h2 {
    color: #f00;
}

h2.strap {
    color: #002f5f;
}

/*--------------------------------------------------=> CONTENT ELEMENTS */ /*-------------> Paragraph */

#footer p {
    color: #b6afab;
}
/* modules */

#module_cross_3col .module:first-child p.intro {
    color: #685c53;
}

.image_list li p a {
    color: #685c53;
}

    .image_list li p a span {
        color: #00a6c9;
    }

ul.key_contacts p span {
    color: #00a6c9;
}

.module p.pullquote {
    color: #fff !important;
}

.module.solid p {
    color: #fff;
}
/* news items */

.news_item, .speakers_container {
    border-bottom-color: #e1dedd;
}
/*-------------> Links */

a {
    color: #00a6c9;
}
    /* arrow links */

    a.arrow_link {
        background-image: url(/images/pagetheme/btn_arrow_blue.gif);
        border: none;
    }

        a.arrow_link span {
            background-image: url(/images/pagetheme/btn_arrow_blue_shim.gif);
            color: #00a6c9;
        }

    a.arrow_body_link {
        background-image: url(/images/bg_arrow_body_link.gif);
        color: #00a6c9;
    }

    a.backarrow_link {
        background-image: url(/images/bg_arrow_back_link.gif);
    }

    a.nextarrow_link {
        background-image: url(/images/bg_arrow_body_link.gif);
    }

    a.toparrow_link {
        background-image: url(/images/icon_red_arrow_top.gif);
    }

    a.more_detail_link {
        background-image: url(/images/pagetheme/btn_arrow_blue.gif);
    }

        a.more_detail_link span {
            background-image: url(/images/pagetheme/btn_arrow_blue_shim.gif);
            color: #00a6c9;
        }

    a.external_link {
        background-image: url(/images/pagetheme/btn_external_red.gif);
    }

        a.external_link span {
            background-image: url(/images/pagetheme/btn_external_red_shim.gif);
            color: #00a6c9;
        }

    a.header_link {
        color: #fff;
    }

#module_footer_3col1 .module button#frm_submit span, #module_footer_3col1 .module button#frm_submit span, #module_footer_3col1 .module button#frm_submit span, #module_footer_3col1 .module button#frm_submit span, #module_footer_3col1 .module button#frm_submit span, 
#module_footer_3col1 .module a.arrow_link span, #module_footer_3col2 .module a.arrow_link span, #module_footer_3col3 .module a.arrow_link span, #module_footer_3col4 .module a.arrow_link span,#module_footer_3col5 .module a.arrow_link span
{
    color: #840034;
}

a.white {
    color: #fff !important;
}
/*-------------> Images */

ul.contact_list li.telephone {
    background-image: url(/images/pagetheme/icon_telephone_generic.gif);
}

ul.contact_list li.email {
    background-image: url(/images/pagetheme/icon_email_generic.gif);
}

ul.contact_list li.linkedIn {
    background-image: url(/images/pagetheme/icon_in_blue_14x14_lg.gif);
}
/*-------------> Lists */ /* Bullet list */

ul.bullet_list li, .richTextFormat ul li {
    background-image: url(/images/bullet.gif);
}
/* Bullet list bespoke content override */

.module_search ul.link_list li, #module_landing_cross_2col ul.link_list li, .pages li, #paging_info li, .expanding_module li, .locationsmap ul.link_list li {
    background-image: none !important;
}
/* Link list */

ul.link_list li a {
    background-image: url(/images/bg_arrow_body_link.gif);
}

    ul.link_list li a:hover {
        background-image: url(/images/bg_arrow_body_link.gif);
    }

    ul.link_list li a span {
        color: #685c53;
    }

ul.link_list li:hover a span { /*color:#3d7040;*/
}

/* Footer link list */
.home #module_footer_3col1 ul.link_list li a, .home #module_footer_3col3 ul.link_list li a, .home #module_footer_3col3 ul.link_list li a, .home #module_footer_3col4 ul.link_list li a, .home #module_footer_3col5 ul.link_list li a
{
    color: #fff;
}

.home #module_footer_3col1 ul.link_list li, .home #module_footer_3col2 ul.link_list li, .home #module_footer_3col3 ul.link_list li, .home #module_footer_3col4 ul.link_list li, .home #module_footer_3col5 ul.link_list li, 
ul.link_list_footer li {
    background-image: url(/images/bg_arrow_link_list.gif);
}

    ul.link_list_footer li a {
        color: #fff;
    }
/* Anchor list */

ul.anchor_list li a {
    color: #fff;
}
/* RSS list */

table.rss_list td a.subscribe {
    background-image: url(../images/bg_rss_icon.gif);
}
/* paging list */

.pager_bar {
    background-color: #4f172a;
    color: #fff;
}

    .pager_bar li.current a {
        color: #00a3c7;
    }

    .pager_bar .prev {
        background-image: url(/images/bg_arrow_back_link.gif);
    }

    .pager_bar .next {
        background-image: url(/images/bg_arrow_next_link.gif);
    }

    .pager_bar a {
        color: #fff;
    }

    .pager_bar .elipsis {
        color: #c3a1cc;
    }
/* Contact list */

.solid ul.contact_list li a {
    color: #fff !important;
}

ul.contact_list li span {
    background-repeat: no-repeat;
}

#profile_details ul.contact_list li a {
    color: #00a3c7;
}
/* Tabbed navigation list */

#tab_links {
    border-bottom: 1px solid #e1dedd;
}

    #tab_links li a {
        color: #76470b;
    }

        #tab_links li a.current {
            color: #e8ddcc;
        }
/* Sitemap */

#sitemap li li {
    background-image: none;
}
/*-------------> Table */

.richTextFormat tbody tr.highlight td {
    background-color: #dbdbdb;
}

.news_list tr {
    border-bottom-color: #e1dedd;
}
/*-------------> Location Map */

.spot {
    background-image: url("/images/spot_location.png");
}

.tooltip {
    background-color: #fff;
}

.location_overlay {
    background-image: url("/images/location_wash.png");
}

.content_container {
    background-color: #fff;
}

.left_tooltip {
    background-color: #fff;
}

.spot_left {
    background-image: url("/images/spot_location.png");
}

.close_popup {
    background-image: url("/images/close_location.png");
}
/*-------------> Flash */

#flash_holder {
    background-color: #fff;
}
/*-------------> Misc */ /* Blockquote */

blockquote {
    color: #000;
}
/* Horizontal lines */

.hr {
    background: url(/images/pagetheme/hr_cross_purple.png) no-repeat left, url(/images/pagetheme/hr_cross_purple.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /* FF3.6+ */
    -pie-background: url(/images/pagetheme/hr_cross_purple.png) no-repeat left, url(/images/pagetheme/hr_cross_purple.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /*behavior: url(/scripts/PIE.htc);*/
    position: relative;
    z-index: 1;
}
/* Global search result */

p.search_result_url {
    color: #888d99;
}

.search_results .item p a {
    color: #00a6c9;
}

.search_results .item p.location {
    color: #d1ad72;
}

.search_results .item {
    border-bottom-color: #e1dedd;
}

#search_panel .one_half_column select, #form_publicationsfilter .one_half_column select, #search_panel .one_half_column input, #form_publicationsfilter .one_half_column input {
    color: #685c53;
}
/*--------------------------------------------------=> FORMS */

.searchterms {
    background-color: Transparent;
    color: #989fa1;
    font-weight: bold;
}

.input_submit_holder {
    background-color: #fff;
}

    .input_submit_holder .input_text {
        background-color: #fff;
        color: #b3ada9;
        border-color: #e1dedd;
    }

    .input_submit_holder button {
        background-color: Transparent;
        background-image: url(/images/btn_search.gif);
    }

#frm_contact label {
    color: #685c53;
}

#search_panel { /*background-color: #f7fcfd;*/
}

    #search_panel label {
        color: #685c53;
    }

    #search_panel #frm_search_text {
        border-color: #d3d4d2;
        color: #685c53;
    }

button#frm_submit span {
    color: #4f172a;
}

#search_panel .result_count {
    color: #4f172a;
}
/* Buttons */

.searchbutton {
    background-color: Transparent;
    background-image: url(/images/icon_red_arrow.gif);
}

    .searchbutton:hover {
        background-color: Transparent;
    }
/* Fields validation */

#error_panel {
    background-color: #ffe5e5;
    border-color: #f00;
}

    #error_panel span {
        color: #f00;
    }

#privacy_panel {
    color: #685c53;
    background-color: #f4f3f3;
}
/*--------------------------------------------------=> CONTENT LAYOUT */ /*-------------> Modules */

.module, .list_module, .image_module {
    background-color: #fff;
}

#module_cross_3col .module, .module_landing_footer_2col .module {
    background-color: transparent;
}
/* Image modules */

.image_header .overlay {
    background-image: url(../images/pagetheme/bg_module_overlay_teal.png);
}
/* expanding modules */

.expand_link {
    background-image: url(/images/icon_expand.gif);
}
/* our services expanding modules */

#services_expanders .expanding_module.close .intro_content p {
    color: #fff;
}
/* specific modules */ /* home page */ /*#module_cross_3col{   background-image: url(/images/bg_module_3col_cross_top.gif);}#module_cross_3col .content{    background-image: url(/images/bg_module_3col_cross_btm.gif);}*/

div#module_footer_3col1:first-child, div#module_footer_3col2:first-child, div#module_footer_3col3:first-child, div#module_footer_3col4:first-child, div#module_footer_3col5:first-child {
    background-image: url(/images/bg_module_3col_footer.gif);
    background-color: #685c53;
}

div#module_footer_3col1, div#module_footer_3col2, div#module_footer_3col3, div#module_footer_3col4, div#module_footer_3col5 {
    background-color: #685c53;
}

#module_footer_3col1, #module_footer_3col2, #module_footer_3col3, #module_footer_3col4, #module_footer_3col5 {
    color: #fff;
}

    #module_footer_3col1 > .module_block, #module_footer_3col2 > .module_block, #module_footer_3col3 > .module_block, #module_footer_3col4 > .module_block, #module_footer_3col5 > .module_block,
    #module_footer_3col1 > .module, #module_footer_3col2 > .module, #module_footer_3col3 > .module, #module_footer_3col4 > .module, #module_footer_3col5 > .module {
        background-color: #73685f;
        background-image: url(/images/bg_cross_home_footer.gif);
    }

        #module_footer_3col1 > .module_block .module, #module_footer_3col2 > .module_block .module, #module_footer_3col3 > .module_block .module, #module_footer_3col4 > .module_block .module, #module_footer_3col5 > .module_block .module {
            background: none;
        }



.module.solid {
    background-image: url(/images/pagetheme/bg_module_generic_solid.gif);
    background-color: #51192c;
}

    .module.solid h2, .image_module h2, .solid .rh_location {
        color: #fff !important;
    }

.shaded_box {
    background-color: #eaf6fd;
}
/*--------------------------------------------------=> MASTER LAYOUT */

#page { /*background-image: url(/images/bg_page_tile.png);*/
    background-color: #fff;
}

#rh_col {
    background: url(/images/bgtheme/bg_col_generic.gif) #E5F6F9 repeat-y;
}

#content .shadow_spacer, #content #shadow_grid_3 {
    background-image: url(/images/bgtheme/bg_main_generic.gif);
}

#footer { /*background-image: url(/images/bg_footer.png);*/
    background-color: #685C53;
}

#footer_shadow {
    background-image: url(/images/bg_footer_shadow.png);
}
/*--------------------------------------------------=> NAVIGATION */ /* Top navigation */

#top_nav li#worldwide a {
    background-image: url(/images/btn_lcpworld.gif);
}

#top_nav li {
    background-image: url(/images/bg_nav_top_pipe.gif);
}

    #top_nav li a {
        color: #00a6c9;
    }
/* Main navigation */

#main_nav_wrapper #corner {
    background-color: #fff;
}

#main_nav {
    background-image: url(/images/bg_nav_main.gif);
}

    #main_nav li {
        background-image: url(/images/bg_nav_main_pipe.gif);
    }

        #main_nav li a {
            color: #fff;
        }

        #main_nav li div {
            background-image: url(/images/bg_nav_main_shadow.png);
        }

        #main_nav li ul {
            background-color: #fff;
            background-image: url(/images/bg_nav_main_drop.gif);
        }

            #main_nav li ul li {
                background-image: none;
            }

.navbar-nav > li > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    color: #fff;
}
/*#main_nav li ul li a:hover{    color:#4f172a;    }*/ /* Sub navigation */

#sub_nav li {
    border-bottom-color: #ede7e9;
}

    #sub_nav li.section_title {
        color: #4f172a;
    }

    #sub_nav li a, #sub_nav li.current ul li.current ul li a {
        color: #00a6c9;
    }

    #sub_nav li.current a, #sub_nav li.current ul li.current a, #sub_nav li.current ul li.current ul li.current a {
        color: #4f172a;
    }

    #sub_nav li ul li {
        border-bottom-style: none;
    }

    #sub_nav li.current ul li a {
        color: #00a6c9;
        background-image: url(/images/bg_arrow_body_link.gif);
    }
/* Support navigation */

#support_nav li {
    background-image: url(/images/bg_nav_support_pipe.gif);
}

    #support_nav li.last {
        background-image: none;
    }

    #support_nav li a {
        color: #b6afab;
    }

.current, .current * {
    color: #666;
}

#breadcrumb li {
    background-image: url(../images/bg_arrow_body_link.gif);
}

#breadcrumb li.last {
    background-image: none;
}

.banner.grid_9 #breadcrumb li, .banner.grid_9 #breadcrumb li a {
    color: #fff;
}
/********* JU'S PAGE HEADER TEST */

.banner #breadcrumb li, .banner #breadcrumb a, .banner #breadcrumb h1 {
    color: #fff;
}

td.row_header {
    color: #666;
}

.field-validation-error {
    color: #B94A48;
}

thead {
    background-color: #00a6c9;
    color: #fff;
}

.nederlands {
    background: url(/images/icon_nederlands.gif) no-repeat !important;
    width: 108px !important;
}

.english {
    background: url(/images/icon_english.gif) no-repeat !important;
}

/*=============================    theme.cssLCP Corporate=============================*/ /*--------------------------------------------------=> CONTENT ELEMENTS */ /*-------------> Copy elements */ /* Generic */

.banner h1.banner_title {
    color: #fff;
}
/* Blue theme */

.theme_blue h1.plain_title, .theme_blue h2, .theme_blue p.date_heading {
    color: #00447c;
}

.theme_blue h1 span {
    color: #95d1f2;
}

.theme_blue .hr {
    background: url(/images/pagetheme/hr_cross_blue.png) no-repeat left, url(/images/pagetheme/hr_cross_blue.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /* FF3.6+ */
    -pie-background: url(/images/pagetheme/hr_cross_blue.png) no-repeat left, url(/images/pagetheme/hr_cross_blue.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /*behavior: url(/scripts/PIE.htc);*/
    position: relative;
    z-index: 1;
}

.theme_blue .hr_wide {
    background: url(/images/pagetheme/hr_cross_blue.png) no-repeat left, url(/images/pagetheme/hr_cross_blue.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /* FF3.6+ */
    -pie-background: url(/images/pagetheme/hr_cross_blue.png) no-repeat left, url(/images/pagetheme/hr_cross_blue.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /*behavior: url(/scripts/PIE.htc);*/
    position: relative;
    z-index: 1;
}

.theme_blue .shaded_box {
    background-color: #eaf6fd;
}
/* Brown theme */

.theme_brown h1.plain_title, .theme_brown h2, .theme_brown p.date_heading {
    color: #76470b;
}

.theme_brown .hr {
    background: url(/images/pagetheme/hr_cross_brown.png) no-repeat left, url(/images/pagetheme/hr_cross_brown.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /* FF3.6+ */
    -pie-background: url(/images/pagetheme/hr_cross_brown.png) no-repeat left, url(/images/pagetheme/hr_cross_brown.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /*behavior: url(/scripts/PIE.htc);*/
    position: relative;
    z-index: 1;
}

.theme_brown .hr_wide {
    background: url(/images/pagetheme/hr_cross_brown.png) no-repeat left, url(/images/pagetheme/hr_cross_brown.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /* FF3.6+ */
    -pie-background: url(/images/pagetheme/hr_cross_brown.png) no-repeat left, url(/images/pagetheme/hr_cross_brown.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /*behavior: url(/scripts/PIE.htc);*/
    position: relative;
    z-index: 1;
}

.theme_brown .shaded_box {
    background-color: #e8ddcc;
}
/* services expanding module */

.theme_brown .expanding_module .intro_content {
    background-color: #e8ddcc;
}

    .theme_brown .expanding_module .intro_content:hover, .theme_brown .expanding_module .intro_content.hover {
        background-color: #cab088;
    }

.theme_brown .expanding_module.close .intro_content {
    background-image: url(/images/pagetheme/bg_expand_services_brown.gif);
    background-color: #76470b;
}

    .theme_brown .expanding_module.close .intro_content:hover, .theme_brown .expanding_module.close .intro_content.hover {
        background-image: url(/images/pagetheme/bg_expand_services_brown.gif);
        background-color: #76470b;
    }

    .theme_brown .expanding_module.close .intro_content h2 {
        color: #d1ad72;
    }

.theme_brown #services_expanders .expanding_module .intro_content p {
    color: #76470b;
}

.theme_brown #services_expanders .expanding_module.close .intro_content p {
    color: #fff;
}

.theme_brown .expanding_module a.more_detail_link {
    background-image: url(/images/pagetheme/btn_down_arrow_brown.gif);
}

    .theme_brown .expanding_module a.more_detail_link span {
        background-image: url(/images/pagetheme/btn_down_arrow_brown_shim.gif);
        color: #ede3f0;
    }

.theme_brown .expanding_module .intro_content.hover a.more_detail_link span {
    background-position: left -20px;
}

.theme_brown .expanding_module .intro_content.hover a.more_detail_link {
    background-position: right -20px;
}

.theme_brown .expanding_module.cl a.more_detail_link span {
    background-position: left -20px;
}

.theme_brown .expanding_module.cl a.more_detail_link {
    background-position: right -40px;
}

.theme_brown .expanding_module.cl .intro_content.hover a.more_detail_link span {
    background-position: left -20px;
}

.theme_brown .expanding_module.cl .intro_content.hover a.more_detail_link {
    background-position: right -60px;
}

.theme_brown .expanding_module.close a.more_detail_link {
    background-image: url(/images/pagetheme/btn_down_arrow_brown_close.gif);
}

    .theme_brown .expanding_module.close a.more_detail_link span {
        background-image: url(/images/pagetheme/btn_down_arrow_brown_shim_close.gif);
        color: #76470b;
    }

.theme_brown .expanding_module .additional_content h3 {
    color: #76470b;
}
/* Red theme */

.theme_red h1.plain_title, .theme_red h2, .theme_red p.date_heading {
    color: #840034;
}

.theme_red #graduate_profile_header h1 span, .theme_red h1 span {
    color: #f6a0a0;
}

.theme_red .hr {
    background: url(/images/pagetheme/hr_cross_red.png) no-repeat left, url(/images/pagetheme/hr_cross_red.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /* FF3.6+ */
    -pie-background: url(/images/pagetheme/hr_cross_red.png) no-repeat left, url(/images/pagetheme/hr_cross_red.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /*behavior: url(/scripts/PIE.htc);*/
    position: relative;
    z-index: 1;
}

.theme_red .hr_wide {
    background: url(/images/pagetheme/hr_cross_red.png) no-repeat left, url(/images/pagetheme/hr_cross_red.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /* FF3.6+ */
    -pie-background: url(/images/pagetheme/hr_cross_red.png) no-repeat left, url(/images/pagetheme/hr_cross_red.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /*behavior: url(/scripts/PIE.htc);*/
    position: relative;
    z-index: 1;
}

.theme_red .shaded_box {
    background-color: #fce2e2;
}
/* Green theme */

.theme_green h1.plain_title, .theme_green h2, .theme_green p.date_heading {
    color: #00421c;
}

    .theme_green h1.plain_title span {
        color: #b6d09d;
    }

.theme_green .hr {
    background: url(/images/pagetheme/hr_cross_green.png) no-repeat left, url(/images/pagetheme/hr_cross_green.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /* FF3.6+ */
    -pie-background: url(/images/pagetheme/hr_cross_green.png) no-repeat left, url(/images/pagetheme/hr_cross_green.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /*behavior: url(/scripts/PIE.htc);*/
    position: relative;
    z-index: 1;
}

.theme_green .hr_wide {
    background: url(/images/pagetheme/hr_cross_green.png) no-repeat left, url(/images/pagetheme/hr_cross_green.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /* FF3.6+ */
    -pie-background: url(/images/pagetheme/hr_cross_green.png) no-repeat left, url(/images/pagetheme/hr_cross_green.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /*behavior: url(/scripts/PIE.htc);*/
    position: relative;
    z-index: 1;
}

.theme_green .shaded_box {
    background-color: #e1f1e2;
}
/* services expanding module green*/

.theme_green .expanding_module .intro_content {
    background-color: #E1F1E2;
}

    .theme_green .expanding_module .intro_content:hover, .theme_green .expanding_module .intro_content.hover {
        background-color: #9dd2a0;
    }

.theme_green .expanding_module.close .intro_content {
    background-image: url(/images/pagetheme/bg_expand_services_green.gif);
    background-color: #00421c;
}

    .theme_green .expanding_module.close .intro_content:hover, .theme_green .expanding_module.close .intro_content.hover {
        background-image: url(/images/pagetheme/bg_expand_services_green.gif);
        background-color: #00421c;
    }

    .theme_green .expanding_module.close .intro_content h2 {
        color: #9dd2a0;
    }

.theme_green #services_expanders .expanding_module .intro_content p {
    color: #00421c;
}

.theme_green #services_expanders .expanding_module.close .intro_content p {
    color: #fff;
}

.theme_green .expanding_module a.more_detail_link {
    background-image: url(/images/pagetheme/btn_down_arrow_green.gif);
}

    .theme_green .expanding_module a.more_detail_link span {
        background-image: url(/images/pagetheme/btn_down_arrow_green_shim.gif);
        color: #E1F1E2;
    }

.theme_green .expanding_module.close a.more_detail_link {
    background-image: url(/images/pagetheme/btn_down_arrow_green_close.gif);
}

    .theme_green .expanding_module.close a.more_detail_link span {
        background-image: url(/images/pagetheme/btn_down_arrow_green_shim_close.gif);
        color: #00421c;
    }

.theme_green .expanding_module .additional_content h3 {
    color: #00421c;
}
/* Purple theme */

.theme_purple h1.plain_title, .theme_purple h2, .theme_purple p.date_heading, .theme_purple p span.themed {
    color: #401664;
}

    .theme_purple h1.plain_title span {
        color: #c3a1cc;
    }

.theme_purple .hr {
    background: url(/images/pagetheme/hr_cross_purple.png) no-repeat left, url(/images/pagetheme/hr_cross_purple.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /* FF3.6+ */
    -pie-background: url(/images/pagetheme/hr_cross_purple.png) no-repeat left, url(/images/pagetheme/hr_cross_purple.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /*behavior: url(/scripts/PIE.htc);*/
    position: relative;
    z-index: 1;
}

.theme_purple .hr_wide {
    background: url(/images/pagetheme/hr_cross_purple.png) no-repeat left, url(/images/pagetheme/hr_cross_purple.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /* FF3.6+ */
    -pie-background: url(/images/pagetheme/hr_cross_purple.png) no-repeat left, url(/images/pagetheme/hr_cross_purple.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /*behavior: url(/scripts/PIE.htc);*/
    position: relative;
    z-index: 1;
}

.theme_purple .shaded_box {
    background-color: #ede3f0;
}
/* paging list */

.theme_purple .pager_bar {
    background-color: #401664;
    color: #fff;
}

    .theme_purple .pager_bar a {
        color: #fff;
    }

    .theme_purple .pager_bar .prev {
        background-image: url(/images/pagetheme/bg_arrow_back_link_purple.gif);
    }

    .theme_purple .pager_bar .next {
        background-image: url(/images/pagetheme/bg_arrow_next_link_purple.gif);
    }

    .theme_purple .pager_bar li.current a, .theme_purple .pager_bar li.elipsis {
        color: #c3a1cc;
    }
/* Teal theme */

.theme_teal h1.plain_title, .theme_teal h2, .theme_teal p.date_heading {
    color: #045857;
}

.theme_teal #graduate_profile_header h1 span {
    color: #dbeef0;
}

.theme_teal h1.plain_title span {
    color: #88c6cd;
}

.theme_teal .hr {
    background: url(/images/pagetheme/hr_cross_teal.png) no-repeat left, url(/images/pagetheme/hr_cross_teal.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /* FF3.6+ */
    -pie-background: url(/images/pagetheme/hr_cross_teal.png) no-repeat left, url(/images/pagetheme/hr_cross_teal.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /*behavior: url(/scripts/PIE.htc);*/
    position: relative;
    z-index: 1;
}

.theme_teal .hr_wide {
    background: url(/images/pagetheme/hr_cross_teal.png) no-repeat left, url(/images/pagetheme/hr_cross_teal.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /* FF3.6+ */
    -pie-background: url(/images/pagetheme/hr_cross_teal.png) no-repeat left, url(/images/pagetheme/hr_cross_teal.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /*behavior: url(/scripts/PIE.htc);*/
    position: relative;
    z-index: 1;
}

.theme_teal .shaded_box {
    background-color: #dbeef0;
}
/* Blackcurrant theme */

.theme_blackcurrant h1.plain_title, .theme_blackcurrant h2, .theme_blackcurrant p.date_heading {
    color: #5e1658;
}

.theme_blackcurrant h1 span {
    color: #c181b5;
}

.theme_blackcurrant .hr {
    background: url(/images/pagetheme/hr_cross_blackcurrant.png) no-repeat left, url(/images/pagetheme/hr_cross_blackcurrant.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /* FF3.6+ */
    -pie-background: url(/images/pagetheme/hr_cross_blackcurrant.png) no-repeat left, url(/images/pagetheme/hr_cross_blackcurrant.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /*behavior: url(/scripts/PIE.htc);*/
    position: relative;
    z-index: 1;
}

.theme_blackcurrant .hr_wide {
    background: url(/images/pagetheme/hr_cross_blackcurrant.png) no-repeat left, url(/images/pagetheme/hr_cross_blackcurrant.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /* FF3.6+ */
    -pie-background: url(/images/pagetheme/hr_cross_blackcurrant.png) no-repeat left, url(/images/pagetheme/hr_cross_blackcurrant.png) no-repeat right, url(/images/pagetheme/hr_cross_generic2.png) repeat-x; /*behavior: url(/scripts/PIE.htc);*/
    position: relative;
    z-index: 1;
}

.theme_blackcurrant .shaded_box {
    background-color: #ecd9e9;
}
/*-------------> Links */ /* Special case */

a.arrow_link.white, button#frm_submit, 
#module_footer_3col1 .module a.arrow_link, #module_footer_3col2 .module a.arrow_link, #module_footer_3col3 .module a.arrow_link, #module_footer_3col4 .module a.arrow_link, #module_footer_3col5 .module a.arrow_link  
{
    background-image: url(/images/pagetheme/btn_arrow_red_module.gif);
    background-color: Transparent;
}

    a.arrow_link.white span {
        background-image: url(/images/pagetheme/btn_arrow_white_shim.gif);
        color: #840034;
    }
    /* Brown homepage module */

    #module_footer_3col1 .module button#frm_submit span, #module_footer_3col3 .module button#frm_submit span, #module_footer_3col3 .module button#frm_submit span, #module_footer_3col4 .module button#frm_submit span, #module_footer_3col5 .module button#frm_submit span, 
    #module_footer_3col1 .module a.arrow_link span, #module_footer_3col2 .module a.arrow_link span, #module_footer_3col3 .module a.arrow_link span, #module_footer_3col4 .module a.arrow_link span, #module_footer_3col5 .module a.arrow_link span  
    {
        background-image: url(/images/pagetheme/btn_arrow_white_shim_brown.gif);
    }
/* Promo homepage module */

#module_footer_3col1 .last a.arrow_link span, #module_footer_3col2 .last a.arrow_link span, #module_footer_3col3 .last a.arrow_link span, #module_footer_3col4 .last a.arrow_link span, #module_footer_3col5 .last a.arrow_link span  
{
    background-image: url(/images/pagetheme/btn_arrow_white_shim_promo.gif);
}

.module_search button#frm_submit {
    background-image: url(/images/pagetheme/btn_arrow_blue.gif);
}

    .module_search button#frm_submit span {
        background-image: url(/images/pagetheme/btn_arrow_blue_shim.gif);
        color: #00447c;
    }
/* Blue theme */

.theme_blue a.arrow_link, a.arrow_link.blue, #search_panel button#frm_submit {
    background-image: url(/images/pagetheme/btn_arrow_blue.gif) !important;
}

.theme_blue a.external_link {
    background-image: url(/images/pagetheme/btn_external_blue.gif);
}

    .theme_blue a.arrow_link span, a.arrow_link.blue span, .theme_blue a.external_link span, #search_panel button#frm_submit span {
        background-image: url(/images/pagetheme/btn_arrow_blue_shim.gif);
        color: #00447c;
    }

.theme_blue .module.solid a.arrow_link span, .theme_blue .module.solid a.external_link span {
    background-image: url(/images/pagetheme/btn_arrow_blue_shim_solid.gif) !important;
}

.theme_blue .module_landing_footer_2col .module a.arrow_link, .theme_blue .module_landing_footer_3col .module a.arrow_link {
    background-image: url(/images/pagetheme/btn_arrow_blue_module.gif) !important;
}

    .theme_blue .module_landing_footer_2col .module a.arrow_link span, .theme_blue .module_landing_footer_3col .module a.arrow_link span {
        background-image: url(/images/pagetheme/btn_arrow_blue_shim_module.gif);
        color: #00447c;
    }
/* Brown theme */

.theme_brown a.arrow_link, a.arrow_link.brown {
    background-image: url(/images/pagetheme/btn_arrow_brown.gif) !important;
}

.theme_brown a.external_link {
    background-image: url(/images/pagetheme/btn_external_brown.gif);
}

    .theme_brown a.arrow_link span, a.arrow_link.brown span, .theme_brown a.external_link span {
        background-image: url(/images/pagetheme/btn_arrow_brown_shim.gif);
        color: #76470b;
    }

.theme_brown .module.solid a.arrow_link span, .theme_brown .module.solid a.external_link span {
    background-image: url(/images/pagetheme/btn_arrow_brown_shim_solid.gif) !important;
}

.theme_brown .module_landing_footer_2col .module a.arrow_link, .theme_brown .module_landing_footer_3col .module a.arrow_link {
    background-image: url(/images/pagetheme/btn_arrow_brown_module.gif) !important;
}

.theme_brown .module_landing_footer_2col .module a.external_link, .theme_brown .module_landing_footer_3col .module a.external_link, .theme_brown .module_landing_footer_3col .module_item a.external_link {
    background-image: url(/images/pagetheme/btn_external_brown_module.gif) !important;
}

    .theme_brown .module_landing_footer_2col .module a.arrow_link span, .theme_brown .module_landing_footer_3col .module a.arrow_link span, .theme_brown .module_landing_footer_3col .module a.external_link span, .theme_brown .module_landing_footer_3col .module_item a.external_link span {
        background-image: url(/images/pagetheme/btn_arrow_brown_shim_module.gif);
        color: #76470b;
    }
/* Red theme */

.theme_red a.arrow_link, a.arrow_link.red {
    background-image: url(/images/pagetheme/btn_arrow_red.gif) !important;
}

.theme_red a.external_link {
    background-image: url(/images/pagetheme/btn_external_red.gif);
}

    .theme_red a.arrow_link span, a.arrow_link.red span, .theme_red a.external_link span {
        background-image: url(/images/pagetheme/btn_arrow_red_shim.gif);
        color: #840034;
    }

.theme_red .module.solid a.arrow_link span, .theme_red .module.solid a.external_link span {
    background-image: url(/images/pagetheme/btn_arrow_red_shim_solid.gif) !important;
}

.theme_red .module_landing_footer_2col .module a.arrow_link, .theme_red .module_landing_footer_3col .module a.arrow_link {
    background-image: url(/images/pagetheme/btn_arrow_red_module.gif) !important;
}

    .theme_red .module_landing_footer_2col .module a.arrow_link span, .theme_red .module_landing_footer_3col .module a.arrow_link span {
        background-image: url(/images/pagetheme/btn_arrow_red_shim_module.gif);
    }
/* Green theme */

.theme_green a.arrow_link, a.arrow_link.green, .theme_green #form_publicationsfilter button#frm_submit {
    background-image: url(/images/pagetheme/btn_arrow_green.gif) !important;
}

.theme_green a.external_link {
    background-image: url(/images/pagetheme/btn_external_green.gif);
}

    .theme_green a.arrow_link span, a.arrow_link.green span, .theme_green a.external_link span, .theme_green #form_publicationsfilter button#frm_submit span {
        background-image: url(/images/pagetheme/btn_arrow_green_shim.gif);
        color: #00421c;
    }

.theme_green .module.solid a.arrow_link span, .theme_green .module.solid a.external_link span {
    background-image: url(/images/pagetheme/btn_arrow_green_shim_solid.gif) !important;
}

.theme_green .module_landing_footer_2col .module a.arrow_link, .theme_green .module_landing_footer_3col .module a.arrow_link {
    background-image: url(/images/pagetheme/btn_arrow_green_module.gif) !important;
}

    .theme_green .module_landing_footer_2col .module a.arrow_link span, .theme_green .module_landing_footer_3col .module a.arrow_link span {
        background-image: url(/images/pagetheme/btn_arrow_green_shim_module.gif);
    }
/* Purple theme */

.theme_purple a.arrow_link, a.arrow_link.purple {
    background-image: url(/images/pagetheme/btn_arrow_purple.gif) !important;
}

.theme_purple a.external_link {
    background-image: url(/images/pagetheme/btn_external_purple.gif);
}

    .theme_purple a.arrow_link span, a.arrow_link.purple span, .theme_purple a.external_link span {
        background-image: url(/images/pagetheme/btn_arrow_purple_shim.gif);
        color: #401664;
    }

.theme_purple .module.solid a.arrow_link span, .theme_purple .module.solid a.external_link span {
    background-image: url(/images/pagetheme/btn_arrow_purple_shim_solid.gif) !important;
}

.theme_purple .module_landing_footer_2col .module a.arrow_link, .theme_purple .module_landing_footer_3col .module a.arrow_link, .theme_purple .single_module .module a.arrow_link {
    background-image: url(/images/pagetheme/btn_arrow_purple_module.gif) !important;
}

    .theme_purple .module_landing_footer_2col .module a.arrow_link span, .theme_purple .module_landing_footer_3col .module a.arrow_link span, .theme_purple .single_module .module a.arrow_link span {
        background-image: url(/images/pagetheme/btn_arrow_purple_shim_module.gif);
    }
/* Teal theme */

.theme_teal a.arrow_link, a.arrow_link.teal {
    background-image: url(/images/pagetheme/btn_arrow_teal.gif) !important;
}

.theme_teal a.external_link {
    background-image: url(/images/pagetheme/btn_external_teal.gif);
}

    .theme_teal a.arrow_link span, a.arrow_link.teal span, .theme_teal a.external_link span {
        background-image: url(/images/pagetheme/btn_arrow_teal_shim.gif);
        color: #045857;
    }

.theme_teal .module.solid a.arrow_link span, .theme_teal .module.solid a.external_link span {
    background-image: url(/images/pagetheme/btn_arrow_teal_shim_solid.gif) !important;
}

.theme_teal .module_landing_footer_2col .module a.arrow_link, .theme_teal .module_landing_footer_3col .module a.arrow_link, .theme_teal .module_landing_footer_3col .module_block .module_item a.arrow_link {
    background-image: url(/images/pagetheme/btn_arrow_teal_module.gif) !important;
}

    .theme_teal .module_landing_footer_2col .module a.arrow_link span, .theme_teal .module_landing_footer_3col .module a.arrow_link span {
        background-image: url(/images/pagetheme/btn_arrow_teal_shim_module.gif);
    }
/* Blackcurrant theme */

.theme_blackcurrant a.arrow_link, a.arrow_link.blackcurrant {
    background-image: url(/images/pagetheme/btn_arrow_blackcurrant.gif) !important;
}

.theme_blackcurrant a.external_link {
    background-image: url(/images/pagetheme/btn_external_blackcurrant.gif);
}

    .theme_blackcurrant a.arrow_link span, a.arrow_link.blackcurrant span, .theme_blackcurrant a.external_link span {
        background-image: url(/images/pagetheme/btn_arrow_blackcurrant_shim.gif);
        color: #5e1658;
    }

.theme_blackcurrant .module.solid a.arrow_link span, .theme_blackcurrant .module.solid a.external_link span {
    background-image: url(/images/pagetheme/btn_arrow_blackcurrant_shim_solid.gif) !important;
}

.theme_blackcurrant .module_landing_footer_2col .module a.arrow_link, .theme_blackcurrant .module_landing_footer_3col .module a.arrow_link {
    background-image: url(/images/pagetheme/btn_arrow_blackcurrant_module.gif) !important;
}

    .theme_blackcurrant .module_landing_footer_2col .module a.arrow_link span, .theme_blackcurrant .module_landing_footer_3col .module a.arrow_link span {
        background-image: url(/images/pagetheme/btn_arrow_blackcurrant_shim_module.gif);
    }
/*-------------> Modules */ /* Blue theme */

.theme_blue .module {
    background-image: url(/images/pagetheme/bg_module_blue.gif);
}

.theme_blue .alerts_bg {
    background-image: url(/images/pagetheme/bg_module_alerts_blue.gif);
}

.theme_blue #rh_col .module.solid {
    background: #00447c; /* Old browsers */
    background: url(/images/pagetheme/bg_module_blue.png) no-repeat 15px 14px, -moz-linear-gradient(top, #155B95 0%, #00447C 100%); /* FF3.6+ */
    background: url(/images/pagetheme/bg_module_blue.png) no-repeat 15px 14px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#155B95), color-stop(100%,#00447C)); /* Chrome,Safari4+ */
    background: url(/images/pagetheme/bg_module_blue.png) no-repeat 15px 14px, -webkit-linear-gradient(top, #155B95 0%,#00447C 100%); /* Chrome10+,Safari5.1+ */
    background: url(/images/pagetheme/bg_module_blue.png) no-repeat 15px 14px, -o-linear-gradient(top, #155B95 0%,#00447C 100%); /* Opera 11.10+ */
    background: url(/images/pagetheme/bg_module_blue.png) no-repeat 15px 14px,-ms-linear-gradient(top, #155B95 0%,#00447C 100%); /* IE10+ */
    background: url(/images/pagetheme/bg_module_blue.png) no-repeat 15px 14px, linear-gradient(to bottom, #155B95 0%,#00447C 100%) 0% 0%; /* W3C */
    -pie-background: url(/images/pagetheme/bg_module_blue.png) no-repeat 15px 14px, linear-gradient(#155B95,#00447C); /*behavior: url(/scripts/PIE.htc);*/
    position: relative;
    z-index: 1;
}

.theme_blue .module.solid h2, .theme_blue .in_this_guide_module h2, .theme_blue p.pullquote {
    color: #95d1f2 !important;
}

.theme_blue .in_this_guide_module {
    background-image: url(/images/pagetheme/bg_module_blue_solid.gif);
    background-color: #00447c;
    color: #fff;
}

.theme_blue ul.anchor_list li a {
    background-image: url(/images/pagetheme/bg_anchor_list_blue.gif);
}

    .theme_blue ul.anchor_list li a:hover {
        color: #95d1f2;
    }

.theme_blue ul.bullet_list li, .theme_blue .richTextFormat ul li {
    background-image: url(/images/pagetheme/bullet_blue.gif);
}

.theme_blue h2.strap {
    background-color: #eaf6fd;
    color: #00447c;
}

    .theme_blue h2.strap.dark {
        background: #155b95 url(/images/navtheme/bg_blue.gif) bottom repeat-x !important;
        color: #95d1f2 !important;
    }

.theme_blue .download_module {
    background-color: #eaf6fd;
}

.theme_blue ul.download_list li a.download_pdf {
    background-image: url(/images/pagetheme/icon_download_pdf_blue.gif);
}

.theme_blue .row_container, .theme_blue .module_landing_footer_2col .module_block, .theme_blue .module_landing_footer_2col .module, .theme_blue .module_landing_footer_3col .module_block, .theme_blue .module_landing_footer_3col .module { /*background-image: url(/images/pagetheme/bg_onethird_module_blue.gif);*/
    background-color: #eaf6fd;
}

.theme_blue a.header_link {
    background-image: url(/images/pagetheme/bg_accordion_blue.gif);
    color: #00447c;
}

    .theme_blue a.header_link.close {
        color: #95d1f2;
    }

.theme_blue ul.contact_list li.telephone {
    background-image: url(/images/pagetheme/icon_telephone_blue.gif);
}

.theme_blue ul.contact_list li.email {
    background-image: url(/images/pagetheme/icon_email_blue.gif);
}
/* Brown theme */

.theme_brown .module {
    background-image: url(/images/pagetheme/bg_module_brown.gif);
}

.theme_brown .alerts_bg {
    background-image: url(/images/pagetheme/bg_module_alerts_brown.gif);
}

.theme_brown #rh_col .module.solid {
    background: #76470b;
    background: url(/images/pagetheme/bg_module_brown.png) no-repeat 15px 14px, -moz-linear-gradient(top, #8D5A1A 0%, #76470B 100%); /* FF3.6+ */
    background: url(/images/pagetheme/bg_module_brown.png) no-repeat 15px 14px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8D5A1A), color-stop(100%,#76470B)); /* Chrome,Safari4+ */
    background: url(/images/pagetheme/bg_module_brown.png) no-repeat 15px 14px, -webkit-linear-gradient(top, #8D5A1A 0%,#76470B 100%); /* Chrome10+,Safari5.1+ */
    background: url(/images/pagetheme/bg_module_brown.png) no-repeat 15px 14px, -o-linear-gradient(top, #8D5A1A 0%,#76470B 100%); /* Opera 11.10+ */
    background: url(/images/pagetheme/bg_module_brown.png) no-repeat 15px 14px,-ms-linear-gradient(top, #8D5A1A 0%,#76470B 100%); /* IE10+ */
    background: url(/images/pagetheme/bg_module_brown.png) no-repeat 15px 14px, linear-gradient(to bottom, #8D5A1A 0%,#76470B 100%) 0% 0%; /* W3C */
    -pie-background: url(/images/pagetheme/bg_module_brown.png) no-repeat 15px 14px, linear-gradient(#8D5A1A,#76470B); /*behavior: url(/scripts/PIE.htc);*/
    position: relative;
    z-index: 1;
}

.theme_brown .module.solid h2, .theme_brown .in_this_guide_module h2 {
    color: #d1ad72 !important;
}

.theme_brown .module.solid a {
    color: #d1ad72;
}

.theme_brown .in_this_guide_module {
    background-image: url(/images/pagetheme/bg_module_brown_solid.gif);
    background-color: #76470b;
    color: #fff;
}

.theme_brown ul.anchor_list li a {
    background-image: url(/images/pagetheme/bg_anchor_list_brown.gif);
}

    .theme_brown ul.anchor_list li a:hover {
        color: #d1ad72;
    }

.theme_brown ul.bullet_list li, .theme_brown .richTextFormat ul li {
    background-image: url(/images/pagetheme/bullet_brown.gif);
}

.theme_brown h2.strap {
    background-color: #e8ddcc;
    color: #76470b;
}

    .theme_brown h2.strap.dark {
        background: #8d5a1a url(/images/navtheme/bg_brown.gif) bottom repeat-x !important;
        color: #d1ad72 !important;
    }

.theme_brown .download_module {
    background-color: #e8ddcc;
}

.theme_brown .row_container, .theme_brown .module_landing_footer_3col { /*background-image: url(/images/pagetheme/bg_onethird_module_brown.gif);*/
}

    .theme_brown .row_container .module, .theme_brown .module_landing_footer_2col .module_block, .theme_brown .module_landing_footer_2col .module_block, .theme_brown .module_landing_footer_3col .module_block, .theme_brown .module_landing_footer_3col .module {
        background-color: #e8ddcc;
    }

.theme_brown a.header_link {
    background-image: url(/images/pagetheme/bg_accordion_brown.gif);
    color: #76470b;
}

    .theme_brown a.header_link.close {
        color: #d1ad72;
    }

.theme_brown ul.contact_list li.telephone {
    background-image: url(/images/pagetheme/icon_telephone_brown.gif);
}

.theme_brown ul.contact_list li.email {
    background-image: url(/images/pagetheme/icon_email_brown.gif);
}

.theme_brown .module_landing_footer_3col .module h2, .theme_brown p.quote {
    color: #76470b;
}
/* Red theme */

.theme_red .module {
    background-image: url(/images/pagetheme/bg_module_red.gif);
}

.theme_red .alerts_bg {
    background-image: url(/images/pagetheme/bg_module_alerts_red.gif);
}

.theme_red #rh_col .module.solid {
    background: #840034;
    background: url(/images/pagetheme/bg_module_red.png) no-repeat 15px 14px, -moz-linear-gradient(top, #A41E53 0%, #840034 100%); /* FF3.6+ */
    background: url(/images/pagetheme/bg_module_red.png) no-repeat 15px 14px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A41E53), color-stop(100%,#840034)); /* Chrome,Safari4+ */
    background: url(/images/pagetheme/bg_module_red.png) no-repeat 15px 14px, -webkit-linear-gradient(top, #A41E53 0%,#840034 100%); /* Chrome10+,Safari5.1+ */
    background: url(/images/pagetheme/bg_module_red.png) no-repeat 15px 14px, -o-linear-gradient(top, #A41E53 0%,#840034 100%); /* Opera 11.10+ */
    background: url(/images/pagetheme/bg_module_red.png) no-repeat 15px 14px,-ms-linear-gradient(top, #A41E53 0%,#840034 100%); /* IE10+ */
    background: url(/images/pagetheme/bg_module_red.png) no-repeat 15px 14px, linear-gradient(to bottom, #A41E53 0%,#840034 100%) 0% 0%; /* W3C */
    -pie-background: url(/images/pagetheme/bg_module_red.png) no-repeat 15px 14px, linear-gradient(#A41E53,#840034); /*behavior: url(/scripts/PIE.htc);*/
    position: relative;
    z-index: 1;
}

.theme_red .module.solid h2, .theme_red .in_this_guide_module h2 {
    color: #f6a0a0 !important;
}

.theme_red .module.solid a {
    color: #f6a0a0;
}

.theme_red .in_this_guide_module {
    background-image: url(/images/pagetheme/bg_module_red_solid.gif);
    background-color: #840034;
    color: #fff;
}

.theme_red ul.anchor_list li a {
    background-image: url(/images/pagetheme/bg_anchor_list_red.gif);
}

    .theme_red ul.anchor_list li a:hover {
        color: #f6a0a0;
    }

.theme_red ul.bullet_list li, .theme_red .richTextFormat ul li {
    background-image: url(/images/pagetheme/bullet_red.gif);
}

.theme_red .download_module {
    background-color: #fce2e2;
}

.theme_red .row_container, .theme_red .module_landing_footer_2col .module_block, .theme_red .module_landing_footer_2col .module, .theme_red .module_landing_footer_3col .module_block, .theme_red .module_landing_footer_3col .module, .theme_red .module_body { /*background-image: url(/images/pagetheme/bg_onethird_module_red.gif);*/
    background-color: #fce2e2;
}

    .theme_red .module_landing_footer_3col .module h2, .theme_red p.quote {
        color: #840034;
    }

.theme_red h2.strap {
    background: #fce2e2;
    color: #840034;
}

    .theme_red h2.strap.dark {
        background: #a41e53 url(/images/navtheme/bg_red.gif) repeat-x bottom;
        color: #f6a0a0;
    }

.theme_red a.header_link {
    background-image: url(/images/pagetheme/bg_accordion_red.gif);
    color: #840034;
}

    .theme_red a.header_link.close {
        color: #f6a0a0;
    }

.theme_red ul.contact_list li.telephone {
    background-image: url(/images/pagetheme/icon_telephone_red.gif);
}

.theme_red ul.contact_list li.email {
    background-image: url(/images/pagetheme/icon_email_red.gif);
}

.theme_red #graduate_profile_header .grad_title {
    background-image: url(/images/pagetheme/bg_grad_title_red.gif);
}
/* Green theme */

.theme_green .module {
    background-image: url(/images/pagetheme/bg_module_green.gif);
}

.theme_green .alerts_bg {
    background-image: url(/images/pagetheme/bg_module_alerts_green.gif);
}

.theme_green #rh_col .module.solid {
    background: #00421c;
    background: url(/images/pagetheme/bg_module_green.png) no-repeat 15px 14px, -moz-linear-gradient(top, #0D6030 0%, #00421C 100%); /* FF3.6+ */
    background: url(/images/pagetheme/bg_module_green.png) no-repeat 15px 14px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0D6030), color-stop(100%,#00421C)); /* Chrome,Safari4+ */
    background: url(/images/pagetheme/bg_module_green.png) no-repeat 15px 14px, -webkit-linear-gradient(top, #0D6030 0%,#00421C 100%); /* Chrome10+,Safari5.1+ */
    background: url(/images/pagetheme/bg_module_green.png) no-repeat 15px 14px, -o-linear-gradient(top, #0D6030 0%,#00421C 100%); /* Opera 11.10+ */
    background: url(/images/pagetheme/bg_module_green.png) no-repeat 15px 14px,-ms-linear-gradient(top, #0D6030 0%,#00421C 100%); /* IE10+ */
    background: url(/images/pagetheme/bg_module_green.png) no-repeat 15px 14px, linear-gradient(to bottom, #0D6030 0%,#00421C 100%) 0% 0%; /* W3C */
    -pie-background: url(/images/pagetheme/bg_module_green.png) no-repeat 15px 14px, linear-gradient(#0D6030,#00421C); /*behavior: url(/scripts/PIE.htc);*/
    position: relative;
    z-index: 1;
}

.theme_green .module.solid h2, .theme_green .in_this_guide_module h2, .theme_green p.quote {
    color: #9dd2a0 !important;
}

.theme_green .module.solid a {
    color: #9dd2a0;
}

.theme_green .in_this_guide_module {
    background-image: url(/images/pagetheme/bg_module_green_solid.gif);
    background-color: #411765;
    color: #fff;
}

.theme_green ul.anchor_list li a {
    background-image: url(/images/pagetheme/bg_anchor_list_green.gif);
}

    .theme_green ul.anchor_list li a:hover {
        color: #9dd2a0;
    }

.theme_green ul.bullet_list li, .theme_green .richTextFormat ul li {
    background-image: url(/images/pagetheme/bullet_green.gif);
}

.theme_green h2.strap {
    background-color: #e1f1e2;
    color: #00421c;
}

    .theme_green h2.strap.dark {
        background: #0d6030 url(/images/navtheme/bg_green.gif) bottom repeat-x !important;
        color: #9dd2a0 !important;
    }

.theme_green .row_container, .theme_green .module_landing_footer_2col .module_block, .theme_green .module_landing_footer_3col .module, .theme_green .module_landing_footer_3col .module_block, .theme_green .module_landing_footer_3col .module { /*background-image: url(/images/pagetheme/bg_onethird_module_green.gif);*/
    background-color: #e1f1e2;
}

.theme_green a.header_link {
    background-image: url(/images/pagetheme/bg_accordion_green.gif);
    color: #00421c;
}

    .theme_green a.header_link.close {
        color: #9dd2a0;
    }

.theme_green ul.contact_list li.telephone {
    background-image: url(/images/pagetheme/icon_telephone_green.gif);
}

.theme_green ul.contact_list li.email {
    background-image: url(/images/pagetheme/icon_email_green.gif);
}

.theme_green .download_module {
    background-color: #e1f1e2;
}

.theme_green ul.download_list li a {
    color: #00421c;
}

    .theme_green ul.download_list li a:hover {
        color: #3d7040;
    }

    .theme_green ul.download_list li a.download_pdf {
        background-image: url(/images/pagetheme/icon_download_pdf_green.gif);
    }
/* Purple theme */

.theme_purple .module {
    background-image: url(/images/pagetheme/bg_module_purple.gif);
}

.theme_purple .alerts_bg {
    background-image: url(/images/pagetheme/bg_module_alerts_purple.gif);
}

.theme_purple #rh_col .module.solid {
    background-image: url(/images/pagetheme/bg_module_purple_solid.gif);
    background: #582b7e;
    color: #fff;
    background: url(/images/pagetheme/bg_module_purple.png) no-repeat 15px 14px, -moz-linear-gradient(top, #582C7E 0%, #401664 100%); /* FF3.6+ */
    background: url(/images/pagetheme/bg_module_purple.png) no-repeat 15px 14px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#401664), color-stop(100%,#401664)); /* Chrome,Safari4+ */
    background: url(/images/pagetheme/bg_module_purple.png) no-repeat 15px 14px, -webkit-linear-gradient(top, #582C7E 0%,#401664 100%); /* Chrome10+,Safari5.1+ */
    background: url(/images/pagetheme/bg_module_purple.png) no-repeat 15px 14px, -o-linear-gradient(top, #582C7E 0%,#401664 100%); /* Opera 11.10+ */
    background: url(/images/pagetheme/bg_module_purple.png) no-repeat 15px 14px, -ms-linear-gradient(top, #582C7E 0%,#401664 100%); /* IE10+ */
    background: url(/images/pagetheme/bg_module_purple.png) no-repeat 15px 14px, linear-gradient(to bottom, #582C7E 0%,#401664 100%) 0% 0%; /* W3C */
    -pie-background: url(/images/pagetheme/bg_module_purple.png) no-repeat 15px 14px, linear-gradient(#582C7E,#401664); /*behavior: url(/scripts/PIE.htc);*/
    position: relative;
    z-index: 1;
}

.theme_purple .grid_6 .module.wide {
    background-image: url(/images/pagetheme/bg_module_large_purple.gif);
    background-color: #582b7e;
}

.theme_purple .module.solid h2, .theme_purple .in_this_guide_module h2 {
    color: #c3a1cc !important;
}

.theme_purple .module.solid a {
    color: #c3a1cc;
}

.theme_purple .in_this_guide_module {
    background-image: url(/images/pagetheme/bg_module_purple_solid.gif);
    background-color: #411765;
    color: #fff;
}

.theme_purple ul.anchor_list li a {
    background-image: url(/images/pagetheme/bg_anchor_list_purple.gif);
}

    .theme_purple ul.anchor_list li a:hover {
        color: #c3a1cc;
    }

.theme_purple ul.bullet_list li, .theme_purple .richTextFormat ul li {
    background-image: url(/images/pagetheme/bullet_purple.gif);
}

.theme_purple .grid_6 .module .text_container {
    background-image: url(/images/pagetheme/bg_module_purple_cross.gif);
}

.theme_purple .module span.highlight {
    color: #c3a1cc;
}

.theme_purple h2.strap {
    background-color: #ede3f0;
    color: #401664;
}

    .theme_purple h2.strap.dark {
        background: #582c7e url(/images/navtheme/bg_purple.gif) bottom repeat-x !important;
        color: #c3a1cc !important;
    }
/*.theme_purple .module_landing_footer_3col .module{    background-color: #ede3f0;}*/

.theme_purple .module_landing_footer_3col .module h2, .theme_purple .grid_6 p.pullquote, .theme_purple p.quote {
    color: #401664;
}

    .theme_purple .module_landing_footer_3col .module h2.arrow {
        background-image: url(/images/pagetheme/bg_arrow_purple.gif);
        color: #401664;
    }

.theme_purple ul.contact_list li.telephone {
    background-image: url(/images/pagetheme/icon_telephone_purple.gif);
}

.theme_purple ul.contact_list li.email {
    background-image: url(/images/pagetheme/icon_email_purple.gif);
}

.theme_purple .download_module {
    background-color: #ede3f0;
}

.theme_purple .row_container, .theme_purple .single_module .module {
    background-image: url(/images/pagetheme/bg_onethird_module_purple.gif);
}

.theme_purple .module_landing_footer_2col .module_block, .theme_purple .module_landing_footer_2col .module, .theme_purple .module_landing_footer_3col .module_block, .theme_purple .module_landing_footer_3col .module {
    background-color: #efe3f0;
    background-image: none;
}

.theme_purple a.header_link {
    background-image: url(/images/pagetheme/bg_accordion_purple.gif);
    color: #401664;
}

    .theme_purple a.header_link.close {
        color: #c3a1cc;
    }

.theme_purple ul.contact_list li.telephone {
    background-image: url(/images/pagetheme/icon_telephone_purple.gif);
}

.theme_purple ul.contact_list li.email {
    background-image: url(/images/pagetheme/icon_email_purple.gif);
}
/* services expanding module */

.theme_purple .expanding_module .intro_content {
    background-color: #ede3f0;
}

    .theme_purple .expanding_module .intro_content:hover, .theme_purple .expanding_module .intro_content.hover {
        background-color: #e0cce5;
    }

.theme_purple .expanding_module.close .intro_content {
    background-image: url(/images/pagetheme/bg_expand_services_purple.gif);
    background-color: #401564;
}

    .theme_purple .expanding_module.close .intro_content:hover, .theme_purple .expanding_module.close .intro_content.hover {
        background-image: url(/images/pagetheme/bg_expand_services_purple.gif);
        background-color: #401564;
    }

    .theme_purple .expanding_module.close .intro_content h2 {
        color: #c3a1cc;
    }

.theme_purple #services_expanders .expanding_module .intro_content p {
    color: #401664;
}

.theme_purple #services_expanders .expanding_module.close .intro_content p {
    color: #fff;
}

.theme_purple .expanding_module a.more_detail_link {
    background-image: url(/images/pagetheme/btn_down_arrow_purple.gif);
}

    .theme_purple .expanding_module a.more_detail_link span {
        background-image: url(/images/pagetheme/btn_down_arrow_purple_shim.gif);
        color: #ede3f0;
    }

.theme_purple .expanding_module.close a.more_detail_link {
    background-image: url(/images/pagetheme/btn_down_arrow_purple_close.gif);
}

    .theme_purple .expanding_module.close a.more_detail_link span {
        background-image: url(/images/pagetheme/btn_down_arrow_purple_shim_close.gif);
        color: #401664;
    }

.theme_purple .expanding_module .additional_content h3 {
    color: #401664;
}
/* Teal theme */

.theme_teal .module {
    background-image: url(/images/pagetheme/bg_module_teal.gif);
}

.theme_teal .alerts_bg {
    background-image: url(/images/pagetheme/bg_module_alerts_teal.gif);
}

.theme_teal #rh_col .module.solid {
    background: #055958;
    background: url(/images/pagetheme/bg_module_teal.png) no-repeat 15px 14px, -moz-linear-gradient(top, #14706F 0%, #045857 100%); /* FF3.6+ */
    background: url(/images/pagetheme/bg_module_teal.png) no-repeat 15px 14px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#14706F), color-stop(100%,#045857)); /* Chrome,Safari4+ */
    background: url(/images/pagetheme/bg_module_teal.png) no-repeat 15px 14px, -webkit-linear-gradient(top, #14706F 0%,#045857 100%); /* Chrome10+,Safari5.1+ */
    background: url(/images/pagetheme/bg_module_teal.png) no-repeat 15px 14px, -o-linear-gradient(top, #14706F 0%,#045857 100%); /* Opera 11.10+ */
    background: url(/images/pagetheme/bg_module_teal.png) no-repeat 15px 14px, -ms-linear-gradient(top, #14706F 0%,#045857 100%); /* IE10+ */
    background: url(/images/pagetheme/bg_module_teal.png) no-repeat 15px 14px, linear-gradient(to bottom, #14706F 0%,#045857 100%) 0% 0%; /* W3C */
    -pie-background: url(/images/pagetheme/bg_module_teal.png) no-repeat 15px 14px, linear-gradient(#14706F,#045857); /*behavior: url(/scripts/PIE.htc);*/
    position: relative;
    z-index: 1;
}

.theme_teal .module.solid h2, .theme_teal .in_this_guide_module h2 {
    color: #88c6cd !important;
}

.theme_teal .module.solid a {
    color: #88c6cd;
}

.theme_teal .in_this_guide_module {
    background-image: url(/images/pagetheme/bg_module_teal_solid.gif);
    background-color: #055958;
    color: #fff;
}

.theme_teal ul.anchor_list li a {
    background-image: url(/images/pagetheme/bg_anchor_list_teal.gif);
}

    .theme_teal ul.anchor_list li a:hover {
        color: #88c6cd;
    }

.theme_teal ul.bullet_list li, .theme_teal .richTextFormat ul li {
    background-image: url(/images/pagetheme/bullet_teal.gif);
}

.theme_teal h2.strap {
    background-color: #dbeef0;
    color: #055958;
}

    .theme_teal h2.strap.dark {
        background: #14706f url(/images/navtheme/bg_teal.gif) bottom repeat-x !important;
        color: #88c6cd !important;
    }

.theme_teal .grid_6 .module .text_container {
    background-image: url(/images/pagetheme/bg_module_teal_cross.gif);
}

.theme_teal .download_module {
    background-color: #dbeef0;
}

.theme_teal .row_container, .theme_teal .module_landing_footer_2col .module_block, .theme_teal .module_landing_footer_2col .module, .theme_teal .module_landing_footer_3col .module_block, .theme_teal .module_landing_footer_3col .module { /*background-image: url(/images/pagetheme/bg_onethird_module_teal.gif);*/
    background-color: #dbeef0;
}

.theme_teal a.header_link {
    background-image: url(/images/pagetheme/bg_accordion_teal.gif);
    color: #045857;
}

    .theme_teal a.header_link.close {
        color: #88c6cd;
    }

.theme_teal ul.contact_list li.telephone {
    background-image: url(/images/pagetheme/icon_telephone_teal.gif);
}

.theme_teal ul.contact_list li.email {
    background-image: url(/images/pagetheme/icon_email_teal.gif);
}

.theme_teal #graduate_profile_header .grad_title, .theme_green #graduate_profile_header .grad_title {
    background-image: url(/images/pagetheme/bg_grad_title_teal.gif);
}

.theme_teal p.quote {
    color: #055958;
}
/* Blackcurrant theme */

.theme_blackcurrant .module {
    background-image: url(/images/pagetheme/bg_module_blackcurrant.gif);
}

.theme_blackcurrant .alerts_bg {
    background-image: url(/images/pagetheme/bg_module_alerts_blackcurrant.gif);
}

.theme_blackcurrant #rh_col .module.solid {
    background: #5e1658;
    background: url(/images/pagetheme/bg_module_blackcurrant.png) no-repeat 15px 14px, -moz-linear-gradient(top, #702669 0%, #5E1658 100%); /* FF3.6+ */
    background: url(/images/pagetheme/bg_module_blackcurrant.png) no-repeat 15px 14px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#702669), color-stop(100%,#5E1658)); /* Chrome,Safari4+ */
    background: url(/images/pagetheme/bg_module_blackcurrant.png) no-repeat 15px 14px, -webkit-linear-gradient(top, #702669 0%,#5E1658 100%); /* Chrome10+,Safari5.1+ */
    background: url(/images/pagetheme/bg_module_blackcurrant.png) no-repeat 15px 14px, -o-linear-gradient(top, #702669 0%,#5E1658 100%); /* Opera 11.10+ */
    background: url(/images/pagetheme/bg_module_blackcurrant.png) no-repeat 15px 14px, -ms-linear-gradient(top, #702669 0%,#5E1658 100%); /* IE10+ */
    background: url(/images/pagetheme/bg_module_blackcurrant.png) no-repeat 15px 14px, linear-gradient(to bottom, #702669 0%,#5E1658 100%) 0% 0%; /* W3C */
    -pie-background: url(/images/pagetheme/bg_module_blackcurrant.png) no-repeat 15px 14px, linear-gradient(#702669,#5E1658); /*behavior: url(/scripts/PIE.htc);*/
    position: relative;
    z-index: 1;
}

.theme_blackcurrant .module.solid h2, .theme_blackcurrant .in_this_guide_module h2 {
    color: #c181b5 !important;
}

.theme_blackcurrant .module.solid a {
    color: #c181b5;
}

.theme_blackcurrant .in_this_guide_module {
    background-image: url(/images/pagetheme/bg_module_blackcurrant_solid.gif);
    background-color: #5e1658;
    color: #fff;
}

.theme_blackcurrant ul.anchor_list li a {
    background-image: url(/images/pagetheme/bg_anchor_list_blackcurrant.gif);
}

    .theme_blackcurrant ul.anchor_list li a:hover {
        color: #c181b5;
    }

.theme_blackcurrant ul.bullet_list li, .theme_blackcurrant .richTextFormat ul li {
    background-image: url(/images/pagetheme/bullet_blackcurrant.gif);
}

.theme_blackcurrant h2.strap {
    background-color: #ecd9e9;
    color: #5e1658;
}

    .theme_blackcurrant h2.strap.dark {
        background: #712669 url(/images/navtheme/bg_blackcurrant.gif) bottom repeat-x !important;
        color: #c181b5 !important;
    }

.theme_blackcurrant .row_container, .theme_blackcurrant .module_landing_footer_2col .module_block, .theme_blackcurrant .module_landing_footer_3col .module, .theme_blackcurrant .module_landing_footer_3col .module_block, .theme_blackcurrant .module_landing_footer_3col .module { /*background-image: url(/images/pagetheme/bg_onethird_module_blackcurrant.gif);*/
    background-color: #ecd9e9;
}

.theme_blackcurrant a.header_link {
    background-image: url(/images/pagetheme/bg_accordion_blackcurrant.gif);
    color: #5e1658;
}

    .theme_blackcurrant a.header_link.close {
        color: #c181b5;
    }

.theme_blackcurrant ul.contact_list li.telephone {
    background-image: url(/images/pagetheme/icon_telephone_blackcurrant.gif);
}

.theme_blackcurrant ul.contact_list li.email {
    background-image: url(/images/pagetheme/icon_email_blackcurrant.gif);
}
/* Generic theme */

.row_container, .module_landing_footer_2col .module_block, .module_landing_footer_3col .module, .module_landing_footer_3col .module_block, .module_landing_footer_3col .module { /* background-image: url(/images/pagetheme/bg_onethird_module_generic.gif);*/
    background-color: #e2f1f9;
}

.module_landing_footer_2col .module, .module_landing_footer_3col .module {
    background-image: none;
}

.home h2.strap {
    background-color:none;
    color: #002f5f;
}

#contour legend, .form-group h2 {
    color: #02899b;
    padding-bottom: 5px;
    padding-top: 10px;
    border-bottom: 1px solid #e5e5e5;
}
/*.solid a.external_link span{    color: #840034;}*/

.solid a.arrow_link {
    background-image: url(/images/pagetheme/btn_arrow_red.gif);
}

    .solid a.arrow_link span {
        background-image: url(/images/pagetheme/btn_arrow_red_shim_solid.gif); /*color: #840034;*/
    }
/*-------------> Tabbed navigation */ /* Blue theme */

.theme_blue #tab_links li a {
    background-image: url(/images/pagetheme/bg_tab_blue.gif);
    color: #00447c;
}

    .theme_blue #tab_links li a.current {
        color: #95d1f2;
    }
/* Brown theme */

.theme_brown #tab_links li a {
    background-image: url(/images/pagetheme/bg_tab_brown.gif);
    color: #76470b;
}

    .theme_brown #tab_links li a.current {
        color: #e8ddcc;
    }
/* Red theme */

.theme_red #tab_links li a {
    background-image: url(/images/pagetheme/bg_tab_red.gif);
    color: #840034;
}

    .theme_red #tab_links li a.current {
        color: #f6a0a0;
    }
/* Green theme */

.theme_green #tab_links li a {
    background-image: url(/images/pagetheme/bg_tab_green.gif);
    color: #00421c;
}

    .theme_green #tab_links li a.current {
        color: #9dd2a0;
    }
/* Purple theme */

.theme_purple #tab_links li a {
    background-image: url(/images/pagetheme/bg_tab_purple.gif);
    color: #401664;
}

    .theme_purple #tab_links li a.current {
        color: #c3a1cc;
    }
/* Teal theme */

.theme_teal #tab_links li a {
    background-image: url(/images/pagetheme/bg_tab_teal.gif);
    color: #045857;
}

    .theme_teal #tab_links li a.current {
        color: #dbeef0;
    }
/* Blackcurrant theme */

.theme_blackcurrant #tab_links li a {
    background-image: url(/images/pagetheme/bg_tab_blackcurrant.gif);
    color: #5e1658;
}

    .theme_blackcurrant #tab_links li a.current {
        color: #c181b5;
    }
/*-------------> Table themes */ /* Purple theme */

.theme_purple .news_list tr.header {
    background-color: #ede3f0;
    color: #401664;
}
/*--------------------------------------------------=> MASTER LAYOUT */ /* Homepage theme */

.home #content {
    background-image: none;
}

    .home #content .shadow_spacer {
        background-image: none;
    }
/* Blue theme */

.theme_blue #rh_col {
    background: #EAF6FD url(/images/bgtheme/bg_col_blue.gif) repeat-y;
}
/*.theme_blue #content .shadow_spacer{    background-image: url(/images/bgtheme/bg_main_blue.gif);}*/ /* Brown theme */

.theme_brown #rh_col {
    background: #E8DDCC url(/images/bgtheme/bg_col_brown.gif) repeat-y;
}
/*.theme_brown #content .shadow_spacer{    background-image: url(/images/bgtheme/bg_main_brown.gif);}*/ /* Red theme */

.theme_red #rh_col {
    background: #FCE2E2 url(/images/bgtheme/bg_col_red.gif) repeat-y;
}
/*.theme_red #content .shadow_spacer{    background-image: url(/images/bgtheme/bg_main_red.gif);}*/ /* Green theme */

.theme_green #rh_col {
    background: #E1F1E2 url(/images/bgtheme/bg_col_green.gif) repeat-y;
}
/*.theme_green #content .shadow_spacer{    background-image: url(/images/bgtheme/bg_main_green.gif);}*/ /* Purple theme */

.theme_purple #rh_col {
    background: #EDE3F0 url(/images/bgtheme/bg_col_purple.gif) repeat-y;
}
/*.theme_purple #content .shadow_spacer{    background-image: url(/images/bgtheme/bg_main_purple.gif);}*/

.theme_purple #content.shadow {
}
/* Teal theme */

.theme_teal #rh_col {
    background: #DBEEF0 url(/images/bgtheme/bg_col_teal.gif) repeat-y;
}
/*.theme_teal #content .shadow_spacer{    background-image: url(/images/bgtheme/bg_main_teal.gif);}*/ /* Blackcurrant theme */

.theme_blackcurrant #rh_col {
    background: #F6DFEF url(/images/bgtheme/bg_col_blackcurrant.gif) repeat-y;
}
/*.theme_blackcurrant #content .shadow_spacer{    background-image: url(/images/bgtheme/bg_main_blackcurrant.gif);}*/ /* Specific template */ /* Search results */

.theme_search #rh_col {
    background: url(/images/bgtheme/bg_search_results.gif) repeat-y;
}

.theme_search #content .shadow_spacer {
    background-image: url(/images/bgtheme/bg_main_search_results.gif);
}
/*--------------------------------------------------=> NAVIGATION */ /* Main navigation */ /* Blue theme */

#main_nav .nav_theme_blue a.current, #main_nav .nav_theme_blue a.highlight, #main_nav .nav_theme_blue a:hover, #main_nav li.nav_theme_blue.hover a {
    background-image: url(/images/navtheme/bg_blue.gif);
    color: #95d1f2;
}
/* Brown theme */

.nav_theme_brown:hover, .nav_theme_brown.active {
    background-color: #76470b;
}
/* Red theme */

#main_nav .nav_theme_red a.current, #main_nav .nav_theme_red a.highlight, #main_nav .nav_theme_red a:hover, #main_nav li.nav_theme_red.hover a {
    background-image: url(/images/navtheme/bg_red.gif);
    color: #f6a0a0;
}
/* Green theme */

.nav_theme_green:hover, .nav_theme_green.active {
    background-color: #00421c;
}
/* Purple theme */

.nav_theme_purple:hover, .nav_theme_purple.active .navbar-btn .btn a, .nav_theme_purple.active { /*background-image: url(/images/navtheme/bg_purple.gif);*/
    background-color: rgb(64, 22, 100);
}
/* Teal theme */

.nav_theme_teal:hover, .nav_theme_teal.active {
    background-color: #045857;
}
/* Blackcurrant theme */

.nav_theme_blackcurrant:hover, .nav_theme_blackcurrant.active .navbar-btn .btn a, .nav_theme_blackcurrant.active { /*background-image: url(/images/navtheme/bg_blackcurrant.gif);*/
    background-color: rgb(94, 22, 88);
}

    .nav_theme_blackcurrant.active > a {
        background: #c181b5;
        color: #fff;
    }

.nav_theme_blackcurrant > a:hover {
    background: #c181b5 !important;
    color: #fff !important;
}

.nav_theme_purple.active > a {
    background: #c3a1cc;
    color: #fff;
}

.nav_theme_purple > a:hover {
    background: #c3a1cc !important;
    color: #fff !important;
}

.nav_theme_brown.active > a {
    background: #d1ad72;
    color: #fff;
}

.nav_theme_brown > a:hover {
    background: #d1ad72 !important;
    color: #fff !important;
}

.nav_theme_green.active > a {
    background: #9dd2a0;
    color: #fff;
}

.nav_theme_green > a:hover {
    background: #9dd2a0 !important;
    color: #fff !important;
}

.nav_theme_teal.active > a {
    background: #b4e3e8;
    color: #fff;
}

.nav_theme_teal > a:hover {
    background: #b4e3e8 !important;
    color: #fff !important;
}

/*=============================    utility.css=============================*/

.floatLeft {
    float: left;
}

.nofloat {
    float: none !important;
}

.floatRight {
    float: right !important;
}

.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}

.alignCenter {
    text-align: center;
}

.nodisplay {
    display: none;
}

.displayblock {
    display: block;
}

.displayinline {
    display: inline !important;
}

.nopadding {
    padding: 0px !important;
}

.nopadding_top {
    padding-top: 0px !important;
}

.nopadding_bottom {
    padding-bottom: 0px !important;
}

.nopadding_right {
    padding-right: 0px !important;
}

.nopadding_vertical {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.nopadding_horizontal {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.nomargin {
    margin: 0px !important;
}

.nomargin_top {
    margin-top: 0px !important;
}

.nomargin_bottom {
    margin-bottom: 0px !important;
}

.nomargin_right {
    margin-right: 0px !important;
}

.nomargin_vertical {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.clearmargin {
    margin: 0;
    padding: 0;
}

.clearer {
    clear: both;
    height: 0;
    padding: 0;
    margin: 0;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
}

.spacer {
    clear: both;
    height: 10px;
    padding: 0;
    margin: 0;
    line-height: 0px;
    font-size: 0px;
}

.fat_spacer {
    clear: both;
    height: 30px;
    padding: 0;
    margin: 0;
    line-height: 0px;
    font-size: 0px;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    display: inline-block;
}

/*   *  sliderkit-core.css *	> Core CSS styles *   *  This file is part of Slider Kit jQuery plugin. *  http://www.kyrielles.net/sliderkit/ *   *  Copyright (c) 2010-2011 Alan Frog *  Licensed under the GNU General Public License *  See <license.txt> or <http://www.gnu.org/licenses/> * */ /* *  PLUGIN BASICS *  ------------------------------------------------ */

.sliderkit { /*display:none;*/
    position: relative;
    overflow: hidden;
    text-align: left;
}

    .sliderkit a, .sliderkit a:hover {
        text-decoration: none;
    }

        .sliderkit a:focus {
            outline: 1px dotted #000; /*optional*/
        }

    .sliderkit img {
        border: 0;
    }
    /*--------------------------------- *  Navigation *---------------------------------*/

    .sliderkit .sliderkit-nav {
        z-index: 10000;
        position: absolute;
        text-align: center;
    }
    /* Nav > Clip */

    .sliderkit .sliderkit-nav-clip {
        position: relative;
        margin: 0 auto;
        height: 138px !important;
    }

        .sliderkit .sliderkit-nav-clip ul {
            position: relative;
            left: 0;
            top: 0;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .sliderkit .sliderkit-nav-clip ul li a {
                float: left;
                display: block;
                margin: 3px 1px 3px 1px;
            }

            .sliderkit .sliderkit-nav-clip ul li.sliderkit-selected a {
                margin: 2px 0 2px 0px;
                border: 1px solid white;
            }
    /*--------------------------------- *  Buttons *---------------------------------*/

    .sliderkit .sliderkit-btn {
        z-index: 10;
    }
    /*--------------------------------- *  Panels *---------------------------------*/

    .sliderkit .sliderkit-panel {
        z-index: 1;
        position: absolute;
    }
        /* Panels > Overlay */

        .sliderkit .sliderkit-panel .sliderkit-panel-textbox {
            position: absolute;
            z-index: 1;
        }

        .sliderkit .sliderkit-panel .sliderkit-panel-text {
            position: absolute;
            z-index: 3;
        }
/*--------------------------------- *  Photos gallery > Vertical *---------------------------------*/

.photosgallery-vertical {
    width: 100%;
    height: 306px;
    background: #50172A url("../images/bg-cross.gif");
}

    .photosgallery-vertical .sliderkit-panels {
        width: 100%;
        height: 420px;
        background: #50172A url("../images/bg-cross.gif");
    }

    .photosgallery-vertical .sliderkit-nav {
        position: relative;
        top: 60px;
        left: -200px;
        width: 110px;
        height: 176px;
        margin-left: auto;
        margin-right: auto;
    }

    .photosgallery-vertical .sliderkit-nav-clip {
        position: absolute;
        left: 32px;
        top: 26px;
    }

        .photosgallery-vertical .sliderkit-nav-clip ul {
        }

            .photosgallery-vertical .sliderkit-nav-clip ul li {
                margin: 0;
                padding: 0;
            }

                .photosgallery-vertical .sliderkit-nav-clip ul li a.selected {
                    margin: 2px 0px 2px 0px;
                    border: 1px solid #fff !important;
                }

                .photosgallery-vertical .sliderkit-nav-clip ul li a:hover {
                    margin: 2px 0px 2px 0px;
                    border: 1px solid #fff !important;
                }

                .photosgallery-vertical .sliderkit-nav-clip ul li img {
                    width: 60px;
                    height: 40px;
                }

    .photosgallery-vertical .sliderkit-nav .sliderkit-nav-btn {
        position: absolute;
        left: 0;
    }

        .photosgallery-vertical .sliderkit-nav .sliderkit-nav-btn a {
            display: block;
            width: 95px;
            height: 16px;
            background: transparent url("../images/arrows-v.png") no-repeat center 0;
        }

            .photosgallery-vertical .sliderkit-nav .sliderkit-nav-btn a span {
                display: none;
            }

    .photosgallery-vertical .sliderkit-nav .sliderkit-nav-prev {
        top: 25px;
    }

    .photosgallery-vertical .sliderkit-nav .sliderkit-nav-next {
        bottom: 25px;
    }

    .photosgallery-vertical .sliderkit-nav .sliderkit-nav-prev a {
        background-position: center -89px;
    }

    .photosgallery-vertical .sliderkit-nav .sliderkit-nav-next a {
        background-position: center -108px;
    }

    .photosgallery-vertical .sliderkit-nav .sliderkit-nav-prev a:hover, .photosgallery-vertical .sliderkit-nav .sliderkit-nav-prev a:focus {
        background-position: center -126px;
    }

    .photosgallery-vertical .sliderkit-nav .sliderkit-nav-next a:hover, .photosgallery-vertical .sliderkit-nav .sliderkit-nav-next a:focus {
        background-position: center -145px;
    }

    .photosgallery-vertical .sliderkit-go-btn {
        position: absolute;
        top: 120px;
        z-index: 10;
        width: 43px;
        height: 335px;
    }

    .photosgallery-vertical .sliderkit-go-prev {
        left: 0;
    }

    .photosgallery-vertical .sliderkit-go-next {
        right: 0;
    }

    .photosgallery-vertical .sliderkit-go-btn a {
        display: block;
        width: 50px;
        height: 60px;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .photosgallery-vertical .sliderkit-go-prev a {
        width: 43px;
        height: 60px;
        background-image: url("../images/slider-arrow-left.png");
    }

    .photosgallery-vertical .sliderkit-go-next a {
        width: 43px;
        height: 60px;
        background-image: url("../images/slider-arrow-right.png");
    }

    .photosgallery-vertical .sliderkit-btn-disable a {
        opacity: 0;
        cursor: default;
    }

    .photosgallery-vertical .sliderkit-go-btn span {
        display: none;
    }

    .photosgallery-vertical .sliderkit-panel {
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 420px;
    }

        .photosgallery-vertical .sliderkit-panel.sliderkit-panel-old {
            z-index: 1;
        }

        .photosgallery-vertical .sliderkit-panel.sliderkit-panel-active {
            z-index: 2;
        }

        .photosgallery-vertical .sliderkit-panel .sliderkit-inner-wrapper > img {
            top: 0;
            left: 0;
            width: 1200px;
            height: 420px;
        }

.show {
    display: block;
}

.hide {
    display: none;
}

.photosgallery-vertical .sliderkit-panel .sliderkit-panel-textbox {
    position: relative;
    top: 75px;
    margin-left: auto;
    margin-right: auto;
    height: 161px;
    width: 480px;
    background: url("../images/nav-panel-s.png") repeat;
}

.photosgallery-vertical .sliderkit-panel .sliderkit-panel-text {
    padding: 14px 15px 0px 95px;
    text-wrap: normal;
    word-wrap: break-word;
}

    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-text h2 {
        margin: 0 0 2px 0 !important;
        padding: 0 !important;
        color: #fff;
        font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1em !important;
        line-height: 1em !important;
        text-transform: uppercase;
    }

    .photosgallery-vertical .sliderkit-panel .sliderkit-panel-text p {
        margin: 0 0 4px 0;
        padding: 0;
        color: #ffffff;
        font: italic 1.58em/1.2em Georgia, 'Times New Roman', serif;
    }

        .photosgallery-vertical .sliderkit-panel .sliderkit-panel-text p a {
            width: 88px;
            height: 20px;
        }

.photosgallery-vertical .sliderkit-panel .sliderkit-panel-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 1200px;
}

#lcp-cookies { /*padding: 16px 0px 20px;*/
    background: none repeat scroll 0% 0% rgb(80,23,42);
    z-index: -10000;
    bottom: -1px;
    padding: 0;
    position: fixed;
    width: 100%;
}

#lcp-cookies-prompt {
    width: 100%;
    margin: 0px auto;
    padding: 15px 15px 0 15px;
}

#lcp-cookies-prompt p {
    padding: 0 0 15px 0;
}


    #lcp-cookies-prompt h2 {
        color: rgb(255,255,255);
    }

    #lcp-cookies-prompt p { /*color: rgb(190,190,190);*/
        color: #bebebe;
        float: left;
        width: 100%;
        margin-bottom: 0px;
    }

    #lcp-cookies-prompt a {
        color: #00a3c7;
        font-weight: bold;
    }

        #lcp-cookies-prompt a.cookies-prompt-btn {
            background-color: #00a3c7;
            border-bottom: 1px solid rbga(0,0,0,0.25);
            border-radius: 3px 3px 3px 3px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.4);
            color: #ffffff;
            display: block;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: bold;
            padding: 3px 10px;
            position: relative;
            text-decoration: none;
            -webkit-text-shadow: 1px 1px 1px rbga(0,0,0,0.4);
            text-shadow: 1px 1px 1px rbga(0,0,0,0.4);
            float: right;
        }

@media print {
    * {
        text-shadow: none !important; /*background: transparent !important;*/
        box-shadow: none !important;
    }

    html {
        background: none !important;
    }

    body {
        margin: 0 !important;
        width: 100% !important;
    }
    #cn_col, #lh_col, #flex {
        display: block;
    }
    #cn_col, #content, .shadow_spacer {
        overflow: visible !important;
        width: 100%;
        background: none !important;
    }

    .navbar-collapse, #tab_links, #footer, .navbar-toggle, .hero, #breadcrumb, .logo-section, article .arrow_link, .addthis_toolbox, .spacer, .addthis_sharing_toolbox, iframe, .videoWrapper {
        display: none !important;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-brand {
        padding: 10px 10px 20px 15px !important;
        position: static !important;
    }

    article {
        padding: 0 15px 0 15px !important;
        margin: 0 !important;
        width: 100% !important;
        float: none !important;
    }

    .banner_wide h1, .banner h1 {
        position: static !important;
        color: #4f172a !important;
        margin: 0 !important;
        padding: 0 0 12px 0 !important;
        height: auto !important;
        background: none !important;
    }
    /*a,  a:visited {    text-decoration: underline;  }  a[href]:after {    content: " (" attr(href) ")";  }  abbr[title]:after {    content: " (" attr(title) ")";  }  a[href^="javascript:"]:after,  a[href^="#"]:after {    content: "";  }*/

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,  img {    page-break-inside: avoid;  }  
    img {    max-width: 100% !important;  }

    @page {
        margin: 1cm .5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }
    /*.navbar {    display: none;  }*/

    .table td, .table th {
        background-color: #fff !important;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }

    #lh_col, #rh_col, footer {
        display: none;
    }
}

@media print {
    .visible-print {
        display: block !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }

    .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print {
        display: none !important;
    }
}
/*HighCharts CSS required for correct display in IE8*/.highcharts-legend-item{    overflow:visible !important;}.highcharts-legend{    overflow:visible !important;}.highcharts-legend div{    overflow:visible !important;}.highcharts-title{    overflow:visible !important;}.highcharts-tooltip{        overflow:visible !important;}.highcharts-grid{    overflow:visible !important;}.highcharts-axis{        overflow:visible !important;}.highcharts-axis-labels{    overflow:visible !important;}.highcharts-stack-labels{    overflow:visible !important;}.highcharts-series-group{    overflow:visible !important;}#graphContainer {    width: 100%;    height: 450px !important;    display: block !important;}.graphFixedDiv {    overflow: auto;    height: 450px !important;    display:block !important;}
