/*
Author:         Argon Design
Author URI:     http://www.argondesign.com.au
Version:        1.0
*/

/*normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css
    1. Change the default font family in all browsers (opinionated).
    2. Correct the line height in all browsers.
    3. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.
*/

/* Document */
html {
    line-height: 1.15; /* 2 */
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections - Remove the margin in all browsers (opinionated). */
body {
    margin: 0;
}

/* Add the correct display in IE 9-. */
article, aside, footer, header, nav, section {
    display: block;
}

/* Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 {
    font-size: 2em;
    margin: 0 0 0.67em;
}

h2 {
	margin:25px auto 5px 40px;
	height:auto;
}

/* Grouping content - Add the correct display in IE 9-. */
figcaption, figure, main {
    display: block;
}

/* Add the correct margin in IE 8. */
figure {
    margin: 1em 40px;
}

/*
    1. Add the correct box sizing in Firefox.
    2. Show the overflow in Edge and IE.
*/
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/*
    1. Correct the inheritance and scaling of font size in all browsers.
    2. Correct the odd `em` font sizing in all browsers.
*/
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
    1. Remove the gray background on active links in IE 10.
    2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/* Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover {
    outline-width: 0;
}

/*
    1. Remove the bottom border in Firefox 39-.
    2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/* Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong {
    font-weight: inherit;
}

/* Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
    font-weight: bolder;
}

/*
    1. Correct the inheritance and scaling of font size in all browsers.
    2. Correct the odd `em` font sizing in all browsers.
*/
code, kbd, samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Add the correct font style in Android 4.3-. */
dfn {
    font-style: italic;
}

/* Add the correct background and color in IE 9-. */
mark {
    background-color: #ff0;
    color: #000;
}

/* Add the correct font size in all browsers. */
small {
    font-size: 80%;
}

/* Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content - Add the correct display in IE 9-. */
audio, video {
    display: inline-block;
}

/* Add the correct display in iOS 4-7. */
audio:not([controls]) {
    display: none;
    height: 0;
}

/* Remove the border on images inside links in IE 10-. */
img {
    border-style: none;
}

/* Hide the overflow in IE. */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
    1. Change the font styles in all browsers (opinionated).
    2. Remove the margin in Firefox and Safari.
*/
input, optgroup, select, textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/* Show the overflow in Edge. */
button, input {
    overflow: visible;
}

/* Remove the inheritance of text transform in Edge, Firefox, and IE.
    1. Remove the inheritance of text transform in Firefox.
*/
button, select {
    text-transform: none; /* 1 */
}

/*
    1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4.
    2. Correct the inability to style clickable types in iOS and Safari.
*/
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/* Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/* Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/* Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
    1. Correct the text wrapping in Edge and IE.
    2. Correct the color inheritance from `fieldset` elements in IE.
    3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
*/
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/*
    1. Add the correct display in IE 9-.
    2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/* Remove the default vertical scrollbar in IE. */
textarea {
    overflow: auto;
}

/*
    1. Add the correct box sizing in IE 10-.
    2. Remove the padding in IE 10-.
*/
[type="checkbox"], [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/* Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/*
    1. Correct the odd appearance in Chrome and Safari.
    2. Correct the outline style in Safari.
*/
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/* Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
    1. Correct the inability to style clickable types in iOS and Safari.
    2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive - Add the correct display in IE 9-.
    1. Add the correct display in Edge, IE, and Firefox.
*/
details, menu {
    display: block;
}

/* Add the correct display in all browsers. */
summary {
    display: list-item;
}

/* Scripting - Add the correct display in IE 9-. */
canvas {
    display: inline-block;
}

/* Add the correct display in IE. */
template {
    display: none;
}

/* Hidden - Add the correct display in IE 10-. */
[hidden] {
    display: none;
}

::-moz-selection {
    background: #000;
    color: #FFF;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #FFF;
    text-shadow: none;
}

a {
    color: #19acee;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

a:focus {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 26px 0 13px;
    font-weight: 700;
    line-height: 1.2;
    text-rendering: optimizelegibility;
}
.popover-header {
    margin: 0 0 0;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}

h1 {
    font-size: 32px;
    margin-top:0px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
    padding-left:0;
}

h4 {
    font-size: 22px;
    margin: 0 0 10px;
    padding-left:0;
}

h5 {
    font-size: 18px;
    margin: 0 0 10px;
    padding-left:0;
}

h6 {
    font-size: 16px;
    margin: 0 0 10px;
    padding-left:0;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

abbr {
    cursor: help;
}

hr {
    height: 0;
    border: 0;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid transparent;
}

blockquote {
    padding: 40px 0 14px 50px;
    margin: 60px 0;
    background: none;
    border-left: 10px solid #19acee;
    font-style: italic;
    font-size: 20px;
    color: #19acee;
}

blockquote footer, blockquote small, blockquote cite {
    display: block;
    margin: 0 0 26px;
    color: #19acee;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
}

blockquote footer span, blockquote small span, blockquote cite span {
      font-weight: normal;
}

address {
    display: block;
    margin-bottom: 26px;
    font-style: normal;
}

table {
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table.table {
    width: 100%;
    margin: 0 0 26px;
    background: #FFF;
    font-size: 16px;
}

table.table th, table.table td {
    padding: 1.7vh;
    text-align: left;
    vertical-align: top;
}

table.table th {
    font-weight: 700;
}

table.table thead th {
    vertical-align: bottom;
    background-color: #19acee;
    color: #FFF;
}

table.table tbody tr th, table.table tbody tr td {
    border-bottom: 1px solid #DDD;
}

table.table tbody tr:nth-child(even) th, table.table tbody tr:nth-child(even) td {
    background-color: #F5F5F5;
}

table.table caption + thead tr:first-child th, table.table caption + thead tr:first-child td,
table.table colgroup + thead tr:first-child th, table.table colgroup + thead tr:first-child td,
table.table thead:first-child tr:first-child th, table.table thead:first-child tr:first-child td {
    border-top: 0;
}

table.table tbody + tbody {
    border-top: 2px solid #DDD;
}

form {
    font-size: 16px;
}

.uploadForm fieldset {
    margin-bottom: 26px;
    padding: 0;
    border: none;
}

.uploadForm fieldset legend {
    width: 100%;
    display: block;
    color: #19acee;
    font-weight: 700;
    font-size: 36px;
    border-bottom: 4px solid #19acee;
    margin: 0 0 26px;
    padding: 0;
}

label {
    display: block;
    margin-bottom: 0px;
}

label span {
    display: none;
}

label.required::after {
    content: "*";
    color: red;
}

@media (min-width: 960px) {
    .two-columns label {
        float: left;
        clear: none;
        text-align: inherit;
        width: 49%;
        margin-left: 0%;
        margin-right: 2%;
    }

    .two-columns label::after {
        content: '';
        display: table;
        clear: both;
    }

    .two-columns label:nth-child(n) {
        margin-right: 2%;
        float: left;
        clear: none;
    }

    .two-columns label:nth-child(2n) {
        margin-right: 0%;
        float: right;
    }

    .two-columns label:nth-child(2n + 1) {
        clear: both;
    }
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"],
input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]),
textarea, select[multiple=multiple], select, select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0 10px;
    outline: none;
    font-size: 16px;
    font-weight: 300;
    color: #414042;
    border: 1px solid #aaa;
    background: #FFF;
    box-shadow: none;
    line-height: 1;
}

input[type="color"].error, input[type="date"].error, input[type="datetime"].error, input[type="datetime-local"].error, input[type="email"].error,
input[type="month"].error, input[type="number"].error, input[type="password"].error, input[type="search"].error, input[type="tel"].error,
input[type="text"].error, input[type="time"].error, input[type="url"].error, input[type="week"].error, input:not([type]).error, textarea.error,
select[multiple=multiple].error, select.error {
    border-color: #B81C23;
}

select, select.form-control {
    height: 38px;
    padding: 0 40px 0 15px;
    background: #fff url(../../images/common/select.png) no-repeat right center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    select {
        background-image: url(../../images/common/select@2x.png);
        background-size: 33px 8px;
    }
}

/* Styling for country picker */
span.ui-selectmenu-icon {
    margin-top: 4px!important;
    background: #fff url(../../images/common/select.png) no-repeat!important;
}

span.ui-selectmenu-button {
    font-size: 14px;
    border-color: #AAA;
    background: white;
}

span.ui-selectmenu-button i.glyphicon, div.ui-menu-item-wrapper i.glyphicon {
    display: inline-block;
    vertical-align: text-top;
}

span.ui-selectmenu-button {
    height: 35px;
    margin-bottom: 3px;
    padding-top: 9px;
}

div.ui-selectmenu-menu {
    font-size: 14px;
}
.phoneInputRow span.ui-selectmenu-button {
    width: 8em;
}
/* End of styling for country picker */

input[type="radio"], input[type="checkbox"] {
    margin: 0;
    cursor: pointer;
}

.checkbox {
	position: relative;
	padding-left: 15px;
}

.checkbox input[type="checkbox"] {
	position: absolute;
	top: 4px;
	left: 40px;
}

.checkbox span {
	display: block;
}

.form-row::after {
    content: '';
    display: table;
    clear: both;
}

.checkbox-group label, .radio-group label {
    font-weight: normal;
}

.checkbox-group-inline label, .radio-group-inline label {
    display: inline-block;
    margin-right: 20px;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    resize: vertical;
    overflow: auto;
}

select[multiple], select[size] {
    height: 100px;
    padding: 10px;
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="image"] {
    border: 0;
}

.form-row {
    margin: 0 0 26px;
}

.form-inline .form-row::after {
    content: '';
    display: table;
    clear: both;
}

.form-inline .form-row label {
    width: 30%;
    padding-top: 5px;
    float: left;
}

.form-inline .form-row .inputs {
    margin-left: 33%;
}

.form-inline .form-row .inputs label {
    width: auto;
    float: none;
}

.form-inline .form-actions {
    padding-left: 33%;
}

.form-help {
    display: block;
    padding-top: 3px;
    color: #999;
    font-style: italic;
    font-size: 0.9em;
    clear: both;
}

.form-actions input, .form-actions button {
    margin: 0 5px 0 0;
}

.alert-error {
    font-size: 13px;
    font-weight: 300;
    color: #B81C23;
    margin: 3px 0 0;
}

.row .one-half, .row .one-third, .row .two-third, .row .three-fourth, .row .one-fourth, .row .one-fifth, .row .two-fifth,
.row .three-fifth, .row .four-fifth, .row .one-sixth, .row .five-sixth {
    margin-bottom: 50px;
}

.row .last {
    margin-right: 0 !important;
}

@media (min-width: 480px) {
    div[class^="column-group-"]::after {
        content: '';
        display: table;
        clear: both;
    }

    .column-group-2 .column, .column-group-3 .column, .column-group-4 .column {
        float: left;
        clear: none;
        text-align: inherit;
        width: 47.5%;
        margin-left: 0%;
        margin-right: 5%;
    }

    .column-group-2 .column::after, .column-group-3 .column::after, .column-group-4 .column::after {
        content: '';
        display: table;
        clear: both;
    }

    .column-group-2 .column:nth-child(n), .column-group-3 .column:nth-child(n), .column-group-4 .column:nth-child(n) {
        margin-right: 5%;
        float: left;
        clear: none;
    }

    .column-group-2 .column:nth-child(2n), .column-group-3 .column:nth-child(2n), .column-group-4 .column:nth-child(2n) {
        margin-right: 0%;
        float: right;
    }

    .column-group-2 .column:nth-child(2n + 1), .column-group-3 .column:nth-child(2n + 1), .column-group-4 .column:nth-child(2n + 1) {
        clear: both;
    }
}

@media (min-width: 768px) {
    .column-group-3 .column, .column-group-4 .column {
        float: left;
        clear: none;
        text-align: inherit;
        width: 30%;
        margin-left: 0%;
        margin-right: 5%;
    }

    .column-group-3 .column::after, .column-group-4 .column::after {
        content: '';
        display: table;
        clear: both;
    }

    .column-group-3 .column:nth-child(n), .column-group-4 .column:nth-child(n) {
        margin-right: 5%;
        float: left;
        clear: none;
    }

    .column-group-3 .column:nth-child(3n), .column-group-4 .column:nth-child(3n) {
        margin-right: 0%;
        float: right;
    }

    .column-group-3 .column:nth-child(3n + 1), .column-group-4 .column:nth-child(3n + 1) {
        clear: both;
    }

    .row .one-half, .row .one-third, .row .two-third, .row .three-fourth, .row .one-fourth, .row .one-fifth,
    .row .two-fifth, .row .three-fifth, .row .four-fifth, .row .one-sixth, .row .five-sixth {
        margin-right: 5%;
        float: left;
    }

    .row .one-half {
        width: 47.5%;
    }

    .row .one-third {
        width: 30%;
    }

    .row .two-third {
        width: 65%;
    }

    .row .three-fourth {
        width: 73.75%;
    }

    .row .one-fourth {
        width: 21.25%;
    }

    .row .one-fifth {
        width: 16%;
    }

    .row .two-fifth {
        width: 37%;
    }

    .row .three-fifth {
        width: 58%;
    }

    .row .four-fifth {
        width: 79%;
    }

    .row .one-sixth {
        width: 12.5%;
    }

    .row .five-sixth {
        width: 82.5%;
    }
}

@media (min-width: 1000px) {
    .column-group-4 .column {
        float: left;
        clear: none;
        text-align: inherit;
        width: 21.25%;
        margin-left: 0%;
        margin-right: 5%;
    }

    .column-group-4 .column::after {
        content: '';
        display: table;
        clear: both;
    }

    .column-group-4 .column:nth-child(n) {
        margin-right: 5%;
        float: left;
        clear: none;
    }

    .column-group-4 .column:nth-child(4n) {
        margin-right: 0%;
        float: right;
    }

    .column-group-4 .column:nth-child(4n + 1) {
        clear: both;
    }
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

*, *:before, *:after {
    box-sizing: border-box;
}

body {
    background: #FFF;
    color: #414042;
    line-height: 1.612;
    font-weight: 300;
    height: auto;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.feature .container, footer .container {
    max-width: 840px;
    margin: 0 auto;
}

@media (min-width: 1700px) {
    header .container, .feature .container, footer .container {
        width: 1670px;
    }
}

@media (min-width: 1900px) {
    header .container, .feature .container, footer .container {
        width: 1870px;
    }
}

.row::after {
    content: '';
    display: table;
    clear: both;
}

#wrapper {
    height: 100%;
}

@media (min-width: 1200px) {
    #wrapper {
        padding-top: 100px;
    }
}

.main {
    padding: 60px 20px;
    background: #FFF;
}

.main .content {
    margin-bottom: 70px;
}

.main .content::after {
    content: '';
    display: table;
    clear: both;
}

.main .content-narrow {
    max-width: 840px;
    margin: 0 auto;
}

.main .content-narrow::after {
    content: '';
    display: table;
    clear: both;
}

@media (min-width: 768px) {
    .main {
        padding: 60px 5%;
    }
}

@media (min-width: 960px) {
    .main {
        padding: 100px 5% 80px;
    }

    .main .content {
        width: 70%;
        margin-bottom: 0;
        float: left;
    }

    .main .sidebar {
        width: 25%;
        float: right;
    }
}

.screen-reader {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.pace {
    display: none;
}

@media (min-width: 960px) {
    .pace {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: block;
    }

    .pace .pace-progress {
        background: #19acee;
        position: fixed;
        z-index: 2000;
        top: 0;
        right: 100%;
        width: 100%;
        height: 2px;
    }

    .pace .pace-progress-inner {
        display: block;
        position: absolute;
        right: 0px;
        width: 100px;
        height: 100%;
        opacity: 1.0;
        -webkit-transform: rotate(3deg) translate(0px, -4px);
        transform: rotate(3deg) translate(0px, -4px);
    }

    .pace .pace-activity {
        display: block;
        position: fixed;
        z-index: 2000;
        top: 15px;
        right: 15px;
        width: 14px;
        height: 14px;
        border: solid 2px transparent;
        border-top-color: #19acee;
        border-left-color: #19acee;
        border-radius: 10px;
        -webkit-animation: pace-spinner 400ms linear infinite;
        animation: pace-spinner 400ms linear infinite;
    }

    .pace.pace-inactive {
        display: none;
    }
}

.valign {
    display: table;
    height: 100%;
    width: 100%;
}

.valign .center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.valign .bottom {
    display: table-cell;
    vertical-align: bottom;
}

.valign .text-left {
    text-align: left;
}

.feature {
    background: url(../../images/common/home_bg.jpg) bottom center/cover;
    padding: 40px 20px;
}

.feature .streamline {
    margin: 0 auto;
    text-align: center;
}

.feature .streamline a {
    height:250px;
    width:250px;
    font-size: 20px;
    background: rgba(25, 172, 238, 0.7);
    color: #fff;
    padding: 50px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.feature .streamline a:hover {
    background: #19acee;
}

.feature .quick-links {
    margin: 30px 0 0;
    text-align: center;
}

.feature .quick-links a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    border-radius: 50%;
    padding: 17px 10px;
    width: 85px;
    height: 85px;
    text-align: center;
    margin-right: 5px;
    font-size: 14px;
}

.feature .quick-links a em {
    position: relative;
    z-index: 2;
    font-style: normal;
}

.feature .quick-links a:hover {
    text-decoration: none;
    position: relative;
}

.feature .quick-links a:hover::before {
    content: '';
    width: 90px;
    height: 90px;
    position: absolute;
    z-index: 1;
    top: -2px;
    left: -2px;
    right: 0;
    bottom: 0;
    border-radius: 50%;
}

.feature .quick-links a.purple {
    background: rgba(38, 34, 98, 0.8);
}

.feature .quick-links a.purple:hover::before {
    background: #262262;
}

.feature .quick-links a.pink {
    background: rgba(195, 6, 118, 0.8);
}

.feature .quick-links a.pink:hover::before {
    background: #c30676;
}

.feature .quick-links a.blue {
    background: rgba(25, 172, 238, 0.8);
}

.feature .quick-links a.blue:hover::before {
    background: #19acee;
}
          
.feature {
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 280px 5% 80px;
}

@media (min-width: 768px) {
    .feature {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 180px 5% 80px;
    }

    .feature .container {
        max-width: 1720px;
        height: 100%;
    }

    .feature .streamline {
        display: inline-block;
        width: 49%;
        margin: 0;
        text-align: left;
        vertical-align: bottom;
    }

    .feature .streamline a {
        font-size: 26px;
        line-height: 30px;
        width: 330px;
        height: 330px;
    }

    .feature .quick-links {
        display: inline-block;
        width: 50%;
        vertical-align: bottom;
        text-align: right;
    }

    .feature .quick-links a {
        width: 100px;
        height: 100px;
        font-size: 16px;
        line-height: 20px;
        margin-left: 10px;
    }

    .feature .quick-links a:hover::before {
        top: -5px;
        left: -5px;
        width: 130px;
        height: 130px;
    }
}
 
@media (min-width: 900px) {
    .feature {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 180px 5% 80px;
    }

    .feature .container {
        max-width: 1720px;
        height: 100%;
    }

    .feature .streamline {
        display: inline-block;
        width: 49%;
        margin: 0;
        text-align: left;
        vertical-align: bottom;
    }

    .feature .streamline a {
        font-size: 26px;
        line-height: 30px;
        width: 350px;
        height: 350px;
    }

    .feature .quick-links {
        display: inline-block;
        width: 50%;
        vertical-align: bottom;
        text-align: right;
    }

    .feature .quick-links a {
        width: 100px;
        height: 100px;
        font-size: 16px;
        line-height: 20px;
        margin-left: 10px;
    }

    .feature .quick-links a:hover::before {
        top: -5px;
        left: -5px;
        width: 110px;
        height: 110px;
    }
}

@media (min-width: 1000px) {
    .feature .quick-links {
        display: inline-block;
        width: 50%;
        vertical-align: bottom;
        text-align: right;
    }

    .feature .quick-links a {
        width: 120px;
        height: 120px;
        font-size: 16px;
        line-height: 20px;
        margin-left: 10px;
    }

    .feature .quick-links a:hover::before {
        top: -5px;
        left: -5px;
        width: 130px;
        height: 130px;
    }
}

@media (min-width: 1200px) {
    .feature .streamline a {
        font-size: 48px;
        line-height: 50px;
        width: 500px;
        height: 500px;
    }

    .feature .quick-links a {
        width: 150px;
        height: 150px;
        font-size: 20px;
        line-height: 25px;
        margin-left: 15px;
        padding: 20px;
        font-weight: 700;
    }

    .feature .quick-links a:hover::before {
        width: 160px;
        height: 160px;
    }
}

@media (min-width: 1700px) {
    .feature .streamline a {
        font-size: 64px;
        line-height: 70px;
        width: 600px;
        height: 600px;
    }

    .feature .quick-links a {
        width: 250px;
        height: 250px;
        font-size: 40px;
        line-height: 45px;
        margin-left: 15px;
        padding: 20px;
    }

    .feature .quick-links a:hover::before {
        width: 260px;
        height: 260px;
    }
}

.suppliers {
    margin: 40px 0;
}

.suppliers .supplier {
    border-radius: 10px;
    border: 5px solid #808285;
    max-width: 400px;
    margin: 0 auto 30px;
}

.suppliers .supplier h3 {
    color: #fff;
    padding: 25px;
    text-align: center;
    margin: 0;
    font-size: 20px;
    background: #808285;
}

.suppliers .supplier .text {
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 30px 20px;
}

.suppliers .supplier p {
    color: #808285;
}

.suppliers .supplier ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.suppliers .supplier ul li {
    position: relative;
    padding-left: 20px;
}

.suppliers .supplier ul li::before {
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    background: url(../../images/common/dot.png) top left no-repeat;
    width: 11px;
    height: 13px;
}

.suppliers .supplier.blue {
    border-color: #19acee;
}

.suppliers .supplier.blue h3 {
    background: #19acee;
}

.suppliers .supplier.blue p {
    color: #19acee;
}

@media (min-width: 500px) {
    .suppliers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 30px -20px;
    }

    .suppliers .supplier {
        margin: 0 auto 20px;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        max-width: none;
    }
}

@media (min-width: 960px) {
    .suppliers {
        margin: 60px -20px;
    }

    .suppliers .supplier {
        margin-bottom: 30px;
        background: white;
    }

    .suppliers .supplier h3 {
        font-size: 30px;
    }

    .suppliers .supplier .text {
        padding: 30px 35px 45px;
    }
}

.scrollable {
    overflow-x: auto;
}

.scrollable.has-scroll {
    position: relative;
    overflow: hidden;
}

.scrollable.has-scroll .scrollable-inner {
    overflow-x: auto;
}

.scrollable.has-scroll .scrollable-inner::-webkit-scrollbar {
    height: 12px;
}

.scrollable.has-scroll .scrollable-inner::-webkit-scrollbar-track {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
    background: #f0f0f0;
}

.scrollable.has-scroll .scrollable-inner::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #CCC;
}

.scrollable.has-scroll:after {
    content: '';
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 10px 0 0 10px / 50% 0 0 50%;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
}

@media (min-width: 1200px) {
    .scrollable.has-scroll:after {
      box-shadow: none;
    }
}

.merge-field {
    width: 130px;
    text-align: center;
    margin: 0;
}

.merge-with {
    width: 200px;
    margin: 0;
}

.merge-with select {
    font-size: 13px;
}

table .btn {
    padding: 8px 15px;
    font-size: 13px;
}

.buttons {
	margin: 40px 0;
}

.buttons .btn {
	margin-bottom: 10px;
	display: block;
	width: 100%;
}

.buttons .prev {
	border: 1px solid #aaa;
}

@media ( min-width : 450px) {
	.buttons .btn {
		width: auto;
		display: inline;
	}
	.buttons .next {
		float: right;
	}
	.buttons .prev {
		float: left;
	}
}

button.pink, a.pink {
	background: #ec008c;
	border-color: #ec008c; 
}

button.pink:hover, a.pink:hover {
	background: #262262;
	border-color: #262262;
}

.merge-view {
  margin: 40px 0;
}

 .merge-view .merge-block {
    background: #f5f5f5;
    border-radius: 14px;
    padding: 30px 20px;
    margin: 0 0 40px;
    position: relative;
}

.merge-view .merge-block:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -40px;
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #d6d6d6;
	clear: both;
	margin-left: -40px;
	z-index: 2;
}

.merge-view .merge-block.merge-to:after {
	bottom: auto;
	top: 0;
	background: #f5f5f5;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	margin-left: -20px;
}

.merge-view .text {
	margin: 0 auto;
	max-width: 400px;
	text-align: center;
}

.merge-view h3 {
	font-size: 24px;
}

.merge-view p {
	margin: 0 0 5px;
}

.merge-view .username {
	margin: 20px 0;
}

@media ( min-width : 500px) {
	.merge-view .merge-block {
		padding: 60px 40px 40px;
	}
}

@media ( min-width : 960px) {
	.merge-view {
		margin: 30px 0;
	}

	.merge-view .block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin: 0 -20px;
	}

	.merge-view .merge-block {
		margin: 0 0 50px;
		-ms-flex-preferred-size: 44%;
		flex-basis: 44%;
		max-width: none;
	}

	.merge-view .merge-block:after {
		left: auto;
		bottom: auto;
		top: 50%;
		right: -80px;
		margin: -40px 0;
		border-top: 40px solid transparent;
		border-bottom: 40px solid transparent;
		border-left: 40px solid #d6d6d6;
	}

	.merge-view .merge-block.merge-to:after {
		bottom: auto;
		top: 50%;
		left: 0;
		background: #f5f5f5;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 20px solid #fff;
		margin: -20px 0;
	}

	.merge-view .text {
		text-align: left;
	}
}

.message {
    background: #f5f5f5;
    padding: 20px;
}

.nav-open {
    overflow: hidden;
}

.nav-open #header {
    background: none;
    border: none;
}

.nav-open #header .logo, #menu-session-icon {
    opacity: 0;
}

.nav-open .intro h1, .nav-open .intro .scroll-down {
    display: none;
}

.nav-open .main {
    opacity: 0;
}

.nav-open footer {
    opacity: 0;
}
    
/* Creates caret on items that have dropdown in nav. */
.nav-header::after { 
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border: solid white;
	border-width: 0px 3px 3px 0px;
	display: inline-block;
	padding: 3px;	
	margin:10px;
	content: " ";
}
	
#nav {
    width: 100%;
    height: 100%;
    overflow: auto;
    background: url(../../images/common/nav_bg.jpg) top left/cover;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 400;
    opacity: 0;
    transition: opacity 1s ease;
}

#nav .inner {
    width: 100%;
    height: 100%;
    padding: 170px 5% 50px;
}

#nav #main-menu {
    max-height: 100%;
}

#nav ul {
    max-width: 1608px;
    margin: 0 auto;
    line-height: 1.2;
    line-height: 26px;
    font-size: 30px;
    font-weight: 700;
}

#nav ul li {
    display: block;
    margin: 0 0 20px;
    position: relative;
}

#nav ul li a {
    display: block;
    padding: 0 0 3px;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}

#nav ul li ul {
    margin: 20px 0 0;
    line-height: 22px;
    font-size: 20px;
    font-weight: 500;
}

#nav ul li ul li {
    display: block;
    margin: 0 20px 10px 0;
}

#nav ul li ul li a {
    margin: 0;
    border-width: 2px; }
    #nav ul li ul li ul {
    display: none;
}

#nav.open {
    left: 0;
    opacity: 1;
}

@media (min-width: 768px) {
    #nav {
        display: table;
    }

    #nav .inner {
        display: table-cell;
        vertical-align: middle;
    }

    #nav li::after {
        content: '';
        display: table;
        clear: both;
    }

    #nav li ul {
        float: left;
    }

    #nav .inner > div {
        max-width: 1200px;
        margin: 0 auto;
    }

    #nav .inner > div::after {
        content: '';
        display: table;
        clear: both;
    }
}

@media (min-width: 960px) {
    #nav ul {
        font-size: 48px;
        line-height: 60px;
    }

    #nav ul li {
        padding-left: 80px;
    }

    #nav ul li a:hover {
        position: relative;
        color: #262262;
        background-color:transparent;
    }

    #nav ul li a:hover::before {
        transition: all 0.2s ease-in-out;
        content: '';
        position: absolute;
        top: 0;
        left: -70px;
        background: url(../../images/common/ct_symbol.png) top left repeat-y;
        width: 51px;
        height: 61px;
    }

    #nav ul li li {
        padding-left: 0;
    }

    #nav ul li li a:hover::before {
        display: none;
    }
}

.cssanimations #nav ul li {
    opacity: 0;
}

.cssanimations #nav.open ul li {
    -webkit-animation: fadeInRight 0.5s 0.5s forwards;
    animation: fadeInRight 0.5s 0.5s forwards;
}

#header {
    height: 70px;
    width: 100%;
    position: relative;
    z-index: 500;
    background: #FFF;
}

#header .container {
    position: relative;
}

#header .logo {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 200px;
    display: inline-block;
}

@media (min-width: 1200px) {
  	body {
  		padding-top:70px;
    }

    #header {
        position: fixed;
        top: 0;
        left: 0;
        transition: 0.3s ease;
    }

    #header .logo {
        transition: 0.3s ease;
        max-width: 270px;
    }
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        -webkit-filter: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    @page {
        margin: 0.5cm;
    }

    h2, h3 {
        orphans: 3;
        widows: 3;
        page-break-after: avoid;
    }

    p {
        orphans: 3;
        widows: 3;
    }

    pre, blockquote {
        border: 1px solid gray;
        page-break-inside: avoid;
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    img {
        max-width: 100% !important;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr {
        page-break-inside: avoid;
    }
}
    
table.list tr:hover td, .k-grid tr:hover td {
	background-color: #d0eefc !important;
}
	
.mergeContainer {
	display:flex;
	flex-direction: column;
}

.mergeContainer .nav-pills {
	width:max-content;
	height:max-content;
	display:flex; 
	flex-direction:row;
	flex-wrap:wrap;
	margin-bottom:13px;
}

.mergeContainer .nav-pills li {
	margin:0px;
}

.mergeContainer .nav-pills li a {
	background-color: #19acee;
	color:#FFF;
	font-weight:700;
	text-align:center;
	border-radius:0px;
}

.mergeContainer .nav-pills li:first-child a {
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}

.mergeContainer .nav-pills li:last-child a {
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}

.mergeContainer .nav-pills li.active a {
	background-color: #808285 !important;
}

.mergeContainer .nav-pills li:hover a {
	background-color: #262262 !important;
}

.mergeContainer .tab-pane {
	padding-left:13px;
}

@media (min-width: 768px) {
	.mergeContainer {
		flex-direction:row;
	}

	.mergeContainer .tab-pane {
		min-width:600px;
	}

	.mergeContainer  .nav-pills {
		flex-direction:column;
		border-right: solid 1px #d8d8d8;
		padding-right: 10px;
	}

	.mergeContainer  .nav-pills li:last-child {
		margin-bottom:0px;
	}

	.mergeContainer .nav-pills li:first-child a {
		border-radius: 4px 4px 0px 0px;
	}

	.mergeContainer .nav-pills li:last-child a {
		border-radius: 0px 0px 4px 4px;
	}

	.mergeContainer .nav-pills li:last-child a {
		border-radius: 0px 0px 4px 4px;
	}
}

@media (min-width: 992px) {
	.premiumProfileH3 {
		margin-top: 0px;
	}
}

@media (min-width: 1200px) {
	.mergeContainer .nav-pills li a {
		font-size:16px;
    }
}

@media (min-width: 343px) and (max-width: 767px) {
    #searchForm a.addDateButton {
        margin-left: 10px;
        margin-top: -42px;
    }

    #statistics div.themeFont:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    #searchForm div.date:nth-child(odd) {
        margin-bottom: 6px;
    }

    #searchForm a.addDateButton {
        margin-top: -42px;
    }
}

#header a:hover {
	text-decoration: none;
}

.nav-tabs .nav-link.active {
	color: #fff;
    background-color: #ec008c;
    font-weight: bold;
}

.nav-tabs .nav-link.active:hover {
	color: #eee;
    background-color: rgb(195, 6, 118);
}

.truncate {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 20vw;
}


@media (min-width: 39.9375em) {
    .truncated {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 1px;
        display: block;
    }
}


/* Autocomplete styling without jquery-ui css: */
ul.ui-autocomplete {
	background-color: 	#e6e6e6;
	border: 			1px solid gray;
	list-style-type: 	none;
	width:				200px;
	padding:			0px;
	cursor: 			pointer;
	font-size: 			14px;
	font-family: 		'Roboto', sans-serif;
    z-index: 10000;
}

ul.ui-autocomplete > li.ui-menu-item {
	padding:			0.5em
}

ul.ui-autocomplete > li.ui-menu-item:hover {
	//background-color: 	#19acee;
}

.ui-autocomplete { /* fix scrolling*/
	max-height: 		200px;
	overflow-y: 		auto;
	overflow-x: 		hidden;
}


@media (max-width: 991px) {
	.capabilityButtonDiv {
		padding-top: 10px;
	}
}

.hidden {
	display: none;
}

.panel {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.panel h4 {
    margin-bottom: 0px;
}

.panel-group .panel {
    margin-bottom: 10px;
    border-radius: 4px;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-group .panel-body {
	padding: 10px;
}

.full-width-table {
	width: 100%;
}

.news-details th {
	width: 10%;
}

#requestInfoTable th {
	padding-right: 15px;
}

.phoneInputRow select {
	height: 35px;
}

.phoneInputRow .form-control {
	display: inline-block;
	margin-bottom: 4px;
    width: auto;
    font-size: 14px;
    line-height: 1.42857143;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.phoneInputRow .phone-prefix {
	width: 3rem;
}

/* Library documents specific */
div.documents {
	background-color: 	#E7EBF0;
	font-size:			12pt;
	border-radius:		1em;
	margin-left: 0px;
    margin-right: 0px;
}

/* Do padding on big screens only */
@media screen and (min-width: 400px) {
	div.documents {
		padding:			1em;
	}
}

.library-document-table td {
	vertical-align: top;
}

.library-document-table tbody td:first-child {
	width: 30%;
	border-right: 1px solid #b5b5b5;
	word-break: break-all;
	padding-right: 15px;
}

.library-document-table tbody td:nth-child(2) {
	padding-left: 15px;
}

.library-folder-actions {
	display: inline-block;
	border-left: 1px solid #dddddd;
	padding-left: 15px;
}

.library-folder-heading {
	display: inline-block;
	padding-right: 15px;
	margin-bottom: 0px;
	vertical-align: middle;
}

.buttons button {
	border: 1px solid #aaa;
}

.errorMsg {
    background-color:	#FFBABA;
    border-radius:		15px;
    border:				1px dotted red;
    color:				#D8000C;
    display: 			none;
    font-size: 			125%;
    padding: 			20px;
    margin: 			15px 17px 0px 17px;
}

table.list tr:nth-child(odd) td, .k-grid tr:nth-child(odd) {
    background-color: #f0f0f0;
}

table.list tr td.selectedCell {
    background: #d0eefc !important;
}

table.list td, .k-grid td {
    padding: 5px 15px 5px 15px;
    border: 0px solid #d8d8d8;
    border-color: #d8d8d8;
}

table.list th, .k-grid-header th.k-header {
    background-color: #19acee;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 1em;
    padding: 5px 15px 5px 15px;
}

@media (min-width: 40em) {
    .tablesaw-stack td, .tablesaw-stack th, .tablesaw-stack thead td, .tablesaw-stack thead th {
        display: table-cell;
        margin: 0;
    }
}

@media (max-width: 61.9375em) {
    #tenderSearchResults .tablesaw-stack tbody tr {
        display: block;
        width: 100%;
        border-bottom: 1px solid #dfdfdf;
    }

    #tenderSearchResults .tablesaw-stack thead td,
    #tenderSearchResults .tablesaw-stack thead th {
        display: none;
    }

    #tenderSearchResults .tablesaw-stack tbody td,
    #tenderSearchResults .tablesaw-stack tbody th {
        display: block;
        float: left;
        clear: left;
        width: 100%;
    }

    #tenderSearchResults .tablesaw-cell-label {
        display: inline-block !important;
        vertical-align: top;
    }

    #tenderSearchResults .tablesaw-cell-content {
        display: inline-block;
        max-width: 67%;
    }

    #tenderSearchResults .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label,
    #tenderSearchResults .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    #tenderSearchResults .tablesaw-stack td:empty,
    #tenderSearchResults .tablesaw-stack th:empty {
        display: none;
    }
}

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 62em) {
    #tenderSearchResults .tablesaw-stack tr {
        display: table-row;
    }

    /* Show the table header rows */

    #tenderSearchResults .tablesaw-stack td,
    #tenderSearchResults .tablesaw-stack th,
    #tenderSearchResults .tablesaw-stack thead td,
    #tenderSearchResults .tablesaw-stack thead th {
        display: table-cell;
        margin: 0;
    }

    /* Hide the labels in each cell */

    #tenderSearchResults .tablesaw-stack td .tablesaw-cell-label,
    #tenderSearchResults .tablesaw-stack th .tablesaw-cell-label {
        display: none !important;
    }
}

.buttons .next {
	background: #dddddd;
    font-weight: normal;
}

.mergeContainer a:hover {
	text-decoration: none;
}

.mergeContainer li a {
	display: block;
    padding: 0px 5px;
}

.merge-from {
	background:	#d6d6d6!important;
}

.merge-to, .merge-to:after {
	background: #b7b7b7!important;
}

.steps div i {
	color: #aaa;
}

.merge-view .merge-block p {
	line-height: 1.2em;
	min-height: 1.2em;
}

#mergeForm table label {
	display: inline-block;
}

.steps {
	display: flex;
	width: 100%;
	margin: auto;
}

.steps div {
	text-decoration: underline;
	text-align: center;
	padding: 0px 5px 0px 5px;
}

fa-2x {
	font-size: 2rem;
}

.subscription h2 {
	display: inline-block;
}

.subscription  table {
	margin: auto;
	table-layout: fixed;
}

.subscription  .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 8px;
}

.subscription  table tr td:first-child {
	text-align: right;
	font-weight: bold;
}

.subscription  table tr td:last-child {
	text-align: left;
}

.subscription  .fa-check-circle {
	color: green;
}

.subscription .fa-times-circle {
	color: red;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #19acee;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

.on, .off {
	font-weight: bold;
	color: white
}

/* Add asterisk for required labels */
.form-group.required .control-label:after {
	color: #d00;
	content: "*";
	position: absolute;
	margin-left: 2px;
	top: 4px;
}

.btn {
	border: 1px solid #aaa;
}

#personForm label {
	text-align: right;
}

#emailContainer {
	margin-left: 15px;
}

#emailContainer a {
	margin-top: 5px;
    margin-left: 5px;
}

.emailEntry .form-group .col-xs-12 {
	display: inline-flex;
}

.pull-right {
    float: right !important;
}

.library-folder-heading a:hover {
	text-decoration: none !important;
}

.card {
	position: relative;
	display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-subHeader {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-top: 1px solid rgba(0,0,0,.125);
}

.card h2 {
	font-size: 14px;
	color: #808080;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding-left: 0px;
}

.card-body {
    margin: 10px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

.skyBlueIcon {
	color: #56beef;
}

.socialMediaIcon:hover {
	text-decoration: none;
}

@media (max-width: 623px) {
	#sociaMediaProfileDiv {
		margin-left: 0px !important;
	}
}


@media (min-width: 992px) {
	.premiumProfileH3 {
		margin-top: 0px;
	}

    #searchForm a.addDateButton {
        margin-top: 4px;
    }
}

.text-muted {
	color: #bfc6cc!important;
}

.profileTable {
	margin: 0px!important;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 2px 2px 5px #989898, 0px -2px 5px #989898;
}

.profileTable th {
	background-color: #458aa9!important;
}

.profileTable th, .profileTable td {
	border-bottom: none!important;
	border-top: none!important;
}

.errorPaddingLeft {
	padding-left: 5px;
}

#tenderSearchPanel .oversize-dropdown {
    width: 100%;
    height: 200px;
    max-width: 425px;
    overflow: auto;
}

#tenderSearchPanel .checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

#tenderSearchPanel .checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

#tenderSearchPanel .checkbox-menu li label:hover {
    background-color: #f5f5f5;
}

#tenderSearchPanel .dropdown-menu {
    width: 100%;
}

#tenderSearchPanel div.row {
    margin-bottom: 10px;
}

#tenderSearchPanel .header-row i {
    padding-right: 5px;
}

.container-background {
    border-radius: 3px;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.6), rgba(255,255,255,1));
}

.tenderSearchPanelIcons {
    line-height: inherit;
}

#businessForm h3, #officeForm h3 {
    margin-top: 0px;
}

.checkedList{
	margin-top:10px;
	margin-bottom:15px;
	list-style:none;
	height:280px;
	overflow:auto;
	font-size:12pt;
	padding:0;
	border: 1px solid #a0a0a0;
}

.checkedList li:nth-child(odd) {
	background-color:#f0f0f054;
}

.checkedList li {
	padding: 5px;
}

.checkboxIcon:before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
    font-weight: normal;
    color: #003366;
    padding-right: 0.5em;
}

#checkBoxToggle {
    width: 13em;
    text-align: left;
}

#checkBoxToggle[data-checked="true"] .checkboxIcon:before {
    content: "\f14a";
}

#checkBoxToggle[data-checked="false"] .checkboxIcon:before {
	content: "\f0c8";
}

.spanButton {
    margin-bottom: 5px;
}

.spanButton a, #officeForm #addPhoneBtn i.fa-plus {
    color: black;
}

#officeForm #addAddressBtn {
    margin-bottom: 16px;
}

#officeForm #addAddressBtn i.fa-plus {
    font-size: 14px;
}

#officeForm div.address {
    margin: 15px 0px;
}

#officeForm #addressTbody i.fa-pen {
    margin-right: 10px;
}

.center-text {
    text-align: center!important;
}

/* Base Navigation Menu Styling */
.sideNavBar, #myNavbar li.nav-item {
    margin: 0px 15px;
}

.sideNavBar, #myNavbar li.user-nav-item {
    margin: 0px;
    padding-right: 15px;
}

#sideNavBar ul li a.nav-link {
    padding-left: 0px;
    padding-bottom: 0px;
}

#sideNavBar a.dropdown-item {
    padding: 16px 0px 0px 0px;
}

#sideNavBar a.dropdown-item:active {
    background-color: unset;
}

.sideNavBar, #myNavbar li.user-nav-item a p {
    font-size: 16px;
    font-weight: 300;
}

.sideNavBar, #myNavbar li.nav-item:first-child {
    margin-left: 0px;
}

.sideNavBar, #myNavbar li.nav-item:last-child {
    margin-right: 0px;
}

.sideNavBar, #myNavbar li.nav-item a:not(.dropdown-item) {
    color: #19ACEE;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
}

.sideNavBar, #myNavbar li.nav-item a:not(.dropdown-item) {
    color: #19ACEE;
    font-weight: 700;
    padding: 0px;
}

#myNavbar li.nav-item a:not(.dropdown-item):hover, #header i.fa-bars:hover {
    color: #0056B3;
}

.sideNavBar, #myNavbar li.nav-item a.dropdown-toggle {
    padding-bottom: 9px;
}

.sideNavBar, #myNavbar li.nav-item a.dropdown-toggle:after, #header a.hamburger-menu-item:after, #header .hamburger-menu-item a:after {
    border: unset;
}



#myNavbar li.nav-item a.dropdown-item:hover, #header div.nav-item div.dropdown-menu a.dropdown-item:hover {
    color: white;
    background: #19ACEE;
    border-color: #19ACEE;
}

#myNavbar li.nav-item a p.user-initial {
    margin-bottom: 3px;
}

#header .user-nav-item i.fas {
    color: black;
}

#header div.dropdown-menu {
    border-radius: unset;
    margin: 0px;
    padding: 4px 0px 0px;
}

#header .dropdown-menu a.dropdown-item i.fas {
    padding-right: 5px;
}

#header div.container {
    padding: 0px;
}

#header #loginButton {
    color: white;
    border-radius: 4px;
    padding: 10px 15px;
    background: #19ACEE;
    font-weight: bold;
}

#header #loginButton:hover {
    background: #0056B3;
}

#header .hamburger-menu-item {
    display: none;
}

#header p.user-initial {
    height: 40px;
    width: 40px;
    margin: 0px;
    display: inline-block;
    text-align: center;
    background: #19ACEE;
    color: white;
    border-radius: 25px;
    padding-top: 8px;
}

#header p.user-initial:hover {
    background: #0056B3;
}

#header span.vertical-divider {
    width: 1px;
    height: 40px;
    background: #19ACEE;
}

/* Navigation Menu Styling for screen width of 1200px or wider*/
@media (min-width: 1200px) {
    #myNavbar ul.navbar-nav:first-child {
        height: 50px!important;
    }

    #myNavbar ul:first-child li.nav-item a.dropdown-toggle {
        height: 100%;
        padding: 0px;
    }

    #myNavbar ul:first-child li.nav-item:last-child a.dropdown-toggle {
        margin-right: 15px;
    }

    #myNavbar li.user-nav-item {
        margin-top: -8px;
    }

    #header li.login-btn {
        margin-top: 6px;
    }

    #userDropdownMenu {
        padding-left: 0px;
        padding-right: 17px;
    }

    #notificationDropdownLink {
        padding-left: 18px;
    }
}

/* Navigation Menu Styling for screen width between 1199px and 992px */
@media (max-width: 1199px) and (min-width: 992px) {
    #myNavbar ul:first-child li.nav-item a.dropdown-toggle {
        padding-bottom: 17px;
    }

    #header span.vertical-divider {
        margin-top: -4px;
    }

    #header li.login-btn {
        margin-top: 10px;
    }

    #userDropdownMenu {
        padding-left: 15px;
    }
}

li.in {
    display: block !important;
}

/* Navigation Menu Styling for screen width narrower than 992 */
@media (max-width: 991px) {
    #header, #myNavbar ul:first-child li.nav-item a.dropdown-toggle {
        padding-bottom: 0px;
    }


    #header div.hamburger-menu-item {
        margin: 10px 0px 0px 0px;
        display: inline-block;
        float: right;
    }

    #header button.navbar-toggler i.fas {
        font-size: 32px;
    }

    #header .hamburger-menu-item i.fa {
        font-size: 28px;
    }

    #header a.hamburger-menu-item {
        margin-right: 1.5em;
    }

    #myNavbar {
        padding-bottom: 15px;
    }

    #myNavbar li.nav-item, #header div.nav-item div.dropdown-menu {
        margin: 0px;
    }

    #myNavbar li.user-nav-item, #header span.vertical-divider, #myNavbar #loginButton {
        display: none;
    }

    #myNavbar ul:first-child div.dropdown-menu {
        margin-top: 0px;
    }

    #header div.login-btn #loginButton {
        font-weight: bold;
    }
}

/* Navigation Menu Styling for screen width narrower than 576px */
@media (max-width: 575px) {
    #header div.container {
        padding: 0px 1.5rem;
    }
}

/* Navigation Menu Styling for screen width narrower than 405px */
@media (max-width: 405px) {
    #header .logo {
        width: 55%;
        width: 136px;
    }

    #header .hamburger-menu-item i.fa {
        font-size: 18px;
    }

    #header button.navbar-toggler i.fas {
        font-size: 22px;
    }

    #header a.hamburger-menu-item {
        margin-right: 1em;
        margin-top: 22px;
    }

    #header p.user-initial {
        height: 30px;
        width: 30px;
        padding-top: 6px;
        font-size: 12px;
    }

    #header #userDropdownMenu {
        padding: 0.5rem;
    }
}

/* Nav Styling */
#loginPanel .panel-body, #tenderSearchPanel .panel-body {
    padding: 1rem;
}

@media (min-width: 992px) {
    #container1 {
        width: 100%;
    }

    #loginPanel .panel-body, #tenderSearchPanel .panel-body {
        padding-left: 4vw;
        padding-right: 4vw;
    }
}


#actionsPanel .dropdown-toggle::after {
    content: none;
}


@media (max-width: 991px) {
    nav {
        width: 100%;
    }
}

.navbar-toggler {
    color: #19ACEE;
}

#notificationDropdown {
    width: 400px;
}

/* For Profile Lib Doc Selection Popup */
#libraryFileSelectModal #hierarchy {
    width: 35%;
    padding: 10px;
    background-color: #E7EBF0;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
}

#libraryFileSelectModal #hierarchy .selected > .node {
    background-color: #c7d0f8;
    border-radius: 3px;
}

#libraryFileSelectModal #hierarchy li .node:hover {
    border-radius: 3px;
}

#libraryFileSelectModal #hierarchy .collapsed .toggler:before, #libraryFileSelectModal #hierarchy .expanded .toggler:before {
    color: #19acee;
    font-weight: 900;
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em;
}

#directoryTreeDiv #hierarchy ul li:before {
    display: none;
}

#moveFileModal i.fa-folder {
    color: #19acee;
}

div.invoiceInfoPopup table.list th {
    padding: 5px 15px;
}

div.spec-doc-download-list div.row {
    padding-left: 15px;
}

span.date_label_list {
    color: gray;
    font-size: 15px;
}

#supplierCreateSuccessMsgContainer div.row div.col-md-6:nth-child(2) h4 {
    margin: 0px 5px;
}

#libraryForm #directoryTreeDiv #hierarchy div.node {
    display: flex;
}

#libraryForm #directoryTreeDiv #hierarchy i.toggler {
    margin-top: 8px;
}

#libraryForm #directoryTreeDiv #hierarchy li a {
    width: 100%;
}

.footer #footer-container {
    padding-top: 0px;
    padding-bottom: 0px;
}

@media (min-width: 880px) {
    .footer #footer-container {
        display: flex;
        justify-content: center;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .footer #footer-container #copyright-disclaimer {
        padding-top: 2px;
        margin: 0px;
        line-height: 30px !important;
    }

    .footer #footer-container ul {
        padding-top: 2px;
    }
    .footer #footerCopyrightPipe {
        display: inline;
    }
}

@media (max-width: 879px) {
    .footer #footer-container #copyright-disclaimer {
        text-align: left;
        margin-left: 0.5rem;
        margin-bottom: 0px;
        height: 42px;
    }

}
@media (max-width: 915px) {
    .footer {
        line-height: 30px !important;
    }
    .footer #footerCopyrightPipe {
        display:none;
    }
}

div.info-icon:hover {
    cursor: pointer;
}

.hiddenEmailEntry {
    display: none;
}

.pinkIcon {
    color: #ec008c;
}

#redactedInfoTable tr.requiresExpand {
    display: none;
}

#redactedInfoTable tr.expandInfoRow td {
    text-align: center;
    background-color: #19ACEE;
    color: white;
    border-radius: 0 0 5px 5px;
}

#redactedInfoTable tr.expandInfoRow td:hover {
    color: black;
}