


/* =============================================================================================*/
/* GENERIC OR SHARED ClASSES */

/* Default settings at the html, form, body level*/
/* Always have html, form, body here for FIREFOX compatibility*/
html,
/*form,*/
body {
    font-family: Arial;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    border: 0;
}

.removeIcon {
    cursor: pointer;
    color: red;
}


.displayInlineBlock {
    display: inline-block !important;
}

.displayInline {
    display: inline !important;
}
.displayBlock {
    display: block !important;
}

.RemoveHyperLink {
    text-decoration: inherit !important;
}


.HideThis {
    display: none !important;
}

/* Class to remove borders around all images */
img {
    border-width: 0px;
}

/* Class to add a border */
.LogoImage {
    border: 1px solid black;
}

/* END GENERIC OR SHARED ClASSES */
/* =============================================================================================*/

/* START Customize BS navbar brand */
.navbar {
    padding: 0;
    transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
}
/* END Customize BS navbar brand */

.bsDivAsInput {
    padding-top: 4px !important;
}

/* submenu*/

.dropdown-submenu {
    position: relative;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        width: 280px;
        white-space: normal;
        margin-bottom: 5px;
    }

    .dl-horizontal dd {
        margin-left: 300px;
    }
}

.check-box,
.checkBoxes {
    cursor: pointer;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.supportTeamDescription {
    background: azure;
    border-top: 1px solid var(--gray80);
}

.supportTeamImage {
    background: ivory;
    height: 100px;
    overflow: hidden;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    right: 100%;
    margin: -6px 0 0 -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu:hover > a:after {
    border-left-color: white;
}

.dropdown-menu {
    z-index: 9999999 !important;
}

.bootoast-container {
    z-index: 99999 !important;
}
/**/

    /* START Customize BS navbar color scheme */
.navbar-default {
  background: var(--eggnog);
  border-color: var(--autumnSand);
  min-height: 60px;
  z-index: 110010 !important;
}
.navbar-default .navbar-brand {
  color: white;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: var(--eggnog);
}
.navbar-default .navbar-text {
  color: var(--eggnog);
}

.navbar-default .navbar-nav > li > a {
  color: var(--brickRed);
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
/*  background-color: hotpink;*/
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu,
.navbar-default .navbar-nav > li > .dropdown-menu {
  background: var(--ashBrown);
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: var(--eggnog);
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: yellow;
  background: var(--brickRed);
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > .divider,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background: #492549;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: yellow;
  background: var(--brickRed);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: yellow;
  background: var(--brickRed);
}
.navbar-default .navbar-toggle {
  border-color: var(--brickRed);
  background: var(--brickRed);
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: var(--brickRed);
}
.navbar-default .navbar-toggle .icon-bar {
  background: var(--eggnog);
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: var(--eggnog);
}
.navbar-default .navbar-link {
  color: var(--eggnog);
}
.navbar-default .navbar-link:hover {
  color: yellow;
}
.navbar .navbar-nav {
    display: inline-block;
}

.navbar .navbar-collapse {
    text-align: center;
}

    /* END Customize BS navbar color scheme */

/* START H1 */
h1 {
    text-align: center;
}
/* END H1 */

.subscribeNsiFyi {
    max-width: 1000px;
    color: yellow !important;
    display: inline-block;
}

.colorPumpkin {
    color: var(--pumpkin) !important;
}

.mdViewNetworkPostings {
    max-width: 1000px;
}

.mdListItem {
    border: 1px dotted black;
    max-width: 600px;
    width: 100%;
    padding: 5px;
    font-size: 12pt;
}

.social-table {
    mso-table-lspace: 0pt;
    mso-table-rspace: 0pt;
    margin-top: 10px;
}

.SumoSelectWide {
    width: 100% !important;
    cursor: pointer;
}
       .SumoSelect{
            width: inherit;
            cursor: pointer;
        }

.SumoSelectNoSearch {
    font: normal .8em;
    color: var(--argent);
}

.video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.video-player img {
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}

    .video-player img:hover {
        -webkit-filter: brightness(75%);
    }

.alert-dismissable .close {
    right: 0 !important;
}

.video-player .playHP {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    margin: -17px 0 0 -17px;
    background-size: contain;
    background-image: url('../images/video_play.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.video-player .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    margin: -36px 0 0 -36px;
    background: url('../images/video_play.png') no-repeat;
    cursor: pointer;
}

.ui-selectmenu-button.ui-button {
    width: 100%;
    text-align: center;
}

ul.ui-menu { max-height: 60vh !important; }

            .ui-selectmenu-button, .ui-selectmenu-button:hover, .ui-selectmenu-button:focus {
                background: var(--egyptianGold);
            }

            .ui-menu .ui-menu-item-wrapper {
                font-size: 13pt;
            }


            .ui-accordion .ui-accordion-header {
                padding: 3px;
            }

            .ui-front {
                z-index: 0 !important;
            }

            .ui-selectmenu-open {
                z-index: 9999 !important;
            }

            .ui-icon-triangle-1-s {
                -webkit-transform: scale(2);
                transform: scale(2);
            }

#businessCategoryID-button .ui-selectmenu-text, #businessCategoryID-button .ui-menu-item {
                font: bold 12pt Arial;
                color: black;
            }

 #SelectedMemberID-button .ui-selectmenu-text, #businessCategoryID-button .ui-menu-item {
                font-size: 13pt;
                color: var(--charcoalGray);
            }

.ui-accordion .ui-accordion-header {
    padding: 3px;
}

.mdCompanyZipCodeDiv {
    font: bold 16pt Arial;
}

.mdCompanyUrlDiv {
    font: bold 16pt Arial;
    word-wrap: break-word;
}

.arrow-downMini {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f00;
}

.msmClaimCodeHeaderDiv {
    font: bold 12pt Arial;
}

.messageError {
    color: red;
    margin: 0 auto;
}

.msmHeadlineDiv {
    font-size: 1.5em;
}

.bold {
    font-weight: bold !important;
}

.navUI {
    padding-right: 10px;
}

.alert {
    padding: 5px;
}

.alertMessage {
    max-width: 1000px;
    font-size: 14pt;
}

[class*=msmImageDiv] {
    max-width: 200px;
    max-height: 225px;
    overflow: hidden;
    margin-bottom: 5px;
    border-radius: 20px;
}

.mdCompanyInfoDiv {
    line-height: 1.2;
}

.blueLink {
    color: blue !important;
    cursor: pointer !important;
}

.yellowLink {
    color: yellow !important;
    cursor: pointer !important;
}

.link-unstyled,
.link-unstyled:link,
.link-unstyled:hover
{
    color: inherit !important;
    text-decoration: inherit !important;
}

.bsBackgroundColorGreen {
    background: var(--frostedMint) !important;
}

.colorWhite {
    color: white !important;
}

.bsForeColorGreen {
    color: var(--herbalGreen) !important;
}

.popover {
    opacity: 1 !important;
}

.mdNSIReverseDiv {
    font: bold 13pt Arial;
    background: var(--cobaltBlue);
    color: white;
}

[class*=ebizCardButtonStyle] {
    width: 100%;
    margin-bottom: 10px;
    font-size: 10.5pt;
}

.mdNSIHighlightDiv {
    width: 100%;
    padding: 5px;
    font-size: 1.2em;
}

.lightContrastRed {
    color: var(--cherryBlossom);
}

.lightContrastGreen {
    color: var(--springGreen);
}

.lightContrastGold {
    color: var(--mushroomBeige);
}

.nsiFeatureColorBlue {
    color: var(--cobaltBlue);
}

[class*=mdCompanyDiv] {
    font: bold 14pt Arial;
    margin: 0;
    color: var(--oxblood);
    padding: 2px;
}

.mdCompanyAddress1Div {
    font: bold 14pt Arial;
}

*,*:focus,*:hover{
    outline:none !important;
}

[class*=mdCompanyExpireDateDiv],
[class*=mdCompanyJoinDateDiv] {
    font: bold 16pt Arial;
}

.mdAddressPrimaryDiv,
.mdCompanyPublicDiv {
    display: inline-block;
    padding: 0px 10px 0px 10px;
}

.pNsiFyiTodayDiv,
.pStickyDiv,
.pActiveDiv,
.mdAddressActiveDiv,
.mdCompanyActiveDiv,
.mdProfilePaidDiv,
.mdJobOppsDiv {
    display: inline-block;
    padding: 0px 10px 0px 20px;
}

.mdCompanyPadding {
    padding: 10px 0 0 0;
}

.padding5 {
    padding: 3px !important;
}

.padding6 {
    padding: 5px !important;
}

img[class*='mdCouponImage'] {
    padding-bottom: 0;
}

.mdMutedColorDark {
    color: var(--carbon);
}

.mdMemberIsDiv {
    font: normal 1em;
}

.mdCompanyCityDiv {
    font-size: 11pt;
    padding: 2px;
    color: gray !important;
}

[class*='mdMSMUrlDiv'],
[class*='mdCouponUrlDiv'] {
    font: 14pt Verdana;
    word-wrap: break-word;
}

.postFieldBody {
    background: var(--mercury);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.editableAreaBorderBlue {
    border: 2px solid var(--steelBlue);
    border-radius: 10px;
}

.editableAreaHeaderBlue {
    background: var(--prussianBlue);
    font-size: 9pt;
    padding: 5px 10px;
    border-radius: 8px 8px 0 0;
}

.editableBarHeaderBlue {
    background: var(--articBlue);
    font-size: 9pt;
    padding: 5px 10px;
    border-radius: 8px 8px 0 0;
}

.editableAreaBorderOrange {
    border: 2px solid var(--caramelCinnamon);
    border-radius: 10px;
}

.editableAreaHeaderOrange {
    background: var(--burntOrange);
    font-size: 9pt;
    padding: 5px 10px;
    border-radius: 8px 8px 0 0;
}

.editableAreaBorderGold {
    border: 2px solid var(--antiqueGold);
    border-radius: 10px;
}

.editableAreaHeaderGold {
    background: var(--oliveGold);
    font-size: 9pt;
    padding: 5px 10px;
    border-radius: 8px 8px 0 0;
}

.editableAreaBorderPurple {
    border: 2px solid var(--darkLavander);
    border-radius: 10px;
}

.editableAreaHeaderPurple {
    background: var(--royalPurple);
    font-size: 9pt;
    padding: 5px 10px;
    border-radius: 8px 8px 0 0;
}

.editableBarHeaderPurple {
    background: var(--royalViolet);
    font-size: 9pt;
    padding: 5px 10px;
    border-radius: 8px 8px 0 0;
}

.editableAreaBorderGreen {
    border: 2px solid var(--asparagusGreen);
    border-radius: 10px;
}

.editableAreaHeaderGreen {
    background: var(--avocadoGreen);
    font-size: 9pt;
    padding: 5px 10px;
    border-radius: 8px 8px 0 0;
}

.editableBarHeaderGray {
    background: var(--stoneLavander);
    font-size: 9pt;
    padding: 5px 10px;
    border-radius: 8px 8px 0 0;
}

.editableAreaBorderRed {
    border: 2px solid var(--terracotaRed);
    border-radius: 10px;
}

.editableAreaHeaderRed {
    background: var(--chesnutBrown);
    font-size: 9pt;
    padding: 3px 10px;
    border-radius: 8px 8px 0 0;
}

.height2 {
    height: 2px;
}

.editableAreaBorderSlate {
    border: 2px solid var(--glacierBlue);
    border-radius: 10px;
}

.editableAreaHeaderSlate {
    background: var(--mediterraneanBlue);
    font-size: 9pt;
    padding: 5px 10px;
    border-radius: 8px 8px 0 0;
    color: teal
}

.otherLocations {
    font-family: Verdana;
    padding-top: 3px;
}

.mdContactNameInput {
    font: bold 14pt Arial !important;
}

.mdCompanyAddressDiv {
    font: bold 16pt Arial;
}

.mdCompanyPhone1Div {
    font: bold 11pt Arial;
    padding: 2px;
}


.mdCompanyRowDiv {
    margin: 0;
    font-weight: bold;
}

.popOverTitle {
    color: white;
    background: var(--greenApple);
}

.awrapper {
    display: inline-block !important;
    white-space: nowrap;
}

.fontX-5 {
    font-size: .5em !important;
}

.fontX-3 {
    font-size: .7em !important;
}

.fontX-2 {
    font-size: .8em !important;
}

.fontX-1 {
    font-size: .9em !important;
}

.fontX0 {
    font-size: 1em !important;
}

.fontX1 {
    font-size: 1.1em !important;
}

.fontX2 {
    font-size: 1.2em !important;
}

.fontX3 {
    font-size: 1.3em !important;
}

.fontX4 {
    font-size: 1.4em !important;
}

.fontX5 {
    font-size: 1.5em !important;
}

.mdCompanyEmailDiv {
    font: bold 11pt Arial;
    padding: 2px;
}

.unbold {
    font-weight: initial;
}
.img-responsiveHeight {
    height: 100%;
    width: auto;
}
.img-responsive {
    display: block;
    width: auto;
    max-height: 100%;
}

.mdImageLargeDiv {
    border-radius: 30px;
    overflow: hidden;
    height: 200px;
}

.extFeatureImage {
    max-height: 400px;
}

.form-group.required .control-label:after {
    content: " *";
    color: var(--deepChestnut);
    font-size: 1.5em !important;
    line-height: 1;
}

.requiredField:after {
    content: " *";
    color: var(--deepChestnut);
    font-size: 1.5em !important;
    line-height: 1;
}

.mdMutedColor {
    color: var(--argent) !important;
}

.mdMutedColorLight {
    color: var(--bleachedSilk) !important;
}

[class*=mdJobHeader],
[class*=mdCouponHeader],
[class*=mdReviewHeader],
[class*=mdMSMHeader],
[class*=mdContactHeader] {
    font: bold 16pt Arial;
    color: yellow;
}

.btn-wrap {
    white-space: normal;
}

.mdCouponType {
    font-size: 14pt;
    line-height: 1;
    color: maroon;
    text-align: center;
    padding-top: 3px;
    border-radius: 15px 15px 0 0;
}

.mdJobTypeItem,
.mdReviewTypeItem,
.mdCouponTypeItem,
.mdMSMTypeItem,
.mdContactTypeItem {
    font-size: 9pt;
    color: white;
}

div.mdJob > .col-xs-2,
div.mdCoupon > .col-xs-2,
div.mdReview > .col-xs-2,
div.mdContact > .col-xs-2,
div.mdMSM > .col-xs-2 {
    padding-left: 0;
    padding-right: 0;
}

[class*=jobType] {
    font-size: 14pt;
    line-height: 1;
    text-align: center;
    padding-top: 3px;
}

.managerListViewItem {
    height: 42px;
    line-height: 42px;
}

.managerListViewItemEdit {
    height: 42px;
    display: table;
}

.managerListViewItemEditCell {
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
}

.mdJobItemDiv,
.mdCouponItemDiv,
.mdReviewItemDiv,
.mdMSMItemDiv,
.mdContactItemDiv {
    font: bold 12pt Arial;
    color: black;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

[class*=mdCouponNameDiv] {
    font: bold 16pt Arial;
    color: black;
}

.fontSize14 {
    font-size: 14pt !important;
}

.fontSize10-5 {
    font-size: 10.5pt !important;
}

.contactNameBtn {
    font: bold 14pt Arial;
}

[class*=contactEmail] {
    font: bold 11pt Arial;
    line-height: 1.4;
}

.reviewBG,
.contactBG,
.jobBG,
.msmBG,
.couponBG {
    background: var(--mercury);
    border: solid 1px var(--gray80);
    padding: 0 10px;
}

.clickable {
    cursor: pointer;
}

.notclickable {
    cursor: default;
}

[class*=jobBonus] {
    font-size: 12pt;
}

[class*=jobBonusType] {
    font-size: 14pt;
}

.errorRequred {
    color: var(--deepChestnut);
}

[class*=mdCouponDateDiv],
[class*=mdJobsBottomDiv] {
    border-radius: 0 0 15px 15px;
    width: 100%;
}

[class*=mdCouponContentDiv] {
    width: 100%;
    padding: 0 5px;
    font: 14pt Arial;
    color: black;
}

[class*=mdCouponExpireDateDiv] {
    font-size: 12pt;
    display: inline-block;
    color: white;
}

.mdImageSmallDiv {
    max-width: 80px;
    height: 60px;
    overflow: hidden;
}

.mdImageMedDiv {
    max-width: 200px;
    max-height: 225px;
    overflow: hidden;
    margin-bottom: 5px;
    border-radius: 20px;
}

.jobsTopButtons {
    font-size: 14pt;
    padding: 5px;
    border-radius: 20px;
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mdAccordionTagDiv {
    font-style: italic;
}

.mdCompanyDescriptionDiv {
    font: 13.5pt Arial !important;
    padding: 0 10px;
}

.mdContactUsDescriptionDiv {
    font: 13.5pt Arial !important;
    padding: 15px 10px;
    background: WhiteSmoke;
    border: 1px solid var(--gray80);
    border-radius: 10px;
}

.msmSelectShowSaveDiv {
    font: bold 1.5em Arial;
}

.truncate-ellipsis {
    display: table;
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
    line-height: 1;
    padding: 2px 0 0 0;
}

    .truncate-ellipsis > * {
        display: table-cell;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.mdExpireDiv {
    padding-top: 5px;
}

.mdMainListingDiv {
    line-height: 1.4;
}

.mdNewMembersDiv {
    max-width: 850px;
}

.redColor {
    color: red;
}

.mdListingAccordionDiv {
    float: none;
    margin: 0 auto;
}

.mdListingAccordionWidth {
    max-width: 600px;
}

.marginTop10 {
    margin-top: 10px !important;
}

.marginTop30 {
    margin-top: 30px !important;
}

.marginTop50 {
    margin-top: 50px !important;
}

.mdListingDiv {
    max-width: 600px;
    background: white;
    padding: 5px;
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .video-container::after {
        padding-top: 56.25%;
        display: block;
        content: '';
    }

    .video-container iframe,
    .video-container .video-player
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.maxContentWidth {
    max-width: 1500px;
}

.mdAccordionDiv {
    max-width: 600px;
    padding: 0 0 10px;
}

.mdListingBarColorPurple {
    background: var(--midnightViolet);
}

.semiTransparent {
    filter: alpha(opacity=60) !important;
    opacity: 0.5 !important;
}

.semiTransparentItalic {
    filter: alpha(opacity=60) !important;
    opacity: 0.5 !important;
    font-style: italic;
}

.mdListingBarColorGold {
    background: var(--amberGold);
}

.mdListingBorderColorGold {
    border: 1px solid var(--amberGold);
}

.mdListingBarColorRed {
    background: maroon;
}

.mdListingBarColorOrange {
    background: var(--tangerine);
}

.mdListingBarColorSlate {
    background: var(--marineTeal);
}

.mdListingColorSlate {
    color: var(--marineTeal);
}

.mdListingBorderColorSlate {
    border: 1px solid var(--marineTeal);
}

.mdListingColorOrange {
    color: var(--tangerine);
}

.mdListingBarColorGreen {
    background: var(--forestGreen);
}

.mdListingBarColorBlue {
    background: var(--admiralBlue);
}

.pListingBarColorBlue {
    background: var(--admiralBlue);
}

.mdFilterDivColorGray {
    background: var(--mercury);
}

.mdFilterDivColorOrange {
    background: var(--goldenOrange);
}

.mdConnectDescDiv {
    font: 11pt Arial;
    color: dimgray;
    padding: 10px;
}

.videoSmallFormatCompany {
    font: 8pt italic Arial, sans-serif;
    color: black;
    margin: 0 auto;
}

.pImagesSlickAuthorDiv {
    font: 10pt italic Arial, sans-serif;
    color: var(--mercury);
    background: black;
    margin: 0 auto;
}

.black {
    color: black;
}

.briefTitle {
    font: 11pt Georgia bold;
}

.briefIcon {
    font-size: 16pt;
    color: black;
}

.briefBody {
    font: 10pt Arial;
}

.mdConnectDiv {
    font: 14pt Verdana;
    padding: 20px;
}

.fyiHeaderLeftDivMini {
    font-size: 13.5pt;
    border-right: 5px solid #E36C0A;
    border-left: 1px solid black;
    padding: 5px 0;
}

.fyiHeaderRightDivMini {
    font-size: 8pt;
    border-right: 5px solid #E36C0A;
    border-left: 1px solid black;
}

.msnSlickContainer {
    height: 250px;
    position: relative;
}

.note10 {
    font: italic 10pt;
}

.mdConnectTitleDiv {
    font: 13pt Arial;
}

.mdConnectSubDiv {
    font: 12pt Arial;
}

.text-left {
    text-align: left;
}

.mdConnectImageDiv {
    width: 120px;
    border: 1px solid black;
}

.padding10 {
    padding: 10px !important;
}

.paddingSides5 {
    padding: 0 5px;
}

.header_icon {
    height: 32px;
    width: 32px;
}

.paddingBottom10 {
    padding-bottom: 10px !important;
}

.paddingTop5 {
    padding-top: 5px !important;
}

.paddingTop10 {
    padding-top: 10px !important;
}

.paddingTop20 {
    padding-top: 20px !important;
}

.paddingRight10 {
    padding-right: 10px !important;
}

.verticalAlignTop {
    vertical-align: top !important;
}

.mdListingHeaderBarDiv {
    font: 1.5em/1.4 Arial;
    width: 100%;
    color: white;
    text-align: center;
}

/* checkpoint */
.mdListingColorPurple {
    color: #532476;
}

.mdListingColorGold {
    color: #A27B00;
}

.mdListingColorSalmon {
    color: rgb(192,80,77);
}

.mdListingColorRed {
    color: #990000;
}

.mdListingColorGreen {
    color: #006C31;
}

.mdListingColorBlue {
    color: #018CCA;
}

.mdCompanyProfileDiv {
    font: bold 1.2em Arial;
}

.flexVerticalCenter {
    display: flex !important;
    align-items: center !important;
}

.relative {
    position: relative !important;
}

#navbar-menu {
    z-index: 110011 !important;
    left: 50px;
}

.loggedIn {
    font-size: 10pt;
}

a.back-to-top {
    display: none;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 5px;
    background: #532476 url("../images/up-arrow.png") no-repeat center 30%;
    border-radius: 30px;
    opacity: 0.4;
    color: white;
}

.pAccordionClose,
.pageTopClose,
.jobsTopButtons {
    margin: 0 0 10px;
    padding: 5px 10px;
    cursor: pointer;
    font: 11pt Arial;
    text-align: center;
    line-height: 1;
}

.mdBarH1TopDiv {
    padding-bottom: 5px;
    font-size: 16pt;
}

.mdBarH2Div {
    padding: 5px 0;
    font-size: 13.5pt;
}

.mdCompanyProfileContentDiv {
    padding: 10px 5px;
    font-weight: bold;
}

.mdListingBarDiv {
    padding: 0 !important;
    min-height: 25px;
    font: 14pt Arial;
}

.marginTop3 {
    margin-top: 3px;
}

.marginTop-10 {
    margin-top: -10px;
}

.marginTop-20 {
    margin-top: -20px;
}

.marginTop-30 {
    margin-top: -30px;
}

.mdNewMembersHeaderDiv {
    text-align: center;
    font: bold 30pt Georgia;
    color: #a48500;
}

#spinner-content {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    padding: 15px;
    transform: translate(-50%, -50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    font: bold 20pt Arial;
}

.paddingLeft50 {
    padding-left: 50px !important;
}

.top180 {
    top: 180px;
}

.paddingLeft60 {
    padding-left: 60px !important;
}

#spinner
{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.7;
    background: white;
    z-index: 99;
    text-align: center;
    pointer-events: none;
}

.accordionTop {
    background: #f8f8f8;
}

.homeAccordionBody {
    background: #f8f8f8;
}

.homeAccordionLink {
    font: 14pt Verdana;
    padding-top: 10px;
}

.videoCompanyName {
    font: italic 12pt Arial;
    color: white;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    background: black;
}

.groupCompanyName {
    font: bold 10pt 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
    text-align: center;
    /*height: 50px;*/
}

[class*='ebizcardButtons'] {
    min-height: 110px;
}

.pImagesSlickContainer {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.slideshowImageMaxHeightTallFormat {
    max-height: 300px;
}

.slideshowHeightTallFormat {
    height: 420px;
}

.slideshowImageMaxHeightShortFormat {
    max-height: 165px;
}

.redHover:hover {
    color: red;
}

.videoSmallFormatTitle {
    font: bold 10.5pt 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
    text-align: center;
    padding: 2px;
}

.pImagesFancyboxTitle {
    font: bold 15pt 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    text-align: center;
    margin: 0 auto;
    background: black;
}

.pImagesSlickTitle {
    font: bold 10.5pt 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
    text-align: center;
    padding: 2px;
}

.profileImageDiv {
    min-height: 270px;
}

.profileTheaterDiv {
    min-height: 250px;
}

.pImagesSlickSubtitle {
    font: 8pt Arial;
    color: black;
    text-align: center;
    margin: 0 auto;
}
.pImagesFancyboxSubtitle {
    font-family: Arial;
    font-size: 10pt;
    color: var(--eggnog);
    margin: 0 auto;
    text-align: center;
}

.blackBackground {
    background: black;
}

.pImagesSlickAdminOuter,
.pVideosSlickAdminOuter
{
    max-width: 600px;
}

a.anchor {
    display: block;
    visibility: hidden;
}

.lilacBackgroundColor .slick-slide,
.eggshellBackgroundColor .slick-slide
{
    border-right: 1px solid gray;
}

.fitSlideshowImageHeight {
    max-height: 400px !important;
    height: auto !important;
    max-width: 100% !important;
}

.slickBtnBottomProfileHighlightsDiv,
.slickBtnBottomProfilePicksDiv
{
    color: white;
    opacity: .5;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    background: var(--charcoalGray);
    padding: 10px;
    position: relative;
    top: -50px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.smallPlay {
    height: 25px;
    width: 25px;
}

.slickBtnHubRow {
    color: white;
    opacity: .5;
    cursor: pointer;
    padding: 0;
    margin: 0;
    background: var(--charcoalGray);
    padding: 10px;
    position: relative;
    top: -300px;
    border-radius: 10px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.slickBtn1Row {
    color: white;
    opacity: .5;
    cursor: pointer;
    padding: 0;
    margin: 0;
    background: var(--charcoalGray);
    padding: 10px;
    position: relative;
    top: -80px;
    border-radius: 10px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.slickBtn2Rows {
    color: white;
    opacity: .5;
    cursor: pointer;
    padding: 0;
    margin: 0;
    background: var(--charcoalGray);
    padding: 10px;
    position: relative;
    top: -120px;
    border-radius: 10px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.slickSubMenuDiv {
    cursor: pointer;
    padding: 0;
    position: relative;
    margin: 0;
    opacity: .75;
    z-index: 100;
}

.slickMenuDiv {
    font-size: 1.2em;
    cursor: pointer;
    padding: 0;
    position: relative;
    margin: 0;
    top: 5px;
    opacity: .75;
    z-index: 100;
}

.left-15 {
    left: -15px;
}

.left-30 {
    left: -30px;
}

.slickPrevBtn {
    text-align: right;
}

    .slickPrevBtn:hover {
        opacity: 1;
    }

.slickNextBtn {
    text-align: left;
}

.homeStripSourceCompanyContainerMini {
    font: 8pt 'Segoe UI', Arial, sans-serif;
    color: var(--carbon);
    text-align: left;
}


   
   .mdFeatureImageMini{
        width: 60px; 
        height: 49px; 
        overflow: hidden;
        padding-top: 3px;
    }

    .mdFeatureMediaBodyContainerMini {
        text-align: left;
        vertical-align: top;
        color: #000000;
        font: 500 9pt 'Segoe UI', Arial, sans-serif;
        width: 100%;
        height: 49px;
        padding-top: 3px;
    }

    a.pFeatureMediaBodySubTitleContainer:hover {
        color: wheat;
    }

    .pFeatureMediaBodySubTitleContainer {
        font: normal 11pt 'Arial';
        color: wheat;
        padding: 5px;
    }


.right-15 {
    right: -15px;
}

.right-30 {
    right: -30px;
}

.slickNextBtn:hover {
    opacity: 1;
}

/* START media query breakpoints */
.navbar-header {
    float: none;
}

.navbar-right
{
    float: none !important;
}

.navbar-toggle {
    display: block;
}

.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-collapse.collapse {
    display: none !important;
}

.navbar-nav {
    float: none !important;
}

        .mdHeaderDiv{
            border-radius: 15px; 
            background: #492549; 
            color: white;
        }

        .navbar-nav > li > a {
            padding: 10px 0;
        }

       .collapse.in{
            display:block !important;
        }
        .fixed {
            position: fixed !important;
        }

    .modal {
        z-index: 1000000 !important;
    }
    .darkGrayColorBackground {
        background: #333 !important;
    }
.navbar-nav > li {
    float: none !important;
}

.pHeaderCompanyDiv {
    font: 20pt Verdana;
    color: white !important;
    padding: 2px;
    height: 100%;
}

.pHeaderCompanyDiv-mobile {
    font: 20pt Verdana;
    color: white !important;
    line-height: 1.2;
    padding: 2px;
    min-height: 35px;
}

.featureHeader {
    font: 100 7pt;
    letter-spacing: 1px;
    text-align: center;
    min-height: 10px;
}

.pHeaderTitleDiv-mobile {
    font: 400 12pt Verdana;
    line-height: 1.2;
    text-align: center;
    color: white !important;
    padding: 2px;
    width: 100%;
    border: 1px solid #324879;
}

.NsiBlueBg {
    background: #324879;
}

.homeStripSourceCompanyContainer {
    font: 8pt 'Segoe UI', Arial, sans-serif;
    text-align: left;
    color: var(--carbon);
    padding-top: 3px;
}

@media screen and (min-width: 1200px) { /* BS3 L */
    h1 {
        text-align: center;
        font: bold 2em Arial;
        color: black;
    }

    .pSeparaterBarDiv {
        font: 1.5em 'Arial';
        width: 100%;
        color: white !important;
        text-align: center !important;
        min-height: 30px;
    }
}

@media screen and (min-width: 1022px) and (max-width: 1199px) { /* BS3 M */
    h1 {
        text-align: center;
        font: bold 1.5em Arial;
        color: black;
    }

    .pSeparaterBarDiv {
        font: 1.5em 'Arial';
        width: 100%;
        color: white !important;
        text-align: center !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1021px) { /* BS3 S */
    h1 {
        text-align: center;
        font: bold 1.2em Arial;
        color: black;
    }

    .pSeparaterBarDiv {
        font: 1.5em 'Arial';
        width: 100%;
        color: white !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 767px) { /* BS3 XS */
    h1 {
        text-align: center;
        font: bold 1em Arial;
        color: black;
    }

    .pSeparaterBarDiv {
        font: 1.5em 'Arial';
        width: 100%;
        color: white !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 480px) { /* Early devices */
    h1 {
        text-align: center;
        font: bold .8em Arial;
        color: black;
    }

    .pSeparaterBarDiv {
        font: 1.5em 'Arial';
        width: 100%;
        color: white !important;
        text-align: center !important;
    }
}

@media only screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) { /* Early devices */
    h1 {
        text-align: center;
        font: bold .8em Arial;
        color: black;
    }

    .pSeparaterBarDiv {
        font: 1.5em 'Arial';
        width: 100%;
        color: white !important;
        text-align: center !important;
    }
}

/* END media query breakpoints */

.contextMenuDiv {
    border: 1px solid #c0c0c0;
    background: white;
    max-width: 500px;
    padding: 5px 10px;
    z-index: 89;
}

.absolute {
    position: absolute !important;
}

.contextMenuButtonPosition {
    right: 0;
}

.contextMenuPosition {
    right: 40px;
    z-index: 89;
}

.contextMenuPositionLeft {
    z-index: 89;
}

.sharedSlideshowImageCompany {
    font-size: 8pt;
    line-height: 1;
    color: #058daf;
}

.sharedImageCompanyFancybox {
    font-size: 11pt;
    line-height: 1;
    color: #058daf;
}

.shareUrlDivSmall {
    border: 1px solid #c0c0c0;
    background: var(--mercury);
    max-width: 300px;
    padding: 5px 10px;
    margin-top: -65px;
    z-index: 110011 !important;
    position: absolute;
    font-size: 10pt;
}

.shareUrlDiv {
    border: 1px solid #c0c0c0;
    background: var(--mercury);
    max-width: 500px;
    padding: 5px 10px;
    margin-left: 35px;
    z-index: 89;
    position: absolute;
    font-size: 10pt;
}

.slickBtnSideDiv {
    font-size: 2em;
    color: white;
    opacity: .75;
    cursor: pointer;
    margin: 0;
}

.spellcheckDiv,
.editorDiv
{
    background: white !important;
    border: 1px solid gray !important;
}

.spellcheckInstructions {
    border: 1px solid gray;
    background: var(--mercury);
    width: 500px;
    font-size: 9pt;
}

.spellcheckContent {
    height: 300px;
    width: 748px;
    padding: 10px !important;
    overflow-y: auto;
}

.form-control-textarea {
    height: unset !important;
    min-height: 100px;
}

.pSeparaterBarDiv {
    font: 1.5em 'Arial';
    width: 100%;
    color: white !important;
    text-align: center !important;
}

.form-control {
    background: #fff0f2 !important;
    padding: 2px !important;
}

/* styles for validation helpers */

.field-validation-error {
    color: var(--deepChestnut);
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid var(--deepChestnut);
}

select.input-validation-error {
    border: 1px solid var(--deepChestnut);
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: var(--deepChestnut);
}

.validation-summary-valid {
    display: none;
}

.centerContainerContent {
    margin: 0 auto !important;
    text-align: center !important;
}

.Width70Percent {
    width: 70%;
}

.Width80Percent {
    width: 80%;
}

.noLink {
    text-decoration: none !important;
}

a:hover, a:focus {
    text-decoration: none !important;
}

.errorNormal {
    color: var(--deepChestnut);
    font-weight: bold;
}

.fullWidthWithIcon {
    width: 95% !important;
}

.pAccordionBody {
    padding: 0 20px;
}

.errorReverse {
    padding: 5px 10px;
    background: var(--deepChestnut);
    font: bold 11pt Arial;
    color: white;
}

.errorReverseBlock {
    padding: 0 10px;
    background: var(--deepChestnut);
    font: bold 11pt Arial;
    color: white;
    display: block;
}

.homeStripOpportunityContainer {
    width: 100%;
    text-align: left;
    color: gray;
    font: 8pt Arial;
}

[class*=msmOfferLabelText] {
    font: 16pt Arial;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-top: 3px;
}

[class*=msmOfferDates] {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 2px 3px;
    color: var(--mercury);
    font-family: Arial;
}

.msmBodyFix {
    white-space: pre-line;
}

.accordionFeatureContent {
    border-radius: 15px;
    padding: 10px;
    font-family: Verdana;
}

[class*=msmOfferText] {
    font: bold 16pt Arial;
    color: Black;
}

.roundedContainerTop {
    border-radius: 15px 15px 0 0;
}

.roundedContainer {
    border-radius: 5px !important;
}

.alwaysOnTop {
    z-index: 110011 !important;
    -webkit-transform: translate3d(0,0,0);
    -webkit-overflow-scrolling: auto !important;
    opacity: .99;
}

.margin-for-topnav {
    padding-top: 105px;
}

.margin-for-topnavWithMastheadMessages {
    padding-top: 155px;
}

.overflowAuto {
    overflow: auto;
}

.overflowHidden {
    overflow: hidden;
}

#mastheadMessagesContainer {
    background: #974024;
    z-index: 999999;
}

.mastheadMessagesContainerPadding {
    padding: 5px 20px;
}

.mastheadMessagesContainerPaddingMobile {
    padding: 2px 5px;
}

.lineHeight1 {
    line-height: 1;
}

.marginTop5 {
    margin-top: 5px;
}

.fontSize9 {
    font-size: 9pt;
}

.mainMenuHome {
    font-size: 14pt;
    color: #ad0000;
}

.mainMenuStrip {
    margin-top: 20px;
    min-width: 180px;
    left: 60px;
}

.mainMenuStripMobile {
    margin-top: -45px;
    min-width: 180px;
    left: 60px;
}

.margin-for-topnavMobile {
    padding-top: 180px;
}

.margin-for-topnavMobileWithMastheadMessages {
    padding-top: 150px;
}

.top-30 {
    top: -30px;
}

.fontSize8 {
    font-size: 8pt;
}

.fontSize7 {
    font-size: 7pt;
}

.text-xs-center {
    text-align: center;
}

[id*='accordionHome'] .ui-accordion-header {
    margin: 0;
    border: none;
}

.intra-row-top {
    margin-top: 1em !important;
}

.intra-row-bottom {
    margin-bottom: 1em !important;
}

.paddingRight50 {
    padding-right: 50px;
}

.inter-row-bottom {
    margin-bottom: 2em !important;
}

.share,
.unshare
{
    display: inline-block;
}

.filter-wrapper-pc {
    position: fixed;
    z-index: 999;
    top: auto;
    bottom: 15%;
    right: 0;
    width: 101px;
}

.ui-dialog-titlebar-close:after {
    content: 'X' !important;
    position: absolute;
    top: -2px;
    right: 3px;
}

.filter_txt {
    z-index: 9;
    border-radius: 4px 0 0 4px;
    text-align: center;
    line-height: 1;
    color: black;
    font-weight: bold;
}

.filter-choices-pc {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: auto;
    right: 0;
    width: 600px;
    border-bottom: 1px solid #9a9a9a;
    border-top: 1px solid #9a9a9a;
    border-left: 1px solid #9a9a9a;
}

.filter-position-pc {
    position: fixed;
    top: 35%;
    bottom: auto;
    right: 0;
    width: 600px;
    background: var(--mercury);
    border: 1px solid darkgray;
}

.filter-choices-mobile {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: auto;
    right: 0;
    width: 95%;
    height: 100%;
    margin-left: 10px;
    background: var(--mercury);
    border-bottom: 1px solid #9a9a9a;
    border-top: 1px solid #9a9a9a;
    border-left: 1px solid #9a9a9a;
}

.filter-position-mobile {
    position: fixed;
    top: 25%;
    bottom: auto;
    right: 0;
    width: 95%;
}

.filter-icon {
    width: 35px;
}

.filter-item {
    font-size: 12pt;
    line-height: 1;
    padding-top: 7px;
}

.filter-checkbox {
    padding-top: 4px;
    -webkit-transform: scale(2); /* For Safari and older versions of Chrome */
    transform: scale(2); /* Modern browsers */
}

.filter-close {
    cursor: pointer;
}

.removePadding {
    padding: 0 !important;
}

.inter-row-top {
    margin-top: 1em !important;
}

.mediumPadding {
    padding: 0 20px;
}

.inter-row-items-mini {
    margin-top: 20px !important;
    display: inline-block;
}

.inter-row-items-mini-consumer {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.inter-row-items {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.mobileNavMargin {
    background: #492549;
    padding: 5px;
}

.gccMainLogo {
    height: 100px;
}

.nsiNMainLogo {
    height: 80px;
}

.featureCategoryAccordion {
    padding: 5px 0 0 0;
    font: bold 20pt Georgia, sans-serif;
}

.featureCategory {
    padding: 5px 0 0 0;
    font: bold 18px 'Segoe UI', Arial, sans-serif;
}

.carouselMenuControlsContainer {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    background: var(--eggnog);
}

.carouselControlsContainer {
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.carouselMenuControlsDiv {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.carouselControlsDiv {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: inline-block;
    height: 15px;
}

.slick-slide {
    text-align: center;
    margin: 0 auto;
}

.slick-LargeContainer {
    background: black;
    margin: 0 auto;
    text-align: center;
    width: 100% !important;
}

.slick-SingleContainer {
    margin: 0 auto;
    text-align: center;
    width: 100% !important;
}

.slick-SmallContainer {
    margin: 0 auto;
    text-align: center;
}

.slickLargeContainer {
    height: 150px !important;
    margin: 0 auto;
}

.slickSmallContainer {
    margin: 0 auto;
}

.slickBGLarge {
    margin: 0 auto;
    text-align: center;
}

.slickBGSmall {
    margin: 0 auto;
    text-align: center;
}

.slickCaptionLarge {
    color: white;
    margin: 0 auto;
    text-align: center;
    line-height: 1 !important;
    font: 11pt 'Segoe UI', Arial, sans-serif;
}

.slickCaptionSmall {
    color: black;
    line-height: 1em;
    margin: 0 auto;
    text-align: center;
    padding: 3px;
    margin: 0 auto;
    font-size: 9pt;
}

.homeStripMediaContainerLarge {
    background: white;
    margin: 0 5px;
    height: 250px;
}

.homeStripAdImageLarge {
    height: 120px;
    overflow: hidden;
    margin: 0 auto;
}

/* START SLICK overrides */

.slick-dots li.slick-active button::before {
    color: white;
    line-height: 0px;
    font-size: 10px;
    padding-top: 5px;
}

.slick-dots li button::before {
    line-height: 0px;
    font-size: 10px;
    color: white;
    padding-top: 5px;
}

.slick-prev::before, .slick-next::before {
    content: ""
}

.slick-prev {
    content: "<";
    color: white;
    font-size: 30px;
    position: absolute;
    z-index: 10;
    left: 30%;
}

.slick-prev:hover {
    content: "<";
    color: white;
    font: bold 30px Arial;
    position: absolute;
    z-index: 10;
    left: 30%;
}

.slick-prev-side:hover {
    content: "<";
    color: black;
    font: bold 105px Arial;
    position: absolute;
    z-index: 10;
    left: -5%;
}

.slick-next {
    content: ">";
    color: white;
    font-size: 30px;
    position: absolute;
    z-index: 10;
    right: 30%;
}

.slick-next:hover {
    content: ">";
    color: white;
    font: bold 30px Arial;
    position: absolute;
    z-index: 10;
    right: 30%;
}

.slick-next-side:hover {
    content: "<";
    color: black;
    font: bold 105px Arial;
    position: absolute;
    z-index: 10;
    right: -2%;
}

/* END SLICK overrides */

.ui-tabs .ui-tabs-panel {
    padding: .25em .25em 1.4em .25em;
}

/* bootstrap hack: fix content width inside hidden tabs */
.media-body {
    width: auto;
}
/* bootstrap hack end */

/* START container background color */
.container-contrast-light {
    background: var(--eggnog);
}
/* END container background color */

/* START container vertical align */
.container-align-top {
    vertical-align: top;
    display: inline-block;
    position: relative;
    width: 100%;
}
/* END container vertical align */

.reviewPartialEbizcard {
    padding: 0 5px;
    background: white;
    max-height: 155px;
}

.paddingLeft25 {
    padding-left: 25px;
}

.marginTop20 {
    margin-top: 20px;
}

.text-right {
    text-align: right;
}

.reviewContainer {
    padding: 0 5px;
    background: white;
    min-height: 70px;
}

.videoSmallContainer {
    padding: 0 5px;
    background: white;
    margin: 0 5px;
    height: 100px;
}

.gray {
    color: dimgray !important;
}

.directorySearchError {
    font-size: 11pt;
}

.adjustContextMenuButton {
    height: 24px;
}

.infoHelp {
    background: lightsteelblue;
    font: 12pt serif;
    width: 25px;
    margin-left: -10px;
    margin-top: -2px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: white;
}

.helpContainer {
    border-left: 3px solid white;
    padding-left: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.helpContainerNew {
    color: royalblue;
    font-weight: bold;
    padding-right: 3px;
    margin-right: 3px;
    cursor: pointer;
}

.helpContainerNoSeparator {
    cursor: pointer;
}

.fontWeightNormal {
    font-weight: normal;
}

.nsifyiStripMediaContainer {
    background: #fbfbfb;
    padding: 3px;
    text-align: center;
}


.grayBorder {
    border: 1px solid var(--gray80) !important;
}

.videoHubMemberContainerLarge {
    background: white;
    margin: 0 5px;
    height: 250px;
}

.videoHubTitle {
    font: 500 20pt 'Segoe UI', Arial, sans-serif;
}

.videoHubSubtitle {
    font: 14pt 'Segoe UI', Arial, sans-serif;
    margin-top: -5px;
}

.ebizCardContentContainer {
    max-width: 735px;
}

.videoHubPresenterTitle {
    font: bold 14pt 'Segoe UI', Arial, sans-serif;
}

.videoHubUpNext {
    height: 100vh;
    max-height: 915px;
    overflow-y: auto;
    padding-left: 10px;
    overflow-x: hidden;
}

.fontSize20 {
    font-size: 20pt;
}
.mdFeatureCompanyInfoMini{
    background: white; 
    padding-bottom: 3px;
    height: 62px;
}
    .slickMediaContainerLarge{
        padding-top: 5px !important;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 12px;
        left: 0;
    }
            .SumoSelect > .CaptionCont {
            background: #eac18c !important;
        }

  .homeStripMediaContainer{
        padding: 0 5px;         
        background: white;
        margin: 0 5px; 
        height: 125px;
    }

.homeStripMediaContainerGroup {
    background-color: white;
    height: 220px;
}

.homeStripSourceCompanyContainerLarge {
    color: var(--carbon);
    font: 8pt 'Segoe UI', Arial, sans-serif;
}

.homeStripOpportunityContainerLarge {
    color: gray;
    font: 8pt Arial;
    padding: 5px;
}

.homeCorpLogoDiv {
    max-width: 325px;
    background: var(--bleachedSilk);
    border-radius: 5px;
    border: 1px solid var(--argent);
    float: none;
    margin: 0 auto;
}

.homeCorpLogoImageDiv {
    background: var(--eggnog);
    min-height: 141px;
}

.pFeatureCategoryNameDiv {
    font: 9pt 'Verdana';
    text-align: left;
    color: gray;
    padding: 20px;
}

.pFeatureTitleDiv {
    font: 26pt Verdana;
    line-height: 1;
}

.pFeatureSubTitleDiv {
    font: bold italic 13pt Verdana;
    color: gray;
}

.pFeatureImageDiv {
    width: 80%;
    padding: 5px;
}

.pFeatureAuthorDiv {
    font: italic 14pt 'Verdana';
    color: gray;
    text-align: left;
    width: 80%;
    margin: 0 auto;
}

.pFeatureCreateDateDiv {
    font: 13pt 'Arial';
    color: gray;
    text-align: left;
    width: 80%;
    margin: 0 auto;
}

[class*=mdJobActiveDiv],
[class*=mdJobDeleteDiv],
[class*=mdContactActiveDiv],
[class*=mdContactVisibleDiv],
[class*=mdContactDeleteDiv],
[class*=mdCouponActiveDiv],
[class*=mdMSMActiveDiv],
[class*=mdMSMDeleteDiv],
[class*=mdReviewActiveDiv],
[class*=mdReviewDeleteDiv],
[class*=mdCouponDeleteDiv] {
    font: bold 10pt Arial;
    display: inline-block;
    padding: 0 20px;
    color: white;
}

[class*=pFeatureContentDiv] {
    font: 14pt Arial;
    text-align: left;
    padding: 10px;
}

[class*=DescriptionContentEditorDiv],
[class*=pFeatureContentEditorDiv],
[class*=mdJobDescriptionContentEditorDiv],
[class*=pImageEditorDiv],
[class*=mdMSMDescriptionContentEditorDiv],
[class*=mdCouponDescriptionContentEditorDiv],
[class*=mdReviewDescriptionContentEditorDiv],
[class*=mdDescriptionContentEditorDiv] {
    opacity: 0 !important;
    height: 1px !important;
}

[class*=ContentFakeEditorDiv] {
    max-height: 400px;
    overflow-y: auto;
    min-height: 50px;
}

.slickSourceCompanyContainerLarge {
    color: var(--mercury);
    font: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 8pt;
}

.slickOpportunityContainerLarge {
    color: var(--mercury);
    font: 7pt Arial;
    height: 13px;
}

.videoSmallFormatOpp {
    color: rgb(227,108,10);
    font: 8pt Arial;
}

.paddingLeft10 {
    padding-left: 10px;
}

.EightyPercentWidth {
    width: 80% !important;
}

.fullWidth {
    width: 100% !important;
}

.whiteLink {
    color: white !important;
    text-decoration: none;
}


.blackLink {
    color: black !important;
    text-decoration: none;
    line-height: .8;
}

.fyiFooter {
    color: rgb(89,89,89);
    font-family: Arial;
}

.italic {
    font-style: italic;
}

.transparent {
    background: transparent;
}

.slimButton {
    padding: 1px 10px 1px 10px;
}

.slimButtonWide {
    padding: 1px 10px 1px 10px;
    width: 100%;
}

.animateNewsletterPopup {
    width: 300px;
    position: fixed;
    bottom: -300px;
    right: 0;
    z-index: 999;
    transition: 0.5s;
    border: black solid 1px;
}

.NewsletterTitle {
    font: 15pt Arial;
    color: var(--mercury);
    text-align: right;
}

.animateNewsletterPopupTitle {
    font: 13pt Arial;
    color: var(--mercury);
    text-align: right;
}

.animateNewsletterPopupHeader {
    font: 12pt Arial;
    margin-top: -3px;
    text-align: center;
}

.NewsletterHeader {
    font: 14pt Arial;
    text-align: center;
}

.animateNewsletterPopupSubtitle {
    font: 10pt Calibri;
    padding-bottom: 5px;
    line-height: 1;
}

.NewsletterSubtitle {
    font: 12pt Calibri;
    padding-bottom: 5px;
    line-height: 1;
}

.width650 {
    width: 650px;
}

.NewsletterIcon {
    width: 35px;
    margin-right: 10px;
    vertical-align: unset;
}

.animateNewsletterPopupIcon {
    width: 35px;
    margin-right: 10px;
}

.centered {
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -45%);
    z-index: 9991 !important;
}

[id*='accordionClaimCode'] .ui-icon {
    display: none;
}

[id*='accordionHome'] .ui-icon {
    display: none;
}

[id*='accordionMemberDirectory'] .ui-accordion-header-icon.ui-icon {
    display: none;
}

.pAccordionDiv .ui-icon {
    display: none;
}

.accordionReview .ui-icon {
    display: none;
}

.bsColRemovePadding {
    margin-left: -15px;
    margin-right: -15px;
}

.pFeatureHeader {
    vertical-align: top;
    color: #000000;
    font: bold 13pt Arial;
    width: 100%;
    line-height: 1;
}

.homeStripMediaBodyContainerSmall {
    color: black;
    vertical-align: top;
    font: 500 10pt 'Segoe UI', Arial, sans-serif;
    width: 100%;
    padding-top: 5px;
    text-align: left;
}

.nsiFYIMediaBodyContainerSmall {
    text-align: left;
    vertical-align: top;
    font: bold 14pt Arial;
    width: 100%;
    color: black;
    padding-top: 5px;
}

.nsiFYIMediaBodyContainerMini {
    text-align: left;
    vertical-align: top;
    font: bold 10.5pt Arial;
    width: 100%;
    color: black;
}

.pFeatureSelectionMediaBodyContainerMini:hover,
.pShareSelectionMediaBodyContainerMini:hover,
.homeStripMediaBodyContainerSmall:hover,
.nsiFYIMediaBodyContainerSmall:hover
{
    text-decoration: underline;
}

.pAccordionDiv {
    padding-top: 0;
    margin-top: 0;
    max-width: 800px;
}

.pFeatureSelectionMediaBodyContainerMini {
    text-align: left;
    vertical-align: top;
    color: #666666;
    font: 8pt Verdana;
    width: 100%;
}

.pShareSelectionMediaBodyContainerMini {
    text-align: left;
    vertical-align: top;
    color: black;
    font: intial 9pt Arial;
    width: 100%;
    text-decoration: none !important;
}

.homeStripMediaContainerProfile {
    height: 115px;
}
.pFeatureViewButtonMiniDiv,
.pFeatureViewButtonDiv {
    font: 7pt Arial;
    text-align: left;
    border: 1px solid #d4d4d4;
    display: inline-block;
    border-radius: 5px;
    padding: 3px;
    color: var(--carbon);
}

.left20 {
    left: 20px;
}

.right20 {
    right: 20px;
}

.ui-accordion .ui-accordion-header {
    margin: 5px 0 0 0;
}

.fyiBarColorBlue {
    background: rgb(31,73,125) !important;
}

.fyiBarColorCyan {
    background: rgb(13,151,166) !important;
}

.fyiColorCyan {
    color: rgb(13,151,166) !important;
}

.fyiColorBlue {
    color: rgb(31,73,125) !important;
}

.fyiHeaderLeftDiv {
    font-family: Arial;
    line-height: 1;
}

.fyiHeaderLeftDivLarge {
    font-size: 18pt;
}

.agreementName {
    font: italic 20pt;
}




.btn-custom-purple {
    background: #492549;
    border-color: #492549;
}

    .btn-custom-purple:hover {
        color: white !important;
        background: #7F577F;
    }

    .btn-custom-purple:focus,
    .btn-custom-purple:active,
    .btn-custom-purple.active {
        background: #7F577F;
        border-color: #7F577F;
    }

    .btn-custom-purple.disabled:hover,
    .btn-custom-purple.disabled:focus,
    .btn-custom-purple.disabled:active,
    .btn-custom-purple.disabled.active,
    .btn-custom-purple[disabled]:hover,
    .btn-custom-purple[disabled]:focus,
    .btn-custom-purple[disabled]:active,
    .btn-custom-purple[disabled].active,
    fieldset[disabled] .btn-custom-purple:hover,
    fieldset[disabled] .btn-custom-purple:focus,
    fieldset[disabled] .btn-custom-purple:active,
    fieldset[disabled] .btn-custom-purple.active {
        background: #492549;
        border-color: #492549;
    }






.lilacBackgroundColor {
    background: #f0f3ff !important;
}




.btn-custom-lilac {
    background: #f0f3ff;
    border-color: #f0f3ff;
}

    .btn-custom-lilac:hover {
        color: black !important;
        background: white;
    }

    .btn-custom-lilac:focus,
    .btn-custom-lilac:active,
    .btn-custom-lilac.active {
        background: var(--mercury);
        border-color: var(--mercury);
    }

    .btn-custom-lilac.disabled:hover,
    .btn-custom-lilac.disabled:focus,
    .btn-custom-lilac.disabled:active,
    .btn-custom-lilac.disabled.active,
    .btn-custom-lilac[disabled]:hover,
    .btn-custom-lilac[disabled]:focus,
    .btn-custom-lilac[disabled]:active,
    .btn-custom-lilac[disabled].active,
    fieldset[disabled] .btn-custom-lilac:hover,
    fieldset[disabled] .btn-custom-lilac:focus,
    fieldset[disabled] .btn-custom-lilac:active,
    fieldset[disabled] .btn-custom-lilac.active {
        background: #f0f3ff;
        border-color: #f0f3ff;
    }







.btn-custom-cyan {
    background: #33A8B9;
    border-color: #33A8B9;
}

    .btn-custom-cyan:hover {
        color: black !important;
        background: #5bc0de;
    }

    .btn-custom-cyan:focus,
    .btn-custom-cyan:active,
    .btn-custom-cyan.active {
        background: #5bc0de;
        border: 1px solid var(--gray80);
    }

    .btn-custom-cyan.disabled:hover,
    .btn-custom-cyan.disabled:focus,
    .btn-custom-cyan.disabled:active,
    .btn-custom-cyan.disabled.active,
    .btn-custom-cyan[disabled]:hover,
    .btn-custom-cyan[disabled]:focus,
    .btn-custom-cyan[disabled]:active,
    .btn-custom-cyan[disabled].active,
    fieldset[disabled] .btn-custom-cyan:hover,
    fieldset[disabled] .btn-custom-cyan:focus,
    fieldset[disabled] .btn-custom-cyan:active,
    fieldset[disabled] .btn-custom-cyan.active {
        background: #33A8B9;
        border: 1px solid var(--gray80);
    }




.btn-custom-neutral {
    background: wheat;
    border: 1px solid var(--gray80);
}

    .btn-custom-neutral:hover {
        color: black !important;
        background: #f9edd5;
    }

    .btn-custom-neutral:focus,
    .btn-custom-neutral:active,
    .btn-custom-neutral.active {
        background: #f9edd5;
        border: 1px solid var(--gray80);
    }

    .btn-custom-neutral.disabled:hover,
    .btn-custom-neutral.disabled:focus,
    .btn-custom-neutral.disabled:active,
    .btn-custom-neutral.disabled.active,
    .btn-custom-neutral[disabled]:hover,
    .btn-custom-neutral[disabled]:focus,
    .btn-custom-neutral[disabled]:active,
    .btn-custom-neutral[disabled].active,
    fieldset[disabled] .btn-custom-neutral:hover,
    fieldset[disabled] .btn-custom-neutral:focus,
    fieldset[disabled] .btn-custom-neutral:active,
    fieldset[disabled] .btn-custom-neutral.active {
        background: wheat;
        border: 1px solid var(--gray80);
    }





.btn-custom1-purple {
    background: var(--mercury);
    border-color: var(--midnightViolet);
}

    .btn-custom1-purple:hover {
        background: #492549;
        color: white !important;
        font-weight: bold;
    }

    .btn-custom1-purple:focus,
    .btn-custom1-purple:active,
    .btn-custom1-purple.active,
    .btn-custom1-purple-active {
        background: #492549;
        color: white !important;
        font-weight: bold;
    }

    .btn-custom1-purple.disabled:hover,
    .btn-custom1-purple.disabled:focus,
    .btn-custom1-purple.disabled:active,
    .btn-custom1-purple.disabled.active,
    .btn-custom1-purple[disabled]:hover,
    .btn-custom1-purple[disabled]:focus,
    .btn-custom1-purple[disabled]:active,
    .btn-custom1-purple[disabled].active,
    fieldset[disabled] .btn-custom1-purple:hover,
    fieldset[disabled] .btn-custom1-purple:focus,
    fieldset[disabled] .btn-custom1-purple:active,
    fieldset[disabled] .btn-custom1-purple.active {
        background: #492549;
        color: white !important;
        font-weight: bold;
    }




.btn-custom2-purple {
    background: #492549;
    color: white !important;
}

    .btn-custom2-purple:hover {
        background: #492549;
        color: white !important;
        font-weight: bold;
    }

    .btn-custom2-purple:focus,
    .btn-custom2-purple:active,
    .btn-custom2-purple.active,
    .btn-custom2-purple-active {
        background: #492549;
        color: white !important;
        font-weight: bold;
    }

    .btn-custom2-purple.disabled:hover,
    .btn-custom2-purple.disabled:focus,
    .btn-custom2-purple.disabled:active,
    .btn-custom2-purple.disabled.active,
    .btn-custom2-purple[disabled]:hover,
    .btn-custom2-purple[disabled]:focus,
    .btn-custom2-purple[disabled]:active,
    .btn-custom2-purple[disabled].active,
    fieldset[disabled] .btn-custom2-purple:hover,
    fieldset[disabled] .btn-custom2-purple:focus,
    fieldset[disabled] .btn-custom2-purple:active,
    fieldset[disabled] .btn-custom2-purple.active {
        background: #492549;
        color: white !important;
        font-weight: bold;
    }




.btn-custom-blue {
    background: var(--admiralBlue);
    border-color: var(--admiralBlue);
}

    .btn-custom-blue:hover {
        color: white !important;
        background: #0A92FB;
    }

    .btn-custom-blue:focus,
    .btn-custom-blue:active,
    .btn-custom-blue.active {
        background: #0A92FB;
        border-color: #0A92FB;
    }

    .btn-custom-blue.disabled:hover,
    .btn-custom-blue.disabled:focus,
    .btn-custom-blue.disabled:active,
    .btn-custom-blue.disabled.active,
    .btn-custom-blue[disabled]:hover,
    .btn-custom-blue[disabled]:focus,
    .btn-custom-blue[disabled]:active,
    .btn-custom-blue[disabled].active,
    fieldset[disabled] .btn-custom-blue:hover,
    fieldset[disabled] .btn-custom-blue:focus,
    fieldset[disabled] .btn-custom-blue:active,
    fieldset[disabled] .btn-custom-blue.active {
        background: var(--admiralBlue);
        border-color: var(--admiralBlue);
    }





.btn-custom1-blue {
    background: var(--mercury);
    border-color: var(--admiralBlue);
}

    .btn-custom1-blue:hover {
        background: var(--admiralBlue);
        font-weight: bold;
        color: white !important;
    }

    .btn-custom1-blue:focus,
    .btn-custom1-blue:active,
    .btn-custom1-blue.active,
    .btn-custom1-blue-active {
        background: var(--admiralBlue);
        font-weight: bold;
        color: white !important;
    }

    .btn-custom1-blue.disabled:hover,
    .btn-custom1-blue.disabled:focus,
    .btn-custom1-blue.disabled:active,
    .btn-custom1-blue.disabled.active,
    .btn-custom1-blue[disabled]:hover,
    .btn-custom1-blue[disabled]:focus,
    .btn-custom1-blue[disabled]:active,
    .btn-custom1-blue[disabled].active,
    fieldset[disabled] .btn-custom1-blue:hover,
    fieldset[disabled] .btn-custom1-blue:focus,
    fieldset[disabled] .btn-custom1-blue:active,
    fieldset[disabled] .btn-custom1-blue.active {
        background: var(--admiralBlue);
        font-weight: bold;
        color: white !important;
    }




.adminHelpBox {
    font-size: 11pt;
    min-height: 90px;
    background: wheat;
}

.btn-custom-red {
    background: maroon;
    border-color: maroon;
}

    .btn-custom-red:hover {
        color: white !important;
        background: #C53333;
    }

    .btn-custom-red:focus,
    .btn-custom-red:active,
    .btn-custom-red.active {
        background: #C53333;
        border-color: #C53333;
    }

    .btn-custom-red.disabled:hover,
    .btn-custom-red.disabled:focus,
    .btn-custom-red.disabled:active,
    .btn-custom-red.disabled.active,
    .btn-custom-red[disabled]:hover,
    .btn-custom-red[disabled]:focus,
    .btn-custom-red[disabled]:active,
    .btn-custom-red[disabled].active,
    fieldset[disabled] .btn-custom-red:hover,
    fieldset[disabled] .btn-custom-red:focus,
    fieldset[disabled] .btn-custom-red:active,
    fieldset[disabled] .btn-custom-red.active {
        background: maroon;
        border-color: maroon;
    }




.btn-custom1-red {
    background: var(--mercury);
    border-color: maroon;
}

    .btn-custom1-red:hover {
        background: maroon;
        color: white !important;
        font-weight: bold;
    }

    .btn-custom1-red:focus,
    .btn-custom1-red:active,
    .btn-custom1-red.active,
    .btn-custom1-red-active {
        background: maroon;
        color: white !important;
        font-weight: bold;
    }

    .btn-custom1-red.disabled:hover,
    .btn-custom1-red.disabled:focus,
    .btn-custom1-red.disabled:active,
    .btn-custom1-red.disabled.active,
    .btn-custom1-red[disabled]:hover,
    .btn-custom1-red[disabled]:focus,
    .btn-custom1-red[disabled]:active,
    .btn-custom1-red[disabled].active,
    fieldset[disabled] .btn-custom1-red:hover,
    fieldset[disabled] .btn-custom1-red:focus,
    fieldset[disabled] .btn-custom1-red:active,
    fieldset[disabled] .btn-custom1-red.active {
        background: maroon;
        color: white !important;
        font-weight: bold;
    }




.btn-custom2-red {
    background: maroon;
    border-color: maroon;
    color: white !important;
}

    .btn-custom2-red:hover {
        background: maroon;
        color: white !important;
        font-weight: bold;
    }

    .btn-custom2-red:focus,
    .btn-custom2-red:active,
    .btn-custom2-red.active,
    .btn-custom2-red-active {
        background: maroon;
        color: white !important;
        font-weight: bold;
    }

    .btn-custom2-red.disabled:hover,
    .btn-custom2-red.disabled:focus,
    .btn-custom2-red.disabled:active,
    .btn-custom2-red.disabled.active,
    .btn-custom2-red[disabled]:hover,
    .btn-custom2-red[disabled]:focus,
    .btn-custom2-red[disabled]:active,
    .btn-custom2-red[disabled].active,
    fieldset[disabled] .btn-custom2-red:hover,
    fieldset[disabled] .btn-custom2-red:focus,
    fieldset[disabled] .btn-custom2-red:active,
    fieldset[disabled] .btn-custom2-red.active {
        background: maroon;
        color: white !important;
        font-weight: bold;
    }




.btn-custom-green {
    background: var(--forestGreen);
    border-color: var(--forestGreen);
}

    .btn-custom-green:hover {
        color: white !important;
        background: #2EAB68;
    }

    .btn-custom-green:focus,
    .btn-custom-green:active,
    .btn-custom-green.active {
        background: #2EAB68;
        border-color: #2EAB68;
    }

    .btn-custom-green.disabled:hover,
    .btn-custom-green.disabled:focus,
    .btn-custom-green.disabled:active,
    .btn-custom-green.disabled.active,
    .btn-custom-green[disabled]:hover,
    .btn-custom-green[disabled]:focus,
    .btn-custom-green[disabled]:active,
    .btn-custom-green[disabled].active,
    fieldset[disabled] .btn-custom-green:hover,
    fieldset[disabled] .btn-custom-green:focus,
    fieldset[disabled] .btn-custom-green:active,
    fieldset[disabled] .btn-custom-green.active {
        background: var(--forestGreen);
        border-color: var(--forestGreen);
    }




.btn-custom1-green {
    background: var(--mercury);
    border-color: var(--forestGreen);
}

    .btn-custom1-green:hover {
        color: white !important;
        background: var(--forestGreen);
        font-weight: bold;
    }

    .btn-custom1-green:focus,
    .btn-custom1-green:active,
    .btn-custom1-green.active,
    .btn-custom1-green-active {
        color: white !important;
        background: var(--forestGreen);
        font-weight: bold;
    }

    .btn-custom1-green.disabled:hover,
    .btn-custom1-green.disabled:focus,
    .btn-custom1-green.disabled:active,
    .btn-custom1-green.disabled.active,
    .btn-custom1-green[disabled]:hover,
    .btn-custom1-green[disabled]:focus,
    .btn-custom1-green[disabled]:active,
    .btn-custom1-green[disabled].active,
    fieldset[disabled] .btn-custom1-green:hover,
    fieldset[disabled] .btn-custom1-green:focus,
    fieldset[disabled] .btn-custom1-green:active,
    fieldset[disabled] .btn-custom1-green.active {
        background: var(--forestGreen);
        font-weight: bold;
    }




.btn-custom2-green {
    color: white !important;
    background: var(--forestGreen);
    border-color: var(--forestGreen);
}

    .btn-custom2-green:hover {
        color: white !important;
        background: var(--forestGreen);
        font-weight: bold;
    }

    .btn-custom2-green:focus,
    .btn-custom2-green:active,
    .btn-custom2-green.active,
    .btn-custom2-green-active {
        color: white !important;
        background: var(--forestGreen);
        font-weight: bold;
    }

    .btn-custom2-green.disabled:hover,
    .btn-custom2-green.disabled:focus,
    .btn-custom2-green.disabled:active,
    .btn-custom2-green.disabled.active,
    .btn-custom2-green[disabled]:hover,
    .btn-custom2-green[disabled]:focus,
    .btn-custom2-green[disabled]:active,
    .btn-custom2-green[disabled].active,
    fieldset[disabled] .btn-custom2-green:hover,
    fieldset[disabled] .btn-custom2-green:focus,
    fieldset[disabled] .btn-custom2-green:active,
    fieldset[disabled] .btn-custom2-green.active {
        background: var(--forestGreen);
        font-weight: bold;
    }





.btn-custom-orange {
    background: var(--tangerine);
    border-color: var(--tangerine);
}

    .btn-custom-orange:hover {
        color: white !important;
        background: #FFAA63;
    }

    .btn-custom-orange:focus,
    .btn-custom-orange:active,
    .btn-custom-orange.active {
        background: #FFAA63;
        border-color: #FFAA63;
    }

    .btn-custom-orange.disabled:hover,
    .btn-custom-orange.disabled:focus,
    .btn-custom-orange.disabled:active,
    .btn-custom-orange.disabled.active,
    .btn-custom-orange[disabled]:hover,
    .btn-custom-orange[disabled]:focus,
    .btn-custom-orange[disabled]:active,
    .btn-custom-orange[disabled].active,
    fieldset[disabled] .btn-custom-orange:hover,
    fieldset[disabled] .btn-custom-orange:focus,
    fieldset[disabled] .btn-custom-orange:active,
    fieldset[disabled] .btn-custom-orange.active {
        background: var(--tangerine);
        border-color: var(--tangerine);
    }





.btn-custom1-orange {
    background: var(--mercury);
    border-color: var(--tangerine);
}

    .btn-custom1-orange:hover {
        color: white !important;
        background: #FFAA63;
        font-weight: bold;
    }

    .btn-custom1-orange:focus,
    .btn-custom1-orange:active,
    .btn-custom1-orange.active,
    .btn-custom1-orange-active {
        color: white !important;
        background: #FFAA63;
        font-weight: bold;
    }

    .btn-custom1-orange.disabled:hover,
    .btn-custom1-orange.disabled:focus,
    .btn-custom1-orange.disabled:active,
    .btn-custom1-orange.disabled.active,
    .btn-custom1-orange[disabled]:hover,
    .btn-custom1-orange[disabled]:focus,
    .btn-custom1-orange[disabled]:active,
    .btn-custom1-orange[disabled].active,
    fieldset[disabled] .btn-custom1-orange:hover,
    fieldset[disabled] .btn-custom1-orange:focus,
    fieldset[disabled] .btn-custom1-orange:active,
    fieldset[disabled] .btn-custom1-orange.active {
        background: #FFAA63;
        font-weight: bold;
    }





.btn-custom-slate {
    background: var(--marineTeal);
    border-color: var(--marineTeal);
}

    .btn-custom-slate:hover {
        color: white !important;
        background: #608D9A;
    }

    .btn-custom-slate:focus,
    .btn-custom-slate:active,
    .btn-custom-slate.active {
        background: #608D9A;
        border-color: #608D9A;
    }

    .btn-custom-slate.disabled:hover,
    .btn-custom-slate.disabled:focus,
    .btn-custom-slate.disabled:active,
    .btn-custom-slate.disabled.active,
    .btn-custom-slate[disabled]:hover,
    .btn-custom-slate[disabled]:focus,
    .btn-custom-slate[disabled]:active,
    .btn-custom-slate[disabled].active,
    fieldset[disabled] .btn-custom-slate:hover,
    fieldset[disabled] .btn-custom-slate:focus,
    fieldset[disabled] .btn-custom-slate:active,
    fieldset[disabled] .btn-custom-slate.active {
        background: var(--marineTeal);
        border-color: var(--marineTeal);
    }





.btn-custom1-slate {
    background: var(--mercury);
    border-color: var(--marineTeal);
}

    .btn-custom1-slate:hover {
        color: white !important;
        background: var(--marineTeal);
        font-weight: bold;
    }

    .btn-custom1-slate:focus,
    .btn-custom1-slate:active,
    .btn-custom1-slate.active,
    .btn-custom1-slate-active {
        color: white !important;
        background: var(--marineTeal);
        font-weight: bold;
    }

    .btn-custom1-slate.disabled:hover,
    .btn-custom1-slate.disabled:focus,
    .btn-custom1-slate.disabled:active,
    .btn-custom1-slate.disabled.active,
    .btn-custom1-slate[disabled]:hover,
    .btn-custom1-slate[disabled]:focus,
    .btn-custom1-slate[disabled]:active,
    .btn-custom1-slate[disabled].active,
    fieldset[disabled] .btn-custom1-slate:hover,
    fieldset[disabled] .btn-custom1-slate:focus,
    fieldset[disabled] .btn-custom1-slate:active,
    fieldset[disabled] .btn-custom1-slate.active {
        background: var(--marineTeal);
        font-weight: bold;
    }







.btn-custom-gold {
    background: var(--amberGold);
    border-color: var(--amberGold);
}

    .btn-custom-gold:hover {
        color: white !important;
        background: #ddbf76;
    }

    .btn-custom-gold:focus,
    .btn-custom-gold:active,
    .btn-custom-gold.active {
        background: #FFE587;
        border-color: #FFE587;
    }

    .btn-custom-gold.disabled:hover,
    .btn-custom-gold.disabled:focus,
    .btn-custom-gold.disabled:active,
    .btn-custom-gold.disabled.active,
    .btn-custom-gold[disabled]:hover,
    .btn-custom-gold[disabled]:focus,
    .btn-custom-gold[disabled]:active,
    .btn-custom-gold[disabled].active,
    fieldset[disabled] .btn-custom-gold:hover,
    fieldset[disabled] .btn-custom-gold:focus,
    fieldset[disabled] .btn-custom-gold:active,
    fieldset[disabled] .btn-custom-gold.active {
        background: var(--amberGold);
        border-color: var(--amberGold);
    }




.btn-custom1-gold {
    background: #918156;
    border-color: #918156;
    color: white !important;
}

    .btn-custom1-gold:hover {
        color: white !important;
        background: #918156;
        font-weight: bold;
    }

    .btn-custom1-gold:focus,
    .btn-custom1-gold:active,
    .btn-custom1-gold.active,
    .btn-custom1-gold-active {
        color: white !important;
        background: #918156;
        font-weight: bold;
    }

    .btn-custom1-gold.disabled:hover,
    .btn-custom1-gold.disabled:focus,
    .btn-custom1-gold.disabled:active,
    .btn-custom1-gold.disabled.active,
    .btn-custom1-gold[disabled]:hover,
    .btn-custom1-gold[disabled]:focus,
    .btn-custom1-gold[disabled]:active,
    .btn-custom1-gold[disabled].active,
    fieldset[disabled] .btn-custom1-gold:hover,
    fieldset[disabled] .btn-custom1-gold:focus,
    fieldset[disabled] .btn-custom1-gold:active,
    fieldset[disabled] .btn-custom1-gold.active {
        background: #918156;
        border-color: #918156;
        font-weight: bold;
    }




.btn-custom2-blue {
    background: #608D9A;
    border-color: #608D9A;
    color: white !important;
}

    .btn-custom2-blue:hover {
        color: white !important;
        background: #608D9A;
        font-weight: bold;
    }

    .btn-custom2-blue:focus,
    .btn-custom2-blue:active,
    .btn-custom2-blue.active,
    .btn-custom2-blue-active {
        color: white !important;
        background: #608D9A;
        font-weight: bold;
    }

    .btn-custom2-blue.disabled:hover,
    .btn-custom2-blue.disabled:focus,
    .btn-custom2-blue.disabled:active,
    .btn-custom2-blue.disabled.active,
    .btn-custom2-blue[disabled]:hover,
    .btn-custom2-blue[disabled]:focus,
    .btn-custom2-blue[disabled]:active,
    .btn-custom2-blue[disabled].active,
    fieldset[disabled] .btn-custom2-blue:hover,
    fieldset[disabled] .btn-custom2-blue:focus,
    fieldset[disabled] .btn-custom2-blue:active,
    fieldset[disabled] .btn-custom2-blue.active {
        background: #608D9A;
        border-color: #608D9A;
        font-weight: bold;
    }

.gccBarColorGold {
    background: var(--amberGold);
}

.fyiBarItem {
    border: solid 1px var(--gray80) !important;
}

.fyiBarItemIcon {
    width: 80px;
    height: 75px;
    padding-top: 5px;
    overflow: hidden;
}

.jobCompanyIcon {
    width: 120px;
    height: 80px;
    overflow: hidden;
}

.jobCompany {
    font: 16pt Arial;
    color: var(--oxblood);
}

[class*=jobTitle] {
    font: 13pt Arial;
}

[class*=jobSubtitle] {
    font: 11pt Verdana;
}

[class*=jobDescription] {
    font: 11pt Arial;
}

.darkGrayBorder {
    border: 1px solid gray;
}

[class*=jobInstructions] {
    font: 13pt Arial;
}

.jobContactInfo {
    font: 13pt Arial;
}

.fyiBarItemCompany {
    padding-top: 3px;
    font: bold 9pt Arial;
}

.fyiBarItemDate {
    padding-top: 5px;
    font: 8pt Arial;
    color: #ababab;
}

.quickLinksTitle {
    font: 500 9pt 'Segoe UI', Arial, sans-serif;
    color: var(--charcoalGray);
}

.quickLinksSubtitle {
    font: 500 10pt 'Segoe UI', Arial, sans-serif;
    color: #D05F12;
}

.quickLink {
    font: 10pt 'Segoe UI', Arial, sans-serif;
    color: var(--charcoalGray);
    line-height: 1 !important;
}

.eggshellBackgroundColor {
    background: #fdfdfd;
}

.LabelEditor {
    border: 1px solid darkgray;
}

.mdListLinksLine1 {
    font-size: 16pt;
}

.colorYellow {
    color: yellow !important;
}

.nsiFyiBarDisplayBottomBtn {
    border: 1px solid black;
    color: black;
    font-size: 13pt;
    line-height: 1.2;
    padding: 5px !important;
}

.maxWidth520 {
    max-width: 520px;
}

.nsiFyiBarDisplayBottomDiv {
    background: wheat;
    height: 22px;
    padding: 0;
    padding-top: 4px;
    width: 100%;
    line-height: 1;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    color: black;
    font-weight: bold;
}

.nsiFyiBarDisplayAllDiv {
    width: 100%;
    min-height: 20px;
}

.colorOffwhite {
    color: var(--mercury);
}

.viewMoreNsiFyi {
    font: 20pt Verdana;
    line-height: 1;
}

.nsiFyiBarDisplayTopDiv {
    width: 100%;
    min-height: 30px;
    font: bold 18pt Arial;
    color: white;
}

.noPadding {
    padding: 0 !important;
}

.caret {
    margin-right: 5px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px dashed;
}

.nsiFyiBarTopDiv {
    min-height: 65px;
    width: 150px;
    line-height: 1;
    font: 14pt Arial;
    color: white;
}

.gradientImage {
    background-image: linear-gradient(transparent, black);
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
}

.nsiFyiBar {
    width: 80px;
}

.marginLeft20 {
    margin-left: 20px;
}

.marginLeft-10 {
    margin-left: -10px;
}

.marginLeft-4 {
    margin-left: -4px;
}

.marginLeft90 {
    margin-left: 90px;
}

.roundMenuPC {
    width: 45px;
    height: 30px;
    border-radius: 10px;
    border: 1px solid #9a9a9a;
    font-size: 12px;
    position: absolute;
    z-index: 99;
    text-decoration: underline;
    opacity: .8;
}

.roundSharePC {
    width: 45px;
    height: 40px;
    border-radius: 15px;
    border: 1px solid #9a9a9a;
    font-size: 12px;
    position: absolute;
    z-index: 99;
    text-decoration: underline;
    opacity: .8;
}

.roundShare {
    width: 45px;
    height: 40px;
    border-radius: 15px;
    border: 1px solid #9a9a9a;
    font-size: 12px;
    padding: 5px;
    margin-top: -15px;
    position: absolute;
    z-index: 99;
    text-decoration: underline;
    opacity: .8;
}

.roundShareOpen {
    width: 50px;
    height: 50px;
    right: 5px;
    border-radius: 15px;
    border: 1px solid #9a9a9a;
    font-size: 12px;
    padding: 5px;
    margin-top: -40px;
    position: absolute;
    z-index: 99;
}

.nsiFyiBarTopDiv-mobile {
    font: 16pt Arial;
    color: white;
    min-height: 65px;
    width: 150px;
    line-height: 1;
}

.nsifyiIconDiv {
    opacity: .80;
}

.nsifyiIconDiv {
    margin: 5px;
}

.nsiFyiTitleDiv {
    font-size: 8pt;
    color: white;
}

.nsiFyiTitle {
    font: 600 18pt Segoe UI;
    color: var(--charcoalGray);
    text-align: center;
}

.nsiFyiSubtitle {
    color: var(--charcoalGray);
    font: 10pt Segoe UI;
    text-align: center;
}

.nsiFyiBarBottomDiv {
    height: 25px;
    padding: 2px 0 0 0;
    line-height: 1;
    font: bold 13pt Arial;
}

.nsiFyiBarBottomDiv-mobile {
    height: 20px;
    padding: 2px 0 0 0;
    line-height: 1;
    color: black;
    font: bold 16px Arial;
}

.fyiHeaderBottomLeftDiv {
    font: 8pt Arial;
    letter-spacing: 2px;
}

.fyiMainContent {
    max-width: 800px;
    font-family: Arial;
    color: black;
}

.editableLabelTitle {
    background: darkgray;
    color: var(--eggnog);
    font-size: 8pt;
}

.darkGrayBackground {
    background: #6d6d6d;
}

.darkGrayColor {
    color: #333 !important;
}

.btnContextMenu {
    border: 0;
    background: transparent;
    font-size: 12px !important;
}

.paddingRight5 {
    padding-right: 5px;
}

.fyiMainContentHeader {
    font-size: 16pt;
}

.fyiIcon {
    max-height: 60px;
    margin-left: -8px;
}

.fyiMainContentBody {
    font-size: 12pt;
}

.fyiViewHome {
    font: normal 18pt;
}

.fyiHeaderBottomCenterDiv {
    font-family: Arial;
    width: 400px;
}

.fyiHeaderBottomCenterDivLarge {
    font-size: 16pt;
}

.closeAlertFix {
    opacity: .5;
    left: -5px;
}

.close {
    opacity: .6;
}

.clickHereToPreview {
    font: 14pt Arial;
    cursor: pointer;
}

.dashboardAlertTitle {
    font: 13.5pt Arial;
}

.dashboardAlertTitleDanger {
    color: #a94442;
}

.inputXLarge {
    width: 800px;
}

.maxWidth800 {
    max-width: 800px !important;
}

.click-blocker {
    opacity: .5;
    pointer-events: none;
}

.agreementWarning {
    font-family: Verdana;
}

.dashboardBodyCopy {
    font: 12pt Arial;
    padding: 20px;
    background-color: white;
    border-radius: 10px 10px;
}

.dashboardAlertDate {
    font: 9pt Arial;
    color: gray;
}

.dashboardAlertBody {
    padding: 10px;
    font: 11pt Arial;
    color: black;
    border-radius: 10px;
}

.underMainHeaderWidth {
    max-width: 1000px;
}

.lightgray {
    color: lightgray;
}

.contactFormTitle {
    font: bold 18pt Arial;
}

.contactFormSubtitle {
    font-size: 10pt;
}

.slick-LargeOverlay {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    height: 92%;
    left: 0;
    z-index: 10;
}

.contactFormMessage {
    height: 120px !important;
}

.connectedCommunityHeader {
    font: 500 11pt 'Segoe UI' !important;
    color: var(--charcoalGray);
}

.fyiMoreHome {
    background: #676767;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
}

.whiteBackgroundColor {
    background: white !important;
}

.featureDetailDiv {
    max-width: 400px;
}

.mediaLeft {
    padding-right: 5px !important;
}

.profileDataBlockContainer {
    height: 145px;
}


/* styles for '...' */
.multiline6-ellipse {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.2em !important;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 7.2em;
    /* fix problem when last visible word doesn't adjoin right side  justify;  */
    /*text-align: left;*/
    /* place for '...' */
    padding: 2px 0 0 0;
    /*margin-right: -1em;
  padding-right: 1em;*/
}

    /* create the ... */
    .multiline6-ellipse:before {
        /* points in the end */
        content: '';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of block */
        right: 0;
        bottom: 0;
    }
    /* hide ... if we have text, which is less than or equal to max lines */
    .multiline6-ellipse:after {
        /* points in the end */
        content: '';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of text */
        right: 0;
        /* set width and height */
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        /* bg color = bg color under block */
        background: transparent;
    }



    /* styles for '...' */
.multiline5-ellipse {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.2em !important;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 6.0em;
    /* fix problem when last visible word doesn't adjoin right side  justify;  */
    /*text-align: left;*/
    /* place for '...' */
    padding: 2px 0 0 0;
    /*margin-right: -1em;
  padding-right: 1em;*/
}

    /* create the ... */
    .multiline5-ellipse:before {
        /* points in the end */
        content: '';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of block */
        right: 0;
        bottom: 0;
    }
    /* hide ... if we have text, which is less than or equal to max lines */
    .multiline5-ellipse:after {
        /* points in the end */
        content: '';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of text */
        right: 0;
        /* set width and height */
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        /* bg color = bg color under block */
        background: transparent;
    }



/* styles for '...' */
.multiline4-ellipse {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.2em !important;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 4.8em;
    /* fix problem when last visible word doesn't adjoin right side  justify;  */
    /*text-align: left;*/
    /* place for '...' */
    /*padding: 2px 0 0 0;*/
    /*margin-right: -1em;
  padding-right: 1em;*/
}
    /* create the ... */
    .multiline4-ellipse:before {
        /* points in the end */
        content: '';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of block */
        right: 0;
        bottom: 0;
    }
    /* hide ... if we have text, which is less than or equal to max lines */
    .multiline4-ellipse:after {
        /* points in the end */
        content: '';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of text */
        right: 0;
        /* set width and height */
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        /* bg color = bg color under block */
        background: transparent;
    }




/* styles for '...' */
.multiline3-ellipse {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.2em !important;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 3.6em;
    /* fix problem when last visible word doesn't adjoin right side  justify;  */
    /*text-align: left;*/
    /* place for '...' */
    /*padding: 2px 0 0 0;*/
    /*margin-right: -1em;
  padding-right: 1em;*/
}
    /* create the ... */
    .multiline3-ellipse:before {
        /* points in the end */
        content: '';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of block */
        right: 0;
        bottom: 0;
    }
    /* hide ... if we have text, which is less than or equal to max lines */
    .multiline3-ellipse:after {
        /* points in the end */
        content: '';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of text */
        right: 0;
        /* set width and height */
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        /* bg color = bg color under block */
        background: transparent;
    }




/* styles for '...' */
.multiline2-ellipse {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.2em !important;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 2.4em;
    /* fix problem when last visible word doesn't adjoin right side  justify;   */
    /*text-align: left;*/
    /* place for '...' */
    /*padding: 2px 0 0 0;*/
    /*margin-right: -1em;
  padding-right: 1em;*/
}
    /* create the ... */
    .multiline2-ellipse:before {
        /* points in the end */
        content: '';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of block */
        right: 0;
        bottom: 0;
    }
    /* hide ... if we have text, which is less than or equal to max lines */
    .multiline2-ellipse:after {
        /* points in the end */
        content: '';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of text */
        right: 0;
        /* set width and height */
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        /* bg color = bg color under block */
        background: transparent;
    }




.nsiFYIMediaBodySubTitleContainer {
    margin-top: 2px;
    font: 8.5pt 'Segoe UI', Arial, sans-serif;
    color: #666666;
}

.pFeatureSubtitle,
.reviewBody {
    margin-top: 2px;
    font: 400 11pt Arial;
    color: #666666;
    line-height: 1;
}

.homeStripAdImageAuto {
    height: 145px;
    overflow: hidden;
    margin: 0 auto;
}

.videoHubMemberImageLarge {
    max-width: 200px;
    max-height: 150px;
    overflow: hidden;
    margin: 0 auto;
}

.featureBottom {
    position: absolute;
    bottom: 3px;
}

.featureContainer {
    position: relative;
}

.opacity50 {
    opacity: .5;
}

.specialFeatureContainer {
    background: #484848;
    position: relative;
}

        .fancybox-is-open .fancybox-bg, .fancybox__backdrop {
        opacity: .9 !important;
    }

.homeStripAdImageSmall {
    width: 100px;
    height: 80px;
    overflow: hidden;
}

.pFeatureImageMini {
    width: 50px;
    height: 40px;
    overflow: hidden;
}

.underline {
    text-decoration: underline;
}

.memberPreviewImage {
    height: 175px;
    overflow: hidden;
}

.groupsPreviewImage {
    max-height: 190px;
    max-width: 300px;
    overflow: hidden;
}

.groupsDirectoryContainer {
    height: 315px;
}

.slight-bold {
    font-weight: 500 !important;
}

.groupPreviewImage {
    height: 160px;
    max-width: 300px;
    overflow: hidden;
}

.videoYTCropBorder {
    margin-top: -30px !important;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

    .row.display-flex > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

.homeStripMediaBodyContainerLarge {
    text-align: center;
    vertical-align: top;
    color: black;
    font: 500 11pt 'Segoe UI', Arial, sans-serif;
    padding-top: 5px;
    width: 100%;
}

.homeStripContainer {
    width: 100%;
}

.directoryError {
    background: var(--brickRed);
}

.homeStripHeaderContainer {
    padding: 1px 40px;
    border-radius: 5px;
    margin: 0 auto;
    opacity: 0;
}

.accordionHeader {
    color: white;
    text-align: center;
    margin: 0 auto !important;
    display: block;
}

/* START corp text logo */
.corp-logo-text {
    font: bold 11pt Arial;
    color: #492549;
    width: 100%;
    text-align: center;
    border-top: 1px solid var(--argent);
    width: 100%;
}
/* END corp text logo */

.adImg {
    border: 1px solid black;
}

.cursor {
    cursor: pointer;
}

.footerInfoContainer {
    background: #492549;
    color: white;
}

.footerInfoDiv {
    margin: 0 auto;
    text-align: center;
}

.footerHR {
    padding: 0;
    margin: 10px;
}

.mediumFont {
    font-size: medium;
}

.largeFont {
    font-size: large;
}

.xLargeFont {
    font-size: x-large;
}

.ddRightPadding {
    padding-right: 20px;
    text-align: left;
}

        .SumoSelect > .CaptionCont > span.placeholder {
            font-weight: bold;
            color: black;
        }
.inputSmall {
    max-width: 250px;
}

.inputMedium {
    max-width: 400px;
}

.inputLarge {
    max-width: 600px;
}

.maxWidth650 {
    max-width: 650px !important;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

.displayFlex {
    display: flex;
}

.search-text {
    margin: 3px;
    text-align: center;
    flex-grow: 1;
    width: 100%;
    font-size: 16px; /* REQUIRED TO PREVENT IOS FROM AUTO ZOOMING*/
}

.largeBtn {
    width: 200px;
    vertical-align: middle;
    white-space: normal !important;
    font-size: 1.5em;
}

.navbar-login {
    background: var(--brickRed);
    color: white;
    padding: 7px;
    margin: 0;
    padding-right: 10px;
}

.navbar-subheader {
    background: var(--brickRed);
    color: yellow;
}

#login-dp {
    min-width: 250px;
    padding: 14px 14px 0;
    overflow: hidden;
}

    #login-dp .help-block {
        font-size: 12px
    }

    #login-dp .bottom {
        background: rgba(255,255,255,.8);
        border-top: 1px solid #ddd;
        clear: both;
        padding: 14px;
    }

    #login-dp .social-buttons {
        margin: 12px 0
    }

        #login-dp .social-buttons a {
            width: 49%;
        }

    #login-dp .form-group {
        margin-bottom: 10px;
    }



.btn-fb {
    color: white;
    background: #3b5998;
}

    .btn-fb:hover {
        color: white;
        background: #496ebc
    }

.btn-tw {
    color: white;
    background: #55acee;
}

    .btn-tw:hover {
        color: white;
        background: #59b5fa;
    }

@media(max-width:768px) {
    #login-dp {
        background: inherit;
        color: white;
    }

        #login-dp .bottom {
            background: inherit;
            border-top: 0 none;
        }

    .loginDiv {
        background: white;
        color: #333;
    }
}


