

.clearfix:after{
    clear: none;
    display: none;
    content: none;
}
.clearfix{}
html[xmlns] .clearfix{}

strong em, em strong { font-weight: 700; font-style: italic;}
em{ font-style: italic;}
strong, b { font-weight: 700; }
th, td { border: none; }

.table-no-borders {
	border: 0 !important;
}

.table-no-borders td, .table-no-borders th {
	border: 0 !important;
}

/*-----------------
 *     Typography 
 *     -----------------*/

p { 
    margin-top:0.625em; 
}

.warning {
	border: 1px solid red;
	padding: 5px;
}

/*-----------------
 *     Lists 
 *     -----------------*/

/* ul */

.item-page ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 0.25em;
    list-style-position: outside; 
    margin-bottom: 0;
}

ul li { 
    list-style-type: none;
}

.item-page ul li:before {
    content: " ";
    height: 8px;
    height: 0.5rem;
    width: 8px;
    width: 0.5rem;
    vertical-align: middle;
    display: inline-block;
    background-color: #522A6B;
    margin-right: 0.5em;
    margin-bottom: 0.25em;
}

/* ol */

ol { 
    list-style-type: decimal; 
    margin-left: 1.25em;
}

.item-page ol li {
    padding-left: 0em;
    text-indent: 0em;
    margin-top: 0.25em;
    list-style-position: outside; 
    margin-bottom: 0;
}

.noborder { border: none; }

.button {
    border: 2px solid #401564;
    border-radius: 5px;
    background-color: #fff;
    color: #401564;
    cursor: pointer;
}
.button:hover {
    color: #75A352;
    text-decoration: underline;
}

blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.0em 1.5em 1.0em 0;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
	color: #ccc;
	font-size: 3em;
	line-height: 0.1em;
	margin-right: 0.05em;
	vertical-align: -0.4em;
}
blockquote:after {
	color: #ccc;
	font-size: 3em;
	line-height: 0.1em;
	margin-right: 0.05em;
	vertical-align: -0.4em;
}
blockquote p {
	display: block;
	margin: 10px 0;
}
blockquote p:first-child { display: inline; }
blockquote p:last-child { display: inline; }

a, a:link {
    color: #0071BB;
    text-decoration: none;
    transition: 0.2s ease-in;
}

a:visited {
    color: #004C7E;
    text-decoration: none;
    transition: 0.2s ease-in;
}
a:hover {
    color: #522A6B;
    text-decoration: underline;
}
a.opacity { filter: alpha(opacity=100); }
a.opacity:hover {
    filter: alpha(opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80 );
    -moz-opacity: 0.80;
    opacity: 0.8;
    -khtml-opacity: 0.8;
}
.item-page a,
.item-page a:link,
.item-page a:visited {
	border-bottom: 1px dotted #0071BB;
}
.item-page a:hover {
	border-bottom: 1px solid #0071BB;
	text-decoration: none;
}

body {
    text-align: center;
    font-family: 'museo-sans', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 300;
}

.tip-wrap,
.redformtip {
    text-align: left;
    background: #FCF6F0;
    padding: 0.625em;
    border: 1px solid #ebc59d;
}

.purple-button,
a.purple-button {
    margin: 1.75em 0 0 0;
    border-radius: 0;
    border: none;
    background-color: #0071BB;
    color: white;
    text-transform: uppercase;
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    font-size: 0.875em;
    padding: 0.5em;
    transition: 0.2s ease-in;
}

.purple-button:hover {
    background-color: #522A6B;
    text-decoration: none;
    color: white;
}




/* reset the form element font size */
input, select, button, textarea {
    font-size: 15px;
}
/* end form element size */

.pagination a,
.pagination span {
    display: block;
    padding: 0 0.25em;
}

.pagination-start span {
    display: block;
    padding: 0 0 0.25em 0;
}

.pagination span { color: #999999; }
.pagination ul { margin: 0; }
.pagination li {
    float: left;
    list-style-type: none;
    padding: 0;
}

.search-pages-counter {
    margin-top: 0.5em;
}

.pagenavcounter { text-align: right; }
.contactname { font-size: 1.15em; }

h2 {
    font-size: 20px;
    margin: 0 0 10px;
}
h4 {
    font-size: 16px;
    color: #401564;
    margin: 0 0 15px 0;
}

div.message {
    color: #000;
    background: #fff;
    border: 1px solid #000;
}
ul.menu {
    margin: 0;
    padding: 0;
}
#sidemenu h3,
.xoxo h3 {
    color: #6E6E6A;
    text-transform: uppercase;
    font-family: "Verlag A", "Verlag B", sans-serif;
    margin-top: 2em;
    font-weight: 800;
    font-size: 16px;
    font-size: 1rem;
}

/* .contact h3 { display: none; } */

/* Colours CSS */
.purple {color: #522A6B}

/* Container CSS */
#container {
    text-align: left;
    width: auto;
    margin: 0 auto 0;
    background: #FFF;
}

#header {
    background-color: #522A6B;
}
#top-header {
    margin: 0 auto;
    max-width: 1120px;
    clear: both;
    height: 2.5em;
    padding: 0 1.5em;
}
.logo{
    float: left;
    margin-top: -0.625em;
    z-index: 1000;
}

.logo a img {
    display: none;
}

.logo a {
    background-image: url(images/ncvo-logo.png);
    background-image: 
        linear-gradient(transparent, transparent),
        url(images/ncvo-logo-white.svg);
    height: 44px;
    width: 92px;
    display: block;
    background-size: cover;
}
body.body-home-page .logo a {
    background-image: url(images/ncvo-logo-footer.png);
    background-image:
        linear-gradient(transparent, transparent), 
        url(images/ncvo-logo-footer.svg);
    height: 112px;
    margin: 1.5em 0 0.75em 1.5em;
}

h1.logo strong {
    display: none;
}

#header-right {
    float: right;
}

#topmenu {
    display: inline-block;
    text-align: right;
    margin: 0.55em 0 0 0;
}
#topmenu ul{
    margin: 0;
    padding: 0;
}
#topmenu ul li{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

#topmenu ul li a{
    color: white;
    font-size: 1em;
    margin: 0 1em;
}
#topmenu ul li a:hover {
    color: white;
    text-decoration: none;
}

#topmenu ul li.active a {
    color: #ffffff;
    text-decoration: underline;
}


#searchbox {
    background: none;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 1em;
}
#searchbox .inputbox {
    background: none;
    border: none;
    display: inline-block;
    color: black;
    background-color: white;
    font-family: "museo-sans", sans-serif;
    font-size: 1em;
    font-weight: 300;
    padding: 0 0.25em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    width: 8em;
    height: 25px; 
}


ul.autocompleter-choices { border: 1px solid #000; }
ul.autocompleter-choices li {
    margin-bottom: 0;
}

#mainmenu {
    clear: both;
    height: 40px;
    overflow: hidden;
    clear: both;
    background-color: #EEEFEC;
    border-top: 4px solid #FFB496;
    padding: 0 1.5em;
}

#mainmenu ul {  margin: 0 auto;
    max-width: 1120px; }

#mainmenu ul li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    list-style-type: none;
}
#mainmenu ul li.item-101 { border: none; }

#mainmenu ul li a {
    color: black;
    font-size: 1em;
    padding: 0.5em 0.75em;
    margin: 0;
    float: left;
}
#mainmenu ul li a:hover {
    background: #E2E2E1;
    text-decoration: none;
}
#mainmenu ul li.active a {
    background: #FFB496;
    text-decoration: none;
}


/* Home Page Content CSS */
#hpcontent {
    padding: 32px 24px 16px;
    padding: 2rem 1.5rem 1rem;
    line-height: 1.5em;
    max-width: 1120px;
    margin-left: auto; 
    margin-right: auto;
    min-height: 1500px;
}

#hpleftcol {
    float: left;
    width: 590px;
    margin: 0 40px 0 0;
    margin: 0 2.5rem 0 0;
}
#hpslider {
    max-width: 590px;
    max-height: 220px;
    height: auto;
}
#hpblock {
    margin: 32px 0 0 0;
    margin: 2rem 0 0 0;
}

#hpblock h3,
.hpblock h3,
#hpright h3,
#latestblogs h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 32px 0 20px;
    margin: 2rem 0 1.25rem;
    color: #51296a;
    font-family: "Verlag A", "Verlag B", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0 0 6px;
    padding: 0 0 0.333rem;
    border-bottom: 4px solid #ffb395;
    border-bottom: 0.25rem solid #ffb395;
    clear: left;
}
.hpblock img{ margin: 0; }
.hpblock p { 
    margin: 0 0 8px;
    margin: 0 0 0.5rem;
    line-height: 1.25;
    font-size: 14px;
    font-size: 0.875rem;
    color: #383a3c;
}
.hpblock p a {
    color: #383a3c;
}
/* hacky selector coming up ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ but no choice */
.hpblock p a:first-child strong:first-child {
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    display: block;
    margin: 0 0 4px;
    margin: 0 0 0.25rem;
}
.hpblock p br { display: none }
#hpwhatsnew .hpblock {
    float: left;
    width: 45%;
    width: calc( ( 100% - 1.5rem ) / 2 );
    margin: 0 24px 16px 0;
    margin: 0 1.5rem 1rem 0;
}
#hpwhatsnew .hpblock:nth-of-type(2n) {
    margin: 0 0 16px 0;
    margin: 0 0 1rem 0;
}
#hpwhatsnew p img {
    max-width: 100%;
    height: auto;
}

.newsfeed {
  list-style: none;
  margin-bottom: 24px;
  margin-bottom: 2rem;
}
body .newsfeed li:before {
  display: none;
}
body .newsfeed li,
body #rightcol .newsfeed li {
  text-indent: 0;
  padding: 0;
  clear: left;
  display: block;
  font-size: 0.875em;
  line-height: 1;
  margin: 0 0 1rem 0;
}
.newsfeed li div[class^=avatar] img {
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  background: #eeefec;
  float: left;
  margin: 0 8px 24px 0;
  margin: 0 0.5rem 1.5rem 0;
}
.newsfeed li div[class^=avatar] > .posted-on {
  margin-left: 88px;
  margin-left: 5.5rem;
}
.newsfeed li .posted-on,
.newsfeed li .posted-by {
  display: inline;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  position: relative;
}
.newsfeed li .posted-on br {
  display: none;
}
.newsfeed li .post-title {
  margin: 8px 0 0 88px;
  margin: 0.5rem 0 0 5.5rem;
  line-height: 1.25;
  font-size: 16px;
  font-size: 1rem;
}
.newsfeed li .post-title a strong {
  font-weight: bold;
}
.newsfeed li .post-categories {
  font-size: 14px;
  font-size: 0.875rem;
  color: #bbb;
  margin: 8px 0 0 88px;
  margin: 0.5em 0 0 5.5rem;
  line-height: 1.25;
}
.newsfeed li .post-categories a {
  white-space: nowrap;
}


#hprightcol {
    float: left;
    width: 32%;
    width: calc( 100% - ( 590px + 10.5rem ) );
}
#becomeamember {
    background: #ffece4 url(images/bam-bg.png) no-repeat right bottom;
    padding: 16px;
    padding: 1rem;
    min-height: calc( 220px - 2rem );
}
#becomeamember h3 {
    font-size: 1.25rem;
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-weight: 800;
    margin: 0;
    color: #51296a;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
}
#becomeamember p {
    margin: 0 0 0.25rem 0;
}
a.joinnow {
    background: #0071BB;
    line-height: 1;
    color: #FFF;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    padding: 6px 12px;
    padding: 0.333rem 0.75rem;
}

a.joinnow:hover {
    background-color: #522A6B;
    text-decoration: none;
    color: white;
}

#becomeamember ul {
    margin: 0 0 12px;
    margin: 0 0 0.75rem;
}
#becomeamember li:before {
    content: " ";
    width: 8px;
    width: 0.5rem;
    height: 8px;
    height: 0.5rem;
    background: #51296a;
    display: inline-block;
    margin-right: 6px;
    margin-right: 0.333rem;
}
#hpright {
    margin: 0 0 0 0;
}
#hpright .newsflash {
    margin: -2px 0 0 0;
}
#hpright .hpevent {
    clear: both;
    margin: 0 0 16px 0;
    margin: 0 0 1rem 0;
    line-height: 1.25;
}
#hpright .hpevent .ckmdate {
    background: url(images/date-bg.jpg) repeat-x 0 0 transparent;
    float: left;
    width: 44px;
    width: 2.75rem;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: bold;
    height: 43px;
    padding: 1px 0 0 0;
    margin: 2px 8px 8px 0;
    margin: 2px 0.5rem 0.5rem 0;
}
#hpright .hpevent h4 a {
    color: #401564;
    font-weight: bold;
}
#hpright .hpevent h4 {
    margin: 0;
}
#hpright .hpevent .ckmintro{
    display: block;
    margin: 0 0 0 52px;
    margin: 0 0 0 3.25rem;
}
#hpright div.charityjobs h3 {
    margin-bottom: 0;
}
div.charityjobs .charityjobs {
    margin: 0;
}
div.charityjobs p {
    margin: 0;
}
div.charityjobs iframe {
    width: 100%;
}

/* Content CSS */
#content {
    margin: 3em auto 0 auto;
    padding: 0 1.5em;
    max-width: 1120px;
    min-height: 1500px;
    clear: both;
}
.breadcrumbs {
    font-size: 12px;
    height: 20px;
    margin-bottom: 3.5em;
    display: none;
}

p {
    margin: 0.625em 0 0 0;
}

#rightcol h1,
#rightcol h1 a,
#rightcol h1 a:hover {
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #522A6B;
    font-size: 35px; /* IE8 fall back */
    font-size: 2.2rem;
    line-height: 1.25;
    margin: 0;
    text-decoration: none;
    margin-bottom: 0.625em;
}
#rightcol h2,
#rightcol h2 a,
#rightcol h2 a:hover {
    color: #522A6B;
    font-weight: 700;
    font-size: 24px; /* IE8 fall back */
    font-size: 1.5rem;
    line-height: 1.25;
    margin: 1.25em 0 0 0;
    text-decoration: none;
}
#rightcol h3,
#rightcol h3 a,
#rightcol h3 a:hover { /* IE8 fall back */
    color: #522A6B;
    margin: 1.4em 0 0 0;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.25;
    font-weight: 900;
}

#rightcol img {
    max-width: 100%;
    height: auto;
}

#leftcol {
    width: 27%;
    clear: none;
    margin: 0;
    float: left;
    display: block;
}
#rightcol {
    margin-left: 27%;
    padding-right: 144px;
    padding-right: 9rem;
}
.body-dashboard #rightcol.two-column { 
    width:auto;
    margin-left: 0;
    max-width: auto;
}
.three-column { float:none; width:auto; }
#rightmodules {
    margin-left: 27%;
    padding-right: 144px;
    padding-right: 9rem;
    clear: left;
    padding-top: 20px;
    padding-top: 1.25rem;
    margin-top: 0.75rem;
}
#rightmodules ul:before {
    content: "Our products";
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
    color: #522a6b;
    font-weight: 700;
    line-height: 1.25;
}

#rightmodules li {
    list-style-type: none;
    margin: 1.25rem 0;
    clear: both;
    text-align: left;
}
#rightmodules img {
    max-width: 80px;
    height: auto;
}
#rightmodules .mod-ckm-redshop-category-title {
    height: 72px;
    height: 4.5rem;
    margin: 0 0 0 88px;
    margin: 0 0 0 5.5rem;
    display: block;
    font-weight: 700;
    color: #522a6b;
}
#rightmodules .productImageWrap {
    margin-top: -68px;
    margin-top: -4.25rem;
}

#rightcol table {
    margin: 10px 0 0 0;
    margin: 0.625rem 0 0 0;
    line-height: 1.25;
    max-width: 100%;
    float: none;
    overflow: scroll;
}
#rightcol .events-listing table {
	width: 100% !important;
}
#rightcol th {
    text-align: left;
    vertical-align: top;
    color: #522a6b;
    font-weight: bold;
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    border: 1px solid #9e9a9a;
}
#rightcol th strong {
    font-weight: bold;
}
#rightcol td {
    text-align: left;
    vertical-align: top;
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    border: 1px solid #9e9a9a;
}
#rightcol table.mceLayout td {
    border: 0;
    padding: 0;
}
#rightcol table.mceLayout table {
    overflow: auto;
    margin: 0;
    min-width: 0;
}

/*-----------------
 *     Sidemenu 
 *     -----------------*/

#sidemenu{
    margin-top: 4em;
    padding-right: 2em;
}
#sidemenu ul,
.xoxo ul {
    margin: 0;
    padding: 0;
}

#sidemenu ul li,
.xoxo ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sidemenu ul li.active,
.xoxo ul li.active {
    background: #FFF;
}

#sidemenu ul li.current,
.xoxo ul li.current {
    color: #522A6B; font-weight: 700;
}

#sidemenu ul li.current a,
.xoxo ul li.current a {
    color: #522A6B; font-weight: 700;
}

#sidemenu a,
.xoxo a {
    color: #383A3C;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3em;
    padding: 0.5em 0 0 0;
    display: block;
    transition: 0.2s ease-in;
}

#sidemenu a:hover,
.xoxo a:hover {
    color: #522A6B;
    text-decoration: underline;
}
.xoxo .tagcloud a {
    display: inline;
    margin: 0;
}

#sidemenu ul li ul li{
    list-style: none;
    color: #383A3C;
    padding: 0 0 0 0.875em;
    margin: 0;
    font-weight: 300;
    border-bottom: none;
}

#sidemenu ul li.current ul li a{
    color: #383A3C;
    font-weight: 300;
}

#sidemenu ul li ul li.current a{
    color: #522A6B;
    font-weight: 700;
}

#sidemenu ul li.current.parent ul li a:hover{
    color: #383A3C;
    text-decoration: underline;
}

#sidemenu ul li ul li.deeper ul li a{
    padding: 0.5em 0 0 0.5em;
    color: #383A3C;
    font-weight: 300;
}

#sidemenu ul li ul li.deeper ul li.current a{
    color: #522A6B;
    font-weight: 700;
}

#rightcol .item-page .moduletable { width: 100%; }


/*-----------------
 *     Search results 
 *     -----------------*/

.search {
    float: left;
    width: 470px;
}
#search-results {
    margin-top: 0;
}
.search-results {
    margin-top: 0;
    padding-top: 0;
}
.search-results dd {
    clear: both;
    margin: 2px 0 10px;
}
.search-pagination { float: left; }
.result-text .productImageWrap {
    display: inline;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#rightcol .moduletable {
    float: left;
    width: 200px;
}
#rightcol .moduletable li {
    display: inline;
    list-style-type: none;
    margin: 30px 0;
}
.body-view-article #rightcol .moduletable li { margin: 1.25rem 0.6125rem 0 0; }


/*-----------------
 *     Newsletter 
 *     -----------------*/

#fancybox-outer { background-color: #eaeaea; }
.newsletter_request {
    color: #000;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    width: 100%;
}
.newsletter_request label {
    float: left;
    font-size: 12px;
    margin-top: 3px;
    text-align: right;
    width: 150px;
}
#newsletter_request-button {
    clear: both;
    display: inline;
    float: left;
    margin-right: 0;
    margin-top: 10px;
    width: 355px;
}
#newsletter_request-button a {
    background-color: #401564;
    color: #fff;
    display: block;
    float: right;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 30px;
    text-align: center;
}

#newsletterform {
    padding: 10px;
    width: 375px;
}
#newsletterform input,
#newsletterform textarea,
#newsletterform select {
    border: 1px solid #401564;
    border-radius: 4px;
    color: #401564;
    font-weight: bold;
    padding: 2px;
    width: 180px;
}

.someerror {
    color: #d01921;
    display: block;
    font-weight: bold;
    padding: 5px 0 0;
    text-align: center;
}
.fielderror { color: #d01921; }
.noerror {
    float: left;
    font-weight: bold;
    margin: 5px 10px 10px 11px;
}

/* Eventbrite embeds */
.eventbrite {
	height: 0;
	overflow: hidden;
	padding-bottom: 150%;
	position: relative;
}
.eventbrite iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*-----------------
 *     Cookie Notice 
 *     -----------------*/

/* Add Cookie Notice */
#ckmcookiescont {
    display: block;
    text-align: left;
    padding: 5px 0;
    position: fixed;
    z-index: 999999999;
    bottom: 0;
    left: 0;
    width: 100%
}

#ckmcookiescont span {
    padding: 0 5px;
    display: block;
    float: left;
}

#ckmcookiescont .ckmcookiebutton {
    float: right;
    margin-right: 5px;
    display: inline;
}

/* Quick Style */
#ckmcookiescont {
    background: #ebebeb;
    border-top: 1px solid #6F6F6F;
    font-size: 13px;
    color: #6F6F6F;
}

#ckmcookiescont a, #ckmcookiescont button {color: red;}

#ckmcookiescont a:hover, #ckmcookiescont button:hover {color:#000;}

#ckmcookiescont .ckmcookiebutton {
    border: 1px solid red;
    padding: 5px;
}

/* End Quick Style */

/* End Cookie Notice */

/* Blog CSS */
ul.xoxo {
    margin: 0;
    padding: 0;
    width: 200px;
}
#searchbox .search label{display: none;}
#leftcol .widget-container {
    margin: 0 0 30px 0;
}
#rightcol #wp-content .entry-title a {
    font-family: "Verlag A", "Verlag B", sans-serif;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 800;
}
#rightcol #wp-content a {
}
#rightcol #wp-content a:hover {
}

/* Banners CSS */
#banners {
    position: absolute;
    right: 0;
    margin-top: 2em;
    width: auto;
}
.bannergroup { margin-bottom: 1em; }

#container {

}

#outercontainer {
    min-width: 100%;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}

.tag_label {
    float: left;
    margin-right: 5px;
    margin-top: 4px;
}
.tt-tags { padding: 10px 0; }



#sbox-window,
#sbox-content {
    background: #f0ede4;
    font-family: 'Open Sans', sans-serif;
}




#dashboardmain {
}

#dashboardmain .userorg-info {
    float: left;
}

#dashboardmain .userorg-info span.orgname {
    font-weight: bold;
}

.block {
    margin: 32px 0 0 0;
    margin: 2rem 0 0 0;
}

.block-row {
    clear: left;
}

a + .block-row {
    border-top: 4px solid #ffb395;
    border-top: 0.25rem solid #ffb395;
    padding-top: 8px;
    padding-top: 0.5rem;
}

.block-label {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.5em;
    width: 10rem;
}

.block-value {
    display: inline-block;
    vertical-align: top;
}


.listblock .listitemstate {
    padding-right: 5px;
}
.listblock .vacancyexpirydate {
    color: #888;
    font-style: italic;
}

#dashboardmain h2 {
    margin: 0 0 4px 0;
    margin: 0 0 0.25rem 0;
    float: left;
}

#dashboardmain .edit,
#dashboardmain .add {
    display: block;
    float: right;
    padding: 4px 8px;
    padding: 0.25rem 0.5rem;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;   
    background: #0071bb;
    font-size: 0.875rem;
    margin: 2px 0 0 0;
}

#dashboardmain .account {
    font-size: 15px;
    padding-left: 3px;
}

#dashboard .wf_editor_toggle {
    padding-left: 20px;
}

#dashboard #jform_longbio_parent {
    padding: 0px 20px 20px 20px;
}

#dashboard textarea#jform_longbio {
    max-width: 620px;
}

#dashboard .userorgsleftcol {
    width: 420px;
    float: left;
}



#rightcol .dashboardheader h1 {
    color: rgb(64,22,99);
}

#dashboardmain .publicname {
    color: #888;
    font-style: italic;
    padding-left: 10px;
}

.dashboard-inline {
    display: inline;
    float: right;
    margin: 0 0 0 12px;
    margin: 0 0 0 0.75rem;
}

#dashboard table.manage-org-users {
    width: 100%;
}

#dashboard table.manage-org-users th {
    color: #401564;
    font-weight: bold;
    padding: 0.5em;
}

#dashboard table.manage-org-users tbody tr {
    border-top: 1px solid #ccc;
}

#dashboard table.manage-org-users tbody td {
    padding: 0.5em;
}

#dashboard table.manage-org-users td.displayname {
    font-weight: bold;
}

#dashboard table.manage-org-users td.icon {
    padding-left: 25px;
}

#redshopcomponent.redshop .adminform {
    margin-bottom: 10px;
}

table.admintable input,
#state_code.inputbox,
#state_code_ST {
    width: 332px;
}

.admintable td {
    padding: 2px;
}

.admintable .requiredlabel {
    padding-left: 110px;
    color: red;
}

#divPaymentMethod {
    display: none;
}

.add-user-org {
	background: #F8F8F7;
	float: left;
	width: 100%;
	margin-top: 10px;
}

.add-user-org form {
	width: 48%;
}
.add-user-org fieldset {
	margin: 0;
	padding: 0 1.5em 1.5em 1.5em;
}

#orglist {
    float: right;
    margin-right: 20px;
	padding-top: 20px;
    width: 48%;
}

#orgsfound {
    border-bottom: 1px solid #ccc;
    font-style: italic;
    padding: 5px 0 5px;
}

#orgmatches {
	float: left;
	width: 100%;
}
#orgmatches li {
    border-bottom: 1px solid #ccc;
    list-style-type: none;
    padding: 10px 0 40px 0;
}

#orglist #orgmatches li input {
    background: #E5E2DD;
    border-radius: 5px;
    color: #333;
    font-size: 14px;
    letter-spacing: auto;
    line-height: auto;
    text-transform: none;
    width: 65px;
    height: 25px;
    margin: 2px;
    font-family: 'Open Sans', sans-serif;
    border: 0 none;
    cursor: pointer;
    display: block;
}

#orgcreate {
    border-bottom: 1px solid #ccc;
    float: left;
    font-style: italic;
    margin-bottom: 20px;
    padding: 8px 0;
    width: 100%;
}
#orgcreate form {
	float: right;
	width: auto;
}
#orgcreate input {
    background: #E5E2DD;
    border: 0 none;
    border-radius: 5px;
    color: #333;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: 25px;
    letter-spacing: auto;
    line-height: auto;
    text-transform: none;
    width: 160px;
}

#orglist #orgmatches li input:hover,
#orgcreate input:hover {
    background: #f5f5f5;
}

#orgsnotfound {
    margin-left: 38px;
    padding: 5px 0 5px;
    font-style: italic;
    border-bottom: 1px solid #ccc;
}

.body-redshop.body.view-checkout.body-layout-default.body-overlayed #sbox-window {
    height: 370px;
    width: 470px;
}

fieldset.adminform {
    background: #fff;
}

fieldset.adminform legend {
    font-weight: bold;
}

.checkboxes {
    display:block;
    margin-bottom:5px;
}

.checkboxes input {
    width:auto; float:none;
}

.sectionheading {
    font-weight:bold;
    padding:10px 0px;
}

#newsletter .savebutton {
    background: #49afcd;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    letter-spacing: auto;
    line-height: auto;
    text-transform: none;
    width: 66px;
    height: 30px;
    margin: 15px 2px 5px 0;
    font-family: 'Open Sans', sans-serif;
    border: 0 none;
    cursor: pointer;
}

#newsletter .cancelbutton {
    background: #ebebeb;
    border-radius: 5px;
    color: #333;
    font-size: 14px;
    letter-spacing: auto;
    line-height: auto;
    text-transform: none;
    width: 66px;
    height: 28px;
    margin: 15px 2px;
    font-family: 'Open Sans', sans-serif;
    border: 0 none;
    cursor: pointer;
}

#newsletter input.savebutton:hover {
    background: #2f96b4;
}

#newsletter input.cancelbutton:hover {
    background: #f5f5f5;
}

#rssfeed {
    float: right;
}

#publicationstable td {
    padding: 0.5em 0 0 0;
    border: none;
}

.account_table td {
    padding: 3px 0;
}

div.finder {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

div.finder div {
    float: left;
    margin-top: 4px;
    clear: both;
}

div.finder div#rssfeed {
    margin-top: 0;
}

div.finder div select.inputbox {
    float: right;
    margin-left: 0.5em;
}

#searchbox #mod-finder-searchform div.finder {
    border: none 0;
    background: none;
    padding: 0;
    margin: 0;
}

.body-consultants.body-view-consultants #mod-finder-searchform div.finder label {
    display: block;
    float: left;
    margin-right: 0.5em;
}

.body-consultants.body-view-consultants .items_list li {
    list-style-type: none;
    margin-bottom: 1.5em;
    margin-top: 1em;
    overflow: auto;
    padding: 0.5em 0;
}

.body-consultants.body-view-consultants .items_list li a,
.body-finder.body-view-search dl.search-results dt.result-title a {
    color: #401663;
    font-weight: bold;
}

.body-finder.body-view-search dl.search-results dt.result-title {
	clear: both;
    margin-top: 1.5em;
    width: 100%;
}

.body-finder.body-view-search dl.search-results dd.result-text { }

.body-consultants .information
{
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    border-radius: 5px 5px 5px 5px;
    color: #468847;
    padding: 5px 20px;
}

.edit-renew {
    float: right;
    padding: 0.5em;
    border: 1px solid #BEB7A9;
    background: #F3F0EB;
    font-weight: bold;
    color: #401564;
}

.edit-renew a {
    color: #401564;
}

.body-consultants fieldset {
    margin: 1em 0;
    padding: 0.5em;
    border: 1px solid #BEB7A9;
    background: #F3F0EB;
}
.body-consultants legend {
    color: #401564;
    font-weight: bold;
}

.contact_hide {
    display: none;
}

.contact-details h3,
.categories h3 {
    font-weight: bold;
}

.contact-details span {
    font-weight: bold;
}

.consultant-short-description,
.consultant-logo {
    float: left;
}

.consultant-short-description {
    width: 474px;
}

.consultant-logo {
    border: 1px solid #ddd;
    padding: 2px;
}

.publish-unpublish {
    clear: left;
}

#address {
    float: left;
    width: 250px;
}

#logo-brochure-box {
    float: right;
}

#phone-email-website {
    float: left;
    clear: left;
}

#logo-box {
    border: 1px solid #ddd;
    padding: 2px;
}

.description-of-services span {
    font-weight: bold;
}

.experience span {
    font-weight: bold;
    display: block;
}

#form-consultant label {
    clear: both;
    display: block;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

#form-consultant input {
    clear: both;
    float: left;
    width: auto;
}
#form-consultant textarea,
#form-consultant .consultant-short-description input {
    clear: both;
    float: left;
    width: 90%;
}

#form-consultant .consultant-contact-info input {
    clear: both;
    float: left;
    width: 50%;
}
#form-consultant .short input { width: 150px; }

#form-consultant .clearfix {
    margin-bottom: 5px;
}

.body-consultants.body-view-consultantform #form-consultant {
    margin: 1em 0;
    padding: 0.5em;
    border: 1px solid #BEB7A9;
    background: #F3F0EB;
}

.body-consultants #form-consultant .categories label,
.body-consultants #form-consultant .donotshowpostaladdress label,
.body-consultants #form-consultant .offeringdiscount label {
    clear: none;
    display: inline;
    font-weight: normal;
    line-height: 18px;
    margin-left: 5px;
}

span.star {
    color: #d51920;
}

#form-consultant h3 {
    font-weight: bold;
}

table.feecategories th {
    background-color: #ddd;
    border: 1px solid #aaa;
    padding: 3px;
}
table.feecategories td {
    border: 1px solid #aaa;
    padding: 3px;
}

.ui-widget {
    font-family: 'museo-sans', sans-serif;
    font-size: 16px;
    font-size: 1rem;
}

#accordion {
    margin: 1.5em 0;
    border-bottom: 2px solid #ffb496;
    border-bottom: 0.125rem solid #ffb496;
    background-color: #fff;
}

#accordion h3.ui-accordion-header {
    border-radius: 0;
    padding: 0;
    background: #fff;
    border-top: 2px solid #ffb496;
    border-top: 0.125rem solid #ffb496;
    border-left:0;
    border-right: 0;
    border-bottom: 0;
    color: #000;
    margin: 0;
    padding: 9px 0;
    padding: 0.5rem 0;
    font-weight: normal;
    color: #000;
    font-size: 18px;
    font-size: 1.125rem;
}
#accordion .ui-accordion-header.ui-state-active {
    color: #522a6b;
    font-weight: bold;
    background-color: #fff;
}
#accordion .ui-accordion-header .ui-accordion-header-icon {
    position: static;
    left: 0;
    top: 0;
    margin: 2px 0 0;
    margin: 0.1rem 0 0;
    width: 20px;
    width: 1.25rem;
    float: left;
    background-image: url(../mainfiles/css/images/ui-icons_454545_256x240.png);
}

.ui-accordion .ui-accordion-content {
    padding: 0 16px 16px 20px;
    padding: 0 1rem 1rem 1.25rem;
    background: #fff;
    border: 0;
}
.ui-accordion .ui-accordion-content p:first-child {
    margin-top: 0;
}

/*#ui-accordion-accordion-header-0 { background: #fff; }
 *  * #ui-accordion-accordion-header-1 { background: #E4E5E1; }
 *   * #ui-accordion-accordion-header-2 { background: #E4E5E1; }
 *    * #ui-accordion-accordion-header-3 { background: #E4E5E1; }
 *     * #ui-accordion-accordion-header-4 { background: #E4E5E1; }*/

/* ckm.se added duplication of colours 11th march 2014 */
/*#ui-accordion-accordion-header-5 { background: #E4E5E1; }
 *  * #ui-accordion-accordion-header-6 { background: #E4E5E1; }
 *   * #ui-accordion-accordion-header-7 { background: #E4E5E1; }
 *    * #ui-accordion-accordion-header-8 { background: #E4E5E1; }
 *     * #ui-accordion-accordion-header-9 { background: #E4E5E1; }*/

table.membershipfees {
    background: #ddd8e0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 1em;
}

table.membershipfees td {
    padding: 0 10px;
}

table.membershipfees td h4 {
    margin-top: 10px;
}

table.membershipfees .purplecol {
    background: #d8c7e3;
}

.related_product_inside {
    border: 1px solid #401564;
}

.downloadproduct {
    border: 1px solid #401564;
    background: #e9e9e9;
    padding: 10px;
}

.downloadproduct legend,
.downloadproduct td#token_id {
    font-weight: bold;
}

/* Contact form */
.simple-captcha img { float: left; }
.simple-captcha input {
    clear: both;
    float: left;
    margin-top: 5px;
}

/* VCQA registration form */
.body-vcqaregister dt,
.body-vcqaregister dd {
    clear: both;
    float: left;
    width: 550px;
}
.body-vcqaregister dt { margin-top: 10px; }
.body-vcqaregister input { float: left; }
.body-vcqaregister #partnership,
.body-vcqaregister #individual,
.body-vcqaregister #branches,
.body-vcqaregister #accreditation {
    border: 1px dotted #75A352;
    margin-top: 10px;
    padding: 0 0 10px 10px;
    width: 80%;
}
.body-vcqaregister #partnership,
.body-vcqaregister #branches,
.body-vcqaregister #accreditation { display: none; }
.body-vcqaregister #branch_addanother { margin-top: 10px; }

.body-vcqaregister .tip {
    float: left;
    background: #ffc;
    border: 1px solid #75A352;
    border-radius: 8px;
    padding: 5px;
    max-width: 250px;
    z-index: 50;
}

.body-vcqaregister .tip-wrap {
    background-color: #fff;
    border: none;
    border-radius: 8px;
}

.body-vcqaregister .tip-title {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    margin-top: -15px;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: left;
}

.body-vcqaregister .tip-text {
    font-size: 1em;
    margin: 0;
    padding: 3px 0;
    text-align: left;
}

#vcqa-registration-form li { list-style-type: none; }
#vcqa-registration-form label {
    float: left;
    font-weight: bold;
}
#vcqa-registration-form .field-description {
    clear: both;
    float: left;
}

#vcqa-registration-form .pane-toggler,
#vcqa-registration-form .pane-toggler-down {
    background: #eee url(images/fancy_right.png) no-repeat 4px 2px;
    border: 1px solid #75A352;
    cursor: pointer;
    float: left;
    margin-top: 10px;
    padding: 5px 0 5px 40px;
    width: 480px;
}
#vcqa-registration-form .pane-toggler-down { background: #eee url(images/fancy_down.png) no-repeat 4px 2px; }
#vcqa-registration-form .pane-slider { clear: both; }
#vcqa-registration-form #jform_vcqa_region input {
    float: left;
    margin: 5px 0 0 0;
    width: 5%;
}
#vcqa-registration-form #jform_vcqa_region label {
    float: left;
    font-weight: normal;
    width: 95%;
}
.body-vcqaregister #system-message-container,
.vcqaregister { float: left; }
.body-vcqaregister .branch-separator {
    float: left;
    margin: 15px 0 0 0;
    width: 95%;
}
.body-vcqaregister .error {
    color: red;
    float: left;
    font-weight: bold;
    margin-left: 10px;
}

/* Volunteer Centre Finder */
#mapCanvas {
    clear: both;
    height: 585px;
    margin-top: 15px;
}
#mapCanvas img { max-width: none; }

.mtitle {
    background-color: #401564;
    padding: 5px;
}
.mtitle a { color: #fff; }
.mtitle a:hover {
    background-color: #fff;
    color: #401564;
}
.body-volunteercentres input#q { width: 200px; }
.body-volunteercentres .directions a {
    background-color: #eeeeee;
    border: 1px solid #401564;
    border-radius: 5px;
    clear: both;
    float: left;
    margin: 10px 0;
    padding: 5px;
    text-align: center;
    width: 126px;
}
.body-volunteercentres .directions a:hover { background-color: #fff; }
.body-volunteercentres .directions .back-btn {
    float: right;
    margin-right: 10px;
}
.body-volunteercentres #events-search { margin-bottom: 10px; }

/* vacancy-search */

.vacancies-table {
    width: 100%;
    border: 1px solid #363636;
}

.vacancies-table th {
    font-weight: bold;
    padding: 4px;
/*  background: #F0EDE4; */
    background: #ddd;
}

.vacancies-table td {
    padding: 4px;
    vertical-align: top;
}

.vacancies-table .row1 {
/*  background: #F0EDE4; */
    background: #e4e4e4;
}
.vacancies-table .title { width: 56%; }
.vacancies-table .vacancy-type { width: 20%; }
.vacancies-table .deadline { width: 22%; }

/* vacancy */

.vacancy-edit ul {
    padding: 0 !important;
    margin: 0 !important;
}
.vacancy-edit li {
    list-style: none;
    margin-bottom: 6px !important;
}
.vacancy-edit label {
    display: block;
}
.vacancy-edit .radio label {
    float: none;
}
.vacancy-edit .readonly {
    border: none !important;
    color: #666;
}
.vacancy-edit #editor-xtd-buttons {
    width: 600px;
    float: left;
}
.vacancy-edit .toggle-editor {
    height: 50px;
    width: 120px;
    float: right;
}

.vacancy-edit #jform_rules-lbl{
    display:none;
}

.vacancy-edit #access-rules a:hover{
    background:#f5f5f5 url('../images/slider_minus.png') right  top no-repeat;
    color: #444;
}

.vacancy-edit fieldset.radio label{
    width: 50px !important;
}

.vacancy-edit li select,
.vacancy-edit li input {
    clear: both;
    width: 260px;
    float: none;
}

#vacancy-view {
    width: 100%;
    border: 1px solid #363636;
}

#vacancy-view tr {
    border-bottom: 1px dashed #363636;
}

#vacancy-view th {
    width: 218px;
    font-weight: bold;
    background: #F0EDE4;
    padding: 4px;
    vertical-align: top;
}

#vacancy-view td {
    padding: 4px;
    vertical-align: top;
}


.body-dashboard.body-view-dashboard #content {
    padding: 10px 30px 30px 20px;
}

#dashboard .formControls {
    clear: left;
}

#dashboard .clearfix #description {
    color:#888;
}

/* ----------- 
 *     Forms
 *     ------------- */ 

fieldset, form[name="redform"], #ckm-vacancy-search form, #mod-finder-searchform div.finder {
    margin: 1em 0;
    padding: 1em 1.5em 1.5em 1.5em;
    background-color: #F8F8F7;
    box-sizing: border-box;
}

fieldset.word label {
    display: none;
}

fieldset.word button {
    float: none;
    margin-top: 0.1em;
}

#contact-form legend, #sasmilf legend, #redform legend {
    display: block;
    float: left;
    margin-bottom: 0.75em;
}

#contact-form dl, #sasmilf label, #redform label, .fieldline div.label {
    margin-top: 0.75em;
    display: block;
    clear: both;
    font-size: 1em;
    line-height: 1.25em;
    font-weight: 700;
    color: #522A6B;
    display: block;
    box-sizing: border-box;
}

#ckm-vacancy-search form label, #dashboard label {
    padding-top: 0.75em;
    display: block;
    clear: both;
    font-size: 1em;
    line-height: 1.25m;
    font-weight: 700;
    color: #522A6B;
    display: block;
}

#dashboard label {
    padding-top: 1.5em;
}

#contact-form dl:first-child, #sasmilf label:first-child, .fieldline div.label:first-child, #ckm-vacancy-search form label:first-child {
    margin-top: 0;
}

label#jform_firstname-lbl {
    padding-top: 0;
}

#contact-form label, #sasmilf input, #redform label {
    font-size: 1em;
    line-height: 1.25em;
    font-weight: 700;
    clear: both;
    color: #522A6B;
    margin-top: 1.5em;
    display: block;
}

#contact-form input,
#sasmilf input,
#redform input,
#ckm-vacancy-search form input,
#dashboard .clearfix input  {
    background-color: #fff;
    background-image: url("images/form.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid rgb(186,187,178);
    box-sizing: border-box;
    font-family: "museo-sans", sans-serif;
    font-weight: 300;
    height: 1.875em;
    margin-top: 0.5em;
    padding-left: 5px;
    width: 100%;
}

#contact-form input:focus, #sasmilf input:focus, #redform input:focus {
    border: 1 px solid #BBBCB3;
    outline: none;
    background-image: url("images/form-focus.png");
}

#contact-form textarea, #sasmilf textarea, #redform textarea, #dashboard textarea {
    box-sizing: border-box;
    margin-top: 0.5em;
    width: 100%;
    border: 1px solid #BBBCB3;
    background-image: url("images/form.png");
    background-position: right bottom;
    background-size:  1.25em;
    background-repeat: no-repeat;
}

#contact-form textarea:focus, #sasmilf textarea:focus, #redform textarea:focus {
    outline: none;
    box-shadow: none;
}

#recaptcha_area {
    display: block;
    margin-top: 0.5em;
}

input.invalid { 
     background-image: url("images/form-error.png") !important;
    border-color:  #d51920 !important;
}


.button,
#sasmilf input.button,
#submit_button input,
#ckm-vacancy-search form input#submitbutton,
#dashboard .savebutton,
#dashboard .cancelbutton {
    background-image: none !important;
    float: right;
    display: block;
    margin: 1.75em 0 0 0;
    border-radius: 0;
    border: none;
    background-color: #0071BB;
    color: white;
    text-transform: uppercase;
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    font-size: 0.875em;
    line-height: 1em;
    padding: 0.5em;
    width: auto;
    transition: 0.2s ease-in;
}

#dashboard .cancelbutton {
    margin-right: 0.5em;
    background-color: #6E6E69;
}

.button:hover,
input.button:hover,
#submit_button input:hover,
#ckm-vacancy-search form input#submitbutton:hover,
#dashboard .savebutton:hover,
#dashboard input.cancelbutton:hover {
    background-color: #522A6B;
    text-decoration: none;
    color: white;
}

label#jform_contact_name-lbl {
    margin: 0;
}

#rightcol table.progressbar {
    margin-top: 1em;
    margin-bottom: 0px;
    background-color: #F8F8F7;
    border: none;
    min-width: 100%;
}

#rightcol table.progressbar td {
    border: none;
    border-top: 3px solid #B1C7DA;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    padding: 0.75em 0;
}


#rightcol table.progressbar td.activestep {
    border: none;
    border-top: 3px solid #004C7E;
    font-weight: 700;
    background-color: #F8F8F7;
}


#sasmilf {
    padding: 1em 1.5em 1.5em 1.5em;
    margin-bottom: 2em;
    background-color: #F8F8F7;
    float: left;
}

#sasmilf input, #sasmilf textarea, #sasmilf select, #sasmilf .subtitle, #sasmilf label, #sasmilf .button {
    clear: none;
    float: none;
}


#sasmilf input {
    background-image: url("images/form.png");
    margin-top: 0.5em;
    width: 100%;
    height: 1.875em;
    border: 1px solid rgb(186,187,178);
    background-color: #fff;
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    height: 2rem;
    box-sizing: border-box;
    font-weight: 300;
    font-family: "museo-sans", sans-serif;
}


input#nocharitynum {
    height: 0.875em;
    display: inline-block;
}

#sasmilf form h3 {
    margin-top: 0;
}

#sasmilf .subtitle {
    color: #522A6B;
   margin: 1.4em 0 0.625em 0;
   text-decoration: none;
   font-size: 18px;
   font-size: 18px;
   font-size: 1.125rem;
   line-height: 1.25;
   font-weight: 900;
}


#events-search input#q, .inputbox {
    float: left;
    display: inline-block;
    box-sizing: border-box;
    height: 2em;
    margin: 0;
}

#events-search input.button, button.finder-prefsup, .finder button {
    display: inline-block;
    float: none;
    clear: none;
    height: 2em;
    margin-top: 0px;
    margin: 0;
}

form {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.field {
    width: 95%;
}

#field_821 label {
    margin-top: 0;
}

label.finder-prefsup {
    display: none;
}

 .finder-prefsup {
    margin-top: 0.5em;
 }

.fieldoption {
    display: table-row;
    margin-top: 0.5em;

}

#redform input[type=checkbox],
#redform input[type=radio] {
	background: none;
	border: none;
	box-sizing: content-box;
	height: auto;
	padding: 0px;
	width: 20px;
}

.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #75A352;
    border-radius: 8px;
	padding: 5px;
	max-width: 350px;
	z-index: 50;
}
.tooltip-arrow {}
.tooltip-inner {
	
}

/* redSHOP */
.ckm-categories {
    border: none;
    float: left;
    min-height: 126px;
    width: 315px;
}
#rightcol .ckm-categories h2 {
    margin: 0;
    padding: 0;
    text-align: left;
}


.category_box_outside {
    border: none;
    margin-top: 1em;
    margin: 0;
    padding: 0;
    width: auto;
}
.category_box_wrapper {
    float: left;
    min-height: 0;
}

.category_pagination { float: left; }

.category_pagination span, a.pagenav{ margin: 0 0.25em; float: left;}


.category_product_title h3 {
    float: left;
    text-align: left;
    width: 100%;
}

a.pagenav+div {
    height: 0px
}

.category_product_title h3 a { font-size: 16px;line-height: 1.2em; font-weight: normal;}
.category_product_image {
    height: auto;
    float: left;
    padding: 0;
    width: auto;
}
.category_product_image .productImageWrap {
    display: inline;
    float: left;
    margin-right: 10px;
}
.category_product_desc { text-align: left; float: left; margin-top: 1em; }

.category_product_desc p {
    margin-top: 0;
}

.category_product_price {
    clear: both;
    float: left;
    text-align: left;
    display: inline-block;
    margin: 1em 1em 0 0;
}

.category_product_price span {
    font-size: 1.5em;
    font-weight: 400;
    color: #522A6B;
}
.category_product_addtocart {
    clear: both;
    float: left;
}


.product_title div {
    margin-top: 0.25em;
}

.category_pagination {
    margin-top: 1.5em;
}

.redpagination-enable-style {
    float: left;
    margin: 0 0.25em;
}
.redpagination-style {
    float: left;
    margin: 0 0.25em;
}
.redpre {
    float: left;
    margin-right: 5px;
}
.rednext {
    float: left;
}

.product_left {
    float: left;
    width: 64%;
}

.product_right {
    float: left;
    width: 34%;
}
.product_image { border: none; }
.productImageWrap {
    display: block;
}
.productImageWrap img { border: 1px solid #401564; }
#rightcol .product_title h1 {
    margin: 0;
}

.product_desc_short {
    float: left;

}

.discount-table caption {
    font-weight: 700;
    margin-top: 0.25em;
    text-align: left;
    color: #522A6B;
}

.discount-table th,
.discount-table td {
    border: 1px solid #333;
    padding: 5px;
}
.discount-table .column {
    text-align: center;
    width: 65px;
}
.discount-table th { background-color: #f2f2f2; }

.persona-product {
    margin: 1em 0 0 0;
}
.persona-product a {
    background: url(images/persona_sign_in_blue.png) no-repeat left top;
    display: block;
    height: 25px;
    width: 185px;
}
.persona-product a span { display: none; }

.addtocart_formclass {clear: both; margin-top: 0.5em;}

.addtocart_formclass .cart-quantity { width: auto; margin-top: 0px; }

.addtocart_formclass .cart-quantity input {
    border: 1px solid rgb(186,187,178);
    border-radius: 0;
    height: 1.7em;
    margin: 0 0.5em 0 0;
    display: inline-block;
}
.cart-link,
.addtocart_formclass .product-cart-link {
    float: left;
    width: auto;
}

.cart-link a, .cartbutton, .addtocart_formclass .product-cart-link a {
    background-image: none !important;
    float: left;
    clear: both;
    display: inline-block;
    border-radius: 0;
    border: none;
    background-color: #0071BB;
    color: white;
    text-transform: uppercase;
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    font-size: 0.875em;
    padding: 0.2em 0.5em;
    width: auto;
    transition: 0.2s ease-in;
}

.cart-link a:hover, .cartbutton:hover, .addtocart_formclass .product-cart-link a:hover {
    background-color: #522A6B;
    text-decoration: none;
    color: white;
    float: left;
    display: inline-block;
}

/* Shopping cart module */
.mod_cart_checkout {
    margin-top: 5px;
}
#sidemenu .mod_cart_checkout a {
    font-family: "museo-sans", sans-serif;
    font-weight: 300;
    color: #6E6E6A;
    display: inline-block;
    font-size: 0.875em;
    text-transform: none;
    letter-spacing: normal;
    word-spacing: normal;
}
#sidemenu .mod_cart_total {
    margin-top: 0.5em;
    font-size: 0.875em;
    color: #383A3C;
}
#sidemenu .mod_cart_checkout a { 
    cursor: pointer;
    padding: 0 0 0 0;
    color: #383A3C;
}
#sidemenu #mod_cart_view_cart_ajax {
    display: inline-block;
    border-right: 1px solid #6E6E6A;
    padding: 0 0.5em 0 0;
}
#sidemenu #mod_cart_checkout_ajax { 
    display: inline-block; 
    padding: 0 0.5em 0 0;
}

#sidemenu div.mod_cart_total_txt { margin-right: 5px; }

#rightcol td.checkout-bar-1-active,
#rightcol td.checkout-bar-2-active,
#rightcol td.checkout-bar-3-active,
#rightcol td.checkout-bar-1,
#rightcol td.checkout-bar-2,
#rightcol td.checkout-bar-3 {
    text-align: left;    
    vertical-align: middle;
    padding-left: 2em;
    border: none;
}

#rightcol #redshopcomponent td {
    border: none;
    padding: 0;
    vertical-align: middle;
}

#rightcol #redshopcomponent .discount-table th,
#rightcol #redshopcomponent .discount-table td {
    border: 1px solid #333;
    padding: 5px;
}

/*-----------------
 *     Alerts 
 *-----------------*/
#system-message {
    margin: 1.5em 0;
}

dt.error,
dt.message,
.alert-heading {
    background-color: #CC604B;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0;
    padding: .25em .5em .25em .5em;
}

dd.message,
.alert div,
.login .login-description {
    font-size: 1em;
    line-height: 1.5em;
    padding: 0.25em 0.5em 0.25em 0.5em;
    background-color: #ebc69d;
}
.alert a.close { display: none; }

dd.message p:first-child {
    margin-top: 0.1em;
}

.item-page dd.error ul li {
    text-indent: 0;
    padding-left: 0;
}

dd.error ul li::before {
    display: none;
}

#inner-head { display: inline-block; }

 /* Persona */
.signin span { display: none; }

ul#persona {
  float: right;
  padding: 0;
  background-color: transparent;
  background-image: url(images/persona.png);
    background-image: 
        linear-gradient(transparent, transparent),
        url(images/persona.svg);
   background-repeat: no-repeat;
    background-position: 0.75em 50%;
    display: block;
    height: 2.75em;
    width: 8em;
    margin-top: -0.666em;
}

ul#persona a {
    transition: 0s;
    display: none;
}

ul#persona:hover {
    content:"";
    background-image: url(images/persona-purple.png);
    background-image: 
        linear-gradient(transparent, transparent),
        url(images/persona_purple.svg);
    background-color: #B7D4C0;
    padding: 0;
    margin-top: -0.666em;
}

ul#persona li { height: 1.5em; }
ul#persona li:first-child { margin-top: 2.75em; }
ul#persona li:last-child { margin-top: 4.5em; }

ul#persona:hover li {
    list-style-type: none;
    display: block;
    position: absolute;
}

ul#persona:hover li a {
    margin-left: 0em;
    color: #522A6B; 
    background-color: #B7D4C0;
    box-shadow: 1px 1px 1px rgba(50,50,50,0.5);
    font-size: 1em;
    padding: 0.125em 0.5em;
    display: block;
    width: 7em;
}

ul#persona li a.signin {
    position: absolute;
    margin-top: -4.5em;
    margin-left: 0;
    height: 2.5em;
    width: 8em;
    background-color: transparent;
    box-shadow: none;
    font-size: 1em;
    padding: 0.25em 0.5em;
    display: block;
    color: #fff;
    text-decoration: none
}
ul#persona:hover li a.signin {
    margin: -4.5em 0 0 0;
    padding: 0.25em 0.5em;
}

ul#persona li a.signin:after {
    content: "Sign in/up";
    display: block;
    color: #fff;
    width: 5em;
    margin: 0.5em 0 0 2em;
    text-decoration: none;
}

ul#persona:hover li a.signin:after {
    color: #522a6b;
}


/*-----------------
 *     Shopping 
 *-----------------*/

.fieldline div {
    clear: both;
}

div.fieldinfo {
    clear: none;
}

.fieldline div.label {
    width: auto;
}

#redshopcomponent #ajax_cart_wrapper h2 {
    font-weight: bold;
}

#redshopcomponent #ajax_cart_wrapper {
    background: #f0ede4;
}

#redshopcomponent #ajax_cart_continue_button .continue_cart_button,
#ajax_cart_show_button .view_cart_button {
    background-image: none !important;

    float: left;
    margin-top: 1em;
    border-radius: 0;
    border: none;
    background-color: #0071BB;
    height: 2.1em;
    color: white;
    text-transform: uppercase;
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    font-size: 0.875em;
    line-height: 1em;
    padding: 0.5em;
    width: auto;
    transition: 0.2s ease-in;
}

#redshopcomponent #ajax_cart_show_button .view_cart_button {
    float: right;
    width: 80px;
}

.blackbutton {
    background-image: none !important;
    display: block;
    border-radius: 0;
    border: none;
    background-color: #0071BB;
    height: 2.1em;
    color: white;
    text-transform: uppercase;
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    font-size: 0.875em;
    line-height: 1em;
    padding: 0.5em;
    width: auto;
    transition: 0.2s ease-in;
}

.continue_shopping input.blackbutton {
    margin-top: 1em;
}

.update_cart .inputbox {
    float: left;
    margin-right: 10px;
    padding: 5px;
}

.update_cart #coupon_button .blackbutton {
    margin-left: 10px;
}

.greenbutton {
    background-image: none !important;
    float: right;
    clear: none;
    margin-top: 1em;
    display: block;
    height: 2.1em;
    border-radius: 0;
    border: none;
    background-color: #0071BB;
    color: white;
    text-transform: uppercase;
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    font-size: 0.875em;
    line-height: 1em;
    padding: 0.5em;
    width: auto;
    transition: 0.2s ease-in;
}

.product_price_excl { width: 70px; }
.product_quantity { width: 130px; }
.total_price_excl { width: 98px; }

.shipping_with_vat,
.singleline,
.newsletter_signup,
.terms_and_conditions,
#spnShippingrate {
    padding: 5px;
}

.singleline {
    padding: 0;
    width: auto;
}

.terms_and_conditions { width: 350px; }
.product_quantity_checkout { width: 70px; }
.cart_customer_note { padding: 20px 5px; }
.account_table table { width: 300px; }
.account_shippinginfo { padding: 4px; }

.account_quotationinfo {
    vertical-align: top;
    padding: 4px;
}

.account_billinginfo td.account_label {
    font-weight: bold;
}

.cart_calculations td {
    text-align: left;
}

.cart_calculations td#billing_address,
.cart_calculations td#shipping_address {
    border: 1px solid #401564;
    background: #e9e9e9;
    padding: 10px;
    vertical-align: top;
}

#redshopcomponent .tdborder th {
    text-align: left;
}

.related_product_wrapper {
    margin: 0;
    padding: 0;
    border: none;
}

.related_product_inside {
    border: none;
    margin: 0;
    padding: 0;
}

.related_product_name a {
    font-weight: 700;
    margin-top: 0.25em;
    text-align: left;
    color: #522A6B;
}

.related_product_image {
    padding: 0;
    margin: 0;
}

.related_product_price {
    font-size: 1em;
    line-height: 1.25em;
    margin-top: 0.5em;
    display: block;
    color: #522A6B;
}

.related_product_bottom {
    clear: none;
}

form#addtocart_rel_66.addtocart_formclass {
    clear: none;
    width: auto;
}

td.cart_discount_form 
div#coupon_label.coupon_label {
    margin-top: 1em;
    font-family: "museo-sans", sans-serif;
}

/* News letter signup */
#newslettersignup {
    background: #F8F8F7;
    color: #FFF;
    height: 34px;
    padding: 7px 30px;
    font-weight: bold;
}
#newslettersignup h4 {
    float: left;
    font-size: 15px;
    width: 230px;
    padding: 10px 0 0;
}
#newslettersignup #newsletter {
    float: left;
    width: 430px;
    margin: 3px 0 0;
}
#newslettersignup #newsletter #box {
    background: #f2f2f2;
    color: #363636;
    float: left;
    font-size: 13px;
    width: 295px;
    margin-right: 25px;
}
#newslettersignup input {
    padding: 6px 5px 5px;
    width: 100%;
    height: 100%;
}
#newslettersignup #newsletterbutton {
    background: #22bab8;
    color: #FFF;
    display: block;
    float: left;
    padding: 7px 0 7px;
    text-transform: uppercase;
    float: left;
    width: 104px;
    height: 30px;
    border: 0 none;
    border-radius: 0;
    text-align: center;
    font-weight: bold;
}

#newslettersignup span {
    font-size: 13px;
    font-weight: normal;
    float: left;
    display: block;
    width: 240px;
    margin: 5px 0 0 0px;
    text-align: right;
}

/*-----------------
 *     Footer 
 *     -----------------*/

#footer {
    margin: 3em 0 0 0;
    background-color: #522A6B;
    border-top: 4px solid #FFB496;
    border-bottom: 4em solid black;
    width: 100%;
    clear: both;

}

#realfooter {
    margin: 0 auto;
    max-width: 1120px;
    padding: 32px 24px 0;
    padding: 2rem 1.5rem 0;
    clear: both;
    background-image: url(images/ncvo-logo-footer.png);
    background-image:
        linear-gradient(transparent, transparent), 
        url(images/ncvo-logo-footer.svg);
    background-repeat: no-repeat;
    background-position: 24px 65%;
    background-position: 1.5rem 65%;
    background-size: 10em;
}


#footer h3 {
    font-family: "Verlag A", "Verlag B", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    color: #ffffff;
    font-size: 1em;
    line-height: 1.25em;
}

#footer p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2em;
    color: #ffffff;
}

#followus a, #morefrom a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #ffffff;
}

#footermenu ul li a {
    color: #ffffff;
}

.footerblock {
    float: left;
}

#aboutinfo {
    font-size: 15px;
    width: 25%;
    margin: 0 1% 0 15em;
    line-height: 1.5em;
}

#morefrom {
    width: 17.5%;
    margin: 0 1.2em;
    line-height: 1.1em;
}

#footermenu {
    margin: 0 1.2em;
    line-height: 2em;
    width: 14%;
}

#footermenu ul {
    margin: 0.5em 0 0;
}

#footermenu ul li {
    margin: 0 0 0.2em;
    padding: 0;
    list-style-type: none;
}

#followus {
    width: 12%;
    margin: 0 0 0 1em;
    color: #ffffff;
}

#followus a, #morefrom a:hover{
    color: #ffffff;
}

#copyright {
    font-size: 0.875em;
    line-height: 18px;
    line-height: 1.125rem;
    clear: both;
    color: white;
    margin-bottom: -3.5em;
    text-align: left;
}

#realfooter .clearfix {
    margin-bottom: 4em;
    float: left;
}

.custom {
    margin-top: 0.32em;
}

#followus table td, #morefrom table td {
    padding: 0.75em 2px 0;
}

.custom p {
    margin-top: 1em;
}


/* Misc */
    
body ul.autocompleter-choices {
    border: 1px solid #522a6b;
    font-family: 'museo-sans', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 1px;
}
body ul.autocompleter-choices li {
    padding: 2px 4px;
    padding: 0.1rem 0.25rem;
}
body ul.autocompleter-choices li.autocompleter-selected {
    background-color: #eeefec;
    color: #000;
}
body .ckmheaders a {
    transition: all 0s;
}
body .ckmheaders .ckmleft {
    background: url(images/arrow-left.png) 0 0 no-repeat;
    left: 0;
}
body .ckmheaders .ckmright {
    background: url(images/arrow-right.png) 0 0 no-repeat;
    right: 0;
}
body .ckmheaders a:hover {
    background-position: 0 bottom;
}

body .entry-content,
body .entry-utility {
    clear: none !important;
}

#redshopcomponent > .product + div {
    clear: none !important;
}

/* Sitemap */
#osmap .level_1 { margin-left: 20px; }
#osmap .level_2 { margin-left: 20px; }
#osmap .level_3 { margin-left: 20px; }

#xmap .level_1 { margin-left: 30px; }
#xmap .level_2 { margin-left: 30px; }
#xmap .level_3 { margin-left: 30px; }
#xmap .level_4 { margin-left: 30px; }
#xmap .level_5 { margin-left: 30px; }

/* Click Dimensions Forms */
.clickdform form {
	padding: 1em 1.5em 1.5em 1.5em;
	background-color: #f8f8f7;
	box-sizing: border-box;
}
.clickdform .responsiveCell { text-align: left!important; }
.clickdform .maxSize1,
.clickdform .maxSize2,
.clickdform .maxSize3 {
	font-size: 15px!important;
	min-width: 560px!important;
	max-width: 560px!important;
}
.clickdform .requiredStar { position: relative; }

.clickdform span {
	color: #522a6b!important;
	font-size: 15px!important;
	font-weight: 700!important;
	margin-top: 1.5em!important;
}
.clickdform span.requiredStar { font-size: 20px!important; }

.clickdform input {
	background: #fff url("images/form.png") no-repeat right top;
	border: 1px solid rgb(186,187,178);
	box-sizing: border-box;
	font-family: "museo-sans", sans-serif;
	font-weight: 300;
	height: 2em;
	margin-top: 0.5em;
	padding: 0 0.5em;
	width: 100%;
}
.clickdform input:focus {
    background-image: url("images/form-focus.png");
    border: 1px solid #BBBCB3;
    outline: none;
}
.clickdform .responsiveCell .requiredStar .redformtip {
	font-size: 15px;
	padding: 5px;
	position: absolute;
	top: 20px;
	left: 20px;
}
.clickdform .responsiveCell .requiredStar .redformtip div { color: #000; }

.clickdform #btnSubmit {
	background-color: #0071bb;
	border: none;
	color: #fff!important;
	float: right;
	font-family: "museo-sans", sans-serif;
	font-size: 0.875em;
	font-weight: 700;
	line-height: 1em;
	margin-top: 25px;
	padding: 0.5em;
	text-transform: uppercase;
    transition: 0.2s ease-in;
}
.clickdform #btnSubmit:hover { background-color: #522a6b; }

.clickdform input[type=checkbox] {
	height: 1em;
	margin-right: 0.5em;
	margin-top: 4px;
	width: 1em;
}
#rightcol .clickdform td { border: none; }

#rightcol .clickdform input[type=radio] {
	margin-right: 8px;
	width: 15px;
}

div.stretchy-wrapper {
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
}
div.stretchy-wrapper > div {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
}

@media all and (max-width: 799px) {

    /* Breakpoint for medium and narrow-width adverts */

	#rightcol { padding-right: 0; }
    #banners { display: none; }
    #hpcontent, #content {
        min-height: 0;
    }

	.clickdform .maxSize1,
	.clickdform .maxSize2,
	.clickdform .maxSize3 {
		min-width: 25em!important;
		max-width: 25em!important;
	}
}

@media all and (min-width: 720px) and (max-width: 1090px) {
    /* Breakpoint for homepage laout */
    
    #hpleftcol {
        width: 53%;
    }
    #hprightcol {
        margin-top: 252px;
        margin-top: calc( 220px + 2rem );
    }
    @media all and (min-width: 800px) {
        #hprightcol { width: calc( 47% - 10.5rem ); }
    }
    @media all and (max-width: 799px) {
        #hprightcol { width: calc( 47% - 2.5rem ); }
    }

	.clickdform .maxSize1,
	.clickdform .maxSize2,
	.clickdform .maxSize3 {
		min-width: 24em!important;
		max-width: 24em!important;
	}
}

@media all and (min-width: 720px) and (max-width: 1023px) {

    /* Breakpoint for medium-width navigation and footer */

    #mainmenu {
        height: 56px;
    }
    #mainmenu ul li a {
        padding: 0.5rem 13px;
        padding: 0.5rem calc( ( 100vw - 34.5rem ) / 14 );
        line-height: 1.25;
        height: 56px; /* force links to appear at double line height */
    }
    /*we hide home link because it is superfluous and we need space */
    #mainmenu .item-101 a { display: none; }
    
    /* we assign custom widths to each link so we can best use the space */
    /* hacky yes, but at least we can keep the traditional nav to lower screen widths */
    #mainmenu .item-134 a { width: 4.375rem; }
    #mainmenu .item-167 a { width: 4.125rem; }
    #mainmenu .item-168 a { width: 5rem; }
    #mainmenu .item-564 a { width: 6.25rem; }
    #mainmenu .item-169 a { width: 6.125rem; }
    #mainmenu .item-132 a { width: 2.8125rem; }
    #mainmenu .item-170 a { width: 4.75rem; }

    #topmenu ul li a {
        margin: 0 0.5rem;
    }

    #footer {
        border-bottom: 0;
    }

    #realfooter {
        background-position: 1.5rem 1rem;
        background-size: 6rem auto;
    }
    #realfooter .clearfix {
        margin-bottom: 2rem;
        width: 100%;
    }
    #aboutinfo {
        float: none;
        width: 100%;
        margin: 1.15rem 0 0 8rem;
        max-width: 40em;
    }
    #morefrom, #footermenu, #followus {
        margin: 2.5rem 2rem 0 0;
        width: 30%;
        width: calc( ( 100% - 4rem ) / 3 );
    }
    #followus {
        margin-right: 0;
    }
    #morefrom td:nth-child(1),
    #followus td:nth-child(1) {
        width: 16px;
    }
    #morefrom td:nth-child(2),
    #followus td:nth-child(2) {
        width: 1px;
        overflow: hidden;
        padding: 0;
    }
    #copyright {
        margin: 2rem -1.5rem 0;
        background: #000;
        padding: 1rem 1.5rem;
    }
}

@media all and (max-width: 719px) {

    /* Breakpoint for narrow-width navigation, homepage and footer */

    .logo a { margin-top: 0.125rem; }

    #header {
        border-bottom: 0.25rem solid #FFB496;
        height: 3rem;
    }
    #top-header {
        padding: 0;
    }
    body.body-home-page #header {
        height: 8.25rem;
    }
    body.body-home-page .logo {
        margin-top: -0.75em;
    }
    body.body-home-page .logo a {
        margin-left: 0;
    }
    #top-header {
        height: 3rem;
    }
    body.body-home-page #top-header {
        height: 8rem;
    }
    #header-right {
        padding: 0.666rem 0 0.666rem;
    }
    body.body-home-page #header-right {
        padding-top: 6rem;
    }
    .logo {
      margin-top: -0.5em;
      margin-left: 0.5em;
    }
    #topmenu  { display: none; }
    #mainmenu { display: none; }
    #leftcol  { display: none; }
    #rightcol,
    #rightmodules {
        width: 100%;
        margin: 0;
    }
    #content {
        padding: 0 1.5rem;
    }

    #footer {
        border-bottom: 0;
    }
    #realfooter {
        background-position: 1.5rem 2rem;
        background-size: auto 8.5rem;
        padding-top: 10.5rem;
    }
    #realfooter .clearfix {
        margin: 0;
        float: none;
    }
    #copyright {
        margin: 2rem -1.5rem 0;
        background: #000;
        padding: 1rem 1.5rem;
    }
    #aboutinfo, #morefrom, #footermenu, #followus {
        margin: 0 0 2rem;
        width: 100%;
        float: none;
    }
    #aboutinfo h3 { display: none; }
    #morefrom table, #morefrom tbody, #morefrom tr,
    #followus table, #followus tbody {
        display: block;
    }
    @media all and (min-width: 480px) {
        #morefrom table {
            -moz-column-count: 2;
            -moz-column-gap: 2rem;
        }
    }
    #morefrom td {
        display: inline;
    }
    #footermenu ul li {
        display: inline;
        margin: 0 1em 0 0;
    }
    #footermenu ul li a {
        display: inline-block;
        white-space: nowrap;
    }
    #followus tr, #followus td {
        display: inline;
    }
    #followus tr {
        margin: 0 1em 0 0;
        white-space: nowrap;
    }
    #morefrom table td,
    #followus table td {
        padding: 0.5em 0 0;
    }
    #morefrom table td:nth-child(2),
    #followus table td:nth-child(2) { 
        display: none;
    }
    body.mobnav #mainmenu,
    body.mobnav #leftcol {
        display: block;
        background: #fff;
        border: 0;
    }
    body.mobnav #footer,
    body.mobnav #rightcol,
    body.mobnav #hpleftcol,
    body.mobnav #hprightcol,
    .clickingmad {
        display: none;
    }
    body.mobnav #content,
    body.mobnav #hpcontent {
        min-height: 0;
    }
    body.mobnav #mainmenu .menu {
        position: fixed;
        display: block;
        top: 3.25rem;
        left: 0;
        width: 8.125rem;
        height: calc( 100% - 3.25rem );
        background: #eeefec;
        overflow: scroll;
    }
    body.body-home-page.mobnav #mainmenu .menu {
        top: 8.25rem;
        height: calc( 100% - 8.25rem );
        width: 100%;
    }
    body.mobnav #sidemenu .menu {
        position: fixed;
        display: block;
        top: 3.25rem;
        left: 8.125rem;
        width: calc( 100% - 8.125rem );
        height: calc( 100% - 3.25rem );
        background: #ffb496;
        overflow: scroll;
    }
    body.mobnav #mainmenu .menu li,
    body.mobnav #sidemenu .menu li {
        display: block;
        margin: 0;
        padding: 0;
        line-height: 1.25;
        width: 100%;
    }
    body.mobnav #mainmenu .menu li a,
    body.mobnav #sidemenu .menu li a,
    body.mobnav #topmenu .menu li a {
        display: block;
        padding: 0.333rem 0.666rem;
        font-size: 1rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        text-align: left;
        color: #000;
    }
    body.mobnav #mainmenu .menu li a {
        color: #000;
    }
    body.mobnav #mainmenu .menu li.active a {
        background: #ffb496;
        color: #000;
    }
    body.mobnav #sidemenu .menu li a {
        color: #000;
    }
    body.mobnav #sidemenu .menu li.active {
        background: transparent; 
    }
    body.mobnav #mainmenu .menu li.current > a,
    body.mobnav #sidemenu .menu li.current > a {
        font-weight: bold;
        color: #522a6b;
    }
    body.mobnav #sidemenu li ul {
        margin-left: 1rem;
    }
    #hpleftcol, #hprightcol {
        float: none;
        margin: 0 0 0 0;
        width: 100%;
    }
    #hpslider {
        display: none;
    }
    #hpblock, #hpblock h3 {
        margin-top: 0;
    }
    #mobnav {
        float: right;
        display: block;
        width: 3em;
        height: 3em;
        background-image: url(images/hamburger.png);
        background-image: url(images/hamburger.svg);
        background-position: center center
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: -0.666em;
        transition: 0s;
    }
    body.mobnav #mobnav {
        background-color: #FFB496;
        background-image: url(images/hamburger-purple.png);
        background-image: url(images/hamburger-purple.svg);
    }
    #mobcart {
        float: right;
        display: block;
        width: 3em;
        height: 3em;
        background-image: url(images/cart-icon.png);
        background-image: url(images/cart-icon.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: -0.666em;
        transition: 0s;
    }

	.clickdform .maxSize1,
	.clickdform .maxSize2,
	.clickdform .maxSize3 {
		min-width: 25em!important;
		max-width: 25em!important;
	}

    @media all and (min-height: 480px) {
        /* if we have room we include the top menu */
        body.mobnav #topmenu {
            display: block;
            position: fixed;
            bottom: 0;
            left: 0;
            width: 8.125rem;
            z-index: 10;
            background: #c5c6c5;
            padding: 0.25em 0;
        }
        body.mobnav #topmenu ul li {
            float: none;
        }
        body.mobnav #topmenu .menu li a {
            padding: 0.25rem 0.666rem;
        }
    }
}

@media (max-width: 480px) {
        #recaptcha_challenge_image{
        margin: 0 !important;
        width: 100% !important;
        }
        #recaptcha_response_field
        {
        margin: 0 !important;
        width: 100% !important;
        }
        .recaptchatable #recaptcha_image {
        margin: 0 !important;
        width: 100% !important;
        }
        .recaptchatable .recaptcha_r1_c1, 
        .recaptchatable .recaptcha_r3_c1, 
        .recaptchatable .recaptcha_r3_c2, 
        .recaptchatable .recaptcha_r7_c1, 
        .recaptchatable .recaptcha_r8_c1, 
        .recaptchatable .recaptcha_r3_c3, 
        .recaptchatable .recaptcha_r2_c1, 
        .recaptchatable .recaptcha_r4_c1, 
        .recaptchatable .recaptcha_r4_c2, 
        .recaptchatable .recaptcha_r4_c4, 
        .recaptchatable .recaptcha_image_cell {
        margin: 0 !important;
        width: 100% !important;
        background: none !important;
        }
    #hpwhatsnew .hpblock {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    #hpwhatsnew p img {
        width: 100%;
    }
    #searchbox {
        margin: 0 0.666em 0 0;
    }
    #searchbox .inputbox {
        width: 3.75em;
    }
    #rightcol h1,
    #rightcol h1 a {
        font-size: 1.7rem;
    }
}

@media all and (max-width: 849px) and (min-width: 720px) {
    /* cheeky breakpoint for hiding the login prompt text */
    ul#persona li a.signin:after {
        content: "";
        display: none;
    }
    ul#persona {
        width: 3em;
    }
    ul#persona li {
        margin-left: -5em !important;
    }
    ul#persona li a.signin,
    ul#persona:hover li a.signin {
        width: 3em;
        margin-left: 5em;
    }
    #banners { display: none; }
 	#rightcol { padding-right: 0; }
}

@media all and (max-width: 480px) {
    /* duplicate breakpoint for hiding the login prompt text but at very narrow widths */
    ul#persona li a.signin:after {
        content: "";
        display: none;
    }
    ul#persona {
        width: 3em;
    }
    ul#persona li {
        margin-left: -5em;
    }
    ul#persona li a.signin,
    ul#persona:hover li a.signin {
        width: 3em;
        margin-left: 5em;
    }

	.clickdform .maxSize1,
	.clickdform .maxSize2,
	.clickdform .maxSize3 {
		min-width: 20em!important;
		max-width: 20em!important;
	}
	.product_left {
	    float: none;
	    width: auto;
	}
	.product_right {
	    float: none;
	    width: 100%;
	    margin: 1em 0 0 0;
	}
}

@media all and (max-width: 360px) {
    ul#persona, #mobnav, #mobcart {
      width: 2.25em;
      background-position: center;
    }
}