/* ----- News and Events Stylesheet ID67143 ----- */

/* Font Awesome */

/* Fix for icons sizes */
.column-4 i.fa.fa-comments-o {font-size: 50px;}
.column-4 i.fa.fa-play-circle {font-size: 50px;}
.column-4 i.fa.fa-link {font-size: 40px;}

.container * {
	margin: 0;
	padding: 0;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a, input, button, div, h3, img, i {
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}

p:empty {
	display: none !important;
}

input:focus {
	outline: none;
}
::-moz-selection {
 color: white;
 background: #004a97;
}
::selection {
	color: white;
	background: #004a97;
}
.column__content a:visited h3 {
	color: #53606a;
}
.row a p, .tablet-row a p {
	color: #555;
}
.container a {
	text-decoration: none;
	/*color: black;*/
}
a:hover h3 {
	text-decoration: none !important;
}
.container h2.section__heading {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	font-size: 1.7em;
	line-height: 1.2;
	padding: 0 0 10px 0;
}

.container h2 a {
	color:#222;
}

.container h2 a:hover {
	color: #004A97;
}

.container h2 a:after {
   content: "\00BB";
   padding:0 0 0 7px;
   -webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
}

.container h2 a:hover:after {
  padding:0 0 0 10px;
}

h2 span {
	font-family: "Serifa Light", cambria, arial, sans-serif;
}
h3 {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.2;
}
@media only screen and (max-width: 768px) {
h2 {
	padding: 0 0 5px 0;
}
}
@media only screen and (max-width: 468px) {
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
	line-height: 1.1;
}
}
/* li {
	list-style: none;
} */

/* animations */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
 @-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
 @-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
 @-webkit-keyframes fadeIn {
0% {
opacity:0
}
to {
	opacity: 1
}
}
@keyframes fadeIn {
0% {
opacity:0
}
to {
	opacity: 1
}
}
/* Container styles */

.container {
	max-width: 1141px;
	margin: 0 auto;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
@media only screen and (max-width: 768px) {
.container {
	max-width: 768px;
}
}
/* Column styles */

.row {
	clear: both;
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 20px 10px;
}
.tablet-row {
	clear: both;
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 15px 7.5px;
}
@media only screen and (max-width: 468px) {
.tablet-row {
	border-spacing: 15px 0;
}
}
 [class*="column-"] {
 display: table-cell;
 vertical-align: top;
 -moz-transition: 0.6s;
 -o-transition: 0.6s;
 -webkit-transition: 0.6s;
 transition: 0.6s;
}
.column-12 {
	width: 100%;
}
.column-9 {
	width: 75%;
	float: left;
}
.column-8 {
	width: 66.66%;
}
.column-6 {
	width: 50%;
}
.column-4 {
	width: 33.33%;
}
.column-3 {
	width: 25%;
	float: left;
}
/*
.row [class*="column-"]:last-child {
	padding-right: 0;
}
*/
 @media only screen and (max-width: 768px) {
.row {
	height: auto;
}
.column-12 {
	width: 100%;
}
.column-9 {
	width: 100%;
	float: left;
	clear: both;
}
.column-8 {
	width: 100%;
}
.column-6 {
	width: 50%;
}
.column-4 {
	width: 50%;
}
.column-3 {
	width: 100%;
}
}
 @media only screen and (max-width: 468px) {
 [class*="column-"] {
 padding:0;
 display:block;
}
[class*="column-"] {
 clear:both;
 float:left;
}
.column-12 {
	width: 100%;
}
.column-9 {
	width: 100%;
}
.column-8 {
	width: 100%;
}
.column-6 {
	width: 100%;
}
.column-4 {
	width: 100%;
	float: left;
	clear: both;
}
.column-3 {
	width: 100%;
}
}
/* Owl carousel */

.owl-carousel {
	overflow: hidden;
}
.carousel__container {
	width: 100%;
}
.carousel__container .container {
	height: 100%;
}
.carousel__full-content-width .carousel__item, .owl-carousel, .carousel__full-content-width {
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	height: 100%;
}
.carousel__full-content-width .carousel__item > img {
	width: 100%;
	height: auto;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	object-fit: cover;
    min-height:700px;
}
.carousel__item__overlay {
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	cursor: pointer;
	background: rgba(0,0,0,0.4);
	background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
	background-size: 100% 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.carousel__full-content-width .owl-pagination {
	bottom: 10px;
}
.carousel__full-content-width .owl-pagination .active span, .carousel__full-content-width .owl-pagination span {
	width: 12px;
	height: 12px;
	border: none;
}
.carousel__content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 20;
	width: 33%;
	padding: 0 20px 0 0;
}

.carousel__content * {
	color: white;
	margin: 0;
	padding: 0;
}
.carousel__content h2 {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	display: none;
	font-size: 45px;
	line-height: 1;
    padding: 0 0 10px 0;
}
.carousel__content h4 {
	display: none;
	padding: 11px 10px 3px 10px;
	font-family: SerifaCon-Med, cambria, arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.3em;
	line-height: 1;
	font-weight: normal;
	color: black;
	margin: 0 0 15px 0;
	background: white;
}
.carousel__content h4.pink {
	background: #ea0096;
}
.carousel__content p {
	font-size: 21px;
	display: none;
}
@media only screen and (min-width: 768px) {
.carousel__container:hover img {
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.10, 1.10);
	-moz-transform: scale(1.10, 1.10);
	-ms-transform: scale(1.10, 1.10);
	-o-transform: scale(1.10, 1.10)
}
.carousel__container:hover .carousel__item__overlay {
	background-color: rgba(0,0,0,0.4);
}
}
.carousel__container {
	width: 100%;
}
.active .carousel__content h2 {
	display: block;
	animation: fadeIn 2s;
	-webkit-animation: fadeIn 2s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.active .carousel__content h4 {
	display: inline-block;
	animation: fadeIn 2s;
	-webkit-animation: fadeIn 2s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
.active .carousel__content p {
	display: block;
	animation: fadeIn 2s;
	-webkit-animation: fadeIn 2s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

.carousel__full-content-width .owl-buttons .owl-prev {
	background: url(/media/mmuacuk/style-assets/images/news--events/arrow-pointing-left.svg) center center no-repeat;
	width: 30px;
	text-align: left;
	text-indent: -8000em;
	opacity: 0.5;
}
.carousel__full-content-width .owl-buttons .owl-next {
	background: url(/media/mmuacuk/style-assets/images/news--events/arrow-pointing-right.svg) center center no-repeat;
	width: 30px;
	text-align: left;
	text-indent: -8000em;
	opacity: 0.5;
}

.carousel__full-content-width .owl-buttons .owl-next:hover, .carousel__full-content-width .owl-buttons .owl-prev:hover {
	opacity: 0.9;
}
.carousel__full-content-width .owl-buttons .owl-next {
	right: -50px;
}
.carousel__full-content-width .owl-buttons .owl-prev {
	left: -50px;
}
.carousel__container:hover .carousel__full-content-width .owl-buttons .owl-next {
	right: 15px;
}
.carousel__container:hover .carousel__full-content-width .owl-buttons .owl-prev {
	left: 15px;
}
 @media only screen and (max-width: 768px) {
.carousel__item__overlay {
	background: rgba(0,0,0,0.7);
}
.carousel__content {
	top: 20px;
	left: 20px;
	transform: none;
	z-index: 20;
	width: 100%;
}
.carousel__content h2 {
	font-size: 26px;
}
.carousel__content p {
	font-size: 17px;
}
.carousel__content h4 {
	display: none !important;
}
.carousel__full-content-width .carousel__item > img {
	max-height:250px;
    min-height:250px;
}
}
@media only screen and (max-width: 468px) {
.carousel__content {
	top: 20px;
	left: 20px;
	transform: none;
	z-index: 20;
	width: 100%;
	padding: 0 40px 0 0;
}
.carousel__content h2 {
	font-size: 21px;
}
.carousel__content p, .active .carousel__content p {
	display: none;
}
.carousel__full-content-width .carousel__item > img {
	max-height:150px;
    min-height:150px;
}
.owl-buttons {
    display:none;
}
}
 @media screen and (min-width:768px) and (max-width:1300px) {
.carousel__content {
	left: 0;
	transform: none;
	z-index: 20;
	width: 100%;
	padding: 0 60px 60px;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.carousel__content h2 {
	font-size: 2em;
}
}
/* Column content */

.column__content {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.column__content > a {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	z-index: 10;
    width:100%;
}
.column__content .column__content__detail {
	padding: 20px;
}
.column__content .img__container {
	overflow: hidden;
	position: relative;
	padding-bottom: 50%;
    width:100%;
}
.column__content img {
	width: 100%;
	height: auto;
	position: absolute;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}
@media only screen and (min-width: 768px) {
.column__content a:hover img {
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
}
a:hover .img__container__overlay {
	background: rgba(0,0,0, 0.6);
}
a:hover .img__container__overlay p {
	display: block;
}
}
.img__container__overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 400;
	text-align: center;
}
.img__container__overlay p {
	display: none;
	animation: fadeInUp 0.35s;
	-webkit-animation: fadeInUp 0.35s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
	position: relative;
	top: calc(50% - 10px);
	transform: translateY(-50%);
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	font-size: 1.2em;
}
.img__container__overlay .fa {
	color: white;
	font-size: 26px;
}
.column__content > a:hover h3 {
	text-decoration: underline;
	color: #004a97;
}

@media screen and (orientation: landscape) {
.carousel__content {
	width: 50%;
}
}

/* featured articles */

.featured__articles {
	padding: 40px 0;
	clear: both;
}
.featured__articles [class*="column-"] {
	position: relative;
}
.featured__articles .row:first-child {
	margin: 0 0 0 0;
}
.featured__articles .column-8 {
	width: 67.3%;
	background: #eee;
}
.featured__articles .column__content .column__content__detail {
	padding: 40px 30px 30px 30px;
}
.featured__articles .row:first-child [class*="column-"]:first-of-type .column__content {
	background: #f6f3f3;
}
.featured__articles [class*="column-"] [class*="column-"]:first-of-type {
	padding-left: 0;
}
.featured__articles .row [class*="column-"] [class*="column-"]:not(:first-of-type) {
	padding: 0;
}
.featured__articles .row [class*="column-"] [class*="column-"]:not(:first-of-type) .column__content__detail {
	padding: 30px 30px 30px 15px !important;
}
.featured__articles h3 {
	font-size: 1.7em;
	padding: 0 0 7px 0;
}
.featured__articles p {
	font-size: 17px;
	line-height: 1.4;
}
.featured__articles [class*="column-"] h4 {
	position: absolute;
	top: 0;
	left: 0;
	padding: 9px 10px 3px 10px;
	font-family: SerifaCon-Med, cambria, arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1;
	font-weight: normal;
	z-index: 10;
	margin: 0;
}
.featured__articles [class*="column-"] h4.orange {
	background: #eb7120;
	color: white;
}
[class*="column-"].blue {
	background: #0191b3;
}
[class*="column-"].blue h4 {
	background: white;
	color: #0191b3;
}

[class*="column-"].dark-blue {
	background: #7dc148;
}
[class*="column-"].dark-blue h4 {
	background: white;
	color: #7dc148;
}

[class*="column-"].red {
	background: #b01657;
}
[class*="column-"].red h4 {
	background: white;
	color: #b01657;
}

[class*="column-"].purple {
	background: #8D70B0;
}
[class*="column-"].purple h4 {
	background: white;
	color: #8D70B0;
}

[class*="column-"].green {
	background: #01a8a9;
}
[class*="column-"].green h4 {
	background: white;
	color: #01a8a9;
}
[class*="column-"].white h4 {
	background: #dc137d;
	color: white;
}

[class*="column-"].green h4 {
	background: white;
	color: #01a8a9;
}
[class*="column-"].white h4 {
	background: #dc137d;
	color: white;
}
[class*="column-"].white {
	box-shadow: 0px 0px 8px #ccc;
}
[class*="column-"].blue *, [class*="column-"].green *, [class*="column-"].dark-blue *, [class*="column-"].red *, [class*="column-"].purple *, [class*="column-"].green a:visited h3, [class*="column-"].dark-blue *, [class*="column-"].red *,  [class*="column-"].blue a:visited h3, [class*="column-"].red a:visited h3, [class*="column-"].blue a:visited h3, [class*="column-"].dark-blue a:visited h3, [class*="column-"].purple a:visited h3   {
	color: white;
}
.featured__articles .column-8 {
	position: relative;
}
.featured__articles .column-8 {
	background-size: cover !important;
    background-position: center !important;
}
.featured__articles .column-8 .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.6);
	background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
}
.featured__articles .column-8 .column__content__detail * {
	color: white;
}
.featured__articles .video__article {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	position: relative;
}
.featured__articles .video__article .img__container__overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 400;
	text-align: center;
}
.featured__articles .video__article *, .featured__articles .video__article .column__content a:visited h3 {
	color: white;
}
.featured__articles .video__article .column__content__detail {
	position: absolute;
	bottom: 0;
	z-index: 400;
	padding: 0 15px 5px 15px;
}
.featured__articles .video__article i {
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	font-size: 100px !important;
	z-index: 400;
	opacity: 0.6;
}
.featured__articles .video__article a:hover i {
	opacity: 0.9;
}
.featured__articles .video__article .column__content__detail h3 {
	font-size: 1.2em;
	line-height: 1.2;
}
.featured__articles .video__article .img__container__overlay {
	background: rgba(0,0,0, 0.6);
	background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
}
.featured__articles .video__article a:hover .img__container__overlay {
	background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
}
 @media only screen and (max-width: 768px) {
.featured__articles {
	padding: 10px 0;
}
.featured__articles .column-8 {
	width: 100%;
}
.featured__articles .col-half {
	width: 100%;
}
.featured__articles .row [class*="column-"] [class*="column-"] {
	width: 100%;
}
.featured__articles [class*="column-"] [class*="column-"]:first-of-type img {
	display: none;
}
.featured__articles [class*="column-"] {
	padding: 0 0 15px 0;
}
.featured__articles .row:last-of-type [class*="column-"]:last-of-type {
	padding: 0;
}
.featured__articles .row:first-child {
	margin: 0;
}
}
 @media only screen and (max-width: 468px) {
.featured__articles {
	padding: 10px 0 0 0;
}
.featured__articles [class*="column-"] {
	margin: 0 0 15px 0;
}
.featured__articles h3 {
	font-size: 1.4em;
	line-height: 1.2;
}
.featured__articles .column__content .column__content__detail {
	padding: 40px 20px 20px 20px;
}
.featured__articles [class*="column-"] {
	padding: 0;
}
.featured__articles .video__article {
	min-height: 300px;
}
}
 @media only screen and (min-width: 768px) {
.featured__articles [class*="column-"] .column__content {
	min-height: 354px;
}
}
/* Latest news styles */

.latest__news {
	background: #f2f3f3;
	padding: 40px 0;
	clear: both;
}
.latest__news [class*="column-"] {
	background: white;
}
.latest__news .row:first-of-type {
	margin: 0 0 0 0;
}
/*
.latest__news .column__content > a p:last-child  {
	color: #004a97;
}
*/
.latest__news [class*="column-"]:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
/*
.latest__news .column__content .column__content__detail p:last-child {
	padding: 15px 0 0 0;
	font-weight: bold;
}
*/
.latest__news .column__content .column__content__detail h3 {
	padding: 0 0 4px 0;
}
.latest__news .row:first-of-type {
	margin: 0;
}
.latest__news [class*="column-"] {
	margin: 0 0 15px 0;
}
 @media only screen and (max-width: 768px) {
.latest__news {
	padding: 10px 0;
}
}
@media only screen and (max-width: 468px) {
.latest__news {
	padding: 10px 0 0 0;
	clear: both;
}
}
.col-half {
	width: 48.5%;
	float: left;
}
/* Videos and opinion */

.videos__opinions {
	padding: 30px 0;
}
.video__listing li {
	float: left;
	clear: both;
	display: block;
	margin: 0 0 0 0;
}
.video__listing li a {
	display: block;
	float: left;
	padding: 10px 0;
	position: relative;
}
.video__listing li a h3 {
	font-size: 1.2em;
}
.video__listing li a img {
	display: block;
	position: absolute;
}
.video__listing li a .video__listing__text {
	float: left;
	width: calc(100% - 200px);
	padding: 0 0 0 15px;
}
/*
.video__listing li a:hover {
	background: #eee;
}
*/
.video__listing li a:hover h3 {
	color: #004a97;
}
.video__listing li a:hover p {
	color: black;
}
.image__container {
	position: relative;
	overflow: hidden;
	padding-right: 200px;
	padding-bottom: 18%;
    min-height:97px;
}
.videos__opinions .image__container {
	float: left;
}
.image__container__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 100;
}
.image__container__overlay i {
	animation: fadeInUp 0.35s;
	-webkit-animation: fadeInUp 0.35s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
	position: relative;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	font-size: 4em;
	color: rgba(255,255,255,0.7);
	text-align: center;
}
@media only screen and (min-width: 768px) {
.video__listing li a:hover .image__container__overlay i {
	color: rgba(255,255,255,1);
}
.video__listing li a:hover .image__container__overlay {
	background: rgba(0,0,0,0.7);
}
.video__listing li a:hover img {
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.10, 1.10);
	-moz-transform: scale(1.10, 1.10);
	-ms-transform: scale(1.10, 1.10);
	-o-transform: scale(1.10, 1.10)
}
}
 @media only screen and (max-width: 768px) {
.image__container {
	padding-right: 0;
	padding-bottom: 50%;
}
.videos__opinions {
	padding: 10px 0;
}
.videos__opinions .column-6 {
	float: left;
	clear: both;
	width: 100%;
}
.video__listing li {
	width: 50%;
	clear: none;
	display: table-cell;
	margin: 0;
}
.video__listing li:nth-child(odd) a {
	padding: 5px 7.5px 5px 0;
}
.video__listing li:nth-child(even) a {
	padding: 5px 0 5px 7.5px;
}
.video__listing li a .video__listing__text {
	float: left;
	width: 100%;
	clear: both;
	padding: 10px 0 0 0;
}
.video__listing li a img {
	max-width: none;
	width: 100%;
	height: auto;
	padding: 0;
}
.image__container {
	width: 100%;
}
}
 @media only screen and (max-width: 468px) {
.video__listing li {
	width: 100%;
	clear: none;
	margin: 0 0 15px 0;
}
.video__listing li a {
	padding: 0;
}
.video__listing li:nth-child(odd) a, .video__listing li:nth-child(even) a {
	padding: 0;
}
}
 @media screen and (min-width:768px) and (max-width:1411px) {
.video__listing li .image__container {
	display: none;
}
.video__listing li a .video__listing__text {
	width: 100%;
	padding: 0;
}
}
/* Footer contact details */

.footer__contact__details {
	padding: 10px 0;
	background: #333;
	clear: both;
}
.footer__contact__details .asbutton {
	border: 2px solid transparent;
	background: white;
	text-align: center;
	display: inline-block;
	padding: 10px 20px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: black;
	font-weight: bold;
	border-radius: 3px;
}
.footer__contact__details h3 {
	font-size: 1.6em;
}
.footer__contact__details [class*="column-"] {
	position: relative;
}
.footer__contact__details [class*="column-"] * {
	color: white;
}
.footer__contact__details [class*="column-"]:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-width: 14px;
	border-style: solid;
	border-color: #333 #333 transparent transparent;
}
.footer__contact__details [class*="column-"]:nth-child(1) {
	background: #00a8a9;
}
.footer__contact__details [class*="column-"]:nth-child(2) {
	background: #53606b;
}
.footer__contact__details [class*="column-"]:nth-child(3) {
	background: #3a6a83;
}
.footer__contact__details [class*="column-"]:nth-child(1) .asbutton {
	color: #00a8a9;
}
.footer__contact__details [class*="column-"]:nth-child(2) .asbutton {
	color: #53606b;
}
.footer__contact__details [class*="column-"]:nth-child(3) .asbutton {
	color: #3a6a83;
}
.footer__contact__details [class*="column-"] a:hover .asbutton {
	border: 2px solid white;
	background: none;
	color: white;
}
.footer__contact__details [class*="column-"] * {
	color: white;
}
.footer__contact__details .column__content .column__content__detail p {
	padding: 0 0 100px 0;
}
 @media only screen and (max-width: 768px) {
.footer__contact__details {
	padding: 15px 15px;
	float: left;
}
.footer__contact__details .column-4 {
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0 15px 0;
}
.footer__contact__details .column-4:last-of-type {
	margin: 0;
}
.footer__contact__details .column__content .column__content__detail p {
	padding: 0;
}
.footer__contact__details .asbutton {
	position: static;
	margin: 0 0 20px 20px;
}
}
@media only screen and (max-width: 768px) {
.footer__contact__details {
	padding: 15px;
	float: left;
}
.footer__contact__details .column-4 {
	margin: 0 0 15px 0;
}
}
.footer__tag {
	margin-top: 0;
}
.see__all {
	float: left;
	padding: 4px 0 0 10px;
}
.section__heading {
	float: left;
}
.latest__news .see__all {
	margin: 0 20px 0 0;
}
.latest__news .section__heading, .featured__articles .section__heading, .vc__voice .section__heading, .events__listing .section__heading {
	margin: 0 0 0 20px;
}
@media only screen and (max-width: 768px) {
.latest__news .section__heading, .featured__articles .section__heading {
	margin: 5px 0 0 15px;
}
.videos__opinions .section__heading {
	margin: 5px 0 0 15px;
}
.see__all {
	float: right;
	padding: 9px 15px 0 0;
}
.latest__news .see__all {
	margin: 0;
}
}
@media only screen and (max-width: 768px) {
.see__all {
	float: right;
	padding: 6px 15px 0 0;
}
}
.carousel__full-content-width .carousel__item, .owl-carousel, .carousel__full-content-width {
	max-height: 500px !important;
}
/* Events listings */

.events__listing {
	padding: 50px 0 35px 0;
	background: #3a6a82;
	clear: both;
}
.events__listing * {
	color: white !important;
}
.events__listing ul {
	width: 100%;
}
.events__listing ul li {
	min-width: 33%;
	float: left;
}
.events__listing ul li:before {
	font-family: FontAwesome;
	content: "\f272";
	float: left;
	margin-bottom: 30px;
	font-size: 34px;
	margin-right: 10px;
}
.events__listing ul li p {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.2;
}
.events__listing ul li p, .events__listing .see__all {
	color: #aebac4;
}
.events__listing ul li span {
	font-weight: bold;
	width: 95%;
	display: block;
    opacity:0.5;
}
 @media only screen and (max-width: 768px) {
.events__listing {
	padding: 25px 0 25px 0;
}
}
@media only screen and (max-width: 468px) {
.events__listing .row {
	border-spacing: 20px 0;
}
}
/* VC Voice */

.vc__voice {
	padding: 40px 0 40px 0;
	clear: both;
}
.vc__voice ul li {
	float: left;
	clear: both;
	display: block;
	margin: 0 0 20px 0;
}
.vc__voice ul li a {
	display: block;
	float: left;
	padding: 0 0 0 0;
	position: relative;
}
.vc__voice ul li a h3 {
	font-size: 1.2em;
}
.vc__voice ul li a img {
	float: left;
	display: block;
	max-width: 200px;
	height: auto;
}
.vc__voice ul li a .video__listing__text {
	float: left;
	width: calc(100% - 200px);
	padding: 0 0 0 15px;
    /* min-height: 110px; */
}
.vc__voice ul li a .video__listing__text p {
	font-size:15px;
}
.vc__voice .column__content .column__content__detail {
	padding: 15px 0 0 0;
}
 @media only screen and (max-width: 768px) {
.vc__voice ul li a {
	float: none;
	padding: 10px 0;
}
}
/*
.video__listing li a:hover {
	background: #eee;
}
*/
.vc__voice ul li a:hover h3 {
	color: #004a97;
}
.vc__voice ul li a:hover p {
	color: black;
}
.image__container {
	position: relative;
	overflow: hidden;
	float: left;
}
.image__container__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 100;
}
.image__container__overlay i {
	animation: fadeInUp 0.35s;
	-webkit-animation: fadeInUp 0.35s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
	position: relative;
	top: calc(50% - 26px);
	left: calc(50% - 20px);
	font-size: 3em;
	color: rgba(255,255,255,0.7);
	text-align: center;
}
ul.thumbnail__listing img {
	width: 100%;
	height: auto;
	position: absolute;
}
 @media only screen and (min-width: 768px) {
ul.thumbnail__listing li a:hover .image__container__overlay i, ul.article__listing li a:hover .image__container__overlay i {
	color: rgba(255,255,255,1);
}
ul.thumbnail__listing li a:hover .image__container__overlay, ul.article__listing li a:hover .image__container__overlay {
	background: rgba(0,0,0,0.7);
}
ul.thumbnail__listing li a:hover img, ul.article__listing li a:hover img {
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.10, 1.10);
	-moz-transform: scale(1.10, 1.10);
	-ms-transform: scale(1.10, 1.10);
	-o-transform: scale(1.10, 1.10)
}
}
 @media only screen and (max-width: 768px) {
.vc__voice {
	padding: 10px 0;
}
.vc__voice [class*="column-"] {
	display: block;
	width: 100%;
}
.vc__voice [class*="column-"]:first-of-type {
	margin: 0 0 0 0;
}
.vc__voice ul li {
	width: 50%;
	clear: none;
	display: block;
	margin: 0 0 10px 0;
}
.vc__voice ul li:last-child {
	width: 100%;
	clear: none;
	display: block;
	margin: 0;
}
.vc__voice ul li a {
	padding: 5px 7.5px;
}
.vc__voice ul li a .video__listing__text {
	float: left;
	width: 100%;
	clear: both;
	padding: 10px 0 0 0;
}
.vc__voice ul li a img {
	max-width: none;
	width: 100%;
	height: auto;
	padding: 0;
}
.image__container {
	width: 100%;
}
.vc__voice ul.thumbnail__listing li:first-child a {
	padding-left: 0;
}
.vc__voice ul.thumbnail__listing li:nth-child(2) a {
	padding-right: 0;
}
.vc__voice ul.thumbnail__listing li:last-child a {
	padding: 0;
}
}
 @media only screen and (max-width: 468px) {
.vc__voice ul li {
	width: 100%;
	clear: none;
	margin: 0 0 15px 0;
}
.vc__voice ul li a {
	padding: 0;
}
.vc__voice [class*="column-"]:first-of-type {
	margin: 0 0 15px 0;
}
}
 @media screen and (min-width:768px) and (max-width:1411px) {
.vc__voice ul li a .image__container {
	display: none;
}
.vc__voice ul li a .video__listing__text {
	width: 100%;
	padding: 0;
}
}
/* Search bar */

.search__bar {
	background: #0091b3;
	clear: both;
	float: left;
	width: 100%;
}
.search__bar .container {
	position: relative;
	clear: both;
	width: 100%;
}
::selection {
	background: #212129;
}

::-webkit-input-placeholder {
 color: white;
}
::-moz-placeholder {
 color: white;
}
:-ms-input-placeholder {
 color: white;
}
:-moz-placeholder {
 color: white;
}
.search-wrapper {
	float: right;
}
.search-wrapper {
	width: 100%;
	position: relative;
	float: left;
	clear: both;
	border-radius: 3px;
	padding: 15px 20px;
}
.search-wrapper input[type=text] {
	float: left;
	width: 100%;
	border: none;
	padding: 10px;
	height: 55px;
	border-radius: 3px;
	outline: none;
	font-size: 24px;
}
.search-wrapper .search__button {
	position: absolute;
	right: 20px;
	width: 55px;
	height: 55px;
	border: none;
	background: #333;
	text-align: center;
	color: #fff;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor: pointer;
	font-size: 20px;
}
.search-wrapper ::-webkit-input-placeholder {
 color: #999;
}
.search-wrapper ::-moz-placeholder {
 color: black;
}
.search-wrapper ::-ms-input-placeholder {
 color: #999;
}
.search-wrapper ::-moz-placeholder {
color: #999;
}

@media only screen and (max-width: 468px) {
.search-wrapper input[type=text] {
	font-size: 18px;
}
}

/* News single styling */

/* News hero banner */

.hero__banner {
	width: 100%;
	height: 400px;
	background-size: cover !important;
}
.hero__banner .container {
	position: relative;
	height: 100%;
}
.hero__banner__content {
	color: white;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	padding: 0 20px;
	width: 50%;
}
.hero__banner__heading {
	color: white;
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 1.1;
	font-size: 2.8em;
}
.hero__banner__content p {
	margin: 0;
	padding: 0;
	font-size: 18px;
}
 @media (max-width: 768px) {
.hero__banner {
	height: 350px;
}
.hero__banner__content {
	width: 79%;
	margin: 0 auto;
}
.hero__banner__heading {
	font-size: 2.3em;
	line-height: 1;
}
.hero__banner__content p {
	font-size: 18px;
}
}
 @media (max-width: 468px) {
.hero__banner {
	height: 200px;
}
}
/* Article single main content */

.main__content {
	background: white;
	margin-top: 0;
	clear: both;
	padding: 40px;
    margin-top:-50px;
}
.main__content .article__column {
	padding: 0 50px 50px 0;
}

.main__content .article__column img {
	width: 100%;
	height: auto;
}

.main__content .article__column figure {
	padding:0 0 15px 0;
}

.main__content .article__column figcaption {
	font-size:13px;
    font-style:italic;
    padding:5px 0 0 0;
}

.main__content .article__column figcaption:before {
    content: "\f05a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.3em;
    font-size:16px;
}

.main__content .article__column img.landscape {
	width: 100%;
	height: auto;
}
.main__content .article__column img.portrait {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.main__content .article__column .portrait__wrapper {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.main__content .article__column h1 {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	font-size: 2.2em;
	line-height: 1.1;
	padding: 0 0 10px 0;
    color: black;
}
.main__content .article__column h2.article__headline {
	font-family: "Serifa Light", cambria, arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.2;
	padding: 0 0 15px 0;
}
.main__content .article__column h3.article__headline {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.1;
	padding: 0 0 12px 0;
	color: #999;
}
.main__content .article__column h3.article__headline span {
	font-style: italic;
	font-family: "Source Sans Pro", "Helvetica Neue", arial, sans-serif;
	font-size: 0.8em;
}
.main__content .article__column p {
	padding: 0 0 15px 0;
}

.main__content .article__column.tiny-mce i {
    font-style: normal;
}

article__column.tiny-mce li+li {
    padding-top: 0;
}

.main__content .article__column .social {
	padding: 0 0 15px 0;
}
.main__content .article__column .image__caption {
	margin-top: 5px;
	font-size: 13px;
	font-style: italic;
}

.main__content .article__column ul#lightgallery li {
	list-style: none;
}

.main__content .article__column p:empty {
	display:none;
}

/* Sidebar */

.more__sidebar h2 {
    font-family: "Serifa Medium",cambria,arial,sans-serif;
	font-size: 1.5em;
    line-height:1.2em;
    padding:0 0 10px 0;
}
.more__sidebar ul li {
	margin: 0 0 10px 0;
    list-style:none;
}
.more__sidebar .column__content .column__content__detail {
	padding: 5px 0;
}
.more__sidebar .column__content .column__content__detail p, .more__sidebar .video__listing__text p {
	font-weight: bold;
	color: black;
	line-height: 1.2;
}
.video__listing__text p {
	clear: both;
}
ul.thumbnail__listing li a:hover p {
	color: #666;
}
.more__sidebar .column__content a:hover .column__content__detail p, .more__sidebar ul.thumbnail__listing li a:hover p {
	color: #004a97;
}
.more__sidebar .video__listing__text p {
	padding: 5px 0;
}
.more__sidebar ul.thumbnail__listing .image__container {
	padding-bottom: 50%;
	width: 100%;
}
 @media (max-width:768px) {
.main__content {
	padding: 15px;
	margin-top: 0;
}
.main__content .article__column {
	width: 100%;
	padding: 0;
}
.more__sidebar {
	margin: 10px 0;
	float:left;
	clear:both;
}
.more__sidebar ul li {
	width: 50%;
	float: left;
}
.more__sidebar ul li:nth-child(odd) {
	padding: 0 7.5px 0 0;
}
.more__sidebar ul li:nth-child(even) {
	padding: 0 0 0 7.5px;
}
.more__sidebar .tablet-row {
	border-spacing: 0;
}
.column-4..more__sidebar {
	width:100%;
}
}
 @media (max-width:468px) {
.main__content {
	padding: 20px 15px;
}
.main__content .article__column {
	width: 100%;
}
.main__content .article__column h1 {
	font-size: 1.8em;
	padding: 0 0 10px 0;
}
.main__content .article__column h2 {
	font-size: 1.1em;
	padding: 0 0 10px 0;
}
.main__content .article__column h3 {
	font-size: 1em;
	padding: 0 0 10px 0;
}
.main__content .article__column .social {
	padding: 0 0 10px 0;
}
.more__sidebar ul li {
	width: 100%;
	clear: both;
}
.more__sidebar ul li:nth-child(odd) {
	padding: 0;
}
.more__sidebar ul li:nth-child(even) {
	padding: 0;
}
}
/* YouTube Embed */

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin: 0 0 25px 0;
}
.embed-container-inline {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin: 0;
}
.embed-container iframe, .embed-container-inline iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main__content.video, .main__content.opinion, .main__content.no-hero {
	margin-top: 0;
}
.main__content .article__column blockquote {
	border-left: 5px solid #3a6a83;
	padding: 5px 15px 0px 15px;
	font-size: 21px;
	font-family: SerifaCon-Med, cambria, arial, sans-serif;
	margin: 5px 0 15px 0;
	position: relative;
	line-height: 1.2;
}
.main__content .article__column blockquote p {
	padding: 5px 0;
}
.main__content .article__column blockquote:after {
	content: '\f10e';
	position: absolute;
	right: 15px;
	top: -20px;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 92px;
	opacity: 0.08;
}
/* Gallery styles */

.main__content .article__column.tiny-mce li+li {
	padding: 0;
}

.image__gallery {
	position: relative;
	clear: both;
	margin: 10px 0 15px 0;
}
.image__gallery .fa-stack {
	position: absolute;
	top: 12px;
	right: 10px;
	z-index: 20;
}
.image__gallery .fa-circle {
	color: #555;
}
.image__gallery:hover .fa-circle {
	color: #fcc838;
}
.image__gallery .image__gallery__overlay {
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	top: 0;
	cursor: pointer;
	background-size: 100% 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	pointer-events: none;
}
.image__gallery:hover .image__gallery__overlay {
	background: rgba(0,0,0,0.4);
}
.addthis_inline_share_toolbox {
	margin: 0 0 15px 0;
}
/* Article listings */

.search__bar__full {
	width: 100%;
	position: relative;
	margin: 0 0 25px 0;
	float: left;
	clear: both;
	padding: 10px;
	background: #eee;
	border-radius: 3px;
}
.search__bar__full input[type=text] {
	float: left;
	width: 100%;
	border: none;
	padding: 10px;
	height: 55px;
	border-radius: 3px;
	outline: none;
	font-size: 24px;
}
.search__bar__full ::-webkit-input-placeholder {
 color: #999;
}
.search__bar__full ::-moz-placeholder {
 color: black;
}
.search__bar__full ::-ms-input-placeholder {
 color: #999;
}
.search__bar__full ::-moz-placeholder {
color: #999;
}
.search__bar__full .search__button {
	position: absolute;
	right: 10px;
	width: 55px;
	height: 55px;
	border: none;
	background: #0191b3;
	text-align: center;
	color: #fff;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor: pointer;
	font-size: 20px;
}
.search__results__heading {
	padding: 0 0 15px 0;
}
ul.article__listing li a {
	display: block;
	float: left;
	padding: 0 0 0 0;
	position: relative;
    width:100%;
}
ul.article__listing li {
	float: left;
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
	width: 100%;
    list-style:none;
}
ul.article__listing img {
	float: left;
	max-width: 200px;
	padding: 0 15px 0 0;
}
ul.article__listing li p {
	padding: 0 !important;
}
ul.article__listing li p:first-of-type {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.2;
	color: black;
}
ul.article__listing li a:hover p:first-of-type {
	color: #004a97;
}
ul.article__listing li p:nth-of-type(2) {
	font-weight: bold;
	padding: 0 0 3px 0!important;
}
ul.article__listing li p:last-of-type {
	font-style: italic;
    color:#555;
}
ul.article__listing li .image__container {
	display: block;
	float: left;
	padding: 0 0 0 0;
	position: relative;
	margin: 0 20px 0 0;
	padding-right: 200px;
    padding-bottom: 96px;
}
ul.article__listing li .image__container img {
	padding: 0;
	position:absolute;
}
.article__listing__text {
	overflow: hidden;
}
.date {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	font-weight: normal !important;
	color: #999 !important;
	font-size: 1.2em;
	padding: 0 !important;
}
.more__sidebar .event__listing {
	margin: 10px 0 0 0;
}
.more__sidebar .event__listing li {
	padding: 0 0 8px 0;
    clear:both;
}
.more__sidebar .event__listing li:before {
	font-family: FontAwesome;
	content: "\f272";
	margin-bottom: 20px;
	font-size: 34px;
	float: left;
	margin-right: 10px;
}
.more__sidebar .event__listing li p {
}
 @media (max-width:768px) {
ul.article__listing li .image__container {
	margin: 0 0 10px 0;
}
ul.article__listing img {
	width: 100%;
	max-width: none;
}
.article__listing__text {
    overflow:visible;
}
ul.article__listing li .image__container {
	padding-bottom:50%;	
}
}
/* pagination */

.pagination {
	padding: 0 0 30px 0;
	clear: both;
	text-align: center;
}
.pagination ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.pagination a {
	display: inline-block;
	padding: 10px 18px;
	color: #222;
}
.pagination a:first-of-type, .pagination a:last-of-type, .pagination .is-active {
	background-color: #0191b3;
	color: #fff;
	font-weight: bold;
}
/* Experts directory */

.search__by__subject {
	padding: 25px;
	background: #eee;
	margin: 0 0 15px 0;
}
.area__of__expertise {
	padding: 25px;
	background: #eee;
	margin: 0 0 15px 0;
	color: white;
}
.area__of__expertise input[type=text], .name__search input[type=text] {
	height: 48px;
	border: none;
	width: 90%;
	width: calc(100% - 48px);
	margin: 0;
	border: 1px solid #ccc;
    color: #222;
	padding: 10px;
	font-weight: 700;
	font-size: 1.1em;
}
.search__by__subject input[type=submit], .area__of__expertise input[type=submit], .name__search input[type=submit] {
	display: inline-block;
	width: 26px;
	height: 48px;
}
.name__search {
	padding: 25px;
	background: #eee;
	margin: 0 0 15px 0;
	color: white;
}
.search__by__subject h2, .name__search h2, .area__of__expertise h2 {
	padding: 0 0 5px 0 !important;
	font-family: "Serifa Medium", cambria, arial, sans-serif !important;
	font-size: 1.2em !important;
}
select:focus {
	outline: none !important;
}
.expert_subject {
	display: inline-block;
	padding: 16px 70px 16px 13px !important;
	max-width: 100%;
	height: auto;
	border-radius: 3px;
	border: none;
	/*background: url(../img/selectbox_arrow.png) right center no-repeat;*/
	background-color: #CCC;
	line-height: 16px;
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-ms-appearance: none !important;
	width: calc(100% - 48px);
	margin: 5px 0 0 0;
	font-weight: bold;
    color: #555;
}
.expert_subject option {
    background-color: #fff;
}

.results {
}
.results li {
	padding: 20px 20px 5px 20px;
	border-bottom: 1px dashed #ccc;
    list-style:none;
}
.results li:nth-child(2n+1) {
	background: rgba(0,92,141,0.05);
}

.results li p {
	padding: 0 0 10px 0 !important;
}

.results .expert__name {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.1;
	padding: 0 0 10px 0;
}
.results .expert__title {
	font-family: "Serifa Light", cambria, arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.1;
	padding: 0 0 10px 0;
}
.experts__contact__details {
	padding: 20px;
	background: #eee;
	margin:0;
}

.results .expert__subject {
    background: #004197;
    display: inline-block;
    padding: 5px 12px !important;
    color: white;
    border-radius: 30px;
    font-weight:bold;
    margin:0 0 10px 0;
}

/* Keyframes for the fade-in */
@-webkit-keyframes fadeIn {
from {
opacity:0;
}
to {
	opacity: 1;
}
}
@-moz-keyframes fadeIn {
from {
opacity:0;
}
to {
	opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity:0;
}
to {
	opacity: 1;
}
}
.fade-in {
	opacity: 0;
	opacity: 1 \9; /*just in case ie*/
	-webkit-animation: fadeIn ease-in 1;
	-moz-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
/* Team List */
.team-menu {
	max-width: 1111px;
	text-align: center;
	margin-bottom: 20px;
}
.team-menu.tiny-mce .asbutton {
	margin: .1em;
	background: #00ACAF;
}
.team-list__group-intro {
	width: 100%;
	margin-bottom: 20px;
}
.team-list__description {
	margin: 0;
}
.team-list {
	max-width: 1111px;
	margin: 0 auto;
	padding: 15px;
}
.team-list .team-list__group {
	clear: both;
	border-bottom: 1px solid #ced1d4;
}
@media screen and (min-width: 500px) {
.team-list .team-list__group {
	border-bottom: 0;
}
}
.team-list .team-list__group + .team-list__group {
	margin-top: 50px;
}
.team-list .team-list__group-header {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	line-height: 1.05;
	color: #5C6670;
	font-size: 1.2em;
	padding-bottom: 0.3em;
}
.team-list__portrait-crop img {
	height: auto;
}
@media screen and (min-width: 500px) {
.team-list .team-list__group-header {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-top: 0.5em;
	border-top: 3px solid #00ACAF;
	float: left;
}
.team-list .team-list__group-intro {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}
}
@media screen and (min-width: 768px) {
.team-list .team-list__group-header {
	width: 33%;
	text-align: left;
	float: left;
}
.team-list .team-list__group-intro {
	width: 33%;
	text-align: left;
}
}
@media screen and (min-width: 1000px) {
.team-list .team-list__group-header {
	width: 24.7%;
	float: left;
	float: left;
}
.team-list .team-list__group-intro {
	width: 24.7%;
	float: left;
}
}
@media screen and (min-width: 1111px) {
.team-list .team-list__group-header {
	width: 24.7%;
	float: left;
	float: left;
}
.team-list__group-intro {
	width: 24.5%;
	float: left;
	clear: left;
}
}
.team-list .team-list__person {
	border-top: 1px solid #ced1d4;
	padding: 10px 0;
	overflow: hidden;
	transition: all 0.2s ease;
	display: table;
	width: 100%;
}
@media screen and (min-width: 500px) {
.team-list .team-list__person {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
}
@media screen and (min-width: 768px) {
.team-list .team-list__person {
	width: 33%;
	text-align: center;
}
}
@media screen and (min-width: 1000px) {
.team-list .team-list__person {
	width: 24.7%;
}
}
@media screen and (min-width: 1111px) {
.team-list .team-list__person {
	width: 24.7%;
	padding: 20px 0;
}
}
.team-list .team-list__name {
	margin: 0;
	padding: 0;
	/* max-width: 95%; */
	line-height: 1.1;
	padding-top: 2.5px;
	padding-bottom: 0.1em;
	font-size: 1em;
}
.team-list .team-list__title {
	margin: 0;
	padding: 0;
	max-width: 95%;
	line-height: 1.2;
	font-size: 0.9em;
}
.team-list .team-list__portrait {
	display: table-cell;
	padding-right: 10px;
}
@media screen and (min-width: 768px) {
.team-list .team-list__portrait {
	display: block;
	max-width: 90px;
	margin: 0 auto 10px auto;
}
}
.team-list .team-list__portrait-crop {
	border-radius: 50%;
	overflow: hidden;
	width: 65px;
	height: 65px;
}
@media screen and (min-width: 768px) {
.team-list .team-list__portrait-crop {
	width: 90px;
	height: 90px;
}
}
.team-list .team-list__portrait-crop img {
	display: block;
	max-width: 100%;
}
.team-list .team-list__person-info {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}
@media screen and (min-width: 768px) {
.team-list .team-list__person-info {
	display: block;
}
}
.team-list .team-list__link {
	display: block;
	overflow: hidden;
	color: #5C6670;
}
@media screen and (min-width: 768px) {
.team-list__person.first__person {
	display: block;
	margin: 0 auto;
	width: 768px;
	border: 0;
}
.first__person .team-list__portrait {
	float: left;
	height: 180px;
	margin-right: 20px;
	max-width: 180px;
	padding-right: 0;
	width: 180px;
}
.first__person .team-list__portrait-crop {
	height: 180px;
	width: 180px;
}
.first__person .team-list__portrait-crop img {
	display: block;
	height: 180px;
	max-width: 100%;
	width: 180px;
}
.first__person .team-list__person-info {
	display: inline-block;
	text-align: left;
	width: 550px;
}
.first__person .team-list__name {
	font-family: serifa medium;
	font-size: 1.5em;
	font-weight: normal;
}
.first__person .team-list__name > span {
	font-size: 0.6em;
	margin-bottom: 5px;
}
.first__person .team-list__quote {
	font-family: serifa light;
	font-size: 1.3em;
	display: block;
	margin: 10px 0 0;
}
}
.team-list__name > span:before {
	content: "Location: "
}
.team-list__name > span {
	color: gray;
	display: block;
	font-family: source sans pro;
	font-size: 0.8em;
	font-weight: normal;
}
.team-list__quote {
	display: none;
}
.team-list__course {
	margin: 0;
}
.team-list__email {
	font-weight: bold;
}
.team-list__callout {
	background: #eff1f3;
	margin: 10px auto;
	padding: 20px;
	max-width: 768px;
}
.spotlight__container .carousel-container {
	max-width: 1111px;
}
.team-list__callout .asbutton {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
}
@media screen and (min-width: 768px) {
.team-list__callout {
	background: #eff1f3 url(/media/mmuacuk/style-assets/images/alumni/bg_intamb.png) right center;
	margin: 20px auto 40px;
	padding: 20px 200px 20px 20px;
}
}
.team-list__callout p {
	margin-top: 0;
}
.team-list__person-info > a {
	font-weight: bold;
}
.team-list__callout .asbutton.a, .image-grid .asbutton {
	background: #5C6670;
	color: #FFFFFF;
	padding: .5em 1.5em;
	border-radius: .2em;
	display: block;
	margin-top: 10px;
	transition: all 0.2s ease;
	text-align: center;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
.team-list__callout .asbutton {
	background-position: 91% center;
}
}
.main__contact {
	background: #eff1f3;
	padding: 25px 0;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.main__contact .contact-details {
	width: 1111px;
	margin: 0 auto;
}
.main__contact .contact-details ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main__contact .contact-details li {
	padding: 0 20px;
	float: left;
	width: 33.33%;
	margin: 10px 0;
}
.main__contact .contact-details li + li {
	border-left: 1px solid #ccc;
}
.mmu__accademic {
	margin-bottom: 0;
}
@font-face {
	font-family: 'lg';
	src: url("//www2.mmu.ac.uk/includes/fonts/light-gallery/lg.eot");
	src: url("//www2.mmu.ac.uk/includes/fonts/light-gallery/lg.eot") format("embedded-opentype"), url("//www2.mmu.ac.uk/includes/fonts/light-gallery/fonts/lg.woff") format("woff"), url("//www2.mmu.ac.uk/includes/fonts/light-gallery/fonts/lg.ttf") format("truetype"), url("//www2.mmu.ac.uk/includes/fonts/light-gallery/fonts/lg.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
.lg-icon {
	font-family: 'lg';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	border: none;
	outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	color: #FFF;
}
.lg-actions .lg-next {
	right: 20px;
}
.lg-actions .lg-next:before {
	content: "\e095";
}
.lg-actions .lg-prev {
	left: 20px;
}
.lg-actions .lg-prev:after {
	content: "\e094";
}
 @-webkit-keyframes lg-right-end {
 0% {
 left: 0;
}
 50% {
 left: -30px;
}
 100% {
 left: 0;
}
}
@-moz-keyframes lg-right-end {
 0% {
 left: 0;
}
 50% {
 left: -30px;
}
 100% {
 left: 0;
}
}
@-ms-keyframes lg-right-end {
 0% {
 left: 0;
}
 50% {
 left: -30px;
}
 100% {
 left: 0;
}
}
@keyframes lg-right-end {
 0% {
 left: 0;
}
 50% {
 left: -30px;
}
 100% {
 left: 0;
}
}
@-webkit-keyframes lg-left-end {
 0% {
 left: 0;
}
 50% {
 left: 30px;
}
 100% {
 left: 0;
}
}
@-moz-keyframes lg-left-end {
 0% {
 left: 0;
}
 50% {
 left: 30px;
}
 100% {
 left: 0;
}
}
@-ms-keyframes lg-left-end {
 0% {
 left: 0;
}
 50% {
 left: 30px;
}
 100% {
 left: 0;
}
}
@keyframes lg-left-end {
 0% {
 left: 0;
}
 50% {
 left: 30px;
}
 100% {
 left: 0;
}
}
.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end 0.3s;
	-o-animation: lg-right-end 0.3s;
	animation: lg-right-end 0.3s;
	position: relative;
}
.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end 0.3s;
	-o-animation: lg-left-end 0.3s;
	animation: lg-left-end 0.3s;
	position: relative;
}
.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: medium none;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
	color: #FFF;
}
.lg-toolbar .lg-close:after {
	content: "\e070";
}
.lg-toolbar .lg-download:after {
	content: "\e0f2";
}
.lg-sub-html {
	background-color: rgba(0, 0, 0, 0.45);
	bottom: 0;
	color: #EEE;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}
.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}
.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}
#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}
.lg-toolbar, .lg-prev, .lg-next {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}
.lg-outer .lg-thumb-outer {
	background-color: #0D0A0A;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
	border-radius: 5px;
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #FFF;
	border-radius: 4px;
	margin-bottom: 5px;
}
@media (min-width: 1025px) {
.lg-outer .lg-thumb-item {
	-webkit-transition: border-color 0.25s ease;
	-o-transition: border-color 0.25s ease;
	transition: border-color 0.25s ease;
}
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom 0.25s ease;
	-o-transition: bottom 0.25s ease;
	transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
	background-color: #0D0A0A;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
	content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
	color: #FFF;
}
.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}
.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
	background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
	background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
	background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}
.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 0.08s ease 0s;
	-moz-transition: opacity 0.08s ease 0s;
	-o-transition: opacity 0.08s ease 0s;
	transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}
.lg-autoplay-button:after {
	content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
#lg-zoom-in:after {
	content: "\e311";
}
#lg-actual-size {
	font-size: 20px;
}
#lg-actual-size:after {
	content: "\e033";
}
#lg-zoom-out {
	opacity: 0.5;
	pointer-events: none;
}
#lg-zoom-out:after {
	content: "\e312";
}
.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}
.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}
.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #FFF;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}
.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow 0.3s ease 0s;
	-o-transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
	box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}
.lg-fullscreen:after {
	content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	-o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translate3d(0, 0px, 0);
	-o-transform: translate3d(0, 0px, 0);
	-ms-transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	opacity: 1;
	visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
	color: #FFF;
}
.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translate3d(0, 5px, 0);
	-o-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #FFF;
	right: 16px;
	top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
	margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
	color: #333;
}
.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}
.lg-outer #lg-share {
	position: relative;
}
.lg-outer #lg-share:after {
	content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903";
}
.lg-group:after {
	content: "";
	display: table;
	clear: both;
}
.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}
.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.lg-outer.lg-visible {
	opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}
.lg-outer .lg {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}
.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}
.lg-outer .lg-item {
	background: url("../img/loading.gif") no-repeat scroll center center transparent;
	display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
	display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
	display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.lg-outer .lg-item.lg-complete {
	background-image: none;
}
.lg-outer .lg-item.lg-current {
	z-index: 1060;
}
.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}
.lg-outer .lg-empty-html {
	display: none;
}
.lg-outer.lg-hide-download #lg-download {
	display: none;
}
.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
	opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
	opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
	-webkit-transition: opacity 0.1s ease 0s;
	-moz-transition: opacity 0.1s ease 0s;
	-o-transition: opacity 0.1s ease 0s;
	transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */



/* Hero Header content-type css - to be removed and added to core style */

.fullwidth__hero {
	width: 100%;
	height: 250px;
	background-position: center center;
	background-size: cover;
	background-blend-mode: multiply;
    background-color: dimgrey;
    margin-bottom:10px;
}
/*
.fullwidth__hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.65);
}*/
.fullwidth__hero__container {
	height: 250px;
	margin: 0 auto;
	padding: 0 15px;
}
.fullwidth__hero__content {
	color: white;
	position: relative;
	top: 35%;
	transform: translateY(-35%);
	-ms-transform: translateY(-35%);
	-webkit-transform: translateY(-35%);
	width: 100%;
}
.fullwidth__hero__heading {
	color: white;
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 1.2;
	font-size: 2em;
}
.fullwidth__hero__subheading {
	color: white;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.2;
	font-size: 1.1em;
}
.fullwidth__hero__content p {
	margin: 0;
	padding: 0;
}

/* animations */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
 @-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
 @-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
 @-webkit-keyframes fadeIn {
0% {
opacity:0
}
to {
	opacity: 1
}
}
@keyframes fadeIn {
0% {
opacity:0
}
to {
	opacity: 1
}
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

/* animation delay */

.delay-0-25s {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
.delay-0-5s {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.delay-0-75s {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}
.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.delay-1-25s {
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s;
}
.delay-1-5s {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.delay-1-75s {
	-webkit-animation-delay: 1.75s;
	animation-delay: 1.75s;
}

.delay-2s {
	-webkit-animation-delay:2s;
	animation-delay: 2s;
}

/* Device specific media queries */

@media (min-width: 768px) {
.fullwidth__hero, .fullwidth__hero__container {
	height: 350px;
    margin-bottom:25px;
}
.fullwidth__hero__container {
	width: 768px;
}
.fullwidth__hero__content {
	width: 700px;
}
.fullwidth__hero__heading {
	font-size: 2.3em;
	line-height: 1;
}
.fullwidth__hero__content p {
	font-size: 18px;
}
.fullwidth__hero__subheading {
	font-size: 1.3em;
}
}
 @media (min-width: 1111px) {
.fullwidth__hero, .fullwidth__hero__container {
	height: 350px;
}
.fullwidth__hero__container {
	width: 1111px;
}
.fullwidth__hero__content {
	width: 650px;
}
.fullwidth__hero__heading {
	font-size: 3em;
	line-height: 1;
}
}

.center {
 text-align:center;
 width:100%;
top: 50%;
transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}

.publish-date {
color:#999 !important; font-style:italic; font-weight:normal !important; font-size:14px; padding:3px 0 0 0;
}

.more__sidebar ul+p a {
    font-weight:700;
}
.more__sidebar ul+p a:after {
    content: "\00BB";
    padding:0 0 0 4px;
    -webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
}
.more__sidebar ul+p a:hover:after {
    padding:0 0 0 7px;
}

@media screen (min-width:767px) and (max-width:1111px)  {
.featured__articles .video__article {
height:289px;
}
}
