/* Minification failed. Returning unminified contents.
(624,42): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
(1026,22): run-time error CSS1036: Expected expression, found ':'
 */
/* Theme CMRRA DIRECT */
body {
    color: #3f4043;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15.25px;
}

fieldset.borderedSection {
    border: 1px solid #C0C0C0;
    padding: 6px;
}

    fieldset.borderedSection legend {
        width: auto;
        border-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

.border-container-thin {
    border: solid 1px gray;
    padding: 15px;
    max-width: 450px;
    margin: 0 auto;
}

.required-asterisk {
    color: red;
}

.margint-10 {
    margin-top: 10px;
}

.margint-20 {
    margin-top: 20px;
}

.margint-30 {
    margin-top: 30px;
}

.margint-50 {
    margin-top: 50px;
}

.marginb-10 {
    margin-bottom: 10px;
}

.marginb-20 {
    margin-bottom: 20px;
}

.marginb-30 {
    margin-bottom: 30px;
}

.marginb-50 {
    margin-bottom: 50px;
}

.paddbtm {
    padding-bottom: 21px !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

::-moz-selection {
    background: #222e68;
    color: #ffffff;
}

::selection {
    background: #222e68;
    color: #ffffff;
}

a, a:visited, a:active, a:link {
    color: #e8710c !important;
    text-decoration: none;
}

    a:hover {
        color: #e8710c;
        text-decoration: underline;
    }

/*MERGE FIXED*/
.genesis-nav-menu {
    margin-bottom: 0 !important;
}

    .genesis-nav-menu a {
        color: #464646 !important;
    }

        .genesis-nav-menu a:hover {
            color: #e8710c !important;
        }

a.pagenavbtn {
    color: #000 !important;
}


/* .//MERGE FIXED*/
.alert-info {
    font-size: 15.5px;
    line-height: 22px;
}

/* HEADER */
header {
    background-color: #ffffff;
    border-bottom: 1px solid #e4e3e3;
}

.top-bar {
    background: #222e68;
    color: #ffffff;
    height: 10px;
    left: 0;
    margin-bottom: .5rem;
    padding: 0 12px;
    position: relative;
    right: 0;
    text-align: right;
    z-index: 1000;
}

    .top-bar span {
        color: #3f4043;
        line-height: 30px;
        font-size: 1.5rem;
        top: 1rem;
        position: relative;
        display: block;
    }

.mainMenu {
    margin-top: 10px;
}

.headerMenu {
    background: #ffffff;
}

    .headerMenu a {
        color: #3f4043 !important;
    }

    .headerMenu ul li {
        border-color: #e4e3e3;
    }

    .headerMenu > ul > li > a {
        font-size: 16px;
        text-transform: uppercase;
    }

    .headerMenu ul ul li a {
        background: #ffffff;
        color: #3f4043;
        border-color: #e4e3e3;
    }

    .headerMenu ul ul li:first-child > a {
        border-color: #e4e3e3;
    }

    .headerMenu ul ul li:hover > a {
        background: #ffffff;
        color: #e8710c;
    }

    .headerMenu ul li:hover > a,
    .headerMenu ul li.active > a {
        color: #e8710c;
    }

    .headerMenu span a {
        color: #e8710c;
    }

/* Navigation mobile*/
button.navbar-toggle {
    color: #e8710c;
}

    button.navbar-toggle:hover {
        color: #222e68;
    }

/* ./HEADER */
/* PAGE CONTENT */
h3.page-title {
    color: #222e68;
}

h3 {
    color: #222e68 !important;
}

.section-content-box.form h4 {
    font-weight: bold !important;
    border-bottom: 2px solid #3f4043;
}

.section-content-box {
    background: #ffffff;
    border: 1px solid #e4e3e3;
}

    .section-content-box.form a {
        color: #e8710c;
    }

    .section-content-box h4 {
        color: #222e68;
    }

    .section-content-box.form h4 a {
        color: #222e68;
    }

    .section-content-box h6 {
        color: #e8710c;
    }

.btn-defaultPrimary, button.btn-defaultPrimary {
    min-width: auto;
    /*MERGE FIXED*/
    background: transparent;
    border-color: #e8710c;
    color: #e8710c;
}

    .btn-defaultPrimary:hover, .btn-defaultPrimary:focus, .btn-defaultPrimary:active {
        background-color: #e8710c;
        border-color: #e8710c;
        color: #ffffff;
    }

.btn-secondary, button.btn-secondary {
    min-width: auto;
    /*MERGE FIXED*/
    background: transparent;
    border-color: #222e68;
    color: #222e68;
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
        background-color: #222e68;
        border-color: #222e68;
        color: #ffffff;
    }

.btn-secondaryDark, button.btn-secondaryDark {
    min-width: auto;
    /*MERGE FIXED*/
    background: #222e68;
    border-color: #222e68;
    color: #ffffff;
}

.btn-add {
    background: transparent;
    border-color: #5db26b;
    color: #5db26b;
    padding: 2px 5px;
    opacity: .85;
    font-size: 14px;
    min-width: 50px;
    font-weight: 100;
}

    .btn-add:hover {
        background: #5db26b;
        color: #ffffff;
        opacity: 1;
    }

        .btn-add:hover:before {
            content: "\2713";
        }

.btn-delete {
    background: transparent;
    border-color: #cd0303;
    color: #cd0303;
    padding: 2px 5px;
    opacity: .85;
    font-size: 11.5px;
    min-width: 50px;
    font-weight: 100;
}

    .btn-delete:hover {
        background: #cd0303;
        color: #ffffff;
        opacity: 1;
    }

/*.btn-delete:before{
  content: "\2715";
  font-size:9px;
  margin-right: 2px;
}*/
/* LOADER */
#loader {
    position: relative;
    width: 162px;
    height: 20px;
    margin: auto;
}

.loaderC {
    position: absolute;
    top: 0;
    background-color: rgba(34, 46, 104, 0.63);
    width: 15px;
    height: 15px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 0.975s;
    -o-animation-duration: 0.975s;
    -ms-animation-duration: 0.975s;
    -webkit-animation-duration: 0.975s;
    -moz-animation-duration: 0.975s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(0.3);
    -o-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    border-radius: 13px;
    -o-border-radius: 13px;
    -ms-border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
}

#loaderC_1 {
    left: 0;
    animation-delay: 0.386s;
    -o-animation-delay: 0.386s;
    -ms-animation-delay: 0.386s;
    -webkit-animation-delay: 0.386s;
    -moz-animation-delay: 0.386s;
}

#loaderC_2 {
    left: 20px;
    animation-delay: 0.4825s;
    -o-animation-delay: 0.4825s;
    -ms-animation-delay: 0.4825s;
    -webkit-animation-delay: 0.4825s;
    -moz-animation-delay: 0.4825s;
}

#loaderC_3 {
    left: 40px;
    animation-delay: 0.589s;
    -o-animation-delay: 0.589s;
    -ms-animation-delay: 0.589s;
    -webkit-animation-delay: 0.589s;
    -moz-animation-delay: 0.589s;
}

#loaderC_4 {
    left: 61px;
    animation-delay: 0.6855s;
    -o-animation-delay: 0.6855s;
    -ms-animation-delay: 0.6855s;
    -webkit-animation-delay: 0.6855s;
    -moz-animation-delay: 0.6855s;
}

#loaderC_5 {
    left: 81px;
    animation-delay: 0.782s;
    -o-animation-delay: 0.782s;
    -ms-animation-delay: 0.782s;
    -webkit-animation-delay: 0.782s;
    -moz-animation-delay: 0.782s;
}

#loaderC_6 {
    left: 101px;
    animation-delay: 0.8785s;
    -o-animation-delay: 0.8785s;
    -ms-animation-delay: 0.8785s;
    -webkit-animation-delay: 0.8785s;
    -moz-animation-delay: 0.8785s;
}

#loaderC_7 {
    left: 121px;
    animation-delay: 0.975s;
    -o-animation-delay: 0.975s;
    -ms-animation-delay: 0.975s;
    -webkit-animation-delay: 0.975s;
    -moz-animation-delay: 0.975s;
}

#loaderC_8 {
    left: 142px;
    animation-delay: 1.0715s;
    -o-animation-delay: 1.0715s;
    -ms-animation-delay: 1.0715s;
    -webkit-animation-delay: 1.0715s;
    -moz-animation-delay: 1.0715s;
}

@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: #e8730c;
    }

    100% {
        transform: scale(0.3);
        background-color: white;
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: #e8730c;
    }

    100% {
        -o-transform: scale(0.3);
        background-color: white;
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: #e8730c;
    }

    100% {
        -ms-transform: scale(0.3);
        background-color: white;
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: #e8730c;
    }

    100% {
        -webkit-transform: scale(0.3);
        background-color: white;
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: #e8730c;
    }

    100% {
        -moz-transform: scale(0.3);
        background-color: white;
    }
}
/* ./LOADER */
html input[disabled] {
    background: #e4e3e3;
}

.radio.disabled {
    color: #e4e3e3;
}

button[disabled] {
    opacity: .5;
}

    button[disabled].btn-defaultPrimary:hover {
        background-color: transparent;
        color: #e8710c;
    }

input:focus, textarea:focus {
    border-color: #e8710c !important;
}

select:focus {
    box-shadow: none !important;
    border-color: #e8710c !important;
    outline-style: none;
}

.gray-row {
    background-color: #f9f9f9;
}

.grayBg {
    background-color: #f5f5f5;
    display: block;
}

.red-highlight, .text-danger {
    color: #cd0303 !important;
}

.terms-and-conditions {
    border: 1px solid #e4e3e3;
}

.form-group.required .control-label:after {
    color: #cd0303;
}

/*TABS */
.nav-tabs > li.active {
    background-color: #e8710c;
    color: #ffffff !important;
}

.nav-tabs > li a {
    color: #3f4043 !important;
}

.nav-tabs > li:hover a {
    color: #e8710c;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #ffffff !important;
}

.scrtabs-tabs-fixed-container {
    border-bottom: 2px solid #e8710c;
}

.scrtabs-tab-scroll-arrow {
    border: 1px solid #e4e3e3;
    background: #f5f5f5;
    border-radius: 0;
    color: #f5f5f5;
}

.glyphicon-chevron-left:before {
    content: "\2039";
    color: #222e68;
    font-size: 30px;
    line-height: 43px;
}

.glyphicon-chevron-right:before {
    content: "\203A";
    color: #222e68;
    font-size: 30px;
    line-height: 43px;
}

/* ./// TABS END */
/*INPUT RANGE */
.input-range__slider {
    background: #222e68;
}

.input-range__track--active {
    background: #222e68 !important;
    /*MERGE FIXED*/
}

/* .///INPUT RANGE */
/* Activity Years */
.filterButtons input[type="radio"]:checked + label,
.filterButtons input[type="checkbox"]:checked + label {
    background-color: #222e68;
    color: #ffffff;
}

.filterButtons input[type="radio"]:checked:hover + label,
.filterButtons input[type="checkbox"]:checked:hover + label {
    background-color: #ddd;
    -webkit-box-shadow: inset 0px 3px 61px -1px rgba(45, 45, 46, 0.6);
    -moz-box-shadow: inset 0px 3px 61px -1px rgba(45, 45, 46, 0.6);
    box-shadow: inset 0px 3px 61px -1px rgba(45, 45, 46, 0.6);
    color: #3f4043;
}

.filterButtons input[type="radio"] + label:hover,
.filterButtons input[type="checkbox"] + label:hover {
    background-color: #ddd;
    -webkit-box-shadow: inset 0px 3px 61px -1px rgba(45, 45, 46, 0.6);
    -moz-box-shadow: inset 0px 3px 61px -1px rgba(45, 45, 46, 0.6);
    box-shadow: inset 0px 3px 61px -1px rgba(45, 45, 46, 0.6);
    color: #3f4043;
}

.filterButtons input[type="radio"] + label,
.filterButtons input[type="checkbox"] + label {
    background-color: #f9f9f9 !important !important;
}

.filterButtons input[type="radio"][disabled] + label,
.filterButtons input[type="checkbox"][disabled] + label {
    background-color: #f9f9f9 !important;
}

.filterButtons input[type="radio"][disabled]:checked + label,
.filterButtons input[type="checkbox"][disabled]:checked + label {
    background-color: #f9f9f9 !important;
    color: #3f4043;
}

.filterButtons input[type="radio"][disabled] + label:hover,
.filterButtons input[type="checkbox"][disabled] + label:hover {
    background-color: #f9f9f9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #3f4043;
}

/* ./Activity Years */
/* TABLES */
.table.mainTable .theader {
    background: #3f4043;
    color: #ffffff;
}

.table .table_row:hover {
    background: #f9f9f9;
}

.table_row {
    border-bottom: 1px solid #e4e3e3;
}

    .table_row.expandContent {
        background-color: #f5f5f5;
    }

        .table_row.expandContent:hover {
            background-color: #f5f5f5;
        }

.expandContent .table {
    border: 1px solid #e4e3e3;
}

    .expandContent .table a.lookUp, .expandContent .table button.lookUp {
        min-width: auto !important;
        /*MERGE FIXED*/
        background: transparent;
        border: none;
        display: inline-block;
        color: #222e68;
        text-decoration: underline;
        font-weight: 700;
        line-height: 14px;
        padding: 0px 5px 0;
    }

        .expandContent .table a.lookUp[disabled], .expandContent .table button.lookUp[disabled] {
            opacity: .5;
            text-decoration: none;
        }

    .expandContent .table .theader {
        background: #e4e3e3;
        color: #3f4043;
    }

.theader .sortable:after {
    color: #e4e3e3;
    opacity: .5;
}

.theader .sortable:hover:after {
    opacity: 1;
}

.theader a.sortable {
    color: #ffffff;
}

.table a[aria-expanded="false"]:after {
    content: "\2193";
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    padding-left: 5px;
}

.table a[aria-expanded="true"]:after {
    content: "\2191";
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    padding-left: 5px;
}

/* .// TABLES */
/* PAGINATION Styles */
.easyPaginateNav span {
    color: #222e68;
}

.resultPerPage select {
    border: 1px solid #e8710c;
}

/*FORMS */
.form-control, input, select, textarea {
    border-radius: 3px;
    border: 1px solid #e4e3e3;
}

    select .form-control {
        width: 100%;
    }

.moveUp {
    background: #e8710c;
    color: #ffffff;
}

/*switch*/
input:checked + .slider {
    background-color: #5db26b;
}

input:focus + .slider {
    box-shadow: 0 0 1px #5db26b;
}

/*switch*/

/*registration module - company details*/
.registerCompanyTable {
    display: table;
}

    .registerCompanyTable tbody {
        display: table-row-group
    }

        .registerCompanyTable tbody tr td input {
            width: 100%;
        }
/*registration module - company details*/

/* .// FORMS */
/* Medium Devices, Desktops */
@media only screen and (max-width: 1124px) {
    .headerMenu > ul > li > a {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1100px) {
    /* TOP NAV */
    header {
        border-right: 1px solid #e4e3e3;
    }

    .mainMenu {
        margin-top: 0;
    }

    /*Tables */
    .table.mainTable > tbody > tr.table_row {
        border-top: 3px solid #222e68;
    }

        .table.mainTable > tbody > tr.table_row.expandContent {
            border-top: none;
        }

            .table.mainTable > tbody > tr.table_row.expandContent .collapse.in {
                border-top: 1px solid #e4e3e3;
            }

    .expandContent .table {
        border: none;
    }

    .table.expandTable .table_row {
        border-color: #e4e3e3 !important;
    }

        .table.expandTable .table_row .table_cell:first-child {
            background: #f9f9f9;
        }

    a.expandLink {
        background: #e8710c;
        color: #ffffff !important;
    }

    /* .// Tables */
    /* Unlcaimed works */
    .searchResults h3 {
        background: #3f4043;
        color: #ffffff !important;
    }

    /* .///Unlcaimed works */
    /*PAGE CONTENT */
    .btn-add {
        font-size: 15.5px;
        padding: 10px 20px;
        min-width: 50%;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    /* TOP NAV */
    .top-bar {
        z-index: 200;
    }

    header {
        border-bottom: 1px solid #e4e3e3;
    }

    .mainMenu {
        position: fixed !important;
        left: 0px;
        right: 0px;
        max-height: 100%;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
    }
}


/* Feature 2018 */
.remove-publisher-btn {
    margin-bottom: -30px;
    margin-top: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
    border: 0;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    padding: 0 1px 10px 10px;
    text-decoration: none;
    color: #e8710c;
    cursor: pointer;
}

.remove-publisher-icon {
    opacity: .6;
    padding: 3px 4px;
    text-decoration: none;
    font-style: normal;
}

.remove-publisher-btn:hover {
    opacity: 1 !important;
    text-decoration: none;
}

/* END of Feature 2018 */
/* General Global styles */

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    letter-spacing: .06px;
}
/* TOP NAV */
header {
    padding-bottom: 1rem;
    padding-right: 15px;
    padding-left: 15px;
    z-index: 999 !important;
}

.navbar-collapse.collapse {
    padding: 0;
}

.headerBrand {
    display: inline-block;
    margin-top: 10px;
}

    .headerBrand > img {
        display: block;
        max-width: 100%;
    }
.headerVersion {
    position: relative;
    padding-right: 10px;
    display: inline-block;
    top: -40px;
    left: -200px;
    width: 200px;
    text-align: right;
}

header .content {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

    header .content .headerUser {
        position: absolute;
        margin-top: 3.2rem;
        right: 0;
    }

    header .content .headerLanguage {
        position: absolute;
        margin-top: 3px;
        right: 0;
    }

/* Navigation */
.headerMenu {
    font-size: 1.4rem;
    padding: 0;
    border: 0;
    width: auto;
    z-index: 597;
}

    .headerMenu ul,
    .headerMenu li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .headerMenu ul {
        position: relative;
    }

        .headerMenu ul li {
            border-style: solid;
            border-width: 0 1px 0 0;
            float: left;
            min-height: 1px;
            padding: 0 10px;
            vertical-align: middle;
        }

    .headerMenu > ul > li:last-of-type {
        border-width: 0;
    }

    .headerMenu ul li.hover,
    .headerMenu ul li:hover {
        position: relative;
        z-index: 599;
        cursor: default;
    }

    .headerMenu ul ul {
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 598;
        width: 100%;
    }

    .headerMenu ul li:hover ul li > ul {
        visibility: visible;
    }

    .headerMenu ul ul li > ul {
        display: block;
        margin-top: -1px;
        position: relative;
    }
    /*.headerMenu ul ul ul {
    top: 0;
    left: 209px;
    width: 220px;
  }*/
    .headerMenu ul li:hover > ul {
        visibility: visible;
    }

    .headerMenu ul ul {
        bottom: 0;
        left: 0;
    }

    .headerMenu ul ul {
        padding-top: : 10px;
    }

    .headerMenu a {
        display: block;
        line-height: 1em;
        text-decoration: none;
    }

    .headerMenu > ul {
        display: inline-block;
    }

    .headerMenu:after,
    .headerMenu ul:after {
        content: '';
        display: block;
        clear: both;
    }

    .headerMenu ul ul {
        text-transform: none;
        min-width: 190px;
    }

        .headerMenu ul ul li a {
            border-top: 0 none;
            font-size: 1.55rem;
            line-height: 120%;
            padding: 15px 10px 15px 10px;
            border-width: 0 1px 1px 1px;
            border-style: solid;
            transition: all 0s ease;
            -webkit-transition: all 0s ease;
            -moz-transition: all 0s ease;
        }

        .headerMenu ul ul li:first-child > a {
            border-width: 1px;
            border-style: solid;
        }

        .headerMenu ul ul a:hover {
            text-decoration: none;
        }

        .headerMenu ul ul ul {
            border-top: 0 none;
        }

            .headerMenu ul ul ul li a {
                padding: 15px 10px 15px 30px
            }

        .headerMenu ul ul li {
            position: relative;
            padding: 0;
            float: none;
            border-right: none;
            font-weight: normal;
        }

            .headerMenu ul ul li:last-child > a {
                /*moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;*/
                -moz-background-clip: padding;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
                /*moz-box-shadow: 0 1px 0 #1b9bff;
  -webkit-box-shadow: 0 1px 0 #1b9bff;
  box-shadow: 0 1px 0 #1b9bff;*/
            }

            .headerMenu ul ul li:last-child:hover > a {
                -moz-background-clip: padding;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
            }

            .headerMenu ul ul li.has-sub > a:after {
                content: '▼';
                font-size: 1rem;
                position: absolute;
                line-height: 1.5rem;
                top: 50%;
                right: 28px;
                margin-top: -8px;
            }

    .headerMenu ul li.has-sub > a:after {
        content: '▼';
        margin-left: 5px;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .headerMenu ul li.last ul {
        left: auto;
        right: 0;
    }

        .headerMenu ul li.last ul ul {
            left: auto;
            right: 99.5%;
        }

    .headerMenu a {
        padding: 0;
    }

    .headerMenu > ul > li > a {
        letter-spacing: 0;
        line-height: 25px;
        padding: 5px 0;
    }

        .headerMenu > ul > li > a:hover {
            text-decoration: none;
        }

/* Navigation mobile*/
button.navbar-toggle {
    font-size: 2.5rem;
    font-weight: bold;
    position: relative;
    border-radius: 0;
    margin: 1.5rem auto 0;
    width: 55px;
}

.navbar-toggle {
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
}

    .navbar-toggle::after {
        content: "\e236";
    }

    .navbar-toggle[aria-expanded="false"]::after {
        content: "\e236";
    }

    .navbar-toggle[aria-expanded="true"] {
        position: fixed;
        margin: 0;
        z-index: 1000;
        right: 0;
        top: 0;
    }

        .navbar-toggle[aria-expanded="true"]::after {
            content: "\e014";
            font-size: 2rem;
        }

.navbar-toggleable-md {
    z-index: 88888;
}
/* ./Navigation mobile*/

/* PAGE CONTENT */
.page-content {
    padding: 20px 15px 15px 16px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.logoSignin {
    display: block;
    margin: 2rem 2rem 4rem;
    text-align: center;
}

    .logoSignin img {
        display: block;
        margin: 0 auto;
        max-width: 180px;
    }

.text-danger {
    display: block;
    font-size: 13.5px;
    font-weight: normal !important;
    line-height: 15px;
    margin-top: 5px;
}

.form-group.required .control-label:after {
    content: "*";
    font-weight: normal;
    margin-left: 1px;
}

h3 {
    font-size: 26px;
    padding: 0;
    margin: 0 0 2rem;
    font-weight: 100 !important;
}

    h3.page-title {
        display: flex;
        margin: 0 0 3rem 0;
    }

        h3.page-title .logo {
            width: 150px;
            height: auto;
            /*max-height: 43px;
  width: auto;*/
        }

            h3.page-title .logo img {
                width: 100%;
                height: auto;
            }

        h3.page-title span {
            font-size: 3rem;
            padding-left: 1rem;
        }

.section-content-box {
    font-size: 16px;
    margin-bottom: 2rem;
    padding: 1.5rem 1.5rem 2.5rem 1.5rem;
}

    .section-content-box.signIn {
        margin: 3rem auto 2rem;
    }

    .section-content-box.form h4 {
        font-size: 2rem;
        padding: 0 0 1rem;
        margin: 0 0 2rem;
    }

        .section-content-box.form h4 a {
            font-size: 1.7rem;
        }

    .section-content-box h4 {
        font-size: 26px;
        padding: 0 0 1rem;
        margin: 0 0 2rem;
    }

    .section-content-box h5 {
        font-size: 22px;
        margin: 0 0 1rem;
    }

    .section-content-box h6 {
        font-weight: bold;
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 5px;
        letter-spacing: .5px;
    }

    .section-content-box.form span, .section-content-box span {
        /*display: block;*/
        margin: 4px 0 8px;
    }

    .section-content-box input[type="radio"] + label {
        cursor: pointer;
        margin-left: 5px;
        font-weight: normal;
    }

    .section-content-box input[type="checkbox"] + label {
        cursor: pointer;
        margin-left: 5px;
        font-weight: normal;
    }

.modal-content .section-content-box {
    border: none;
    margin: 1rem;
}

button.close {
    min-width: auto;
}

.form-group input[type="submit"], .form-group button {
    display: block;
    font-weight: bold;
    /*margin: 20px 0;*/
    letter-spacing: .4px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

input[type="submit"], button {
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
}

    input[type="submit"].btn-autoWidth, button.btn-autoWidth {
        font-weight: bold;
        /*margin: 20px 0;*/
        width: auto;
        padding: .9rem 1.2rem;
        font-size: 15.5px;
        letter-spacing: .4px;
        min-width: 130px;
    }

.btn-defaultPrimary, .btn-secondary, .btn-secondaryDark {
    width: 100%;
}

button[disabled], html input[disabled] {
    cursor: not-allowed;
}


hr {
    margin: 30px 0;
}
/* FORMS */
.form-control, input, select, input[type="submit"], button {
    font-size: 15.5px;
    padding: 8.5px 6px;
    height: auto !important;
}

    input[type="text"], select {
        height: 40px;
    }
    /*MERGE FIXED*/
    input[type=radio] {
        width: auto;
        box-shadow: none;
    }

select {
    padding: 10px 6px !important;
}

    input.noLabel, select.noLabel {
        margin-top: 31px;
    }

textarea {
    display: block;
    padding: 8.5px 6px;
    resize: none;
    width: 100%;
}

label span {
    font-weight: normal;
}
/*Animated label in inputs */

.animatedLabel {
    font-weight: 100 !important;
    font-size: 14px;
    left: 17px;
    padding-left: 5px;
    transition: all 0.2s ease-in;
    transform: translateY(0px);
    pointer-events: none;
    position: absolute;
    top: 10px;
    z-index: 10;
    opacity: .4;
}

.moveUp {
    font-size: 13px;
    left: 21px;
    transform: translateY(-23px);
    opacity: 1;
    padding: .5px 6px;
}
/* ./Animated label in inputs */
label {
    font-weight: normal;
}

.form-group {
    margin-bottom: 20px;
}

    .form-group label {
        font-weight: 600;
        margin-bottom: 8px;
    }

    .form-group .extramessage {
        display: block;
        margin: 5px 0 8px;
        font-size: 1.55rem;
    }

.gray-row {
    padding: 1rem 1rem;
    /*width: 100%;*/
    margin: 0 auto 1.5rem;
}

    .gray-row .groupGrayrow {
        margin: 15px 0 15px;
    }

input:focus, textarea:focus {
    border-style: solid;
    border-width: 1px;
    outline: none !important;
    box-shadow: none !important;
}

.mobile-visible {
    display: none;
}
/*switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 30px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 25px;
        width: 25px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider:before {
    -webkit-transform: translateX(33px);
    -ms-transform: translateX(33px);
    transform: translateX(33px);
}

.radio {
    display: inline-block !important;
    margin-right: 25px !important;
    vertical-align: top !important;
    margin-top: 10px !important;
}
    /*MERGE FIXED*/
    .radio input {
        box-shadow: none !important;
        width: auto;
    }

/* Rounded switch*/
.slider.round {
    border-radius: 34px;
    margin: 0 !important;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*.// Rounded  switch */
/*numeric inputs  */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/*FORMS*/

/* TABS */
.nav-tabs {
    border: none;
}

    .nav-tabs > li > a {
        padding: 0;
        border: none;
        background: none;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        border: none;
        background: none;
    }

    .nav-tabs > li > a:hover {
        background: none;
        border: none;
    }

.scrtabs-tabs-fixed-container {
    height: initial;
}

    .scrtabs-tabs-fixed-container ul.nav-tabs {
        height: auto;
    }

        .scrtabs-tabs-fixed-container ul.nav-tabs > li {
            white-space: initial;
        }

.glyphicon {
    font-family: 'icomoon';
}
/* end of reset styles */
.noTop {
    margin-top: 0;
}

.tall .nav-tabs li,
.tall .scrtabs-tab-container {
    height: 55px;
}

    .tall .nav-tabs li .scrtabs-tab-scroll-arrow,
    .tall .scrtabs-tab-container .scrtabs-tab-scroll-arrow {
        height: 45px;
        padding: 0;
        margin: 0;
    }

        .tall .nav-tabs li .scrtabs-tab-scroll-arrow .glyphicon,
        .tall .scrtabs-tab-container .scrtabs-tab-scroll-arrow .glyphicon {
            margin-top: 0;
        }

.tall .tab-content {
    /*height: calc(100vh - (125px + 4em));*/
    height: all;
    /*overflow-y: auto;
    overflow-x: hidden;*/
}

.tab-content {
    margin: 0.7em 0;
}

    .tab-content h2 {
        color: #80cc28;
        margin-bottom: 30px;
    }

    .tab-content h3 {
        font-weight: 600;
        font-size: 22px;
    }

.nav-tabs > li.active {
    cursor: default;
    font-weight: 600;
    /*background: #fff;
    color: #434951;
    border: 1px solid #ddd;
    border-top: 5px solid #80cc28;
    border-bottom-color: transparent;*/
}

.nav-tabs > li {
    /*padding: 1em 0.5em 0.5em;*/
    /*border: 1px solid #fff;
    border-top: 5px solid transparent;*/
    border-radius: 0;
    /*border-bottom-color: #ddd;*/
    margin: 0;
    min-width: 125px;
    font-size: 1.9rem;
    font-weight: 100;
    max-width: 200px;
    white-space: normal;
    /*background: #f2f2f2;*/
    transition: all ease-out 0.3s, all ease-out 0.3s;
}

    .nav-tabs > li a {
        /*color: #a8adb4;*/
        transition: color ease-out 0.3s;
    }

    .nav-tabs > li:hover {
        /*border-top: 5px solid #a8adb4;*/
    }

        .nav-tabs > li:hover a {
            /*color: #6d747e;*/
        }

.nav > li > a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 1.2em;
    margin: 0;
    padding: .5em 0.5em 0.5em;
}

.nav-tabs input {
    position: relative;
}

.scrtabs-tab-scroll-arrow {
    color: #0ab9f0;
    text-align: center;
    background: #fff;
    transition: background ease-out 0.3s, color ease-out 0.3s;
}

    .scrtabs-tab-scroll-arrow:hover {
        background: #0ab9f0;
        color: #fff;
    }

.scrtabs-tab-container * {
    box-sizing: border-box;
}
/*scroll horiszontal tabs */
.scrtabs-tab-container * {
    box-sizing: border-box;
}
/* line 17, jquery.scrolling-tabs.scss */
.scrtabs-tab-container {
    height: 42px;
}
    /* line 19, jquery.scrolling-tabs.scss */
    .scrtabs-tab-container .tab-content {
        clear: left;
    }
/* line 24, jquery.scrolling-tabs.scss */
.scrtabs-tabs-fixed-container {
    float: left;
    height: 42px;
    overflow: hidden;
    width: 100%;
}
/* line 31, jquery.scrolling-tabs.scss */
.scrtabs-tabs-movable-container {
    position: relative;
}
    /* line 33, jquery.scrolling-tabs.scss */
    .scrtabs-tabs-movable-container .tab-content {
        display: none;
    }
/* line 38, jquery.scrolling-tabs.scss */
.scrtabs-tab-scroll-arrow {
    border: 1px solid #dddddd;
    border-top: none;
    color: #428bca;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 42px;
    margin-bottom: -1px;
    padding-left: 2px;
    padding-top: 13px;
    width: 20px;
}
    /* line 50, jquery.scrolling-tabs.scss */
    .scrtabs-tab-scroll-arrow:hover {
        background-color: #eeeeee;
    }
/* line 55, jquery.scrolling-tabs.scss */
.scrtabs-tabs-fixed-container ul.nav-tabs {
    height: 41px;
}
    /* line 57, jquery.scrolling-tabs.scss */
    .scrtabs-tabs-fixed-container ul.nav-tabs > li {
        white-space: nowrap;
    }

/* line 63, jquery.scrolling-tabs.scss */
.scrtabs-tab-content-outside-movable-container .nav-tabs {
    display: none;
}
/* line 17, jquery.scrolling-tabs.scss */
.scrtabs-tab-container {
    height: 42px;
}
    /* line 19, jquery.scrolling-tabs.scss */
    .scrtabs-tab-container .tab-content {
        clear: left;
    }

/* line 24, jquery.scrolling-tabs.scss */
.scrtabs-tabs-fixed-container {
    float: left;
    height: 42px;
    overflow: hidden;
    width: 100%;
}

/* line 31, jquery.scrolling-tabs.scss */
.scrtabs-tabs-movable-container {
    position: relative;
}
    /* line 33, jquery.scrolling-tabs.scss */
    .scrtabs-tabs-movable-container .tab-content {
        display: none;
    }

/* line 38, jquery.scrolling-tabs.scss */
.scrtabs-tab-scroll-arrow {
    color: #428bca;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 45px;
    margin-bottom: -1px;
    padding-left: 2px;
    padding-top: 13px;
    width: 25px;
}
    /* line 50, jquery.scrolling-tabs.scss */
    .scrtabs-tab-scroll-arrow:hover {
        background-color: #eeeeee;
    }

/* line 55, jquery.scrolling-tabs.scss */
.scrtabs-tabs-fixed-container ul.nav-tabs {
    height: 41px;
}
    /* line 57, jquery.scrolling-tabs.scss */
    .scrtabs-tabs-fixed-container ul.nav-tabs > li {
        white-space: nowrap;
    }

/* line 63, jquery.scrolling-tabs.scss */
.scrtabs-tab-content-outside-movable-container .nav-tabs {
    display: none;
}

/* ./TABS END */
/*Activity Years */
.filterButtons {
    list-style-type: none;
    margin: 2rem 0 0 0;
    padding: 0;
}

    .filterButtons li {
        display: inline-block;
        /*float: left;*/
        margin: 1rem 1.5rem 1rem 0;
        width: 120px;
        height: 40px;
        position: relative;
    }

    .filterButtons label, .donate-now input {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
    }

    .filterButtons input[type="radio"],
    .filterButtons input[type="checkbox"] {
        opacity: 0.011;
        z-index: 100;
    }

        .filterButtons input[type="radio"]:checked + label,
        .filterButtons input[type="checkbox"]:checked + label {
            font-weight: 600;
        }

    .filterButtons label {
        background-color: #ddd;
        padding: 5px;
        cursor: pointer;
        font-weight: 600 !important;
        left: 0;
        margin: 0 !important;
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: 90;
        transition: all .1s ease;
        -webkit-transition: all .1s ease;
        -moz-transition: all .1s ease;
        line-height: 30px;
    }

    .filterButtons input[disabled] + label {
        cursor: not-allowed;
    }
/* ./Activity Years */

/*INPUT RANGE */
.input-range {
    height: 5rem;
    position: relative;
    width: 100%;
    margin: 1rem 0 2rem;
    padding: 0 1.5rem 0 0;
}

.input-range__label--min {
    left: 0;
    color: #bbb;
}

.input-range__label--max {
    right: 0;
}

.input-range__label--min, .input-range__label--max {
    bottom: -1.4rem;
    position: absolute;
}

    .input-range__label--max .input-range__label-container {
        /*left:100%;*/
        color: #bbb;
    }

.input-range__label {
    font-size: 1.6rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    white-space: nowrap;
    font-weight: 600;
}

.input-range span {
    font-weight: normal !important;
    margin: 0 !important;
}

.input-range__label-container {
    left: -50%;
    position: relative;
}

.input-range__label--value {
    position: absolute;
    top: -3.5rem;
}

.input-range__track--background {
    left: 0;
    margin-top: -0.15rem;
    position: absolute;
    right: 0;
    top: 50%;
}

.input-range__track {
    background: #eeeeee;
    border-radius: 0.3rem;
    cursor: pointer;
    display: block;
    height: .25rem;
    position: relative;
    -webkit-transition: left 0.3s ease-out, width 0.3s ease-out;
    transition: left 0.3s ease-out, width 0.3s ease-out;
}

.input-range__slider-container {
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
}

.input-range__slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    height: 1.8rem;
    margin-left: -1rem;
    margin-top: -1rem;
    outline: none;
    position: absolute;
    top: 50%;
    -webkit-transition: box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
    width: 1.8rem;
}

.input-range--disabled {
    cursor: not-allowed;
}

    .input-range--disabled .input-range__slider {
        color: #ddd;
        cursor: not-allowed;
    }

    .input-range--disabled .input-range__slider, .input-range--disabled .input-range__track--active {
        background: #ddd !important;
    }

    .input-range--disabled .input-range__label-container {
        color: #ddd;
    }
/*  .///NPUT RANGE */

/* TABLES */
th, td {
    padding: 6px 7px !important; /*MERGE FIXED*/
}

.table tr td.table_small {
    padding: 0 !important;
}

.table {
    display: table;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    font-size: 15.5px;
}

.table_row {
    display: table-row;
}

.table .table_row:hover {
    /*background:#f6f6f6;*/
}

.theader {
    display: table-row;
    background: #eee;
}

.table_header {
    display: table-cell;
    padding: 10px;
    /*font-weight: 700;*/
    border-bottom: 2px solid #eceeef;
    font-size: 15px !important;
    line-height: 18px !important;
}

.theader .sortable:after {
    content: "\e150";
    font-size: 11px;
    margin-left: 5px;
    font-weight: 100;
}

.sortable {
    cursor: pointer;
}

/*.mainTable .theader .table_header:first-of-type{
   width: 250px!important;
    max-width:250px;
  }
  .mainTable .table_row .table_small:first-of-type {
    width: 250px !important;
    max-width:250px;
    word-wrap:break-word;
  }
*/
.mainTable .theader .table_header.longContent {
    width: 250px;
    max-width: 250px;
}

.mainTable .table_row .table_small.longContent {
    width: 250px;
    max-width: 250px;
    word-wrap: break-word;
}

.mainTable .theader .table_header {
    max-width: 200px;
    word-wrap: break-word;
}

.mainTable .table_row .table_small {
    max-width: 200px;
    word-wrap: break-word;
}

.table_small {
    display: table-cell;
}

.table_row > .table_small > .table_cell p {
    line-height: 15.5px;
}

.table_row > .table_small > .table_cell:nth-child(odd) {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table_row > .table_small > .table_cell {
    padding: 15px 6px;
    line-height: 1.35 !important;
}

    .table_row > .table_small > .table_cell a {
        text-decoration: none;
        word-break: break-word;
    }

        .table_row > .table_small > .table_cell a:hover {
            text-decoration: underline;
        }

.table a:hover {
    text-decoration: none !important;
}

.table_cell.collapse {
    display: none;
}

.table.mainTable .table_header {
    border-bottom: none;
}

.table td {
    border-top: none !important;
}

.expandContent .table_row:last-child {
    border-bottom: none;
}

.colspan {
    padding: 8px 0 !important;
}

.table_cell.colspan.collapse.in {
    display: table-cell;
}

.expandContent > .colspan .row {
    margin: 2rem auto;
}

    .expandContent > .colspan .row span {
        margin: 0 0 8px;
    }

.expandContent .table input, .expandContent .table select {
    width: 90px; /*MERGE FIXED*/
    padding: 4px 5px !important;
    margin-top: -4px;
}

.expandContent .table select {
    width: 90% !important;
}

.table.expandTable .table_header {
    font-weight: 600;
}

.table.expandTable .theader .table_header:first-of-type {
    width: 200px
}

.table.expandTable .table_row .table_small:first-of-type {
    width: 200px
}

.expandContent > td > .row {
    /*padding: 0 2rem;*/
}

a.expandLink {
    display: block;
    font-size: 14px;
    line-height: 15px;
}
/* .//Tables */
/* Unlcaimed works */
.searchResults {
    margin-top: 2.5rem;
}
/* .///Unlcaimed works */
/* PAGINATION Styles */
.paginateResultsPerPageContainer {
    display: block;
    margin-bottom: 4rem;
    width: 100%;
}

.easyPaginateNav {
    display: inline-block;
    margin: 3.5rem 0 0;
    text-align: left;
    width: auto;
}

.resultPerPage {
    display: inline-block;
    margin: 3.5rem 0 0;
}

.easyPaginateNav a {
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

    .easyPaginateNav a.current {
        color: white;
    }

    .easyPaginateNav a:hover:not(.current) {
        background-color: #ddd;
    }

.easyPaginateNav span {
    font-weight: 600;
    margin: 0 20px;
    width: auto;
    display: inline-block;
}

.easyPaginateNav input[type="submit"], .easyPaginateNav button {
    font-weight: 100;
    margin: 0 10px 0 10px;
    width: auto;
    display: inline-block;
    min-width: 110px;
    padding: 10px;
}

.navFirst:after {
    content: '<< First';
}

.navPrevious:after {
    content: '< Previous';
}

.navNext:after {
    content: 'Next >';
}

.navLast:after {
    content: 'Last >>';
}
/* .PAGINATION Styles */
/*TOOLTIP*/
.more_info {
    position: relative;
    border-bottom: dotted 1px;
    cursor: pointer;
}

    .more_info .popup {
        position: absolute;
        /*must overlap parent element otherwise pop-up doesn't stay open when rolloing over '*/
        background: #f8f8f8;
        border: none;
        color: #252525;
        font-weight: 100;
        padding: 5px;
        left: 0;
        max-width: 240px;
        min-width: 180px;
        z-index: 100;
        display: none;
        font-size: 12.5px;
        -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.38);
        -moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.38);
        box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.38);
    }


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 1100px) {
    /*MENU */
    /* nav bar responsive expanded */
    .headerBrand {
        margin-top: 25px;
    }
    /* TOP NAV */
    header {
        width: 280px;
        position: fixed;
        height: 100%;
        border-bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
        top: 0;
    }

        header .content .headerUser {
            position: relative;
            display: block;
            text-align: center;
            margin-top: 1.5rem;
        }

        header .content .headerLanguage {
            position: relative;
            text-align: center;
            display: block;
            margin-top: 1.5rem;
        }
    /* MENU */
    .headerMenu {
        display: block;
        padding-bottom: .5rem;
        width: 100%;
    }

        .headerMenu > ul {
            padding: 1.5rem 0 1.5rem 0;
        }

        .headerMenu ul li {
            border-width: 0;
            display: block;
            padding: 0;
            width: 100% !important;
        }

        .headerMenu > ul > li > a {
            font-size: 1.7rem;
            line-height: 40px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .headerMenu ul li.has-sub > a:after {
            content: '';
            margin-left: 5px;
        }

        .headerMenu ul ul {
            padding-left: 10px;
            position: relative;
            visibility: visible;
        }

            .headerMenu ul ul li:first-child > a {
                border-width: 0;
            }
            /*.headerMenu ul ul li:last-child > a{
    border-bottom:1px solid #eee
  }*/
            .headerMenu ul ul li a {
                border: none;
                font-size: 1.5rem;
                padding: 16px 0 16px 0;
            }

            .headerMenu ul ul ul {
                left: 10px;
                width: 100%;
            }

                .headerMenu ul ul ul li a {
                    padding: 15px 10px 15px 0px;
                }

        .headerMenu span {
            display: block;
            margin: 10px 0;
        }

            .headerMenu span a {
                display: inline-block;
            }
    /*GENERAL PAGE CONTENT */
    h3 .page-title .logo {
        width: 100px;
    }

    h3.page-title span {
        font-size: 2.6rem;
        line-height: 3rem;
    }

    .page-content {
        padding: 20px 30px 15px 300px;
        width: 100%;
    }

    .mobile-visible {
        display: block !important;
    }

    .mobile-hidden {
        display: none !important;
    }
    /* .//TABLES */
    .table {
        display: block;
    }

        .table.mainTable .table_row {
            border-bottom: none;
        }

        .table.mainTable tbody > .table_row > .table_small:last-child {
            border-bottom: none;
        }

        .table tbody {
            display: block;
            flex: 1 1 auto
        }

    .table_row:nth-child(2n+3) {
        background: none;
    }

    .theader {
        display: none;
    }

    .table.mainTable .table_row {
        border: none;
        display: block;
        width: 100%;
        border-collapse: collapse;
        /*padding-bottom: 15px;*/
        /* margin: 1rem auto 0;*/
        /*-webkit-box-shadow: 0px 0px 3px 1px rgba(135,132,135,0.55);
      -moz-box-shadow: 0px 0px 3px 1px rgba(135,132,135,0.55);
      box-shadow: 0px 0px 3px 1px rgba(135,132,135,0.55);*/
    }

        .table.mainTable .table_row > .table_small, .table.mainTable .table_row > .table_small.longContent {
            display: block;
            word-wrap: break-word;
            border-bottom: 1px solid #eceeef;
            max-width: 100%;
            width: 100%;
        }

            .table.mainTable .table_row > .table_small > .table_cell:nth-child(odd) {
                display: inline-block;
                width: 35%;
            }

    .table.mainTable .table_small > .table_cell:first-child {
        font-weight: 600;
    }

    .table.mainTable .table_row > .table_small > .table_cell {
        display: inline-block;
        vertical-align: top;
        width: 55%;
        word-wrap: break-word;
    }

        .table.mainTable .table_row > .table_small > .table_cell a {
            text-decoration: underline;
        }

    .table.mainTable .table_row .table_small:first-of-type {
        max-width: 100%;
    }

    .table_cell.colspan.collapse.in {
        display: block;
    }

    .table.expandTable .table_row {
        border: 1px solid;
        display: table;
        /*margin: 1rem auto 0;*/
        width: 100%;
    }

        .table.expandTable .table_row:hover {
            background: transparent;
        }

    .table.expandTable .table_cell {
        display: table-cell;
        width: 50%;
    }

    .table.expandTable .table_row
    .table_cell {
        display: inline-block;
        vertical-align: top;
        width: 70%;
    }

    .table.expandTable .table_row > .table_small {
        display: table-row;
    }

        .table.expandTable .table_row > .table_small > .table_cell {
            display: table-cell;
        }

            .table.expandTable .table_row > .table_small > .table_cell:nth-child(odd) {
                display: table-cell;
                width: 25%;
            }

    .table.expandTable .table_row > .table_small {
        border-bottom: 1px solid #eceeef;
    }

    .table.expandTable .table_small > .table_cell:first-child {
        font-weight: 600;
    }

    a.expandLink {
        display: inline-block;
        line-height: 20px;
        text-decoration: none !important;
        padding: 5px 10px;
        margin: 0 0 0 10px;
    }
    /* .//TABLES */
    /* Unlcaimed works */
    .searchResults {
        margin-top: 2.5rem;
    }

        .searchResults h3 {
            font-weight: 700;
            padding: 1rem;
            font-size: 20px;
        }
    /* .///Unlcaimed works */
    /* PAGINATION Styles */
    .easyPaginateNav input[type="submit"], .easyPaginateNav button {
        margin: 0 10px 0 10px;
        width: auto;
        min-width: 60px;
        padding: 10px;
    }
    /*.// PAGINATION Styles */

}
/* Medium devices */
@media only screen and (max-width : 992px) {
    /*PAGINATION */
    .easyPaginateNav span {
        margin: 0 3px;
    }

    .navFirst:after {
        content: '<<';
    }

    .navPrevious:after {
        content: '<';
    }

    .navNext:after {
        content: '>';
    }

    .navLast:after {
        content: '>>';
    }

    .easyPaginateNav input[type="submit"], .easyPaginateNav button {
        margin: 0 5px 0 5px;
        width: auto;
        min-width: 40px;
        padding: 10px;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    /* TOP NAV */
    header {
        position: relative;
        border-right: none;
        width: 100%;
    }

    .headerBrand {
        margin-top: 15px;
        max-width: 360px;
    }

    /*MENU */
    .headerMenu ul li {
        display: block;
        padding: 0;
        width: 100% !important;
    }

    .headerMenu {
        bottom: 0;
        position: fixed !important;
        left: 0px;
        right: 0px;
        text-align: left;
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 4rem 15px 0;
        top: 0rem;
    }

        .headerMenu > ul {
            padding: .5rem 0 5rem 0;
        }

    nav {
        display: inline-block;
    }

    /* Change Bootstrap NavBar Breakpoint for menunav*/
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .mainMenu.collapse.in {
        display: block !important;
    }
    /* ./Changeootrsap Bootstrap NavBar Breakpoint for menunav*/
    /* INPUT RANGE */
    .input-range__label--max .input-range__label-container {
        /*left:50%;*/
    }
    /* GENERAL PAGE CONTENT */
    .page-content {
        padding: 15px;
    }

    .colspan {
        padding: 8px 0 !important;
    }
}

@media only screen and (max-width : 767px) {
    /* FORMS */
    input.noLabel, select.noLabel {
        margin-top: 0;
    }
    /* ./FORMS */
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .headerBrand {
        margin-top: 20px;
        max-width: 75%;
    }

    h3.page-title {
        display: block;
        margin: 0 0 2rem 0;
        text-align: center;
    }

        h3.page-title .logo {
            display: block;
            margin: 0 auto 10px;
            width: 120px;
        }

        h3.page-title span {
            font-size: 2.1rem;
            line-height: 2.5rem;
            padding: 0;
        }

    select {
        width: 100%;
    }

    a.expandLink {
        margin: 3px 0 0 0;
    }

    .expandContent .table a.lookUp {
        line-height: 45px;
    }
    /*PAGINATION */
    .easyPaginateNav input[type="submit"], .easyPaginateNav button {
        margin: 0 2px 0 2px;
        min-width: 35px;
    }

    .easyPaginateNav span {
        margin: 0 1px;
        font-size: 14px;
        font-weight: 100;
    }
    /* .// PAGINATION */
    /*TABLES */

    .mainTable .table_row > .table_small > .table_cell:nth-child(odd) {
        display: inline-block;
        width: 25%;
    }

    .mainTable .table_row .table_small:first-of-type {
        max-width: 100%;
    }

    .mainTable .table_row > .table_small > .table_cell:first-child {
        font-weight: 600;
    }

    .mainTable .table_row > .table_small > .table_cell a {
        text-decoration: underline;
    }

    .mainTable .table_row {
        border: none;
        display: block;
        width: 100%;
        border-collapse: collapse;
        /*padding-bottom: 15px;*/
        margin: 1rem auto 0;
        /*-webkit-box-shadow: 0px 0px 3px 1px rgba(135,132,135,0.55);
    -moz-box-shadow: 0px 0px 3px 1px rgba(135,132,135,0.55);
    box-shadow: 0px 0px 3px 1px rgba(135,132,135,0.55);*/
    }

        .mainTable .table_row > .table_small > .table_cell {
            display: block;
            width: 100%;
        }

            .mainTable .table_row > .table_small > .table_cell:nth-child(2n+1) {
                display: block;
                width: 100%;
            }

        .mainTable .table_row > .table_small > .table_cell {
            /* padding: 3px 6px 10px;*/
        }

            .mainTable .table_row > .table_small > .table_cell:nth-child(2n+1) {
                padding-bottom: 5px;
            }
    /* .//TABLES */

}

/* Terms and conditions */
.vertical-space {
    margin-top: 16px;
    /*margin-bottom: 16px;*/
}

.checkbox-indent-space {
    margin-left: 18px;
}
/*merge fixed*/
.aligned-top {
    box-shadow: none;
    width: auto;
    vertical-align: top;
}

.terms-and-conditions {
    height: 400px;
    width: 100%;
    padding: 1.5rem;
    overflow-y: scroll;
}

.red-highlight {
    font-weight: bold;
}

.section-content-box .row label {
    /*font-weight: normal;*/
    /*cursor: pointer;*/
}
/* ./Terms and conditions page */

