@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,200,100,500,600,700,800,900);

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5;
	margin:0;
	padding:0;
	color:#333;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
}
h1 {font-size:48px;margin-bottom:24px;}
h2 {font-size: 32px;}
h3 {font-size: 24px;margin-bottom:20px;}
p {margin-bottom:24px;}

img{
	max-width:100%;
}
#header{
	background:#1f1e3b;
}

/* style menu*/
.navbar-default .navbar-nav > li > a {
	padding-top:30px;
  color: #fff;
  font-size:13px;
  font-family: 'ralewaybold';
  text-transform:uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color:#7EB750;
  background:none;
  border-bottom:5px solid #FFF;
}

#top{
	padding-top:50px;
	padding-bottom:35px;
}

#top .box1{
	font-size:36px;
	font-family: 'ralewayregular';
	text-transform:uppercase;
	line-height:38px;
	border-right:2px solid #7eb750;
}
#top .box1 span{
	font-family: 'ralewaysemibold';
}
#footer * {
	color:#999;
}
#footer {
	padding-bottom:30px;
	padding-top:40px;
	background:#1f1e3b;
}

.footerSmlText {
font-size: .9em;
line-height: 100%;
}

.footerLocation {
color: #fff !important;
font-weight: bold;
}

.social-media {
	display:block;
	float:right;
	padding-bottom:10px;
}
.lead {
	font-size:16px;
	font-weight:400;
}
.logo {
	/*font-size:48px;
	font-weight:normal;*/
	color:#999;
	display:block;
	margin-top:0px;
}
.logo p{
	margin:0;
}
span[class*="tel-icon"] {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#091F2B;
}
span[class*="email-icon"] {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#091F2B;
}
.text-18 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#091F2B;
}
.text-center {
	text-align:center;
}
.border-top-bottom {
	border-top:1px solid #ccc; 
	border-bottom: 1px solid #ccc;
}
.border-top {
	border-top:1px solid #ccc;
}
.border-bottom {
	border-bottom: 1px solid #ccc;
}
.border-bottom-dotted {
	border-bottom: 1px dotted #898594;
}


.form-style {
	background:#fff url(../images/grey-grad-bkgrnd.jpg) repeat-x scroll top left;
}
.form-style input[type="text"] {
	background-color: rgba(51,51,51,0.4);
	border:0;
	width:100%;
	padding:7px 10px;
}
.form-style input[type="submit"] {
	width:100%;
	padding-top:12px;
	padding-bottom:12px;
	background-color:#6EAD36;
}
.form-item {
	margin-bottom:15px;
}
.btn {
	border-radius:0;
}
.pale {
	background-color: rgba(137,133,148,0.2);
}
.red {
	color:#6E153A;
}
a.readon {
	width:100%;
	padding:7px 10px;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	position:relative;
}
a.readon.red {
	background-color:#6E153A;
	color:#fff;
	-webkit-transition:background-color 0.75s, color 0.75s;
	transition:background-color 0.75s, color  0.75s;
}
a.readon.red:hover {
	background-color:rgba(51,10,27,1);
	color:rgba(255,255,255,0.6);
	text-decoration:none;
}
a.readon.gray {
	background-color:rgba(51,51,51,0.3);
	color:#333;
	-webkit-transition:background-color 0.75s, color  0.75s;
	transition:background-color 0.75s, color  0.75s;
}
a.readon.gray:hover {
	background-color:rgba(51,51,51,0.7);
	color:#fff;
	text-decoration:none;
}
.read-link {
	display:inline-q;
	position:absolute; 
	right:10px;
	top:15px;
	font-size:10px;
}
.navbar {
	margin-bottom:0;
	border-width:0;
}

.content {
	padding:20px 0;
}
.list-sidebar li {
	border-top:1px solid #333;
}
.list-sidebar li a {
	padding:7px 10px; 
	display:block;
	color:#333;
	-webkit-transition:background-color 0.75s, color 0.2s;
	transition:background-color 0.75s, color 0.2s;
}
.list-sidebar li a:hover {
	background-color:#999;
	color:#fff;
	text-decoration:none;
}
.list-footer li {
	border-top:1px solid rgba(51,51,51,0.3);}
.list-footer li a {
	padding:7px 10px; 
	display:block;
	color:#333;
	-webkit-transition:ba	ckground-color 0.75s, color 0.2s;
	transition:background-color 0.75s, color 0.2s;
}
.list-footer li a:hover {
	background-color:rgba(51,51,51,0.3);
	color:#fff;
	text-decoration:none;
}
.back-to-top {
	width:100px;
	height:100px;
	border-radius:100%;
	background-color:#999;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-top:-80px;
	transition:background-color 0.75s;
}
.back-to-top:hover {
	background-color:rgba(0,0,0,1);}
.back-to-top span {
	display:block;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	color:#fff;
}
.back-to-top a {
	text-align:center;
	color:#fff;
	display:block;
	height:100px;
}
.back-to-top a:hover {
	text-decoration:none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.button{
	background:#1f1e3b;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#FFF;
	padding:7px;
}

a.readmore.button {color:#fff;}

.readmore.button{
	background:#1f1e3b url(../images/arrow.png) no-repeat scroll 90% center;
	padding:7px 40px 7px 7px;
	font-size:12.5px;
}

a.readmore.button:hover {
	background:#7eb750 url(../images/arrow.png) no-repeat scroll 90% center;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background:#ececec;
  border:none;
  padding:6px 10px;
  color:#9a9a9a;
}
a {
  color: #7EB750;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'ralewaymedium';
  font-weight:normal;
  text-transform:none;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,h2,h3 {
  margin-top:0px;
  margin-bottom: 10px;
  
}
h1 small,h2 small,
h3 small,h1 .small,
h2 .small,h3 .small {
  font-size: 65%;
}
h4,h5,h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,h5 small,
h6 small,h4 .small,
h5 .small,h6 .small {
  font-size: 75%;
}
h1,.h1 {
  font-size: 36px;
}
h2,.h2 {
  font-size: 30px;
}
h3,.h3 {
  font-size: 24px;
}
h4,.h4 {
  font-size: 18px;
}
h5,.h5 {
  font-size: 14px;
}
h6,.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.page-header {
  padding:0px;
  margin: 0px 0 20px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0 !important;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.yoo-zoo blockquote {
  background: #f9f9f9;
  border-left: 5px solid #7db34f;
  margin: 0px;
  padding: 0.5em 10px;
  font-style:normal;
  
  min-height:220px;
font-size:100%; }

.colmain form#userForm input[type="submit"]:first-child {
background-color:#7eb750;
background-image:none;	
border:0;
width:100%;
padding:10px;
font-size:16px;
}


@media (max-width: 600px) {
	
	.yoo-zoo blockquote {
  
  
  min-height:300px;
 }
}




.yoo-zoo blockquote.utl {
  background: #1f1e3b;
color: #ffffff;
  border-left: 5px solid #7db34f;
  margin: 0px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
font-style:normal;
font-size:160%;

}
.yoo-zoo blockquote.utl-glp {
  background: #1f1e3b;
color: #ffffff;
  border-left: 5px solid #7db34f;
  margin: 0px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
font-style:normal;
font-size:160%;
min-height:80px;

}





blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}


blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}

.float50 {
	float:left;
	width:50%;
	padding:10px;
}
.no-pad {
	padding:0;
}

/* div.colleft.no-pad {padding: 0 !important;} */

.no-pad-horz {
	padding-left:0;
	padding-right:0;
}
.no-pad-left {
	padding-left:0;
}
.no-pad-right {
	padding-right:0;
}
.no-margin {
	margin:0;
}
.no-margin-horz {
	margin-left:0;
	margin-right:0;
}
.no-margin-left {
	margin-left:0;
}
.no-margin-right {
	margin-right:0;
}
.pad-left {
	padding-left:15px;
}
.pad-right {
	padding-right:15px;
}
.pad-vert {
	padding-top:20px;
	padding-bottom:20px;
}
.pad-top {
	padding-top:20px;
}

.pad-bottom{
	padding-bottom:20px;
}
div.moduletable.blue{
	background-color:#3aaece;
	background-image: -webkit-gradient(linear, top center, bottom center, from(#3aaece), to(#3399b5)); 
	background-image: -moz-linear-gradient(top, #3aaece, #3399b5);
	background-image:-o-linear-gradient(top, #3aaece, #3399b5);
	background-image:linear-gradient(top, #3aaece, #3399b5);
	background-repeat:no-repeat;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3aaece', endColorstr='#3399b5', GradientType=0);
}
div.moduletable.pink{
	background-color:#d07ab5;
	background-image: -webkit-gradient(linear, top center, bottom center, from(#d07ab5), to(#c272a9)); 
	background-image: -moz-linear-gradient(top, #d07ab5, #c272a9);
	background-image:-o-linear-gradient(top, #d07ab5, #c272a9);
	background-image:linear-gradient(top, #d07ab5, #c272a9);
	background-repeat:no-repeat;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d07ab5', endColorstr='#c272a9', GradientType=0);
}
div.moduletable.violet{
	background-color:#343262;
	background-image: -webkit-gradient(linear, top center, bottom center, from(#343262), to(#1f1e3b)); 
	background-image: -moz-linear-gradient(top, #343262, #1f1e3b);
	background-image:-o-linear-gradient(top, #343262, #1f1e3b);
	background-image:linear-gradient(top, #343262, #1f1e3b);
	background-repeat:no-repeat;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#343262', endColorstr='#1f1e3b', GradientType=0);
}
div.moduletable.green{
	background-color:#87c455;
	background-image: -webkit-gradient(linear, top center, bottom center, from(#87c455), to(#7eb750)); 
	background-image: -moz-linear-gradient(top, #87c455, #7eb750);
	background-image:-o-linear-gradient(top, #87c455, #7eb750);
	background-image:linear-gradient(top, #87c455, #7eb750);
	background-repeat:no-repeat;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#87c455', endColorstr='#7eb750', GradientType=0);
}

div#boxmodules{
	color:#FFF;
}

div#boxmodules p{
	margin:0;
}

div#boxmodules .moduletable{
	padding-top:20px;
	height:242px;
	position:relative;
}
div#boxmodules .moduletable h3{
	color:#FFF;
	margin:0 20px;
	background:url(../images/icon1.png) no-repeat scroll right top;
	padding:0px 50px 10px 0;
}

div#boxmodules .moduletable.blue h3{
	font-size:40px;
	line-height:40px;
	font-family: 'ralewaybold';
}
div#boxmodules .moduletable.pink h3{
	border-bottom:1px solid #dda8cd;
	 font-family: 'ralewaysemibold';
	 font-size:22px;
}

div#boxmodules .moduletable .datetime{
	color:#643b57;
}
div#boxmodules .moduletable.violet h3{
	font-size:28px;
	line-height:28px;
}
div#boxmodules .moduletable.green h3{
	font-size:28px;
	line-height:28px;
}
div#boxmodules .moduletable.pink h3{
	border-bottom:1px solid #dda8cd;
	font-family: 'ralewaysemibold';
	font-size:22px;
}

div#boxmodules .moduletable .col-md-12{
	float:none;
}

div#boxmodules .moduletable a.readmore{
	border-top:1px solid #FFF;
	padding:10px 20px;
	display:block;
	color:#FFF;
	font-weight:bold;
	position:absolute;
	bottom:0;
	height:40px;
	left:0;
	width:100%;
}

div.boxmodbottom{
	font-size:13px;
}

div#bottom{
	padding-top:30px;
	padding-bottom:30px;
}

div#contactbottom span{
	float:left;
	margin-right:20px;
}
div#contactbottom span.box2{
	padding:0 10px;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb;
}

div#contactbottom span.box2 img{padding:1px;}

div.acymailing_form{
	background:#ececec;
	border:1px solid #eaeaea;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	float:right;
	padding:5px !important;
	width:100%;
}

div#newsletters .moduletable h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
div#newsletters .fieldacyemail,
div#newsletters .acysubbuttons{
	float:left;
	margin:0;
}
div#newsletters .acysubbuttons{
	float:right;
}
div#newsletters .acysubbuttons .button{
	background:url(../images/icon2.png) no-repeat scroll center top;
	display:block;
	width:27px;
	height:27px;
	text-indent:-2000px;
	border:none;
}

div#secondmenu{
	margin-top:15px;
	margin-bottom:15px;
}

div#secondmenu li{
	width:180px;
}
div#secondmenu li a{
	color:#FFF;
	background:#3399b5;
	margin-left:2px;
	 font-family: 'ralewayextrabold';
	font-size:13px;
	padding:10px 15px;
	text-transform:uppercase;
	text-align:center;
}
div#secondmenu li:first-child a{
	margin:0;
}
div#secondmenu li:nth-child(1) a{
	background-color:#c272a9;transition: background-color 0.4s
}
div#secondmenu li:nth-child(1) a:hover{
	background-color:#A96393;transition: background-color 0.7s
}



div#secondmenu li:nth-child(2) a{
	background-color:#3399b5;transition: background-color 0.7s
}

div#secondmenu li:nth-child(2) a:hover{
	background-color:#2C839B;transition: background-color 0.7s
}



div#secondmenu li:nth-child(3) a{
	background-color:#4780bb;transition: background-color 0.7s
}

div#secondmenu li:nth-child(3) a:hover{
	background-color:#3D6FA1;transition: background-color 0.7s
}



div#secondmenu li:nth-child(4) a{
	background-color:#7eb750;transition: background-color 0.7s
}

div#secondmenu li:nth-child(4) a:hover{
	background-color:#6C9D45;transition: background-color 0.7s
}

div#secondmenu li:nth-child(5) a{
	background-color:#918ab5;transition: background-color 0.7s
}


div#secondmenu li:nth-child(5) a:hover{
	background-color:#7D779B;transition: background-color 0.7s
}


div#secondmenu li:nth-child(6) a{
	background-color:#efa647;transition: background-color 0.7s
}

div#secondmenu li:nth-child(6) a:hover{
	background-color:#D6943F;transition: background-color 0.7s
}

#system-message{
	margin:0;
}

div.colleft{
	background:#3399b5;
	padding:20px 0;
	color:#FFF;
}

div.colleft .moduletable h3{
	padding:0 20px;
	color:#FFF;
	 font-family: 'ralewaybold';
	 font-size:40px;
}



div.colleft ul{
	padding:0;
}
div.colleft ul li{
	list-style:none;
	border-top:1px solid #FFF;
	padding:5px 0;
}
div.colleft ul li a{
	color:#FFF;
	text-transform:uppercase;
	padding:0 20px;
	background:url(../images/arrow.png) no-repeat scroll right center;
}

div.colmain{
	background:#f0f0f0;
	padding:20px;
}

/* div.colmain h3{
	
	color:#3399B5;
	 font-family: 'ralewaybold';
	 font-size:40px;
} */

div.box2 p {font-size: 1.42em;}


/* .page-header h2{
	font-size:15px;
	font-family: 'ralewaysemibold';
	color:#3399B5;
} */



.page-header h2 {
font-size: 40px;
font-family: 'ralewaybold';
color: #3399B5;
}

.imgPhoto {padding: 20px 20px;}

div.homePage_U4 {min-height: 304px;}

p.register {padding: 0 20px 0 25px;}

div.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* padding-top: 35px; */
    height: 0;
    overflow: hidden;
}

div.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


.stButton .stButton_gradient {
height: 24px !important;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
height: 24px !important;
}

div.contentMain p {font-size: 1.42em;}

.sm_search form {padding:25px;border-bottom:1px solid;height:52.5%}

/** Contact Page Locations **/
div.locations {width:100%;}
div.locations .row { width:100%; clear:both;padding-bottom:15px;margin-bottom:15px;border-bottom: 1px dashed;}
div.locations .row .location { width:28%; display:inline-block;margin-right:10px;vertical-align:top;padding-left:15px;}
div.locations .row .map {width:69%; display:inline-block;vertical-align:top;}

/** Search Results **/
.search-results li {
	list-style-type:none;
	border:1px solid #CCC;
	padding:15px;
	margin-bottom:10px;
	border-radius:5px;
	background-color:#FFF;
	margin-left:-40px !important;
	
}

.finder.ss_cus_mod button.btn.btn-primary.hasTooltip.ss_cus_mod.finder.ss_cus_mod {
	display:inline-block !important;
	height:55px;
	width:15%!important;
	margin-left:5px;
	margin-top:-5px;
	}

.finder.ss_cus_mod #mod-finder-searchword {
	width:80% !important;	
}

#ezblog-body .featured-readmore a, #ezblog-body .blog-readmore a {height:28px !important;}
.blog-post, .blog-read {background-color:#FFF !important;}

.btn.btn-primary.hasTooltip.ss_cus_mod.finder.ss_cus_mod {
background: #357ebd url(../images/search-icon.png) no-repeat 50%;
background-size: 68%;
}

#finder-search input {background-color:#FFF !important;border:1px solid;border-radius:5px;}
.colright {padding-left:20px;text-align:center;}
.colright .moduletable {background-color:#f0f0f0;padding:10px;}
.colright .moduletable h3 {border-bottom:1px dashed #CCC;}
.colright .moduletable.brdr {border:5px solid #1f1e3b;}
.colright .moduletable.brdr h3, .colright .moduletable.brdr p.call, .colright .moduletable.brdr p.call + p {text-align:left;}
.colright .moduletable.brdr h3, .colright .moduletable.brdr p.call-pi, .colright .moduletable.brdr p.call-pi + p {text-align:left;}
.colright .moduletable.brdr .rsform-block:hover {background-color:transparent;}
.colright .moduletable.brdr input[type='text'] {color:#4d4d4d;background-image:none;border:1px solid #aaa;transition: border 0.4s;}
.colright .moduletable.brdr input[type='text']:hover {border:1px solid #333;color:#000;}
.colright .moduletable.brdr input[type='submit']{background-color:#7eb750;font-weight:600;background-image:none;border:0;}
.colright .moduletable.brdr input[type='submit']:hover {background-color:#6C9D45;}

.colright .moduletable.brdr input[type='text']::-webkit-input-placeholder {color: #4d4d4d;}
.colright .moduletable.brdr input[type='text']:focus::-webkit-input-placeholder {color: transparent;}

.colright .moduletable.brdr input[type='text']:-moz-placeholder { /* Firefox 18- */ color: #4d4d4d;  }
.colright .moduletable.brdr input[type='text']:focus:-moz-placeholder { /* Firefox 18- */ color: transparent;  }

.colright .moduletable.brdr input[type='text']::-moz-placeholder {  /* Firefox 19+ */color: #4d4d4d;  }
.colright .moduletable.brdr input[type='text']:focus::-moz-placeholder {  /* Firefox 19+ */color: transparent;  }

.colright .moduletable.brdr input[type='text']:-ms-input-placeholder {  color: #4d4d4d;  }
.colright .moduletable.brdr input[type='text']:focus:-ms-input-placeholder {  color: transparent;  }
.cta-brdr {border:10px solid #1f1e3b;padding:20px;}
.utl-cta-txt {font-family:'Raleway';font-weight:700;color:#7EB750;font-size:21px;display:block;text-align:center;}
.utl-pi-cta-txt {
  font-family: 'Raleway';
  font-weight: 700;
  color: #3D6FA1;
  font-size: 16px;
  display: block;
  text-align: center;
}
.utl-bigr {font-size:21px;display:block;}
#top .box2 .cta-brdr:after {content:" ";display:table;clear:both;}

/** Sticky right module. **/
.stick {position:fixed;top:0px;left:72%;}
@media (max-width: 480px) {
	
	.container#top .no-pad-right {padding-right:15px;}
}
@media (min-width: 992px) {
	.colmain h2 {font-family:'Raleway';}
	.colmain h2[class^='pi'] {background-color:#7EB750;padding-left:120px;line-height:1;position:relative;display:table;}
	.colmain h2[class^='pi'] > span.arrow-wrap {position:absolute;width:30px;height:30px;border-radius:100%;background-color:#fff;padding:10px 5px;margin-left:-70px;top:30px;display:block;}
	.colmain h2[class^='pi'] a {display:table-cell;color:#fff;padding:20px;height:100px;vertical-align:middle;width:100%;}
	.colmain h2[class^='pi'] a:hover {text-decoration:none;cursor:default;}
	.colmain h2.pi1 a {background-color:#c272a9;}
	.colmain h2.pi1 + div > div + div {background-color:#c272a9;padding:30px 40px 20px 40px;}
	.colmain h2.pi1 + div > div * {color:#fff;}
	.colmain h2.pi2 a {background-color:#3399b5;}
	.colmain h2.pi2 + div > div + div {background-color:#3399b5;padding:30px 40px 20px 40px;}
	.colmain h2.pi2 + div > div * {color:#fff;}
	.colmain h2.pi3 a {background-color:#4780bb;}
	.colmain h2.pi3 + div > div + div {background-color:#4780bb;padding:30px 40px 20px 40px;}
	.colmain h2.pi3 + div > div * {color:#fff;}
	
	.colmain h2.pi4 a {background-color:#918ab5;}
	.colmain h2.pi4 + div > div + div {background-color:#918ab5;padding:30px 40px 20px 40px;}
	.colmain h2.pi4 + div > div * {color:#fff;}
	
	.colmain h2.pi5 a {background-color:#efa647;}
	.colmain h2.pi5 + div > div + div {background-color:#efa647;padding:30px 40px 20px 40px;}
	.colmain h2.pi5 + div > div * {color:#fff;}
	
	.colmain h2.pi6 a {background-color:#c272a9;}
	.colmain h2.pi6 + div > div + div {background-color:#c272a9;padding:30px 40px 20px 40px;}
	.colmain h2.pi6 + div > div * {color:#fff;}
	
	.colmain h2.pi7 a {background-color:#3399b5;}
	.colmain h2.pi7 + div > div + div {background-color:#3399b5;padding:30px 40px 20px 40px;}
	.colmain h2.pi7 + div > div * {color:#fff;}
	
	.colmain h2.pi8 a {background-color:#4780bb;}
	.colmain h2.pi8 + div > div + div {background-color:#4780bb;padding:30px 40px 20px 40px;}
	.colmain h2.pi8 + div > div * {color:#fff;}
	
	div.uparrow {width:50px;height:50px;border-radius:100%;background-color:#fff;padding:4px 5px;border:10px solid #7EB750 ;margin: 20px auto;}
	
	ul.utl-box-links {padding-left:0;margin-right:-10px;}
	.utl-box-links li {
		width: 23.65%;
		box-sizing: border-box;
		float: left;
		display: inline;
		padding: 10px;
		background-color: #1f1e3b;
		margin-right: 10px;
		margin-bottom: 10px;	
	}
	.utl-box-links li a {font-family:'Raleway';color:#fff;text-transform:uppercase;text-align:center;display:block;min-height:110px;border-bottom:2px solid #7EB750;padding-top:15px;padding-bottom:11px;}
	
	.cta-brdr {border:10px solid #1f1e3b;padding:20px;}
	.utl-cta-txt {font-family:'Raleway';font-weight:700;color:#7EB750;font-size:21px;display:block;text-align:center;}
	
	.utl-pi-cta-txt {
  font-family: 'Raleway';
  font-weight: 700;
  color: #3D6FA1;
  font-size: 16px;
  display: block;
  text-align: center;
}
	.utl-bigr {font-size:32px;line-height:1.3;display:inline;}
}

@media (min-width:1140px) {
	.stick {left:71% !important;}
	#yoo-zoo .item h1.pos-title {font-size:36px;}
	div > h1.pos-title:first-child {padding-top:20px;}
}
@media (min-width:1060) and (max-width:1139px) {
	.stick {left:72% !important;}
}
@media (max-width:1059px) {
	.stick {left:0% !important;}
}
@media (max-width:991px) {
#sticky {	position:relative !important;margin-top:30px;padding-left:0px !important;z-index:19;}
}
#sticky {z-index:19;}

.signup input.inputbox {background-color:#FFF !important;width:100% !important;border-radius:6px;border: 1px solid #C7C7C7 !important;}
.lnews a{color:#643b57;}
.moduletable.lnews > div {
	background-image:url('https://www.unlockthelaw.co.uk/images/icon-news.png');
	background-repeat: no-repeat;
	background-position:right;
}
.ezb-mod .mod-item {
width: 70%;
padding-left: 20px !important;
}
.ezb-mod .mod-post-title { font-size:13px;}

#boxmodules .fp_title_show h3 {display:block !important;}

.lm_sm input {width:80%}
.lm_sm button {display: inline-block !important;
height: 34px;
width: 15% !important;
margin-left: 5px;
margin-top: -5px;
background: url(https://www.unlockthelaw.co.uk/templates/unlockthelaw/images/search-icon.png) 50% 50% / 80% no-repeat rgb(53, 126, 189) !important;
}

body #eblog-wrapper.w600 #socialbutton, body #eblog-wrapper.w600 #socialbutton .socialbutton-vertical {display:inline-block !important;}
#socialbutton {height:20px;}
.social-button.social-button-small.facebook-like span {width:145px !important;height:40px !important;}
.social-button.social-button-small.facebook-like iframe {width:145px !important; height:40px !important;}
#eblog-wrapper .social-button.social-button-small.facebook-like span {
width: 130px !important;}
.social-button.social-button-small.linkedin-share {width:100px !important;}
#top .col-md-6.box2.no-pad-right h1 {line-height:38px;}
#main_nav li a {font-family:'ralewayextrabold';text-transform:uppercase;color:#fff;padding-top:25px;padding-bottom:20px;font-size:13px;}
#main_nav li.active a {border-bottom: 6px solid #FFF/*A5C4F2*/;color:#7eb750;}
#main_nav li.active a:hover {border-bottom:6px solid #FFF;}
#main_nav li a:hover {background-color:transparent;border-bottom:6px solid rgba(255,255,255,0.7);}
#main_nav li a:active {background-color:transparent;border-bottom:6px solid rgba(255,255,255,0.7);}
#main_nav li a:focus {background-color:transparent;border-bottom:6px solid rgba(255,255,255,0.7);}
.colleft.col-md-6.no-pad {padding:0px;}

#team {margin-top: 2em; border-top: 1px dotted #1f1e3b; padding: 5px 0 5px 0;}

#header .topmenu .moduletable_menu + .moduletable > .custom > div {float:right;margin-right:30px;}
img[src$='top-icon.png'] {display:inline-block;padding:17px 5px;opacity:0.7;transition:opacity 0.4s;}
img[src$='top-icon.png']:hover {opacity:1;transition:opacity 0.6s;}
.eb-post-content {
	border: 1px solid #CCC;
	padding: 10px;
	border-radius: 4px;
	background-color: #FFF;
}
.eb-post-foot {
    margin-left: -10px !important;
    margin-right: -10px !important;
    border-top: 1px solid #CCC;
    background-color: #f1f1f1;
    margin-bottom: -10px !important;
    padding: 15px;
    }
.eb-entry-article .eb-post-image.eb-image-popup-button {display:none !important;}
/* Social Footer Scroller **/
#social_footer_mobile {display:none;bottom:0px; position:fixed;margin:auto auto;z-index:109;background:rgba(0,0,0,0.2);width:100%; max-width:100%;text-align:center;
}
#social_footer_mobile .custom-easysharethis {padding-bottom: 0px !important;
padding-top: 0px !important;}
.row.content {padding-top:0;}
.flt-lft {float:left;}
div#fd.eb.eb-mod {padding: 0 20px;}
@media (max-width:767px) {
#header .navbar-collapse {max-height:100%;}
.navbar-default .navbar-nav > li > a {border-bottom:5px solid transparent;}
.row.content {padding-top:0;}
div#boxmodules .moduletable.pink {height:auto;}
#top .box1 {border:0;}
.col-md-6.box1.no-pad-left {padding-left:15px;margin-bottom:15px;}
.finder.ss_cus_mod button.btn.btn-primary.hasTooltip.ss_cus_mod.finder.ss_cus_mod {height:47px;}
}

@media (max-width:700px) {
 body #social_footer_mobile {display:block !important;}
}
.blog-text img {height:auto;}

p.call {font-size: 1.4em;
font-weight: bold;
color: #7db34f;}
p.call-pi{font-size: 1.4em;
font-weight: bold;
color: #3D6FA1;}
@media (max-width:480px) {
	#header .no-pad {padding-left:15px;padding-right:15px;}
	#eblog-wrapper .social-button-small.facebook-like {height:auto;}
	#socialbutton	{min-height:150px;}
}
.custom.contentMain.ourTeam .imgPhoto {padding:0px !important;}
.custom.contentMain.ourTeam p {margin-bottom:0px;}
a.teaser-image {border: 4px solid #1F1E3B !important;}
@media (max-width:768px){
.unlocknews #top {display:none;}	
}
@media screen and (min-width:481px) and (max-width:768px) {
#top .col-md-6.box1.no-pad-left {padding-left:15px;padding-right:15px;}
#top .col-md-6.box2.no-pad-right {padding-left:15px;padding-right:15px;}
.utl-pi-cta-txt {display:block;float:left;font-size: 21px;}	
.utl-bigr {font-size:32px;}
.utl-pi-cta-box {display:block;float:right;}	
}
@media screen and (min-width:769px) {
.utl-pi-cta-box {float:left;}	
}
.eb-entry.fd-cf {
	background-color:#FFF;
	padding:20px;
	border-radius:5px;
	border: 1px solid #CCC;
}
.maininjurytxt p{font-size: 14px;}




/************************personal-injury-claim-guide-uk Page****************************/


.ukinjury .maininjurytxt  h1 {	font-family: 'Raleway', sans-serif;  font-size: 24px;  font-weight: 700;  line-height: 36px; color:#4780bb/*#d4145a*/; }

.ukinjury .box1 .maininjurytxt p {
  font-size: 21px;
  line-height: 36px;
  text-transform: none !important; font-family: 'Raleway', sans-serif; font-weight:400;
}
.ukinjury .box1 .maininjurytxt p span, .ukinjury .box1 .maininjurytxt p a { font-weight:400 !important; color:#4780bb/*#d4145a*/; font-family: 'Raleway', sans-serif !important;}

.ukinjury .box1 .maininjurytxt p span.utl-sml {font-size:13px;line-height:1.5;}

.ukinjury #top .box1 { border:none;}

.ukinjury .rsform { padding-left:40px; overflow:hidden; background: url(../images/l-arrow.png) no-repeat left top;}
.ukinjury .rsform-block:hover {
  background:none;
}

.ukinjury .frmtitle {font-family: 'Raleway', sans-serif;  font-size: 24px;  font-weight: 700;  line-height: 36px; color:#1f1e3b; margin-bottom:18px;}
.ukinjury .frmtitle span { color:#4780bb/*#d4145a8*/;}

.ukinjury  .frmcallinfor { overflow:hidden; font-size:18px;  font-weight:300 !important; color:#d4145a; font-family: 'Raleway', sans-serif !important; color:#000000; padding-bottom:0;}
.ukinjury  .frmcallinfor span {font-weight:600 !important;}
.ukinjury  .frmcallinfor .calltxtfl { float:left;}
.ukinjury  .frmcallinfor .calltxtfr { float:right;}



.ukinjury .rsform input[type="text"] { height:46px; width:100%; border:#d9d9d9 solid 2px;  color:#808080 !important; font-size:14px; font-weight:300 !important; color:#d4145a; font-family: 'Raleway', sans-serif !important; background:#fff !important; padding:0 15px; } 


.ukinjury .rsform .formField  { width:100%; float:left; margin-bottom:12px;}
.ukinjury .rsform .formField br{ display:none;}
.ukinjury .rsform .formField.rsform-block-email { width:49%; float:left;}
.ukinjury .rsform .formField.rsform-block-telephone { width:49%; float:right;}
.ukinjury .formField.rsform-block.rsform-block-captcha > img {  margin-right: 20px;}
.ukinjury .rsform-submit-button { width:100% !important; height:90px; font-size:24px; font-family: 'Raleway', sans-serif !important;  font-weight:600; background:#8cc63f url(../images/btn-arrow.png) no-repeat 95% center; -webkit-border-radius:8px; border-radius:8px; border:none !important;}


/**********content ********/

.ukinjury div.colmain { background:none; padding-left:0px; padding-right:0px; border-top:#f0f0f0 solid 10px;} 
.ukinjury .zbreadcrumbs {  overflow: hidden;  padding: 9px 0 22px 15px !important;}
.ukinjury ul.breadcrumb { background:none; padding:0px; margin:0px; font-family: 'Raleway', sans-serif !important; font-weight:500; font-size:12px;}
.ukinjury ul.breadcrumb .divider {  display: none;}
.ukinjury .breadcrumb > li + li::before {  color: hsl(0, 0%, 80%);  content: "/ ";  padding: 0;}
.ukinjury .breadcrumb > li a{ color:#d4145a; font-size:12px;}

.ukinjury #top > .container {  padding: 0;}

.ukinjury #yoo-zoo div.box-t1, .ukinjury #yoo-zoo div.box-b3 { display:none;}
.ukinjury #yoo-zoo div.box-1  { border:none;}

.ukinjury #yoo-zoo .item h1.pos-title { font-family: 'Raleway', sans-serif !important; font-weight:600; line-height:40px; }

.ukinjury .yoo-zoo p.pad-t20 {  padding: 22px 0 0;}

.ukinjury .pos-description {  font-size: 16px;  line-height: 27px;}

.ukinjury .colmain h2[class^="pi"] > span.arrow-wrap { display:none;} 

.ukinjury  .colmain h2[class^="pi"] {
  background-color:inherit;
  display: block;
  line-height: 1;
  padding-left: 0; padding:25px 0 25px 65px;
  position: relative;
  width: 100%;  background :url(../images/p-icon.png) no-repeat center left;  border-bottom:#b3b3b3 solid 1px; margin:0px; cursor:pointer;
 }
.ukinjury  .colmain h2.active {background :url(../images/p-icon-ho.png) no-repeat center left; }
.ukinjury  .colmain h2[class^="pi"] a {
  color: #4d4d4d;
  display: block;
  height: auto;
  padding: 0;
  vertical-align: middle;
  width: 100%; font-size:18px; cursor:pointer;
}

.accouding-div { overflow:hidden;  background :url(../images/arrow-r.png) no-repeat top center; padding:40px 0 40px !important; width:100%; float:left; margin-top:40px !important; }

.ukinjury .text-color span { color:#d4145a;}

.ukinjury .call-img {  overflow: hidden;  padding: 16px 0 17px !important;  text-align: center;  width: 100%;}

.ukinjury  .call-free { font-size:24px; font-family: 'Raleway', sans-serif !important; font-weight:700; color:#4d4d4d;} 
.ukinjury  .call-free  span { color:#d4145a;}

.ukinjury .element-text {font-size:24px; font-family: 'Raleway', sans-serif !important; font-weight:700; color:#d4145a; line-height:36px;}

/** .ukinjury .stick { position:relative; top:auto !important; left:auto !important; right:auto !important;} **/
.ukinjury .stick {
	top: 0px;	
	margin-left:0px;
}
.ukinjury .stick > .moduletable {
	padding-top:0px !important;
}

.ukinjury .colright .moduletable {  background-color: inherit;  padding: 0;  border-top:#f0f0f0 solid 10px; padding-top:84px;}
.ukinjury .colright .moduletable + .moduletable {border-top:none; padding-top:0; display:none;}




.ukinjury .colright  .startclaim {
  background: #d4145a;
  margin-bottom: 32px;
  padding: 25px; color:#fff; font-family: 'Raleway', sans-serif !important; text-align:left !important; position:relative;
}

.ukinjury .colright .startclaim::before {
 background: #d4145a;
  bottom: -10px;
  content: "";
  height: 20px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 20px;
}

.ukinjury .colright  .startclaim .titletxt {  display: block;  font-size: 24px; font-weight:700; padding-bottom:14px; }
.ukinjury .colright  .startclaim .subtit {  display: block;  font-size: 18px; font-weight:600;}
.ukinjury .colright  .startclaim .phone {  display: block;  font-size: 28px; font-weight:700;}


.ukinjury .colright .injuryinfo { border:#d4145a solid 6px; background:#fff; padding:35px 15px 10px; text-align:center; color:#4d4d4d; font-family: 'Raleway', sans-serif !important;  font-weight:600;}
.ukinjury .colright .injuryinfo .injurymaintxt { text-align:left;}
.ukinjury .colright .injuryinfo  h5 { font-size:18px; font-weight:700; color:#d4145a; font-family: 'Raleway', sans-serif !important;  line-height:22px; padding-bottom:14px; }
.ukinjury .colright .injuryinfo p{ padding-bottom:20px !important;}
.ukinjury .colright .injuryinfo strong { display:block; color:#d4145a;}
.ukinjury .colright .injurynoteicon {  margin-bottom: 29px;  margin-right: 0;  margin-top: 0;  width: 155px;}


.ukinjury .element-relatedcategories { font-size:12px; line-height:18px; color:#d4145a;}
.ukinjury .element-relatedcategories a{ color:#d4145a; }

.ukinjury .box-1 .element  h3{  font-size:24px; font-weight:bold; padding-bottom:10px; font-family: 'Raleway', sans-serif !important; font-weight:700 !important;}

.ukinjury .pos-bottom a{ color:#d4145a; font-size:18px; }

.ukinjury .element .custom-easysharethis {  margin: 0 !important;  padding: 0 !important;}

.ukinjury  .uparrow > img {
  position: relative;
  top: 4px;
}
.ukinjury div.uparrow { border: 10px solid #d4145a;}


@media (max-width:1366px) {
	.ukinjury .colright .injuryinfo {
    border: #d4145a solid 6px;
    background: #fff;
    padding: 15px 15px 10px;
    text-align: center;
    color: #4d4d4d;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600;
}

.ukinjury .colright .injuryinfo p {
    padding-bottom: 0 !important;
	font-size:13px;
}

ukinjury .colright .injurynoteicon {
    margin-bottom: 10px;
    margin-right: 0;
    margin-top: 0;
    width: 155px;
}

}

@media(max-width:767px){
.ukinjury  .frmcallinfor .calltxtfl { float:left; width:100%; padding-bottom:10px; }
.ukinjury  .frmcallinfor .calltxtfr { float:right;width:100%;}
.ukinjury .rsform-submit-button {

  border-radius: 8px;
  font-family: "Raleway",sans-serif !important;
  font-size: 19px;
  font-weight: 600;
  height: 62px;
  width: 100% !important;
}

.ukinjury .colright .moduletable {

  padding: 44px 10px 0;
}
}


.uparrow { display:none !important;}

.accouding-div .utl-box-hide {
  padding-bottom: 23px !important;
}
@media (max-width:498px) {
	.colright.col-md-3.no-pad {
		width:100%;
		margin-left: 0 ;
		padding-left:0;
		margin-top:0px;
		position:relative !important;
	}

}

.mob-only {display:none;}

@media screen and (max-width:384px) {

.ukinjury .rsform {
    padding-left: 0;
    overflow: hidden;
    background-image: none; 
}	

#social_footer_mobile .custom-easysharethis {display:none;/**/}
#footer .custom.footerSmlText {padding-left:10px;padding-right:10px;}
#footer div.col-md-9.no-pad + div.col-md-3.no-pad > div.custom {padding-right:10px;}

.mob-only {display:block;width:100% !important;height:90px;font-size:24px;font-family:'Raleway' sans-serif; font-weight:600;background-color:#8cc63f;bottom:0;position:fixed;margin:auto auto;z-index:109;width:100%;max-width:100%;text-align:center;border:0;left:0;}
.mob-only a {color:#fff;box-sizing:border-box;height:50px;padding:20px;display:block; }
	
}