/*Global Variables -------------------------------*/
/*Styles applied to majority of elements.*/
html, body,  span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark,
audio, video{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
    list-style:none;
}

body.isMobile .FormWrapper{
    padding-left:0;
    padding-right:0;
}


li.form-group:has(#Form_Profilelocation-uk-premod), 
li.form-group:has(#Form_Profilelocation-uk-unconfirmed), 
li.form-group:has(#Form_Profilelocation-uk-member),
li.form-group:has(#Form_Profilelocation-uk-cantPost),
li.form-group:has(#Form_Profilelocation-uk-communityChampion),
li.form-group:has(#Form_Profilelocation-uk-communityStrategyGroupMember),
li.form-group:has(#Form_Profilelocation-uk-groupChatModerator),
li.form-group:has(#Form_Profilelocation-uk-member),
li.form-group:has(#Form_Profilelocation-uk-noPMinitiation),
li.form-group:has(#Form_Profilelocation-uk-peerSupporter),
li.form-group:has(#Form_Profilelocation-uk-pre-moderated),
li.form-group:has(#Form_Profilelocation-uk-relationshipSquad),
li:has(#Form_Profilelocation-uk-override)
{
    display: none;
}



/** Modal for prompting user with question if they are in the UK **/
.modalBackground {
    display: none;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2000;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    padding: 30px;
}
.closeButton {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ccc;
    cursor: pointer;
    padding: 5px;
    background: #eee;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
}
.locationPrompt {
    margin: 50vh auto 0;
    transform: translateY(-50%);
    background-color: #f5f6f9;
    padding: 20px;
    border: solid 5px #075384;
    border-radius: 6px;
    position: relative;
    max-width: 260px;
    text-align: center;
}
.locationPrompt button {
    margin: 20px;
}


/* Adjust warning messages spacing before content & in sidebar */
.DismissMessage {
    margin-top: 12px;
}

/* updated 30/04/25 JJ */
.Breadcrumbs {
    display: block;
    font-size: 12px;
    padding: 3px 15px;
  border-radius: 0;
  background-color: #79c5fb;
}

.Breadcrumbs a {
    color: #000;
}

/* added 040425 - JJ */
.Breadcrumbs .Last a, .breadcrumb>.active {
    color: #000;
}

select>option :hover, select>option:focus, select>option:active{
  background: #075384;
}


/*Remove default bootstrap outline on focus*/
.Button:focus{
    outline: none;
}

/*Remove bootstrap focus*/
.InputBox:focus, .MultiComplete:focus, .TextBox:focus, .form-control:focus, .token-input-focused, select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
  border-radius: inherit;
}

/*Page content leaving margin at bottom for other content to wrap around */
.page-content{
    margin-bottom: 25px;
}

/*Global HTML adjustments*/
html {
    font-size: 14px;
    /*Main background being used*/
    /*background-color: #f3f3f3 !important;*/

    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    overflow-y: scroll;
    min-height: 100%;
    color: #333742;
    line-height: 1.6;
    /*Browser support size adjustments*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*Global Body Adjustments - amended 02/04/25 - JJ*/
body {
    /*background-position: center top;
    background-image: url(https://cdn.themix.org.uk/uploads/2018/04/background-5.jpg);*/
    background-color: #fffaf5;
    overflow-y: hidden;
    color:/*#252C2F*/ #000;
    padding-top: 0;
    margin: 0;
    font-size: 13px;
    font-family: /*Asap,Helvetica,Arial,Verdana,sans-serif;*/ system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}

/*Remove default bootstrap focus border*/
input:focus, textarea:focus, select:focus {
    outline: none;
}

/*Select box design (Global style)*/
select {
    display: block;
    width: 100%;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    height: 27px;
    border: 1px solid #aaa ;
    border-radius: 0;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  -webkit-appearance: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  margin-bottom: 5px;
}

/*Dropdown arrows for select boxes*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  background-image: url("https://www.materialui.co/materialIcons/navigation/arrow_drop_down_grey_192x192.png");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 28px;
}

/*Remove the blue focus for select boxes*/
select:focus {
    border: 1px solid #ccc;
    outline: 0;
    box-shadow: none;
}

/*Page Content for Vanilla: aka. main 'container'*/
#main-body{
    background-color: /*#fff*/ #fffaf5;
    padding:20px 40px 20px;
}

/*Container resolutions used on VBulletin*/
@media screen and (max-width: 480px){
    #main-body {
        max-width: 1070px;
        padding:10px 15px 20px;
    }
}

/*Global default anchor tag adjustments - amended 040425 - JJ*/
a {
    color: /*#075384*/ #000;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    transition: background-color .2s ease;
}



@media (min-width: 1200px){
    .container {
        max-width: 1040px;
    }}

@media (min-width: 768px){
    .container {
        max-width: 1040px;
        width: auto !important;
    }}

/*Container for all conent displayed on the page*/
.container{
    padding: 0 40px 0 40px;
    margin: 0 auto;
    position: relative;
    max-width: 1120px;
}

@media screen and (max-width: 480px){
    .container {
        max-width: 1070px;
        padding: 0 15px;
    }}

/*Global Headers amended 030425 - JJ*/
h1, h2, h3, h4, h5, h6 {color: /*#075384*/ #000;}

/*Global h1 Adjustments*/
h1 {font-size: 16px; font-weight: 700;}

/*Anchor tags being used inside of the grid amended 070425*/
h2 a, h3 a{
    color:#000000;
    text-decoration: /*underline*/ none;
    font-weight:bold;
    font-size: 14px;
}
h2 a:active, h2 a:hover, h3 a:active, h3 a:hover {
    text-decoration: underline;
}

/*Global h3 Adjustments*/
h3{font-weight: 700;}

/*Global  image adjustments*/
img {
    max-width: 100%;
    font-style: italic;
    vertical-align: middle;
}

/*Alert Messages*/
.AlertMessage, .alert-warning {
    color: #000000;
}


/*Navigation Bar ------------------------------------------------*/
/*Default bootstrap nav bar adjustments*/

/*Sign In // Sign Up*/
.sign_up>li{
    font-size: 10px;
    font-weight: bold;
}

/*Sign in button before login in*/
.SignInPopup{
  margin-left: 1px;
}

/*Hide scroll bar on modal pop up*/
.SignInPopup .Body{
  overflow: hidden !important;
}

/*Sign in and sign up buttons (Modal) - amended 040425 - JJ*/
.GuestBox .SignInPopup, .Button.ApplyButton{
  font-weight: bold;
  color: /*#fff*/ #000 !important;
  background-color: /*#075384*/ #d5edfe;
  border-radius: 0;
  border: none;
  margin-bottom: 5px;
}

/*Apply button hover over effects - amended 040425 - JJ*/
.Button.ApplyButton:hover, .Button.ApplyButton:active, .Button.ApplyButton:focus{
  color: /*#fff*/ #000;
  background-color: /*#286090*/ #ebf6fe !important;
  /*border-color: #204d74;*/
  border:none;
}

/*Sign Up anchor styling (right hand side navigation bar)*/
.sign_up>li>a {
    font-weight: 700;
    color: white;
    height: 38px;
    line-height: 38px;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 0 20px !important;
}

/*Sign up hover over effects*/
.sign_up>a:hover{
    font-weight: bold;
}

.navbar-right.sign_up li{
  background-color: transparent;
}

/*After tags used for borders*/
.sign_up>li:after{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    bottom: 7px;
    display: block;
    background-color: #6d6e71;
    width: 1px;
    transition: all .2s ease;}

/*Sign in location icon*/
.menu_location_link{
    background: url(https://www.themix.org.uk/wp-content/plugins/yn-tslocal/assets/location_icon.png) no-repeat center center;
}

/*Sign in location icon and hover*/
.menu_location_link:hover {
    background: #fff url(https://www.themix.org.uk/wp-content/plugins/yn-tslocal/assets/location_icon_dark.png) no-repeat center center !important;
}

.visit-site {
    float: right;
    margin: 20px;
}

/*Big red button on right hand side (Sign In) - updated 030225 - JJ*/
.get-involved-btn {
    background-color: /*#FF07008*/ #ee2346;
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    border-radius: 100px;
    padding: 4px 6px;
    height: auto !important;
    line-height: 14px !important;
    /*text-transform: uppercase;*/
    vertical-align: middle;
    float:left;
    margin: 8.5px 0 0 20px;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}

/*Big red button on right hand side:: hover (Sign In) - updated 030425 - JJ*/
a.get-involved-btn:hover {
    background-color: /*#fff*/ #d6203f;
    color: /*#FF0700*/ #fff !important;
    text-decoration: none;
}

@media screen and (min-width: 768px){
    .get-involved-btn {
        padding: 6px 20px; 
         margin: 6.5px 0 0 20px;
    }
}

/*Sign in media queries (Tablet)*/
@media screen and (max-width: 770px){
    .sign_up{
        display: inline-flex;
        margin: 0;
    }
    .navbar-nav {
        margin-right: -15px !important;
    }
    .get-involved-btn {
        margin-bottom: 7.5px;
    }
    .sign_up:after{
        display: none;
    }
}

/*Sign in media queries (Phone)*/
@media screen and (max-width: 480px){

    .sign_up{
        padding: 0 10px;
    }
    .sign_up>li>a{
        font-size: 10px !important;
        padding: 0 10px !important;
    }
    .sign_up>li:after{
        display: none;
    }
    .WhoIs{
        padding-right: 10px;
    }
    .navbar-header{
        margin-left: 0 !important;
    }
    .get-involved-btn {
        padding: 1px 10px !important;
        margin-top: 10px;
        margin-bottom: /*40px*/ 30px;
    }
    /* added 010525 JJ */
    .visit-site { margin: 0;
    }
    .subheader { padding-top: 60px;
    }
}

/*Main Navigation ------------------------------------*/
.navbar{min-height:38px;}

/*Top navbar (header) global design  - amended 01/04/25 - JJ*/
.navbar-default {
    background-color: /*#231f20*/ #ffebb5;
    border:none;
    position:fixed;
    width: 100%;
    height:38px;
}

/*Caret design for dropdown*/
.navbar-header .SpDropdownHandle, .caret{
    border-width: 6px 5.5px 0 5.5px;
    border-color: #6d6e71 transparent transparent transparent;
    margin-left: 7px;
}

/*About Us Dropdown button display*/
.header-main__dropdown {
    position: relative;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    transition: background .2s ease;
    vertical-align: middle;
}

/*Removing MeBox margins*/
.navbar-right{ margin-left:0; float: right!important; }

/*Navbar right list elements (anchor tags)*/
.navbar-right>li>a{
    font-size: 10px;
    font-weight: 700;
    color: white;
    height: 38px;
    line-height: 39px;
    padding: 0 20px;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}

/*Global reference to first nav*/
.container>.navbar-header{width:100%;}

/*Default navbar anchor color*/
.navbar-default a{color: #333; }

/*Used for the position of navigation bar*/
#first-nav{ max-width: 1040px;}

/*"About-us" button (AKA main drop-down)*/
.navbar-brand{
    position: relative;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    transition: background .2s ease;
    vertical-align: middle;
    padding: 0;
    width: 115px;
}

/*The about us navbar styling*/
.navbar-brand>a{
    font-size: 10px;
    font-weight: 700;
    color: white;
    width: 115px;
    height: 24px !important;
    line-height: 24px;
    margin: 0 !important;
    display: block;
    padding: 0 40px 0 20px;
    white-space: nowrap;
    border-left: 1px solid #6d6e71;
    border-right: 1px solid #6d6e71;
    position: relative;
    top: 7px;
}

/*About us button when opened*/
.navbar-brand-open{
 background-color:#ffffff !important;
}

/*About us anchor tags when dropdown is open*/
.navbar-brand-open>a{
  color: #231f20 !Important;
  border: none !important;
}

/*Text inside about us button hover effects*/
.navbar-brand:active>a, .navbar-brand:hover>a, .navbar-brand:focus>a{
    color:#231f20;
    border:none;
}

/*About-Us Font Size*/
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
    font-size:10px;
}

/*Margin alignments for wide screen displays (Top navigation bar)*/
@media (min-width: 768px){
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: -10px;
    }
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
        margin-left: 10px;
    }
    .navbar-right {
        float: right!important;
        margin-right: 10.5px !important;
    }
}

/*Removing default Margins applied to all of the navigation bar*/
.navbar-nav {margin: 0;}

/*added 030425 - JJ */
.navbar-urgent-help {
    float: right;
    padding: 10px 50px;
}
.navbar-urgent-help a {
    text-decoration: underline;
}
.navbar-urgent-help a:hover {
    text-decoration: none;
}
/*------------------------------Global MeBox variables-----------------------------------*/
/*Remove outline on focus*/
a:focus, input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: none;
}

/*Media query to set the username to a smaller font size at mobile resolution*/
@media (min-width: 481px){
    .navbar-default .MeBox .Username {
        font-size: small;
    }
}

/*MeBox positioning on the navigation bar*/
.MeBox{float:right !important;}

/*MeBox Image on navigation bar*/
.MeBox>.PhotoWrap {margin: 4px 5px 0 0;}

/*Alignment of dropdown menus located on the MeBox*/
.MeBox .FlyoutMenu, .MeBox .MenuItems, .OptionsMenu .MenuItems, .dropdown-menu-right{
    left: auto;
    right: -1px;
}

/*Username style adjustments (MeBox) - amended 01/04/25 - JJ*/
.navbar-default .MeBox .Username{
    color: /*#ffffff*/ #000;
    font-weight: bold;
    text-transform: capitalize;
    height: 38px;}

/*Alignment for navbar options*/
@media (min-width: 768px){
    .MeBox .FlyoutButton, .MeBox .Username, .navbar-nav>li>a {
        padding-top:10px;
        padding-bottom: 15px;
    }}

/*Used for adjusting the colours on the global navigation bar (MeBox is the navigation options pulled to the right)  - amended 01/04/25 - JJ*/
.navbar-default .navbar-brand, .navbar-brand, .navbar-default .navbar-nav>li>a, .navbar-default .MeBox .FlyoutButton{
    color:/*#ffffff*/ #000;
    height: 38px;
}

/*MeBox Dropdown font sizes*/
.FlyoutMenu, .MenuItems, .ac_results, .atwho-view, .dropdown-menu, .token-input-dropdown{
    font-size:12px;
}

/*About us dropdown menu styling*/
.navbar-header .dropdown-menu, .navbar-header .MenuItems{
    padding: 0;
    border: 1px solid #231f20;
    border-top:none;
    width: 200px;
    box-shadow: none;
}

/*About Us drop-down menu*/
.navbar-header .dropdown-menu{
    margin: 38px 0 0 -10.75px;
}

/*Padding for the anchor items in drop-down menus (Top Navigation)*/
.dropdown-menu>li>a, .MenuItems>li>a{
    padding: 10px 30px;
}

/*Drop down options in initial menu*/
.dropdown-menu > li{font-size:12px;}

/*Main navigation brand button Will be changed to about us*/
.navbar-default .navbar-brand, .navbar-brand, .navbar-brand a{
    font-weight: bold;
    height: 38px;
}

.navbar-brand a:hover{
    text-decoration: none;
}

/*Navigation hover over effects (Contains all elements from bootstrap header)*/
.navbar-brand:active, .navbar-brand:hover, .navbar-brand:focus ,
.navbar-default .navbar-nav>li>a:active, .navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus, .navbar-default .MeBox .Username:hover,
.navbar-default .MeBox .Username:focus,.navbar-default .MeBox .Username:active,
.navbar-default .MeBox .FlyoutButton:hover, .navbar-default .MeBox .FlyoutButton:active,
.navbar-default .MeBox .FlyoutButton:focus, .navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:active,.navbar-default .navbar-brand:focus,
.navbar-default .navbar-nav>li>.Selected, .navbar-default .navbar-nav>li>.Selected:focus,
.navbar-default .navbar-nav>li>.Selected:hover, .navbar-default .navbar-nav>li>.Selected:active,
.navbar-default .MeBox .Open .FlyoutButton, .navbar-default .MeBox .Open .FlyoutButton:focus,
.navbar-default .MeBox .Open .FlyoutButton:hover, .navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>.Selected, .navbar-default .navbar-nav>li>.Selected:focus,
.navbar-default .navbar-nav>li>.Selected:hover{
    background:#ffffff;
    color:#231f20;
}

.ItemContent.Activity a:first-child{
  font-weight: bold;
  text-decoration: none;
}

.ItemContent.Activity a{
  text-decoration: underline;
}

/*Dropdown hover effects*/
.MenuItems li>a:focus, .MenuItems li>a:hover, .MenuItems>a:focus, .MenuItems>a:hover,
.ac_results li:hover, .atwho-view li:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover,
.token-input-dropdown li:hover{
    color:#ffffff;
    background:#231f20;
}

/*Display dropdown on hover*/
.navbar-brand:hover>.dropdown-menu, .navbar-brand a:hover>.dropdown-menu, .dropdown:hover > .dropdown-menu {
    display: block;
}

/*Dropdown menu options for about us button hover over effects*/
.dropdown-menu:hover>.navbar-brand, .dropdown-menu:hover>.navbar-brand a{
    background:#231f20;
}

/*Removing bootstrap default radius*/
.FlyoutMenu, .MenuItems, .ac_results, .atwho-view, .dropdown-menu, .token-input-dropdown{
    border-radius:0;
}

/*Drop Down menus for right MeBox*/
.navbar-header .Flyout{
    border: 1px solid #231f20;
    border-top:none;
    width: 200px;
    box-shadow: none;
}

/*Select all from section (MeBox Dropdown options)*/
.Item.Center a{
  text-decoration: underline;
}
/*Mobile resolution for top header*/

/*MeBox profile photo removed at mobile phone size*/
@media screen and (max-width: 568px) {
    .navbar-header .ProfilePhoto {
        display: none;
    }
    /*Make inbox display show user icons*/
    .PopList.Conversations .PhotoWrap img{
    	display:block;
    }
    
    /*The MeMenu padding*/
    .FilterMenu li > a, .MeBox .FlyoutButton, .MeBox .Username, .nav > li > a {
        padding: 10px 10px;
        font-size: smaller;
    }
}

@media screen and (max-width: 490px){
    #first-nav {
        max-width: 1070px;
        padding-left: 15px;
        padding-right: 5px;
        margin-left: 0 !important;
    }

    .navbar-header .dropdown-menu {
      margin: 38px 0 0 -0.75px;
    }
    .navbar-brand{
        padding: 0 10px;
    }
    .navbar-brand, .navbar-brand>a{
        width: auto;
        border: none;
    }
    .navbar-brand>a{
        padding: 0;
    }
    .dropdown-menu{
        margin-left: -1px;
    }
    .dropdown-menu>li>a, .MenuItems>li>a {
        padding: 10px;
    }
    .navbar-brand{
        background: none;
        width: auto !important;
    }
}


/*----------------------------------SOCIAL BUTTONS -----------------------------------------------*/
/*Social tab section*/
.header-main__social {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 9px 0 13px;
    text-align: center;
}

/*Pseudo after tag used for adding border*/
.navbar-header .header-main__social::after {
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    bottom: 7px;
    display: block;
    background-color: #6d6e71;
    width: 1px;
}

/*Anchors for social media buttons.*/
.header-main__social a {
    color: white;
    display: inline-block;
    width: 30px;
    text-align: center;
    height: 38px;
    line-height: 38px;
}

/*Hover over effects for the social media buttons*/
.header-main__social a:hover {
    background-color: white;
    color: #231f20;
}

/*Facebook, youtube, linkedIn*/
#fb, #yt, #li{
    margin-right: 1px;
}

/*Remove the social media tab at this width*/
@media (max-width: 768px){
    .dropdown-menu{
        margin: 38px 0 0 -0.5px;
    }
}

/*-----------------------------Icon Sizes-----------------------------------*/
.icon {
    display: inline-block;
    fill: currentColor;
    height: 16px;
    vertical-align: middle;
    width: 16px;
}

.icon-14x16 {
    width: 14px;
    height: 16px;
}

.icon-17x14 {
    width: 17px;
    height: 14px;
}
.icon-7x16 {
    width: 7px;
    height: 16px;
}

.icon-19x18 {
    width: 19px;
    height: 18px;
}
.icon-22x14 {
    width: 22px;
    height: 14px;
}

.icon-mainV{
    width: 14px;
    height: 16px;
    margin-left: 5px;
    margin-top: -3px;
}

/*-------------------------------------TOP BANNER ------------------------------------------*/
.subheader {
    padding-top: 20px;
}

/*Banner container*/
.justifize{
    color: #333742;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}

/*The top banner container*/
.justifize__box {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*Top banner margins*/
.subheader .justifize__box {
    margin-bottom: 25px;
}

/*Vertical allignment (top banner)*/
.justifize--bottom .justifize__box {
    vertical-align: bottom;
}

/*Logo media queries (top banner)*/
@media (max-width: 800px){
    .site-logo img {
        left: 20px;
    }}
@media screen and (min-width: 769px){
    .site-logo > img {
        width: 170px;
        margin-right: 20px;
    }}

/*Main logo displayed on the top banner*/
.site-logo > img {
    height: auto;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 10px;
    padding-top: 0 !important;
    margin-top: 39px;
}

/*Main logo displayed on the top banner (Div positioning)*/
.site-logo {
    background: transparent;
    height: 30px;
    margin: 60px auto 0;
    text-align: left;
    max-width: 1024px;
    z-index: 1;
}

/*Moto displayed next to the Mix Logo*/
.subheader span {
    color: #333742;
    font-family: Arial,sans-serif;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    margin-bottom: 16px;
    position: absolute;
    top: 111px;
    left: 40px;
    font-size: 14px;
}

/*SearchBox (Top Banner)*/
.subheader__search {
    position: absolute;
    right: 42px;
    top: 63px;
    color: #333742;
}

/*Middle Message on the top banner*/
#message-container {
    position: absolute;
    top: 54px;
    left: 410px;
}

#message-container div{
    margin-bottom: 3px;
}

#message-container a {
    color: #333742;
    font-size: 18px;
}

#message-container img {
    height: 15px;
    margin-bottom: 0;
    vertical-align: text-top;
}


@media screen and (min-width: 769px){
    #message-container img {
        height: 20px;
        vertical-align: sub;
    }}


/*Moto positioning and margin adjustments for tablet resolution*/
@media screen and (max-width: 1024px) and (min-width: 768px){

    #first-nav{
        margin-left: 10px;
    }
}

/*Mobile and Tablet resolutions (Top Banner) - amended 01/05/25 - JJ */
@media screen and (max-width: 768px){
    .subheader span { display: none;}

    .subheader__search {top: 38px; right: 6px;}

    .site-logo > img{ width: 110px; margin-top: 18px;}

    #first-nav{margin-left: 15px;}
}

/*Search box (input box)*/
.subheader .input {
    font-size: 12px;
    width: 270px;
    position: relative;
    z-index: 1;
    border: none;
    padding-right: 37px;
    margin-bottom: 16px;
    color: #333742;
}

/*Search Box (Confirm button :: magnifying glass)*/
.subheader__search button, .subheader__search a {
    position: absolute;
    z-index: 2;
    right: 8px;
    top: 12px;
    border: none;
    background-color: transparent;
    padding: 0;
    display: block;
    color: #333742;
}

.subheader__search a {
    display: none;
}

/*Togable Navigation*/
.nav-trigger {
    color: #231F20;
    display: none;
    cursor: pointer;
    position: absolute;
    right: 36px;
    top: 73px;
}

.nav-trigger:active, .nav-trigger:hover, .nav-trigger:focus{
    color: #231f20;
}

/*Tablet resolution for top banner*/
@media screen and (max-width: 1024px){
    .subheader__search .input {
        width: 0;
        float: right;
        background-color: transparent;
        font-size: 0;
        padding: 0;
    }
    .justifize{
        padding: 0;
    }
    .subheader__search button {
        visibility: hidden;
        opacity: 0;
        color: white;
        right: 0;
    }
    .show-search .subheader__search .input {
        background-color: white;
        font-size: 11px;
        padding: 0 37px 0 12px;
        width: 220px;
      margin-right: 40px;
    }

    .subheader__search a{
        right: 49px;
        display: block;
    }
    .nav-trigger {
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
    }
    #message-container {
        left: 370px;
    }
    .subheader span{left: 0;}
}

@media screen and (max-width: 768px){
    #message-container {
        left: 250px;
        top: 30px;
    }
    #message-container a {
        font-size: 16px;
    }
    .subheader__search a {
        top: 7px;
    }
    .nav-trigger {
        top: 42px;
        right: 0;
    }
    /*Search box appear after button click (CSS styling)*/
    .subheader .justifize__box {
        margin-top: 10px;
    }
    .show-search .subheader__search {
        top: 28px;
        right: 0;
        width: 100%;
    }
    .show-search .subheader__search .input{
        width: 90%;
    }
    .show-search .site-logo{
        visibility: hidden;
    }
}

@media screen and (max-width: 620px){
    #message-container {
        position: relative;
        top: 20px;
        left: auto;
        margin-bottom: 10px;
        text-align: center;
        margin-top: -35px;
    }
}

@media screen and (max-width: 400px){
    .subheader.show-search .justifize__box, .subheader.show-search .justifize {
        display: block;
    }}


/*Custom made search box for banner*/
.search_box_vb {
    border: none !important;
    box-shadow: none !important;
    padding-left: 20px !important;
    height: 36px !important;
}


.header-service-list {
    margin-bottom: 10px;
}

.header-service-list .header-service-item a{
	    color: #333742;
        font-size: 18px;
        line-height: 1.6;
}


/*---------------Header Service items---------------*/


.header-service-list{
	    padding: 0 80px;
}

@media screen and (max-width: 480px){
        .header-service-list{
             padding: 0 30px;
        }
}

@media screen and (max-width: 768px){
    .header-service-list .header-service-item a {
        font-size: 16px;
    }
}


.header-service-list .header-service-item img {
    height: 15px;
    margin-bottom: 0;
    vertical-align: text-top;
}

@media screen and (min-width: 769px){
    .header-service-list .header-service-item img {
        height: 20px;
        vertical-align: sub;
    }

}
/* MESSAGES - added 030425 - JJ */

.CasualMessage, .alert-info {
    background-color: #fabbc6;
    border: none;
    color: #000;
    font-weight: normal !important;
}
.CasualMessage a, .alert-info a {
    font-weight: bold;
    color: #000;
    text-decoration: underline;
}
.CasualMessage a:hover, .alert-info a:hover {
    text-decoration: none;
}

.AlertMessage, .alert-warning {
    background-color: #c3ecb0;
    border: none;
}
.AlertMessage a, .alert-warning a {
    color: #000;
}

.page-sidebar .CasualMessage {
    background-color: #d4b0d3;
}

.Alert, .Count, .badge {
    background-color: #ffd7b0;
    color: #000;
}


/* Quicklinks and tags - added 070425 - JJ */
.css-p5acr-QuickLinks-classes-link { color: #000 !important;
}
.css-p5acr-QuickLinks-classes-link:hover, .css-p5acr-QuickLinks-classes-link:focus, .css-p5acr-QuickLinks-classes-link:active, .css-p5acr-QuickLinks-classes-link.focus-visible {
    color: #000 !important;
    text-decoration: underline !important;
}
.css-rbso8l-QuickLinks-classes-link { color: #000 !important;
}
.css-rbso8l-QuickLinks-classes-link:hover, .css-rbso8l-QuickLinks-classes-link:focus, .css-rbso8l-QuickLinks-classes-link:active, .css-rbso8l-QuickLinks-classes-link.focus-visible {
    color: #000 !important;
    text-decoration: underline !important;
}
a:focus, a:hover { color: #000;
}

/*----------------------------------Tables (Discussion Boards) ----------------------------------*/
/*Grid Headers*/

/*Table reference on each page*/
.DataTableWrap{
    border-radius: 0;
}

/*Profile pictures displayed on table*/
.BlockColumn .ProfilePhoto, .ProfilePhoto, .ProfilePhotoMedium{
    width: 32px;
    height: auto;
    border-radius: 0;
}

/*Apply padding to image incase text attempts to wrap*/
.BlockColumn .PhotoWrap{
  padding-bottom: 2px;
}

/*Time of post and hyperlink to user profile (Index)*/
.BlockColumn .Meta, .BlockTitle {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: inherit;
  padding-right: 20px; /*added by James to prevent long post titles overlapping cog icon on main forum list  */
}

/* added by James to align poster username and time stamp in event of long title */
.BlockColumn.LatestPost div.Meta {
    margin-left: 42px;
}

/*Table data padding*/
table>tbody>tr>td {
    padding: 15px 5px;
}

/*Child categories hyperlink apperance*/
.ChildCategories a{
    color: #333;
    text-decoration: underline;
}
/*.MessageList.Conversation .Meta, amended 01/04/25 - JJ*/
.CategoryBox .H, .CategoryGroup .H,   .panel-default>.panel-heading {
    font-size: 14px;
    font-weight: bold;
    color: /*#fff*/ #000 !important;
    background-color: /*#075384*/ #79c5fb;
    border-color: #ddd;
    border-radius: 0;
}

.CategoryBox .H, .panel-default>.panel-heading {
    text-decoration:underline;
}

/*Header of category group */
.CategoryGroup .H{
    margin-left: -1px;
    margin-right: -1px;
}

/*Grid Margins*/
.CategoryGroup:not(:last-child) {
    margin-bottom:0;
    margin-top:0;
    border-radius: 0;
    border-bottom: none;
    border-top: none;
    box-shadow: none;
}

/*Last child */
.CategoryGroup:last-child{
    border-radius: 0;
}

.CategoryName .Wrap{
    width: 100%;
}

.CategoryName .Wrap a{
	display:block;
	padding-left:23px;
}

.CategoryName .Wrap .ChildCategories a{
    padding-left:0;
    display:inline-block;
}

.CategoryName .Wrap h3{
    display:inline-block;
}

/*Bottom of all tables*/
.DataTableWrap{
    margin-bottom: 0;
}
.Section-CategoryList .DataTableWrap {
  border-top: none;
}

/*Category images : This is temporary for that big sunshine.*/
.CategoryName img{ max-height:50px;}

/*Tr default background colours*/
.DataTable>tbody>tr:hover{
    background-color: inherit;
}

/*Table header adjustments - amended 02/04/25 - JJ*/
.DataTable.CategoryTable thead{
    background:/*#d9d9d9*/ #d5edfe !important;
    font-weight:bold;
    font-size:12px;
}

/*Table rows/data adjustments*/
tr, td span{font-size:12px;}

/*Remove closed in spacing in table*/
.DataTable {table-layout: fixed;}

/*Speach Icons displayed next to hyperlinks*/
.SpeachIcon {
    background: transparent url(https://www.themix.org.uk/wp-content/themes/connected/images/sprite_icons_vb_ltr.png) no-repeat scroll -36px -208px;
    display: inline-block;
    height: 15px;
    width: 16px;
    vertical-align: middle;
    margin-right: 7px;
    margin-top: 2px;
    background-position: -4px -208px;
    float:left;
}

/*Margins to match to SpeachIcon margins*/
.CategoryDescription, .ChildCategories{
    margin-left: 23px;
}

@media (max-width: 767px){
    .DataTable .BlockColumn{
        display: inline-grid;
        width: 100% !important;
    }
	.BlockColumn.LatestPost .Block.Wrap{
		margin-top:10px;
	}


    .BlockColumn-User.FirstUser{
	    display:none;
    }
    
    .BlockColumn-User.LastUser{
		display:inline-grid;
	}

}
@media (max-width: 502px){
    .BlockTitle.LatestPostTitle,  .UserLink.MItem, .Bullet, .BlockColumn-User.FirstUser, .BlockColumn-User .UserLink.BlockTitle {
        display: none;
    }
    
    #vanilla_categories_index .DataTable.CategoryTable .CategoryName{
        width: 65% !important;
    }
    
    .CategoryName, .DiscussionsTable .DiscussionName {
        width: 65% !important;
    }
    
    .Section-DiscussionList .DataTableWrap .Item .Options{
        display:none;
    }
    
    .BlockColumn .Meta, .BlockTitle{
        overflow: initial;
        text-overflow: initial;
        white-space: inherit;
        display: table-cell;
    }
    
    .BlockColumn .ProfilePhoto{
        margin-top:10px;
    }
}


/*-----------------------------Feed Section --------------------------------*/

.Conversation .Item .Name, .Item .Title, .Item .Title a, .Item .Username {
    font-weight: 500;
    /*color: white; White text on white background. Removed by James*/
}
.Title a {
    text-decoration: underline;
}
.Title a:active, .Title a:hover {
    text-decoration: none;
}

/*Title hyperlink above username (Discussion boards) - amended 070425 - JJ*/
.BlockTitle{
    color: /*#231f20*/ #000;
    text-decoration: /*underline*/ none;
}

/*Main title on introduction page - amended 030425 - JJ*/
.HomepageTitle{
    padding-bottom: 10px;
    margin: 15px 0 20px;
    border-bottom: 1px solid #eee;
    color: /*#075384*/ #000;
    font-weight: 700;
}

blockquote{
        font-size: 13px !important;
}

/* amended 070425 - JJ */
.BlockTitle:hover, .BlockTitle:active, .BlockTitle:focus{
    color: /*#231f20*/ #000;
    text-decoration: underline;
}

/*Icons to be included on the discussion board (implementation in html) :: Speach Bubble*/
.forum-list-container .forum-item .cell-forum .icon {
    background: transparent url(https://www.themix.org.uk/wp-content/themes/connected/images/sprite_icons_vb_ltr.png) no-repeat scroll -36px -208px;
    display: inline-block;
    height: 15px;
    width: 16px;
    vertical-align: middle;
    margin-right: 4px;
    margin-top: 2px;
}

/*Side navigation - amended 02/04/2025 - JJ*/
.FilterMenu .Active>a, .Button.Primary, .FilterMenu .Active>a:focus, .FilterMenu .Active>a:hover,
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    color: /*#fff*/ #000;
    background-color: /*#075384*/ #d5edfe;
    border-radius: 0;
    border-color: #d5edfe;
    margin-bottom: 5px;
}



 /*Buttons located inside the open class (Open dropdown)*/
 .Open .Button{
    font-weight: normal;
}

 /*Who is online section (Every page)*/
 #WhosOnline{
     background-color: #f5f6f9;
     border-radius: 0;
     padding: 5px;
 }

/*First column of table (Main discussion board)*/
 .CategoryName{
     width: 50%;
 }

/*Topics/ Posts collumn of table (Main discussion board)*/
.Section-CategoryList .DataTable .BigCount{
    width: 8%;
}

/*Post has been closed*/
.Note.Closed {
  border: none;
  border-color: #333;
  font-weight: bold;
  color: #f00;
  font-size: 14px;
  background-color: transparent;
  padding: 0;
}

/*Last column of table (Main discussion board)*/
.BlockColumn.LatestPost{
    width:34%;
}

/*Included this section of code to remove random 'in' on hyperlink*/
.BlockColumn.LatestPost .Block.Wrap span:last-child{
  display: none;
}

/*Sign in to comment message (posts)*/
.Note.Closed.SignInOrRegister a { color: #075384;}
.Note.Closed.SignInOrRegister{
  background-color: transparent;
  color: black;
}


/*----------------------------------------TOPICS-------------------------------------*/
.Item .Title a {
    color:#000000;
    text-decoration:underline;
}
.Item .Title a:active, .Item .Title a:hover {
    text-decoration: none;
}



/*------------------------------------MAIN NAVIGATION--------------------------------*/
/*Global Main Nav Styling*/
.nav-main {
    position: relative;
    font-size: 0;
    margin-bottom: 75px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
    /*margin-bottom: 75px;*/
}

/*Alerts in top navigation - amended 040425 - JJ*/
.navbar-header .Alert{
  margin-left: 5px;
  background-color: #ffd7b0;
  color: #000;
}

/*Positioning of main navigation*/
.nav-main-wrap {
    position: relative;
    z-index: 10;
}

/*Anchors in main navigation*/
.nav-main__item > a {
    height: 36px;
    line-height: 36px;
    display: block;
    background-color: #ee2346;
    color: white;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
    text-decoration: none;
}

/*Anchor hover over effect*/
.nav-main__item a:hover {
    text-decoration: underline;
}

/*Dropdown menu anchor hover over effects*/
.nav-main__dropdown a:hover {
    text-decoration: none;
}

/*Image hover over effect */
.nav-main__dropdown .icon-wrap:hover {
    background-color: #333742;
}

/*Navigation items*/
.nav-main__item {
    font-size: 14px;
    display: inline-block;
    width: 15.7%;
    margin-left: .5%;
    margin-right: .5%;
}

/*First item on the navigation menu*/
.nav-main__item:first-child {
    margin-left: 0;
}

/*Main navigation dropdown menu*/
.nav-main__dropdown {
    background-color: white;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all .1s ease;
    padding: 60px 40px;
    font-size: 0;
    border: 1px solid #b7bdce;
    border-top: none;
    padding-top: 20px !important;
    margin-top: -20px;
    margin-bottom: 20px;
}

/*Main navigation dropdown ul margin adjustments*/
.nav-main__dropdown ul {
    margin-left: 0;
    margin-bottom: 0;
}

/*Dropdown li display*/
.nav-main__dropdown li {
    display: inline-block;
    vertical-align: top;
    width: 100px;
}

/*list anchor positioning underneith the span icons*/
.nav-main__dropdown li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333742;
    text-decoration: none;
}

/*Icons displayed on the navigation bar*/
.nav-main__dropdown .icon-wrap {
    width: 80px;
    height: 60px;
    margin-bottom: 10px;
    /*background-color: #944eaf;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: all .2s ease;
}

/*Last Item on main navigation menu*/
.nav-main__item:last-child {
    margin-right: 0;
}

.no-subnav {
    margin-bottom: 0;
}

/*Styling for dropdown trigger (main naivgation)*/
.dropdown-trigger {
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    transition: all .3s ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.icheckbox.checked+ .dropdown-trigger {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icheckbox.checked ~ .nav-main__dropdown{
    opacity: 1;
    visibility: visible;
    z-index: 2;
    position: relative;
}

/*Socail buttons for main navigation*/
.main-menu-social-buttons {
    display: none;
    background-color: #231f20;
    color: #fff;
    height: 47px;
    line-height: 47px;
    padding-left: 20px;
}

.main-menu-social-buttons .header-main__social {
    padding: 0;
}

.main-menu-social-buttons a {
    margin-right: 10px;
}
/*Check Boxes styling*/
input[type]:not([type=submit]), textarea {
    border: 1px solid #aaa;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 5px;
    height: 27px;
    border-radius: 0;
}

/*Main navigation checkbox adjustments*/
input[type="checkbox"] {
    vertical-align: bottom;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}


/*Checkboxes used for the toggable navigation*/
.icheckbox, .iradio {
    display: inline-block;
    min-width: 1em;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    font-size: 0;
}
/*Make sure no checkbox is being displayed*/
.nav-main .icheckbox:before {
    content: none;
}

/*Main navigation tablet/ phone queries*/
@media screen and (max-width: 1025px){
    /*Display no navigation bar until toggled by hamburger*/
    .nav-main {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        /*right: -40px;*/
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
        width: 100%;
    }
    .navbar-header .header-main__social {
        display: none;
    }
    /*Anchor item display*/
    .nav-main .nav-main__item > a {
        border-radius: 0 !important;
        text-align: left;
        padding: 17px 20px 13px;
        height: auto;
        line-height: 1.2;
        border-bottom: 1px solid #fff;
    }

    /*Mobile// Tablet view of tab options*/
    .nav-main .nav-main__item {
        position: relative;
        display: block;
        width: 100%;
        margin: -20px 0 0;
    }

    /*Trigger for dropdown menu*/
    .dropdown-trigger {
        display: block;
        position: absolute;
        right: 8px;
        top: 8px;
        line-height: 32px;
        height: 32px;
        width: 32px;
        background-color: white;
        color: #231F20;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        border-radius: 50%;
        cursor: pointer;
    }

    #nav1{
        margin-top: 0 !important;
    }
}

/*Bar displayed underneith the main navigation*/
/*First option background (Discussion Boards)*/
.subNavOne:after {
    background-color: #D61807;
}

/*Second option background (Group Chat)*/
.subNavTwo:after {
    background-color: #003388;
}

/*Third option background (Speak to our team)*/
.subNavThree:after {
    background-color: #047B04;
}

/*Forth option background (Find local services)*/
.subNavFour:after {
    background-color: #025F78;
}

/*First option in the navigation*/
.current-post-ancestor:after, .current-menu-item:after {
    height: 100% !important;
}

/*Desktop display for the main navigation (header 2)*/
@media screen and (min-width: 1025px){
    /*Current menu item anchor hover over effect*/
    .current-menu-item a {
        color: white !important;
    }

    .nav-main__item.is-active li {
        width: 10%;
        margin-right: 1%;
        position: relative;
        vertical-align: bottom;
    }

    .nav-main__item.is-active li a {
        font-size: 11px;
        text-align: left;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 5px;
        position: relative;
        z-index: 2;
        font-weight: bold;
    }
    /*Don't display active icons until mobile view is active*/
    #main-disc .icon-wrap {
        display:none;
    }
    .nav-main__dropdown {
        visibility: hidden;
    }
    /*Dropdown display at mobile/tablet view (icheckbox is used by default on bootstrap template)*/
    .icheckbox.checked ~ .nav-main__dropdown {
        opacity: 1;
        z-index: 2;
        position: absolute;
        visibility: hidden;
    }
    /*Reset all navigation options back to default*/
    .nav-main__item:hover>.nav-main__dropdown {
        opacity: 1;
        visibility: visible;
        transition-duration: .2s;
        z-index: 2;
    }

    .nav-main__item.is-active li:after {
        content: '';
        z-index: 1;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 4px;
        display: block;
        transition: all .2s ease;
    }

    /*Nav bar hover over effects before mobile/ tablet resolution*/
    .nav-main__item.is-active li:hover a {
        color: white;
    }

    /*Active category background colour*/
    .nav-main__item.is-active > a {
        background-color: white;
        color: #ee2346;
    }

    /*Background height on hover*/
    .nav-main__item.is-active li:hover:after {
        height: 100%;
    }

    /*Make the active category content visible*/
    .nav-main__item.is-active .nav-main__dropdown {
        visibility: visible;
        opacity: 1;
        padding-top: 40px;
        padding-bottom: 20px;
        z-index: 1;
        text-align: left;
        border: none;
    }

    /*Main Menu Items on normal navigation*/

    /*Discussion Boards*/
    .menu-item-592 span {
        background-image: none;
    }
    .menu-item-592:hover span {
        background-image: none;
    }

    /*LiveChat*/
    .menu-item-13720 span {
        background-image: none;
    }
    .menu-item-13720:hover span {
        background-image: none;
    }

    /*Speak to our team*/
    .menu-item-17771 span {
        background-image: none;
    }
    .menu-item-17771:hover span {
        background-image: none;
    }

    /*Find Local Services*/
    .menu-item-17855 span {
        background-image: none;
    }
    .menu-item-17855:hover span {
        background-image: none;
    }

}

 .nav-main__item.is-active li {
    width: auto;
    margin-right: 2%;
    vertical-align: bottom;
    position: relative;
}

.current-menu-item a {
    color: #333742 ;
}


/*Main Menu Items [Get Info]*/

/*Sex and Relationships*/
.menu-item-5220 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/01/GetInfo-sex-and-relationship.png);
}
.menu-item-5220:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/01/GetInfo-sex-and-relationship.png);
}


/*Your Body*/
.menu-item-7878 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/01/GetInfo-Your-Body.png);
}
.menu-item-7878:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/01/GetInfo-Your-Body.png);
}

/*Mental Health*/
.menu-item-7045 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/01/GetInfo-Mental-health.png);
}
.menu-item-7045:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/01/GetInfo-Mental-health.png);
}

/*Drink and Drugs*/
.menu-item-11480 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/01/GetInfo-Drink-and-drugs.png);
}
.menu-item-11480:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/01/GetInfo-Drink-and-drugs.png);
}

/*Housing*/
.menu-item-8195 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/01/GetInfo-Housing.png);
}
.menu-item-8195:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/01/GetInfo-Housing.png);
}

/*Money*/
.menu-item-9625 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/01/GetInfo-money.png);
}
.menu-item-9625:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/01/GetInfo-money.png);
}

/*Work and study*/
.menu-item-299 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/01/GetInfo-Work-and-study.png);
}
.menu-item-299:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/01/GetInfo-Work-and-study.png);
}

/*Crime and safety*/
.menu-item-10093 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/01/GetInfo-Crime-and-safety.png);
}
.menu-item-10093:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/01/GetInfo-Crime-and-safety.png);
}

/*Travel and lifestyle*/
.menu-item-12010 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/01/GetInfo-Travel-freetime.png);
}
.menu-item-12010:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/01/GetInfo-Travel-freetime.png);
}

/*Main Menu Items [Get Info]*/

/*Discussion Boards*/
.menu-item-592 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/01/Chat-Discussion-board.png);
}
.menu-item-592:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/01/Chat-Discussion-board.png);
}

/*LiveChat*/
.menu-item-13720 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/01/chat-livechat.jpg);
}
.menu-item-13720:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/01/chat-livechat.jpg);
}

/*Speak to our team*/
.menu-item-17771 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/06/speak-to-our-advisor.png);
}
.menu-item-17771:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/06/speak-to-our-advisor.png);
}

/*Find Local Services*/
.menu-item-17855 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/01/App-LAF.png);
}
.menu-item-17855:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/01/App-LAF.png);
}

/*Main Menu Items [Your Voices]*/

/*Campaigns*/
.menu-item-15527 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/01/voices-campaigns.png);
}
.menu-item-15527:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/01/voices-campaigns.png);
}

/*Your Voices Guideline*/
.menu-item-15912 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/03/My-Voices-Submissions-1.png);
}
.menu-item-15912:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/03/My-Voices-Submissions-1.png);
}

.menu-item-15526 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/01/Chat-Chat-guideline.png);
}
.menu-item-15526:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/01/Chat-Chat-guideline.png);
}


/*Boost your skills*/
.menu-item-18443 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/03/voice-write-for-the-web.png);
}
.menu-item-18443:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/03/voice-write-for-the-web.png);
}

/*Contributors*/
.menu-item-23790 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2017/04/contributors.jpeg);
}
.menu-item-23790:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2017/04/contributors.jpeg);
}


/*Main Menu Items [Apps and Tools]*/
/*Our Apps*/
.menu-item-12352 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/01/App-Our-app.png);
}
.menu-item-12352:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/01/App-Our-app.png);
}

/*Stressheads*/
.menu-item-13689 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/01/app-stressheads.png);
}
.menu-item-13689:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/01/app-stressheads.png);
}

/*LoveSmart*/
.menu-item-13812 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/01/app-lovesmart.png);
}
.menu-item-13812:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/01/app-lovesmart.png);
}

/*Define Me*/
.menu-item-15297 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/01/app-Define-me.png);
}
.menu-item-15297:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/01/app-Define-me.png);
}

/*Home Truths*/
.menu-item-16419 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/01/app-Home-Truths.png);
}
.menu-item-16419:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/01/app-Home-Truths.png);
}


/*Main Menu Items [Get Involved]*/
/*Volunteering*/
.menu-item-17994 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/07/Volunteering.png);
}
.menu-item-17994:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/07/Volunteering.png);
}

/*Skill Up*/
.menu-item-18622 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/07/skills-up.png);
}
.menu-item-18622:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/07/skills-up.png);
}


/*Events*/
.menu-item-17997 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/07/events.png);
}
.menu-item-17997:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/07/events.png);
}


/*Support Us*/
.menu-item-18720 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/09/support-us.png);
}
.menu-item-18720:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/09/support-us.png);
}

/*Our Supporters*/
.menu-item-18719 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/09/our-supporters.png);
}
.menu-item-18719:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/09/our-supporters.png);
}

/*Main Menu Items [News and research]*/
/*News*/
.menu-item-17440 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/05/news.jpg);
}
.menu-item-17440:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/05/news.jpg);
}

/*Blogs*/
.menu-item-17854 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/06/Blogs-1-1.png);
}
.menu-item-17854:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/06/Blogs-1-1.png);
}

/*Case Studies*/
.menu-item-19129 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/10/case-studies.png);
}
.menu-item-19129:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/10/case-studies.png);
}

/*Research*/
.menu-item-19297 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/05/research.jpg);
}
.menu-item-19297:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/05/research.jpg);
}

/*The Mix Newsletter*/
.menu-item-18049 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/07/newsletter.png);
}
.menu-item-18049:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/07/newsletter.png);
}
/*Resources*/
.menu-item-17767 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/06/resources.png);
}
.menu-item-17767:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/06/resources.png);
}

/*Heads Together*/
.menu-item-17439 span {
    background-image: url(https://cdn.themix.org.uk/uploads/2016/05/HeadsTogether-Logo.jpg);
}
.menu-item-17439:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://cdn.themix.org.uk/uploads/2016/05/HeadsTogether-Logo.jpg);
}

/*------------------------------ MAIN VANILLA NAVIGATION BAR -----------------------------------------*/
/*Main Navigation bar formatting - amended 01/04/25 - JJ*/
#channel-tabbar {
    background: /*#075384*/ #79c5fb;
    border-bottom: 1px solid #C4C7C8;
    float: left;
    width: 100%;
    height: 35px;
    text-transform: uppercase;
    margin-top: 1px;
}

/*Navigation bar to float left*/
.h-left {
    float: left;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*Anchor tags inside main vanilla navigation - amended 01/04/25 - JJ*/
#channel-tabbar ul li a {
    display: block;
    padding: 0 17px;
    font-size: 14px;
    color: /*#FFFFFF*/ #000;
    font-weight: bold;
    /*text-decoration: underline*/;
  line-height: 34px;
}

/*Anchor tag hover over effects (Buttons) amended 02/04/25 - JJ*/
#channel-tabbar ul li a:hover {
    background: /*#5f5f5f*/ #ebf6fe;
    color: /*#fff*/ #000;
    text-decoration: underline;
}

/*Current option hover over effects*/
#channel-tabbar ul .current li a, #channel-tabbar ul li.current a:hover, .edit-mode #channel-tabbar ul li.current a:hover {
    background: #fff;
    color: #13242F;
    border-top: 1px solid #C4C7C8;
    /*border-width: 1px 0 0;*/
}

/*Currently active anchor tag (Main Vanilla Navigation)*/
#channel-tabbar .current> a {
    background: #fff;
    color: #13242F;
    border-top: 1px solid #C4C7C8;
    /*border-width: 1px 0 0;*/
}

/*Navigation List items*/
#channel-tabbar ul li {
    float: left;
    height: 27px;
  margin-bottom: 0;

}

/*Don't display mobile main menu until tablet resolution has been reached*/
#mobile-main-menu{
    display: none;
}

/*Hide elements on main vanilla navigation*/
.h-hide {
    display: none;
}

#breadcrumbs {
    float: left;
    font: 11px Arial,sans-serif;
    margin: 12px 20px 20px;
    width: 100%;
}

/*Postion of the search box*/
.search-container .search-box {
    position: relative;
}

/*Searchbox container*/
.search-container .search-box .search-term {
    -webkit-box-shadow: inset 1px 1px 1px 0 #E0E0E0;
    -moz-box-shadow: inset 1px 1px 1px 0 #E0E0E0;
    box-shadow: inset 1px 1px 1px 0 #E0E0E0;
    background: #FFFFFF none 0 0;
    border-color: #BDBDBD;
    border-width: 1px 0 1px 1px;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.search-container .search-box .search-term {
    height: 18px;
    border-color: #1C1C21;
    padding: 3px 26px 3px 5px;
    margin: 0;
    width: 200px;
    color: #252C2F;
    background: #F0F1F2;
    line-height: 16px;
    outline: none;
    vertical-align: middle;
}

/*Vanilla search box positioning*/
#Vsearchbox{
    margin-top: 2px;
    float: right;
    margin-right: 35px;
}

/*Mobile search box view*/
.VsearchMobile{
    display: block !important;
    float: right;
    position: absolute;
    top: -1px;
    right: 45px;
}

/*Vanilla dropdown caret (Main button// Vanilla navigation)*/
#Vcaret{
    border-color: #ffffff transparent transparent transparent;
    margin: -2px 5px 0;
}

/*Desktop View for vanilla*/
@media (min-width: 1025px){
    #searchForm {
        position: absolute;
        right: 15px;
        top: 256px;
    }}

/*Tablet// mobile resolution adjustments to main Vanilla navigation*/
@media only screen and (max-width: 922px) {
    #channel-tabbar .mobile.sections .collapsed {
        color: #F1F1F1;
    }

    /*Positioning of search box on naivgation*/
    .VsearchMobile {
        right: 45px;
    }

    #channel-tabbar .mobile.sections {
        width: 100%;
        height: 28px;
        line-height: 28px;
        display: inline-block;
    }

    /*Icon colors when button is pressed*/
    .VClick span {
        color: #252C2F;
        border-color: #252C2F transparent transparent transparent !important;
    }

    /*Button press (Main button// Vanilla navigation)*/
    .VClick > .main-mACenu-control-sections {
        background: none repeat scroll 0 0 #F6F6F6;
        color: #252C2F !important;
    }

    /*Text colour change on button pressed*/
    .VClick > .main-mACenu-control-sections .collapsed {
        color: #252C2F !important;
    }

    /*Navigation section height*/
    #channel-tabbar ul {
        position: relative;
        -moz-box-shadow: 0 2px 5px #ccc;
        -webkit-box-shadow: 0 2px 5px #ccc;
        box-shadow: 0 2px 4px #ccc;
        width: 100%;
        height: 90%;
    }

    /*Colour and positioning of available navigation options (Mobile)*/
    #channel-tabbar ul li.section-item, #channel-tabbar ul li.section-item a, #channel-tabbar ul li.section-item.current, #channel-tabbar ul li.section-item.current a {
        color: #000;
        line-height: 28px;
        height: 28px;
        width: 100%;
        font-size: 13px;
    }

    #channel-tabbar .section-item a.h-left {
        float: none !important;
    }

    #channel-tabbar ul li.current a, #footer-tabbar ul li.current a, #channel-tabbar ul li.current a:hover, #footer-tabbar ul li.current a:hover, .edit-mode #channel-tabbar ul li.current a:hover, .edit-mode #footer-tabbar ul li.current a:hover {
        border: none;
        background: none;
    }

    #channel-tabbar ul li.section-item a {
        padding: 0 !important;
        text-indent: 5px;
        border: 0;
    }

    #channel-tabbar ul li.section-item, #channel-tabbar ul li.section-item a, #channel-tabbar ul li.section-item.current, #channel-tabbar ul li.section-item.current a {
        color: #000;
        line-height: 28px;
        height: 28px;
        width: 100%;
    }

    /*Hide navigation items upon reaching tablet resolution*/
    #channel-tabbar ul li.section-item {
        display: none;
    }

    /*Background of dropdown navigation options*/
    #channel-tabbar ul li.section-item, #channel-tabbar ul li.section-item a {
        background: #fff;
    }

    #mobile-main-menu-sections div.main-menu-control-sections {
        background-position: -0px -50px;
        display: inline-block;
        height: 28px;
        margin: 0;
    }

    #mobile-main-menu-sections div.main-menu-control-sections {
        background: none repeat scroll 0 0 #F6F6F6;
    }

    /*Search button icon*/
    #mobile-main-menu .mobile-search .icon {
        background: url(https://www.themix.org.uk/wp-content/themes/connected/images/ico_vb_responsive.png) repeat-x scroll -64px -0px transparent;
    }

    /*Display mobile navigation view when this resolution is reached*/
    #mobile-main-menu {
        display: block;
    }

    /*Main navigation button allignment*/
    #mobile-main-menu-sections span {
        display: inline-block;
        cursor: pointer;
        vertical-align: middle;
    }

    #mobile-main-menu .sections-title {
        font-weight: bold;
    }

    /*Size of mobile icon*/
    #mobile-main-menu .mobile-search .icon {
        display: inline-block;
        /*margin-top: 5px;*/
        height: 17px;
        width: 16px;
        text-indent: -99999px;
    }

    /*Main Vanilla Button */
    .main-mACenu-control-sections {
        float: left;
    }

    /*Mobile button at far right of the navigation*/
    .mobile-search {
        float: right;
        margin-right: 10px;
        cursor: pointer;
    }

    /*SearchBox hidden at tablet resolution*/
    #Vsearchbox {
        display: none;
    }

    /*height of naivgation at tablet// mobile*/
    #channel-tabbar {
        height: auto;
    }

}
/*Mobile Resolution (Main Vanilla Navigation)*/
@media only screen and (max-width: 480px) {
    /*Search Bar pop up at mobile resolution*/
    .VsearchMobile {
        right: 15px;
    }
}

/*----------------------Advanced Search Bar view----------------------------*/

/*Advanced search bar styling*/
.AdvancedSearch {
    margin: 0;
    padding-right: 0;
    max-width: 750px;
}

/*Remember that the advanced search is not displayed untill dropdown option is selected*/
.AdvancedSearch .AdvancedWrap {
    display: none;
}

/*Input boxes inside of advanced search*/
#Vsearchbox> input[type]:not([type=submit]), textarea {
    border: 1px solid #a2a5a4;
    box-shadow: 0 2px 3px #d9d9d9 inset;
    -moz-box-shadow: 0 2px 3px #d9d9d9 inset;
    -webkit-box-shadow: 0 2px 3px #d9d9d9 inset;
    padding: 5px;
    height: 30px;
    border-radius: 0;
    width: 100%;
}

/*Search button adjustments (Before advanced search has been opened)*/
.AdvancedSearch button .SpSearch{
    Background: none
}

/*Animation of caret press (Advanced search)*/
.AdvancedSearch.Open .InputAndButton .Handle {
    border:none;
}

/*Caret used for the dropdown (Advanced search bar)*/
.AdvancedSearch  .InputAndButton .Handle .Arrow {
    position: absolute;
    top: 12px;
    right: 8px;
    height: 0;
    width: 0;
    border: solid 6px;
    border-color: #000 transparent transparent transparent;
}

/*Remove original search button option for new search button*/
.Open .bwrap{
    display: none;
}

/*Position of the dropdown button (Advanced search button)*/
.AdvancedSearch .InputAndButton .bwrap {
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;
}

/*Dropdown button edits (Advanced Search)*/
.AdvancedSearch .InputAndButton .Handle {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 24px;
    margin-top: 3px;
    opacity: .5;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

/*If Advanced search has been activated, run this CSS styling*/
#Vsearchbox .Open{
    padding: 7px 13px;
    border: 1px solid #231f20;
    border-top: none;
    top: 0;
    max-width: 300px;
}

/*Advanced search dropdown button*/
.P.Buttons .Button {
    padding-left: 23px !important;
    font-weight: bold;
}

#Vsearchbox .Buttons{
    padding-top: 0;
}

/*Open advanced search 'font size and other text adjustments' only for drop down*/
#Vsearchbox .AdvancedSearch.Open .AdvancedWrap{
    font-size: 10px;
}

/*Token input*/
.token-input-input-token, #token-input-Form_author, #token-input-Form_author1, #token-input-Form_tags{
    width: 100% !important;
    line-height: 0;
    margin-top: 0;
    margin-bottom: 0 !Important;
}

/*Dropdown box for tags and authors (Advanced Search)*/
div.token-input-dropdown {
    position: absolute;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #aaa;
    border-top-width: 0;
    cursor: default;
    z-index: 1;
    padding: 0;
    margin-top: -7px;
}

/*Advanced Search search button design*/
.AdvancedSearch .Button {
    height: 30px;
    padding: 4px 12px;
    background: url(https://www.themix.org.uk/wp-content/themes/connected/images/ico_vb_responsive.png) repeat-x scroll -56px 6px transparent;
    border: none;
    width: 6px;
    min-width: 7px;
}

/*Remove dropdown caret (main advance search page)*/
.page-content .AdvancedSearch .Handle{
    display: none;
}

/*Advanced header (main advance search page)*/
.page-content .AdvancedSearch h2{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 7px;
}

/*Advanced search button on the (main advance search page)*/
.page-content .AdvancedSearch .InputAndButton .Button{
    padding: 0 5px;
    line-height: 100%;
    height: 30px;
    width: 24px;
}


/*Advance search dropdown button*/
.AdvancedWrap .Button, .page-content .AdvancedWrap .Button  {
    height: 30px;
    padding: 0;
    background: url(https://www.themix.org.uk/wp-content/themes/connected/images/ico_vb_responsive.png) repeat-x scroll -57px 6px transparent;
    border: none;
    width: 23px;
}

/*Remove this checkbox option*/
.AdvancedSearch-Author-WhatToSearch, .Checkboxes{
    display: none;
}

/*Div positioning for advanced search box*/
#Vsearchbox> div {
    position: relative;
    background: white;
    z-index: 2;
    float: right;
    top: 3px;
}

/*Author and tags*/
.AdvancedSearch-Author>.token-input-list, .AdvancedSearch-Tags>.token-input-list{
    display: block;
    height: auto !important;
}


/*Input box for advanced search*/
#Vsearchbox .token-input-list,.token-input-list, #Vsearchbox> select {
    display: block;
    width: 100%;
    padding: 0;
    height: 30px ;
    border: none;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/*Tokens displayed after selecting option from dropdown (author// tags)*/
.page-content ul.token-input-list{
    padding: 0;
    border: none;
}


/*Dropdown items*/
div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

/*Advanced Search button*/
#Vsearchbox .Button {
    height: 30px;
    background: url(https://www.themix.org.uk/wp-content/themes/connected/images/ico_vb_responsive.png) repeat-x scroll -57px 6px transparent;
    border: none;
    width: 23px;
}

/*Button width of advanced search button*/
.AdvancedSearch .Button {
    min-width: 23px;
}

/*Unordered list - token input*/
#Vsearchbox> ul.token-input-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    color: #333;
    font-size: 15px;
    margin: 0 !important;
    padding: 3px;
    overflow: hidden;
    height: auto !important;
    width: 100%;
    cursor: text;
    min-height: 1px;
    z-index: 999;
    background-color: #fff;
    list-style-type: none;
}

/*Remove unnecessary checkboxes*/
.Checkboxes .Inline{
    display: none;

}

.token-input-focused{
    box-shadow: none;
}

/*Allignment of delete token*/
.token-input-delete-token {
    vertical-align: middle;
}

/*Remove option token*/
.token-input-delete-token span{
    opacity: 0.6;
    float: right;
    font-size: 19px;
}

.token-input-token.token-input-selected-token{
  background: #075384;
}

/*Tokens displayed when typing into input box*/
.token-input-token {
  background-color: #075384;
  border-radius: 0 !important;;
}

/*Advanced search dropdown (desktop)*/
#Vsearchbox .Open {
    margin-top: 34px;
}

/*Advanced search input box when open (desktop)*/
#Vsearchbox .Open .InputAndButton {
    position: absolute;
    width: 180px;
    right: 26px !important;
    z-index: 490;
    top: -31px;
}

/*Text box on the navigation =*/
#Vsearchbox .AdvancedSearch .InputAndButton {
    position: absolute;
    width: 180px;
    right: 27px;
    z-index: 490;
}

/*Andvanced search input bar*/
#Form_search{
  font-size: 13px;
  vertical-align: middle;
  padding: 0 35px 0 5px !important;
  line-height: 1.42857143;
}

/*Carret from drop down menu*/
.AdvancedSearch .InputAndButton .Handle .Arrow{
    top: 9px;
}

/*Advanced search bar at mobile// tablet resolution*/
@media only screen and (max-width: 922px){
    .VsearchMobile {
        margin-right: 45px;
    }

    /*Div inside Vanilla advanced search box*/
    #Vsearchbox> div {
        top: 2px;
    }

    /*Advanced search bar input box*/
    .AdvancedSearch .InputBox {
        padding: 0 5px;
        line-height: 30px;
        height: 24px !important;
    }

    /*Advanced search box dropdown caret*/
    .AdvancedSearch .InputAndButton .Handle .Arrow {
        top: 7px;
    }

    /*Advanced search box size*/
    .AdvancedSearch .InputAndButton .Handle {
        height: 18px;
        margin-top: 3px;
    }

    /*Advanced search button (Before opening) */
    .AdvancedSearch .InputAndButton .bwrap {
        top: -2px;
    }

    /*Advanced search Input button positioning*/
    #Vsearchbox .Open .InputAndButton {
        top: -26px;
    }


    /*Advanced search opened at mobile// tablet resolution*/
    #Vsearchbox .Open {
        margin-top: 28px;
    }
}

/*Advanced search box (Mobile Resolution style adjustments)*/
@media only screen and (max-width: 460px){
    /*Move search box to the right on mobile resolution to move menu to middle*/
    #Vsearchbox .Open .AdvancedSearch .InputAndButton{
        right: 0;
    }
    /*Input box unopened*/
    #Vsearchbox .AdvancedSearch .InputAndButton{
        right: 17px;
    }
    #Vsearchbox .Open .InputAndButton {
        top: -26px;
        right: 16px !important;
    }

}
@media only screen and (max-width: 375px){
    /*Search box postioning whilst the advanced navigation is open*/
    #Vsearchbox .Open {
        margin-right: -33px;
        margin-left: 15px;
    }
    /*Input search bar positioning (advanced searchbar)*/
    #Vsearchbox .AdvancedSearch .InputAndButton {
        right: -7px;
    }
    #Vsearchbox .Open .InputAndButton{
        right: 25px !important;
    }
}

/*--------------------------Notice Message-------------------------------- */
/*Notices margins*/
.notices {
    margin-top:20px;
}
/*Notice message styling - amended 030425 - JJ*/
.notice {
    clear: both;
    padding: /*6px 10px*/ 20px;
    /*border: 1px solid #E1D47E;*/
    background: /*#FCF7D7*/ #d4b0d3 none 0 0;
    color: /*#252C2F*/ #000;
    margin-bottom: 15px;
    min-height: 16px;
    border-radius: 12px;
}

/*Title of the notice message*/
.notice strong{
    font-size: 15px;
}

/*Content of the notice message*/
.notice p {
    font-size: small;
    padding-top: 5px;
}

/*---------------------------------POSTS ----------------------------------*/
/* amended 080525 JJ */
.Discussion .Item-Header{
    /*background-color: #fbfbfb;*/
    background-color: /*#c8ccce*/ #79c5fb;
    position: relative;
    border-radius: 0;
}

.Discussion .CommentsWrap .Options{
    right: 0;
    bottom: 0;
    position: absolute;
}

/* amended 030425 - JJ and 080525 */
.Discussion .DataList .Item .Meta a, .DateUpdated, .Item .Meta a, .MItem.Category {
    color: /*#333 #ffebb5*/ #000;
}
.Discussion .DataList .Item .Meta a, .Item .Meta a {
    text-decoration: underline;
}
.Discussion .DataList .Item .Meta a:hover, .Item .Meta a:hover {
    text-decoration: none;
}

/*Top of the comments*/
.DataList .Item:first-child{
  /*border-top: 0;*/
  border-radius: 0;
}

/*Bottom of comments*/
.DataList .Item:last-child{
  border-radius: 0;
}

/*Empty comlumns on discussion boards*/
.Empty{
  border-radius: 0;
}

/* Author Information */
.MItem.AuthorTitle{
    display: block;
}

/*Username interface*/
.Item .Username {
    font-weight: 700;
    color: #333;
    /*text-decoration: underline;*/
    font-size: 14px;
    /*text-decoration-color: #333;*/
}

/*Information about author (Post lists)*/
.AuthorInfo, .AuthorInfo .MItem.RoleTitle{
  display: block;
}

/*Apply this styling to post count for firefox and safari display*/
.AuthorInfo .MItem.PostCount{
  display: inline-block;
}

  /*Author info below username (Posts)*/
.Item .AuthorInfo .MItem{
    font-size: 13px;
    font-weight: normal;
    color: black;
    text-decoration: none;
}

/*Remove float from comments to prevent bootstrap float bugs (Posts)*/
@media (min-width: 768px){
  .Comment .Item-Header .AuthorWrap{
    float: none!important;
  }
}

/*Anchor inside tag amended 030425*/
.Discussion .Item .Meta .MItem.Category a{
    color: /*white*/ #000;
}

/*added 030425 - JJ */
.Item .Meta .MItem.Category a, .Tag, .label-default {
    background-color: #ffebb5;
    color: #000;
}
.Item .Meta .MItem.Category a:active, .Item .Meta .MItem.Category a:hover {
    background-color: #fff;
    color: #000;
}


/*Reactions bar ( Not including the images located above)*/
.RecordReactions + .Reactions{
    margin-top: 5px;
    margin-left: -5px;
}

/*Spacing between the react buttons*/
.ReactButton{
    margin: 0 5px;
}

/*Bookmark icon located at he top of the page on post lists*/
a.Bookmark:before{
    margin-right: 10px;
}

/*Spoiler and quote adjustments (Posts :: Quote)*/
.QuoteText, .SpoilerText{
    font-size: 12px;
}

/*Quoted author anchor tag (Posts :: Quote)*/
.QuoteAuthor a{
    color: black;
    text-decoration: underline;
    text-decoration-color: black;
}

.Message.userContent ul, .Message.userContent li, .Message.userContent ol{
    list-style: initial;
    margin-left: 15px;
}

.Message.userContent ol, .Message.userContent ol li{
    list-style-type:decimal;
}

.Message.userContent h1, .Message.userContent h2{
    color: #333;
}
.Message.userContent a { 
    text-decoration: underline;
}
.Message.userContent a:active, .Message.userContent a:hover { 
    text-decoration: none;
}

/*Time information (right handside of title // Discussions)*/
.CommentMeta, .DiscussionMeta{
    color: #333;
    font-size: 11px;
    font-weight: bold;
}

@media (max-width:502px){
    .Section-Discussion .MItem.IPAddress{
        display:none;
    }
}

/*Remove rank as it displays twice - re-enabled by James (rank doesn't display twice - one is rank and the other is role 
.Rank{
    display: none;
}
*/

/*First post in the feed (AKA: Promoted// pinned message)
  Also applied to the first message in inbox*/
div:not(.Comment) .Discussion:first-of-type .Item-BodyWrap, .Section-Conversation #Item_1:first-of-type{
    background-color: #EBF4F9;
}

/*Margins between each discussion input*/
.Discussion .Item{
    margin-bottom: 10px;
    border-radius: 0;
}

/*React sprites adjustments*/
.UserReactionWrap .ReactSprite{
    background-color: white;
}

.Sprite.SpIgnore{
    display:none;
}


/*First discussion react icon background*/
.ItemDiscussion .Discussion:first-of-type .UserReactionWrap .ReactSprite{
    background-color:#EBF4F9;
}

.MessageList .Item{
    border-top: none;
    border-radius: 0 0 9px 9px !important;
    box-shadow: 4px 3px 12px 0px rgba(0, 0, 0, 0.51);
}

.MessageForm .Author .ProfilePhoto, .MessageList .Author .ProfilePhoto {
    width: 75px;
    height: auto;
    border-radius: 0;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.51);
}

.MessageList .Item-Header .PhotoWrap, 
.MessageForm .PhotoWrap, 
.MessageList.Conversation .Meta .PhotoWrap {
    position: absolute;
    top: 0;
    left: -85px;
}

/*Increase margins at bottom for mobile resolution*/
.Item.ItemComment {
  margin-bottom: 20px !important;
}

.Item.ItemComment.Editing .Options{
	right: auto;
}

/*SpeachBubble Icons*/
.b-post__arrow {
    position: absolute;
    border-right: 10px solid #FFFFFF;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    right: 85%;
    bottom: -2px;
    transform: rotate(90deg);
}

.b-post--first{
    border-right-color: #EBF4F9;
}

/*Tablet resolution for discussion*/
@media (max-width: 1024px) and (min-width: 768px) {
  .Section-Discussion .page-content {
    float: left;
    width: 100%;
  }
  .Section-Discussion .page-sidebar{
    width: 100%;
  }
}

@media (min-width: 768px) {
  .CommentHeader .Meta , .MessageList.Conversation .Meta .Meta {
    float: right;
    position: absolute;
    right: 60px;
    top: 10px;
  }
}


/*Mobile adjustments for posts*/
@media (max-width: 460px) {
    /*Images shown for user of post*/
    .MessageList .Item-Header .PhotoWrap, .MessageForm .PhotoWrap{
        top:8px;
        right: -5px;
        left: inherit;
    }
    /*Author info will be displayed nicer and in a block*/
    .AuthorInfo{
        display: inline-block;
        max-width: 70%;
    }
    
    .Meta.DiscussionMeta {
        max-width: 70%;
    }
    
    /*Date created is applied correct padding*/
    .MItem.DateCreated{
        /*padding-left:44px;*/
    }
    /*Icons in inbox are now displayed too*/
    .MessageList.Conversation .Meta .PhotoWrap{
	    position: relative;
	    top: 0;
	    left: 0;
    }

    .MessageList .Item {
        padding: 0;
        margin-left: 0;
    }

    .MessageForm {
        position: relative;
        margin-left: 0;
        border-radius: 4px;
    }
    .MessageForm .PhotoWrap {
        position: absolute;
        top: 10px;
        right: 17px;
    }
    
    .MessageForm .Author .ProfilePhoto {
        display: none;
    }
    
    .Discussion .Item-Header {
        Min-height: 90px
    }
    
    /*.MessageForm .Author .ProfilePhoto, .MessageList .Author .ProfilePhoto{*/
    /*    width: 32px;*/
    /*    height: 32px;*/
    /*}*/

    #Form_PostComment{
        margin-top: 0;
    }
}

/*--------------------------------------Polls------------------------------------*/

/*Poll options label hover over effects*/
.PollOption:hover> label{
  text-decoration: underline;
}

/*Poll label*/
.PollOption label{
  font-weight: bold;
}

/*Radio buttons*/
.iradio.checked label{
  color: black;
  font-weight: bolder;
  text-decoration: underline;
}


.NewPollForm .PollOption{
  margin-left: 27px;
  margin-right: 0;
  width: 100%;
}

.NewPollForm .PollOption input.InputBox{
  width: 95%;
}

/*--------------------WSIWIG ----------------------*/

/*Wsiwig border*/
.CommentFormWrap{
    border-radius: 0;
}

/*Remove random box*/
.CommentFormWrap .Form-Header{
    height: 0;
}

/*Padding on wsyiwig*/
.CommentFormWrap .Form-Body {
    padding: 0;
}

/*WSYIWIG Button layout*/
.CommentFormWrap .MessageForm .Buttons {
    text-align: right;
    background: none;
    border-top: none;
}


/*Resize icon, contrast adjuster, (WsyiWig)*/
.icon-resize-full, .editor-fullpage .editor-toggle-lights-button {
  height: auto;
  width: auto;
  padding: 2px 6px !important;
  font-size: 14px !important;
  position: absolute;
  bottom: 1px;
  right: 0;
  background: none !important;
  border: none !important;
}

/*Resize and constrast buttons (WSYIWIG)*/
.icon-resize-small, .editor-fullpage .editor-toggle-lights-button {
  position: relative !important;
}

/*Icon list located on the text editor (header of wsyiwig)*/
.editor-active .editor {
    display: block;
    background-color: #F3F9FB;
    border-bottom: 1px solid #C8CCCE;
    padding: 10px 0 10px 10px;
}

/*Icons located on the text editor*/
.editor .icon{
    font-size: 16px;
    color: #4b6977;
    background: #E1E6E9 url(https://www.themix.org.uk/wp-content/themes/connected/images/sprite_gradients_vb.png) repeat-x 0 -1150px;
    border: 1px solid #A7ABAE;
    margin: 0 2.5px;
    border-radius: 0;
    padding: 2px 4px;
    display: inline;
}

/*Remove weird clipping applied by Vanilla*/
.sr-only{ clip: unset; }

/*Carret design for WSYIWIG dropdown options*/
.editor-action .icon-caret-down{
  background: none;
  border: none;
}

/*Dropdown buttons located in WSYIWIG*/
.wysihtml5-command-active, .editor-dropdown-open > .editor-action{
  background: #E1E6E9 url(https://www.themix.org.uk/wp-content/themes/connected/images/sprite_gradients_vb.png) repeat-x 0 -1200px !important;
  color: #0c84bb;
}

/*Icons hover over effects on the text editor*/
.editor .icon:hover, .editor-dropdown-open .editor-action .icon-caret-down, .editor .icon:hover> .icon-caret-down,
.wysihtml5-command-active .icon-bold:before, .wysihtml5-action-active, .wysihtml5-command-dialog-opened,
.editor-dropdown-open > .editor-action, .wysihtml5-command-active{
  color: #0c84bb !important;
  border-radius: 0;
}

/*Div holder for WSYIWIG*/
.Form-Body{
    padding:0;
}

/*Preview// draft/ post buttons*/
.Button.PreviewButton, .Button.DraftButton, .Button.Primary.CommentButton {
    padding: 2px 12px;
    font-size: 12px;
}

/*Marging between buttons on wsyiwig*/
.MessageForm .Buttons{
  margin-top: 5px;
  background: none;
  border-top: none;
}

/*WSYIWIG parent*/
.MessageForm{
  box-shadow: none;
  border: none;
}

/*Body inside of WSYIWIG*/
.MessageForm .Form-Body{
  padding: 0 !important;
}

/*Border surrounding WSYIWIG input section*/
.bodybox-wrap{
  border: 1px solid #c8ccce;
}

/*Message box styling*/
.MessageForm, iframe{
    border-radius: 0 !important;
}

/*Frame of the WSYIWIG Text editor*/
iframe{
    box-shadow: none;
    border-color: transparent !important;
}

/*Text input boxes (WsiWig)*/
.editor-insert-dialog input.InputBox {
    border: 1px solid #a2a5a4;
    box-shadow: 0 2px 3px #d9d9d9 inset;
    -moz-box-shadow: 0 2px 3px #d9d9d9 inset;
    -webkit-box-shadow: 0 2px 3px #d9d9d9 inset;
    padding: 5px;
    height: 30px;
    font-size: 13px;
}

/*Resize form button (WsiWig)*/
.Button.Flyout-Button.editor-dialog-fire-close,
.Button.Flyout-Button.Cancel.editor-dialog-fire-close{
    border: 1px solid #a2a5a4;
    box-shadow: 0 2px 3px #d9d9d9 inset;
    -moz-box-shadow: 0 2px 3px #d9d9d9 inset;
    -webkit-box-shadow: 0 2px 3px #d9d9d9 inset;
    padding: 0;
    border-radius: 0;
    font-size: 12px;
    height: 24px;
}

/*Preview and Draft buttons (WsiWig)*/
.Button.PreviewButton, .Button.DraftButton, .Button.WriteButton, .Button.editor-dialog-fire-close, .Button.Cancel,
#Form_OK, #Form_Cancel, .AddPollOption, #Form_Add, .PrevNextPager .Next, .PrevNextPager .Previous{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 24px;
    min-width: 65px;
    vertical-align: middle;
    padding: 1px 10px;
    border-radius: 0;
    border: 1px solid #BFC5C9;
    outline: 0;
    color: #252C2F;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background: #FFFFFF url(https://www.themix.org.uk/wp-content/themes/connected/images/sprite_gradients_vb.png) repeat-x 0 -550px;
}

/*Comment button design (WsiWig)*/
.Button.Primary.CommentButton, #Form_PostDiscussion, #Form_Save, #Form_SendReport,
.PollButton, #Form_Share, #Form_SendMessage, #Form_StartConversation, #Form_AddComment, #Form_ApplyforMembership,
#Form_SignIn, #Form_Requestanewpassword, .Button.Primary.Okay{
    background: #37ACFE url(https://www.themix.org.uk/wp-content/themes/connected/images/sprite_gradients_vb.png) repeat-x 0 -500px !important;
    border: 1px solid #2989CC;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 0;
    font-size: 12px;
    padding: 1px 10px;
    line-height: 20px;
}

/*Comment button hover over effects - amended 040425 - JJ*/
.Button.Primary.CommentButton:hover, #Form_PostDiscussion:hover, #Form_Save:hover, #Form_SendReport:hover,.PollButton:hover,
#Form_Share:hover, #Form_SendMessage:hover, #Form_StartConversation:hover, #Form_AddComment:hover,
#Form_ApplyforMembership:hover, #Form_SignIn:hover, #Form_Requestanewpassword:hover, .Button.Primary.Okay:hover{
    border: 1px solid /*#002F50*/ #d5edfe;
}

/*Preview and draft hover over effects - amended 040425 - JJ*/
.Button.PreviewButton:hover, .Button.DraftButton:hover, .Button.editor-dialog-fire-close:hover,
.Button.Cancel:hover,#Form_OK:hover, #Form_Cancel:hover, .AddPollOption:hover, #Form_Add:hover
,.PrevNextPager .Next:hover, .PrevNextPager .Previous:hover{
    cursor: pointer;
    border: 1px solid #858C90;
}

/* added 040425 - JJ */
.Button.Primary:active, .Button.Primary:focus, .Button.Primary:hover, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    background-color: #ebf6fe;
    border-color:#ebf6fe;
    color: #000;
}


/*Color of icons for WsiWig contrast mode (Temp Display none)*/
.editor-fullpage #editor-fullpage-candidate.editor-lights-candidate .editor span{
  color: #fff ;
  background: none;
  border: none;
}

.editor-fullpage #editor-fullpage-candidate.editor-lights-candidate .editor span:hover{
  color: white;
}


@media (max-width: 522px) {
    /*Apply Margin to comment button at mobile resolution*/
    .Button.Primary.CommentButton{
        margin-top: 5px;
    }
}

@media (max-width: 1095px) {
  .editor .editor-dropdown {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

/*.FormWrapper input[type]:not([type=submit])*/
/*Attachment boxes inside of WSYIWIG*/
.MessageForm input[type]:not([type=submit]), .editor-file-image input[type]:not([type=submit]){
  border: none;
  height: auto;
}

/*Fullscreen Mode grid edits*/
.editor-fullpage #editor-fullpage-candidate .editor,
.editor-fullpage #editor-fullpage-candidate .TextBoxWrapper,
.editor-fullpage #editor-fullpage-candidate .editor-upload-previews{
                 border: 1px solid #cbcbcb;
}

.editor-fullpage #editor-fullpage-candidate .editor{
  border-bottom:transparent;
  box-shadow: none;
}


/*--------------------DISCUSSION-CATEGORIES --------------------*/

/*Remove extra new discussion option as there is 3 located on the page.*/
.PageControls.Bottom .NewDiscussion{
  display: none;
}

/*Anchor tags located within the category discussion table.*/
.DiscussionsTable .DiscussionName a{
  font-weight: bold;
  font-size: 13px;
  color: #333333;
}

.DiscussionsTable .MItem.Category {
  text-decoration: none !important;
}

/*Icons supplied from old VBuliitin website*/
.vb-icon-topic-status{
  float: left;
  top: 3px;
  background: transparent url(https://www.themix.org.uk/wp-content/themes/connected/images/sprite_icons_vb_ltr.png) no-repeat scroll 0 0;
  background-position: -100px -240px;
  display: inline-block;
  overflow: hidden;
  text-indent: -99999px;
  height: 18px;
  width: 16px;
  margin-right: 5px;
  /*margin-left: 5px;*/
}

/*Announcements on category board*/
.Announcement, .Announcement:hover{
  background: /*#FFFFE7*/ #d5edfe !important;
}

/*Last child of the announcements on the page will display a bottom border to seperate announcements from normal posts*/
.Item.Announcement:last-child {
  border-bottom: 2px solid #d9d9d9;
}

/*Announcement tags - amended 030425 - JJ*/
.Tag-Announcement{
  background-color: /*#075384*/ #79c5fb;
  color: #000;
}

/*Checkboxes for admins*/
.Section-DiscussionList .CheckBoxColumn{
  display: none;
}

/*Width of user information on discussion preview section*/
.Section-DiscussionList .BlockColumn-User{
  width: 22%;
}

/*Number of view on the page (discussion list)*/
.Section-DiscussionList .DataTable .BigCount {
  width: 8%;
  text-align: center;
}

/*Category table borders */
.Section-DiscussionList .DataTableWrap{
  border-width: 1px 0 1px 0 !important;
  box-shadow: none;
}

.Categories .DataTableWrap:first-child{
  border-color: #ddd !Important;
  border-width: 0 1px 0 1px !important;
}

/*Discussion list table head - amended 30/04/25 - JJ */
.Section-DiscussionList thead {
  background: /*#F0F0F0*/ #79c5fb none 0 0;
  border-color: /*#80808063*/ #79c5fb !important;
  border-width: 0 1px 0 1px !important;
  color: #000;
}

/*Apply padding for text to correct alignment*/
.Section-DiscussionList .DiscussionName .Wrap{
  padding-left: 21px;
}

/*Title of the discussion name category*/
.Section-DiscussionList .DiscussionName .Wrap:first-child{
  padding-left: 5px;
}

/*Bookmarks and options menu*/
.Section-DiscussionList .DataTableWrap .Item .Options {
  position: relative;
  right: 0;
  margin-top: -11.5px;
  display: grid;
  width: 32px;
}

/*Bookmark positioning (Discussion list)*/
.Section-DiscussionList .OptionsMenu+a.Bookmark {
  margin-left: 8px;
  white-space:nowrap;
  overflow: hidden;
}

/*Cog dropdown menu for discussion list page*/
.Section-DiscussionList .OptionsMenu .MenuItems {
  left: auto;
  right: 0;
  top: 31px;
}

.Section-DiscussionList .P.PageDescription{
  display: none;
}
.HasNew, .Item .Meta .MItem.Category a, .Note.Closed, .Tag, .label, .token-input-token {
    color: #000;
    font-size: 90%;
}
.HasNew, .Reactions .Count {
    background-color: #ffebb5;
}
.DataTable .Item .Meta a {
    color: #000;
    text-decoration: none;
}
.DataTable .Item .Meta a:active, .DataTable .Item .Meta a:hover {
    text-decoration: underline;
}


/*Add arrow icon used on the current VBulletin boards*/
.arrows-last{
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 13px;
  background: transparent url(https://www.themix.org.uk/wp-content/themes/connected/images/sprite_icons_vb_ltr.png) no-repeat scroll -320px -208px;
  margin-top: -2px;
  margin-left: 2px;
}

/*Arrow sprite next to timestamp of latest post*/
.go-to-latest {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  background: transparent url(https://www.themix.org.uk/wp-content/themes/connected/images/sprite_icons_vb_ltr.png) no-repeat scroll -304px -208px;
  margin-top: -2px;
  margin-right: 5px;
}

/*Add poll option (Polls)*/
.AddPollOption {
  line-height: 1px;
}

/*Poll results button (poll)*/
.js-poll-result-btn{
  margin-left: 15px;
}

/*Discussion list view at tablet resolution*/
@media (max-width: 1024px) and (min-width: 768px) {
  .Section-DiscussionList .page-content {
    float: left;
     width: 100%;
  }
  .Section-DiscussionList .page-sidebar{
    width: 100%;
  }
}

/*----------------------New Discussion-----------------------*/

.List.Inline label:hover, .List.Inline label:active, .List.Inline label:focus, .radioactive,
.Section-PostDiscussion .PostOptions label:hover, .Section-PostDiscussion .PostOptions label:active,
.Section-PostDiscussion .PostOptions label:focus{
  font-weight: bolder;
  font-size: 13px;
  color: /*#075384*/ #000;
}

/*Enable checkboxes to be displayed*/
.Section-PostDiscussion .PostOptions .icheck-item, .Section-EditProfile .icheck-item,
label[for="SignInRememberMe"] .icheck-item, .Section-Discussion .icheck-item{
  font-size: 13px;
}

/*Lable of the checkboxes displayed on 'add discussion' (Once checked)*/
#DiscussionForm .checked > label{
  font-weight: bold;
}

.PostOptions ul{
  margin-top: 10px;
}

/*-----------------------INBOX-----------------------*/

/*Header of message*/
.ConversationMessage .Meta{
  background-color:#c8ccce !important;
  position: relative;
}

/*Author of the message*/
.Conversation .Author .Name{
  font-weight: 700;
  color: #333 !important;
  text-decoration: underline;
  font-size: 14px;
  text-decoration-color: #333;
}

/*Time message was created*/
.Conversation .DateCreated time{
  text-decoration: underline;
}

.MessageList .Item, .ConversationMessage .Meta, .MessageList.Conversation .Message, .Section-Conversation .Item .Meta{
  border-radius: 0;
}

 /*Start new conversation button*/
 .NewConversation{
  background: #D5E8EE url(https://www.themix.org.uk/wp-content/themes/connected/images/sprite_gradients_vb.png) repeat-x 0 -250px !important;
  color: #252C2F !important;
  border: 1px solid;
   /*I've done the styling this way to prevent bootstrap styling*/
   border-color: #AEB3B6;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  padding: 5px;
}

 /*Start new converation button hover over effects (inbox)*/
.NewConversation:hover, .NewConversation:active , .NewConversation:focus{
  border: 1px solid ;
  /*Had to seperate border color to overwrite bootstrap properties*/
  border-color: #858C90;
  box-shadow: none;
  text-decoration: underline;
}

/*In this conversation - Apply margin from title*/
.Box.InThisConversation{
  margin-top: 15px;
}

/*Users within conversation (Inbox messaging)*/
.InThisConversation h4, .AddPeople h4{
  font-weight: bold;
}

/*Add people search box located in sidebar on inbox*/
#Form_AddPeople ul.token-input-list{
  border:none;
  padding:0;
}

/*Category side panel*/
.Section-Conversation .PanelInfo{
  margin-top: 10px;
}

/*People in conversation displayed at the side of the page.*/
.InThisConversation li {
  border: solid #d1d1d1;
  border-width: 1px 0 1px 0;
}

/*Leave conversation button*/
.Button.Danger, .js-new-avatar.Button{
  background: #FFFFFF url(https://www.themix.org.uk/wp-content/themes/connected/images/sprite_gradients_vb.png) repeat-x 0 -547px;
  color: #333;
  padding: 5px;
  border: 1px solid #BFC5C9;
  font-size: 12px;
  border-radius: 0;
  font-weight: bold;
}

/*Leave conversation button*/
.Button.Danger:hover, .Button.Danger:active, .Button.Danger:focus,
.js-new-avatar.Button:hover, .js-new-avatar.Button:active, .js-new-avatar.Button:focus{
  border: 1px solid #858C90;
  box-shadow: none;
  background: #FFFFFF url(https://www.themix.org.uk/wp-content/themes/connected/images/sprite_gradients_vb.png) repeat-x 0 -546px;
  color: #333;
}

/*Add background to side bar in conversation to keep consistancy*/
.Section-Conversation .page-sidebar{
  background: #F4F4F4 none 0 0;
  padding: 15px;
  margin-bottom: 20px;
}

/*Remove bottom border radius set by bootstrap*/
.PanelInfo li:last-child a{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/*Sett background transparent to avoid weird white overlay set by bootstrap*/
.Conversations.Messages .token-input-list{
  background-color: white !important;

}

/*Apply white background to input (add more poeple - Inbox)*/
.Conversations.Messages .token-input-list input{
  background-color: white;
}

/*Panels for people in conversation (inbox messaging)*/
.Conversations.Messages .PanelInfo a:hover{
  background: #d9d9d9;
  color: #333;
}

/*Message preview */
.Conversations .Excerpt a, .Conversations .Excerpt a:hover{
  color: black;
  padding-left: 52px;
  text-decoration: none;
}

/*User-names displayed on the inbox list page - amended 070425*/
.Conversations .Users a{
  color: /*#075384*/ #000;
}

/*-------------------Recent Discussions---------------*/

#Form_Share{
  margin-bottom: 10px;
}

/*----------------------Best Of-----------------------*/

.Section-BestOf .Tile{
  border-radius: 0;
}

/*---------------------Signature----------------------*/

/*Signature rules displayed above WSYIWIG (Signature)*/
.SignatureRules{
  font-weight: bold;
}

/*---------------------- Cogs -----------------------*/

/*Cog hover over effect (Global)*/
.OptionsMenu .SpFlyoutHandle:hover {
    color:#333;
}

/*Cogs inside post list*/
.Comment .OptionsMenu{
    z-index: 2;
}

/*Default cog padding*/
.OptionsMenu .SpFlyoutHandle{
    padding: 10px ;
}

/*Cog located on the top of the page title*/
.PageTitle .MenuItems{
    margin-right: 4px !Important;
}

/*Post page options cogs*/
.Comment .OptionsMenu .SpFlyoutHandle {
    margin-top: -10px;
}

/*Dropdown menu styling for cogs/ Profile buttons*/
.OptionsMenu.Open .SpFlyoutHandle, .Button-EditProfile:active, .Button-EditProfile:focus {
    color: #333;
    background: white;
    padding: 10px;
    margin-right: -.5px;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.DataTable.CategoryTable  .Item .Options{
  position: absolute;
  right: 17px;
  margin-top: -15.5px;
}

/*Dropdown menu for the cog items*/
.OptionsMenu .MenuItems{
    /*margin-right: 1px;*/
    border: 1px solid #ccc;
    border-top: none;
}

/*Positioning on the category pages*/
.DataTableWrap .Item .Options, .CategoryGroup .Item .Options{
    position: absolute;
    right: 17px;
    margin-top: -15.5px;
}

/* added 070425 */
.css-1u5be1w-button-standard-styleHelperButtonGenerator-buttonClass-UserCard-styles-button:not([disabled]):hover {
    background-color: #d5edfe !important;
    color: #000 !important;
}

/*--------------------------SideBar ---------------------*/

/*Sidebar anchor items (SideBar)*/
.FilterMenu li>a{
  border-radius: 0;
  font-size: 14px;
}

/*Background color behind li items*/
.page-sidebar .FilterMenu {
  margin: 20px 0;
  padding: 0;
  background: #f5f6f9;
}

/*Hover over effects on the sidebar - amended 070425 - JJ*/
.FilterMenu li>a:focus, .FilterMenu li>a:hover, .PanelInfo a:hover{
  background-color: /*#7b8093*/ #ebf6fe;
  color: /*white*/ #000;
}

.FilterMenu li+li{
  margin-top: 0;
}

/*Panel info hover over effects amended 01/04/25 - JJ*/
.PanelInfo .Active a, .PanelInfo.Active a:hover, .PanelInfo.Active a:active, .PanelInfo.Active a:focus{
  background-color: /*#075384*/ #d5edfe !important;
  border-color: /*#075384*/ #d5edfe !important;
  color: #000;
}

/* added 040425 - JJ */
.PanelInfo .Active a, .PanelInfo .Active a:focus, .PanelInfo .Active a:hover, .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    color:#000;
}

/*Panel info styling*/
.PanelInfo{
  padding: 0;
  background: #f5f6f9;
  border-radius: 0;
  font-size: 14px;
}

/*Remove deafult border radius set by bootstrap*/
.PanelInfo li:first-child a{
  border-radius: 0;
}

/* added 040425 - JJ */
.PanelInfo li:first-child a:hover {
    background-color: #ebf6fe;
    text-decoration: underline;
}

/*Panel info hover over effects amended 040425 - JJ*/
.PanelInfo li>a{
  background-color: /*#f5f6f9*/ #f2f9ff;
  border: none;
  color:/*#075384*/ #000;
}

/* added 040425 - JJ*/

.PanelInfo li>a:hover {
    background-color: #ebf6fe;
    color: #000;
    text-decoration: underline;
}

/*Allignment of link-tokens match other listed items (edit profile sidebar)*/
.PanelInfo .link-tokens a{
    padding-left: 33px;
}

/*Headings for sidebar*/
.BoxCategories h4{
  margin-bottom: 15px;
}

/*Alerts for who is online*/
#WhosOnline .Count{
  margin-left: 5px;
}

/*Change picture header */
.PhotoWrapLarge .ChangePicture, .PhotoWrapLarge .ChangePicture:hover,
.PhotoWrapLarge .ChangePicture:active, .PhotoWrapLarge .ChangePicture:focus{
  background-color: #075384;
  border-radius: 0;
  font-size: 14px;
  border: none;
}

/*Border surrounding the change picture section in sidebar*/
.PhotoWrapLarge{
  width: 100%;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}


/*Edit profile sidebar*/
.EditAccountLink .SpEdit{
  background: none;
}

/*Bootstrap default list icon background*/
.Sprite.SpEdit{
  background-image: none;
}

/*Badges displayed on sidebar*/
#Badges{
  background: #f5f6f9;
  padding: 5px;
}

/*Sidebar badges */
.OnlineUserWrap{
  margin: 2px;
  margin-right: 5px;
}

/*User information to only be displayed on the profile url link*/
#dashboard_profile_index .User{
  display: block !important;
}

/*User information on profile page*/
.User{
  display: none;
}


/*------------------New discussion button----------------*/

/*Apply styling directly to individual elements of the dropdown - amended 030425 - JJ*/
.ButtonGroup>.Button:first-child:not(:last-child),
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.ButtonGroup>.Button:last-child:not(:first-child),
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child){
  background-color: /*#075384*/ #d5edfe;
  border-color: /*white*/ #d5edfe;
  font-size: 14px;
  color: /*#FFFFFF*/ #000;
  font-weight: bold;
  border-radius: 0;
  height: 36px;
}

/*new discussion first section*/
.ButtonGroup>.Button:first-child:not(:last-child), .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){
  border-right:0 ;
  padding-right: 5px;
}

/*New discussion carret*/
.btn-group>.dropdown-toggle:not(:first-child), .ButtonGroup>.Button:last-child:not(:first-child){
  border-left: 0;
}

/*New discussion hover over effects - amended 030425 - JJ*/
.ButtonGroup:hover>.Button:first-child:not(:last-child), .ButtonGroup:active>.Button:first-child:not(:last-child),
.ButtonGroupfocus> .Button:first-child:not(:last-child), .ButtonGroup:hover>.Button:last-child:not(:first-child),
.ButtonGroup:focus>.Button:last-child:not(:first-child), .ButtonGroup:active>.Button:last-child:not(:first-child){
  background-color: white;
  border-color: /*#075384*/ #d5edfe;
  font-size: 14px;
  color: /*#075384*/ #000;
  box-shadow: none;
}

/*Sidebar new discussion section*/
.page-sidebar .BoxButtons.BoxNewDiscussion{
  margin-bottom: 10px;
}

/*When user is not signed in*/
.Box.GuestBox{
  margin-bottom: 20px;
}

/*Drop-down carret amended 030425 - JJ*/
.SpDropdownHandle{
  border-color: /*#6d6e71*/ #000 transparent transparent transparent;
  transition: background .2s ease;
  border-width: 6px 5.5px 0 5.5px;
}

/*Once open, run this transition*/
.Open .SpDropdownHandle{
  transition: background .2s ease;
}

/*Drop-down menu, headers*/
option:disabled{
  color: black;
  font-weight: bold;
}

/*Dropdown options for NewDiscussion button - amended 030425 - JJ*/
.NewDiscussion .MenuItems{
  padding: 5px 0;
  margin: -1px 0 0;
  min-width: 100%;
  border: 1px solid /*#075384*/ #d5edfe;
  border-top: none;
  z-index: 3;
}

/*Dropdown options for NewDiscussion button (Hover over effects) amended 030425 - JJ*/
.NewDiscussion .MenuItems li>a:hover, .NewDiscussion .MenuItems li>a:active, .NewDiscussion .MenuItems li>a:focus{
  color: /*#ffffff*/ #000;
  background: /*#075384*/ #ebf6fe;
}

/*Input boxes displayed on user created content pages*/
.token-input-input-token input[type]:not([type=submit]) {
  border: none;
   box-shadow: none;
  -moz-box-shadow: none;
   -webkit-box-shadow: none;
  padding: 5px;
  height: 27px;
  border-radius: 0;
  border-top: 1px solid #aaa;
}
.AdvancedWrap .token-input-input-token input[type]:not([type=submit]){
  border-top: none !important;
}


ul.token-input-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #aaa !important;
  color: #333;
  font-size: 15px;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  height: auto !important;
  width: 100%;
  cursor: text;
  min-height: 1px;
  z-index: 999;
  background-color: #fff;
  list-style-type: none;
}

ul.token-input-list li input {
  margin: -2px 0;
}

/*Suggestion drop-downs for tags/ users/ categories */
div.token-input-dropdown{
  position: absolute;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #aaa;
  border-top-width: 0;
  cursor: default;
  z-index: 1;
  padding: 0;
  margin-top: 0;
}


/*Page content adjustments at tablet resolution to prevent sidebar from displaying distorted*/
@media (max-width: 936px){
  .page-content{
    width: 100%;
  }
  .page-sidebar{
    width:100%;
  }
  #WhosOnline{
    margin-bottom: 20px;
  }
}

/*Tablet resolution*/
@media (max-width: 923px) and (min-width: 767px){
  .BoxNewDiscussion{
    width: 100%;
  }

  .NewDiscussion .MenuItems{
    min-width: 163px;
  }

  .NewDiscussion{
    font-size: 13px;
  }
  .ButtonGroup>.Button:first-child:not(:last-child), .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle), .ButtonGroup>.Button:last-child:not(:first-child), .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child){
    padding:5px 10px;
  }
}

/*------------------------Activity-------------------------*/

/*Activity anchor tags. Amended 01/05/25*/
.Activity a[rel=nofollow]{
  font-weight: bold;
  color: #333;
  text-decoration: none;
  /* font-size: 14px */;
}

/*Activity title*/
.Activity .Title{
  text-decoration: none;
  font-size: 14px;
}


/*------------------------SIGN UP --------------------------*/

/*Checkbox display for sign up and poll*/
.Section-Entry .icheckbox, .Section-PostPoll .icheckbox {
  font-size: 13px !important;
}

#Form_DiscoveryText{
  border-radius: 0;
}

#Form_DiscoveryText:focus{
  border: 1px solid #ccc !important;
}

/*Button margins (Register page)*/
.Section-Entry #Form_User_Register select{
  margin-top: 5px;
}

/*Sign up// Sign up Headings*/
.Section-Entry h1 {
  margin-bottom: 20px;
}

/*-------------------------RE-CAPTCHA-STYLING---------------------------*/
@media (max-width: 420px){
    .rc-anchor-normal{
        width:220px !Important;
    }
    .g-recaptcha{
        margin-left:-15px;
    }
}


/*-----------------------SIGN IN -----------------------------*/
.Overlay>.Popup .Border, .modal-content{
  border-radius: 0;
}

/*Password strength bar*/
.InputBox+.PasswordStrength {
  margin-top: 5px;
  border-radius: 0;
  margin-bottom: 0 !important;
}

/*Error Messages*/
.Errors{
  border-radius: 0;
  padding: 0 20px;
  border: none;
  border-color: #333;
  font-weight: normal;
  color: #f00;
  font-size: 14px;
  background-color: transparent;
}

/*Error message list items*/
.Errors li{
  margin: 5px 0 !Important;
  padding-bottom: 5px;
  list-style-type: disc;
}

/*-----------------------Profile Edits ------------------------*/

.Profile.EditMode .Button.Primary, .save-crop, .box-cropped-image input{
  background: #37ACFE url(https://www.themix.org.uk/wp-content/themes/connected/images/sprite_gradients_vb.png) repeat-x 0 -500px !important;
  border: 1px solid #2989CC;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 0;
  font-size: 12px;
  padding: 1px 10px;
  line-height: 20px;
}

/*Edit profile confirmation buttons - amended 040425 - JJ*/
.Profile.EditMode .Button.Primary:hover, .Profile.EditMode .Button.Primary:active,
.Profile.EditMode .Button.Primary:focus, .save-crop:hover, .save-crop:active, .save-crop:focus,
.box-cropped-image input:hover, .box-cropped-image input:active, .box-cropped-image input:focus{
  border: 1px solid /*#002F50*/ #ebf6fe;
  background-color: #ebf6fe;
  color: #000;
}

/*Birthday fields (Edit profile)*/
.Month, .Day, .Year{
  width: 30%;
  display: inline;
}

/*Apply appropriate margins to fields*/
.Day, .Year{
  margin-left: 5%;
}

/*Save thumbnail button (Edit profile picture)*/
.js-new-avatar.Button{
  margin: 15px 0;
}

.thumbnail-preview{
    display:none;
}

/*Instructions for user on what to do with image (Edit profile picture0*/
.change-picture-instructions{
  font-weight: bold;
  margin-bottom: 10px;
}

/*Chose file input section (Edit profile picture)*/
#dashboard_profile_picture input[type]:not([type=submit]){
  border: none;
  padding: 0;
  margin: 10px 0;
}

/*Main image width (Edit profile picture)*/
.box-image, .jcrop-holder img{
  max-width: 500px;
}

/*Tracker of the image display (Edit profile picture)*/
.jcrop-tracker{
  border: none;
}

/*Adjust max image size when reaching mobile resolution (Image disappears after 490px)*/
@media (max-width: 660px){
  .box-image, .jcrop-holder img, .jcrop-holder, .jcrop-tracker{
    max-width: 450px;
  }
}

/*View edit image holder*/
.jcrop-holder{
  margin-bottom: 15px;
}

#Form_Avatar{
  display: none;
}

/*Image preview (Edit profile picture)*/
#preview{
  max-width: 250px !important;
  margin-top: 0 !important;
}

/*Lists of options available to the user on edit profile sections*/
.Profile.EditMode form ul:not(.List) li {
  margin: 15px 0;
}

/*Headings located on the edit profile sections*/
.Profile.EditMode  h2 {
  font-size: 16px;
  font-weight: bold;
}

/*----------------------View Profile---------------------*/

/*About user display (View profile)*/
.About dl{
  display:block;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 2em;
  grid-gap: .5em;
  margin-bottom: 20px;
}

/*About user information (view profile)*/
dd dt{
  margin-left: 0;
  margin-top: 15px;
}

/*Remove default bootstrap from first child in list (View profile)*/

dl dd, dl dt{
    display:block;
    margin-left: 0px;
}

dl dd{
    margin-bottom: 5px;
}

/*Headings located on the page (View profile)*/
.About h2{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

/*Count total size linked to reactions (View profile)*/
.DataCounts .CountTotal span{
  font-size: 20px;
}

/*Hover over effects for reactions (View profile)*/
.CountItemWrap a, .CountItemWrap a:hover, .CountItemWrap a:active, .CountItemWrap a:focus{
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

 /*Count item hover over effects (Profile page)*/
 .CountItem:hover, .CountItem:active, .CountItem:focus, .CountItem.Selected{
   background: #f5f6f9;
   border: none;
   padding: 4px;
   border-radius: 0;
 }

 /*Selected count item option (Profile page)*/
.CountItem.Selected{
  background: #f5f6f9;
  border: none;
  padding: 4px;
  border-radius: 0;
}

/*Reaction counts for user (Profile page)*/
.DataCounts .CountItemWrap{
  width:17.5%;
}

/*Reaction number (Profile page)*/
.DataCounts .CountLabel{
  font-size: 12px;
}

/*Profile view headings */
.Section-Profile h2{
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}

/*Button for editing-profile (Admin- Edit profile page)*/
.Button-EditProfile, .MemberButtons{
  color: #777;
}
#dashboard_profile_index .ProfileOptions{
  margin-top: 0 !important;
}
.ProfileOptions{
  margin-top: -10px;
}


/*Editing profile hover over effect (Edit profile page)*/
.Button-EditProfile:hover, .MemberButtons:hover,.MemberButtons:active, .MemberButtons:focus{
  color:#333;
  text-decoration: none;
}

/*Drop-down box for user admin control (Edit profile page)*/
.ProfileOptions .Dropdown{
  margin-top: -2px;
  right: 3%;
  left: inherit;
}

.Button-EditProfile:active, .Button-EditProfile:focus {
  margin-right: 2px;
  margin-top: -4px;
  text-decoration: none;
}


#dashboard_profile_discussions .Discussion{
  background:none !important;
  background-color: transparent; !Important
}

#dashboard_profile_discussions .Title a{
  color:#333;
  font-weight: bold;
  font-size: 13px;
  margin-left: -5px
}

/*----------------------Profile Prefs -------------------*/

table.PreferenceGroup thead{
  background: #d9d9d9 !important;
}

/*Title of table (Notification prefs)*/
table.PreferenceGroup thead .TopHeading{
  border: solid #aaa;
  border-width: 0 0 1px 1px;
}

/*Bottom headings (etc. Email // Notification - Notification Prefs) */
table.PreferenceGroup thead .BottomHeading{
  border:solid #aaa !important;
  border-width: 1px 0 0 1px !important;
}

/*Prefrences check boxes (Notification prefs)*/
td.PrefCheckBox{
  border: 1px solid #aaa;
  border-left: 1px solid #aaa !important;
  border-bottom: none;
}

/*Preferences table headings*/
table.PreferenceGroup th {
  border: 1px solid #aaa;
  border-left: none;
}

/*Preferences table data*/
.preferences table>tbody>tr>td{
  border: solid #aaa;
  border-width:1px 0 0 0;
}

/*Preferences headings (Prefs)*/
.preferences h2{
  margin:15px 0;
}

/*Border for grid (Notification preferences)*/
.PreferenceGroup{
  border: 1px solid #aaa;
}


/*--------------------Footer (Gathered from main website) ------------------*/

/* amended 040425 - JJ*/
.footer-main {
  margin-top: 0;
  padding: 20px 40px !important;
  font-weight: normal;
  color: /*#231f20*/ #000;
  text-align: /*center*/ left;
  font-size: 13px;
  margin-bottom: 20px;
  background-color: #ffebb5;
}

.footer-description {
  font-weight: 700;
}

.footer-main .partner-list li img {
  max-height: 70px;
  width: auto;
}

.footer-main .partner-list li {
  margin: 0 0 10px;
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 70px;
}

.footer-main .partner-list ul {
  margin: 0 0 20px 0 !important;
}

.footer-main .pipes li:last-child {
  border-right: 0;
}

.footer-main .pipes li {
  border-right: 1px solid #000;
}

.footer-main a {
  text-decoration: underline;
  color: inherit;
}

.footer-main p {
  font-size: 12px !important;
}

.sticky-footer-body{
  margin-bottom: 0;
}

.footer-main ul li {
  font-size: 12px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 5px !Important;
}

.footer-main ul {
  margin: 0 0 15px 0 !Important;
  display: inline-block;
  list-style-type: none;
  font-size: 0;
  position: relative;
  top: 5px;
}

/* added 040425 footer from Hactar - JJ */

.footer {
    @media (--max-lg) {
        background-color: var(--yellow-300);
        padding: rem-convert(30px) 0 rem-convert(58px) 0;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        text-align: center;
    }

    @media (--min-lg) {
        padding-bottom: 3.375rem;
    }
}

.contained-width {
    width: 100%;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.4375rem;
    padding-right: 1.4375rem;
}

.footer__content {
    background-color: #ffebb5;
        border-radius: 12px;
        padding: 2.5rem;
}

.footer a {
    text-decoration: none;

    &:hover, &:focus-visible, &:active {
        text-decoration: underline;
    }
}

@media (min-width: 1024px) {
    .footer__lower {
        flex-direction: row;
        justify-content: space-between;
        gap: 3rem;
    }
}

.footer__lower {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

@media (min-width: 1024px) {
    .footer__lower {
        flex-direction: row;
        justify-content: space-between;
        gap: 3rem;
    }
}

@media (min-width: 1024px) {
.footer__main {
        border-bottom: 1px solid #CCC7C7;
        padding: 0 0 1.5rem 0;
        margin: 0 0 1.5rem 0;
        display: grid;
        grid-template-columns: 3fr 2fr;
        gap: 2rem;
    }
}
@media (max-width: 1023px) {
.footer__main {
        border-bottom: 1px solid #CCC7C7;
        margin: 1.5rem 0;
        padding: 1.5rem 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
}


.footer__main-logo {
    img {
        width: rem-convert(170px);
    }
}

.footer__contact-details {
    p {
        margin: 0;
    }
}

.footer__small-print {
    margin-bottom: 1rem;
}

.footer__logos {
    /*display: flex;*/
    flex-direction: column;
    justify-content: flex-end;
    gap: 1rem;

    @media (--max-lg) {
        border-top: 1px solid #CCC7C7;
        padding-top: 1.5rem;
        margin-top: 1.5rem;
        align-items: center;
        width: 100%;
    }

    @media (--min-lg) {
        img {
            margin-left: auto;
        }
    }
}

.footer__navigation-items {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
@media (min-width: 1024px) {
    .footer__navigation--tertiary .footer__navigation-items {
        flex-direction: row;
        gap: 1rem;
    }
}

.footer__social-links {
    svg {
        max-height: rem-convert(24px);
        width: auto;
    }
}


/*-------------------Google translate CSS--------------------*/
.google-translate-wrapper {
  text-align: center;
}

.google-translate-wrapper #google_translate_element {
  max-width: 200px;
  margin: 10px auto;
}

.goog-te-gadget .goog-te-combo {
  margin: 4px 0;
}


/*----------------------Badges---------------------------------*/

/*Badge images (Badges)*/
.BadgeGrid img{
  margin: 3px;
}

/*----------------------Pagination------------------------------*/

@media (max-width:502px){
    .NumberedPager>a, .NumberedPager>div, .NumberedPager>span, .pagination>li>a, .pagination>li>span{
        padding: 4px 8px;
    }
    .NumberedPager>a:focus, .NumberedPager>a:hover,
    .pagination>li>a:focus, .pagination>li>a:hover,
    .pagination>li>span:focus, .pagination>li>span:hover{
        padding: 5px 8px;
    }
}

.NumberedPager .Highlight, .NumberedPager .Highlight:focus, .NumberedPager .Highlight:hover, 
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, 
.pagination>.active>span:focus, .pagination>.active>span:hover{
    z-index:0;
}

/*Search button*/
.NumberedPager>a:last-child, .NumberedPager>div:last-child,
.NumberedPager>span:last-child, .pagination>li:last-child>a,
.pagination>li:last-child>span{
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-width: 0 0 0 1px;
}

/*Previous button*/
.NumberedPager>a:first-child, .NumberedPager>div:first-child,
.NumberedPager>span:first-child, .pagination>li:first-child>a,
.pagination>li:first-child>span{
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/*Next button located on pagination*/
.pagination .Next{
  font-weight: bold;
}

/*Pagination hover over and active effects - amended 02/04/25 - JJ*/
.NumberedPager .Highlight, .NumberedPager .Highlight:focus,
.NumberedPager .Highlight:hover, .pagination>.active>a,
.pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span,
.pagination>.active>span:focus, .pagination>.active>span:hover{
  background-color: /*#075384*/ #d5edfe;
  font-weight: bold;
  /*padding: 7px 12px;*/
  color: #000;
  border-color: #d5edfe;
}

/*Numbers and icons located inside of pagination - amended 02/04/25 - JJ*/
.NumberedPager>a, .NumberedPager>div, .NumberedPager>span,
.pagination>li>a, .pagination>li>span{
  color: /*#075384*/ #000;
}

/*Hover over effects for pagination  - amended 02/04/25 - JJ*/
.NumberedPager>a:focus, .NumberedPager>a:hover,
.pagination>li>a:focus, .pagination>li>a:hover,
.pagination>li>span:focus, .pagination>li>span:hover{
  background-color: /*#7b8093*/ #ebf6fe;
  color: /*white*/ #000;
  border-width: 0 1px 0 1px;
  padding: 7px 12px;
}



/*Mini Pagination*/
.MiniPager a{
  position: relative;
  padding: 1px 5px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 1px;
  font-size: 11px;
}

.MiniPager a:hover, .MiniPager a:focus, .MiniPager a:active{
background-color: #7b8093;
color: white;
border-width: 0 1px 0 1px;
padding: 2px 5px;
}


/* Hide Leaderboards on Members (Activity) page - added by James */
  div.Box.Leaderboard {
    display: none;
}


/*--------------------------Pop Up------------------------------*/
.Popup .iradio, .Popup .icheckbox{
    font-size:14px;
}

.Popup label:hover, .Popup label:active{
    font-weight: bolder;
    font-size: 13px;
    color: /*#075384*/ #000;
}

/*------------------------Confetti -----------------------------*/
#confetti-container{
    margin-bottom: 10px;
}

#canvas{
	pointer-events: none;
	display: none;
	overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    position:absolute;
    left:0;
    z-index: 100;
    top:0;
}

#confetti-desc{
    display:inline-block;
}
/* added 070425 - JJ */
#dropConfetti { background-color: #ffebb5;
    border-color: #ffebb5
}


/*TEMP RICH EDITOR FIXES*/

.userContent > *:not(:last-child) {
    margin-bottom: 0;
}

.emoji{
    margin-bottom:0 !important;
}

/*Rich text editor style corrections*/

.userContent > :not(.emoji):not(:last-child):not(br){
    margin-bottom:0;
}

.userContent.Message{
    margin-top:0;
}

.Message.userContent blockquote{
    margin-bottom:14px !important;
}

/*------------------------IFrame Adjustments to be made--------------------------*/

#vanilla_discussion_embed{
     background:none !important;
     background-image: none !important;
     overflow-x: hidden;
     width:auto !important;
     margin-right:1px;
}

/*amended 030425 - JJ*/
#vanilla_discussion_embed h2{
    /*color:#fff;*/
    color: black;
    background: #075384;
    padding: 10px;
    font-size: 1.4em;
    margin-bottom:10px;
    font-weight:700;
}

#vanilla_discussion_embed .EmbedCommentForm{
	margin:0;
}

#vanilla_discussion_embed .bodybox-wrap{
	border: none;
}


#vanilla_discussion_embed #Form_Body{
    max-width:100%;
    border-radius:0;
}

#vanilla_discussion_embed #Form_Body:focus{
    border-color:inherit;
}

#vanilla_discussion_embed .MessageForm{
    background:transparent;
}

#vanilla_discussion_embed .MessageForm .Buttons{
    background: inherit;
}

/*Post and comment as.. buttons*/
#vanilla_discussion_embed #Form_PostComment, #vanilla_discussion_embed .Button.Stash{
    background-color: #7b8093;
    border-color: white;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 700;
    border-radius: 0;
    margin-bottom:20px;
    transition: all .2s ease;
    padding: 4px 10px;
}

#vanilla_discussion_embed #Form_PostComment:hover, #vanilla_discussion_embed .Button.Stash:hover{
    background-color: /*#075384*/ #000;
    box-shadow: none;
}


#vanilla_discussion_embed .Overlay>.Popup .Buttons .Button.Cancel{
	line-height: 1.4em;
}


#vanilla_discussion_embed .Author{
    display:block;
}

#vanilla_discussion_embed .MItem.IPAddress{
    display:none;
}


#vanilla_discussion_embed .MessageList .Item .Options{
    position:absolute;
    right:0;
}


/*Pagination for embed version of Comments*/
#vanilla_discussion_embed #PagerMore{
    font-weight: bold;
    text-align: right;
}

@media (min-width: 461px) {
    #vanilla_discussion_embed .AuthorInfo, #vanilla_discussion_embed .AuthorInfo .MItem.RoleTitle{
        display: inline-block;
    }
    #vanilla_discussion_embed .AuthorWrap{
        display:inline-block;
        width:70%;
    }
    #vanilla_discussion_embed .Meta.CommentMeta{
         display:inline-block;
         width:29%;
         text-align:right;
    }
    #vanilla_discussion_embed .Item.ItemComment {
        margin-left: 15%;
        margin-right: 15px;
    }
}

@media (max-width: 460px) {
    /*Author info will be displayed nicer and in a block*/
    #vanilla_discussion_embed .AuthorInfo{
        display: inline-flex; 
        /*padding-left: 44px;*/
    }
    #vanilla_discussion_embed .Meta.CommentMeta.CommentInfo{
        padding-left:0px;
    }
}


/*------------------------Sign-in Popup-----------------------*/

#vanilla_discussion_embed .Overlay>.Popup{
	padding-top:7px;
}

#vanilla_discussion_embed .Overlay>.Popup h1{
	display:none;
}

#vanilla_discussion_embed .Overlay>.Popup .Buttons{
	border-top:none;
	margin: 0;
	margin-top: -9px;
}

#vanilla_discussion_embed .Overlay>.SignInPopup .Buttons{
    padding:0;
}

#vanilla_discussion_embed .Overlay>.Popup .Close{
	top:6px;
	right: 10px;
}

#vanilla_discussion_embed .Overlay>.Popup .Errors{
	padding: 0;
	font-size: 12px;
	margin-bottom:0;
}

#vanilla_discussion_embed .Overlay>.Popup .Errors li{
	margin-top: -11px !important;
	list-style-type: none;
	margin: 0;
}

#vanilla_discussion_embed .userContent.Message{
    margin-top:0 !important;
}

#vanilla_discussion_embed .Overlay>.Popup .Border{
	padding-bottom: 15px;
}

@media (max-width: 460px) {
    #vanilla_discussion_embed .Overlay>.Popup #Form_User_SignIn .ForgotPassword{
	    position:absolute;
	    top:15px;
	    right:30px;
    }

    #vanilla_discussion_embed #Form_User_Password .ForgotPassword{
	    display:block;
    }

    #vanilla_discussion_embed .Overlay>.Popup .SingleEntryMethod+.Buttons .CheckBoxLabel{
	    float:left;
    }
    #vanilla_discussion_embed .Popup.SignInPopup .Errors{
        display:none;
    }
}

#vanilla_discussion_embed .iradio{
    font-size:13px;
}

/*---------------------------------------Embeded content displayed on Vanilla ------------------------------*/

.Section-Category-articles .Message.userContent a{
	font-weight: bold;
}

/*--------------------------------FancyBox default styling--------------------------------*/



/*-------------------------------Pop Up Survey Styling----------------------------------------------------*/
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}



.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 600px;
	height: 100%;
	float:left;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://themix.org.uk/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

#my_fancybox{
    background: url("https://cdn.themix.org.uk/uploads/2018/10/survey-amazon-50gbp.jpg") no-repeat center;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.fancybox-skin {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius: 0;
}

#my_fancybox {
  min-height: 350px;
  padding: 10px;
  display: none;
  background-size: cover !important;
}

#my_fancybox h1 {
  color: #000;
  font-size: 20px;
  line-height: 25px;
}

#my_fancybox p {
  color: #000;
  font-size: 14px;
  background: #fff;
  padding: 20px;
  margin-top: 20px;
}

            
#my_fancybox a {
  color: #fff;
  font-size: 14px;
  background: #12a2bd;
  padding: 6px 12px;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}

#my_fancybox.tm_survey_style_1 {
  padding: 190px 0 0 0;
  background-position: top center;
  background-size: initial !important;
  vertical-align: bottom;
  /*  position:absolute;*/
}
#my_fancybox.tm_survey_style_1 .tm_survey_content_wrapper {
  background: #125486;
  min-height: 180px;
  text-align: center;
}
#my_fancybox.tm_survey_style_1 .tm_survey_content_wrapper p {
  background: transparent;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
}
#my_fancybox.tm_survey_style_1 .tm_survey_content_wrapper p strong {
  font-size: 20px;
  line-height: 20px;
}
#my_fancybox.tm_survey_style_1 .tm_survey_content_wrapper a {
  background: linear-gradient(to right, #fbfbfb, #dddddd);
  border: 5px #fdc93f solid;
  border-radius: 16px;
  color: #000;
  margin: 0 auto 20px;
  padding: 5px 10px;
}
#my_fancybox.tm_survey_style_1 .tm_survey_content_wrapper a::before {
  content: ">";
  position: absolute;
  margin-left: -60px;
  color: white;
  font-size: 60px;
  line-height: 23px;
}

@media all and (min-width: 480px) {
  #my_fancybox {
    padding: 30px;
  }

  #my_fancybox h1 {
    font-size: 30px;
    line-height: 35px;
  }

  #my_fancybox p {
    max-width: 70%;
  }

  #my_fancybox a {
    font-size: 18px;
    padding: 10px 20px;
    margin-top: 20px;
  }

  #my_fancybox.tm_survey_style_1 {
    padding: 190px 0 0 0;
  }
  #my_fancybox.tm_survey_style_1 p {
    max-width: 100%;
  }
  #my_fancybox.tm_survey_style_1 a {
    padding: 5px 10px;
  }
  #my_fancybox.tm_survey_style_1 a::before {
    line-height: 30px;
  }
}
.tcCancel {
  float: right;
  margin-left: 20px;
}

.chattc {
  border: 2px solid #d1d0ce;
  padding: 10px;
}

.tcButton {
  margin-top: 20px;
}

.acceptTC {
  float: right;
}

.fancybox-margin {
  margin-right: 17px !important;
}

.header-main.fancybox-margin {
  left: -8px;
}
@media screen and (max-width: 770px) {
  .header-main.fancybox-margin {
    left: 0;
  }
}

.fancybox-close {
  background-image: url(https://www.themix.org.uk/wp-content/themes/connected/images/multiply-grey.png) !important;
  background-repeat: no-repeat;
  background-position: 50%;
  top: 5px !important;
  right: 5px !important;
  width: 30px !important;
  height: 30px !important;
}

.fancybox-close:hover {
  background-image: url(https://themix.org.uk/wp-content/themes/connected/images/multiply-black.png) !important;
}

/*.Role_Administrator .Item-Header .ProfilePhoto{*/
/*        border: 3px solid #dcdc1f;*/
/*}*/

/*.Rank-TheMix .Item-Header{*/
/*        background-color: #ffff66;*/
/*}*/


/*Need to add bold anchor dependant on category name being used*/

/* Justins change to remove user email */
.User-ShowEmail {
    display:none!important;
}

/* Hide points from user profile page*/
.About.P.widget-dontUseCssOnMe section div:nth-of-type(3){
    display: none!important;
}

#main-body > div > main > div.Profile > div.User > div.About.P.widget-dontUseCssOnMe > section > div:nth-child(3) > div:nth-child(1) > div > div:nth-child(2), 
#main-body > div > main > div.Profile > div.User > div.About.P.widget-dontUseCssOnMe > section > div:nth-child(3) > div:nth-child(1) > div > div:nth-child(3){
    display:none;
}

/* Fix rank display */

.Item-Header {
    display: flex;
    width: 100%;
}

.AuthorWrap {
    flex: 1;
}

.MItem.Rank {
    white-space: nowrap;
}

@media screen and (max-width: 747px){
    .Item-Header {
        flex-wrap: wrap;
    }
    .Item-Header .MItem {
        width: 100%;
        padding: 0;
    }
}