input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/* #####Reset##### */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=number] {
    -moz-appearance: textfield !important;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
    visibility: hidden;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    line-height: 1;
}

a:focus {
    outline: thin dotted;
}

a img {
    border: none;
}

abbr[title] {
    border-bottom: none;
}

b, strong {
    font-weight: bold;
}

i, em, dfn, cite {
    font-style: italic;
}

acronym, abbr, dfn {
    cursor: help;
}

u {
    text-decoration: underline;
}

hr {
    float: none;
    width: 100%;
    height: 1px;
    margin: 0 0 10px 0;
    border: none;
    background: #CCC;
    color: #CCC;
    clear: both;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    width: auto \9;
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

label {
    cursor: pointer;
    display: inline-block !important;
}

input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    font-family: Arial;
    -webkit-border-radius: 0 !important;
}

button, input {
    line-height: normal;
    *overflow: visible;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    -webkit-border-radius: inherit !important;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* #####General##### */
body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    color: #000;
    text-align: center;
}

h1 {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 40px;
    margin-bottom: 24px;
}

h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 18px;
}

h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 18px;
}

h4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 18px;
}

h5 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

h6 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}

p {
    margin: 0 0 18px 0;
}

a:link, a:visited {
    color: #39801E;
    text-decoration: underline;
}

a:hover, a:active, a:focus {
    color: #39801E;
    text-decoration: none;
}

ul, ol {
    margin: 18px 35px;
}

td ol, td ul {
    margin: 6px 18px;
}

ul ul, ul ol, ol ol, ol ul {
    margin: 0 24px;
}

ul li {
    list-style: disc;
}

ol li {
    list-style: decimal;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
}

table th, table td {
    padding: 5px 12px;
    vertical-align: top;
    text-align: left;
}

table th {
    font-weight: bold;
}

/* #####Editor##### */
ul.list_square li {
    list-style: square;
}

ul.list_circle li {
    list-style: circle;
}

ol.list_alpha li {
    list-style: lower-alpha;
}

.font_small {
    font-size: 10px;
    font-size: 1rem;
}

.font_large {
    font-size: 20px;
    font-size: 2rem;
}

table.table_type1 {
    border: 1px solid #EAEAEA;
}

table.table_type1 th {
    border: 1px solid #EAEAEA;
}

table.table_type1 td {
    border: 1px solid #EAEAEA;
}

table.table_type2 {
    border-bottom: 1px solid #EAEAEA;
}

table.table_type2 th {
    border-bottom: 1px solid #EAEAEA;
}

table.table_type2 td {
    border-bottom: 1px solid #EAEAEA;
}

tr.table_header, tr.table_header th, tr.table_header td, th.table_header, td.table_header, .table_header {
    color: #FFF;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    background: #5C5C5D;
    padding: 8px 12px;
}

tr.table_subheader, tr.table_subheader th, tr.table_subheader td, th.table_subheader, td.table_subheader, .table_subheader {
    color: #666;
    font-weight: bold;
    background: #FFF !important;
}

tr.table_bg_odd td, td.table_bg_odd, .table_bg_odd {
    background: #F2F3F5;
}

tr.table_bg_even td, td.table_bg_even, .table_bg_even {
    background: #F9F9FA;
}

.text-intro {
    color: #6b6c6f;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 27px;
}

.iframeWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 24px;
}

.iframeWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* #####MISC##### */
.show-print {
    visibility: hidden;
}

.lhs {
    float: left;
}

.rhs {
    float: right;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* #####LAYOUT##### */
.page {
    width: 100%;
    margin: 0 auto;
    max-width: 1140px;
    text-align: left;
}

#currentWidth {
    bottom: 50px;
    color: #FFF;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100px;
    z-index: 10000;
    background: grey;
    display: none;
}

/* #####GRID##### */
.row {
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
    *zoom: 1;
}

.row:before, .row:after {
    content: "";
    display: table;
}

.row:after {
    clear: both;
}

.row.collapse .column, .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left;
}

.row .row {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1;
}

.row .row:before, .row .row:after {
    content: "";
    display: table;
}

.row .row:after {
    clear: both;
}

.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none;
    *zoom: 1;
}

.row .row.collapse:before, .row .row.collapse:after {
    content: "";
    display: table;
}

.row .row.collapse:after {
    clear: both;
}

.column, .columns {
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
    float: left;
}

.column.nopad, .columns.nopad {
    padding-left: 0;
    padding-right: 0;
}

.environ-dev, .environ-staging {
    background-color: #d76700;
    color: white;
    font-weight: bold;
}

.environ-prod {
    background-color: #3b912a;
    color: white;
    font-weight: bold;
}

/* MOBILE | 0 - 599 */
@media only screen {
    #currentWidth {
        background: green;
    }

    .small-1 {
        position: relative;
        width: 8.33333%;
    }

    .small-2 {
        position: relative;
        width: 16.66667%;
    }

    .small-3 {
        position: relative;
        width: 25%;
    }

    .small-4 {
        position: relative;
        width: 33.33333%;
    }

    .small-5 {
        position: relative;
        width: 41.66667%;
    }

    .small-6 {
        position: relative;
        width: 50%;
    }

    .small-7 {
        position: relative;
        width: 58.33333%;
    }

    .small-8 {
        position: relative;
        width: 66.66667%;
    }

    .small-9 {
        position: relative;
        width: 75%;
    }

    .small-10 {
        position: relative;
        width: 83.33333%;
    }

    .small-11 {
        position: relative;
        width: 91.66667%;
    }

    .small-12 {
        position: relative;
        width: 100%;
    }

    .small-offset-0 {
        position: relative;
        margin-left: 0%;
    }

    .small-offset-1 {
        position: relative;
        margin-left: 8.33333%;
    }

    .small-offset-2 {
        position: relative;
        margin-left: 16.66667%;
    }

    .small-offset-3 {
        position: relative;
        margin-left: 25%;
    }

    .small-offset-4 {
        position: relative;
        margin-left: 33.33333%;
    }

    .small-offset-5 {
        position: relative;
        margin-left: 41.66667%;
    }

    .small-offset-6 {
        position: relative;
        margin-left: 50%;
    }

    .small-offset-7 {
        position: relative;
        margin-left: 58.33333%;
    }

    .small-offset-8 {
        position: relative;
        margin-left: 66.66667%;
    }

    .small-offset-9 {
        position: relative;
        margin-left: 75%;
    }

    .small-offset-10 {
        position: relative;
        margin-left: 83.33333%;
    }

    [class*="column"] + [class*="column"]:last-child {
        float: right;
    }

    [class*="column"] + [class*="column"].end {
        float: left;
    }

    /* hide/show */
    .show-for-small, .show-for-medium-down, .show-for-large-down {
        display: inherit !important;
    }

    .show-for-medium, .show-for-medium-up, .show-for-large, .show-for-large-up {
        display: none !important;
    }

    .hide-for-medium, .hide-for-medium-up, .hide-for-large, .hide-for-large-up {
        display: inherit !important;
    }

    .hide-for-small, .hide-for-medium-down, .hide-for-large-down {
        display: none !important;
    }
}

/* TABLET | 600 - 768 */
@media only screen and (min-width: 600px) {
    #currentWidth {
        background: orange;
    }

    .medium-1 {
        position: relative;
        width: 8.33333%;
    }

    .medium-2 {
        position: relative;
        width: 16.66667%;
    }

    .medium-3 {
        position: relative;
        width: 25%;
    }

    .medium-4 {
        position: relative;
        width: 33.33333%;
    }

    .medium-5 {
        position: relative;
        width: 41.66667%;
    }

    .medium-6 {
        position: relative;
        width: 50%;
    }

    .medium-7 {
        position: relative;
        width: 58.33333%;
    }

    .medium-8 {
        position: relative;
        width: 66.66667%;
    }

    .medium-9 {
        position: relative;
        width: 75%;
    }

    .medium-10 {
        position: relative;
        width: 83.33333%;
    }

    .medium-11 {
        position: relative;
        width: 91.66667%;
    }

    .medium-12 {
        position: relative;
        width: 100%;
    }

    .medium-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .medium-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .medium-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .medium-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .medium-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .medium-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .medium-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .medium-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .medium-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .medium-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .medium-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .medium-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .medium-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .medium-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .medium-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .medium-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }

    .medium-offset-0 {
        position: relative;
        margin-left: 0%;
    }

    .medium-offset-1 {
        position: relative;
        margin-left: 8.33333%;
    }

    .medium-offset-2 {
        position: relative;
        margin-left: 16.66667%;
    }

    .medium-offset-3 {
        position: relative;
        margin-left: 25%;
    }

    .medium-offset-4 {
        position: relative;
        margin-left: 33.33333%;
    }

    .medium-offset-5 {
        position: relative;
        margin-left: 41.66667%;
    }

    .medium-offset-6 {
        position: relative;
        margin-left: 50%;
    }

    .medium-offset-7 {
        position: relative;
        margin-left: 58.33333%;
    }

    .medium-offset-8 {
        position: relative;
        margin-left: 66.66667%;
    }

    .medium-offset-9 {
        position: relative;
        margin-left: 75%;
    }

    .medium-offset-10 {
        position: relative;
        margin-left: 83.33333%;
    }

    .medium-offset-11 {
        position: relative;
        margin-left: 91.66667%;
    }

    /* hide/show */
    .show-for-medium, .show-for-medium-up {
        display: inherit !important;
    }

    .show-for-small {
        display: none !important;
    }

    .hide-for-small {
        display: inherit !important;
    }

    .hide-for-medium, .hide-for-medium-up {
        display: none !important;
    }
}

/* DESKTOP | 769 - 1140 */
@media only screen and (min-width: 769px) {
    #currentWidth {
        background: red;
    }

    .large-1 {
        position: relative;
        width: 8.33333%;
    }

    .large-2 {
        position: relative;
        width: 16.66667%;
    }

    .large-3 {
        position: relative;
        width: 25%;
    }

    .large-4 {
        position: relative;
        width: 33.33333%;
    }

    .large-5 {
        position: relative;
        width: 41.66667%;
    }

    .large-6 {
        position: relative;
        width: 50%;
    }

    .large-7 {
        position: relative;
        width: 58.33333%;
    }

    .large-8 {
        position: relative;
        width: 66.66667%;
    }

    .large-9 {
        position: relative;
        width: 75%;
    }

    .large-10 {
        position: relative;
        width: 83.33333%;
    }

    .large-11 {
        position: relative;
        width: 91.66667%;
    }

    .large-12 {
        position: relative;
        width: 100%;
    }

    .large-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .large-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .large-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .large-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .large-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .large-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .large-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .large-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .large-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .large-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .large-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .large-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .large-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .large-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .large-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .large-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }

    .large-offset-0 {
        position: relative;
        margin-left: 0%;
    }

    .large-offset-1 {
        position: relative;
        margin-left: 8.33333%;
    }

    .large-offset-2 {
        position: relative;
        margin-left: 16.66667%;
    }

    .large-offset-3 {
        position: relative;
        margin-left: 25%;
    }

    .large-offset-4 {
        position: relative;
        margin-left: 33.33333%;
    }

    .large-offset-5 {
        position: relative;
        margin-left: 41.66667%;
    }

    .large-offset-6 {
        position: relative;
        margin-left: 50%;
    }

    .large-offset-7 {
        position: relative;
        margin-left: 58.33333%;
    }

    .large-offset-8 {
        position: relative;
        margin-left: 66.66667%;
    }

    .large-offset-9 {
        position: relative;
        margin-left: 75%;
    }

    .large-offset-10 {
        position: relative;
        margin-left: 83.33333%;
    }

    .large-offset-11 {
        position: relative;
        margin-left: 91.66667%;
    }

    /* hide/show */
    .show-for-large, .show-for-large-up {
        display: inherit !important;
    }

    .show-for-medium, .show-for-medium-down {
        display: none !important;
    }

    .hide-for-medium, .hide-for-medium-down {
        display: inherit !important;
    }

    .hide-for-large, .hide-for-large-up {
        display: none !important;
    }
}

/* #####LIBRARIES##### */
/* fancyBox v2.1.5 */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

.fancybox-lock {
    overflow: hidden;
    margin: 0 !important;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: auto;
}

/* Owl Carousel v1.24  */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}

@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}

@keyframes empty {
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

/* map escape v1.02 */

.scroll-active .mapescape-scroll-tab:before {
    content: '';
    z-index: -1;
    display: block;
    position: absolute;
    left: -10px;
    top: -10px;
    width: 45px;
    height: 90px;
    right: 0;
    border-radius: 55px 0 0 55px;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    transition: top .3s;
    -moz-transition: top .3s;
    -webkit-transition: top .3s;
}

#nav-primary {
    background: url(../images/bg_navigation.png) no-repeat top right;
    padding-bottom: 1px;
    padding-right: 48px;
    clear: both;
    display: block;
    text-align: center;
    color: #fff;
    height: 51px;
}

.addlink {
    padding-left: 16px;
    background: url(../images/icon-addlink.svg) 0 1px no-repeat;
}

.changelink, .inlinechangelink {
    padding-left: 16px;
    background: url(../images/icon-changelink.svg) 0 1px no-repeat;
}

.errorlist {
    color: #bc2b2b;
    margin: 0;
    margin-top: 0px;
    font-size: 10px;
    margin-top: -10px;
}

.errorlist li {
    list-style: none;
}

.version-num {
    color: #999999;
    font-size: 9px;
}

input {
    font-size: 12px;
}

.login-box {
    box-shadow: 0 2px 4px rgba(10, 10, 10, 0.4);
    background: #fefefe;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    max-width: 300px;
    justify-content: space-between;
}

.button {
    border-radius: 10px;
    text-decoration: None;
    font-size: 12px;
}

.btn-sm {
    border: none !important;
    padding: 0 10px !important;
    font-size: 14px;
    line-height: 16px;
    color: #FFF;
    background-color: #3d9629;
    height: 30px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
    margin-bottom: 8px;
    margin-top: 20px;
}

.btn {
    border: none !important;
    padding: 0 30px !important;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    color: #FFF;
    background: #5E5f60 url(../images/bg_btn_green50.gif) no-repeat 0 0;
    height: 50px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
    margin-bottom: 18px;
}

.title {
    font-size: 2.4rem;
}

.title a {
    color: #000 !important;
}

#default-content {
    background: #fff;
    margin-top: 24px;
    padding: 20px;
}

.input-div {
    padding: 10px;
}

.input-fields {
    display: block;
    padding: 6px 4px;
    border: 1px solid #999;
    width: 100%;
}

#fpn-div, #email-div {
    background: #f2f3f5;
    width: 100%;
}

#reference-number {
    background: #f9f9fa;
    width: 100%;
}

.txt-field {
    width: 50%;
}

.lblTxtField {
    width: 50%;
    float: left;
}

/* footer */
#footer {
    padding: 24px 0;
}

#nav-footer-sitemap {
    padding: 0 12px;
}

#nav-footer-sitemap div {
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
    width: 25%;
    float: left;
}

#nav-footer-sitemap ul {
    margin: 0 0 24px 0;
}

#nav-footer-sitemap ul ul {
    margin: 12px 0 0 0;
}

#nav-footer-sitemap li {
    list-style: none;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

#nav-footer-sitemap li li {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    margin-bottom: 5px;
}

#nav-footer-sitemap a {
    color: #FFF;
}

#nav-footer-sitemap a:link, #nav-footer-sitemap a:visited {
    text-decoration: none;
}

#nav-footer-sitemap a:hover, #nav-footer-sitemap a:active, #nav-footer-sitemap a:focus {
    text-decoration: underline;
}

#nav-social {
    border: 1px solid #828386;
    border-width: 1px 0;
    padding: 12px;
}

#nav-social ul {
    margin: 0;
}

#nav-social li {
    list-style: none;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 12px;
    float: left;
    display: inline;
    position: relative;
    width: 25%;
}

#nav-social a {
    display: inline-block;
    padding-left: 26px;
    line-height: 19px;
    color: #FFF;
    background-size: 20px;
}

#nav-social a:link, #nav-social a:visited {
    text-decoration: none;
}

#nav-social a:hover, #nav-social a:active, #nav-social a:focus {
    text-decoration: underline;
}

#nav-footer-utilities {
    padding: 24px 0;
}

#nav-footer {
    float: right;
    margin: 0 24px;
}

#nav-footer ul {
    margin: 0 0 12px 0;
}

#nav-footer li {
    list-style: none;
    float: left;
    display: inline;
    position: relative;
    margin: 0 12px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
    color: #CCC;
}

#nav-footer li:last-child {
    margin-right: 0;
}

#nav-footer li a {
    display: block;
    color: #FFF;
}

#nav-footer li a:link, #nav-footer li a:visited {
    color: #FFF;
    text-decoration: none;
}

#nav-footer li a:hover, #nav-footer li a:active, #nav-footer li a:focus {
    color: #FFF;
    text-decoration: underline;
}

#nav-footer p {
    clear: both;
    margin: 0;
    color: #CCC;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: right;
}

#nav-footer p a:link, #nav-footer p a:visited {
    color: #CCC;
    text-decoration: none;
}

#nav-footer p a:hover, #nav-footer p a:active, #nav-footer p a:focus {
    color: #CCC;
    text-decoration: underline;
}

#associated-logos {
    float: left;
    margin: 0 24px;
}

#fineEntry td {
    width: 50%;
}

.tr-hr {
    border-bottom: 1px solid green;
}

.space-td {
    padding-top: 10px;
    padding-bottom: 10px;
}

#user-span {
    float: right;
}

.letter-header-div {
    display: inline-block;
    font-size: 10px;
    width: 100%;
}

.letter-footer-div {
    display: inline-block;
    font-size: 8px;
    width: 100%;
}

.letter-head {
    display: inline-block;
}

.letter-footer-img {
    display: inline-block;
}

.letter-foot {
    float: right;
    width: 85%;
}

.letter-head-logo {
    float: right;
}

.letterImg {
    width: 670px;
}

.letter {
    margin-left: 20%;
    font-family: Verdana;
    width: 63%;
    text-align: justify;
}

.final-demand {
    margin-left: 20%;
    font-family: Verdana;
    width: 60%;
    text-align: justify;
    font-size: 11px;
}

.signature {
    width: 170px;
}

.important {
    text-align: center;
    font-weight: bold;
    color: red;
    text-decoration: underline;
    font-size: 16px;
}

.letter-details {
    width: 100%;
}

.left-letter {
    width: 50%;
    display: inline-block;
}

.right-letter {
    text-align: right;
}

.sigOverline {
    text-decoration: overline;
}

.letter-addtype td {
    width: 50%;
}

#watermark {
    position: absolute;
    opacity: 0.25;
    z-index: 10;
}

#bg-text {
    color: brown;
    font-size: 65px;
    transform: rotate(330deg);
    -webkit-transform: rotate(330deg);
}

#watermark-fd {
    position: absolute;
    opacity: 0.25;
    z-index: 10;
}

#bg-text-fd {
    color: brown;
    font-size: 70px;
    transform: rotate(320deg);
    -webkit-transform: rotate(320deg);
}

.pagination {
    margin-top: 5px;
    border: 1px solid #eee;
    font-weight: bold;
}

.pagination .results {
    float: left;
    padding: 5px;
}

.pagination ul {
    float: right;
}

.pagination ul li {
    list-style-type: none;
    background-image: none !important;
    float: left;
    border-bottom: none !important;
}

.filter {
    background: none repeat scroll 0 0 #ffc;
    border: 1px solid #ffcc00;
    margin-bottom: 10px;
    padding: 10px 10px 0;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

html[xmlns] .clearfix {
    display: block;
}
