/* Opportunity Content */

#content button {
	font-family: 'Open sans', Helvetica, Arial, sans-serif;
}
#content div.clearFix h2 {
	border-bottom: none;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 7px;
}
#content .oppoResultsCount {
	border: 1px solid #dddddd;
	border-radius: 3px;
	color: #888888;
	display: inline-block;
	font-family: 'Open sans', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2px;
	margin-top: 7px;
	margin-bottom: 28px;
	padding: 4px 7px 4px 7px;
	text-transform: uppercase;
}
#content .smalltag.postgraduate-opportunities-smalltag {
	font-style: normal;
	margin-bottom: 21px;
}
#content p.opposhortdescription {
	margin-bottom: 7px;
}
#content dl.oppoDetailsInd {
	border: 1px solid #dddddd;
	border-radius: 3px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5;
	margin-bottom: 21px;
	padding: 7px 0;
}
#contactname {
  display: block;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5;
  margin: 28px 0 0px 0;
}
.postgraduate-opportunities-inner .contact-details {
	background: #f9f9f9;
	border: 1px solid #dddddd;
	border-top: 7px solid #f9c000;
	border-radius: 3px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.03);
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	margin-bottom: 42px;
	margin-top: 42px;
	padding: 14px 21px 35px 21px;
}
#content .contact-details h2 {
	border-bottom: none;
	margin-bottom: 0;
}
#content .notice {
	border: 1px solid #dddddd;
	margin-bottom: 35px;
}
/*
#content .contact-details h2:after {
	content: "";
	width: 63px;
	background: #f9c000;
	height: 4px;
	display: block;
	margin-top: 14px;
	margin-bottom: -7px;
}*/

.contactheaders {
	color: #777777;
}
.oppothumb {
	margin-bottom: -14px !important;
	padding-bottom: 0px !important;
}
.postgraduate-opportunities-list #content div.clearFix h2 {
  background: #f9f9f9;
  border: 1px solid #dddddd;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  font-size: 23px;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  padding: 14px;
}
.postgraduate-opportunities-list #content dl {
  border: 1px solid #dddddd;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 10px 20px #f9f9f9;
  box-sizing: border-box;
  margin: 0 0 35px 0;
  padding: 14px 14px 7px 14px;
}
.postgraduate-opportunities-list #content hr {
  border-top: 4px dotted #dddddd;
	display: none;
	margin-top: 21px;
}
#right .rightwidget {
  margin-top: 0;
}
dl.oppoDetails {
	line-height: 1.5;
}
#content .oppoDetails dt {
	border-top: none;
	color: #777777;
	font-weight: 500;
  margin-bottom: 7px;
	padding-bottom: 0px;
	padding-right: 5%;
	padding-top: 0px;
	width: 14%;
}
#content .oppoDetailsInd dt {
	border-bottom: 1px solid #dddddd;
	border-top: none;
	box-sizing: border-box;
	color: #777777;
	font-weight: 400;
	padding-bottom: 14px;
	padding-left: 14px;
	padding-top: 14px;
	padding-right: 14px;
	width: 30%;
}
#content .oppoDetailsInd dt:last-of-type,
#content .oppoDetailsInd dd:last-of-type {
	border-bottom: none;
}
#content .oppoDetails dd {
	border-top: none;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 75%;
}
#content .oppoDetailsInd dd {
	border-bottom: 1px solid #dddddd;
	border-top: none;
	box-sizing: border-box;

	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 14px;
	width: 70%;
}
#content form button.back {
	background-color: #416ebf;
	border-color: #416ebf;
	color: #ffffff;
}
#content form button.back:hover {
	background-color: #375da2;
	border-color: #375da2;
	color: #ffffff;
}

/* Trial */

#right input[type="submit"] {
    background: #416ebf url(/_assets/_gfx/search-icon-white.svg) 5px 4px no-repeat;
	background-size: 15px;
    border: 2px solid #3763b2;
	border-radius: 16px;
  color: #ffffff;
	font-family: 'Open Sans', Helvetica, Arial, serif;
    line-height: 1.4;
	max-width: 70%;
	min-width: 90px;
	padding: 3px 10px 3px 21px;
	transition: all 0.3s ease-out;
    width: auto;
}
#right input[type="submit"]:hover {
	background-color: #3763b2;
	cursor: pointer;
}
#right input[type="submit"]:active {
	background-color: #5283db;
}

/* End trial */

/* Opportunity search */

#right form.opportunitiessearch label {
	display: inline-block;
	margin-bottom: 3px;
}
#right form.opportunitiessearch p {
	padding: 0 0 7px 0;
	border-bottom: none;
}
#right form.opportunitiessearch input[type="submit"] {
	background-color: #416ebf;
	border: 2px solid #3763b2;
	padding: 3px 10px 3px 17px;
	border-radius: 16px;
	cursor: pointer;
}
#right form.opportunitiessearch input[type="submit"]:hover {
	background-color: #375da2;
	color: #ffffff;
    border: 2px solid #375da2;
}
#right form.opportunitiessearch fieldset {
	background: #f5f5f5;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	border-radius: 3px;
	margin-bottom: 14px;
	padding: 14px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#right label,
#right input,
#right textarea,
#right select {
	box-sizing: border-box;
	width: 100%;
}
#right .opportunitiessearch p {
	margin-bottom: 7px;
}
#right input {
	border-radius: 3px;
	margin-bottom: 0;
	padding: 3px;

}
#right select {
	margin-bottom: 0;
	padding: 3px 0;
}
#right li {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	margin: 0 0 0 16px;
	padding: 0 0 5px 0;
	list-style-position: outside;
}

/* Pagination */

#content #pagination.dark-theme {
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 3px;
	margin-left: 0;
	margin-top: 49px;
	overflow: hidden;
	padding: 14px 14px 0px 14px;
}
#content #pagination.dark-theme:before {
	content: 'More opportunities';
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 14px;
}
#content #pagination.dark-theme li {
	margin-right: 3px;
	margin-bottom: 10px;
	text-align: center;
}
#content #pagination.dark-theme a,
.dark-theme span {
	background: #416ebf;
	border: 1px solid #d1d7df;
	border-radius: 3px;
	box-shadow: none;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding: 2px 7px 2px 7px;
	transition: all 0.3s ease-out;
	width: 17px;
}
#content #pagination.dark-theme .current {
	background: #f5f5f5;
	border: 1px solid #dddddd;
	box-shadow: none;
	color: #333333;
	font-weight: 700;
	padding: 2px 7px 2px 7px;
}
#content #pagination.dark-theme li.disabled {
	display: none;
}
#content #pagination.dark-theme a.prev {
  	background: #416ebf url(/_assets/_gfx/yellow-arrow-back-small.svg) 8px center no-repeat;
	background-size: 7px 12px;
	margin-right: 3px;
	padding: 2px 7px 2px 25px;
	width: 40px;
}
#content #pagination.dark-theme a.next-btn {
	background: #416ebf url(/_assets/_gfx/yellow-arrow-forward-small.svg) right 8px center no-repeat;
    background-size: 7px 12px;
    padding: 2px 25px 2px 7px;
	width: 40px;
}
#content #pagination.dark-theme a:hover,
.dark-theme span:hover,
#content #pagination.dark-theme a.prev:hover,
#content #pagination.dark-theme a.next-btn:hover {
	background-color: #003399;
}
#right form#viewallright button {
	border-radius: 28px;
	cursor: pointer;
	padding: 7px;
	width: 100%;
}



/* Opportunity search mobile */

@media only screen and (max-width: 768px) {
	#contentwrapper.postgraduate-opportunities-list {
		display: flex;
		flex-wrap: wrap-reverse;
	}
	#contentwrapper.postgraduate-opportunities-inner {
		display: block;
		flex-wrap: nowrap;
	}
	#contentwrapper.postgraduate-opportunities-list #right .rightwidget {
		padding-right: 0;
	}
	#contentwrapper.postgraduate-opportunities-list #right fieldset {
		margin-right: 0;
	}
	#contentwrapper.postgraduate-opportunities-list #right .rightwidget {
		box-sizing: border-box;
	}
	#contentwrapper.postgraduate-opportunities-list #right .rightwidget {
		border-top: none;
		width: 100%;
		margin-top: 0px;
	}
	#contentwrapper.postgraduate-opportunities-list #right .rightwidget h2 {
		margin-bottom: 14px;
	}
	#right form.opportunitiessearch {
		width: 100%;
	}
	#right form.opportunitiessearch fieldset {
		width: 100%;
		box-sizing: border-box;
		padding: 14px 21px;
		margin-bottom: 21px;
	}
	#right form.opportunitiessearch form {
		width: 100%;
		float: left;
	}
	#right form.opportunitiessearch p {
		margin-top: 7px;
	}
	#right form.opportunitiessearch select,
	#right form.opportunitiessearch input[type="text"] {
		width: 100%;
		margin-top: 7px;
		margin-bottom: 0;
		box-sizing: border-box;
		height: 30px;
	}
	#right form.opportunitiessearch label {
		margin-top: 7px;
		margin-bottom: 1px;
	}
	#right form.opportunitiessearch input[type="submit"] {
		padding: 4px 14px;
		padding-left: 28px;
		border-radius: 16px;
		height: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4px;
		background-position: -56px 7px;
	}
	#right form#viewallright button {
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding: 7px 14px;
		width: auto;
		border-radius: 21px;
	}
}



@media only screen and (max-width: 700px) {
	#content .oppoDetails dt {
		width: 25%;
	}
	#content .oppoDetails dd {
		width: 70%;
	}
	#content form button.back {
		width: 178px !important;
	}
	#right {
		width: 96%;
		padding-left: 0;
	}
}

@media only screen and (max-width: 450px) {
	#content .oppoDetailsInd dt,
	#content .oppoDetailsInd dd {
		width: 100%;
	}
	#content .oppoDetailsInd dt {
		border-bottom: none;
		padding-bottom: 0;
		font-size: 13px;
	}
	#content .oppoDetailsInd dd {
		padding-left: 14px;
		padding-top: 7px;
	}
}
