/* cmsms stylesheet: mean_menu modified: 12/17/25 10:52:09 */
/*! #######################################################################

	MeanMenu 2.0.6
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	padding: 1px 0;
	min-height: 42px;
	z-index: 999999;
}

.mean-container .mean-bar li {
list-style-image: none;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	border-top: 1px solid;
	text-decoration: none;
	/*text-transform: uppercase;*/
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: .5em 10%;
	border-top: 1px solid;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {

}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 30px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	border: none !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {

}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}

/*! #######################################################################

	MeanMenu 2.0.6
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	background: #474785;
}

.mean-container a.meanmenu-reveal {

}

.mean-container a.meanmenu-reveal span {
	background: #fff;
}

.mean-container a.meanmenu-reveal:hover span {
	background: #ee7623;
}

.mean-container .mean-nav {

}

.mean-container .mean-nav ul {

}

.mean-container .mean-nav ul li {

}

.mean-container .mean-nav ul li a {
	color: #fff;
	border-color: #ffffff;
}

.mean-container .mean-nav ul li li a {
	border-color: #ffffff;
}

.mean-container .mean-nav ul li a:hover {
color: #ee7623;
}

.mean-container .mean-nav ul li.mean-last a {

}

.mean-container .mean-nav ul li li li a {

}

.mean-container .mean-nav ul li li li li a {

}

.mean-container .mean-nav ul li li li li li a {

}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	border-color: rgba(255,255,255,0.4) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: transparent;
}

.mean-container .mean-push {

}

.mean-nav .wrapper {

}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {

}


.mean-remove {

}
/* cmsms stylesheet: menu modified: 12/17/25 10:52:09 */
/* start flyout */

.menu {
position:relative; 
z-index:9999;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
width:100%; 
w\idth:100%;
}

/* remove all the bullets, borders and padding from the default list styling */

.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

.menu ul ul {
width:220px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
position:relative;
}

.menu li#get-a-tyre-quote-click-here-list {
position: static;
}

/* style the links for the top level */

.menu a, .menu a:visited {
}

/* a hack so that IE5.5 faulty box model is corrected */

* html .menu a, * html .menu a:visited {
width:149px; 
w\idth:138px;
}

/* style the second level background */

.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#000000;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
}

.menu ul ul :hover > a.drop {
}

/* style the third level background */

.menu ul ul ul a, .menu ul ul ul a:visited {
}

/* style the third level hover */

.menu ul ul ul a:hover {
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden; 
position:absolute;
height:0;
top: 26px;
left: 15px; 
width:180px;
padding-bottom: 10px;
z-index: 1000;
}

.menu ul ul li {
padding: 0px;
width: 180px;
}

/* another hack for IE5.5 */

* html .menu ul ul {
top:0px;
t\op:31px;
}

/* position the third level flyout menu */

.menu ul ul ul {
right:-180px; 
top:0px; 
width:180px;
z-index: 2000;
}

/* position the third level flyout menu for a left flyout */

.menu ul ul ul.left {
left:-149px;
}

/* style the table so that it takes no part in the layout - required for IE to work */

.menu table {
position:absolute; 
top:0; left:0; 
border-collapse:collapse;
}

/* style the second level links */

div.menu ul ul a, div.menu ul ul a:visited, #actual_menu ul ul a:link, #actual_menu ul ul a:visited {
display: block;
text-align: left; 
width: 230px; 
height: 30px;
padding: 10px 14px 0px 14px;
border-left: 0px;
background-color: #004f71;
color: #ffffff;
border-right: 0px;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
width:1220px;
w\idth:218px;
}

#actual_menu:hover ul ul a:link, #actual_menu:hover ul ul a:visited {
   -webkit-transition: color 500ms linear;
   -moz-transition: color 500ms linear;
   -o-transition: color 500ms linear;
   -ms-transition: color 500ms linear;
    transition: color 500ms linear;
	 color: #8abcd1;
	 }

/* style the top level hover */

.menu ul ul a:hover, #actual_menu ul ul a:hover {
   text-decoration: none;
   -webkit-transition: background-color 200ms linear;
   -moz-transition: background-color 200ms linear;
   -o-transition: background-color 200ms linear;
   -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
background-color: #960a2c;
   -webkit-transition: color 500ms linear;
   -moz-transition: color 500ms linear;
   -o-transition: color 500ms linear;
   -ms-transition: color 500ms linear;
    transition: color 500ms linear;
color: #ffffff !important;
background-image: none;
}

.menu :hover > a, .menu ul ul :hover > a {
}

/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul, .menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */

.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */

.menu ul :hover ul :hover ul{ 
visibility:visible;
}

/* end flyout */
/* cmsms stylesheet: default_all modified: 12/17/25 10:52:09 */
#inner_mainpage img, aside img {
max-width: 100%;
height: auto;
}

#socials {
	display: table;
margin: 0px auto;
height: 100px;
}

#socials a {
	display: block;
	float: left;
	margin-left: 12px;
	width: 32px;
	height: 32px;
}

#socials a img {
	width: 32px;
	height: 32px;
}

.referalframe {
border: 0px;
width: 100%;
height: 800px;
}

.littlecontactform {
width: 500px;
max-width: 100%
}
.littlecontactform input {
display: block;
width: 100%;
height: 40px;
border: 1px solid #000000;
box-sizing: border-box;
margin-bottom: 10px;
}
.littlecontactform textarea {
display: block;
width: 100%;
height: 150px;
border: 1px solid #000000;
box-sizing: border-box;
margin-bottom: 10px;
}
.littlecontactform #cntnt01fbrp_submit input {
clear: both;
}

.littlecontactform  div.submit {
    float: none;
    width: 400px;
    text-align: left;
}

#right_nav_block #cntnt01moduleform_1 {
	width: 100%;

}

#right_nav_block #cntnt01moduleform_1 input, #right_nav_block #cntnt01moduleform_1 select {
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	display: block;
	margin-bottom: 10px;
}

#right_nav_block #cntnt01moduleform_1 div.submit input {
    color: #ffffff;
    background-color: #474785;
    border: 1px solid #474785;
    width: 100%;
    margin-left: 0px;
}

#right_nav_block #cntnt01moduleform_1 div.submit {float: none;  width: 100%; text-align: center;}

#cookie_popup {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 300px;
    z-index: 99999999;
    box-sizing: border-box;
    padding: 10px;
    color: #ffffff;
    background-color: #000000bf;
    font-size: 80%;
}

#cookie_popup a:link, #cookie_popup a:visited, #cookie_popup span {
color: #ffffff;
transition: color 0.4s;
cursor: pointer;
}

#cookie_popup a:hover, #cookie_popup span:hover {
color: #b4b387;
}
/* cmsms stylesheet: forms_wide modified: 12/17/25 10:52:09 */
.referralform  {
width:  100%;
}

.referralform fieldset {
border: 1px solid #cccccc;
box-sizing: border-box;
margin-bottom: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 20px;
}

.referralform fieldset.aboutyou, .referralform fieldset.reasonforreferral, .referralform fieldset.schooldets, .referralform fieldset.otheragencies {
border: 1px solid #ee7623;
background-color: #ffeadb;
}

.referralform fieldset.aboutclient, .referralform fieldset.medicaldetails, .referralform fieldset.otherrelevant {
border: 1px solid #a0007b;
background-color: #faecf7;
}

.referralform fieldset  h3 {
margin-bottom: 0px;
}

.referralform div {
clear: both;
}

.referralform div.colleft {
clear: none;
float: left;
width: 50%;
box-sizing: border-box;
padding-right: 10px;
}

.referralform div.colright {
clear: none;
float: left;
width: 50%;
box-sizing: border-box;
padding-left: 10px;
}

.referralform label {
display: block;
padding-top: 20px;
}

.referralform input, .referralform select {
width:  100%;
height: 40px;
border: 1px #474785 solid;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #58595b;
font-family: abadi, sans-serif;
font-weight: 300;
font-size: 100%;
box-sizing: border-box;
padding: 5px;
}

.referralform textarea {
width:  100%;
height: 80px;
border: 1px #474785 solid;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #58595b;
font-family: abadi, sans-serif;
font-weight: 300;
font-size: 100%;
box-sizing: border-box;
padding: 5px;
}

.referralform div div {
clear: none;
float: left;
width: 50%;
box-sizing: border-box;
padding-right: 10px;
}

.referralform div.groupoptions label {
width: 100%;
display: block;
float: left;
margin-top: -10px;
padding-bottom: 20px;
}

.referralform div.groupoptions div label {
width: 30%;
display: block;
float: left;
margin-top: -10px;
padding-bottom: 20px;
height: 50px;
}

.referralform div div input {
width: 50px;
float: left;
height: 40px;
border: 2px #474785 solid;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #58595b;
font-family: abadi, sans-serif;
font-weight: 300;
font-size: 100%;
box-sizing: border-box;
padding: 5px;
}

div.submit {
float: right;
width: 400px;
text-align: right;
}

div.submit input {
color: #ffffff;
background-color: #474785;
border: 1px solid #474785;
width: 180px;
margin-left: 20px;
}

div.submit input:hover {
background-color: #ee7623;
border: 1px solid #ee7623;
}
