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

*, *::before, *::after {
  box-sizing: border-box;
}		

html *, html *:before, html *:after {
  box-sizing: inherit;
}

html, body {

}

#occa-container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

body {
	font-family: "myriad-pro", Calibri, "Gill Sans", "Gill Sans MT", Myriad, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	min-height: 100vh;
  display: grid;
  grid-template-rows: 1fr auto;
}

a img {
	border-style: none;	
}

a {
	color: #0066CC;
	text-decoration: none;	
}

a:visited {
	color: #0066CC;
}

a:hover {
	text-decoration: underline;
}

.occa-navpagehead {
  display: flex;
  flex-direction: column;
}

#occa-header-social {
  width: 140px;
	position: absolute;	
	text-align: right;
	right: 4px;
	top: 32px;	
}

#occa-header-logo {
	margin-top: 5px;
	width: 317px;
	/*height: 77px;*/
}

#occa-header-social a {
	margin-right: 10px;
	/*float: left;*/
}

#occa-header-social a:hover {

}

#occa-header-social a:last-child {
	margin-right: 0;
}

#occa-nav {
	margin-top: 24px;
	height: 32px;
}

#occa-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#occa-nav ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#occa-nav ul li a {
	/* inline block has whitespace issues so use float instead */
	float: left;
	margin-left: 4px;
	width: 92px;
	height: 24px;
	padding-top: 8px;
	color: #ffffff;
	font-weight: 300;
	font-size: 14px;
	text-align: center;
}

#occa-nav ul li:first-child a {
	margin-left: 0;	
}

#occa-header-social #members-area-button {
	width: 122px;
	height: 32px;
	padding-top: 8px;
	color: #ffffff;
	font-weight: 300;
	font-size: 14px;
	text-align: center; 
	display: inline-block;
	margin-right: 0;
	margin-top: 3px;
 }

#occa-nav ul li a:hover {

}

#occa-pageheader {
	background-color: #e3e3e3;
	height: 300px;
	width: 916px;	
	padding: 10px 20px;	
}

#occa-pageheader-homepage {
	float: right;
}



#occa-pageheader-aboutocca {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}

.privacypolicy #occa-pageheader {
	height: 198px;
}

#occa-pageheader-privacypolicy {
  float: right;	
  margin-top: -10px;
  margin-right: -20px;	 
}

#occa-pageheader-newsevents {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}

#occa-pageheader-ocs {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}

#occa-pageheader-membership {
  float: right;
  margin-top: 100px;
  margin-right: 10px;
}

#occa-pageheader-profreg {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}

#occa-pageheader-awards {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}

#occa-pageheader-publications {
	float: right;
	margin-top: 20px;
	margin-right: -20px;
}

body.contact #occa-pageheader {
	background-color: #ffffff;
	padding: 0;
}

#occa-footer {
	margin: 0 auto;
    background-color: #08203e;
    height: auto;
    padding: 20px;
    font-weight: 300;
    font-size: 20px;
    margin-top: 20px;
    clear: both;
	color: #fff;
	position: relative;
}

img#occa-footer-tagline {
	width: 50%;
	float: left;
	margin-bottom: .5em;
}

#occa-footer-text {
	width: 70%;
	float: left;
	clear: left;
	text-align: left;
	overflow: hidden;
	font-size: 3vw;
}

#occa-footer-logo {
	float: right;
	text-align: right;
	width: 28%;
	height: initial;	
	max-width: 200px;
}

#occa-footer-links {
    position: absolute;
    bottom: 1em;
    right: 1em;
}

#occa-footer-links a {
	color: #fff;
}

#occa-footer-clear{
  clear: both;
}

.occa-pagebody {
	padding: 20px;		
}

#occa-pageheader h1 {
	font-size: 38px;	
}

#occa-pageheader h2 {
	font-weight: 500;
	font-size: 30px;	
}

.occa-pagebody h3 {
	font-size: 24px;	
}

.occa-pagebody h4 {
	font-size: 22px;	
}

.occa-pagebody h5 {
	font-size: 18px;	
}

.occa-pagebody p {
	font-size: 20px;
	font-weight: 300;
}

.occa-pagebody ul, .occa-pagebody ol {
	font-weight: 300;	
	font-size: 20px;
}

.occa-pagebody h3:first-child {
	margin-top: 0;	
}

.occa-pagebody ul {
    list-style: none;
    padding:0;
    margin:0;
}

.occa-pagebody ul li { 
    padding-left: 2em; 
    text-indent: -0.8em;
}


.occa-pagebody ul li:before {
	/*font-weight: bold;*/
    content: "● ";	
}

/* Colours */

/* Home */

#occa-nav .home {
	background-color:	#b99d62;
}

body.home .occa-pagebody li:before {
    color: #b99d62;
}

body.home .occa-pagebody h3, body.home .occa-pagebody h4 {
	color:	#b99d62; 	
}

body.home .occa-pagebody strong {
	color:	#b99d62; 		
}

/* About OCCA */

#occa-nav .aboutocca, body.aboutocca .mobilehome {
	background-color: 	#bb362e;
}

body.aboutocca .occa-pagebody li:before {
    color: #bb362e;
}

body.aboutocca .occa-pagebody h3, body.aboutocca .occa-pagebody h4, body.aboutocca .occa-pagebody h5 {
	color:	#bb362e; 	
}

body.aboutocca .occa-pagebody strong {
	color:	#bb362e; 		
}


/* SURFEX */

#occa-nav .surfex, body.surfex .mobilehome {
	background-color: 	#bb362e;
}

body.surfex .occa-pagebody li:before {
    color: #bb362e;
}

body.surfex .occa-pagebody h3, body.surfex .occa-pagebody h4, body.surfex .occa-pagebody h5 {
	color:	#bb362e; 	
}

body.surfex .occa-pagebody strong {
	color:	#bb362e; 		
}

#occa-pageheader-surfex {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}

body.surfex  a.button {
    background-color: #bb362e;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 1.1em;
}


/* News & Events */

#occa-nav .newsevents, body.newsevents .mobilehome {
	background-color: 	#02b29c;
}

body.newsevents .occa-pagebody li:before {
    color: #02b29c;
}

body.newsevents .occa-pagebody h3, body.newsevents .occa-pagebody h4 {
	color:	#02b29c; 	
}

body.newsevents .occa-pagebody strong {
	color:	#02b29c; 		
}

/* Membership */

#occa-nav .membership, body.membership .mobilehome {
	background-color: 	#115a8a;
}

body.membership .occa-pagebody li:before {
    color: #115a8a;
}

body.membership .occa-pagebody h3, body.membership .occa-pagebody h4 {
	color:	#115a8a; 	
}

body.membership .occa-pagebody strong {
	color:	#115a8a; 		
}

/* Awards */

#occa-nav .awards, body.awards .mobilehome {
	background-color: 	#df4296;
}	

body.awards .occa-pagebody li:before {
    color: #df4296;
}

body.awards .occa-pagebody h3, body.awards .occa-pagebody h4 {
	color: #df4296; 	
}

body.awards .occa-pagebody strong {
	color: #df4296; 		
}

/* OCS */

#occa-nav .ocs, body.ocs .mobilehome {
	background-color: 	#003498;
}	

body.ocs .occa-pagebody li:before {
    color: #003498;
}

body.ocs .occa-pagebody h3, body.ocs .occa-pagebody h4 {
	color:#003498; 	
}

body.ocs .occa-pagebody strong {
	color:#003498; 		
}

/* Publications */

#occa-nav .publications, body.publications .mobilehome {
	background-color: 	#946eaa;
}	

body.publications .occa-pagebody li:before {
    color: #946eaa;
}

body.publications .occa-pagebody h3, body.publications .occa-pagebody h4 {
	color: #946eaa; 	
}

body.publications .occa-pagebody strong {
	color: #946eaa; 		
}

/* UK */

#occa-nav .uk, body.uk .mobilehome {
	background-color: 	#006f51;
}

body.uk .occa-pagebody li:before {
    color: #006f51;
}

body.uk .occa-pagebody h3, body.uk .occa-pagebody h4 {
	color: #006f51; 	
}

body.uk .occa-pagebody strong {
	color: #006f51; 		
}

/* International */

#occa-nav .international, body.international .mobilehome {
	background-color: 	#684f40;
}

body.international .occa-pagebody li:before {
    color: #684f40;
}

body.international .occa-pagebody h3, body.international .occa-pagebody h4 {
	color: #684f40; 	
}

body.international .occa-pagebody strong {
	color: #684f40; 		
}

/* Regions */

#occa-nav .regions, body.regions .mobilehome {
	background-color: 	#006f51;
}

body.regions .occa-pagebody li:before {
    color: #006f51;
}

body.regions .occa-pagebody h3, body.regions .occa-pagebody h4 {
	color: #006f51; 	
}

body.regions .occa-pagebody strong {
	color: #006f51; 		
}

/* Surfex Bursary */

#occa-nav .surfexbursary, body.surfexbursary .mobilehome {
	background-color: 	#684f40;
}

body.surfexbursary .occa-pagebody li:before {
    color: #684f40;
}

body.surfexbursary .occa-pagebody h3, body.surfexbursary .occa-pagebody h4 {
	color: #684f40; 	
}

body.surfexbursary .occa-pagebody strong {
	color: #684f40; 		
}

#occa-pageheader-surfexbursary {
	float: right;
  margin-top: 0;
  margin-right: -10px;
  width: 255px;
  height: auto;	
}

body.surfexbursary #occa-pageheader {
	height: 270px;
}
/* Links */

#occa-nav .links, body.links .mobilehome {
	background-color: 	#2dbfd2;
}

body.links .occa-pagebody li:before {
    color: #2dbfd2;
}

body.links .occa-pagebody h3, body.links .occa-pagebody h4 {
	color: #2dbfd2; 	
}

body.links .occa-pagebody strong {
	color: #2dbfd2; 		
}

/* Partners */

#occa-nav .partners, body.partners .mobilehome {
	background-color: 	#1f8fb7;
}

body.partners .occa-pagebody li:before {
    color: #1f8fb7;
}

body.partners .occa-pagebody h3, body.partners .occa-pagebody h4 {
	color: #1f8fb7; 	
}

body.partners .occa-pagebody strong {
	color: #1f8fb7; 		
}

/* <INTRANET> */

/* Intranet Index */

#occa-nav .admin-int {
	background-color:	#b99d62;
}

body.admin-int .occa-pagebody li:before {
    color: #b99d62;
}

body.admin-int .occa-pagebody h3, body.admin-int .occa-pagebody h4 {
	color:	#b99d62; 	
}

body.admin-int .occa-pagebody strong {
	color:	#b99d62; 		
}

/* Intranet Membership */

#occa-nav .admin-int-membership, body.admin-int-membership .mobilehome {
	background-color: 	#bb362e;
}

body.admin-int-membership .occa-pagebody li:before {
    color: #bb362e;
}

body.admin-int-membership .occa-pagebody h3, body.admin-int-membership .occa-pagebody h4, body.admin-int-membership .occa-pagebody h5 {
	color:	#bb362e; 	
}

body.admin-int-membership .occa-pagebody strong {
	color:	#bb362e; 		
}

/* Intranet Accounts */

#occa-nav .admin-int-accounts, body.admin-int-accounts .mobilehome {
	background-color: 	#02b29c;
}

body.admin-int-accounts .occa-pagebody li:before {
    color: #02b29c;
}

body.admin-int-accounts .occa-pagebody h3, body.admin-int-accounts .occa-pagebody h4 {
	color:	#02b29c; 	
}

body.admin-int-accounts .occa-pagebody strong {
	color:	#02b29c; 		
}

/* Intranet Documents */

#occa-nav .admin-int-documents, body.admin-int-documents .mobilehome {
	background-color: 	#115a8a;
}

body.admin-int-documents .occa-pagebody li:before {
    color: #115a8a;
}

body.admin-int-documents .occa-pagebody h3, body.admin-int-documents .occa-pagebody h4 {
	color:	#115a8a; 	
}

body.admin-int-documents .occa-pagebody strong {
	color:	#115a8a; 		
}

/* Intranet Organisation */

#occa-nav .admin-int-org, body.admin-int-org .mobilehome {
	background-color: 	#003498;
}	

body.admin-int-org .occa-pagebody li:before {
    color: #003498;
}

body.admin-int-org .occa-pagebody h3, body.admin-int-org .occa-pagebody h4 {
	color:#003498; 	
}

body.admin-int-org .occa-pagebody strong {
	color:#003498; 		
}

/* Intranet Surfex  */

#occa-nav .admin-int-surfex, body.admin-int-surfex .mobilehome {
	background-color: 	#1f8fb7;
}

body.admin-int-surfex .occa-pagebody li:before {
    color: #1f8fb7;
}

body.admin-int-surfex .occa-pagebody h3, body.admin-int-surfex .occa-pagebody h4 {
	color: #1f8fb7; 	
}

body.admin-int-surfex .occa-pagebody strong {
	color: #1f8fb7; 		
}

/* Intranet Options */

#occa-nav .admin-int-options, body.admin-int-options .mobilehome {
	background-color: 	#946eaa;
}	

body.admin-int-options .occa-pagebody li:before {
    color: #946eaa;
}

body.admin-int-options .occa-pagebody h3, body.admin-int-options .occa-pagebody h4 {
	color: #946eaa; 	
}

body.admin-int-options .occa-pagebody strong {
	color: #946eaa; 		
}

/* Intranet Help */

#occa-nav .admin-int-help, body.admin-int-help .mobilehome {
	background-color: 	#006f51;
}

body.admin-int-help .occa-pagebody li:before {
    color: #006f51;
}

body.admin-int-help .occa-pagebody h3, body.admin-int-help .occa-pagebody h4 {
	color: #006f51; 	
}

body.admin-int-help .occa-pagebody strong {
	color: #006f51; 		
}

/* Intranet Exit */

#occa-nav .admin-int-exit, body.admin-int-exit .mobilehome {
	background-color: 	#684f40;
}

body.admin-int-exit .occa-pagebody li:before {
    color: #684f40;
}

body.admin-int-exit .occa-pagebody h3, body.admin-int-exit .occa-pagebody h4 {
	color: #684f40; 	
}

body.admin-int-exit .occa-pagebody strong {
	color: #684f40; 		
}


/* </INTRANET> */

/* Contact */

#occa-nav .contact, body.contact .mobilehome {
	background-color: 	#f7901e;
}

body.contact .occa-pagebody li:before {
    color: #f7901e;
}

body.contact .occa-pagebody h3,body.contact .occa-pagebody h4 {
	color: #f7901e; 	
}

body.contact .occa-pagebody strong {
	color: #f7901e; 		
}

/* Member's Area */

a.membersarea, body.membersarea .mobilehome {
	background-color:	#b99d62;	
}

body.membersarea-account .mobilehome {
	background-color:	#b99d62;	
}
body.membersarea-publications .mobilehome {
	background-color:	#946eaa;
}
body.membersarea-forum .mobilehome {
	background-color:	#115a8a;	
}
body.membersarea-document-library .mobilehome {
	background-color:	#115a8a;	
}
body.membersarea-events .mobilehome {
	background-color:	#02b29c;
}



/* Admin */

#occa-nav .admin, body.admin .mobilehome {
	background-color: 	#bb362e;
}

body.admin .occa-pagebody li:before {
    color: #bb362e;
}

body.admin .occa-pagebody h3, body.admin .occa-pagebody h4, body.admin .occa-pagebody h5 {
	color:	#bb362e; 	
}

body.admin .occa-pagebody strong {
	color:	#bb362e; 		
}

/* Communication Preferences */

a.communication-preferences, body.communication-preferences .mobilehome {
	background-color:	#b99d62;	
}

body.communication-preferences .occa-pagebody li:before {
    color: #b99d62;
}

body.communication-preferences .occa-pagebody h3,body.communication-preferences .occa-pagebody h4, body.communication-preferences .occa-pagebody h5 {
	color: #b99d62; 	
}

body.communication-preferences .occa-pagebody strong {
	color: #b99d62; 		
}

/* Privacy Policy */

a.privacypolicy, body.privacypolicy .mobilehome {
	background-color:	#b99d62;	
}

body.privacypolicy .occa-pagebody li:before {
    color: #b99d62;
}

body.privacypolicy .occa-pagebody h3,body.privacypolicy .occa-pagebody h4, body.privacypolicy .occa-pagebody h5  {
	color: #b99d62; 	
}

body.privacypolicy .occa-pagebody strong {
	color: #b99d62; 		
}

body.home .mobilehome {
	background-color:	#b99d62;
}

body.home #mobile-home-top {
	display: none;
}

body.home #mobile-home-bottom {
	display: none;
}

body.membersarea .occa-pagebody li:before {
    color: #b99d62;
}

body.membersarea .occa-pagebody h3,body.membersarea .occa-pagebody h4 {
	color: #b99d62; 	
}

body.membersarea .occa-pagebody strong {
	color: #b99d62; 		
}

/* Members Area Admin */

body.membersarea-admin .occa-pagebody li:before {
    color: #bb362e;
}

body.membersarea-admin .occa-pagebody h3,body.membersarea-admin .occa-pagebody h4 {
	color: #bb362e;	
}

body.membersarea-admin .occa-pagebody strong {
	color: #bb362e;		
}

a.membersarea-admin, body.membersarea-admin .mobilehome {
	background-color:	#bb362e;	
}

/* Blog */

body.blog .mobilehome {
	background-color: 	#0072ba;
}

body.blog .occa-pagebody li:before {
    color: #0072ba;
}

body.blog .occa-pagebody h3, body.blog .occa-pagebody h4 {
	color:	#0072ba; 	
}

body.blog .occa-pagebody strong {
	color:	#0072ba; 		
}

/* */

div.upcoming-event h4 {
	margin: 0;	
	color: #000000;
	font-size: 18px;
}

div.event-date {
	font-size: 18px;
	background-color: #02b29c;
	color: #ffffff;
	padding: 0 5px;
}

div.event-content {
	padding: 0 5px;	
  	position: relative;
	height: 170px;
}

div.event-venue {
	font-size: 12px;	
}

div.event-details, div.event-details p {
	font-size: 14px;
	margin: 0;
	font-weight: 300;
}

div.upcoming-event {
  width: 450px;
  height: 200px;
  font-size: 14px;	
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;  
  background-color: #e3e3e3;  
}
	

ul.membership-categories li {
	color: #115a8a;
	font-weight: 700;
}

ul p {
	margin-left: 2em;
}

ul li.level2 {
	margin-left: 2em;	
}

ul p.level2 {
	margin-left: 4em;	
}

h4 span {
  font-weight: 300;
  margin-left: 1em;	
}

div.internationalbox {
  position: absolute;
}

body.international .occa-pagebody div.internationalbox h4,body.regions .occa-pagebody div.internationalbox h4 {
	background-color: 	#684f40;
	color: #ffffff;
	margin: 0;
	padding: 2px 10px;
	font-size: 16px;
}

body.international .occa-pagebody div.internationalinfo,body.regions .occa-pagebody div.internationalinfo {
	font-size: 14px;
	background-color: #e3e3e3;
	padding: 2px 10px;	
}

#international-map {
	position: relative;	
}

#international-map img {
  max-width: 100%;
  height: auto;	
}

#international-canadadivision {
  top: 18%;
  left: 11%;
}

#international-internationalsection {
	top: 115px;
	left: 322px;	
}

#international-southeastasiadivision {
	top: 16%;
	left: 64%;
}

#international-southafricadivision {
	top: 63%;
	left: 70%;	
}

.membership-types {

	margin-left: 70px;	
	position: relative;
}

.membership-types h4 {
	position: relative;	
}

body.membership .occa-pagebody .membership-types img {
  position: absolute;
  left: -70px;
  top: 0px;
}

body.membership .occa-pagebody .membership-types h4 {
	margin-bottom: 0.1em;		
}

body.membership .occa-pagebody .membership-types p {
	margin-top: 0;	
}

body.membership .occa-pagebody h4.membership-student {
	color: #fb943c;
}

body.membership .occa-pagebody h4.membership-ordinary {
	color: #2270b1;
}

body.membership .occa-pagebody h4.membership-professional {
	color: #008d4c;
}

body.membership .occa-pagebody ul.membership-professional li:before {
	color: #008d4c;	
}

body.membership .occa-pagebody ul.membership-professional li {
	color: #008d4c;	
}

body.membership .occa-pagebody h4.membership-retired {
	color: #7f3f98;
}

body.membership .occa-pagebody h4.membership-honorary {
	color: #bb362e;
}

#uk-container {
	position: relative;	
	min-height: 760px;
}

#uk-sections {
	float: left;
	width: 230px;	
	z-index: 2;
	position: relative;
}

#uk-sections h4, #uk-groups h4 {	
	margin-top: 0;
}

body.uk .occa-pagebody #uk-groups h4, body.uk .occa-pagebody #uk-groups strong, body.regions .occa-pagebody #uk-groups h4, body.regions .occa-pagebody #uk-groups strong {
	color: #358f6e;
}

#uk-groups {
	float: left;
	width: 230px;	
	z-index: 3;
	position: relative;	
}

#uk-map {
	position: absolute;
	right: -50px;
	z-index: 1;
}

.section-box, .branch-box {
	width: 220px;
	background-color: #e3e3e3;	
	margin-bottom: 1em;
}

.section-details, .branch-details {
	font-size: 12px;
	font-weight: 300;
	padding: 2px 5px;	
}

.section-name {
	background-color: #006f51;		
	color: #ffffff;
	padding: 2px 5px;	
}

.branch-name {
	background-color: #358f6e;		
	color: #ffffff;		
	padding: 2px 5px;	
}

img.uk-map-marker {
	position: absolute;	
}

div.link {
	margin-bottom: 1em;	
	clear: both;
}

#links-occa {
	width: 49%;
	float: left;	
}

#links-occa h4, #links-other h4 {
	margin-top: 0;	
}

#links-other {
	width: 49%;
	float: right;
}

div.link-image {
	float: right;	
	width: 200px;
}

#contact-boxes {
	text-align: center;	
	width: 800px;
	margin: 0 auto;
}

.contact-box {
	text-align: left;
	float: left;
	width: 250px;	
	margin-right: 10px;
}

body.contact .occa-pagebody .contact-position {
	background-color: #f7901e;
	color: #ffffff;	
	padding: 2px 5px;
}

.contact-details {
  background-color: #e3e3e3;
  font-size: 12px;
  font-weight: 300;	
  padding: 2px 5px;
}

.contact-name {
	font-weight: 500;	
}

.contact-company {
	color: #f7901e;	
	font-weight: 500;
}

.contact-admin-box {
	display: inline-block;
	max-width: 100%;
}

body.contact .occa-pagebody .contact-admin-position {
	background-color: #f7901e;
	color: #ffffff;	
	padding: 2px 5px;
	font-size: 24px;
}

.contact-admin-details {
  background-color: #e3e3e3;
  font-size: 20px;
  font-weight: 300;	
  padding: 10px 10px;
}

.contact-admin-name {
	font-weight: 500;	
}

.contact-admin-company {
	color: #f7901e;	
	font-weight: 500;
}

.contact-admin-center {
	text-align: center;
}
 
/* <Members' Area Login Modal Popup> */

/* Bootstrip input/form control styling */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}



/* Overlay when Modal is open */
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
 
/* Modal box or Popup box */
.popup-container {
	position:absolute;
	width:330px;
	height: auto;
	left:45%;
	top:80px;
	background: #ffffff;
	padding: 10px;
	border: 5px solid #b99d62;
	font-size: 20px;
	font-weight: 300 
}

.popup-header {
	color: #b99d62;
	font-size: 28px;
	font-weight: 500;
}

.popup-buttons {
	text-align: right;
	float: right;
}

.popup-buttons a {
	background-color: #b99d62; 
	padding: 6px 20px;
	color: #ffffff;
	font-weight: 300;
	font-size: 14px;
	text-align: center; 
	display: inline-block;
	margin-right: 0;
}

.popup-container label {
	font-weight: 300;
  font-size: 14px;
}

.popup-container input[type=text], .popup-container input[type=password] {
	width: 100%;
  margin: 5px 0;
  display: block;
}

.popup-container a.forgot-password {
	float: left;
  margin-top: 8px;
}

/* </Members' Area Login Modal Popup> */

/* <Contact Us Form> */

#contactusform {
	width: 400px;
	margin: 0 auto;
	margin-top: 22px;
	font-size: 20px;
	font-weight: 300;
}

#contactusform label {
	display: block;	
	margin-bottom: 3px;
  font-size: 20px;
  font-weight: 500;

}
#contactusform input {
display: block;
  height: 25px;
  width: 383px;
  background-color: #E3E3E3;
  border: 1px solid #CDCDCD;
  border-radius: 3px;
  padding-left: 2px;
}

#contactusform textarea {
	display: block;
  height: 140px;
  width: 383px;
  background-color: #E3E3E3;
  border: 1px solid #CDCDCD;
  border-radius: 3px;
  padding-left: 2px;
}

#submitcontactus {
  margin-top: 14px;
  text-align: right;
  width: 390px;
}

#thanks {
	background-color: rgb(255, 246, 176);
	border-radius: 10px;
	padding: 8px;	
}

#error, div.error {
	border-radius: 10px;	
	background-color: #f78b83;	
	padding: 8px;
}

#submitresult {
	margin-top: 14px;
	width: 390px;		
	display: none;
}

div.error p, #error p, #thanks p {
	margin-top: 0;
  margin-bottom: 0;
}

#submitcontactus a {

    color: #ffffff;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    margin-right: 0;
    background-color: #f7901e;
    padding: 6px 8px;
 }
 
 #submitunsubscribe a {
	width: 122px;
	height: 24px;
	padding-top: 8px;
	color: #ffffff;
	font-weight: 300;
	font-size: 14px;
	text-align: center; 
	display: inline-block;
	margin-right: 0;
	background-color: 	#f7901e;
 }
 
.ajaxloader {
	display: none;
  position: absolute;
  left: -40px;
  top: -20px;	
}


#contactusform input, #contactusform textarea {
	margin-bottom: 5px;
}

.qtip-occa{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
	font-size: 20px;
  line-height: 1em;

}

.qtip-occa label {
	font-weight: 300;
}

.qtip-occa .qtip-content {
  padding: 3px 6px;
}

.qtip-occa .qtip-titlebar{
	background-color: #F06D65;
}

.qtip-occa .qtip-close .qtip-icon{
	background-position: -102px 0;
}

.qtip-occa .qtip-icon{
	border-color: #D95252;
}

.qtip-occa .qtip-titlebar .ui-state-hover{
	border-color: #D95252;
}

/* </Contact Us Form> */

#popup-loading {
	position: absolute;
  right: 140px;
  display: none;
}

#popup-result {
		clear: both;
		display: none;
}

p.error, div.error {
	margin-top: 40px;
  margin-bottom: 0;
  padding: 5px;
  background-color: rgb(219, 89, 58);
}

p.success {
	margin-top: 40px;
  margin-bottom: 0;
  padding: 5px;
  background-color: rgb(121, 255, 143);
}

p.notice {
	margin-top: 40px;
  margin-bottom: 0;
  padding: 5px;
  background-color: rgb(255, 231, 156);
}

input[type=text], input[type=password] {
	font-size: 20px;
  font-weight: 300;
  display: block;
  margin: 5px 0;
  width: 300px;  
  max-width: 100%;
}

textarea {
    font-size: 20px;
    font-weight: 300;
    display: block;
    margin: 5px 0;
    width: 300px;
    max-width: 100%;
}

input[type=number] {
	font-size: 20px;
  font-weight: 300;
  display: block;
  margin: 5px 0;
  width: 50px;  
}

input[type=date] {
	font-size: 20px;
  font-weight: 300;
  display: block;
  margin: 5px 0;
  width: 300px; 
}

form#signup label {
    font-weight: 400;
    
    font-size: 20px;
    margin-top: 0.5em;
    margin-bottom: 0;	
}

form#signup .sections label {
	display: block;
}

#signup-loading {
	position: absolute;
  right: 140px;
	display: none;
}

#signup-result {
	display: none;
}

#signup-result p {
	margin-top: 10px;
}

/*
form .buttons {
	width: 300px;
	text-align: right;
	position: relative;
}


form .buttons a {
	background-color: #b99d62; 
	width: 122px;
	height: 24px;
	padding-top: 6px;
	padding-bottom: 2px;
	color: #ffffff;
	font-weight: 900;
	font-size: 16px;
	text-align: center; 
	display: inline-block;
	margin-right: -4px;
}

*/

.buttons {
	margin-top: 1em;
	/*text-align: right;*/
	position: relative;
}

.buttons a {
  background-color: #b99d62;
  color: #ffffff;
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  display: inline-block;
  padding: 8px 16px;
}

.buttons a.ctabutton {
	background-color: #2B93FF;
}

.buttons .spinner {
	position: relative;
  top: 6px;
  right: 6px;	
}

form label {
	font-weight: 300;
  font-size: 14px;
}

#resetpass-loading {
	position: absolute;
  right: 140px;
	display: none;
}

#resetpass-result {
	display: none;
}

#resetpass-result p {
	margin-top: 10px;
}

#register-loading {
	position: absolute;
  right: 140px;
	display: none;
}

#register-result {
	display: none;
}

#register-result p {
	margin-top: 10px;
}

#createpass-loading {
	position: absolute;
  right: 140px;
	display: none;
}

#createpass-result {
	display: none;
}

#createpass-result p {
	margin-top: 10px;
}

#validateemail-loading {
	position: absolute;
  right: 140px;
	display: none;
}

#validateemail-result {
	display: none;
}

#validateemail-result p {
	margin-top: 10px;
}

#occa-memberbar {
	position: absolute;
  right: 0;
  text-align: right;
  width: 350px;
  top: 5px;
  margin-right: 5px;
}

#membersareahome {
  margin: 0 auto;
  width: 730px;
}

#membersareahome a p {
	margin: 0;
	margin-left: 5px;
	margin-bottom: 2px;
}
 
#membersareahome a {
	display: inline-block;
	color: #fff;
	margin-bottom: 30px;
}

/* Colours Members' Area */

/* Account */

body.membersarea-account .occa-pagebody li:before {
    color: #b99d62;
}

body.membersarea-account h3, body.membersarea-account h4 {
	color:	#b99d62;	
}

body.membersarea-account strong {
	color:	#b99d62;	
}

div#membersareahome a.membersarea-account {
	border: 1px solid #b99d62;
	background-color: #b99d62;
	margin-right: 30px;
}

/* Publications */

body.membersarea-publications .occa-pagebody li:before {
    color: #946eaa;
}

body.membersarea-publications h3, body.membersarea-publications h4 {
	color:	#946eaa; 	
}

body.membersarea-publications strong {
	color:	#946eaa; 		
}

div#membersareahome a.membersarea-publications {
	border: 1px solid #946eaa;
	background-color: #946eaa;
}

body.membersarea-publications table th {
	color:	#946eaa; 	
}

body.membersarea-publications table tr:nth-child(even) {
    background-color: rgba(148, 110, 170, 0.2);
}

/* Forum */

body.membersarea-forum .occa-pagebody li:before {
    color: #115a8a;
}

body.membersarea-forum h3, body.membersarea-forum h4 {
	color:	#115a8a; 	
}

body.membersarea-forum strong {
	color:	#115a8a; 		
}


div#membersareahome a.membersarea-forum {
	border: 1px solid #115a8a;
	background-color: #115a8a;
	margin-right: 30px;	
}

/* Document Library */

body.membersarea-document-library .occa-pagebody li:before {
    color: #115a8a;
}

body.membersarea-document-library h3, body.membersarea-document-library h4 {
	color:	#115a8a; 	
}

body.membersarea-document-library strong {
	color:	#115a8a; 		
}


div#membersareahome a.membersarea-document-library {
	border: 1px solid #115a8a;
	background-color: #115a8a;
	margin-right: 30px;	
}

/* Events */

body.membersarea-events .occa-pagebody li:before {
    color: #02b29c;
}

body.membersarea-events h3, body.membersarea-events h4 {
	color:	#02b29c; 	
}

body.membersarea-events strong {
	color:	#02b29c; 		
}

div#membersareahome a.membersarea-events {
	border: 1px solid #02b29c;
	background-color: #02b29c;
}

/* Professional Register */

div#membersareahome a.membersarea-profreg {
	border: 1px solid #b99d62;
	background-color: #b99d62;
	margin-right: 30px;		
}

div#membersareahome a.membersarea-webinars  {
	border: 1px solid #b99d62;
	background-color: #b99d62;
}

table#editaccount th label {
	font-weight: 500;	
}

table#editaccount th {
	vertical-align: top;
	font-size: 20px;
	text-align: right;
	padding-right: 20px;
	font-weight: 500;
	width: 240px;
}

table#editaccount td	 {
	vertical-align: top;
	font-size: 20px;
	width: 400px;	
}

table#editaccount td input {
	margin: 0 0 10px 0;
}

p#emailpendingvalidation {
	margin: 0;
	font-size: 16px;
}

form#editaccountdetails .buttons {
	margin-top: 10px;
	width: 560px;
	text-align: right;
	position: relative;
}

.editdetails-buttons {
	position: relative;
}

#editaccount-loading {
	position: absolute;
	top: 10px;
	left: 165px;
	display: none;
}

form#editaccountdetails label {
	font-weight: 500;
  	font-size: 20px;
}

form#editaccountdetails input.medium {
	width: 200px;	
}

th {
	text-align: left;
	font-weight: 500;	
	font-size: 20px;
}

td {
	font-weight: 300;	
	font-size: 20px;	
}

.occa-pagebody table {
	margin-bottom: 1em;	
}

.ps-scrollbar-x , .ps-scrollbar-y {
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.ps-container>.ps-scrollbar-x-rail , .ps-container>.ps-scrollbar-y-rail {
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

h4.event-title a {
	margin-left: 10px;
}

h4.event-title a img {
	position: relative;
  top: 2px;
}

#editaccount-result {
	width: 570px;
  margin-top: 20px;
}

body.membersarea-account .occa-pagebody #error li:before {
  color: #000000;
}

form#agmattendance .buttons {
	width: 720px;
}

form#agmattendance .spinner {
	display: block;
  position: absolute;
	left: 510px;
}

form#agmattendance .buttons a {
	/*width: 210px;*/
}

form#agmattendance th {
	width: 300px;
}

form#agmattendance th label {
  font-weight: 500;
  font-size: 20px;
}

form#agmattendance td label {
  font-weight: 300;
  font-size: 20px;
}

textarea#dietary {
	margin: 0px;
  width: 420px;
  height: 120px;
}


table#recipientlist th {
	text-align: left;
}

table#recipientlist td {
	white-space: nowrap;
	padding: 5px;
}

table#recipientlist tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.1);
}

#agmbutton {
	margin: 0.5em 0;
    background-color: #bb362e;
    padding: 4px 6px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    display: block;
    font-weight: 700;
    width: 100%;
}

#jobsbutton {
    background-color: #02b29c;
    /* width: 122px; */
    /* height: 24px; */
    /* padding-top: 8px; */
    /* padding-bottom: 8px; */
    padding: 7px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin-right: 0;
    position: absolute;
    top: 71px;
    right: 197px;
    /* font-weight: 900; */
}

@-webkit-keyframes pulsebutton {
  from { -webkit-box-shadow: 0 0 1px #333; box-shadow: 0 0 1px #333; }
  50% { -webkit-box-shadow: 0 0 15px #02b29c; box-shadow: 0 0 15px #02b29c; }
  to { -webkit-box-shadow: 0 0 1px #333; box-shadow: 0 0 1px #333;}
}

@keyframes pulsebutton {
  from { -webkit-box-shadow: 0 0 1px #333; box-shadow: 0 0 1px #333; }
  50% { -webkit-box-shadow: 0 0 15px #02b29c; box-shadow: 0 0 15px #02b29c; }
  to { -webkit-box-shadow: 0 0 1px #333; box-shadow: 0 0 1px #333;}
}

a.pulsebutton {
  animation-name: pulsebutton;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-name: pulsebutton;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;  
}

#membersareanews {
    width: 716px;
    margin: 0 auto 20px auto;
    background-color: #02B29C;
    color: #fff;
    padding: 5px;
}

#membersareanews .newsitem {
	
}

#membersareanews .newsitem .date {
    font-size: 12px;
    font-weight: 700;
}

#membersareanews .newsitem .title {
    font-weight: 300;
    font-size: 18px;
}





.occa-pagebody div.downloads-float {
    float: right;
    width: 40%;
    border: 1px solid #02B29C;
    padding: 2px 6px 5px 6px;
    margin-left: 20px;
}

.occa-pagebody div.downloads-float li {
	font-size: 24px;
}

.occa-pagebody div.downloads-float h4 {
	margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}



div#corp-sponsors a {
	margin-right: 30px;
}

div#corp-sponsors a:last-child {
	margin-right: 0;
}

a.sociallink img {
	height: 32px;
	width: 32px;
}

a#inl2015ordernow {
display: inline-block;
    width: 230px;
    font-size: 30px;
    font-weight: 900;
    background-color: #FFC212;
    color: white;
    /* height: 100px; */
    padding: 15px;	
}


#unsubscribe-form-container .ajaxloader {
	top: -22px;
	left: 7px;
}

#occa-pageheader-newsevents {
	width: 356px;
	height: 300px;
}

.eventtype {
	background-color: #02b29c;
	display: inline-table;
	font-size: 1.2rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: 1rem;
	padding: 0.4rem 1rem;
	overflow: hidden;
	vertical-align: middle;
}

body.newsevents .occa-pagebody h4.event-title {
	color: #4d4d4d;
}

.events-types-social .eventtype, .events-types-social-results div.event-date {
	background-color: #b99d62;
}

.events-types-educational .eventtype, .events-types-educational-results div.event-date  {
	background-color: #bb362e;
}

.events-types-regional .eventtype, .events-types-regional-results div.event-date  {
	background-color: #006f51;
}

.eventregion {
	background-color: #006f51;
	display: inline-table;
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 1rem;
	padding: 0.4rem 1rem;
	overflow: hidden;
	vertical-align: middle;
}


.eventtype  a,  .eventregion a{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}

.eventtype  a.active, .eventregion  a.active {
	text-shadow: black 1px 1px 1px;
}

.eventtype  a:hover, .eventregion  a:hover {
	cursor: pointer; 
}



.occa-pagebody div.awardwinner {
    padding: 40px;
    border: 1px solid black;
    margin: 40px;
    background-color: rgba(0, 0, 0, 0.05);	
}

.occa-pagebody div.awardwinner h5 {
	    color: #df4296;
    font-size: 18px;
    margin: 0;
}

.occa-pagebody div.awardwinner p {
	font-size: 16px;
}

div.internationalinfoitem {
	position: relative;
}

.internationalcontactpopup {
	display: none;
    position: absolute;
    background: #e3e3e3;
    width: 220px;
    z-index: 100;
    border: 1px solid #684f40;
    top: 18px;
}

#request-membership-number {
	font-size: 15px;
}

p#news-latestsci img {
	float: right;
	width: 60px;
	height: auto;
	margin-top: -8px;
	margin-left: 20px;
}

.occa-pagebody .occa-pagebody-questionnaire, .occa-pagebody .occa-pagebody-questionnaire p{
	font-weight: 500;	
}

.occa-pagebody-questionnaire .slider {
    width: 500px;
    margin-bottom: 80px;
    background: #b99d62;
    font-weight: 700;
    font-size: 20px;
}



.occa-pagebody-questionnaire .likleyhood div {
    display: inline-block;
    width: 160px;
    height: 40px;
    border: 1px solid #b99d62;
    margin-right: 5px;
    padding-top: 10px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 5px;
}



.occa-pagebody-questionnaire .likleyhood div:hover {
	background: #b99d62;
	cursor: pointer;
}

.occa-pagebody-questionnaire .likleyhood div.active {
	background: #b99d62;
	font-weight: bold;	
}



.occa-pagebody-questionnaire .comments, .occa-pagebody-questionnaire .commentsex {
	width: 500px;
  height: 100px;
  max-width: 100%;
}



form#lunch15feedback .buttons {
    width: 500px;
    margin-top: 20px;
}

form#lunch15feedback .spinner {
	display: block;
	position: absolute;
	left: 510px;
}

form#lunch15feedback .buttons a {
    font-weight: 900;
    font-size: 20px;
    color: #fff;
}



div#lunch15feedback-result {
	width: 500px;	
}

ul.downloads-float {
	
}

/* OCCA Event Ordering */

img.moss16-photo {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

img.moss17-photo {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

img.agm16-ladiesgents {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 140px;
}

img.magm16-quiz {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 170px;
}

img.mocs16-logos {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.magm16-quiz2 {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 170px;
}

img.magm17-quiz {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 170px;
}

img.mocs17-logos {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.magm17-quiz2 {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 170px;
}

p.event-book-now {
	text-align: center;
}

a.event-book-now-link {
	display: inline-block;
	text-align: center;
	padding: 10px;
	background-color: #02b29c;
	color: white;
	font-weight: 900;
	font-size: 26px;
}

a.eventsys-button {
	display: inline-block;
	text-align: center;
	padding: 10px;
	background-color: #02b29c;
	color: white;
	font-weight: 900;
	font-size: 26px;
}

.event-buttons {
	position: relative;
}

.event-buttons a, .event-payment-buttons a, #event-buttons a, #event-payment-buttons a, #payment-buttons a{
  background-color: #b99d62;
  color: #ffffff;
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  display: inline-block;
  padding: 8px 16px;
}

#event-payment-buttons a,  #payment-buttons a{
  background-color:  #2B93FF;
}


#event-payment-buttons a#event-payment-bacs {
	background-color: #8C8C8C;
}

#event-payment-buttons a.disabled {
  background-color: #CACACA;
}

#event-payment-buttons a.disabled:hover {
  text-decoration: none;
  cursor: default;
}

#event-payment-buttons a#event-payment-bacs.disabled {
	background-color: #CACACA;
}

#event-payment-buttons, #payment-buttons {
	text-align: right;
	position: relative;
}

#occa-event-order {
	font-size: 20px;
}

#occa-event-order p {
	font-size: 20px;
}

#occa-event-order label {
	display: block;	
	margin-bottom: 3px;
	font-weight: 300;
	    font-size: 20px;
}

#occa-event-order input, #occa-event-order select {
display: block;
  height: 25px;
  width: 383px;
  background-color: #E3E3E3;
  border: 1px solid #CDCDCD;
  border-radius: 3px;
  padding-left: 2px;
  margin-bottom: 5px;
}

#occa-event-order select {
	height: 30px;
}

#occa-event-order textarea {
	display: block;
  height: 140px;
  width: 383px;
  background-color: #E3E3E3;
  border: 1px solid #CDCDCD;
  border-radius: 3px;
  padding-left: 2px;
}

#occa-event-order table th {
	text-align: left;
	padding-bottom: 2px;
  padding-top: 2px;	
      padding-right: 1em;
}

#occa-event-order table td {
	padding-bottom: 2px;
  padding-top: 2px;	
}

#occa-event-order input.quantity {
	width: 40px;
	font-weight: 500;
	text-align: center;
	display: inline;
}


#occa-event-order input.qtyplus {
	width: 30px;
  height: 29px;
  text-align: center;
  padding-left: 6px;
  font-weight: 700;
  margin-left: 5px;
	display: inline;  
	background-color: rgba(248, 194, 45, 0.31);
}
#occa-event-order input.qtyminus {
	width: 30px;
  height: 29px;
  text-align: center;
  padding-left: 6px;
  font-weight: 700;
  margin-right: 5px;
	display: inline;  
	background-color: rgba(248, 194, 45, 0.31);
}

p.totalcost {
	font-weight: bold;
}

p.totaltopay {
	font-weight: bold;
}

#occa-event-order-tickets h2, #occa-payment h2 {
	font-size: 24px;
	background-color: #b99d62;		
	color: #fff;
	padding: 5px;
}

table.tickettable th, table.tickettable td {
	padding-right: 20px;
}

table#misc-details th, table#misc-details td {
	padding-right: 20px;
}

table.tickettable tr:nth-child(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}


#occa-event-order input#tcagreed {
	display: inline;
  width: 25px;
  min-width: 25px;
  margin-right: 10px;
  top: 4px;
  position: relative;
  margin-bottom: 20px;
}

table.tickettable th:last-child, table.tickettable td:last-child {
	padding-right: 0;
	width: 120px;
}

table#misc-details th:last-child, table#misc-details td:last-child {
	padding-right: 0;
}

.qtip-occa{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
	font-size: 20px;
  line-height: 1em;
}

.qtip-occa label {
	font-weight: 300;
}

.qtip-occa .qtip-content {
  padding: 3px 6px;
}

.qtip-occa .qtip-titlebar{
	background-color: #F06D65;
}

.qtip-occa .qtip-close .qtip-icon{
	background-position: -102px 0;
}

.qtip-occa .qtip-icon{
	border-color: #D95252;
}

.qtip-occa .qtip-titlebar .ui-state-hover{
	border-color: #D95252;
}

#verifyregistration-loading {
	left: -10px;
  position: relative;
  top: 10px;
  display: none;
}

div#burns16-blueblock p {
	color: #115A8A;
	font-weight: 900;
}

div#burns16-download {
  border: 1px solid grey;
  border-radius: 3px;
  padding: 12px;
  display: block;
  text-align: center;
  width: 430px;
  margin: 0 auto;
  background-color: rgba(0,0,0,0.05);
}

div#burns16-download a {
	font-weight: bold;
	font-size: 30px;
}

div#burns16-download a img {
  width: 50px;
  height: auto;
  vertical-align: middle;
}

div#griffin16-download {
  border: 1px solid grey;
  border-radius: 3px;
  padding: 12px;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(0,0,0,0.05);
}

div#griffin16-download a {
	font-weight: bold;
	font-size: 30px;
}

div#griffin16-download a img {
  width: 50px;
  height: auto;
  vertical-align: middle;
}



#occa-pageheader.event-moew17 {
	    height: 260px;
}



#occa-pageheader-event-bs16 {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}



#occa-pageheader-event-griffin16 {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}



#occa-pageheader-event-burns17 {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}

#occa-pageheader-event-burns18 {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}

#occa-pageheader-event-moew17 {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}

#occa-pageheader-event-moss16 {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}


#occa-pageheader-event-moss17 {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}


#occa-pageheader-event-agm16,#occa-pageheader-event-agm17 {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}



#occa-pageheader.event-agm16 h2,#occa-pageheader.event-agm17 h2 {
	font-size: 34px;
}


#occa-pageheader-event-magm16 {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}



#occa-pageheader.event-magm16 h2 {
	font-size: 34px;
}


#occa-pageheader-event-magm17 {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}



#occa-pageheader.event-magm17 h2{
	font-size: 34px;
}

#occa-pageheader-event-msmw17 {
  float: right;
  margin-top: -10px;
  margin-right: -20px;
	
}



a#membersareabanner {
    width: 700px;
    border: 1px solid #02B29C;
    margin: 0 auto 20px auto;
    height: 102px;
    display: block;
    background-color: rgba(2,178,156,0.05);
}

a#membersareabanner img {
	float: left;
	padding-right: 10px;	
}

a#membersareabanner div#membersareabanner-info {
    padding: 5px;
}
a#membersareabanner-info img {

}

div#membersareabanner-title {
	    color: black;
    font-weight: 900;
    font-size: 20px;
}

body.newsevents .occa-pagebody h4 {
    /*color: #FFFFFF;
    background-color: #02b29c;
    border: 1px solid #02b29c;
    border-radius: 3px;
    padding: 0px 2px;*/
    font-size: 20px;
    /*display: inline-block;*/
    color: #02b29c;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(2,178,156, 0), rgba(2,178,156, 0.5), rgba(2,178,156, 0));
}

table.eventorders {
	max-width: 100%;
}

table.eventorders tr.darker {
	background-color: rgba(0,0,0,0.1);
}

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

.occa-pagebody table.eventorders ul li { 
	padding: 0;
	text-indent: 0;
}

.occa-pagebody table.eventorders ul li:before {
	content: '';
}

.occa-pagebody table.eventorders td.unpaid {
	color: red;
	font-weight: bold;
}

.occa-pagebody table.eventorders td.paid {
	color: green;
	font-weight: bold;
}

#moseminar16feedback-loading{
	position: absolute;
  right: 140px;
}

form#moseminar16feedback .buttons {

}

#moseminar17feedback-loading{
	position: absolute;
  right: 140px;
}

form#moseminar17feedback .buttons {

}

#lunch16feedback-loading{
	position: absolute;
  right: 140px;
}

form#lunch16feedback .buttons {

}

input.button {
    display: block;
    background-color: #b99d62;
    border: 1px solid #b99d62;
    color: white;
    font-weight: 700;
    padding: 5px 10px;
    font-size: 22px;
    margin-top: 10px;
}

.occa-pagebody-seminardownloads img {
    max-width: 100px;
    max-height: 100px;	
    float: right;
    clear: right;
    margin-bottom: 20px;
}

.occa-pagebody-seminardownloads p {
	clear: right;
	margin-bottom: 20px;
}

.clearme:after {
  content: "";
  display: table;
  clear: both;
}



p.sdc-2016-small-photos img {
    width: 135px;
    padding: 10px;
}

#occa-pageheader-event-mocs16 {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}

.occa-event-order-testmode {
    margin: 1em 0;
    background-color: red;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}	

.occa-payments-testmode {
    margin: 1em 0;
    background-color: red;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}	


#occa-payment strong {
	color: #000;
}

.payment-totals p {
	margin: 0;
}

.payment-totals p {
	font-weight: bold;
}

.payment-totals p span {
	font-weight: normal;
}

.admintable tr:nth-child(odd) {
	background-color: rgba(0,0,0,0.1);
}

.occa-pagebody table.admintable td {
	font-family: Consolas,monaco,monospace; 
	font-weight: 300;
	font-size: 12px;
}

.alms-search-contact {
    margin: 1em 0;
    border: 1px solid rgba(179, 179, 179, 0.62);
    border-radius: 10px;
    padding: 7px;
    vertical-align: top;
    display: inline-block;
    width: 200px;
    margin-right: 10px;    
}

.alms-search-contact .ref {
	
}

.alms-search-contact .name {
	font-weight: bold;	
}

.alms-search-contact .address {
    font-size: 15px;
    background-color: #e0e0e0;
    padding: 3px;
    margin: 0.5em 0;
    border-radius: 5px;

}

.alms-search-contact .address-type {
    font-weight: bold;
    font-size: 12px;
}

.alms-search-contact .address-details {
	
}

.masonry,
.masonry .masonry-brick, .alms-search-contact {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.masonry, .alms-search-results-inner {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.masonry .masonry-brick, .alms-search-contact {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}

.alms-search-contact {
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

.alms-search-results-inner {
	position: relative;
}

.alms-search-contact {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.alms-search-contact .email {
	word-wrap: break-word;
}

.alms-search-contact .invoices {
    font-size: 15px;
    background-color: #d2deff;
    padding: 3px;
    margin: 0.5em 0;
    border-radius: 5px;
}

.alms-search-contact .invoice-date {
	display: inline-block;
	width: 100px;
}

.alms-search-contact .invoice-date-title, .alms-search-contact .invoice-amount-title {
		font-weight: bold;
		font-size: 12px;
		display: inline-block;
		width: 100px;
}

.alms-search-contact .invoice-amount-title {
	width: 80px;
}

.alms-search-contact .invoice-amount {
	display: inline-block;
	width: 80px;
}


.alms-search-contact .invoices-title {
    font-weight: bold;
    font-size: 12px;
}

.ocs-sponsorbox {
    margin: 12px;
    padding: 10px;
    display: inline-block;
    width: 200px;
    height: 90px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(189,189,189,1);
    -moz-box-shadow: 0px 0px 15px 3px rgba(189,189,189,1);
    box-shadow: 0px 0px 15px 3px rgba(189,189,189,1);
    font: 0/0 a;
}

.ocs-sponsorbox.large {
	min-width: 47%;
	width: 47%;
	height: 180px;
}

.ocs-sponsorbox.large  img {
	max-width: 100%;
	max-height: 100%;
}

.ocs-sponsorbox:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}

.ocs-sponsorbox img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.ocs-sponsors-showcase {
	vertical-align: middle;
}

a.ocs-sponsorbox:hover {
    -webkit-box-shadow: 0px 0px 15px 3px rgba(232,190,29,1);
    -moz-box-shadow: 0px 0px 15px 3px rgba(232,190,29,1);
    box-shadow: 0px 0px 15px 3px rgba(232,190,29,1);
}

.ocs-profile {
	margin: 1em 0;
}

.ocs-testimonial {
    width: 47%;
    display: inline-block;
    vertical-align: middle;
}

.ocs-testimonial blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
.ocs-testimonial blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.ocs-testimonial blockquote p {
  display: inline;
}


.ocs-sponsor-links {
    font-weight: normal;
    color: #115a8a;
}

.ocs-sponsor-links i.fa {
	font-weight: bold;
	width: 25px;
	text-align: center;
	margin-right: 0.5em;
}

.ocs-website a {
	font-weight: bold;
	color: #115a8a;
}

.ocs-sponsor-links p {
	margin: 0.1em 0;	
}

.eventsys-categories a {
	width: 210px;
	margin-right: 17px;
}

.eventsys-categories img {
}

.eventsys-categories img:last {
	margin-right: 0;
}

/* New general event listing system July 2017 */

/* Main listing page */

.eventsys-listing {
	position: relative;
	margin-bottom: 2em;
	font-weight: 300;
	color: #969696;
}

.eventsys-listing-left {
	float: left;
	position: relative;
	max-width: 49%;
}

.eventsys-listing-right {
  float: right;
  position: relative;
  max-width: 49%;
}

.eventsys-listing-left img {
    width: 100%;
}

.eventsys-listing .calendar {
	width: 70px;
    position: absolute;
    top: -9px;
	left: 20px;
	opacity: 0.8;
}

.eventsys-listing .date {
	position: absolute;
  top: 29px;
  left: 25px;
  /* border: 1px solid red; */
  width: 60px;
  height: 54px;	
  overflow: hidden;
}

.eventsys-listing .date-day {
    font-weight: bold;
    color: #02b29c;
    text-align: center;
    font-size: 48px;
    padding: 0;
    margin: 0;
    vertical-align: top;
    margin-top: -14px;
    margin-bottom: -8px;
}

.eventsys-listing .date-tbc {
    font-weight: bold;
    color: #02b29c;
    text-align: center;
    font-size: 20px;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.eventsys-listing .date-month {
font-weight: 700;
    font-size: 10px;
    text-align: center;
    color: #02b29c;
}

.eventsys-listing-icon {
  width: 60px;
  float: right;
  margin-left: 20px;	
}

.eventsys-listing-title {
    color: #02b29c;
    font-size: 20px;
    font-weight: bold;	
}


.eventsys-listing-brief {
	margin-top: 0.5em;
}

.eventsys-listing-readmore {
		display: block;
    margin-bottom: 5px;	
    color: #02b29c;
    font-weight: 700;
    font-size: 20px;
    margin-top: 0.5em;
}

.eventsys-listing-readmore:visited {
    color: #02b29c;	
}

/* Event Information Page */

.eventsys-info {
	position: relative;
	margin-bottom: 2em;
	font-weight: 300;
	color: #6d6d6d;
}

.eventsys-info-left {
	float: left;
	position: relative;
	background-color: #e3e3e3;
	box-sizing: border-box;
	padding: 15px;
	width: 49%;
}

.eventsys-info-header {
    background-color: #e3e3e3;	
}

.eventsys-info-right {
  float: right;
  position: relative;
	width: 49%;
}

.eventsys-info-right img {
    width: 100%;
}

.eventsys-info .calendar {
	width: 70px;
    position: absolute;
    top: -9px;
    right: 20px;
}

.eventsys-info .date {
	position: absolute;
  top: 29px;
  right: 25px;
  /* border: 1px solid red; */
  width: 60px;
  height: 54px;	
  overflow: hidden;
}

.eventsys-info .date-day {
font-weight: bold;
    color: #02b29c;
    text-align: center;
    font-size: 48px;
    padding: 0;
    margin: 0;
    vertical-align: top;
    margin-top: -14px;
    margin-bottom: -8px;
}

.eventsys-info .date-tbc {
    font-weight: bold;
    color: #02b29c;
    text-align: center;
    font-size: 20px;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.eventsys-info .date-month {
font-weight: 700;
    font-size: 10px;
    text-align: center;
    color: #02b29c;
}

.eventsys-info-icon {
	width: 80px;
}

.eventsys-info-title {
    color: #969696;
    font-size: 20px;
    font-weight: bold;	
}


.eventsys-info-brief {
	margin-top: 0.5em;
}

.eventsys-info-readmore {
		display: block;
    position: absolute;
    bottom: 0;
    margin-bottom: 5px;	
    color: #02b29c;
    font-weight: 700;
    font-size: 20px;
}

.eventsys-info-details p  strong {
	display: inline-block; 
	width: 80px;
}

.eventsys-info-details p {
	margin: 0.25em 0;
	color: #969696;
}

.eventsys-costs th, .eventsys-costs td {
	color: #969696;
}

table.eventsys-costs th {
	padding-right: 30px;
	font-weight: bold;
}

.eventsys-edit label {
	display: block;
	font-weight: bold;
	font-size: 18px;
	margin-top: 1em;
}

.eventsys-edit textarea {
	width: 100%;	
}

.eventsys-edit input[type=text] {
	width: 100%;	
}

.redactor-toolbar li:before {
	color: initial;
	font-weight: initial;
	content: "";
}

.occa-pagebody .redactor-toolbar ul {
	font-weight: normal;
	font-size: 20px;
}

.occa-pagebody .redactor-toolbar li {
	text-indent: initial;
}

.occa-pagebody .redactor-layer p {
	font-size: 20px;
	font-weight: 300;
  font-family: "myriad-pro", Calibri, "Gill Sans", "Gill Sans MT", Myriad, Tahoma, Geneva, Helvetica, Arial, sans-serif;	
}

.occa-pagebody .redactor-styles {
	font-size: 20px;
	font-weight: 300;
  font-family: "myriad-pro", Calibri, "Gill Sans", "Gill Sans MT", Myriad, Tahoma, Geneva, Helvetica, Arial, sans-serif;	
}

.eventsys-edit input,.eventsys-edit textarea, .eventsys-edit select  {
	font-size: 20px;
	font-weight: 300;
  font-family: "myriad-pro", Calibri, "Gill Sans", "Gill Sans MT", Myriad, Tahoma, Geneva, Helvetica, Arial, sans-serif;		
}

form.eventsys-edit {
	margin-bottom: 2em;
}

.eventsys-buttons {
	margin-bottom: 1em;
}

.eventsys-editlist p {
	font-size: 16px;
}

.eventsys-editlist span.published {
	color: green;
	font-weight: bold;
}

.eventsys-editlist span.draft {
	color: orange;
	font-weight: normal;
}

.occa-pagebody li div p {
    padding-left: 0;
    text-indent: 0;
    margin-left: 0;
}

#event-register {
	margin-left: 20px;
}

#occa-pageheader-event-wms17 {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}

#occa-pageheader-event-wmwst17 {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}

#occa-pageheader-event-mset17 {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}

#occa-pageheader-event-mmnl17evo {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}


.ems .occa-pagebody {
	width: 580px;
	padding: 0;
}

.ems .eventsys-info {
    position: relative;
    margin-bottom: 2em;
    font-weight: 300;
    color: #969696;
}

.ems .eventsys-info-left {
    float: left;
    position: relative;
    width: 290px;
    height: 150px;
    background-color: #e3e3e3;
    box-sizing: border-box;
    padding: 5px;
}

.ems .eventsys-info-icon {
    width: 80px;
}

.ems .eventsys-info-title {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}

.ems .eventsys-info-brief {
    margin-top: 0;
    color: black;
}

.ems .eventsys-info-right {
    float: right;
    position: relative;
    width: 290px;
    height: 150px;
    margin-right: 0;
}

.ems .eventsys-info .calendar {
    width: 54px;
    position: absolute;
    top: -9px;
    right: 20px;
}

.ems .eventsys-info .date {
    position: absolute;
    top: 24px;
    right: 22px;
    /* border: 1px solid red; */
    width: 50px;
    height: 54px;
    overflow: hidden;
}

.ems .eventsys-info .date-day {
    font-weight: bold;
    color: #02b29c;
    text-align: center;
    font-size: 37px;
    padding: 0;
    margin: 0;
    vertical-align: top;
    margin-top: -14px;
    margin-bottom: -8px;
}

.ems .eventsys-info .date-month {
    font-weight: 700;
    font-size: 8px;
    text-align: center;
    color: #02b29c;
}

.ems .eventsys-info-icon img {
    width: 50px;
}

#occa-pageheader-event-mmix17 {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}

#occa-pageheader-event-sd18 {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}

body.blog #occa-pageheader {
    height: 215px;
}

body.blog #occa-pageheader-homepage {
	height: auto;
  width: 212px;
      margin-left: 20px;
}

body.blog h3.entry-title {
	color: #0072ba;
	margin-bottom: 0.5em;
}

body.blog .entry-meta {
    font-weight: 300;
    color: #8a8a8a;	
}

hr.style1{
	border-top: 1px solid #8c8b8b;
}


hr.style2 {
	border-top: 3px double #8c8b8b;
}

hr.style3 {
	border-top: 1px dashed #8c8b8b;
}

hr.style4 {
	border-top: 1px dotted #8c8b8b;
}

hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}


hr.style6 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}

hr.style7 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}


hr.style8 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
hr.style8:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}

hr.style9 {
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}

hr.style10 {
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
}


hr.style11 {
	height: 6px;
	background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
    border: 0;
}


hr.style12 {
	height: 6px;
	background: url(http://ibrahimjabbari.com/english/images/hr-12.png) repeat-x 0 0;
    border: 0;
}

hr.style13 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}


hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
  margin: 2em 0;
}


hr.style15 {
	border-top: 4px double #8c8b8b;
	text-align: center;
}
hr.style15:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
}

hr.style16 { 
  border-top: 1px dashed #8c8b8b; 
} 
hr.style16:after { 
  content: '\002702'; 
  display: inline-block; 
  position: relative; 
  top: -12px; 
  left: 40px; 
  padding: 0 3px; 
  background: #f0f0f0; 
  color: #8c8b8b; 
  font-size: 18px; 
}


hr.style17 {
	border-top: 1px solid #8c8b8b;
	text-align: center;
}
hr.style17:after {
	content: '§';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}


hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 
hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}


a.sociallinkblog img {
	height: 32px;
	width: auto;
}




.questions p span {
	font-weight: normal;
	color: orange;
	padding-left: 2px;
}




#occa-pageheader-event-st18 {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}

.occa-pagebody-questionnaire .singleanswer div, .occa-pagebody-questionnaire .multianswer div  {
    display: inline-block;
    width: 160px;
    height: 40px;
    border: 1px solid #b99d62;
    margin-right: 5px;
    padding-top: 10px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 5px;
}



.occa-pagebody-questionnaire .singleanswer div:hover, .occa-pagebody-questionnaire .multianswer div:hover{
	background: #b99d62;
	cursor: pointer;
}

.occa-pagebody-questionnaire .singleanswer div.active, .occa-pagebody-questionnaire .multianswer div.active {
	background: #b99d62;
	font-weight: bold;	
}

.onlyshownqs {
    border-radius: 5px;
    background-color: #b99d6224;
    padding: 5px;
    margin-top: 1em;	
}

.onlyshownqs p:first-child {
	margin-top: 0;
}

.addotherorg {
	margin-top: 1em;
	display: block;
}

.removethisotherorg {
	font-weight: normal;
	padding-left: 0.5em;
}

.onlyshownqs:first-child .removethisotherorg {
	display: none;
}

#surveyfeedback-loading{
	position: absolute;
  right: 140px;
}

form#surveyfeedback .buttons {

}



#occa-pageheader-event-elcfeb18 {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}



#occa-pageheader-event-managm18 {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}



#occa-pageheader-event-moss18 {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}



#occa-pageheader-event-midfeb18 {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}


form#editaccountdetails .addrtitle {
	font-weight: 500;
	padding-bottom: 5px;
}

form#editaccountdetails .addroptions label {
	font-weight: 300;
}

form#editaccountdetails .addroptions label, form#editaccountdetails .addroptions input {

}

form#editaccountdetails table.editaccountinfo  th {
	padding-right: 10px;
	padding-bottom: 5px;
}

table.editaccount tr.options td.addroptions {
	padding-bottom: 10px;
}

form#editaccountdetails th {
    width: 210px;
}

#occa-pageheader-event-wragm18 {
  float: right;
  margin-top: -10px;
  margin-right: -20px;	
}

#occa-header-expos {
	position: absolute;
  top: 30px;
  left: 355px;
}

.surfexlink img {
	height: 45px;
	width: auto;
	margin-right: 10px;	
}

.etcclink img {
	height: 45px;
	width: auto;
}

@media only screen and (max-width: 900px) {
	#occa-header-expos {
		position: absolute;
	  top: 30px;
	  left: 355px;
		max-width: 40%;
	}
	.surfexlink img {
		width: 48%;
		height: auto;
		margin-right: 10px;
	}

	.etcclink img {
		width: 48%;
		height: auto;
	}
}

@media (max-width: 575.98px) {
	#occa-header-expos {
    position: initial;
    top: initial;
    left: initial;
    display: block;
    clear: both;
    max-width: initial;
	}
	.surfexlink img {
		width: 47%;
		height: auto;
		margin-right: 4px;		
	}

	.etcclink img {
		width: 47%;
		height: auto;
	}	
}


.surfex-header-logo {
	position: absolute;
  top: 4px;
  left: 334px;
}

#occa-event-order input#behalf {
    display: inline;
    width: 25px;
    min-width: 25px;
    margin-right: 10px;
    top: 4px;
    position: relative;
}

.behalf label {
	font-weight: bold!important;
}

#myorders td {
	font-size: 14px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#myorders td li {
    padding-left: initial;
    text-indent: initial;
    font-size: 14px;
}

#myorders td li:before {
    /* font-weight: bold; */
    content: "";
}

#myorders tr:nth-child(even) {
	background-color: rgba(0,0,0,0.1);
}

.agmdownloads {
	display: inline-block;
	background-color: rgba(0,0,0,0.2);
	box-sizing: border-box;
	padding: 10px;
	border-radius: 5px;
  border-color: rgba(119, 119, 119, 0.5);
  border-width: 1px;
  border-style: solid;
}

body.newsevents .occa-pagebody .agmdownloads h4 {
	color: #000;
	margin-top: 0;
	margin-bottom: 0;
}

.accaction {
	display: table;
	margin: 0.5em 0;
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
	background-color: #b99d62;
	color: #000;
	border-radius: 3px;
}

.accaction:visited {
	color: #000;
}

input.commprefcb {
    display: inline;
    height: 25px;
    width: 25px;
    min-width: 25px;
    margin-right: 10px;
    top: 4px;
    position: relative;
    margin-bottom: 20px;
}

.occa-pagebody .editcommprefs td,.occa-pagebody .editcommprefs th {
  font-weight: 300;
  font-size: 20px;
  padding-right: 1em;
}

.occa-pagebody .editcommprefs label,.occa-pagebody .editcommprefs label {
  font-weight: 300;
  font-size: 20px;
}

.commprefs-buttons a {
    display: table;
    margin: 0.5em 0;
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    background-color: #b99d62;
    color: #000;
    border-radius: 3px;	
    text-align: center;
}

.commprefs-loading {
	display: none;
}


a.unsubscribe {
	background-color: #d8d8d8;
	color: #757575;	
}


span.ticketnote {
    font-size: 80%;
    font-weight: lighter;
    color: #bb362e;
}


.newsevents  blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
.newsevents  blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.newsevents  blockquote p {
  display: inline;
}



body.surfex #occa-pageheader {
    height: 335px;
}

#occa-pageheader-surfex {
	margin-top: 0;
  margin-right: -10px;
}

body.newsevents .occa-pagebody .eventsys-container-surcon-2018 strong {
	color: black;
}

.surcon-programme tr {
    border-bottom: 1px dotted #0000001f;
}

.surcon-programme td, .surcon-programme th  {
	padding-bottom: 1em;
}

.occa-pagebody table.surcon-programme th {
	font-weight: bold;
	vertical-align: top;
}

.surcon-programme-time {
    width: 128px;
}

.surcon-programme-chair {
	width: 140px;
}

.surfex-programme-session {
	text-align: center;
	padding: 1em;
}



body.newsevents .occa-pagebody .eventsys-container-national-agm-2018s strong {
	/*color: black;*/
}

.checkbox label {
	font-size: 90%;
	font-weight: bold;
}

ul.jobslist li {
	font-weight: bold;
}

form#editaccountdetails .billingaddr th, form#editaccountdetails .postaladdr th {
    width: initial;
}

form#editaccountdetails table.billingaddr tr th, form#editaccountdetails table.billingaddr tr td {
    display: block;
    text-align: left;
    width: initial;
}

form#editaccountdetails table.postaladdr tr th, form#editaccountdetails table.postaladdr tr td {
    display: block;
    text-align: left;
    width: initial;
}

table.comparetable {
	border: none;
	margin: 1em 0;
}

table.comparetable th, table.comparetable td {
    font-size: 12px;
    padding: 2px 3px;
}

tr.newsection {
	border-top: 1px solid #949494;	
}

table.timings td {
	border: 1px solid #00000029;
}

.seminarbioabstract {
	display: none;
}

.moss19-logo {
	cursor: pointer;
}

tr.special {
	background-color: yellow!important;
}

#membersareaadmin {
	border: 1px solid #bb362e;
	background-color: #bb362e;
	margin-bottom: 30px;
}

#membersareaadmin p.title {
    margin: 0;
    margin-left: 5px;
    margin-bottom: 2px;
    color: #fff;
}

#membersareaadmin a {
	margin-bottom: 0;
}

#membersareaadminlinks {
	width: 100%;
	background-color: white;
}

#membersareaadminlinks a {
	color: #000;
	padding: 2px;
	display: inline-block;
	width: 19.5%;
	text-align: center;
	vertical-align: top;
}

#membersareaadminlinks a img {
	width: 100%;
}

.importresult {
    border: 1px solid black;
    font-size: 75%;
    background-color: #e2e2e2;
    display: inline-block;
    padding: 5px;	
}

span.approved {
    padding: 5px;
    display: inline-block;
    background-color: #1db31d;
    color: white;
    /* font-weight: bold; */
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;
}

span.disputed {
    padding: 5px;
    display: inline-block;
    background-color: #f32712;
    color: white;
    /* font-weight: bold; */
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;
}

span.disputed_paid {
    padding: 5px;
    display: inline-block;
    background-color: #d339ef;
    color: white;
    /* font-weight: bold; */
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;
}

span.pending {
    padding: 5px;
    display: inline-block;
    background-color: #efa639;
    color: white;
    /* font-weight: bold; */
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;
}

span.pendingmore {
    padding: 5px;
    display: inline-block;
    background-color: #1db31d;
    color: white;
    /* font-weight: bold; */
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;
}

span.paid {
    padding: 5px;
    display: inline-block;
    background-color: #3969ef;
    color: white;
    /* font-weight: bold; */
    border-radius: 5px;
    margin-left: 5px;
    /* cursor: pointer; */
}

.pas th {
    background-color: #bb362e;
    color: white;
    padding: 5px;
}

.pas tr:nth-child(odd) {
	background-color: #bb362e12;
}

.pasrow {
	cursor: pointer;
}

.pas input[type=button]:hover {
	text-decoration: underline;
}

#pascommentbox {
    border: 1px solid #949494;
    width: 60%;
    height: 80px;	
}

.pas input.comment {
    padding: 5px;
    display: inline-block;
    background-color: #ff9800;
    color: white;
    /* font-weight: bold; */
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;
    border: none;
}

.pas input[type=button]:disabled {
	background-color: #bdbdbd;
}

.pas input.approve {
    padding: 5px;
    display: inline-block;
    background-color: #1db31d;
    color: white;
    /* font-weight: bold; */
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;
    border: none;
}

.pas td {
    padding: 5px;
}

.pascomment {
	border-bottom: 1px solid #d4d4d4;
   margin: 0.5em 0;	
}

.pascommentauthor {
color: #bb362e;
    background-color: #e0e0e0;
    display: inline-block;
    border-radius: 3px;
    padding: 4px;
    font-size: 80%;
    margin-bottom: 0.25em;	
}

.pascommentbody.commentapproval {

}

.togglelegend {
	margin: 0 0;
}

.paslegend {
	margin: 1em 0;
}

table.restables-clone {
    display: none;
}

@media (max-width: 991px) {
    table.restables-origin {
        display: none;
    }
    
    table.restables-clone {
        display: table;
        border: none;
    }
    
    table.restables-clone td {
    	border: 1px solid black;
    }
    
    table.restables-clone tbody {
			border: 2px solid #bb362e;
    }
}

.agm19img {
	width: 460px;
}

#mobile-backtotop {
	display: none;
}

#mobile-home-top {
	display: none;
}

#mobile-home-bottom {
	display: none;
}

#mobile-eventtypes {
	display: none;	
}

a.mobilehome {
	display: block;
	padding: 1vw 2vw;
	color: white;
	font-weight: 700;
	font-size: 5vw;	
	margin-top: 3vw;
	margin-bottom: 3vw;	
}

a.mobilebacktotop {
	display: block;
	padding: 1vw 2vw;
	color: white;
	font-weight: 700;
	font-size: 5vw;	
	margin-top: 3vw;
	margin-bottom: 3vw;		
	background-color: #4d4d4d;
}

#uk-map-mobile {
	display: none;
}

#international-map-mobile {
	display: none;
}

.doc-download {
  border: 1px solid grey;
  border-radius: 3px;
  padding: 12px;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(0,0,0,0.05);
}

.doc-download a {
	font-weight: bold;
	font-size: 30px;
}

.doc-download a img {
  width: 50px;
  height: auto;
  vertical-align: middle;
}

.home-roller {
	float: right;
}

.redactor-toolbar li:before {
    color: initial!important;
    font-weight: initial!important;
    content: ""!important;
}

.awards h4 {
	cursor: pointer;
}

.section-name {
	cursor: pointer;
}

.branch-name {
	cursor: pointer;
}

.internationalinfoitem {
	cursor: pointer;
}

.eventorders thead tr th {
    font-weight: bold;
    color: white;
    padding: 3px 5px;
}

.eventorders thead tr {
    background-color: #bb362e;
}

.event-table-yesno {
    table-layout: fixed;
    width: 100%;
}

.event-table-yesno td {
	width: 50%
}

.responsive-table thead th {
	padding: 5px;
}

.responsive-table thead tr {
	background-color: #eaeaea;
}

.responsive-table tbody tr:nth-child(even) {
	background-color: #23232308;
}

.responsive-table tbody td {
	  font-weight: 300;
    font-size: 20px;
    padding: 5px;
    background-color: #23232308;
    word-break: break-all;
    border: 5px solid white;
}

.occa-calendar {
 
position: relative; padding-bottom: 100%; height: 0; overflow: hidden;
 
}
 
.occa-calendar iframe {
 
position: absolute; top:0; left: 0; width: 100%; height: 100%;
 
}

body.ocs #occa-pageheader {
	height: 320px;
}

form#moseminar16downloads p {
    /* display: inline-block; */
    border: 1px solid #0000002b;
    padding: 10px;
    max-width: 222px;
}

form#moseminar16downloads p img {
    /* width: 100px; */
    display: block;
}


.paymentorderdetails thead th {
	padding: 5px;
}

.paymentorderdetails thead tr {
	background-color: #eaeaea;
}

.paymentorderdetails tbody tr:nth-child(even) {
	background-color: #23232308;
}

.paymentorderdetails tbody td {
	  font-weight: 300;
    font-size: 20px;
    padding: 5px;
    background-color: #23232308;
    word-break: break-all;
    border: 5px solid white;
}

.badge-details th {
	padding-right: 20px;
}

.mailshots thead th {
	padding: 5px;
	font-size: 14px;
}

.mailshots thead tr {
	background-color: #eaeaea;
}

.mailshots tbody tr:nth-child(even) {
	background-color: #23232308;
}

.mailshots tbody td {
	  font-weight: 300;
    font-size: 14px;
    padding: 5px;
    background-color: #23232308;
    border: 5px solid white;
}

.mailshots .mslist li:before  {
	content: "";
}

.mailshots .mslist li {
    padding-left: 0;
    text-indent: 0;
    font-size: 14px;
}

.mailshots .mslist  {
	list-style-type: none;
}

.mailshots .mslist li label {
	font-weight: 300;
}

.mailshots .mslist li input {
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.email-preview-container {

}

.email-preview {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;	
}

.intranetform label {
	font-size: 18px;
	margin-right: 10px;
}

.intranetform select {
	margin-right: 10px;
}

.existingcontacts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.existingcontact strong {
	color: #000!important;
}

.existingcontact {
    border: 2px solid #0000004d;
    font-size: 70%;
    cursor: pointer;
    margin: 0.5em;
    display: block;
    padding: 0.5em;
    word-break: break-all;
}

.existingcontact:hover {
	background-color: #b99d62;
}

.existingcontact-actions {
		
}

.existingcontact-actions a {
	display: block;
	font-size: 110%;
}

.createnewcontact {
	margin: 1em 0;	
}

.classcol {
    width: 33.3%;
}

.profregtable {
    display: flex;
}

.classcol li span {
    float: right;
    margin-right: 1em;
    text-align: left;
    width: 60px;
    box-sizing: border-box;
}

.occa-pagebody .classcol li {
    padding: 0;
    text-indent: 0;
}

.occa-pagebody .classcol li:before {
	content: "";
}

.profregtable.print td {
  font-size: 12pt;
  color: #414042;
  font-family: "Myriad Pro";
  vertical-align: top;
}

/* RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES  */
/* RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES  */
/* RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES  */
/* RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES  */
/* RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES  */
/* RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES  */
/* RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES  */
/* RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES  */
/* RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES  */
/* RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES  */
/* RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES  */
/* RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES  */
/* RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES  */
/* RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES  */
/* RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES  */
/* RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES RESPONSIVE STYLES  */


/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
	
	#occa-event-order input[type=checkbox],#occa-event-order input#behalf {
		width: 25px;
		height: 25px;
		margin-right: 0.25em;
    margin-bottom: 0.25em;		
	}
	
	.existingcontacts {
	    grid-template-columns: 1fr 1fr;
	}	
	
	.sociallinkcal {
		display: none;
	}

	#occa-nav ul li a.partners {
		padding-top: 1.2vw;
		line-height: 4.8vw;
	}
	
	#occa-nav ul li a.ocs {
		padding-top: 1.2vw;
		line-height: 4.8vw;
	}	

	html body {
		width: 100%;
		margin: 0;
	}
	
	body.home div.occa-pagebody-home {
		display: none;
	}

	#occa-header {
			width: 100%;
	}

	#occa-pageheader {
			width: 100%;
			height: auto;
			text-align: center;
			margin-top: 10px;
			clear: both;
	}

	#occa-footer {
		width: 100%;
	}

	#occa-container {
		width: 100%;
	}

	#occa-nav {
		display: none;
	}

	body.home #occa-nav {
		display: block;
	}

	#occa-nav {
		margin-top: 10px;
	  height: auto;
	  clear: both;
	}


	#occa-nav ul li a {
	    margin-left: 0;
	    margin-bottom: 2vw;
	    width: 48.7%;
	    height: 12vw;
	    padding-top: 2.5vw;
	    font-weight: 700;
	    font-size: 5.5vw;	
	}

	#occa-nav ul li:nth-child(even) a {
		margin-left: 2vw;
	}





	#occa-header-logo {
	    float: left;
	    width: 47%;
	    height: auto;
		margin-top: 1vw;
	    margin-left: 1%;	
	}

	#occa-memberbar {
	    position: initial;
	    top: initial;
	    right: initial;
	    width: 49%;
	    float: left;
	    clear: none;
	    text-align: left;
	    font-size: 4vw;
	    margin-top: 4vw;
	    margin-right: 0;
	    margin-bottom: 0;
	    margin-left: 0;
	}

	#occa-header-social {
	    float: right;
	    text-align: right;
	    margin-right: 1%;
	    width: 47%;
		margin-top: 0;
	    position: initial;
	    height: auto;
	}

	#occa-header-social #members-area-button {
	    width: initial;
	    height: initial;
	    color: #ffffff;
	    font-weight: 900;
	    font-size: 16px;
	    text-align: center;
	    display: inline-block;
	    margin-right: 0;
	    margin-top: 3vw;
	    padding: 2vw 2.5vw;
	}

	#occa-header-social a {
		float: none;	
		    margin-right: 2px;	
	}

	a.sociallink img {
		width: 12vw;
	    margin-right: 1.5vw;
	    height: auto;	
	}

	#occa-header-social a:nth-of-type(3) img {
		margin-right: 0;	
	}

	#occa-header:after, #occa-nav:after {
	    content: "";
	    display: table;
	    clear: both;
	    margin-bottom: 10px;
	}

	.occa-pagebody img {
		max-width: 100%;
	    height: auto;
	}

	body.contact #occa-pageheader {
		width: 100%;
		height: auto;
	}

	#occa-pageheader-contact {
			width: 100%;
			height: auto;
	}

	#contact-boxes {
		width: 100%;
		clear: both;
	}

	.contact-box {
	    width: 100%;
	    float: none;
	    margin-bottom: 10px;
	}

	.occa-pagebody {
		padding: 20px 0;
	}

	#contactusform {
	    width: 100%;
	}

	#contactusform input[type=text] {
		width: 100%;
	}

	#contactusform textarea {
		    width: 100%;
	}

	#submitcontactus {
		width: initial;
	}

	#submitcontactus a {
	    font-weight: 700;
	    font-size: 20px;
	    padding: 6px 12px;
	}

	#links-occa, #links-other {
		width: 100%;
		float: none;
	}

	div.link-image {
	    float: right;
	    width: 30%;
	}

	#uk-map {
		display: none;
	}

	#uk-sections {
	    float: none;
	    width: 100%;
	}

	#uk-groups {
	    float: none;
	    width: 100%;
	}

	.section-box, .branch-box {
		    width: 100%;
	}

	.occa-pagebody div.upcoming-event {
		width: 100%;
	}

	#membersareanews {
		width: 100%;
	}

	#membersareahome {
			width: 100%;
	}

	table#digitalsci {
		width: 100%;
	}

	#occa-pageheader h1 {
		clear: both;
	}

	#occa-pageheader-membership {
		float: none;
		margin-top: 10px;
		margin-right: 0;
		width: 100%;
		height: initial;
	}
	
	#occa-pageheader-profreg {
		float: none;
		margin-top: 0;
		margin-right: 0;
		width: 100%;
		height: initial;	
	}
	
	#occa-pageheader-profreg {
		/*background-color: #07203e;*/
	}

	div.section-details,  div.branch-details, div.contact-details, .occa-pagebody div.event-details {
	    font-size: 5vw;
	}

	div.section-name, div.branch-name, div.contact-position, .occa-pagebody div.event-date {
		font-size: 6vw;
	}

	body.international .occa-pagebody div.internationalbox h4, body.regions .occa-pagebody div.internationalbox h4 {
		font-size: 6vw;
	}

	.occa-pagebody div.event-title, .occa-pagebody div.event-venue {
		font-size: 5vw;
	}

	body.international .occa-pagebody div.internationalinfo, body.regions .occa-pagebody div.internationalinfo { 
			font-size: 5vw;
	}

	form#contactusform label {
	    font-size: 6vw;
	    font-weight: 500;	
	}

	#contactusform input[type=text] {
		height: 8vw;
		font-size: 6vw;
	}

	form#signin label {
	    /*font-size: 5vmin;*/
	    font-size: 1.8rem;
	    font-weight: 500;	
	    display: inline;
	}

	form#signin input[type=text],form#signin input[type=password] {
		/*height: 8vmin;
		font-size: 6vmin;*/
		font-size: 2rem;
	}

	form#signin #rememberme {
		    min-width: 1.5rem;
	    min-height: 1.5rem;
	}

	form#signin #request-membership-number {
		font-size: 1rem;
		display: block;
	}

	form#signin #popup-forgotpass {
		font-size: 1.5rem;	
		display: block;
	}

	.popup-buttons a {
	    font-size: 2rem;
	    width: initial;
	    height: initial;
	    padding: 0.5rem 1.5rem;
	    font-weight: 500;	
	}

	#international-map img {
		display: none;
	}

	div.internationalbox {
		position: initial;
		margin-bottom: 4vw;	
	}



	#occa-container {
		padding: 3vw;
	}

	#mobile-home-top {
		display: block;
	}

	#mobile-home-bottom {
		display: block;
	}



	#mobile-backtotop {
		display: block;
	}



	body.home #mobile-backtotop {
		display: none;	
	}

	.occa-pagebody li {
	    padding-left: 5vw;
	}

	#occa-pageheader {
		padding: 0;	
	}

	#occa-pageheader h2 {
		padding: 3vw;	
	}

	#occa-pageheader-newsevents {
		margin: 0;
		padding: 0;
		float: none;
		width: 100%;
		height: initial;
	}
	
	#occa-pageheader-privacypolicy {
	    float: right;
    	margin: 0;
    	width: 100%;
    	height: initial;
  }
  
  .privacypolicy #occa-pageheader {
  	height: initial;
  }

	#occa-pageheader h1 {
	    font-size: 9vw;
	    text-align: center;
	    margin-top: 2vw;
		color: #4d4d4d;	
	    margin-bottom: 0;	
	}

	#occa-pageheader h2 {
	    text-align: center;
	    font-size: 4.5vw;
	    font-weight: 300;	
		color: #4d4d4d;
	    margin-top: 0;		
	}

	#occa-pageheader-homepage {
		float: none;
	}

	#occa-pageheader-aboutocca {
	    float: right;
	    margin: 0;
	    width: 100%;
	    height: initial;
	}

	#occa-pageheader {
		position: relative;
	}

	#occa-pageheader-awards {
		margin: 0;
		float: none;
		content: url('../images/pageheader-awards-mobile.jpg');
		width: 100%;
		height: auto;
	}

	body.awards #occa-pageheader h1 {
	    color: #fff;
	    position: absolute;
	    top: 10vh;
	    left: 20px;
	    font-size: 7vw;
	}

	body.awards #occa-pageheader h2 {
	    color: #fff;
	    position: absolute;
	    top: 18vh;
	    left: 20px;
	    text-align: left;
	    padding: 0;
	    width: 58vw;
	}

	body.awards .occa-pagebody div.awardinfo{
		display: none;
	}

	body.awards .occa-pagebody h4 {
	    background-color: #df4296;
	    color: #fff;
	    margin: 1vh 0;
	    padding: 1vw;
	    text-align: center;
	    font-weight: 500;
	}

	#events-eventtypes {
		display: none;
	}

	#mobile-eventtypes {
		display: block;	
	}

	#mobile-eventtypes a {
	    background-color: #02b29c;
	    display: inline-block;
	    width: 46vw;
	    color: #fff;
	    font-size: 6vw;
	    text-align: center;
	    margin-bottom: 2vw;
	    padding: 1vh 2vw;
	}

	#mobile-eventtypes a:nth-of-type(even) {
		margin-left: 1vw;	
	}

	.upcoming-event {
		display:none;
	}

	.mobile-hide {
		display: none;
	}

	#corp-sponsors {
		text-align: center;	
	}

	.membership-types {
		margin-left: 0;	
		margin-bottom: 2em;
	}

	.membership-types .membershiptype {
		display: none;
	}

	.membership-types h4 img {
		display: none;
	}

	body.membership .occa-pagebody h4.membership-student {
	    background-color: #fb943c;
		color: #fff;
	}

	body.membership .occa-pagebody h4.membership-ordinary {
	    background-color: #2270b1;
		color: #fff;	
	}

	body.membership .occa-pagebody h4.membership-professional {
	    background-color: #008d4c;
		color: #fff;	
	}

	body.membership .occa-pagebody h4.membership-retired {
	    background-color:  #7f3f98;
		color: #fff;	
	}

	body.membership .occa-pagebody h4.membership-honorary {
	    background-color:  #bb362e;
		color: #fff;	
	}

	body.membership .occa-pagebody h4 {
	    font-size: 18px;
	    font-weight: 500;
	    padding: 1vw 2vw;
	    margin: 2vw 0;
	}

	body.membership .occa-pagebody .membership-types .membershiptype p {
		margin-top: 1vh;	
	}

	#occa-pageheader-publications {
	    float: none;
	    margin: 0;
	    width: 100%;
	    height: auto;
	}

	.section-details {
		display: none;	
	}

	.branch-details {
		display: none;
		
	}

	#uk-container {
		min-height: initial;
	}



	#uk-map-mobile {
		display: block;
	}

	#uk-map-mobile img {
		width: 100%;	
	}



	#international-map-mobile {
		display: block;
	}

	#international-map-mobile img {
		width: 100%;	
	}

	table.monographs {
		width: 100%;
	}

	form#editaccountdetails label {
		display: block;
	}

	form#editaccountdetails input {
		display: block;
	}

	form#editaccountdetails .buttons {
	    margin: 0;
	    padding: 0;
	    text-align: left;
	    margin-top: 3vw;
		width: 100%;
	}



	form .buttons a {
	    background-color: #b99d62;
	    color: #ffffff;
	    padding: 6px 12px;
	    text-align: center;
	    display: inline-block;
	    margin-right: 0;
	    font-weight: 900;
	    font-size: 26px;	    
	    margin-left: 0;
	    margin-top: 20px;
	}

	#editaccount-result { 
		width: 100%;	
	}

	#editaccount-loading {
	    position: absolute;
	    right: 250px;
	    top: 4px;
	}

	a.membersarea-account img {
		content:url('../images/my-account-mobile.jpg');	
	}

	div#membersareahome a.membersarea-account {
	    margin-right: 0;
	}

	a.membersarea-publications img {
		content:url('../images/my-publications-mobile.jpg');	
	}

	div#membersareahome a.membersarea-publications {
	    margin-right: 0;
	}

	a.membersarea-forum img {
		content:url('../images/my-forum-mobile.jpg');	
	}

	div#membersareahome a.membersarea-forum  {
	    margin-right: 0;
	}

	a.membersarea-document-library img {
		content:url('../images/my-document-library-mobile.jpg');	
	}

	div#membersareahome a.membersarea-document-library  {
	    margin-right: 0;
	}

	a.membersarea-events img {
		content:url('../images/my-events-mobile.jpg');	
	}

	a.membersarea-profreg img {
		content:url('../images/prof-reg-mobile.jpg');	
	}	

	a.membersarea-webinars img {
		content:url('../images/my-weekly-webinars-mobile.jpg');	
	}		

	div#membersareahome a.membersarea-profreg  {
	    margin-right: 0;
	}

	div#membersareahome a.membersarea-webinars  {
	    margin-right: 0;
	}	

	div#membersareahome a.membersarea-events {
	    margin-right: 0;
	}

	.occa-pagebody-questionnaire .slider {
		width: 100%;	
	}

	.occa-pagebody-questionnaire .likleyhood div {
	    display: inline-block;
	    width: 45vw;
	    height: 40px;
	    border: 1px solid #b99d62;
	    margin-right: 2vw;
	    margin-bottom: 2vh;
	    text-align: center;
	    box-sizing: border-box;
	    padding-top: 10px;
	}

	.occa-pagebody-questionnaire .comments, .occa-pagebody-questionnaire .commentex {
		width: 100%;	
	}

	form#lunch15feedback .buttons {
		width: 100%;	
	}

	div#lunch15feedback-result {
		width: 100%;	
	}

	div#lunch15feedback-result {
		width: 100%;
	}

	table#invoice-details th,table#invoice-details td {
		display: block;
	}

	table#misc-details th,table#misc-details td {
		display: block;
	}

	#occa-event-order textarea {
		width: 100%;
	}

	table#invoice-details {
		width: 100%;
	}

	#occa-event-order input, #occa-event-order select {
		width: 100%;
		height: initial;
	}

	#occa-event-order input.qtyminus, #occa-event-order input.qtyplus {
		width: 30px;
		height: 30px;
	}

	#event-payment-buttons a {
		margin-bottom: 15px;
	}

	#occa-event-order input#tcagreed {
	  min-width: 25px;
		min-height: 25px;
	}

	#occa-event-order input.quantity {
		width: 40px;
	}

	#occa-pageheader-event-bs16 {
	    float: none;
	    margin-top: 0;
	    margin-right: 0;
	}

	#occa-pageheader.event-moew17 {
		    height: auto;
	}

	#occa-pageheader-event-bs16 {
		width: 100%;
		height: auto;
	}

	#occa-pageheader-event-griffin16 {
	    float: none;
	    margin-top: 0;
	    margin-right: 0;
	}

	#occa-pageheader-event-griffin16 {
		width: 100%;
		height: auto;
	}


	div#burns16-blueblock img {
	  display: block;
	  float: none !important;
	  text-align: center;
	  margin: 20px 0;
	}

	div#burns16-download {
		width: initial;
	}

	#occa-pageheader-event-moss16 {
	    float: none;
	    margin-top: 0;
	    margin-right: 0;
	}

	#occa-pageheader-event-moss16 {
		width: 100%;
		height: auto;
	}

	#occa-pageheader-event-moss17 {
	    float: none;
	    margin-top: 0;
	    margin-right: 0;
	}

	#occa-pageheader-event-moss17 {
		width: 100%;
		height: auto;
	}

	#occa-pageheader-event-agm16, #occa-pageheader-event-agm17 {
	    float: none;
	    margin-top: 0;
	    margin-right: 0;
	}

	#occa-pageheader-event-agm16,#occa-pageheader-event-agm17 {
		width: 100%;
		height: auto;
	}

	#occa-pageheader-event-magm16 {
	    float: none;
	    margin-top: 0;
	    margin-right: 0;
	}

	#occa-pageheader-event-magm16 {
		width: 100%;
		height: auto;
	}

	#occa-pageheader-event-magm17 {
	    float: none;
	    margin-top: 0;
	    margin-right: 0;
	}

	#occa-pageheader-event-magm17 {
		width: 100%;
		height: auto;
	}

	#occa-pageheader-event-msmw17 {
			width: 100%;
	    float: none;
	    margin-top: 0;
	    margin-right: 0;	
	}

	a#membersareabanner {
		width: 100%;
	  height: initial;
	  display: block;
	  text-align: center;
	}

	a#membersareabanner img {
		float: none;
	}

	a#membersareabanner > div#membersareabanner-info {
		text-align: left;
		float: none;
		width: initial;
	}

	.popup-container {
		width: 90%;
		max-width: 500px;
	}

	#occa-pageheader-event-mocs16 {
	    float: none;
	    margin-top: 0;
	    margin-right: 0;
		width: 100%;
		height: auto;    
	}

	#agmattendance textarea {
		width: 100%;
	}


	#agmattendance label {
		
	}

	#agmattendance input {
		
	}

	form#agmattendance th { 
		width: 30%;
		padding-right: 10px;
	}

	form#agmattendance .buttons { 
		width: 100%;
	}

	form#agmattendance .buttons {
		width: 100%;
	}
	form#agmattendance .buttons #saveagmattendance { 
		width: 100%;
	}

	#agmbutton {

	}

	#jobsbutton {
	    top: 0;
	    left: 0;
	    clear: both;
	    float: none;
	    display: block;
	    position: relative;
	    margin-top: 1em;
	    padding: 0.3em;
	    font-weight: bold;
	    font-size: 22px;
	}

	.occa-event-griffin  img {
		float: none !important;
		text-align: center !important;
		display: block !important;
	}

	#occa-pageheader-ocs {
		margin: 0;
		padding: 0;
		float: none;
		width: 100%;
		height: initial;
	}

	.ocs-testimonial {
		display: block;
		width: initial;
		margin: 0;
	}

	.ocs-sponsorbox.large {
		width: 90%;
		height: 180px;
	}

	.ocs-sponsorbox {
	    width: 80%;
	    height: 140px;
	}

	.ocs-sponsors-showcase{
		text-align: center;
	}


	.eventsys-categories a {
	    width: 45%;
	    margin-right: 1em;
	    margin-bottom: 1em;
	}

	.eventsys-listing-left {
		float: none;
	    display: block;
	    width: 100%;	
	    height: initial;
	    max-width: 100%;
	}

	.eventsys-listing-right {
		    float: none;
	    display: block;
	    width: 100%;
	    /*height: initial;*/
	    max-width: 100%;
	}

	.eventsys-listing {
		   position: relative;
	    margin-bottom: 2em;
	    font-weight: 300;
	    padding-bottom: 1em;
	    color: #969696;
	    border-bottom: 5px solid #02b29c;
	}

	.eventsys-info-left {
	    width: 100%;
	    display: block;
	    float: none;	
	    height: initial;
	}

	.eventsys-info-right {
	    width: 100%;
	    display: block;
	    float: none;	
	    height: initial;
	}

	.eventsys-info {
		margin-bottom: 1em;
		display: flex;
    flex-direction: column-reverse;		
	}

	.eventsys-categories {
		text-align: center;
		margin-bottom: -1em;
	}

	.eventsys-categories a:nth-child(even) {
		margin-right: 0;
	}


	#event-register {
		margin-left: 0;
	}

	#event-buttons a {
		display: block;
		margin-top: 10px;
	}

	.programme-summary img {
		max-width: 150px;
	}

	#occa-pageheader-event-wms17 {
	    float: none;
	    margin-top: 0;
	    margin-right: 0;
		width: 100%;
		height: auto;    
	}

	#occa-pageheader-event-wmwst17 {
	    float: none;
	    margin-top: 0;
	    margin-right: 0;
		width: 100%;
		height: auto;    
	}

	#occa-pageheader-event-mset17 {
	  float: none;
	  margin-top: 0;
	  margin-right: 0;
		width: 100%;
		height: auto;    
	}

	#occa-pageheader-event-mmnl17evo {
	  float: none;
	  margin-top: 0;
	  margin-right: 0;
		width: 100%;
		height: auto;    
	}

	#occa-pageheader-event-mmix17 {
	  float: none;
	  margin-top: 0;
	  margin-right: 0;
		width: 100%;
		height: auto;    
	}

	#occa-pageheader-event-sd18 {
	  float: none;
	  margin-top: 0;
	  margin-right: 0;
		width: 100%;
		height: auto;    
	}

	a.sociallinkblog img {
		width: 40vw;
		margin-bottom: 0.5em;
	    margin-right: 1.5vw;
	    height: auto;	
	}

	body.blog #occa-pageheader {
	    height: auto;
	}

	#occa-pageheader-event-st18 {
	  float: none;
	  margin-top: 0;
	  margin-right: 0;
		width: 100%;
		height: auto;    
	}

	.occa-pagebody-questionnaire .singleanswer div, .occa-pagebody-questionnaire .multianswer div {
	    display: inline-block;
	    width: 45vw;
	    height: 40px;
	    border: 1px solid #b99d62;
	    margin-right: 2vw;
	    margin-bottom: 2vh;
	    text-align: center;
	    box-sizing: border-box;
	    padding-top: 10px;
	}

	form#surveyfeedback .buttons {

	}

	.occa-pagebody-questionnaire .onlyshownqs .singleanswer div, .occa-pagebody-questionnaire .onlyshownqs .multianswer div {
		width: 40vw;
	}

	#occa-pageheader-event-elcfeb18 {
	  float: none;
	  margin-top: 0;
	  margin-right: 0;
		width: 100%;
		height: auto;    
	}

	#occa-pageheader-event-managm18 {
	  float: none;
	  margin-top: 0;
	  margin-right: 0;
		width: 100%;
		height: auto;    
	}

	#occa-pageheader-event-moss18 {
	  float: none;
	  margin-top: 0;
	  margin-right: 0;
		width: 100%;
		height: auto;    
	}

	#occa-pageheader-event-midfeb18 {
	  float: none;
	  margin-top: 0;
	  margin-right: 0;
		width: 100%;
		height: auto;    
	}

	form#editaccountdetails label.options, form#editaccountdetails input.options {
		display: initial;
		font-weight: 300;
	}

	table.editaccount {
		width: initial;
	}

	table.editaccount tr, table.editaccount th, table.editaccount td {display: block; text-align: left; width: initial;}

	#occa-pageheader-event-wragm18 {
	  float: none;
	  margin-top: 0;
	  margin-right: 0;
		width: 100%;
		height: auto;    
	}

	.surfex-header-logo {
	    position: initial;
	    /* top: 4px; */
	    /* left: 334px; */
	    /* margin-top: 10px; */
	    display: block;
	    padding-top: 10px;
	    clear: both;
	    text-align: center;
	}

	table#digitalsci td:nth-child(3) {
	    display: none;
	}

	table#digitalsci td:nth-child(1) {
	    width: 40%;
	    vertical-align: top;
	}

	table#digitalsci td:nth-child(2) {
	    padding-left: 5px;
	}

	table.agminfo tr:nth-child(1) td:nth-child(2) {
		
	}

	table.agminfo td, table.agminfo p   {
		font-size: 14px;
	}

	#occa-header-social a.surfexlink {
	    height: 60px;
	    display: block;
	}

	#occa-header-social a.surfexlink img {
		width: 100%;
	}

	#occa-pageheader-surfex {
		margin: 0;
		padding: 0;
		float: none;
		width: 100%;
		height: initial;
	}

	body.surfex #occa-pageheader {
		height: initial;
	}

	.surcon-programme td, .surcon-programme th {
		display: block;
		padding: 0;
	}

	.surcon-programme th {
		padding-top: 0.5em;
	}

	.surcon-programme td {
		padding-bottom: 0.5em;
	}

	.surcon-programme td:last-of-type {
		display: none;
	}

	#occa-header-social a.surfexlink {
		display:none;
	}

	#occa-memberbar {
		margin-bottom: 1em;
	}

	.eventsys-listing-right {
		height: initial;
	}

	.eventsys-listing-readmore { 
		position: initial;
	}

	.pasinvoicelist .duedate {
		display: none;
	}

	.pasinvoicelist .date {
		display: none;
	}

	body.surfexbursary #occa-pageheader {
		height: auto;
	}

	#occa-pageheader-surfexbursary {
	     float: none;
	    margin: 0;
	    width: 80%;
	    height: initial;
	}

	.home-roller {
		float: none;
		width: 100%;
	}
		
	.occa-pageheader {
		width: 100%;
		height: auto;
	}
	
	.occa-navpagehead {
		flex-direction: column-reverse;
	}
	
	.internationalcontactpopup {
		position: initial;
	  background: #e3e3e3;
	  width: initial;
	  z-index: initial;
	  border: initial;
	  top: initial;
	  margin-bottom: 1em;
	  font-weight: normal;
	}	
	
	.bold {
		font-weight: bold;
	}
	
	body.ocs #occa-pageheader {
		height: initial;
	}
	
	#seminarfeedback img {
		width: 100%;
	}
	
	.occa-pagebody .eventorders td {
		font-weight: 300;
    font-size: 4vw;		
    word-break: break-all;
	}	
	
	.occa-pagebody .eventorders li {
		font-weight: 300;
    font-size: 4vw;		
    word-break: break-all;
	}		
	
	.membership h4 {
		cursor: pointer;
	}
	
	.signup .home-details  th, .signup .home-details  td {
    display: block;
	}
	
	.signup .work-details  th, .signup .work-details  td {
    display: block;
	}	
	
	.signup .home-details, .signup .work-details {
		width: 100%;
		max-width: 100%;
		display: block;
	}
	
	.signup .home-details tbody, .signup .home-details thead, .signup .home-details tr,  .signup .work-details tbody, .signup .work-details thead, .signup .work-details tr {
		display: block;
	}	
	
	.paymentorderdetails {
		width: 100%;
	}
	
  .paymentorderdetails thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .paymentorderdetails tr {
    border-bottom: 3px solid #ddd;
    display: block;
  }
  
  .paymentorderdetails td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
    width: 100%;
  }
  
  .paymentorderdetails td::before {
    content: attr(data-label);
    float: left;
    font-weight: 500;
  }
	
	.badge-details  th,  .badge-details  td {
    display: block;
	}
	
	
	.badge-details {
		width: 100%;
		max-width: 100%;
		display: block;
	}
	
	.badge-details tbody, .badge-details thead, .badge-details tr {
		display: block;
	}	
	
	.occa-pagebody div.downloads-float {
	    float: none;
	    width: 100%;
	    display: block;
	    margin: 0;
	}		
	
	.agm17-float {
		float: none;
		width: 100%;
	}
	
	.eventgriffin img {
		width: 100%!important;
		float: none!important;
		margin: 1em 0!important;
		padding: 0!important;
	}
	
	#pascommentbox {
		width: 100%;
	}
	
	.pas input.comment, .pas input.approve  {
		margin: 0.5em 0;
	}
	
	.mailshots {
		width: 100%;
	}
	
  .mailshots thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .mailshots tr {
    border-bottom: 5px solid #ddd;
    display: block;
    margin-bottom: 1em;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  
  .mailshots td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
    width: 100%;
  }
  
  .mailshots td::before {
    content: attr(data-label);
    float: left;
    font-weight: 500;
  }	
  
  .email-preview {
		border: 1px solid #2323231c;  	
  }
  
	.email-preview table {
		min-width: initial!important;
	}

	.email-preview table table td {
		width: initial!important;
	}  
	
	.email-preview img {
		max-width: 100%;
		height: auto;
	} 	
	
	.profregtable {
		flex-direction: column;
	}
	
	.classcol {
		margin-bottom: 1em;
    width: 100%;
	}	
	
	#membersareaadminlinks a {
		width: 32%;
	}

	a.signup-now {
		position: initial!important;
		top: initial!important;
		right: initial!important;
		display: inline-block;
		margin: 0.25em 0;
	}
	


	#occa-footer-links {
		position: initial;
		bottom: initial;
		right: initial;
		clear: both;
		margin-top: 1em;
		padding-top: 0.5em;
		font-size: 14px;
	}

} /* END BREAKPOINT */


@media (min-width: 576px) and (max-width: 768px) {

	#occa-pageheader h2 {
		font-size: 4vw;
	}	
	
	#occa-pageheader img {
    max-width: 35%;
    height: auto;		
	}
	

	#links-occa, #links-other {
	   width: 100%;
	   float: none;
	}



	
} /* END BREAKPOINT */

@media (min-width: 575.98px) {
	


	.existingcontacts {
	    grid-template-columns: 1fr 1fr 1fr;
	}		
	
	#occa-container {
		width: 100%;
	}
	
	#occa-footer {
    width: 100%;
    max-width: 960px;
  }	
	
	#occa-header {
		height: 110px;
	}
	
	#occa-nav ul li a {
	    float: none;
	    margin-left: 4px;
	    min-width: 100px;
	    width: initial;
	    height: initial;
	    color: #ffffff;
	    font-weight: 300;
	    font-size: 18px;
	    text-align: center;
	    display: inline-block;
	    padding: 6px;
	    margin-bottom: 5px;
	}	
	

	
	#occa-nav {
	    margin-top: 24px;
	    height: auto;
	    text-align: center;
	}	
	
	#occa-pageheader {
		width: 100%;
	}
	
	.eventsys-categories {
		text-align: center;
	}
	
	.eventsys-categories a {
	    width: 22%;
	    max-width: 210px;
	    margin-right: 10px;
	}	
	
	.eventsys-categories a:last-of-type {
		margin-right: 0;
	}
	
	#occa-pageheader img {
    max-width: 35%;
    height: auto;		
	}	
	
	#occa-pageheader img#occa-pageheader-contact {
    max-width: 100%;
    width: 100%;
    height: auto;
	}	
	
	#occa-footer-text {
		font-size: 16px;
	}
	
	.eventsys-info-icon {
	    /* width: 80px; */
	    width: 15%;
	    float: right;
	    margin-right: -10px;
	}	
	


	
}  /* END BREAKPOINT */

/* Medium devices (tablets, 768px and up) */
@media (min-width: 767.98px) {
	


}  /* END BREAKPOINT */

/* Large devices (desktops, 992px and up) */
@media (min-width: 972.98px) {
	
	.existingcontacts {
	    grid-template-columns: 1fr 1fr 1fr 1fr;
	}		
	
	#occa-container {
		max-width: 960px;
	}
	
	#occa-nav {
		height: 32px;
	}
	
	#occa-nav ul li a {
	    float: none;
	    display: inline-block;
	    margin-left: 4px;
	    width: 92px;
	    height: 32px;
	    padding-top: 8px;
	    color: #ffffff;
	    font-weight: 300;
	    font-size: 14px;
	    text-align: center;
	    min-width: initial;
	}	
	
	#occa-nav ul li a.partners {
	    line-height: 13px;
	    vertical-align: top;
	    padding-top: 3px;
	    padding-bottom: 5px;
	}	
	
	#occa-nav ul li a.ocs {
	    line-height: 13px;
	    vertical-align: top;
	    padding-top: 3px;
	    padding-bottom: 5px;
	}		
	
	.eventsys-info-icon {
	    width: 80px;
		  float: none;
	    margin-right: initial;
	}		
	
	.eventsys-listing-icon {
 		width: 80px;
	  float: none;
  	margin-left: 0;
	}
	
}  /* END BREAKPOINT */

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1199.98px) {
	
	

}  /* END BREAKPOINT */



.occa-importantnotice {
	cursor: pointer;
}

.occa-importantnotice {
    text-align: center;
    background-color: #02b29c54;
    font-weight: bold;
    padding: 5px 0;
    border-radius: 3px;
    margin: .75em 0 0 0;
}


.occa-importantnoticefull p {
    margin: 1em 0 0 0;
}
.occa-importantnoticefull {
    /* text-align: center; */
    /*background-color: #02b29c54;*/
    /* font-weight: bold; */
    padding: 0 8px 5px 8px;
    /* border-radius: 3px; */
    /* margin: 1em 0 0 0; */
}

.occa-importantnoticefull p {
	font-weight: normal;
	text-align: left;
}

a.signup-now {
	background-color: #b99d62;
	font-weight: normal;
	font-size: 30px;
	padding: 5px 10px;
	color: black;
	font-weight: bold;
	position: absolute;
    right: 0;
	top: 0;	
	border: 1px solid #806c43;
}

.speakers {

}

.speakers > .speaker:nth-child(even) {
	background-color: #253953;
    padding: 20px 40px;
	color: #fff;
}

.speakers > .speaker:nth-child(odd) {
	background-color: #08203e;
    padding: 20px 40px;
	color: #fff;
}

.mm-memberlist {
	width: 100%;
}

.mm-memberlist th {
    padding: 5px;
    text-align: left;
    background-color: #b99d62;
    font-weight: 900;
}

.mm-memberlist td {
	padding: 5px;
    font-size: 16px;
    font-weight: 500;
}

.mm-memberlist tr:nth-child(even) {
    background-color: #08203e26;
}

.mm-memberlist tr:nth-child(odd) {
    background-color: #08203e1a;
}

.mm-memberlist tbody tr:hover {
    background-color: #08203e;
    cursor: pointer;
    color: #fff;
}

.agm-docs-available {
    border: 3px solid #bb362e;
    padding: 0.5em;
    font-size: 120%;
    margin: 1em 0;
    background-color: #bb362e;
    color: #fff!important;
    text-align: center;	
}

.agm-docs-available a {
	color: #fff;
}

.mm-status span {
	padding: 1px 4px;
    border-radius: 3px;
}

.mm-status-active-2020 span, .mm-status-active span, .mm-status-new-2020 span {
    background-color: #17d717;
}

.mm-status-hon-2020 span, .mm-status-honorary span {
    background-color: #10b20e;
}

.mm-status-arrears span, .mm-status-lapsed span, .mm-status-lapsed-2019 span, .mm-status-expired span {
    background-color: #ff4700;
}

.mm-status-lapsed-surcon span {
    background-color: #ff9900;
}

.mm-status-returning-2020 span {
    background-color: #16d7c5;
}

.mm-status-removed-2020 span, .mm-status-resigned-2019 span {
    background-color: #a4a4a4;
}

.mm-status-corresponding span  {
	background-color: #ff66ec;
}

.mm-status-sci span  {
	background-color: #bd66ff;
}

.mm-status-office span  {
	background-color: #66a3ff;
}

.mm-status.mm-status-deceased span {
    background-color: #000000;
    color: white;
}

.mm-filtering input[type=checkbox] {
    height: 1.2em;
    width: 1.2em;
    margin-right: 0.5em;
}

.mm-filtering label {
    font-size: 16px;
    top: -2px;
    position: relative;	
}

.mm-edit label {
	font-weight: 500;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 0;
}

.mm-edit-row {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.mm-edit-col1 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
	flex: 1;
	padding: 1em;
    width: calc(50% - 20px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 4px;	
	margin: 0 1em;
}

.mm-edit-col2 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
	flex: 1;	
	padding: 1em;
    width: calc(50% - 20px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	margin: 0 1em;
}

.mm-edit-col3 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
	flex: 1;	
	padding: 1em;
    width: calc(50% - 20px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	margin: 0 1em;
}

.mm-edit input[type=text] {
	width: initial;
}

.mm-edit input[type=checkbox] {
    height: 1.2em;
    width: 1.2em;
    margin-right: 0.5em;
}

.mm .occa-pagebody {
	/*font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
	padding: 20px 0;
	background-color: #f2f3f6;*/
}

@media (min-width: 972.98px) {
	.mm #occa-container {
		max-width: initial;
	}
	.mm #occa-header { 
		max-width: 960px;
	}
}

.mm-attrib-reveal {
    margin-left: 2em;
}

.eo-tt-summary {
	margin: 1em 0;
}

.eo-tt-summary th {
	font-weight: bold;
	padding: 2px 10px 2px 0;
	font-size: 14px;
}

.eo-tt-summary td {
	padding: 2px 10px 2px 0;
	font-size: 14px;
}

.mm-chart {
	margin: 5em 0;
}

.mm-bottom-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.mm-navigate-prev {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    text-align: left;
}

.mm-navigate-next {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    text-align: right;
}

span.signup-option-offer {
    background-color: #b99d62;
    display: inline-block;
    border-radius: 15px;
    padding: 1px 8px;
    color: #000;
}

table.surcon-programme td {
    border: 1px solid #d0d0d0;
    margin: 0;
    padding: 0.25em;
}

table.surcon-programme {
    table-layout: fixed;
    border-collapse: collapse;
}

tr.surcon-programme-break {
	background-color: #0000000d;
}

tr.surcon-programme-session {
    background-color: #02b2a917;
}

@media (max-width: 575.98px) {
	table.surcon-programme td {
		border: none;
		padding: 0;
	}
	table.surcon-programme {
		border: 1px solid #eaeaea;
	}
	table.surcon-programme tr {
		border: 1px solid #eaeaea;
		padding: 0.25em;
		display: block;
	}
	table.surcon-programme td {
		min-width: initial!important;
	}
}

table.surcon-programme div.abstract {
	display: none;
}

a.abstract {
    cursor: pointer;
    background-color: #08203e;
    border-radius: 3px;
    padding: 1px 5px;
    color: white;
    font-weight: 500;
    font-size: 70%;
	display: inline-block;
}

div.abstract {
	padding: 0.5em 0;
}

table.surcon-programme img {
	margin: 0.5em 0;
}

p.surcon-session-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

p.surcon-associate-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
	padding: 0.5em 0;
}

p.surcon-session-logos img {
    max-width: 150px;
	max-height: 80px;
    height: auto;
	width: auto;
    margin: 0.25em 0.5em;
}

p.surcon-associate-logos img {
    max-width: 100px;
	max-height: 80px;
    height: auto;
	width: auto;
    margin: 0.25em 0.5em;
}