@charset "utf-8";
:root {
  --purple: #993366;
  --orange: #C85028;
  --grey: #767676;
  --white: #FFFFFF;
 --blue: #2b3c60;
}


/* 01.Generic */
body {
    width: 100%;
    height: 100%;
    color: #000;
    background: #fff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    line-height: 1.182em;
}
 @font-face {
    font-family: "OmnesMedium";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/omnesmedium-roman-webfont.eot#iefix") format("embedded-opentype"), url("/fonts/omnesmedium-roman-webfont.woff") format("woff"), url("/fonts/omnesmedium-roman-webfont.ttf") format("truetype"), url("/fonts/omnesmedium-roman-webfont.svg#OmnesMedium") format("svg");
 	font-weight: normal;
 	font-style: normal;
}

@font-face {
    font-family: 'OmnesRegular';
    src: url("/fonts/omnesregular-roman-webfont.eot#iefix") format("embedded-opentype"), url("/fonts/omnesregular-roman-webfont.woff") format("woff"), url("/fonts/OmnesRegular-Roman.ttf") format("truetype"), url("/fonts/OmnesRegular-Roman.svg#OmnesRegular") format("svg");
    font-weight: normal;
    font-style: normal;

}

/* 01.Generic Colours */
.white {color:#ffffff}
.orange {color:#C85028 !important;}
.purple {color:#993366 !important;}
.grey {color:#767676 !important;}
.light-grey {color:#DFDFDF !important;}

/* 02.Headings */
p {
    font-size: 1em;
    line-height: 1em;
    font-weight: normal;
    font-family: OmnesRegular;
}
h1, h2, h3, h4, h5,h6, ul, ol {
    font-size: 1em;
    line-height: 1em;
    font-weight: normal;
    font-family: OmnesMedium;
}
h1 {
    font-size: 5.625em;
    line-height: 1em;
}
h2 {
    font-size: 4.75em;
    line-height: 0.9em;
		letter-spacing: 0.05em;
}
h3 {
    font-size: 3em;
    line-height: 1.1em;
}
h4 {
    font-size: 2.125em;
    line-height: 1.1em;
}
h5 {
    font-size: 1.5em;
    line-height: 1.3em;
}
h6 {
    font-size: 1.25em;
    line-height: 1.3em;
}

/* 03.Paragraphs */
p {
    font-size: 1em;
		letter-spacing: 0.025em;
-webkit-font-smoothing: antialiased;
}

a {
    font-size: 1em;
		color: #FFFFFF;
		text-decoration: none;
-webkit-font-smoothing: antialiased;
}
a:hover {
		text-decoration: none;
		color: #FFFFFF;
}
a:focus, a:hover {
	color: #FFFFFF;
  text-decoration: none;
  outline: 0pc;
}

a, button{
  transition: background-color 0.5s ease;
}

/* 04.Component-Hero Panel */
.banner_text h1, .banner_info h2  {
	color: #FFFFFF;
}

.banner_info h2  {
		font-size: 2em;
		line-height:1.5em;
padding-right: 2em;
}

.banner_info a {
    font-size: 1.125em;
    width: 60%;
		font-family: OmnesRegular;
}

.banner_text h1{
		padding-bottom: 0.5em;
}

.banner_cta {
    font-size: 1.125em;
		padding-bottom: 0.5em;
}

.banner_text a:hover {
		color: #FFFFFF;
    background-color: black;
    text-decoration: none;
}


.box_container .call_to_action a{
	color:black;
}

/* 04.Component-Header - Black background */
.navbar-black .banner_cta{
    font-size: 1em;
}

.navbar-nav>li>a {
line-height:1em;
}

.black-nav-dropdown {
	margin-top: 1em;	
	margin-bottom: 1em;
}

.black-nav-dropdown a {
line-height:1em;

}

.black-nav-dropdown h4 {
    font-size: 1em;
		font-family:OmnesMedium;
		line-height:1.125em;
		letter-spacing: 0.05em;
word-break: break-word;
}

.black-nav-dropdown p {
    font-size: 0.9em;
		font-family:OmnesRegular;
		line-height: 1.5em;
word-break: break-word;
}

/* 04.Component-Header - White background with MRS LOGO */
.main-nav.nav>li>a {
    color: black;
    letter-spacing: 0.05em;
		font-family:OmnesMedium;
}

.main_subnav  h3 {
	    font-size: 2.125em;
		  color: #FFFFFF;;
		margin-top: 0em;		  

}

.main_subnav .nav_desc{
		margin-top:2em;
}

.main_subnav .nav_block{
    margin-top: 1em;
}

.main_subnav .nav_block:nth-child(2){
    margin-top: 2em;
}

.main_subnav .nav_block.border_seperator:nth-child(3){
		margin-top: 2em;
}

.menu11.main_subnav .column_block1 .nav_block:nth-child(3){
		margin-top: 2.5em;
}

.main_subnav .nav_single_container{

}

.main_subnav .nav_single{

}

.main_subnav .col-sm-8 {
		padding-left: 5em;
}

.main_subnav .nav_unit{
margin-top:40px;
}

.main_subnav  p {
		font-size: 1em;
		color: #FFFFFF;
		font-family: OmnesRegular;
		line-height: 1.5em;
    letter-spacing: 0.05em;
}

.main_subnav  p a {
		font-weight:bold;
		line-height: 1.5em;
		margin-top: 2em;
		margin-bottom: 2em;
}

.main_subnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
		margin-top: 0em;
		margin-bottom: 2em;
}

.main_subnav li {
		font-family: OmnesRegular;
		font-weight:normal;
		font-size: 1em
		line-height: 1.5em;
		margin-top: 1em;
}

.main_subnav .subnav_content .subnav_head {
		margin-top: 0em;
}

.company_news ul, ol {
font-family: OmnesRegular;
    line-height: 1.5em;
    font-size: 1.1em;
		letter-spacing: 0.025em;
    -webkit-font-smoothing: antialiased;		
}

.subnav_head {
color: white;
}

.main_subnav .subnav_content .nav_block li {

}

/* 04.Component-Spotlight Panels */

.spotlight p {
    font-size: 1em;
    line-height: 1.5em;
		letter-spacing: 0.05em;
}

.spotlight_text p {
    font-size: 1.125em;
    line-height: 1.5em;
}


.spotlight h2 {
	color: #FFFFFF;
  font-size: 2.125em;
	margin-top: 1.85em;
}

.spotlight h3 {
  font-size: 1.5em;
  line-height: 1.25em;
	letter-spacing: 0.05em;
}

.spotlight_text  h2 {
  font-size: 3em;
  line-height: 1em;
}

spotlight_cta {
    font-size: 1.125em;
}

.event_box_head p{
	margin:0px;
	padding:10px 10px 10px 30px;
}

.event_spotlight_content a {
color: black;
}

/*05.Our Network of Sites - Homepage*/
.networks a {
		font-family:OmnesRegular;
    font-size: 0.875em;
    width: 80%;
color:#777777;
}

/* 06. Side Nav */

.sticky_nav h5 {
	margin-top:0px;
padding-bottom: 0.5em;
}

.sticky_nav h6 {
		font-size: 1.20em;
padding-bottom: 0.5em;
}

.sticky_nav h6, .sticky_nav h6 a {
	color:#999;
margin-bottom: 0em;
}

.sticky_nav h6 a:hover {
	color:black;
}

.location, .dates, .side_button, .cpd {
    margin-top: 2em;
    margin-bottom: 2em!important;
}

.sticky_nav>ul>li>a {
		color:black;
}

.sticky_nav a {
		color:black;
}

.share {
/*		background-image: url('/img/share_icon.png');*/
		font-family: OmnesMedium;
		font-size: 1em;
		background-repeat: no-repeat;
/*		padding-left: 2.5em;*/
		display: block;  
    line-height: 2em;
}

p.tag {
    padding-top: 1em;
}

p.tag a {
    font-family: OmnesMedium;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    display: inline-block !important;
    padding: 0.5em 0.5em;
    font-size: 1em;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    margin-top: 0em;
    overflow: auto;
		border: 1px solid #C85028;
		border-radius: 5px;
}

p.tag a.tag_unticked {
    color: #999;
    background-color: #eee; 
}

p.tag a:hover {
		color: #FFFFFF;
    background-color: black;
    text-decoration: none;
		border: 1px solid #000000;
}

/* Tables */


.text_content table.membership_tandc  {
	font-size: 1em;
}

.text_content table {
	    font-family: OmnesRegular;
	    font-size: 0.75em;
    width: 100%;
		margin-bottom:1em;
    border-collapse: separate;
    border-spacing: 1px;
		/*word-break: break-word;*/
}

.text_content table th{
	height: 2.5em;
	font-family:OmnesMedium;
	background-color: #C85028;
	color:white;
}

.text_content table th,td {
	padding: 1em;
	text-align: left;
	vertical-align:top;
}

.text_content table td {
	border-left:1px;
}

.text_content table tr:nth-child(even) {background-color: #f2f2f2}
.panel .text_content table tr td:first-child{background-color: #C85028; color:white;font-family:OmnesMedium;}
#ama-page-21912 .text_content table tr td:first-child{background: none; color:white;font-family:OmnesMedium;}

.text_content table.membership_tandc tr:nth-child(even) {background-color: white}
.text_content table.membership_tandc tr td:first-child{background-color: white; color:black;font-family:OmnesMedium;}
.text_content table.white_col tr td:first-child{background-color: white; color:black;font-family:OmnesMedium;}

.text_content table.cp_matrix  {
	font-size: 1em;
}

.text_content .cp_matrix td{
	background-color: #FFFFFF;
	color:black;
	height: 1.5em;	
}

/*07.Content */
.text_content {
	padding-bottom:2em;
}

.text_content p {
    font-family: OmnesRegular;
    line-height: 1.5em;
		letter-spacing: 0.05em;
		padding-bottom: 1.5em;
		margin: 0;
}

.text_content p:first-child {
  font-family: OmnesMedium;
    font-size: 1.125em;
	margin-top: 0px;
}

.text_content h6 {
    font-family: OmnesRegular;
		letter-spacing: 0.05em;
}

.text_content a:hover {
	color:black;
	text-decoration: underline;
}

.text_content a {
	color:grey;
	text-decoration: none;
}

.head_date {
     font-size: 0.325em;   
     font-family: OmnesRegular;
     
}

/* 07. Comments */
.comment {
	padding-top: 2.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #dfdfdf;	
}


.comments p {
	font-size: 1.125em;
}

.comments .comment .username {
	color: #993366;
	font-family: OmnesRegular;
	font-weight:bold;
	font-size:0.875em;
}

.comment .userdate {
	color: black;
	padding-left:1em;
	font-weight:normal;
}

/* 07. Content Quote & Icons */
img.icon  {
    float: left;
    margin-right: 2em;
		margin-bottom: 2em;
    clear:both;
}

.quote {
	display: inline-block;
	padding-bottom:1em;
}

.quote p:first-child{
    font-size: 1.5em;
    font-family: OmnesRegular;    
		padding-bottom: 0.5em;
		line-height: 1em;
}

.quote p:nth-child(2){
font-weight:bold;
}

.quote p{
	padding-bottom: 0px;
    margin-bottom: 0px;
}


.icon_txt p {
		padding-bottom: 0px;
    margin-bottom: 0px;
}

.icon_txt p:first-child {
    font-family: OmnesMedium; 	
    margin-top:-0.5em;
}

/* 09.Content Main-heading*/
h1.content_title  {
		font-size: 4.75em;
		padding-left:3em;
}

/* 09.Content Sub-heading*/
.text_content h5 {	
	border-top: 1px solid #e0e0e0;
	padding-top: 1.25em;
clear: both;
}

.comments h5 {
		border-top: 2px solid #000;
			padding-top: 01.25em;
}


/* 10.Content Bullet List*/
.text_content ul {
	list-style-image: url('/img/Bulletpoint.svg');
	padding-left: 20px;
}

.text_content li {
		font-family: OmnesRegular;
		font-size: 1em;
	  line-height: 1.5em;
		padding-bottom: 0.5em;
}

/* 11a. Side Nav - Prices */
.prices h5:first-child,
.prices p:first-child
 {
	border-top: 1px solid #e0e0e0;
	padding-top: 2em;
}
.prices h5{
	margin-top: 2em;
	margin-bottom: 0.25em;
	font-size: 1em;
	font-family: OmnesRegular;
}

.eb{
	font-weight: bold;
}

.prices h5+h5{
margin-top:0em;	
}

.cost {
	font-size: 1.5em;
	font-family: OmnesMedium;
	margin-bottom:0em;
}

.vat {
	font-size: 0.6em;
	color: #767676;
}

.note{
	font-size: 0.8em;
	color: #767676;
}

/* 11b. Side Nav - CPD */
.cpd a{
	color:black;
}

.cpd a:after{
	height: 0px !important;
	width: 0px !important;
}

.cpd_time{
	font-size: 1.5em !important;
	font-family: OmnesMedium !important;
	line-height: 1em !important;
	margin-bottom:0em;

		background-image: url('/img/CPD hour.svg');
		background-repeat: no-repeat;
		padding-left: 1.5em;
		display: block;  


}

/* 11c. Side Nav - Dates */

.options{
    font-family: OmnesRegular;
    text-align: center;
    background-color: #ffffff;
    display: inline-block !important;
    padding: 0.75em 0.75em;
    font-size: 1em;
    margin-right: 0.5em;
    margin-top: 0em;
		margin-bottom: 1em;
    overflow: auto;
		border: 1px solid #767676;
		border-radius: 0px;
		width: 75%;

}

.options_left{
		float: left;
		text-align: centre;
}

.options_middle{
		text-align: left;
    position: relative;
    left: 15%;
    float: left;
}

.options_right{
		float: right;
}

.date_tag {
		font-size: 1.125em;
		text-transform: uppercase;
    line-height: 1.5em;
}

.date_tag_day{
    font-family: OmnesMedium;	
		font-size: 1.5em;
}

.day{
	line-height: 1.8em;
}

.xofy{
	color: #767676;
		text-align: right;
}

/* 20. Resource Glossary */
.glossary_az ul {	
	list-style-image: none;
	clear: both;
	display: block;
	padding-left: 0;
padding-bottom: 1em;
}

.glossary_az li {
	float: left;
	list-style-type: none;
	font-size: 1.5em;
	font-family: OmnesMedium;	
	line-height: 1em;
  margin-right: 0.5em;
height:36px;
}

.glossary_az>ul>li a {
	color: black;
}

.glossary_results h4 {	
	font-family: OmnesRegular;
color: #767676;
font-size: 1.125em;
margin-top: 0em;
}

.glossary_results h5 {	
	border-top: 0px;
	padding-top: 0em;
}

.glossary_results a {
	color: black !important;
}


/* 21. Resource Guides */
.guide_ {
		border-top: 1px solid #DFDFDF;
		margin-top: 1em;
		padding-top: 2em;
}
.guide_image {
	float: left;
	width: 20%;
	padding-right: 2em;
}

.guide_desc {
	float: right;
	width: 80%;
	padding-right: 2em;
}

.guide_image img{
max-width: 100%;
}


 /* 98.Breadcrumbs */
.mrs_breadcrumb a {
		font-family:OmnesMedium;
		color:black;
}

p.mrs_breadcrumb {
		font-family:OmnesMedium;
		color:black;
}

/* Slide LTR Hover */
.slide_ltr {
	display: inline-block;
}

.slide_ltr:after {
	content: '';
	display: block;
	height: 1px;
	width: 0;
	background: transparent;
	transition: width .5s ease, background-color .4s ease;
	margin-top:-0.2em;
}

.slide_ltr:hover:after {
	width: 100%;
	background: white;
}

.l_black:hover:after {
	background: black;
}


/* 99.Footer */

.main_foot_block p, .main_foot_block ul {
    font-family: OmnesRegular;
    font-size: 0.8125em;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}

.pad_link {
	padding-left:4em;
	padding-right:4em;
}


.menu_search_content .search_content{
	position: relative;
	padding-top: 1.5em !important;
	padding-right: 3em;
  max-width: 1300px;
  width: 100%;
	
}

.nav_unit .mrs_close_menu{
top:0;
}

.search_content .mrs_close_menu{
    right: 1em;
    top: 2.2em;
}

.search_content .mrs_close_menu:before, 
.search_content .mrs_close_menu:after{
	background: black;
}

.checkbox,.radio{
font-family:OmnesRegular;
}

.rbg-profile>p {
	font-family:OmnesRegular;
	font-size: 1em;
	letter-spacing: 0.025em;
	line-height: 1.5em;
}

.rbg-profile h6:first-child {
	padding-top: 0em;
	margin-top:0px;
}

.rbg h5:first-child {
	padding-top: 0em;
	margin-top:0px;
}

.rbg h5 {
	padding-top: 1em;
	padding-bottom: 0em;
}

.rbg h6 {
	padding-top: 0.5em;
	padding-bottom: 0em;
margin-bottom: 0px;
}

.rbg p {
line-height:1.5em;
}

.rbg a {
color: #C85028;
}

.rbg-tabs {
	padding-top: 2em;
}

.rbg-profile ul {
	list-style-image: url('/img/Bulletpoint.svg');
	padding-left: 20px;
}

.rbg-profile li {
		font-family: OmnesRegular;
		font-size: 1em;
	  line-height: 1.5em;
		padding-bottom: 0.5em;
}