/*

  Logotype

  As used in mast.

*/

p#logotype {
  font-size: 2.5em;
  font-weight: bold;
  margin: 0;
}

/* panels for reuse */
.main-panel,
.sub-panel {
	background:#EBE9EA;
	margin: 1em 0;
}
.main-panel h2,
.sub-panel h2 {
	background:#434254;
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	padding-bottom: 5px;
	padding-left: 17px;
	padding-top: 5px;
}
.sub-panel h2 {
	background:#56217C;
}
.main-panel .wrap,
.sub-panel .wrap {
	padding:1em 17px;
}
/*

  Bits and bobs

*/


div.warning,
div.success {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 3px 1px #b6b6b6;
	-moz-box-shadow: 2px 2px 3px 1px #b6b6b6;
	box-shadow: 2px 2px 3px 1px #b6b6b6;
	color:#333;
	margin: 1em 0;
	padding:1em;
	position: relative;
	
}
div.warning {
	background: #FF4381;
}
div.success {
	background: #37FF9C;
}

div.warning h2,
div.success h2 {
	color:#fff;
	font-size: 1em;
	font-weight: bold;
	margin-top: 0;
}
div.warning p:last-child,
div.success p:last-child {
	margin-bottom:0;
}
div.warning:before,
div.success:before {
	content:' ';
    position:absolute;
    width:0;
    height:0;
    bottom:-14px;
    left:16px;
    border:7px solid;
}
div.warning:before,
div.success:before {
    border-color:#FF4381 transparent transparent transparent;
}
div.success:before {
    border-color:#37FF9C transparent transparent transparent;
}
p.fielderror {
	color:red;
	padding-left:22px;
	background:url(/themes/equity/front-end/gfx/build/icon_warning.gif) no-repeat top left transparent;
	margin-top:5px;
	font-size:0.9em;
	width:200px;
	/*margin-bottom:0px;*/
}

p.nofielderror {
	color:red;
	padding-left:22px;
	margin-top:5px;
	font-size:0.9em;
	width:200px;
}

/*

  Set of items

  e.g. list of news articles

*/

div.items {
  /*border-top: 2px solid #EEE;*/
}

	/* Clearfix for list items */
	div.items div.item:before, div.items div.item:after { content: ""; display: table; }
	div.items div.item:after { clear:both; }

  div.items div.item {
    border-bottom: 2px solid #EEE;
    padding: 1em 0;
    zoom:1;
  }

  #candidate-items div.item {
  	border:none;
	background-color:#EBE9EA;
	margin-top:13px;
  }

  #ballot .items .item {
 		Background-color:#FFFFFF;
		width:274px;
		float:left;
		padding:13px;

  }

  #ballot .items .item:nth-child(even) {
  	margin-left:10px;
  }

  #ballot form .items .votedfor {
  	Background-color:#EBE9EA;
  }

  #ballot .items .item img {
  	margin:0 13px 0 0;
  }

  #ballot .items .item input,#ballot .items .item span {
  	margin-top:30px;
  }

  #ballot .items .item input {
  	margin-right:8px;
  }

  #ballot form .formIMAGE {
  	clear:both;
	margin-top: 13px;
  }

  #search-items div.item {
  	min-height:0;
  }

   #sig-item div.item {
	min-height:0px;
  }

  div.items h2 {
    margin: 0;
    font-size: 16px;
	font-size:1.6rem;
  }

  div.items h2 a {
    text-decoration: none;
	color:#000000;
  }

  #primary div.items h2 a:hover {
   	text-decoration:underline;
}

div.items h2 a:visited {
	text-decoration:none;
}

  div.items p {
    margin: 0.25em 0;
  }

  div.items p.date {
    /*font-weight: bold;*/
  }

  div.items p.more a {
    /*text-align: right;*/
	  }

	 div.items h2.branch_type {
	 	margin-top:1.5em;
		margin-bottom:1.5em;
		font-size:1.8em;
		font-weight:bold;
		text-decoration:underline;
	 }

	 #sig-item div.item {
	 	margin-left:2em;
	 }

/*

  Details

  e.g. press release view page

*/

div.details {

}

  div.details p.date {
    /*font-weight: bold;*/
  }

/*

  Sitemap

*/

ol.sitemap {
	list-style: none;
	margin: 0;
	padding: 0;
}

	ol.sitemap li {
		padding: 0.33em 0;
		margin: 0;
	}

	ol.sitemap li.depth-1 { margin: 1em 0 0 0; font-size: 1.33em; font-weight: bold; }
	ol.sitemap li.depth-2 { margin-left: 16px; font-weight: bold; }
	ol.sitemap li.depth-3 { margin-left: 32px; }
	ol.sitemap li.depth-4 { margin-left: 48px; }
	ol.sitemap li.depth-5 { margin-left: 64px; }
	ol.sitemap li.depth-6 { margin-left: 80px; }
	ol.sitemap li.depth-7 { margin-left: 96px; }
	ol.sitemap li.depth-8 { margin-left: 112px; }

/*

  Document lists (for related items)

*/

ol.documents {
  display: block;
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
}

  ol.documents li {
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid #c9c9c9;
  }

  ol.documents li a {
    padding: 10px 0;
    display: block;
  }

   /* attached docs etc */
  #att-docs {}

  .attached h2 {
	display:block;
	margin-bottom:0;
  }

  .attached {
  	color:#4A4A4A;
  }

  #att-docs a, #att-docs a:hover, #att-docs a:visited {
  	text-decoration:none;
	color:#4A4A4A;
  }

   #att-docs h2, #att-links h2 {
	   	background: #ffde3c;
	   	padding: 10px 10px 7px;
	   	font: 13px 'Montserrat', Arial;
	   	border-bottom: 2px solid #cdc9cb;
   }



	.three-columns #att-links h2 {
	   	background:url(/themes/equity/front-end/gfx/titles/related_long.gif) 0px -33px no-repeat ;
   }

   .two-columns #att-docs h2 {
	   	/*background:url(/themes/equity/front-end/gfx/titles/related_2_column.gif) 0px -0px no-repeat ;*/
   }

	.two-columns #att-links h2 {
	   	/*background:url(/themes/equity/front-end/gfx/titles/related_2_column.gif) 0px -33px no-repeat ;*/
   }

   .one-column #att-docs h2 {
	   	background:url(/themes/equity/front-end/gfx/titles/related_1_column.gif) 0px -0px no-repeat ;
   }

	.one-column #att-links h2 {
	   	background:url(/themes/equity/front-end/gfx/titles/related_1_column.gif) 0px -33px no-repeat ;
   }

   #att-docs img {
   		float:left;
		margin-top:10px;
		margin-right:8px;
		margin-bottom:5px;
   }

   #att-docs a {
   	/*float:left;*/
	display:block;
   }

    #att-links dl.links dt,#att-links dl.links  dd{
		padding-left:1em;
	}

	#att-links dl.links dt {
		margin-top:0.5em;
	}

	#att-links dl.links dd {
		border-bottom:1px solid #C9C9C9;
		padding-bottom:0.65em;
		margin-left:0;
	}

/**
 * News
 */
#news-archive-link {
  float: right;
  margin-top: 10px;
}

/*

  Calendar

*/

/* Events */

  #calendars div.calendar {
    padding: 0 0 1em 0;
    float: left;
    width: 100%;
  }

   #calendars div.calendar3 {
   	padding-right: 0px;
   }

  #calendars h2 {
    margin: 0.5em;
    font-size: 1em;
  }

  #calendars table {
	margin-top:13px;
	width: 98%;
  }

  #calendars td,
  #calendars th {
    border-collapse: collapse;
    text-align: center;
	line-height:1.5em;
  }

  #calendars td {
    background-color:#F4F4F4;
	border: 1px solid #FFFFFF;
	font-weight: bold;
  }

  #calendars td.past {
  	text-decoration:line-through;
	background-color:#C8C8C8;
  }

  #calendars th {
    padding: 0px 5px;
    color: #666;
	font-size:0.95em;
  }

  #calendars td a,
  #calendars td span {
    display: block;
    padding: 4px 5px;
 	white-space: nowrap;
  }

  #calendars td.cal-pad span {
    background: #EEE;
  }

  #calendars td a {
    color: #ffde37;
    background: #54217d;
    text-decoration: none;
    font-weight: bold;
  }

   #calendars td a:hover {
    color: #54217d;
    background: #FFDE37;

  }

  #calendars caption {
  	font-size:1.1em;
	text-align:left;
	padding-bottom:7px;
  }

  #calendars caption a{
  	color:#424254;
	text-decoration:none;
  }

  #calendars caption a:hover{
  	text-decoration:underline;
  }

  #calendars .next {
  	float:right;
  }
  #calendars .qtrnav {
	font-weight:bold;
  }
   #calendars .qtrnav a{
   	color:#54217D;
	font-weight:bold;
	text-decoration:none;
   }

   .hrreplacement{
		 border-color: #C8C8C8;
		border-top: 5px solid #C8C8C8;
		color: #C8C8C8;
		margin-bottom: 6px;
		margin-top: 5px;
		width: 100%;
   }

   ul.key {
   		list-style:none;
		margin:1em 0;
		padding:0px;
   }


   ul.key li{
   		float:left;
		margin:0 1.5em 0 0;
		padding:0 0 0 4px;
   }

	ul.key li.event  {
		border-left: 10px solid #54217D;
	}

	ul.key li.expired {
		border-left: 10px solid #C8C8C8;
	}

	ul.key li.today {
		border-left: 10px solid #FFDE37;
	}

	ul.key li.keyhead {
		font-weight:bold;
		padding: 0 0 0 0;
	}

	#calendars hr {
		color:#C8C8C8;
		border-color:#C8C8C8;
		border-top:5px solid #C8C8C8;
	}


  .logged-in {
  	background-color:#ebe9ea;
	padding-bottom:1em;
	margin-bottom:2em;
  }
  .logged-in h2 {
  	background-color:#56217C;
	color:#FFF;
	padding:1em;
	font-size:1.2em;
  }

  .logged-in p {
	margin-left: 0.9em;
	font-size: 1.6rem;
	line-height: 18px;
	font-weight: bold;
  }

  .logged-in ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:11px;
	padding-right:11px;
	font-size:1.2em;
	margin-top:0px;
}

.logged-in ul li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0 0 3px;
}

.logged-in h3 {
	padding-left:11px;
	padding-right:11px;
	margin-bottom:6px;
}

.logged-in a,.logged-in a:visited {
	text-decoration:none;
	color:#424254;
}

.logged-in a:hover {
	text-decoration:underline;
}

#news-details img {
	float:left;
	margin-right:20px;
	border: 2px solid;
	margin-bottom:20px;
}

/*

Paging

*/

.paging {
	list-style:none outside none;
	padding: 0;
    margin: 0;
	margin-top:7px;
	margin-bottom:7px;
	height:30px;
}

.paging li {
	list-style:none outside none;
	display:block;
	float:left;
	margin-left:1px;
	margin-right:1px;
	padding-left:7px;
	padding-right:7px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#E4E4E4;
	margin-top:0.2em;
	margin-top:0.2em;
}

.paging li a {
	display:block;
	text-decoration:none;
	font-size:1.3em;
}

.paging li.active {
	background-color:#424254;

}

.paging li.active a {
	color:#FFFFFF;

}

.paging li.previous a,.paging li.next a{
	height:27px;
	width:19px;
}

.paging li span {
	display:none;
}


#page .paging li.nolink {
	padding-top:27px;
	padding-left:19px;
	padding-right:0px;
	padding-bottom:0px;
}

.paging li.previous,.paging li.next {
	padding:0;
}

.paging li.prevnolnk {
	background: url(/themes/equity/front-end/gfx/build/sprit.png) no-repeat -58px -186px;
}

 .paging li.nextnolnk {
	background: url(/themes/equity/front-end/gfx/build/sprit.png) no-repeat -98px -186px;
}

.paging li.previous a {
	background: url(/themes/equity/front-end/gfx/build/sprit.png) no-repeat -58px -152px;
}

 .paging li.next a {
	background: url(/themes/equity/front-end/gfx/build/sprit.png) no-repeat -98px -152px;
}

 .paging li.pagetotal {
 	background-color:#FFFFFF;
 }

 a.hintballoon span {
 	display:none;
 }

 a.hintballoon {
 	display:block;
	height:24px;
	width:20px;
 	background: url(/themes/equity/front-end/gfx/build/explain.gif) no-repeat ;
	float:right;
 }

#social_links {
	display: block;
    float: left;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
}

#social_links li {
	background: none repeat scroll 0 0 #EBE9EA;
    display: block;
    float: left;
    font-weight: bold;
    height: 41px;
    list-style: none outside none;
    margin: 0 10px 13px 0;
    padding: 3px;
    width: 98%;
}



#social_links li a{
	display:block;
	text-decoration:none;
}

a.backlink
{color:#884AB8  !important;}

#social_links li span {
	display:block;
	float:left;
	padding-top:10px;
}

#social_links li span.sprite {
	height:31px;
	width:40px;
	margin-right:10px;

}
#social_links li.facebook span.sprite {
	background:url(/themes/equity/front-end/gfx/build/sprit.png) -1px -1px no-repeat ;
}

#social_links li.twitter span.sprite {
	background:url(/themes/equity/front-end/gfx/build/sprit.png) -45px -1px no-repeat ;
}


.uploaded
{
margin-left:10px;
}

#popup {
	margin-top:1em;
	margin-bottom:1em;
	padding:1em;
	Border:solid 3px #434254;
}

#admin-toolbar {
	list-style-type:none;
	list-style-image:none;
	list-style-position:inside;
	margin-bottom:1.2em;
	padding-left:0px;
	clear:both;
	*zoom: 1;
}
#admin-toolbar:before, #admin-toolbar:after { content: ""; display: table; }
#admin-toolbar:after { clear:both; }

#admin-toolbar li{
	list-style-type:none;
	list-style-image:none;
	list-style-position:inside;
	float:left;
	margin-right:1em;
	margin-bottom:1.2em;
}

p.warning {
	float:left;
	margin-top:1em;
	font-weight:normal;
	width:100%;
}

p.warning span{
	background:url(/themes/equity/front-end/gfx/build/icon_information.gif) bottom left no-repeat;
	width:20px;
	height:12px;
	display:block;
	float:left;
	padding-top: 2px;

}

#credits {
	border-bottom: 2px solid #D8D3D7;
	margin-bottom: 15px;
	background-color:#FFFFFF;
}

#credits div.tabs {
	background-color:#EDEDED;
	padding-top:1px;
	padding-left:15px;
}

#credits ul.tabs  {
	list-style:none inside none;
	font-size:1.2em;
	padding-left:0;
	background:url("/themes/equity/front-end/gfx/build/nav_background.gif") repeat-x scroll left top #FFFFFF;
	clear:both;
	height:34px;
	width:100%;
}

#credits ul.tabs li {
	background:url("/themes/equity/front-end/gfx/build/divider_line.gif") no-repeat scroll right top transparent;
	float:left;
	height:39px;
	list-style:none inside none;
}

#credits ul.tabs li a {
	color:#000000;
	background-color:#D8D3D7;
	display:block;
	height:11px;
	padding:9px 19px 14px 17px;
	text-decoration:none;
}

#credits ul.tabs li.active {
	background:url("/themes/equity/front-end/gfx/build/arrow_down.gif") no-repeat scroll center bottom #FFFFFF;
}

#credits ul.tabs li.active a {
	color:#FFFFFF;
	background-color:#434254;
}

#credits p.credit {
	border-bottom:1px solid #EAEAEA;
	line-height:1em;
	margin-top:4px;
	margin-bottom:4px;
	padding-bottom:7px;
}

#credits .tab_content {
	padding:15px;
}

#credits .scroll {
	padding-top:0px;
	height: 100px;
	overflow: auto;
}

#evidence-body #credits .scroll {
	width: 570px;
}

#evidence-body #credits ul.tabs li a {
	border:1px solid #EBE9EA;
}


.forumsubtitle ol.tools {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}

.forumsubtitle ol.tools li{
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}

.forumsubtitle ol.tools li a {
	display:block;
}

#member-files .file-delete {
	background:url("/themes/equity/front-end/gfx/build/delete.gif") no-repeat left top ;
	padding-left:20px;
	float:right;
	display:block;
	height:20px;
}

#member-files .file-delete span {
	display:none;
}

#member-files {
	background-color:#EBE9EA;
	padding:10px;
}

#member-files div.file {
	padding-bottom:4px;
}
#nomessages h2 {
	background:none repeat scroll 0 0 #434254;
	border-bottom:5px solid #C9C9C9;
	color:#FFFFFF;
	font-size:1.3em;
	font-weight:bold;
	margin:0;
	padding-bottom:5px;
	padding-left:17px;
	padding-top:5px;
	text-align:center;
}
table.messages {
	border-collapse:collapse;
	width:100%;
	font-size: 12px;
}

table.messages tr td {
	padding-bottom:0.3em;
	border-bottom:1px solid #CCCCCC;
}
table.messages tr th {
	font-size:1.3em;
	padding-top:15px;
}

table.messages caption {
	background:none repeat scroll 0 0 #434254;
	border-bottom:5px solid #C9C9C9;
	color:#FFFFFF;
	font-size:1.3em;
	font-weight:bold;
	margin:0;
	padding-bottom:5px;
	padding-left:17px;
	padding-top:5px;
}

table.messages tr td.from {
	width:15%;
	font-weight:bold;
}

table.messages tr td.date {
	width:10em;
}

table.messages tr td.reply {
	width:100px;
}

table.messages tr td.message {
	padding:7px;
}
#forums p.debate {
	margin:0;
}
#forums p.debate a {
	display:block;
	overflow:hidden;
	text-indent:-10000px;
	width: 100%;
}

#forums p.debate img {
	display: block;
	width: 100%;

}

#forum-threads span.started-by {
	display:block;
}
body.messages div.message-header {
	padding-top:1em;
}
body.messages ul.buttons {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
body.messages ul.buttons li {
	list-style:none;
	margin:0 0 0 11px;
	padding:0;
	float:left;
}
body.messages div.message-details {
	width:70%;
	float:left;
}
body.messages div.message-details p {
	margin:0 0 0.5em 0;
	padding-left:5em;
}
body.messages div.message-details p span.label {
	font-weight:bold;
	float:left;
	margin-left:-5em;
}
/**
 * My Personal Details
 */
body.my-personal-details #main-content h2 {
  margin-bottom: 15px;
}

body.my-personal-details #main-content h2 a {
  float: right;
  margin-right: 30px;
  color: #fce13c;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}

body.my-personal-details #main-content h3 {
  padding-left: 20px;
  margin: 30px 0 5px;
}

body.my-personal-details #main-content .profile-section table {
  width: 100%;
  margin: 0 0 15px;
  border-top: 3px solid #EBE9EA;
  border-spacing: 0;
}

body.my-personal-details #main-content .profile-section table tr.even {
  background-color: #EBE9EA;
}

body.my-personal-details #main-content .profile-section table tr th,
body.my-personal-details #main-content .profile-section table tr td {
  padding: 9px 14px;
  font-weight: normal;
}

body.my-personal-details #main-content .profile-section table tr th {
  border-right: 1px solid #EBE9EA;
  text-align: left;
  width: 25%;
}

body.my-personal-details #main-content .profile-section table tr td {
  border-left: 1px solid #EBE9EA;
}

body.my-personal-details #main-content .profile-section table tr.even th,
body.my-personal-details #main-content .profile-section table tr.even td {
  border-color: #fff;
}


body.my-personal-details #main-content .profile-section#mailing-options table tr.list td {
  background-color: #fff !important;
}

body.my-personal-details #main-content .profile-section#professional-information table tr th {
  width: 100px;
}
table.reorder-ghost td {
	text-align:left;
	border-bottom:solid 1px #ccc;
}
table.reorder td.remove,
table.reorder-ghost td.remove,
table.reorder td.pos,
table.reorder-ghost td.pos {
	text-align:center;
	width:50px;
}
table.reorder td.dnd,
table.reorder-ghost td.dnd {
	background:#fff url(../gfx/icons/reorder.gif) 17px center no-repeat;
	cursor:move;
}
table.reorder-ghost td.dnd {
	padding-left:17px;
}
table.reorder-ghost td.remove {
	padding-right:17px;
}
table#publications td.publication a {
	display: block;
	padding: 30px 10px 30px 72px;
	background:url(../gfx/icons/email.png) left center no-repeat;
}
div.jobinputsetup p.row1 {
	margin-top:0;
}
div.jobinputsetup p.row2 {
	margin-bottom:0;
}

div.jobinputsetup label {
	display: block;
	width: 100%;
}



/* Online Branches Work */

#preheader {
	background: #EBE9EA;
}

#preheader .left {
	float: left;
	line-height: 30px;
	height:100%;
	text-align: left;
}

#preheader .left a {
  	display: block;
	font-size: 1.2em;
  	height:100%;
	padding: 0 20px 0 30px;
	text-decoration: none;

}
#preheader .left a.proceed {
  	background: url(/themes/equity/front-end/gfx/build/icons_arrow_trans.gif) 10px 5px no-repeat;
}
#preheader .left a.back {
  	background: url(/themes/equity/front-end/gfx/build/icons_arrow_left_trans.gif) 10px 5px no-repeat;
}
#preheader .right {
	padding: 0 3%;
	background: #777784;
	color: #FFF;
	line-height: 30px;
	text-align: left;
}

#preheader .right a{
	color: #FFDE3C;
}

#preheader .right a:hover {
	color: #FFF;
}

#preheader .right span{
	color: #999;
	margin: 0 5px;
}

table.list {
	width: 100%;
	margin: 20px 0 0 0;
}

table.list thead th {
	background: #FFDE3C;
	border-bottom: 2px solid #CCC;
	padding: 10px 20px;
	color: #555;
	font-size: 1.4em;
}

table.list tbody tr:nth-child(2n+1) {
	background: #EEE;
}

table.list tbody tr td{
	font-size: 1.2em;
	padding: 10px;
}

table.list tbody tr td a{
	text-decoration: none;
}

table.list tbody td.right {
	text-align: right;
}

.fullblock {
	margin: 20px 0 0 0;
}

.fullblock h2 {
	background: #FFDE3C;
	border-bottom: 5px solid #CCC;
	padding: 10px 20px;
	color: #555;
	font-size: 1.4em;
	margin: 0;
}

.fullblock p {
	padding: 10px 20px 20px 20px;
	background: #EEE;
	margin: 0;
}

.motion-list {
	background: #EEE;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.motion-list h2 {
	display: block;
	padding: 10px 20px;
	background: #FFDE3C;
	border-bottom: 5px solid #CCC;
	font-size: 1.4em;
	color: #555;
}

.motion-list .row {
	clear: both;
	margin: 20px 20px 0 20px;
}

.motion-list .row p {
	margin: 0;
	font-size: 12px;
	font-size: 1.2rem;
}

.motion-list .row a {
	font-size: 12px;
	font-size: 1.2rem;
}

.motion-list .row .left {
	max-width: 360px;
	float: left;
	padding: 10px;
	background: #FFF;
	color: #555;
}

.motion-list .row .left span {
	float: right;
}

.motion-list .row .left span a {
	text-decoration: none;
}

.motion-list .row .right {
	float: right;
	padding: 10px;
	font-size: 1.1em;
}

.motion-list .row .right span {
	font-weight: bold;
}

.amendment {
	display: none;
}

.motion-list .amendment {
	margin: 10px 20px 0 40px;
}

.motion-list .amendment .left {
	width: 340px;
	padding: 5px 10px;
}

.motion-list .amendment .right {
	padding: 5px 10px;
}

.proposed-list h3 {
	font-size: 1.4em;
    padding: 10px 20px;
	background: #FFDE3C;
    border-bottom: 5px solid #CCCCCC;
    color: #555555;
	margin-bottom: 0px;
}

.proposed-list .row {
	background: #EEE;
	padding: 5px 10px;
}

.proposed-list .options {
	margin: 10px 0 5px 0;
	font-size: 1.2em;
}

.proposed-list .options a {
	text-decoration: none;
}


a.profile {
	font-size: 1.2em;
	text-decoration: none;
	padding-left: 10px;
}

.subtitle h3 {
	float: left;
	font-size: 1.4em;
	margin: 15px 0 0 0;
}

.separator {
	border-top: 2px solid #CCC;
	margin: 0 0 10px 0;
}

#tabs {
	margin-bottom: 20px;
}

#tabs ul {
	padding-left: 0;
	border-bottom: 3px solid #56217C;
}

#tabs ul li {
	float: left;
	list-style-type: none;
}

#tabs ul li a {
	display: block;
	color: #56217C;
	padding: 10px;
	text-decoration: none;
}

#tabs ul li.active a {
	background: #56217C;
	color: #FFF;
}

table.agenda {
	width: 100%;
}

table.agenda tbody tr {
	background: #EEE;
	color: #333;
}

table.agenda tbody tr.spacer {
	height: 10px;
}

table.agenda tbody tr td {
	padding: 10px 0 10px 10px;
}

table.agenda tbody tr.selected td {
	background: #FFDE3C;
}

h3.subtitle {
	font-size: 1.4em;
	padding: 5px 10px;
	margin: 10px 0;
	border-bottom: 5px solid #CCC;
}

h3.subtitle span.right {
	float: right;
}

.section-list {
  margin: 10px 0 0 0;
  clear: both;
}

.section-list .item {
	background: #EEE;
	padding: 10px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

.section-list .item span {
	font-weight: bold;
}

.section-list .item a{
	text-decoration: none;
}

.section-list h4 {
  font-size: 1em;
  color: #555;
  padding: 10px;
  background: #FFDE3C;
}

.debate-item {
	background: #EEE;
	margin: 0 0 20px 0;
	padding-bottom: 1px;
}

.debate-item h2 {
	display: block;
	padding: 10px 20px;
	background: #FFDE3C;
	border-bottom: 5px solid #CCC;
	font-size: 1.4em;
	color: #555;
}

.debate-item h3 {
	display: block;
	padding: 5px 20px;
	background: #884AB8;
	color: #FFF;
	border-bottom: 3px solid #CCC;
	font-size: 1.2em;
}

.debate-item p{
	padding: 0;
	margin: 0 20px 20px 20px;
}

.debate-item p.moderator {
	background: #424254;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-style: italic;
	padding:1em;

}
.debate-item p.moderator span.postedby {
	display: block;
	font-style:normal;
	margin:1em 0 0 0;
}
.debate-comment {
	margin: 0 0 20px 0;
	border: 1px solid #666;
	background: #DDD;
}

.debate-comment h4 {
	font-size: 1.4em;
	padding: 5px 20px;
	margin: 0;
	border-bottom: 1px solid #666;
	color: #555;
}

.debate-comment h3 span {
	font-size: 0.75em;
}

.debate-comment h3 span.right {
	float: right;
}

.debate-comment h3 span.right a {
	text-decoration: none;
}

.debate-comment p {
	margin: 20px;
	color: #555;
}

/* Misc */

p.wordcount {
  color: #666;
  font-size: 0.92em;
}

.debate-comment a.button {
  display: inline-block;
  margin: 0 0 20px 20px;
}

.mod-post {
  background: #E7DBF1 !important;
}

/* Cookie notification widget */
#cookie-notification.open {
  background: #FFDE3C;
	border-bottom: 5px solid #e3c533;
	color: #424254;
	font-size: 1.2em;
	text-align: left;
}
#cookie-notification .inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 3%;
	width: 94%;
	max-width: 940px;
}
#cookie-notification h2 {
	border: 0;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0;
}
#cookie-notification p {
	font-weight: bold;
	float: left;
	margin: 0;
}
#cookie-notification strong {
	color: #000;
}
#cookie-notification ul {
	float: right;
	margin: 0;
	padding: 0;
}
#cookie-notification li {
	float: left;
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}


#electiondescription a {
	float:right;
	margin-right:20px;
}

p.notice {
	padding: 10px;
	background: #FFDE3C;
}

ul.branches li {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 16px;
}

.member-block {
  margin: 10px 0 0 0;
  background: #EEE;
  padding: 10px;
}

.member-block span.left {
  font-size: 14px;
}

.member-block a {
  float: right;
  text-decoration: none;
  margin-left: 10px;

}
/* SIGs */
#sig-welcome {
	margin-top: 1em;
	clear: both;
}
#sig-branch-moderator {
	margin-bottom: 0;
}
#sig-branch-moderator a {
	display: block;
}
#sig-welcome .wrap,
#sig-branch-moderator .wrap {
	min-height:12.917em;
}
#sig-branch-how-it-works ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sig-branch-how-it-works ul li {
	float: left;
	list-style: none;
	margin: 0 9.15179% 0 0;
	padding: 0;
	width: 100%;
	position: relative;
}

#sig-branch-how-it-works ul li:first-child:before {
	content:"";
}
#sig-branch-how-it-works ul li img {
	max-width: 100%;
}
#sig-branch-how-it-works ul li.count3 {
	margin: 0;
}
#sig-branch-how-it-works ul li h3,
#sig-branch-how-it-works ul li h3 a {
	color:#56217C;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
#sig-member div.details {
	float: left;
	max-width:28.167em;
	width:65%;
	margin: 1em 0;
}
#sig-member div.details h2:first-child {
	margin-top:0;
}
#sig-member .myimage {
	float: right;
	background:#EBE9EA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:1.5em 1em;
	max-width:22.000em;
	width: 34%;
	margin: 1.2em 0;
	overflow:hidden;
}
#sig-member .myimage .img {
	text-align: center;
	margin: 0;
}
#sig-branch-chat-room-latest ul,
#sig-branch-chat-room-latest ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.forum tr.active-false td {
	opacity:0.75;
}
.forum tr.active-false:hover td {
	opacity:1;
}
#forum-threads tr.active-false td {
	background: #eee;
}

.strapline {
	margin: 5px 0 0;
	color: #56217c;
	font-size: 10px;
}






/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

 
#onlineBranchSubmit{     
	color: #E8B337;
    padding: 7px 10px 7px 10px;
    font-weight: bold; 
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#38154c+0,7b30b4+29,7b30b4+71,38154c+100 */
	background: #38154c; /* Old browsers */
	background: -moz-linear-gradient(top,  #38154c 0%, #7b30b4 29%, #7b30b4 71%, #38154c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #38154c 0%,#7b30b4 29%,#7b30b4 71%,#38154c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #38154c 0%,#7b30b4 29%,#7b30b4 71%,#38154c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38154c', endColorstr='#38154c',GradientType=0 ); /* IE6-9 */ 
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


/* Chatterbox Assets */


.celebrity-template .container {
	background: url(/themes/equity/front-end/gfx/chatterbox/chatterbox-back.jpg) no-repeat 0 0;
	background-size: cover;
}

.celeb-boxes-outer {
	position: relative;
	margin: 0 auto;
	width: 95.3%;
	overflow: hidden;
}

.celeb-box {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 50%;
	min-width: 200px;
	max-width: 200px;
	min-height: 185px;
	line-height: 0;
	padding: 20px 0 0 20px;
}
.celeb-box video {
	margin: 0 0 0 20px;
}
.celeb-box-frame {
	position: absolute;
	top: 0;
	min-width: 200px;
	max-width: 200px;
	min-height: 180px;
	line-height: 0;
	padding: 20px 0 0;
	box-shadow: 3px 3px 3px rgba(0,0,0, 0.4);
	background: url(/themes/equity/front-end/gfx/chatterbox/frame-tb.png) no-repeat 0 0;
}

.celeb-box-frame-alt {
	background: url(/themes/equity/front-end/gfx/chatterbox/frame-lr.png) no-repeat 0 0;
}

.main-celeb-box-show {
	display: block;
}

.main-celeb-box-wrapper {
	max-width: 610px;
}

.main-celeb-box {
	position: relative;
	padding-top: 100%;
	max-width: 625px;
}

.main-celeb-box iframe,
.main-celeb-box object,
.main-celeb-box embed {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    
}

.light-on {
	background: url(/themes/equity/front-end/gfx/chatterbox/frame-highlight.png) no-repeat 0 0;
}

.box1, .box2 {
	position: absolute;
	top: 0;
	left: 0;
}

.box2 {
	display: none;
}

a.popup-youtube-two {
	position: relative;
	display: block;
	top: 0;
	left: 20px;
	width: 160px;
	height: 160px;
	background: rgba(255, 255, 255, 0);
}

.celeb-box-cta-outer {
	display: block;
	margin: 20px auto;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

.celeb-box-cta-outer a, a.credits {
	display: block;
	margin: 20px auto 0;
	color: #fff;
	text-align: center;
}

a.celeb-box-cta, a.sound-btn {
	position: relative;
	display: inline-block;
	margin: 0 10px 10px;
	padding-top: 8px;
	width: 120px;
	height: 26px;
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
}

.btn3-on {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	padding-top: 8px;
}

.sound-text {
	position: relative;
	padding-right: 20px;
	display: block;
	height: 30px;
}

.sound-on {
	position: absolute;
	display: inline-block; 
	width: 37px;
	height: 25px;
	background: url(/themes/equity/front-end/gfx/chatterbox/sound-on.png) no-repeat 11px -2px;
}

.sound-off {
	background: url(/themes/equity/front-end/gfx/chatterbox/sound-off.png) no-repeat 10px -1px;
}


a.sound-btn span {
	display: none;
	width: 120px;
	height: 23px;
	background: url(/themes/equity/front-end/gfx/chatterbox/btn3.png) no-repeat 0 0;
	border:1px solid black;
}

.btn, .btn3 {
	background: url(/themes/equity/front-end/gfx/chatterbox/btn.png) no-repeat 0 0;
}

.btn:hover {
	background: url(/themes/equity/front-end/gfx/chatterbox/btn-on.png) no-repeat 0 0;
}

.btn2 {
	background: url(/themes/equity/front-end/gfx/chatterbox/btn2.png) no-repeat 0 0;
}

.btn2:hover {
	background: url(/themes/equity/front-end/gfx/chatterbox/btn2-on.png) no-repeat 0 0;
}

.btn3:hover {
	background: url(/themes/equity/front-end/gfx/chatterbox/btn3.png) no-repeat 0 0;
}

.main-celeb-box {
	display: none;
	margin: 20px auto;
	width: 100%;
	max-width: 610px;
	max-height: 610px;
	position: relative;
}

.left-aside, .aside {
	text-align: center;
}

.left-aside img {
	margin-top: 10px;
	width: 225px;
}

.mydescription {
	position:absolute;
	display: none;
	left: 0;
	right: 0;
	width: 242px;
	margin: auto;
	bottom: -50px;
	z-index: 999;
	color: #fff;
}

#main-celeb-box-close {
	display: none;
	position:absolute;
	top: 75px;
	right: 75px;
	font-size: 30px;
	font-size: 3.0rem;
	float: right;
	cursor: pointer;
	z-index: 1000;
}

.main-celeb-box-description, .main-celeb-box-description-display {
	display: none;
	bottom: 0;
	text-align: center;

}

.main-celeb-box-description-display a {
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.main-celeb-box-description-display a:hover {
}

.desc-btn {
	display: block;
	padding: 8px 0 0;
	width: 242px;
	height: 28px;
	background: url(/themes/equity/front-end/gfx/build/desc-btn.png) no-repeat 0 0;
}

.desc-btn:hover {
	background: url(/themes/equity/front-end/gfx/build/desc-hover-btn.png) no-repeat 0 0;
}

.end-block {
	position: absolute;
	bottom: 0;
	display: none;
	width: 100%;
	height: 200px;
	background: #fff;
	z-index: 100001;
}


#shuffle-select {
	display: none;
}
