/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: 06-08-2015 10:36
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
 *    content
 *    header
 *    login-screen
 *    submissions
 *    datepicker (0.0.1)
 *    font-awesome (0.1.0)
 *    magnific-popup (0.1.0)
 */
.visuallyhidden, .sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .focusable.sr-only:active, .visuallyhidden.focusable:focus, .focusable.sr-only:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.popup__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.highlight {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.clearfix, .content_wrapper, .form-footer .prev-next, .form-footer .bottom-links, form fieldset, form .section, form .section.radio ul, form .section.checkbox ul, form .split, .confirmation-form-footer .prev-next, .confirmation-form-footer .bottom-links {
    *zoom: 1;
}

.clearfix:before, .content_wrapper:before, .form-footer .prev-next:before, .form-footer .bottom-links:before, form fieldset:before, form .section:before, form .section.radio ul:before, form .section.checkbox ul:before, form .split:before, .confirmation-form-footer .prev-next:before, .confirmation-form-footer .bottom-links:before, .clearfix:after, .content_wrapper:after, .form-footer .prev-next:after, .form-footer .bottom-links:after, form fieldset:after, form .section:after, form .section.radio ul:after, form .section.checkbox ul:after, form .split:after, .confirmation-form-footer .prev-next:after, .confirmation-form-footer .bottom-links:after {
    content: '';
    display: table;
    line-height: 0;
}

.clearfix:after, .content_wrapper:after, .form-footer .prev-next:after, .form-footer .bottom-links:after, form fieldset:after, form .section:after, form .section.radio ul:after, form .section.checkbox ul:after, form .split:after, .confirmation-form-footer .prev-next:after, .confirmation-form-footer .bottom-links:after {
    clear: both;
}

/*
--------------------
Reset (normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

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

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

pre {
    white-space: pre-wrap;
}

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

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-cancel-button, 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;
}

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

/*@import "normalize-opentype.scss";*/
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

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

/*
--------------------
Utilities
--------------------
*/
.hidden {
    display: none !important;
    visibility: hidden;
}

.invisible {
    visibility: hidden;
}

.pull-left {
    float: left;
}

img.pull-left {
    margin-right: 1em;
}

.pull-right {
    float: right;
}

img.pull-right {
    margin-left: 1em;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 1em;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
--------------------
General
--------------------
*/
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

body {
    /** background-color: #303030;  LLchange **/ 
    margin: 0;
    padding: 0;
    font-size: 1em;
    color: #242424;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
}

img {
    max-width: 100%;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

@-ms-viewport {
    width: device-width;
}

@page {
    margin: 0.5cm;
}

/*
--------------------
Content
--------------------
*/
/* General */
.content_wrapper {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

/* Tables */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 0.5em 0;
}

caption {
    font-size: 12.8px;
    font-size: 0.8rem;
    font-style: italic;
}

th {
    background: #222;
    color: #dddddd;
}

td {
    border: 1px solid #222;
}

/* Buttons */
.button {
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: #222;
    color: #dddddd;
    display: inline-block;
    border: 0;
    padding: 0.5em 1em;
}

.button, .button:visited {
    text-decoration: none;
}

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

.button--large {
    font-size: 24px;
    font-size: 1.5rem;
}

.button--small {
    font-size: 12.8px;
    font-size: 0.8rem;
}

/* Quotes */
blockquote {
    position: relative;
    padding-left: 3em;
    margin: 2em 0;
}

blockquote:before {
    font-size: 80px;
    font-size: 5rem;
    color: #222;
    content: "\201C";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1em;
}

.pull-quote {
    border-top: 1px solid #222;
    padding: 1em 0.5em 0 0.5em;
    margin: 1em;
}

/* Highlight */
.highlight {
    background: #cccccc;
    padding: 0.1em 0.5em;
}

/*
--------------------
Modules
--------------------
*/
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000000;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/**
 * The picker input element.
 */
.picker__input {
    cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
    border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
    width: 100%;
}

/**
 * The holder is the base of the picker.
 */
.picker__holder {
    position: absolute;
    background: #ffffff;
    border: 1px solid #aaaaaa;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    min-width: 176px;
    max-width: 466px;
    max-height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
    padding: 1px;
}

.picker__wrap {
    margin: -1px;
}

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
    max-height: 25em;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    border-top-width: 1px;
    border-bottom-width: 1px;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
    box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
    padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
.picker__header {
    text-align: center;
    position: relative;
    margin-top: 0.75em;
}

/**
 * The month and year labels.
 */
.picker__month, .picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: 0.25em;
    margin-right: 0.25em;
}

.picker__year {
    color: #999999;
    font-size: 0.8em;
    font-style: italic;
}

/**
 * The month and year selectors.
 */
.picker__select--month, .picker__select--year {
    border: 1px solid #b7b7b7;
    height: 2em;
    padding: 0.5em;
    margin-left: 0.25em;
    margin-right: 0.25em;
}

@media (min-width: 24.5em) {
    .picker__select--month, .picker__select--year {
        margin-top: -0.5em;
    }
}

.picker__select--month {
    width: 35%;
}

.picker__select--year {
    width: 22.5%;
}

.picker__select--month:focus, .picker__select--year:focus {
    border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */
.picker__nav--prev, .picker__nav--next {
    position: absolute;
    padding: 0.5em 1.25em;
    width: 1em;
    height: 1em;
    box-sizing: content-box;
    top: -0.25em;
}

@media (min-width: 24.5em) {
    .picker__nav--prev, .picker__nav--next {
        top: -0.33em;
    }
}

.picker__nav--prev {
    left: -1em;
    padding-right: 1.25em;
}

@media (min-width: 24.5em) {
    .picker__nav--prev {
        padding-right: 1.5em;
    }
}

.picker__nav--next {
    right: -1em;
    padding-left: 1.25em;
}

@media (min-width: 24.5em) {
    .picker__nav--next {
        padding-left: 1.5em;
    }
}

.picker__nav--prev:before, .picker__nav--next:before {
    content: " ";
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-right: 0.75em solid #000000;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
}

.picker__nav--next:before {
    border-right: 0;
    border-left: 0.75em solid #000000;
}

.picker__nav--prev:hover, .picker__nav--next:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
}

.picker__nav--disabled, .picker__nav--disabled:hover, .picker__nav--disabled:before, .picker__nav--disabled:before:hover {
    cursor: default;
    background: none;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
.picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: 0.75em;
    margin-bottom: 0.5em;
}

@media (min-height: 33.875em) {
    .picker__table {
        margin-bottom: 0.75em;
    }
}

.picker__table td {
    margin: 0;
    padding: 0;
}

/**
 * The weekday labels
 */
.picker__weekday {
    width: 14.28571%;
    font-size: 0.75em;
    padding-bottom: 0.25em;
    color: #999999;
    font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
    .picker__weekday {
        padding-bottom: 0.5em;
    }
}

/**
 * The days on the calendar
 */
.picker__day {
    padding: 0.3125em 0;
    font-weight: 200;
    border: 1px solid transparent;
}

.picker__day--today {
    position: relative;
}

.picker__day--today:before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 0.5em solid #0059bc;
    border-left: 0.5em solid transparent;
}

.picker__day--disabled:before {
    border-top-color: #aaaaaa;
}

.picker__day--outfocus {
    color: #dddddd;
}

.picker__day--infocus:hover, .picker__day--outfocus:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
}

.picker__day--highlighted {
    border-color: #0089ec;
}

.picker__day--highlighted:hover, .picker--focused .picker__day--highlighted {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
}

.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
    background: #0089ec;
    color: #ffffff;
}

.picker__day--disabled, .picker__day--disabled:hover, .picker--focused .picker__day--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
}

.picker__day--highlighted.picker__day--disabled, .picker__day--highlighted.picker__day--disabled:hover {
    background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
    text-align: center;
}

.picker__button--today, .picker__button--clear, .picker__button--close {
    border: 1px solid #ffffff;
    background: #ffffff;
    font-size: 0.8em;
    padding: 0.66em 0;
    font-weight: bold;
    width: 33%;
    display: inline-block;
    vertical-align: bottom;
}

.picker__button--today:hover, .picker__button--clear:hover, .picker__button--close:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
    border-bottom-color: #b1dcfb;
}

.picker__button--today:focus, .picker__button--clear:focus, .picker__button--close:focus {
    background: #b1dcfb;
    border-color: #0089ec;
    outline: none;
}

.picker__button--today:before, .picker__button--clear:before, .picker__button--close:before {
    position: relative;
    display: inline-block;
    height: 0;
}

.picker__button--today:before, .picker__button--clear:before {
    content: " ";
    margin-right: 0.45em;
}

.picker__button--today:before {
    top: -0.05em;
    width: 0;
    border-top: 0.66em solid #0059bc;
    border-left: 0.66em solid transparent;
}

.picker__button--clear:before {
    top: -0.25em;
    width: 0.66em;
    border-top: 3px solid #ee2200;
}

.picker__button--close:before {
    content: "\D7";
    top: -0.1em;
    vertical-align: top;
    font-size: 1.1em;
    margin-right: 0.35em;
    color: #777777;
}

.picker__button--today[disabled], .picker__button--today[disabled]:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
}

.picker__button--today[disabled]:before {
    border-top-color: #aaaaaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/*-- module:content --*/
/*
*
*    Table of contents:
*        1. Form progress bar
*        2. Content main elements
*        3. Form footer
*        4. Form specific elements
*        5. Roster table custom styles
*       6. Print styles
*       7. Confirmation page table
*
*/
/*
*    1. Form progress bar
*/
.form_progress {
    width: 100%;
    background-color: #000;  
    color: #ffffff;
    counter-reset: section;
    /** margin-bottom: 20px;  LLchange **/ 
}

.form_progress .steps {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.form_progress .steps .step {
    display: table-cell;
    vertical-align: top;
    padding: 15px 5px 10px 5px;
    text-align: center;
    position: relative;
    color: #fff;
    text-decoration: none;
}

.form_progress .steps .step:hover {
    color: #009ce0;
}

.form_progress .steps .step:before {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    counter-increment: section;
    content: counter(section);
    display: block;
    margin: 0 auto 5px auto;
    width: 30px;
    height: 30px;
    line-height: 27px;
    background-color: #555555;
    border: 2px solid #555555;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    position: relative;
    z-index: 300;
}

.form_progress .steps .step:after {
    background-color: #555555;
    content: " ";
    display: block;
    height: 6px;
    position: absolute;
    top: 27px;
    width: 100%;
    z-index: 200;
    right: 50%;
}

.form_progress .steps .step p {
    font-size: 0.8125em;
    margin: 0;
    padding: 0;
}

.form_progress .steps .step:nth-child(1):after {
    display: none;
}

.form_progress .steps .step.checked:after {
    background-color: #009ce0;
}

.form_progress .steps .step.checked:before {
    font-family: "FontAwesome";
    content: "\f00c";
    background-color: #00558b;
    border: 2px solid #009ce0;
}

.form_progress .steps .step.current:after {
    background-color: #009ce0;
}

.form_progress .steps .step.current:before {
    background-color: #00558b;
    border: 2px solid #009ce0;
}

.form_progress .steps .step.current:hover {
    color: #fff;
    cursor: default;
}

/*
*    2. Content main elements
*/
.content .content-label {
    display: table;
    background-color: #4c5966;
    color: #ffffff;
    width: 100%;
}

.content .content-label h2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.25em;
    margin: 0;
    padding: 20px 10px 20px 30px;
}

.content .content-label span {
    display: table-cell;
    vertical-align: middle;
    width: 145px;
    background-color: #596c7c;
    font-size: 1.25em;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 200;
    padding-left: 30px;
}

.content .content-label span:before {
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 0 70px 30px;
    border-color: transparent transparent transparent #4c5966;
    left: 0;
    margin-top: -70px;
    position: absolute;
    top: 50%;
}

.content .content-box {
    /** background-color: #ececec;  LLodge  */
    width: 100%;
    padding: 30px;
    border:1px solid #ceced2;   /** LLodge add border */

}

/*
*    3. Form footer
*/
.form-footer .prev-next {
    /** background-color: #f3f3f3; LLodge  **/ 
    width: 100%;
    position: relative;
    z-index: 200;
}

.form-footer .prev-next .btn, .form-footer .prev-next button:not(.btn-to-top) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #0070b8;
    display: block;
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    padding: 0;
    margin: 30px;
    text-align: center;
    position: relative;
    z-index: 200;
    font-weight: bold;
}

.form-footer .prev-next .btn:before, .form-footer .prev-next button:not(.btn-to-top):before {
    font-size: 1.5625em;
    font-family: "FontAwesome";
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
}

.form-footer .prev-next .btn.prev, .form-footer .prev-next .btn[value="Prev"], .form-footer .prev-next button:not(.btn-to-top).prev, .form-footer .prev-next button:not(.btn-to-top)[value="Prev"] {
    background-color: #ececec;
    color: #0070b8;
    float: left;
}

.form-footer .prev-next .btn.prev:before, .form-footer .prev-next .btn[value="Prev"]:before, .form-footer .prev-next button:not(.btn-to-top).prev:before, .form-footer .prev-next button:not(.btn-to-top)[value="Prev"]:before {
    background-color: #0070b8;
    content: "\f104";
    float: left;
}

.form-footer .prev-next .btn.next, .form-footer .prev-next .btn[value="Next"], .form-footer .prev-next .btn[value="Submit"], .form-footer .prev-next button:not(.btn-to-top).next, .form-footer .prev-next button:not(.btn-to-top)[value="Next"], .form-footer .prev-next button:not(.btn-to-top)[value="Submit"] {
    background-color: #0070b8;
    color: #ffffff;
    float: right;
}

.form-footer .prev-next .btn.next:before, .form-footer .prev-next .btn[value="Next"]:before, .form-footer .prev-next .btn[value="Submit"]:before, .form-footer .prev-next button:not(.btn-to-top).next:before, .form-footer .prev-next button:not(.btn-to-top)[value="Next"]:before, .form-footer .prev-next button:not(.btn-to-top)[value="Submit"]:before {
    background-color: #00558b;
    content: "\f105";
    float: right;
}

.form-footer .prev-next .btn-to-top {
    position: absolute;
    left: 50%;
    width: 100px;
    margin: 40px 0 0 -50px;
    display: block;
    color: #222;
    text-decoration: none;
    line-height: 13px;
    text-align: center;
}

.form-footer .prev-next .btn-to-top:before {
    display: block;
    font-family: "FontAwesome";
    content: "\f0de";
}

.form-footer .prev-next .btn-pdf {
    background-color: #c55412; 
    float: right; 
    border: none; 
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    border-radius: 0; 
    height: 40px; 
    line-height: 40px;
    padding: 0 40px; 
    margin: 40px; 
    text-align: center; 
    color: #fff; 
    text-decoration: none;
}

.form-footer .bottom-links {
    position: relative;
   /** background-color: #303030; LLchange **/ 
    width: 100%;
}

.form-footer .bottom-links .btn, .form-footer .bottom-links input[value*="Save"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.form-footer .bottom-links .btn.gray, .form-footer .bottom-links input[value*="Save"].gray {
    background-color: #555555;
}

.form-footer .bottom-links .btn.orange, .form-footer .bottom-links input[value*="Save"].orange {
    background-color: #c55412;
}

.form-footer .bottom-links .btn.blue, .form-footer .bottom-links input[value*="Save"].blue {
    background-color: #00558b;
}

.form-footer .bottom-links .btn.left, .form-footer .bottom-links input[value*="Save"].left {
    float: left;
}

.form-footer .bottom-links .btn.right, .form-footer .bottom-links input[value*="Save"].right {
    float: right;
}

.form-footer .bottom-links input[value*="Save"] {
    background-color: #c55412;
    float: right;
    border: none;
}

/*
*    4. Form specific elements
*/
form {
    font-size: 0.875em;
}

form .bold {
    font-weight: bold !important;
}

form h3 {
    font-size: 1.125em;
    color: #0070b8;
    font-weight: normal;
}

form h4 {
    background-color: #242424;
    font-size: 1.125em;
    color: #ffffff;
    font-weight: normal;
    padding: 20px;
}

form fieldset {
    display: block;
    border: none;
    padding: 0;
    margin: 0;
}

form fieldset legend {
    display: block;
    border: none;
    font-size: 1em;
    font-weight: bold;
    padding: 0;
    margin: 0 0 5px 0;
    max-width: 80%;
}

form input[type="text"], form input[type="email"], form input[type="number"], form textarea {
    border: 1px solid #555555;
    float: none;
    width: 100%;
    padding: 10px;
    border-radius: 5px;   /** LLodge **/
}

form input[type="text"]:hover, form input[type="text"]:focus, form input[type="email"]:hover, form input[type="email"]:focus, form input[type="number"]:hover, form input[type="number"]:focus, form textarea:hover, form textarea:focus {
    outline: 1px solid #0070b8;
    border-color: #0070b8;
}

form input[type="number"]::-webkit-inner-spin-button, form input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

form textarea {
    resize: none;
   /*--  min-height: 200px; removed by BH**/
}

form label {
    max-width: 80%;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

form select {
    display: block;
    border-radius: 5px; 
    padding:10px;
    /** LLodge **/
}

form .section {
    margin-bottom: 15px;
    position: relative;
}

form label.left, form input[type="text"].left, form input[type="radio"].left, form input[type="checkbox"].left, form select.left, form li.left {
    float: left;
}

form input[type="text"].short, form select.short {
    width: auto;
}

form .error_msg, form label.error {
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 200;
    font-weight: bold;
    font-size: 0.85714em;
    color: #c10100;
}

form .error_msg:after, form label.error:after {
    font-family: "FontAwesome";
    content: "\f00d";
    font-weight: normal;
    padding-left: 5px;
}

form .error .error_msg {
    display: block;
}

form .error input[type="text"], form .error textarea {
    border: 1px solid #c10100;
    outline: 1px solid #c10100;
}

form .error input[type="text"]:hover, form .error input[type="text"]:focus, form .error textarea:hover, form .error textarea:focus {
    border: 1px solid #c10100;
    outline: 1px solid #c10100;
}

form input.error, form textarea.error {
    border: 1px solid #c10100;
    outline: 1px solid #c10100;
}

form input[type="radio"].error + label:before {
    border: 1px solid #c10100;
}

form fieldset.radio label.error {
    display: none;
}

form .section.radio ul, form .section.checkbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

form .section.radio ul li, form .section.checkbox ul li {
    float: left;
    overflow: hidden;
}

form input[type="radio"], form input[type="checkbox"] {
    float: left;
    margin-left: -50px;
}

form input[type="radio"] + label, form input[type="checkbox"] + label {
    float: left;
    line-height: 37px;
    padding-right: 20px;
    max-width: 100%;
}

form input[type="radio"] + label:before, form input[type="checkbox"] + label:before {
    font-size: 1.14286em;
    background-color: #ffffff;
    border: 1px solid #555555;
    float: left;
    font-family: "FontAwesome";
    content: " ";
    color: #fff;
    display: inline-block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    margin-right: 10px;
    font-weight: normal;
}

form input[type="radio"]:checked + label:before, form input[type="checkbox"]:checked + label:before {
    background-color: #0070b8;
    color: #ffffff;
    content: "\f00c";
}

form input[type="radio"]:focus + label, form input[type="checkbox"]:focus + label {
    outline: 1px dotted #000;
}

form .sq-backend-table input[type="checkbox"] {
    visibility: hidden;
}

form .sq-backend-table input[type="checkbox"] + label {
    text-indent: -9999px;
}

form .sq-backend-table input[type="checkbox"] + label:before {
    text-indent: 0;
}

form .sq-backend-table th {
    text-align: left;
}

form .sq-backend-table td {
    border: none;
}

form .section.has-datepicker {
    z-index: 500;
}

form .section.has-datepicker label:not(.error) {
    font-weight: bold;
    line-height: 40px;
    padding-right: 10px;
}

form .section.has-datepicker input[type="text"].datepicker {
    padding-right: 50px;
}

form .section.has-datepicker input[type="text"].datepicker.short {
    width: 160px;
}

form .section.has-datepicker i.fa-calendar {
    color: #0070b8;
    float: left;
    left: -27px;
    line-height: 40px;
    position: relative;
}

form .section.has-datepicker label.error {
    padding-top: 8px;
}

form .selectric-short {
    width: 100px;
}

form .selectric-left {
    float: left;
    margin-right: 10px;
}

form .selectric {
    background-color: #ffffff;
    border: 1px solid #555555;
}

form .selectric.error {
    border: 1px solid #c10100;
    outline: 1px solid #c10100;
}

form .selectric.error .button {
    background-color: #c10100;
}

form .selectric.error:hover .button {
    background-color: #0070b8;
}

form .selectric:hover, form .selectric:focus {
    outline: 1px solid #0070b8;
    border-color: #0070b8;
}

form .selectric .button {
    background-color: #0070b8;
}

form .selectric .button:after {
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-bottom: none;
}

form .selectric .button:hover:after {
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-bottom: none;
}

form .selectric-items li {
    background-color: #ffffff;
}

form .selectric-items li:hover, form .selectric-items li.selected {
    background-color: #0070b8;
    color: #ffffff;
}

form .split > div {
    float: left;
    width: 48%;
    margin-right: 2%;
}

form .picker__header select[class*=picker__select] {
    display: inline-block;
    height: 2.5em;
}

form .file {
    background-color: #f3f3f3;
    padding: 20px;
    border: 1px solid #242424;
}

form .file.checkbox label {
    line-height: 20px;
    margin-bottom: 0;
}

form .file.opened {
    -webkit-box-shadow: 0 0 0 2000px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 0 2000px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 2000px rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 99999999;
}

form .file.opened .file_box {
    display: block;
}

form .file .file_box {
    margin-top: 20px;
    display: none;
}

form .file .file_box input[type="file"] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

form .file .file_box .choose {
    background-color: #0070b8;
    color: #ffffff;
    border: none;
    float: left;
    font-weight: bold;
    padding: 11px 15px;
}

form .file .file_box input[type="text"] {
    border-color: #0070b8;
    float: left;
    width: 40%;
    margin-right: 10px;
    outline: none;
}

form .file .file_box .clear {
    border: 1px solid #0070b8;
    color: #0070b8;
    background-color: #ececec;
    float: left;
    font-weight: bold;
    padding: 10px 15px;
}

form .signature-field {
    border: 1px solid #242424;
    width: 100%;
    height: 130px;
    background-color: #ffffff;
    margin-bottom: 10px;
}

form .signature-field i {
    float: right;
    font-size: 1.5em;
    margin: -35px 10px 0 0;
}

form .note {
    font-style: italic;
    margin-bottom: 0.5em;
}

form .note ul {
    list-style: disc !important;
}

form .note ul li {
    float: none !important;
    margin-left: 1.5em;
    overflow: visible !important;
}

form .selectric-hide-select select {
    display: block;
}

/*
 *    5. Roster table custom styles
 */
.work-absence .sq-backend-table th {
    text-align: center;
}

.work-absence .sq-backend-table tr.even {
    background-color: #DADADA;
    border-top: 1px solid #ececec;
}

.work-absence .sq-backend-table th.sq-backend-table-header {
    background-color: #b2b2b2;
    color: #242424;
    font-weight: bold;
    border-bottom: 1px solid #ececec;
}

.work-absence .sq-backend-table input[type="checkbox"] + label {
    padding: 0;
    margin: 5px 0;
    margin-right: calc(50% - 18px);
    float: right;
}

.work-absence .sq-backend-table input[type="checkbox"] + label:before {
    margin-right: 0;
}

.work-absence .sq-backend-table-header {
    width: 12.5%;
}

/*
Utilities
*/
.hide {
    display: none;
}

.non-mandatory abbr.sq-form-required-field {
    display: none;
}

/*
 *  6. Print styles
 */
@media print {
    .print-only {
        display: none;
    }

    .dec-print .content_wrapper {
        padding: 0;
    }

    .dec-print .content .content-box {
        background: #fff;
        padding: 15px 30px;
    }

    .dec-print .file, .dec-print .print-hide {
        display: none;
    }

    .dec-print .print-only {
        display: block;
    }

    .dec-print .print-only.inline {
        display: inline;
    }

    .dec-print h4 {
        padding: 8px 20px;
        margin: 0 0 10px 0;
        font-size: 1em;
    }

    .dec-print form input.short[type="text"], .dec-print .dec-print form select.short {
        width: 70%;
    }

    .dec-print form .signature-field {
        height: 90px;
        width: 290px;
        background: none;
        border: 1px solid #ccc;
    }

    .dec-print form input[type="text"], .dec-print form input[type="email"], .dec-print form input[type="number"], .dec-print form textarea {
        background: none;
        border: 1px solid #ccc;
    }

    .dec-print form input[type="text"] {
        padding: 3px;
    }

    .dec-print .print-border {
        line-height: 1em;
        border: 1px solid #ccc;
        padding: 0 10px;
        font-size: 0.7em;
        background: #f6f6f6;
    }

    .dec-print .print-border.print-col1 {
        height: 710px;
    }

    .dec-print .print-border.print-col2 {
        height: 775px;
    }

    .dec-print .form-footer {
        background: #fff;
        text-align: right;
    }

    .dec-print .form-footer img {
        margin-right: 50px;
    }

    .dec-print .page-top .content_wrapper {
        background-position: 305px 15px;
        background: #fff !important;
    }

    .dec-print form .section label {
        line-height: 20px !important;
    }

    canvas.claimant, canvas.witness, canvas.rep {
        height: 88px;
        width: 288px;
    }

    canvas.rep {
        height: 88px;
        width: 288px;
    }

    .form-footer .claim-number {
        margin-left: 30px;
        float: left;
    }
}

/*
 *  7. Confirmation page table
 */
.confirmation-summary table {
    border-bottom: 3px solid #0070b8;
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word;
}

.confirmation-summary table td[colspan="2"] {
    background: #0070b8;
    padding: 15px;
    color: white;
}

.confirmation-summary table tr:nth-child(odd) {
    background: #efefef;
}

.confirmation-summary table tr:nth-child(even) {
    background: #ffffff;
}

.confirmation-summary table td {
    border: none;
    padding: 15px;
    vertical-align: text-top;
}

.confirmation-summary table td ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.confirmation-summary table td ul li {
    font-weight: bold;
}

.confirmation-summary table tr td:first-child {
    border-right: 2px solid #dadada;
    width: 30%;
}

.confirmation-form-footer .prev-next {
    background-color: #f3f3f3;
    width: 100%;
    position: relative;
    z-index: 200;
}

.confirmation-form-footer .prev-next .btn, .confirmation-form-footer .prev-next button:not(.btn-to-top) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #0070b8;
    display: block;
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    padding: 0;
    margin: 30px;
    text-align: center;
    position: relative;
    z-index: 200;
    font-weight: bold;
}

.confirmation-form-footer .prev-next .btn:before, .confirmation-form-footer .prev-next button:not(.btn-to-top):before {
    font-size: 1.5625em;
    font-family: "FontAwesome";
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
}

.confirmation-form-footer .prev-next .btn.prev, .confirmation-form-footer .prev-next .btn[value="Prev"], .confirmation-form-footer .prev-next button:not(.btn-to-top).prev, .confirmation-form-footer .prev-next button:not(.btn-to-top)[value="Prev"] {
    background-color: #0070b8;
    color: #ffffff;
    float: left;
}

.confirmation-form-footer .prev-next .btn.prev:before, .confirmation-form-footer .prev-next .btn[value="Prev"]:before, .confirmation-form-footer .prev-next button:not(.btn-to-top).prev:before, .confirmation-form-footer .prev-next button:not(.btn-to-top)[value="Prev"]:before {
    content: "\f104";
    color: #42b5ff;
    font-size: 1.14286em;
    padding: 0 15px 0 0;
    font-weight: normal;
}

.confirmation-form-footer .prev-next .btn.next, .confirmation-form-footer .prev-next .btn[value="Next"], .confirmation-form-footer .prev-next .btn[value="Submit"], .confirmation-form-footer .prev-next .btn[value="Return to home"], .confirmation-form-footer .prev-next button:not(.btn-to-top).next, .confirmation-form-footer .prev-next button:not(.btn-to-top)[value="Next"], .confirmation-form-footer .prev-next button:not(.btn-to-top)[value="Submit"], .confirmation-form-footer .prev-next button:not(.btn-to-top)[value="Return to home"] {
    background-color: #0070b8;
    color: #ffffff;
    float: right;
}

.confirmation-form-footer .prev-next .btn.next:before, .confirmation-form-footer .prev-next .btn[value="Next"]:before, .confirmation-form-footer .prev-next .btn[value="Submit"]:before, .confirmation-form-footer .prev-next .btn[value="Return to home"]:before, .confirmation-form-footer .prev-next button:not(.btn-to-top).next:before, .confirmation-form-footer .prev-next button:not(.btn-to-top)[value="Next"]:before, .confirmation-form-footer .prev-next button:not(.btn-to-top)[value="Submit"]:before, .confirmation-form-footer .prev-next button:not(.btn-to-top)[value="Return to home"]:before {
    content: "\f046";
    color: #42b5ff;
    font-size: 1.14286em;
    padding: 0 15px 0 0;
    font-weight: normal;
}

.confirmation-form-footer .prev-next .btn[value="Return to home"], .confirmation-form-footer .prev-next button:not(.btn-to-top)[value="Return to home"] {
    width: 200px;
}

.confirmation-form-footer .prev-next .btn[value="Return to home"]:before, .confirmation-form-footer .prev-next button:not(.btn-to-top)[value="Return to home"]:before {
    content: "\f015";
}

.confirmation-form-footer .prev-next .btn-to-top {
    position: absolute;
    left: 50%;
    width: 100px;
    margin: 40px 0 0 -50px;
    display: block;
    color: #222;
    text-decoration: none;
    line-height: 13px;
    text-align: center;
}

.confirmation-form-footer .prev-next .btn-to-top:before {
    display: block;
    font-family: "FontAwesome";
    content: "\f0de";
}

.confirmation-form-footer .bottom-links {
    background-color: #303030;
    width: 100%;
}

.confirmation-form-footer .bottom-links .btn, .confirmation-form-footer .bottom-links input[value*="Save"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.confirmation-form-footer .bottom-links .btn.gray, .confirmation-form-footer .bottom-links input[value*="Save"].gray {
    background-color: #555555;
}

.confirmation-form-footer .bottom-links .btn.orange, .confirmation-form-footer .bottom-links input[value*="Save"].orange {
    background-color: #c55412;
}

.confirmation-form-footer .bottom-links .btn.blue, .confirmation-form-footer .bottom-links input[value*="Save"].blue {
    background-color: #00558b;
}

.confirmation-form-footer .bottom-links .btn.left, .confirmation-form-footer .bottom-links input[value*="Save"].left {
    float: left;
}

.confirmation-form-footer .bottom-links .btn.right, .confirmation-form-footer .bottom-links input[value*="Save"].right {
    float: right;
}

.confirmation-form-footer .bottom-links input[value*="Save"] {
    background-color: #c55412;
    float: right;
    border: none;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    max-width: 1024px;
}

button.mfp-close, button.mfp-arrow {
    font-size: 100px;
    margin: 20px;
}

#summary-popup {
    background: #fff;
    overflow: hidden;
    padding: 20px;
}

#summary-popup #confirm-next {
    background: #0070b8;
    float: right;
    padding: 10px;
    border: none;
    margin: 20px 0 20px 20px;
    color: #fff;
}

.submissions table td:first-child, .claim table td:first-child {
    word-wrap: break-word;
    word-break: break-all;
}

.submissions table.submission tr.expire-note td, .claim table.submission tr.expire-note td {
    padding: 5px;
    text-align: left;
    background: #c10100;
    color: #fff;
}

.print-btn {
    display: inline-block;
    background: #0070b8;
    padding: 10px;
    text-decoration: none;
    color: #fff;
}

.print-btn:hover {
    text-decoration: none;
}

.prev-next .overlay, .bottom-links .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}

/*-- module:header --*/
.page-top {
    display: table;
    width: 100%;
    background-color:#000;   /** LLodge 4c5966**/
}

.page-top .content_wrapper {
    position: relative;
}

.page-top .content_wrapper a.logout {
    position: absolute;
    top: 0;
    right: 20px;
    display: block;
    padding: 0 40px;
    background-color: #596c7c;  /** LLodge **/
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    margin: 14px 0;
}

@media only screen and (max-width: 768px) {
    .page-top .content_wrapper a.logout {
        position: initial;
        display: table-cell;
    }
}

.page-top a {
    display: table-cell;
    vertical-align: middle;
}

.page-top a img {
    border-right: 1px solid #000;
    display: block;
    max-width: 100%;
    height: auto;
    padding-right: 20px;
}

.page-top h1 {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.25em;
    color: #ffffff;
    padding: 20px;
}

.dec-print .page-top {
    background: none;
}

.dec-print .page-top .content_wrapper {
    background: #fff url(mysource_files/header-bg-print.jpg) no-repeat right 25px;
}

.dec-print .page-top h1 {
    display: none;
}

.dec-print .page-top img {
    margin-left: 35px;
    border: none;
}

.dec-print .page-top h3 {
    margin: 10px 0 0 50px;
    font-size: 1.7em;
    color: #ec6a1f;
    font-weight: normal;
}

/*-- module:login-screen --*/
html.login {
    height: 100%;
    min-height: 100%;
}

html.login body {
    height: 100%;
    background: #c55412;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1NTQxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMDg4NGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c55412 0%, #f0884b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c55412), color-stop(100%, #f0884b));
    background: -webkit-linear-gradient(top, #c55412 0%, #f0884b 100%);
    background: -o-linear-gradient(top, #c55412 0%, #f0884b 100%);
    background: -ms-linear-gradient(top, #c55412 0%, #f0884b 100%);
    background: linear-gradient(to bottom, #c55412 0%, #f0884b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$darkOrange', endColorstr='$lightOrange',GradientType=0 );
}

html.login body .page-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

html.login body .page-wrapper .login_form_box {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

html.login body .page-wrapper .login_form_box .login_box {
    width: 100%;
    max-width: 460px;
    padding: 0 10px;
    margin: 0 auto;
    text-align: center;
}

html.login body .page-wrapper .login_form_box .login_box img {
    max-width: 90%;
    height: auto;
    display: block;
    margin: 0 auto 50px auto;
}

html.login body .page-wrapper .login_form_box .login_box h1 {
    color: #ffffff;
    font-size: 1.875em;
    font-weight: normal;
    margin: 0;
    padding: 0 0 30px 0;
}

html.login body .page-wrapper .login_form_box .login_box .login_form {
    background-color: #ececec;
}

html.login body .page-wrapper .login_form_box .login_box .login_form h2 {
    background-color: #242424;
    color: #ffffff;
    padding: 15px 20px;
}

html.login body .page-wrapper .login_form_box .login_box .login_form .sq-message {
    color: #c10100;
    font-size: 0.75em;
    padding-bottom: 10px;
}

html.login body .page-wrapper .login_form_box .login_box .login_form .sq-login-message {
    font-size: 0.75em;
    padding-bottom: 10px;
}

html.login body .page-wrapper .login_form_box .login_box .login_form .sq-field-wrapper {
    width: 90%;
    max-width: 345px;
    margin: 0 auto 20px auto;
    text-align: left;
    position: relative;
    z-index: 200;
}

html.login body .page-wrapper .login_form_box .login_box .login_form .sq-field-wrapper label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

html.login body .page-wrapper .login_form_box .login_box .login_form .sq-field-wrapper label i {
    color: #0070b8;
    position: absolute;
    top: 40px;
    left: 15px;
}

html.login body .page-wrapper .login_form_box .login_box .login_form .sq-field-wrapper input[type="text"], html.login body .page-wrapper .login_form_box .login_box .login_form .sq-field-wrapper input[type="password"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #242424;
    display: block;
    outline: none;
    width: 100%;
    padding: 10px 10px 10px 40px;
}

html.login body .page-wrapper .login_form_box .login_box .login_form .sq-commit-section {
    padding-bottom: 40px;
}

html.login body .page-wrapper .login_form_box .login_box .login_form .sq-commit-section input[type="submit"] {
    border: none;
    background-color: #0070b8;
    color: #ffffff;
    padding: 10px 20px;
    width: 90%;
    max-width: 345px;
}

/*-- module:submissions --*/
.message {
    background-color: #242424;
    color: #ec6a1f;
    margin: 0 auto;
    max-width: 984px;
    padding: 20px 60px 20px 20px;
    width: 100%;
    font-weight: bold;
    position: relative;
}

.message .close {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    display: block;
    font-size: 1.75em;
    font-weight: normal;
    padding: 10px 20px;
}

.submissions h2 {
    color: #0070b8;
    float: left;
    padding: 0;
    margin: 0;
}

.submissions .new-lodgement {
    background-color: #0070b8;
    float: right;
    display: block;
    padding: 10px 20px;
    margin-bottom: 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.875em;
    font-weight: bold;
}

.submissions .new-lodgement:before {
    font-family: "FontAwesome";
    content: "\f044";
    color: #42b5ff;
    font-size: 1.14286em;
    padding: 0 10px 0 0;
    font-weight: normal;
}

.submissions .alert {
    background-color: #c10100;
    padding: 5px 15px 5px 40px;
    color: #ffffff;
    font-size: 0.875em;
}

.submissions .alert:before {
    font-family: "FontAwesome";
    content: "\f071";
    display: block;
    float: left;
    margin-left: -25px;
}

.submissions .submission, .submissions .claim {
    border-collapse: collapse;
    border: 1px solid #242424;
    color: #ffffff;
    margin-bottom: 15px;
    margin-top: 0;
}

.submissions .submission thead th, .submissions .claim thead th {
    padding: 10px 20px;
    background-color: #626262;
    position: relative;
}

.submissions .submission thead th:after, .submissions .submission thead th:before, .submissions .claim thead th:after, .submissions .claim thead th:before {
    position: absolute;
    right: 7px;
    top: 50%;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
}

.submissions .submission thead th:after, .submissions .claim thead th:after {
    margin-top: -10px;
    border-width: 0 3px 6px 3px;
    border-color: transparent transparent #ffffff transparent;
}

.submissions .submission thead th:before, .submissions .claim thead th:before {
    margin-top: 2px;
    border-width: 6px 3px 0 3px;
    border-color: #ffffff transparent transparent transparent;
}

.submissions .submission thead th.sorting_asc:after, .submissions .claim thead th.sorting_asc:after {
    border-color: transparent transparent #ec6a1f transparent;
}

.submissions .submission thead th.sorting_desc:before, .submissions .claim thead th.sorting_desc:before {
    border-color: #ec6a1f transparent transparent transparent;
}

.submissions .submission thead th:nth-child(odd), .submissions .claim thead th:nth-child(odd) {
    background-color: #4f4f4f;
}

.submissions .submission thead th:last-child, .submissions .claim thead th:last-child {
    background-color: #242424;
    color: #242424;
}

.submissions .submission thead th:last-child:after, .submissions .submission thead th:last-child:before, .submissions .claim thead th:last-child:after, .submissions .claim thead th:last-child:before {
    display: none;
}

.submissions .submission thead th.sorting_disabled:after, .submissions .submission thead th.sorting_disabled:before, .submissions .claim thead th.sorting_disabled:after, .submissions .claim thead th.sorting_disabled:before {
    display: none;
}

.submissions .submission tr, .submissions .claim tr {
    border-bottom: 1px solid #242424;
}

.submissions .submission tr td, .submissions .claim tr td {
    color: #f3f3f3;
    border: none;
}

.submissions .submission tr td:nth-child(odd), .submissions .claim tr td:nth-child(odd) {
    background-color: #4f4f4f;
}

.submissions .submission tr td:nth-child(even), .submissions .claim tr td:nth-child(even) {
    background-color: #626262;
}

.submissions .submission tr td:last-child, .submissions .claim tr td:last-child {
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
}

.submissions .submission tr td:last-child a, .submissions .claim tr td:last-child a {
    font-size: 0.75em;
    background-color: #ffffff;
    color: #0070b8;
    display: block;
    margin: 0 auto;
    padding: 10px 10px;
    border: 1px solid #0070b8;
    text-decoration: none;
    max-width: 160px;
}

.submissions .submission tr td:last-child a:hover, .submissions .submission tr td:last-child a:focus, .submissions .claim tr td:last-child a:hover, .submissions .claim tr td:last-child a:focus {
    background-color: #0070b8;
    color: #ffffff;
}

.submissions .submission tr td, .submissions .claim tr td {
    color: #222;
    vertical-align: top;
    width: 25%;
    padding: 10px;
}

.submissions .submission tr td:nth-child(odd), .submissions .claim tr td:nth-child(odd) {
    background-color: #efefef;
}

.submissions .submission tr td:nth-child(even), .submissions .claim tr td:nth-child(even) {
    background-color: #ffffff;
}

.submissions .submission tr td strong, .submissions .claim tr td strong {
    text-transform: uppercase;
}

.submissions .claim tr {
    border-bottom: 1px solid #555555;
}

.submissions .claim tr td {
    vertical-align: middle;
}

.submissions .claim tr td:last-child {
    text-align: center;
}

.submissions .claim tr td:last-child a {
    background-color: #ffffff;
    color: #0070b8;
    display: block;
    margin: 0 auto;
    padding: 10px 10px;
    border: 1px solid #0070b8;
    text-decoration: none;
    max-width: 160px;
}

.submissions .claim tr td:last-child a:hover, .submissions .claim tr td:last-child a:focus {
    background-color: #0070b8;
    color: #ffffff;
}

.submissions .form-footer {
    font-size: 0.875em;
}

.submissions .dataTables_filter {
    margin-bottom: 20px;
}

.submissions .dataTables_filter label {
    font-weight: bold;
}

.submissions .dataTables_filter input[type="search"] {
    border: 1px solid #555555;
    padding: 10px;
    margin-left: 10px;
}

/*-- module:squiz-module-datepicker --*/
/*-- module:squiz-module-font-awesome --*/
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
  src: url('https://www-tac-stage.squiz.cloud/__data/assets/file/0003/310836/fontawesome-webfont.eot?v=0.1.1?v=4.0.3');
  src: url('https://www-tac-stage.squiz.cloud/__data/assets/file/0003/310836/fontawesome-webfont.eot?v=0.1.1?#iefix&v=4.0.3') format('embedded-opentype'), url('https://www-tac-stage.squiz.cloud/__data/assets/file/0018/310833/fontawesome-webfont.woff?v=0.1.1?v=4.0.3') format('woff'), url('https://www-tac-stage.squiz.cloud/__data/assets/file/0020/310835/fontawesome-webfont.ttf?v=0.1.1?v=4.0.3') format('truetype'), url('https://www-tac-stage.squiz.cloud/__data/assets/file/0019/310834/fontawesome-webfont.svg?v=0.1.1?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-asc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-desc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-mail-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

/*-- module:squiz-module-magnific-popup --*/
/*======================================
  Selectric v1.9.3
======================================*/
.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    border: 1px solid #DDD;
    background: #F8F8F8;
    position: relative;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #BBB;
    border-bottom: none;
}

.selectric-hover .selectric {
    border-color: #C4C4C4;
}

.selectric-hover .selectric .button {
    color: #A2A2A2;
}

.selectric-hover .selectric .button:after {
    border-top-color: #A2A2A2;
}

.selectric-open {
    z-index: 9999;
}

.selectric-open .selectric {
    border-color: #C4C4C4;
}

.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
    display: none;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F8F8F8;
    border: 1px solid #C4C4C4;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

.selectric-items li {
    display: block;
    padding: 8px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #EEE;
    color: #666;
    cursor: pointer;
}

.selectric-items li.selected {
    background: #EFEFEF;
    color: #444;
}

.selectric-items li:hover {
    background: #F0F0F0;
    color: #444;
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}

@media (min-width: 37.5em) {
}

@media (min-width: 60em) {
}

@media print {
}




@media (max-width: 600px) {
    

            form .error_msg, form label.error {
                position: inline;
            }    
                
            .form-footer .prev-next .btn, .form-footer .prev-next button:not(.btn-to-top) {
                margin:0px!important;
            }    
    
            .form-footer .prev-next .btn-to-top {
                margin: 60px 0 0 -50px!important;
            }
    
            .content_wrapper {
                padding: 0 5px!important;    
            }
            .content .content-box {
                padding: 12px!important;
            }
    
}

form .hasfilein input[type="checkbox"] {
    float: none;
    margin-left: 0px;
}


sitelinks {
    margin: 0;
    padding: 20px;
    list-style-type: none;
    text-align: center;
    float: left;
    color:#000;
}

.sitelinks li {
    margin: 0;
    padding: 10px;
    display: inline-block;
    line-height: 1.6em;
    color:#000;
}
.sitelinks a {
    color:#000;
    font-size:80%;
}

.error{
    color:#c10100;
    
}



.sservices-callout,.sd-callout {
    background-color: #ebf1f2;
    border: 1px solid #d0dce0;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.22);
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.22);
    margin-bottom: .625rem;
    padding: .625rem .9375rem;
}

    .sservices-callout h3, .sd-callout h3{
      display:inline
      
    }


.form-footer .bottom-links input[value*="Save"] {
  background-color: #0070b8;
  float:none;
}
.form-footer .bottom-links {

  text-align: center;
}