﻿@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

:focus{
    outline: none !important;
}  

body {
    line-height: 1.2;
    text-rendering: optimizeLegibility;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.icheckbox_square-blue input[type=checkbox]
{
    -webkit-appearance:none;
}

.account div {
  margin-top: -5px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom: 20px !important;
}
/* floaties */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

html,
body {
    height: 100%;
}

body {
    font: 12px Arial, Helvetica, sans-serif;
    color: #343434;
    background: #444444;
}

h1,
h2 {
    font-family: 'Raleway', Arial, Sans-serif;
}

a {
    color: #2f2580;
    text-decoration: none;
}

h1 {
    font-weight: normal;
    font-family: 'Raleway', Arial, sans-serif;
}

h2,
h3,
h4,
h5 {
    font-weight: normal;
    font-family: 'Open Sans', Arial, sans-serif;
}

a:hover {
    color: #6A96D2;
    text-decoration: underline;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.container {
    width: 100%;
    background: #fff;
}

.base {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.container img {
    width: 100%;
    display: block;
}
/* grid layout */

.span1,
.col1,
.span2,
.col2,
.span3,
.col3,
.span4,
.col4,
.span5,
.col5,
.span6,
.col6,
.span7,
.col7,
.span8,
.col8,
.span9,
.col9,
.span10,
.col10,
.span11,
.col11,
.span12,
.col12 {
    position: relative;
    margin-right: 2%;
}

.span2,
.col2 {
    float: left;
    width: 15%;
}

.span3,
.col3 {
    float: left;
    width: 23.5%;
}

.span4,
.col4 {
    float: left;
    width: 32%;
}

.span6,
.col6 {
    float: left;
    width: 49%;
}

.span8,
.col8 {
    float: left;
    width: 66%;
}

.span9,
.col9 {
    float: left;
    width: 74.5%;
}

.span12,
.col12 {
    width: 100%;
    margin: 0 auto;
}
/* clear values */

div:last-child.col2,
div:last-child.col3,
div:last-child.col4,
div:last-child.col6,
div:last-child.col8,
div:last-child.col9,
div:last-child.col12 {
    margin-right: 0%;
}

section:last-child.col2,
section:last-child.col3,
section:last-child.col4,
section:last-child.col6,
section:last-child.col8,
section:last-child.col9,
section:last-child.col12 {
    margin-right: 0%;
}

li:last-child.col2,
li:last-child.col3,
li:last-child.col4,
li:last-child.col6,
li:last-child.col8,
li:last-child.col9,
li:last-child.col12 {
    margin-right: 0%;
}

li.basket { display:block; }
.mob-menu-basket,.mob-menu-queries { display:none; }
.mob-basket,.mob-queries { display:none; }
/* clear grid values */

div:nth-child(6n).span2,
section:nth-child(6n).span2,
li:nth-child(6n).span2 {
    margin-right: 0%;
}

div:nth-child(4n).span3,
section:nth-child(4n).span3,
li:nth-child(4n).span3 {
    margin-right: 0%;
}

div:nth-child(3n).span4,
section:nth-child(3n).span4,
li:nth-child(3n).span4 {
    margin-right: 0%;
}

div:nth-child(2n).span6,
section:nth-child(2n).span6,
li:nth-child(2n).span6 {
    margin-right: 0%;
}

div:nth-child(6n).col2,
section:nth-child(6n).col2,
li:nth-child(6n).col2 {
    margin-right: 0%;
}

div:nth-child(4n).col3,
section:nth-child(4n).col3,
li:nth-child(4n).col3 {
    margin-right: 0%;
}

div:nth-child(3n).col4,
section:nth-child(3n).col4,
li:nth-child(3n).col4 {
    margin-right: 0%;
}

div:nth-child(2n).col6,
section:nth-child(2n).col6,
li:nth-child(2n).col6 {
    margin-right: 0%;
}
/* clear values */

div:last-child.span2,
div:last-child.span3,
div:last-child.span4,
div:last-child.span6,
div:last-child.span8,
div:last-child.span9,
div:last-child.span12 {
    margin-right: 0%;
}

section:last-child.span2,
section:last-child.span3,
section:last-child.span4,
section:last-child.span6,
section:last-child.span8,
section:last-child.span9,
section:last-child.span12 {
    margin-right: 0%;
}

li:last-child.span2,
li:last-child.span3,
li:last-child.span4,
li:last-child.span6,
li:last-child.span8,
li:last-child.span9,
li:last-child.span12 {
    margin-right: 0%;
}

/* Header Banner*/

.staff-banner{
    background: #d04437;
    z-index: 101;
    padding: 10px;
    position: relative;
}
.staff-banner h1{
    text-align: center;
    font-size: 15px;
    color: white;
}

/* utility nav */

nav.util {
    height: 45px;
    position: relative;
}

.grey {
    background: #8d8d8d;
    background-image: -moz-linear-gradient( 90deg, rgb(108, 108, 108) 0%, rgb(151, 151, 151) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(108, 108, 108) 0%, rgb(151, 151, 151) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(108, 108, 108) 0%, rgb(151, 151, 151) 100%);
}

nav.util ul {
    float: right;
}

nav.util ul li {
    float: left;
    text-align: center;
    border-right: 1px solid #a5a5a5;
    height: 45px;
}

nav.util ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    display: block;
    padding: 15px 17px;
}

nav.util ul li a.basket {
    background: url(//ls-static.com/imgf/icon-basket@2x.png) no-repeat 8px center;
    background-size: 18px 16px;
    padding-left: 35px;
    margin-top: -3px;
}

a.basket span {
    display: inline-block;
    background: #6e99d3;
    border-radius: 3px;
    padding: 2px 6px;
    color: #fff;
    font-size: 12px;
    margin-left: 7px;
    font-weight: 500;
}

nav.util ul li.login {
    position: relative;
    background-image: -moz-linear-gradient( 90deg, rgb(81, 8, 21) 0%, rgb(114, 0, 20) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(81, 8, 21) 0%, rgb(114, 0, 20) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(81, 8, 21) 0%, rgb(114, 0, 20) 100%);
}

nav.util ul li.login a {
    font-weight: 500;
    font-size: 14px;
}

nav.util ul li.login a.lock {
    /*background: url(//ls-static.com/img/icon-lock.png) no-repeat 8px center;*/
    
    margin-top: -3px;
}

nav.util ul li.login:hover {
    background: #931627;
    box-shadow: inset 0 0 4px #490b13;
    text-shadow: 0 0 3px #490b13;
}

/*Dropdown login */
nav.util ul li.account {
    position: relative;
    background-image: -moz-linear-gradient( 90deg, rgb(81, 8, 21) 0%, rgb(114, 0, 20) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(81, 8, 21) 0%, rgb(114, 0, 20) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(81, 8, 21) 0%, rgb(114, 0, 20) 100%);
}

nav.util ul li.account a {
    font-weight: 500;
    font-size: 14px;
}

nav.util ul li.account a.lock {
    /*background: url(//ls-static.com/img/icon-lock.png) no-repeat 8px center;*/
    
    margin-top: -3px;
}

nav.util ul li.account:hover {
    background: #931627;
    box-shadow: inset 0 0 4px #490b13;
    text-shadow: 0 0 3px #490b13;
}

.mob-title {
    color: white;
    display: none;
}
/*Utility Nav Account*/

nav.util ul li.account {
    position: relative;
    min-width: 160px;
}

nav.util ul li.account span {
    font-weight: 300;
}

nav.util ul li.account a.arrow {
    font-weight: 500;
    font-size: 14px;
    margin-top: -3px;
    background: url(//ls-static.com/img/icon-arrow-down.png) no-repeat right 10px center;
    padding-right: 32px;
}

nav.util li.account ul li a {
    color: #fff;
    font-size: 13px;
}

nav.util li.account ul li {
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #818181;
}

nav.util li.account ul li a {}

nav.util li.account ul li a:last-child {
    border-bottom: none;
    padding-bottom: 7px;
    background: #515151;
}

.profTBT {
    display: inline-flex;
    align-items: flex-start;
    vertical-align: middle;
    width: 16%;
}

.profTBF {
    display: inline-flex;
    align-items: flex-start;
    vertical-align: middle;
    width: 40%;
}

.profTBS {
    display: inline-flex;
    align-items: flex-start;
    vertical-align: middle;
    width: 5%;
}

nav.util li.account:hover ul {
    display: block;
}

nav.util li.account ul {
    background: #515151;
    position: absolute;
    z-index: 100;
    display: none;
    width: 100%;
}

nav.util li.account ul li a:hover {
    background: #787878;
}
/* login dropdown */

nav.util ul li.login .login-content {
    box-shadow: 0 1px 3px #343434;
    text-align: left;
    color: #dcdcdc;
    font-size: 12px;
    font-family: 'lato', Arial, sans-serif;
    display: none;
    position: absolute;
    top: 45px;
    right: -1px;
    background: #5e5e5e;
    z-index: 100;
    width: 520px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 381px;
}

nav.util ul li.login .login-content h1 {
    font-size: 16px;
    color: #fff;
    padding-bottom: 10px;
}

nav.util ul li.login:hover .login-content {
    text-shadow: none;
}

nav.util ul li.login .login-content .existing-user {
    float: left;
    width: 60%;
    padding: 20px;
    background: #515151;
    border-right: 1px solid #707070;
    border-bottom-left-radius: 5px;
    height: 100%;
}

nav.util ul li.login .login-content .existing-user .btn {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 30%;
    margin-bottom: 0px;
}

nav.util ul li.login .login-content .new-user {
    width: 40%;
    float: right;
    background: #5e5e5e;
    border-bottom-right-radius: 5px;
    padding: 20px;
}

nav.util ul li.login .login-content .new-user p {
    margin-bottom: 20px;
}

table td.remember {
    font-size: 14px;
}

nav.util ul li.login .login-content .existing-user a {
    display: inline-block;
    color: #d4af03;
    text-decoration: underline;
}

nav.util ul li.login .login-content .existing-user span.rememberme {
    font-size: 14px;
    font-weight: 500;
}

nav.util ul li.login .login-content .existing-user input[type=submit] {
    padding: 10px 12px;
    font-family: Open Sans, Sans-Serif;
    font-size: 14px;
    font-weight: 500;
}

.form-data a {
    color: #F68319;
}

.form-data a.btn {
    color: #fff;
}

.form-data table {
    width: 100%;
    margin: 10px 0px;
    margin-bottom: 0px;
}

.form-data table input[type=text],
.form-data table input[type=password],
.form-data table select,
.form-data table textarea {
    font-size: 14px;
    background: #ececec;
    width: 100%;
    padding: 8px;
    border: 0px;
}

.form-data table input:focus {
    border-color: #bdbdbd;
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
    transition: all 0.2s ease-in-out 0s;
}

.form-data table th {
    text-align: left;
    color: #fff;
    font-size: 16px;
}

.form-data table th,
.form-data table td {
    padding: 10px 0px 5px 0px;
}

.form-data h1 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.form-data h2 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}

.active {
    display: block;
}

.form-data table label {
    color: #fff;
}

.sort {
    position: absolute;
    top: -6px;
    right: 0;
}

.sort select {
    font-size: 14px;
    overflow: hidden;
    padding: 5px;
    background: #e8e8e8;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    width: auto;
}

.sort label {
    font-size: 14px;
    font-family: 'open sans', Arial, Sans-serif;
    padding-right: 10px;
}

.header {
    border-bottom: #e8e8e8 solid 4px;
    margin-bottom: 15px;
    position: relative;
}

.mid-section {
    background: #f9f9f9;
    border-top: 10px solid #e4e4e4;
    border-bottom: 10px solid #e4e4e4;
    padding: 20px 0;
    margin-bottom: 20px;
}

nav.main-nav {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

nav.main-nav ul {
    text-align: center;
    position: relative;
    top: 4px;
    width: 100%;
}

nav.main-nav ul li {
    float: left;
    margin-right: 2px;
    border-bottom: 4px solid #e8e8e8;
}

nav.main-nav ul li:last-child {
    margin-right: 0;
}

nav.main-nav ul li.public {
    border-bottom: 4px solid #3e3892;
}

nav.main-nav ul li.trainees {
    border-bottom: 4px solid #dcb502;
}

nav.main-nav ul li.solicitors {
    border-bottom: 4px solid #600011;
}

nav.main-nav ul li:nth-last-child(2) {
    margin-right: 0;
}

.main-nav ul li:nth-last-child(2) ul.single {
    right: 0px;
}

.main-nav ul li:nth-last-child(2) ul.single li {
    text-align:right;
}

.main-nav ul li:nth-last-child(2) ul.single {
    max-width: 155px;
}

.main-nav ul li:nth-last-child(2) ul.single a {
    max-width: 153px;
}

.main-nav ul li:nth-last-child(3) ul.single {
    max-width: 175px;
}

.main-nav ul li:nth-last-child(3) ul.single a {
    max-width: 173px;
}

nav.main-nav ul li a {
    text-decoration: none;
    color: #404040;
    display: block;
    padding: 8px 28px;
    transition: all 0.1s ease-in-out 0s;
}

nav.main-nav ul li:hover a {
    background: #e8e8e8;
}
/*mega menu*/

nav.main-nav li .mega .nav-column {
    float: left;
    padding: 2.5%;
    width: 25%;
    font-family: 'Raleway', sans-serif;
    text-align: left;
}

nav.main-nav li .mega .nav-column h3 {
    color: #3e3892;
    font-weight: 600;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #3e3892;
    padding-bottom: 8px;
}

nav.main-nav li .mega {
    z-index: 100;
    box-shadow: 0 2px 3px #868686;
    border-top: 4px solid #600011;
    background: none repeat scroll 0 0 #e8e8e8;
    border-radius: 0 0 3px 3px;
    display: block;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 36px;
    transition: all 0.3s ease 0.15s;
    visibility: hidden;
    width: 80%;
}

nav.main-nav li .mega ul {
    text-align: left;
}

nav.main-nav li .mega ul li {
    display: block;
    font-size: 13px;
    border: none;
    float: none;
}

nav.main-nav li .mega ul li a {
    display: block;
    padding: 5px 0;
}

nav.main-nav li .mega ul li a:hover {
    text-decoration: underline;
}

nav.main-nav li.solicitors:hover .mega {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

nav.main-nav li .mega {
    z-index: 100;
    box-shadow: 0 2px 3px #868686;
    border-top: 4px solid #600011;
    background: none repeat scroll 0 0 #e8e8e8;
    border-radius: 0 0 3px 3px;
    display: block;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 36px;
    transition: all 0.3s ease 0.15s;
    display: none;
    width: 80%;
}

nav.main-nav li:hover .mega {
    opacity: 1;
    display: block;
    overflow: visible;
}
/* Logo */

.logo {
    padding: 10px 0;
    width: 174px;
        float:left;

}

.logo img {
    width: 174px;
}
.logo h1 {
    visibility:hidden;
}

.header .base {
    position: relative;
}
/* header search */

.header-search {
    position: absolute;
    right: 20px;
    top: 45px;
}

.header-search #home-search {
    padding: 6px;
    background: url(//ls-static.com/img/icon-mag.png) no-repeat right 10px center #ececec;
    border: 1px solid #dddddd;
    font-size: 13px;
    margin-right: 12px;
    padding-right: 30px;
}

#home-search:focus {
    border-color: #bdbdbd;
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
    transition: all 0.2s ease-in-out 0s;
}

/*buttons*/

a.btn {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
}

span.btn-outline {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 15px;
    text-align: center;
    border-radius: 3px;
}

a.btn-blue {
    background: #6a96d2;
    color: #fff !important;
    text-decoration: none !important;
}

span.btn-blue-outline {
    color: #6a96d2 !important;
    text-decoration: none !important;
}

a.btn-red {
    background: #600011;
    color: #fff !important;
    text-decoration: none !important;
}

span.btn-red-outline {
    color: #600011 !important;
    text-decoration: none !important;
}

a.btn-green {
    background: #669900;
    color: #fff !important;
    text-decoration: none !important;
}
span.btn-green-outline {  
    color: #669900 !important;
    text-decoration: none !important;
}
a.btn-pantone {
    background: #CAB64B;
    color: #fff !important;
    text-decoration: none !important;
}
span.btn-pantone-outline {
    color: #CAB64B !important;
    text-decoration: none !important;
}
a.btn-purple {
    background: #3e3892;
    color: #fff !important;
    text-decoration: none !important;
}

a.btn-dblue {
    background: #428bca;
    color: #fff !important;
    text-decoration: none !important;
}

a.medium {
    font-size: 13px;
    padding: 10px 15px;
}

a.small {
    font-size: 14px;
    padding: 2px 10px;
}

a.btn-arrow {
    background: url(//ls-static.com/img/icon-arrow-medium.png) #6a96d2 no-repeat right 10px center;
    padding-right: 25px;
}

a.btn-small-arrow {
    background: url(//ls-static.com/img/icon-arrow-medium.png) #6a96d2 no-repeat right 10px center;
    padding-right: 25px !important;
}

a.btn-small-arrow-green {
    background: url(//ls-static.com/img/icon-arrow-medium.png) #669900 no-repeat right 10px center;
    padding-right: 25px !important;
}

a.btn-arrow-green {
    background: url(//ls-static.com/img/icon-arrow-medium.png) #669900 no-repeat right 10px center;
    padding-right: 25px;
    color: #fff;
}

a.btn-arrow-green-back {
    background: url(//ls-static.com/img/icon-arrow-medium-left.png) #669900 no-repeat left 10px center;
    padding-left: 25px;
    color: #fff;
}

a.btn-arrow-back {
    background: url(//ls-static.com/img/icon-arrow-medium-left.png) #6a96d2 no-repeat left 10px center;
    padding-left: 25px;
}

a.btn-blue-arrow {
    background: url(//ls-static.com/img/icon-arrow-blue.png) #6a96d2 no-repeat left 10px center;
    padding-left: 25px;
}
a.btn-small-arrow-pantone {
    background: url(//ls-static.com/img/icon-arrow-medium.png) #CAB64B no-repeat right 10px center;
    padding-right: 25px !important;
}
a:hover.btn {
    box-shadow: inset 0 0 4px #4573b1;
    text-shadow: 0 0 3px #4573b1;
}
a:hover.btn-pantone {
    box-shadow: inset 0 0 4px #CAB64B;
    text-shadow: 0 0 3px #CAB64B;
}
a.btn-remove {
    background: url(//ls-static.com/img/icon-remove.png) #b20322;
    height: 22px;
    width: 22px;
}
/*homepage blocks*/

.red {
    background-color: #600011;
}

.yellow {
    background: #dcb502;
}

.blue {
    background: #3e3892;
}

.solicitors,
.trainees,
.public {
    display: block;
}

.solicitors h1 {
    background: url(//ls-static.com/img/icon-solicitor@2x.png) no-repeat 16px center #600011;
    background-size: 27px 26px;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 60px;
    border-radius: 5px 5px 0 0;
}

.solicitors h1:hover {
    background: url(//ls-static.com/img/icon-solicitor@2x.png) no-repeat 16px center #850118;
    background-size: 27px 26px;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 60px;
    border-radius: 5px 5px 0 0;
}

.trainees h1 {
    background: url(//ls-static.com/img/icon-trainees@2x.png) no-repeat 16px center #dcb502;
    background-size: 26px 23px;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 60px;
    border-radius: 5px 5px 0 0;
}

.trainees h1:hover {
    background: url(//ls-static.com/img/icon-trainees@2x.png) no-repeat 16px center #efc502;
    background-size: 26px 23px;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 60px;
    border-radius: 5px 5px 0 0;
}

.public h1 {
    background: url(//ls-static.com/img/icon-public@2x.png) no-repeat 16px center #3e3892;
    background-size: 23px 23px;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 60px;
    border-radius: 5px 5px 0 0;
}

.public h1:hover {
    background: url(//ls-static.com/img/icon-public@2x.png) no-repeat 16px center #4d46b1;
    background-size: 23px 23px;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 60px;
    border-radius: 5px 5px 0 0;
}

.solicitors a,
.trainees a,
.public a {
    text-decoration: none;
}

.solicitors h1 span,
.trainees h1 span,
.public h1 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    display: block;
}

ul.main-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    margin-bottom: 35px;
}

.span3 ul.main-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}

ul.main-list li {
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

ul.main-list li:last-child {
    border-bottom: none;
}

ul.main-list li a {
    display: block;
    background: url(//ls-static.com/img/icon-arrow-small@2x.png) no-repeat left center;
    background-size: 7px 11px;
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
}

{
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
}

ul.main-list li:hover {
    background: #e7e7e7;
}

.solicitors .border {
    border-bottom: 4px solid #600011;
}

.trainees .border {
    border-bottom: 4px solid #dcb502;
}

.public .border {
    border-bottom: 4px solid #3e3892;
}

h2.section-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #3e3892;
}

h2.section-title a {
    text-decoration: none;
    color: #3e3892;
}
/* List Styling */

ul.standard-list {
    margin-top: 10px;
    margin-bottom: 30px;
}

ul.standard-list li {
    font-weight: 300;
    background: url(//ls-static.com/img/icon-arrow-blue-squared.png) left center no-repeat;
    padding-left: 15px;
    margin-top: 10px;
}

ul.yellow-list li {
    background: url(//ls-static.com/img/icon-arrow-yellow-squared.png) left center no-repeat;
}

ul.red-list li {
    background: url(//ls-static.com/img/icon-arrow-red-squared.png) left center no-repeat;
}
/* Order List */

ol.standard-list-ordered {
    margin-top: 10px;
    padding: 5px;
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
}

ol.standard-list-ordered > li {
    position: relative;
    margin: 0 0 6px 2em;
    padding: 4px 8px;
    list-style: none;
    background: #fff;
}

ol.standard-list-ordered li {
    font-weight: 300;
    margin-top: 10px;
    color: #404040;
}

ol.standard-list-ordered > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 2px;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 8px;
    color: #fff;
    border-radius: 3px;
    background: #6e99d3;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, sans-serif;
    text-align: center;
}
/* Sidebar navigation */

.col3 .sidebar {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}

.col3 .sidebar ul li {
    border-bottom: 1px solid #ffffff;
    background: #999;
    position: relative;
}

.col3 .sidebar ul li a,
.col3 .sidebar ul li span {
    padding: 11px 15px;
    display: block;
    color: #ffffff;
    font-weight: 500;
}

.col3 .sidebar ul li a.selected,
.col3 .sidebar ul li span.selected {
    color: #fff;
    border-left: 3px solid #3E3892;
    background-color: #47409d;
    font-weight: 600;
}

.col3 .sidebar a.more,
.col3 .sidebar span.more {
    background: url(//ls-static.com/img/icon-arrow-white-squared.png) right 10px center no-repeat;
    padding-right: 20px;
}

.col3 .sidebar a.more-down,
.col3 .sidebar span.more-down {
    background: url(//ls-static.com/img/icon-arrow-white-squared-down.png) right 10px center no-repeat;
    padding-right: 20px;
}

.col3 .sidebar ul li a:hover {
    text-decoration: none;
    color: #fff;
    border-left: 3px solid #3E3892;
    background-color: #47409d;
    padding-left: 12px;
}

.col3 .sidebar ul li a.selected:hover {
    padding-left: 15px;
    background-color: #47409d;
}

.col3 .sidebar ul ul li {
    background: #d1d1d1;
}

.col3 .sidebar ul ul li:first-child {
    border-top: 1px solid #fff;
}

.col3 .sidebar ul ul li:last-child {
    border: none;
}

.col3 .sidebar ul ul li a {
    padding-left: 30px;
    font-size: 14px;
    color: #404040;
}

.col3 .sidebar ul ul li a:hover {
    text-decoration: none;
    padding-left: 27px;
    color: #fff;
    border-left: 3px solid #3E3892;
    background-color: #5a91d7;
}

.col3 .sidebar ul ul li a.selected {
    padding-left: 27px;
    background-color: #5a91d7;
    color: #fff;
    font-weight: 600;
}

.col3 .sidebar ul ul li a.selected:hover {
    padding-left: 27px;
    background-color: #5a91d7;
}

.col3 .sidebar ul ul ul li {
    background: #e0e0e0;
}

.col3 .sidebar ul ul ul li a {
    padding-left: 50px;
    color: #626262;
    font-size: 13px;
}

.col3 .sidebar ul ul ul li a:hover {
    padding-left: 47px;
    color: #626262;
    border-left: 3px solid #3E3892;
    background-color: #b0ccef;
}

.col3 .sidebar ul ul ul li a.selected {
    padding-left: 47px;
    background: #b0ccef;
    color: #343434;
    font-weight: 600;
}

.col3 .sidebar ul ul ul li a.selected:hover {
    padding-left: 47px;
    background-color: #b0ccef;
}
/*Legal Vacancies Block*/

h1.intro {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 26px;
    font-weight: 500;
    display: block;
    border-bottom: 3px solid #e8e8e8;
    padding-bottom: 15px;
    margin-bottom: 18px;
}

p.intro-para {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
}

.intro-content {
    margin-bottom: 20px;
}
/*news Block*/

.news {
    padding-bottom: 20px;
}

.news img {
    border-left: 5px solid #600011;
}

.news .news-preview {
    font-family: 'Open Sans', Arial, Sans-serif;
    color: #3d3d3d;
    margin-bottom: 40px;
    position: relative;
}

.news .news-preview.last {
    font-family: 'Open Sans', Arial, Sans-serif;
    color: #3d3d3d;
    margin-bottom: 10px;
}

.news-preview h2 {
    margin-bottom: 10px;
}

.news-preview span {
    color: #600011;
    margin-bottom: 10px;
    display: inline-block;
}

.news .news-preview h3 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
}

.news .news-preview span {
    color: #7c1527;
}

.news .news-preview h3 a,
.courses h3 a {
    color: #404040;
}

.news .news-preview h3 a:hover,
.courses h3 a:hover {
    text-decoration: underline;
    color: #3e3892;
}

.news .news-preview p {
    font-size: 14px;
}

.news .news-article {
    margin-bottom: 10px;
}

.article {
    padding: 20px 0 10px 0;
    border-bottom: 2px solid #e8e8e8;
}

.staff-article {
    padding: 0 0 5px 0;
    border-bottom: 2px solid #e8e8e8;
}

.article-image {
    float: left;
    display: block;
    margin-right: 15px;
}

.article-image img {
    border-left: 3px solid #600011;
}

.news-preview a.btn {
    margin: 0;
}

.article-last {
    border-bottom: 0px;
    margin-bottom: 30px;
}

.main-content div.article:nth-child(2) {
    padding-top: 20px;
}

.main-content img {
    display: block;

}

.main-content em {
    font-style: italic !important;
}

.main-content strong {
    font-weight: bold;
}

.main-content .d-block{
    display: inline-block;
}
/*Breadcrumb*/

.breadcrumb {
    position: relative;
    font-family: 'Open Sans', Arial, san-serif;
    display: block;
    border-bottom: #e8e8e8 solid 3px;
    margin-bottom: 15px;
}

.breadcrumb ul li {
    float: left;
    margin: 3px 0 15px 0;
}

.breadcrumb ul li a {
    font-size: 13px;
    display: block;
    padding: 4px 0;
    color: #3e3892;
    background: url(//ls-static.com/img/icon-arrow-blue-squared.png) no-repeat right 12px center;
    padding-right: 30px;
}

.breadcrumb ul li:first-child a {
    color: #fff;
    background: #3e3892;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 10px;
}

.breadcrumb ul li span {
    font-size: 13px;
    display: block;
    padding: 4px 0px;
    color: #404040;
}

.breadcrumb .btn {
    position: absolute;
    right: 0;
}

.triangle-right {
    position: absolute;
    left: 58px;
    top: 4px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 12px solid #3e3892;
    border-bottom: 12px solid transparent;
}
/*Vacancies Listing*/

.vacancies-title .date {
    padding: 6px 2px;
    background: #6e98d3;
    float: left;
    color: #fff;
    font-size: 11px;
    width: 40px;
    text-align: center;
    line-height: 1.2;
    margin-right: 10px;
}

.main-content .vacancies-title h2 {
    margin-bottom: 3px;
}

.vacancies-title .date span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.vacancies-title span {
    font-size: 14px;
}

.ref {
    text-align: right;
    padding-bottom: 20px;
}

.vacancies a {
    margin-left: 5px;
    float: right;
}

.main-content .vacancies-search {
    background: #e8e8e8;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    padding: 20px 15px;
    margin-bottom: 20px;
}

.main-content .vacancies-search input#SearchKeywords {
    background: url("//ls-static.com/img/icon-mag.png") no-repeat scroll right 10px center #fff;
    border: 1px solid #DDDDDD;
    font-size: 13px;
    margin-right: 12px;
    padding: 7px 30px 6px 7px;
}

.main-content .vacancies-search label {
    margin: 0 10px;
    padding-left: 5px;
    font-family: 'Raleway', Arial, Sans-serif;
    font-size: 16px;
}
/*Vacancies Details*/

.vac-logo img {
    display: block;
    width: 100%;
    border: 1px solid #e4e4e4;
}

.vacancies-head span {
    display: block;
}

.vacancies-head span.title {
    font-weight: 600;
    display: inline;
}

.main-content .vacancies-head h2 {
    font-size: 22px;
}

.vacancies-head {
    padding-bottom: 20px;
    border-bottom: 2px solid #e4e4e4;
    margin-bottom: 20px;
}

.vacancies-head a.btn {
    margin-top: 14px;
}

{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
    resize: none;
}

.step1 {
    border: 1px solid #ccc;
    border-radius: 4px;
    background: url(//ls-static.com/img/bg-upload.png) #f8f8f8 bottom right no-repeat;
    margin-top: 20px;
}

.step2 {
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f8f8f8;
    margin-top: 20px;
    margin-bottom: 20px;
}

.apply {
    padding-bottom: 20px;
    border-bottom: 2px solid #e4e4e4;
}

.apply-covernote {
    height:191px; 
}
.apply-email {
    height:191px;
}.apply-attach {
    height:176px;
}
 .step1 a{
   margin-bottom:15px;
}
.step2 input {width:250px;}

.main-content .step1 h2,
.main-content .step2 h2 {
    color: #404040;
    font-size: 28px;
}

.step1 .span3,
.step2 .span3 {
    background: #dedede;
    padding: 50px 10px;
    text-align: center;
    border-right: 1px solid #ccc;
}

.step1 .span9,
.step2 .span9 {
    padding: 20px 30px 20px 10px;
}

.step2 .span9 textarea#cover-note {
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
    resize: none;
    font-family: 'Open Sans', Arial, sans-serif;
}
/*Course Listing*/

.vacancies-table table {
    width: 100%;
    text-align: left;
}

.vacancies-table table tr td {
    vertical-align: middle;
}

.vacancies-table table tr td span {
    display: block;
    color: #600011;
    font-weight: 600;
    font-size: 12px;
}

.vacancies-table table tbody {
    border: 1px solid #f0f3f7;
}

.vacancies-table table thead {
    background: #d9dce0;
    color: #404040;
    border-bottom: 2px solid #600011;
    border-top: 2px solid #600011;
}

.vacancies-table table thead tr th {
    padding: 12px 10px;
    font-size: 16px;
    text-align: center;
}

.vacancies-table table tbody tr td {
    padding: 10px;
}

.vacancies-table table tr:nth-child(odd) td {
    background: #f0f3f7;
}

.vacancies-table table tbody tr td {
    border-bottom: #fff 1px solid;
}

/*.vacancies-table table tbody tr td:first-child {
    padding: 20px 10px;
    max-width: 200px;
}*/




/*Course Details*/

.course-details-table table {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

.course-details-table table tr td {
    vertical-align: middle;
    background: #e4e4e4;
    border-bottom: #fff 1px solid;
}

.course-details-table table tr:last-child {
    font-weight: 600;
    font-size: 16px;
}

.course-details-table table tr th {
    border: 1px solid #fff;
    padding: 15px 10px;
    font-size: 16px;
    text-align: left;
    background: #91abcd;
    color: #fff;
    font-weight: 600;
}

.course-details-table table tbody tr td {
    padding: 15px 10px;
}

.course-details-table table tr:nth-child(even) th {
    background: #c5d5ea;
    color: #3e3892;
}

.well {
    padding: 17px 17px 17px 17px;
    background: #f0f3f7;
    border: 2px solid #dcdcdc;
    border-radius: 4px;
}

.main-content .well h3 {
    display: inline-block;
    margin-bottom: 0;
    padding-top: 5px;
}

.well a {
    float: right;
}

.well span {
    font-weight: 600;
    font-size: 20px;
}
/*Basket*/

.basket table {
    width: 100%;
    margin-top: 40px;
}

.basket table img {
    width: auto;
}

.basket table thead {
    text-align: left;
    color: #4474b4;
    font-size: 16px;
}

.basket table thead th:first-child {
    padding-left: 15px;
    text-align: left;
}

.basket table thead th {
    padding-bottom: 15px;
    text-align: center;
}

.basket table tbody td {
    background: #e8e8e8;
    padding: 15px 15px;
    border-left: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}

.basket table tbody td span {
    display: block;
    font-size: 12px;
    color: #3E3892;
    font-weight: 300;
}

.basket input[type=text],
.basket table input[type=password],
.basket table textarea {
    color: #404040;
    font-size: 14px;
    background: #fff;
    text-align: center;
    border: 1px solid #cfcfcf;
    width: 70%;
    padding: 8px;
    border-radius: 2px;
}

.basket table tbody td:first-child {
    text-align: left;
    min-width: 60%;
}

.basket table tbody tr td:nth-child(3) {
    width: 10%;
    background: #fff;
}

.basket table span.quantity-label {
    color: #404040;
    font-size: 14px;
    background: #fff;
    text-align: center;
    border: 1px solid #cfcfcf;
    padding: 8px;
    border-radius: 2px;
    font-weight: inherit;
    margin: 0 9px;
}

.basket table tbody tr {
    border-bottom: 10px solid #fff;
}

.discount {
    float: right;
    padding: 20px 0;
}

.discount span {
    display: block;
    font-size: 12px;
    text-align: right;
    padding-top: 15px;
}

.discount label {
    font-weight: 600;
}

.discount input[type=text] {
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    padding: 6px;
    border-radius: 2px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 10px;
}

.total-price {
    border-top: 3px solid #e4e4e4;
    padding: 20px 0 10px 0;
}

.container .total-price h2 {
    float: right;
    font-size: 26px;
}

.total-price h2 span {
    color: #404040;
    font-size: 18px;
}

.total-price a.btn {
    float: right;
}

.proceed {
    float: right;
}

.proceed-checkout {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
/*paging*/
/*.paging { text-align:center; padding:20px 0; font-family:'Open Sans', Arial, sans-serif; }
.paging img{ display:inline; width:auto;}
.paging a{ display:inline-block; padding:3px 8px; border-radius:3px; color:#404040; background:#e4e4e4; margin-right:3px;}
.paging a:first-child{ margin-right:15px;} .paging a:last-child{ margin-left:12px;}
.paging a.selected{ background: #929292; color:#fff; }
.paging a:hover{ background: #929292; color:#fff;}*/
/*Courses and Events Block*/

.border-red {
    border-left: 6px solid #600011;
}

.border-blue {
    border-left: 6px solid #3e3892;
}

.border-yellow {
    border-left: 6px solid #dcb502;
}

.courses {
    font-family: 'Open Sans', Arial, Sans-serif;
    color: #3d3d3d;
    padding-bottom: 20px;
}

.courses .group {
    margin-bottom: 15px;
    padding: 6px 4px 16px 14px;
}

.courses h3 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: 'Raleway', Arial, Sans-serif;
}

.courses .arrow h3 {
    background: url(../img/icon-arrow-small.png) no-repeat left center;
    padding-left: 13px;
}

.courses p {
    font-size: 14px;
}

.becoming-solicitor {
    position: relative;
}

.becoming-solicitor img {
    width: 100%;
    border-bottom: 1px solid #600011;
    display: block;
}

.becoming-solicitor ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'lato', Arial, sans-serif;
    font-size: 15px;
}

.becoming-solicitor ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.becoming-solicitor ul.lower-list li:last-child {
    border-bottom: none;
}

.becoming-solicitor ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.becoming-solicitor ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.becoming-solicitor ul.border {
    border-bottom: 4px solid #600011;
}

.becoming-solicitor ul.bg-white {
    background: #fff;
    border-left: #e6e6e6 1px solid;
    border-right: #e6e6e6 1px solid;
}

.shadow {
    box-shadow: 0px 1px 3px #4F4F4F;
}
/*
.span6 .becoming-solicitor{ position:relative; overflow:hidden; }
.span6 .becoming-solicitor img{ width:42%;  float:left; border-bottom:0px;}
.span6 .becoming-solicitor ul.lower-list{ background-color:#f5f5f5; padding:20px 20px; font-family:'lato', Arial, sans-serif; font-size:15px; margin-bottom:35px; width:58%; float:right; }
.span6 .becoming-solicitor ul.lower-list li{ background:url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center; line-height:2.2;  }
.span6 .becoming-solicitor ul.lower-list li:last-child{border-bottom:none;}
.span6 .becoming-solicitor ul.lower-list li a{ color:#404040; text-decoration:none; padding-left:20px; font-weight:500; transition: all 0.2s ease-in-out 0s; display:block;}
.span6 .becoming-solicitor ul.lower-list li a:hover{ padding-left:24px; transition: all 0.2s ease-in-out 0s;}
.span6 .becoming-solicitor ul.border{border-bottom:4px solid #600011;}
.span6 .becoming-solicitor ul.bg-white{ background:#fff; border-left:#e6e6e6 1px solid; border-right:#e6e6e6 1px solid;}
*/

.legal-vacancies {
    font-family: 'Open Sans', Arial, Sans-serif;
}

.legal-vacancies .article {
    border: 1px solid #d4d4d4;
    padding: 10px;
    background: #fff;
}

.legal-vacancies ul li {
    margin-bottom: 20px;
    padding-left: 10px;
}

.legal-vacancies ul li:first-child {
    border-left: 3px solid #3e3892;
}

.legal-vacancies ul li:last-child {
    border-left: 3px solid #dcb502;
    margin-bottom: 10px;
}

.legal-vacancies ul li:nth-child(2) {
    border-left: 3px solid #600011;
}

.legal-vacancies h3 a {
    font-size: 17px;
    color: #404040;
    text-decoration: none;
}

.legal-vacancies h3 {
    margin: 6px 0;
}

.legal-vacancies .v-listing {
    margin-bottom: 10px;
}

.legal-vacancies .vacancies-title a {
    font-size: 14px;
    color: #404040;
    font-weight: 600;
}

.legal-vacancies .vacancies-title a:hover {
    text-decoration: underline;
    color: #3e3892;
}

.legal-vacancies .vacancies-title span.location {
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
    color: #3e3892;
}

.main-content {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    padding-bottom: 20px;
}

.main-content p {
    margin-bottom: 20px;
}

.main-content p.first {
    font-size: 18px;
    line-height: 26px;
}

h1.body {
    font-size: 24px;
    font-weight: 500;
    border-bottom: 3px solid #600011;
    padding-bottom: 14px;
    color: #5d5d5d;
    margin-bottom: 20px;
}

.main-content .archive-btn {
    position: absolute;
    top: -26px;
    right: 0px;
}

.main-content h2 {
    font-size: 18px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 10px;
}

.main-content h3 {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 600;
}

.main-content h4 {
    font-size: 15px;
    color: #3e3892;
    margin-bottom: 5px;
    font-weight: 600;
}

.main-content h5 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    font-weight: 600;
}
/*contact form*/

.main-content .map {
    margin-bottom: 40px;
}

.main-content .map img {
    width: 100%;
    display: block;
    padding-bottom: 20px;
    border-bottom: 2px solid #e4e4e4;
}

.contact-form {
    margin-bottom: 20px;
}

.contact-form table label {
    float: left;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Raleway', Arial, Sans-serif;
    color: #000;
}

.contact-form select {
    overflow: hidden;
    padding: 5px;
    width: 70%;
    background: #e8e8e8;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
}

.contact-form table {
    width: 100%;
    margin: 10px 0px;
    margin-bottom: 10px;
}

.contact-form table select {
    width: 70%;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    font-weight: 300;
    outline: none;
}

.contact-form table td {
    padding: 0px 0px 9px 0px;
}

.contact-form table th {
    padding-bottom: 5px;
}

.contact-form table input[type=text],
.contact-form table input[type=password],
.contact-form table textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
}

.contact-form table input[type=text]:focus,
.contact-form table input[type=password]:focus,
.contact-form table textarea:focus {
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
}

.contact-form table td.radio input[type=radio]:first-child {
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 0px;
}

.contact-form table td.radio input[type=radio]:last-child {
    margin-left: 30px;
    margin-right: 10px;
    width:inherit !important;
}

.contact-form input placeholder {
    color: #b8b8b8;
}

:-ms-input-placeholder {
    color: #b8b8b8;
}

.contact-form table input.medium {
    width: 70%;
}

.contact-form table input.small {
    width: 50%;
}

.contact-form table input.error {
    border-color: #b42426;
    box-shadow: 0 1px 0 rgba(180, 36, 38, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(180, 36, 38, 0.15);
}

.contact-form table span.error-label {
    display: block;
    font-size: 12px;
    color: #b42426;
    margin-top: 5px;
}

.contact-form::-webkit-input-placeholder {
    color: #afafaf;
}

.contact-form:-moz-placeholder {
    color: #afafaf;
}

.contact-form::-moz-placeholder {
    color: #afafaf;
}

.contact-form:-ms-input-placeholder {
    color: #afafaf;
}

.contact-form textarea {
    resize: vertical;
}

.contact-form table td input#confirm[type=checkbox] {
    margin-right: 10px;
    padding-left: 0;
}

.page-error {
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid #b42426;
    box-shadow: 0 1px 0 rgba(180, 36, 38, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(180, 36, 38, 0.15);
    color: #b42426;
    background: #fbf0f0;
    padding: 10px 10px;
    border-radius: 4px;
}

.page-info {
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid #4C6680;
    box-shadow: 0 1px 0 rgba(92, 122, 153, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(92, 122, 153, 0.15);
    color: #4C6680;
    background: #99CCFF;
    padding: 10px 10px;
    border-radius: 4px;
}

.page-alert {
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid #cc6633;
    color: #f5f5f5;
    background: #cc6666;
    padding: 10px 10px;
    border-radius: 4px;
}

.page-success {
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid #468847;
    box-shadow: 0 1px 0 rgba(70, 136, 71, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(70, 136, 71, 0.15);
    color: #468847;
    background: #effcef;
    padding: 10px 10px;
    border-radius: 4px;
}
/*accordian*/

.booking-steps {
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
    margin-left: 10px;
}

.booking-steps ul li {
    padding: 7px 0px 17px 30px;
    font-size: 11px;
    font-weight: 600;
}

.booking-steps ul li.inactive {
    background: url(//ls-static.com/img/img-step-inact.png) left bottom no-repeat;
}

.booking-steps ul li.active {
    background: url(//ls-static.com/img/img-step-act.png) left bottom no-repeat;
}

.booking-accordion {
    margin: 20px 0;
}

.booking-accordion ul li:last-child.accordion-activate a.accordion-header {
    border-radius: 0px 0px 0px 0px;
}

.accordion-activate a.accordion-header {
    color: #fff;
    background: #a1a0b6 url(//ls-static.com/img/icon-acc-on.png) 650px center no-repeat;
}

.accordion-activate .accordion-content .acc-content {
    border: 3px solid #a1a0b6;
}

.accordion-activate a.accordion-header {
    background: #a1a0b6 url(//ls-static.com/img/icon-arrow-down-white.png) center right 20px no-repeat;
}

.accordion-content {
    display: none;
}

a.accordion-header {
    display: block;
    margin-top: 1px;
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 15px;
    background-color: #e4e4e4;
    background: #e4e4e4 url(//ls-static.com/img/icon-arrow-down.png) right 20px center no-repeat;
}

.acc-content {
    border: 3px solid #ececec;
    padding: 20px 25px;
}

.acc-content ul {
    margin-bottom: 15px;
    border-left: 2px solid #600011;
    padding-left: 10px;
}

.acc-content ul li a {
    color: #3e3892;
}

.acc-content ul li a:hover {
    color: #5a53c1;
    text-decoration: underline;
}

.acc-content h3 {
    padding-bottom: 10px;
    color: #3e3892;
}

.accordion-content .call-btn {
    display: none;
}

.back-link {
    padding: 20px 0;
    padding-bottom: 0px;
}

.back-link a.prev {
    background: url(//ls-static.com/img/icon-btn-prev.png) no-repeat scroll left center transparent;
    float: left;
    color: #363287;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-top: 3px;
    text-decoration: underline;
}

.back-link a.prev:hover {
    color: #6e99d3;
    text-decoration: underline;
}

.back-link a.btn {
    float: right;
    background: url(//ls-static.com/img/icon-share.png) #6a96d2 no-repeat left 12px center;
    color: #fff;
    padding-left: 40px;
}


.related-content .span4 ul.lower-list {
    background: #fff;
    border-left: #e6e6e6 1px solid;
    border-right: #e6e6e6 1px solid;
}

.related-content-head {
    display: block;
    border-top: 3px solid #3e3892;
    padding: 15px 0;
    font-size: 20px;
    font-family: 'lato', Arial, sans-serif;
    border-bottom: 2px solid #e8e8e8;
    margin-bottom: 20px;
}

.related-content {
    margin-bottom: 20px;
}

.gazette {
    position: relative;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-bottom: 20px;
}

.gazette-text a {
    display: block;
    background: url(//ls-static.com/img/icon-arrow-white-squared.png) no-repeat right 10px center;
    padding: 15px;
    color: #fff;
}

.gazette-text a:hover {
    background: url(//ls-static.com/img/icon-arrow-white-squared.png) no-repeat right 10px center rgba(96, 0, 17, 0.9);
}

.gazette img {
    width: 100%;
    display: block;
}

.gazette-text {
    background: rgba(96, 0, 17, 0.8);
    margin-top: 5px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.gazette-text h3 {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 17px;
    padding: 8px 0;
    color: #fff;
}

.gazette-text p {
    font-size: 13px;
    width: 90%;
}
.featured-gazette-share {
    float: right;
    position: relative;
    top: 30px;
    right: 10px;
}
/*tabbing*/

.tabs li {
    list-style: none;
    float: left;
    margin-right: 1px;
}

.tabs a {
    margin-top: 16px;
    padding: 10px 14px;
    background: #3e3892;
    color: #fff;
    display: block;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
}

.tabs a:hover {
    background: #393484;
    color: #fff;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
}

.tabs a.active {
    font-size: 16px;
    margin-top: 12px;
    padding: 12px;
    background: #fff;
    color: #3e3892;
    border: 1px solid #dadada;
    border-bottom: 0px;
    border-radius: 4px 4px 0 0;
    position: relative;
    z-index: 2;
    font-weight: 600;
}

.tab-contents {
    background: #fff;
    width: 100%;
    padding: 35px 25px;
    border: 1px solid #dadada;
    position: relative;
    top: -1px;
    z-index: 1;
}
/* tabbing-find-block */

.find .tabs li {
    width: 49.7%;
}

.find .tabs li:last-child {
    float: right;
    margin-right: 0px;
}

.find .tabs li a {
    width: auto;
    text-align: center;
    font-size: 13px;
}

.find-tab-contents {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    background: #fff;
    width: 100%;
    padding: 35px 25px;
    border: 1px solid #dadada;
    position: relative;
    top: -1px;
    z-index: 1;
}

.find .tabs a.active {
    font-weight: normal;
}

.find-tab-contents input[type="text"] {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 10px;
}
/*find*/

.tabs-find {
    padding: 0px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    background: #fff;
    width: 100%;
    border: 1px solid #dadada;
    position: relative;
    top: -1px;
    z-index: 1;
}

.main-content .filters {
    background: #e8e8e8;
    border-top: 10px solid #d6d6d6;
    min-height: 1560px;
    float: right;
}

.find-list {
    padding: 35px 25px;
}

.filters ul.locations {
    margin-top: 10px;
    font-size: 13px;
    margin-bottom: 30px;
}

.filters ul.locations li {
    border-bottom: 1px dotted #fff;
}

.filters ul.locations li a {
    display: block;
    color: #404040;
    padding: 6px 0;
    padding-left: 10px;
}

.filters ul.locations li a span {
    font-weight: 600;
    color: #3e3892;
    padding-left: 6px;
}

.filters ul.locations li:hover a {
    background: #d6d6d6;
}

.selected-facets {
    margin-top: 20px;
}
.selected-facets a {
    margin: 0 5px 10px 0;
}

.selected-facets .btn {
    background: url(//ls-static.com/img/icon-close.png) #6A96D2 right 5px center no-repeat;
    padding-right: 25px;
}

 .mob-filters-link {
  display: none;
}

 .comm-back-link {
     display:none;
 }


/*Find search*/

.find-search {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.find-search #find-search {
    width: 50%;
    padding: 6px;
    background: url(//ls-static.com/img/icon-mag.png) no-repeat right 10px center #fff;
    border: 1px solid #dddddd;
    font-size: 13px;
    margin-right: 12px;
    padding-right: 30px;
}

#find-search:focus {
    border-color: #bdbdbd;
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
    transition: all 0.2s ease-in-out 0s;
}

.find-search h3 {
    margin-top: 20px;
}

.find-search h3 span {
    color: #600011;
}

.find-search .find-sort {
    position: absolute;
    right: 0;
    bottom: -40px;
}

.main-content .links {
    position: absolute;
    right: 0;
    font-size: 12px;
    top: 6px;
}

.main-content .links ul li {
    display: inline;
    background: none;
    color: #404040;
    margin-left: 10px;
}

.main-content .links ul li a {
    padding: 3px 8px;
}
    
.main-content .Linkbuttons {
    display: inline-block;
    background: none;
    color: #404040;
}

.main-content .LinkButtonsAlign {
    display: inline-block;
    margin-left: 10px;
    padding: 3px 8px 3px 8px;
}
        
.main-content .LinkButtonsAlign a {
    padding: 3px 8px 3px 8px;
}


/*Checkout process */

.indicators {
    position: absolute;
    right: 0;
    top: 0px;
    font-family: 'Open Sans', Arial, sans-serif;
}

.indicators ul li {
    display: inline;
    margin-left: 15px;
    color: #868686;
    font-weight: 600;
    background: url(//ls-static.com/img/icon-arrow-green-squared.png) right center no-repeat;
    padding-right: 15px;
}

.indicators ul li:last-child {
    background: none;
    padding-right: 0px;
}

.indicators ul li.current {
    color: #669900;
    font-weight: 600;
}

.indicators ul li.current span {
    background: #669900;
    border-radius: 50%;
    padding: 5px 13px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border: 3px solid #bdd985;
}

.indicators ul li span {
    background: #868686;
    border-radius: 50%;
    padding: 5px 13px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border: 3px solid #d4d4d4;
    margin-right: 8px;
}

.address-details {
    border-top: 2px solid #d4d4d4;
    border-bottom: 2px solid #d4d4d4;
    padding: 20px 0;
    padding-bottom: 0px;
}

.address-details .col4 {
    border-right: 2px solid #d4d4d4;
}

.container .ship-current {
    padding-top: 32px;
    padding-right: 30px;
}

.container .ship-new {
    padding-left: 20px;
    padding-top: 20px;
    min-height: 280px;
    margin-right: 0%;
}

.container .ship-current span {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    padding-left: 8px;
}

.commerce-nav {
    margin-top: 15px;
}

span.field-notification {
    font-size: 12px;
    margin-top: -2px;
    display: block;
    color: #868686;
}

.email-entry {
    margin-bottom: 20px;
}

.email-entry input[type=text] {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
    margin-top: 10px;
}

.email-entry input[type=text]:focus {
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
}

.email-entry input.medium {
    width: 70%;
}

.email-entry input.small {
    width: 50%;
}

.email-entry label {
    font-weight: 600;
}

table.current-address {
    font-size: 14px;
    margin-left: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: 'Open Sans', Arial, sans-serif;
}

table.current-address td {
    padding: 5px 0;
    color: #868686;
}

table.current-address th {
    width: 30%;
}

table label {
    float: left;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Raleway', Arial, Sans-serif;
    color: #000;
    text-align: left;
}

select {
    overflow: hidden;
    padding: 5px;
    width: 70%;
    background: #e8e8e8;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
}

table {
    width: 100%;
    margin: 10px 0px;
    margin-bottom: 20px;
}

table select {
    width: 70%;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    font-weight: 300;
    outline: none;
}

table td {
    padding: 0px 0px 16px 0px;
}

table hr {
    border: none;
    border-top: 1px solid #3E3892;
    margin-top: 20px;
}

table th {
    padding-bottom: 5px;
}


table input[type=text],
table input[type=password],
table textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
}

table input[type=text]:focus,
table input[type=password]:focus,
table textarea:focus {
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
}

table td.radio input[type=radio]:first-child {
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 0px;
}

table td.radio input[type=radio]:last-child {
    margin-left: 30px;
    margin-right: 10px;
}

input placeholder {
    color: #b8b8b8;
}

:-ms-input-placeholder {
    color: #b8b8b8;
}

table input.medium {
    width: 70%;
}

.contact-form table input.small {
    width: 50%;
}

table input.error {
    border-color: #b42426;
    box-shadow: 0 1px 0 rgba(180, 36, 38, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(180, 36, 38, 0.15);
}

table span.error-label {
    display: block;
    font-size: 12px;
    color: #b42426;
    margin-top: 5px;
}

::-webkit-input-placeholder {
    color: #afafaf;
}

.contact-form:-moz-placeholder {
    color: #afafaf;
}

.contact-form::-moz-placeholder {
    color: #afafaf;
}

.contact-form:-ms-input-placeholder {
    color: #afafaf;
}

textarea {
    resize: vertical;
    width:100%;
    max-width:443px;
}

table td input#confirm[type=checkbox] {
    margin-right: 10px;
    padding-left: 0;
}

table td.choose-ship span {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
}

.formblock table label {
    float: left;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Raleway', Arial, Sans-serif;
    color: #000;
    text-align: left;
}

select {
    overflow: hidden;
    padding: 5px;
    width: 70%;
    background: #e8e8e8;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
}

.formblock table {
    width: 100%;
    margin: 10px 0px;
    margin-bottom: 20px;
}

.formblock table select {
    width: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    font-weight: 300;
    outline: none;
}

.formblock table td {
    padding: 0px 0px 18px 0px;
}

.formblock table hr {
    border: none;
    border-top: 1px solid #3E3892;
    margin-top: 20px;
}

.formblock table th {
    padding-bottom: 5px;
}

.formblock table input[type=text],
.formblock table input[type=password],
.formblock table textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
}

.formblock table input[type=text]:focus,
.formblock table input[type=password]:focus,
.formblock table textarea:focus {
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
}

.formblock table td input[type=radio] {
    margin-left: 0px;
    float: left;
}

.formblock input placeholder {
    color: #b8b8b8;
}

:-ms-input-placeholder {
    color: #b8b8b8;
}

.formblock table input.medium {
    width: 70%;
}

.contact-form table input.small {
    width: 50%;
}

.formblock table input.error {
    border-color: #b42426;
    box-shadow: 0 1px 0 rgba(180, 36, 38, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(180, 36, 38, 0.15);
}

.formblock table span.error-label {
    display: block;
    font-size: 12px;
    color: #b42426;
    margin-top: 5px;
}

::-webkit-input-placeholder {
    color: #afafaf;
}

.contact-form:-moz-placeholder {
    color: #afafaf;
}

.contact-form::-moz-placeholder {
    color: #afafaf;
}

.contact-form:-ms-input-placeholder {
    color: #afafaf;
}

.formblock textarea {
    resize: vertical;
}

.formblock table td input[type=checkbox] {
    margin-right: 10px;
    padding-left: 0;
    float: left;
}

.formblock table td.choose-ship span {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
}

.formblock table input[type=submit] {
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    background: #6A96D2;
    color: #fff;
    padding: 5px 15px;
    font-size: 13px;
}

.formblock table legend {
    color: #000000;
    display: block;
    font-family: 'Raleway', Arial, Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}
/*Publication listing*/

.publication-list {}

.publication-list tr th:first-child {
    text-align: left;
    width: 45%;
}

.publication-list tr th:nth-child(2) {
    width: 25%;
}

.publication-list tr td {
    font-weight: 600;
}
/* Confirmation page*/

.order-no {
    border-top: 1px solid #d4d4d4;
    padding: 10px 0;
    border-bottom: 1px solid #d4d4d4;
}

.order-no h5 {
    display: inline;
}

.order-no span {
    background-color: #600011;
    color: #fff;
    border-radius: 4px;
    padding: 3px 8px;
    font-weight: 600;
    margin-left: 10px;
}

.order {
    padding: 10px 0;
    padding-top: 30px;
    border-bottom: 1px solid #d4d4d4;
}

.order ul li {
    font-weight: 600;
    color: #868686;
    padding: 5px 0;
}

.order ul li span {
    color: #343434;
}

.commerce-nav .btn-green {
    margin-right: 20px;
}

.totals .col6 {
    float: right;
}

.totals {
    padding: 20px 0;
    font-weight: 600;
}

.totals ul li:last-child {
    padding-top: 20px;
}

.totals span.sum-total {
    color: #3e3892;
    font-size: 20px;
}
/*payment-entry*/

table span.label {
    display: block;
    font-size: 12px;
    color: #868686;
    clear: left;
    float: left;
}

table select.month {
    width: 70px;
    margin-right: 20px;
}

table select.year {
    width: 160px;
}

table td.expire {
    float: left;
    display: block;
    
}

      table td.expire select {
            width:90%;
        }

.card-payment .accept {
    color: #3d8fff;
}

.card-payment .accept span {
    color: #404040;
}

.card-payment img {
    width: auto;
}
/*find a mediator*/

.mediator-search table input[type="text"] {
    width: 90%;
}

.mediator-search table select {
    width: 90%;
}

.bsm-register td label
{
    display:none;
}

h2.bsm-search,  label.gss-search, span.gss-search
{
    display:none;
}

a.k-link {line-height:28px !important;}

label.bsm-srch-lst
{
    display:none;
}

span.bsm-srch-lst
{
    font-size: 13px !important;
    font-weight:normal !important; 
    text-align:left !important;
    word-spacing: 0px !important;
}

td.name-dsktop
    {
        display:table-cell !important;
    }
td.fullname-mob
    {
        display:none !important;
    }
    
@media all and (min-width: 810px) 
{
    td.dr-fname { min-width: 80px !important; }
    td.dr-sname { min-width: 50px !important; }
    td.dr-date { min-width: 75px !important; }
    td.dr-dsktp { min-width: 75px !important; }
    td.dr-details { min-width: 549px !important; }
    
    a.small {
    font-size: 11px;
    padding: 2px 10px;
    }

.vacancies-table table tbody tr td:first-child {
            padding: 20px 10px;
            max-width: 200px;
        }
    
}
@media all and (max-width: 810px) 
{
    td.dr-fname { width: 100px !important;}
    
    table.mob-enquiry-table { max-width: 220px !important;
                                  margin: 0px !important; }
    tr.mob-enquiry-table { max-width: 220px !important; }
    td.mob-enquiry-table { max-width: 120px !important; }
    textarea.enquiry-popup-form { max-width: 120px !important; }
    
}
table.mediator-listing {
    width: 100%;
    text-align: left;
    font-size: 12px;
}

table.mediator-listing tr td {
    vertical-align: middle;
}

table.mediator-listing tr td:first-child {
    width: 20%;
    font-weight: 600;
    font-size: 14px;
}

table.mediator-listing tr td span {
    display: block;
    color: #600011;
    font-weight: 600;
    font-size: 12px;
}

table.mediator-listing tbody {
    border: 1px solid #f0f3f7;
}

table.mediator-listing thead {
    background: #d9dce0;
    color: #404040;
    border-bottom: 2px solid #600011;
    border-top: 2px solid #600011;
}

table.mediator-listing thead tr th {
    padding: 12px 10px;
    font-size: 16px;
    text-align: left;
}

table.mediator-listing tbody tr td {
    padding: 22px 10px;
}

table.mediator-listing tr:nth-child(odd) td {
    background: #f0f3f7;
}

table.mediator-listing tbody tr td {
    border-bottom: #fff 1px solid;
}

table.mediator-listing tbody tr td:first-child {
    max-width: 200px;
}

table.mediator-listing tbody tr td:nth-child(5n) {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}

table.mediator-listing tbody tr td:nth-child(3) {
    text-align: center;
    font-weight: 600;
}

table.mediator-listing tr.additional {
    background: #fff;
    padding: 10px 10px;
    display: none;
}

table.mediator-listing tr.additional td {
    background: #fff;
    padding: 10px 10px;
}


table.mediator-listing tr td span.show-details {
    margin-top: 20px;
    display: block;
    width: 80%;
    cursor: pointer;
    color: #3e3892;
    background: url(//ls-static.com/img/icon-show.png) no-repeat right center;
    padding: 20px 20px 20px 0;
}

table.mediator-listing tr td span.hide-details {
    background: url(//ls-static.com/img/icon-hide.png) no-repeat right center;
    padding-right: 20px;
}
/* Garda Station Search */

@media all and (min-width: 810px) {

    table.gss-listing {
        width: 100%;
        text-align: left;
        font-size: 12px;
    }

    table.gss-listing tr td {
        vertical-align: middle;
    }

    table.gss-listing tr td:first-child {
        width: 20%;
        font-weight: 600;
        font-size: 14px;
    }

    table.gss-listing tr td span {
        display: block;
        color: #600011;
        font-weight: 600;
        font-size: 12px;
    }

    table.gss-listing tbody {
        border: 1px solid #f0f3f7;
    }

    table.gss-listing thead {
        background: #d9dce0;
        color: #404040;
        border-bottom: 2px solid #600011;
        border-top: 2px solid #600011;
    }

    table.gss-listing thead tr th {
        padding: 12px 10px;
        font-size: 16px;
        text-align: left;
    }

    table.gss-listing tbody tr td {
        padding: 22px 10px;
    }

    table.gss-listing tr:nth-child(odd) td {
        background: #f0f3f7;
    }

    table.gss-listing tbody tr td {
        border-bottom: #fff 1px solid;
        font-size: 14px;
    }

    table.gss-listing tbody tr td:first-child {
        max-width: 200px;
    }

    table.gss-listing tbody tr td:nth-child(5n) {
        text-align: left;
    }
            table.gss-listing tbody tr td:nth-child(3){
                text-align: center;
                font-weight: 600;
            }
            table.gss-listing tbody tr td:nth-child(2) {
                text-align: center;
                font-weight: 600;
            }

    table.gss-listing tbody tr td:nth-child(3),
    table.gss-listing tbody tr td:nth-child(2) {
        font-weight: 600;
    }
}

.chkTerms input {
    width: 13px !important;
    float: left;
}

.chkTerms label {
    width: 95%;
    display: inline;
}
/*gazette*/

.main-content .featured-gazette {
    background: #f8f8f8;
    padding: 10px;
    border-radius: 4px;
    border: 2px solid #d4d4d4;
    margin-bottom: 20px;
}

.main-content .featured-gazette h4 {
    font-size: 22px;
    line-height: normal;
}

.main-content .featured-gazette span {
    color: #600011;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 5px;
    display: block;
}

.main-content .featured-gazette h1 {
    font-size: 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-style: italic;
    padding-bottom: 20px;
}

.main-content .featured-gazette .col8 {
    padding-top: 10px;
}

.main-content .previous-issues h5 {
    text-align: center;
    margin-top: 0px;
}

.main-content .previous-issues .col3 {
    padding: 10px;
    background: #f8f8f8;
    min-height: 300px;
}

.main-content .previous-issues .col3 a {
    display: block;
}

.main-content .previous-issues .col3:hover {
    box-shadow: 0 2px 0px #ababab;
}

.main-content .previous-issues .fluidHeight {
    height: 580px;
}

.main-content .previous-issues .sliderContainer {
    min-height: 282px;
}

.main-content .previous-issues .iosSlider {
    height: 580px !important;
}

@media screen and (max-width: 768px) 
{
    .main-content .previous-issues .iosSlider {
    height: 800px !important;}

    .main-content .previous-issues .fluidHeight {
    height: 800px;}  
}

@media screen and (min-width: 768px) 
{
    .main-content .previous-issues .iosSlider {
    height: 320px !important;}

    .main-content .previous-issues .fluidHeight {
    height: 300px;}  
}

.main-content .previous-issues .col3 a.btn {}
/*venue hire*/

.container .teaser {
    display: block;
    background: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-bottom: 20px;
}

.container .teaser a {
    display: block;
    padding-bottom: 10px;
}

.container .teaser {
    color: #868686;
    border: 1px solid #d4d4d4;
}

.container .teaser a span {
    color: #868686;
    padding: 0 10px;
    display: block;
    margin-bottom: 15px;
}

.container .teaser h4 {
    font-size: 28px;
    color: #600011;
    padding: 0px 10px;
    padding-top: 5px;
}

.container .teaser span.more {
    display: inline;
    background: url(//ls-static.com/img/icon-arrow-blue-squared.png) no-repeat right center;
    color: #3e3892;
}

.container .teaser-container {
    border-top: 2px solid #d4d4d4;
    padding-top: 20px;
}
/*Profile*/

.profile-accordion .accordion-activate .accordion-content .acc-content {
    border: none;
}

.profile-accordion .acc-content {
    border: none;
    padding: 0;
}

.profile-accordion h1 {
    font-size: 24px;
    font-weight: 500;
    color: #5d5d5d;
    margin-bottom: 20px;
}

.profile-accordion h2 {
    font-size: 18px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 10px;
}

.profile-accordion h3 {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 600;
}

.profile-accordion h4 {
    font-size: 15px;
    color: #3e3892;
    margin-bottom: 5px;
    font-weight: 600;
}

.profile-accordion h5 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    font-weight: 600;
}

.profile-accordion a {
    color: #363287;
    text-decoration: underline;
}

.profile-accordion a:hover {
    color: #6e99d3;
}

.last-accordion-item {
    margin-bottom: 20px;
}

.acc-content .info-container {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid #d4d4d4;
    position: relative;
}

.acc-content .info-container a.btn {
    /*position:absolute; bottom:15px; right:15px;*/
}

.acc-content .info-container h1 {
    color: #404040;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    border-left: 3px solid #3e3892;
    font-weight: 600;
    display: block;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.acc-content .info-container table tr th {
    text-align: right;
    padding-right: 10px;
    font-weight: 600;
}

.acc-content .acc-text {
    padding: 10px;
    margin-top: 15px;
}

.info-container input#confirm {
    margin-left: 0;
    margin-right: 10px;
}

.main-content .password {
    border: 1px solid #d4d4d4;
    padding: 15px 25px;
    padding-bottom: 0;
}

table input#password {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CFCFCF;
    border-radius: 2px 2px 2px 2px;
    color: #404040;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    padding: 8px;
    width: 100%;
}

.login-content table input#password {
    background: none repeat scroll 0 0 #ECECEC;
    width: 100%;
}

.acc-content .info-container table input,
.acc-content .info-container table select {
    width: 80%;
    margin-top: 0px;
}

.acc-content .info-container table input.medium,
.acc-content .info-container table select.medium {
    width: 60%;
}

@media all and (max-width: 667px)
{
    .acc-content .info-container table input.medium {
    width: 100%;
    }
    
    .acc-content .info-container table input[type=submit] {
    width: 50% !important;
    }
    
}

.acc-content .info-container table input.small,
.acc-content .info-container table select.small {
    width: 40%;
}

.orders-table table {
    width: 100%;
    text-align: left;
    border: 1px solid #d4d4d4;
}

.orders-table table tr td {
    vertical-align: middle;
}

.orders-table table tr td span {
    display: block;
    color: #600011;
    font-weight: 600;
    font-size: 12px;
}

.orders-table table tbody {
    border: 1px solid #f0f3f7;
}

.orders-table table thead {
    background: #fff;
    color: #404040;
    border-bottom: 2px solid #600011;
    border-top: 2px solid #600011;
    font-size: 14px;
}

.orders-table table thead tr th {
    padding: 12px 10px;
    font-size: 14px;
    text-align: center;
}

.orders-table table tbody tr td {
    padding: 10px 10px;
    text-align: center;
    font-size: 12px;
}

.orders-table table tr:nth-child(odd) td {
    background: #f0f3f7;
}

.orders-table table tbody tr td {
    border-bottom: #fff 1px solid;
}

/*Fancybox */
/*Practice notes */

.main-content .pn-search {
    border-bottom: 2px solid #d4d4d4;
    padding-bottom: 20px;
}

.main-content .pn-search select {
    width: 100%;
    font-size: 12px;
}

.main-content .pn-search select.year {
    width: 90%;
}

.news-preview span.date {
    font-size: 12px;
    color: #404040;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
}

.news-preview {
    position: relative;
}

.main-content .pn-search input {
    width: 60%;
    background: url("//ls-static.com/img/icon-mag.png") no-repeat scroll right 10px center #FFFFFF;
    border: 1px solid #DDDDDD;
    font-size: 13px;
    margin-right: 12px;
    padding: 7px 30px 6px 7px;
}

/*Add attendees*/

.address-details select {
    width: 100%;
    font-size: 14px;
}

.attendees .col8 {
    border: none;
}

.course-select {
    padding-bottom: 20px;
    border-bottom: 2px solid #d4d4d4;
    margin-bottom: 20px;
}

.course-select .col6 label {
    padding-bottom: 5px;
    display: block;
}

.attendees table tr td input[type="text"] {
    width: 95%;
}

.attendees table tr td select {
    width: 50%;
}

.course-attendees {
    border: 2px solid #d4d4d4;
    background: #f8f8f8;
    padding: 10px 20px;
}

.course-attendees table {
    text-align: left;
}

.add-attendees table {
    margin-bottom: 0;
}

.course-attendees table tr th {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 20px;
}

.course-attendees table tr th:last-child {
    text-align: center;
}

.course-attendees table tr td {
    text-align: center;
}

.course-attendees table tr td:nth-child(odd) {
    text-align: left;
}

.course-attendees table img {
    width: auto;
    display: inline;
}
/*Site search*/

.site-search {
    border: 1px solid #d4d4d4;
}

table tr.remove-all td {
    font-weight: 600;
}

@media only screen and (max-width: 769px) {
    nav.main-nav ul li a {
        padding: 8px 12px;
    }
    nav.main-nav ul li:last-child a {
        padding-right: 0px;
    }
}
/*New Blocks*/

.span3,
.span4,
.span6,
.span8,
.span9,
.span12 {
    padding-bottom: 20px;
}
/*Data Blocks*/

.span8 .data {
    position: relative;
}

.span8 .data .contain {
    margin-bottom: 20px;
}

.span8 .data div:last-child.contain {
    margin-bottom: 0px;
}

.span8 .data img {
    width: auto;
}

.span8 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
}

.span8 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span8 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 77%;
}

.span8 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span8 .data .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.span8 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span8 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col9 .span8 .data {
    position: relative;
}

.col9 .span8 .data .contain {
    margin-bottom: 20px;
}

.col9 .span8 .data div:last-child.contain {
    margin-bottom: 0px;
}

.col9 .span8 .data img {
    width: auto;
}

.col9 .span8 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
}

.col9 .span8 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span8 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 70%;
}

.col9 .span8 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.col9 .span8 .data .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.col9 .span8 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.col9 .span8 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.span9 .data {
    position: relative;
}

.span9 .data .contain {
    margin-bottom: 20px;
}

.span9 .data div:last-child.contain {
    margin-bottom: 0px;
}

.span9 .data img {
    width: auto;
}

.span9 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
}

.span9 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span9 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 77%;
}

.span9 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span9 .data .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.span9 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span9 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col9 .span9 .data {
    position: relative;
}

.col9 .span9 .data .contain {
    margin-bottom: 20px;
}

.col9 .span9 .data div:last-child.contain {
    margin-bottom: 0px;
}

.col9 .span9 .data img {
    width: auto;
}

.col9 .span9 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
}

.col9 .span9 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span9 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 70%;
}

.col9 .span9 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.col9 .span9 .data .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.col9 .span9 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.col9 .span9 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.span6 .data {
    position: relative;
}

.span6-divContact
{
    padding-bottom:20px;
    float: left;
    width: 49%;
    position: relative;
}

divPII
{
}

    .span6 .data .contain {
        margin-bottom: 20px;
    }

.span6 .data div:last-child.contain {
    margin-bottom: 0px;
}
.block-img
{
   width:100% !important;
}

.span6 .data img {
    width: auto;
}

.span6 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
}

.span6 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span6 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 69%;
}

.span6 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span6 .data .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.span6 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span6 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col9 .span6 .data {
    position: relative;
}

.col9 .span6 .data .contain {
    margin-bottom: 20px;
}

.col9 .span6 .data div:last-child.contain {
    margin-bottom: 0px;
}

.col9 .span6 .data img {
    width: auto;
    display: none;
}

.col9 .span6 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
}

.col9 .span6 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span6 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 69%;
}

.col9 .span6 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.col9 .span6 .data .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.col9 .span6 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.col9 .span6 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.span4 .data {
    position: relative;
}

.span4 .data .contain {
    margin-bottom: 20px;
}

.span4 .data img {
   
}

.span4 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
    display: none;
}

.span4 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span4 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    border-left: 4px solid #600011;
    padding-left: 10px;
}

.span4 .data div:nth-child(2).contain .content {
    border-left: 4px solid #dcb502;
}

.span4 .data div:nth-child(3).contain .content {
    border-left: 4px solid #600011;
}

.span4 .data div:nth-child(3).contain .content {
    border-left: 4px solid #2f2580;
}

.span4 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
    background: url(//ls-static.com/img/icon-arrow-blue.png) no-repeat left center;
    padding-left: 12px;
}

.span4 .data .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
}

.span4 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    display: none;
}

.span4 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: none;
}

.col9 .span4 .data {
    position: relative;
}

.col9 .span4 .data .contain {
    margin-bottom: 20px;
}

.col9 .span4 .data img {
    width: auto;
}

.col9 .span4 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
    display: none;
}

.col9 .span4 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span4 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    border-left: 4px solid #600011;
    padding-left: 10px;
}

.col9 .span4 .data div:nth-child(2).contain .content {
    border-left: 4px solid #dcb502;
}

.col9 .span4 .data div:nth-child(3).contain .content {
    border-left: 4px solid #600011;
}

.col9 .span4 .data div:nth-child(3).contain .content {
    border-left: 4px solid #2f2580;
}

.col9 .span4 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
    background: url(//ls-static.com/img/icon-arrow-blue.png) no-repeat left center;
    padding-left: 12px;
}

.col9 .span4 .data .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
}

.col9 .span4 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    display: none;
}

.col9 .span4 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: none;
}

.span3 .data {
    position: relative;
}

.span3 .data .contain {
    margin-bottom: 20px;
}

.span3 .data img {
    width: auto;
}

.span3 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
    display: none;
}

.span3 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span3 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    border-left: 4px solid #600011;
    padding-left: 10px;
}

.span3 .data .content h3 {
    font-size: 16px;
    color: #3e3892;
    margin-bottom: 5px;
}

.span3 .data .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.span3 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    display: none;
}

.span3 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col9 .span3 .data {
    position: relative;
}

.col9 .span3 .data .contain {
    margin-bottom: 20px;
}

.col9 .span3 .data img {
    width: auto;
}

.col9 .span3 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
    display: none;
}

.col9 .span3 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span3 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    border-left: 4px solid #600011;
    padding-left: 10px;
}

.col9 .span3 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.col9 .span3 .data .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.col9 .span3 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    display: none;
}

.col9 .span3 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col3 .span12 .data {
    position: relative;
}

.col3 .span12 .data .contain {
    margin-bottom: 20px;
}

.col3 .span12 .data img {
    width: auto;
}

.col3 .span12 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
    display: none;
}

.col3 .span12 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col3 .span12 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    border-left: 4px solid #600011;
    padding-left: 10px;
}

.col3 .span12 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.col3 .span12 .data .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.col3 .span12 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    display: none;
}

.col3 .span12 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
/*Picture List Block*/

.span3 .plist {
    position: relative;
}

.span3 .plist .thumb {
    width: 100%;
    border-bottom: 1px solid #600011;
    display: block;
}

.span3 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span3 .plist .contain {
    position: relative;
}

.span3 .plist .content {
    border-top: 2px solid #600011;
}

.span3 .plist .content ul {
    border-bottom: 4px solid #600011;
}

.span3 .plist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.span3 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.span3 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.span3 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.span3 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.mid-section .span3 .plist {
    position: relative;
}

.mid-section .span3 .plist .thumb {
    width: 100%;
    border-bottom: 1px solid #600011;
    display: block;
}

.mid-section .span3 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.mid-section .span3 .plist .contain {
    position: relative;
}

.mid-section .span3 .plist .content {
    border-top: 2px solid #600011;
}

.mid-section .span3 .plist .content ul {
    border-bottom: 4px solid #600011;
}

.mid-section .span3 .plist .content ul.lower-list {
    background-color: #fff;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.mid-section .span3 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.mid-section .span3 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.mid-section .span3 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.mid-section .span3 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.col3 .span12 .plist {
    position: relative;
}

.col3 .span12 .plist .thumb {
    width: 100%;
    border-bottom: 1px solid #600011;
    display: block;
}

.col3 .span12 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col3 .span12 .plist .contain {
    position: relative;
}

.col3 .span12 .plist .content {
    border-top: 2px solid #600011;
}

.col3 .span12 .plist .content ul {
    border-bottom: 4px solid #600011;
}

.col3 .span12 .plist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.col3 .span12 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.col3 .span12 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.col3 .span12 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.col3 .span12 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.col9 .span3 .plist {
    position: relative;
}

.col9 .span3 .plist .thumb {
    width: 100%;
    border-bottom: 1px solid #600011;
    display: block;
}

.col9 .span3 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span3 .plist .contain {
    position: relative;
}

.col9 .span3 .plist .content {
    border-top: 2px solid #600011;
}

.col9 .span3 .plist .content ul {
    border-bottom: 4px solid #600011;
}

.col9 .span3 .plist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.col9 .span3 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.col9 .span3 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.col9 .span3 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.col9 .span3 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.span4 .plist {
    position: relative;
}

.span4 .plist .thumb {
    width: 100%;
    border-bottom: 1px solid #600011;
    display: block;
}

.span4 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span4 .plist .contain {
    position: relative;
}

.span4 .plist .content ul {
    border-bottom: 4px solid #600011;
}

.span4 .plist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.span4 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.span4 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.span4 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.span4 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.col9 .span4 .plist {
    position: relative;
}

.col9 .span4 .plist .thumb {
    width: 100%;
    border-bottom: 1px solid #600011;
    display: block;
}

.col9 .span4 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span4 .plist .contain {
    position: relative;
}

.col9 .span4 .plist .content ul {
    border-bottom: 4px solid #600011;
}

.col9 .span4 .plist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.col9 .span4 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.col9 .span4 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.col9 .span4 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.col9 .span4 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.span6 .plist {
    position: relative;
}

.span6 .plist .thumb {
    float: left;
    width: 100%;
}

.span6 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span6 .plist .contain {
    position: relative;
}

.span6 .plist .content {}

.span6 .plist .content ul {
    width: 50%;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
}

.span6 .plist .content ul.lower-list {
    background: rgba(245, 245, 245, 0.9);
    padding: 10px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
}

.span6 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #c0c0c0;
}

.span6 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.span6 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.span6 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.col9 .span6 .plist {
    position: relative;
}

.col9 .span6 .plist .thumb {
    float: left;
    width: 100%;
}

.col9 .span6 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span6 .plist .contain {
    position: relative;
}

.col9 .span6 .plist .content {}

.col9 .span6 .plist .content ul {
    width: 50%;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
}

.col9 .span6 .plist .content ul.lower-list {
    background: rgba(245, 245, 245, 0.9);
    padding: 10px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
}

.col9 .span6 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #c0c0c0;
}

.col9 .span6 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.col9 .span6 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.col9 .span6 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}
/*Text List Block*/

.span3 .tlist {
    position: relative;
}

.span3 .tlist .content h2 {
    background: #600011;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 20px;
    border-radius: 5px 5px 0 0;
}

.span3 .tlist .content h2 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    display: block;
}

.span3 .tlist .content a h2:hover {
    background: #850118;
    text-decoration: none;
}

.span3 .tlist .content a:hover {
    text-decoration: none;
}

.span3 .tlist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span3 .tlist .contain {
    position: relative;
}

.span3 .tlist .content ul {
    border-bottom: 4px solid #600011;
}


.span3 .tlist .content.link-for-public ul {
    border-bottom: 4px solid #007377;
}
#mob-navigation li.link-for-public a:last-child {
    border-right: 4px solid #007377;
}
.span3 .tlist .content.link-for-solicitors ul {
    border-bottom: 4px solid #0e0747;
}
#mob-navigation li.link-for-solicitors a:last-child {
        border-right: 4px solid #0e0747;

}
.span3 .tlist .content.link-for-trainees ul {
    border-bottom: 4px solid #a67f42;
}
#mob-navigation li.link-for-trainees a:last-child {
        border-right: 4px solid #a67f42;

}





.span3 .tlist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.span3 .tlist .content ul.lower-list li {
    background: url(../img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.span3 .tlist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.span3 .tlist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.span3 .tlist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.col9 .span3 .tlist {
    position: relative;
}

.col9 .span3 .tlist .content h2 {
    background: #600011;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 20px;
    border-radius: 5px 5px 0 0;
}

.col9 .span3 .tlist .content h2 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    display: block;
}

.col9 .span3 .tlist .content a h2:hover {
    background: #850118;
    text-decoration: none;
}

.col9 .span3 .tlist .content a:hover {
    text-decoration: none;
}

.col9 .span3 .tlist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span3 .tlist .contain {
    position: relative;
}

.col9 .span3 .tlist .content ul {
    border-bottom: 4px solid #600011;
}

.col9 .span3 .tlist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.col9 .span3 .tlist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.col9 .span3 .tlist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.col9 .span3 .tlist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.col9 .span3 .tlist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.span4 .tlist {
    position: relative;
}

.span4 .tlist .content h2 {
    background: #0e0747;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 20px;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.span4 .tlist .content h2 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    display: block;
    padding-left: 40px;
}

.span4 .tlist .content a h1:hover {
    background: #191062;
    text-decoration: none;
}

.span4 .tlist .content a:hover {
    text-decoration: none;
}

.span4 .tlist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span4 .tlist .contain {
    position: relative;
}

.span4 .tlist .content ul {
    border-bottom: 4px solid #0e0747;
}

.span4 .tlist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.span4 .tlist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.span4 .tlist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.span4 .tlist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.span4 .tlist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}
/*=======
For Public Block
=======*/

.span4 .tlist .content.link-for-public h2 {
    transition: all 0.2s ease-out;
    background: url('//ls-static.com/img/icon-public.png')no-repeat 8% 50% #007377;
}

.span4 .tlist .content.link-for-public a:hover h1 {
    background: url('//ls-static.com/img/icon-public.png')no-repeat 8% 50% #028e93;
}
.span3 .tlist .content.link-for-public h2 {
    background-color:#007377;
}
.span3 .tlist .content.link-for-public h2:hover {
    background-color:#028e93;
}

.span4 .tlist .content.link-for-public ul {
    border-bottom: 4px solid #007377;
}
/*============*/
/*=======
For Solicitor Block
=======*/

.span4 .tlist .content.link-for-solicitors h2 {
    background-image: url('//ls-static.com/img/icon-solicitor.png');
    background-repeat: no-repeat;
    background-position: 8% 50%;
    background-color:#600011;
}

.span4 .tlist .content.link-for-solicitors a:hover h2 {
    background-image: url('//ls-static.com/img/icon-solicitor.png');
    background-repeat: no-repeat;
    background-position: 8% 50%;
    background-color:#600011;
}

.span3 .tlist .content.link-for-solicitors h2{
    background-color:#600011;
}
.span3 .tlist .content.link-for-solicitors h2:hover {
    background-color: #170f5b;
}

/*============*/
/*=======
For Trainee Block
=======*/

.span4 .tlist .content.link-for-trainees h2 {
    background-color: #a67f42;
    background: url('//ls-static.com/img/icon-trainees.png')no-repeat 8% 50% #a67f42;
}

.span4 .tlist .content.link-for-trainees a:hover h1 {
    background: url('//ls-static.com/img/icon-trainees.png')no-repeat 8% 50% #b28d53;
}

.span4 .tlist .content.link-for-trainees ul {
    border-bottom: 4px solid #a67f42;
}
.span3 .tlist .content.link-for-trainees h2{
    background-color:#a67f42;
}
.span3 .tlist .content.link-for-trainees h2:hover {
    background-color: #b28d53;
}
/*============*/

.col9 .span4 .tlist {
    position: relative;
}

.col9 .span4 .tlist .content h1 {
    background: #600011;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 20px;
    border-radius: 5px 5px 0 0;
}

.col9 .span4 .tlist .content h2 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    display: block;
}

.col9 .span4 .tlist .content a h1:hover {
    background: #850118;
    text-decoration: none;
}

.col9 .span4 .tlist .content a:hover {
    text-decoration: none;
}

.col9 .span4 .tlist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span4 .tlist .contain {
    position: relative;
}

.col9 .span4 .tlist .content ul {
    border-bottom: 4px solid #600011;
}

.col9 .span4 .tlist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.col9 .span4 .tlist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.col9 .span4 .tlist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.col9 .span4 .tlist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.col9 .span4 .tlist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.col3 .span12 .tlist {
    position: relative;
}

.col3 .span12 .tlist .content h1 {
    background: #600011;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 20px;
    border-radius: 5px 5px 0 0;
}

.col3 .span12 .tlist .content h1 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    display: block;
}

.col3 .span12 .tlist .content a h1:hover {
    background: #850118;
    text-decoration: none;
}

.col3 .span12 .tlist .content a:hover {
    text-decoration: none;
}

.col3 .span12 .tlist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col3 .span12 .tlist .contain {
    position: relative;
}

.col3 .span12 .tlist .content ul {
    border-bottom: 4px solid #600011;
}

.col3 .span12 .tlist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.col3 .span12 .tlist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.col3 .span12 .tlist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.col3 .span12 .tlist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.col3 .span12 .tlist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.span6 .tlist {
    position: relative;
}

.span6 .tlist .content h1 {
    height: 209px;
    background: #600011;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    padding: 15px 30px 12px 20px;
    border-radius: 5px 5px 0 0;
}

.span6 .tlist .content h1 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    padding-right: 40px;
}

.span6 .tlist .content a h1:hover {
    background: #850118;
    text-decoration: none;
}

.span6 .tlist .content a:hover {
    text-decoration: none;
}

.span6 .tlist .content {
    background: #600011;
}

.span6 .tlist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span6 .tlist .contain {
    position: relative;
}

.span6 .tlist .content ul {
    width: 50%;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
}

.span6 .tlist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.span6 .tlist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.span6 .tlist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.span6 .tlist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.span6 .tlist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.col9 .span6 .tlist {
    position: relative;
}

.col9 .span6 .tlist .content h1 {
    height: 209px;
    background: #600011;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    padding: 15px 30px 12px 20px;
    border-radius: 5px 5px 0 0;
}

.col9 .span6 .tlist .content h1 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    padding-right: 40px;
}

.col9 .span6 .tlist .content a h1:hover {
    background: #850118;
    text-decoration: none;
}

.col9 .span6 .tlist .content a:hover {
    text-decoration: none;
}

.col9 .span6 .tlist .content {
    background: #600011;
}

.col9 .span6 .tlist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span6 .tlist .contain {
    position: relative;
}

.col9 .span6 .tlist .content ul {
    width: 50%;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
}

.col9 .span6 .tlist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.col9 .span6 .tlist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.col9 .span6 .tlist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.col9 .span6 .tlist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.col9 .span6 .tlist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}
/* Date List Block */
/*.span3 .datelist{ position:relative; }
.span3 .datelist .contain{ margin-bottom:15px; position:relative; }
.span3 .datelist div:last-child.contain{ margin-bottom:0px;}
.span3 .datelist img{ width:auto; }
.span3 .datelist .date{ float:left; width:15%; margin-right:12px; background:#6f98d2;  padding:5px 5px; text-align:center; color:#fff; border-radius:2px; margin-top:5px; }
.span3 .datelist .date span{ font-size:16px; }
.span3 .datelist h2{ font-size:20px; color:#404040; margin-bottom:15px; font-family:'Raleway', Arial, sans-serif;}
.span3 .datelist .content{ font-family:'Open Sans', Arial, sans-serif; float:left; width:75%;  }
.span3 .datelist .content h3{ font-size:17px; color:#3e3892;  margin-bottom:5px;}
.span3 .datelist .content h4{ font-size:16px; color:#404040; margin-bottom:5px; color:#404040; display:none; }
.span3 .datelist .content h4 span{display:inline; font-size:14px; font-weight:normal; color:#404040; }
.span3 .datelist .content p{ font-size:14px; line-height:20px; color:#404040; position:relative; }
.span3 .datelist .content span{ font-size:14px; color:#600011; font-weight:600; margin-bottom:5px; display:block;}
.span3 .datelist .content a.btn{ display:none;}*/

.span3 .datelist {
    position: relative;
}

.span3 .datelist .contain {
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #D4D4D4;
    border-radius: 2px;
    padding: 10px;
    background: #fff;
}

.span3 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.span3 .datelist img {
    width: auto;
}

.span3 .datelist .date {
    float: left;
    width: 18%;
    margin-right: 10px;
    background: #6f98d2;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.span3 .datelist .date span {
    font-size: 16px;
}

.span3 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span3 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 77%;
}

.span3 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span3 .datelist .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
    float: left;
}

.span3 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span3 .datelist .content span {
    font-size: 14px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline;
    float: left;
    margin-right: 10px;
}

.span3 .datelist .content a.btn {
    display: none;
}

.col3 .span12 .datelist {
    position: relative;
}

.col3 .span12 .datelist .contain {
    margin-bottom: 15px;
    position: relative;
}

.col3 .span12 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.col3 .span12 .datelist img {
    width: auto;
}

.col3 .span12 .datelist .date {
    float: left;
    width: 15%;
    margin-right: 12px;
    background: #6f98d2;
    padding: 5px 5px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.col3 .span12 .datelist .date span {
    font-size: 16px;
}

.col3 .span12 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col3 .span12 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 75%;
}

.col3 .span12 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    margin-bottom: 5px;
}

.col3 .span12 .datelist .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
}

.col3 .span12 .datelist .content h4 span {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    color: #404040;
}

.col3 .span12 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.col3 .span12 .datelist .content span {
    font-size: 14px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col3 .span12 .datelist .content a.btn {
    display: none;
}

.col9 .span3 .datelist {
    position: relative;
}

.col9 .span3 .datelist .contain {
    margin-bottom: 15px;
    position: relative;
}

.col9 .span3 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.col9 .span3 .datelist img {
    width: auto;
}

.col9 .span3 .datelist .date {
    float: left;
    width: 15%;
    margin-right: 12px;
    background: #6f98d2;
    padding: 5px 5px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.col9 .span3 .datelist .date span {
    font-size: 16px;
}

.col9 .span3 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span3 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 75%;
}

.col9 .span3 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    margin-bottom: 5px;
}

.col9 .span3 .datelist .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
}

.col9 .span3 .datelist .content h4 span {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    color: #404040;
}

.col9 .span3 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.col9 .span3 .datelist .content span {
    font-size: 14px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col9 .span3 .datelist .content a.btn {
    display: none;
}
/*.span4 .datelist{ position:relative; }
.span4 .datelist .contain{ margin-bottom:15px; border:1px solid #d4d4d4; border-radius:2px; padding:10px; position:relative; background-color: #fff}
.span4 .datelist div:last-child.contain{ margin-bottom:0px;}
.span4 .datelist img{ width:auto; }
.span4 .datelist .date{ float:left; width:14%; margin-right:12px; background:#6A96D2;  padding:5px 3px; text-align:center; color:#fff; border-radius:2px; margin-top:5px; }
.span4 .datelist .date span{ font-size:16px; }
.span4 .datelist h2{ font-size:20px; color:#404040; margin-bottom:15px; font-family:'Raleway', Arial, sans-serif;}
.span4 .datelist .content{ font-family:'Open Sans', Arial, sans-serif; float:left; width:82%;  }
.span4 .datelist .content h3{ font-size:17px; color:#3e3892; font-weight:600; margin-bottom:5px;}
.span4 .datelist .content h4{ font-size:16px; color:#404040; margin-bottom:5px; color:#404040; }
.span4 .datelist .content h4 span{display:inline; font-size:14px; font-weight:normal; color:#404040; }
.span4 .datelist .content p{ font-size:14px; line-height:20px; color:#404040; position:relative; }
.span4 .datelist .content span{ font-size:14px; color:#404040; font-weight:normal; margin-bottom:5px; display:block;}
.span4 .datelist .content a.btn{ position:absolute; bottom:10px; display:block; right:10px;}*/

.span4 .datelist {
    position: relative;
}

.span4 .datelist .contain {
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #D4D4D4;
    border-radius: 2px;
    padding: 10px;
    background: #fff;
}

.span4 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.span4 .datelist img {
    width: auto;
}

.span4 .datelist .date {
    float: left;
    width: 15%;
    margin-right: 12px;
    background: #6f98d2;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.span4 .datelist .date span {
    font-size: 16px;
}

.span4 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span4 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 81%;
}

.span4 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span4 .datelist .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
    float: left;
}

.span4 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span4 .datelist .content span {
    font-size: 14px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline;
    float: left;
    margin-right: 10px;
}

.span4 .datelist .content a.btn {
    display: none;
}

.col9 .span4 .datelist {
    position: relative;
}

.col9 .span4 .datelist .contain {
    margin-bottom: 15px;
    position: relative;
}

.col9 .span4 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.col9 .span4 .datelist img {
    width: auto;
}

.col9 .span4 .datelist .date {
    float: left;
    width: 15%;
    margin-right: 12px;
    background: #6A96D2;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.col9 .span4 .datelist .date span {
    font-size: 16px;
}

.col9 .span4 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span4 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 81%;
}

.col9 .span4 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.col9 .span4 .datelist .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
}

.col9 .span4 .datelist .content h4 span {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    color: #404040;
}

.col9 .span4 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.col9 .span4 .datelist .content span {
    font-size: 14px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col9 .span4 .datelist .content a.btn {
    display: none;
}
/*.span6 .datelist{ position:relative; }
.span6 .datelist .contain{ margin-bottom:15px; border:1px solid #d4d4d4; border-radius:2px; padding:10px; position:relative; background-color: #fff}
.span6 .datelist div:last-child.contain{ margin-bottom:0px;}
.span6 .datelist img{ width:auto; }
.span6 .datelist .date{ float:left; width:8%; margin-right:12px; background:#6A96D2;  padding:5px 3px; text-align:center; color:#fff; border-radius:2px; margin-top:5px; }
.span6 .datelist .date span{ font-size:16px; }
.span6 .datelist h2{ font-size:20px; color:#404040; margin-bottom:15px; font-family:'Raleway', Arial, sans-serif;}
.span6 .datelist .content{ font-family:'Open Sans', Arial, sans-serif; float:left; width:89%;  }
.span6 .datelist .content h3{ font-size:17px; color:#3e3892; font-weight:600; margin-bottom:5px;}
.span6 .datelist .content h4{ font-size:16px; color:#404040; margin-bottom:5px; color:#404040; float:left;}
.span6 .datelist .content h4 span{display:inline; font-size:14px; font-weight:normal; color:#404040; }
.span6 .datelist .content p{ font-size:14px; line-height:20px; color:#404040; position:relative; }
.span6 .datelist .content span{ font-size:14px; color:#404040; font-weight:normal; margin-bottom:5px; float:left;}
.span6 .datelist .content a.btn{ position:absolute; bottom:10px; display:block; right:10px;}*/

.span6 .datelist {
    position: relative;
}

.span6 .datelist .contain {
    margin-bottom: 15px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 10px;
    position: relative;
    background: #fff;
}

.span6 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.span6 .datelist img {
    width: auto;
}

.span6 .datelist .date {
    float: left;
    width: 11%;
    margin-right: 12px;
    background: #6F98D2;
    padding: 5px 3px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.span6 .datelist .date span {
    font-size: 16px;
}

.span6 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span6 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 85%;
}

.span6 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span6 .datelist .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
    float: left;
}

.span6 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span6 .datelist .content span {
    font-size: 14px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline;
    float: left;
    margin-right: 10px;
}

.span6 .datelist .content a.btn {
    position: absolute;
    bottom: 10px;
    display: block;
    right: 10px;
}

.col9 .span6 .datelist {
    position: relative;
}

.col9 .span6 .datelist .contain {
    margin-bottom: 15px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 10px;
    position: relative;
}

.col9 .span6 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.col9 .span6 .datelist img {
    width: auto;
}

.col9 .span6 .datelist .date {
    float: left;
    width: 8%;
    margin-right: 12px;
    background: #6A96D2;
    padding: 5px 3px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.col9 .span6 .datelist .date span {
    font-size: 16px;
}

.col9 .span6 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span6 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 89%;
}

.col9 .span6 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.col9 .span6 .datelist .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
}

.col9 .span6 .datelist .content h4 span {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    color: #404040;
}

.col9 .span6 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.col9 .span6 .datelist .content span {
    font-size: 14px;
    color: #404040;
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
}

.col9 .span6 .datelist .content a.btn {
    position: absolute;
    bottom: 10px;
    display: block;
    right: 10px;
}
/* Find Block */

.span3 .find-block {
    position: relative;
}

.span3 .find-block .content {
    margin-bottom: 15px;
    position: relative;
}

.span3 .find-block h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span3 .find-block .tabs li {
    width: 49.7%;
}

.span3 .find-block .tabs li:last-child {
    float: right;
    margin-right: 0px;
}

.span3 .find-block .tabs li a {
    width: auto;
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
}

.span3 .find-block .find-tab-contents {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    background: #fff;
    width: 100%;
    padding: 35px 25px;
    border: 1px solid #dadada;
    position: relative;
    top: -1px;
    z-index: 1;
}

.span3 .find-block .find-tab-contents input[type="text"] {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.span3 .find-block .tabs a.active {
    font-weight: normal;
}

.span3 .find-block .tabs a.active {
    margin-top: 0;
}

.span4 .find-block {
    position: relative;
}

.span4 .find-block .content {
    margin-bottom: 15px;
    position: relative;
}

.span4 .find-block h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span4 .find-block .tabs li {
    width: 49.7%;
}

.span4 .find-block .tabs li:last-child {
    float: right;
    margin-right: 0px;
}

.span4 .find-block .tabs li a {
    width: auto;
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
}

.span4 .find-block .find-tab-contents {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    background: #fff;
    width: 100%;
    padding: 35px 25px;
    border: 1px solid #dadada;
    position: relative;
    top: -1px;
    z-index: 1;
}

.span4 .find-block .find-tab-contents input[type="text"] {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.span4 .find-block .tabs a.active {
    font-weight: normal;
}

.span4 .find-block .tabs a.active {
    margin-top: 0;
}

.span6 .find-block {
    position: relative;
}

.span6 .find-block .content {
    margin-bottom: 15px;
    position: relative;
}

.span6 .find-block h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span6 .find-block .tabs li {
    width: 49.7%;
}

.span6 .find-block .tabs li:last-child {
    float: right;
    margin-right: 0px;
}

.span6 .find-block .tabs li a {
    width: auto;
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
}

.span6 .find-block .find-tab-contents {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    background: #fff;
    width: 100%;
    padding: 35px 25px;
    border: 1px solid #dadada;
    position: relative;
    top: -1px;
    z-index: 1;
}

.span6 .find-block .find-tab-contents input[type="text"] {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.span6 .find-block .tabs a.active {
    font-weight: normal;
}

.span6 .find-block .tabs a.active {
    margin-top: 0;
}
/* Teaser Block */

.span3 .tblock {
    position: relative;
}

.span3 .tblock .contain {
    margin-bottom: 20px;
    position: relative;
}

.span3 .tblock .contain img {
    width: 100%;
}

.span3 .tblock h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span3 .tblock .contain .content {
    padding: 10px;
    position: absolute;
    bottom: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    height: 50%;
    background: rgba(47, 37, 128, 0.6);
}

.span3 .tblock .contain .content h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
}

.span3 .tblock .content h4 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
}

.span3 .tblock .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    display: none;
}

.span3 .tblock .contain .content a.btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.span3 .tblock .content span {
    font-size: 13px;
    color: #dcb502;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col3 .span12 .tblock {
    position: relative;
}

.col3 .span12 .tblock .contain {
    margin-bottom: 20px;
    position: relative;
}

.col3 .span12 .tblock .contain img {
    width: 100%;
}

.col3 .span12 .tblock h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col3 .span12 .tblock .contain .content {
    padding: 10px;
    position: absolute;
    bottom: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    height: 50%;
    background: rgba(47, 37, 128, 0.6);
}

.col3 .span12 .tblock .contain .content h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
}

.col3 .span12 .tblock .content h4 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
}

.col3 .span12 .tblock .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    display: none;
}

.col3 .span12 .tblock .contain .content a.btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.col3 .span12 .tblock .content span {
    font-size: 13px;
    color: #dcb502;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col4 .span12 .tblock {
    position: relative;
}

.col4 .span12 .tblock .contain {
    margin-bottom: 20px;
    position: relative;
}

.col4 .span12 .tblock .contain img {
    width: 100%;
}

.col4 .span12 .tblock h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col4 .span12 .tblock .contain .content {
    padding: 10px;
    position: absolute;
    bottom: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    height: 50%;
    background: rgba(47, 37, 128, 0.6);
}

.col4 .span12 .tblock .contain .content h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
}

.col4 .span12 .tblock .content h4 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
}

.col4 .span12 .tblock .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    display: none;
}

.col4 .span12 .tblock .contain .content a.btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.col4 .span12 .tblock .content span {
    font-size: 13px;
    color: #dcb502;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.span4 .tblock {
    position: relative;
}

.span4 .tblock .contain {
    margin-bottom: 20px;
    position: relative;
}

.span4 .tblock .contain img {
    width: 100%;
}

.span4 .tblock .contain .content {
    padding: 15px;
    position: absolute;
    bottom: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    height: 50%;
    background: rgba(47, 37, 128, 0.6);
}

.span4 .tblock .contain .content h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
}

.span4 .tblock .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
    display: none;
}

.span4 .tblock .content p {
    font-size: 15px;
    line-height: 20px;
    color: #e4e4e4;
    position: relative;
}

.span4 .tblock .contain .content a.btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.span4 .tblock .content span {
    font-size: 13px;
    color: #dcb502;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.span6 .tblock {
    position: relative;
}

.span6 .tblock .contain {
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #d4d4d4;
}

.span6 .tblock .contain img {
    width: 50%;
    display: block;
    float: left;
}

.span6 .tblock .contain .content {
    padding: 15px;
    font-family: 'Open Sans', Arial, sans-serif;
    float: right;
    width: 50%;
    background: #f9f9f9;
    display: block;
    height: 242px;
}

.span6 .tblock .contain .content h3 {
    font-size: 20px;
    color: #2f2580;
    margin-bottom: 5px;
    font-weight: 600;
}

.span6 .tblock .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
    display: none;
}

.span6 .tblock .content p {
    font-size: 15px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span6 .tblock .contain .content a.btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.span6 .tblock .content span {
    font-size: 13px;
    color: #dcb502;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
/*** Added by Szever ***/

.main-content .hide,
.login .hide {
    display: none;
}

.errorlabel {
    color: #9b0b25;
}
/*.contact-form table input.medium { font-size: 13px;padding: 5px 15px;background: none repeat scroll 0 0 #6A96D2;color: #FFFFFF;border: 0 none;border-radius: 3px;cursor: pointer;display: inline-block;font-family: 'Raleway',sans-serif;font-weight: 500;text-align: center;text-decoration: none;width:25%; }*/

.col3 .span4 .tblock .contain .content {
    padding: 10px;
    position: absolute;
    bottom: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    height: 50%;
    background: rgba(47, 37, 128, 0.6);
}

.col3 .span4 {
    width: 100%;
}

.jobseekers-submit {
    padding: 5px 15px;
    margin-left: 27px;
    margin-top: 10px;
    background: url("//ls-static.com/img/icon-arrow-medium.png") no-repeat scroll right 10px center #6A96D2;
    padding-right: 25px;
    font-size: 13px;
    color: #FFFFFF;
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}

.jobseekers-table {
    margin: 0;
}

.jobseekers-table td {
    padding: 0 0 5px !important;
}

.legalvacanciesblock.span12 {
    float: left;
    width: 100%;
}

.span12 .datelist {
    position: relative;
}

.span12 .datelist .contain {
    margin-bottom: 15px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 10px;
    position: relative;
    background-color: #fff;
}

.span12 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.span12 .datelist img {
    width: auto;
}

.span12 .datelist .date {
    float: left;
    width: 8%;
    margin-right: 12px;
    background: #868686;
    padding: 5px 3px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.span12 .datelist .date span {
    font-size: 16px;
}

.span12 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span12 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 89%;
}

.span12 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span12 .datelist .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
}

.span12 .datelist .content h4 span {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    color: #404040;
}

.span12 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span12 .datelist .content span {
    font-size: 14px;
    color: #404040;
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
}

.span12 .datelist .content a.btn {
    position: absolute;
    bottom: 10px;
    display: block;
    right: 10px;
}

.span4 .datelist .date span {}

.topform {
    border-bottom: 1px solid #C4C4C4;
    padding: 10px 0;
}

.demo-section {
    width: 300px;
    float: left;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.07) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    margin: 0 auto 15px;
    padding: 10px;
}

.readmore a {
    background: url("//ls-static.com/img/arrow_orange.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding: 0 8px !important;
    text-decoration: underline;
}

.readmore a:hover {
    background: url("//ls-static.com/img/arrow_blue.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
}
/*table h2 { color: #3E3892; font-size: 18px; font-weight: 500; margin-bottom: 10px; float: left; font-family: 'Raleway',Arial,Sans-serif; text-align: left; }*/
/*.grid-button { background: none repeat scroll 0 0 #3E3892; color: #FFFFFF !important; text-decoration: none !important; border: 0 none; border-radius: 3px; cursor: pointer; display: inline-block; font-family: 'Raleway',sans-serif; font-weight: 500; text-align: center; text-decoration: none; padding: 3px; }*/

.reg-grid-text {
    font-size: 14px;
}

.profile-head5 {
    font-size: 18px;
}

.box-p p {
    margin-bottom: 3px;
}

.profile-box {
    border: none;
    padding: 0;
    margin: 0;
}

.big-star {
    font-size: 28px;
    position: relative;
    top: 7px;
}
/*** End Added by Szever ***/
/*** Added by Paul ***/

.header-search .home-search {
    padding: 6px;
    background: url(//ls-static.com/img/icon-mag.png) no-repeat right 10px center #ececec;
    border: 1px solid #dddddd;
    font-size: 13px;
    margin-right: 12px;
    padding-right: 30px;
}

.home-search:focus {
    border-color: #bdbdbd;
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
    transition: all 0.2s ease-in-out 0s;
}

div.intro-para {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
}

.span12 .tlist {
    position: relative;
}

.span12 .tlist .content h1 {
    height: 209px;
    background: #600011;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    padding: 15px 30px 12px 20px;
    border-radius: 5px 5px 0 0;
}

.span12 .tlist .content h1 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    padding-right: 40px;
}

.span12 .tlist .content a h1:hover {
    background: #850118;
    text-decoration: none;
}

.span12 .tlist .content a:hover {
    text-decoration: none;
}

.span12 .tlist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span12 .tlist .contain {
    position: relative;
}

.span12 .tlist .content ul {
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
}

.span12 .tlist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.span12 .tlist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.span12 .tlist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.span12 .tlist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.span12 .tlist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.span6 .tlist .content ul {
    height: 100%;
}

.span12 .plist {
    position: relative;
}

.span12 .plist .thumb {
    float: left;
    width: 100%;
}

.span12 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span12 .plist .contain {
    position: relative;
}

.span12 .plist .content {}

.span12 .plist .content ul {
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
}

.span12 .plist .content ul.lower-list {
    background: rgba(245, 245, 245, 0.9);
    padding: 10px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
}

.span12 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #c0c0c0;
}

.span12 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.span12 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.span12 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.span6 .plist .content ul {
    height: 100%;
}

.span12 .data {
    position: relative;
}

.span12 .data .contain {
    margin-bottom: 20px;
}

.span12 .data div:last-child.contain {
    margin-bottom: 0px;
}

.span12 .data img {
    width: auto;
}

.span12 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
}

.span12 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span12 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 77%;
}

.span12 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span12 .data .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.span12 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span12 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.span12 .tblock {
    position: relative;
}

.span12 .tblock .contain {
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #d4d4d4;
}

.span12 .tblock .contain img {
    width: 50%;
    height: 242px;
    display: block;
    float: left;
}

.span12 .tblock .contain .content {
    padding: 15px;
    font-family: 'Open Sans', Arial, sans-serif;
    float: right;
    width: 50%;
    background: #f9f9f9;
    display: block;
    height: 242px;
}

.span12 .tblock .contain .content h3 {
    font-size: 20px;
    color: #2f2580;
    margin-bottom: 5px;
    font-weight: 600;
}

.span12 .tblock .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
    display: none;
}

.span12 .tblock .content p {
    font-size: 15px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span12 .tblock .contain .content a.btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.span12 .tblock .content span {
    font-size: 13px;
    color: #dcb502;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.hidescript {
    display: none;
    visibility: hidden;
}
/*mega menu*/

nav.main-nav li:hover .mega {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

nav.main-nav li .mega .nav-column h3 {
    color: #3e3892;
    font-weight: 600;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #3e3892;
    padding-bottom: 8px;
    min-height: 50px;
}

nav.main-nav li .mega .nav-column h3 a {
    color: #3e3892;
    font-weight: 600;
    font-size: 14px;
    display: block;
    padding: 5px 0;
}
/*legal vacancies*/

.vacancies-title a {
    margin-left: 0;
    float: none;
}
/*error*/

input.error {
    border-color: #b42426 !important;
    color: #b42426 !important;
    box-shadow: 0 1px 0 rgba(180, 36, 38, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(180, 36, 38, 0.15);
}

label.error {
    display: block;
    font-size: 12px;
    color: #b42426 !important;
    margin-top: 5px;
    float: none !important;
}

.contact-form table select.error {
    border-color: #b42426;
    box-shadow: 0 1px 0 rgba(180, 36, 38, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(180, 36, 38, 0.15);
}
/*product templates*/

.course-details img {
    width: auto !important;
}

.vacancies-table .btn-green {
    min-width: 55px;
}
/*checkout*/

.container .ship-new {
    padding-top: 32px;
}

.choose-ship {
    display: block;
    float: left;
    width: 100%;
}

.choose-ship input {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

.choose-ship label {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #3E3892;
}

table.current-address td span {
    padding: 0 !important;
    font-size: 14px !important;
}

table.choose-ship {
    margin: 0 !important;
}

.ship-to {
    padding-left: 30px;
    padding-top: 20px;
    margin-right: 0%;
}

.ship-to .billing-address label {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
}

.email-entry label {
    float: none !important;
    font-family: inherit !important;
}

.payment-title {
    margin-top: 20px;
}

.card-payment {
    border-bottom: 2px solid #D4D4D4;
    border-top: 2px solid #D4D4D4;
    padding: 20px 0 0;
}

.checkout-payment-radio input {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

.checkout-payment-radio label {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #3E3892;
}
/*standard page - editor*/

.main-content h1 {
    font-size: 24px;
    font-weight: 500;
    color: #5d5d5d;
    margin-bottom: 20px;
    line-height: 1.2em;
}

.main-content ul {
    margin-top: 10px;
    margin-bottom: 30px;
}

.main-content ul li {
    font-weight: 300;
    background: url(//ls-static.com/img/icon-arrow-blue-squared.png) left top 5px no-repeat;
    padding-left: 15px;
    margin-top: 10px;
    margin-left: 10px;
}

.main-content ul.yellow-list li {
    background: url(//ls-static.com/img/icon-arrow-yellow-squared.png) left center no-repeat;
    /*margin-left: 10px;*/
}

.main-content ul.red-list li {
    background: url(//ls-static.com/img/icon-arrow-red-squared.png) left center no-repeat;
    margin-left: 10px;
}

.main-content ol {
    margin-top: 10px;
    margin-bottom: 30px;
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
}

.main-content ol > li {
    position: relative;
    margin: 0 0 6px 2em;
    padding: 4px 8px;
    list-style: none;
    background: #fff;
}

.main-content ol li {
    font-weight: 300;
    margin-top: 10px;
    color: #404040;
}

.main-content ol > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 2px;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 8px;
    color: #fff;
    border-radius: 3px;
    background: #6e99d3;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, sans-serif;
    text-align: center;
}

.main-content a {
    color: #363287;
    text-decoration: underline;
}

.main-content a:hover {
    color: #6e99d3;
}

ul.tabs-committee {
    margin: 0;
    padding: 0;
}

ul.tabs-committee li {
    font-weight: inherit;
    background: none;
    padding-left: 0;
    margin-top: 0;
}

ul.tabs-committee li {
    list-style: none;
    float: left;
    margin-right: 1px;
    margin-left: 0px;
}

ul.tabs-committee a {
    margin-top: 16px;
    padding: 10px 14px;
    background: #3e3892;
    color: #fff;
    display: block;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
}

ul.tabs-committee a:hover {
    background: #393484;
    color: #fff;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
}

ul.tabs-committee a.active {
    font-size: 16px;
    margin-top: 12px;
    padding: 12px;
    background: #fff;
    color: #3e3892;
    border: 1px solid #dadada;
    border-bottom: 0px;
    border-radius: 4px 4px 0 0;
    position: relative;
    z-index: 2;
    font-weight: 600;
}

b,
strong {
    font-weight: bolder;
}
/*solicitor link enquiry popup*/

.enquiry-popup {
    background: #f6f6f6;
    border: 1px solid #c4c4c4;
    padding: 20px;
    width: 100%;
    height:100%;
}

.mob-enquiry-table {
    vertical-align:top !important;
}

.enquiry-popup h2 {
    color: #333366;
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.enquiry-popup p {
    margin: 0;
    padding: 8px 0;
}

input.enquiry-popup-form {
    background: #efeff7;
    border: 1px solid #b7b7b7;
    font-size: 11px;
    margin: 10px 0px;
    padding: 3px;
    width: 250px;
}

textarea.enquiry-popup-form {
    background: #efeff7;
    border: 1px solid #b7b7b7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 10px 0px;
    padding: 3px;
    width: 100%;
}

input.btn {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
}

input.btn-red {
    background: #600011;
    color: #fff;
}

input.medium {
    font-size: 13px;
    padding: 5px 15px;
}

table textarea.error,
table select.error {
    border-color: #b42426;
    box-shadow: 0 1px 0 rgba(180, 36, 38, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(180, 36, 38, 0.15);
}
/*firms search*/

.find-search input {
    width: 50%;
    padding: 6px;
    background: url(//ls-static.com/img/icon-mag.png) no-repeat right 10px center #fff;
    border: 1px solid #dddddd;
    font-size: 13px;
    margin-right: 12px;
    padding-right: 30px;
}

.find-search input:focus {
    border-color: #bdbdbd;
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
    transition: all 0.2s ease-in-out 0s;
}

.main-content .links ul {
    margin-bottom: 0px;
    margin-top: 0px;
}

.main-content .links ul li {
    margin-left: 0;
    padding-left: 5px;
}

.main-content .links ul li a {
    color: #fff;
    text-decoration: none;
        margin-top: 5px;
}

.main-content ul.tabs {
    margin-bottom: 0px;
    margin-top: 0px;
    list-style: none;
}

.main-content ul.tabs li {
    background: none;
    font-weight: inherit;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
}

.main-content ul.tabs li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.main-content ul.tabs li a.active {
    color: #3E3892;
    font-size: 14px;
}

.main-content ul.locations {
    margin-bottom: 30px;
    margin-top: 10px;
    list-style: none;
}

.main-content ul.locations li {
    background: none;
    font-weight: inherit;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
}

.main-content ul.locations li a {
    color: #404040;
    text-decoration: none;
}

.main-content ul.locations li a.active {
    text-decoration: underline;
}
/*ie megamenu z-index fix*/
/*div.header {z-index:100;}
nav.util {z-index:101;}
.base .col3 {z-index:99;}*/

table.solicitor-listing {
    width: 100%;
    text-align: left;
    font-size: 13px;
}

table.solicitor-listing tr td span {
    display: block;
    color: #600011;
    font-weight: 600;
    font-size: 12px;
}

table.solicitor-listing tbody {
    border: 1px solid #f0f3f7;
}

table.solicitor-listing thead {
    background: #d9dce0;
    color: #404040;
    border-bottom: 2px solid #600011;
    border-top: 2px solid #600011;
}

table.solicitor-listing thead tr th {
    padding: 12px 10px;
    font-size: 16px;
    text-align: left;
}

table.solicitor-listing tbody tr td {
    padding: 22px 10px;
}

table.solicitor-listing tr:nth-child(odd) td {
    background: #f0f3f7;
}

table.solicitor-listing tbody tr td {
    border-bottom: #fff 1px solid;
}

table.solicitor-listing tr.additional {
    background: #fff;
    padding: 10px 10px;
    display: none;
}

table.solicitor-listing tr.additional td:first-child {
    max-width: 200px;
    font-size: 14px;
    font-weight: 600;
}

table.solicitor-listing tr.additional td {
    background: #fff;
    padding: 10px 10px;
}

table.solicitor-listing tr td span.show-details {
    display: block;
    width: 70%;
    cursor: pointer;
    color: #3e3892;
    background: url(//ls-static.com/img/icon-show.png) no-repeat right center;
    padding:15px 10px 15px 0;
}

table.solicitor-listing tr td span.hide-details {
    background: url(//ls-static.com/img/icon-hide.png) no-repeat right center;
    padding: 15px 10px 15px 0;
}

table.solicitor-listing-search td {
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.checkboxlist {
    margin: 0;
}

table.checkboxlist label {
    float: none;
}

.info-container input.confirm {
    margin-left: 0;
    margin-right: 10px;
}

.accept-tick a {
    display: inline !important;
}

/*solicitor disciplinary search*/

tr.additional td:first-child {
    max-width: 200px;
}

table.solicitor-listing-search input.medium,
table.solicitor-listing-search select.medium {
    width: 60%;
}

table.solicitor-listing-search input.small,
table.solicitor-listing-search select.small {
    width: 40%;
}
/*divider block*/

.dividerblock {
    padding-bottom: 0px;
}


.back-link div.share-buttons {
    float: right;
    padding-left: 40px;
}

ul.social li {
    float: left;
}

ul.social li a img {
    width: 48px;
}
/*image gallery*/

.gallery img {
    display: inline;
    width: auto;
}

.mediator-paging .paging {
    float: left;
    width: 85%;
}

.mediator-paging .view-all {
    float: right;
    background-color: #f5f5f5;
    margin-top: 4px;
}
/* gritter overrides */

.gritter-title {
    text-shadow: none !important;
}

.gritter-item {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.gritter-close {
    position: absolute !important;
    text-indent: inherit !important;
    right: 5px !important;
    left: inherit !important;
}

.gritter-item a {
    color: #fff !important;
}
/*
#gritter-notice-wrapper {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 500px !important;
    height: 300px !important;
    margin-left: -250px !important;
    margin-top: -150px !important;
}

*/

.main-content .previous-issues a:hover {
    color: #404040;
}

.span9 .colfix {
    margin-right: 0 !important;
}
/*Additional Contributions */

.addcontribs-table table {
    width: 100%;
    text-align: left;
}

.addcontribs-table table tr td {
    vertical-align: middle;
}

.addcontribs-table table tr td span {
    display: block;
    color: #600011;
    font-weight: 600;
    font-size: 12px;
}

.addcontribs-table table tbody {
    border: 1px solid #f0f3f7;
}

.addcontribs-table table thead {
    background: #d9dce0;
    color: #404040;
    border-bottom: 2px solid #600011;
    border-top: 2px solid #600011;
}

.addcontribs-table table thead tr th {
    padding: 12px 10px;
    font-size: 16px;
    text-align: center;
}

.addcontribs-table table tbody tr td {
    padding: 22px 10px;
}

.addcontribs-table table tr:nth-child(odd) td {
    background: #f0f3f7;
}

.addcontribs-table table tbody tr td {
    border-bottom: #fff 1px solid;
}

.addcontribs-table table tbody tr td:first-child {
    padding: 20px 10px;
    text-align: center;
}

.addcontribs-table table tbody tr td:nth-child(2n) {
    font-size: 16px;
    font-weight: 600;
}

.addcontribs-table table tbody tr td:nth-child(3n) {
    text-align: center;
    color: #600011;
    font-size: 16px;
    font-weight: 600;
}

.checkout-table {
    margin: 0 !important;
}

.add-attendees img {
    width: auto;
}

table.data-application {
    padding: 15px 0px 0px 0px;
}

table.data-application tr td {
    border-top: 1px solid #c4c4c4;
    color: #424242;
    padding: 15px 0px 5px 0px;
}

table.data-application tr td p {
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

table.data-application tr td input.long {
    background: #efeff7;
    border: 1px solid #b7b7b7;
    margin: 3px 0px 10px 0px;
    padding: 3px;
    vertical-align: middle;
    width: 284px;
}

table.data-application tr td input.long-white {
    background: #fff;
    border: 1px solid #b7b7b7;
    margin: 3px 0px 10px 0px;
    padding: 3px;
    vertical-align: middle;
    width: 284px;
}

table.data-application tr td input.medium {
    background: #efeff7;
    border: 1px solid #b7b7b7;
    margin: 3px 3px 10px 3px;
    padding: 3px;
    vertical-align: middle;
    width: 65px;
}
/*Additional membership info */

table.data-application span.error {
    display: block;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Raleway', Arial, Sans-serif;
    color: #b42426;
}

table.data-application p.membership-sincedate span.error {
    display: inline;
    margin-left: 5px;
}

table.data-application p.membership-confirmterms input[type=checkbox] {
    float: left;
    margin-right: 7px;
}

table.data-application p.membership-confirmterms span.error {
    display: inline;
    margin-left: 7px;
}

table.data-application label {
    font: inherit;
    color: inherit;
}

table.payment-form span.error,
div.email-entry span.error,
p.promotionCodeMessage span.error,
div.emptyWarning,
table.address-edit span.error,
table.course-application span.error,
table.diploma-application span.error {
    display: block;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Raleway', Arial, Sans-serif;
    color: #b42426;
    margin-top: 5px;
}

td.confirm-webcast span.error {
    display: inline;
    margin-left: 7px;
}

div.ship-new ul {
    margin-bottom: 30px;
    margin-top: 10px;
    list-style: none;
}

div.ship-new ul li {
    background: none;
    font-weight: inherit;
    margin-top: 0px;
    padding-left: 0px;
}

table#Gender {
    margin: 0 !important;
}

table#Gender td {
    padding-bottom: 7px !important;
}

.attendees .col4 {
    border-right: 0px !important;
}

table.solicitor-listing-search th {
    text-align: left;
}

table.solicitor-listing-search h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}


.profile-accordion ul li {
    background: none;
}

.profile-accordion a.accordion-header {
    text-decoration: none;
}

.profile-accordion a.accordion-header {
    color: #343434;
}

.profile-accordion ul li.accordion-activate a.accordion-header {
    color: #fff;
}

.col4 img.featured {
    width: 100%;
}

.profile-accordion {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.info-container p {
    margin-bottom: 20px;
}

.additional-address {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 0px solid #D4D4D4;
}

.org-container table tr th {
    text-align: right;
    padding-right: 10px;
    font-weight: 600;
}
/*reset password page*/

input.btn-blue {
    background: #6a96d2 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.payonlinebtn input[type=submit] {
    font-size: 13px !important;
    padding: 10px 15px !important;
}

.forgotten-password input[type=submit] {
    padding: 10px 12px;
    font-family: Open Sans, Sans-Serif;
    font-size: 14px;
    font-weight: 500;
}

.forgotten-password  {
    width: auto !important;
}

.acc-content .info-container input[type=submit] {
    padding: 10px 12px;
    font-family: Open Sans, Sans-Serif;
    font-size: 14px;
    font-weight: 500;
}

.acc-content .info-container table input[type=submit] {
    width: auto !important;
}

.main-content h2 {
    margin-bottom: 20px;
}
/* kendo overrides */

.k-widget {
    border-width: 0 !important;
    box-shadow: none !important;
}

.vacancies-table .k-widget a {
    line-height: 20px !important;
}

.k-loading-mask {
    display: none !important;
}

ul.k-pager-numbers {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

ul.k-pager-numbers li , ul.k-pager-numbers li a{
    font-size: 14px;
}
.k-pager-numbers .k-link {
    line-height: inherit;
}

ul.k-pager-numbers li {
    background: none !important;
    font-weight: inherit !important;
    margin-top: inherit !important;
    padding-left: inherit !important;
    margin-left: 0px !important;
}
/*** End Added by Paul ***/
/***************************MAIN NAV DROPDOWN UPDATES**************************/

.main-nav ul ul.single {
    display: none;
    z-index: 100;
}

.main-nav ul li a:hover {
    background: #f00;
}

.main-nav li:hover ul.single {
    display: block;
    position: absolute;
    top: 65px;
    width: 212px;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

.main-nav ul li:last-child ul.single {
    right: 0px;
}

.main-nav li:hover ul.single li:first-child {
    border-top: 1px solid #fff;
}

.main-nav li:hover ul.single li {
    float: none;
    text-align: left;
    border-bottom: 1px solid #fff;
    width: 210px;
}

.main-nav li:hover ul.single li:last-child {
    border-bottom: none;
}

.main-nav li:hover ul.single li a:hover {
    background: #6E99D3;
    color: #fff;
}

.main-nav ul ul.single li a {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.map-search {
    margin-top: 20px;
    background: #dadada;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    padding: 20px;
}

.map-search .list li {
    background: none;
    background: #6A96D2;
    padding: 4px 8px;
    border-radius: 3px;
    margin-top: 5px;
}

.map-search .list li a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 13px;
}

.map-img-search {
    margin-top: 20px;
}

.bigbox_map {
    position: relative;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    background: #fff;
    margin-top: 10px;
    height: 525px;
}

.bigbox_map img {
    margin-top: 100px;
    margin-left: 20px;
}

.map-overlay {
    position: absolute;
    top: 15px;
    left: 16px;
    width: 90%;
    background: rgba(100, 100, 100, 0.6);
    border-radius: 3px;
    border: 2px solid #999;
    padding: 10px;
    color: #fff;
    font-weight: 600;
}

nav.util ul li a.basket {
    background: none;
    padding-left: 5px;
    margin-top: -3px;
}

nav.util ul li a i {
    font-size: 15px;
}

.back-link a.btn {
    float: right;
    background-image: none;
}

i {
    padding-right: 6px;
}

.new-user span {
    margin-bottom: 20px;
    display: block;
}

.span6 .data .content h3 {
    font-size: 16px;
}

.container {
    padding-bottom: 20px;
}

.intro-content {
    margin-bottom: 0px;
}

nav.main-nav li .mega {
    z-index: 200;
}

.span8 .data .content {
    width: 67%;
}

.span4 .tblock .contain .content {
    height: auto;
}

.main-content i {
    font-style: italic;
}
.divDisclaimer a i {
    font-style: normal !important;
}

/* === BLOCK PREVIEW Martin=== */

.alert-info {
    background-color: #B8C0C5;
    
    box-shadow: 3px 3px 5px #CCCCCC;
    color: #000000;
    font-family: Verdana;
    font-size: 1em;
    font-style: italic;
    text-align: center;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert-heading {
    color: inherit;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}

.alert-block p + p {
    margin-top: 5px;
}

.container:before,
.container:after {
    content: "";
    display: table;
}

.container:after {
    clear: both;
}

.container:before,
.container:after {
    content: "";
    display: table;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

.row:before,
.row:after {
    content: "";
    display: table;
}

.row:before,
.row:after {
    clear: both;
}

.row:before,
.row:after {
    clear: both;
    content: "";
    display: table;
}

.row:after {
    clear: both;
}

.row:before,
.row:after {
    content: "";
    display: table;
}

.row:before,
.row:after {
    clear: both;
}

.row:after {
    clear: both;
}

.row:before,
.row:after {
    clear: both;
    content: "";
    display: table;
}

.breadcrumb .btn {
    position: absolute;
    right: 0;
}

nav.util ul li a.basket {
    background: none;
    padding-left: 15px;
    margin-top: -3px;
}

nav.util ul li a i {
    font-size: 15px;
}

.back-link a.btn {
    float: right;
    background-image: none;
}

i {
    padding-right: 6px;
}

.span4 .datelist {
    position: relative;
}

.span4 .datelist .contain {
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #D4D4D4;
    border-radius: 2px;
    padding: 10px;
}

.span4 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.span4 .datelist img {
    width: auto;
}

.span4 .datelist .date {
    float: left;
    width: 15%;
    margin-right: 12px;
    background: #6f98d2;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 0;
}

.span4 .datelist .date span {
    font-size: 16px;
}

.span4 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span4 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 81%;
}

.span4 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span4 .datelist .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
    float: left;
}

.span4 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span4 .datelist .content span {
    font-size: 14px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline;
    float: left;
    margin-right: 10px;
}

.span4 .datelist .content a.btn {
    display: none;
}

.span6 .datelist {
    position: relative;
}

.span6 .datelist .contain {
    margin-bottom: 15px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 10px;
    position: relative;
}

.span6 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.span6 .datelist img {
    width: auto;
}

.span6 .datelist .date {
    float: left;
    width: 11%;
    margin-right: 12px;
    background: #6F98D2;
    padding: 5px 3px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.span6 .datelist .date span {
    font-size: 16px;
}

.span6 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span6 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 85%;
}

.span6 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span6 .datelist .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
    float: left;
}

.span6 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span6 .datelist .content span {
    font-size: 14px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline;
    float: left;
    margin-right: 10px;
}

.span6 .datelist .content a.btn {
    position: absolute;
    bottom: 10px;
    display: block;
    right: 10px;
}

.span4 .tblock .contain .content {
    height: auto;
}
/*New logo header updates*/

.logo img {
    position: absolute;
    top: -60px;
    left: 20px;
    width: 148px;
}

nav.main-nav {
    margin-top: 130px;
}

nav.main-nav ul {
    float: right;
    width: auto;
    margin-bottom: 22px;
    margin-top: -30px;
}

nav.main-nav ul li {
    border-bottom: 0px;
}

nav.main-nav ul li a {
    padding: 8px 20px;
}

nav.util ul li a {
    color: #b79256;
}

.header-search {
    top: 30px;
}

.navy {
    background: #0e0747;
}

nav.main-nav ul li.public,
.public .border {
    border-color: #007377;
}

nav.main-nav ul li.trainees,
.trainees .border {
    border-color: #a67f42;
}

nav.main-nav ul li.solicitors,
.solicitors .border {
    border-color: #0e0747;
}

.mega .nav-column ul {
    margin-top: 0px;
    float: left;
}

nav.main-nav li .mega {
    border-color: #0e0747;
    top: 35px;
}

.solicitors h1 {
    background-color: #0e0747;
}

.trainees h1 {
    background-color: #a67f42;
}

.public h1 {
    background-color: #007377;
}

a.btn-purple {
    background: #0e0747;
    margin-bottom: 10px;
}

body,
.footer {
    background: #0e0747;
}

.slider .item a.headline {
    background: rgba(14, 7, 71, 0.7);
}

nav.util ul li.login a.lock {
    color: #fff;
}

nav.util ul li.login a.lock .fa {
    color: #dcb502;
    bottom: -3px;
    display: inline-block;
    position: relative;
    font-size: 18px;
}
/*nav.util ul li.account a.arrow a.basket a{color:#fff;}*/

nav.util ul li a {
    color: #fff;
}

a.change-password { min-width: 145px; }

.breadcrumb ul li:first-child a {
    background: #0e0747;
}

.account .fa {
    display: none;
}
.account span .fa
{
    display:inline;
}

/*Know your council*/

.c-member {
    margin-bottom: 25px;
}

.c-member img {
    padding-bottom: 10px;
    width: 100%;
}

.c-member a:hover {
    text-decoration: none;
}

.c-member a {
    text-decoration: none;
}

.c-member h2 {
    margin-bottom: 0px;
    color: #a67f42;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 10px;
    font-size: 12px;
    min-height: 52px;
}

.c-member-details span.year-q,
.c-member-details span.firm-q,
.c-member-details span.years-cq,
.c-member-details span.currently-q,
.c-member-details span.previous-q {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.main-content .c-member-details h2 {
    margin-bottom: 20px;
}

.c-member-details span.year-q:before {
    content: 'Year qualified: ';
    font-size: 14px;
    font-weight: 600;
    color: #a67f42;
}

.c-member-details span.firm-q:before {
    content: 'Firm: ';
    font-size: 14px;
    font-weight: 600;
    color: #a67f42;
}

.c-member-details span.years-cq:before {
    content: 'Years on Council: ';
    font-size: 14px;
    font-weight: 600;
    color: #a67f42;
}

.c-member-details span.currently-q:before {
    content: 'Currently serving on: ';
    font-size: 14px;
    font-weight: 600;
    color: #a67f42;
}

.c-member-details span.previous-q:before {
    content: 'Previous involvement on: ';
    font-size: 14px;
    font-weight: 600;
    color: #a67f42;
}

.c-member-details .contact-member {
    border-bottom: 1px solid #E7E7E7;
    padding: 8px 0;
    text-align: left;
    font-size: 15px;
    margin-top: 20px;
    border-top: 1px solid #E7E7E7;
}

.c-member-details .contact-member span {
    display: block;
}

.c-member-details .contact-member .c-member-details .contact-member i {
    color: #a67f42;
    font-style: normal !important;
}

.c-member-details .contact-member a {
    margin-left: 20px;
    color: #a67f42;
}

.contact-member a i.fa {
    font-style: normal;
}

.logo img {
    z-index: 100;
}
/*Practising cert*/

.pc-content span.instruction {
    margin-bottom: 14px;
    display: block;
}

.pc-content label {
    display: block;
    padding: 5px 0;
    color: #0c0037;
    font-size: 14px;
}

.pc-content input {
    width: 50%;
    padding: 5px;
    margin-bottom: 0px;
}

.pc-content input[type="radio"].yes-no {
    margin-right: 25px;
}

.pc-content input[type="radio"] {
    width: auto;
    margin-right: 5px;
    margin-bottom: 10px;
}

.pc-content input[type="submit"] {
    font-family: 'fontawesome', 'Raleway';
    display: inline-block;
    float: right;
    padding: 7px 20px;
    margin-left: 10px;
    background: #6a96d2;
    cursor: pointer;
    border: none;
    color: #fff;
    width: auto;
    border-radius: 3px;
    font-size: 14px;
}

.pc-content .acc-nav {
    border-top: 1px solid #a09fbd;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-top: 15px;
}

.pc-content .acc-nav input[disabled="disabled"],
.pc-content .acc-nav-top input[disabled="disabled"] {
    background: #D6CFCB;
}

.pc-content .acc-nav a.btn,
.pc-content .acc-nav-top a.btn {
    display: inline-block;
    float: right;
    padding: 7px 20px;
    margin-left: 10px;
}

.pc-content .btn.green {
    background: green;
}

.btn.blue {
    background: blue;
}

.pc-content input[type="submit"] {
    margin: 0 0 0 10px;
    height: 34px;
}

.pc-content .acc-nav-top {
    border-bottom: 1px solid #a09fbd;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.indicator-outer {
    height: 30px !important;
    border: 1px solid #b7b7b7 !important;
    padding: 1px !important;
    position: relative !important;
    margin-bottom: 20px !important;
    border-radius: 50px !important;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: -1px !important;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: -1px !important;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: -1px !important;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: -1px !important;
}

.ui-progressbar .ui-progressbar-value {
    margin: 0px !important;
}

.indicator-inner {
    background: #b69153;
    height: 100%;
    position: relative;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    padding-top: 3px;
}

#progressText {
    position: absolute;
    z-index: 1;
    color: #fff;
    left: 20px;
    top: 4px;
}

.indicator-inner span {}
/*.ui-progressbar ui-widget ui-widget-content ui-corner-all .ui-progressbar-value ui-widget-header ui-corner-left{background:#b69153; height:100%; position:relative; border-radius:50px; text-align:center; color:#fff; padding-top:3px;}*/

.ui-widget-header {
    background: #b69153 !important;
    height: 100% !important;
    position: relative !important;
    border-radius: 50px !important;
    text-align: center !important;
    color: #fff !important;
    padding-top: 3px !important;
}

.container1,
.container2,
.containerb2,
.container3,
.container4,
.container5,
.container6,
.container7,
.container8,
.container9,
.container10,
.container11,
.container12,
.container13 {
    display: none;
}

.header-color {
    background-color: #4dc7a0 !important;
    color: #fff !important;
}

.acc-contain .accordion-title h2 {
    cursor: auto;
}

/*.valid {
    color: #ba2a2a;
    font-size: 16px;
    display: inline-block;
    padding: 8px;
    border-radius: 3px;
}

.valid > span {
    color: #b51b1b;
    font-size: 14px;
}*/

.radio label {
    display: inline;
}

.row fieldset {
    margin-bottom: 10px;
    display: block;
}

.row legend {
    display: block;
    width: 100%;
}

.radio .row {
    display: block;
}

h2.header-color {
    background: #42409d !important;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #42409d 0%, #110f59 100%) !important;
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #42409d), color-stop(100%, #110f59)) !important;
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #42409d 0%, #110f59 100%) !important;
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #42409d 0%, #110f59 100%) !important;
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #42409d 0%, #110f59 100%) !important;
    /* IE10+ */
    
    background: linear-gradient(to bottom, #42409d 0%, #110f59 100%) !important;
    /* W3C */
}

h4.header-color {
    background: #42409d !important;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #42409d 0%, #110f59 100%) !important;
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #42409d), color-stop(100%, #110f59)) !important;
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #42409d 0%, #110f59 100%) !important;
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #42409d 0%, #110f59 100%) !important;
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #42409d 0%, #110f59 100%) !important;
    /* IE10+ */
    
    background: linear-gradient(to bottom, #42409d 0%, #110f59 100%) !important;
    /* W3C */

}

.acc-contain .accordion-title h2 {
    padding: 12px;
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 0;
}

.acc-contain .accordion-title h4 {
    padding: 12px;
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 0;
}

.acc-contain .container1,
.container2,
.containerb2,
.container3,
.container4,
.container5,
.container6,
.container7,
.container8,
.container9,
.container10,
.container11 {
    border: 1px solid #e6e6e6;
    padding: 30px;
    padding-bottom: 0;
}

.pc-content input {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    color: #404040;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    padding: 8px;
    width: 100%;
}

.acc-contain .accordion-title h2 {
    background: #e8e8e8;
    margin-bottom: 1px;
    color: #3e3892;
    font-weight: 400;
    border-bottom: 1px solid #3e3892;
}

.acc-contain .accordion-title h4 {
    background: #e8e8e8;
    margin-bottom: 1px;
    color: #3e3892;
    font-weight: 400;
    border-bottom: 1px solid #3e3892;
}

.acc-contain .row span {
    display: block;
}

.pc-content .row label {
    display: inline-block;
}

.pc-content .row .question {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 15px;
    background: #f6f2f2;
    color: #110f59;
    padding: 10px;
    line-height: normal;
}

.pc-content .row .question span {
    font-weight: 400;
    font-size: 15px;
}

input.date-entry {
    width: 50px;
}

input.date-entry2 {
    width: 50px;
}

.pc-content .row label.single {
    display: block;
}

.pc-content .b2 {
    display: block;
}

.pc-content .row textarea {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    color: #404040;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    padding: 8px;
    width: 80%;
}

.pc-content .row {
    margin-bottom: 20px;
}

.pc-content .row input[type="checkbox"] {
    display: inline-block;
    width: auto;
    padding-left: 0;
    margin-left: 0;
}

.pc-content .row label.decloration {
    display: inline-block;
    padding-left: 10px;
    width: 80%;
    vertical-align: middle;
}

.section-complete:after {
    content: "\f00c";
    font-family: 'fontawesome', 'Raleway';
    font-size: 14px;
    float: right;
    padding: 5px 8px;
    background: #62c344;
    color: #fff;
    border-radius: 100px;
    margin-top: -4px;
}

.pc-content label.hereby {
    width: 90%;
    vertical-align: middle;
}

.pc-content .row span.name-confirm {
    color: #6a96d2;
    display: inline;
    font-weight: 600;
    font-size: 17px;
}

.pc-content span.date-prefix {
    font-size: 14px;
    font-weight: 600;
    color: #8F8F8F;
    display: inline;
    margin-right: 5px;
    margin-left: 10px;
}

.pc-content span.date-prefix-first {
    margin-left: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #8F8F8F;
    display: inline;
    margin-right: 5px;
}

.pc-content .form-section9 input[type="text"] {
    border: none;
}

.pc-content .form-section9 h4 {
    display: inline-block;
}

.pc-content .form-section9 span {}

.pc-content .form-section9 span .membership-price {
    float: right;
    display: inline-block;
    padding: 0;
    width: auto;
    text-align: right;
}

.pc-content .form-section9 span .membership-price-sub {
    float: right;
    display: inline-block;
    padding: 0;
    width: auto;
    text-align: right;
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
}

.pc-content .form-section9 .sub-total {
    margin: 20px 0;
    border-bottom: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
}

.pc-content .form-section9 .sub-total h3 {
    display: inline-block;
    margin-top: 10px;
}

.pc-content .form-section11 input[type="text"] {
    border: none;
}

.pc-content .form-section11 h4 {
    display: inline-block;
}

.pc-content .form-section11 span {}

.pc-content .form-section11 span .membership-price {
    float: right;
    display: inline-block;
    padding: 0;
    width: auto;
    text-align: right;
}

.pc-content .form-section11 span .membership-price-sub {
    float: right;
    display: inline-block;
    padding: 0;
    width: auto;
    text-align: right;
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
}

.pc-content .form-section11 .sub-total {
    margin: 20px 0;
    border-bottom: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
}

.pc-content .form-section11 .sub-total h3 {
    display: inline-block;
    margin-top: 10px;
}

.error {
    background: #f7e4e4 !important;
}

#firmError{
    border: 1px solid #c79696 !important;
    background: #f7e4e4 !important;
    padding: 10px 8px 10px 8px !important;
}
a.btn-gold {
    text-decoration: none;
    background: #b69153;
    color: #fff;
}

a.btn-gold:hover {
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}

.profile-list .col2 {
    width: 23.5%;
}

div.profile-list div.col2:nth-child(4n) {
    margin-right: 0;
}

.profile-list div.col2:nth-child(6n),
section.col2:nth-child(6n),
li.col2:nth-child(6n) {
    margin-right: 2%;
}
/*****************ass products updates******************/

.col9 .asso-product li {
    width: 49%;
    float: left;
}

.col9 .asso-product li {
    margin-right: 2%;
}

.col9 .asso-product li:nth-child(2n) {
    margin-right: 0px;
}

.asso-product li {
    border-bottom: 2px solid #D9D9D9;
    margin-bottom: 10px;
    border: 1px solid #c5d5ea;
}

.asso-product h2 {
    color: #3e3892;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.asso-product li .p-description {
    display: block;
}

.asso-product li a {
    display: block;
    padding: 10px;
}

.asso-product .p-description img {
    width: 60px;
    float: left;
    display: inline;
    margin-right: 10px;
}

.asso-product li .p-description span {
    font-weight: 700;
    font-size: 17px;
    color: #600011;
    font-family: 'Open Sans';
    float: right;
    padding-top: 10px;
}

.mainheader .featured-news {
    margin-bottom: 20px;
    position: relative;
}

.mainheader .featured-news .news-headline {
    position: absolute;
    top: 0px;
    background: rgba(62, 56, 146, 0.7);
    padding: 20px;
    color: #fff;
    width: 40%;
    top: 40px;
    left: 40px;
}

.mainheader .featured-news .news-headline:hover {
    text-decoration: none;
    background: rgba(62, 56, 146, 0.9);
}

.mainheader .featured-news .news-headline h2 {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: auto auto 0;
    padding-bottom: 10px;
}

.mainheader .featured-news .news-headline p {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    padding: 0;
}
/**************intranet**************/

.intranet .span8 .data .content {
    width: 100%;
}

.intranet .span4 .data .content h4 {
    display: none;
}

.intranet .mid-section {
    padding: 40px 0 20px 0;
    margin-bottom: 40px;
}

.intranet .staff-search {
    border: 1px solid #AFAFAF;
    padding: 15px 25px 25px 25px;
    background: #fff;
}

.intranet .staff-search table {
    margin-bottom: 0px;
}

.intranet .staff-search select {
    width: 100%;
}

.intranet .staff-search .btn {
    float: right;
}

.intranet .staff-search a.advanced-search-btn {
    color: #7e7e7e;
    background: #f0f0f0;
    border-radius: 40px;
    padding: 5px 15px;
    margin-top: 2px;
    display: inline-block;
}

.intranet .staff-search a.advanced-search-btn:hover {
    text-decoration: none;
    background: #757575;
    color: #fff;
}

.staff-details dt {
    color: #A67F42;
    width: 150px;
    float: left;
    padding: 0px 0px 5px 0px;
}

.staff-details dd {
    padding: 0px 0px 5px 0px;
}
/*.intranet .span3 .tblock{ margin-top:5px;}*/

.intranet .span3 .staff-search p {
    font-size: 14px;
}

.intranet .sliderContainer .next,
.intranet .sliderContainer .prev {
    display: none;
}

.intranet .span4 .tblock p {
    display: none;
}

.intranet .featured-news {
    margin-bottom: 20px;
    position: relative;
}

.intranet .featured-news .news-headline {
    position: absolute;
    top: 0px;
    background: rgba(62, 56, 146, 0.7);
    padding: 20px;
    color: #fff;
    width: 40%;
    top: 40px;
    left: 40px;
}

.intranet .featured-news .news-headline:hover {
    text-decoration: none;
    background: rgba(62, 56, 146, 0.9);
}

.intranet .featured-news .news-headline h2 {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: auto auto 0;
    padding-bottom: 10px;
}

.intranet .featured-news .news-headline p {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    padding: 0;
}

.intranet .trainees,
.intranet .solicitors {
    margin-top: 39px;
}

.intranet .span3 .tblock .contain .content {
    height: 80px;
}

.intranet .span3 .tblock .content span {
    display: none;
}

.intranet .span8 .data .thumb {
    display: none;
}

.intranet .linklistblock h1 {
    background: #006a6f;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px 5px 0 0;
}

.intranet .linklistblock a:hover {
    text-decoration: none;
}

.intranet .linklistblock h1:hover {
    background: #00575b;
}

.intranet .linklistblock {
    margin-top: 5px;
}

.intranet .linklistblock .border {
    border-bottom: 4px solid #006a6f;
}

.intranet .find-block h2 {
    display: none;
}

.intranet-bg {
    background: #bf9d66;
}

.intranet .util {
    background: #bf9d66;
}

.intranet .util li {
    border-right: 1px solid #906c37;
}

.intranet .util li a {
    color: #fff;
}

.intranet .logo h1 {
    position: absolute;
    left: 180px;
    top: 5px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 34px;
    color: #0b0250;
}

.intranet .tabs a {
    background: #d3bb48;
}

.intranet .tabs a.active {
    background: #fff;
}
/***********SFL SEARCH************/

.tab_blue_button {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    margin-top: 16px;
    font-size: 14px;
    padding: 10px 14px 13px 14px;
    background: #3e3892;
    color: #fff;
    display: inline;
    text-decoration: none;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
}

.tab_white_button {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    margin-top: 12px;
    font-size: 16px;
    padding: 12px;
    background: #fff;
    color: #3e3892;
    border-width: 1px;
    border-bottom: 1px solid White;
    border-radius: 4px 4px 0 0;
    position: relative;
    top: 1px;
    z-index: 2;
    font-weight: 600;
}

.sflmainbody {
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    z-index: 1;
}

.middle label {
    float: left;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Raleway', Arial, Sans-serif;
    color: #000;
    text-align: left;
    position: relative;
    top: 8px;
}

.middle select {
    overflow: hidden;
    padding: 5px;
    width: 23%;
    background: #e8e8e8;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
}

.middle input[type=text] {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 30%;
    padding: 8px;
    border-radius: 2px;
}

.center table td {
    padding: 9px 5px 9px 2px;
    font-size: 14px;
}

.empTable tr {
    padding: 15px 15px 15px 15px;
    border-bottom: 1px solid #DDD;
}

.empTable td {
    padding: 15px 15px 15px 15px;
}

.empTable a {
    text-decoration: underline;
}

.center table hr {
    border: none;
    border-top: 1px solid #3E3892;
    margin-top: 20px;
}

.center table th {
    padding: 10px 0px 20px 0px;
    text-align: left;
    font-size: 14px;
}

.center {
    padding-left: 15px;
    border-left: 1px solid #DDD;
    padding-right: 15px;
    border-right: 1px solid #DDD;
}

.centernb {
    padding-left: 15px;
    padding-right: 15px;
}

.middle {
    padding-left: 15px;
    border-left: 1px solid #DDD;
    padding-right: 15px;
    border-right: 1px solid #DDD;
}

.pageNum td {
    padding: 5px 0 5px 0;
    border: 1px solid #FFF;
}

.pageNum td a,
.pageNum td a:visited {
    margin: 0px;
    padding: 2px 6px 2px 6px;
    background: #FFFFFF;
    color: #428BCA;
    border: 1px solid #428BCA;
    text-decoration: none;
}
/*.pageNum td a:hover {
	text-decoration: underline;
	background: navy;
	color: white;
	border: 1px solid navy;
}*/

.pageNum span {
    padding: 2px 6px 2px 6px;
    text-decoration: none;
    background: #428BCA;
    color: #FFF;
    border: 1px solid #428BCA;
}

tr.pageNum {
    border-collapse: collapse;
    display: table-row;
}

.empDetails div.topDiv {
    min-height: 188px;
    clear: both;
}

.empDetails div.bottomDiv {
    min-height: 188px;
    clear: both;
}

.empDetails div.leftDiv {
    float: left;
    width: 320px;
}

.empDetails div.rightDiv {
    float: right;
    width: 365px;
}

.empDetails div.row {
    margin: 0 0 9px 0;
    clear: both;
    width: 300px;
    height: 17px;
}

.lastrow {
    margin: 0 0 9px 0;
    clear: both;
    border-bottom: 1px solid #ccc;
    width: 300px;
    height: 17px;
}

.addresslabel {
    width: 100px;
    float: left;
}

.addresslabel label {
    width: 120px;
    float: left;
}

.addresscontent {
    width: 200px;
    float: right;
}

.addresscontent p {
    float: right;
    width: 100px;
}

.addresscontent label {
    width: 100px;
}

.empDetails fieldset {
    width: 370px;
    border: 1px solid #CCC;
    padding: 10px 10px 10px 10px;
}

.empDetails div.leftDiv label {
    display: block;
    padding: 3px 0 0 0;
    float: left;
    width: 150px;
    margin: 0px 5px 5px 0;
}

.empDetails div.rightDiv label {
    display: block;
    padding: 3px 0 0 0;
    float: left;
    width: 130px;
    margin: 0px 5px 5px 0;
}

.empDetails div.rightDiv p {
    padding: 3px 0 0 0;
    margin: 0px 5px 5px 0;
    width: 325px;
}

.empDetails div.leftDiv p {
    padding: 3px 0 0 0;
    margin: 0px 5px 5px 0;
    width: 340;
    float: right;
}

.avwrapper {
    width: 60px;
    height: 60px;
    margin: 5px auto;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}

.avwrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-52%, -35%);
}

.news-image {
    width: 200px;
}

.showNewsThumbnails {}

.hideNewsThumbnails {
    display: none !important;
}

.showNewsDate {}

.hideNewsDate {
    display: none !important;
}

.staff-details-div {
    padding: 2px 2px 2px 0px;
}

.staff-details-lbl {
    font-size: 14px;
    font-weight: 600;
    color: #a67f42;
    padding-left: 10px;
}

.dvStations {
    vertical-align: top !important;
}

#dvdatestamp {
    display: none;
}

.tblDivisions {
    border-collapse: separate;
    border-spacing: 5px;
}

.tblDivisions input {
    width: 10% !important;
}

.tblDivisions label {
    width: 85% !important;
    float: right;
}

.tblDivisions td {
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    margin: 10px !important;
    padding: 5px !important;
    min-height:33px;
}

.tblDivisions td input[type=checkbox] + label {
    color: #727070;
}

.tblDivisions td input[type=checkbox]:checked + label {
    color: #000;
    font-style: normal;
    .transition(~"border 0.15s ease-in-out, color 0.15s ease-in-out");
}

.tblDivisions .gssTopPadding {
    padding: 16px 0px 0px 0px !important;
}
/* =======================
Styles for New HTML required for responsive layout
========================*/

    .util img.mob-logo {
        display:none;
    }

nav.util ul li.login a.login {
    padding-top: 8px;
}

a.login i {
    color: #d8b208;
}
#contactEmail input {
    background-color:transparent;
    border:none;
}
.mob-search,
.mob-hamburger,
.mob-contact__btn {
    display: none;
}
.mob-hamburger__text {
        display: block;
    color: #0e0747;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: -6px;
    font-weight: bold;
}
.mob-hamburger:hover {
    text-decoration:none;
}
.fa-bars {
    color: #0e0747;
}
.fa-bars:before {
    font-size: 39px;
}
.mob-search .fa {
    padding-right: 10px;
}
.mob-contact {
    display:none;
}

a.basket span.h-tiny {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin-left: 0;
    padding: 0;
}


table.payment-form td.expire select {
   width: 70px;
}

table.payment-form td.expire select.year {
  width: 160px;
}

.contact-form table td input {
    width: 100%;
    padding: 10px 0;
}


.vacancies-table table tr td span.col-title, 
.solicitor-listing tr td span.col-title {
    display:none;
}
.logo img.mobile-logo {
    display:none;
}
.tblDivisions  
.gssTopPadding
{
    padding:16px 0px 0px 0px !important;
}
.ipadTerms
{
    font-size: 14px;
}
.ipadTerms a
{
    color: #363287;
    text-decoration: underline;
}
.ui-helper-hidden-accessible 
{ 
    display:none; 
}
/*.error {
  visibility: hidden;
  font-size: 14px;
  padding-top: 5px; }

.incomplete .error {
  color: #b42426;
  visibility: visible; }
.incomplete input {
  border-color: #b42426;
  border-width: 2px; }
.incomplete p, .incomplete h1, .incomplete h2, .incomplete h3 {
  color: #b42426; }*/
@media all and (max-width: 667px)
{   
    .acc-content .info-container table input[type=submit] {
    width: 48% !important;
    }
    .checkbox-label label
    {
        max-width:89%;
    }
    
}
table.fpc_legend {
    width: 50%;
    max-width: 500px;
    text-align: left;
    font-size: 11px;
	border: 1px solid blank;
}
/*table.fpc_legend tr td{ vertical-align:middle;}*/

table.fpc_legend tbody {
    
}
table.fpc_legend thead {
}

table.fpc_legend thead tr th {
    padding: 0px;
    font-size: 11px;
    text-align: left;
}
table.fpc_legend tbody tr th 
{
    min-width: 50px;
    padding: 0;
    border-right: 2px solid #f0f3f7;
    line-height:15px;
}
table.fpc_legend tbody tr td 
{
    font-weight: 100 !important;
    min-width:200px;
    width: 8%;
    padding: 0;
    line-height:15px;
}
table.solicitor-listing {
    width: 100%;
    text-align: left;
    font-size: 13px;
}
/*table.solicitor-listing tr td{ vertical-align:middle;}*/

table.solicitor-listing tr td span {
    display: block;
    color: #600011;
    font-weight: 600;
    font-size: 12px;
}

table.fpc_listing tbody {
    border: 1px solid #f0f3f7;
}

table.fpc_listing thead {
    background: #d9dce0;
    color: #404040;
    border-bottom: 2px solid #600011;
    border-top: 2px solid #600011;
}

table.fpc_listing thead tr th {
    padding: 12px 10px;
    font-size: 16px;
    text-align: left;
}

table.fpc_listing tbody tr td {
    padding: 10px;
}
table.fpc_listing tbody tr
{
    opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
table.fpc_listing tbody tr:hover
{
    border: 2px solid black;
    opacity: 0.5;
    cursor: pointer;
}
table.fpc_listing tbody tr.online{
    border: 2px solid green;
}
table.fpc_offline_action tbody tr td div{
    border: 2px solid green;
    padding: 10px;
}
table.fpc_listing tr:nth-child(odd) td {
    background: #f0f3f7;
}
table.fpc_listing tbody tr td {
    border-bottom: #fff 1px solid;
}
@media screen and (min-width: 901px) {
    #footer_logo
    {
        height: 150px;
        position: absolute;
        top: 22px;
        left: 120px;
    
    }
}
@media screen and (max-width: 900px) {
    #footer_logo
    {
        height: 150px;
    }
}

@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.2;
    text-rendering: optimizeLegibility;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.icheckbox_square-blue input[type=checkbox]
{
    -webkit-appearance:none;
}

.account div {
  margin-top: -5px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* floaties */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

html,
body {
    height: 100%;
}

body {
    font: 12px Arial, Helvetica, sans-serif;
    color: #343434;
    background: #444444;
}

h1,
h2 {
    font-family: 'Raleway', Arial, Sans-serif;
}

a {
    color: #2f2580;
    text-decoration: none;
}

h1 {
    font-weight: normal;
    font-family: 'Raleway', Arial, sans-serif;
}

h2,
h3,
h4,
h5 {
    font-weight: normal;
    font-family: 'Open Sans', Arial, sans-serif;
}

a:hover {
    color: #6A96D2;
    text-decoration: underline;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.container {
    width: 100%;
    background: #fff;
}

.base {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.container img {
    width: 100%;
    display: block;
}
/* grid layout */

.span1,
.col1,
.span2,
.col2,
.span3,
.col3,
.span4,
.col4,
.span5,
.col5,
.span6,
.col6,
.span7,
.col7,
.span8,
.col8,
.span9,
.col9,
.span10,
.col10,
.span11,
.col11,
.span12,
.col12 {
    position: relative;
    margin-right: 2%;
}

.span2,
.col2 {
    float: left;
    width: 15%;
}

.span3,
.col3 {
    float: left;
    width: 23.5%;
}

.span4,
.col4 {
    float: left;
    width: 32%;
}

.span6,
.col6 {
    float: left;
    width: 49%;
}

.span8,
.col8 {
    float: left;
    width: 66%;
}

.span9,
.col9 {
    float: left;
    width: 74.5%;
}

.span12,
.col12 {
    width: 100%;
    margin: 0 auto;
}
/* clear values */

div:last-child.col2,
div:last-child.col3,
div:last-child.col4,
div:last-child.col6,
div:last-child.col8,
div:last-child.col9,
div:last-child.col12 {
    margin-right: 0%;
}

section:last-child.col2,
section:last-child.col3,
section:last-child.col4,
section:last-child.col6,
section:last-child.col8,
section:last-child.col9,
section:last-child.col12 {
    margin-right: 0%;
}

li:last-child.col2,
li:last-child.col3,
li:last-child.col4,
li:last-child.col6,
li:last-child.col8,
li:last-child.col9,
li:last-child.col12 {
    margin-right: 0%;
}

li.basket { display:block; }
.mob-menu-basket,.mob-menu-queries { display:none; }
.mob-basket,mob-queries { display:none; }
/* clear grid values */

div:nth-child(6n).span2,
section:nth-child(6n).span2,
li:nth-child(6n).span2 {
    margin-right: 0%;
}

div:nth-child(4n).span3,
section:nth-child(4n).span3,
li:nth-child(4n).span3 {
    margin-right: 0%;
}

div:nth-child(3n).span4,
section:nth-child(3n).span4,
li:nth-child(3n).span4 {
    margin-right: 0%;
}

div:nth-child(2n).span6,
section:nth-child(2n).span6,
li:nth-child(2n).span6 {
    margin-right: 0%;
}

div:nth-child(6n).col2,
section:nth-child(6n).col2,
li:nth-child(6n).col2 {
    margin-right: 0%;
}

div:nth-child(4n).col3,
section:nth-child(4n).col3,
li:nth-child(4n).col3 {
    margin-right: 0%;
}

div:nth-child(3n).col4,
section:nth-child(3n).col4,
li:nth-child(3n).col4 {
    margin-right: 0%;
}

div:nth-child(2n).col6,
section:nth-child(2n).col6,
li:nth-child(2n).col6 {
    margin-right: 0%;
}
/* clear values */

div:last-child.span2,
div:last-child.span3,
div:last-child.span4,
div:last-child.span6,
div:last-child.span8,
div:last-child.span9,
div:last-child.span12 {
    margin-right: 0%;
}

section:last-child.span2,
section:last-child.span3,
section:last-child.span4,
section:last-child.span6,
section:last-child.span8,
section:last-child.span9,
section:last-child.span12 {
    margin-right: 0%;
}

li:last-child.span2,
li:last-child.span3,
li:last-child.span4,
li:last-child.span6,
li:last-child.span8,
li:last-child.span9,
li:last-child.span12 {
    margin-right: 0%;
}
/* utility nav */

nav.util {
    height: 45px;
    position: relative;
}

.grey {
    background: #8d8d8d;
    background-image: -moz-linear-gradient( 90deg, rgb(108, 108, 108) 0%, rgb(151, 151, 151) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(108, 108, 108) 0%, rgb(151, 151, 151) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(108, 108, 108) 0%, rgb(151, 151, 151) 100%);
}

nav.util ul {
    float: right;
}

nav.util ul li {
    float: left;
    text-align: center;
    border-right: 1px solid #a5a5a5;
    height: 45px;
}

nav.util ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    display: block;
    padding: 15px 17px;
}

nav.util ul li a.basket {
    background: url(//ls-static.com/imgf/icon-basket@2x.png) no-repeat 8px center;
    background-size: 18px 16px;
    padding-left: 35px;
    margin-top: -3px;
}

a.basket span {
    display: inline-block;
    background: #6e99d3;
    border-radius: 3px;
    padding: 2px 6px;
    color: #fff;
    font-size: 12px;
    margin-left: 7px;
    font-weight: 500;
}

nav.util ul li.login {
    position: relative;
    background-image: -moz-linear-gradient( 90deg, rgb(81, 8, 21) 0%, rgb(114, 0, 20) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(81, 8, 21) 0%, rgb(114, 0, 20) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(81, 8, 21) 0%, rgb(114, 0, 20) 100%);
}

nav.util ul li.login a {
    font-weight: 500;
    font-size: 14px;
}

nav.util ul li.login a.lock {
    /*background: url(//ls-static.com/img/icon-lock.png) no-repeat 8px center;*/
    
    margin-top: -3px;
}

nav.util ul li.login:hover {
    background: #931627;
    box-shadow: inset 0 0 4px #490b13;
    text-shadow: 0 0 3px #490b13;
}

/*Dropdown login */
nav.util ul li.account {
    position: relative;
    background-image: -moz-linear-gradient( 90deg, rgb(81, 8, 21) 0%, rgb(114, 0, 20) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(81, 8, 21) 0%, rgb(114, 0, 20) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(81, 8, 21) 0%, rgb(114, 0, 20) 100%);
}

nav.util ul li.account a {
    font-weight: 500;
    font-size: 14px;
}

nav.util ul li.account a.lock {
    /*background: url(//ls-static.com/img/icon-lock.png) no-repeat 8px center;*/
    
    margin-top: -3px;
}

nav.util ul li.account:hover {
    background: #931627;
    box-shadow: inset 0 0 4px #490b13;
    text-shadow: 0 0 3px #490b13;
}

.mob-title {
    color: white;
    display: none;
}
/*Utility Nav Account*/

nav.util ul li.account {
    position: relative;
    min-width: 160px;
}

nav.util ul li.account span {
    font-weight: 300;
}

nav.util ul li.account a.arrow {
    font-weight: 500;
    font-size: 14px;
    margin-top: -3px;
    background: url(//ls-static.com/img/icon-arrow-down.png) no-repeat right 10px center;
    padding-right: 32px;
}

nav.util li.account ul li a {
    color: #fff;
    font-size: 13px;
}

nav.util li.account ul li {
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #818181;
}

nav.util li.account ul li a {}

nav.util li.account ul li a:last-child {
    border-bottom: none;
    padding-bottom: 7px;
    background: #515151;
}

.profTBT {
    display: inline-flex;
    align-items: flex-start;
    vertical-align: middle;
    width: 16%;
}

.profTBF {
    display: inline-flex;
    align-items: flex-start;
    vertical-align: middle;
    width: 40%;
}

.profTBS {
    display: inline-flex;
    align-items: flex-start;
    vertical-align: middle;
    width: 5%;
}

nav.util li.account:hover ul {
    display: block;
}

nav.util li.account ul {
    background: #515151;
    position: absolute;
    z-index: 100;
    display: none;
    width: 100%;
}

nav.util li.account ul li a:hover {
    background: #787878;
}
/* login dropdown */

nav.util ul li.login .login-content {
    box-shadow: 0 1px 3px #343434;
    text-align: left;
    color: #dcdcdc;
    font-size: 12px;
    font-family: 'lato', Arial, sans-serif;
    display: none;
    position: absolute;
    top: 45px;
    right: -1px;
    background: #5e5e5e;
    z-index: 100;
    width: 520px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 381px;
}

nav.util ul li.login .login-content h1 {
    font-size: 16px;
    color: #fff;
    padding-bottom: 10px;
}

nav.util ul li.login:hover .login-content {
    text-shadow: none;
}

nav.util ul li.login .login-content .existing-user {
    float: left;
    width: 60%;
    padding: 20px;
    background: #515151;
    border-right: 1px solid #707070;
    border-bottom-left-radius: 5px;
    height: 100%;
}

nav.util ul li.login .login-content .existing-user .btn {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 30%;
    margin-bottom: 0px;
}

nav.util ul li.login .login-content .new-user {
    width: 40%;
    float: right;
    background: #5e5e5e;
    border-bottom-right-radius: 5px;
    padding: 20px;
}

nav.util ul li.login .login-content .new-user p {
    margin-bottom: 20px;
}

table td.remember {
    font-size: 14px;
}

nav.util ul li.login .login-content .existing-user a {
    display: inline-block;
    color: #d4af03;
    text-decoration: underline;
}

nav.util ul li.login .login-content .existing-user span.rememberme {
    font-size: 14px;
    font-weight: 500;
}

nav.util ul li.login .login-content .existing-user input[type=submit] {
    padding: 10px 12px;
    font-family: Open Sans, Sans-Serif;
    font-size: 14px;
    font-weight: 500;
}

.form-data a {
    color: #F68319;
}

.form-data a.btn {
    color: #fff;
}

.form-data table {
    width: 100%;
    margin: 10px 0px;
    margin-bottom: 0px;
}

.form-data table input[type=text],
.form-data table input[type=password],
.form-data table select,
.form-data table textarea {
    font-size: 14px;
    background: #ececec;
    width: 100%;
    padding: 8px;
    border: 0px;
}

.form-data table input:focus {
    border-color: #bdbdbd;
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
    transition: all 0.2s ease-in-out 0s;
}

.form-data table th {
    text-align: left;
    color: #fff;
    font-size: 16px;
}

.form-data table th,
.form-data table td {
    padding: 10px 0px 5px 0px;
}

.form-data h1 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.form-data h2 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}

.active {
    display: block;
}

.form-data table label {
    color: #fff;
}

.sort {
    position: absolute;
    top: -6px;
    right: 0;
}

.sort select {
    font-size: 14px;
    overflow: hidden;
    padding: 5px;
    background: #e8e8e8;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    width: auto;
}

.sort label {
    font-size: 14px;
    font-family: 'open sans', Arial, Sans-serif;
    padding-right: 10px;
}

.header {
    border-bottom: #e8e8e8 solid 4px;
    margin-bottom: 15px;
    position: relative;
}

.mid-section {
    background: #f9f9f9;
    border-top: 10px solid #e4e4e4;
    border-bottom: 10px solid #e4e4e4;
    padding: 20px 0;
    margin-bottom: 20px;
}

nav.main-nav {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

nav.main-nav ul {
    text-align: center;
    position: relative;
    top: 4px;
    width: 100%;
}

nav.main-nav ul li {
    float: left;
    margin-right: 2px;
    border-bottom: 4px solid #e8e8e8;
}

nav.main-nav ul li:last-child {
    margin-right: 0;
}

nav.main-nav ul li.public {
    border-bottom: 4px solid #3e3892;
}

nav.main-nav ul li.trainees {
    border-bottom: 4px solid #dcb502;
}

nav.main-nav ul li.solicitors {
    border-bottom: 4px solid #600011;
}

nav.main-nav ul li:nth-last-child(2) {
    margin-right: 0;
}

.main-nav ul li:nth-last-child(2) ul.single {
    right: 0px;
}

.main-nav ul li:nth-last-child(2) ul.single li {
    text-align:right;
}

.main-nav ul li:nth-last-child(2) ul.single {
    max-width: 155px;
}

.main-nav ul li:nth-last-child(2) ul.single a {
    max-width: 153px;
}

.main-nav ul li:nth-last-child(3) ul.single {
    max-width: 175px;
}

.main-nav ul li:nth-last-child(3) ul.single a {
    max-width: 173px;
}

nav.main-nav ul li a {
    text-decoration: none;
    color: #404040;
    display: block;
    padding: 8px 28px;
    transition: all 0.1s ease-in-out 0s;
}

nav.main-nav ul li:hover a {
    background: #e8e8e8;
}
/*mega menu*/

nav.main-nav li .mega .nav-column {
    float: left;
    padding: 2.5%;
    width: 25%;
    font-family: 'Raleway', sans-serif;
    text-align: left;
}

nav.main-nav li .mega .nav-column h3 {
    color: #3e3892;
    font-weight: 600;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #3e3892;
    padding-bottom: 8px;
}

nav.main-nav li .mega {
    z-index: 100;
    box-shadow: 0 2px 3px #868686;
    border-top: 4px solid #600011;
    background: none repeat scroll 0 0 #e8e8e8;
    border-radius: 0 0 3px 3px;
    display: block;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 36px;
    transition: all 0.3s ease 0.15s;
    visibility: hidden;
    width: 80%;
}

nav.main-nav li .mega ul {
    text-align: left;
}

nav.main-nav li .mega ul li {
    display: block;
    font-size: 13px;
    border: none;
    float: none;
}

nav.main-nav li .mega ul li a {
    display: block;
    padding: 5px 0;
}

nav.main-nav li .mega ul li a:hover {
    text-decoration: underline;
}

nav.main-nav li.solicitors:hover .mega {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

nav.main-nav li .mega {
    z-index: 100;
    box-shadow: 0 2px 3px #868686;
    border-top: 4px solid #600011;
    background: none repeat scroll 0 0 #e8e8e8;
    border-radius: 0 0 3px 3px;
    display: block;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 36px;
    transition: all 0.3s ease 0.15s;
    display: none;
    width: 80%;
}

nav.main-nav li:hover .mega {
    opacity: 1;
    display: block;
    overflow: visible;
}
/* Logo */

.logo {
    padding: 10px 0;
    width: 174px;
        float:left;

}

.logo img {
    width: 174px;
}
.logo h1 {
    visibility:hidden;
}

.header .base {
    position: relative;
}
/* header search */

.header-search {
    position: absolute;
    right: 20px;
    top: 45px;
}

.header-search #home-search {
    padding: 6px;
    background: url(//ls-static.com/img/icon-mag.png) no-repeat right 10px center #ececec;
    border: 1px solid #dddddd;
    font-size: 13px;
    margin-right: 12px;
    padding-right: 30px;
}

#home-search:focus {
    border-color: #bdbdbd;
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
    transition: all 0.2s ease-in-out 0s;
}

/*buttons*/

a.btn {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
}

span.btn-outline {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 15px;
    text-align: center;
    border-radius: 3px;
}

a.btn-blue {
    background: #6a96d2;
    color: #fff !important;
    text-decoration: none !important;
}

span.btn-blue-outline {
    color: #6a96d2 !important;
    text-decoration: none !important;
}

a.btn-red {
    background: #600011;
    color: #fff !important;
    text-decoration: none !important;
}

span.btn-red-outline {
    color: #600011 !important;
    text-decoration: none !important;
}

a.btn-green {
    background: #669900;
    color: #fff !important;
    text-decoration: none !important;
}
span.btn-green-outline {  
    color: #669900 !important;
    text-decoration: none !important;
}
a.btn-pantone {
    background: #CAB64B;
    color: #fff !important;
    text-decoration: none !important;
}
span.btn-pantone-outline {
    color: #CAB64B !important;
    text-decoration: none !important;
}
a.btn-purple {
    background: #3e3892;
    color: #fff !important;
    text-decoration: none !important;
}

a.btn-dblue {
    background: #428bca;
    color: #fff !important;
    text-decoration: none !important;
}

a.medium {
    font-size: 13px;
    padding: 10px 15px;
}

a.small {
    font-size: 14px;
    padding: 2px 10px;
}

a.btn-arrow {
    background: url(//ls-static.com/img/icon-arrow-medium.png) #6a96d2 no-repeat right 10px center;
    padding-right: 25px;
}

a.btn-small-arrow {
    background: url(//ls-static.com/img/icon-arrow-medium.png) #6a96d2 no-repeat right 10px center;
    padding-right: 25px !important;
}

a.btn-small-arrow-green {
    background: url(//ls-static.com/img/icon-arrow-medium.png) #669900 no-repeat right 10px center;
    padding-right: 25px !important;
}

a.btn-arrow-green {
    background: url(//ls-static.com/img/icon-arrow-medium.png) #669900 no-repeat right 10px center;
    padding-right: 25px;
    color: #fff;
}

a.btn-arrow-green-back {
    background: url(//ls-static.com/img/icon-arrow-medium-left.png) #669900 no-repeat left 10px center;
    padding-left: 25px;
    color: #fff;
}

a.btn-arrow-back {
    background: url(//ls-static.com/img/icon-arrow-medium-left.png) #6a96d2 no-repeat left 10px center;
    padding-left: 25px;
}

a.btn-blue-arrow {
    background: url(//ls-static.com/img/icon-arrow-blue.png) #6a96d2 no-repeat left 10px center;
    padding-left: 25px;
}
a.btn-small-arrow-pantone {
    background: url(//ls-static.com/img/icon-arrow-medium.png) #CAB64B no-repeat right 10px center;
    padding-right: 25px !important;
}
a:hover.btn {
    box-shadow: inset 0 0 4px #4573b1;
    text-shadow: 0 0 3px #4573b1;
}
a:hover.btn-pantone {
    box-shadow: inset 0 0 4px #CAB64B;
    text-shadow: 0 0 3px #CAB64B;
}
a.btn-remove {
    background: url(//ls-static.com/img/icon-remove.png) #b20322;
    height: 22px;
    width: 22px;
}
/*homepage blocks*/

.red {
    background-color: #600011;
}

.yellow {
    background: #dcb502;
}

.blue {
    background: #3e3892;
}

.solicitors,
.trainees,
.public {
    display: block;
}

.solicitors h1 {
    background: url(//ls-static.com/img/icon-solicitor@2x.png) no-repeat 16px center #600011;
    background-size: 27px 26px;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 60px;
    border-radius: 5px 5px 0 0;
}

.solicitors h1:hover {
    background: url(//ls-static.com/img/icon-solicitor@2x.png) no-repeat 16px center #850118;
    background-size: 27px 26px;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 60px;
    border-radius: 5px 5px 0 0;
}

.trainees h1 {
    background: url(//ls-static.com/img/icon-trainees@2x.png) no-repeat 16px center #dcb502;
    background-size: 26px 23px;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 60px;
    border-radius: 5px 5px 0 0;
}

.trainees h1:hover {
    background: url(//ls-static.com/img/icon-trainees@2x.png) no-repeat 16px center #efc502;
    background-size: 26px 23px;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 60px;
    border-radius: 5px 5px 0 0;
}

.public h1 {
    background: url(//ls-static.com/img/icon-public@2x.png) no-repeat 16px center #3e3892;
    background-size: 23px 23px;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 60px;
    border-radius: 5px 5px 0 0;
}

.public h1:hover {
    background: url(//ls-static.com/img/icon-public@2x.png) no-repeat 16px center #4d46b1;
    background-size: 23px 23px;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 60px;
    border-radius: 5px 5px 0 0;
}

.solicitors a,
.trainees a,
.public a {
    text-decoration: none;
}

.solicitors h1 span,
.trainees h1 span,
.public h1 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    display: block;
}

ul.main-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    margin-bottom: 35px;
}

.span3 ul.main-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}

ul.main-list li {
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

ul.main-list li:last-child {
    border-bottom: none;
}

ul.main-list li a {
    display: block;
    background: url(//ls-static.com/img/icon-arrow-small@2x.png) no-repeat left center;
    background-size: 7px 11px;
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
}

{
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
}

ul.main-list li:hover {
    background: #e7e7e7;
}

.solicitors .border {
    border-bottom: 4px solid #600011;
}

.trainees .border {
    border-bottom: 4px solid #dcb502;
}

.public .border {
    border-bottom: 4px solid #3e3892;
}

h2.section-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #3e3892;
}

h2.section-title a {
    text-decoration: none;
    color: #3e3892;
}
/* List Styling */

ul.standard-list {
    margin-top: 10px;
    margin-bottom: 30px;
}

ul.standard-list li {
    font-weight: 300;
    background: url(//ls-static.com/img/icon-arrow-blue-squared.png) left center no-repeat;
    padding-left: 15px;
    margin-top: 10px;
}

ul.yellow-list li {
    background: url(//ls-static.com/img/icon-arrow-yellow-squared.png) left center no-repeat;
}

ul.red-list li {
    background: url(//ls-static.com/img/icon-arrow-red-squared.png) left center no-repeat;
}
/* Order List */

ol.standard-list-ordered {
    margin-top: 10px;
    padding: 5px;
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
}

ol.standard-list-ordered > li {
    position: relative;
    margin: 0 0 6px 2em;
    padding: 4px 8px;
    list-style: none;
    background: #fff;
}

ol.standard-list-ordered li {
    font-weight: 300;
    margin-top: 10px;
    color: #404040;
}

ol.standard-list-ordered > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 2px;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 8px;
    color: #fff;
    border-radius: 3px;
    background: #6e99d3;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, sans-serif;
    text-align: center;
}
/* Sidebar navigation */

.col3 .sidebar {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}

.col3 .sidebar ul li {
    border-bottom: 1px solid #ffffff;
    background: #999;
    position: relative;
}

.col3 .sidebar ul li a,
.col3 .sidebar ul li span {
    padding: 11px 15px;
    display: block;
    color: #ffffff;
    font-weight: 500;
}

.col3 .sidebar ul li a.selected,
.col3 .sidebar ul li span.selected {
    color: #fff;
    border-left: 3px solid #3E3892;
    background-color: #47409d;
    font-weight: 600;
}

.col3 .sidebar a.more,
.col3 .sidebar span.more {
    background: url(//ls-static.com/img/icon-arrow-white-squared.png) right 10px center no-repeat;
    padding-right: 20px;
}

.col3 .sidebar a.more-down,
.col3 .sidebar span.more-down {
    background: url(//ls-static.com/img/icon-arrow-white-squared-down.png) right 10px center no-repeat;
    padding-right: 20px;
}

.col3 .sidebar ul li a:hover {
    text-decoration: none;
    color: #fff;
    border-left: 3px solid #3E3892;
    background-color: #47409d;
    padding-left: 12px;
}

.col3 .sidebar ul li a.selected:hover {
    padding-left: 15px;
    background-color: #47409d;
}

.col3 .sidebar ul ul li {
    background: #d1d1d1;
}

.col3 .sidebar ul ul li:first-child {
    border-top: 1px solid #fff;
}

.col3 .sidebar ul ul li:last-child {
    border: none;
}

.col3 .sidebar ul ul li a {
    padding-left: 30px;
    font-size: 14px;
    color: #404040;
}

.col3 .sidebar ul ul li a:hover {
    text-decoration: none;
    padding-left: 27px;
    color: #fff;
    border-left: 3px solid #3E3892;
    background-color: #5a91d7;
}

.col3 .sidebar ul ul li a.selected {
    padding-left: 27px;
    background-color: #5a91d7;
    color: #fff;
    font-weight: 600;
}

.col3 .sidebar ul ul li a.selected:hover {
    padding-left: 27px;
    background-color: #5a91d7;
}

.col3 .sidebar ul ul ul li {
    background: #e0e0e0;
}

.col3 .sidebar ul ul ul li a {
    padding-left: 50px;
    color: #626262;
    font-size: 13px;
}

.col3 .sidebar ul ul ul li a:hover {
    padding-left: 47px;
    color: #626262;
    border-left: 3px solid #3E3892;
    background-color: #b0ccef;
}

.col3 .sidebar ul ul ul li a.selected {
    padding-left: 47px;
    background: #b0ccef;
    color: #343434;
    font-weight: 600;
}

.col3 .sidebar ul ul ul li a.selected:hover {
    padding-left: 47px;
    background-color: #b0ccef;
}
/*Legal Vacancies Block*/

h1.intro {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 26px;
    font-weight: 500;
    display: block;
    border-bottom: 3px solid #e8e8e8;
    padding-bottom: 15px;
    margin-bottom: 18px;
}

p.intro-para {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
}

.intro-content {
    margin-bottom: 20px;
}
/*news Block*/

.news {
    padding-bottom: 20px;
}

.news img {
    border-left: 5px solid #600011;
}

.news .news-preview {
    font-family: 'Open Sans', Arial, Sans-serif;
    color: #3d3d3d;
    margin-bottom: 40px;
    position: relative;
}

.news .news-preview.last {
    font-family: 'Open Sans', Arial, Sans-serif;
    color: #3d3d3d;
    margin-bottom: 10px;
}

.news-preview h2 {
    margin-bottom: 10px;
}

.news-preview span {
    color: #600011;
    margin-bottom: 10px;
    display: inline-block;
}

.news .news-preview h3 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
}

.news .news-preview span {
    color: #7c1527;
}

.news .news-preview h3 a,
.courses h3 a {
    color: #404040;
}

.news .news-preview h3 a:hover,
.courses h3 a:hover {
    text-decoration: underline;
    color: #3e3892;
}

.news .news-preview p {
    font-size: 14px;
}

.news .news-article {
    margin-bottom: 10px;
}

.article {
    padding: 20px 0 10px 0;
    border-bottom: 2px solid #e8e8e8;
}

.staff-article {
    padding: 0 0 5px 0;
    border-bottom: 2px solid #e8e8e8;
}

.article-image {
    float: left;
    display: block;
    margin-right: 15px;
}

.article-image img {
    border-left: 3px solid #600011;
}

.news-preview a.btn {
    margin: 0;
}

.article-last {
    border-bottom: 0px;
    margin-bottom: 30px;
}

.main-content div.article:nth-child(2) {
    padding-top: 20px;
}

.main-content img {
    display: block;

}

.main-content em {
    font-style: italic !important;
}

.main-content strong {
    font-weight: bold;
}
/*Breadcrumb*/

.breadcrumb {
    position: relative;
    font-family: 'Open Sans', Arial, san-serif;
    display: block;
    border-bottom: #e8e8e8 solid 3px;
    margin-bottom: 15px;
}

.breadcrumb ul li {
    float: left;
    margin: 3px 0 15px 0;
}

.breadcrumb ul li a {
    font-size: 13px;
    display: block;
    padding: 4px 0;
    color: #3e3892;
    background: url(//ls-static.com/img/icon-arrow-blue-squared.png) no-repeat right 12px center;
    padding-right: 30px;
}

.breadcrumb ul li:first-child a {
    color: #fff;
    background: #3e3892;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 10px;
}

.breadcrumb ul li span {
    font-size: 13px;
    display: block;
    padding: 4px 0px;
    color: #404040;
}

.breadcrumb .btn {
    position: absolute;
    right: 0;
}

.triangle-right {
    position: absolute;
    left: 58px;
    top: 4px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 12px solid #3e3892;
    border-bottom: 12px solid transparent;
}
/*Vacancies Listing*/

.vacancies-title .date {
    padding: 6px 2px;
    background: #6e98d3;
    float: left;
    color: #fff;
    font-size: 11px;
    width: 40px;
    text-align: center;
    line-height: 1.2;
    margin-right: 10px;
}

.main-content .vacancies-title h2 {
    margin-bottom: 3px;
}

.vacancies-title .date span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.vacancies-title span {
    font-size: 14px;
}

.ref {
    text-align: right;
    padding-bottom: 20px;
}

.vacancies a {
    margin-left: 5px;
    float: right;
}

.main-content .vacancies-search {
    background: #e8e8e8;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    padding: 20px 15px;
    margin-bottom: 20px;
}

.main-content .vacancies-search input#SearchKeywords {
    background: url("//ls-static.com/img/icon-mag.png") no-repeat scroll right 10px center #fff;
    border: 1px solid #DDDDDD;
    font-size: 13px;
    margin-right: 12px;
    padding: 7px 30px 6px 7px;
}

.main-content .vacancies-search label {
    margin: 0 10px;
    padding-left: 5px;
    font-family: 'Raleway', Arial, Sans-serif;
    font-size: 16px;
}
/*Vacancies Details*/

.vac-logo img {
    display: block;
    width: 100%;
    border: 1px solid #e4e4e4;
}

.vacancies-head span {
    display: block;
}

.vacancies-head span.title {
    font-weight: 600;
    display: inline;
}

.main-content .vacancies-head h2 {
    font-size: 22px;
}

.vacancies-head {
    padding-bottom: 20px;
    border-bottom: 2px solid #e4e4e4;
    margin-bottom: 20px;
}

.vacancies-head a.btn {
    margin-top: 14px;
}

{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
    resize: none;
}

.step1 {
    border: 1px solid #ccc;
    border-radius: 4px;
    background: url(//ls-static.com/img/bg-upload.png) #f8f8f8 bottom right no-repeat;
    margin-top: 20px;
}

.step2 {
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f8f8f8;
    margin-top: 20px;
    margin-bottom: 20px;
}

.apply {
    padding-bottom: 20px;
    border-bottom: 2px solid #e4e4e4;
}

.apply-covernote {
    height:191px; 
}
.apply-email {
    height:191px;
}.apply-attach {
    height:176px;
}
 .step1 a{
   margin-bottom:15px;
}
.step2 input {width:250px;}

.main-content .step1 h2,
.main-content .step2 h2 {
    color: #404040;
    font-size: 28px;
}

.step1 .span3,
.step2 .span3 {
    background: #dedede;
    padding: 50px 10px;
    text-align: center;
    border-right: 1px solid #ccc;
}

.step1 .span9,
.step2 .span9 {
    padding: 20px 30px 20px 10px;
}

.step2 .span9 textarea#cover-note {
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
    resize: none;
    font-family: 'Open Sans', Arial, sans-serif;
}
/*Course Listing*/

.vacancies-table table {
    width: 100%;
    text-align: left;
}

.vacancies-table table tr td {
    vertical-align: middle;
}

.vacancies-table table tr td span {
    display: block;
    color: #600011;
    font-weight: 600;
    font-size: 12px;
}

.vacancies-table table tbody {
    border: 1px solid #f0f3f7;
}

.vacancies-table table thead {
    background: #d9dce0;
    color: #404040;
    border-bottom: 2px solid #600011;
    border-top: 2px solid #600011;
}

.vacancies-table table thead tr th {
    padding: 12px 10px;
    font-size: 16px;
    text-align: center;
}

.vacancies-table table tbody tr td {
    padding: 10px;
}

.vacancies-table table tr:nth-child(odd) td {
    background: #f0f3f7;
}

.vacancies-table table tbody tr td {
    border-bottom: #fff 1px solid;
}

/*.vacancies-table table tbody tr td:first-child {
    padding: 20px 10px;
    max-width: 200px;
}*/




/*Course Details*/

.course-details-table table {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

.course-details-table table tr td {
    vertical-align: middle;
    background: #e4e4e4;
    border-bottom: #fff 1px solid;
}

.course-details-table table tr:last-child {
    font-weight: 600;
    font-size: 16px;
}

.course-details-table table tr th {
    border: 1px solid #fff;
    padding: 15px 10px;
    font-size: 16px;
    text-align: left;
    background: #91abcd;
    color: #fff;
    font-weight: 600;
}

.course-details-table table tbody tr td {
    padding: 15px 10px;
}

.course-details-table table tr:nth-child(even) th {
    background: #c5d5ea;
    color: #3e3892;
}

.well {
    padding: 17px 17px 17px 17px;
    background: #f0f3f7;
    border: 2px solid #dcdcdc;
    border-radius: 4px;
}

.main-content .well h3 {
    display: inline-block;
    margin-bottom: 0;
    padding-top: 5px;
}

.well a {
    float: right;
}

.well span {
    font-weight: 600;
    font-size: 20px;
}
/*Basket*/

.basket table {
    width: 100%;
    margin-top: 40px;
}

.basket table img {
    width: auto;
}

.basket table thead {
    text-align: left;
    color: #4474b4;
    font-size: 16px;
}

.basket table thead th:first-child {
    padding-left: 15px;
    text-align: left;
}

.basket table thead th {
    padding-bottom: 15px;
    text-align: center;
}

.basket table tbody td {
    background: #e8e8e8;
    padding: 15px 15px;
    border-left: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}

.basket table tbody td span {
    display: block;
    font-size: 12px;
    color: #3E3892;
    font-weight: 300;
}

.basket input[type=text],
.basket table input[type=password],
.basket table textarea {
    color: #404040;
    font-size: 14px;
    background: #fff;
    text-align: center;
    border: 1px solid #cfcfcf;
    width: 70%;
    padding: 8px;
    border-radius: 2px;
}

.basket table tbody td:first-child {
    text-align: left;
    min-width: 60%;
}

.basket table tbody tr td:nth-child(3) {
    width: 10%;
    background: #fff;
}

.basket table span.quantity-label {
    color: #404040;
    font-size: 14px;
    background: #fff;
    text-align: center;
    border: 1px solid #cfcfcf;
    padding: 8px;
    border-radius: 2px;
    font-weight: inherit;
    margin: 0 9px;
}

.basket table tbody tr {
    border-bottom: 10px solid #fff;
}

.discount {
    float: right;
    padding: 20px 0;
}

.discount span {
    display: block;
    font-size: 12px;
    text-align: right;
    padding-top: 15px;
}

.discount label {
    font-weight: 600;
}

.discount input[type=text] {
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    padding: 6px;
    border-radius: 2px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 10px;
}

.total-price {
    border-top: 3px solid #e4e4e4;
    padding: 20px 0 10px 0;
}

.container .total-price h2 {
    float: right;
    font-size: 26px;
}

.total-price h2 span {
    color: #404040;
    font-size: 18px;
}

.total-price a.btn {
    float: right;
}

.proceed {
    float: right;
}

.proceed-checkout {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
/*paging*/
/*.paging { text-align:center; padding:20px 0; font-family:'Open Sans', Arial, sans-serif; }
.paging img{ display:inline; width:auto;}
.paging a{ display:inline-block; padding:3px 8px; border-radius:3px; color:#404040; background:#e4e4e4; margin-right:3px;}
.paging a:first-child{ margin-right:15px;} .paging a:last-child{ margin-left:12px;}
.paging a.selected{ background: #929292; color:#fff; }
.paging a:hover{ background: #929292; color:#fff;}*/
/*Courses and Events Block*/

.border-red {
    border-left: 6px solid #600011;
}

.border-blue {
    border-left: 6px solid #3e3892;
}

.border-yellow {
    border-left: 6px solid #dcb502;
}

.courses {
    font-family: 'Open Sans', Arial, Sans-serif;
    color: #3d3d3d;
    padding-bottom: 20px;
}

.courses .group {
    margin-bottom: 15px;
    padding: 6px 4px 16px 14px;
}

.courses h3 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: 'Raleway', Arial, Sans-serif;
}

.courses .arrow h3 {
    background: url(../img/icon-arrow-small.png) no-repeat left center;
    padding-left: 13px;
}

.courses p {
    font-size: 14px;
}

.becoming-solicitor {
    position: relative;
}

.becoming-solicitor img {
    width: 100%;
    border-bottom: 1px solid #600011;
    display: block;
}

.becoming-solicitor ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'lato', Arial, sans-serif;
    font-size: 15px;
}

.becoming-solicitor ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.becoming-solicitor ul.lower-list li:last-child {
    border-bottom: none;
}

.becoming-solicitor ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.becoming-solicitor ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.becoming-solicitor ul.border {
    border-bottom: 4px solid #600011;
}

.becoming-solicitor ul.bg-white {
    background: #fff;
    border-left: #e6e6e6 1px solid;
    border-right: #e6e6e6 1px solid;
}

.shadow {
    box-shadow: 0px 1px 3px #4F4F4F;
}
/*
.span6 .becoming-solicitor{ position:relative; overflow:hidden; }
.span6 .becoming-solicitor img{ width:42%;  float:left; border-bottom:0px;}
.span6 .becoming-solicitor ul.lower-list{ background-color:#f5f5f5; padding:20px 20px; font-family:'lato', Arial, sans-serif; font-size:15px; margin-bottom:35px; width:58%; float:right; }
.span6 .becoming-solicitor ul.lower-list li{ background:url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center; line-height:2.2;  }
.span6 .becoming-solicitor ul.lower-list li:last-child{border-bottom:none;}
.span6 .becoming-solicitor ul.lower-list li a{ color:#404040; text-decoration:none; padding-left:20px; font-weight:500; transition: all 0.2s ease-in-out 0s; display:block;}
.span6 .becoming-solicitor ul.lower-list li a:hover{ padding-left:24px; transition: all 0.2s ease-in-out 0s;}
.span6 .becoming-solicitor ul.border{border-bottom:4px solid #600011;}
.span6 .becoming-solicitor ul.bg-white{ background:#fff; border-left:#e6e6e6 1px solid; border-right:#e6e6e6 1px solid;}
*/

.legal-vacancies {
    font-family: 'Open Sans', Arial, Sans-serif;
}

.legal-vacancies .article {
    border: 1px solid #d4d4d4;
    padding: 10px;
    background: #fff;
}

.legal-vacancies ul li {
    margin-bottom: 20px;
    padding-left: 10px;
}

.legal-vacancies ul li:first-child {
    border-left: 3px solid #3e3892;
}

.legal-vacancies ul li:last-child {
    border-left: 3px solid #dcb502;
    margin-bottom: 10px;
}

.legal-vacancies ul li:nth-child(2) {
    border-left: 3px solid #600011;
}

.legal-vacancies h3 a {
    font-size: 17px;
    color: #404040;
    text-decoration: none;
}

.legal-vacancies h3 {
    margin: 6px 0;
}

.legal-vacancies .v-listing {
    margin-bottom: 10px;
}

.legal-vacancies .vacancies-title a {
    font-size: 14px;
    color: #404040;
    font-weight: 600;
}

.legal-vacancies .vacancies-title a:hover {
    text-decoration: underline;
    color: #3e3892;
}

.legal-vacancies .vacancies-title span.location {
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
    color: #3e3892;
}

.main-content {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    padding-bottom: 20px;
}


h1.body {
    font-size: 24px;
    font-weight: 500;
    border-bottom: 3px solid #600011;
    padding-bottom: 14px;
    color: #5d5d5d;
    margin-bottom: 20px;
}

.main-content .archive-btn {
    position: absolute;
    top: -26px;
    right: 0px;
}

.main-content h2 {
    font-size: 18px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 10px;
}

.main-content h3 {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 600;
}

.main-content h5 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    font-weight: 600;
}
/*contact form*/

.main-content .map {
    margin-bottom: 40px;
}

.main-content .map img {
    width: 100%;
    display: block;
    padding-bottom: 20px;
    border-bottom: 2px solid #e4e4e4;
}

.contact-form {
    margin-bottom: 20px;
}

.contact-form table label {
    float: left;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Raleway', Arial, Sans-serif;
    color: #000;
}

.contact-form select {
    overflow: hidden;
    padding: 5px;
    width: 70%;
    background: #e8e8e8;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
}

.contact-form table {
    width: 100%;
    margin: 10px 0px;
    margin-bottom: 10px;
}

.contact-form table select {
    width: 70%;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    font-weight: 300;
    outline: none;
}

.contact-form table td {
    padding: 0px 0px 9px 0px;
}

.contact-form table th {
    padding-bottom: 5px;
}

.contact-form table input[type=text],
.contact-form table input[type=password],
.contact-form table textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
}

.contact-form table input[type=text]:focus,
.contact-form table input[type=password]:focus,
.contact-form table textarea:focus {
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
}

.contact-form table td.radio input[type=radio]:first-child {
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 0px;
}

.contact-form table td.radio input[type=radio]:last-child {
    margin-left: 30px;
    margin-right: 10px;
    width:inherit !important;
}

.contact-form input placeholder {
    color: #b8b8b8;
}

:-ms-input-placeholder {
    color: #b8b8b8;
}

.contact-form table input.medium {
    width: 70%;
}

.contact-form table input.small {
    width: 50%;
}

.contact-form table input.error {
    border-color: #b42426;
    box-shadow: 0 1px 0 rgba(180, 36, 38, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(180, 36, 38, 0.15);
}

.contact-form table span.error-label {
    display: block;
    font-size: 12px;
    color: #b42426;
    margin-top: 5px;
}

.contact-form::-webkit-input-placeholder {
    color: #afafaf;
}

.contact-form:-moz-placeholder {
    color: #afafaf;
}

.contact-form::-moz-placeholder {
    color: #afafaf;
}

.contact-form:-ms-input-placeholder {
    color: #afafaf;
}

.contact-form textarea {
    resize: vertical;
}

.contact-form table td input#confirm[type=checkbox] {
    margin-right: 10px;
    padding-left: 0;
}

.page-error {
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid #b42426;
    box-shadow: 0 1px 0 rgba(180, 36, 38, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(180, 36, 38, 0.15);
    color: #b42426;
    background: #fbf0f0;
    padding: 10px 10px;
    border-radius: 4px;
}

.page-info {
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid #4C6680;
    box-shadow: 0 1px 0 rgba(92, 122, 153, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(92, 122, 153, 0.15);
    color: #4C6680;
    background: #99CCFF;
    padding: 10px 10px;
    border-radius: 4px;
}


.page-success {
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid #468847;
    box-shadow: 0 1px 0 rgba(70, 136, 71, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(70, 136, 71, 0.15);
    color: #468847;
    background: #effcef;
    padding: 10px 10px;
    border-radius: 4px;
}
/*accordian*/

.booking-steps {
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
    margin-left: 10px;
}

.booking-steps ul li {
    padding: 7px 0px 17px 30px;
    font-size: 11px;
    font-weight: 600;
}

.booking-steps ul li.inactive {
    background: url(//ls-static.com/img/img-step-inact.png) left bottom no-repeat;
}

.booking-steps ul li.active {
    background: url(//ls-static.com/img/img-step-act.png) left bottom no-repeat;
}

.booking-accordion {
    margin: 20px 0;
}

.booking-accordion ul li:last-child.accordion-activate a.accordion-header {
    border-radius: 0px 0px 0px 0px;
}

.accordion-activate a.accordion-header {
    color: #fff;
    background: #a1a0b6 url(//ls-static.com/img/icon-acc-on.png) 650px center no-repeat;
}

.accordion-activate .accordion-content .acc-content {
    border: 3px solid #a1a0b6;
}

.accordion-activate a.accordion-header {
    background: #a1a0b6 url(//ls-static.com/img/icon-arrow-down-white.png) center right 20px no-repeat;
}

.accordion-content {
    display: none;
}

a.accordion-header {
    display: block;
    margin-top: 1px;
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 15px;
    background-color: #e4e4e4;
    background: #e4e4e4 url(//ls-static.com/img/icon-arrow-down.png) right 20px center no-repeat;
}

.acc-content {
    border: 3px solid #ececec;
    padding: 20px 25px;
}

.acc-content ul {
    margin-bottom: 15px;
    border-left: 2px solid #600011;
    padding-left: 10px;
}

.acc-content ul li a {
    color: #3e3892;
}

.acc-content ul li a:hover {
    color: #5a53c1;
    text-decoration: underline;
}

.acc-content h3 {
    padding-bottom: 10px;
    color: #3e3892;
}

.accordion-content .call-btn {
    display: none;
}

.back-link {
    padding: 20px 0;
    padding-bottom: 0px;
}

.back-link a.prev {
    background: url(//ls-static.com/img/icon-btn-prev.png) no-repeat scroll left center transparent;
    float: left;
    color: #363287;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-top: 3px;
    text-decoration: underline;
}

.back-link a.prev:hover {
    color: #6e99d3;
    text-decoration: underline;
}

.back-link a.btn {
    float: right;
    background: url(//ls-static.com/img/icon-share.png) #6a96d2 no-repeat left 12px center;
    color: #fff;
    padding-left: 40px;
}


.related-content .span4 ul.lower-list {
    background: #fff;
    border-left: #e6e6e6 1px solid;
    border-right: #e6e6e6 1px solid;
}

.related-content-head {
    display: block;
    border-top: 3px solid #3e3892;
    padding: 15px 0;
    font-size: 20px;
    font-family: 'lato', Arial, sans-serif;
    border-bottom: 2px solid #e8e8e8;
    margin-bottom: 20px;
}

.related-content {
    margin-bottom: 20px;
}

.gazette {
    position: relative;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-bottom: 20px;
}

.gazette-text a {
    display: block;
    background: url(//ls-static.com/img/icon-arrow-white-squared.png) no-repeat right 10px center;
    padding: 15px;
    color: #fff;
}

.gazette-text a:hover {
    background: url(//ls-static.com/img/icon-arrow-white-squared.png) no-repeat right 10px center rgba(96, 0, 17, 0.9);
}

.gazette img {
    width: 100%;
    display: block;
}

.gazette-text {
    background: rgba(96, 0, 17, 0.8);
    margin-top: 5px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.gazette-text h3 {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 17px;
    padding: 8px 0;
    color: #fff;
}

.gazette-text p {
    font-size: 13px;
    width: 90%;
}
.featured-gazette-share {
    float: right;
    position: relative;
    top: 30px;
    right: 10px;
}
/*tabbing*/

.tabs li {
    list-style: none;
    float: left;
    margin-right: 1px;
}

.tabs a {
    margin-top: 16px;
    padding: 10px 14px;
    background: #3e3892;
    color: #fff;
    display: block;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
}

.tabs a:hover {
    background: #393484;
    color: #fff;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
}

.tabs a.active {
    font-size: 16px;
    margin-top: 12px;
    padding: 12px;
    background: #fff;
    color: #3e3892;
    border: 1px solid #dadada;
    border-bottom: 0px;
    border-radius: 4px 4px 0 0;
    position: relative;
    z-index: 2;
    font-weight: 600;
}

.tab-contents {
    background: #fff;
    width: 100%;
    padding: 35px 25px;
    border: 1px solid #dadada;
    position: relative;
    top: -1px;
    z-index: 1;
}
/* tabbing-find-block */

.find .tabs li {
    width: 49.7%;
}

.find .tabs li:last-child {
    float: right;
    margin-right: 0px;
}

.find .tabs li a {
    width: auto;
    text-align: center;
    font-size: 13px;
}

.find-tab-contents {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    background: #fff;
    width: 100%;
    padding: 35px 25px;
    border: 1px solid #dadada;
    position: relative;
    top: -1px;
    z-index: 1;
}

.find .tabs a.active {
    font-weight: normal;
}

.find-tab-contents input[type="text"] {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 10px;
}
/*find*/

.tabs-find {
    padding: 0px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    background: #fff;
    width: 100%;
    border: 1px solid #dadada;
    position: relative;
    top: -1px;
    z-index: 1;
}

.main-content .filters {
    background: #e8e8e8;
    border-top: 10px solid #d6d6d6;
    min-height: 1560px;
    float: right;
}

.find-list {
    padding: 35px 25px;
}

.filters ul.locations {
    margin-top: 10px;
    font-size: 13px;
    margin-bottom: 30px;
}

.filters ul.locations li {
    border-bottom: 1px dotted #fff;
}

.filters ul.locations li a {
    display: block;
    color: #404040;
    padding: 6px 0;
    padding-left: 10px;
}

.filters ul.locations li a span {
    font-weight: 600;
    color: #3e3892;
    padding-left: 6px;
}

.filters ul.locations li:hover a {
    background: #d6d6d6;
}

.find-result {
    position: relative;
    padding: 15px 0;
    border-top: 3px solid #dadada;
}

.find-result:first-child {
    margin-top: 20px;
}

.find-result p.address {
    margin-bottom: 0px;
}

.find-result p.address a {
    text-decoration: underline;
}

.find-result p.address a:hover {
    color: #3e3892;
}

.find-result p.address span.field {
    font-weight: 600;
}

.find-result h2 {
    color: #600011;
}

.find-result a.btn {
    position: absolute;
    bottom: 15px;
    right: 0px;
}

.selected-facets {
    margin-top: 20px;
}
.selected-facets a {
    margin: 0 5px 10px 0;
}

.selected-facets .btn {
    background: url(//ls-static.com/img/icon-close.png) #6A96D2 right 5px center no-repeat;
    padding-right: 25px;
}

 .mob-filters-link {
  display: none;
}

 .comm-back-link {
     display:none;
 }


/*Find search*/

.find-search {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.find-search #find-search {
    width: 50%;
    padding: 6px;
    background: url(//ls-static.com/img/icon-mag.png) no-repeat right 10px center #fff;
    border: 1px solid #dddddd;
    font-size: 13px;
    margin-right: 12px;
    padding-right: 30px;
}

#find-search:focus {
    border-color: #bdbdbd;
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
    transition: all 0.2s ease-in-out 0s;
}

.find-search h3 {
    margin-top: 20px;
}

.find-search h3 span {
    color: #600011;
}

.find-search .find-sort {
    position: absolute;
    right: 0;
    bottom: -40px;
}

.main-content .links {
    position: absolute;
    right: 0;
    font-size: 12px;
    top: 6px;
}

.main-content .links ul li {
    display: inline;
    background: none;
    color: #404040;
    margin-left: 10px;
}

        .main-content .links ul li a {
            padding: 3px 8px;
        }
    
    .main-content .Linkbuttons {
        display: inline-block;
        background: none;
        color: #404040;
    }

        .main-content .LinkButtonsAlign {
            display: inline-block;
             margin-left: 10px;
            padding: 3px 8px 3px 8px;
        }
        
            .main-content .LinkButtonsAlign a {
                padding: 3px 8px 3px 8px;
            }


/*Checkout process */

.indicators {
    position: absolute;
    right: 0;
    top: 0px;
    font-family: 'Open Sans', Arial, sans-serif;
}

.indicators ul li {
    display: inline;
    margin-left: 15px;
    color: #868686;
    font-weight: 600;
    background: url(//ls-static.com/img/icon-arrow-green-squared.png) right center no-repeat;
    padding-right: 15px;
}

.indicators ul li:last-child {
    background: none;
    padding-right: 0px;
}

.indicators ul li.current {
    color: #669900;
    font-weight: 600;
}

.indicators ul li.current span {
    background: #669900;
    border-radius: 50%;
    padding: 5px 13px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border: 3px solid #bdd985;
}

.indicators ul li span {
    background: #868686;
    border-radius: 50%;
    padding: 5px 13px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border: 3px solid #d4d4d4;
    margin-right: 8px;
}

.address-details {
    border-top: 2px solid #d4d4d4;
    border-bottom: 2px solid #d4d4d4;
    padding: 20px 0;
    padding-bottom: 0px;
}

.address-details .col4 {
    border-right: 2px solid #d4d4d4;
}

.container .ship-current {
    padding-top: 32px;
    padding-right: 30px;
}

.container .ship-new {
    padding-left: 20px;
    padding-top: 20px;
    min-height: 280px;
    margin-right: 0%;
}

.container .ship-current span {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    padding-left: 8px;
}

.commerce-nav {
    margin-top: 15px;
}

span.field-notification {
    font-size: 12px;
    margin-top: -2px;
    display: block;
    color: #868686;
}

.email-entry {
    margin-bottom: 20px;
}

.email-entry input[type=text] {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
    margin-top: 10px;
}

.email-entry input[type=text]:focus {
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
}

.email-entry input.medium {
    width: 70%;
}

.email-entry input.small {
    width: 50%;
}

.email-entry label {
    font-weight: 600;
}

table.current-address {
    font-size: 14px;
    margin-left: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: 'Open Sans', Arial, sans-serif;
}

table.current-address td {
    padding: 5px 0;
    color: #868686;
}

table.current-address th {
    width: 30%;
}

table label {
    float: left;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Raleway', Arial, Sans-serif;
    color: #000;
    text-align: left;
}

select {
    overflow: hidden;
    padding: 5px;
    width: 70%;
    background: #e8e8e8;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
}

table {
    width: 100%;
    margin: 10px 0px;
    margin-bottom: 20px;
}

table select {
    width: 70%;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    font-weight: 300;
    outline: none;
}

table td {
    padding: 0px 0px 16px 0px;
}

table hr {
    border: none;
    border-top: 1px solid #3E3892;
    margin-top: 20px;
}

table th {
    padding-bottom: 5px;
}

table input[type=text],
table input[type=password],
table textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
}

table input[type=text]:focus,
table input[type=password]:focus,
table textarea:focus {
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
}

table td.radio input[type=radio]:first-child {
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 0px;
}

table td.radio input[type=radio]:last-child {
    margin-left: 30px;
    margin-right: 10px;
}

input placeholder {
    color: #b8b8b8;
}

:-ms-input-placeholder {
    color: #b8b8b8;
}

table input.medium {
    width: 70%;
}

.contact-form table input.small {
    width: 50%;
}

table input.error {
    border-color: #b42426;
    box-shadow: 0 1px 0 rgba(180, 36, 38, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(180, 36, 38, 0.15);
}

table span.error-label {
    display: block;
    font-size: 12px;
    color: #b42426;
    margin-top: 5px;
}

::-webkit-input-placeholder {
    color: #afafaf;
}

.contact-form:-moz-placeholder {
    color: #afafaf;
}

.contact-form::-moz-placeholder {
    color: #afafaf;
}

.contact-form:-ms-input-placeholder {
    color: #afafaf;
}

textarea {
    resize: vertical;
    width:100%;
    max-width:443px;
}

table td input#confirm[type=checkbox] {
    margin-right: 10px;
    padding-left: 0;
}

table td.choose-ship span {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
}

.formblock table label {
    float: left;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Raleway', Arial, Sans-serif;
    color: #000;
    text-align: left;
}

select {
    overflow: hidden;
    padding: 5px;
    width: 70%;
    background: #e8e8e8;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
}

.formblock table {
    width: 100%;
    margin: 10px 0px;
    margin-bottom: 20px;
}

.formblock table select {
    width: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    font-weight: 300;
    outline: none;
}

.formblock table td {
    padding: 0px 0px 18px 0px;
}

.formblock table hr {
    border: none;
    border-top: 1px solid #3E3892;
    margin-top: 20px;
}

.formblock table th {
    padding-bottom: 5px;
}

.formblock table input[type=text],
.formblock table input[type=password],
.formblock table textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
}

.formblock table input[type=text]:focus,
.formblock table input[type=password]:focus,
.formblock table textarea:focus {
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
}

.formblock table td input[type=radio] {
    margin-left: 0px;
    float: left;
}

.formblock input placeholder {
    color: #b8b8b8;
}

:-ms-input-placeholder {
    color: #b8b8b8;
}

.formblock table input.medium {
    width: 70%;
}

.contact-form table input.small {
    width: 50%;
}

.formblock table input.error {
    border-color: #b42426;
    box-shadow: 0 1px 0 rgba(180, 36, 38, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(180, 36, 38, 0.15);
}

.formblock table span.error-label {
    display: block;
    font-size: 12px;
    color: #b42426;
    margin-top: 5px;
}

::-webkit-input-placeholder {
    color: #afafaf;
}

.contact-form:-moz-placeholder {
    color: #afafaf;
}

.contact-form::-moz-placeholder {
    color: #afafaf;
}

.contact-form:-ms-input-placeholder {
    color: #afafaf;
}

.formblock textarea {
    resize: vertical;
}

.formblock table td input[type=checkbox] {
    margin-right: 10px;
    padding-left: 0;
    float: left;
}

.formblock table td.choose-ship span {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
}

.formblock table input[type=submit] {
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    background: #6A96D2;
    color: #fff;
    padding: 5px 15px;
    font-size: 13px;
}

.formblock table legend {
    color: #000000;
    display: block;
    font-family: 'Raleway', Arial, Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}
/*Publication listing*/

.publication-list {}

.publication-list tr th:first-child {
    text-align: left;
    width: 45%;
}

.publication-list tr th:nth-child(2) {
    width: 25%;
}

.publication-list tr td {
    font-weight: 600;
}
/* Confirmation page*/

.order-no {
    border-top: 1px solid #d4d4d4;
    padding: 10px 0;
    border-bottom: 1px solid #d4d4d4;
}

.order-no h5 {
    display: inline;
}

.order-no span {
    background-color: #600011;
    color: #fff;
    border-radius: 4px;
    padding: 3px 8px;
    font-weight: 600;
    margin-left: 10px;
}

.order {
    padding: 10px 0;
    padding-top: 30px;
    border-bottom: 1px solid #d4d4d4;
}

.order ul li {
    font-weight: 600;
    color: #868686;
    padding: 5px 0;
}

.order ul li span {
    color: #343434;
}

.commerce-nav .btn-green {
    margin-right: 20px;
}

.totals .col6 {
    float: right;
}

.totals {
    padding: 20px 0;
    font-weight: 600;
}

.totals ul li:last-child {
    padding-top: 20px;
}

.totals span.sum-total {
    color: #3e3892;
    font-size: 20px;
}
/*payment-entry*/

table span.label {
    display: block;
    font-size: 12px;
    color: #868686;
    clear: left;
    float: left;
}

table select.month {
    width: 70px;
    margin-right: 20px;
}

table select.year {
    width: 160px;
}

table td.expire {
    float: left;
    display: block;
    
}

      table td.expire select {
            width:90%;
        }

.card-payment .accept {
    color: #3d8fff;
}

.card-payment .accept span {
    color: #404040;
}

.card-payment img {
    width: auto;
}
/*find a mediator*/

.mediator-search table input[type="text"] {
    width: 90%;
}

.mediator-search table select {
    width: 90%;
}

.bsm-register td label
{
    display:none;
}

h2.bsm-search,  label.gss-search, span.gss-search
{
    display:none;
}

a.k-link {line-height:28px !important;}

label.bsm-srch-lst
{
    display:none;
}

span.bsm-srch-lst
{
    font-size: 13px !important;
    font-weight:normal !important; 
    text-align:left !important;
    word-spacing: 0px !important;
}

td.name-dsktop
    {
        display:table-cell !important;
    }
td.fullname-mob
    {
        display:none !important;
    }
    
@media all and (min-width: 810px) 
{
    td.dr-fname { min-width: 80px !important; }
    td.dr-sname { min-width: 50px !important; }
    td.dr-date { min-width: 75px !important; }
    td.dr-dsktp { min-width: 75px !important; }
    td.dr-details { min-width: 549px !important; }
    
    a.small {
    font-size: 11px;
    padding: 2px 10px;
    }

.vacancies-table table tbody tr td:first-child {
            padding: 20px 10px;
            max-width: 200px;
        }
    
}
@media all and (max-width: 810px) 
{
    td.dr-fname { width: 100px !important;}
    
    table.mob-enquiry-table { max-width: 220px !important;
                                  margin: 0px !important; }
    tr.mob-enquiry-table { max-width: 220px !important; }
    td.mob-enquiry-table { max-width: 120px !important; }
    textarea.enquiry-popup-form { max-width: 120px !important; }
    
}
table.mediator-listing {
    width: 100%;
    text-align: left;
    font-size: 12px;
}

table.mediator-listing tr td {
    vertical-align: middle;
}

table.mediator-listing tr td:first-child {
    width: 20%;
    font-weight: 600;
    font-size: 14px;
}

table.mediator-listing tr td span {
    display: block;
    color: #600011;
    font-weight: 600;
    font-size: 12px;
}

table.mediator-listing tbody {
    border: 1px solid #f0f3f7;
}

table.mediator-listing thead {
    background: #d9dce0;
    color: #404040;
    border-bottom: 2px solid #600011;
    border-top: 2px solid #600011;
}

table.mediator-listing thead tr th {
    padding: 12px 10px;
    font-size: 16px;
    text-align: left;
}

table.mediator-listing tbody tr td {
    padding: 22px 10px;
}

table.mediator-listing tr:nth-child(odd) td {
    background: #f0f3f7;
}

table.mediator-listing tbody tr td {
    border-bottom: #fff 1px solid;
}

table.mediator-listing tbody tr td:first-child {
    max-width: 200px;
}

table.mediator-listing tbody tr td:nth-child(5n) {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}

table.mediator-listing tbody tr td:nth-child(3) {
    text-align: center;
    font-weight: 600;
}

table.mediator-listing tr.additional {
    background: #fff;
    padding: 10px 10px;
    display: none;
}

table.mediator-listing tr.additional td {
    background: #fff;
    padding: 10px 10px;
}


table.mediator-listing tr td span.show-details {
    margin-top: 20px;
    display: block;
    width: 80%;
    cursor: pointer;
    color: #3e3892;
    background: url(//ls-static.com/img/icon-show.png) no-repeat right center;
    padding: 20px 20px 20px 0;
}

table.mediator-listing tr td span.hide-details {
    background: url(//ls-static.com/img/icon-hide.png) no-repeat right center;
    padding-right: 20px;
}

.chkTerms input {
    width: 13px !important;
    float: left;
}

.chkTerms label {
    width: 95%;
    display: inline;
}
/*gazette*/

.main-content .featured-gazette {
    background: #f8f8f8;
    padding: 10px;
    border-radius: 4px;
    border: 2px solid #d4d4d4;
    margin-bottom: 20px;
}

.main-content .featured-gazette h4 {
    font-size: 22px;
    line-height: normal;
}

.main-content .featured-gazette span {
    color: #600011;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 5px;
    display: block;
}

.main-content .featured-gazette h1 {
    font-size: 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-style: italic;
    padding-bottom: 20px;
}

.main-content .featured-gazette .col8 {
    padding-top: 10px;
}

.main-content .previous-issues h5 {
    text-align: center;
    margin-top: 0px;
}

.main-content .previous-issues .col3 {
    padding: 10px;
    background: #f8f8f8;
    min-height: 300px;
}

.main-content .previous-issues .col3 a {
    display: block;
}

.main-content .previous-issues .col3:hover {
    box-shadow: 0 2px 0px #ababab;
}

.main-content .previous-issues .fluidHeight {
    height: 580px;
}

.main-content .previous-issues .sliderContainer {
    min-height: 282px;
}

.main-content .previous-issues .iosSlider {
    height: 580px !important;
}

@media screen and (max-width: 768px) 
{
    .main-content .previous-issues .iosSlider {
    height: 800px !important;}

    .main-content .previous-issues .fluidHeight {
    height: 800px;}  
}

@media screen and (min-width: 768px) 
{
    .main-content .previous-issues .iosSlider {
    height: 320px !important;}

    .main-content .previous-issues .fluidHeight {
    height: 300px;}  
}

.main-content .previous-issues .col3 a.btn {}
/*venue hire*/

.container .teaser {
    display: block;
    background: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-bottom: 20px;
}

.container .teaser a {
    display: block;
    padding-bottom: 10px;
}

.container .teaser {
    color: #868686;
    border: 1px solid #d4d4d4;
}

.container .teaser a span {
    color: #868686;
    padding: 0 10px;
    display: block;
    margin-bottom: 15px;
}

.container .teaser h4 {
    font-size: 28px;
    color: #600011;
    padding: 0px 10px;
    padding-top: 5px;
}

.container .teaser span.more {
    display: inline;
    background: url(//ls-static.com/img/icon-arrow-blue-squared.png) no-repeat right center;
    color: #3e3892;
}

.container .teaser-container {
    border-top: 2px solid #d4d4d4;
    padding-top: 20px;
}
/*Profile*/

.profile-accordion .accordion-activate .accordion-content .acc-content {
    border: none;
}

.profile-accordion .acc-content {
    border: none;
    padding: 0;
}

.profile-accordion h1 {
    font-size: 24px;
    font-weight: 500;
    color: #5d5d5d;
    margin-bottom: 20px;
}

.profile-accordion h2 {
    font-size: 18px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 10px;
}

.profile-accordion h3 {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 600;
}

.profile-accordion h4 {
    font-size: 15px;
    color: #3e3892;
    margin-bottom: 5px;
    font-weight: 600;
}

.profile-accordion h5 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    font-weight: 600;
}

.profile-accordion a {
    color: #363287;
    text-decoration: underline;
}

.profile-accordion a:hover {
    color: #6e99d3;
}

.last-accordion-item {
    margin-bottom: 20px;
}

.acc-content .info-container {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid #d4d4d4;
    position: relative;
}

.acc-content .info-container a.btn {
    /*position:absolute; bottom:15px; right:15px;*/
}

.acc-content .info-container h1 {
    color: #404040;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    border-left: 3px solid #3e3892;
    font-weight: 600;
    display: block;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.acc-content .info-container table tr th {
    text-align: right;
    padding-right: 10px;
    font-weight: 600;
}

.acc-content .acc-text {
    padding: 10px;
    margin-top: 15px;
}

.info-container input#confirm {
    margin-left: 0;
    margin-right: 10px;
}

.main-content .password {
    border: 1px solid #d4d4d4;
    padding: 15px 25px;
    padding-bottom: 0;
}

table input#password {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CFCFCF;
    border-radius: 2px 2px 2px 2px;
    color: #404040;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    padding: 8px;
    width: 100%;
}

.login-content table input#password {
    background: none repeat scroll 0 0 #ECECEC;
    width: 100%;
}

.acc-content .info-container table input,
.acc-content .info-container table select {
    width: 80%;
    margin-top: 0px;
}

.acc-content .info-container table input.medium,
.acc-content .info-container table select.medium {
    width: 60%;
}

@media all and (max-width: 667px)
{
    .acc-content .info-container table input.medium {
    width: 100%;
    }
    
    .acc-content .info-container table input[type=submit] {
    width: 50% !important;
    }
    
}

.acc-content .info-container table input.small,
.acc-content .info-container table select.small {
    width: 40%;
}

.orders-table table {
    width: 100%;
    text-align: left;
    border: 1px solid #d4d4d4;
}

.orders-table table tr td {
    vertical-align: middle;
}

.orders-table table tr td span {
    display: block;
    color: #600011;
    font-weight: 600;
    font-size: 12px;
}

.orders-table table tbody {
    border: 1px solid #f0f3f7;
}

.orders-table table thead {
    background: #fff;
    color: #404040;
    border-bottom: 2px solid #600011;
    border-top: 2px solid #600011;
    font-size: 14px;
}

.orders-table table thead tr th {
    padding: 12px 10px;
    font-size: 14px;
    text-align: center;
}

.orders-table table tbody tr td {
    padding: 10px 10px;
    text-align: center;
    font-size: 12px;
}

.orders-table table tr:nth-child(odd) td {
    background: #f0f3f7;
}

.orders-table table tbody tr td {
    border-bottom: #fff 1px solid;
}
/*Job Seekers Register*/

.main-content .terms-box {
    height: 300px;
    overflow: auto;
    padding: 10px;
    border: 1px solid #d4d4d4;
    box-shadow: inset 0 2px 2px #dadada;
    margin-bottom: 10px;
    background: #f8f8f8;
}

.main-content .terms-box {
    font-size: 85%;
}

.main-content .terms-agree input#confirm {
    margin-right: 10px;
    margin-left: 0px;
}

.main-content .terms-agree div a {
    margin-top: 10px;
    margin-left: 27px;
}

.main-content .terms-agree input#confirm:first-child {
    margin-top: 20px;
}

table input.small {
    width: 40%;
}

.main-content .cv-job-reg table select {
    width: 30%;
}

.main-content .cv-job-reg table {
    margin-top: 30px;
}

.landing .span3 {
    margin-right: 0px;
}

.main-content .cv-job-reg input#confirm {
    margin-left: 0px;
}

.main-content .cv-job-reg table label.areas {
    margin-bottom: 10px;
}

.main-content .cv-job-reg table #cover-note {
    width: 80%;
}

.main-content .cv-upload span {
    padding-left: 10px;
    font-size: 12px;
}

.main-content .cv-upload {
    padding: 10px;
    border: 1px solid #d4d4d4;
}

.ui-buttonset {
    display: inline-block;
}

.ui-button-text {
    color: #000 !important;
    text-decoration: none !important;
    border-width: 4px;
    z-index: -1;
}

.ui-button.ui-state-active .ui-button-text {
    background: #6A96D2;
    color: #fff !important;
    text-decoration: none !important;
    z-index: -1;
}

Label.error {
    position: relative;
    left: 15px;
    top: -4px;
}

.job-seeker-search a.btn {
    position: relative;
    margin-top: 20px;
}

.job-seeker-search ul li {
    margin-top: 0px !important;
    padding-left: 0px !important;
    background:none !important;
    margin-left:0px !important;
    font-weight:400 !important;
    
}
.job-seeker-search ul {
    margin-top: 0px !important;
    margin-bottom: 20px !important; 
}
h2.cvreg-title {
    color:#404040 !important;
    font-weight:700 !important;
    padding: 10px;
    background: #e8e8e8;
}

.cvreg-content {
   padding: 10px;
}

.cvreg-content label {
    display: block;
}

.main-content table.employer-search select {
    width: 90%;
}

.mob-select { display:none; }
.dsktop-select { display: block; }

.mob-areas { display:none; }

.cv-reg-radio { width:60px; vertical-align: top; }
.cv-reg-email { width:250px; vertical-align:middle; position:relative; top:-16px; }

/*Fancybox */
/*Practice notes */

.main-content .pn-search {
    border-bottom: 2px solid #d4d4d4;
    padding-bottom: 20px;
}

.main-content .pn-search select {
    width: 100%;
    font-size: 12px;
}

.main-content .pn-search select.year {
    width: 90%;
}

.news-preview span.date {
    font-size: 12px;
    color: #404040;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
}

.news-preview {
    position: relative;
}

.main-content .pn-search input {
    width: 60%;
    background: url("//ls-static.com/img/icon-mag.png") no-repeat scroll right 10px center #FFFFFF;
    border: 1px solid #DDDDDD;
    font-size: 13px;
    margin-right: 12px;
    padding: 7px 30px 6px 7px;
}

/*Add attendees*/

.address-details select {
    width: 100%;
    font-size: 14px;
}

.attendees .col8 {
    border: none;
}

.course-select {
    padding-bottom: 20px;
    border-bottom: 2px solid #d4d4d4;
    margin-bottom: 20px;
}

.course-select .col6 label {
    padding-bottom: 5px;
    display: block;
}

.attendees table tr td input[type="text"] {
    width: 95%;
}

.attendees table tr td select {
    width: 50%;
}

.course-attendees {
    border: 2px solid #d4d4d4;
    background: #f8f8f8;
    padding: 10px 20px;
}

.course-attendees table {
    text-align: left;
}

.add-attendees table {
    margin-bottom: 0;
}

.course-attendees table tr th {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 20px;
}

.course-attendees table tr th:last-child {
    text-align: center;
}

.course-attendees table tr td {
    text-align: center;
}

.course-attendees table tr td:nth-child(odd) {
    text-align: left;
}

.course-attendees table img {
    width: auto;
    display: inline;
}
/*Site search*/

.site-search {
    border: 1px solid #d4d4d4;
}

table tr.remove-all td {
    font-weight: 600;
}

@media only screen and (max-width: 769px) {
    nav.main-nav ul li a {
        padding: 8px 12px;
    }
    nav.main-nav ul li:last-child a {
        padding-right: 0px;
    }
}
/*New Blocks*/

.span3,
.span4,
.span6,
.span8,
.span9,
.span12 {
    padding-bottom: 20px;
}
/*Data Blocks*/

.span8 .data {
    position: relative;
}

.span8 .data .contain {
    margin-bottom: 20px;
}

.span8 .data div:last-child.contain {
    margin-bottom: 0px;
}

.span8 .data img {
    width: auto;
}

.span8 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
}

.span8 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span8 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 77%;
}

.span8 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span8 .data .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.span8 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span8 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col9 .span8 .data {
    position: relative;
}

.col9 .span8 .data .contain {
    margin-bottom: 20px;
}

.col9 .span8 .data div:last-child.contain {
    margin-bottom: 0px;
}

.col9 .span8 .data img {
    width: auto;
}

.col9 .span8 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
}

.col9 .span8 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span8 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 70%;
}

.col9 .span8 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.col9 .span8 .data .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.col9 .span8 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.col9 .span8 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.span9 .data {
    position: relative;
}

.span9 .data .contain {
    margin-bottom: 20px;
}

.span9 .data div:last-child.contain {
    margin-bottom: 0px;
}

.span9 .data img {
    width: auto;
}

.span9 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
}

.span9 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span9 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 77%;
}

.span9 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span9 .data .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.span9 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span9 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col9 .span9 .data {
    position: relative;
}

.col9 .span9 .data .contain {
    margin-bottom: 20px;
}

.col9 .span9 .data div:last-child.contain {
    margin-bottom: 0px;
}

.col9 .span9 .data img {
    width: auto;
}

.col9 .span9 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
}

.col9 .span9 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span9 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 70%;
}

.col9 .span9 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.col9 .span9 .data .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.col9 .span9 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.col9 .span9 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.span6 .data {
    position: relative;
}

.span6-divContact
{
    padding-bottom:20px;
    float: left;
    width: 49%;
    position: relative;
}

divPII
{
}

    .span6 .data .contain {
        margin-bottom: 20px;
    }

.span6 .data div:last-child.contain {
    margin-bottom: 0px;
}
.block-img
{
   width:100% !important;
}

.span6 .data img {
    width: auto;
}

.span6 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
}

.span6 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span6 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 69%;
}

.span6 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span6 .data .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.span6 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span6 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col9 .span6 .data {
    position: relative;
}

.col9 .span6 .data .contain {
    margin-bottom: 20px;
}

.col9 .span6 .data div:last-child.contain {
    margin-bottom: 0px;
}

.col9 .span6 .data img {
    width: auto;
    display: none;
}

.col9 .span6 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
}

.col9 .span6 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span6 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 69%;
}

.col9 .span6 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.col9 .span6 .data .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.col9 .span6 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.col9 .span6 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.span4 .data {
    position: relative;
}

.span4 .data .contain {
    margin-bottom: 20px;
}

.span4 .data img {
   
}

.span4 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
    display: none;
}

.span4 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span4 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    border-left: 4px solid #600011;
    padding-left: 10px;
}

.span4 .data div:nth-child(2).contain .content {
    border-left: 4px solid #dcb502;
}

.span4 .data div:nth-child(3).contain .content {
    border-left: 4px solid #600011;
}

.span4 .data div:nth-child(3).contain .content {
    border-left: 4px solid #2f2580;
}

.span4 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
    background: url(//ls-static.com/img/icon-arrow-blue.png) no-repeat left center;
    padding-left: 12px;
}

.span4 .data .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
}

.span4 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    display: none;
}

.span4 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: none;
}

.col9 .span4 .data {
    position: relative;
}

.col9 .span4 .data .contain {
    margin-bottom: 20px;
}

.col9 .span4 .data img {
    width: auto;
}

.col9 .span4 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
    display: none;
}

.col9 .span4 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span4 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    border-left: 4px solid #600011;
    padding-left: 10px;
}

.col9 .span4 .data div:nth-child(2).contain .content {
    border-left: 4px solid #dcb502;
}

.col9 .span4 .data div:nth-child(3).contain .content {
    border-left: 4px solid #600011;
}

.col9 .span4 .data div:nth-child(3).contain .content {
    border-left: 4px solid #2f2580;
}

.col9 .span4 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
    background: url(//ls-static.com/img/icon-arrow-blue.png) no-repeat left center;
    padding-left: 12px;
}

.col9 .span4 .data .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
}

.col9 .span4 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    display: none;
}

.col9 .span4 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: none;
}

.span3 .data {
    position: relative;
}

.span3 .data .contain {
    margin-bottom: 20px;
}

.span3 .data img {
    width: auto;
}

.span3 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
    display: none;
}

.span3 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span3 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    border-left: 4px solid #600011;
    padding-left: 10px;
}

.span3 .data .content h3 {
    font-size: 16px;
    color: #3e3892;
    margin-bottom: 5px;
}

.span3 .data .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.span3 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    display: none;
}

.span3 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col9 .span3 .data {
    position: relative;
}

.col9 .span3 .data .contain {
    margin-bottom: 20px;
}

.col9 .span3 .data img {
    width: auto;
}

.col9 .span3 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
    display: none;
}

.col9 .span3 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span3 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    border-left: 4px solid #600011;
    padding-left: 10px;
}

.col9 .span3 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.col9 .span3 .data .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.col9 .span3 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    display: none;
}

.col9 .span3 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col3 .span12 .data {
    position: relative;
}

.col3 .span12 .data .contain {
    margin-bottom: 20px;
}

.col3 .span12 .data img {
    width: auto;
}

.col3 .span12 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
    display: none;
}

.col3 .span12 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col3 .span12 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    border-left: 4px solid #600011;
    padding-left: 10px;
}

.col3 .span12 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.col3 .span12 .data .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.col3 .span12 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    display: none;
}

.col3 .span12 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
/*Picture List Block*/

.span3 .plist {
    position: relative;
}

.span3 .plist .thumb {
    width: 100%;
    border-bottom: 1px solid #600011;
    display: block;
}

.span3 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span3 .plist .contain {
    position: relative;
}

.span3 .plist .content {
    border-top: 2px solid #600011;
}

.span3 .plist .content ul {
    border-bottom: 4px solid #600011;
}

.span3 .plist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.span3 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.span3 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.span3 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.span3 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.mid-section .span3 .plist {
    position: relative;
}

.mid-section .span3 .plist .thumb {
    width: 100%;
    border-bottom: 1px solid #600011;
    display: block;
}

.mid-section .span3 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.mid-section .span3 .plist .contain {
    position: relative;
}

.mid-section .span3 .plist .content {
    border-top: 2px solid #600011;
}

.mid-section .span3 .plist .content ul {
    border-bottom: 4px solid #600011;
}

.mid-section .span3 .plist .content ul.lower-list {
    background-color: #fff;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.mid-section .span3 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.mid-section .span3 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.mid-section .span3 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.mid-section .span3 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.col3 .span12 .plist {
    position: relative;
}

.col3 .span12 .plist .thumb {
    width: 100%;
    border-bottom: 1px solid #600011;
    display: block;
}

.col3 .span12 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col3 .span12 .plist .contain {
    position: relative;
}

.col3 .span12 .plist .content {
    border-top: 2px solid #600011;
}

.col3 .span12 .plist .content ul {
    border-bottom: 4px solid #600011;
}

.col3 .span12 .plist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.col3 .span12 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.col3 .span12 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.col3 .span12 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.col3 .span12 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.col9 .span3 .plist {
    position: relative;
}

.col9 .span3 .plist .thumb {
    width: 100%;
    border-bottom: 1px solid #600011;
    display: block;
}

.col9 .span3 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span3 .plist .contain {
    position: relative;
}

.col9 .span3 .plist .content {
    border-top: 2px solid #600011;
}

.col9 .span3 .plist .content ul {
    border-bottom: 4px solid #600011;
}

.col9 .span3 .plist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.col9 .span3 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.col9 .span3 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.col9 .span3 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.col9 .span3 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.span4 .plist {
    position: relative;
}

.span4 .plist .thumb {
    width: 100%;
    border-bottom: 1px solid #600011;
    display: block;
}

.span4 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span4 .plist .contain {
    position: relative;
}

.span4 .plist .content ul {
    border-bottom: 4px solid #600011;
}

.span4 .plist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.span4 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.span4 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.span4 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.span4 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.col9 .span4 .plist {
    position: relative;
}

.col9 .span4 .plist .thumb {
    width: 100%;
    border-bottom: 1px solid #600011;
    display: block;
}

.col9 .span4 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span4 .plist .contain {
    position: relative;
}

.col9 .span4 .plist .content ul {
    border-bottom: 4px solid #600011;
}

.col9 .span4 .plist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.col9 .span4 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.col9 .span4 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.col9 .span4 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.col9 .span4 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.span6 .plist {
    position: relative;
}

.span6 .plist .thumb {
    float: left;
    width: 100%;
}

.span6 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span6 .plist .contain {
    position: relative;
}

.span6 .plist .content {}

.span6 .plist .content ul {
    width: 50%;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
}

.span6 .plist .content ul.lower-list {
    background: rgba(245, 245, 245, 0.9);
    padding: 10px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
}

.span6 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #c0c0c0;
}

.span6 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.span6 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.span6 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.col9 .span6 .plist {
    position: relative;
}

.col9 .span6 .plist .thumb {
    float: left;
    width: 100%;
}

.col9 .span6 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span6 .plist .contain {
    position: relative;
}

.col9 .span6 .plist .content {}

.col9 .span6 .plist .content ul {
    width: 50%;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
}

.col9 .span6 .plist .content ul.lower-list {
    background: rgba(245, 245, 245, 0.9);
    padding: 10px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
}

.col9 .span6 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #c0c0c0;
}

.col9 .span6 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.col9 .span6 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.col9 .span6 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}
/*Text List Block*/

.span3 .tlist {
    position: relative;
}

.span3 .tlist .content h2 {
    background: #600011;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 20px;
    border-radius: 5px 5px 0 0;
}

.span3 .tlist .content h2 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    display: block;
}

.span3 .tlist .content a h2:hover {
    background: #850118;
    text-decoration: none;
}

.span3 .tlist .content a:hover {
    text-decoration: none;
}

.span3 .tlist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span3 .tlist .contain {
    position: relative;
}

.span3 .tlist .content ul {
    border-bottom: 4px solid #600011;
}


.span3 .tlist .content.link-for-public ul {
    border-bottom: 4px solid #007377;
}
#mob-navigation li.link-for-public a:last-child {
    border-right: 4px solid #007377;
}
.span3 .tlist .content.link-for-solicitors ul {
    border-bottom: 4px solid #0e0747;
}
#mob-navigation li.link-for-solicitors a:last-child {
        border-right: 4px solid #0e0747;

}
.span3 .tlist .content.link-for-trainees ul {
    border-bottom: 4px solid #a67f42;
}
#mob-navigation li.link-for-trainees a:last-child {
        border-right: 4px solid #a67f42;

}





.span3 .tlist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.span3 .tlist .content ul.lower-list li {
    background: url(../img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.span3 .tlist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.span3 .tlist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.span3 .tlist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.col9 .span3 .tlist {
    position: relative;
}

.col9 .span3 .tlist .content h2 {
    background: #600011;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 20px;
    border-radius: 5px 5px 0 0;
}

.col9 .span3 .tlist .content h2 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    display: block;
}

.col9 .span3 .tlist .content a h2:hover {
    background: #850118;
    text-decoration: none;
}

.col9 .span3 .tlist .content a:hover {
    text-decoration: none;
}

.col9 .span3 .tlist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span3 .tlist .contain {
    position: relative;
}

.col9 .span3 .tlist .content ul {
    border-bottom: 4px solid #600011;
}

.col9 .span3 .tlist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.col9 .span3 .tlist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.col9 .span3 .tlist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.col9 .span3 .tlist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.col9 .span3 .tlist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.span4 .tlist {
    position: relative;
}

.span4 .tlist .content h1 {
    background: #0e0747;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 20px;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.span4 .tlist .content h2 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    display: block;
    padding-left: 40px;
}

.span4 .tlist .content a h1:hover {
    background: #191062;
    text-decoration: none;
}

.span4 .tlist .content a:hover {
    text-decoration: none;
}

.span4 .tlist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span4 .tlist .contain {
    position: relative;
}

.span4 .tlist .content ul {
    border-bottom: 4px solid #0e0747;
}

.span4 .tlist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.span4 .tlist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.span4 .tlist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.span4 .tlist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.span4 .tlist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}
/*=======
For Public Block
=======*/

.span4 .tlist .content.link-for-public h2 {
    transition: all 0.2s ease-out;
    background: url('//ls-static.com/img/icon-public.png')no-repeat 8% 50% #007377;
}

.span4 .tlist .content.link-for-public a:hover h1 {
    background: url('//ls-static.com/img/icon-public.png')no-repeat 8% 50% #028e93;
}
.span3 .tlist .content.link-for-public h2 {
    background-color:#007377;
}
.span3 .tlist .content.link-for-public h2:hover {
    background-color:#028e93;
}

.span4 .tlist .content.link-for-public ul {
    border-bottom: 4px solid #007377;
}
/*============*/
/*=======
For Solicitor Block
=======*/

.span4 .tlist .content.link-for-solicitors h2 {
    background-image: url('//ls-static.com/img/icon-solicitor.png');
    background-repeat: no-repeat;
    background-position: 8% 50%;
    background-color:#600011;
}

.span4 .tlist .content.link-for-solicitors a:hover h2 {
    background-image: url('//ls-static.com/img/icon-solicitor.png');
    background-repeat: no-repeat;
    background-position: 8% 50%;
    background-color:#600011;
}

.span3 .tlist .content.link-for-solicitors h1{
    background-color:#600011;
}
.span3 .tlist .content.link-for-solicitors h1:hover {
    background-color: #170f5b;
}

/*============*/
/*=======
For Trainee Block
=======*/

.span4 .tlist .content.link-for-trainees h2 {
    background-color: #a67f42;
    background: url('//ls-static.com/img/icon-trainees.png')no-repeat 8% 50% #a67f42;
}

.span4 .tlist .content.link-for-trainees a:hover h1 {
    background: url('//ls-static.com/img/icon-trainees.png')no-repeat 8% 50% #b28d53;
}

.span4 .tlist .content.link-for-trainees ul {
    border-bottom: 4px solid #a67f42;
}
.span3 .tlist .content.link-for-trainees h2{
    background-color:#a67f42;
}
.span3 .tlist .content.link-for-trainees h2:hover {
    background-color: #b28d53;
}
/*============*/

.col9 .span4 .tlist {
    position: relative;
}

.col9 .span4 .tlist .content h1 {
    background: #600011;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 20px;
    border-radius: 5px 5px 0 0;
}

.col9 .span4 .tlist .content h2 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    display: block;
}

.col9 .span4 .tlist .content a h1:hover {
    background: #850118;
    text-decoration: none;
}

.col9 .span4 .tlist .content a:hover {
    text-decoration: none;
}

.col9 .span4 .tlist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span4 .tlist .contain {
    position: relative;
}

.col9 .span4 .tlist .content ul {
    border-bottom: 4px solid #600011;
}

.col9 .span4 .tlist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.col9 .span4 .tlist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.col9 .span4 .tlist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.col9 .span4 .tlist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.col9 .span4 .tlist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.col3 .span12 .tlist {
    position: relative;
}

.col3 .span12 .tlist .content h1 {
    background: #600011;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 20px;
    border-radius: 5px 5px 0 0;
}

.col3 .span12 .tlist .content h1 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    display: block;
}

.col3 .span12 .tlist .content a h1:hover {
    background: #850118;
    text-decoration: none;
}

.col3 .span12 .tlist .content a:hover {
    text-decoration: none;
}

.col3 .span12 .tlist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col3 .span12 .tlist .contain {
    position: relative;
}

.col3 .span12 .tlist .content ul {
    border-bottom: 4px solid #600011;
}

.col3 .span12 .tlist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.col3 .span12 .tlist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.col3 .span12 .tlist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.col3 .span12 .tlist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.col3 .span12 .tlist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.span6 .tlist {
    position: relative;
}

.span6 .tlist .content h1 {
    height: 209px;
    background: #600011;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    padding: 15px 30px 12px 20px;
    border-radius: 5px 5px 0 0;
}

.span6 .tlist .content h1 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    padding-right: 40px;
}

.span6 .tlist .content a h1:hover {
    background: #850118;
    text-decoration: none;
}

.span6 .tlist .content a:hover {
    text-decoration: none;
}

.span6 .tlist .content {
    background: #600011;
}

.span6 .tlist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span6 .tlist .contain {
    position: relative;
}

.span6 .tlist .content ul {
    width: 50%;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
}

.span6 .tlist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.span6 .tlist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.span6 .tlist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.span6 .tlist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.span6 .tlist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.col9 .span6 .tlist {
    position: relative;
}

.col9 .span6 .tlist .content h1 {
    height: 209px;
    background: #600011;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    padding: 15px 30px 12px 20px;
    border-radius: 5px 5px 0 0;
}

.col9 .span6 .tlist .content h1 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    padding-right: 40px;
}

.col9 .span6 .tlist .content a h1:hover {
    background: #850118;
    text-decoration: none;
}

.col9 .span6 .tlist .content a:hover {
    text-decoration: none;
}

.col9 .span6 .tlist .content {
    background: #600011;
}

.col9 .span6 .tlist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span6 .tlist .contain {
    position: relative;
}

.col9 .span6 .tlist .content ul {
    width: 50%;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
}

.col9 .span6 .tlist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.col9 .span6 .tlist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.col9 .span6 .tlist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.col9 .span6 .tlist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.col9 .span6 .tlist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}
/* Date List Block */
/*.span3 .datelist{ position:relative; }
.span3 .datelist .contain{ margin-bottom:15px; position:relative; }
.span3 .datelist div:last-child.contain{ margin-bottom:0px;}
.span3 .datelist img{ width:auto; }
.span3 .datelist .date{ float:left; width:15%; margin-right:12px; background:#6f98d2;  padding:5px 5px; text-align:center; color:#fff; border-radius:2px; margin-top:5px; }
.span3 .datelist .date span{ font-size:16px; }
.span3 .datelist h2{ font-size:20px; color:#404040; margin-bottom:15px; font-family:'Raleway', Arial, sans-serif;}
.span3 .datelist .content{ font-family:'Open Sans', Arial, sans-serif; float:left; width:75%;  }
.span3 .datelist .content h3{ font-size:17px; color:#3e3892;  margin-bottom:5px;}
.span3 .datelist .content h4{ font-size:16px; color:#404040; margin-bottom:5px; color:#404040; display:none; }
.span3 .datelist .content h4 span{display:inline; font-size:14px; font-weight:normal; color:#404040; }
.span3 .datelist .content p{ font-size:14px; line-height:20px; color:#404040; position:relative; }
.span3 .datelist .content span{ font-size:14px; color:#600011; font-weight:600; margin-bottom:5px; display:block;}
.span3 .datelist .content a.btn{ display:none;}*/

.span3 .datelist {
    position: relative;
}

.span3 .datelist .contain {
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #D4D4D4;
    border-radius: 2px;
    padding: 10px;
    background: #fff;
}

.span3 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.span3 .datelist img {
    width: auto;
}

.span3 .datelist .date {
    float: left;
    width: 18%;
    margin-right: 10px;
    background: #6f98d2;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.span3 .datelist .date span {
    font-size: 16px;
}

.span3 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span3 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 77%;
}

.span3 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span3 .datelist .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
    float: left;
}

.span3 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span3 .datelist .content span {
    font-size: 14px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline;
    float: left;
    margin-right: 10px;
}

.span3 .datelist .content a.btn {
    display: none;
}

.col3 .span12 .datelist {
    position: relative;
}

.col3 .span12 .datelist .contain {
    margin-bottom: 15px;
    position: relative;
}

.col3 .span12 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.col3 .span12 .datelist img {
    width: auto;
}

.col3 .span12 .datelist .date {
    float: left;
    width: 15%;
    margin-right: 12px;
    background: #6f98d2;
    padding: 5px 5px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.col3 .span12 .datelist .date span {
    font-size: 16px;
}

.col3 .span12 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col3 .span12 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 75%;
}

.col3 .span12 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    margin-bottom: 5px;
}

.col3 .span12 .datelist .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
}

.col3 .span12 .datelist .content h4 span {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    color: #404040;
}

.col3 .span12 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.col3 .span12 .datelist .content span {
    font-size: 14px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col3 .span12 .datelist .content a.btn {
    display: none;
}

.col9 .span3 .datelist {
    position: relative;
}

.col9 .span3 .datelist .contain {
    margin-bottom: 15px;
    position: relative;
}

.col9 .span3 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.col9 .span3 .datelist img {
    width: auto;
}

.col9 .span3 .datelist .date {
    float: left;
    width: 15%;
    margin-right: 12px;
    background: #6f98d2;
    padding: 5px 5px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.col9 .span3 .datelist .date span {
    font-size: 16px;
}

.col9 .span3 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span3 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 75%;
}

.col9 .span3 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    margin-bottom: 5px;
}

.col9 .span3 .datelist .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
}

.col9 .span3 .datelist .content h4 span {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    color: #404040;
}

.col9 .span3 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.col9 .span3 .datelist .content span {
    font-size: 14px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col9 .span3 .datelist .content a.btn {
    display: none;
}
/*.span4 .datelist{ position:relative; }
.span4 .datelist .contain{ margin-bottom:15px; border:1px solid #d4d4d4; border-radius:2px; padding:10px; position:relative; background-color: #fff}
.span4 .datelist div:last-child.contain{ margin-bottom:0px;}
.span4 .datelist img{ width:auto; }
.span4 .datelist .date{ float:left; width:14%; margin-right:12px; background:#6A96D2;  padding:5px 3px; text-align:center; color:#fff; border-radius:2px; margin-top:5px; }
.span4 .datelist .date span{ font-size:16px; }
.span4 .datelist h2{ font-size:20px; color:#404040; margin-bottom:15px; font-family:'Raleway', Arial, sans-serif;}
.span4 .datelist .content{ font-family:'Open Sans', Arial, sans-serif; float:left; width:82%;  }
.span4 .datelist .content h3{ font-size:17px; color:#3e3892; font-weight:600; margin-bottom:5px;}
.span4 .datelist .content h4{ font-size:16px; color:#404040; margin-bottom:5px; color:#404040; }
.span4 .datelist .content h4 span{display:inline; font-size:14px; font-weight:normal; color:#404040; }
.span4 .datelist .content p{ font-size:14px; line-height:20px; color:#404040; position:relative; }
.span4 .datelist .content span{ font-size:14px; color:#404040; font-weight:normal; margin-bottom:5px; display:block;}
.span4 .datelist .content a.btn{ position:absolute; bottom:10px; display:block; right:10px;}*/

.span4 .datelist {
    position: relative;
}

.span4 .datelist .contain {
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #D4D4D4;
    border-radius: 2px;
    padding: 10px;
    background: #fff;
}

.span4 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.span4 .datelist img {
    width: auto;
}

.span4 .datelist .date {
    float: left;
    width: 15%;
    margin-right: 12px;
    background: #6f98d2;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.span4 .datelist .date span {
    font-size: 16px;
}

.span4 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span4 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 81%;
}

.span4 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span4 .datelist .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
    float: left;
}

.span4 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span4 .datelist .content span {
    font-size: 14px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline;
    float: left;
    margin-right: 10px;
}

.span4 .datelist .content a.btn {
    display: none;
}

.col9 .span4 .datelist {
    position: relative;
}

.col9 .span4 .datelist .contain {
    margin-bottom: 15px;
    position: relative;
}

.col9 .span4 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.col9 .span4 .datelist img {
    width: auto;
}

.col9 .span4 .datelist .date {
    float: left;
    width: 15%;
    margin-right: 12px;
    background: #6A96D2;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.col9 .span4 .datelist .date span {
    font-size: 16px;
}

.col9 .span4 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span4 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 81%;
}

.col9 .span4 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.col9 .span4 .datelist .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
}

.col9 .span4 .datelist .content h4 span {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    color: #404040;
}

.col9 .span4 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.col9 .span4 .datelist .content span {
    font-size: 14px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col9 .span4 .datelist .content a.btn {
    display: none;
}
/*.span6 .datelist{ position:relative; }
.span6 .datelist .contain{ margin-bottom:15px; border:1px solid #d4d4d4; border-radius:2px; padding:10px; position:relative; background-color: #fff}
.span6 .datelist div:last-child.contain{ margin-bottom:0px;}
.span6 .datelist img{ width:auto; }
.span6 .datelist .date{ float:left; width:8%; margin-right:12px; background:#6A96D2;  padding:5px 3px; text-align:center; color:#fff; border-radius:2px; margin-top:5px; }
.span6 .datelist .date span{ font-size:16px; }
.span6 .datelist h2{ font-size:20px; color:#404040; margin-bottom:15px; font-family:'Raleway', Arial, sans-serif;}
.span6 .datelist .content{ font-family:'Open Sans', Arial, sans-serif; float:left; width:89%;  }
.span6 .datelist .content h3{ font-size:17px; color:#3e3892; font-weight:600; margin-bottom:5px;}
.span6 .datelist .content h4{ font-size:16px; color:#404040; margin-bottom:5px; color:#404040; float:left;}
.span6 .datelist .content h4 span{display:inline; font-size:14px; font-weight:normal; color:#404040; }
.span6 .datelist .content p{ font-size:14px; line-height:20px; color:#404040; position:relative; }
.span6 .datelist .content span{ font-size:14px; color:#404040; font-weight:normal; margin-bottom:5px; float:left;}
.span6 .datelist .content a.btn{ position:absolute; bottom:10px; display:block; right:10px;}*/

.span6 .datelist {
    position: relative;
}

.span6 .datelist .contain {
    margin-bottom: 15px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 10px;
    position: relative;
    background: #fff;
}

.span6 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.span6 .datelist img {
    width: auto;
}

.span6 .datelist .date {
    float: left;
    width: 11%;
    margin-right: 12px;
    background: #6F98D2;
    padding: 5px 3px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.span6 .datelist .date span {
    font-size: 16px;
}

.span6 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span6 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 85%;
}

.span6 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span6 .datelist .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
    float: left;
}

.span6 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span6 .datelist .content span {
    font-size: 14px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline;
    float: left;
    margin-right: 10px;
}

.span6 .datelist .content a.btn {
    position: absolute;
    bottom: 10px;
    display: block;
    right: 10px;
}

.col9 .span6 .datelist {
    position: relative;
}

.col9 .span6 .datelist .contain {
    margin-bottom: 15px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 10px;
    position: relative;
}

.col9 .span6 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.col9 .span6 .datelist img {
    width: auto;
}

.col9 .span6 .datelist .date {
    float: left;
    width: 8%;
    margin-right: 12px;
    background: #6A96D2;
    padding: 5px 3px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.col9 .span6 .datelist .date span {
    font-size: 16px;
}

.col9 .span6 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span6 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 89%;
}

.col9 .span6 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.col9 .span6 .datelist .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
}

.col9 .span6 .datelist .content h4 span {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    color: #404040;
}

.col9 .span6 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.col9 .span6 .datelist .content span {
    font-size: 14px;
    color: #404040;
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
}

.col9 .span6 .datelist .content a.btn {
    position: absolute;
    bottom: 10px;
    display: block;
    right: 10px;
}
/* Find Block */

.span3 .find-block {
    position: relative;
}

.span3 .find-block .content {
    margin-bottom: 15px;
    position: relative;
}

.span3 .find-block h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span3 .find-block .tabs li {
    width: 49.7%;
}

.span3 .find-block .tabs li:last-child {
    float: right;
    margin-right: 0px;
}

.span3 .find-block .tabs li a {
    width: auto;
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
}

.span3 .find-block .find-tab-contents {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    background: #fff;
    width: 100%;
    padding: 35px 25px;
    border: 1px solid #dadada;
    position: relative;
    top: -1px;
    z-index: 1;
}

.span3 .find-block .find-tab-contents input[type="text"] {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.span3 .find-block .tabs a.active {
    font-weight: normal;
}

.span3 .find-block .tabs a.active {
    margin-top: 0;
}

.span4 .find-block {
    position: relative;
}

.span4 .find-block .content {
    margin-bottom: 15px;
    position: relative;
}

.span4 .find-block h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span4 .find-block .tabs li {
    width: 49.7%;
}

.span4 .find-block .tabs li:last-child {
    float: right;
    margin-right: 0px;
}

.span4 .find-block .tabs li a {
    width: auto;
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
}

.span4 .find-block .find-tab-contents {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    background: #fff;
    width: 100%;
    padding: 35px 25px;
    border: 1px solid #dadada;
    position: relative;
    top: -1px;
    z-index: 1;
}

.span4 .find-block .find-tab-contents input[type="text"] {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.span4 .find-block .tabs a.active {
    font-weight: normal;
}

.span4 .find-block .tabs a.active {
    margin-top: 0;
}

.span6 .find-block {
    position: relative;
}

.span6 .find-block .content {
    margin-bottom: 15px;
    position: relative;
}

.span6 .find-block h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span6 .find-block .tabs li {
    width: 49.7%;
}

.span6 .find-block .tabs li:last-child {
    float: right;
    margin-right: 0px;
}

.span6 .find-block .tabs li a {
    width: auto;
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
}

.span6 .find-block .find-tab-contents {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    background: #fff;
    width: 100%;
    padding: 35px 25px;
    border: 1px solid #dadada;
    position: relative;
    top: -1px;
    z-index: 1;
}

.span6 .find-block .find-tab-contents input[type="text"] {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.span6 .find-block .tabs a.active {
    font-weight: normal;
}

.span6 .find-block .tabs a.active {
    margin-top: 0;
}
/* Teaser Block */

.span3 .tblock {
    position: relative;
}

.span3 .tblock .contain {
    margin-bottom: 20px;
    position: relative;
}

.span3 .tblock .contain img {
    width: 100%;
}

.span3 .tblock h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span3 .tblock .contain .content {
    padding: 10px;
    position: absolute;
    bottom: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    height: 50%;
    background: rgba(47, 37, 128, 0.6);
}

.span3 .tblock .contain .content h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
}

.span3 .tblock .content h4 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
}

.span3 .tblock .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    display: none;
}

.span3 .tblock .contain .content a.btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.span3 .tblock .content span {
    font-size: 13px;
    color: #dcb502;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col3 .span12 .tblock {
    position: relative;
}

.col3 .span12 .tblock .contain {
    margin-bottom: 20px;
    position: relative;
}

.col3 .span12 .tblock .contain img {
    width: 100%;
}

.col3 .span12 .tblock h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col3 .span12 .tblock .contain .content {
    padding: 10px;
    position: absolute;
    bottom: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    height: 50%;
    background: rgba(47, 37, 128, 0.6);
}

.col3 .span12 .tblock .contain .content h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
}

.col3 .span12 .tblock .content h4 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
}

.col3 .span12 .tblock .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    display: none;
}

.col3 .span12 .tblock .contain .content a.btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.col3 .span12 .tblock .content span {
    font-size: 13px;
    color: #dcb502;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col4 .span12 .tblock {
    position: relative;
}

.col4 .span12 .tblock .contain {
    margin-bottom: 20px;
    position: relative;
}

.col4 .span12 .tblock .contain img {
    width: 100%;
}

.col4 .span12 .tblock h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col4 .span12 .tblock .contain .content {
    padding: 10px;
    position: absolute;
    bottom: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    height: 50%;
    background: rgba(47, 37, 128, 0.6);
}

.col4 .span12 .tblock .contain .content h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
}

.col4 .span12 .tblock .content h4 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
}

.col4 .span12 .tblock .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    display: none;
}

.col4 .span12 .tblock .contain .content a.btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.col4 .span12 .tblock .content span {
    font-size: 13px;
    color: #dcb502;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.span4 .tblock {
    position: relative;
}

.span4 .tblock .contain {
    margin-bottom: 20px;
    position: relative;
}

.span4 .tblock .contain img {
    width: 100%;
}

.span4 .tblock .contain .content {
    padding: 15px;
    position: absolute;
    bottom: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    height: 50%;
    background: rgba(47, 37, 128, 0.6);
}

.span4 .tblock .contain .content h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
}

.span4 .tblock .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
    display: none;
}

.span4 .tblock .content p {
    font-size: 15px;
    line-height: 20px;
    color: #e4e4e4;
    position: relative;
}

.span4 .tblock .contain .content a.btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.span4 .tblock .content span {
    font-size: 13px;
    color: #dcb502;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.span6 .tblock {
    position: relative;
}

.span6 .tblock .contain {
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #d4d4d4;
}

.span6 .tblock .contain img {
    width: 50%;
    display: block;
    float: left;
}

.span6 .tblock .contain .content {
    padding: 15px;
    font-family: 'Open Sans', Arial, sans-serif;
    float: right;
    width: 50%;
    background: #f9f9f9;
    display: block;
    height: 242px;
}

.span6 .tblock .contain .content h3 {
    font-size: 20px;
    color: #2f2580;
    margin-bottom: 5px;
    font-weight: 600;
}

.span6 .tblock .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
    display: none;
}

.span6 .tblock .content p {
    font-size: 15px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span6 .tblock .contain .content a.btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.span6 .tblock .content span {
    font-size: 13px;
    color: #dcb502;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
/*** Added by Szever ***/

.main-content .hide,
.login .hide {
    display: none;
}

.errorlabel {
    color: #9b0b25;
}
/*.contact-form table input.medium { font-size: 13px;padding: 5px 15px;background: none repeat scroll 0 0 #6A96D2;color: #FFFFFF;border: 0 none;border-radius: 3px;cursor: pointer;display: inline-block;font-family: 'Raleway',sans-serif;font-weight: 500;text-align: center;text-decoration: none;width:25%; }*/

.col3 .span4 .tblock .contain .content {
    padding: 10px;
    position: absolute;
    bottom: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    height: 50%;
    background: rgba(47, 37, 128, 0.6);
}

.col3 .span4 {
    width: 100%;
}

.jobseekers-submit {
    padding: 5px 15px;
    margin-left: 27px;
    margin-top: 10px;
    background: url("//ls-static.com/img/icon-arrow-medium.png") no-repeat scroll right 10px center #6A96D2;
    padding-right: 25px;
    font-size: 13px;
    color: #FFFFFF;
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}

.jobseekers-table {
    margin: 0;
}

.jobseekers-table td {
    padding: 0 0 5px !important;
}

.legalvacanciesblock.span12 {
    float: left;
    width: 100%;
}

.span12 .datelist {
    position: relative;
}

.span12 .datelist .contain {
    margin-bottom: 15px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 10px;
    position: relative;
    background-color: #fff;
}

.span12 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.span12 .datelist img {
    width: auto;
}

.span12 .datelist .date {
    float: left;
    width: 8%;
    margin-right: 12px;
    background: #868686;
    padding: 5px 3px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.span12 .datelist .date span {
    font-size: 16px;
}

.span12 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span12 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 89%;
}

.span12 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span12 .datelist .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
}

.span12 .datelist .content h4 span {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    color: #404040;
}

.span12 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span12 .datelist .content span {
    font-size: 14px;
    color: #404040;
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
}

.span12 .datelist .content a.btn {
    position: absolute;
    bottom: 10px;
    display: block;
    right: 10px;
}

.span4 .datelist .date span {}

.topform {
    border-bottom: 1px solid #C4C4C4;
    padding: 10px 0;
}

.demo-section {
    width: 300px;
    float: left;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.07) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    margin: 0 auto 15px;
    padding: 10px;
}

.readmore a {
    background: url("//ls-static.com/img/arrow_orange.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding: 0 8px !important;
    text-decoration: underline;
}

.readmore a:hover {
    background: url("//ls-static.com/img/arrow_blue.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
}
/*table h2 { color: #3E3892; font-size: 18px; font-weight: 500; margin-bottom: 10px; float: left; font-family: 'Raleway',Arial,Sans-serif; text-align: left; }*/
/*.grid-button { background: none repeat scroll 0 0 #3E3892; color: #FFFFFF !important; text-decoration: none !important; border: 0 none; border-radius: 3px; cursor: pointer; display: inline-block; font-family: 'Raleway',sans-serif; font-weight: 500; text-align: center; text-decoration: none; padding: 3px; }*/

.reg-grid-text {
    font-size: 14px;
}

.profile-head5 {
    font-size: 18px;
}

.box-p p {
    margin-bottom: 3px;
}

.profile-box {
    border: none;
    padding: 0;
    margin: 0;
}

.big-star {
    font-size: 28px;
    position: relative;
    top: 7px;
}
/*** End Added by Szever ***/
/*** Added by Paul ***/

.header-search .home-search {
    padding: 6px;
    background: url(//ls-static.com/img/icon-mag.png) no-repeat right 10px center #ececec;
    border: 1px solid #dddddd;
    font-size: 13px;
    margin-right: 12px;
    padding-right: 30px;
}

.home-search:focus {
    border-color: #bdbdbd;
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
    transition: all 0.2s ease-in-out 0s;
}

div.intro-para {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
}

.span12 .tlist {
    position: relative;
}

.span12 .tlist .content h1 {
    height: 209px;
    background: #600011;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    padding: 15px 30px 12px 20px;
    border-radius: 5px 5px 0 0;
}

.span12 .tlist .content h1 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    padding-right: 40px;
}

.span12 .tlist .content a h1:hover {
    background: #850118;
    text-decoration: none;
}

.span12 .tlist .content a:hover {
    text-decoration: none;
}

.span12 .tlist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span12 .tlist .contain {
    position: relative;
}

.span12 .tlist .content ul {
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
}

.span12 .tlist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.span12 .tlist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.span12 .tlist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.span12 .tlist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.span12 .tlist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.span6 .tlist .content ul {
    height: 100%;
}

.span12 .plist {
    position: relative;
}

.span12 .plist .thumb {
    float: left;
    width: 100%;
}

.span12 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span12 .plist .contain {
    position: relative;
}

.span12 .plist .content {}

.span12 .plist .content ul {
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
}

.span12 .plist .content ul.lower-list {
    background: rgba(245, 245, 245, 0.9);
    padding: 10px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
}

.span12 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #c0c0c0;
}

.span12 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.span12 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.span12 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.span6 .plist .content ul {
    height: 100%;
}

.span12 .data {
    position: relative;
}

.span12 .data .contain {
    margin-bottom: 20px;
}

.span12 .data div:last-child.contain {
    margin-bottom: 0px;
}

.span12 .data img {
    width: auto;
}

.span12 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
}

.span12 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span12 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 77%;
}

.span12 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span12 .data .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.span12 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span12 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.span12 .tblock {
    position: relative;
}

.span12 .tblock .contain {
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #d4d4d4;
}

.span12 .tblock .contain img {
    width: 50%;
    height: 242px;
    display: block;
    float: left;
}

.span12 .tblock .contain .content {
    padding: 15px;
    font-family: 'Open Sans', Arial, sans-serif;
    float: right;
    width: 50%;
    background: #f9f9f9;
    display: block;
    height: 242px;
}

.span12 .tblock .contain .content h3 {
    font-size: 20px;
    color: #2f2580;
    margin-bottom: 5px;
    font-weight: 600;
}

.span12 .tblock .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
    display: none;
}

.span12 .tblock .content p {
    font-size: 15px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span12 .tblock .contain .content a.btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.span12 .tblock .content span {
    font-size: 13px;
    color: #dcb502;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.hidescript {
    display: none;
    visibility: hidden;
}
/*mega menu*/

nav.main-nav li:hover .mega {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

nav.main-nav li .mega .nav-column h3 {
    color: #3e3892;
    font-weight: 600;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #3e3892;
    padding-bottom: 8px;
    min-height: 50px;
}

nav.main-nav li .mega .nav-column h3 a {
    color: #3e3892;
    font-weight: 600;
    font-size: 14px;
    display: block;
    padding: 5px 0;
}
/*legal vacancies*/

.vacancies-title a {
    margin-left: 0;
    float: none;
}
/*error*/

input.error {
    border-color: #b42426 !important;
    color: #b42426 !important;
    box-shadow: 0 1px 0 rgba(180, 36, 38, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(180, 36, 38, 0.15);
}

label.error {
    display: block;
    font-size: 12px;
    color: #b42426 !important;
    margin-top: 5px;
    float: none !important;
}

.contact-form table select.error {
    border-color: #b42426;
    box-shadow: 0 1px 0 rgba(180, 36, 38, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(180, 36, 38, 0.15);
}
/*product templates*/

.course-details img {
    width: auto !important;
}

.vacancies-table .btn-green {
    min-width: 55px;
}
/*checkout*/

.container .ship-new {
    padding-top: 32px;
}

.choose-ship {
    display: block;
    float: left;
    width: 100%;
}

.choose-ship input {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

.choose-ship label {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #3E3892;
}

table.current-address td span {
    padding: 0 !important;
    font-size: 14px !important;
}

table.choose-ship {
    margin: 0 !important;
}

.ship-to {
    padding-left: 30px;
    padding-top: 20px;
    margin-right: 0%;
}

.ship-to .billing-address label {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
}

.email-entry label {
    float: none !important;
    font-family: inherit !important;
}

.payment-title {
    margin-top: 20px;
}

.card-payment {
    border-bottom: 2px solid #D4D4D4;
    border-top: 2px solid #D4D4D4;
    padding: 20px 0 0;
}

.checkout-payment-radio input {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

.checkout-payment-radio label {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #3E3892;
}

b,
strong {
    font-weight: bolder;
}
/*solicitor link enquiry popup*/

.enquiry-popup {
    background: #f6f6f6;
    border: 1px solid #c4c4c4;
    padding: 20px;
    width: 100%;
    height:100%;
}

.mob-enquiry-table {
    vertical-align:top !important;
}

.enquiry-popup h2 {
    color: #333366;
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.enquiry-popup p {
    margin: 0;
    padding: 8px 0;
}

input.enquiry-popup-form {
    background: #efeff7;
    border: 1px solid #b7b7b7;
    font-size: 11px;
    margin: 10px 0px;
    padding: 3px;
    width: 250px;
}

textarea.enquiry-popup-form {
    background: #efeff7;
    border: 1px solid #b7b7b7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 10px 0px;
    padding: 3px;
    width: 100%;
}

input.btn {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
}

input.btn-red {
    background: #600011;
    color: #fff;
}

input.medium {
    font-size: 13px;
    padding: 5px 15px;
}

table textarea.error,
table select.error {
    border-color: #b42426;
    box-shadow: 0 1px 0 rgba(180, 36, 38, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(180, 36, 38, 0.15);
}
/*firms search*/

.find-search input {
    width: 50%;
    padding: 6px;
    background: url(//ls-static.com/img/icon-mag.png) no-repeat right 10px center #fff;
    border: 1px solid #dddddd;
    font-size: 13px;
    margin-right: 12px;
    padding-right: 30px;
}

.find-search input:focus {
    border-color: #bdbdbd;
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
    transition: all 0.2s ease-in-out 0s;
}

.main-content .links ul {
    margin-bottom: 0px;
    margin-top: 0px;
}

.main-content .links ul li {
    margin-left: 0;
    padding-left: 5px;
}

.main-content .links ul li a {
    color: #fff;
    text-decoration: none;
        margin-top: 5px;
}

.main-content ul.tabs {
    margin-bottom: 0px;
    margin-top: 0px;
    list-style: none;
}

.main-content ul.tabs li {
    background: none;
    font-weight: inherit;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
}

.main-content ul.tabs li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.main-content ul.tabs li a.active {
    color: #3E3892;
    font-size: 14px;
}

.main-content ul.locations {
    margin-bottom: 30px;
    margin-top: 10px;
    list-style: none;
}

.main-content ul.locations li {
    background: none;
    font-weight: inherit;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
}

.main-content ul.locations li a {
    color: #404040;
    text-decoration: none;
}

.main-content ul.locations li a.active {
    text-decoration: underline;
}
/*ie megamenu z-index fix*/
/*div.header {z-index:100;}
nav.util {z-index:101;}
.base .col3 {z-index:99;}*/

table.solicitor-listing {
    width: 100%;
    text-align: left;
    font-size: 13px;
}
/*table.solicitor-listing tr td{ vertical-align:middle;}*/

table.solicitor-listing tr td span {
    display: block;
    color: #600011;
    font-weight: 600;
    font-size: 12px;
}

table.solicitor-listing tbody {
    border: 1px solid #f0f3f7;
}

table.solicitor-listing thead {
    background: #d9dce0;
    color: #404040;
    border-bottom: 2px solid #600011;
    border-top: 2px solid #600011;
}

table.solicitor-listing thead tr th {
    padding: 12px 10px;
    font-size: 16px;
    text-align: left;
}

table.solicitor-listing tbody tr td {
    padding: 22px 10px;
}

table.solicitor-listing tr:nth-child(odd) td {
    background: #f0f3f7;
}

table.solicitor-listing tbody tr td {
    border-bottom: #fff 1px solid;
}

table.solicitor-listing tr.additional {
    background: #fff;
    padding: 10px 10px;
    display: none;
}

table.solicitor-listing tr.additional td:first-child {
    max-width: 200px;
    font-size: 14px;
    font-weight: 600;
}

table.solicitor-listing tr.additional td {
    background: #fff;
    padding: 10px 10px;
}

table.solicitor-listing tr td span.show-details {
    display: block;
    width: 70%;
    cursor: pointer;
    color: #3e3892;
    background: url(//ls-static.com/img/icon-show.png) no-repeat right center;
    padding:15px 10px 15px 0;
}

table.solicitor-listing tr td span.hide-details {
    background: url(//ls-static.com/img/icon-hide.png) no-repeat right center;
    padding: 15px 10px 15px 0;
}

table.solicitor-listing-search td {
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.checkboxlist {
    margin: 0;
}

table.checkboxlist label {
    float: none;
}

.info-container input.confirm {
    margin-left: 0;
    margin-right: 10px;
}

.accept-tick a {
    display: inline !important;
}

/*solicitor disciplinary search*/

tr.additional td:first-child {
    max-width: 200px;
}

table.solicitor-listing-search input.medium,
table.solicitor-listing-search select.medium {
    width: 60%;
}

table.solicitor-listing-search input.small,
table.solicitor-listing-search select.small {
    width: 40%;
}
/*divider block*/

.dividerblock {
    padding-bottom: 0px;
}


.back-link div.share-buttons {
    float: right;
    padding-left: 40px;
}

ul.social li {
    float: left;
}

ul.social li a img {
    width: 48px;
}
/*image gallery*/

.gallery img {
    display: inline;
    width: auto;
}

.mediator-paging .paging {
    float: left;
    width: 85%;
}

.mediator-paging .view-all {
    float: right;
    background-color: #f5f5f5;
    margin-top: 4px;
}
/* gritter overrides */

.gritter-title {
    text-shadow: none !important;
}

.gritter-item {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.gritter-close {
    position: absolute !important;
    text-indent: inherit !important;
    right: 5px !important;
    left: inherit !important;
}

.gritter-item a {
    color: #fff !important;
}
/*
#gritter-notice-wrapper {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 500px !important;
    height: 300px !important;
    margin-left: -250px !important;
    margin-top: -150px !important;
}

*/

.main-content .previous-issues a:hover {
    color: #404040;
}

.span9 .colfix {
    margin-right: 0 !important;
}
/*Additional Contributions */

.addcontribs-table table {
    width: 100%;
    text-align: left;
}

.addcontribs-table table tr td {
    vertical-align: middle;
}

.addcontribs-table table tr td span {
    display: block;
    color: #600011;
    font-weight: 600;
    font-size: 12px;
}

.addcontribs-table table tbody {
    border: 1px solid #f0f3f7;
}

.addcontribs-table table thead {
    background: #d9dce0;
    color: #404040;
    border-bottom: 2px solid #600011;
    border-top: 2px solid #600011;
}

.addcontribs-table table thead tr th {
    padding: 12px 10px;
    font-size: 16px;
    text-align: center;
}

.addcontribs-table table tbody tr td {
    padding: 22px 10px;
}

.addcontribs-table table tr:nth-child(odd) td {
    background: #f0f3f7;
}

.addcontribs-table table tbody tr td {
    border-bottom: #fff 1px solid;
}

.addcontribs-table table tbody tr td:first-child {
    padding: 20px 10px;
    text-align: center;
}

.addcontribs-table table tbody tr td:nth-child(2n) {
    font-size: 16px;
    font-weight: 600;
}

.addcontribs-table table tbody tr td:nth-child(3n) {
    text-align: center;
    color: #600011;
    font-size: 16px;
    font-weight: 600;
}

.checkout-table {
    margin: 0 !important;
}

.add-attendees img {
    width: auto;
}

table.data-application {
    padding: 15px 0px 0px 0px;
}

table.data-application tr td {
    border-top: 1px solid #c4c4c4;
    color: #424242;
    padding: 15px 0px 5px 0px;
}

table.data-application tr td p {
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

table.data-application tr td input.long {
    background: #efeff7;
    border: 1px solid #b7b7b7;
    margin: 3px 0px 10px 0px;
    padding: 3px;
    vertical-align: middle;
    width: 284px;
}

table.data-application tr td input.long-white {
    background: #fff;
    border: 1px solid #b7b7b7;
    margin: 3px 0px 10px 0px;
    padding: 3px;
    vertical-align: middle;
    width: 284px;
}

table.data-application tr td input.medium {
    background: #efeff7;
    border: 1px solid #b7b7b7;
    margin: 3px 3px 10px 3px;
    padding: 3px;
    vertical-align: middle;
    width: 65px;
}
/*Additional membership info */

table.data-application span.error {
    display: block;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Raleway', Arial, Sans-serif;
    color: #b42426;
}

table.data-application p.membership-sincedate span.error {
    display: inline;
    margin-left: 5px;
}

table.data-application p.membership-confirmterms input[type=checkbox] {
    float: left;
    margin-right: 7px;
}

table.data-application p.membership-confirmterms span.error {
    display: inline;
    margin-left: 7px;
}

table.data-application label {
    font: inherit;
    color: inherit;
}

table.payment-form span.error,
div.email-entry span.error,
p.promotionCodeMessage span.error,
div.emptyWarning,
table.address-edit span.error,
table.course-application span.error,
table.diploma-application span.error {
    display: block;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Raleway', Arial, Sans-serif;
    color: #b42426;
    margin-top: 5px;
}

td.confirm-webcast span.error {
    display: inline;
    margin-left: 7px;
}

div.ship-new ul {
    margin-bottom: 30px;
    margin-top: 10px;
    list-style: none;
}

div.ship-new ul li {
    background: none;
    font-weight: inherit;
    margin-top: 0px;
    padding-left: 0px;
}

table#Gender {
    margin: 0 !important;
}

table#Gender td {
    padding-bottom: 7px !important;
}

.attendees .col4 {
    border-right: 0px !important;
}

table.solicitor-listing-search th {
    text-align: left;
}

table.solicitor-listing-search h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}


.profile-accordion ul li {
    background: none;
}

.profile-accordion a.accordion-header {
    text-decoration: none;
}

.profile-accordion a.accordion-header {
    color: #343434;
}

.profile-accordion ul li.accordion-activate a.accordion-header {
    color: #fff;
}

.col4 img.featured {
    width: 100%;
}

.profile-accordion {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.info-container p {
    margin-bottom: 20px;
}

.additional-address {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 0px solid #D4D4D4;
}

.org-container table tr th {
    text-align: right;
    padding-right: 10px;
    font-weight: 600;
}
/*reset password page*/

input.btn-blue {
    background: #6a96d2 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.payonlinebtn input[type=submit] {
    font-size: 13px !important;
    padding: 10px 15px !important;
}

.forgotten-password input[type=submit] {
    padding: 10px 12px;
    font-family: Open Sans, Sans-Serif;
    font-size: 14px;
    font-weight: 500;
}

.forgotten-password  {
    width: auto !important;
}

.acc-content .info-container input[type=submit] {
    padding: 10px 12px;
    font-family: Open Sans, Sans-Serif;
    font-size: 14px;
    font-weight: 500;
}

.acc-content .info-container table input[type=submit] {
    width: auto !important;
}

.main-content h2 {
    margin-bottom: 20px;
}
/* kendo overrides */

.k-widget {
    border-width: 0 !important;
    box-shadow: none !important;
}

.vacancies-table .k-widget a {
    line-height: 20px !important;
}

.k-loading-mask {
    display: none !important;
}

ul.k-pager-numbers {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

ul.k-pager-numbers li , ul.k-pager-numbers li a{
    font-size: 14px;
}
.k-pager-numbers .k-link {
    line-height: inherit;
}

ul.k-pager-numbers li {
    background: none !important;
    font-weight: inherit !important;
    margin-top: inherit !important;
    padding-left: inherit !important;
    margin-left: 0px !important;
}
/*** End Added by Paul ***/
/***************************MAIN NAV DROPDOWN UPDATES**************************/

.main-nav ul ul.single {
    display: none;
    z-index: 100;
}

.main-nav ul li a:hover {
    background: #f00;
}

.main-nav li:hover ul.single {
    display: block;
    position: absolute;
    top: 65px;
    width: 212px;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

.main-nav ul li:last-child ul.single {
    right: 0px;
}

.main-nav li:hover ul.single li:first-child {
    border-top: 1px solid #fff;
}

.main-nav li:hover ul.single li {
    float: none;
    text-align: left;
    border-bottom: 1px solid #fff;
    width: 210px;
}

.main-nav li:hover ul.single li:last-child {
    border-bottom: none;
}

.main-nav li:hover ul.single li a:hover {
    background: #6E99D3;
    color: #fff;
}

.main-nav ul ul.single li a {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.map-search {
    margin-top: 20px;
    background: #dadada;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    padding: 20px;
}

.map-search .list li {
    background: none;
    background: #6A96D2;
    padding: 4px 8px;
    border-radius: 3px;
    margin-top: 5px;
}

.map-search .list li a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 13px;
}

.map-img-search {
    margin-top: 20px;
}

.bigbox_map {
    position: relative;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    background: #fff;
    margin-top: 10px;
    height: 525px;
}

.bigbox_map img {
    margin-top: 100px;
    margin-left: 20px;
}

.map-overlay {
    position: absolute;
    top: 15px;
    left: 16px;
    width: 90%;
    background: rgba(100, 100, 100, 0.6);
    border-radius: 3px;
    border: 2px solid #999;
    padding: 10px;
    color: #fff;
    font-weight: 600;
}

nav.util ul li a.basket {
    background: none;
    padding-left: 5px;
    margin-top: -3px;
}

nav.util ul li a i {
    font-size: 15px;
}

.back-link a.btn {
    float: right;
    background-image: none;
}

i {
    padding-right: 6px;
}

.new-user span {
    margin-bottom: 20px;
    display: block;
}
/* Scott 24/04/2014 */

.span6 .data .content h3 {
    font-size: 16px;
}

.container {
    padding-bottom: 20px;
}

.intro-content {
    margin-bottom: 0px;
}

nav.main-nav li .mega {
    z-index: 200;
}

.span8 .data .content {
    width: 67%;
}

.span4 .tblock .contain .content {
    height: auto;
}


.social ul {
    margin-bottom: 5px;
}

.main-content i {
    font-style: italic;
}
.divDisclaimer a i {
    font-style: normal !important;
}

/* End Scott 24/04/2014 */
/* === BLOCK PREVIEW Martin=== */

.alert-info {
    background-color: #B8C0C5;
    border-color: #B8C0C5;
    box-shadow: 3px 3px 5px #CCCCCC;
    color: #000000;
    font-family: Verdana;
    font-size: 1em;
    font-style: italic;
    text-align: center;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert-heading {
    color: inherit;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}

.alert-block p + p {
    margin-top: 5px;
}

.container:before,
.container:after {
    content: "";
    display: table;
}

.container:after {
    clear: both;
}

.container:before,
.container:after {
    content: "";
    display: table;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

.row:before,
.row:after {
    content: "";
    display: table;
}

.row:before,
.row:after {
    clear: both;
}

.row:before,
.row:after {
    clear: both;
    content: "";
    display: table;
}

.row:after {
    clear: both;
}

.row:before,
.row:after {
    content: "";
    display: table;
}

.row:before,
.row:after {
    clear: both;
}

.row:after {
    clear: both;
}

.row:before,
.row:after {
    clear: both;
    content: "";
    display: table;
}
/*.row {
    margin-left: -30px;
}
.row {
    margin-bottom: 1%;
}
.row {
    margin-left: -20px;
}*/
/*2014 EDITS BY SCOTT================================*/

.breadcrumb .btn {
    position: absolute;
    right: 0;
}

nav.util ul li a.basket {
    background: none;
    padding-left: 15px;
    margin-top: -3px;
}

nav.util ul li a i {
    font-size: 15px;
}

.back-link a.btn {
    float: right;
    background-image: none;
}

i {
    padding-right: 6px;
}

.span4 .datelist {
    position: relative;
}

.span4 .datelist .contain {
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #D4D4D4;
    border-radius: 2px;
    padding: 10px;
}

.span4 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.span4 .datelist img {
    width: auto;
}

.span4 .datelist .date {
    float: left;
    width: 15%;
    margin-right: 12px;
    background: #6f98d2;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 0;
}

.span4 .datelist .date span {
    font-size: 16px;
}

.span4 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span4 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 81%;
}

.span4 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span4 .datelist .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
    float: left;
}

.span4 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span4 .datelist .content span {
    font-size: 14px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline;
    float: left;
    margin-right: 10px;
}

.span4 .datelist .content a.btn {
    display: none;
}

.span6 .datelist {
    position: relative;
}

.span6 .datelist .contain {
    margin-bottom: 15px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 10px;
    position: relative;
}

.span6 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.span6 .datelist img {
    width: auto;
}

.span6 .datelist .date {
    float: left;
    width: 11%;
    margin-right: 12px;
    background: #6F98D2;
    padding: 5px 3px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.span6 .datelist .date span {
    font-size: 16px;
}

.span6 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span6 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 85%;
}

.span6 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span6 .datelist .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
    float: left;
}

.span6 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span6 .datelist .content span {
    font-size: 14px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline;
    float: left;
    margin-right: 10px;
}

.span6 .datelist .content a.btn {
    position: absolute;
    bottom: 10px;
    display: block;
    right: 10px;
}
/*updates*/

.social ul {
    margin-bottom: 5px;
}

.span4 .tblock .contain .content {
    height: auto;
}
/*New logo header updates*/


.logo img {
    position: absolute;
    top: -60px;
    left: 20px;
    width: 148px;
}

nav.main-nav {
    margin-top: 130px;
}

nav.main-nav ul {
    float: right;
    width: auto;
    margin-bottom: 22px;
    margin-top: -30px;
}

nav.main-nav ul li {
    border-bottom: 0px;
}

nav.main-nav ul li a {
    padding: 8px 20px;
}

nav.util ul li a {
    color: #b79256;
}

.header-search {
    top: 30px;
}

.navy {
    background: #0e0747;
}

nav.main-nav ul li.public,
.public .border {
    border-color: #007377;
}

nav.main-nav ul li.trainees,
.trainees .border {
    border-color: #a67f42;
}

nav.main-nav ul li.solicitors,
.solicitors .border {
    border-color: #0e0747;
}

.mega .nav-column ul {
    margin-top: 0px;
    float: left;
}

nav.main-nav li .mega {
    border-color: #0e0747;
    top: 35px;
}

.solicitors h1 {
    background-color: #0e0747;
}

.trainees h1 {
    background-color: #a67f42;
}

.public h1 {
    background-color: #007377;
}

a.btn-purple {
    background: #0e0747;
    margin-bottom: 10px;
}

body,
.footer {
    background: #0e0747;
}

.slider .item a.headline {
    background: rgba(14, 7, 71, 0.7);
}

nav.util ul li.login a.lock {
    color: #fff;
}

nav.util ul li.login a.lock .fa {
    color: #dcb502;
    bottom: -3px;
    display: inline-block;
    position: relative;
    font-size: 18px;
}
/*nav.util ul li.account a.arrow a.basket a{color:#fff;}*/

nav.util ul li a {
    color: #fff;
}

a.change-password { min-width: 145px; }

.breadcrumb ul li:first-child a {
    background: #0e0747;
}

.account .fa {
    display: none;
}
.account span .fa
{
    display:inline;
}

/*Know your council*/

.c-member {
    margin-bottom: 25px;
}

.c-member img {
    padding-bottom: 10px;
    width: 100%;
}

.c-member a:hover {
    text-decoration: none;
}

.c-member a {
    text-decoration: none;
}

.c-member h2 {
    margin-bottom: 0px;
    color: #a67f42;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 10px;
    font-size: 12px;
    min-height: 52px;
}

.c-member-details span.year-q,
.c-member-details span.firm-q,
.c-member-details span.years-cq,
.c-member-details span.currently-q,
.c-member-details span.previous-q {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.main-content .c-member-details h2 {
    margin-bottom: 20px;
}

.c-member-details span.year-q:before {
    content: 'Year qualified: ';
    font-size: 14px;
    font-weight: 600;
    color: #a67f42;
}

.c-member-details span.firm-q:before {
    content: 'Firm: ';
    font-size: 14px;
    font-weight: 600;
    color: #a67f42;
}

.c-member-details span.years-cq:before {
    content: 'Years on Council: ';
    font-size: 14px;
    font-weight: 600;
    color: #a67f42;
}

.c-member-details span.currently-q:before {
    content: 'Currently serving on: ';
    font-size: 14px;
    font-weight: 600;
    color: #a67f42;
}

.c-member-details span.previous-q:before {
    content: 'Previous involvement on: ';
    font-size: 14px;
    font-weight: 600;
    color: #a67f42;
}

.c-member-details .contact-member {
    border-bottom: 1px solid #E7E7E7;
    padding: 8px 0;
    text-align: left;
    font-size: 15px;
    margin-top: 20px;
    border-top: 1px solid #E7E7E7;
}

.c-member-details .contact-member span {
    display: block;
}

.c-member-details .contact-member .c-member-details .contact-member i {
    color: #a67f42;
    font-style: normal !important;
}

.c-member-details .contact-member a {
    margin-left: 20px;
    color: #a67f42;
}

.contact-member a i.fa {
    font-style: normal;
}

.logo img {
    z-index: 100;
}
/*Practising cert*/

.pc-content span.instruction {
    margin-bottom: 14px;
    display: block;
}

.pc-content label {
    display: block;
    padding: 5px 0;
    color: #0c0037;
    font-size: 14px;
}

.pc-content input {
    width: 50%;
    padding: 5px;
    margin-bottom: 0px;
}

.pc-content input[type="radio"].yes-no {
    margin-right: 25px;
}

.pc-content input[type="radio"] {
    width: auto;
    margin-right: 5px;
    margin-bottom: 10px;
}

.pc-content input[type="submit"] {
    font-family: 'fontawesome', 'Raleway';
    display: inline-block;
    float: right;
    padding: 7px 20px;
    margin-left: 10px;
    background: #6a96d2;
    cursor: pointer;
    border: none;
    color: #fff;
    width: auto;
    border-radius: 3px;
    font-size: 14px;
}

.pc-content .acc-nav {
    border-top: 1px solid #a09fbd;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-top: 15px;
}

.pc-content .acc-nav input[disabled="disabled"],
.pc-content .acc-nav-top input[disabled="disabled"] {
    background: #D6CFCB;
}

.pc-content .acc-nav a.btn,
.pc-content .acc-nav-top a.btn {
    display: inline-block;
    float: right;
    padding: 7px 20px;
    margin-left: 10px;
}

.pc-content .btn.green {
    background: green;
}

.btn.blue {
    background: blue;
}

.pc-content input[type="submit"] {
    margin: 0 0 0 10px;
    height: 34px;
}

.pc-content .acc-nav-top {
    border-bottom: 1px solid #a09fbd;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.indicator-outer {
    height: 30px !important;
    border: 1px solid #b7b7b7 !important;
    padding: 1px !important;
    position: relative !important;
    margin-bottom: 20px !important;
    border-radius: 50px !important;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: -1px !important;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: -1px !important;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: -1px !important;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: -1px !important;
}

.ui-progressbar .ui-progressbar-value {
    margin: 0px !important;
}

.indicator-inner {
    background: #b69153;
    height: 100%;
    position: relative;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    padding-top: 3px;
}

#progressText {
    position: absolute;
    z-index: 1;
    color: #fff;
    left: 20px;
    top: 4px;
}

.indicator-inner span {}
/*.ui-progressbar ui-widget ui-widget-content ui-corner-all .ui-progressbar-value ui-widget-header ui-corner-left{background:#b69153; height:100%; position:relative; border-radius:50px; text-align:center; color:#fff; padding-top:3px;}*/

.ui-widget-header {
    background: #b69153 !important;
    height: 100% !important;
    position: relative !important;
    border-radius: 50px !important;
    text-align: center !important;
    color: #fff !important;
    padding-top: 3px !important;
}

.container1,
.container2,
.containerb2,
.container3,
.container4,
.container5,
.container6,
.container7,
.container8,
.container9,
.container10,
.container11,
.container12,
.container13 {
    display: none;
}

.header-color {
    background-color: #4dc7a0 !important;
    color: #fff !important;
    padding: 10px,15px;
}

.acc-contain .accordion-title h2 {
    cursor: auto;
}

/*.valid {
    color: #ba2a2a;
    font-size: 16px;
    display: inline-block;
    padding: 8px;
    border-radius: 3px;
}

.valid > span {
    color: #b51b1b;
    font-size: 14px;
}*/

.radio label {
    display: inline;
}

.row fieldset {
    margin-bottom: 10px;
    display: block;
}

.row legend {
    display: block;
    width: 100%;
}

.radio .row {
    display: block;
}

h2.header-color {
    background: #42409d !important;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #42409d 0%, #110f59 100%) !important;
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #42409d), color-stop(100%, #110f59)) !important;
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #42409d 0%, #110f59 100%) !important;
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #42409d 0%, #110f59 100%) !important;
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #42409d 0%, #110f59 100%) !important;
    /* IE10+ */
    
    background: linear-gradient(to bottom, #42409d 0%, #110f59 100%) !important;
    /* W3C */
}

.acc-contain .accordion-title h2 {
    padding: 12px;
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 0;
}

.acc-contain .container1,
.container2,
.containerb2,
.container3,
.container4,
.container5,
.container6,
.container7,
.container8,
.container9,
.container10,
.container11 {
    border: 1px solid #e6e6e6;
    padding: 30px;
    padding-bottom: 0;
}

.pc-content input {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    color: #404040;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    padding: 8px;
    width: 100%;
}

.acc-contain .accordion-title h2 {
    background: #e8e8e8;
    margin-bottom: 1px;
    color: #3e3892;
    font-weight: 400;
    border-bottom: 1px solid #3e3892;
}

.acc-contain .row span {
    display: block;
}

.pc-content .row label {
    display: inline-block;
}

.pc-content .row .question {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 15px;
    background: #f6f2f2;
    color: #110f59;
    padding: 10px;
    line-height: normal;
}

.pc-content .row .question span {
    font-weight: 400;
    font-size: 15px;
}

input.date-entry {
    width: 50px;
}

input.date-entry2 {
    width: 50px;
}

.pc-content .row label.single {
    display: block;
}

.pc-content .b2 {
    display: block;
}

.pc-content .row textarea {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    color: #404040;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    padding: 8px;
    width: 80%;
}

.pc-content .row {
    margin-bottom: 20px;
}

.pc-content .row input[type="checkbox"] {
    display: inline-block;
    width: auto;
    padding-left: 0;
    margin-left: 0;
}

.pc-content .row label.decloration {
    display: inline-block;
    padding-left: 10px;
    width: 80%;
    vertical-align: middle;
}

.section-complete:after {
    content: "\f00c";
    font-family: 'fontawesome', 'Raleway';
    font-size: 14px;
    float: right;
    padding: 5px 8px;
    background: #62c344;
    color: #fff;
    border-radius: 100px;
    margin-top: -4px;
}

.pc-content label.hereby {
    width: 90%;
    vertical-align: middle;
}

.pc-content .row span.name-confirm {
    color: #6a96d2;
    display: inline;
    font-weight: 600;
    font-size: 17px;
}

.pc-content span.date-prefix {
    font-size: 14px;
    font-weight: 600;
    color: #8F8F8F;
    display: inline;
    margin-right: 5px;
    margin-left: 10px;
}

.pc-content span.date-prefix-first {
    margin-left: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #8F8F8F;
    display: inline;
    margin-right: 5px;
}

.pc-content .form-section9 input[type="text"] {
    border: none;
}

.pc-content .form-section9 h4 {
    display: inline-block;
}

.pc-content .form-section9 span {}

.pc-content .form-section9 span .membership-price {
    float: right;
    display: inline-block;
    padding: 0;
    width: auto;
    text-align: right;
}

.pc-content .form-section9 span .membership-price-sub {
    float: right;
    display: inline-block;
    padding: 0;
    width: auto;
    text-align: right;
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
}

.pc-content .form-section9 .sub-total {
    margin: 20px 0;
    border-bottom: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
}

.pc-content .form-section9 .sub-total h3 {
    display: inline-block;
    margin-top: 10px;
}

.pc-content .form-section11 input[type="text"] {
    border: none;
}

.pc-content .form-section11 h4 {
    display: inline-block;
}

.pc-content .form-section11 span {}

.pc-content .form-section11 span .membership-price {
    float: right;
    display: inline-block;
    padding: 0;
    width: auto;
    text-align: right;
}

.pc-content .form-section11 span .membership-price-sub {
    float: right;
    display: inline-block;
    padding: 0;
    width: auto;
    text-align: right;
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
}

.pc-content .form-section11 .sub-total {
    margin: 20px 0;
    border-bottom: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
}

.pc-content .form-section11 .sub-total h3 {
    display: inline-block;
    margin-top: 10px;
}

#firmError{
    border: 1px solid #c79696 !important;
    background: #f7e4e4 !important;
    padding: 10px 8px 10px 8px !important;
}
a.btn-gold {
    text-decoration: none;
    background: #b69153;
    color: #fff;
}

a.btn-gold:hover {
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}

.profile-list .col2 {
    width: 23.5%;
}

div.profile-list div.col2:nth-child(4n) {
    margin-right: 0;
}

.profile-list div.col2:nth-child(6n),
section.col2:nth-child(6n),
li.col2:nth-child(6n) {
    margin-right: 2%;
}
/*****************ass products updates******************/

.col9 .asso-product li {
    width: 49%;
    float: left;
}

.col9 .asso-product li {
    margin-right: 2%;
}

.col9 .asso-product li:nth-child(2n) {
    margin-right: 0px;
}

.asso-product li {
    border-bottom: 2px solid #D9D9D9;
    margin-bottom: 10px;
    border: 1px solid #c5d5ea;
}

.asso-product h2 {
    color: #3e3892;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.asso-product li .p-description {
    display: block;
}

.asso-product li a {
    display: block;
    padding: 10px;
}

.asso-product .p-description img {
    width: 60px;
    float: left;
    display: inline;
    margin-right: 10px;
}

.asso-product li .p-description span {
    font-weight: 700;
    font-size: 17px;
    color: #600011;
    font-family: 'Open Sans';
    float: right;
    padding-top: 10px;
}

.mainheader .featured-news {
    margin-bottom: 20px;
    position: relative;
}

.mainheader .featured-news .news-headline {
    position: absolute;
    top: 0px;
    background: rgba(62, 56, 146, 0.7);
    padding: 20px;
    color: #fff;
    width: 40%;
    top: 40px;
    left: 40px;
}

.mainheader .featured-news .news-headline:hover {
    text-decoration: none;
    background: rgba(62, 56, 146, 0.9);
}

.mainheader .featured-news .news-headline h2 {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: auto auto 0;
    padding-bottom: 10px;
}

.mainheader .featured-news .news-headline p {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    padding: 0;
}
/**************intranet**************/

.intranet .span8 .data .content {
    width: 100%;
}

.intranet .span4 .data .content h4 {
    display: none;
}

.intranet .mid-section {
    padding: 40px 0 20px 0;
    margin-bottom: 40px;
}

.intranet .staff-search {
    border: 1px solid #AFAFAF;
    padding: 15px 25px 25px 25px;
    background: #fff;
}

.intranet .staff-search table {
    margin-bottom: 0px;
}

.intranet .staff-search select {
    width: 100%;
}

.intranet .staff-search .btn {
    float: right;
}

.intranet .staff-search a.advanced-search-btn {
    color: #7e7e7e;
    background: #f0f0f0;
    border-radius: 40px;
    padding: 5px 15px;
    margin-top: 2px;
    display: inline-block;
}

.intranet .staff-search a.advanced-search-btn:hover {
    text-decoration: none;
    background: #757575;
    color: #fff;
}

.staff-details dt {
    color: #A67F42;
    width: 150px;
    float: left;
    padding: 0px 0px 5px 0px;
}

.staff-details dd {
    padding: 0px 0px 5px 0px;
}
/*.intranet .span3 .tblock{ margin-top:5px;}*/

.intranet .span3 .staff-search p {
    font-size: 14px;
}

.intranet .sliderContainer .next,
.intranet .sliderContainer .prev {
    display: none;
}

.intranet .span4 .tblock p {
    display: none;
}

.intranet .featured-news {
    margin-bottom: 20px;
    position: relative;
}

.intranet .featured-news .news-headline {
    position: absolute;
    top: 0px;
    background: rgba(62, 56, 146, 0.7);
    padding: 20px;
    color: #fff;
    width: 40%;
    top: 40px;
    left: 40px;
}

.intranet .featured-news .news-headline:hover {
    text-decoration: none;
    background: rgba(62, 56, 146, 0.9);
}

.intranet .featured-news .news-headline h2 {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: auto auto 0;
    padding-bottom: 10px;
}

.intranet .featured-news .news-headline p {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    padding: 0;
}

.intranet .trainees,
.intranet .solicitors {
    margin-top: 39px;
}

.intranet .span3 .tblock .contain .content {
    height: 80px;
}

.intranet .span3 .tblock .content span {
    display: none;
}

.intranet .span8 .data .thumb {
    display: none;
}

.intranet .linklistblock h1 {
    background: #006a6f;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px 5px 0 0;
}

.intranet .linklistblock a:hover {
    text-decoration: none;
}

.intranet .linklistblock h1:hover {
    background: #00575b;
}

.intranet .linklistblock {
    margin-top: 5px;
}

.intranet .linklistblock .border {
    border-bottom: 4px solid #006a6f;
}

.intranet .find-block h2 {
    display: none;
}

.intranet-bg {
    background: #bf9d66;
}

.intranet .util {
    background: #bf9d66;
}

.intranet .util li {
    border-right: 1px solid #906c37;
}

.intranet .util li a {
    color: #fff;
}

.intranet .logo h1 {
    position: absolute;
    left: 180px;
    top: 5px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 34px;
    color: #0b0250;
}

.intranet .tabs a {
    background: #d3bb48;
}

.intranet .tabs a.active {
    background: #fff;
}
/***********SFL SEARCH************/

.tab_blue_button {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    margin-top: 16px;
    font-size: 14px;
    padding: 10px 14px 13px 14px;
    background: #3e3892;
    color: #fff;
    display: inline;
    text-decoration: none;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
}

.tab_white_button {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    margin-top: 12px;
    font-size: 16px;
    padding: 12px;
    background: #fff;
    color: #3e3892;
    border-width: 1px;
    border-bottom: 1px solid White;
    border-radius: 4px 4px 0 0;
    position: relative;
    top: 1px;
    z-index: 2;
    font-weight: 600;
}

.sflmainbody {
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    z-index: 1;
}

.middle label {
    float: left;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Raleway', Arial, Sans-serif;
    color: #000;
    text-align: left;
    position: relative;
    top: 8px;
}

.middle select {
    overflow: hidden;
    padding: 5px;
    width: 23%;
    background: #e8e8e8;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
}

.middle input[type=text] {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 30%;
    padding: 8px;
    border-radius: 2px;
}

.center table td {
    padding: 9px 5px 9px 2px;
    font-size: 14px;
}

.empTable tr {
    padding: 15px 15px 15px 15px;
    border-bottom: 1px solid #DDD;
}

.empTable td {
    padding: 15px 15px 15px 15px;
}

.empTable a {
    text-decoration: underline;
}

.center table hr {
    border: none;
    border-top: 1px solid #3E3892;
    margin-top: 20px;
}

.center table th {
    padding: 10px 0px 20px 0px;
    text-align: left;
    font-size: 14px;
}

.center {
    padding-left: 15px;
    border-left: 1px solid #DDD;
    padding-right: 15px;
    border-right: 1px solid #DDD;
}

.centernb {
    padding-left: 15px;
    padding-right: 15px;
}

.middle {
    padding-left: 15px;
    border-left: 1px solid #DDD;
    padding-right: 15px;
    border-right: 1px solid #DDD;
}

.pageNum td {
    padding: 5px 0 5px 0;
    border: 1px solid #FFF;
}

.pageNum td a,
.pageNum td a:visited {
    margin: 0px;
    padding: 2px 6px 2px 6px;
    background: #FFFFFF;
    color: #428BCA;
    border: 1px solid #428BCA;
    text-decoration: none;
}
/*.pageNum td a:hover {
	text-decoration: underline;
	background: navy;
	color: white;
	border: 1px solid navy;
}*/

.pageNum span {
    padding: 2px 6px 2px 6px;
    text-decoration: none;
    background: #428BCA;
    color: #FFF;
    border: 1px solid #428BCA;
}

tr.pageNum {
    border-collapse: collapse;
    display: table-row;
}

.empDetails div.topDiv {
    min-height: 188px;
    clear: both;
}

.empDetails div.bottomDiv {
    min-height: 188px;
    clear: both;
}

.empDetails div.leftDiv {
    float: left;
    width: 320px;
}

.empDetails div.rightDiv {
    float: right;
    width: 365px;
}

.empDetails div.row {
    margin: 0 0 9px 0;
    clear: both;
    width: 300px;
    height: 17px;
}

.lastrow {
    margin: 0 0 9px 0;
    clear: both;
    border-bottom: 1px solid #ccc;
    width: 300px;
    height: 17px;
}

.addresslabel {
    width: 100px;
    float: left;
}

.addresslabel label {
    width: 120px;
    float: left;
}

.addresscontent {
    width: 200px;
    float: right;
}

.addresscontent p {
    float: right;
    width: 100px;
}

.addresscontent label {
    width: 100px;
}

.empDetails fieldset {
    width: 370px;
    border: 1px solid #CCC;
    padding: 10px 10px 10px 10px;
}

.empDetails div.leftDiv label {
    display: block;
    padding: 3px 0 0 0;
    float: left;
    width: 150px;
    margin: 0px 5px 5px 0;
}

.empDetails div.rightDiv label {
    display: block;
    padding: 3px 0 0 0;
    float: left;
    width: 130px;
    margin: 0px 5px 5px 0;
}

.empDetails div.rightDiv p {
    padding: 3px 0 0 0;
    margin: 0px 5px 5px 0;
    width: 325px;
}

.empDetails div.leftDiv p {
    padding: 3px 0 0 0;
    margin: 0px 5px 5px 0;
    width: 340;
    float: right;
}

.avwrapper {
    width: 60px;
    height: 60px;
    margin: 5px auto;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}

.avwrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-52%, -35%);
}

.news-image {
    width: 200px;
}

.showNewsThumbnails {}

.hideNewsThumbnails {
    display: none !important;
}

.showNewsDate {}

.hideNewsDate {
    display: none !important;
}

.staff-details-div {
    padding: 2px 2px 2px 0px;
}

.staff-details-lbl {
    font-size: 14px;
    font-weight: 600;
    color: #a67f42;
    padding-left: 10px;
}

.dvStations {
    vertical-align: top !important;
}

#dvdatestamp {
    display: none;
}

.tblDivisions {
    border-collapse: separate;
    border-spacing: 5px;
}

.tblDivisions input {
    width: 10% !important;
}

.tblDivisions label {
    width: 85% !important;
    float: right;
}

.tblDivisions td {
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    margin: 10px !important;
    padding: 5px !important;
    min-height:33px;
}

.tblDivisions td input[type=checkbox] + label {
    color: #727070;
}

.tblDivisions td input[type=checkbox]:checked + label {
    color: #000;
    font-style: normal;
    .transition(~"border 0.15s ease-in-out, color 0.15s ease-in-out");
}

.tblDivisions .gssTopPadding {
    padding: 16px 0px 0px 0px !important;
}
/* =======================
Styles for New HTML required for responsive layout
========================*/

    .util img.mob-logo {
        display:none;
    }

nav.util ul li.login a.login {
    padding-top: 8px;
}

a.login i {
    color: #d8b208;
}
#contactEmail input {
    background-color:transparent;
    border:none;
}
.mob-search,
.mob-hamburger,
.mob-contact__btn {
    display: none;
}
.mob-hamburger__text {
        display: block;
    color: #0e0747;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: -6px;
    font-weight: bold;
}
.mob-hamburger:hover {
    text-decoration:none;
}
.fa-bars {
    color: #0e0747;
}
.fa-bars:before {
    font-size: 39px;
}
.mob-search .fa {
    padding-right: 10px;
}
.mob-contact {
    display:none;
}

a.basket span.h-tiny {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin-left: 0;
    padding: 0;
}


table.payment-form td.expire select {
   width: 70px;
}

table.payment-form td.expire select.year {
  width: 160px;
}

            .contact-form table td input {
            width: 100%;
            padding: 10px 0;
        }


    .vacancies-table table tr td span.col-title, 
    .solicitor-listing tr td span.col-title {
        display:none;
    }
    .logo img.mobile-logo {
        display:none;
    }
.tblDivisions  
.gssTopPadding
{
    padding:16px 0px 0px 0px !important;
}
.ipadTerms
{
    font-size: 14px;
}
.ipadTerms a
{
    color: #363287;
    text-decoration: underline;
}
.ui-helper-hidden-accessible 
{ 
    display:none; 
}
/*.error {
  visibility: hidden;
  font-size: 14px;
  padding-top: 5px; }

.incomplete .error {
  color: #b42426;
  visibility: visible; }
.incomplete input {
  border-color: #b42426;
  border-width: 2px; }
.incomplete p, .incomplete h1, .incomplete h2, .incomplete h3 {
  color: #b42426; }*/
@media all and (max-width: 667px)
{   
    .acc-content .info-container table input[type=submit] {
    width: 48% !important;
    }
    .checkbox-label label
    {
        max-width:89%;
    }
    
}
table.fpc_legend {
    width: 50%;
    max-width: 500px;
    text-align: left;
    font-size: 11px;
	border: 1px solid blank;
}
/*table.fpc_legend tr td{ vertical-align:middle;}*/

table.fpc_legend tbody {
    
}
table.fpc_legend thead {
}

table.fpc_legend thead tr th {
    padding: 0px;
    font-size: 11px;
    text-align: left;
}
table.fpc_legend tbody tr th 
{
    min-width: 50px;
    padding: 0;
    border-right: 2px solid #f0f3f7;
    line-height:15px;
}
table.fpc_legend tbody tr td 
{
    font-weight: 100 !important;
    min-width:200px;
    width: 8%;
    padding: 0;
    line-height:15px;
}
table.solicitor-listing {
    width: 100%;
    text-align: left;
    font-size: 13px;
}
/*table.solicitor-listing tr td{ vertical-align:middle;}*/

table.solicitor-listing tr td span {
    display: block;
    color: #600011;
    font-weight: 600;
    font-size: 12px;
}

table.fpc_listing tbody {
    border: 1px solid #f0f3f7;
}

table.fpc_listing thead {
    background: #d9dce0;
    color: #404040;
    border-bottom: 2px solid #600011;
    border-top: 2px solid #600011;
}

table.fpc_listing thead tr th {
    padding: 12px 10px;
    font-size: 16px;
    text-align: left;
}

table.fpc_listing tbody tr td {
    padding: 10px;
}
table.fpc_listing tbody tr
{
    opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
table.fpc_listing tbody tr:hover
{
    border: 2px solid black;
    opacity: 0.5;
    cursor: pointer;
}
table.fpc_listing tbody tr.online{
    border: 2px solid green;
}
table.fpc_offline_action tbody tr td div{
    border: 2px solid green;
    padding: 10px;
}
table.fpc_listing tr:nth-child(odd) td {
    background: #f0f3f7;
}
table.fpc_listing tbody tr td {
    border-bottom: #fff 1px solid;
}
@media screen and (min-width: 901px) {
    #footer_logo
    {
        height: 150px;
        position: absolute;
        top: 22px;
        left: 120px;
    
    }
}
@media screen and (max-width: 900px) {
    #footer_logo
    {
        height: 150px;
    }
}
@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.2;
    text-rendering: optimizeLegibility;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.icheckbox_square-blue input[type=checkbox]
{
    -webkit-appearance:none;
}

.account div {
  margin-top: -5px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* floaties */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

html,
body {
    height: 100%;
}

body {
    font: 12px Arial, Helvetica, sans-serif;
    color: #343434;
    background: #444444;
}

h1,
h2 {
    font-family: 'Raleway', Arial, Sans-serif;
}

a {
    color: #2f2580;
    text-decoration: none;
}

h1 {
    font-weight: normal;
    font-family: 'Raleway', Arial, sans-serif;
}

h2,
h3,
h4,
h5 {
    font-weight: normal;
    font-family: 'Open Sans', Arial, sans-serif;
}

a:hover {
    color: #6A96D2;
    text-decoration: underline;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.container {
    width: 100%;
    background: #fff;
}

.base {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.container img {
    width: 100%;
    display: block;
}
/* grid layout */

.span1,
.col1,
.span2,
.col2,
.span3,
.col3,
.span4,
.col4,
.span5,
.col5,
.span6,
.col6,
.span7,
.col7,
.span8,
.col8,
.span9,
.col9,
.span10,
.col10,
.span11,
.col11,
.span12,
.col12 {
    position: relative;
    margin-right: 2%;
}

.span2,
.col2 {
    float: left;
    width: 15%;
}

.span3,
.col3 {
    float: left;
    width: 23.5%;
}

.span4,
.col4 {
    float: left;
    width: 32%;
}

.span6,
.col6 {
    float: left;
    width: 49%;
}

.span8,
.col8 {
    float: left;
    width: 66%;
}

.span9,
.col9 {
    float: left;
    width: 74.5%;
}

.span12,
.col12 {
    width: 100%;
    margin: 0 auto;
}
/* clear values */

div:last-child.col2,
div:last-child.col3,
div:last-child.col4,
div:last-child.col6,
div:last-child.col8,
div:last-child.col9,
div:last-child.col12 {
    margin-right: 0%;
}

section:last-child.col2,
section:last-child.col3,
section:last-child.col4,
section:last-child.col6,
section:last-child.col8,
section:last-child.col9,
section:last-child.col12 {
    margin-right: 0%;
}

li:last-child.col2,
li:last-child.col3,
li:last-child.col4,
li:last-child.col6,
li:last-child.col8,
li:last-child.col9,
li:last-child.col12 {
    margin-right: 0%;
}

li.basket { display:block; }
.mob-menu-basket,.mob-menu-queries { display:none; }
.mob-basket,mob-queries { display:none; }/* clear grid values */

div:nth-child(6n).span2,
section:nth-child(6n).span2,
li:nth-child(6n).span2 {
    margin-right: 0%;
}

div:nth-child(4n).span3,
section:nth-child(4n).span3,
li:nth-child(4n).span3 {
    margin-right: 0%;
}

div:nth-child(3n).span4,
section:nth-child(3n).span4,
li:nth-child(3n).span4 {
    margin-right: 0%;
}

div:nth-child(2n).span6,
section:nth-child(2n).span6,
li:nth-child(2n).span6 {
    margin-right: 0%;
}

div:nth-child(6n).col2,
section:nth-child(6n).col2,
li:nth-child(6n).col2 {
    margin-right: 0%;
}

div:nth-child(4n).col3,
section:nth-child(4n).col3,
li:nth-child(4n).col3 {
    margin-right: 0%;
}

div:nth-child(3n).col4,
section:nth-child(3n).col4,
li:nth-child(3n).col4 {
    margin-right: 0%;
}

div:nth-child(2n).col6,
section:nth-child(2n).col6,
li:nth-child(2n).col6 {
    margin-right: 0%;
}
/* clear values */

div:last-child.span2,
div:last-child.span3,
div:last-child.span4,
div:last-child.span6,
div:last-child.span8,
div:last-child.span9,
div:last-child.span12 {
    margin-right: 0%;
}

section:last-child.span2,
section:last-child.span3,
section:last-child.span4,
section:last-child.span6,
section:last-child.span8,
section:last-child.span9,
section:last-child.span12 {
    margin-right: 0%;
}

li:last-child.span2,
li:last-child.span3,
li:last-child.span4,
li:last-child.span6,
li:last-child.span8,
li:last-child.span9,
li:last-child.span12 {
    margin-right: 0%;
}
/* utility nav */

nav.util {
    height: 45px;
    position: relative;
}

.grey {
    background: #8d8d8d;
    background-image: -moz-linear-gradient( 90deg, rgb(108, 108, 108) 0%, rgb(151, 151, 151) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(108, 108, 108) 0%, rgb(151, 151, 151) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(108, 108, 108) 0%, rgb(151, 151, 151) 100%);
}

nav.util ul {
    float: right;
}

nav.util ul li {
    float: left;
    text-align: center;
    border-right: 1px solid #a5a5a5;
    height: 45px;
}

nav.util ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    display: block;
    padding: 15px 17px;
}

nav.util ul li a.basket {
    background: url(//ls-static.com/imgf/icon-basket@2x.png) no-repeat 8px center;
    background-size: 18px 16px;
    padding-left: 35px;
    margin-top: -3px;
}

a.basket span {
    display: inline-block;
    background: #6e99d3;
    border-radius: 3px;
    padding: 2px 6px;
    color: #fff;
    font-size: 12px;
    margin-left: 7px;
    font-weight: 500;
}

nav.util ul li.login {
    position: relative;
    background-image: -moz-linear-gradient( 90deg, rgb(81, 8, 21) 0%, rgb(114, 0, 20) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(81, 8, 21) 0%, rgb(114, 0, 20) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(81, 8, 21) 0%, rgb(114, 0, 20) 100%);
}

nav.util ul li.login a {
    font-weight: 500;
    font-size: 14px;
}

nav.util ul li.login a.lock {
    /*background: url(//ls-static.com/img/icon-lock.png) no-repeat 8px center;*/
    
    margin-top: -3px;
}

nav.util ul li.login:hover {
    background: #931627;
    box-shadow: inset 0 0 4px #490b13;
    text-shadow: 0 0 3px #490b13;
}

/*Dropdown login */
nav.util ul li.account {
    position: relative;
    background-image: -moz-linear-gradient( 90deg, rgb(81, 8, 21) 0%, rgb(114, 0, 20) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(81, 8, 21) 0%, rgb(114, 0, 20) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(81, 8, 21) 0%, rgb(114, 0, 20) 100%);
}

nav.util ul li.account a {
    font-weight: 500;
    font-size: 14px;
}

nav.util ul li.account a.lock {
    /*background: url(//ls-static.com/img/icon-lock.png) no-repeat 8px center;*/
    
    margin-top: -3px;
}

nav.util ul li.account:hover {
    background: #931627;
    box-shadow: inset 0 0 4px #490b13;
    text-shadow: 0 0 3px #490b13;
}

.mob-title {
    color: white;
    display: none;
}
/*Utility Nav Account*/

nav.util ul li.account {
    position: relative;
    min-width: 160px;
}

nav.util ul li.account span {
    font-weight: 300;
}

nav.util ul li.account a.arrow {
    font-weight: 500;
    font-size: 14px;
    margin-top: -3px;
    background: url(//ls-static.com/img/icon-arrow-down.png) no-repeat right 10px center;
    padding-right: 32px;
}

nav.util li.account ul li a {
    color: #fff;
    font-size: 13px;
}

nav.util li.account ul li {
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #818181;
}

nav.util li.account ul li a {}

nav.util li.account ul li a:last-child {
    border-bottom: none;
    padding-bottom: 7px;
    background: #515151;
}

.profTBT {
    display: inline-flex;
    align-items: flex-start;
    vertical-align: middle;
    width: 16%;
}

.profTBF {
    display: inline-flex;
    align-items: flex-start;
    vertical-align: middle;
    width: 40%;
}

.profTBS {
    display: inline-flex;
    align-items: flex-start;
    vertical-align: middle;
    width: 5%;
}

nav.util li.account:hover ul {
    display: block;
}

nav.util li.account ul {
    background: #515151;
    position: absolute;
    z-index: 100;
    display: none;
    width: 100%;
}

nav.util li.account ul li a:hover {
    background: #787878;
}
/* login dropdown */

nav.util ul li.login .login-content {
    box-shadow: 0 1px 3px #343434;
    text-align: left;
    color: #dcdcdc;
    font-size: 12px;
    font-family: 'lato', Arial, sans-serif;
    display: none;
    position: absolute;
    top: 45px;
    right: -1px;
    background: #5e5e5e;
    z-index: 100;
    width: 520px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 381px;
}

nav.util ul li.login .login-content h1 {
    font-size: 16px;
    color: #fff;
    padding-bottom: 10px;
}

nav.util ul li.login:hover .login-content {
    text-shadow: none;
}

nav.util ul li.login .login-content .existing-user {
    float: left;
    width: 60%;
    padding: 20px;
    background: #515151;
    border-right: 1px solid #707070;
    border-bottom-left-radius: 5px;
    height: 100%;
}

nav.util ul li.login .login-content .existing-user .btn {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 30%;
    margin-bottom: 0px;
}

nav.util ul li.login .login-content .new-user {
    width: 40%;
    float: right;
    background: #5e5e5e;
    border-bottom-right-radius: 5px;
    padding: 20px;
}

nav.util ul li.login .login-content .new-user p {
    margin-bottom: 20px;
}

table td.remember {
    font-size: 14px;
}

nav.util ul li.login .login-content .existing-user a {
    display: inline-block;
    color: #d4af03;
    text-decoration: underline;
}

nav.util ul li.login .login-content .existing-user span.rememberme {
    font-size: 14px;
    font-weight: 500;
}

nav.util ul li.login .login-content .existing-user input[type=submit] {
    padding: 10px 12px;
    font-family: Open Sans, Sans-Serif;
    font-size: 14px;
    font-weight: 500;
}

.form-data a {
    color: #F68319;
}

.form-data a.btn {
    color: #fff;
}

.form-data table {
    width: 100%;
    margin: 10px 0px;
    margin-bottom: 0px;
}

.form-data table input[type=text],
.form-data table input[type=password],
.form-data table select,
.form-data table textarea {
    font-size: 14px;
    background: #ececec;
    width: 100%;
    padding: 8px;
    border: 0px;
}

.form-data table input:focus {
    border-color: #bdbdbd;
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
    transition: all 0.2s ease-in-out 0s;
}

.form-data table th {
    text-align: left;
    color: #fff;
    font-size: 16px;
}

.form-data table th,
.form-data table td {
    padding: 10px 0px 5px 0px;
}

.form-data h1 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.form-data h2 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}

.active {
    display: block;
}

.form-data table label {
    color: #fff;
}

.sort {
    position: absolute;
    top: -6px;
    right: 0;
}

.sort select {
    font-size: 14px;
    overflow: hidden;
    padding: 5px;
    background: #e8e8e8;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    width: auto;
}

.sort label {
    font-size: 14px;
    font-family: 'open sans', Arial, Sans-serif;
    padding-right: 10px;
}

.header {
    border-bottom: #e8e8e8 solid 4px;
    margin-bottom: 15px;
    position: relative;
}

.mid-section {
    background: #f9f9f9;
    border-top: 10px solid #e4e4e4;
    border-bottom: 10px solid #e4e4e4;
    padding: 20px 0;
    margin-bottom: 20px;
}

nav.main-nav {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

nav.main-nav ul {
    text-align: center;
    position: relative;
    top: 4px;
    width: 100%;
}

nav.main-nav ul li {
    float: left;
    margin-right: 2px;
    border-bottom: 4px solid #e8e8e8;
}

nav.main-nav ul li:last-child {
    margin-right: 0;
}

nav.main-nav ul li.public {
    border-bottom: 4px solid #3e3892;
}

nav.main-nav ul li.trainees {
    border-bottom: 4px solid #dcb502;
}

nav.main-nav ul li.solicitors {
    border-bottom: 4px solid #600011;
}

nav.main-nav ul li:nth-last-child(2) {
    margin-right: 0;
}

.main-nav ul li:nth-last-child(2) ul.single {
    right: 0px;
}

.main-nav ul li:nth-last-child(2) ul.single li {
    text-align:right;
}

.main-nav ul li:nth-last-child(2) ul.single {
    max-width: 155px;
}

.main-nav ul li:nth-last-child(2) ul.single a {
    max-width: 153px;
}

.main-nav ul li:nth-last-child(3) ul.single {
    max-width: 175px;
}

.main-nav ul li:nth-last-child(3) ul.single a {
    max-width: 173px;
}

nav.main-nav ul li a {
    text-decoration: none;
    color: #404040;
    display: block;
    padding: 8px 28px;
    transition: all 0.1s ease-in-out 0s;
}

nav.main-nav ul li:hover a {
    background: #e8e8e8;
}
/*mega menu*/

nav.main-nav li .mega .nav-column {
    float: left;
    padding: 2.5%;
    width: 25%;
    font-family: 'Raleway', sans-serif;
    text-align: left;
}

nav.main-nav li .mega .nav-column h3 {
    color: #3e3892;
    font-weight: 600;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #3e3892;
    padding-bottom: 8px;
}

nav.main-nav li .mega {
    z-index: 100;
    box-shadow: 0 2px 3px #868686;
    border-top: 4px solid #600011;
    background: none repeat scroll 0 0 #e8e8e8;
    border-radius: 0 0 3px 3px;
    display: block;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 36px;
    transition: all 0.3s ease 0.15s;
    visibility: hidden;
    width: 80%;
}

nav.main-nav li .mega ul {
    text-align: left;
}

nav.main-nav li .mega ul li {
    display: block;
    font-size: 13px;
    border: none;
    float: none;
}

nav.main-nav li .mega ul li a {
    display: block;
    padding: 5px 0;
}

nav.main-nav li .mega ul li a:hover {
    text-decoration: underline;
}

nav.main-nav li.solicitors:hover .mega {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

nav.main-nav li .mega {
    z-index: 100;
    box-shadow: 0 2px 3px #868686;
    border-top: 4px solid #600011;
    background: none repeat scroll 0 0 #e8e8e8;
    border-radius: 0 0 3px 3px;
    display: block;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 36px;
    transition: all 0.3s ease 0.15s;
    display: none;
    width: 80%;
}

nav.main-nav li:hover .mega {
    opacity: 1;
    display: block;
    overflow: visible;
}
/* Logo */

.logo {
    padding: 10px 0;
    width: 174px;
        float:left;

}

.logo img {
    width: 174px;
}
.logo h1 {
    visibility:hidden;
}

.header .base {
    position: relative;
}
/* header search */

.header-search {
    position: absolute;
    right: 20px;
    top: 45px;
}

.header-search #home-search {
    padding: 6px;
    background: url(//ls-static.com/img/icon-mag.png) no-repeat right 10px center #ececec;
    border: 1px solid #dddddd;
    font-size: 13px;
    margin-right: 12px;
    padding-right: 30px;
}

#home-search:focus {
    border-color: #bdbdbd;
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
    transition: all 0.2s ease-in-out 0s;
}

/*buttons*/

a.btn {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

span.btn-outline {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 15px;
    text-align: center;
    border-radius: 3px;
}

a.btn-blue {
    background: #6a96d2;
    color: #fff !important;
    text-decoration: none !important;
}

span.btn-blue-outline {
    color: #6a96d2 !important;
    text-decoration: none !important;
}

a.btn-red {
    background: #600011;
    color: #fff !important;
    text-decoration: none !important;
}

span.btn-red-outline {
    color: #600011 !important;
    text-decoration: none !important;
}

a.btn-green {
    background: #669900;
    color: #fff !important;
    text-decoration: none !important;
}
span.btn-green-outline {  
    color: #669900 !important;
    text-decoration: none !important;
}
a.btn-pantone {
    background: #CAB64B;
    color: #fff !important;
    text-decoration: none !important;
}
span.btn-pantone-outline {
    color: #CAB64B !important;
    text-decoration: none !important;
}
a.btn-purple {
    background: #3e3892;
    color: #fff !important;
    text-decoration: none !important;
}

a.btn-dblue {
    background: #428bca;
    color: #fff !important;
    text-decoration: none !important;
}

a.medium {
    font-size: 13px;
    padding: 10px 15px;
}

a.small {
    font-size: 14px;
    padding: 2px 10px;
}

a.btn-arrow {
    background: url(//ls-static.com/img/icon-arrow-medium.png) #6a96d2 no-repeat right 10px center;
    padding-right: 25px;
}

a.btn-small-arrow {
    background: url(//ls-static.com/img/icon-arrow-medium.png) #6a96d2 no-repeat right 10px center;
    padding-right: 25px !important;
}

a.btn-small-arrow-green {
    background: url(//ls-static.com/img/icon-arrow-medium.png) #669900 no-repeat right 10px center;
    padding-right: 25px !important;
}

a.btn-arrow-green {
    background: url(//ls-static.com/img/icon-arrow-medium.png) #669900 no-repeat right 10px center;
    padding-right: 25px;
    color: #fff;
}

a.btn-arrow-green-back {
    background: url(//ls-static.com/img/icon-arrow-medium-left.png) #669900 no-repeat left 10px center;
    padding-left: 25px;
    color: #fff;
}

a.btn-arrow-back {
    background: url(//ls-static.com/img/icon-arrow-medium-left.png) #6a96d2 no-repeat left 10px center;
    padding-left: 25px;
}

a.btn-blue-arrow {
    background: url(//ls-static.com/img/icon-arrow-blue.png) #6a96d2 no-repeat left 10px center;
    padding-left: 25px;
}
a.btn-small-arrow-pantone {
    background: url(//ls-static.com/img/icon-arrow-medium.png) #CAB64B no-repeat right 10px center;
    padding-right: 25px !important;
}
a:hover.btn {
    box-shadow: inset 0 0 4px #4573b1;
    text-shadow: 0 0 3px #4573b1;
}
a:hover.btn-pantone {
    box-shadow: inset 0 0 4px #CAB64B;
    text-shadow: 0 0 3px #CAB64B;
}
a.btn-remove {
    background: url(//ls-static.com/img/icon-remove.png) #b20322;
    height: 22px;
    width: 22px;
}
/*homepage blocks*/

.red {
    background-color: #600011;
}

.yellow {
    background: #dcb502;
}

.blue {
    background: #3e3892;
}

.solicitors,
.trainees,
.public {
    display: block;
}

.solicitors h1 {
    background: url(//ls-static.com/img/icon-solicitor@2x.png) no-repeat 16px center #600011;
    background-size: 27px 26px;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 60px;
    border-radius: 5px 5px 0 0;
}

.solicitors h1:hover {
    background: url(//ls-static.com/img/icon-solicitor@2x.png) no-repeat 16px center #850118;
    background-size: 27px 26px;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 60px;
    border-radius: 5px 5px 0 0;
}

.trainees h1 {
    background: url(//ls-static.com/img/icon-trainees@2x.png) no-repeat 16px center #dcb502;
    background-size: 26px 23px;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 60px;
    border-radius: 5px 5px 0 0;
}

.trainees h1:hover {
    background: url(//ls-static.com/img/icon-trainees@2x.png) no-repeat 16px center #efc502;
    background-size: 26px 23px;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 60px;
    border-radius: 5px 5px 0 0;
}

.public h1 {
    background: url(//ls-static.com/img/icon-public@2x.png) no-repeat 16px center #3e3892;
    background-size: 23px 23px;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 60px;
    border-radius: 5px 5px 0 0;
}

.public h1:hover {
    background: url(//ls-static.com/img/icon-public@2x.png) no-repeat 16px center #4d46b1;
    background-size: 23px 23px;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 60px;
    border-radius: 5px 5px 0 0;
}

.solicitors a,
.trainees a,
.public a {
    text-decoration: none;
}

.solicitors h1 span,
.trainees h1 span,
.public h1 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    display: block;
}

ul.main-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    margin-bottom: 35px;
}

.span3 ul.main-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}

ul.main-list li {
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

ul.main-list li:last-child {
    border-bottom: none;
}

ul.main-list li a {
    display: block;
    background: url(//ls-static.com/img/icon-arrow-small@2x.png) no-repeat left center;
    background-size: 7px 11px;
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
}

{
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
}

ul.main-list li:hover {
    background: #e7e7e7;
}

.solicitors .border {
    border-bottom: 4px solid #600011;
}

.trainees .border {
    border-bottom: 4px solid #dcb502;
}

.public .border {
    border-bottom: 4px solid #3e3892;
}

h2.section-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #3e3892;
}

h2.section-title a {
    text-decoration: none;
    color: #3e3892;
}
/* List Styling */

ul.standard-list {
    margin-top: 10px;
    margin-bottom: 30px;
}

ul.standard-list li {
    font-weight: 300;
    background: url(//ls-static.com/img/icon-arrow-blue-squared.png) left center no-repeat;
    padding-left: 15px;
    margin-top: 10px;
}

ul.yellow-list li {
    background: url(//ls-static.com/img/icon-arrow-yellow-squared.png) left center no-repeat;
}

ul.red-list li {
    background: url(//ls-static.com/img/icon-arrow-red-squared.png) left center no-repeat;
}
/* Order List */

ol.standard-list-ordered {
    margin-top: 10px;
    padding: 5px;
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
}

ol.standard-list-ordered > li {
    position: relative;
    margin: 0 0 6px 2em;
    padding: 4px 8px;
    list-style: none;
    background: #fff;
}

ol.standard-list-ordered li {
    font-weight: 300;
    margin-top: 10px;
    color: #404040;
}

ol.standard-list-ordered > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 2px;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 8px;
    color: #fff;
    border-radius: 3px;
    background: #6e99d3;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, sans-serif;
    text-align: center;
}
/* Sidebar navigation */

.col3 .sidebar {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}

.col3 .sidebar ul li {
    border-bottom: 1px solid #ffffff;
    background: #999;
    position: relative;
}

.col3 .sidebar ul li a,
.col3 .sidebar ul li span {
    padding: 11px 15px;
    display: block;
    color: #ffffff;
    font-weight: 500;
}

.col3 .sidebar ul li a.selected,
.col3 .sidebar ul li span.selected {
    color: #fff;
    border-left: 3px solid #3E3892;
    background-color: #47409d;
    font-weight: 600;
}

.col3 .sidebar a.more,
.col3 .sidebar span.more {
    background: url(//ls-static.com/img/icon-arrow-white-squared.png) right 10px center no-repeat;
    padding-right: 20px;
}

.col3 .sidebar a.more-down,
.col3 .sidebar span.more-down {
    background: url(//ls-static.com/img/icon-arrow-white-squared-down.png) right 10px center no-repeat;
    padding-right: 20px;
}

.col3 .sidebar ul li a:hover {
    text-decoration: none;
    color: #fff;
    border-left: 3px solid #3E3892;
    background-color: #47409d;
    padding-left: 12px;
}

.col3 .sidebar ul li a.selected:hover {
    padding-left: 15px;
    background-color: #47409d;
}

.col3 .sidebar ul ul li {
    background: #d1d1d1;
}

.col3 .sidebar ul ul li:first-child {
    border-top: 1px solid #fff;
}

.col3 .sidebar ul ul li:last-child {
    border: none;
}

.col3 .sidebar ul ul li a {
    padding-left: 30px;
    font-size: 14px;
    color: #404040;
}

.col3 .sidebar ul ul li a:hover {
    text-decoration: none;
    padding-left: 27px;
    color: #fff;
    border-left: 3px solid #3E3892;
    background-color: #5a91d7;
}

.col3 .sidebar ul ul li a.selected {
    padding-left: 27px;
    background-color: #5a91d7;
    color: #fff;
    font-weight: 600;
}

.col3 .sidebar ul ul li a.selected:hover {
    padding-left: 27px;
    background-color: #5a91d7;
}

.col3 .sidebar ul ul ul li {
    background: #e0e0e0;
}

.col3 .sidebar ul ul ul li a {
    padding-left: 50px;
    color: #626262;
    font-size: 13px;
}

.col3 .sidebar ul ul ul li a:hover {
    padding-left: 47px;
    color: #626262;
    border-left: 3px solid #3E3892;
    background-color: #b0ccef;
}

.col3 .sidebar ul ul ul li a.selected {
    padding-left: 47px;
    background: #b0ccef;
    color: #343434;
    font-weight: 600;
}

.col3 .sidebar ul ul ul li a.selected:hover {
    padding-left: 47px;
    background-color: #b0ccef;
}
/*Legal Vacancies Block*/

h1.intro {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 26px;
    font-weight: 500;
    display: block;
    border-bottom: 3px solid #e8e8e8;
    padding-bottom: 15px;
    margin-bottom: 18px;
}

p.intro-para {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
}

.intro-content {
    margin-bottom: 20px;
}
/*news Block*/

.news {
    padding-bottom: 20px;
}

.news img {
    border-left: 5px solid #600011;
}

.news .news-preview {
    font-family: 'Open Sans', Arial, Sans-serif;
    color: #3d3d3d;
    margin-bottom: 40px;
    position: relative;
}

.news .news-preview.last {
    font-family: 'Open Sans', Arial, Sans-serif;
    color: #3d3d3d;
    margin-bottom: 10px;
}

.news-preview h2 {
    margin-bottom: 10px;
}

.news-preview span {
    color: #600011;
    margin-bottom: 10px;
    display: inline-block;
}

.news .news-preview h3 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
}

.news .news-preview span {
    color: #7c1527;
}

.news .news-preview h3 a,
.courses h3 a {
    color: #404040;
}

.news .news-preview h3 a:hover,
.courses h3 a:hover {
    text-decoration: underline;
    color: #3e3892;
}

.news .news-preview p {
    font-size: 14px;
}

.news .news-article {
    margin-bottom: 10px;
}

.article {
    padding: 20px 0 10px 0;
    border-bottom: 2px solid #e8e8e8;
}

.staff-article {
    padding: 0 0 5px 0;
    border-bottom: 2px solid #e8e8e8;
}

.article-image {
    float: left;
    display: block;
    margin-right: 15px;
}

.article-image img {
    border-left: 3px solid #600011;
}

.news-preview a.btn {
    margin: 0;
}

.article-last {
    border-bottom: 0px;
    margin-bottom: 30px;
}

.main-content div.article:nth-child(2) {
    padding-top: 20px;
}

.main-content img {
    display: block;

}

.main-content em {
    font-style: italic !important;
}

.main-content strong {
    font-weight: bold;
}
/*Breadcrumb*/

.breadcrumb {
    position: relative;
    font-family: 'Open Sans', Arial, san-serif;
    display: block;
    border-bottom: #e8e8e8 solid 3px;
    margin-bottom: 15px;
}

.breadcrumb ul li {
    float: left;
    margin: 3px 0 15px 0;
}

.breadcrumb ul li a {
    font-size: 13px;
    display: block;
    padding: 4px 0;
    color: #3e3892;
    background: url(//ls-static.com/img/icon-arrow-blue-squared.png) no-repeat right 12px center;
    padding-right: 30px;
}

.breadcrumb ul li:first-child a {
    color: #fff;
    background: #3e3892;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 10px;
}

.breadcrumb ul li span {
    font-size: 13px;
    display: block;
    padding: 4px 0px;
    color: #404040;
}

.breadcrumb .btn {
    position: absolute;
    right: 0;
}

.triangle-right {
    position: absolute;
    left: 58px;
    top: 4px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 12px solid #3e3892;
    border-bottom: 12px solid transparent;
}
/*Vacancies Listing*/

.vacancies-title .date {
    padding: 6px 2px;
    background: #6e98d3;
    float: left;
    color: #fff;
    font-size: 11px;
    width: 40px;
    text-align: center;
    line-height: 1.2;
    margin-right: 10px;
}

.main-content .vacancies-title h2 {
    margin-bottom: 3px;
}

.vacancies-title .date span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.vacancies-title span {
    font-size: 14px;
}

.ref {
    text-align: right;
    padding-bottom: 20px;
}

.vacancies a {
    margin-left: 5px;
    float: right;
}

.main-content .vacancies-search {
    background: #e8e8e8;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    padding: 20px 15px;
    margin-bottom: 20px;
}

.main-content .vacancies-search input#SearchKeywords {
    background: url("//ls-static.com/img/icon-mag.png") no-repeat scroll right 10px center #fff;
    border: 1px solid #DDDDDD;
    font-size: 13px;
    margin-right: 12px;
    padding: 7px 30px 6px 7px;
}

.main-content .vacancies-search label {
    margin: 0 10px;
    padding-left: 5px;
    font-family: 'Raleway', Arial, Sans-serif;
    font-size: 16px;
}
/*Vacancies Details*/

.vac-logo img {
    display: block;
    width: 100%;
    border: 1px solid #e4e4e4;
}

.vacancies-head span {
    display: block;
}

.vacancies-head span.title {
    font-weight: 600;
    display: inline;
}

.main-content .vacancies-head h2 {
    font-size: 22px;
}

.vacancies-head {
    padding-bottom: 20px;
    border-bottom: 2px solid #e4e4e4;
    margin-bottom: 20px;
}

.vacancies-head a.btn {
    margin-top: 14px;
}

{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
    resize: none;
}

.step1 {
    border: 1px solid #ccc;
    border-radius: 4px;
    background: url(//ls-static.com/img/bg-upload.png) #f8f8f8 bottom right no-repeat;
    margin-top: 20px;
}

.step2 {
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f8f8f8;
    margin-top: 20px;
    margin-bottom: 20px;
}

.apply {
    padding-bottom: 20px;
    border-bottom: 2px solid #e4e4e4;
}

.apply-covernote {
    height:191px; 
}
.apply-email {
    height:191px;
}.apply-attach {
    height:176px;
}
 .step1 a{
   margin-bottom:15px;
}
.step2 input {width:250px;}

.main-content .step1 h2,
.main-content .step2 h2 {
    color: #404040;
    font-size: 28px;
}

.step1 .span3,
.step2 .span3 {
    background: #dedede;
    padding: 50px 10px;
    text-align: center;
    border-right: 1px solid #ccc;
}

.step1 .span9,
.step2 .span9 {
    padding: 20px 30px 20px 10px;
}

.step2 .span9 textarea#cover-note {
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
    resize: none;
    font-family: 'Open Sans', Arial, sans-serif;
}
/*Course Listing*/

.vacancies-table table {
    width: 100%;
    text-align: left;
}

.vacancies-table table tr td {
    vertical-align: middle;
}

.vacancies-table table tr td span {
    display: block;
    color: #600011;
    font-weight: 600;
    font-size: 12px;
}

.vacancies-table table tbody {
    border: 1px solid #f0f3f7;
}

.vacancies-table table thead {
    background: #d9dce0;
    color: #404040;
    border-bottom: 2px solid #600011;
    border-top: 2px solid #600011;
}

.vacancies-table table thead tr th {
    padding: 12px 10px;
    font-size: 16px;
    text-align: center;
}

.vacancies-table table tbody tr td {
    padding: 10px;
}

.vacancies-table table tr:nth-child(odd) td {
    background: #f0f3f7;
}

.vacancies-table table tbody tr td {
    border-bottom: #fff 1px solid;
}

/*.vacancies-table table tbody tr td:first-child {
    padding: 20px 10px;
    max-width: 200px;
}*/




/*Course Details*/

.course-details-table table {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

.course-details-table table tr td {
    vertical-align: middle;
    background: #e4e4e4;
    border-bottom: #fff 1px solid;
}

.course-details-table table tr:last-child {
    font-weight: 600;
    font-size: 16px;
}

.course-details-table table tr th {
    border: 1px solid #fff;
    padding: 15px 10px;
    font-size: 16px;
    text-align: left;
    background: #91abcd;
    color: #fff;
    font-weight: 600;
}

.course-details-table table tbody tr td {
    padding: 15px 10px;
}

.course-details-table table tr:nth-child(even) th {
    background: #c5d5ea;
    color: #3e3892;
}

.well {
    padding: 17px 17px 17px 17px;
    background: #f0f3f7;
    border: 2px solid #dcdcdc;
    border-radius: 4px;
}

.main-content .well h3 {
    display: inline-block;
    margin-bottom: 0;
    padding-top: 5px;
}

.well a {
    float: right;
}

.well span {
    font-weight: 600;
    font-size: 20px;
}
/*Basket*/

.basket table {
    width: 100%;
    margin-top: 40px;
}

.basket table img {
    width: auto;
}

.basket table thead {
    text-align: left;
    color: #4474b4;
    font-size: 16px;
}

.basket table thead th:first-child {
    padding-left: 15px;
    text-align: left;
}

.basket table thead th {
    padding-bottom: 15px;
    text-align: center;
}

.basket table tbody td {
    background: #e8e8e8;
    padding: 15px 15px;
    border-left: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}

.basket table tbody td span {
    display: block;
    font-size: 12px;
    color: #3E3892;
    font-weight: 300;
}

.basket input[type=text],
.basket table input[type=password],
.basket table textarea {
    color: #404040;
    font-size: 14px;
    background: #fff;
    text-align: center;
    border: 1px solid #cfcfcf;
    width: 70%;
    padding: 8px;
    border-radius: 2px;
}

.basket table tbody td:first-child {
    text-align: left;
    min-width: 60%;
}

.basket table tbody tr td:nth-child(3) {
    width: 10%;
    background: #fff;
}

.basket table span.quantity-label {
    color: #404040;
    font-size: 14px;
    background: #fff;
    text-align: center;
    border: 1px solid #cfcfcf;
    padding: 8px;
    border-radius: 2px;
    font-weight: inherit;
    margin: 0 9px;
}

.basket table tbody tr {
    border-bottom: 10px solid #fff;
}

.discount {
    float: right;
    padding: 20px 0;
}

.discount span {
    display: block;
    font-size: 12px;
    text-align: right;
    padding-top: 15px;
}

.discount label {
    font-weight: 600;
}

.discount input[type=text] {
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    padding: 6px;
    border-radius: 2px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 10px;
}

.total-price {
    border-top: 3px solid #e4e4e4;
    padding: 20px 0 10px 0;
}

.container .total-price h2 {
    float: right;
    font-size: 26px;
}

.total-price h2 span {
    color: #404040;
    font-size: 18px;
}

.total-price a.btn {
    float: right;
}

.proceed {
    float: right;
}

.proceed-checkout {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
/*paging*/
/*.paging { text-align:center; padding:20px 0; font-family:'Open Sans', Arial, sans-serif; }
.paging img{ display:inline; width:auto;}
.paging a{ display:inline-block; padding:3px 8px; border-radius:3px; color:#404040; background:#e4e4e4; margin-right:3px;}
.paging a:first-child{ margin-right:15px;} .paging a:last-child{ margin-left:12px;}
.paging a.selected{ background: #929292; color:#fff; }
.paging a:hover{ background: #929292; color:#fff;}*/
/*Courses and Events Block*/

.border-red {
    border-left: 6px solid #600011;
}

.border-blue {
    border-left: 6px solid #3e3892;
}

.border-yellow {
    border-left: 6px solid #dcb502;
}

.courses {
    font-family: 'Open Sans', Arial, Sans-serif;
    color: #3d3d3d;
    padding-bottom: 20px;
}

.courses .group {
    margin-bottom: 15px;
    padding: 6px 4px 16px 14px;
}

.courses h3 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: 'Raleway', Arial, Sans-serif;
}

.courses .arrow h3 {
    background: url(../img/icon-arrow-small.png) no-repeat left center;
    padding-left: 13px;
}

.courses p {
    font-size: 14px;
}

.becoming-solicitor {
    position: relative;
}

.becoming-solicitor img {
    width: 100%;
    border-bottom: 1px solid #600011;
    display: block;
}

.becoming-solicitor ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'lato', Arial, sans-serif;
    font-size: 15px;
}

.becoming-solicitor ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.becoming-solicitor ul.lower-list li:last-child {
    border-bottom: none;
}

.becoming-solicitor ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.becoming-solicitor ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.becoming-solicitor ul.border {
    border-bottom: 4px solid #600011;
}

.becoming-solicitor ul.bg-white {
    background: #fff;
    border-left: #e6e6e6 1px solid;
    border-right: #e6e6e6 1px solid;
}

.shadow {
    box-shadow: 0px 1px 3px #4F4F4F;
}
/*
.span6 .becoming-solicitor{ position:relative; overflow:hidden; }
.span6 .becoming-solicitor img{ width:42%;  float:left; border-bottom:0px;}
.span6 .becoming-solicitor ul.lower-list{ background-color:#f5f5f5; padding:20px 20px; font-family:'lato', Arial, sans-serif; font-size:15px; margin-bottom:35px; width:58%; float:right; }
.span6 .becoming-solicitor ul.lower-list li{ background:url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center; line-height:2.2;  }
.span6 .becoming-solicitor ul.lower-list li:last-child{border-bottom:none;}
.span6 .becoming-solicitor ul.lower-list li a{ color:#404040; text-decoration:none; padding-left:20px; font-weight:500; transition: all 0.2s ease-in-out 0s; display:block;}
.span6 .becoming-solicitor ul.lower-list li a:hover{ padding-left:24px; transition: all 0.2s ease-in-out 0s;}
.span6 .becoming-solicitor ul.border{border-bottom:4px solid #600011;}
.span6 .becoming-solicitor ul.bg-white{ background:#fff; border-left:#e6e6e6 1px solid; border-right:#e6e6e6 1px solid;}
*/

.legal-vacancies {
    font-family: 'Open Sans', Arial, Sans-serif;
}

.legal-vacancies .article {
    border: 1px solid #d4d4d4;
    padding: 10px;
    background: #fff;
}

.legal-vacancies ul li {
    margin-bottom: 20px;
    padding-left: 10px;
}

.legal-vacancies ul li:first-child {
    border-left: 3px solid #3e3892;
}

.legal-vacancies ul li:last-child {
    border-left: 3px solid #dcb502;
    margin-bottom: 10px;
}

.legal-vacancies ul li:nth-child(2) {
    border-left: 3px solid #600011;
}

.legal-vacancies h3 a {
    font-size: 17px;
    color: #404040;
    text-decoration: none;
}

.legal-vacancies h3 {
    margin: 6px 0;
}

.legal-vacancies .v-listing {
    margin-bottom: 10px;
}

.legal-vacancies .vacancies-title a {
    font-size: 14px;
    color: #404040;
    font-weight: 600;
}

.legal-vacancies .vacancies-title a:hover {
    text-decoration: underline;
    color: #3e3892;
}

.legal-vacancies .vacancies-title span.location {
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
    color: #3e3892;
}

.main-content {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    padding-bottom: 20px;
}


h1.body {
    font-size: 24px;
    font-weight: 500;
    border-bottom: 3px solid #600011;
    padding-bottom: 14px;
    color: #5d5d5d;
    margin-bottom: 20px;
}

.main-content .archive-btn {
    position: absolute;
    top: -26px;
    right: 0px;
}

.main-content h2 {
    font-size: 18px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 10px;
}

.main-content h3 {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 600;
}

.main-content h5 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    font-weight: 600;
}
/*contact form*/

.main-content .map {
    margin-bottom: 40px;
}

.main-content .map img {
    width: 100%;
    display: block;
    padding-bottom: 20px;
    border-bottom: 2px solid #e4e4e4;
}

.contact-form {
    margin-bottom: 20px;
}

.contact-form table label {
    float: left;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Raleway', Arial, Sans-serif;
    color: #000;
}

.contact-form select {
    overflow: hidden;
    padding: 5px;
    width: 70%;
    background: #e8e8e8;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
}

.contact-form table {
    width: 100%;
    margin: 10px 0px;
    margin-bottom: 10px;
}

.contact-form table select {
    width: 70%;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    font-weight: 300;
    outline: none;
}

.contact-form table td {
    padding: 0px 0px 9px 0px;
}

.contact-form table th {
    padding-bottom: 5px;
}

.contact-form table input[type=text],
.contact-form table input[type=password],
.contact-form table textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
}

.contact-form table input[type=text]:focus,
.contact-form table input[type=password]:focus,
.contact-form table textarea:focus {
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
}

.contact-form table td.radio input[type=radio]:first-child {
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 0px;
}

.contact-form table td.radio input[type=radio]:last-child {
    margin-left: 30px;
    margin-right: 10px;
    width:inherit !important;
}

.contact-form input placeholder {
    color: #b8b8b8;
}

:-ms-input-placeholder {
    color: #b8b8b8;
}

.contact-form table input.medium {
    width: 70%;
}

.contact-form table input.small {
    width: 50%;
}

.contact-form table input.error {
    border-color: #b42426;
    box-shadow: 0 1px 0 rgba(180, 36, 38, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(180, 36, 38, 0.15);
}

.contact-form table span.error-label {
    display: block;
    font-size: 12px;
    color: #b42426;
    margin-top: 5px;
}

.contact-form::-webkit-input-placeholder {
    color: #afafaf;
}

.contact-form:-moz-placeholder {
    color: #afafaf;
}

.contact-form::-moz-placeholder {
    color: #afafaf;
}

.contact-form:-ms-input-placeholder {
    color: #afafaf;
}

.contact-form textarea {
    resize: vertical;
}

.contact-form table td input#confirm[type=checkbox] {
    margin-right: 10px;
    padding-left: 0;
}

.page-error {
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid #b42426;
    box-shadow: 0 1px 0 rgba(180, 36, 38, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(180, 36, 38, 0.15);
    color: #b42426;
    background: #fbf0f0;
    padding: 10px 10px;
    border-radius: 4px;
}

.page-info {
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid #4C6680;
    box-shadow: 0 1px 0 rgba(92, 122, 153, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(92, 122, 153, 0.15);
    color: #4C6680;
    background: #99CCFF;
    padding: 10px 10px;
    border-radius: 4px;
}


.page-success {
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid #468847;
    box-shadow: 0 1px 0 rgba(70, 136, 71, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(70, 136, 71, 0.15);
    color: #468847;
    background: #effcef;
    padding: 10px 10px;
    border-radius: 4px;
}
/*accordian*/

.booking-steps {
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
    margin-left: 10px;
}

.booking-steps ul li {
    padding: 7px 0px 17px 30px;
    font-size: 11px;
    font-weight: 600;
}

.booking-steps ul li.inactive {
    background: url(//ls-static.com/img/img-step-inact.png) left bottom no-repeat;
}

.booking-steps ul li.active {
    background: url(//ls-static.com/img/img-step-act.png) left bottom no-repeat;
}

.booking-accordion {
    margin: 20px 0;
}

.booking-accordion ul li:last-child.accordion-activate a.accordion-header {
    border-radius: 0px 0px 0px 0px;
}

.accordion-activate a.accordion-header {
    color: #fff;
    background: #a1a0b6 url(//ls-static.com/img/icon-acc-on.png) 650px center no-repeat;
}

.accordion-activate .accordion-content .acc-content {
    border: 3px solid #a1a0b6;
}

.accordion-activate a.accordion-header {
    background: #a1a0b6 url(//ls-static.com/img/icon-arrow-down-white.png) center right 20px no-repeat;
}

.accordion-content {
    display: none;
}

a.accordion-header {
    display: block;
    margin-top: 1px;
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 15px;
    background-color: #e4e4e4;
    background: #e4e4e4 url(//ls-static.com/img/icon-arrow-down.png) right 20px center no-repeat;
}

.acc-content {
    border: 3px solid #ececec;
    padding: 20px 25px;
}

.acc-content ul {
    margin-bottom: 15px;
    border-left: 2px solid #600011;
    padding-left: 10px;
}

.acc-content ul li a {
    color: #3e3892;
}

.acc-content ul li a:hover {
    color: #5a53c1;
    text-decoration: underline;
}

.acc-content h3 {
    padding-bottom: 10px;
    color: #3e3892;
}

.accordion-content .call-btn {
    display: none;
}

.back-link {
    padding: 20px 0;
    padding-bottom: 0px;
}

.back-link a.prev {
    background: url(//ls-static.com/img/icon-btn-prev.png) no-repeat scroll left center transparent;
    float: left;
    color: #363287;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-top: 3px;
    text-decoration: underline;
}

.back-link a.prev:hover {
    color: #6e99d3;
    text-decoration: underline;
}

.back-link a.btn {
    float: right;
    background: url(//ls-static.com/img/icon-share.png) #6a96d2 no-repeat left 12px center;
    color: #fff;
    padding-left: 40px;
}

.related-content .span4 ul.lower-list {
    background: #fff;
    border-left: #e6e6e6 1px solid;
    border-right: #e6e6e6 1px solid;
}

.related-content-head {
    display: block;
    border-top: 3px solid #3e3892;
    padding: 15px 0;
    font-size: 20px;
    font-family: 'lato', Arial, sans-serif;
    border-bottom: 2px solid #e8e8e8;
    margin-bottom: 20px;
}

.related-content {
    margin-bottom: 20px;
}

.gazette {
    position: relative;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-bottom: 20px;
}

.gazette-text a {
    display: block;
    background: url(//ls-static.com/img/icon-arrow-white-squared.png) no-repeat right 10px center;
    padding: 15px;
    color: #fff;
}

.gazette-text a:hover {
    background: url(//ls-static.com/img/icon-arrow-white-squared.png) no-repeat right 10px center rgba(96, 0, 17, 0.9);
}

.gazette img {
    width: 100%;
    display: block;
}

.gazette-text {
    background: rgba(96, 0, 17, 0.8);
    margin-top: 5px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.gazette-text h3 {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 17px;
    padding: 8px 0;
    color: #fff;
}

.gazette-text p {
    font-size: 13px;
    width: 90%;
}
.featured-gazette-share {
    float: right;
    position: relative;
    top: 30px;
    right: 10px;
}
/*tabbing*/

.tabs li {
    list-style: none;
    float: left;
    margin-right: 1px;
}

.tabs a {
    margin-top: 16px;
    padding: 10px 14px;
    background: #3e3892;
    color: #fff;
    display: block;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
}

.tabs a:hover {
    background: #393484;
    color: #fff;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
}

.tabs a.active {
    font-size: 16px;
    margin-top: 12px;
    padding: 12px;
    background: #fff;
    color: #3e3892;
    border: 1px solid #dadada;
    border-bottom: 0px;
    border-radius: 4px 4px 0 0;
    position: relative;
    z-index: 2;
    font-weight: 600;
}

.tab-contents {
    background: #fff;
    width: 100%;
    padding: 35px 25px;
    border: 1px solid #dadada;
    position: relative;
    top: -1px;
    z-index: 1;
}
/* tabbing-find-block */

.find .tabs li {
    width: 49.7%;
}

.find .tabs li:last-child {
    float: right;
    margin-right: 0px;
}

.find .tabs li a {
    width: auto;
    text-align: center;
    font-size: 13px;
}

.find-tab-contents {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    background: #fff;
    width: 100%;
    padding: 35px 25px;
    border: 1px solid #dadada;
    position: relative;
    top: -1px;
    z-index: 1;
}

.find .tabs a.active {
    font-weight: normal;
}

.find-tab-contents input[type="text"] {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 10px;
}
/*find*/

.tabs-find {
    padding: 0px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    background: #fff;
    width: 100%;
    border: 1px solid #dadada;
    position: relative;
    top: -1px;
    z-index: 1;
}

.main-content .filters {
    background: #e8e8e8;
    border-top: 10px solid #d6d6d6;
    min-height: 1560px;
    float: right;
}

.find-list {
    padding: 35px 25px;
}

.filters ul.locations {
    margin-top: 10px;
    font-size: 13px;
    margin-bottom: 30px;
}

.filters ul.locations li {
    border-bottom: 1px dotted #fff;
}

.filters ul.locations li a {
    display: block;
    color: #404040;
    padding: 6px 0;
    padding-left: 10px;
}

.filters ul.locations li a span {
    font-weight: 600;
    color: #3e3892;
    padding-left: 6px;
}

.filters ul.locations li:hover a {
    background: #d6d6d6;
}


.selected-facets {
    margin-top: 20px;
}
.selected-facets a {
    margin: 0 5px 10px 0;
}

.selected-facets .btn {
    background: url(//ls-static.com/img/icon-close.png) #6A96D2 right 5px center no-repeat;
    padding-right: 25px;
}

 .mob-filters-link {
  display: none;
}

 .comm-back-link {
     display:none;
 }


/*Find search*/

.find-search {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.find-search #find-search {
    width: 50%;
    padding: 6px;
    background: url(//ls-static.com/img/icon-mag.png) no-repeat right 10px center #fff;
    border: 1px solid #dddddd;
    font-size: 13px;
    margin-right: 12px;
    padding-right: 30px;
}

#find-search:focus {
    border-color: #bdbdbd;
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
    transition: all 0.2s ease-in-out 0s;
}

.find-search h3 {
    margin-top: 20px;
}

.find-search h3 span {
    color: #600011;
}

.find-search .find-sort {
    position: absolute;
    right: 0;
    bottom: -40px;
}

.main-content .links {
    position: absolute;
    right: 0;
    font-size: 12px;
    top: 6px;
}

.main-content .links ul li {
    display: inline;
    background: none;
    color: #404040;
    margin-left: 10px;
}

        .main-content .links ul li a {
            padding: 3px 8px;
        }
    
    .main-content .Linkbuttons {
        display: inline-block;
        background: none;
        color: #404040;
    }

        .main-content .LinkButtonsAlign {
            display: inline-block;
             margin-left: 10px;
            padding: 3px 8px 3px 8px;
        }
        
            .main-content .LinkButtonsAlign a {
                padding: 3px 8px 3px 8px;
            }


/*Checkout process */

.indicators {
    position: absolute;
    right: 0;
    top: 0px;
    font-family: 'Open Sans', Arial, sans-serif;
}

.indicators ul li {
    display: inline;
    margin-left: 15px;
    color: #868686;
    font-weight: 600;
    background: url(//ls-static.com/img/icon-arrow-green-squared.png) right center no-repeat;
    padding-right: 15px;
}

.indicators ul li:last-child {
    background: none;
    padding-right: 0px;
}

.indicators ul li.current {
    color: #669900;
    font-weight: 600;
}

.indicators ul li.current span {
    background: #669900;
    border-radius: 50%;
    padding: 5px 13px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border: 3px solid #bdd985;
}

.indicators ul li span {
    background: #868686;
    border-radius: 50%;
    padding: 5px 13px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border: 3px solid #d4d4d4;
    margin-right: 8px;
}

.address-details {
    border-top: 2px solid #d4d4d4;
    border-bottom: 2px solid #d4d4d4;
    padding: 20px 0;
    padding-bottom: 0px;
}

.address-details .col4 {
    border-right: 2px solid #d4d4d4;
}

.container .ship-current {
    padding-top: 32px;
    padding-right: 30px;
}

.container .ship-new {
    padding-left: 20px;
    padding-top: 20px;
    min-height: 280px;
    margin-right: 0%;
}

.container .ship-current span {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    padding-left: 8px;
}

.commerce-nav {
    margin-top: 15px;
}

span.field-notification {
    font-size: 12px;
    margin-top: -2px;
    display: block;
    color: #868686;
}

.email-entry {
    margin-bottom: 20px;
}

.email-entry input[type=text] {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
    margin-top: 10px;
}

.email-entry input[type=text]:focus {
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
}

.email-entry input.medium {
    width: 70%;
}

.email-entry input.small {
    width: 50%;
}

.email-entry label {
    font-weight: 600;
}

table.current-address {
    font-size: 14px;
    margin-left: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: 'Open Sans', Arial, sans-serif;
}

table.current-address td {
    padding: 5px 0;
    color: #868686;
}

table.current-address th {
    width: 30%;
}

table label {
    float: left;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Raleway', Arial, Sans-serif;
    color: #000;
    text-align: left;
}

select {
    overflow: hidden;
    padding: 5px;
    width: 70%;
    background: #e8e8e8;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
}

table {
    width: 100%;
    margin: 10px 0px;
    margin-bottom: 20px;
}

table select {
    width: 70%;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    font-weight: 300;
    outline: none;
}

table td {
    padding: 0px 0px 16px 0px;
}

table hr {
    border: none;
    border-top: 1px solid #3E3892;
    margin-top: 20px;
}

table th {
    padding-bottom: 5px;
}

table input[type=text],
table input[type=password],
table textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
}

table input[type=text]:focus,
table input[type=password]:focus,
table textarea:focus {
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
}

table td.radio input[type=radio]:first-child {
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 0px;
}

table td.radio input[type=radio]:last-child {
    margin-left: 30px;
    margin-right: 10px;
}

input placeholder {
    color: #b8b8b8;
}

:-ms-input-placeholder {
    color: #b8b8b8;
}

table input.medium {
    width: 70%;
}

.contact-form table input.small {
    width: 50%;
}

table input.error {
    border-color: #b42426;
    box-shadow: 0 1px 0 rgba(180, 36, 38, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(180, 36, 38, 0.15);
}

table span.error-label {
    display: block;
    font-size: 12px;
    color: #b42426;
    margin-top: 5px;
}

::-webkit-input-placeholder {
    color: #afafaf;
}

.contact-form:-moz-placeholder {
    color: #afafaf;
}

.contact-form::-moz-placeholder {
    color: #afafaf;
}

.contact-form:-ms-input-placeholder {
    color: #afafaf;
}

textarea {
    resize: vertical;
    width:100%;
    max-width:443px;
}

table td input#confirm[type=checkbox] {
    margin-right: 10px;
    padding-left: 0;
}

table td.choose-ship span {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
}

.formblock table label {
    float: left;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Raleway', Arial, Sans-serif;
    color: #000;
    text-align: left;
}

select {
    overflow: hidden;
    padding: 5px;
    width: 70%;
    background: #e8e8e8;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
}

.formblock table {
    width: 100%;
    margin: 10px 0px;
    margin-bottom: 20px;
}

.formblock table select {
    width: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    font-weight: 300;
    outline: none;
}

.formblock table td {
    padding: 0px 0px 18px 0px;
}

.formblock table hr {
    border: none;
    border-top: 1px solid #3E3892;
    margin-top: 20px;
}

.formblock table th {
    padding-bottom: 5px;
}

.formblock table input[type=text],
.formblock table input[type=password],
.formblock table textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
}

.formblock table input[type=text]:focus,
.formblock table input[type=password]:focus,
.formblock table textarea:focus {
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
}

.formblock table td input[type=radio] {
    margin-left: 0px;
    float: left;
}

.formblock input placeholder {
    color: #b8b8b8;
}

:-ms-input-placeholder {
    color: #b8b8b8;
}

.formblock table input.medium {
    width: 70%;
}

.contact-form table input.small {
    width: 50%;
}

.formblock table input.error {
    border-color: #b42426;
    box-shadow: 0 1px 0 rgba(180, 36, 38, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(180, 36, 38, 0.15);
}

.formblock table span.error-label {
    display: block;
    font-size: 12px;
    color: #b42426;
    margin-top: 5px;
}

::-webkit-input-placeholder {
    color: #afafaf;
}

.contact-form:-moz-placeholder {
    color: #afafaf;
}

.contact-form::-moz-placeholder {
    color: #afafaf;
}

.contact-form:-ms-input-placeholder {
    color: #afafaf;
}

.formblock textarea {
    resize: vertical;
}

.formblock table td input[type=checkbox] {
    margin-right: 10px;
    padding-left: 0;
    float: left;
}

.formblock table td.choose-ship span {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
}

.formblock table input[type=submit] {
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    background: #6A96D2;
    color: #fff;
    padding: 5px 15px;
    font-size: 13px;
}

.formblock table legend {
    color: #000000;
    display: block;
    font-family: 'Raleway', Arial, Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}
/*Publication listing*/

.publication-list {}

.publication-list tr th:first-child {
    text-align: left;
    width: 45%;
}

.publication-list tr th:nth-child(2) {
    width: 25%;
}

.publication-list tr td {
    font-weight: 600;
}
/* Confirmation page*/

.order-no {
    border-top: 1px solid #d4d4d4;
    padding: 10px 0;
    border-bottom: 1px solid #d4d4d4;
}

.order-no h5 {
    display: inline;
}

.order-no span {
    background-color: #600011;
    color: #fff;
    border-radius: 4px;
    padding: 3px 8px;
    font-weight: 600;
    margin-left: 10px;
}

.order {
    padding: 10px 0;
    padding-top: 30px;
    border-bottom: 1px solid #d4d4d4;
}

.order ul li {
    font-weight: 600;
    color: #868686;
    padding: 5px 0;
}

.order ul li span {
    color: #343434;
}

.commerce-nav .btn-green {
    margin-right: 20px;
}

.totals .col6 {
    float: right;
}

.totals {
    padding: 20px 0;
    font-weight: 600;
}

.totals ul li:last-child {
    padding-top: 20px;
}

.totals span.sum-total {
    color: #3e3892;
    font-size: 20px;
}
/*payment-entry*/

table span.label {
    display: block;
    font-size: 12px;
    color: #868686;
    clear: left;
    float: left;
}

table select.month {
    width: 70px;
    margin-right: 20px;
}

table select.year {
    width: 160px;
}

table td.expire {
    float: left;
    display: block;
    
}

      table td.expire select {
            width:90%;
        }

.card-payment .accept {
    color: #3d8fff;
}

.card-payment .accept span {
    color: #404040;
}

.card-payment img {
    width: auto;
}
/*find a mediator*/

.mediator-search table input[type="text"] {
    width: 90%;
}

.mediator-search table select {
    width: 90%;
}

.bsm-register td label
{
    display:none;
}

h2.bsm-search,  label.gss-search, span.gss-search
{
    display:none;
}

a.k-link {line-height:28px !important;}

label.bsm-srch-lst
{
    display:none;
}

span.bsm-srch-lst
{
    font-size: 13px !important;
    font-weight:normal !important; 
    text-align:left !important;
    word-spacing: 0px !important;
}

td.name-dsktop
    {
        display:table-cell !important;
    }
td.fullname-mob
    {
        display:none !important;
    }
    
@media all and (min-width: 810px) 
{
    td.dr-fname { min-width: 80px !important; }
    td.dr-sname { min-width: 50px !important; }
    td.dr-date { min-width: 75px !important; }
    td.dr-dsktp { min-width: 75px !important; }
    td.dr-details { min-width: 549px !important; }
    
    a.small {
    font-size: 11px;
    padding: 2px 10px;
    }

.vacancies-table table tbody tr td:first-child {
            padding: 20px 10px;
            max-width: 200px;
        }
    
}
@media all and (max-width: 810px) 
{
    td.dr-fname { width: 100px !important;}
    
    table.mob-enquiry-table { max-width: 220px !important;
                                  margin: 0px !important; }
    tr.mob-enquiry-table { max-width: 220px !important; }
    td.mob-enquiry-table { max-width: 120px !important; }
    textarea.enquiry-popup-form { max-width: 120px !important; }
    
}
table.mediator-listing {
    width: 100%;
    text-align: left;
    font-size: 12px;
}

table.mediator-listing tr td {
    vertical-align: middle;
}

table.mediator-listing tr td:first-child {
    width: 20%;
    font-weight: 600;
    font-size: 14px;
}

table.mediator-listing tr td span {
    display: block;
    color: #600011;
    font-weight: 600;
    font-size: 12px;
}

table.mediator-listing tbody {
    border: 1px solid #f0f3f7;
}

table.mediator-listing thead {
    background: #d9dce0;
    color: #404040;
    border-bottom: 2px solid #600011;
    border-top: 2px solid #600011;
}

table.mediator-listing thead tr th {
    padding: 12px 10px;
    font-size: 16px;
    text-align: left;
}

table.mediator-listing tbody tr td {
    padding: 22px 10px;
}

table.mediator-listing tr:nth-child(odd) td {
    background: #f0f3f7;
}

table.mediator-listing tbody tr td {
    border-bottom: #fff 1px solid;
}

table.mediator-listing tbody tr td:first-child {
    max-width: 200px;
}

table.mediator-listing tbody tr td:nth-child(5n) {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}

table.mediator-listing tbody tr td:nth-child(3) {
    text-align: center;
    font-weight: 600;
}

table.mediator-listing tr.additional {
    background: #fff;
    padding: 10px 10px;
    display: none;
}

table.mediator-listing tr.additional td {
    background: #fff;
    padding: 10px 10px;
}


table.mediator-listing tr td span.show-details {
    margin-top: 20px;
    display: block;
    width: 80%;
    cursor: pointer;
    color: #3e3892;
    background: url(//ls-static.com/img/icon-show.png) no-repeat right center;
    padding: 20px 20px 20px 0;
}

table.mediator-listing tr td span.hide-details {
    background: url(//ls-static.com/img/icon-hide.png) no-repeat right center;
    padding-right: 20px;
}
/* Garda Station Search */

.chkTerms input {
    width: 13px !important;
    float: left;
}

.chkTerms label {
    width: 95%;
    display: inline;
}
/*gazette*/

.main-content .featured-gazette {
    background: #f8f8f8;
    padding: 10px;
    border-radius: 4px;
    border: 2px solid #d4d4d4;
    margin-bottom: 20px;
}

.main-content .featured-gazette h4 {
    font-size: 22px;
    line-height: normal;
}

.main-content .featured-gazette span {
    color: #600011;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 5px;
    display: block;
}

.main-content .featured-gazette h1 {
    font-size: 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-style: italic;
    padding-bottom: 20px;
}

.main-content .featured-gazette .col8 {
    padding-top: 10px;
}

.main-content .previous-issues h5 {
    text-align: center;
    margin-top: 0px;
}

.main-content .previous-issues .col3 {
    padding: 10px;
    background: #f8f8f8;
    min-height: 300px;
}

.main-content .previous-issues .col3 a {
    display: block;
}

.main-content .previous-issues .col3:hover {
    box-shadow: 0 2px 0px #ababab;
}

.main-content .previous-issues .fluidHeight {
    height: 580px;
}

.main-content .previous-issues .sliderContainer {
    min-height: 282px;
}

.main-content .previous-issues .iosSlider {
    height: 580px !important;
}

@media screen and (max-width: 768px) 
{
    .main-content .previous-issues .iosSlider {
    height: 800px !important;}

    .main-content .previous-issues .fluidHeight {
    height: 800px;}  
}

@media screen and (min-width: 768px) 
{
    .main-content .previous-issues .iosSlider {
    height: 320px !important;}

    .main-content .previous-issues .fluidHeight {
    height: 300px;}  
}

.main-content .previous-issues .col3 a.btn {}
/*venue hire*/

.container .teaser {
    display: block;
    background: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-bottom: 20px;
}

.container .teaser a {
    display: block;
    padding-bottom: 10px;
}

.container .teaser {
    color: #868686;
    border: 1px solid #d4d4d4;
}

.container .teaser a span {
    color: #868686;
    padding: 0 10px;
    display: block;
    margin-bottom: 15px;
}

.container .teaser h4 {
    font-size: 28px;
    color: #600011;
    padding: 0px 10px;
    padding-top: 5px;
}

.container .teaser span.more {
    display: inline;
    background: url(//ls-static.com/img/icon-arrow-blue-squared.png) no-repeat right center;
    color: #3e3892;
}

.container .teaser-container {
    border-top: 2px solid #d4d4d4;
    padding-top: 20px;
}
/*Profile*/

.profile-accordion .accordion-activate .accordion-content .acc-content {
    border: none;
}

.profile-accordion .acc-content {
    border: none;
    padding: 0;
}

.profile-accordion h1 {
    font-size: 24px;
    font-weight: 500;
    color: #5d5d5d;
    margin-bottom: 20px;
}

.profile-accordion h2 {
    font-size: 18px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 10px;
}

.profile-accordion h3 {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 600;
}

.profile-accordion h4 {
    font-size: 15px;
    color: #3e3892;
    
    font-weight: 600;
    
}

.profile-accordion h5 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    font-weight: 600;
}

.profile-accordion a {
    color: #363287;
    text-decoration: underline;
}

.profile-accordion a:hover {
    color: #6e99d3;
}

.last-accordion-item {
    margin-bottom: 20px;
}

.acc-content .info-container {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid #d4d4d4;
    position: relative;
}

.acc-content .info-container a.btn {
    /*position:absolute; bottom:15px; right:15px;*/
}

.acc-content .info-container h1 {
    color: #404040;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    border-left: 3px solid #3e3892;
    font-weight: 600;
    display: block;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.acc-content .info-container table tr th {
    text-align: right;
    padding-right: 10px;
    font-weight: 600;
}

.acc-content .acc-text {
    padding: 10px;
    margin-top: 15px;
}

.info-container input#confirm {
    margin-left: 0;
    margin-right: 10px;
}

.main-content .password {
    border: 1px solid #d4d4d4;
    padding: 15px 25px;
    padding-bottom: 0;
}

table input#password {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CFCFCF;
    border-radius: 2px 2px 2px 2px;
    color: #404040;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    padding: 8px;
    width: 100%;
}

.login-content table input#password {
    background: none repeat scroll 0 0 #ECECEC;
    width: 100%;
}

.acc-content .info-container table input,
.acc-content .info-container table select {
    width: 80%;
    margin-top: 0px;
}

.acc-content .info-container table input.medium,
.acc-content .info-container table select.medium {
    width: 60%;
}

@media all and (max-width: 667px)
{
    .acc-content .info-container table input.medium {
    width: 100%;
    }
    
    .acc-content .info-container table input[type=submit] {
    width: 50% !important;
    }
    
}

.acc-content .info-container table input.small,
.acc-content .info-container table select.small {
    width: 40%;
}

.orders-table table {
    width: 100%;
    text-align: left;
    border: 1px solid #d4d4d4;
}

.orders-table table tr td {
    vertical-align: middle;
}

.orders-table table tr td span {
    display: block;
    color: #600011;
    font-weight: 600;
    font-size: 12px;
}

.orders-table table tbody {
    border: 1px solid #f0f3f7;
}

.orders-table table thead {
    background: #fff;
    color: #404040;
    border-bottom: 2px solid #600011;
    border-top: 2px solid #600011;
    font-size: 14px;
}

.orders-table table thead tr th {
    padding: 12px 10px;
    font-size: 14px;
    text-align: center;
}

.orders-table table tbody tr td {
    padding: 10px 10px;
    text-align: center;
    font-size: 12px;
}

.orders-table table tr:nth-child(odd) td {
    background: #f0f3f7;
}

.orders-table table tbody tr td {
    border-bottom: #fff 1px solid;
}

/*Fancybox */
/*Practice notes */

.main-content .pn-search {
    border-bottom: 2px solid #d4d4d4;
    padding-bottom: 20px;
}

.main-content .pn-search select {
    width: 100%;
    font-size: 12px;
}

.main-content .pn-search select.year {
    width: 90%;
}

.news-preview span.date {
    font-size: 12px;
    color: #404040;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
}

.news-preview {
    position: relative;
}

.main-content .pn-search input {
    width: 60%;
    background: url("//ls-static.com/img/icon-mag.png") no-repeat scroll right 10px center #FFFFFF;
    border: 1px solid #DDDDDD;
    font-size: 13px;
    margin-right: 12px;
    padding: 7px 30px 6px 7px;
    vertical-align: top;
}


/*Add attendees*/

.address-details select {
    width: 100%;
    font-size: 14px;
}

.attendees .col8 {
    border: none;
}

.course-select {
    padding-bottom: 20px;
    border-bottom: 2px solid #d4d4d4;
    margin-bottom: 20px;
}

.course-select .col6 label {
    padding-bottom: 5px;
    display: block;
}

.attendees table tr td input[type="text"] {
    width: 95%;
}

.attendees table tr td select {
    width: 50%;
}

.course-attendees {
    border: 2px solid #d4d4d4;
    background: #f8f8f8;
    padding: 10px 20px;
}

.course-attendees table {
    text-align: left;
}

.add-attendees table {
    margin-bottom: 0;
}

.course-attendees table tr th {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 20px;
}

.course-attendees table tr th:last-child {
    text-align: center;
}

.course-attendees table tr td {
    text-align: center;
}

.course-attendees table tr td:nth-child(odd) {
    text-align: left;
}

.course-attendees table img {
    width: auto;
    display: inline;
}
/*Site search*/

.site-search {
    border: 1px solid #d4d4d4;
}

table tr.remove-all td {
    font-weight: 600;
}

@media only screen and (max-width: 769px) {
    nav.main-nav ul li a {
        padding: 8px 12px;
    }
    nav.main-nav ul li:last-child a {
        padding-right: 0px;
    }
}
/*New Blocks*/

.span3,
.span4,
.span6,
.span8,
.span9,
.span12 {
    padding-bottom: 20px;
}
/*Data Blocks*/

.span8 .data {
    position: relative;
}

.span8 .data .contain {
    margin-bottom: 20px;
}

.span8 .data div:last-child.contain {
    margin-bottom: 0px;
}

.span8 .data img {
    width: auto;
}

.span8 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
}

.span8 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span8 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 77%;
}

.span8 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span8 .data .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.span8 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span8 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col9 .span8 .data {
    position: relative;
}

.col9 .span8 .data .contain {
    margin-bottom: 20px;
}

.col9 .span8 .data div:last-child.contain {
    margin-bottom: 0px;
}

.col9 .span8 .data img {
    width: auto;
}

.col9 .span8 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
}

.col9 .span8 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span8 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 70%;
}

.col9 .span8 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.col9 .span8 .data .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.col9 .span8 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.col9 .span8 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.span9 .data {
    position: relative;
}

.span9 .data .contain {
    margin-bottom: 20px;
}

.span9 .data div:last-child.contain {
    margin-bottom: 0px;
}

.span9 .data img {
    width: auto;
}

.span9 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
}

.span9 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span9 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 77%;
}

.span9 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span9 .data .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.span9 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span9 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col9 .span9 .data {
    position: relative;
}

.col9 .span9 .data .contain {
    margin-bottom: 20px;
}

.col9 .span9 .data div:last-child.contain {
    margin-bottom: 0px;
}

.col9 .span9 .data img {
    width: auto;
}

.col9 .span9 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
}

.col9 .span9 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span9 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 70%;
}

.col9 .span9 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.col9 .span9 .data .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.col9 .span9 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.col9 .span9 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.span6 .data {
    position: relative;
}

.span6-divContact
{
    padding-bottom:20px;
    float: left;
    width: 49%;
    position: relative;
}

divPII
{
}

    .span6 .data .contain {
        margin-bottom: 20px;
    }

.span6 .data div:last-child.contain {
    margin-bottom: 0px;
}
.block-img
{
   width:100% !important;
}

.span6 .data img {
    width: auto;
}

.span6 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
}

.span6 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span6 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 69%;
}

.span6 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span6 .data .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.span6 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span6 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col9 .span6 .data {
    position: relative;
}

.col9 .span6 .data .contain {
    margin-bottom: 20px;
}

.col9 .span6 .data div:last-child.contain {
    margin-bottom: 0px;
}

.col9 .span6 .data img {
    width: auto;
    display: none;
}

.col9 .span6 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
}

.col9 .span6 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span6 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 69%;
}

.col9 .span6 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.col9 .span6 .data .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.col9 .span6 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.col9 .span6 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.span4 .data {
    position: relative;
}

.span4 .data .contain {
    margin-bottom: 20px;
}

.span4 .data img {
   
}

.span4 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
    display: none;
}

.span4 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span4 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    border-left: 4px solid #600011;
    padding-left: 10px;
}

.span4 .data div:nth-child(2).contain .content {
    border-left: 4px solid #dcb502;
}

.span4 .data div:nth-child(3).contain .content {
    border-left: 4px solid #600011;
}

.span4 .data div:nth-child(3).contain .content {
    border-left: 4px solid #2f2580;
}

.span4 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
    background: url(//ls-static.com/img/icon-arrow-blue.png) no-repeat left center;
    padding-left: 12px;
}

.span4 .data .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
}

.span4 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    display: none;
}

.span4 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: none;
}

.col9 .span4 .data {
    position: relative;
}

.col9 .span4 .data .contain {
    margin-bottom: 20px;
}

.col9 .span4 .data img {
    width: auto;
}

.col9 .span4 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
    display: none;
}

.col9 .span4 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span4 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    border-left: 4px solid #600011;
    padding-left: 10px;
}

.col9 .span4 .data div:nth-child(2).contain .content {
    border-left: 4px solid #dcb502;
}

.col9 .span4 .data div:nth-child(3).contain .content {
    border-left: 4px solid #600011;
}

.col9 .span4 .data div:nth-child(3).contain .content {
    border-left: 4px solid #2f2580;
}

.col9 .span4 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
    background: url(//ls-static.com/img/icon-arrow-blue.png) no-repeat left center;
    padding-left: 12px;
}

.col9 .span4 .data .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
}

.col9 .span4 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    display: none;
}

.col9 .span4 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: none;
}

.span3 .data {
    position: relative;
}

.span3 .data .contain {
    margin-bottom: 20px;
}

.span3 .data img {
    width: auto;
}

.span3 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
    display: none;
}

.span3 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span3 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    border-left: 4px solid #600011;
    padding-left: 10px;
}

.span3 .data .content h3 {
    font-size: 16px;
    color: #3e3892;
    margin-bottom: 5px;
}

.span3 .data .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.span3 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    display: none;
}

.span3 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col9 .span3 .data {
    position: relative;
}

.col9 .span3 .data .contain {
    margin-bottom: 20px;
}

.col9 .span3 .data img {
    width: auto;
}

.col9 .span3 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
    display: none;
}

.col9 .span3 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span3 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    border-left: 4px solid #600011;
    padding-left: 10px;
}

.col9 .span3 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.col9 .span3 .data .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.col9 .span3 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    display: none;
}

.col9 .span3 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col3 .span12 .data {
    position: relative;
}

.col3 .span12 .data .contain {
    margin-bottom: 20px;
}

.col3 .span12 .data img {
    width: auto;
}

.col3 .span12 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
    display: none;
}

.col3 .span12 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col3 .span12 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    border-left: 4px solid #600011;
    padding-left: 10px;
}

.col3 .span12 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.col3 .span12 .data .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.col3 .span12 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    display: none;
}

.col3 .span12 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
/*Picture List Block*/

.span3 .plist {
    position: relative;
}

.span3 .plist .thumb {
    width: 100%;
    border-bottom: 1px solid #600011;
    display: block;
}

.span3 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span3 .plist .contain {
    position: relative;
}

.span3 .plist .content {
    border-top: 2px solid #600011;
}

.span3 .plist .content ul {
    border-bottom: 4px solid #600011;
}

.span3 .plist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.span3 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.span3 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.span3 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.span3 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.mid-section .span3 .plist {
    position: relative;
}

.mid-section .span3 .plist .thumb {
    width: 100%;
    border-bottom: 1px solid #600011;
    display: block;
}

.mid-section .span3 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.mid-section .span3 .plist .contain {
    position: relative;
}

.mid-section .span3 .plist .content {
    border-top: 2px solid #600011;
}

.mid-section .span3 .plist .content ul {
    border-bottom: 4px solid #600011;
}

.mid-section .span3 .plist .content ul.lower-list {
    background-color: #fff;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.mid-section .span3 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.mid-section .span3 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.mid-section .span3 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.mid-section .span3 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.col3 .span12 .plist {
    position: relative;
}

.col3 .span12 .plist .thumb {
    width: 100%;
    border-bottom: 1px solid #600011;
    display: block;
}

.col3 .span12 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col3 .span12 .plist .contain {
    position: relative;
}

.col3 .span12 .plist .content {
    border-top: 2px solid #600011;
}

.col3 .span12 .plist .content ul {
    border-bottom: 4px solid #600011;
}

.col3 .span12 .plist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.col3 .span12 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.col3 .span12 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.col3 .span12 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.col3 .span12 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.col9 .span3 .plist {
    position: relative;
}

.col9 .span3 .plist .thumb {
    width: 100%;
    border-bottom: 1px solid #600011;
    display: block;
}

.col9 .span3 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span3 .plist .contain {
    position: relative;
}

.col9 .span3 .plist .content {
    border-top: 2px solid #600011;
}

.col9 .span3 .plist .content ul {
    border-bottom: 4px solid #600011;
}

.col9 .span3 .plist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.col9 .span3 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.col9 .span3 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.col9 .span3 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.col9 .span3 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.span4 .plist {
    position: relative;
}

.span4 .plist .thumb {
    width: 100%;
    border-bottom: 1px solid #600011;
    display: block;
}

.span4 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span4 .plist .contain {
    position: relative;
}

.span4 .plist .content ul {
    border-bottom: 4px solid #600011;
}

.span4 .plist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.span4 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.span4 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.span4 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.span4 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.col9 .span4 .plist {
    position: relative;
}

.col9 .span4 .plist .thumb {
    width: 100%;
    border-bottom: 1px solid #600011;
    display: block;
}

.col9 .span4 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span4 .plist .contain {
    position: relative;
}

.col9 .span4 .plist .content ul {
    border-bottom: 4px solid #600011;
}

.col9 .span4 .plist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.col9 .span4 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.col9 .span4 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.col9 .span4 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.col9 .span4 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.span6 .plist {
    position: relative;
}

.span6 .plist .thumb {
    float: left;
    width: 100%;
}

.span6 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span6 .plist .contain {
    position: relative;
}

.span6 .plist .content {}

.span6 .plist .content ul {
    width: 50%;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
}

.span6 .plist .content ul.lower-list {
    background: rgba(245, 245, 245, 0.9);
    padding: 10px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
}

.span6 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #c0c0c0;
}

.span6 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.span6 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.span6 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.col9 .span6 .plist {
    position: relative;
}

.col9 .span6 .plist .thumb {
    float: left;
    width: 100%;
}

.col9 .span6 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span6 .plist .contain {
    position: relative;
}

.col9 .span6 .plist .content {}

.col9 .span6 .plist .content ul {
    width: 50%;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
}

.col9 .span6 .plist .content ul.lower-list {
    background: rgba(245, 245, 245, 0.9);
    padding: 10px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
}

.col9 .span6 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #c0c0c0;
}

.col9 .span6 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.col9 .span6 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.col9 .span6 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}
/*Text List Block*/

.span3 .tlist {
    position: relative;
}

.span3 .tlist .content h2 {
    background: #600011;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 20px;
    border-radius: 5px 5px 0 0;
}

.span3 .tlist .content h2 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    display: block;
}

.span3 .tlist .content a h2:hover {
    background: #850118;
    text-decoration: none;
}

.span3 .tlist .content a:hover {
    text-decoration: none;
}

.span3 .tlist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span3 .tlist .contain {
    position: relative;
}

.span3 .tlist .content ul {
    border-bottom: 4px solid #600011;
}


.span3 .tlist .content.link-for-public ul {
    border-bottom: 4px solid #007377;
}
#mob-navigation li.link-for-public a:last-child {
    border-right: 4px solid #007377;
}
.span3 .tlist .content.link-for-solicitors ul {
    border-bottom: 4px solid #0e0747;
}
#mob-navigation li.link-for-solicitors a:last-child {
        border-right: 4px solid #0e0747;

}
.span3 .tlist .content.link-for-trainees ul {
    border-bottom: 4px solid #a67f42;
}
#mob-navigation li.link-for-trainees a:last-child {
        border-right: 4px solid #a67f42;

}





.span3 .tlist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.span3 .tlist .content ul.lower-list li {
    background: url(../img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.span3 .tlist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.span3 .tlist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.span3 .tlist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.col9 .span3 .tlist {
    position: relative;
}

.col9 .span3 .tlist .content h2 {
    background: #600011;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 20px;
    border-radius: 5px 5px 0 0;
}

.col9 .span3 .tlist .content h2 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    display: block;
}

.col9 .span3 .tlist .content a h2:hover {
    background: #850118;
    text-decoration: none;
}

.col9 .span3 .tlist .content a:hover {
    text-decoration: none;
}

.col9 .span3 .tlist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span3 .tlist .contain {
    position: relative;
}

.col9 .span3 .tlist .content ul {
    border-bottom: 4px solid #600011;
}

.col9 .span3 .tlist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.col9 .span3 .tlist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.col9 .span3 .tlist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.col9 .span3 .tlist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.col9 .span3 .tlist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.span4 .tlist {
    position: relative;
}

.span4 .tlist .content h1 {
    background: #0e0747;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 20px;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.span4 .tlist .content h2 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    display: block;
    padding-left: 40px;
}

.span4 .tlist .content a h1:hover {
    background: #191062;
    text-decoration: none;
}

.span4 .tlist .content a:hover {
    text-decoration: none;
}

.span4 .tlist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span4 .tlist .contain {
    position: relative;
}

.span4 .tlist .content ul {
    border-bottom: 4px solid #0e0747;
}

.span4 .tlist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.span4 .tlist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.span4 .tlist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.span4 .tlist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.span4 .tlist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}
/*=======
For Public Block
=======*/

.span4 .tlist .content.link-for-public h2 {
    transition: all 0.2s ease-out;
    background: url('//ls-static.com/img/icon-public.png')no-repeat 8% 50% #007377;
}

.span4 .tlist .content.link-for-public a:hover h1 {
    background: url('//ls-static.com/img/icon-public.png')no-repeat 8% 50% #028e93;
}
.span3 .tlist .content.link-for-public h2 {
    background-color:#007377;
}
.span3 .tlist .content.link-for-public h2:hover {
    background-color:#028e93;
}

.span4 .tlist .content.link-for-public ul {
    border-bottom: 4px solid #007377;
}
/*============*/
/*=======
For Solicitor Block
=======*/

.span4 .tlist .content.link-for-solicitors h2 {
    background-image: url('//ls-static.com/img/icon-solicitor.png');
    background-repeat: no-repeat;
    background-position: 8% 50%;
    background-color:#600011;
}

.span4 .tlist .content.link-for-solicitors a:hover h2 {
    background-image: url('//ls-static.com/img/icon-solicitor.png');
    background-repeat: no-repeat;
    background-position: 8% 50%;
    background-color:#600011;
}

.span3 .tlist .content.link-for-solicitors h1{
    background-color:#600011;
}
.span3 .tlist .content.link-for-solicitors h1:hover {
    background-color: #170f5b;
}

/*============*/
/*=======
For Trainee Block
=======*/

.span4 .tlist .content.link-for-trainees h2 {
    background-color: #a67f42;
    background: url('//ls-static.com/img/icon-trainees.png')no-repeat 8% 50% #a67f42;
}

.span4 .tlist .content.link-for-trainees a:hover h1 {
    background: url('//ls-static.com/img/icon-trainees.png')no-repeat 8% 50% #b28d53;
}

.span4 .tlist .content.link-for-trainees ul {
    border-bottom: 4px solid #a67f42;
}
.span3 .tlist .content.link-for-trainees h2{
    background-color:#a67f42;
}
.span3 .tlist .content.link-for-trainees h2:hover {
    background-color: #b28d53;
}
/*============*/

.col9 .span4 .tlist {
    position: relative;
}

.col9 .span4 .tlist .content h2 {
    background: #600011;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 20px;
    border-radius: 5px 5px 0 0;
}

.col9 .span4 .tlist .content h2 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    display: block;
}

.col9 .span4 .tlist .content a h1:hover {
    background: #850118;
    text-decoration: none;
}

.col9 .span4 .tlist .content a:hover {
    text-decoration: none;
}

.col9 .span4 .tlist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span4 .tlist .contain {
    position: relative;
}

.col9 .span4 .tlist .content ul {
    border-bottom: 4px solid #600011;
}

.col9 .span4 .tlist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.col9 .span4 .tlist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.col9 .span4 .tlist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.col9 .span4 .tlist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.col9 .span4 .tlist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.col3 .span12 .tlist {
    position: relative;
}

.col3 .span12 .tlist .content h1 {
    background: #600011;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px 12px 20px;
    border-radius: 5px 5px 0 0;
}

.col3 .span12 .tlist .content h1 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    display: block;
}

.col3 .span12 .tlist .content a h1:hover {
    background: #850118;
    text-decoration: none;
}

.col3 .span12 .tlist .content a:hover {
    text-decoration: none;
}

.col3 .span12 .tlist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col3 .span12 .tlist .contain {
    position: relative;
}

.col3 .span12 .tlist .content ul {
    border-bottom: 4px solid #600011;
}

.col3 .span12 .tlist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.col3 .span12 .tlist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.col3 .span12 .tlist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.col3 .span12 .tlist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.col3 .span12 .tlist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.span6 .tlist {
    position: relative;
}

.span6 .tlist .content h1 {
    height: 209px;
    background: #600011;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    padding: 15px 30px 12px 20px;
    border-radius: 5px 5px 0 0;
}

.span6 .tlist .content h1 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    padding-right: 40px;
}

.span6 .tlist .content a h1:hover {
    background: #850118;
    text-decoration: none;
}

.span6 .tlist .content a:hover {
    text-decoration: none;
}

.span6 .tlist .content {
    background: #600011;
}

.span6 .tlist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span6 .tlist .contain {
    position: relative;
}

.span6 .tlist .content ul {
    width: 50%;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
}

.span6 .tlist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.span6 .tlist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.span6 .tlist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.span6 .tlist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.span6 .tlist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.col9 .span6 .tlist {
    position: relative;
}

.col9 .span6 .tlist .content h1 {
    height: 209px;
    background: #600011;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    padding: 15px 30px 12px 20px;
    border-radius: 5px 5px 0 0;
}

.col9 .span6 .tlist .content h1 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    padding-right: 40px;
}

.col9 .span6 .tlist .content a h1:hover {
    background: #850118;
    text-decoration: none;
}

.col9 .span6 .tlist .content a:hover {
    text-decoration: none;
}

.col9 .span6 .tlist .content {
    background: #600011;
}

.col9 .span6 .tlist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span6 .tlist .contain {
    position: relative;
}

.col9 .span6 .tlist .content ul {
    width: 50%;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
}

.col9 .span6 .tlist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.col9 .span6 .tlist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.col9 .span6 .tlist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.col9 .span6 .tlist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.col9 .span6 .tlist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}
/* Date List Block */
/*.span3 .datelist{ position:relative; }
.span3 .datelist .contain{ margin-bottom:15px; position:relative; }
.span3 .datelist div:last-child.contain{ margin-bottom:0px;}
.span3 .datelist img{ width:auto; }
.span3 .datelist .date{ float:left; width:15%; margin-right:12px; background:#6f98d2;  padding:5px 5px; text-align:center; color:#fff; border-radius:2px; margin-top:5px; }
.span3 .datelist .date span{ font-size:16px; }
.span3 .datelist h2{ font-size:20px; color:#404040; margin-bottom:15px; font-family:'Raleway', Arial, sans-serif;}
.span3 .datelist .content{ font-family:'Open Sans', Arial, sans-serif; float:left; width:75%;  }
.span3 .datelist .content h3{ font-size:17px; color:#3e3892;  margin-bottom:5px;}
.span3 .datelist .content h4{ font-size:16px; color:#404040; margin-bottom:5px; color:#404040; display:none; }
.span3 .datelist .content h4 span{display:inline; font-size:14px; font-weight:normal; color:#404040; }
.span3 .datelist .content p{ font-size:14px; line-height:20px; color:#404040; position:relative; }
.span3 .datelist .content span{ font-size:14px; color:#600011; font-weight:600; margin-bottom:5px; display:block;}
.span3 .datelist .content a.btn{ display:none;}*/

.span3 .datelist {
    position: relative;
}

.span3 .datelist .contain {
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #D4D4D4;
    border-radius: 2px;
    padding: 10px;
    background: #fff;
}

.span3 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.span3 .datelist img {
    width: auto;
}

.span3 .datelist .date {
    float: left;
    width: 18%;
    margin-right: 10px;
    background: #6f98d2;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.span3 .datelist .date span {
    font-size: 16px;
}

.span3 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span3 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 77%;
}

.span3 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span3 .datelist .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
    float: left;
}

.span3 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span3 .datelist .content span {
    font-size: 14px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline;
    float: left;
    margin-right: 10px;
}

.span3 .datelist .content a.btn {
    display: none;
}

.col3 .span12 .datelist {
    position: relative;
}

.col3 .span12 .datelist .contain {
    margin-bottom: 15px;
    position: relative;
}

.col3 .span12 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.col3 .span12 .datelist img {
    width: auto;
}

.col3 .span12 .datelist .date {
    float: left;
    width: 15%;
    margin-right: 12px;
    background: #6f98d2;
    padding: 5px 5px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.col3 .span12 .datelist .date span {
    font-size: 16px;
}

.col3 .span12 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col3 .span12 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 75%;
}

.col3 .span12 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    margin-bottom: 5px;
}

.col3 .span12 .datelist .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
}

.col3 .span12 .datelist .content h4 span {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    color: #404040;
}

.col3 .span12 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.col3 .span12 .datelist .content span {
    font-size: 14px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col3 .span12 .datelist .content a.btn {
    display: none;
}

.col9 .span3 .datelist {
    position: relative;
}

.col9 .span3 .datelist .contain {
    margin-bottom: 15px;
    position: relative;
}

.col9 .span3 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.col9 .span3 .datelist img {
    width: auto;
}

.col9 .span3 .datelist .date {
    float: left;
    width: 15%;
    margin-right: 12px;
    background: #6f98d2;
    padding: 5px 5px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.col9 .span3 .datelist .date span {
    font-size: 16px;
}

.col9 .span3 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span3 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 75%;
}

.col9 .span3 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    margin-bottom: 5px;
}

.col9 .span3 .datelist .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
}

.col9 .span3 .datelist .content h4 span {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    color: #404040;
}

.col9 .span3 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.col9 .span3 .datelist .content span {
    font-size: 14px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col9 .span3 .datelist .content a.btn {
    display: none;
}
/*.span4 .datelist{ position:relative; }
.span4 .datelist .contain{ margin-bottom:15px; border:1px solid #d4d4d4; border-radius:2px; padding:10px; position:relative; background-color: #fff}
.span4 .datelist div:last-child.contain{ margin-bottom:0px;}
.span4 .datelist img{ width:auto; }
.span4 .datelist .date{ float:left; width:14%; margin-right:12px; background:#6A96D2;  padding:5px 3px; text-align:center; color:#fff; border-radius:2px; margin-top:5px; }
.span4 .datelist .date span{ font-size:16px; }
.span4 .datelist h2{ font-size:20px; color:#404040; margin-bottom:15px; font-family:'Raleway', Arial, sans-serif;}
.span4 .datelist .content{ font-family:'Open Sans', Arial, sans-serif; float:left; width:82%;  }
.span4 .datelist .content h3{ font-size:17px; color:#3e3892; font-weight:600; margin-bottom:5px;}
.span4 .datelist .content h4{ font-size:16px; color:#404040; margin-bottom:5px; color:#404040; }
.span4 .datelist .content h4 span{display:inline; font-size:14px; font-weight:normal; color:#404040; }
.span4 .datelist .content p{ font-size:14px; line-height:20px; color:#404040; position:relative; }
.span4 .datelist .content span{ font-size:14px; color:#404040; font-weight:normal; margin-bottom:5px; display:block;}
.span4 .datelist .content a.btn{ position:absolute; bottom:10px; display:block; right:10px;}*/

.span4 .datelist {
    position: relative;
}

.span4 .datelist .contain {
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #D4D4D4;
    border-radius: 2px;
    padding: 10px;
    background: #fff;
}

.span4 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.span4 .datelist img {
    width: auto;
}

.span4 .datelist .date {
    float: left;
    width: 15%;
    margin-right: 12px;
    background: #6f98d2;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.span4 .datelist .date span {
    font-size: 16px;
}

.span4 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span4 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 81%;
}

.span4 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span4 .datelist .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
    float: left;
}

.span4 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span4 .datelist .content span {
    font-size: 14px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline;
    float: left;
    margin-right: 10px;
}

.span4 .datelist .content a.btn {
    display: none;
}

.col9 .span4 .datelist {
    position: relative;
}

.col9 .span4 .datelist .contain {
    margin-bottom: 15px;
    position: relative;
}

.col9 .span4 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.col9 .span4 .datelist img {
    width: auto;
}

.col9 .span4 .datelist .date {
    float: left;
    width: 15%;
    margin-right: 12px;
    background: #6A96D2;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.col9 .span4 .datelist .date span {
    font-size: 16px;
}

.col9 .span4 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span4 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 81%;
}

.col9 .span4 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.col9 .span4 .datelist .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
}

.col9 .span4 .datelist .content h4 span {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    color: #404040;
}

.col9 .span4 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.col9 .span4 .datelist .content span {
    font-size: 14px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col9 .span4 .datelist .content a.btn {
    display: none;
}
/*.span6 .datelist{ position:relative; }
.span6 .datelist .contain{ margin-bottom:15px; border:1px solid #d4d4d4; border-radius:2px; padding:10px; position:relative; background-color: #fff}
.span6 .datelist div:last-child.contain{ margin-bottom:0px;}
.span6 .datelist img{ width:auto; }
.span6 .datelist .date{ float:left; width:8%; margin-right:12px; background:#6A96D2;  padding:5px 3px; text-align:center; color:#fff; border-radius:2px; margin-top:5px; }
.span6 .datelist .date span{ font-size:16px; }
.span6 .datelist h2{ font-size:20px; color:#404040; margin-bottom:15px; font-family:'Raleway', Arial, sans-serif;}
.span6 .datelist .content{ font-family:'Open Sans', Arial, sans-serif; float:left; width:89%;  }
.span6 .datelist .content h3{ font-size:17px; color:#3e3892; font-weight:600; margin-bottom:5px;}
.span6 .datelist .content h4{ font-size:16px; color:#404040; margin-bottom:5px; color:#404040; float:left;}
.span6 .datelist .content h4 span{display:inline; font-size:14px; font-weight:normal; color:#404040; }
.span6 .datelist .content p{ font-size:14px; line-height:20px; color:#404040; position:relative; }
.span6 .datelist .content span{ font-size:14px; color:#404040; font-weight:normal; margin-bottom:5px; float:left;}
.span6 .datelist .content a.btn{ position:absolute; bottom:10px; display:block; right:10px;}*/

.span6 .datelist {
    position: relative;
}

.span6 .datelist .contain {
    margin-bottom: 15px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 10px;
    position: relative;
    background: #fff;
}

.span6 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.span6 .datelist img {
    width: auto;
}

.span6 .datelist .date {
    float: left;
    width: 11%;
    margin-right: 12px;
    background: #6F98D2;
    padding: 5px 3px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.span6 .datelist .date span {
    font-size: 16px;
}

.span6 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span6 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 85%;
}

.span6 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span6 .datelist .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
    float: left;
}

.span6 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span6 .datelist .content span {
    font-size: 14px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline;
    float: left;
    margin-right: 10px;
}

.span6 .datelist .content a.btn {
    position: absolute;
    bottom: 10px;
    display: block;
    right: 10px;
}

.col9 .span6 .datelist {
    position: relative;
}

.col9 .span6 .datelist .contain {
    margin-bottom: 15px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 10px;
    position: relative;
}

.col9 .span6 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.col9 .span6 .datelist img {
    width: auto;
}

.col9 .span6 .datelist .date {
    float: left;
    width: 8%;
    margin-right: 12px;
    background: #6A96D2;
    padding: 5px 3px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.col9 .span6 .datelist .date span {
    font-size: 16px;
}

.col9 .span6 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col9 .span6 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 89%;
}

.col9 .span6 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.col9 .span6 .datelist .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
}

.col9 .span6 .datelist .content h4 span {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    color: #404040;
}

.col9 .span6 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.col9 .span6 .datelist .content span {
    font-size: 14px;
    color: #404040;
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
}

.col9 .span6 .datelist .content a.btn {
    position: absolute;
    bottom: 10px;
    display: block;
    right: 10px;
}
/* Find Block */

.span3 .find-block {
    position: relative;
}

.span3 .find-block .content {
    margin-bottom: 15px;
    position: relative;
}

.span3 .find-block h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span3 .find-block .tabs li {
    width: 49.7%;
}

.span3 .find-block .tabs li:last-child {
    float: right;
    margin-right: 0px;
}

.span3 .find-block .tabs li a {
    width: auto;
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
}

.span3 .find-block .find-tab-contents {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    background: #fff;
    width: 100%;
    padding: 35px 25px;
    border: 1px solid #dadada;
    position: relative;
    top: -1px;
    z-index: 1;
}

.span3 .find-block .find-tab-contents input[type="text"] {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.span3 .find-block .tabs a.active {
    font-weight: normal;
}

.span3 .find-block .tabs a.active {
    margin-top: 0;
}

.span4 .find-block {
    position: relative;
}

.span4 .find-block .content {
    margin-bottom: 15px;
    position: relative;
}

.span4 .find-block h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span4 .find-block .tabs li {
    width: 49.7%;
}

.span4 .find-block .tabs li:last-child {
    float: right;
    margin-right: 0px;
}

.span4 .find-block .tabs li a {
    width: auto;
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
}

.span4 .find-block .find-tab-contents {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    background: #fff;
    width: 100%;
    padding: 35px 25px;
    border: 1px solid #dadada;
    position: relative;
    top: -1px;
    z-index: 1;
}

.span4 .find-block .find-tab-contents input[type="text"] {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.span4 .find-block .tabs a.active {
    font-weight: normal;
}

.span4 .find-block .tabs a.active {
    margin-top: 0;
}

.span6 .find-block {
    position: relative;
}

.span6 .find-block .content {
    margin-bottom: 15px;
    position: relative;
}

.span6 .find-block h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span6 .find-block .tabs li {
    width: 49.7%;
}

.span6 .find-block .tabs li:last-child {
    float: right;
    margin-right: 0px;
}

.span6 .find-block .tabs li a {
    width: auto;
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
}

.span6 .find-block .find-tab-contents {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    background: #fff;
    width: 100%;
    padding: 35px 25px;
    border: 1px solid #dadada;
    position: relative;
    top: -1px;
    z-index: 1;
}

.span6 .find-block .find-tab-contents input[type="text"] {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.span6 .find-block .tabs a.active {
    font-weight: normal;
}

.span6 .find-block .tabs a.active {
    margin-top: 0;
}
/* Teaser Block */

.span3 .tblock {
    position: relative;
}

.span3 .tblock .contain {
    margin-bottom: 20px;
    position: relative;
}

.span3 .tblock .contain img {
    width: 100%;
}

.span3 .tblock h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span3 .tblock .contain .content {
    padding: 10px;
    position: absolute;
    bottom: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    height: 50%;
    background: rgba(47, 37, 128, 0.6);
}

.span3 .tblock .contain .content h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
}

.span3 .tblock .content h4 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
}

.span3 .tblock .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    display: none;
}

.span3 .tblock .contain .content a.btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.span3 .tblock .content span {
    font-size: 13px;
    color: #dcb502;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col3 .span12 .tblock {
    position: relative;
}

.col3 .span12 .tblock .contain {
    margin-bottom: 20px;
    position: relative;
}

.col3 .span12 .tblock .contain img {
    width: 100%;
}

.col3 .span12 .tblock h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col3 .span12 .tblock .contain .content {
    padding: 10px;
    position: absolute;
    bottom: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    height: 50%;
    background: rgba(47, 37, 128, 0.6);
}

.col3 .span12 .tblock .contain .content h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
}

.col3 .span12 .tblock .content h4 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
}

.col3 .span12 .tblock .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    display: none;
}

.col3 .span12 .tblock .contain .content a.btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.col3 .span12 .tblock .content span {
    font-size: 13px;
    color: #dcb502;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.col4 .span12 .tblock {
    position: relative;
}

.col4 .span12 .tblock .contain {
    margin-bottom: 20px;
    position: relative;
}

.col4 .span12 .tblock .contain img {
    width: 100%;
}

.col4 .span12 .tblock h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.col4 .span12 .tblock .contain .content {
    padding: 10px;
    position: absolute;
    bottom: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    height: 50%;
    background: rgba(47, 37, 128, 0.6);
}

.col4 .span12 .tblock .contain .content h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
}

.col4 .span12 .tblock .content h4 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
}

.col4 .span12 .tblock .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
    display: none;
}

.col4 .span12 .tblock .contain .content a.btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.col4 .span12 .tblock .content span {
    font-size: 13px;
    color: #dcb502;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.span4 .tblock {
    position: relative;
}

.span4 .tblock .contain {
    margin-bottom: 20px;
    position: relative;
}

.span4 .tblock .contain img {
    width: 100%;
}

.span4 .tblock .contain .content {
    padding: 15px;
    position: absolute;
    bottom: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    height: 50%;
    background: rgba(47, 37, 128, 0.6);
}

.span4 .tblock .contain .content h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
}

.span4 .tblock .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
    display: none;
}

.span4 .tblock .content p {
    font-size: 15px;
    line-height: 20px;
    color: #e4e4e4;
    position: relative;
}

.span4 .tblock .contain .content a.btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.span4 .tblock .content span {
    font-size: 13px;
    color: #dcb502;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.span6 .tblock {
    position: relative;
}

.span6 .tblock .contain {
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #d4d4d4;
}

.span6 .tblock .contain img {
    width: 50%;
    display: block;
    float: left;
}

.span6 .tblock .contain .content {
    padding: 15px;
    font-family: 'Open Sans', Arial, sans-serif;
    float: right;
    width: 50%;
    background: #f9f9f9;
    display: block;
    height: 242px;
}

.span6 .tblock .contain .content h3 {
    font-size: 20px;
    color: #2f2580;
    margin-bottom: 5px;
    font-weight: 600;
}

.span6 .tblock .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
    display: none;
}

.span6 .tblock .content p {
    font-size: 15px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span6 .tblock .contain .content a.btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.span6 .tblock .content span {
    font-size: 13px;
    color: #dcb502;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
/*** Added by Szever ***/

.main-content .hide,
.login .hide {
    display: none;
}

.errorlabel {
    color: #9b0b25;
}
/*.contact-form table input.medium { font-size: 13px;padding: 5px 15px;background: none repeat scroll 0 0 #6A96D2;color: #FFFFFF;border: 0 none;border-radius: 3px;cursor: pointer;display: inline-block;font-family: 'Raleway',sans-serif;font-weight: 500;text-align: center;text-decoration: none;width:25%; }*/

.col3 .span4 .tblock .contain .content {
    padding: 10px;
    position: absolute;
    bottom: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    height: 50%;
    background: rgba(47, 37, 128, 0.6);
}

.col3 .span4 {
    width: 100%;
}

.jobseekers-submit {
    padding: 5px 15px;
    margin-left: 27px;
    margin-top: 10px;
    background: url("//ls-static.com/img/icon-arrow-medium.png") no-repeat scroll right 10px center #6A96D2;
    padding-right: 25px;
    font-size: 13px;
    color: #FFFFFF;
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}

.jobseekers-table {
    margin: 0;
}

.jobseekers-table td {
    padding: 0 0 5px !important;
}

.legalvacanciesblock.span12 {
    float: left;
    width: 100%;
}

.span12 .datelist {
    position: relative;
}

.span12 .datelist .contain {
    margin-bottom: 15px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 10px;
    position: relative;
    background-color: #fff;
}

.span12 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.span12 .datelist img {
    width: auto;
}

.span12 .datelist .date {
    float: left;
    width: 8%;
    margin-right: 12px;
    background: #868686;
    padding: 5px 3px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.span12 .datelist .date span {
    font-size: 16px;
}

.span12 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span12 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 89%;
}

.span12 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span12 .datelist .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
}

.span12 .datelist .content h4 span {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    color: #404040;
}

.span12 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span12 .datelist .content span {
    font-size: 14px;
    color: #404040;
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
}

.span12 .datelist .content a.btn {
    position: absolute;
    bottom: 10px;
    display: block;
    right: 10px;
}

.span4 .datelist .date span {}

.topform {
    border-bottom: 1px solid #C4C4C4;
    padding: 10px 0;
}

.demo-section {
    width: 300px;
    float: left;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.07) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    margin: 0 auto 15px;
    padding: 10px;
}

.readmore a {
    background: url("//ls-static.com/img/arrow_orange.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding: 0 8px !important;
    text-decoration: underline;
}

.readmore a:hover {
    background: url("//ls-static.com/img/arrow_blue.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
}
/*table h2 { color: #3E3892; font-size: 18px; font-weight: 500; margin-bottom: 10px; float: left; font-family: 'Raleway',Arial,Sans-serif; text-align: left; }*/
/*.grid-button { background: none repeat scroll 0 0 #3E3892; color: #FFFFFF !important; text-decoration: none !important; border: 0 none; border-radius: 3px; cursor: pointer; display: inline-block; font-family: 'Raleway',sans-serif; font-weight: 500; text-align: center; text-decoration: none; padding: 3px; }*/

.reg-grid-text {
    font-size: 14px;
}

.profile-head5 {
    font-size: 18px;
}

.box-p p {
    margin-bottom: 3px;
}

.profile-box {
    border: none;
    padding: 0;
    margin: 0;
}

.big-star {
    font-size: 28px;
    position: relative;
    top: 7px;
}
/*** End Added by Szever ***/
/*** Added by Paul ***/

.header-search .home-search {
    padding: 6px;
    background: url(//ls-static.com/img/icon-mag.png) no-repeat right 10px center #ececec;
    border: 1px solid #dddddd;
    font-size: 13px;
    margin-right: 12px;
    padding-right: 30px;
}

.home-search:focus {
    border-color: #bdbdbd;
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
    transition: all 0.2s ease-in-out 0s;
}

div.intro-para {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
}

.span12 .tlist {
    position: relative;
}

.span12 .tlist .content h1 {
    height: 209px;
    background: #600011;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    padding: 15px 30px 12px 20px;
    border-radius: 5px 5px 0 0;
}

.span12 .tlist .content h1 span {
    background: url(//ls-static.com/img/icon-arrow-medium.png) no-repeat right center;
    padding-right: 40px;
}

.span12 .tlist .content a h1:hover {
    background: #850118;
    text-decoration: none;
}

.span12 .tlist .content a:hover {
    text-decoration: none;
}

.span12 .tlist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span12 .tlist .contain {
    position: relative;
}

.span12 .tlist .content ul {
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
}

.span12 .tlist .content ul.lower-list {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

.span12 .tlist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #d7d7d7;
}

.span12 .tlist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.span12 .tlist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.span12 .tlist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.span6 .tlist .content ul {
    height: 100%;
}

.span12 .plist {
    position: relative;
}

.span12 .plist .thumb {
    float: left;
    width: 100%;
}

.span12 .plist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span12 .plist .contain {
    position: relative;
}

.span12 .plist .content {}

.span12 .plist .content ul {
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
}

.span12 .plist .content ul.lower-list {
    background: rgba(245, 245, 245, 0.9);
    padding: 10px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
}

.span12 .plist .content ul.lower-list li {
    background: url(//ls-static.com/img/icon-arrow-small.png) no-repeat left center;
    line-height: 2.2;
    border-bottom: 1px solid #c0c0c0;
}

.span12 .plist .content ul.lower-list li:last-child {
    border-bottom: none;
}

.span12 .plist .content ul.lower-list li a {
    color: #404040;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    display: block;
}

.span12 .plist .content ul.lower-list li:hover {
    background-color: #e7e7e7;
}

.span6 .plist .content ul {
    height: 100%;
}

.span12 .data {
    position: relative;
}

.span12 .data .contain {
    margin-bottom: 20px;
}

.span12 .data div:last-child.contain {
    margin-bottom: 0px;
}

.span12 .data img {
    width: auto;
}

.span12 .data .thumb {
    float: left;
    border-left: 4px solid #600011;
    margin-right: 12px;
}

.span12 .data h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span12 .data .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 77%;
}

.span12 .data .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span12 .data .content h4 {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
    display: none;
}

.span12 .data .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span12 .data .content span {
    font-size: 13px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.span12 .tblock {
    position: relative;
}

.span12 .tblock .contain {
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #d4d4d4;
}

.span12 .tblock .contain img {
    width: 50%;
    height: 242px;
    display: block;
    float: left;
}

.span12 .tblock .contain .content {
    padding: 15px;
    font-family: 'Open Sans', Arial, sans-serif;
    float: right;
    width: 50%;
    background: #f9f9f9;
    display: block;
    height: 242px;
}

.span12 .tblock .contain .content h3 {
    font-size: 20px;
    color: #2f2580;
    margin-bottom: 5px;
    font-weight: 600;
}

.span12 .tblock .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
    display: none;
}

.span12 .tblock .content p {
    font-size: 15px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span12 .tblock .contain .content a.btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.span12 .tblock .content span {
    font-size: 13px;
    color: #dcb502;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.hidescript {
    display: none;
    visibility: hidden;
}
/*mega menu*/

nav.main-nav li:hover .mega {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

nav.main-nav li .mega .nav-column h3 {
    color: #3e3892;
    font-weight: 600;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #3e3892;
    padding-bottom: 8px;
    min-height: 50px;
}

nav.main-nav li .mega .nav-column h3 a {
    color: #3e3892;
    font-weight: 600;
    font-size: 14px;
    display: block;
    padding: 5px 0;
}
/*legal vacancies*/

.vacancies-title a {
    margin-left: 0;
    float: none;
}
/*error*/

input.error {
    border-color: #b42426 !important;
    color: #b42426 !important;
    box-shadow: 0 1px 0 rgba(180, 36, 38, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(180, 36, 38, 0.15);
}

label.error {
    display: block;
    font-size: 12px;
    color: #b42426 !important;
    margin-top: 5px;
    float: none !important;
}

.contact-form table select.error {
    border-color: #b42426;
    box-shadow: 0 1px 0 rgba(180, 36, 38, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(180, 36, 38, 0.15);
}
/*product templates*/

.course-details img {
    width: auto !important;
}

.vacancies-table .btn-green {
    min-width: 55px;
}
/*checkout*/

.container .ship-new {
    padding-top: 32px;
}

.choose-ship {
    display: block;
    float: left;
    width: 100%;
}

.choose-ship input {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

.choose-ship label {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #3E3892;
}

table.current-address td span {
    padding: 0 !important;
    font-size: 14px !important;
}

table.choose-ship {
    margin: 0 !important;
}

.ship-to {
    padding-left: 30px;
    padding-top: 20px;
    margin-right: 0%;
}

.ship-to .billing-address label {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
}

.email-entry label {
    float: none !important;
    font-family: inherit !important;
}

.payment-title {
    margin-top: 20px;
}

.card-payment {
    border-bottom: 2px solid #D4D4D4;
    border-top: 2px solid #D4D4D4;
    padding: 20px 0 0;
}

.checkout-payment-radio input {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

.checkout-payment-radio label {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #3E3892;
}

b,
strong {
    font-weight: bolder;
}
/*solicitor link enquiry popup*/

.enquiry-popup {
    background: #f6f6f6;
    border: 1px solid #c4c4c4;
    padding: 20px;
    width: 100%;
    height:100%;
}

.mob-enquiry-table {
    vertical-align:top !important;
}

.enquiry-popup h2 {
    color: #333366;
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.enquiry-popup p {
    margin: 0;
    padding: 8px 0;
}

input.enquiry-popup-form {
    background: #efeff7;
    border: 1px solid #b7b7b7;
    font-size: 11px;
    margin: 10px 0px;
    padding: 3px;
    width: 250px;
}

textarea.enquiry-popup-form {
    background: #efeff7;
    border: 1px solid #b7b7b7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 10px 0px;
    padding: 3px;
    width: 100%;
}

input.btn {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
}

input.btn-red {
    background: #600011;
    color: #fff;
}

input.medium {
    font-size: 13px;
    padding: 5px 15px;
}

table textarea.error,
table select.error {
    border-color: #b42426;
    box-shadow: 0 1px 0 rgba(180, 36, 38, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(180, 36, 38, 0.15);
}
/*firms search*/

.find-search input {
    width: 50%;
    padding: 6px;
    background: url(//ls-static.com/img/icon-mag.png) no-repeat right 10px center #fff;
    border: 1px solid #dddddd;
    font-size: 13px;
    margin-right: 12px;
    padding-right: 30px;
}

.find-search input:focus {
    border-color: #bdbdbd;
    box-shadow: 0 1px 0 rgba(228, 228, 228, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(228, 228, 228, 0.15);
    transition: all 0.2s ease-in-out 0s;
}

.main-content .links ul {
    margin-bottom: 0px;
    margin-top: 0px;
}

.main-content .links ul li {
    margin-left: 0;
    padding-left: 5px;
}

.main-content .links ul li a {
    color: #fff;
    text-decoration: none;
        margin-top: 5px;
}

.main-content ul.tabs {
    margin-bottom: 0px;
    margin-top: 0px;
    list-style: none;
}

.main-content ul.tabs li {
    background: none;
    font-weight: inherit;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
}

.main-content ul.tabs li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.main-content ul.tabs li a.active {
    color: #3E3892;
    font-size: 14px;
}

.main-content ul.locations {
    margin-bottom: 30px;
    margin-top: 10px;
    list-style: none;
}

.main-content ul.locations li {
    background: none;
    font-weight: inherit;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
}

.main-content ul.locations li a {
    color: #404040;
    text-decoration: none;
}

.main-content ul.locations li a.active {
    text-decoration: underline;
}
/*ie megamenu z-index fix*/
/*div.header {z-index:100;}
nav.util {z-index:101;}
.base .col3 {z-index:99;}*/

table.solicitor-listing {
    width: 100%;
    text-align: left;
    font-size: 13px;
}
/*table.solicitor-listing tr td{ vertical-align:middle;}*/

table.solicitor-listing tr td span {
    display: block;
    color: #600011;
    font-weight: 600;
    font-size: 12px;
}

table.solicitor-listing tbody {
    border: 1px solid #f0f3f7;
}

table.solicitor-listing thead {
    background: #d9dce0;
    color: #404040;
    border-bottom: 2px solid #600011;
    border-top: 2px solid #600011;
}

table.solicitor-listing thead tr th {
    padding: 12px 10px;
    font-size: 16px;
    text-align: left;
}

table.solicitor-listing tbody tr td {
    padding: 22px 10px;
}

table.solicitor-listing tr:nth-child(odd) td {
    background: #f0f3f7;
}

table.solicitor-listing tbody tr td {
    border-bottom: #fff 1px solid;
}

table.solicitor-listing tr.additional {
    background: #fff;
    padding: 10px 10px;
    display: none;
}

table.solicitor-listing tr.additional td:first-child {
    max-width: 200px;
    font-size: 14px;
    font-weight: 600;
}

table.solicitor-listing tr.additional td {
    background: #fff;
    padding: 10px 10px;
}

table.solicitor-listing tr td span.show-details {
    display: block;
    width: 70%;
    cursor: pointer;
    color: #3e3892;
    background: url(//ls-static.com/img/icon-show.png) no-repeat right center;
    padding:15px 10px 15px 0;
}

table.solicitor-listing tr td span.hide-details {
    background: url(//ls-static.com/img/icon-hide.png) no-repeat right center;
    padding: 15px 10px 15px 0;
}

table.solicitor-listing-search td {
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.checkboxlist {
    margin: 0;
}

table.checkboxlist label {
    float: none;
}

.info-container input.confirm {
    margin-left: 0;
    margin-right: 10px;
}

.accept-tick a {
    display: inline !important;
}

/*solicitor disciplinary search*/

tr.additional td:first-child {
    max-width: 200px;
}

table.solicitor-listing-search input.medium,
table.solicitor-listing-search select.medium {
    width: 60%;
}

table.solicitor-listing-search input.small,
table.solicitor-listing-search select.small {
    width: 40%;
}
/*divider block*/

.dividerblock {
    padding-bottom: 0px;
}

/*add this*/

.back-link div.share-buttons {
    float: right;
    padding-left: 40px;
}

ul.social li {
    float: left;
}

ul.social li a img {
    width: 48px;
}
/*image gallery*/

.gallery img {
    display: inline;
    width: auto;
}

.mediator-paging .paging {
    float: left;
    width: 85%;
}

.mediator-paging .view-all {
    float: right;
    background-color: #f5f5f5;
    margin-top: 4px;
}
/* gritter overrides */

.gritter-title {
    text-shadow: none !important;
}

.gritter-item {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.gritter-close {
    position: absolute !important;
    text-indent: inherit !important;
    right: 5px !important;
    left: inherit !important;
}

.gritter-item a {
    color: #fff !important;
}
/*
#gritter-notice-wrapper {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 500px !important;
    height: 300px !important;
    margin-left: -250px !important;
    margin-top: -150px !important;
}

*/

.main-content .previous-issues a:hover {
    color: #404040;
}

.span9 .colfix {
    margin-right: 0 !important;
}
/*Additional Contributions */

.addcontribs-table table {
    width: 100%;
    text-align: left;
}

.addcontribs-table table tr td {
    vertical-align: middle;
}

.addcontribs-table table tr td span {
    display: block;
    color: #600011;
    font-weight: 600;
    font-size: 12px;
}

.addcontribs-table table tbody {
    border: 1px solid #f0f3f7;
}

.addcontribs-table table thead {
    background: #d9dce0;
    color: #404040;
    border-bottom: 2px solid #600011;
    border-top: 2px solid #600011;
}

.addcontribs-table table thead tr th {
    padding: 12px 10px;
    font-size: 16px;
    text-align: center;
}

.addcontribs-table table tbody tr td {
    padding: 22px 10px;
}

.addcontribs-table table tr:nth-child(odd) td {
    background: #f0f3f7;
}

.addcontribs-table table tbody tr td {
    border-bottom: #fff 1px solid;
}

.addcontribs-table table tbody tr td:first-child {
    padding: 20px 10px;
    text-align: center;
}

.addcontribs-table table tbody tr td:nth-child(2n) {
    font-size: 16px;
    font-weight: 600;
}

.addcontribs-table table tbody tr td:nth-child(3n) {
    text-align: center;
    color: #600011;
    font-size: 16px;
    font-weight: 600;
}

.checkout-table {
    margin: 0 !important;
}

.add-attendees img {
    width: auto;
}

table.data-application {
    padding: 15px 0px 0px 0px;
}

table.data-application tr td {
    border-top: 1px solid #c4c4c4;
    color: #424242;
    padding: 15px 0px 5px 0px;
}

table.data-application tr td p {
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

table.data-application tr td input.long {
    background: #efeff7;
    border: 1px solid #b7b7b7;
    margin: 3px 0px 10px 0px;
    padding: 3px;
    vertical-align: middle;
    width: 284px;
}

table.data-application tr td input.long-white {
    background: #fff;
    border: 1px solid #b7b7b7;
    margin: 3px 0px 10px 0px;
    padding: 3px;
    vertical-align: middle;
    width: 284px;
}

table.data-application tr td input.medium {
    background: #efeff7;
    border: 1px solid #b7b7b7;
    margin: 3px 3px 10px 3px;
    padding: 3px;
    vertical-align: middle;
    width: 65px;
}
/*Additional membership info */

table.data-application span.error {
    display: block;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Raleway', Arial, Sans-serif;
    color: #b42426;
}

table.data-application p.membership-sincedate span.error {
    display: inline;
    margin-left: 5px;
}

table.data-application p.membership-confirmterms input[type=checkbox] {
    float: left;
    margin-right: 7px;
}

table.data-application p.membership-confirmterms span.error {
    display: inline;
    margin-left: 7px;
}

table.data-application label {
    font: inherit;
    color: inherit;
}

table.payment-form span.error,
div.email-entry span.error,
p.promotionCodeMessage span.error,
div.emptyWarning,
table.address-edit span.error,
table.course-application span.error,
table.diploma-application span.error {
    display: block;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Raleway', Arial, Sans-serif;
    color: #b42426;
    margin-top: 5px;
}

td.confirm-webcast span.error {
    display: inline;
    margin-left: 7px;
}

div.ship-new ul {
    margin-bottom: 30px;
    margin-top: 10px;
    list-style: none;
}

div.ship-new ul li {
    background: none;
    font-weight: inherit;
    margin-top: 0px;
    padding-left: 0px;
}

table#Gender {
    margin: 0 !important;
}

table#Gender td {
    padding-bottom: 7px !important;
}

.attendees .col4 {
    border-right: 0px !important;
}

table.solicitor-listing-search th {
    text-align: left;
}

table.solicitor-listing-search h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}


.profile-accordion ul li {
    background: none;
}

.profile-accordion a.accordion-header {
    text-decoration: none;
}

.profile-accordion a.accordion-header {
    color: #343434;
}

.profile-accordion ul li.accordion-activate a.accordion-header {
    color: #fff;
}

.col4 img.featured {
    width: 100%;
}

.profile-accordion {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.info-container p {
    margin-bottom: 20px;
}

.additional-address {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 0px solid #D4D4D4;
}

.org-container table tr th {
    text-align: right;
    padding-right: 10px;
    font-weight: 600;
}
/*reset password page*/

input.btn-blue {
    background: #6a96d2 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.payonlinebtn input[type=submit] {
    font-size: 13px !important;
    padding: 10px 15px !important;
}

.forgotten-password input[type=submit] {
    padding: 10px 12px;
    font-family: Open Sans, Sans-Serif;
    font-size: 14px;
    font-weight: 500;
}

.forgotten-password  {
    width: auto !important;
}

.acc-content .info-container input[type=submit] {
    padding: 10px 12px;
    font-family: Open Sans, Sans-Serif;
    font-size: 14px;
    font-weight: 500;
}

.acc-content .info-container table input[type=submit] {
    width: auto !important;
}

.main-content h2 {
    margin-bottom: 20px;
}
/* kendo overrides */

.k-widget {
    border-width: 0 !important;
    box-shadow: none !important;
}

.vacancies-table .k-widget a {
    line-height: 20px !important;
}

.k-loading-mask {
    display: none !important;
}

ul.k-pager-numbers {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

ul.k-pager-numbers li , ul.k-pager-numbers li a{
    font-size: 14px;
}
.k-pager-numbers .k-link {
    line-height: inherit;
}

ul.k-pager-numbers li {
    background: none !important;
    font-weight: inherit !important;
    margin-top: inherit !important;
    padding-left: inherit !important;
    margin-left: 0px !important;
}
/*** End Added by Paul ***/
/***************************MAIN NAV DROPDOWN UPDATES**************************/

.main-nav ul ul.single {
    display: none;
    z-index: 100;
}

.main-nav ul li a:hover {
    background: #f00;
}

.main-nav li:hover ul.single {
    display: block;
    position: absolute;
    top: 65px;
    width: 212px;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

.main-nav ul li:last-child ul.single {
    right: 0px;
}

.main-nav li:hover ul.single li:first-child {
    border-top: 1px solid #fff;
}

.main-nav li:hover ul.single li {
    float: none;
    text-align: left;
    border-bottom: 0px !important;
    width: 210px;
}

.main-nav li:hover ul.single li:last-child {
    border-bottom: none;
}

.main-nav li:hover ul.single li a:hover {
    background: #6E99D3;
    color: #fff;
}

.main-nav ul ul.single li a {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.map-search {
    margin-top: 20px;
    background: #dadada;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    padding: 20px;
}

.map-search .list li {
    background: none;
    background: #6A96D2;
    padding: 4px 8px;
    border-radius: 3px;
    margin-top: 5px;
}

.map-search .list li a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 13px;
}

.map-img-search {
    margin-top: 20px;
}

.bigbox_map {
    position: relative;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    background: #fff;
    margin-top: 10px;
    height: 525px;
}

.bigbox_map img {
    margin-top: 100px;
    margin-left: 20px;
}

.map-overlay {
    position: absolute;
    top: 15px;
    left: 16px;
    width: 90%;
    background: rgba(100, 100, 100, 0.6);
    border-radius: 3px;
    border: 2px solid #999;
    padding: 10px;
    color: #fff;
    font-weight: 600;
}

nav.util ul li a.basket {
    background: none;
    padding-left: 5px;
    margin-top: -3px;
}

nav.util ul li a i {
    font-size: 15px;
}

.back-link a.btn {
    float: right;
    background-image: none;
}

i {
    padding-right: 6px;
}

.new-user span {
    margin-bottom: 20px;
    display: block;
}
/* Scott 24/04/2014 */

.span6 .data .content h3 {
    font-size: 16px;
}

.container {
    padding-bottom: 20px;
}

.intro-content {
    margin-bottom: 0px;
}

nav.main-nav li .mega {
    z-index: 200;
}

.span8 .data .content {
    width: 67%;
}

.span4 .tblock .contain .content {
    height: auto;
}


.social ul {
    margin-bottom: 5px;
}

.main-content i {
    font-style: italic;
}
.divDisclaimer a i {
    font-style: normal !important;
}

/* End Scott 24/04/2014 */
/* === BLOCK PREVIEW Martin=== */

.alert-info {
    background-color: #B8C0C5;
    border-color: #B8C0C5;
    box-shadow: 3px 3px 5px #CCCCCC;
    color: #000000;
    font-family: Verdana;
    font-size: 1em;
    font-style: italic;
    text-align: center;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert-heading {
    color: inherit;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}

.alert-block p + p {
    margin-top: 5px;
}

.container:before,
.container:after {
    content: "";
    display: table;
}

.container:after {
    clear: both;
}

.container:before,
.container:after {
    content: "";
    display: table;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

.row:before,
.row:after {
    content: "";
    display: table;
}

.row:before,
.row:after {
    clear: both;
}

.row:before,
.row:after {
    clear: both;
    content: "";
    display: table;
}

.row:after {
    clear: both;
}

.row:before,
.row:after {
    content: "";
    display: table;
}

.row:before,
.row:after {
    clear: both;
}

.row:after {
    clear: both;
}

.row:before,
.row:after {
    clear: both;
    content: "";
    display: table;
}
/*.row {
    margin-left: -30px;
}
.row {
    margin-bottom: 1%;
}
.row {
    margin-left: -20px;
}*/
/*2014 EDITS BY SCOTT================================*/

.breadcrumb .btn {
    position: absolute;
    right: 0;
}

nav.util ul li a.basket {
    background: none;
    padding-left: 15px;
    margin-top: -3px;
}

nav.util ul li a i {
    font-size: 15px;
}

.back-link a.btn {
    float: right;
    background-image: none;
}

i {
    padding-right: 6px;
}

.span4 .datelist {
    position: relative;
}

.span4 .datelist .contain {
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #D4D4D4;
    border-radius: 2px;
    padding: 10px;
}

.span4 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.span4 .datelist img {
    width: auto;
}

.span4 .datelist .date {
    float: left;
    width: 15%;
    margin-right: 12px;
    background: #6f98d2;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 0;
}

.span4 .datelist .date span {
    font-size: 16px;
}

.span4 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span4 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 81%;
}

.span4 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span4 .datelist .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
    float: left;
}

.span4 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span4 .datelist .content span {
    font-size: 14px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline;
    float: left;
    margin-right: 10px;
}

.span4 .datelist .content a.btn {
    display: none;
}

.span6 .datelist {
    position: relative;
}

.span6 .datelist .contain {
    margin-bottom: 15px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 10px;
    position: relative;
}

.span6 .datelist div:last-child.contain {
    margin-bottom: 0px;
}

.span6 .datelist img {
    width: auto;
}

.span6 .datelist .date {
    float: left;
    width: 11%;
    margin-right: 12px;
    background: #6F98D2;
    padding: 5px 3px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
}

.span6 .datelist .date span {
    font-size: 16px;
}

.span6 .datelist h2 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Raleway', Arial, sans-serif;
}

.span6 .datelist .content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left;
    width: 85%;
}

.span6 .datelist .content h3 {
    font-size: 17px;
    color: #3e3892;
    font-weight: 600;
    margin-bottom: 5px;
}

.span6 .datelist .content h4 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
    color: #404040;
    float: left;
}

.span6 .datelist .content p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    position: relative;
}

.span6 .datelist .content span {
    font-size: 14px;
    color: #600011;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline;
    float: left;
    margin-right: 10px;
}

.span6 .datelist .content a.btn {
    position: absolute;
    bottom: 10px;
    display: block;
    right: 10px;
}
/*updates*/


.social ul {
    margin-bottom: 5px;
}

.span4 .tblock .contain .content {
    height: auto;
}
/*New logo header updates*/


.logo img {
    position: absolute;
    top: -60px;
    left: 20px;
    width: 148px;
}

nav.main-nav {
    margin-top: 130px;
}

nav.main-nav ul {
    float: right;
    width: auto;
    margin-bottom: 22px;
    margin-top: -30px;
}

nav.main-nav ul li {
    border-bottom: 0px;
}

nav.main-nav ul li a {
    padding: 8px 20px;
}

nav.util ul li a {
    color: #b79256;
}

.header-search {
    top: 30px;
}

.navy {
    background: #0e0747;
}

nav.main-nav ul li.public,
.public .border {
    border-color: #007377;
}

nav.main-nav ul li.trainees,
.trainees .border {
    border-color: #a67f42;
}

nav.main-nav ul li.solicitors,
.solicitors .border {
    border-color: #0e0747;
}

.mega .nav-column ul {
    margin-top: 0px;
    float: left;
}

nav.main-nav li .mega {
    border-color: #0e0747;
    top: 35px;
}

.solicitors h1 {
    background-color: #0e0747;
}

.trainees h1 {
    background-color: #a67f42;
}

.public h1 {
    background-color: #007377;
}

a.btn-purple {
    background: #0e0747;
    margin-bottom: 10px;
}

body,
.footer {
    background: #0e0747;
}

.slider .item a.headline {
    background: rgba(14, 7, 71, 0.7);
}

nav.util ul li.login a.lock {
    color: #fff;
}

nav.util ul li.login a.lock .fa {
    color: #dcb502;
    bottom: -3px;
    display: inline-block;
    position: relative;
    font-size: 18px;
}
/*nav.util ul li.account a.arrow a.basket a{color:#fff;}*/

nav.util ul li a {
    color: #fff;
}

a.change-password { min-width: 145px; }

.breadcrumb ul li:first-child a {
    background: #0e0747;
}

.account .fa {
    display: none;
}
.account span .fa
{
    display:inline;
}

/*Know your council*/

.c-member {
    margin-bottom: 25px;
}

.c-member img {
    padding-bottom: 10px;
    width: 100%;
}

.c-member a:hover {
    text-decoration: none;
}

.c-member a {
    text-decoration: none;
}

.c-member h2 {
    margin-bottom: 0px;
    color: #a67f42;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 10px;
    font-size: 12px;
    min-height: 52px;
}

.c-member-details span.year-q,
.c-member-details span.firm-q,
.c-member-details span.years-cq,
.c-member-details span.currently-q,
.c-member-details span.previous-q {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.main-content .c-member-details h2 {
    margin-bottom: 20px;
}

.c-member-details span.year-q:before {
    content: 'Year qualified: ';
    font-size: 14px;
    font-weight: 600;
    color: #a67f42;
}

.c-member-details span.firm-q:before {
    content: 'Firm: ';
    font-size: 14px;
    font-weight: 600;
    color: #a67f42;
}

.c-member-details span.years-cq:before {
    content: 'Years on Council: ';
    font-size: 14px;
    font-weight: 600;
    color: #a67f42;
}

.c-member-details span.currently-q:before {
    content: 'Currently serving on: ';
    font-size: 14px;
    font-weight: 600;
    color: #a67f42;
}

.c-member-details span.previous-q:before {
    content: 'Previous involvement on: ';
    font-size: 14px;
    font-weight: 600;
    color: #a67f42;
}

.c-member-details .contact-member {
    border-bottom: 1px solid #E7E7E7;
    padding: 8px 0;
    text-align: left;
    font-size: 15px;
    margin-top: 20px;
    border-top: 1px solid #E7E7E7;
}

.c-member-details .contact-member span {
    display: block;
}

.c-member-details .contact-member .c-member-details .contact-member i {
    color: #a67f42;
    font-style: normal !important;
}

.c-member-details .contact-member a {
    margin-left: 20px;
    color: #a67f42;
}

.contact-member a i.fa {
    font-style: normal;
}

.logo img {
    z-index: 100;
}
/*Practising cert*/

.pc-content span.instruction {
    margin-bottom: 14px;
    display: block;
}

.pc-content label {
    display: block;
    padding: 5px 0;
    color: #0c0037;
    font-size: 14px;
}

.pc-content input {
    width: 50%;
    padding: 5px;
    margin-bottom: 0px;
}

.pc-content input[type="radio"].yes-no {
    margin-right: 25px;
}

.pc-content input[type="radio"] {
    width: auto;
    margin-right: 5px;
    margin-bottom: 10px;
}

.pc-content input[type="submit"] {
    font-family: 'fontawesome', 'Raleway';
    display: inline-block;
    float: right;
    padding: 7px 20px;
    margin-left: 10px;
    background: #6a96d2;
    cursor: pointer;
    border: none;
    color: #fff;
    width: auto;
    border-radius: 3px;
    font-size: 14px;
}

.pc-content .acc-nav {
    border-top: 1px solid #a09fbd;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-top: 15px;
}

.pc-content .acc-nav input[disabled="disabled"],
.pc-content .acc-nav-top input[disabled="disabled"] {
    background: #D6CFCB;
}

.pc-content .acc-nav a.btn,
.pc-content .acc-nav-top a.btn {
    display: inline-block;
    float: right;
    padding: 7px 20px;
    margin-left: 10px;
}

.pc-content .btn.green {
    background: green;
}

.btn.blue {
    background: blue;
}

.pc-content input[type="submit"] {
    margin: 0 0 0 10px;
    height: 34px;
}

.pc-content .acc-nav-top {
    border-bottom: 1px solid #a09fbd;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.indicator-outer {
    height: 30px !important;
    border: 1px solid #b7b7b7 !important;
    padding: 1px !important;
    position: relative !important;
    margin-bottom: 20px !important;
    border-radius: 50px !important;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: -1px !important;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: -1px !important;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: -1px !important;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: -1px !important;
}

.ui-progressbar .ui-progressbar-value {
    margin: 0px !important;
}

.indicator-inner {
    background: #b69153;
    height: 100%;
    position: relative;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    padding-top: 3px;
}

#progressText {
    position: absolute;
    z-index: 1;
    color: #fff;
    left: 20px;
    top: 4px;
}

.indicator-inner span {}
/*.ui-progressbar ui-widget ui-widget-content ui-corner-all .ui-progressbar-value ui-widget-header ui-corner-left{background:#b69153; height:100%; position:relative; border-radius:50px; text-align:center; color:#fff; padding-top:3px;}*/

.ui-widget-header {
    background: #b69153 !important;
    height: 100% !important;
    position: relative !important;
    border-radius: 50px !important;
    text-align: center !important;
    color: #fff !important;
    padding-top: 3px !important;
}

.container1,
.container2,
.containerb2,
.container3,
.container4,
.container5,
.container6,
.container7,
.container8,
.container9,
.container10,
.container11,
.container12,
.container13 {
    display: none;
}

.acc-contain .accordion-title h2 {
    cursor: auto;
}

/*.valid {
    color: #ba2a2a;
    font-size: 16px;
    display: inline-block;
    padding: 8px;
    border-radius: 3px;
}

.valid > span {
    color: #b51b1b;
    font-size: 14px;
}*/

.radio label {
    display: inline;
}

.row fieldset {
    margin-bottom: 10px;
    display: block;
}

.row legend {
    display: block;
    width: 100%;
}

.radio .row {
    display: block;
}

h2.header-color {
    background: #42409d !important;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #42409d 0%, #110f59 100%) !important;
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #42409d), color-stop(100%, #110f59)) !important;
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #42409d 0%, #110f59 100%) !important;
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #42409d 0%, #110f59 100%) !important;
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #42409d 0%, #110f59 100%) !important;
    /* IE10+ */
    
    background: linear-gradient(to bottom, #42409d 0%, #110f59 100%) !important;
    /* W3C */
}

.acc-contain .accordion-title h2 {
    padding: 12px;
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 0;
}

.acc-contain .container1,
.container2,
.containerb2,
.container3,
.container4,
.container5,
.container6,
.container7,
.container8,
.container9,
.container10,
.container11 {
    border: 1px solid #e6e6e6;
    padding: 30px;
    padding-bottom: 0;
}

.pc-content input {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    color: #404040;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    padding: 8px;
    width: 100%;
}

.acc-contain .accordion-title h2 {
    background: #e8e8e8;
    margin-bottom: 1px;
    color: #3e3892;
    font-weight: 400;
    border-bottom: 1px solid #3e3892;
}

.acc-contain .row span {
    display: block;
}

.pc-content .row label {
    display: inline-block;
}

.pc-content .row .question {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 15px;
    background: #f6f2f2;
    color: #110f59;
    padding: 10px;
    line-height: normal;
}

.pc-content .row .question span {
    font-weight: 400;
    font-size: 15px;
}

input.date-entry {
    width: 50px;
}

input.date-entry2 {
    width: 50px;
}

.pc-content .row label.single {
    display: block;
}

.pc-content .b2 {
    display: block;
}

.pc-content .row textarea {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    color: #404040;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    padding: 8px;
    width: 80%;
}

.pc-content .row {
    margin-bottom: 20px;
}

.pc-content .row input[type="checkbox"] {
    display: inline-block;
    width: auto;
    padding-left: 0;
    margin-left: 0;
}

.pc-content .row label.decloration {
    display: inline-block;
    padding-left: 10px;
    width: 80%;
    vertical-align: middle;
}

.section-complete:after {
    content: "\f00c";
    font-family: 'fontawesome', 'Raleway';
    font-size: 14px;
    float: right;
    padding: 5px 8px;
    background: #62c344;
    color: #fff;
    border-radius: 100px;
    margin-top: -4px;
}

.pc-content label.hereby {
    width: 90%;
    vertical-align: middle;
}

.pc-content .row span.name-confirm {
    color: #6a96d2;
    display: inline;
    font-weight: 600;
    font-size: 17px;
}

.pc-content span.date-prefix {
    font-size: 14px;
    font-weight: 600;
    color: #8F8F8F;
    display: inline;
    margin-right: 5px;
    margin-left: 10px;
}

.pc-content span.date-prefix-first {
    margin-left: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #8F8F8F;
    display: inline;
    margin-right: 5px;
}

.pc-content .form-section9 input[type="text"] {
    border: none;
}

.pc-content .form-section9 h4 {
    display: inline-block;
}

.pc-content .form-section9 span {}

.pc-content .form-section9 span .membership-price {
    float: right;
    display: inline-block;
    padding: 0;
    width: auto;
    text-align: right;
}

.pc-content .form-section9 span .membership-price-sub {
    float: right;
    display: inline-block;
    padding: 0;
    width: auto;
    text-align: right;
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
}

.pc-content .form-section9 .sub-total {
    margin: 20px 0;
    border-bottom: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
}

.pc-content .form-section9 .sub-total h3 {
    display: inline-block;
    margin-top: 10px;
}

.pc-content .form-section11 input[type="text"] {
    border: none;
}

.pc-content .form-section11 h4 {
    display: inline-block;
}

.pc-content .form-section11 span {}

.pc-content .form-section11 span .membership-price {
    float: right;
    display: inline-block;
    padding: 0;
    width: auto;
    text-align: right;
}

.pc-content .form-section11 span .membership-price-sub {
    float: right;
    display: inline-block;
    padding: 0;
    width: auto;
    text-align: right;
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
}

.pc-content .form-section11 .sub-total {
    margin: 20px 0;
    border-bottom: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
}

.pc-content .form-section11 .sub-total h3 {
    display: inline-block;
    margin-top: 10px;
}
#firmError{
    border: 1px solid #c79696 !important;
    background: #f7e4e4 !important;
    padding: 10px 8px 10px 8px !important;
}
a.btn-gold {
    text-decoration: none;
    background: #b69153;
    color: #fff;
}

a.btn-gold:hover {
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}

.profile-list .col2 {
    width: 23.5%;
}

div.profile-list div.col2:nth-child(4n) {
    margin-right: 0;
}

.profile-list div.col2:nth-child(6n),
section.col2:nth-child(6n),
li.col2:nth-child(6n) {
    margin-right: 2%;
}
/*****************ass products updates******************/

.col9 .asso-product li {
    width: 49%;
    float: left;
}

.col9 .asso-product li {
    margin-right: 2%;
}

.col9 .asso-product li:nth-child(2n) {
    margin-right: 0px;
}

.asso-product li {
    border-bottom: 2px solid #D9D9D9;
    margin-bottom: 10px;
    border: 1px solid #c5d5ea;
}

.asso-product h2 {
    color: #3e3892;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.asso-product li .p-description {
    display: block;
}

.asso-product li a {
    display: block;
    padding: 10px;
}

.asso-product .p-description img {
    width: 60px;
    float: left;
    display: inline;
    margin-right: 10px;
}

.asso-product li .p-description span {
    font-weight: 700;
    font-size: 17px;
    color: #600011;
    font-family: 'Open Sans';
    float: right;
    padding-top: 10px;
}

.mainheader .featured-news {
    margin-bottom: 20px;
    position: relative;
}

.mainheader .featured-news .news-headline {
    position: absolute;
    top: 0px;
    background: rgba(62, 56, 146, 0.7);
    padding: 20px;
    color: #fff;
    width: 40%;
    top: 40px;
    left: 40px;
}

.mainheader .featured-news .news-headline:hover {
    text-decoration: none;
    background: rgba(62, 56, 146, 0.9);
}

.mainheader .featured-news .news-headline h2 {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: auto auto 0;
    padding-bottom: 10px;
}

.mainheader .featured-news .news-headline p {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    padding: 0;
}
/**************intranet**************/

.intranet .span8 .data .content {
    width: 100%;
}

.intranet .span4 .data .content h4 {
    display: none;
}

.intranet .mid-section {
    padding: 40px 0 20px 0;
    margin-bottom: 40px;
}

.intranet .staff-search {
    border: 1px solid #AFAFAF;
    padding: 15px 25px 25px 25px;
    background: #fff;
}

.intranet .staff-search table {
    margin-bottom: 0px;
}

.intranet .staff-search select {
    width: 100%;
}

.intranet .staff-search .btn {
    float: right;
}

.intranet .staff-search a.advanced-search-btn {
    color: #7e7e7e;
    background: #f0f0f0;
    border-radius: 40px;
    padding: 5px 15px;
    margin-top: 2px;
    display: inline-block;
}

.intranet .staff-search a.advanced-search-btn:hover {
    text-decoration: none;
    background: #757575;
    color: #fff;
}

.staff-details dt {
    color: #A67F42;
    width: 150px;
    float: left;
    padding: 0px 0px 5px 0px;
}

.staff-details dd {
    padding: 0px 0px 5px 0px;
}
/*.intranet .span3 .tblock{ margin-top:5px;}*/

.intranet .span3 .staff-search p {
    font-size: 14px;
}

.intranet .sliderContainer .next,
.intranet .sliderContainer .prev {
    display: none;
}

.intranet .span4 .tblock p {
    display: none;
}

.intranet .featured-news {
    margin-bottom: 20px;
    position: relative;
}

.intranet .featured-news .news-headline {
    position: absolute;
    top: 0px;
    background: rgba(62, 56, 146, 0.7);
    padding: 20px;
    color: #fff;
    width: 40%;
    top: 40px;
    left: 40px;
}

.intranet .featured-news .news-headline:hover {
    text-decoration: none;
    background: rgba(62, 56, 146, 0.9);
}

.intranet .featured-news .news-headline h2 {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: auto auto 0;
    padding-bottom: 10px;
}

.intranet .featured-news .news-headline p {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    padding: 0;
}

.intranet .trainees,
.intranet .solicitors {
    margin-top: 39px;
}

.intranet .span3 .tblock .contain .content {
    height: 80px;
}

.intranet .span3 .tblock .content span {
    display: none;
}

.intranet .span8 .data .thumb {
    display: none;
}

.intranet .linklistblock h1 {
    background: #006a6f;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px 5px 0 0;
}

.intranet .linklistblock a:hover {
    text-decoration: none;
}

.intranet .linklistblock h1:hover {
    background: #00575b;
}

.intranet .linklistblock {
    margin-top: 5px;
}

.intranet .linklistblock .border {
    border-bottom: 4px solid #006a6f;
}

.intranet .find-block h2 {
    display: none;
}

.intranet-bg {
    background: #bf9d66;
}

.intranet .util {
    background: #bf9d66;
}

.intranet .util li {
    border-right: 1px solid #906c37;
}

.intranet .util li a {
    color: #fff;
}

.intranet .logo h1 {
    position: absolute;
    left: 180px;
    top: 5px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 34px;
    color: #0b0250;
}

.intranet .tabs a {
    background: #d3bb48;
}

.intranet .tabs a.active {
    background: #fff;
}
/***********SFL SEARCH************/

.tab_blue_button {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    margin-top: 16px;
    font-size: 14px;
    padding: 10px 14px 13px 14px;
    background: #3e3892;
    color: #fff;
    display: inline;
    text-decoration: none;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
}

.tab_white_button {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    margin-top: 12px;
    font-size: 16px;
    padding: 12px;
    background: #fff;
    color: #3e3892;
    border-width: 1px;
    border-bottom: 1px solid White;
    border-radius: 4px 4px 0 0;
    position: relative;
    top: 1px;
    z-index: 2;
    font-weight: 600;
}

.sflmainbody {
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    z-index: 1;
}

.middle label {
    float: left;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Raleway', Arial, Sans-serif;
    color: #000;
    text-align: left;
    position: relative;
    top: 8px;
}

.middle select {
    overflow: hidden;
    padding: 5px;
    width: 23%;
    background: #e8e8e8;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
}

.middle input[type=text] {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 30%;
    padding: 8px;
    border-radius: 2px;
}

.center table td {
    padding: 9px 5px 9px 2px;
    font-size: 14px;
}

.empTable tr {
    padding: 15px 15px 15px 15px;
    border-bottom: 1px solid #DDD;
}

.empTable td {
    padding: 15px 15px 15px 15px;
}

.empTable a {
    text-decoration: underline;
}

.center table hr {
    border: none;
    border-top: 1px solid #3E3892;
    margin-top: 20px;
}

.center table th {
    padding: 10px 0px 20px 0px;
    text-align: left;
    font-size: 14px;
}

.center {
    padding-left: 15px;
    border: 1px solid #DDD;
    padding-right: 15px;
    margin-top: 15px;
    
}

.centernb {
    padding-left: 15px;
    padding-right: 15px;
}

.middle {
    padding-left: 15px;
    border-left: 1px solid #DDD;
    padding-right: 15px;
    border-right: 1px solid #DDD;
}

.pageNum td {
    padding: 5px 0 5px 0;
    border: 1px solid #FFF;
}

.pageNum td a,
.pageNum td a:visited {
    margin: 0px;
    padding: 2px 6px 2px 6px;
    background: #FFFFFF;
    color: #428BCA;
    border: 1px solid #428BCA;
    text-decoration: none;
}
/*.pageNum td a:hover {
	text-decoration: underline;
	background: navy;
	color: white;
	border: 1px solid navy;
}*/

.pageNum span {
    padding: 2px 6px 2px 6px;
    text-decoration: none;
    background: #428BCA;
    color: #FFF;
    border: 1px solid #428BCA;
}

tr.pageNum {
    border-collapse: collapse;
    display: table-row;
}

.empDetails div.topDiv {
    min-height: 188px;
    clear: both;
}

.empDetails div.bottomDiv {
    min-height: 188px;
    clear: both;
}

.empDetails div.leftDiv {
    float: left;
    width: 320px;
}

.empDetails div.rightDiv {
    float: right;
    width: 365px;
}

.empDetails div.row {
    margin: 0 0 9px 0;
    clear: both;
    width: 300px;
    height: 17px;
}

.lastrow {
    margin: 0 0 9px 0;
    clear: both;
    border-bottom: 1px solid #ccc;
    width: 300px;
    height: 17px;
}

.addresslabel {
    width: 100px;
    float: left;
}

.addresslabel label {
    width: 120px;
    float: left;
}

.addresscontent {
    width: 200px;
    float: right;
}

.addresscontent p {
    float: right;
    width: 100px;
}

.addresscontent label {
    width: 100px;
}

.empDetails fieldset {
    width: 370px;
    border: 1px solid #CCC;
    padding: 10px 10px 10px 10px;
}

.empDetails div.leftDiv label {
    display: block;
    padding: 3px 0 0 0;
    float: left;
    width: 150px;
    margin: 0px 5px 5px 0;
}

.empDetails div.rightDiv label {
    display: block;
    padding: 3px 0 0 0;
    float: left;
    width: 130px;
    margin: 0px 5px 5px 0;
}

.empDetails div.rightDiv p {
    padding: 3px 0 0 0;
    margin: 0px 5px 5px 0;
    width: 325px;
}

.empDetails div.leftDiv p {
    padding: 3px 0 0 0;
    margin: 0px 5px 5px 0;
    width: 340;
    float: right;
}

.avwrapper {
    width: 60px;
    height: 60px;
    margin: 5px auto;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}

.avwrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-52%, -35%);
}

.news-image {
    width: 200px;
}

.showNewsThumbnails {}

.hideNewsThumbnails {
    display: none !important;
}

.showNewsDate {}

.hideNewsDate {
    display: none !important;
}

.staff-details-div {
    padding: 2px 2px 2px 0px;
}

.staff-details-lbl {
    font-size: 14px;
    font-weight: 600;
    color: #a67f42;
    padding-left: 10px;
}

.dvStations {
    vertical-align: top !important;
}

#dvdatestamp {
    display: none;
}

.tblDivisions {
    border-collapse: separate;
    border-spacing: 5px;
}

.tblDivisions input {
    width: 10% !important;
}

.tblDivisions label {
    width: 85% !important;
    float: right;
}

.tblDivisions td {
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    margin: 10px !important;
    padding: 5px !important;
    min-height:33px;
}

.tblDivisions td input[type=checkbox] + label {
    color: #727070;
}

.tblDivisions td input[type=checkbox]:checked + label {
    color: #000;
    font-style: normal;
    .transition(~"border 0.15s ease-in-out, color 0.15s ease-in-out");
}

.tblDivisions .gssTopPadding {
    padding: 16px 0px 0px 0px !important;
}
/* =======================
Styles for New HTML required for responsive layout
========================*/

    .util img.mob-logo {
        display:none;
    }

nav.util ul li.login a.login {
    padding-top: 8px;
}

a.login i {
    color: #d8b208;
}
#contactEmail input {
    background-color:transparent;
    border:none;
}
.mob-search,
.mob-hamburger,
.mob-contact__btn {
    display: none;
}
.mob-hamburger__text {
        display: block;
    color: #0e0747;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: -6px;
    font-weight: bold;
}
.mob-hamburger:hover {
    text-decoration:none;
}
.fa-bars {
    color: #0e0747;
}
.fa-bars:before {
    font-size: 39px;
}
.mob-search .fa {
    padding-right: 10px;
}
.mob-contact {
    display:none;
}

a.basket span.h-tiny {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin-left: 0;
    padding: 0;
}


table.payment-form td.expire select {
   width: 70px;
}

table.payment-form td.expire select.year {
  width: 160px;
}

            .contact-form table td input {
            width: 100%;
            padding: 10px 0;
        }


    .vacancies-table table tr td span.col-title, 
    .solicitor-listing tr td span.col-title {
        display:none;
    }
    .logo img.mobile-logo {
        display:none;
    }
.tblDivisions  
.gssTopPadding
{
    padding:16px 0px 0px 0px !important;
}
.ipadTerms
{
    font-size: 14px;
}
.ipadTerms a
{
    color: #363287;
    text-decoration: underline;
}
.ui-helper-hidden-accessible 
{ 
    display:none; 
}
/*.error {
  visibility: hidden;
  font-size: 14px;
  padding-top: 5px; }

.incomplete .error {
  color: #b42426;
  visibility: visible; }
.incomplete input {
  border-color: #b42426;
  border-width: 2px; }
.incomplete p, .incomplete h1, .incomplete h2, .incomplete h3 {
  color: #b42426; }*/
@media all and (max-width: 667px)
{   
    .acc-content .info-container table input[type=submit] {
    width: 48% !important;
    }
    .checkbox-label label
    {
        max-width:89%;
    }
    
}
table.fpc_legend {
    width: 50%;
    max-width: 500px;
    text-align: left;
    font-size: 11px;
	border: 1px solid blank;
}
/*table.fpc_legend tr td{ vertical-align:middle;}*/

table.fpc_legend tbody {
    
}
table.fpc_legend thead {
}

table.fpc_legend thead tr th {
    padding: 0px;
    font-size: 11px;
    text-align: left;
}
table.fpc_legend tbody tr th 
{
    min-width: 50px;
    padding: 0;
    border-right: 2px solid #f0f3f7;
    line-height:15px;
}
table.fpc_legend tbody tr td 
{
    font-weight: 100 !important;
    min-width:200px;
    width: 8%;
    padding: 0;
    line-height:15px;
}
table.solicitor-listing {
    width: 100%;
    text-align: left;
    font-size: 13px;
}
/*table.solicitor-listing tr td{ vertical-align:middle;}*/

table.solicitor-listing tr td span {
    display: block;
    color: #600011;
    font-weight: 600;
    font-size: 12px;
}

table.fpc_listing tbody {
    border: 1px solid #f0f3f7;
}

table.fpc_listing thead {
    background: #d9dce0;
    color: #404040;
    border-bottom: 2px solid #600011;
    border-top: 2px solid #600011;
}

table.fpc_listing thead tr th {
    padding: 12px 10px;
    font-size: 16px;
    text-align: left;
}

table.fpc_listing tbody tr td {
    padding: 10px;
}
table.fpc_listing tbody tr
{
    opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
table.fpc_listing tbody tr:hover
{
    border: 2px solid black;
    opacity: 0.5;
    cursor: pointer;
}
table.fpc_listing tbody tr.online{
    border: 2px solid green;
}
table.fpc_offline_action tbody tr td div{
    border: 2px solid green;
    padding: 10px;
}
table.fpc_listing tr:nth-child(odd) td {
    background: #f0f3f7;
}
table.fpc_listing tbody tr td {
    border-bottom: #fff 1px solid;
}
@media screen and (min-width: 901px) {
    #footer_logo
    {
        height: 150px;
        position: absolute;
        top: 22px;
        left: 120px;
    
    }
}
@media screen and (max-width: 900px) {
    #footer_logo
    {
        height: 150px;
    }
}

.main-content a.fancybox {
    text-decoration: none;
}

.table input[type=text],
.table input[type=number],
.table input[type=password],
.table textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 16px;
    border: 1px solid #d7d7d7;
    background-color: #fafafa;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
}

.label-div {
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding-top: 5px;
}

.text-content {
  display: block;
  font-size: 16px;
  font-weight: 200; }

H2.ls-forms {
  color: #2f2580;
  font-weight: 700;
  font-size: 24px; }

.profile-img{
    float: left;
    margin-top: 5px; margin-right: 5px;
}

.profile-padding{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.content-border{
    border-color:#e6e6e6 !important;
    border: 1px solid transparent;
}
hr.contentHR{

border-top:2px solid #e9e9e9;
}

.btn-edit-blue{
    background-color: #5a91d7;
    color: #ffffff;
    border: 2px solid #5a91d7;
    padding: 10px 35px;
   
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}
a.btn-edit-blue {
    line-height:16px !important;
}
a.btn-edit-blue:hover {
    text-decoration:none !important;
    border: 2px solid #6a96d2 !important;
    box-shadow:none;
    text-shadow:none;
}

.btn-tertiary {
    background: #5a83cb;
    color: #ffffff;
}

.btn-inline {
    display: inline-block;
}
btn-edit-blue-ld{

    padding-right:15px;
}

.profile-lighter {
    background-color: #fafafa;
}

.profile-darker{
    background-color: #efeef4;
}

.info {
    padding: 30px;
    width: 50%;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.info h2 {
    color: #4A3B9E;
    font-weight: 700;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 1.25em;
    margin-bottom: 10px;
}

.sub-header-profile  h4 {
    color: #4A3B9E;
    font-weight: 700;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    
}

.labelNameStyle{
        color: #4A3B9E;
    font-weight: 700;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}

.Blue-header{
       font-size: 16px;
    
     color: #5a91d7;
    font-weight: 700;
}
.Blue-header-light{
       font-size: 14px;
    
     color: #5a91d7;
    font-weight:normal;
}
.textField-Profile  {
    display: block;
    border: 1px solid #afafaf;
    background: #f7f7f7;
    border-radius: 2px;
    padding: 8px;
    margin-bottom: 30px;
    font-weight: 400;
    width: 100%;
    
   
}
.textField-Profile-lrg  {

    height:6em;
}
.Profile-Margin{
    margin-bottom:30px;
}

a.accordianTitleh4  {
    font-family: 'Raleway', sans-serif !;
    font-size: 1.4375em;
    margin: 0;
}
.profile-header-info h2{
    color: #4A3B9E;
    font-weight: 700;
    font-family: "Open Sans", Arial;
    font-size: 18px ;
    display: block;
    border-bottom: 3px solid #4A3B9E;
    padding-bottom: 5px;
    background-color: #ffffff;
}

.grey-background-accordian {
    background-color: #e3e3e9;
    padding: 30px 20px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.white-background-accordian {
    background-color: #ffffff;
}
.accordion-activate {

    color:#ffffff;
} 

.accordion-activate a.accordion-header {
    color: #fff;
}

 .accordion-title h2 {
    background: #e8e8e8;
    margin-bottom: 1px;
    color: #3e3892;
    font-weight: 400;
    border-bottom: 1px solid #3e3892;

}

.accordion-title  {
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background:#e8e8e8;
}


 .PC-Info-question {
    border-color:none;
    font-weight: 600;
    font-style: normal;
    font-size: 17px;
    padding:10px;
    margin-bottom: 5px;
    background: #f6f2f2 !important;
    color: #110f59;
    
    line-height: normal;
    text-shadow:none;
    border:none;  
}

 .PC-Info-question h3 {

     margin-bottom:4px;
     margin-top:4px;
 
}



 .accordian-h4 h4 {

    font-family: 'Raleway', Arial, sans-serif !important;
    font-weight:400;
    font-size:18px;
    font-style:none;
    margin-bottom:0px;
}

 .rcInputCell span input[type="text"] {

     font-family: 'Open Sans', Arial, sans-serif !important;
    color: #404040 !important;
    font-size: 14px !important;
    border: 1px solid #d7d7d7 !important;
    background-color: #fafafa !important;
    width: 100% !important;
    padding: 8px !important;
    border-radius: 2px !important;


 }

 .Firm-Font-Style{

     font-size:17px;
 }

 .rgMasterTable thead{
    background: #d9dce0;
    color: #404040;
    border-bottom: 2px solid #600011;
    border-top: 2px solid #600011;
}

 .transparent-button{  
  background-color: transparent !important;
    color: #5a91d7 !important;
    border: 2px solid #5a91d7 !important;
        display: inline-block;
    font-family: 'Raleway', sans-serif;
    
    text-decoration: none;
    border: 0;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
        padding: 9px 23px 8px;
    font-weight: 700;
    margin-bottom: 0;
}

.transparent-button:hover{
    background-color: #5a91d7;
    color:white;
}

 .acc-nav {
    border-top: 1px solid #a09fbd !important;
    margin-bottom: 15px  !important;
    padding-top: 15px  !important;
}
  .acc-nav-top {
    border-bottom: 1px solid #a09fbd !important;
    margin-bottom: 20px  !important;
    margin-top: 15px  !important;
    padding-bottom: 15px  !important;
}
.pc-border {
    border: 1px solid #e6e6e6;
    padding: 20px;
    padding-bottom: 0;
}

.base {
    margin: auto;
    position: relative;
    width: 95%;
    max-width: 1170px;
}


.pc-table-head
{
    background: #d9dce0 !important;
    color: #404040 !important;
    border-bottom: 2px solid #600011 !important;
    border-top: 2px solid #600011 !important;
    border-right: 0px !important;
    border-left: 0px !important;
    border-color:  none !important;
    padding: 12px 10px !important;
    font-size: 16px !important;
    font-family: 'Raleway', sans-serif;
}

.Apptable-head
{
    background: #efeef4 !important;
    color: #100748 !important;
    border-right: 0px !important;
    border-left: 0px !important;
    border-color:  none !important;
    padding: 20px 0px 20px 20px !important;
    font-size: 14px !important;
    font-family: 'Open Sans', Arial, sans-serif;
    text-align:left !important;
    font-weight:bold !important;
    border: 0px !important;
}

.Apptable-head a
{
    color: #100748 !important;
    text-decoration: solid !important;
}

.Apptable-item {
    border-style: none !important;
    background:transparent !important;
    color: #404040 !important;
    font-size: 16px !important;
    font-family: 'Open Sans', Arial, sans-serif;
}

.a-link-table a{
    color: #404040 !important;
}
.RadGrid_WebBlue .rgRow a{
color: #404040 !important;
}

/*
.Apptable-item:hover{
border: 1px solid #6A96D2 !important;
}*/




.SortApptable-item {
    border-style: none !important;
    background: #ffffff !important;
    color: #f2ab1f !important;
    font-size: 16px !important;
    font-family: 'Open Sans', Arial, sans-serif;
}

.pc-table-row
{
    background: #d9dce0 !important;
    color: #F0F3F7 !important;
    border-bottom: 2px solid #600011 !important;
    border-top: 2px solid #600011 !important;
    border-right: 0px !important;
    border-left: 0px !important;
    border-color:  none !important;
        padding: 12px 10px !important;
    font-size: 16px !important;
   font-family: 'Raleway', sans-serif;
}



.rgAltRow td{

    font-weight: 600 !important;
    font-size: 14px !important;
    font-family: 'Open Sans', Arial, sans-serif !important;
    padding: 22px  !important;
    background-color: #F0F3F7 !important;
    border-bottom: none !important;
    border-right:none !important;
}

.rgRow td{

    font-weight: 600 !important;
    font-size: 14px !important;
    font-family: 'Open Sans', Arial, sans-serif !important;
    padding: 22px  !important;
    border-right:none !important;
   
}

.pc-radio input {
		min-width: 20px;
		margin-left: 10px !important;
		float: left;
		display:inline;
	}
.pc-radio label {
	padding-right: 30px !important;
	
	}
.pc-radio-questions {
    display: inline-block;
}

.pc-radio-buttons {
    float:left;
}

.current-section {
    background: linear-gradient(to bottom, #42409d 0%, #110f59 100%) !important;
}

.h4current-section {
    color:#fff !important;
}

.img-width-pc img{
    width:45px !important;
}
.radio-credit label::after {

    height:10px !important;
}

.btn-blue{

    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    -webkit-appearance: none;
}

.btn-prev{
    text-align: left;
    padding-left: 15px
}
.btn-save-next{
    text-align: right;
    padding-right: 15px;
}

.icon-button-pc{
        color: white!important;
    font-style: normal !important;
    padding-right:0px;
}

.checkbox label {

    padding-left: 5px !important;
    display:inline !important;

}

.FeeRadio label {

    padding-left: 10px !important;

}

.PC-div-ind {

    padding-left: 20px !important;

}

.IndentPCradio label{
    padding:0px !important;
}

/*.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
     margin-left: -20px; 
}*/


.pc-content input[type="radio"] {
    position:unset;
    vertical-align:middle;
    min-height:15px;
    padding-top:3px;
    margin-top: 5px;
}

.pc-content input[type="checkbox"] {
    position:unset;
    vertical-align:middle;
    min-height:15px;
    padding-top:3px;
    margin-top: 5px;
}

.pca-table{

    margin-bottom:5px !important; 

}

.radiobuttonCessation{
    position: inherit !important;
}

.radiobuttonCessation input[type="radio"]{
    position: inherit !important;
}

.radiobuttonS61 label{
    padding-left: 20px !important;
}

.RadioSurrenderPC label{
   text-align: initial !important;
   float:none !important;
}

.table {
    margin-bottom: 20px;
}

.dob-margin{
    margin-left:20px;
}

.btn-green {
    background: #669900 !important;
    color: #fff !important;
    text-decoration: none !important;
    border: 2px solid #669900 !important;
    padding: 10px 35px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}

.btn-white{
    
    background-color: transparent;
    border: 2px solid #397bcf !important;
    color: #397bcf;
    text-decoration:solid !important;
    padding: 10px 35px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}

.btn-new-red {
	background-color: #600011;
    color: #ffffff !important;
    border: 2px solid #600011 !important;
    text-decoration:solid !important;
    padding: 10px 35px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}

.pc-content input[type="submit"].btn-white{
    
    background-color: transparent;
    border: 2px solid #397bcf !important;
    color: #397bcf;
    text-decoration:solid;
    padding: 10px 35px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;

}
.pc-content input[type="submit"].btn-white-pc{
    
    background-color: transparent;
    border: 2px solid #397bcf !important;
    color: #397bcf;
    text-decoration:solid !important;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}

.btn-blue{
     border: 2px solid #6a96d2 !important;
}

.conversationBubble{
    padding-left: 20px !important;
    
}

.blue-bubble{
    color:white;
}


.info-container-profile{

    border: 1px solid #d4d4d4 !important;
}

.drop-profile{

    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    font-size: 16px !important;
    background-color: #fafafa;
    width: 100%;
    padding: 8px !important;
    
}


.profile-accordion h4 {
    margin-bottom: 2px;
}


.details {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

.info-header {
    padding-top: 20px;
    padding-left: 10px;
    width: 50%;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    border-radius: 15px;
}

.example-obtuse {
  position:relative;
  padding:15px 30px;
  margin:0;
  color:#000;
  background:#E4E4E4; /* default background for browsers without gradient support */
  /* Using longhand to avoid inconsistencies between Safari 4 and Chrome 4 */
  -webkit-border-top-left-radius:25px 50px;
  -webkit-border-top-right-radius:25px 50px;
  -webkit-border-bottom-right-radius:25px 50px;
  -webkit-border-bottom-left-radius:25px 50px;
  -moz-border-radius:25px / 50px;
  border-radius:25px / 50px;
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
.example-obtuse + p {margin:10px 150px 2em 0; text-align:right; font-style:italic;}

/* creates the larger triangle */
.example-obtuse:before {
  content:"";
  position:absolute;
  bottom:-20px; /* value = - border-top-width - border-bottom-width */
  right:40px; /* controls horizontal position */
  border-width:20px 20px 0;
  border-style:solid;
  border-color:#E4E4E4 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* creates the smaller triangle */
.example-obtuse:after {
  content:"";
  position:absolute;
  bottom:-13px; /* value = - border-top-width - border-bottom-width */
  right:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width:13px 13px 0;
  border-style:solid;
  border-color:#E4E4E4 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}
.example-obtuse-right {
  position:relative;
  padding:15px 30px;
  margin:0;
  color:#000;
  background:#B0CCEF; /* default background for browsers without gradient support */
  /* Using longhand to avoid inconsistencies between Safari 4 and Chrome 4 */
  -webkit-border-top-left-radius:25px 50px;
  -webkit-border-top-right-radius:25px 50px;
  -webkit-border-bottom-right-radius:25px 50px;
  -webkit-border-bottom-left-radius:25px 50px;
  -moz-border-radius:25px / 50px;
  border-radius:25px / 50px;
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
.example-obtuse-right + p{margin:10px 150px 2em 0; text-align:right; font-style:italic;}

/* creates the larger triangle */
.example-obtuse-right:before {
  content:"";
  position:absolute;
  bottom:-20px; /* value = - border-top-width - border-bottom-width */
  left:40px; /* controls horizontal position */
  border-width:20px 20px 0;
  border-style:solid;
  border-color:#B0CCEF transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* creates the smaller triangle */
.example-obtuse-right:after {
  content:"";
  position:absolute;
  bottom:-13px; /* value = - border-top-width - border-bottom-width */
  left:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width:13px 13px 0;
  border-style:solid;
  border-color:#B0CCEF transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}


.account-info{
    background-color: #f1f1f4 !important;
    font-weight: 700 !important;
    color: #0e0747 !important;
}

input[type=submit].btn-gold {
    text-decoration: none;
    background: #b69153;
    color: #fff;
}

input[type=submit].btn-gold:hover {
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}

li.popup-li {
    background-color:#F9F9F9 !important;
}
.LawD-hr hr {
    border:none;
    margin-top:20px;
    margin-bottom:20px;
}
.profile-acc a {
    color:#343434;
    text-decoration:none;
}
.profil-eacc a:hover {
    color:#343434;
    text-decoration:none;
}
.profile-acc.accordion-activate a:hover {
    color:#FFFFFF;
    text-decoration:none;
}
.profile-acc h2 {
    margin:unset;
}
.profile-Det footer{
    padding: 10px 15px;
    background-color:#F5F5F5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.LawBorderLine{
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
}
#dvContents p {
	padding-left:20px;
}

#dvContents p.pPaddingLeft {
	padding-left:50px;
}
#eftdvContents p {
	padding-left:20px;
}

#eftdvContents p.pPaddingLeft {
	padding-left:50px;
}

div.padding-bottom {
    padding-bottom:20px;
}

label.padding-bottom {
    padding-bottom:10px;
}

.hint__tip {
    position: absolute;
    left: 100%;
    margin-left: 25px;
    width: 250px;
    background-color: #0e0747;
    padding: 1.25em;
    color: #ffffff;
    line-height: 1.3;
    border-radius: 3px;
    top: -25px;
    display: none;
    z-index: 1;
    font-size: 14px;
}
.hint__tip:after {
    right: 100%;
    top: 35px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-right-color: #0e0747;
    border-width: 8px;
    margin-top: -8px;
}

.Email-pref-head{
    padding-top: 10px !important;
    vertical-align: text-bottom !important;
    display: inline-block !important;
}

.profile-Det-footer {
    padding: 10px 15px;
    background-color: #F5F5F5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.total-size label{
  display: block;
  font-size: 18px;
  font-weight: 200; 
}
.js-radio input[type="radio"] {
    position:initial !important;
    margin-left: 20px !important;
}

.grey-txtbox {
    background-color: #e3e3e9 !important;
}

.profile-status-field {
    min-height:45px;
}

.query-list-table{
    border-bottom:1px solid !important;
    border-bottom-color:#cfcfcf;
}
.awaitinglsi{
     color: #eda900 !important;
}

.basket-border-table td{
     border-left:1px solid #cfcfcf !important;
}

.basket-select legend{
  font-weight: 600;
  font-size:17px !important;
}
.basket-summary-cart table{
    margin-top:0px!important;
    margin-bottom:0px !important;
     border-bottom:1px solid #cfcfcf !important;
}
.basket-cart-update {
    width: 100%;
    float: right;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
}

.basket-quantity{
    border:2px solid #cfcfcf !important ;
    color: #404040 !important;
    font-size: 16px !important;
    font-family: 'Open Sans', Arial, sans-serif;
}
.basket-link a{
    text-decoration:none !important;
}

.basket-link a:hover{
    text-decoration:underline #6A96D2 !important;
    color:#6A96D2 !important;
}

.div-center-content {
    text-align:center;
}

.btn-left {
    float:left;
}

.btn-right {
    float:right !important;
}

.fancybox-min-width {
    min-width:450px;
}

.HiddenCol {
    display:none;
} 
}
.txt--lt-blue {
    color: #5a91d7 !important;
    font-size: 22px !important;
    font-family: 'Raleway', sans-serif;
}

.videoWrapper {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.videoWrapper iframe, .videoWrapper object,  .videoWrapper embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.Employer-Details{
    background-color:#efeef4;
    padding-left:0px !important;
    display:flex;
}
.Employer-Details-white{
    background-color:#ffffff;
    /*min-height:482px;*/
}
.Employer-Details-white-buttons{
    position: absolute !important;
    bottom: 0 !important;
}
.Employer-Details-grey{
    background-color:#efeef4;
    padding-right:0px; height:auto;
    /*min-height:400px;*/
}
.PC-personal-left{
    width: 50%;
    height: 50%;
    float: left;
}
.PC-personal-right{
    width: 50%;
    height: 50%;
    float: right;
}
.edit-address {
    padding:unset !important;
}
span.edit-address {
    margin-left:-10px;
}
span.lbl-address {
    margin-left:20px;
    min-height:40px;
}
div.lbl-address {
    min-height:60px;
}
input.edit-address, select.edit-address{
    margin-left:10px;
    padding:8px !important;
}
}
.loginTitle p {
    margin-bottom: 0px;
}
.text-green {
  color: #58972f; }
.text-lblue {
  color: #5a83cb; }
.text-dblue {
  color: #352e56; }
.text-bold {
  font-weight: bold; }

.employment-history-header th {
    color:#0E0747;
    background-color:#F1F1F4;
}

.account-info .employment-history-tbl {
  font-size: 18px; }
  /*.account-info .employment-history-tbl tbody tr:nth-child(-n+2) {
    background-color: #fcfdfb; }
  .account-info .employment-history-tbl tbody td:last-child {
    border-left: 1px solid #d7d7d7; }*/
  /*.account-info .employment-history-tbl .present {
    position: relative; }
    .account-info .employment-history-tbl .present:before {
      width: 10px;
      min-height: 100%;
      left: 0;
      top: 0;
      background-color: #58972f;
      content: '';
      position: absolute; }
    .account-info .employment-history-tbl .present .resident {
      font-size: 16px;
      position: relative;
      padding-left: 40px;
      display: block;
      height: 30px;
      padding-top: 4px;
      margin-bottom: 20px; }
      .account-info .employment-history-tbl .present .resident img {
        position: absolute;
        width: 30px;
        display: inline-block;
        left: 0;
        top: 0; }*/
  .account-info .employment-history-tbl .edit-btn {
    position: relative; }
    .account-info .employment-history-tbl .edit-btn a {
      background-color: #5a91d7;
      border-radius: 3px;
      color: #ffffff;
      display: inline-block;
      font-size: 0.75em;
      font-weight: 700;
      padding: 6px 10px; }

.v-b {
  vertical-align: bottom; }

/*# sourceMappingURL=commerce-css-updates.css.map */

.resident-contact-det {
    display:none;
}

.resident-contact-det img {
    width:15px;
    display:inline;
}

.green-left:first-of-type{
    border-left: solid 10px #669900 !important;
}
.green-left:first-of-type .green-word{
    color: #669900 !important;
}

.green-left:first-of-type .resident-contact-det{
    display:block;
}
.HiddenFilter{
    display:none;
}
}

div.personal-det {
    padding-top:10px !important;
}
div.personal-det span.text-content {
    height:20px;
}

.placeholder-content{
    font-size: 13px !important;
    color: #9a9a9a !important;
}
.lsi-commerce h3{
    font-family: 'Raleway', sans-serif;
    }

  .lsi-commerce h3 {
    font-size: 1.6875em;
    line-height: 1.65;
    margin: 0; }
    @media (max-width: 606px) {
      .ls-commerce h3 {
        font-size: 1.5em; } }
    @media (max-width: 480px) {
      .ls-commerce h3 {
        font-size: 1.375em; } }
    .base--narrow .ls-commerce h3 {
      display: inline-block; }


    .hide-profile-res {
        display:none !Important;
    }

    .Image-upload-edit-profile{
        width: 50%;
         float:right;
    }
   .attendeeForm-textbox{
    border: 0px !important;
    padding-left: 0px !important;
    margin-bottom:0px;
   }
   .NewPersonEIS-head
{
    background: #efeef4 !important;
    color: #100748 !important;
    border-right: 0px !important;
    border-left: 0px !important;
    border-color:  none !important;
    padding: 20px 0px 20px 0px !important;
    font-size: 14px !important;
    font-family: 'Open Sans', Arial, sans-serif;
    text-align:left !important;
    font-weight:bold !important;
    border: 0px !important;
    padding-left: 20px !important;
    margin:0px !important;
   
}
    .NewPersonEIS-head th
{
    padding: 20px 0px 20px 0px !important;
    margin-left: 10px !important;
}

.NewPersonEIS-head a
{
    color: #100748 !important;
    text-decoration: solid !important;
}

.NewPersonEIS-item tr{
   padding:10px 0px 10px 0px !important;
   border-bottom:1px solid;
   border-top:1px solid;
       padding-left: 20px !important;
}
.NewPersonEIS-item td{
   margin-top:10px !important;
   padding: 0px !important;
   padding-left: 20px !important;
   margin-left:10px !important;
}
.NewPersonEIS-item:hover{
   /*background-color:#9b9b9b;*/
   border: 2px solid #6a96d2 !important;
   cursor: pointer;
}

.eis-label {
    text-align: right;
    clear: both;
    float: left;
    margin-right: 15px;
}
.FEbreadcrumb {
    padding: 0px;
	background: #D4D4D4;
	list-style: none; 
	overflow: hidden;
    margin-top: 20px;
}
.FEbreadcrumb>li+li:before {
	padding: 0;
}
.FEbreadcrumb li { 
	float: left;
    margin-top: 0px !important;
    margin-left: 0px !important; 
    padding-left: 0px !important;
}
.FEbreadcrumb li.active a {
	background: white;                   /* fallback color */
	color: #6a96d2;
}
.FEbreadcrumb li.completed a {
	background: brown;                   /* fallback color */
	background: #6a96d2; 
}
.FEbreadcrumb li.active a:after {
	border-left: 30px solid #ffffff;
    color: #6a96d2;
}
.FEbreadcrumb li.completed a:after {
	border-left: 30px solid #6a96d2;
} 

.FEbreadcrumb li a {
	color: white;
	text-decoration: none; 
	padding: 10px 0 10px 45px;
	position: relative; 
	display: block;
	float: left;
}
.FEbreadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(0, 0%, 83%, 1);
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 

}	
.FEbreadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}	
.FEbreadcrumb li:first-child a {
	padding-left: 15px;
}
.FEbreadcrumb li a:hover { background: #bf9d66  ;
                           color:white;
}
.FEbreadcrumb li a:hover:after { border-left-color: #bf9d66   !important; 
                                 color:white;
}
.ReviewOrder {
    padding-top:20px !important; 
    border-top: 2px solid !important;
}
.lawsoc-responsive{
    width:100% !important;
    height:auto !important;
}

*[id*='requiredvalidator']{
   background:#f7e4e4 !important;
    font-size: 12px;  
    margin-top: 5px;
    float: none !important; 
}

span.copyright {
    padding: 0px;
    margin: 0 0 20px;
    list-style: none;
    color: white;
    font-weight: 500;
    font-size: 13px;
    display:inline;
    float:left;
}

span.copyright a {
    color: white;
    font-weight: 600;
    font-size: 13px;
}

section.content div {
    padding-left: 0px;
}

section.content div label {
    padding-bottom: 5px;
}

/* =======================Footer Styles=======================*/

.footer {
    padding: 30px 20px;
    border-top: 2px;
    font-family: 'Open Sans', Arial, Sans-serif;
}
h2.footer-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
h2.footer-title a {
    text-decoration: none;
    color: #fff;
}
h2.footer-title span {
    color: #FFFFFF;
    text-decoration: none;
}
.footer .span3 ul li {
    margin-bottom: 6px;
}

.footer .span3 ul li a {
    color: #fff;
}

.footer .span3 ul li a:hover {
    text-decoration: underline;
}
.footer i {
    font-size: 32px;
    color: #fff;
}
.footer .social ul li {
    display: inline;
    padding-right: 5px;
}

.footer .footer-logo{
    height: 150px;
}
.footer .social-media{
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.footer .social-media a{
    margin-right: 30px;
}
.footer .social-media i{
    font-size: 20px;
}

.footer .div-copyright{
    text-align: center;
    margin-bottom: 20px;
}

.footer span.copyright{
    float:none;
    color: white;
}

.footer .div-copyright span.copyright a {
    color: white;
    font-weight: 600;
    font-size: 13px;
}

/*}
 .footer .lower-list li:first-child{
    display: none;
}*/
/* =======================End of Footer Styles=======================*/