﻿/* -------------------------------------------------------------- 
  
Site Name: www.meridian-policynetworking.com
Description: style.css
Author: James Bailey
Copyright (c): Meridian Policy Network

-------------------------------------------------------------- */

/* --------------------------------------------------------------
  
INDEX:

[1] Base styles
[2] General Styles
[3] Header Styles
[4] Navigation Styles
[5] Content Styles
[6] Footer Styles
[7] Typography Styles
[8] Misc Styles
[9] Link Styles
[10] Slider Styles
[11] Twitter
[12] Modals
[13] Tables
[14] Forms
[15] Dropdowns
[16] Contact Form
[17] Media Queries


Append a * to the number to quick jump to a section.

-------------------------------------------------------------- */

/* --------------------------------------------------------------
  
[*1] Base Styles

-------------------------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }

/* --------------------------------------------------------------
  
[*2] General Styles

-------------------------------------------------------------- */

html, body {
	margin:0;
	padding:0;
}

body {
	font-size:12px;
	font-family:"Helvetica", Arial, sans-serif;
	line-height:1.5;
  background-color: #f2f1f1;
}

#container {
  width: 960px;
  margin: 0 auto;
}

#left-column {
	float: left;
	width: 684px;
}

#right-column {
	clear: both;
	float: right;
	width: 258px;
}

.colspan1 {
	width: 216px;
	margin-right: 18px;
	float: left;
	position: relative;
}

ul.job-list li#jow.premium .premium-jow {
	position: absolute;
	top: -4px;
	left: -4px;
	width: 85px;
	height: 85px;
	background: url(../image/flash-jotw.png) no-repeat;
	z-index: 1000;
}


.columns .colspan1:last-child {
	margin-right: 0px;
}

/* --------------------------------------------------------------
  
[*3] Header Styles

-------------------------------------------------------------- */



header {
  width: 960px;
  background: #750f58;
  margin-bottom: 18px;
}

.logo {
  float: left;
  margin: 20px 0 20px 20px;
}

.header-right {
  float: right;
  width: 468px;
  margin: 15px 25px 0 0;
}

.leaderboard {
  clear: both;
  width: 468px;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}



/* --------------------------------------------------------------
  
[*4] Navigation Styles

-------------------------------------------------------------- */

nav#navigation {
	clear: both;
	width: 960px;
	position: relative;
	z-index: 99;
	background: #64094a;
}

nav#navigation ul li {
	float: left;
	font-size: 15px;
	color: #FFF;
}

nav#navigation ul li a {
	height: 50px;
	color: #FFF;
	background: #64094a url(../image/nav-divider.gif) 100% 50% no-repeat;
	display: block;
	line-height: 50px;
	text-decoration: none;
	padding: 0px 14px 0px 11px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;	
}

nav#navigation ul li:last-child a {
	background: #64094a;
	padding: 0px 15px 0px 11px;
}

nav#navigation ul li:last-child a:hover {
	background: #4e093a;
}


nav#navigation ul li.active a {
	background: #8b0365 url(../image/nav-divider.gif) 100% 50% no-repeat;
}

nav#navigation ul li a:hover,
nav#navigation ul li:hover a {
	background: #4e093a url(../image/nav-divider.gif) 100% 50% no-repeat;
}


nav#navigation ul li .dropdown {
	position: absolute;
	width: 700px;
	height: 330px;
	background: #FFF !important;
	top: 50px;
	left: 0px;
	display: none;
	padding: 0px;
	z-index: 100;
	-webkit-box-shadow:  2px 2px 3px 1px rgba(0, 0, 0, 0.3);
	box-shadow:  2px 2px 3px 1px rgba(0, 0, 0, 0.3);	
}

nav#navigation ul li .dropdown.graduate {
	position: absolute;
	width: 700px;
	height: 330px;
	background: #FFF !important;
	top: 50px;
	left: 140px !important;
	display: none;
	padding: 0px;
	z-index: 100;
	-webkit-box-shadow:  2px 2px 3px 1px rgba(0, 0, 0, 0.3);
	box-shadow:  2px 2px 3px 1px rgba(0, 0, 0, 0.3);	
}


.dropdown-section {
	float: left;
	width: 233px;
	height: 330px;
	border-right: 1px solid #ededed;
}

.dropdown-section article {
	position: relative;
}


.dropdown-section:last-child {
	border-right: 0px;
	width: 232px;
}


.dropdown-section h3 {
	font-size: 14px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	background: #4e093a;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	color: #FFF !important;
}

nav#navigation ul li .dropdown.graduate .dropdown-section h3 {
	background: #dc9122;
}


.dropdown-section ul {
	width: 230px;
	margin-top: 20px;
}

.dropdown-section ul li {
	width: 230px;
	float: none;
	font-size: 14px !important;
}


.dropdown-section ul li a {
	display: block;
	background: none !important;
	color: #c80186 !important;
	font-size: 14px !important;
	height: auto !important;
	line-height: 14px !important;
	margin-bottom: 7px;
	padding: 0 0 0 20px !important;
}

nav#navigation ul li .dropdown.graduate .dropdown-section ul li a {
	color: #dc9122 !important;
}


.dropdown-section ul li:last-child a {
	margin-bottom: 0px;
}


.dropdown-section ul li a:hover,
nav#navigation ul li .dropdown.graduate .dropdown-section ul li a:hover {
	color: #757174 !important;
}

.dropdown-section article a {
	display: block;
	background:#FFF !important;
	padding: 20px 20px 0px 20px !important;
	width: 193px;
	height: 260px !important;
	border: none !important;
}

.dropdown-section article a:hover {
	background: #CCC !important;
}


.dropdown-section article img {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.dropdown-section article a h4 {
	font-size: 12px;
	line-height: 16px !important;
	font-weight: bold;
	margin: 0px 0px 5px 0px !important;
	color: #b60384 !important;
	background: none !important;
	padding: 0px !important;
	text-transform: none !important;
}

nav#navigation ul li .dropdown.graduate .dropdown-section article a h4 {
	color: #dc9122 !important;
}

.dropdown-section article a p {
	color: #000;
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 0 0;
	padding: 0px;
}

nav a#pull {
	display: none;
}

/*** BREADCRUMBS ***/

#breadcrumbs {
	float: left;
	width: 840px;
	overflow: hidden;
	margin-bottom: 20px;
}

#breadcrumbs ul {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0px;
}

#breadcrumbs ul li {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	padding-right: 5px;
	color: #b60384;
}

body.orange #breadcrumbs ul li {
	color: #dc9122;
}

#breadcrumbs ul li:first-child {
	padding-left: 0px;
}


#breadcrumbs ul li:after {
	content: "/";
	padding-left: 5px;
}

#breadcrumbs ul li:last-child {
	margin-right: 0px;
}

#breadcrumbs ul li:last-child:after {
	content: "";
	padding-left: 0px;
}

#breadcrumbs ul li a {
	font-size: 12px;
	color: #515151;
	text-decoration: none;
}

body.orange #breadcrumbs ul li a:hover {
	font-size: 12px;
	color: #dc9122;
	text-decoration: none;
}

#breadcrumbs ul li a:hover {
	color: #b60384;
	text-decoration: none;
}

.top-socials {
	float: right;
	width: 90px;
	margin-bottom: 20px;
}

.profile-socials {
	position: absolute;
	top: 10px;
	right: 10px;
}

.profile-socials div {
	float: left;
}


.profile-socials div.icon-linkedin a {
	display: block;
	text-indent: -9999px;
	width: 25px;
	height: 24px;
	margin-right: 3px;
	background: url(../image/socials.png) 0px 0px no-repeat;
}

.profile-socials div.icon-linkedin a:hover {
	background-position: 0px -24px;
}

.profile-socials div.icon-twitter a {
	display: block;
	text-indent: -9999px;
	width: 25px;
	height: 24px;
	margin-right: 3px;
	background: url(../image/socials.png) -29px 0px no-repeat;
}

.profile-socials div.icon-twitter a:hover {
	background-position: -29px -24px;
}


.top-socials ul, .member-text ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.top-socials ul li, .member-text ul li {
	float: left;
}

.top-socials ul li.icon-linkedin a, .member-text ul li.icon-linkedin a {
	display: block;
	text-indent: -9999px;
	width: 25px;
	height: 24px;
	margin-right: 3px;
	background: url(../image/socials.png) 0px 0px no-repeat;
}

.top-socials ul li.icon-linkedin a:hover, .member-text ul li.icon-linkedin a:hover, .profile-socials ul li.icon-linkedin a:hover {
	background-position: 0px -24px;
}

.top-socials ul li.icon-twitter a, .member-text ul li.icon-twitter a, .profile-socials ul li.icon-twitter a {
	display: block;
	text-indent: -9999px;
	width: 25px;
	height: 24px;
	margin-right: 3px;
	background: url(../image/socials.png) -29px 0px no-repeat;
}

.top-socials ul li.icon-twitter a:hover, .member-text ul li.icon-twitter a:hover, .profile-socials ul li.icon-twitter a:hover {
	background-position: -29px -24px;
}

.top-socials ul li.icon-facebook a {
	display: block;
	text-indent: -9999px;
	width: 25px;
	height: 24px;
	margin-right: 3px;
	background: url(../image/socials.png) -57px 0px no-repeat;
}

.top-socials ul li.icon-facebook a:hover {
	background-position: -57px -24px;
}

.top-socials ul li.icon-google a {
	display: block;
	text-indent: -9999px;
	width: 25px;
	height: 24px;
	background: url(../image/socials.png) -85px 0px no-repeat;
}

.top-socials ul li.icon-google a:hover {
	background-position: -85px -24px;
}

.top-socials ul li.icon-email a, .member-text ul li.icon-email a {
	display: block;
	text-indent: -9999px;
	width: 25px;
	height: 24px;
	background: url(../image/socials.png) -120px 0px no-repeat;
}

.top-socials ul li.icon-email a:hover, .member-text ul li.icon-email a:hover {
	background-position: -120px -24px;
}

.top-socials ul li.icon-youtube a {
	display: block;
	text-indent: -9999px;
	width: 25px;
	height: 24px;
	background: url(../image/socials.png) -160px 0px no-repeat;
	margin-left: 3px;
}

.top-socials ul li.icon-youtube a:hover {
	background-position: -160px -24px;
}

.sub-navigation {
	width: 256px;
	border: 1px solid #c5c5c5;
	background: #FFF;
	margin-bottom: 10px;
	overflow: hidden;
}

.sub-navigation h3 {
	padding: 5px 10px;
	font-size: 13px;
	margin: 0;
	cursor: pointer;
}

.sub-navigation h3.article-expand {
	background: url(../image/expand.png) 95% 50% no-repeat;
}

.sub-navigation h3.article-collapse {
	background: url(../image/collapse.png) 95% 50% no-repeat;
}


.sub-navigation ul.article-list,
.sub-navigation ul.category-list {
	display: block;
	border-top: 1px solid #c5c5c5;
}

#show-nav { display: none; }

.sub-navigation ul#subnavlist {
	display: block;
}

.sub-navigation ul li {
	width: 256px;
}

.sub-navigation ul li a {
	display: block;
	width: 236px;
	border-bottom: 1px solid #c5c5c5;
	color: #000;
	padding: 5px 10px;
	text-decoration: none;
	background: #FFF;
}

.sub-navigation ul li:last-child a {
	border-bottom: none;
}

.sub-navigation ul li#current a,
.sub-navigation ul li.current a {
	color: #b60384;
	font-weight: bold;
	text-decoration: none;
}

body.orange .sub-navigation ul li#current a {
	color: #dc9122;
	font-weight: bold;
	text-decoration: none;
}

.sub-navigation ul li a:hover {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}

.sub-navigation ul li.active a {
	color: #b60384;
	font-weight: normal;
	text-decoration: none;
}

body.orange .sub-navigation ul li.active a {
	color: #dc9122;
	font-weight: normal;
	text-decoration: none;
}


/* --------------------------------------------------------------
  
[*5] Content Styles

-------------------------------------------------------------- */

/*** BANNERS ***/

ul.ads {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 258px;
	overflow: hidden;
}

ul.ads li {
	float: left;
	margin: 0px 18px 10px 0px;
}

ul.ads li:nth-child(2n+2) {
	margin-right: 0px;
}


/*** END ***/

body.orange h1, body.orange h2, body.orange h3 {
	color: #e09724;
}

body.orange .slide-content {
	position: absolute;
	background: #dc9122;
	bottom: 0px;
	left: 0px;
	padding: 20px 20px 0px 20px;
	z-index: 10;
	width: 644px;
	height: 100px;

}

body.orange .slide-content h2 {
	color: #FFF;
}


/*** JOB SEARCH ***/

#job-search {
	background: #750f58;
	padding: 10px 10px 0px 10px;
	min-height: 190px;
	margin-bottom: 10px;
}

body.orange #job-search {
	background: #e09724;
}

#job-search h3 {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	margin: 0 0 10px 0;
}

body.orange #job-search h3 {
	color: #64094a;
}

#job-search input[type=search] {
	width: 226px;
	background: #FFF;
	border: 1px solid #bebebe;
	padding: 5px;
	margin-bottom: 7px;
}

#job-search input:focus {
	outline: none;
}

#job-search select {
	width: 230px;
	height: auto;
	margin-bottom: 5px;
	display: block;
}

#job-search input#find-jobs, #job-search input#jobsearch {
	/* background: #4e093a url(../image/arrow-right-white.png) 10px 50% no-repeat; */
	background: #64094a url(../image/arrow-right-purple.png) 10px 50% no-repeat;
	border: 0px;
	font-size: 13px;
	color: #FFF;
	padding: 0px 10px 0px 25px;
	float: left;
	height: 30px;
	line-height: 31px;
	margin-bottom: 20px;
}

body.orange #job-search input#find-jobs, body.orange #job-search input#jobsearch {
	background: #b60384 url(../image/arrow-right-white.png) 10px 50% no-repeat;
}

#job-search input#find-jobs:hover, #job-search input#jobsearch:hover {
	background: #b60384 url(../image/arrow-right-white.png) 10px 50% no-repeat;
}

body.orange #job-search input#find-jobs:hover, body.orange #job-search input#jobsearch:hover {
	background: #b60384 url(../image/arrow-right-white.png) 10px 50% no-repeat;
}

.search-advanced {
	background: #64094a url(../image/expand-white.png) 10px 50% no-repeat;
	font-size: 13px;
	color: #FFF;
	padding: 5px 10px 5px 25px;
	float: right;
	margin-bottom: 20px;
	cursor: pointer;
}

body.orange .search-advanced {
	background: #64094a url(../image/expand-white.png) 10px 50% no-repeat;
	font-size: 13px;
	color: #FFF;
	padding: 0px 10px 0px 25px;
	height: 30px;
	line-height: 30px;
	float: right;
	margin-bottom: 20px;
	cursor: pointer;
}

.search-advanced:hover {
	background: #b60384 url(../image/expand-white.png) 10px 50% no-repeat;
}

body.orange .search-advanced:hover {
	background: #4e093a url(../image/expand.png) 10px 50% no-repeat;
}

.advanced-search {
	display: none;
	width: 100%;
}


.search-sponsor {
	clear: both;
	border-top: 1px solid #b60384;
}

body.orange .search-sponsor {
	clear: both;
	border-top: 1px solid #64094a;
}

/*** END ***/

.colspan1 h2 {
	font-size: 24px;
	line-height: 30px;
	color: #b60384;
	margin-bottom: 10px;
}

.module {
	position: relative;
}

.module a {
	display: block;
	background: #FFF;
	margin-bottom: 12px;
	padding-bottom: 1px;
	min-height: 330px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	text-decoration: none;
}

.module a:hover {
	background: #CCC;
}

.module a:hover img {
	opacity: 0.7;
}


.module img {
	margin-bottom: 20px;
}

.module h3 {
	padding: 0px 15px;
	font-size: 14px;
	line-height: 18px;
	color: #b60384;
	margin-bottom: 10px;
}

.module p {
	font-size: 13px;
	line-height: 15px;
	color: #000;
	margin: 0 0 10px 0;
	padding: 0px 15px;
}

.more-link {
	background: url(../image/arrow-right-purple.png) 100% 50% no-repeat;
	padding-right: 15px;
	color: #b60384;
}

.button-more a {
	background: #b60384 url(../image/search-arrow.png) 10px 50% no-repeat;
	font-size: 14px;
	color: #FFF;
	display: block;
	text-decoration: none;
	padding: 7px 10px 4px 25px;
	margin-bottom: 10px;
}

body.orange .button-more a {
	background: #e09724 url(../image/search-arrow.png) 10px 50% no-repeat;
	font-size: 14px;
	color: #FFF;
	display: block;
	text-decoration: none;
	padding: 7px 10px 4px 25px;
	margin-bottom: 10px;
}

.button-more a:hover {
	background: #750f58 url(../image/arrow-right-white.png) 10px 50% no-repeat;
	color: #FFF;	
}

body.orange .button-more a:hover {
	background: #b60384 url(../image/arrow-right-white.png) 10px 50% no-repeat;
	color: #FFF;	
}

.form-search {
  float: right;
  margin-bottom: 15px;
  background: #FFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 206px;
  overflow: hidden;  
}

.form-search input,
.form-search textarea,
.form-search select {
	float: left;
  margin-bottom: 0;
  border: 0px;
  font-size: 14px;
  width: 167px;
  height: 30px;
  padding: 0px 0px 0px 10px;
  color: #750f58;
  background: none;
  /* background: #FFF url(../image/search-icon.gif) 10px 50% no-repeat; */
}

.form-search input#btnSubmit {
	float: right;
	background: #FFF url(../image/search-icon.gif) 10px 50% no-repeat;
	background: url(../image/search-icon.gif) no-repeat;
	width: 19px;
	height: 17px;
	margin: 6px 10px 0 0;
}


.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -moz-border-radius: 14;
  -webkit-border-radius: 14;
  -o-border-radius: 14;
  -ms-border-radius: 14;
  -khtml-border-radius: 14;
  border-radius: 14;
}

.form-search label {
  display: inline-block;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}

aside.about {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 12px;
}

aside.about p {
	font-size: 13px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

aside.twitter {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 7px;
	margin-bottom: 12px;
}

.socials {
	width: 238px;
	background: #b60384;
	padding: 4px 10px 3px 10px;
	overflow: hidden;
	margin-bottom: 15px;
}

body.orange .socials {
	background: #E09724;
}

.socials span {
	font-size: 14px;	
	color: #FFF;
	float: left;
	margin-top: 3px;
}

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

.socials ul li {
	float: right;
	margin-left: 5px;
}

.socials ul li.icon-linkedin a {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../image/social-icons.png) 0px 0px no-repeat;
	text-indent: -9999px;
}

.socials ul li.icon-linkedin a:hover {
	background: url(../image/social-icons.png) 0px -50px no-repeat;
}

.socials ul li.icon-twitter a {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../image/social-icons.png) -40px 0px no-repeat;
	text-indent: -9999px;
}

.socials ul li.icon-twitter a:hover {
	background: url(../image/social-icons.png) -40px -50px no-repeat;
}

.socials ul li.icon-facebook a {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../image/social-icons.png) -80px 0px no-repeat;
	text-indent: -9999px;
}

.socials ul li.icon-facebook a:hover {
	background: url(../image/social-icons.png) -80px -50px no-repeat;
}

.socials ul li.icon-google a {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../image/social-icons.png) -120px 0px no-repeat;
	text-indent: -9999px;
}

.socials ul li.icon-google a:hover {
	background: url(../image/social-icons.png) -120px -50px no-repeat;
}

.socials ul li.icon-youtube a {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../image/social-icons.png) -160px 0px no-repeat;
	text-indent: -9999px;
}

.socials ul li.icon-youtube a:hover {
	background: url(../image/social-icons.png) -160px -50px no-repeat;
}

#slideout {
	position: absolute;
	position: fixed;
	left: -303px;
	top: 0px;
	width: 310px;
	height: 100%;
	background: url(../image/slider-background.png) 0px 0px repeat-y;
	z-index: 10000;
}

body.orange #slideout {
	position: absolute;
	position: fixed;
	left: -303px;
	top: 0px;
	width: 310px;
	height: 100%;
	background: url(../image/slider-background-graduate.png) 0px 0px repeat-y;
	z-index: 10000;
}


#slideout-member {
	position: fixed;
	left: -200px;
	top: 0px;
	width: 200px;
	height: 100%;
	background: url(../image/slider-background.png) top right repeat-y;
	z-index: 10000;
}

.slider-content {
	float: left;
	margin: 30px 0px 0px 30px;
	width: 240px;
}

.slider-content-member {
	float: left;
	margin: 20px 0px 0px 20px;
	width: 150px;
}

.slider-content h2, .slider-content-member h2 {
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 10px;
}

body.orange .slider-content h2 {
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 10px;
}

.slider-content p, .slider-content-member p {
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	margin-bottom: 10px;
}

.slider-content-member ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.slider-content-member ul li {
	float: left;
	width: 70px;
	margin-right: 10px;
}

.slider-content-member ul li:nth-child(2n+2) {
	margin-right: 0px;
}


.slider-content-member ul li a {
	display: block;
	width: 70px;
	margin-bottom: 10px;
	background: #b60384;
	color: #FFF;
	text-align: center;
	padding-top: 65px;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	padding-bottom: 10px;
}


.slider-content-member ul li.member-profile a {
	background: #4e093a url(../image/user.png) 50% 10px no-repeat;
}

.slider-content-member ul li.member-profile a:hover {
	background: #b60384 url(../image/user.png) 50% 10px no-repeat;
}

.slider-content-member ul li.member-events a {
	background: #4e093a url(../image/calendar.png) 50% 10px no-repeat;
}

.slider-content-member ul li.member-events a:hover {
	background: #b60384 url(../image/calendar.png) 50% 10px no-repeat;
}

.slider-content-member ul li.member-discounts a {
	background: #4e093a url(../image/database_server.png) 50% 10px no-repeat;
}

.slider-content-member ul li.member-discounts a:hover {
	background: #b60384 url(../image/database_server.png) 50% 10px no-repeat;
}

.slider-content-member ul li.member-cv a {
	background: #4e093a url(../image/email_send.png) 50% 10px no-repeat;
}

.slider-content-member ul li.member-cv a:hover {
	background: #b60384 url(../image/email_send.png) 50% 10px no-repeat;
}

.slider-content-member ul li.member-mentoring a {
	background: #4e093a url(../image/users.png) 50% 10px no-repeat;
}

.slider-content-member ul li.member-mentoring a:hover {
	background: #b60384 url(../image/users.png) 50% 10px no-repeat;
}

.slider-content-member ul li.member-refer a {
	background: #4e093a url(../image/user_comment.png) 50% 10px no-repeat;
}

.slider-content-member ul li.member-refer a:hover {
	background: #b60384 url(../image/user_comment.png) 50% 10px no-repeat;
}

.slider-content-member ul li.member-vacancies a {
	background: #4e093a url(../image/attachment.png) 50% 10px no-repeat;
}

.slider-content-member ul li.member-vacancies a:hover {
	background: #b60384 url(../image/attachment.png) 50% 10px no-repeat;
}


#slideout form.register {
	width: 240px;
}

#slideout form.register label {
	width: 240px;
	font-size: 14px;
	line-height: 17px;
	color: #FFF;
	margin-bottom: 5px;
	display: block;
}


#slideout form.register input {
	border: none;
	height: 23px;
	line-height: 23px;
	width: 228px;
	padding: 0px 5px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	font-size: 14px;
	color: #730c53;
}

#slideout form.register textarea {
	border: none;
	height: 28px;
	line-height: 28px;
	width: 228px;
	height: 88px;
	resize: none;
	padding: 0px 5px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	font-size: 14px;
	color: #730c53;
}

#slideout form.register input#btn-register,
#slideout form.register a#btn-register,
#slideout a.btn-register {
	background: #4e093a url(../image/arrow-right-white.png) 10px 50% no-repeat;
	border: 0px;
	font-size: 14px;
	color: #FFF;
	padding: 0 10px 0 25px;
	height: 28px;
	line-height: 28px;
	width: auto;
	display: inline-block;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#slideout form.register input#btn-register:hover,
#slideout form.register a#btn-register:hover,
#slideout a.btn-register:hover {
	background: #b60384 url(../image/arrow-right-white.png) 10px 50% no-repeat;
}
#button {
	position: relative;
	background: url(../image/slider-tab-new.png) no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	width: 40px;
	height: 150px;
	float: right;
	margin-top: 120px;
	margin-right: -40px;
	z-index: 9999;
}

#button:hover {
	background: url(../image/slider-tab-hover.png) no-repeat;
}

#slidebutton {
	background: url(../image/slider-tab-new.png) no-repeat;
	display: block;
	height: 140px;
	cursor: pointer;
	width: 30px;
	z-index: 100000;
	position: absolute;
	right: -23px;
	top: 120px;
}

body.orange #slidebutton {
	background: url(../image/slider-tab-graduate.png) no-repeat;
	display: block;
	height: 140px;
	cursor: pointer;
	width: 30px;
	z-index: 100000;
	position: absolute;
	right: -23px;
	top: 120px;
}

#slidebutton:hover {
	background: url(../image/slider-tab-new-hover.png) no-repeat;
}

#slidebutton-member {
	background: url(../image/member-tab.png) no-repeat;
	display: block;
	height: 210px;
	cursor: pointer;
	width: 70px;
	z-index: 100000;
	position: absolute;
	right: -60px;
	top: 120px;
}

#slidebutton-member:hover {
	background: url(../image/member-tab-hover.png) no-repeat;
}

#page-banner {
	width: 684px;
	height: 130px;
	overflow: hidden;
	background: #FFF;
	position: relative;
	margin-bottom: 10px;
}

#page-banner h1 {
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.page-content {
	width: 624px;
	background: #FFF;
	padding: 30px 30px 20px 30px;
	margin-bottom: 10px;
	overflow: hidden;
}

.page-content ul, #page-intro ul {
	margin-bottom: 10px;
}

.page-content ul li, #page-intro ul li {
	font-size: 14px;
	line-height: 20px;
}

.page-content ul.list {
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.page-content ul.list li {
	/* float: left; 
	margin-right: 24px;*/
	margin-bottom: 2px;
}

.page-content ul.list.twocol li {
	float: left; 
	margin-right: 24px;
	margin-bottom: 2px;
}

.page-content ul.list li:nth-child(2n+2),
.page-content ul.list.twocol li:nth-child(2n+2) {
	margin-right: 0px;
}

.page-content ul.list li a {
	display: block;
	background: #b60384 url(../image/list-links-arrows.png) 10px 50% no-repeat;
	color: #FFF;
	/*padding: 5px 0px 5px 25px;
	width: 275px; */
	padding: 5px 5% 5px 5%;
	width: 90%;
}

.page-content ul.list.twocol li a {
	display: block;
	background: #b60384 url(../image/list-links-arrows.png) 10px 50% no-repeat;
	color: #FFF;
	padding: 5px 0px 5px 25px;
	width: 275px;
}

.page-content ul.list li a:hover {
	background: #4e093a url(../image/list-links-arrows.png) -290px 50% no-repeat;
}

.page-content.blue a,
.page-content.blue h1 {
	color: #0065c2;
}





#page-intro {
	width: 624px;
	background: #FFF;
	padding: 30px 30px 20px 30px;
	margin-bottom: 10px;
}

.pagination {
	width: 674px;
	background: #FFF;
	margin-bottom: 10px;
	padding: 5px;
	overflow: hidden;
}

.pager {
	float: left;
	width: 300px;
}

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

.pager ul li {
	float: left;
	margin-right: 3px;
}

.pager ul li a,
body.orange .pager ul li a {
	display: block;
	width: 22px;
	height: 22px;
	line-height: 25px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background: #b4b4b4;
}

.pager ul li a:hover, .pager ul li.active a {
	background: #b60384;
}

body.orange .pager ul li a:hover, body.orange .pager ul li.active a {
	background: #dc9122;
}


.pager ul li.pag-prev a,
body.orange .pager ul li.pag-prev a {
	text-indent: -9999px;
	background: url(../image/pagination.gif) 0px 0px no-repeat;
}

.pager ul li.pag-prev a:hover,
body.orange .pager ul li.pag-prev a:hover {
	background: url(../image/pagination.gif) 0px -22px no-repeat;
}
	
.pager ul li.pag-next a,
body.orange .pager ul li.pag-next a {
	text-indent: -9999px;
	background: url(../image/pagination.gif) -22px 0px no-repeat;
}

.pager ul li.pag-next a:hover,
body.orange .pager ul li.pag-next a:hover {
	background: url(../image/pagination.gif) -22px -22px no-repeat;
}

.filter {
	float: right;
	margin-left: 5px;
	width: 160px;
}

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

ul.event-list li {
	width: 684px;
	background: #FFF;
	margin-bottom: 10px;
}

ul.event-list li.list-details div.event-titles ul li {
	font-size: 12px;
	line-height: 15px;
}



ul.event-list li a {
	width: 684px;
	display: block;
	background: #FFF;
	margin-bottom: 10px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;	
}

ul.event-list li a:hover,
ul.gallery-list li a:hover,
ul.job-list li a:hover,
ul.job-list.hover li:hover,
ul.member-list li a:hover {
	background: #dadada;
}

ul.event-list li .event-logo {
	float: left;
	width: 215px;
	height: 140px;
	overflow: hidden;
}

ul.event-list li .event-snippet {
	float: left;
	position: relative;
	padding: 15px 15px 5px 15px;
	width: 439px;
	height: 120px;
}

ul.event-list li .event-titles {
	float: left;
	width: 440px;
}

ul.event-list li .event-titles h2 {
	margin: 0 0 5px 0;
	font-size: 18px;
	line-height: 22px;
}

ul.event-list li .event-titles h3 {
	font-weight: lighter;
	margin: 0 0 5px 0;
	padding: 0;
}

ul.event-list li .event-date {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 90px;
	font-size: 11px;
	font-weight: bold;
	color: #7f7b7b;
	text-transform: uppercase;
	text-align: right;
}

ul.event-list li .event-snippet p {
	font-size: 13px;
	line-height: 17px;
}

ul.event-list li div.event-intro {
	clear: both;
}

ul.event-list li .event-titles ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

ul.event-list li .event-titles ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #b60384;
	font-size: 14px;
	line-height: 19px;
	width: 100%;
}

ul.event-list li .event-titles ul li a {
	display: inline;
}






#calendar {
	display: block;
	background: #750f58;
	width: 258px;
	min-height: 210px;
	margin-bottom: 10px;
	padding: 10px 0px;
}

#calendar h3 {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 5px 0px 0px 0px;
	text-align: center;
}

table.calandar {
	width: 258px;
	background: #750f58;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

table.calandar th {
	padding: 10px 5px;
	color: #FFF;
	font-size: 13px;
	line-height: 13px;
}

table.calandar th.nextdate {
	border-right: 1px solid #893672;
}

table.calandar td {
	padding: 5px;
	font-size: 13px;
	line-height: 13px;
	color: #FFF;
	text-align: center;
	border-right: 1px solid #893672;
}

table.calandar td a {
	background: #b60384;
	color: #FFF;
	padding: 4px;
	display: block;
}

table.calandar td a:hover {
	background: #64094a;
	color: #FFF;
}

a.cal-nav { color: #FFF !important; }
a.cal-nav:hover { color: #b60384 !important; }



table.calandar tr.odd {
	background: #750f58;
}



ul.gallery-list, ul.member-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.gallery-list li, ul.member-list li {
	float: left;
	width: 216px;
	margin: 0 18px 18px 0;
	padding: 0px;
	background: #FFF;
}

ul.gallery-list li:nth-child(3n+3), ul.member-list li:nth-child(3n+3) {
	margin-right: 0px;
}


ul.gallery-list li a {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	display: block;
	background: #FFF;
}

ul.member-list li a {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	display: block;
	background: #FFF;
	padding: 10px;
}


ul.gallery-list li .gallery-leader-thumb {
	width: 216px;
	height: 140px;
	overflow: hidden;
}

ul.gallery-list li .gallery-leader-text {
	width: 176px;
	padding: 20px 20px 10px 20px;
}

ul.gallery-list li .gallery-leader-text h3 {
	font-size: 15px;
	line-height: 20px;
}

ul.gallery-list li .gallery-leader-text h4 {
	font-size: 11px;
	color: #7f7b7b;
	font-weight: bold;
}

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

ul.job-list li {
	width: 684px;
	margin-bottom: 10px;
	/* overflow: hidden; */
	background: #FFF;
	position: relative;
}

ul.job-list li .job-logo {
	float: left;
	width: 215px;
	height: 140px;
	overflow: hidden;
	position: relative;
}

ul.job-list li .job-detail-snippet {
	width: 439px;
	float: left;
	position: relative;
	padding: 15px 15px 5px 15px;
}

ul.job-list li .job-snippet {
	float: left;
	position: relative;
}

ul.job-list li .job-snippet a {
	display: block;
	background: #FFF;
	padding: 15px 15px 5px 15px;
	width: 439px;
	height: 120px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;		
}

ul.job-list li.premium .job-snippet a {
	display: block;
	background: #750f58 !important;
	padding: 15px 15px 5px 15px;
	width: 439px;
	height: 120px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;		
}


ul.job-list li#jow.premium .job-snippet a {
	display: block;
	background: #b60384 !important;
	padding: 15px 15px 5px 15px;
	width: 439px;
	height: 120px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;		
}

body.orange ul.job-list li.premium .job-snippet a {
	display: block;
	background: #E09724 !important;
	padding: 15px 15px 5px 15px;
	width: 439px;
	height: 120px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;		
}

ul.job-list li .job-snippet a:hover,
body.orange ul.job-list li .job-snippet a:hover {
	background: #EFEFEF;
	text-decoration: none;
}

ul.job-list li.premium .job-snippet a:hover,
ul.job-list li#jow.premium .job-snippet a:hover,
body.orange ul.job-list li.premium .job-snippet a:hover {
	background: #FFF !important;
	text-decoration: none;
}

ul.job-list li .job-detail-snippet ul li a {
	text-decoration: none;
}

ul.job-list li .job-detail-snippet ul li a:hover {
	text-decoration: underline;
	background: none;
}




ul.job-list li .job-titles {
	float: left;
	width: 440px;
}

ul.job-list li .job-titles h2 {
	margin: 0 0 5px 0;
	line-height: 20px;
	width: 380px;
	font-size: 18px;
}

ul.job-list li.premium .job-titles h2, 
ul.job-list li.premium .job-titles h3,
ul.job-list li.premium p { color: #FFF; }

ul.job-list li.premium .job-snippet a:hover .job-titles h2,
ul.job-list li.premium .job-snippet a:hover .job-titles h3 { color: #B60384; }
ul.job-list li.premium .job-snippet a:hover p { color: #000; }

body.orange ul.job-list li.premium .job-snippet a:hover .job-titles h2,
body.orange ul.job-list li.premium .job-snippet a:hover .job-titles h3 { color: #E09724; }
body.orange ul.job-list li.premium .job-snippet a:hover p { color: #000; }

ul.event-list li .event-titles h3 {
	font-weight: lighter;
}

ul.job-list li .job-date-alert {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #FF0000;
	width: 44px;
	padding: 5px 10px;
	display: inline-block;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}

ul.job-list.archive li .job-date-alert {
	display: none;
}



ul.job-list li .job-date {
	float: right;
	width: 100px;
	font-size: 11px;
	font-weight: bold;
	color: #7f7b7b;
	text-transform: uppercase;
	text-align: right;
}

ul.job-list li .job-intro {
	clear: both;
	font-size: 13px;
}

ul.job-list li .job-intro p {
	font-size: 13px;
	line-height: 17px;
	margin: 0px;
}

ul.job-list li .job-titles ul,
ul.job-list li .job-detail-snippet ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.job-list li .job-snippet h1,
ul.job-list li .job-detail-snippet h1 {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 20px;
	line-height: 22px;
}


ul.job-list li .job-titles ul li,
ul.job-list li .job-snippet ul li,
ul.job-list li .job-detail-snippet ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #b60384;
	font-size: 13px;
	line-height: 17px;
	width: auto !important;
}

body.orange ul.job-list li .job-detail-snippet ul li {
	color: #dc9122;
}



ul.job-list li .job-titles ul li a {
	display: inline;
}

ul.job-list li .job-titles ul li a:hover {
	background: none;
}

ul.job-list li div.job-basket {
	position: absolute;
	top: 40px;
	right: 15px;
}

ul.job-list li div.job-basket a {
	background:url(../image/shopping_cart.png) 0% 50% no-repeat;
	padding-left: 22px;
	display: inline-block;
	width: auto;
}



ul.job-list li .news-snippet {
	float: left;
	background: #FFF;
	padding: 15px 15px 5px 15px;
	width: 439px;
	height: 120px;
}

ul.job-list .news-snippet ul {
	margin: 0px;
	padding: 0px;
}

ul.job-list .news-snippet ul li {
	margin: 0 0 0 0;
	padding: 0px;
}


ul.job-list .news-snippet ul li a {
	display: inline !important;
	padding: 0px !important;
}

ul.job-list .news-snippet ul li a:hover {
	background: none !important;
	text-decoration: underline;
}

ul.featured-jobs {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.featured-jobs li {
	border-top: 1px solid #CCC;
	padding-top: 10px;
	margin-bottom: 0px;
}

ul.featured-jobs li:last-child {
	border-bottom: 1px solid #CCC;
}

ul.featured-jobs li div.featured-logo {
	float: left;
	width: 120px;
	margin: 0 10px 10px 0;
}

ul.featured-jobs li div.featured-logo img {
	width: 120px;
}

ul.featured-jobs li h3 {
	width: 128px;
	float: left;
	font-size: 16px;
}

ul.featured-jobs li p {
	font-size: 12px;
	line-height: 16px;
}

.premium-flash {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 85px;
	height: 85px;
	background: url(../image/flash.png) no-repeat;
	z-index: 10000;
}

ul.job-list li .premium-flash {
	position: absolute;
	top: -4px;
	left: -4px;
	width: 85px;
	height: 85px;
	background: url(../image/flash.png) no-repeat;
	z-index: 10000;
}

.colspan1 .premium-jow {
	position: absolute;
	top: 36px;
	left: -4px;
	width: 85px;
	height: 85px;
	background: url(../image/flash-jotw.png) no-repeat;
	z-index: 10000;
}

article .premium-jow {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 85px;
	height: 85px;
	background: url(../image/flash-jotw.png) no-repeat;
	z-index: 10000;
}

.module .premium-jow {
	position: absolute;
	top: -4px;
	left: -4px;
	width: 85px;
	height: 85px;
	background: url(../image/flash-jotw.png) no-repeat;
	z-index: 10000;
}

.module .premium-flash {
	position: absolute;
	top: -4px;
	left: -4px;
	width: 85px;
	height: 85px;
	background: url(../image/flash.png) no-repeat;
	z-index: 10000;
}

body.orange .colspan1 .premium-flash {
	position: absolute !important;
	top: -4px !important;
	left: -4px !important;
	width: 85px !important;
	height: 85px !important;
	background: url(../image/flash.png) no-repeat;
	z-index: 10000;
}






/*** COURSES ***/

ul.job-list li .course-snippet {
	float: none;
	width: 654px;
	height: 120px;
	padding: 15px 15px 0px 15px;
}


/*** END ***/




.member-wrapper {
	width: 624px;
	background: #FFF;
	padding: 30px;
	overflow: hidden;
	margin-bottom: 10px;
}

.member {
	float: left;
}

.member-text {
	float: right;
	width: 450px;
}

ul.gallery-grid {
	width: 684px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

ul.gallery-grid li {
	max-width: 155px;
	padding: 5px;
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
	background: #FFF;
-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;		
}

ul.gallery-grid li:hover {
	background: #906;
}

ul.gallery-grid.noaction {
	margin-bottom: 10px;
}

ul.gallery-grid.noaction li {
	max-width: 155px;
	padding: 0px;
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
}


ul.gallery-grid li:nth-child(4n+4) {
	margin-right: 0px;
}

h1.icn-profile-large {
	background: url(../image/user.png) 0% 50% no-repeat;
	padding: 8px 0px 8px 55px;
}

h2.icn-profile {
	background: url(../image/user1.png) 0% 50% no-repeat;
	padding: 2px 0px 2px 40px;
}

h1.icn-events-large {
	background: url(../image/calendar.png) 0% 50% no-repeat;
	padding: 8px 0px 8px 55px;
}

h2.icn-events {
	background: url(../image/calendar1.png) 0% 50% no-repeat;
	padding: 2px 0px 2px 40px;
}

h1.icn-vacancies-large {
	background: url(../image/attachment.png) 0% 50% no-repeat;
	padding: 8px 0px 8px 55px;
}

h2.icn-vacancies {
	background: url(../image/attachment1.png) 0% 50% no-repeat;
	padding: 2px 0px 2px 40px;
}

h1.icn-cv-large {
	background: url(../image/email_send.png) 0% 50% no-repeat;
	padding: 8px 0px 8px 55px;
}

h2.icn-cv {
	background: url(../image/email_send1.png) 0% 50% no-repeat;
	padding: 2px 0px 2px 40px;
}

h1.icn-mentoring-large {
	background: url(../image/users.png) 0% 50% no-repeat;
	padding: 8px 0px 8px 55px;
}

h2.icn-mentoring {
	background: url(../image/users1.png) 0% 50% no-repeat;
	padding: 2px 0px 2px 40px;
}

h1.icn-refer-large {
	background: url(../image/user_comment.png) 0% 50% no-repeat;
	padding: 8px 0px 8px 55px;
}

h2.icn-refer {
	background: url(../image/user_comment1.png) 0% 50% no-repeat;
	padding: 2px 0px 2px 40px;
}

h1.icn-discounts-large {
	background: url(../image/database_server.png) 0% 50% no-repeat;
	padding: 8px 0px 8px 55px;
}

h2.icn-help {
	background: url(../image/help.png) 5px 50% no-repeat;
	padding: 12px 0px 12px 40px;
	border-bottom: 1px solid #C5C5C5;
}

h2.icn-info {
	background: url(../image/info.png) 5px 50% no-repeat;
	padding: 12px 0px 12px 40px;
	border-bottom: 1px solid #FFF;
}

h2.icn-basket {
	background: url(../image/shopping_cart1.png) 0% 50% no-repeat;
	padding: 2px 0px 2px 40px;
}

h2.icn-search {
	background: url(../image/search_magnifier.png) 0% 50% no-repeat;
	padding: 2px 0px 2px 40px;
}

h2.icn-edit {
	background: url(../image/edit_item.png) 0% 50% no-repeat;
	padding: 2px 0px 2px 40px;
}

ul.attending-logos {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.attending-logos li {
	float: left;
	margin: 0px 4px 4px 0px;
	border-bottom: 1px solid #999;
	width: 285px;
	background: url(../image/arrow-right-purple.png) 0% 50% no-repeat;
	padding-left: 15px;
}

ul.attending-logos li:nth-child(2n+2) {
	float: right;
}

.help {
	background: #FFF;
	border: 1px solid #C5C5C5;
	margin-bottom: 10px;
}

.help p {
	padding: 0px 10px;
}

.alert.red {
	background: #FF0000;
	margin-bottom: 10px;
	color: #FFF;
	height: 130px;
}

.alert.green {
	background: #4fe431;
	margin-bottom: 10px;
	color: #FFF;
	height: 130px;
}

.alert.red h2 {
	color: #FFF;
}

.alert.green h2 {
	color: #FFF;
}

.alert p {
	padding: 0px 10px;
	color: #FFF;
}

.alert a {
	font-weight: bold;
	color: #FFF;
}

.alert a:hover {
	text-decoration: underline;
	color: #FFF;
}

.noOrders {
	border: 1px solid #FF0000;
	background: #ffb2b2 url(../image/invalid.png) 10px 50% no-repeat;
	padding: 10px 0px 10px 30px;
	margin-bottom: 15px;
}

.article-pagination {
	width: 684px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}

.article-pagination ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.article-pagination ul li {
	float: left;
	height: 30px;
	line-height: 30px;
	color: #64094a;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 180px;
	background: #FFF;	
}

.article-pagination ul li:nth-child(2) {
	margin: 0 12px;
	width: 300px;
}

.article-pagination ul li:first-child a {
  background: #64094a url(../image/links-arrows-rev.png) 8px 50% no-repeat;
  display: block;
  color: white;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px 0px 20px;  
  font-weight: bold;
  border-right: 10px solid #f2f1f1;
}

.article-pagination ul li:first-child a:hover {
	background: #b60384 url(../image/links-arrows-rev.png) -185px 50% no-repeat;
}

.article-pagination ul li:last-child a {
  background: #64094a  url(../image/links-arrows.png) 95% 0px no-repeat;
  display: block;
  color: white;
  height: 30px;
  line-height: 30px;
  padding: 0px 20px 0px 10px;
  font-weight: bold;
  border-left: 10px solid #f2f1f1;
}

.article-pagination ul li:last-child a:hover {
  background: #b60384  url(../image/links-arrows.png) 95% -30px no-repeat;
}

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

ul.documents li {
	margin-bottom: 10px;
}

ul.documents li.pdf a {
	background: url(../image/icon-pdf.png) 0% 50% no-repeat;
	padding: 4px 0px 4px 30px;
}

ul.documents li.word a {
	background: url(../image/icon-word.png) 0% 50% no-repeat;
	padding: 4px 0px 4px 30px;
}

ul.documents li.excel a {
	background: url(../image/icon-excel.png) 0% 50% no-repeat;
	padding: 4px 0px 4px 30px;
}
	
ul.documents li.ppt a {
	background: url(../image/icon-ppt.png) 0% 50% no-repeat;
	padding: 4px 0px 4px 30px;
}

.content-logo {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}

.paris-logo {
	float: left;
	width: 200px;
	margin-right: 20px;
}

.paris-text {
	float: right;
	width: 400px;
}

.winners {
	float: left;
	width: 280px;
	padding-bottom: 10px;
}

.caption {
	float: right;
	margin: 0 0 0 0;
	width: 320px;
}

.report-link {
	float: right;
	margin: 0 0 10px 15px;
}

.report-link img:hover{
	opacity: 0.8;
}

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

ul.profile-list li {
	width: 684px;
	margin-bottom: 10px;
	background: #FFF;
	position: relative;
}

ul.profile-list li .profile-image {
	float: left;
	width: 215px;
}

ul.profile-list li .profile-snippet {
	width: 439px;
	float: left;
	position: relative;
	padding: 15px 15px 5px 15px;
}

ul.profile-list li .profile-snippet p {
	font-size: 13px;
	line-height: 17px;
}


ul.profile-list a li {
	display: block;
	background: #FFF;
	width: 684px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;		
}

ul.profile-list a li:hover {
	background: #CCC;
	text-decoration: none;
}



ul.profile-list li .profile-titles {
	float: left;
	width: 440px;
}

ul.profile-list li .profile-titles h2 {
	margin: 0 0 5px 0;
}

ul.profile-list li .profile-titles h3 {
	font-weight: lighter;
}

.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('../image/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }


table.sponsor {
	width: 622px;
	border: 1px solid #750f58;
	margin-bottom: 20px
}

table.sponsor th {
	background: #750f58;
	padding: 20px !important;
	width: 582px;
	overflow: hidden;
	margin: 0px !important;
	text-align: left;
}

table.sponsor td.sponsor-logo {
	background: #FFF;
	width: 200px;
	text-align: center;
}

td.sponsor-title {
	color: #750f58 !important;
	font-size: 22px !important;
	line-height: 22px;
	vertical-align: middle !important;
}

table td.sponsor-text {
	padding: 20px 20px 10px 20px !important;
	background: #EFEFEF;
	font-style: italic !important;
	margin-bottom: 0px !important;
}


table.grey-background td {
	background: #EFEFEF;
}

table.pink-background td {
	background: #f0e6ed;
}

table.awards-table {
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	margin: 0 0 30px 0;
	font-size: 14px;
}

table.awards-table td {
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 10px;
}
	

/* --------------------------------------------------------------
  
[*6] Footer Styles

-------------------------------------------------------------- */

nav#footer {
	clear: both;
	background: #750f58;
	width: 960px;
	overflow: hidden;
}

nav#footer ul {
	width: 920px;
	overflow: hidden;
	list-style-type: none;
	margin: 0px;
	padding: 20px;
}

nav#footer ul li {
	float: left;
	margin: 0px 20px 0px 0px;
}

nav#footer ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

nav#footer ul li a:hover {
	text-decoration: underline;
}


footer {
	background: #660c4b;
	padding: 20px 20px 10px 20px;
	width: 920px;
	color: #FFF;
}

footer p {
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 5px 0;
	padding: 0px;
	color: #FFF;
}

footer a {
	color: #FFF;
	text-decoration: none;
}

footer a:hover {
	color: #FFF;
	text-decoration: underline;
}





/* --------------------------------------------------------------
  
[*7] Typography Styles

-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0px;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 {
	font-size: 24px;
	line-height: 30px;
	color: #b60384;
	margin: 0 0 10px 0;
	padding: 0px;
}

h2 {
	font-size: 20px;
	line-height: 26px;
	color: #b60384;
	margin: 0 0 10px 0;
	padding: 0px;	
}

h3 {
	font-size: 14px;
	line-height: 20px;
	color: #b60384;
	margin: 0 0 10px 0;
	padding: 0px;	
}

h4 {
	font-size: 12px;
	line-height: 17px;
	color: #b60384;
	margin: 0 0 10px 0;
	padding: 0px;	
	text-transform: uppercase;
}

p, .page-content div {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	margin: 0 0 10px 0;
	padding: 0;
}

p.smallfont {
	font-size: 11px;
	line-height: 16px;
}


a {
	color: #b60384;
	text-decoration: none;
}

body.orange .page-content a,
body.orange #page-intro a {
	color: #dc9122;
	text-decoration: none;
}
	

a:hover, body.orange .page-content a:hover,
body.orange #page-intro a:hover {
	color: #999;
}


/* --------------------------------------------------------------
  
[*8] Misc Styles

-------------------------------------------------------------- */

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

.clear {
	clear: both;
	content: ".";
	font-size: 0px;
	height: 0%;
	display: block;
	overflow: hidden;
}

.black {
	color: #000;
}

.purple {
	color: #b60384;
}

.red {
	color: #FF0000;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #999;
	padding: 5px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #999;
	padding: 5px;
}

/* --------------------------------------------------------------
  
[*9] Link Styles

-------------------------------------------------------------- */

.button {
  background: #64094a;
  display: inline-block;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}

body.orange .button {
  background: #dc9122;
  display: inline-block;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}

/* line 76, ../scss/_elements.scss */
.button a, body.orange .button a {
  display: block;
  color: white !important;
  text-decoration: none;
  background: url(../image/arrow-right-white.png) 10px 50% no-repeat !important;
  padding: 0px 10px 0px 25px;
  font-size: 14px;
  line-height: 30px;
}

.button-loggedin {
	float: left;
  display: block;
  color: white;
  text-decoration: none;
  background: #64094a url(../image/arrow-right-purple.png) 10px 50% no-repeat;
  padding: 0px 10px 0px 25px;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-right: 10px;
}

.button a:hover {
	background: #b60384 url(../image/arrow-right-white.png) 10px 50% no-repeat;
	color: #FFF;
}

body.orange .button a:hover {
	background: #B4B4B4 url(../image/arrow-right-white.png) 10px 50% no-repeat !important;
	color: #FFF;
}

a.textlink {
	background: url(../image/arrow-right-purple.png) 0% 50% no-repeat;
	padding-left: 15px;
	color: #b60384;
	margin-right: 10px;
}

a.textlink:hover {
	color: #000;
}

a.buy-button {
  display: inline-block;
  color: white;
  text-decoration: none;
  background: #64094a url(../image/arrow-right-purple.png) 10px 50% no-repeat;
  padding: 5px 10px 5px 20px;
  font-size: 14px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  width: auto;
}

a.buy-button:hover {
	background: #b60384 url(../image/arrow-right-white.png) 10px 50% no-repeat;
}

/* --------------------------------------------------------------
  
[*10] Slider Styles

-------------------------------------------------------------- */
  
.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 684px;
	height: 340px;
	margin-bottom: 15px;
}

.iosSlider .prevButton {
	position: absolute;
	top: 90px;
	left: 15px;
	width: 43px;
	height: 43px;
	background: url(../image/slider-buttons.png) no-repeat 0 0;
	z-index: 2;
}

.iosSlider .nextButton {
	position: absolute;
	top: 90px;
	right: 15px;
	width: 43px;
	height: 43px;
	background: url(../image/slider-buttons.png) no-repeat 100% 0;
	z-index: 2;
}

.iosSlider .slider {
	width: 100%;
	height: 100%;
}

.iosSlider .slider .item {
	position: relative;
	top: 0;
	left: 0;
	width: 684px;
	height: 340px;
}

.iosSlider .slider .item .button span {
	color: #000;
	font: normal 14px/30px "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-shadow: 0 1px 1px #fff;
}


.iosSliderButtons {
	position: absolute;
	bottom: 95px;
	right: 10px;
	height: 10px;
	z-index: 11;
}

.iosSliderButtons .button {
	float: left;
	width: 12px;
	height: 12px;
	background: #999;
	margin: 0 5px 0 0;
	background: url(../image/pagination.png) 0px 0px no-repeat;
}

.iosSliderButtons .selected {
	background: url(../image/pagination.png) 0px -12px no-repeat;
}

.slide-content {
	position: absolute;
	background: url(../image/purple-overlay.png) repeat;
	bottom: 0px;
	left: 0px;
	padding: 20px 20px 0px 20px;
	z-index: 10;
	width: 644px;
	height: 100px;
}

.slide-content h2 {
	color: #FFF;
	font-size: 24px;
	margin: 0 0 10px 0;
	padding: 0px;
}

.slide-content p {
	font-size: 15px;
	line-height: 19px;
	color: #FFF;
}

/* --------------------------------------------------------------
  
[*11] Twitter

-------------------------------------------------------------- */

#ticker {
	height: 75px;
	overflow: hidden;
}

.tweet,
.query {
	font-size: 12px;
	line-height: 17px;
	color: #000;
}

.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	background-color: #FFF;
}
	
.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 0px;
}
		
.tweet_list li a {
	color: #750f58;
	text-decoration: none;
}
		
.tweet_list .tweet_even {
	background-color: #FFF;
}

.tweet_list .tweet_avatar {
	padding-right: .5em; float: left;
	display: none;
}
		
.tweet_list .tweet_avatar img {
	display: none;
	vertical-align: middle;
}

/* --------------------------------------------------------------
  
[*12] Modals

-------------------------------------------------------------- */


#modal {
	display:none;
	overflow:hidden;
	padding:0px;
	position:absolute;
	min-width: 700px;
	min-height:250px;
	z-index:70000;
	background: #FFF; /* Old browsers */
	-moz-box-shadow: 0 1px 9px #333333;
	-webkit-box-shadow: 0 1px 9px #333333;
	box-shadow: 0 1px 9px #333333);

	
}
#close {
	color:#B70A07;
	font-size:12px;
	position:absolute;
	right:10px;
	text-decoration:none;
	top:10px;
	z-index:80000;
	outline: none;
	text-indent: -200px;
	width: 25px;
	height: 25px;
	display: block;
	background: url(../image/close.gif) no-repeat;
	overflow: hidden;
}

#close:hover {
	background: url(../image/close.gif) 0px -25px no-repeat;
}

#overlay {
	display:none;
	height:100%;
	left:0;
	opacity:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:50000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	background:#333333;	
}

#popup {
	float: left;
	width: 620px;
	background-color: #750f58;
	padding: 40px;
}

.popup-left {
	float: left;
	width: 279px;
	padding-right: 30px;
	border-right: 1px solid #292a2f;
}

.popup-left h2 {
	color: #FFF !important;
}

.popup-left p {
	color: #FFF !important;
	font-size: 12px !important
}

/* --------------------------------------------------------------
  
[*13] Tables

-------------------------------------------------------------- */

table.data {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-size: 13px;
	margin-bottom: 15px;
}

table.data td, table.data th {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px 7px;
}

table.data th {
	background: #750f58;
	color: #FFF;
	text-align: left;
}

table.data th.nobgrnd {
	background: none;
}


.registered {
	background: url(../image/valid.png) 0% 50% no-repeat;
	display: block;
	padding-left: 20px;
	height: 20px;
	line-height: 23px;
	color: #5cd053;
}

.unregister {
	background: url(../image/delete.png) 0% 50% no-repeat;
	display: block;
	padding-left: 20px;
	height: 20px;
	line-height: 23px;
	color: #d45252;
}

.delete {
	background: url(../image/delete.png) 0% 50% no-repeat;
	display: block;
	padding-left: 20px;
	height: 20px;
	line-height: 23px;
	color: #d45252;
}

.view {
	background: url(../image/arrow-right-purple.png) 0% 50% no-repeat; 
	display: block;
	padding-left: 12px;
	height: 20px;
	line-height: 23px;
	color: #b60384;
}

.odd {
	background: #EFEFEF;
}




/* --------------------------------------------------------------
  
[*14] Forms

-------------------------------------------------------------- */

form.login-form {
	float: left;
	width: 280px;
	margin-bottom: 10px;
	padding-left: 30px;
}

form.login-form label {
	color: #FFF;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}


form.login-form input {
	width: 260px;
	padding: 5px;
	border: 1px solid #CCC;
	color: #000;
	margin-bottom: 15px;
}

form.login-form input#login,
form.login-form p a.login,
p a.login {
	display: inline-block;
	background: #b60384 url(../image/search-arrow.png) 10px 50% no-repeat;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	padding: 0px 10px 0px 25px;
	margin-bottom: 30px;
	width: auto;
	border: none;
	height: 30px;
	line-height: 30px;
}

form.login-form input#login:hover,
p a.login:hover,
form.login-form p a.login:hover {
	background: #4e093a url(../image/arrow-right-white.png) 10px 50% no-repeat;
	text-decoration: none;
}

form.login-form p a {
	color: #FFF;
	background: url(../image/arrow-right-white.png) 0% 50% no-repeat;
	font-weight: bold;
	padding-left: 15px;
}

form.login-form p a:hover {
	text-decoration: underline;
}

:-moz-placeholder {
    color: #CCC;
}
::-webkit-input-placeholder {
    color: #CCC;
}

.uploadifive-button {
	float: left;
	margin-right: 10px;
}
#queue {
	border: 1px solid #E5E5E5;
	min-height: 177px;
	overflow: auto;
	margin-bottom: 10px;
	padding: 0 3px 3px;
	width: 618px;
}

#applyForm {
	display: none;
}

/* --------------------------------------------------------------
  
[*15] Dropdowns

-------------------------------------------------------------- */


/* Dropdown control */
.selectBox-dropdown {
	float: left;
	display: inline;
	margin-bottom: 0px;
	position: relative;
	border: 0px solid #acacac;
	line-height: 14px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	outline: none;
	background: #b4b4b4 url(../image/select-arrow.gif) 100% 0% no-repeat;
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	/*width: 56px;*/
	height: 22px;
	padding: 0 0 0 5px;
	box-sizing: border-box;
}

body.orange .selectBox-dropdown {
	color: #FFF !important;
}


.selectWide {
	width: 155px;	
}

.selectWider {
	width: 100% !important;	
}

.selectShort {
	width: 80px;
	margin-right: 5px;
	top: 5px;	
}

.selectBox-dropdown:hover {
	color: #FFF !important;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
	border: none;
	outline: none;
}

.selectBox-dropdown.selectBox-menuShowing {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
    display: inline-block;
    margin-top: 4px;
    overflow: hidden;
    padding: 0 0.3em;
    white-space: nowrap;
    width: 100%;
}

.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 100%;
	background: url(https://www.meridian-policynetworking.com/resource/images/arrow-down.png) 50% center no-repeat;
	border-left: none;
}


/* Dropdown menu */
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	border: solid 1px #acacac; /* should be the same border width as .selectBox-dropdown */
	background: #FFF;
	-moz-box-shadow: 0 1px 3px #999999;
	-webkit-box-shadow: 0 1px 3px #999999;
	box-shadow: 0 1px 3px #999999;
	overflow: auto;
	color: #FFF;
	width: 198px !important;
}


/* Inline control */
.selectBox-inline {
	width: 200px;
	outline: none;
	border: solid 1px #BBB;
	background: #FFF;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

.selectBox-inline:focus {
	border-color: #666;
}


/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
	color: #333;
}

.selectBox-options LI A {
	line-height: 1.5;
	padding: 0 .5em;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
	background-color: #EEE;
	text-decoration: none;
}

.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	background-color: #666;
	color: #FFF;
}

.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}


/* Disabled state */
.selectBox.selectBox-disabled {
	color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #666;
}

.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}

#product .selectBox-dropdown {
	width: 150px;
}
.selectBox range-drop selectBox-dropdown {
	display: none;	
}

/* --------------------------------------------------------------
  
[*16] Contact Form

-------------------------------------------------------------- */
/* === Remove input autofocus webkit === */
*:focus {outline: none;}

/* === Form Typography === */
body {font: 14px/21px;}
.form_hint, .required_notification {font-size: 11px;}

/* === List Styles === */
.contact_form ul {
    width:628px;
    list-style-type:none;
	list-style-position:outside;
	margin:0px 0px 20px 0px;
	padding:0px;
}
.contact_form li{
	padding:12px 0px; 
	border-bottom:1px solid #eee;
	position:relative;
} 
.contact_form li:last-child {
	border-bottom:1px solid #777;
}

/* === Form Header === */
.contact_form h2 {
	margin:0;
	display: block;
	background: #f2f1f1;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.required_notification {
	color:#d45252; 
	margin:5px 0 10px 0; 
	display:block;
}

/* === Form Elements === */
.contact_form label {
	width:200px;
	margin-top: 3px;
	display:inline-block;
	float:left;
	padding:3px;
}
.contact_form input {
	height:20px; 
	width:220px; 
	padding:5px 8px;
}

/*
.contact_form input[type="checkbox"] {
	width: 20px;
	height: 20px !important;	
}
*/


.contact_form textarea {padding:8px; width:300px; resize: none;}
.contact_form button {margin-left:156px;}

	/* form element visual styles */
	.contact_form input, .contact_form textarea { 
		border:1px solid #aaa;
		box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
		border-radius:2px;
		padding-right:30px;
		-moz-transition: padding .25s; 
		-webkit-transition: padding .25s; 
		-o-transition: padding .25s;
		transition: padding .25s;
	}
	.contact_form input:focus, .contact_form textarea:focus {
		background: #fff; 
		border:1px solid #555; 
		box-shadow: 0 0 3px #aaa; 
		padding-right:70px;
	}

/* === HTML5 validation styles === */	
.contact_form input:required, .contact_form textarea:required {
	background: #fff;
}
.contact_form input:required:valid, .contact_form textarea:required:valid {
	background: #fff url(../image/valid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	background: #fff url(../image/invalid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

/* === Form hints === */
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #28921f;}
.contact_form input:required:valid + .form_hint::before {color:#28921f;}
	
/* === Button Style === */
button.submit {
	background: #4e093a url(../image/links-arrows.png) 10px 0px no-repeat;
	padding: 0px 20px 0px 25px;
	color: #FFF;
	border: 0px;
	height: 30px;
	line-height: 33px;
	font-size: 14px;
	margin: 0px;
}
button.submit:hover {
	background: #b60384 url(../image/links-arrows.png) 10px -30px no-repeat;
	cursor: pointer; 
}
button.submit:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset; 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
}

.contact_form input.cb {
	width: auto;
	height: auto;
}

.contact_form span.red {
	color: #d45252;
}

.contact_form label.nowidth {
	float: left;
	width: auto;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

.contact_form input.radio {
	float: left;
	width: auto;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

.contact_form input.checkbox {
	float: left;
	width: auto !important;
	margin: 0px 10px 0px 0px !important;
	padding: 0px;
	height: auto !important;
}

.contact_form label.cb-label {
	margin: 0px !important;
	padding: 0px !important;
	float: left;
	line-height: normal;
	height: auto !important;
	line-height: auto !important;
	width: 200px;
}

.more-info {
	float: left;
}

.more-info a {
	background: url(../image/arrow-right-purple.png) 0% 50% no-repeat;
	padding-left: 15px;
	margin-right: 20px;
}

.scottish-info, .graduate-info, .eu-info, .freelance-info, .brum-info {
	background: #EFEFEF;
	border: 1px solid #999;
	width: 604px;
	padding: 10px 10px 10px 10px !important;
	position: relative;
	font-size: 14px !important;
	display: none;
}

.closeme {
	position: absolute;
	top: 5px;
	right: 5px;
	background: #666;
	color: #FFF !important;
	font-size: 10px;
	cursor: pointer;
	padding: 0px !important;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block !important;
}
/*
	
.views, .viewsevents, .viewscourses {
   width: 216px;
   height: 143px;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.views .mask, .viewsevents .mask, .viewscourses .mask, .views .content {
   width: 216px;
   height: 143px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.views img, .viewsevents img, .viewscourses img {
   display: block;
   position: relative;
}
.views a.info {
   background: url(../image/viewall.png) 0px 0px no-repeat !important;
   display: inline-block;
   text-decoration: none;
   padding:0 !important;
   margin: 0px !important;
   text-indent:-9999px;
   width: 216px;
   height: 143px;
}

.viewsevents a.info {
   background: url(../image/viewallevents.png) 0px 0px no-repeat !important;
   display: inline-block;
   text-decoration: none;
   padding:0 !important;
   margin: 0px !important;
   text-indent:-9999px;
   width: 216px;
   height: 143px;
}

.viewscourses a.info {
   background: url(../image/viewallcourses.png) 0px 0px no-repeat !important;
   display: inline-block;
   text-decoration: none;
   padding:0 !important;
   margin: 0px !important;
   text-indent:-9999px;
   width: 216px;
   height: 143px;
}


.third-effect .mask {
   opacity: 0;
   overflow:visible;
   border: 100px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.third-effect a.info {
   position:relative;
   display: block;
   width: 216px;
   height: 143px;
   top: -100px;
   left: -100px;
   opacity: 0;
   -webkit-transition: opacity 0.5s 0s ease-in-out;
   -moz-transition: opacity 0.5s 0s ease-in-out;
   -o-transition: opacity 0.5s 0s ease-in-out;
   -ms-transition: opacity 0.5s 0s ease-in-out;
   transition: opacity 0.5s 0s ease-in-out;
}
.third-effect:hover .mask {
   opacity: 1;
   border: 100px solid rgba(0,0,0,0.7);
}
.third-effect:hover a.info {
	opacity:1;
	-moz-transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
*/

.viewsevents .mask a {
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   width: 100%;
   height: 100%;
   background: url(../image/viewallevents.png) center center no-repeat;
   position: absolute;
   top: 0px;
   left: 0px;
   cursor: pointer;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	display: block;
	text-indent: -9999px;
}

.viewscourses .mask a {
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   width: 100%;
   height: 100%;
   background: url(../image/viewallcourses.png) center center no-repeat;
   position: absolute;
   top: 0px;
   left: 0px;
   cursor: pointer;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0; 
	display: block;
	text-indent: -9999px;
}

.views .mask a {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width: 100%;
	height: 100%;
	background: url(../image/viewall.png) center center no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0; 
	display: block;
	text-indent: -9999px;	  
}

.viewsevents .mask:hover a {
	filter: alpha(opacity=100);
	opacity: 1.0;
	background: url(../image/viewallevents.png) center center no-repeat;
}

.viewscourses .mask:hover a {
	filter: alpha(opacity=100);
	opacity: 1.0;
	background: url(../image/viewallcourses.png) center center no-repeat;
}

.views .mask:hover a {
	filter: alpha(opacity=100);
	opacity: 1.0;
	background: url(../image/viewall.png) center center no-repeat;
}




.video-container {
	position: relative !important;
	padding-bottom: 56.25% !important;
	padding-top: 30px !important;
	height: 0 !important;
	overflow: hidden !important;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}