/* #region 1. BASE */
:root {
    font-size: 16px;
}

body {
    letter-spacing: -.1px;
    background-color: #f5f5f5;
}

    body.iosBugFixCaret.modal-open {
        position: fixed;
        width: 100%;
    }

/* BS3 overrides */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 600;
}

label,
th,
.badge {
    font-weight: 600;
}

.badge {
    background-color: #515151;
}

.alert {
    margin-bottom: 1rem;
}

    .alert .alert-link {
        font-weight: 600;
    }

.alert-fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
    z-index: 1000;
    border-radius: 0;
    border-width: 1px 0 0;
}

/* #region Forms */
.form-group {
    margin-bottom: 20px;
}

    .form-group.double-margin {
        margin-bottom: 40px;
    }

    .form-group.half-margin {
        margin-bottom: 10px;
    }

    .form-group.birthday select + select {
        margin-left: 15px;
    }

    .form-group.birthday .col-xs-4.birthday-mm,
    .form-group.birthday .col-xs-4.birthday-yyyy {
        margin-left: -15px;
    }

    .form-group.location .input-group-addon {
        cursor: pointer;
    }

    .form-group.location .gigacon {
        color: #3a3a3a;
    }

    .form-group.seperator {
        font-weight: 600;
    }

        .form-group.seperator p::before {
            margin-right: 10px;
        }

        .form-group.seperator p::after {
            margin-left: 10px;
        }

        .form-group.seperator p::before,
        .form-group.seperator p::after {
            background: #ddd;
            content: "";
            display: inline-block;
            height: 1px;
            position: relative;
            vertical-align: middle;
            width: 24%;
        }

.age-range-group > select:first-child {
    margin-bottom: 10px;
}

.inline-group .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

@media (min-width: 768px) {

    .age-range-group > select:first-child {
        margin-bottom: 0;
    }
}

.form-control.border-0 {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin-left: -17px;
}

.checkbox-inline, .radio-inline {
    padding-left: 17px;
    color: #3a3a3a;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #e9192e;
}

.has-error .form-control {
    border-color: #e9192e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #e9192e;
    background-color: #f2dede;
    border-color: #e9192e;
}

.has-error .form-control-feedback {
    color: #e9192e;
}


.validation-summary-errors {
    color: #e9192e;
}

.field-validation-error {
    padding: 5px 0 0 5px;
    display: inline-block;
    color: #e9192e;
    font-size: 12px;
}

.input-validation-error {
    border-color: #e9192e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.error {
    color: #e9192e;
}

textarea.comment-input {
    height: 25vh;
}
/* #endregion*/

/* #region Nav Bar */
/* navbar overrides */
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

@media (min-width: 768px) {
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
}

.navbar-brand {
    padding: 0 10px;
    height: auto;
    line-height: 1;
}

/* Theme: navbar-section-content */
.navbar-section-content {
    margin-bottom: 10px;
    min-height: 0;
    border-bottom: solid 1px #ddd;
}

    .navbar-section-content .navbar-header .title {
        margin: 0;
        line-height: 28px;
    }

    .navbar-section-content .navbar-nav > li > a {
        padding: 4px 0;
        font-weight: normal;
        color: #3a3a3a;
    }

@media (min-width: 768px) {
    .navbar-section-content {
        margin-bottom: 15px;
        padding-bottom: 5px;
        border-top: 0;
    }

        .navbar-section-content .navbar-nav > li > a {
            padding-right: 10px;
            padding-left: 10px;
        }
}

.navbar-section-content .nav > li.active > a,
.navbar-section-content .nav > li > a:hover,
.navbar-section-content .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #3b64f4;
}

.navbar-section-content .nav > li.active > a {
    font-weight: 600;
}

.navbar-section-content .navbar-toggle {
    margin: .25rem 0;
    padding: 0;
}

/* Nav Bar Matches */
.navbar-matches {
    margin: 0 -15px;
    min-height: 0;
    color: #fff;
    background-color: #777;
}

@media (min-width: 768px) {
    .navbar-matches {
        margin-right: 0;
        margin-left: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        border-radius: 0;
    }
}

.navbar-matches .navbar-toggle {
    margin: 3px .5rem;
    padding: 0;
}

.navbar-matches .navbar-title {
    padding: .25rem .5rem;
    font-weight: 600;
}

.navbar-matches-nav > li > a {
    padding: .25rem .5rem;
    line-height: 1.5;
    font-weight: normal;
    color: #bbb;
}

    .navbar-matches-nav > li.active > a,
    .navbar-matches-nav > li > a:hover,
    .navbar-matches-nav > li > a:focus {
        text-decoration: none;
        background-color: transparent;
        color: #fff;
    }

.navbar-matches-nav > li.active > a {
    font-weight: 600;
}

/* Theme: navbar-chat */
.navbar-chat {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin-bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
    min-height: 0 !important;
    height: 38px;
    z-index: 100;
    border-radius: 0;
}

    .navbar-chat .navbar-brand {
        margin-top: 9px;
        margin-bottom: 9px;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
    }
/* #endregion */

/* #region Bootstrap 4 */

/* -- Layout -- */
/* #region Media*/
.bs4-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.bs4-media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/* #endregion */

/* -- Components --*/
/* #region Snippet (Card Component ) */
.snippet {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(221, 221, 221, 255);
    border-radius: 0.25rem;
}

.snippet-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.snippet-title {
    margin-bottom: 0.75rem;
}

.snippet-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
    font-weight: normal;
}

.snippet-text:last-child {
    margin-bottom: 0;
}

.snippet-link:hover {
    text-decoration: none;
}

.snippet-link + .snippet-link {
    margin-left: 1.25rem;
}

.snippet > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.snippet > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.snippet-header {
    padding: .5rem 1rem;
    /*margin-bottom: 0;*/
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(221, 221, 221, 255);
}

    .snippet-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

.snippet-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(221, 221, 221, 255);
}

    .snippet-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.snippet-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.snippet-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.snippet-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.snippet-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.snippet-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.snippet-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
    .snippet-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .snippet-deck .snippet {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-left: 15px;
        }
}

@media (min-width: 576px) {
    .snippet-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .snippet-group .snippet {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        }

            .snippet-group .snippet + .snippet {
                margin-left: 0;
                border-left: 0;
            }

            .snippet-group .snippet:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .snippet-group .snippet:first-child .snippet-img-top {
                    border-top-right-radius: 0;
                }

                .snippet-group .snippet:first-child .snippet-img-bottom {
                    border-bottom-right-radius: 0;
                }

            .snippet-group .snippet:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .snippet-group .snippet:last-child .snippet-img-top {
                    border-top-left-radius: 0;
                }

                .snippet-group .snippet:last-child .snippet-img-bottom {
                    border-bottom-left-radius: 0;
                }

            .snippet-group .snippet:not(:first-child):not(:last-child) {
                border-radius: 0;
            }

                .snippet-group .snippet:not(:first-child):not(:last-child) .snippet-img-top,
                .snippet-group .snippet:not(:first-child):not(:last-child) .snippet-img-bottom {
                    border-radius: 0;
                }
}

.snippet-columns .snippet {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .snippet-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

        .snippet-columns .snippet {
            display: inline-block;
            width: 100%;
        }
}

/* #endregion*/
/* #region Snippet Extensions*/
.snippet-collapse .snippet-header {
    margin-bottom: -1px;
}

@media(min-width: 768px) {
    .snippet-collapse .snippet-header {
        margin-bottom: 0;
    }
}

.snippet-header {
    font-weight: 600;
}

@media (min-width: 768px) {
    .snippet.folder-list .snippet-header {
        display: none !important;
    }

    .snippet-collapse {
        margin-right: 0;
        margin-left: 0;
        border-width: 1px;
        border-radius: 0.25rem;
    }
}

.snippet-toggle {
    margin-left: 15px;
    padding: 0;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}
/* #endregion */
/* #region List Group */
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

    .list-group-flush .list-group-item:first-child,
    .list-group-flush:first-child .list-group-item:first-child {
        border-top: 0;
    }

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}
/* #endregion */

/* -- Utilities --*/
/* #region Borders */
.border {
    border: 1px solid #ddd !important;
}

.border-top {
    border-top: 1px solid #ddd !important;
}

.border-right {
    border-right: 1px solid #ddd !important;
}

.border-bottom {
    border-bottom: 1px solid #ddd !important;
}

.border-left {
    border-left: 1px solid #ddd !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #a36fa0 !important;
}

.border-secondary {
    border-color: #777 !important;
}

.border-success {
    border-color: #30b543 !important;
}

.border-info {
    border-color: #00b5e1 !important;
}

.border-warning {
    border-color: #f0ad4e !important;
}

.border-danger {
    border-color: #e9192e !important;
}

.border-light {
    border-color: #F6F6F6 !important;
}

.border-dark {
    border-color: #515151 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
    border-radius: 50%;
}

.rounded-0 {
    border-radius: 0;
}
/* #endregion */
/* #region Borders Extensions */
.border-radius-0 {
    border-radius: 0 !important;
}
/* #endregion */
/* #region Colours */
.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.text-secondary {
    color: #221F1F !important;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #6c757d !important;
}

.text-success {
    color: #30b543 !important;
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important;
}

.text-info {
    color: #00b5e1 !important;
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important;
}

.text-warning {
    color: #f0ad4e !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important;
}

.text-danger {
    color: #e9192e !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important;
}

.text-light {
    color: #777 !important;
}

a.text-light:focus, a.text-light:hover {
    color: #888 !important;
}

.text-dark {
    color: #515151 !important;
}

a.text-dark:focus, a.text-dark:hover {
    color: #221F1F !important;
}

.bg-light {
    background-color: #f5f5f5 !important;
}

.bg-info {
    background-color: #00b5e1 !important;
}

.bg-dark {
    background-color: #515151 !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-success {
    background-color: #30b543 !important;
}

.border-success {
    border-color: #30b543 !important;
}

.badge-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
}

/* #endregion */
/* #region Colours Extensions */
.text-standard {
    color: #9d9e9f !important;
}

a.text-standard:focus, a.text-standard:hover {
    color: #3B64F4 !important;
}

.text-silver {
    color: #9d9e9f !important;
}

a.text-silver:focus, a.text-silver:hover {
    color: #777 !important;
}

.text-gold {
    color: #d6c926 !important;
}

a.text-gold:focus, a.text-gold:hover {
    color: #c9b52e !important;
}

.text-platinum {
    color: #0879b2 !important;
}

a.text-platinum:focus, a.text-platinum:hover {
    color: #1b96cd !important;
}

.text-vip {
    color: #0879b2 !important;
}

a.text-vip:focus, a.text-vip:hover {
    color: #1b96cd !important;
}

.bg-standard {
    background-color: #ddd !important;
}

a.bg-standard:focus, a.bg-standard:hover {
    background-color: #3B64F4 !important;
}

.bg-silver {
    background-color: #9d9e9f !important;
}

a.bg-silver:focus, a.bg-silver:hover {
    background-color: #777 !important;
}

.bg-gold {
    background-color: #d6c926 !important;
}

a.bg-gold:focus, a.bg-gold:hover {
    background-color: #c9b52e !important;
}

.bg-platinum {
    background-color: #0879b2 !important;
}

a.bg-platinum:focus, a.bg-platinum:hover {
    background-color: #1b96cd !important;
}

.bg-vip {
    background-color: #0879b2 !important;
}

a.bg-vip:focus, a.bg-vip:hover {
    background-color: #1b96cd !important;
}

.bg-gradient-success {
    background: -moz-linear-gradient(top, rgba(48, 181,67, 1) 0, rgba(48, 181,67, 0) 40%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(48, 181,67, 1) 0,rgba(48, 181,67, 0) 40%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(48, 181,67, 1) 0,rgba(48, 181,67, 0) 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-color: #30b543;
}

.bg-gradient-succes:hover {
    background: -moz-linear-gradient(top, rgba(48, 181,67, 1) 0, rgba(48, 181,67, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(48, 181,67, 1) 0,rgba(48, 181,67, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(48, 181,67, 1) 0,rgba(48, 181,67, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


.bg-gradient-standard {
    background: -moz-linear-gradient(top, rgba(221, 221, 221,1) 0, rgba(221,221,221,0) 40%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(221, 221, 221,1) 0,rgba(221,221,221,0) 40%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(221, 221, 221,1) 0,rgba(221,221,221,0) 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-color: #ddd;
}

    .bg-gradient-standard:hover {
        background: -moz-linear-gradient(top, rgba(221, 221, 221,1) 0, rgba(221,221,221,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(221, 221, 221,1) 0,rgba(221,221,221,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(221, 221, 221,1) 0,rgba(125,221,221,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

.bg-gradient-silver {
    background: -moz-linear-gradient(top, rgba(235, 236, 237,1) 0, rgba(125,185,232,0) 40%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(235, 236, 237,1) 0,rgba(125,185,232,0) 40%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(235, 236, 237,1) 0,rgba(125,185,232,0) 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-color: #9d9e9f;
}

    .bg-gradient-silver:hover {
        background: -moz-linear-gradient(top, rgba(235, 236, 237,1) 0, rgba(125,185,232,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(235, 236, 237,1) 0,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(235, 236, 237,1) 0,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

.bg-gradient-gold {
    background: -moz-linear-gradient(top, rgba(249, 246, 222,1) 0, rgba(125,185,232,0) 40%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(249, 246, 222,1) 0,rgba(125,185,232,0) 40%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(249, 246, 222,1) 0,rgba(125,185,232,0) 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-color: #d6c926;
}

    .bg-gradient-gold:hover {
        background: -moz-linear-gradient(top, rgba(249, 246, 222,1) 0, rgba(125,185,232,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(249, 246, 222,1) 0,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(249, 246, 222,1) 0,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

.bg-gradient-platinum {
    background: -moz-linear-gradient(top, rgba(207, 231, 240,1) 0, rgba(125,185,232,0) 40%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(207, 231, 240,1) 0,rgba(125,185,232,0) 40%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(207, 231, 240,1) 0,rgba(125,185,232,0) 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-color: #0879b2;
}

    .bg-gradient-platinum:hover {
        background: -moz-linear-gradient(top, rgba(207, 231, 240,1) 0, rgba(125,185,232,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(207, 231, 240,1) 0,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(207, 231, 240,1) 0,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

.border-standard {
    border-color: #ddd !important;
}

.border-silver {
    border-color: #9d9e9f !important;
}

.border-gold {
    border-color: #d6c926 !important;
}

.border-platinum {
    border-color: #0879b2 !important;
}

.border-vip {
    border-color: #0879b2 !important;
}
/* #endregion*/
/* #region Display */
.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

/* #endregion */
/* #region Flex */
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
/* #endregion */
/* #region Flex Extentions */
.flex-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.flex-item-fluid {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /*
        Flexbox and truncated text
        https://css-tricks.com/flexbox-truncated-text/
    */
    min-width: 0;
}
/* #endregion */
/* #region Sizing */
.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}
/* #endregion */
/* #region Spacing */
.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
/* #endregion */
/* #endregion */

/* #endregion */

/* #region 2. LAYOUT */

.container-fluid {
    max-width: 1200px;
}

.container-focused {
    max-width: 768px !important;
}

.container-task {
    max-width: 450px !important;
}


@media (min-width: 768px) {
    .home-container {
        max-width: 85%;
        margin: 0 auto;
    }

        .home-container h1 {
            font-size: 2rem;
        }

        .home-container .content-module-title {
            font-size: 1.75rem !important;
        }
}

#page-mask {
    transition: background ease-in .1s;
}

.container-fluid.container-focused {
    max-width: 450px;
    text-align: center;
}

.l-focused-wide .container-fluid.container-focused {
    max-width: 768px;
    text-align: left;
}

/*Masthead*/
.masthead-banner .tag-line {
    display: none;
}

@media (min-width: 992px) {

    #masthead .tag-line {
        display: inline-block;
        margin-top: 8px;
        margin-left: 3px;
        color: #fff;
        font-family: "Segoe Script";
        font-weight: 600;
    }

    .authenticated #masthead .tag-line {
        display: none;
    }
}

/* Masthead Site Logo*/
/*TODO: Rename class. Also used by mobile sidebar. */
.navbar-logo {
    display: inline-block;
    float: left;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
}

#masthead .site-logo-favicon,
.sidebar-header .site-logo-favicon {
    display: none;
}

.authenticated #masthead .site-logo-favicon {
    display: inline-block;
}

.authenticated #masthead .site-logo {
    display: none;
}

@media (min-width: 768px) {
    .authenticated #masthead .site-logo-favicon {
        display: none;
    }

    .authenticated #masthead .site-logo {
        display: inline-block;
    }
}

/* Masthead Menu Icon */
.masthead-banner .sidebar-toggle {
    margin: 0 .75rem;
    padding-right: 0;
    padding-left: 0;
    border: none;
}

@media (min-width: 992px) {
    .masthead-banner .sidebar-toggle {
        display: none;
    }

    .masthead-banner .logo-container {
        margin-left: 1rem;
    }
}

.masthead-banner .sidebar-toggle,
.masthead-banner .sidebar-toggle:focus,
.masthead-banner .sidebar-toggle:hover {
    color: #fff;
    background-color: transparent;
}

/* Masthead Navbar Nav */
.navbar-masthead .navbar-nav > li > a {
    padding: 10px;
    font-weight: 600;
    color: #fff;
}

    .navbar-masthead .navbar-nav > li > a:hover,
    .navbar-masthead .navbar-nav > li > a:focus {
        text-decoration: underline;
        color: #fff;
        background-color: transparent;
    }

@media (min-width: 768px) {
    .navbar-masthead .navbar-nav > li > a {
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .navbar-masthead .navbar-right {
        margin-right: 0;
    }
}

/* #region Navigation  */
.mm-nav-link {
    padding: .5rem;
}

    .mm-nav-link:hover,
    .mm-nav-link:focus {
        text-decoration: none;
    }

    .mm-nav-link.active {
        font-weight: 600;
    }

    .mm-nav-link.disabled {
        color: #777 !important;
        cursor: default;
    }

/* Main Nav */
.navbar-main {
    background: #545454;
}

    .navbar-main .btn-xs {
        line-height: 1.5;
        padding: .25rem .5rem;
        margin: .25rem 0;
    }

.nav-main .mm-nav-link {
    color: #fff;
}

    .nav-main .mm-nav-link:hover,
    .nav-main .mm-nav-link:focus {
        color: #515151;
        background-color: #f5f5f5;
    }

@media (min-width: 768px ) {
    .nav-main .mm-nav-link:hover,
    .nav-main .mm-nav-link:focus {
        background-color: #fff;
    }
}

/* Secondary Nav */
.navbar-secondary {
    margin: 0 -15px 1rem;
    padding-right: .5rem;
    padding-left: .5rem;
    background: #f5f5f5;
    border: solid #ddd;
    border-width: 1px 0;
}

    .navbar-secondary.navbar-section {
        border-top-width: 0;
    }

.nav-secondary .mm-nav-link {
    color: #3a3a3a;
}

@media (min-width: 768px ) {
    .navbar-secondary {
        margin-right: 0;
        margin-left: 0;
        border-right-width: 1px;
        border-left-width: 1px;
    }

        .navbar-secondary.navbar-section {
            margin-top: 15px;
            border-top-width: 1px;
        }
}

/* Nav Scroll */
.nav-scroll {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%
}

.mobile-device .nav-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.nav-scroll-link {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

/* #endregion */

/* Main content */
#main {
    background-color: #fff;
}

#main {
    padding-top: 96px;
}

.has-alert #main {
    padding-top: 128px;
}

/* Footer */
#footer .container-fluid {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footer-links {
    margin: 0 0 20px;
    text-align: center;
}

    .footer-links a,
    .footer-links a:visited,
    .footer-links a:focus {
        color: #3a3a3a;
    }

        .footer-links a:hover {
            color: #3a3a3a;
            text-decoration: none;
        }

@media (min-width: 768px) {
    .footer-links {
        margin-bottom: 20px;
    }
}

.nav-footer {
    margin-bottom: 4rem;
}

#sidebar {
    padding: 20px 10px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -270px;
    visibility: hidden;
    width: 270px;
    background-color: #f6f6f6;
    z-index: 1035;
    transition: ease .1s;
}

    #sidebar .sidebar-header {
        display: block;
        margin: -20px -10px 15px;
        padding: 5px 10px;
    }

        #sidebar .sidebar-header .tag-line {
            display: none;
            margin-bottom: 10px;
        }

        #sidebar .sidebar-header .gigacon {
            cursor: pointer;
        }

    #sidebar .social-icons-container {
        text-align: center;
    }

.sidebar-active {
    overflow: hidden;
}

    .sidebar-active #sidebar {
        left: 0 !important;
        visibility: visible;
    }

    .sidebar-active #page-mask {
        position: fixed;
        top: 0;
        height: 100vh;
        width: 100%;
        display: block;
        background: #212121;
        opacity: .8;
        z-index: 1034;
    }

.group {
    margin-bottom: 45px;
    clear: both;
}
/* #endregion */

/* #region 3. COMPONENTS */
/* #region Advanced Search */
.advanced-search .panel-title small {
    margin-top: 5px;
    display: block;
}

@media (min-width: 768px) {
    .advanced-search .panel-title small {
        margin-top: 0;
        display: inline;
    }
}

.refinement-label .checkbox-wrap {
    display: inline-block;
    width: 14px;
    text-align: center;
}

.refinement-label .label-text-wrap {
    margin-left: 10px;
    font-weight: normal;
}

/* #endregion */

/* #region Alerts */
.alert-bar {
    margin-bottom: 0;
    padding: .25rem;
    border-radius: 0;
    border: none;
    text-align: center;
}

    .alert-bar.alert-dismissible .close {
        right: 0;
    }

.alert-outline {
    background-color: transparent;
    border-color: #ddd;
    color: #3a3a3a;
}

    .alert-outline hr {
        border-top-color: #ddd;
    }

    .alert-outline .alert-link {
        color: #3a3a3a;
    }

.alert .title {
    margin-top: 0;
}

.alert.operation-result {
    position: fixed;
    top: 15%;
    left: 50%;
    width: auto;
    text-align: center;
}

.alert.progress-wheel {
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    text-align: center;
}

.alert-transparent {
    background-color: transparent;
    border-color: #777;
}

.text-alert {
    margin: 0 0 30px;
}

    .text-alert,
    .text-alert .gigacon {
        color: #e9192e;
    }
/* #endregion */

/* #region App Message */
.sys-msg {
    margin: 0 -15px 15px;
    padding: 10px;
    color: #fff;
}

@media (min-width: 768px) {
    .sys-msg {
        margin-right: 0;
        margin-left: 0;
        padding: 15px;
    }
}

.sys-msg .feature-icon .gigacon {
    font-size: 48px;
    color: #fff;
}

.sys-msg h2 {
    margin: 0 0 5px;
    color: #fff;
}

.sys-msg p {
    margin: 0;
}
/* #endregion*/

/* #region Avatar */
.avatar-xs {
    width: 32px;
    height: auto;
}

.avatar-sm {
    width: 48px;
    /*TODO: Hack for img-responsive class on photo widget*/
    min-width: 48px;
    height: auto;
}

.avatar-md {
    width: 64px;
    height: auto;
}

.avatar-lg {
    width: 96px;
    height: auto;
}
/* #endregion*/

/* #region Badge */
.badge {
    border-radius: 3px;
}

.badge-dark {
    background-color: #3a3a3a;
}

.badge-success {
    background-color: #30b543;
}

.badge-silver {
    background-color: #9d9e9f;
}

.badge-gold {
    background-color: #d6c926;
}

.badge-platinum {
    background-color: #0879b2;
}

.badge .gigacon {
    font-size: 14px;
    margin-right: 0.25rem;
    color: inherit;
}
/* #endregion */

/* #region Banners */
.banner {
    margin: 0 auto 30px;
}

.text-banner {
    position: relative;
    border: solid 1px #333;
    padding: 20px 25px;
    width: 100%;
    font-size: 14px;
    color: #000;
}

@media(min-width: 768px) {
    .text-banner {
        padding-right: 10%;
        padding-left: 10%;
    }
}

.text-banner .banner-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.text-banner h1,
.text-banner h2,
.text-banner p {
    margin-bottom: 20px;
}

.text-banner h1,
.text-banner h2 {
    font-weight: 700;
    color: #000;
}

.text-banner h1 {
    margin-top: 0;
    font-size: 32px;
}

.text-banner h2 {
    font-size: 28px;
}

.text-banner small {
    line-height: 0.75 !important;
}

.text-banner h2 small {
    color: #000;
}

.text-banner .banner-cta {
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
    color: #3b64f4;
}

.banner-responsive {
    position: relative;
    margin: 0 -15px 15px;
}

.banner-responsive-img {
    margin: 0 auto;
    padding-bottom: 25%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.banner-responsive .banner-responsive-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*  TODO: Review banner sizing requirments
    @media(min-width: 480px) {

    .banner-responsive-img {
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
    }
}*/

@media(min-width: 768px) {
    .banner-responsive {
        margin-right: 0;
        margin-left: 0;
    }

    .banner-responsive-img {
        margin: 0;
        padding-bottom: 12.5%;
        width: 100%;
        height: auto;
    }
}
/* #endregion*/

/* #region Bio */
.bio-header {
    margin-top: -1rem;
    margin-bottom: 1rem;
}

.bio-photo-container {
    margin: 0 -15px .5rem;
}

.bio-photo {
    width: 100%;
    height: auto;
}

@media(min-width: 768px) {
    .bio-header {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .bio-photo-container {
        margin-right: 1rem;
        margin-left: 0;
    }

    .bio-photo {
        width: 200px;
    }
}

@media(min-width: 992px) {
    .bio-photo {
        width: 300px;
    }
}
/* #endregion */

/* #region Buttons */

.btn > .gigacon {
    vertical-align: middle;
}

.btn-primary > .gigacon,
.btn-success > .gigacon,
.btn-danger > .gigacon,
.btn-warning > .gigacon,
.btn-info > .gigacon,
.btn-silver > .gigacon,
.btn-gold > .gigacon,
.btn-platinum > .gigacon,
.btn-vip > .gigacon,
.btn-facebook > .gigacon {
    color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #00b5e1;
    border-color: #00b5e1;
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 3px rgba(0, 181, 255, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        background-color: #00b5e1;
        border-color: #00b5e1;
    }

    .btn-info:active, .btn-info.active,
    .show > .btn-info.dropdown-toggle {
        background-color: #138496;
        background-image: none;
        border-color: #117a8b;
    }

.btn-standard {
    background-color: #ddd;
    border-color: #ddd;
}

    .btn-standard:hover {
        color: #fff;
        background-color: #3B64F4;
        border-color: #3B64F4;
    }

    .btn-standard:focus, .btn-standard.focus {
        box-shadow: 0 0 0 3px rgba(221, 221, 221, 0.5);
    }

    .btn-standard.disabled, .btn-standard:disabled {
        background-color: #ddd;
        border-color: #ddd;
    }

    .btn-standard:active, .btn-standard.active,
    .show > .btn-standard.dropdown-toggle {
        color: #fff;
        background-color: #3B64F4;
        background-image: none;
        border-color: #3B64F4;
    }

.btn-silver {
    color: #fff;
    background-color: #9d9e9f;
    border-color: #9d9e9f;
}

    .btn-silver:hover {
        color: #fff;
        background-color: #777;
        border-color: #1b96cd;
    }

    .btn-silver:focus, .btn-silver.focus {
        box-shadow: 0 0 0 3px rgba(157, 158, 159, 0.5);
    }

    .btn-silver.disabled, .btn-silver:disabled {
        background-color: #9d9e9f;
        border-color: #9d9e9f;
    }

    .btn-silver:active, .btn-silver.active,
    .show > .btn-silver.dropdown-toggle {
        background-color: #777;
        background-image: none;
        border-color: #1b96cd;
    }

.btn-gold {
    color: #fff;
    background-color: #d6c926;
    border-color: #d6c926;
}

    .btn-gold:hover {
        color: #fff;
        background-color: #c9b52e;
        border-color: #c9b52e;
    }

    .btn-gold:focus, .btn-gold.focus {
        box-shadow: 0 0 0 3px rgba(214, 201, 38, 0.5);
    }

    .btn-gold.disabled, .btn-gold:disabled {
        background-color: #d6c926;
        border-color: #d6c926;
    }

    .btn-gold:active, .btn-gold.active,
    .show > .btn-gold.dropdown-toggle {
        background-color: #c9b52e;
        background-image: none;
        border-color: #c9b52e;
    }

.btn-platinum {
    color: #fff;
    background-color: #0879b2;
    border-color: #0879b2;
}

    .btn-platinum:hover {
        color: #fff;
        background-color: #1b96cd;
        border-color: #1b96cd;
    }

    .btn-platinum:focus, .btn-platinum.focus {
        box-shadow: 0 0 0 3px rgba(8, 121,178, 0.5);
    }

    .btn-platinum.disabled, .btn-platinum:disabled {
        background-color: #0879b2;
        border-color: #0879b2;
    }

    .btn-platinum:active, .btn-platinum.active,
    .show > .btn-platinum.dropdown-toggle {
        background-color: #1b96cd;
        background-image: none;
        border-color: #1b96cd;
    }

.btn-vip {
    color: #fff;
    background-color: #0879b2;
    border-color: #0879b2;
}

    .btn-vip:hover {
        color: #fff;
        background-color: #1b96cd;
        border-color: #1b96cd;
    }

    .btn-vip:focus, .btn-vip.focus {
        box-shadow: 0 0 0 3px rgba(8, 121,178, 0.5);
    }

    .btn-vip.disabled, .btn-vip:disabled {
        background-color: #0879b2;
        border-color: #0879b2;
    }

    .btn-vip:active, .btn-vip.active,
    .show > .btn-vip.dropdown-toggle {
        background-color: #1b96cd;
        background-image: none;
        border-color: #1b96cd;
    }

.btn-facebook {
    color: #fff;
    background-color: #3464d3;
    border-color: #3464d3;
}

    .btn-facebook:hover {
        color: #fff;
        background-color: #3b5998;
        border-color: #3b5998;
    }

    .btn-facebook:focus, .btn-facebook.focus {
        box-shadow: 0 0 0 3px rgba(52, 100, 211, 0.5);
    }

    .btn-facebook.disabled, .btn-facebook:disabled {
        background-color: #3464d3;
        border-color: #3464d3;
    }

    .btn-facebook:active, .btn-facebook.active,
    .show > .btn-facebook.dropdown-toggle {
        background-color: #3b5998;
        background-image: none;
        border-color: #3b5998;
    }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent;
    }

    .btn-outline-success:active, .btn-outline-success.active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }


.btn-lg, .btn-group-lg > .btn {
    padding-right: 3rem;
    padding-left: 3rem;
}

.btn-xl, .btn-group-xl > .btn {
    padding: 1rem 3rem;
    font-size: 2rem;
    border-radius: 0.4rem;
}

    .btn-xl + .dropdown-toggle-split, .btn-group-xl > .btn + .dropdown-toggle-split {
        /*TODO: Values not taken for btn-lg - revise */
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }

    .btn-xl > .gigacon {
        font-size: 28px;
        line-height: 1.5;
    }

.btn-icon {
    padding-right: .5rem;
    padding-left: .5rem;
    background: transparent;
    border: none;
    border-radius: 0;
    color: #969696 !important;
}

    .btn-icon:hover {
        color: #888 !important;
    }

    .btn-icon:focus {
        outline: none
    }

    .btn-icon:active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-link,
.btn-link:hover,
.btn-link:focus,
a.btn-link,
a.btn-link:hover,
a.btn-link:focus {
    color: #3a3a3a;
}

.btn-circle {
    padding: 0;
    text-align: center;
    border-radius: 50%;
}

.btn-upgrade, .btn-upgrade:hover {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

    .btn-upgrade.level-silver {
        background-color: #9d9e9f;
        border-color: #9d9e9f;
    }

        .btn-upgrade.level-silver:hover {
            background-color: #777;
            border-color: #777;
        }

    .btn-upgrade.level-gold {
        background-color: #d6c926;
        border-color: #d6c926;
    }

        .btn-upgrade.level-gold:hover {
            background-color: #c9b52e;
            border-color: #c9b52e;
        }

    .btn-upgrade.level-platinum {
        background-color: #0879b2;
        border-color: #0879b2;
    }

        .btn-upgrade.level-platinum:hover {
            background-color: #1b96cd;
            border-color: #1b96cd
        }

.btn-menu-icon {
    border: none;
    background: transparent;
}

    .btn-menu-icon:focus {
        outline: none;
    }

.btn-free-msg {
    padding: 0 .125rem;
    border: solid 1px #ddd;
    line-height: 1.5;
    font-weight: 600;
}

.btn-fixed {
    display: block;
    width: 100%;
}

@media (min-width: 768px) {
    .btn-fixed {
        display: inline-block;
        width: 200px;
    }
}

.btn-back-arrow {
    padding: 0 .5rem;
    font-size: 1.25rem;
    opacity: 1;
}
/* #endregion */

/* #region Captcha */
.captcha-img {
    width: 200px;
    height: auto;
}
/* #endregion*/

/*#region  Card */

.card {
    margin-bottom: 15px;
}

    .card .card-image {
        display: block;
        width: 100%;
        height: auto;
    }

    .card .card-title {
        margin: 0 0 5px;
        font-weight: 600;
        font-size: 1rem;
    }

        .card .card-title a,
        .card .card-title a:hover,
        .card .card-title:focus a {
            color: #3a3a3a;
        }

    .card .meta {
        margin: 0 0 5px;
        font-size: .875rem;
        color: #777;
    }

        .card .meta a {
            color: #777;
        }

        .card .meta .meta-item {
            display: inline-block;
        }

    .card .card-content {
        padding: 10px;
    }

    .card .card-actions {
        padding-top: 5px;
    }

    .card .card-action {
        margin-right: 15px;
        display: inline-block;
    }

    .equal {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
    }
    .overflow-hidden {
        overflow: hidden !important;
    }
    .card .card-align-bottom-center {
        position: absolute;
        bottom: 15px;
        width: 100%;
        text-align: center;
    }

    @media (min-width: 768px) {

        .card {
            margin-bottom: 30px;
        }

        .card .meta-item {
            display: inline;
        }

        .card .meta .meta-item + .meta-item {
            margin-left: 10px;
        }
    }

    /*Datinig Guide Featured */
    .dg-featured {
        margin: 0 auto;
        max-width: 250px;
    }

    /*Showcase */
    .card.card-showcase {
        border: solid 1px #ddd;
        border-radius: 2px;
    }

    .card-showcase .card-image {
        width: 100%;
    }

    .card-showcase .card-content {
        padding: 15px;
    }

    .card-showcase .card-action {
        font-weight: 600;
        text-transform: uppercase;
    }

    /*#endregion*/

    /* #region Content Tabs */
    .content-module {
        position: relative;
    }

    .content-module-top {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        margin-bottom: 1rem;
    }

    .content-module-img {
        width: 104px;
        height: auto;
    }

    .content-module-header {
        margin-left: 1rem;
    }

    .content-module-title {
        margin-top: 0;
        margin-bottom: 0;
    }

    @media (min-width: 768px) {
        .content-module {
            min-height: 240px;
        }

        .content-module-top {
            display: block;
            margin-bottom: 0;
        }

        .content-module-header,
        .content-module-text {
            margin-left: 240px;
            padding-left: 1rem;
        }

        .content-module-img-container {
            position: absolute;
            top: 1rem;
        }

        .content-module-img {
            width: 240px;
        }

        .content-module-title {
            margin-bottom: .75rem;
        }
    }
    /* #endregion */

    /* #region Content Tabs */
    .content-tabs {
        margin: 0 -15px 30px;
    }

        .content-tabs .nav-tabs {
            border: solid #ddd;
            border-width: 1px 0;
            background-color: #f6f6f6;
        }

            .content-tabs .nav-tabs > li {
                margin-bottom: 0;
                text-align: center;
            }

            .content-tabs .nav-tabs.items-2 > li {
                width: 50%;
            }

            .content-tabs .nav-tabs.items-3 > li {
                width: 33%;
            }

            .content-tabs .nav-tabs.items-4 > li {
                width: 25%;
            }

            .content-tabs .nav-tabs > li > a {
                margin-right: 0;
                color: #3a3a3a;
                border: none;
                border-radius: 0;
            }

            .content-tabs .nav-tabs > li.active > a,
            .content-tabs .nav-tabs > li.active > a:hover,
            .content-tabs .nav-tabs > li.active > a:focus {
                background-color: inherit;
                border: 0;
                cursor: default;
            }

    @media (min-width:768px) {
        .content-tabs .nav > li > a:hover,
        .content-tabs .nav > li > a:focus {
            background-color: inherit;
        }

        .content-tabs {
            margin: 0 0 30px;
        }

            .content-tabs .nav-tabs {
                background-color: inherit;
                border-width: 0 0 1px;
            }

                .content-tabs .nav-tabs > li {
                    margin-right: 20px;
                    min-width: 140px;
                }

                .content-tabs .nav-tabs.items-2 > li,
                .content-tabs .nav-tabs.items-3 > li,
                .content-tabs .nav-tabs.items-4 > li {
                    width: auto;
                }

                .content-tabs .nav-tabs > li a {
                    padding: 7px 0 2px;
                    font-weight: 600;
                }
    }
    /* #endregion */

    /* #region CTGP Badge */
    .ctgp-badge {
        margin: 0 auto;
        width: 100%;
        max-width: 250px;
        height: auto;
    }
    /* #endregion*/

    /* #region Disclaimer */
    .disclaimer {
        font-size: 12px;
        color: #777;
    }

        .disclaimer a {
            text-decoration: underline;
        }

            .disclaimer a:hover {
                color: #3a3a3a;
            }
    /* #endregion */

    /* #region Footenote */
    .footnote {
        margin-bottom: 20px;
    }

        .footnote .alert {
            margin-top: -20px;
        }
    /* #endregion*/

    /* #region Form Container */
    .form-container {
        text-align: left;
    }

        .form-container header {
            margin: 0 0 20px;
        }

        .form-container p,
        .form-container ul {
            margin: 0 0 10px;
        }

        .form-container h1 {
            font-size: 22px;
            line-height: 32px;
            text-align: center;
        }

        .form-container p {
            font-size: inherit;
            line-height: inherit;
        }

        .form-container .form-group {
            margin-bottom: 10px;
        }

            .form-container .form-group.double-margin {
                margin-bottom: 40px;
            }

            .form-container .form-group.half-margin {
                margin-bottom: 10px;
            }

            .form-container .form-group.quarter-margin {
                margin-bottom: 5px;
            }

            .form-container .form-group.no-margin {
                margin-bottom: 0 !important;
            }

        .form-container .link {
            padding: 5px 0 0;
            display: inline-block;
            text-decoration: underline;
        }

        .form-container.spaced header {
            margin: 0 0 26px;
        }

        .form-container.spaced h1,
        .form-container.spaced p,
        .form-container.spaced ul {
            margin: 0 0 13px;
        }

        .form-container.spaced .form-group {
            margin-bottom: 26px;
        }

            .form-container.spaced .form-group.double-margin {
                margin-bottom: 39px;
            }

            .form-container.spaced .form-group.half-margin {
                margin-bottom: 13px;
            }

            .form-container.spaced .form-group.quarter-margin {
                margin-bottom: 6.5px;
            }

    /*--form-step-divider --*/
    .form-step-divider {
        margin: -5px auto 15px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        font-size: .875rem;
        font-weight: 600;
        letter-spacing: 1px;
    }

        .form-step-divider::before,
        .form-step-divider::after {
            border-top: 1px solid #221f1f;
            content: " ";
            position: absolute;
            top: .75em;
        }

        .form-step-divider::before {
            left: 0;
        }

        .form-step-divider::after {
            right: 0;
        }
    /* #endregion*/

    /* #region Gallery Viewer */

    .gallery-strip {
        margin-right: .5rem;
        margin-left: .5rem;
    }

    .gallery-strip-img-container {
        margin-bottom: .5rem;
        padding-right: .25rem;
        padding-left: .25rem;
    }

    .gallery-viewer-container {
        overflow: hidden;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        color: #fff;
        background-color: #000;
        z-index: 5000;
        /*display: none;*/
    }

        .gallery-viewer-container header {
            position: relative;
            height: 50px;
            color: #fff;
        }

            .gallery-viewer-container header .gallery-close {
                position: absolute;
                padding: 10px;
                top: 5px;
                right: 10px;
                cursor: pointer;
            }

            .gallery-viewer-container header .title-bar {
                margin-right: 50px;
                padding: 10px;
            }

        .gallery-viewer-container .title-bar .gallery-owner {
            margin: 0;
            font-size: 22px;
            display: inline;
            color: #fff;
        }

        .gallery-viewer-container .title-bar .gallery-name {
            margin-left: 10px;
        }

        .gallery-viewer-container .gallery-close .gigacon-cross {
            font-size: 22px;
        }

        .gallery-viewer-container .gallery-close:hover .gigacon-cross {
            color: #fff;
        }

        .gallery-viewer-container .galleria-wrap {
            position: absolute;
            top: 50px;
            right: 0;
            bottom: 0;
            left: 0;
        }

        .gallery-viewer-container .galleria {
            margin: 0 auto;
            width: 100%;
            height: 100%;
        }
    /* #endregion */


    /* #region Divider */
    .divider {
        position: relative;
        border-top: solid 1px #ddd;
        line-height: 1rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .divider-text-container {
        position: absolute;
        bottom: -.5rem;
        width: 100%;
        text-align: center;
    }

    .divider-text {
        display: inline-block;
        z-index: 500;
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: .75rem;
        color: #777;
        background-color: #fff;
    }
    /* #endregion */

    /* #region Help Block */
    .help-block {
        font-size: 12px;
    }

        .help-block,
        .help-block .help-block-link,
        .help-block .help-block-link:hover,
        .help-block .help-block-link:focus {
            color: #777;
        }

            .help-block .detect-location {
                cursor: pointer;
            }
    /* #endregion */

    /* #region Hero */
    .hero {
        position: relative;
        height: calc(100vh - 96px) /* 96px equals Masthead height*/;
        background-image: url('/images/hero/hero-home-default_600x825.jpg');
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
    }

    .hero-group {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1rem;
        color: #fff;
        text-align: center;
        background-color: rgba(0, 0, 0, .3);
    }

        .hero-group .hero-title {
            font-size: 1.75rem;
        }

        .hero-group .stats-container {
            display: inline-block;
            margin-right: auto;
            margin-left: auto;
            padding: .25rem .5rem;
            border-color: #fff;
        }

    .hero-actions .btn {
        width: 130px;
    }


    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
        .hero {
            background-image: url('/images/hero/hero-home-default_800x450.jpg');
        }
    }

    @media (min-height: 825px) {
        .hero {
            height: 825px;
        }
    }

    @media (min-width: 768px) {
        .hero {
            height: calc(100vh - 96px) /* 96px equals Masthead height*/;
        }

        .hero-group {
            padding-right: 2rem;
            padding-left: 2rem;
        }

            .hero-group .hero-title {
                font-size: 2.5rem;
            }

            .hero-group .hero-text {
                font-size: 1.5rem;
            }

            .hero-group .stats-container {
                font-size: 1.25rem;
            }

        .hero-actions .btn {
            width: 200px;
            font-size: 1.25rem;
        }
    }

    @media (min-width: 992px) {
        .hero {
            height: 500px;
            background-image: url('/images/hero/hero-home-default_1920x500.jpg');
        }

        .hero-group {
            position: relative;
            margin-top: 2rem;
            margin-left: auto;
            padding: 0;
            width: 400px;
            background-color: transparent;
        }

        .hero-actions .btn {
            width: auto;
            font-size: 1.5rem;
            border-width: 2px;
            border-color: #fff;
        }
    }
    /* #endregion */

    /* #region Inbox */
    .chat2-container {
        margin: -15px;
    }

    .col-chat2-left,
    .col-chat2-right {
        width: 100%;
    }

    .group-date {
        font-size: .75rem;
    }

    .view-thread .col-chat2-left {
        display: none;
    }

    .view-thread .folder-list.snippet {
        border: none
    }

    .view-thread .navbar-secondary.navbar-section {
        margin: 0;
        border-top: 0;
        border-right: 0;
        border-left: 0;
    }

    .thread-header,
    .thread-body,
    .thread-footer {
        padding: 1rem;
    }

        .thread-footer .icon-gigacon-20 {
            color: #777;
        }

        .thread-footer .dropdown-menu {
            width: 280px;
            font-size: .875rem;
        }

    @media (min-width: 768px) {

        .col-chat2-left {
            max-width: 40%;
            display: block !important;
        }

        .view-thread .col-chat2-left {
            max-width: 268px;
        }

        .col-chat2-right {
            display: block !important;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            border-left: solid 1px #ddd;
        }

        .thread-body,
        .thread-footer {
            padding-right: 4.5rem;
            padding-left: 4.5rem;
        }

        .messages-header {
            margin-right: 2rem;
            margin-left: 1rem;
        }
    }

    @media (min-width: 992px) {
        .chat2-container {
            margin-right: 0;
            margin-left: 0;
        }

        .col-chat2-left {
            border-left: solid 1px #ddd;
        }

        .col-chat2-right {
            border-right: solid 1px #ddd;
        }
    }

    .msg-txt-container {
        display: inline-block;
        min-width: 25%;
        /*max-width: 70%;*/
    }

    .msg-header {
        line-height: 1;
    }
    /* #endregion */
    /* #region Jumbotron */
    .jumbotron {
        margin-bottom: 0;
        background-color: #fff;
    }

        .jumbotron h1 {
            margin-top: 0;
            font-size: 32px;
            color: #3a3a3a;
        }

        .jumbotron h2 {
            margin-top: 0;
            font-size: 26px;
        }

        .jumbotron p {
            font-size: 18px;
            font-weight: normal;
        }

        .jumbotron .cta-img-container {
            margin-bottom: 20px;
            text-align: center;
        }

    @media(min-width: 768px) {

        .jumbotron {
            padding-top: 60px;
            padding-bottom: 60px;
        }

            .jumbotron .cta-img-container {
                margin-bottom: 0;
                text-align: left;
            }
    }

    /*-- jumbotron-signup-overview --*/
    .jumbotron-signup-overview {
        padding: 90px 0;
        color: #fff;
        background-image: url('/images/bg-collage-1920x638.jpg');
    }

        .jumbotron-signup-overview h1 {
            margin-bottom: 30px;
            color: #fff;
            font-weight: 700;
        }

        .jumbotron-signup-overview img {
            border: solid 5px #fff;
            border-radius: 5px;
        }

    /*-- jumbotron-banner --*/
    .jumbotron-banner {
        margin-bottom: 45px;
        padding-top: 30px;
        padding-bottom: 30px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        text-align: center;
        color: #fff;
    }

        .jumbotron-banner h1 {
            color: #fff;
        }

    /*-- Featured Members --*/

    @media (min-width: 768px) {
        .featured-members {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: -webkit-flex !important;
            display: flex !important;
        }
    }

    .featured-member {
        position: relative;
    }

        .featured-member .action-area-link:hover {
            background-color: #00b5e1;
            background-color: rgba(0,181,225,.8);
            text-decoration: none;
        }

            .featured-member .action-area-link:hover .featured-member-username {
                display: -webkit-box !important;
                display: -ms-flexbox !important;
                display: -webkit-flex !important;
                display: flex !important;
                height: 100%;
            }

        .featured-member .online {
            position: absolute;
            bottom: .5rem;
            line-height: 1;
        }

    /*-- jumbotron-chat --*/
    .jumbotron-chat {
        background-image: url(/images/feature-chat-bg.jpg);
        background-position-x: -295px;
        position: relative;
        color: #fff;
        background-repeat: no-repeat;
        background-color: #4e95c2;
    }

        .jumbotron-chat .cta-text-block {
            text-align: center;
            margin-bottom: 30px;
        }

        .jumbotron-chat h1 {
            color: #fff;
        }

        .jumbotron-chat .content-image {
            border: solid 5px #00b5e1;
            border-radius: 4px;
        }

    @media (min-width: 768px) {

        .jumbotron-chat .cta-text-block {
            text-align: right;
            margin-bottom: 0;
        }
    }

    /* jumbotron-ctgp */
    .jumbotron-ctgp .cta-img-container img {
        margin: 0 auto;
        max-width: 250px;
        height: auto;
    }

    @media (min-width: 768px) {
        .jumbotron-ctgp .cta-img-container img {
            margin: 6px 0 0;
            max-width: 100%;
        }
    }

    /* jumbotron-about-us */
    .jumbotron-about-us {
        background-color: #f6f6f6;
    }

        .jumbotron-about-us h1 {
            margin-bottom: 30px;
            text-align: center;
        }

        /*Show case */
        .jumbotron-about-us .card-showcase {
            position: relative;
            background-color: #fff;
        }

            .jumbotron-about-us .card-showcase a,
            .jumbotron-about-us .card-showcase p {
                font-size: 16px;
            }

            .jumbotron-about-us .card-showcase .card-title {
                font-size: 20px;
                line-height: 26px;
            }

            .jumbotron-about-us .card-showcase .card-actions {
                padding-bottom: 5px;
                bottom: 0;
                position: absolute;
            }

    @media(min-width: 768px) {
        .jumbotron-about-us h1 {
            margin-bottom: 60px;
        }

        .jumbotron-about-us .card-showcase {
            min-height: 504px;
        }
    }

    /* jumbotron-equality */
    .jumbotron-equality {
        color: #fff;
        background-color: #099bd6;
    }

        .jumbotron-equality h1 {
            color: #fff;
        }

        .jumbotron-equality a {
            font-weight: 600;
            text-decoration: none;
            text-transform: uppercase;
        }

            .jumbotron-equality a,
            .jumbotron-equality a:hover,
            .jumbotron-equality a:focus,
            .jumbotron-equality a:visited {
                color: #ffc849;
            }

                .jumbotron-equality a:hover {
                    text-decoration: underline;
                }

    /* jumbotron-devices */
    .jumbotron-devices .cta-text-block {
        text-align: center;
    }

    @media(min-width: 992px) {

        .jumbotron-devices .cta-text-block {
            max-width: 992px;
            text-align: left;
        }
    }

    /* jumbotron-signup */
    .jumbotron-signup {
        margin-top: -1.5rem;
        padding-top: 0;
        padding-bottom: 0;
    }

        .jumbotron-signup .cta-container h1 {
            font-size: 1.5rem;
            font-weight: 700;
        }

        .jumbotron-signup .cta-image {
            width: 280px;
            height: auto;
        }

        .jumbotron-signup .features {
            display: none;
        }

        .jumbotron-signup .form-step-divider::before,
        .jumbotron-signup .form-step-divider::after {
            width: 20%;
        }

    @media(min-width: 768px) {

        .jumbotron-signup {
            padding-top: 2rem;
            padding-bottom: 4rem;
        }

            .jumbotron-signup .cta-container {
                margin-top: 0;
            }

                .jumbotron-signup .cta-container h1 {
                    margin-bottom: 1.5rem;
                    font-size: 3rem;
                }

                .jumbotron-signup .cta-container h2 {
                    margin-bottom: 3rem;
                    line-height: 2rem;
                }

            .jumbotron-signup .cta-image-container {
                flex-direction: column-reverse !important;
                margin-bottom: 1.5rem;
            }

            .jumbotron-signup .cta-image {
                width: 100%;
            }

            .jumbotron-signup .cta-image-caption {
                font-size: 1.125rem;
            }

            .jumbotron-signup .features {
                position: relative;
                display: inline-block;
                margin-bottom: 2rem;
            }

            .jumbotron-signup .features-header {
                position: absolute;
                top: -.75rem;
                right: 0;
                left: 0;
                width: 100%;
            }

            .jumbotron-signup .features-title {
                background-color: #fff;
            }

            .jumbotron-signup .feature {
                padding: 1rem 0;
                display: inline-block;
                color: #fff;
                font-size: .75rem;
                width: 5.5rem;
            }

                .jumbotron-signup .feature + .feature {
                    margin-left: 1rem;
                }

                .jumbotron-signup .feature .gigacon {
                    font-size: 3rem;
                    color: #fff;
                }
    }

    @media(min-width: 992px) {

        .jumbotron-signup .feature {
            padding-right: 1rem;
            padding-left: 1rem;
            font-size: .875rem;
            width: 8rem;
        }

            .jumbotron-signup .feature .gigacon {
                font-size: 4rem;
            }
    }


    /* jumbotron-overview */
    .jumbotron-overview {
        background-color: #f6f6f6;
    }

        .jumbotron-overview h1 {
            margin-bottom: 20px;
        }

        .jumbotron-overview h2 {
            margin-bottom: 5px;
        }

    @media(min-width: 768px) {

        .jumbotron-overview .overview-content {
            margin-bottom: 0;
        }
    }
    /* #endregion */

    /* #region User card */
    .user-card.snippet {
        /*margin: 0 -15px 0;*/
        border-width: 0;
    }

    .user-card .snippet-header {
        padding: .25rem .5rem;
    }

    @media(min-width: 768px) {
        .user-card.snippet {
            margin: 0 0 1rem;
            border-width: 1px;
            border-color: #ddd;
        }
    }

    .user-card .snippet-header .btn-link {
        padding: 0;
    }

    .user-card .snippet-header {
        font-size: .875rem
    }

    .user-card .snippet-body {
        padding: .5rem 0;
    }

    @media(min-width: 768px) {
        .user-card .snippet-body {
            padding-right: .5rem;
            padding-left: .5rem;
        }
    }

    .user-overview-group,
    .user-card-action-group {
        margin-top: -.25rem;
        margin-left: 88px;
    }

    .user-card-action-group {
        margin-top: -.5rem;
    }

    @media (min-width: 768px) {
        .user-card-action-group {
            padding-bottom: 0;
            border-bottom: none;
        }
    }

    @media(min-width: 768px) {
        .user-card .photo-container-header {
            display: none;
        }
    }


    .user-card-avatar {
        width: 80px;
    }

    @media(min-width: 992px) {
        .user-card-avatar {
            width: 64px;
        }
    }

    @media(min-width: 1060px) {
        .user-card-avatar {
            width: 80px;
        }
    }

    .user-card-action, .user-card-static {
        margin-right: .5rem;
        padding: .25rem;
        width: 4.5rem;
        font-size: .75rem;
        line-height: 1;
        background-color: #ddd;
    }

    .user-card-action:hover {
        background-color: #f5f5f5;
    }

    @media(min-width: 768px) {
        .user-card-action-group {
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-top: -.5rem;
            margin-right: -.25rem;
            margin-left: -.25rem;
        }

        .user-card-action, .user-card-static {
            margin-right: .25rem;
            margin-left: .25rem;
            padding: .25rem;
            font-size: 0.88rem;
            line-height: 1;
            background-color: #ddd;
        }
    }
    /* #endregion*/

    /* #region Member Stripe? */
    .member-stripe .result-list {
        margin-bottom: 0;
    }
    /* #endregion */

    /* #region Messages */
    .messages .message {
        padding: .5rem;
        line-height: 1.25;
    }

        .messages .message.read,
        .messages .message.selected {
            background-color: #f5f5f5;
        }

    .message.read,
    .message.read .profile-name {
        font-weight: normal;
    }

    .messages .message:hover {
        cursor: pointer;
        background-color: transparent;
    }

    .conversations .message:hover {
        background-color: #f5f5f5;
    }

    .chat-messages .message:hover {
        cursor: pointer;
        background-color: #fcf8e3;
    }

    .contact-history .message:hover {
        cursor: default;
    }


    .message .col-select {
        margin-right: .5rem;
        text-align: center;
    }

        .message .col-select input[type="checkbox"] {
            vertical-align: top;
        }

        .message .col-select .message-status {
            margin-top: .25rem;
            display: block;
            width: 1.5rem;
            text-align: center;
        }

    @media(min-width: 768px) {

        .message .col-select .message-status {
            margin-top: 0;
            display: inline-block;
        }
    }

    /* Message Thread */
    .message-thread {
        padding-right: 10px;
        padding-left: 10px;
        max-width: 600px;
    }

    @media(min-width: 768px) {
        .message-thread {
            padding-right: 0;
            padding-left: 0;
        }
    }

    /* TODO: Review .event-member-messsage */
    .message-body img {
        width: 100%;
        height: auto;
    }

    .message-body .mb-18 {
        margin-bottom: 1rem;
    }

    .message-body h2,
    .message-body h3 {
        font-size: 1rem;
    }
    /* #endregion */

    /* #region Modal */
    .mm-modal.modal-dialog {
        margin: 0;
    }

    .mm-modal .modal-header {
        padding-top: 14px;
        padding-bottom: 14px;
        color: #fff;
    }

    .mm-modal .modal-title {
        margin-left: .75rem;
        font-weight: normal
    }

    .mm-modal .modal-content {
        min-height: 100vh;
        height: 100%;
        border-width: 1px;
        border-radius: 0
    }

    @media(min-width: 768px) {
        .mm-modal.modal-dialog {
            margin: 30px auto;
        }

        .mm-modal .modal-header {
            display: block !important;
            color: #515151;
        }

        .mm-modal .modal-title {
            margin-left: 0;
            font-weight: 600;
        }

        .mm-modal .modal-content {
            min-height: 0;
            height: auto;
            border-width: 1px;
            border-radius: .25rem;
        }
    }


    /* The three blocks below are to center bootstrap modals vertically in the center of the screen */
    /*.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal::before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}*/
    /* #endregion */

    /* #region Modes */
    .user-mode-group {
        max-width: 160px
    }

    .user-mode-item {
        padding: 1px 0;
        font-size: .75rem;
        font-weight: 600;
    }

        .user-mode-item:hover {
            background-color: #f5f5f5;
        }


    .user-mode-state {
        width: 2.5rem;
    }

    .mode .mode-state {
        display: inline-block;
        width: 37px;
        text-align: left;
    }

        .user-mode-state .mode-state,
        .user-mode .mode-state.mode-on,
        .mode .mode-state,
        .mode .mode-state.mode-on {
            font-weight: 600;
        }

    .user-mode-state .indicator,
    .mode-state .indicator {
        display: inline-block;
        background-color: #e9192e;
        height: 8px;
        width: 8px;
        border-radius: .1rem;
    }

    .mode-off .indicator {
        background-color: #e9192e;
    }

    .mode-on .indicator {
        background-color: #4Acd11;
    }


    .mode {
        margin-top: 3px;
        font-size: .8125rem;
    }

        .mode:hover {
            background-color: #eee;
        }

        .mode a,
        .mode a:hover,
        .mode a:active,
        .mode a:visited {
            font-size: 12px;
            text-decoration: none;
            color: #3a3a3a;
        }
    /* #endregion*/

    /* #region Nav List */
    .nav-list-title {
        font-weight: 600;
    }

    .nav-list > li > a {
        padding: 2px 0;
        color: #3a3a3a;
        text-decoration: none;
    }

        .nav-list > li > a:hover,
        .nav-list > li > a:focus {
            color: #3a3a3a;
            background-color: transparent;
        }

    .nav-item {
        margin-right: -1rem;
        margin-left: -1rem;
        padding: .125rem 1rem;
    }

        .nav-item.selected .gigacon,
        .nav-item.selected .nav-item-title {
            color: #3b64f4 !important;
        }

        .nav-item.selected .nav-item-link {
            font-weight: 600;
        }

        .nav-item:hover {
            background-color: #f5f5f5;
        }

        .nav-item .badge {
            padding: .25rem 0;
            font-size: .75rem;
            width: 22px;
            margin-bottom: .125rem;
        }

    .nav-item-link,
    .nav-item-link:active,
    .nav-item-link:visited,
    .nav-item-link:hover {
        display: block;
        color: #3a3a3a;
        text-decoration: none;
    }

    .nav-item.selected .nav-item-link {
        font-weight: 600;
    }

    .nav-item-icon {
        margin-right: .25rem;
        font-size: 22px;
        vertical-align: middle;
    }

    .nav-item-action {
        padding-right: .25rem;
        padding-left: .25rem;
        cursor: pointer;
        font-size: 1rem;
    }

    .nav-item-actions {
        width: 60px;
    }

    @media (min-width: 768px) {
        .nav-item-actions {
            display: none;
        }

        .nav-item:hover .nav-item-actions {
            display: block;
        }
    }
    /* #endregion */

    /* #region Online Count */
    .online-count {
        font-size: .75rem;
        text-align: center;
    }

        .online-count + .online-count {
            border-left: solid 1px #ddd;
        }

    .masthead-banner .online-count-group {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        border: none !important;
    }

    .masthead-banner .online-count {
        line-height: 1.25;
        color: #fff;
    }

        .masthead-banner .online-count + .online-count {
            border-color: #fff;
        }
    /* #endregion */

    #sidebar .upgrade-container {
        margin-bottom: 15px;
    }

    .members-online {
        margin-bottom: 15px;
        padding-bottom: 10px;
        font-size: 14px;
        text-align: center;
        border-bottom: solid 1px #3a3a3a;
    }

        .members-online a {
            font-weight: 600;
        }

            .members-online a:hover {
                text-decoration: underline;
            }

            .members-online a,
            .members-online a:active,
            .members-online a:visited,
            .members-online a:hover {
                color: #3a3a3a;
            }

    /* #region Notifications */
    /* TODO: Refactor*/
    .account-dropdown .snippet-header {
        display: none !important
    }

    .account-button .border {
        border-width: 2px !important;
    }

    .account-.account-button .user-card {
        border: none;
    }

    .account-dropdown .user-card-action-group {
        border-bottom: none;
    }

    @media (min-width: 768px) {
        .account-dropdown .user-card {
            margin-top: -5px;
        }
    }

    .account-dropdown .user-card .snippet-body {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .nav-notifications {
        margin-right: .75rem;
    }

        .nav-notifications .search-icon a {
            padding: 0;
        }

            .nav-notifications .search-icon a:hover {
                background-color: transparent;
            }

        .nav-notifications > li,
        .nav-notifications > li .dropdown {
            position: static;
        }

    @media (min-width: 768px) {
        .nav-notifications > li,
        .nav-notifications > li .dropdown {
            position: relative;
        }
    }

    .nav-notifications > li {
        float: left;
    }

        .nav-notifications > li + li {
            margin-left: 15px;
        }

        .nav-notifications > li:first-child {
            margin-left: 0;
        }

    .nav-notifications .nav-notifications-link {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .nav-notifications .dropdown-menu {
        top: 0;
        left: 0;
        margin-top: 0;
        padding-top: 0;
        border-width: 0;
        border-radius: 0;
    }

    .notification-dropdown {
        overflow-y: scroll;
        height: 100vh;
    }

    @media (min-width: 768px) {
        .nav-notifications .dropdown-menu {
            top: auto;
            left: auto;
            margin-top: 2px;
            width: 300px;
            border-right-width: 1px;
            border-left-width: 1px;
            border-radius: 4px;
        }

        .notification-dropdown {
            overflow-y: auto;
            height: auto;
        }
    }

    .notification-button {
        position: relative;
        margin-top: 6px;
        width: 24px;
        height: 24px;
        background-image: url(/images/sprites/icon-notifications-8.png);
        cursor: pointer;
    }

        .notification-button .badge {
            position: absolute;
            top: -10px;
            left: 12px;
            padding: 2px 0;
            width: 22px;
            font-size: 10px;
            display: none;
            z-index: 10;
            background-color: #e9192e;
        }

    @media (min-width: 992px) {
        .nav-notifications .search-icon {
            display: none;
        }
    }

    .notification-button.active .badge {
        display: inline-block;
    }

    .notification-button.notifs {
        background-position: 230px 0;
    }

        .notification-button.notifs:hover,
        .notification-button.notifs.active {
            background-position: 230px 25px;
        }

    .notification-button.msgs {
        background-position: 0 -1px;
    }

        .notification-button.msgs:hover,
        .notification-button.msgs.active {
            background-position: 0 24px;
        }


    .notification-button.chats {
        background-position: 195px -1px;
    }

        .notification-button.chats:hover,
        .notification-button.chats.active {
            background-position: 195px 24px;
        }

    .notification-button.winks {
        background-position: 160px -1px;
    }

        .notification-button.winks:hover,
        .notification-button.winks.active {
            background-position: 160px 24px;
        }

    .notification-button.home {
        background-position: 125px -1px;
    }

        .notification-button.home:hover,
        .notification-button.home.active {
            background-position: 125px 24px;
        }

    .notification-button.search {
        background-position: 391px 0px;
    }

        .notification-button.search:hover,
        .notification-button.search.active {
            background-position: 91px 25px;
        }

    .notification-button.likes {
        background-position: -44px 0;
    }

        .notification-button.likes:hover,
        .notification-button.likes.active {
            background-position: -44px 25px;
        }

    .notification-button.favourites {
        background-position: -295px 0;
    }

        .notification-button.favourites:hover,
        .notification-button.favourites.active {
            background-position: -295px 25px;
        }

    .notification-button.hamburger {
        background-position: -334px 0;
    }

        .notification-button.hamburger:hover,
        .notification-button.hamburger.active {
            background-position: -334px 25px;
        }


    .notification-dropdown-header {
        padding: 1rem .5rem;
    }

    .notification-dropdown-title {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: .75rem;
        font-weight: normal;
        color: #fff;
    }

    @media (min-width: 768px) {
        .notification-dropdown-header {
            padding: .5rem;
            background-color: #f5f5f5 !important;
        }

            .notification-dropdown-header .btn-back-arrow {
                display: none;
            }

        .notification-dropdown-title {
            margin-left: 0;
            font-size: 1rem;
            font-weight: 600;
            color: #221f1f;
        }
    }


    #notification-window {
        position: fixed;
        top: auto;
        right: auto;
        bottom: 0;
        left: auto;
        width: 100%;
        z-index: 2000;
    }

        #notification-window .notification-area {
            background-color: #f6f6f6;
            border-top: solid 1px #ddd;
            cursor: pointer;
        }

    .notification-area .close {
        z-index: 2010;
    }

    .notification-area .notification-area-content,
    .notification-area .notification-area-footer {
        padding: 10px;
    }

    .notification-area .notification-area-footer {
        border-top: solid 1px #ddd;
    }

    .notification-area .toggle-sound {
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
    }

        .notification-area .toggle-sound.sound-on {
            background-image: url('/images/notifications/soundOn.gif');
        }

        .notification-area .toggle-sound.sound-off {
            background-image: url('/images/notifications/soundOff.gif');
        }

    @media (min-width: 768px) {
        #notification-window {
            right: 15px;
            bottom: 15px;
            width: 360px;
        }

            #notification-window .notification-area {
                background-color: #fff;
                border: solid 1px #aaa;
                -moz-box-shadow: 0 4px 10px #8b8b8b;
                -webkit-box-shadow: #8b8b8b 0 4px 10px;
                box-shadow: 0 4px 10px #8b8b8b;
            }

        .event {
            position: absolute;
            left: auto;
            right: auto;
            top: auto;
            bottom: auto;
            width: 450px;
            border: solid 1px #aaa;
            -moz-box-shadow: 0 4px 10px #8b8b8b;
            -webkit-box-shadow: #8b8b8b 0 4px 10px;
            box-shadow: 0 4px 10px #8b8b8b;
        }
    }

    /* #endregion */

    /* #region Pagination */
    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        background-color: #3b64f4;
        border-color: #3b64f4;
    }

    .pagination > li > a,
    .pagination > li > span {
        margin: 0 5px;
        color: #777;
        border-color: #ddd;
        border-radius: 5px;
    }

    .page-nav {
        margin-bottom: 20px;
    }

    .page-pagnation {
        text-align: center;
    }

    @media (min-width: 768px) {

        .pager-wrap .page-count {
            margin-right: 10px;
        }

        .pager-wrap .pager-control {
            margin-left: 10px;
        }
    }
    /* #endregion */

    /* #region Panel */
    .panel-profile {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .panel-profile .panel-group .panel {
            border-radius: 0;
        }

    @media(min-width: 768px) {
        .panel-group .panel-profile {
            background-color: #f5f5f5;
        }
    }

    .panel-profile .panel-heading {
        border-bottom: none;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .panel-profile > .panel-heading {
        color: #fff;
    }

        .panel-profile > .panel-heading a,
        .panel-profile > .panel-heading a:hover {
            color: inherit;
            text-decoration: none;
        }

        .panel-profile > .panel-heading .help-block {
            color: #fff;
        }

    .panel-profile .panel-body-group {
        margin-bottom: 15px;
    }

        .panel-profile .panel-body-group:last-child {
            margin-bottom: 0;
        }

    .panel-group .panel-profile .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-profile .panel-heading + .panel-collapse > .list-group {
        padding-bottom: 0;
        border-top: none;
    }

    .profile-panels {
        margin-bottom: 2rem;
    }

        .profile-panels h2 {
            margin-top: 0;
            margin-bottom: 20px;
            font-size: 18px;
        }

        .profile-panels .subtitle {
            margin-top: 0;
            font-size: 16px;
        }

        .profile-panels .panel {
            margin-bottom: 10px;
        }

        .profile-panels .form-group {
            margin-bottom: 10px;
        }

        .profile-panels h2 {
            margin-top: 0;
            margin-bottom: 20px;
            font-size: 18px;
        }

        .profile-panels .panel {
            margin-bottom: 10px;
        }

        .profile-panels .form-group {
            margin-bottom: 10px;
        }

    @media(min-width: 768px) {
        .profile-panels {
            padding: 30px;
            max-width: 720px;
            background-color: #f5f5f5;
            border-radius: 2px;
            border: solid 1px #ddd;
        }
    }

    @media(min-width: 768px) {
        .profile-panels {
            padding: 30px;
            max-width: 720px;
            background-color: #f5f5f5;
            border-radius: 2px;
            border: solid 1px #ddd;
        }
    }
    /* #endregion */

    /* #region Photo Uploader */
    .photo-uploader {
        position: relative;
        max-width: 360px;
        margin: auto;
    }

        .photo-uploader header h1 {
            text-align: center;
        }

        .photo-uploader #uploadProgress {
            text-align: center;
        }

        .photo-uploader .profile-picture {
            margin: 0 auto 30px;
            text-align: center;
        }

            .photo-uploader .profile-picture .jcrop-holder {
                margin: auto;
            }


            .photo-uploader .profile-picture img {
                margin: 0 auto;
                width: 200px;
                height: auto;
                border: solid 1px #ddd;
                border-radius: 4px;
            }

    @media (min-width: 768px) {
        .photo-uploader .profile-picture img {
            width: 250px;
        }
    }

    .photo-uploader .rotate {
        background-color: #fff;
        background-repeat: no-repeat;
        height: 24px;
        width: 24px;
        cursor: pointer;
        border: none;
    }

        .photo-uploader .rotate.rotate-clockwise {
            background-image: url("/images/glyphs/ic_rotate_right_grey600_24dp.png");
        }

        .photo-uploader .rotate.rotate-anticlockwise {
            background-image: url("/images/glyphs/ic_rotate_left_grey600_24dp.png");
        }
    /* #endregion */

    /* #region Profile Card */
    .result-list .profile-card {
        margin-bottom: 15px;
    }

    .profile-card {
        width: 100%;
        background-color: #fff;
        border-width: 2px !important;
    }

        .profile-card .snippet-header {
            padding: 0;
            font-size: .75rem;
            font-weight: 600;
            letter-spacing: 1px;
            border-bottom: none;
        }

        .profile-card .snippet-body {
            padding: .25rem .5rem;
        }

        .profile-card .snippet-footer {
            padding: 0;
            background-color: transparent;
        }

            .profile-card .snippet-footer .gigacon {
                top: 2px
            }

            .profile-card .snippet-footer .btn-free-msg > .gigacon {
                top: 0
            }

    .profile-card-compact .snippet-body {
        padding: .25rem;
    }

    .profile-card .card-img-container {
        position: relative;
    }

        .profile-card .card-img-container .isvg {
            position: absolute;
            margin: 0;
            top: auto;
            bottom: .25rem;
            left: .25rem;
            opacity: 0.9;
        }

    .profile-card .video-poster {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    @media (min-width: 768px) {
        .profile-card .video-poster {
            height: 150px;
        }

            .profile-card .video-poster.profile-video {
                height: 93px;
            }
    }

    .profile-card .shape-product-badge {
        width: 26px;
        height: 26px;
        background-size: 26px 26px;
    }

    .profile-card .snippet-footer .btn {
        margin: 0 .25rem;
    }

    .profile-card.manage .snippet-footer .btn {
        margin: 0;
    }

    @media (min-width: 576px) {
        .profile-card .snippet-footer .btn {
            margin: 0 .5rem;
        }
    }

    @media (min-width: 768px) {
        .profile-card.manage .snippet-footer .btn {
            margin: 0;
        }
    }

    @media (min-width: 992px) {
        .profile-card.manage .snippet-footer .btn {
            margin: 0 .5rem;
        }
    }
    /* #endregion */

    /* #region Profile Summary */
    .profile-summary .profile-photo-container {
        position: relative;
        margin-right: 15px;
    }

    .profile-summary.stacks {
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .profile-summary.stacks .profile-photo-container {
            margin: 0 -15px 10px;
        }

    @media (min-width: 768px) {
        .profile-summary.stacks {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .profile-summary.stacks .profile-text-summary {
                margin-top: 0;
            }
    }
    /* #endregion*/

    /* #region Profile Text Summary */
    .profile-text-summary {
        line-height: 1.25;
    }

        .profile-text-summary .profile-name {
            display: inline-block;
            font-weight: 600;
            color: #515151;
        }

        .profile-text-summary a,
        .profile-text-summary a:hover,
        .profile-text-summary a:active {
            color: #515151;
        }


    .profile-header .profile-name {
        font-size: 1.125rem;
    }

    @media (min-width: 768px) {
        .profile-header .profile-name {
            font-size: 2rem;
        }
    }

    .profile-text-summary .profile-edit-actions {
        display: inline-block;
    }

    .profile-text-summary .profile-status {
        margin-right: .25rem;
    }

        .profile-text-summary .profile-status .gigacon {
            font-size: 14px;
            vertical-align: middle;
        }

    .profile-text-summary-header .profile-status .gigacon {
        font-size: 22px
    }


    /* #endregion */

    /* #region Progress Bar */
    .progress {
        margin-bottom: 15px;
    }

    .progress-bar {
        background-color: #30b543;
    }

    .progress-bar-warning {
        background-color: #e9192e !important;
    }
    /* #endregion */

    /* #region Scrollbar */
    .scrollable-area {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .scrollable-area-x {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap
    }

    .scrollable-area::-webkit-scrollbar {
        width: 10px;
    }

    .scrollable-area::-webkit-scrollbar-track {
        background-color: #ccc;
    }

    .scrollable-area::-webkit-scrollbar-thumb {
        background-color: #aaa;
        border-radius: 0;
    }
    /* #endregion*/

    /* #region Section*/
    .section {
        margin-top: 15px;
        padding-bottom: 15px;
    }

    .section-profile {
        margin-top: 0;
    }

        .section-profile.has-search-nav {
            margin-top: -15px;
        }

    @media(min-width: 768px) {
        .section {
            margin-top: 15px;
        }

        .section-profile.has-search-nav {
            margin-top: 0;
        }
    }

    .section header {
        margin-bottom: 1rem;
    }

    .section .section-title {
        font-size: 1.375rem;
    }

    .section .section-subtitle {
        margin-top: .25rem;
        font-size: 1rem;
        font-weight: normal;
    }

    @media(min-width: 768px) {

        .section .section-title,
        .section .section-subtitle {
            display: inline-block
        }

        .section .section-subtitle {
            margin-left: .5rem;
        }
    }

    .section-content-header {
        margin-right: -15px;
        margin-left: -15px;
        padding: 2px 15px;
    }

    .section .section-content-header .title {
        font-size: 16px;
        font-weight: 600;
    }

    .section-content-header .navbar-toggle .gigacon {
        font-size: 16px;
    }

    @media (min-width: 768px) {

        .section-content-header {
            margin-right: 0;
            margin-left: 0;
            padding-right: 0;
            padding-left: 0;
            background-color: transparent;
        }

        .section .section-content-header .title {
            font-size: 24px;
        }
    }
    /* #endregion*/

    /* #region Signup form */

    /* TODO:Review, target's fb signup */
    .extauth {
        margin-top: -40px;
    }

    @media (min-width: 768px) {
        .extauth {
            margin-top: 0;
            margin-bottom: 40px;
        }
    }

    .snippet.signup-form,
    .snippet.signup-form .snippet-header:first-child {
        border-radius: 0 !important;
        border: none;
    }

    .signup-form .snippet-header {
        text-align: center;
        font-size: 1.5rem;
        color: #fff;
        background-color: #221f1f;
    }

    .signup-form {
        margin-right: -15px;
        margin-left: -15px;
    }

    @media (min-width: 768px) {
        .signup-form {
            margin-right: 0;
            margin-left: 0;
        }
    }

    #signup .checkbox-group {
        margin-bottom: 10px;
    }

        #signup .checkbox-group label {
            margin-bottom: 2px;
        }

    #signup .disclaimer {
        line-height: 1.3em;
    }

    .interested-in .checkbox-inline {
        display: block;
    }

        .interested-in .checkbox-inline + .checkbox-inline {
            margin-left: 0;
        }

    @media (min-width: 550px) {

        #signup .checkbox-group .checkbox-inline {
            margin-right: 10px;
            margin-left: 0;
        }

        .interested-in .checkbox-inline {
            display: inline-block;
        }
    }
    /* #endregion*/

    /* #region Social Icons */
    /* TODO: REFACTOR */
    .social-icons-container {
        text-align: center;
    }

        .social-icons-container .list-inline {
            margin-bottom: 0;
        }

            .social-icons-container .list-inline > li {
                padding-left: 3px;
                padding-right: 3px;
            }

    .social-icon.gigacon {
        font-size: 32px;
    }
    /* #endregion*/

    /* #region Stepper */
    .stepper {
        margin-bottom: 20px;
        text-align: center;
    }

    .stepper-step {
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
    }

        .stepper-step + .stepper-step {
            margin-left: 10px;
        }

        .stepper-step .step-number {
            margin-right: 2.5px;
            display: inline-block;
            height: 28px;
            width: 28px;
            line-height: 28px;
            -moz-border-radius: 50%;
            border-radius: 50%;
            color: #fff;
            background-color: #515151;
            text-align: center;
            font-size: 14px;
        }

    @media(min-width: 768px) {
        .stepper-step {
            font-size: 18px;
        }

            .stepper-step + .stepper-step {
                margin-left: 30px;
            }

            .stepper-step .step-number {
                margin-right: 5px;
                height: 32px;
                width: 32px;
                line-height: 32px;
                font-size: 18px;
            }
    }
    /* #endregion*/

    /* #region SVG Icons */
    .isvg {
        display: inline-block;
    }

    .shape-product-badge {
        width: 16px;
        height: 16px;
        border: 0;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }

        .shape-product-badge.standard {
            background-image: url(/images/svg/product-badge-standard_.svg)
        }

        .shape-product-badge.standard-white {
            background-image: url(/images/svg/product-badge-standard-white.svg)
        }

        .shape-product-badge.silver {
            background-image: url(/images/svg/silver-member-icon.svg)
        }

        .shape-product-badge.silver-white {
            background-image: url(/images/svg/product-badge-silver-white.svg)
        }

        .shape-product-badge.gold {
            background-image: url(/images/svg/gold-member-icon.svg)
        }

        .shape-product-badge.gold-white {
            background-image: url(/images/svg/product-badge-gold-white.svg)
        }

        .shape-product-badge.platinum {
            background-image: url(/images/svg/platinum-member-icon.svg)
        }

        .shape-product-badge.platinum-white {
            background-image: url(/images/svg/product-badge-platinum-white.svg)
        }
    /* #endregion */

    /* #region Tables */
    .table.member-list td {
        vertical-align: middle;
    }

    .table .tbl-col-checkbox,
    .table .tbl-col-status {
        width: 15px;
    }

    .table .tbl-col-count {
        width: 30px;
    }

    .table .tbl-col-date {
        width: 100px;
    }

    .table .tbl-col-actions,
    .table .tbl-col-amount {
        width: 100px;
        text-align: right;
    }

    /* TODO: Replace with custom font */
    .table.member-list .ui-icon {
        display: inline-block;
    }
    /* #endregion*/

    /* #region Theme Chooser*/
    .theme-chooser {
        margin: 15px 0;
        color: #515151;
        padding: 0 10px;
        text-align: center;
    }

        .theme-chooser h2 {
            margin: 0 0 20px;
        }

    .theme-pallete-swatch {
        display: inline-block;
        font-size: 50px;
        cursor: pointer;
        vertical-align: middle;
        margin: 0 5px;
    }

    @media (min-width: 768px) {
        .theme-chooser {
            margin: 30px auto 0;
            padding: 0;
        }

            .theme-chooser h2 {
                margin: 0;
                display: inline-block;
                font-size: 16px;
            }

        .theme-pallete-swatch {
            font-size: 32px;
            margin: 0 2px;
        }
    }

    .theme-pallete-swatch.light-blue {
        color: #1B75BA;
    }

    .theme-pallete-swatch.blue {
        color: #2E368E;
    }

    .theme-pallete-swatch.purple {
        color: #652F8D;
    }

    .theme-pallete-swatch.pink {
        color: #E80A89;
    }

    .theme-pallete-swatch.watermelon {
        color: #EE5C72;
    }

    .theme-pallete-swatch.red {
        color: #EA2127;
    }

    .theme-pallete-swatch.brown {
        color: #895D3B;
    }

    .theme-pallete-swatch.orange {
        color: #F59120;
    }

    .theme-pallete-swatch.yellow {
        color: #F0BF19;
    }

    .theme-pallete-swatch.light-green {
        color: #8AC440;
    }

    .theme-pallete-swatch.green {
        color: #009247;
    }

    .theme-pallete-swatch.black {
        color: #090909;
    }


    /* #endregion */

    /* #region Verifications */
    .verifications .verification {
        margin-bottom: 10px;
    }

    .verifications .verification-icon {
        margin-right: 5px;
    }

        .verifications .verification-icon .gigacon {
            vertical-align: middle;
            font-size: 18px;
        }

    .verifications .verify-link {
        margin-left: 5px;
        font-size: 12px;
        cursor: pointer;
        color: #3b64f4;
    }

    .verifications .verify-link:hover {
        text-decoration: underline;
    }

    .verify-icon {
        height: 71px;
        width: 50px;
    }
/* #endregion */
/* #endregion */
/* #region 4. PATTERNS */
/* #region Content Section */
.content-section {
    margin-bottom: 1.5rem;
}

        .content-section header {
            margin-bottom: 1rem;
            overflow: hidden;
            border-bottom: solid 4px #ddd;
        }

        .content-section.header-bar header {
            margin-left: -15px;
            margin-right: -15px;
        }

        .content-section .navbar-toggle {
            padding: 6px 0;
        }

    @media(min-width: 768px) {
        .content-section.header-bar header {
            margin-left: 0;
            margin-right: 0;
        }
    }

    .content-section > header h2 {
        margin: 0 0 5px;
        font-size: 1.125rem;
        display: inline-block;
    }

    .content-section.header-bar > header h2 {
        margin: 0;
        padding: 10px;
        font-size: 1rem;
        color: #515151;
    }

    .content-section .content-section-actions {
        float: right;
    }
    /* #endregion */

    /* #region Cross Links */
    .xlinks .list-group-item {
        padding: .5rem 0;
        line-height: 1.25;
        font-size: .9375rem;
    }

    .xlinks-header {
        margin: 0;
        padding-bottom: .5rem;
        font-size: .9375rem;
        color: #777;
    }

    #sidebar .xlinks .list-group-item {
        background-color: #f5f5f5;
    }

    /* Our Partners */
    .our-partners {
        text-align: center;
    }

        .our-partners .dating-partner {
            padding: 1rem 0;
            margin: 0 auto 40px;
            position: relative;
            max-width: 290px;
        }

    @media (min-width: 768px) {
        .our-partners .dating-partners {
            display: -ms-flexbox !important;
            display: flex !important;
        }

        .our-partners .dating-partner + .dating-partner {
            margin-left: 30px;
        }
    }

    .our-partners .dating-partner:hover {
        border-color: #28a745 !important;
    }

    .our-partners .dating-partner .link {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        cursor: pointer;
        background: rgba(255,255,255,0);
    }

    .our-partners .caption {
        padding: 0.9375rem;
        color: #808184;
    }

    .our-partners h4 {
        margin: 2.5rem 0;
    }

    .our-partners .dating-partner h2 {
        color: #515151;
    }

    .our-partners .dating-partner h3 {
        color: #515151;
    }


    .our-partners .dating-partner .member-count {
        font-size: 0.8125rem;
    }

    .our-partners .dating-partner:hover .btn-outline-success {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }
    /* #endregion  */

    /* #region Memberships */
    .memberships {
        margin: 0 auto;
        max-width: 320px;
    }

    @media (min-width: 768px) {
        .memberships {
            max-width: 100%;
        }
    }

    .membership-term {
        margin: 5px;
        padding: 5px;
        width: 135px;
        border: solid 1px #ddd;
    }

        .membership-term.selected {
            border: solid 2px #3a3a3a;
            color: #fff;
            background-color: #bfbfbf;
        }

        .membership-term input[type=radio] {
            position: absolute;
            opacity: 0;
        }

        .membership-term label {
            margin-bottom: 0;
            display: inline-block;
            line-height: 1.3;
            cursor: pointer;
            font-weight: normal;
        }

        .membership-term span {
            display: inline-block;
        }

    .membership-level {
        margin-bottom: 15px;
        padding: 15px 10px 10px;
        width: 100%;
        max-width: 320px;
        text-align: center;
        border-width: 3px;
        border-style: solid;
    }

    @media (min-width: 768px) {
        .membership-level {
            padding-bottom: 30px;
        }
    }

    .membership-level.level-silver {
        background: -moz-linear-gradient(top, rgba(235, 236, 237,1) 0, rgba(125,185,232,0) 40%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(235, 236, 237,1) 0,rgba(125,185,232,0) 40%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(235, 236, 237,1) 0,rgba(125,185,232,0) 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        border-color: #9d9e9f;
    }

        .membership-level.level-silver:hover {
            background: -moz-linear-gradient(top, rgba(235, 236, 237,1) 0, rgba(125,185,232,0) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(235, 236, 237,1) 0,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(235, 236, 237,1) 0,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

    .membership-level.level-gold {
        background: -moz-linear-gradient(top, rgba(249, 246, 222,1) 0, rgba(125,185,232,0) 40%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(249, 246, 222,1) 0,rgba(125,185,232,0) 40%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(249, 246, 222,1) 0,rgba(125,185,232,0) 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        border-color: #d6c926;
    }

        .membership-level.level-gold:hover {
            background: -moz-linear-gradient(top, rgba(249, 246, 222,1) 0, rgba(125,185,232,0) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(249, 246, 222,1) 0,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(249, 246, 222,1) 0,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

    .membership-level.level-platinum {
        background: -moz-linear-gradient(top, rgba(207, 231, 240,1) 0, rgba(125,185,232,0) 40%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(207, 231, 240,1) 0,rgba(125,185,232,0) 40%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(207, 231, 240,1) 0,rgba(125,185,232,0) 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        border-color: #0879b2;
    }

        .membership-level.level-platinum:hover {
            background: -moz-linear-gradient(top, rgba(207, 231, 240,1) 0, rgba(125,185,232,0) 10%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(207, 231, 240,1) 0,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(207, 231, 240,1) 0,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

    .membership-level.selected {
        border-width: 8px;
    }

    .membership-level .best-value {
        margin: -22px -15px 15px;
        padding: 5px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 15px;
        color: #fff;
    }

    .membership-level.level-silver .best-value {
        background-color: #9d9e9f;
    }

    .membership-level.level-gold .best-value {
        background-color: #d6c926;
    }

    .membership-level.level-platinum .best-value {
        background-color: #0879b2;
    }

    @media (min-width: 768px) {

        .membership-level {
            margin-top: 28px;
            width: 230px;
            max-width: 100%;
        }

            .membership-level.selected {
                margin-top: 0;
            }

            .membership-level + .membership-level {
                margin-left: 15px;
            }
    }

    .product-name .shape-product-badge {
        width: 64px;
        height: 64px;
        background-size: 64px;
    }

    .product-name .product-title {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
    }

    .level-silver .product-title {
        color: #9d9e9f;
    }

    .level-gold .product-title {
        color: #d6c926;
    }

    .level-platinum .product-title {
        color: #0879b2;
    }

    .product-description {
        margin-top: 5px;
        margin-right: 15px;
        margin-left: 15px;
        font-size: 16px;
        color: #969696;
    }

        .product-description .seperator {
            margin: 0 2px;
        }

    @media (min-width: 768px) {
        .product-description {
            display: none;
        }
    }

    .membership-level-benefits {
        margin-top: -5px;
        margin-bottom: 0;
        font-size: 13px;
    }

    @media (min-width: 768px) {
        .membership-level-benefits {
            margin-top: 0;
        }
    }

    .membership-level-benefits .header a {
        color: #3a3a3a;
    }

        .membership-level-benefits .header a:hover {
            text-decoration: none;
        }

    .membership-level-benefits .header .gigacon {
        font-size: 10px;
    }

    .membership-level-benefits .list-group {
        margin-bottom: 0;
        display: none;
        background-color: transparent;
    }

    .membership-level-benefits .list-group-item {
        padding-top: 3px;
        padding-bottom: 3px;
        background-color: transparent;
        border-right-width: 0;
        border-left-width: 0;
        border-radius: 0;
        border-color: #777;
    }

    @media (min-width: 768px) {
        .membership-level-benefits .header {
            display: none;
        }

        .membership-level-benefits .list-group {
            display: block;
        }
    }

    .membership-level .price {
        font-size: 12px;
    }

        .membership-level .price .amount {
            font-size: 28px;
            line-height: 1;
        }

    @media (min-width: 768px) {
        .membership-level .price .amount {
            display: block;
        }
    }

    .membership-level .price .meta {
        display: block;
        margin-top: 2px;
        margin-bottom: 2px;
        font-size: 11px;
        color: #969696;
    }

    .membership-level .code-valid {
        padding: 10px;
        font-size: 14px;
        text-align: center;
    }

    .membership-level.postage-paid {
        text-align: left;
        border: none;
    }

    .accepted-cards {
        margin-top: -10px
    }
        /* TODO: Update image and remove style */
        .accepted-cards img {
            max-width: 200px;
        }

    .exp-yy {
        margin-left: -20px;
    }

    .payment-form label,
    .payment-form .control-label {
        text-align: right;
    }

    .payment-form .modal-footer {
        text-align: left;
    }

    /*#endregion*/

    /* #region Post */
    .post {
        margin-bottom: 15px;
    }

        .post .post-category {
            margin-bottom: 10px;
            text-transform: uppercase;
            font-weight: 600;
            letter-spacing: 1px;
        }

            .post .post-category,
            .post .post-category a {
                color: #969696;
            }

        .post .post-header {
            margin-bottom: 30px;
            border-bottom: solid 1px #ddd;
        }

        .post .headline {
            margin: 0;
            font-size: 28px;
            line-height: 1.25
        }

        .post .dateline {
            padding-bottom: 10px;
            padding-top: 10px;
            font-size: 13px;
            color: #777;
        }

            .post .dateline a {
                color: #777;
            }

    .dateline .meta-item + .meta-item {
        margin-left: 10px;
    }

    .post .share-tools {
        padding-bottom: 10px;
        padding-top: 10px;
    }

        .post .share-tools .gigacon {
            margin-right: 5px;
            font-size: 32px;
        }

    .post .byline {
        margin-top: -15px;
        margin-bottom: 15px;
        font-size: 13px;
    }

        .post .byline .author-avatar {
            margin-right: 10px;
            display: inline-block;
            width: 40px;
            height: auto;
            border-radius: 50%;
        }

        .post .byline .author-name {
            font-weight: 600;
        }

    .post .share-tools li {
        display: inline;
    }

    .post .post-body {
        margin-bottom: 30px;
    }

    .post-body .post-image {
        margin-bottom: 30px;
        text-align: center;
    }

        .post-body .post-image.post-image-left {
            text-align: left;
        }

    /* TODO: Hack. Need to fix hero mark up in DB for all articles */
    .post-body #hero-image {
        margin-bottom: 30px;
        width: 100%;
        height: auto;
    }

    .post-block {
        margin-bottom: 45px;
    }

    .post-body p,
    .post-body ul {
        margin: 0 0 15px;
    }

    .post footer {
        margin-bottom: 30px;
    }

    @media (min-width: 768px) {

        .post .headline {
            font-size: 36px;
        }

        .post .post-nav {
            padding: 15px 0 0;
            font-size: 18px;
        }
    }

    .post .example {
        margin-bottom: 30px
    }


    /* Feature Post */
    .feature-post-container {
        position: relative;
    }

    .feature-post-img {
        width: 100%;
        height: auto
    }

    .feature-post {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding: .5rem;
        background-color: rgba(0,0,0,.5);
    }

    .feature-post-bottom-offset {
        bottom: 15px;
    }

    .feature-post-relative {
        position: inherit;
    }

    .feature-post-title {
        font-size: 1rem;
    }

    @media (min-width: 768px) {

        .feature-post {
            padding: 1rem;
        }

        .feature-post-title {
            font-size: 1.5rem;
        }
    }
    /* #endregion */

    /* #region Photo Widget (Default Photo) */
    .photo-container {
        position: relative;
    }

    .photo-container-header {
        font-size: .75rem;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .photo-container-body {
    }

    .photo-count-group {
        position: absolute;
        right: .25rem;
        bottom: .25rem;
        text-align: right
    }

    @media(min-width: 768px) {
        .photo-count-group {
            right: .5rem;
            bottom: .5rem;
        }
    }

    .status-bar {
        z-index: 100;
        padding: 5px;
        position: absolute;
        top: 0;
        width: 100%;
        cursor: pointer;
        text-align: center;
    }

        .status-bar.update-bar {
            /*visibility: hidden;*/
            top: auto;
            bottom: 0;
            background: #515151;
        }

    .img-placeholder {
        padding: 5px;
        position: absolute;
        bottom: 33%;
        width: 100%;
        text-align: center;
    }

    @media (min-width: 768px) {
        .img-placeholder {
            bottom: 25%;
        }
    }

    .img-placeholder-icon .gigacon {
        font-size: 24px;
    }

    .img-placeholder-title {
        font-size: .875rem;
    }
    /* #endregion */

    /* #region Profile */
    .content-section .profile-data-table {
        margin-top: -1rem;
    }

    .profile-data-table th[scope=row] {
        width: 40%;
        color: #3a3a3a;
    }

        .profile-data-table th[scope=row].profile-item {
            width: 30%;
        }

        .profile-data-table th[scope=row].profile-value {
            width: 35%;
        }

    /* PROFILE  PAGE */
    .profile-photo-container {
        margin-bottom: .5rem;
    }

        .profile-photo-container .photo-container-header {
            padding-top: .25rem;
            padding-bottom: .25rem;
            font-size: 1rem;
        }

        .profile-photo-container .photo-container {
            margin-right: -15px;
            margin-left: -15px
        }

    .profile-badges {
        text-align: center;
    }

        .profile-badges .badge {
            width: 180px;
        }

    @media (min-width: 768px) {
        .profile-photo-container {
            margin-bottom: 1.5rem;
        }

            .profile-photo-container .photo-container-header {
                display: none;
            }

            .profile-photo-container .photo-container {
                margin-right: 0;
                margin-left: 0
            }

        .profile-badges {
            text-align: left;
        }

        .section-profile .profile-membership-status {
            text-align: left;
            margin-top: 0;
        }


        .section-profile .product-badge {
            margin-bottom: 15px;
        }

        .section-profile .available-badge {
            margin-bottom: 5px;
        }

        .section-profile .icon-membership {
            margin-bottom: 15px;
        }
    }
    /* #endregion*/

    /* #region Search Results List */

    .result-list .search-result {
        margin-bottom: 1rem;
    }

    .search-result {
        margin-bottom: 1rem;
        padding: 1rem;
        border-width: 2px !important;
    }

        .search-result .close {
            margin-top: -8px;
            margin-right: 10px;
        }

        .search-result .result-header .badge {
            margin-bottom: .5rem;
            width: 5rem;
            font-size: .75rem;
            font-weight: 600;
        }

        .search-result .result-header .profile-text-summary .gigacon {
            top: 3px;
        }

        .search-result .profile-card {
            width: 96px;
        }

    @media(min-width: 768px) {
        .search-result .profile-card {
            width: 128px;
        }

        .search-result .profile-name {
            font-size: 1.125rem;
        }

        .search-result .contact-channel + .contact-channel {
            margin-left: .5rem;
        }

        .search-result .contact-history {
            border-bottom: solid 1px #3a3a3a;
            padding-bottom: .5rem;
            margin-top: 0;
            min-width: 200px;
        }

            .search-result .contact-history h5 {
                border-bottom: solid 1px #3a3a3a;
                padding-bottom: .5rem;
                margin-top: 0;
            }

            .search-result .contact-history .table td {
                border-top: none;
            }

        .search-result .contact-history-icon .gigacon {
            font-size: 20px;
        }

        .search-result .contact-history-data {
            margin-left: -10px
        }
    }

    .display-options a {
        display: block;
        padding-top: .375rem;
        padding-bottom: .125rem;
        font-size: .875rem;
    }

    @media(min-width: 768px) {
        .display-options a {
            font-size: 1rem;
        }
    }


    .display-options a,
    .display-options a:hover,
    .display-options a:visited {
        color: #515151;
    }

        .display-options a:hover {
            text-decoration: underline
        }

    .display-options .view-type {
        margin-right: .5rem
    }

    .display-options .view {
        display: inline-block;
        width: 19px;
        height: 19px;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-bottom: 3px;
        margin-right: 3px;
    }

    .display-options .list-view-active {
        background-image: url(/images/sprites/view-as.png);
        background-position: 0 -19px;
    }

    .display-options .list-view {
        background-image: url(/images/sprites/view-as.png);
        background-position: 0 0;
    }

    .display-options .gallery-view-active {
        background-image: url(/images/sprites/view-as.png);
        background-position: -19px -19px;
    }

    .display-options .gallery-view {
        background-image: url(/images/sprites/view-as.png);
        background-position: -19px 0;
    }
    /* #endregion */

    /* #region Result List */

    .result-list {
        margin: 0 -15px 15px;
    }

    .result-list-cards {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }

    @media(min-width: 768px) {
        .result-list-cards {
            margin-right: 0 !important;
            margin-left: 0 !important;
        }
    }

    .result-list-header,
    .sort-by {
        padding: 0 15px;
    }

    @media(min-width: 768px) {
        .result-list {
            margin-right: 0;
            margin-left: 0;
        }

            .result-list .alert {
                border-width: 1px;
                border-radius: 3px;
            }

        .result-list-header,
        .sort-by {
            padding-right: 0;
            padding-left: 0;
        }
    }

    .result-list .breadcrumb {
        margin: -10px 0 15px;
        padding: 0;
        list-style: none;
        background: none;
        border-radius: 0;
    }

    .result-list-item {
        position: relative;
    }

        .result-list-item.search-result:hover {
            background-color: #f5f5f5;
        }

        .result-list-item .primary-action {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

        .result-list-item .meta {
            font-size: 13px;
        }


    @media (min-width: 768px) {

        .result-list-header {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-align: center !important;
            align-items: center !important;
        }

        .result-list .result-list-header h2 {
            margin-bottom: 0;
        }
    }

    @media (min-width: 992px) {

        .result-list .actions {
            margin: 0;
        }

        .result-list .buttons {
            margin-top: 0;
        }
    }

    .result-list .filter-bar {
        margin-bottom: 15px;
    }


    .result-list-table {
        border-bottom: solid 1px #ddd;
    }

        .result-list-table a {
            color: #3a3a3a;
        }

        .result-list-table tr.unread {
            background-color: #f6f6f6;
        }

        .result-list-table tr.selected {
            background-color: #fcf8e3;
        }

        .result-list-table tr.unread .tbl-col-date {
            font-weight: 600;
        }

        .result-list-table .photo-small {
            width: 45px;
            height: auto;
        }

        .result-list-table .ui-icon {
            display: inline-block;
            vertical-align: middle;
        }

    @media (min-width: 768px) {

        .result-list .result-list-header {
            margin-bottom: 15px;
        }

        .result-list .pager-wrap {
            text-align: right;
        }

        .pager-wrap .btn {
            padding-bottom: 0;
            padding-top: 0;
        }
    }

    /* Sort by */
    .sort-by {
        margin-bottom: .5rem;
        font-size: .875rem;
    }

        .sort-by .sort-by-item {
            margin-left: 10px;
        }

            .sort-by .sort-by-item a,
            .sort-by .sort-by-item a:visited,
            .sort-by .sort-by-item a:hover,
            .sort-by .sort-by-item a:focus {
                color: #3a3a3a;
            }

            .sort-by .sort-by-item .ui-icon {
                display: inline-block;
                vertical-align: middle;
            }
    /* #endregion */

    /* #region Upgrade */
    .section-upgrade {
        margin-top: -2rem;
        text-align: center;
    }

        .section-upgrade h2 {
            margin-bottom: 1rem;
            font-size: 1rem;
        }

        .section-upgrade .promo-banner {
            margin-top: 1rem;
        }

    @media (min-width: 768px) {
        .section-upgrade {
            margin-top: 0;
        }

            .section-upgrade .title div {
                display: inline-block;
            }
    }
    /* #endregion */
    /* #endregion */

    /* #region 5. UTILITIES */

    .action-area {
        position: relative;
    }

    .action-area-link {
        position: absolute;
        z-index: 100;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        cursor: pointer;
        background: rgba(255,255,255,0);
    }

    .action-link,
    .action-link:hover,
    .action-link:active,
    .action-link:visited {
        text-decoration: none;
    }

    .secondary-action {
        z-index: 500;
        position: relative;
        cursor: default;
    }

    .list-image,
    .list-image-small {
        width: 110px;
        height: auto;
    }

    .list.avatar {
        width: 64px;
    }

    @media (min-width: 768px) {
        .list-image {
            width: 180px;
        }
    }

    /*TODO: Used in Blog comments? */
    .user-match-select {
        width: 80%;
        display: none;
    }

    .list-replies {
        padding-left: 1rem;
        border-left: solid .25rem #ddd;
    }

        .list-replies li:last-child {
            border-bottom: none !important;
        }

    .cursor-pointer {
        cursor: pointer;
    }

    /* Responsive helpers */
    .can-interact {
        cursor: pointer;
    }

    /*TODO: redundant?*/
    /*@media (min-width: 768px) {
    #mobile-indicator {
        display: none;
    }
}*/

    .smaller {
        font-size: .75rem;
    }

    /* Text */
    .text-truncate {
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: calc(100%);
    }

    .text-no-wrap {
        white-space: nowrap;
    }

    .text-dark {
        color: #3a3a3a !important;
    }

    a.text-dark:focus, a.text-dark:hover {
        color: #000 !important;
    }

    .font-weight-bold {
        font-weight: 600;
    }

    .font-italic {
        font-style: italic
    }

    @media (min-width: 768px) {
        .mobile-only {
            display: none;
        }
    }

    .ga-script {
        height: 0;
        width: 0;
    }

    /* #endregion */

    /* #region 6. FONTS */
    @font-face {
        font-family: 'Giga';
        font-display: block;
        src: url('/css/fonts/Giga.eot');
        src: url('/css/fonts/Giga.eot?#iefix') format('embedded-opentype'), url('/css/fonts/Giga.ttf') format('truetype'), url('/css/fonts/Giga.svg#Giga') format('svg');
    }

    .gigacon {
        position: relative;
        top: 0;
        display: inline-block;
        font-family: 'Giga';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .gigacon-logo-tlc::before {
        content: "\e001";
    }

    .gigacon-edit::before {
        content: "\e002";
    }

    .gigacon-heart-outline::before {
        content: "\e003";
    }

    .gigacon-search::before {
        content: "\e004";
    }

    .gigacon-fire::before {
        content: "\e005";
    }

    .gigacon-history::before {
        content: "\e006";
    }

    .gigacon-people::before {
        content: "\e007";
    }

    .gigacon-circle::before {
        content: "\e008";
    }

    .gigacon-information::before {
        content: "\e009";
    }

    .gigacon-envelope::before {
        content: "\e010";
    }

    .gigacon-envelope-lg::before {
        content: "\e011";
    }

    .gigacon-log-out::before {
        content: "\e012";
    }

    .gigacon-search-lg::before {
        content: "\e013";
    }

    .gigacon-camera-outline::before {
        content: "\e014";
    }

    .gigacon-timer::before {
        content: "\e015";
    }

    .gigacon-circle-arrow-left::before {
        content: "\e016";
    }

    .gigacon-circle-arrow-right::before {
        content: "\e017";
    }

    .gigacon-circle-arrow-up::before {
        content: "\e018";
    }

    .gigacon-circle-arrow-down::before {
        content: "\e019";
    }

    .gigacon-undo::before {
        content: "\e020";
    }

    .gigacon-circle-outline-tick::before {
        content: "\e021";
    }

    .gigacon-chevron-left::before {
        content: "\e022";
    }

    .gigacon-chevron-right::before {
        content: "\e023";
    }

    .gigacon-facebook::before {
        content: "\e024";
    }

    .gigacon-twitter::before {
        content: "\e025";
    }

    .gigacon-instagram::before {
        content: "\e026";
    }

    .gigacon-rotate::before {
        content: "\e027";
    }

    .gigacon-location::before {
        content: "\e028";
    }

    /*TODO: Make indvidual icon for gigacon-profile - Profile Verification*/
    .gigacon-profile-verified::before,
    .gigacon-circle-tick::before {
        content: "\e029";
    }

    .gigacon-location-lg::before {
        content: "\e030";
    }

    .gigacon-circle-exclamation-mark::before {
        content: "\e031";
    }

    .gigacon-circle-question-mark::before {
        content: "\e032";
    }

    .gigacon-padlock-locked::before {
        content: "\e033";
    }

    .gigacon-refresh::before {
        content: "\e034";
    }

    .gigacon-heart-logo::before {
        content: "\e035";
    }

    .gigacon-heart::before {
        content: "\e036";
    }

    .gigacon-tick::before {
        content: "\e037";
    }

    .gigacon-triangle-down::before {
        content: "\e038";
    }

    .gigacon-cross::before {
        content: "\e039";
    }

    .gigacon-star::before {
        content: "\e040";
    }

    .gigacon-vip::before {
        content: "\e041";
    }

    .gigacon-credits::before {
        content: "\e042";
    }

    .gigacon-exclamation-mark::before {
        content: "\e043";
    }

    .gigacon-padlock-unlocked::before {
        content: "\e044";
    }

    .gigacon-cog::before {
        content: "\e045";
    }

    .gigacon-option-horizontal::before {
        content: "\e046";
    }

    .gigacon-option-vertical::before {
        content: "\e047";
    }

    .gigacon-user::before {
        content: "\e048";
    }

    .gigacon-remove::before {
        content: "\e049";
    }

    .gigacon-sign-in::before {
        content: "\e050";
    }

    .gigacon-register::before {
        content: "\e051";
    }

    .gigacon-ad::before {
        content: "\e052";
    }

    .gigacon-video-camera::before {
        content: "\e053";
    }

    .gigacon-speech-bubble::before {
        content: "\e054";
    }

    .gigacon-camera::before {
        content: "\e055";
    }

    .gigacon-rated-r::before {
        content: "\e056";
    }

    .gigacon-areoplane::before {
        content: "\e057";
    }

    .gigacon-speech-bubble-smiley::before {
        content: "\e058";
    }

    .gigacon-cocktail-glass::before {
        content: "\e059";
    }

    .gigacon-article::before {
        content: "\e060";
    }

    .gigacon-wink::before {
        content: "\e061";
    }

    .gigacon-logo-sw::before {
        content: "\e062";
    }

    .gigacon-available::before {
        content: "\e063";
    }

    .gigacon-msg-unread::before,
    .unread-message::before,
    .unread-reply::before {
        content: "\e064";
    }

    .gigacon-msg-read::before,
    .m-message::before,
    .reply::before {
        content: "\e065";
    }

    .gigacon-msg-replied::before,
    .replied-message::before,
    .replied-reply::before {
        content: "\e066";
    }

    .gigacon-facebook-like::before {
        content: "\e067";
    }

    .gigacon-folder::before {
        content: "\e068";
    }

    .gigacon-plus-sign::before {
        content: "\e069";
    }

    .gigacon-age-verified::before {
        content: "\e070";
    }

    .gigacon-operator::before {
        content: "\e071";
    }

    .gigacon-speech-bubble-text::before {
        content: "\e072";
    }

    .gigacon-hamburger::before {
        content: "\e073";
    }

    .gigacon-like::before {
        content: "\e074";
    }

    .gigacon-like-circle::before {
        content: "\e075";
    }

    .gigacon-like-star-circle::before {
        content: "\e076";
    }

    .gigacon-card::before {
        content: "\e077";
    }

    .gigacon-house::before {
        content: "\e078";
    }

    .gigacon-bell::before {
        content: "\e079";
    }

    .gigacon-no-access::before {
        content: "\e080";
    }

    .gigacon-badge-silver::before {
        content: "\e081";
    }

    .gigacon-badge-gold::before {
        content: "\e082";
    }

    .gigacon-badge-platinum::before {
        content: "\e083";
    }

    .gigacon-badge-trial::before,
    .gigacon-badge-standard::before {
        content: "\e084";
    }

    .gigacon-badge-postage-paid::before {
        content: "\e085";
    }

    .gigacon-badge-postage-paid-active::before {
        content: "\e086";
    }

    .gigacon-badge-postage-paid-active::before {
        content: "\e086";
    }

    .gigacon-blog::before {
        content: "\e087";
    }

    .gigacon-conversation::before {
        content: "\e088";
    }

    .gigacon-link-::before {
        content: "\e089";
    }

    .gigacon-url::before {
        content: "\e090";
    }

    .gigacon-phone::before {
        content: "\e091";
    }

    .gigacon-you-tube::before {
        content: "\e094";
    }

    .gigacon-loudspeaker::before {
        content: "\e095";
    }

    .gigacon-badge-win::before {
        content: "\e096";
    }

    .gigacon-zoe::before {
        content: "\e097";
    }


    .gigacon-coins::before {
        content: "\e098";
    }

    .gigacon-free-message::before {
        content: "\e099";
    }

    .gigacon-indicator-off::before {
        content: "\e100";
    }

    .gigacon-indicator-on::before {
        content: "\e101";
    }

    .gigacon-rated-g::before {
        content: "\e102";
    }

    .gigacon-rated-m::before {
        content: "\e103";
    }

    .gigacon-skip-first::before {
        content: "\e104";
    }

    .gigacon-skip-previous::before {
        content: "\e105";
    }

    .gigacon-skip-next::before {
        content: "\e106";
    }

    .gigacon-skip-last::before {
        content: "\e107";
    }

    .gigacon-calandar::before {
        content: "\e108";
    }

    .gigacon-bin::before {
        content: "\e109";
    }

    .gigacon-msg-response::before {
        content: "\e110";
    }

    .gigacon-private-gallery::before {
        content: "\e111";
    }

    .gigacon-save::before {
        content: "\e112";
    }

    .gigacon-upload::before {
        content: "\e113";
    }

    .gigacon-pinterest::before {
        content: "\e114";
    }

    .gigacon-star-outline::before {
        content: "\e115";
    }

    .gigacon-star-double::before {
        content: "\e116";
    }

    /* Gigacon IconSizes */
    .gigacon-icon {
        font-size: 1.125rem;
        vertical-align: middle;
    }

    /* Gigacon custom colors */
    .gigacon.success {
        color: #30b543;
    }

    .gigacon.danger {
        color: #e9192e;
    }

    .gigacon-star.active,
    .gigacon-star-outline.active,
    .gigacon-star-double.active,
    .gigacon-heart.active,
    .gigacon-wink.active,
    .gigacon-envelope.active {
        color: #E9192E;
    }

    .gigacon-circle.online {
        color: #4Acd11;
    }

    .gigacon-profile-verified.verified {
        color: #077db4;
    }

    .gigacon-facebook,
    .gigacon-facebook.verified {
        color: #4D67A3;
    }

    .gigacon-instagram {
        color: #000;
    }

    .gigacon-twitter {
        color: #25a7df;
    }

    .gigacon-pinterest {
        color: #BD081C;
    }

    .gigacon-you-tube {
        color: #E94639;
    }

    .gigacon-badge-postage-paid.active,
    .gigacon-badge-postage-paid-active.active {
        color: #30b543;
    }

    .gigacon-badge-standard.active {
        color: #a0a0a0;
    }

    .gigacon-badge-silver.active {
        color: #9d9e9f;
    }

    .gigacon-badge-gold.active {
        color: #d6c926;
    }

    .gigacon-badge-platinum.active {
        color: #0879b2;
    }

    .gigacon-vip.active {
        color: #0879b2;
    }

    .has-credits .gigacon {
        color: #f6b94d;
    }

    /* Gigacon icons */
    .icon-gigacon {
        vertical-align: middle;
    }

    .icon-gigacon-12 {
        font-size: .75rem;
    }

    .icon-gigacon-16 {
        font-size: 1rem;
    }

    .icon-gigacon-18 {
        font-size: 1.125rem;
    }

    .icon-gigacon-20 {
        font-size: 1.25rem;
    }

    .icon-gigacon-24 {
        font-size: 1.5rem;
    }

    .icon-gigacon-32 {
        font-size: 2rem;
    }

    .gigacon.icon-membership {
        margin-right: 10px;
        font-size: 38px;
        vertical-align: middle;
    }

    .gigacon.icon-available {
        margin-right: 10px;
        font-size: 38px;
        vertical-align: middle;
    }
    /* #endregion */

    /* #region 7. SORT */

    #member-map {
        width: 100%;
        height: 300px;
    }

    /* #region action-bar */
    .action-bar {
        border-bottom: solid 1px #ddd;
    }

    @media (min-width: 768px) {
        .action-bar {
            padding-right: 0 !important;
            padding-left: 0 !important;
        }
    }


    .action-bar {
        border-bottom: solid 1px #ddd;
    }


        .action-bar a {
            text-decoration: none;
        }

            .action-bar a:hover {
                text-decoration: underline;
            }

        .action-bar .actions {
            margin-bottom: 0;
            margin-left: 0;
            font-size: .875rem;
        }

        .action-bar .page-nav {
            margin: 0;
            text-align: right;
        }

        .action-bar .inline-list li {
            margin-right: 1em;
            display: inline-block;
            position: relative;
        }
    /* #endregion */

    /* #region Images */
    .img-fluid {
        max-width: 100%;
        height: auto;
    }
    /* #endregion */

    /* #region Transparent */
    .transparent {
        opacity: 0.8;
    }
    /* #endregion */

    /* #region Refine Search */
    .snippet.refine-search .snippet-title {
        cursor: pointer;
    }

    .refine-by {
        border-bottom: solid 1px #ddd;
        padding: .5rem 0;
    }

        .refine-by:last-child {
            border-bottom: none;
        }

        .refine-by:hover {
            border-bottom-color: #777;
        }

            .refine-by:hover .refine-by-title {
                color: #777;
            }

        .refine-by .refine-by-title {
            font-weight: 600;
            cursor: pointer;
        }

        .refine-by .refinements {
            padding-right: 1em;
            padding-left: 1em;
        }

    .refinements .prevmode {
        font-size: .875rem;
        font-weight: 600;
    }

    .refinements .refinement-form {
        font-size: .875rem;
    }

    .refinements .form-group {
        margin-bottom: .5rem;
    }

    .refinement .header {
        font-size: .875rem;
        font-weight: 600;
        cursor: pointer;
    }

    .refine-by-title,
    .refinement .header {
        text-indent: 1em;
        background-repeat: no-repeat;
        background-position: left center;
        display: inline-block;
        background-image: url(/images/arrow_expanded.png);
    }

        .refine-by-title.collapsed,
        .refinement .header.collapsed {
            background-image: url(/images/arrow_collapsed.png);
        }

    .refine-search .btn-primary.collapsed {
        text-indent: 0;
        background-image: none;
    }
    /* #endregion */

    @media (min-width: 768px) {
        #collapse-group {
            display: block !important;
            height: auto !important;
        }
    }

    .checkbox-group .checkbox:first-child {
        margin-top: 0;
    }

    .checkbox.all {
        margin-bottom: 1rem;
    }

    .checkbox input[type=checkbox] + input[type=checkbox] {
        position: relative;
        margin-left: 0;
    }

    /* List Group */
    .user-overview .list-group-item {
        line-height: 1.125;
    }

    .user-overview .badge {
        font-size: .75rem;
        padding: .25rem;
        width: 24px;
    }

    .user-overview .action-area:hover {
        background-color: #f5f5f5;
    }
    /* #endregion */

    /* Temp */

    /* Used to override Twitter CMS Content Block tweet */
    .twitter-tweet {
        margin-top: 0 !important;
        margin-bottom: 1.5rem !important;
    }

    .user-match-select {
        width: 100%;
        height: auto !important;
        padding: 6px 12px
    }

        .user-match-select option {
            margin-bottom: .5rem;
            background-repeat: no-repeat;
            background-size: 32px 32px;
            height: 32px;
            text-indent: 38px;
        }


    /* #region Calandar Date */
    .calandar-date {
        text-align: center;
        width: 4rem;
    }
    /* #endregion */

    /* #region Control Group */
    .control-group {
        margin-bottom: 1rem;
    }

    @media(min-width: 768px) {
        .control-group {
            margin-right: 0;
            margin-left: 0;
            padding-top: 1rem;
            padding-bottom: 1.5rem;
            background-color: #EAEAEA;
        }

            .control-group .form-group {
                margin-bottom: 0;
            }
    }
    /* #endregion */
    .image-small {
        width: 96px;
    }


    /* Video Upload */

    @media(min-width: 768px) {
        .publish-box {
            margin-bottom: 2rem;
            padding: 1rem;
            border: solid 1px #ddd;
        }
    }

    #video-upload-container.is-upload-mode #frm-video-upload
    #video-upload-container.is-details-mode #frm-video-details {
        display: block;
    }

    #video-upload-container.is-upload-mode #frm-video-details,
    #video-upload-container.is-details-mode #frm-video-upload {
        display: none;
    }

    .upload-box {
        padding: 100px 20px;
        background-color: #f5f5f5;
        text-align: center;
    }

    @media (min-width: 768px) {
        .upload-box {
            padding-top: 150px;
            padding-bottom: 150px;
        }
    }

    .upload-box.has-advanced-upload {
        outline: 2px dashed #ddd;
        outline-offset: -10px;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
    }

        .upload-box.has-advanced-upload .upload-label .gigacon {
            display: block;
            font-size: 96px;
        }

        .upload-box.has-advanced-upload .upload-label:hover .gigacon {
            color: #a36fa0;
        }

        .upload-box.has-advanced-upload .upload-label-title {
            font-size: 1.125rem;
            font-weight: bold;
            display: block
        }

        .upload-box.has-advanced-upload .upload-box-dragndrop {
            display: inline-block;
        }

    .upload-box.is-dragover,
    .upload-box.is-uploading,
    .upload-box.is-success,
    .upload-box.is-error {
        outline-offset: 0;
        outline-style: solid;
        outline-width: 1px;
        background-color: #fff;
    }

        .upload-box.is-uploading .upload-box-input,
        .upload-box.is-success .upload-box-input,
        .upload-box.is-error .upload-box-input {
            visibility: hidden;
        }

    .upload-box-dragndrop,
    .upload-box-uploading,
    .upload-box-error,
    .upload-box-success {
        display: none;
    }

    .upload-box.is-uploading .upload-box-uploading,
    .upload-box.is-success .upload-box-success,
    .upload-box.is-error .upload-box-error {
        display: block;
    }

    #preview-thumb {
        width: 100%;
    }

    #btnPublish {
        width: 100%;
    }

    @media (min-width: 768px) {
        #btnPublish {
            width: auto;
        }
    }

    .video-thumb {
        max-width: 150px;
        border: solid 1px #ddd;
    }


    /*.js*/ .upload-box-file {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

        /*.js*/ .upload-box-file + label {
            max-width: 80%;
            text-overflow: ellipsis;
            white-space: nowrap;
            cursor: pointer;
            display: inline-block;
            overflow: hidden;
        }

            /*.js*/ .upload-box-file + label:hover strong,
            .upload-box-file:focus + label strong,
            .upload-box-file.has-focus + label strong {
                color: #3b64f4;
            }

        /*.js*/ .upload-box-file:focus + label,
        /*.js*/ .upload-box-file.has-focus + label {
            outline: 1px dotted #000;
            outline: -webkit-focus-ring-color auto 5px;
        }

        /*.js*/ .upload-box-file + label * {
            /* pointer-events: none; */ /* in case of FastClick lib use */
        }

    .no-js .upload-box-file + label {
        display: none;
    }

    .no-js .btn-upload-box {
        display: block;
    }

    .btn-upload-box {
        font-weight: 700;
        color: #e5edf1;
        background-color: #39bfd3;
        display: none;
        padding: 8px 16px;
        margin: 40px auto 0;
    }

        .btn-upload-box:hover,
        .btn-upload-box:focus {
            background-color: #0f3c4b;
        }


    /*.drop-file-container img {
    opacity: 0.5;
}

.draft-img {
    opacity: 0.3;
}*/

    .play-icon {
        top: 45%;
    }


    .play-icon-size {
        font-size: 120px !important;
    }

        .play-icon-size:hover {
            font-size: 130px !important;
            cursor: pointer;
        }



    .ovl-container {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #333;
        opacity: .8;
    }

        .ovl-container .ovl-body {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
        }

    .ovl-body .img-placeholder {
        font-size: 96px;
    }

    .asset-info {
        display: block;
        text-align: center;
    }

        .asset-info .info-icon .gigacon {
            font-size: 96px;
            line-height: 0;
        }

        .asset-info .info-title {
            font-size: 1.125rem;
            font-weight: bold;
        }

        .asset-info .info-description {
        }

        .asset-info .info-action {
        }

    .video-left-container {
        width: 91px;
        height: 52px;
        overflow: hidden;
    }

    .video-right-container {
        /*width: 160px;
    height: 90px;
    overflow: hidden;*/
    }

    @media (min-width: 1166px) {

        .video-left-container {
            width: 109px;
            height: 62px;
            overflow: hidden;
        }
    }

    @media (min-width: 768px) and (max-width: 992px) {
        .photo-count-group {
            display: none
        }

        .video-left-container {
            width: 73px;
            height: 43px;
            overflow: hidden;
        }
    }
