﻿@charset "UTF-8";

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/subset-OpenSans-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/subset-OpenSans.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/subset-OpenSans-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/subset-OpenSans-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/subset-OpenSans-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/subset-Poppins-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/subset-Poppins-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/subset-Poppins-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #808080;
	line-height: 2;
	background: #fff;
}

/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 16px;
	font-weight: normal;
}

/* Section */

.section {
	position: relative;
	max-width: 1232px;
	margin: 0 auto;
}

/* Header */

#header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10000;
}

#header .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 116px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#header .logo {
	width: 151px;
	margin-top: 18px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

#header .logo img {
	display: block;
	width: 100%;
}

#header #navigation {
	margin-left: 55px;
}

#header #navigation ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#header #navigation ul li {
	margin: 3px 49px 3px 0;
	padding: 0;
	list-style: none;
}

#header #navigation ul li a {
	position: relative;
	display: inline-block;
	color: #fff;
}

#header #navigation ul li>a:after {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: -1px;
	opacity: 0;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#header #navigation ul li.active a:after,
#header #navigation ul li:hover a:after {
	left: 0;
	right: 0;
	opacity: 1;
}

#header .linkBtns {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	margin-bottom: 0;
}

#header .linkBtns .linkBtn {
	margin-right: 16px;
}

#header .linkBtns .linkBtn:last-child {
	margin-right: 0;
}

.linkBtns .linkBtn:last-child {
	margin-right: 0;
}

/* Intro */

#intro {
	margin-bottom: 80px;
}

#intro .section {
	position: relative;
	padding-top: 199px;
	padding-bottom: 50px;
	min-height: 736px;
}

#intro .overlay {
	max-width: 750px;
}

#intro .text {
	max-width: 504px;
}

#intro .images {
	position: absolute;
	right: -12px;
	top: 189px;
	bottom: -84px;
	width: 736px;
	pointer-events: none;
}

#intro .images .image {
	position: absolute;
	overflow: hidden;
	border-radius: 25px;
	border-top-left-radius: 90px;
	bottom: 0;
}

#intro .images .image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: left top;
	   object-position: left top;
}

#intro .images .image.one {
	width: 39.1304347826087%;
	height: 328px;
	left: 0;
}

#intro .images .image.two {
	width: 57.60869565217391%;
	height: 100%;
	right: 0;
}

#intro .images .poweredBy {
	position: absolute;
	right: calc(100% + 20px);
	bottom: 88px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	white-space: nowrap;
	margin: 0;
}

#intro .images .poweredBy a {
	display: inline-block;
	font-weight: bold;
}

/* Banner */

#banner {
	margin-bottom: 170px;
}

#banner .section {
	padding-top: 200px;
	padding-bottom: 50px;
	padding-right: 760px;
	min-height: 520px;
}

#banner .images {
	position: absolute;
	top: 189px;
	right: -12px;
	bottom: -173px;
	width: 736px;
}

#banner .images .image {
	position: absolute;
	border: 12px solid #fff;
	border-radius: 25px;
	border-top-left-radius: 90px;
	overflow: hidden;
}

#banner .images .image img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center top;
	   object-position: center top;
}

#banner .images .image.one {
	width: 39.1304347826087%;
	height: 328px;
	bottom: 112px;
}

#banner .images .image.two {
	right: 0;
	width: 57.60869565217391%;
	height: 100%;
}

/* Content */

.content .section {
	padding-top: 150px;
	padding-bottom: 150px;
}

/* Image Texts */

.imageTexts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: -72px;
}

.imageTexts .imageText {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 608px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 48px;
}

.imageTexts .imageText .image img {
	display: block;
	width: 100%;
	border-radius: 15px;
}

.imageTexts .imageText:nth-child(odd) .text {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}

.imageTexts .imageText:nth-child(even) {
	width: 504px;
	margin-left: auto;
}

.imageTexts .imageText:nth-child(odd) .text,
.imageTexts .imageText:nth-child(even) .image {
	margin-bottom: 80px;
}

/* Text Images */

.textImages {
	margin-top: 75px;
}

.textImages .textImage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 80px;
}

.textImages .textImage:last-child {
	margin-bottom: 0;
}

.textImages .textImage .text {
	width: 608px;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

.textImages .textImage .text>:last-child {
	margin-bottom: 0;
}

.textImages .textImage .image {
	width: 504px;
	margin-left: auto;
}

.textImages .textImage .image img {
	display: block;
	border-radius: 16px;
}

.textImages .textImage .text h6 {
	color: #808080;
}

.textImages .textImage .text h6 strong {
	display: block;
	margin-bottom: 5px;
	color: #2E2E2E;
}

.textImages .textImage:nth-child(even) .image {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
	margin-left: 0;
}

.textImages .textImage:nth-child(even) .text {
	margin-left: auto;
}

/* Text Thumbnails */

.textThumbnails {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.textThumbnails .text {
	width: 920px;
}

.textThumbnails .images {
	width: 192px;
	margin: 0 0 0 auto;
	padding: 0;
}

.textThumbnails .images li {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.textThumbnails .images li img {
	display: block;
	width: 100%;
}

/* Highlights */

#highlights .section {
	padding-top: 150px;
	padding-bottom: 150px;
}

#highlights .listing {
	margin: 0 -8px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#highlights .listing li {
	margin: 80px 0 0;
	padding: 0 8px;
	list-style: none;
	width: 33.33333333333333%;
}

#highlights .listing li>:last-child {
	margin-bottom: 0;
}

#highlights .listing li .ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 80px;
	height: 80px;
	margin-bottom: 25px;
	background: #fff;
	border-radius: 16px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

/* Tab Links */

.tabLinks {
	margin: 34px 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.tabLinks li {
	margin: 0 25px 5px;
	padding: 0;
	list-style: none;
}

.tabLinks li.active a {
	color: #183127;
}

/* By Numbers */

.byNumbers {
	text-align: center;
	margin-top: 145px;
}

.byNumbers .listing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -25px;
	padding: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.byNumbers .listing li {
	margin: 20px 0 0;
	padding: 0 25px;
	list-style: none;
	width: 25%;
}

.byNumbers .listing li>:last-child {
	margin-bottom: 0;
}

.byNumbers .listing li .ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 80px;
	height: 80px;
	background: #000;
	margin: 0 auto 21px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 16px;
}

.byNumbers .listing li h3 {
	margin: 0 0 7px;
}

/* Projects */

.projects {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.projects .project {
	position: relative;
	width: 66.23376623376623%; /* 816px */
	padding-bottom: 32.46753246753247%;
	margin-bottom: 1.298701298701299%;
	overflow: hidden;
	border-radius: 16px;
}

.projects .project img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center top;
	   object-position: center top;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.projects .project:nth-child(4n+2),
.projects .project:nth-child(4n+3) {
	width: 32.46753246753247%; /* 400px */
}

.projects .project .overlay {
	position: absolute;
	left: 32px;
	right: 32px;
	bottom: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translateY(calc(100% + 64px));
	    -ms-transform: translateY(calc(100% + 64px));
	        transform: translateY(calc(100% + 64px));
	opacity: 0;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.projects .project:hover .overlay {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
}

.projects .project:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.projects .project .overlay .text {
	position: relative;
	background: #fff;
	padding: 24px 100px 24px 24px;
	border-radius: 16px;
}

.projects .project .overlay .text:after {
	content: "";
	position: absolute;
	width: 17px;
	height: 30px;
	right: 35px;
	top: 50%;
	margin-top: -15px;
	background: url(../images/arrow-right.svg) no-repeat;
	background-size: 100%;
}

.projects .project .overlay .text p {
	margin-bottom: 12px;
}

.projects .project .overlay .text>:last-child {
	margin: 0;
}

.infoImage {
	margin-bottom: 246px;
}

/* Green Bg */

.gradientBg {
	background: url(../images/gradient-bg.png) no-repeat center top;
	background-size: 100% 100%;
}

.gradientBg * {
	color: #fff;
}

/* Big Image */

.bigImage {
	position: relative;
	max-width: 816px;
	margin: 60px auto -387px;
	overflow: hidden;
	border-radius: 16px;
}

.bigImage img {
	display: block;
	width: 100%;
}

/* Our Team */

#ourTeam {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 120px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#ourTeam .text {
	width: 504px;
	margin-top: 80px;
}

#ourTeam .images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 608px;
	margin: 0 -8px 0 auto;
	padding: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#ourTeam .images li {
	margin: 0 0 16px;
	padding: 0 8px;
	list-style: none;
	width: 33.33333333333333%;
}

#ourTeam .images li img {
	display: block;
	width: 100%;
	border-radius: 16px;
}

/* Blog Posts */

.blogPosts {
	margin: 54px -24px 0;
	padding: 0 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.blogPosts li {
	margin: 0;
	padding: 0 24px;
	list-style: none;
	width: 33.33333333333333%;
}

.blogPosts li a {
	display: block;
}

.blogPosts li .image {
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 14px;
}

.blogPosts li .image img {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 1.5s;
	transition: -webkit-transform 1.5s;
	-o-transition: transform 1.5s;
	transition: transform 1.5s;
	transition: transform 1.5s, -webkit-transform 1.5s;
}

.blogPosts li .readmore {
	margin: 12px 0 0;
}

.blogPosts li a:hover .image img {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}

.linkBtn.seeAll {
	position: absolute;
	right: 0;
	top: 157px;
	margin: 0;
}

/* Access */

#access {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 100vh;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	color: rgba(3,1,76,0.5);
}

#access .topBar {
	background: #48b64a url(../images/topbar-bg.png) no-repeat;
	width: 100%;
	height: 116px;
	background-size: 100% 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	padding-right: 100px;
	padding-bottom: 30px;
}

#access .topBar .logo {
	display: none;
}

#access .topBar .question {
	margin: 0;
	font-size: 16px;
	color: #fff;
}

#access .topBar .question a {
	font-weight: bold;
}

#access .leftSide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 45.48611111111111%; /* 655px */
	padding: 30px;
	background: #F6F6F6 no-repeat center top;
	background-size: cover;
	border-top-right-radius: 90px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
	z-index: 1;
}

#access .leftSide .bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center bottom;
	   object-position: center bottom;
	z-index: -1;
}

#access .leftSide .logo {
	width: 45.73170731707317%;
	max-width: 300px;
}

#access .leftSide .logo img {
	display: block;
	width: 100%;
}

#access .rightSide {
	width: 54.51388888888889%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-left: auto;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

#access .rightSide .top {
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
	padding: 90px 13.99491094147583% 40px;
}

#access .rightSide .top .inner {
	max-width: 491px;
}

#access .rightSide .top .fields .field {
	margin-bottom: 25px;
}

#access .rightSide .top .fields .field .textbox {
	margin: 0;
	padding: 3px 40px 0;
	padding-left: 94px;
	border: 0;
	border-radius: 8px;
	display: block;
	width: 100%;
	height: 76px;
	background: #F6F6F6 no-repeat 40px center;
	outline: none;
	cursor: pointer;
	color: rgba(3,1,76,0.5);
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

#access .rightSide .top .fields .field .textbox.gender {
	background-image: url(../images/gender-ico.svg), url(../images/dropdown-arrow.svg);
	background-position: 40px center, right center;
	padding-right: 60px;
}


#access .rightSide .top .fields .field .textbox.email {
	background-image: url(../images/email-ico.svg);
}

#access .rightSide .top .fields .field .textbox.password {
	background-image: url(../images/lock-ico.svg);
}

#access .rightSide .top .fields .field select.textbox {
	cursor: pointer;
}

#access .rightSide .bottom {
	text-align: right;
	margin: 0;
	padding: 10px 17px;
}

.poweredBy {
	margin: 0;
	color: #03014C;
}

.poweredBy a {
	font-weight: bold;
}

#access .rightSide .top .fields .field .textbox {
	cursor: auto;
}

#access .rightSide .top .submitBtn {
	display: block;
	margin: 0;
	width: 100%;
	height: 76px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
}

/* Full Width */

#fullWidth {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100vh;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #5A5A5A;
}

#fullWidth h5 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 600;
}

#fullWidth .topBar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #48b64a url(../images/topbar-bg.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 116px;
}

#fullWidth .topBar .leftSide .logo {
	margin-top: 0;
	width: 170px;
}

#fullWidth .topBar .leftSide .logo img {
	display: block;
	width: 100%;
}

#fullWidth .topBar .rightSide {
	padding: 22px 39px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 10px 40px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

#fullWidth .topBar .rightSide h5 {
	margin: 0 20px 0 0;
	color: #fff;
	line-height: 1.2;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: normal;
}

#fullWidth .topBar .rightSide .searchBox {
	position: relative;
	margin-left: auto;
	margin-top: 20px;
	width: 354px;
}

#fullWidth .topBar .rightSide .searchBox .query {
	margin: 0;
	padding: 0 0 0 60px;
	display: block;
	width: 100%;
	height: 52px;
	color: #2E2E2E;
	border: 1px solid #EAEAEA;
	border-radius: 8px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	outline: none;
}

#fullWidth .topBar .rightSide .searchBox .query::-webkit-input-placeholder {
	color: #ADA7A7;
}

#fullWidth .topBar .rightSide .searchBox .query::-moz-placeholder {
	color: #ADA7A7;
}

#fullWidth .topBar .rightSide .searchBox .query:-ms-input-placeholder {
	color: #ADA7A7;
}

#fullWidth .topBar .rightSide .searchBox .query::-ms-input-placeholder {
	color: #ADA7A7;
}

#fullWidth .topBar .rightSide .searchBox .query::placeholder {
	color: #ADA7A7;
}

#fullWidth .topBar .rightSide .searchBox .submitBtn {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 60px;
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
	outline: none;
	border: none;
	background: url(../images/search-ico.svg) no-repeat center;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

#fullWidth .contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	overflow: hidden;
}

#fullWidth .leftSide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 292px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 20px 32px 10px;
	border-right: 1px solid #EAEAEA;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

#fullWidth .contents .leftSide .top {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	overflow: auto;
	margin-bottom: 20px;
}

#fullWidth .contents .leftSide .title {
	color: rgba(0,0,0,0.5);
	margin: 0 0 9px;
}

#fullWidth .contents .leftSide .top .navi ul {
	margin: 0;
	padding: 0;
}

#fullWidth .contents .leftSide .top .navi ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
}

#fullWidth .contents .leftSide .top .navi ul li {
	margin: 0 0 21px;
	padding: 0;
	list-style: none;
}

#fullWidth .contents .leftSide .top .navi ul li a {
	display: inline-block;
	color: #3F7563;
	padding-left: 48px;
	background: no-repeat 0 5px;
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
	opacity: 0.6;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#fullWidth .contents .leftSide .top .navi ul li.exploreIco a {
	background-image: url(../images/discover-ico.svg);
}

#fullWidth .contents .leftSide .top .navi ul li.reserchersIco a {
	background-image: url(../images/users-ico.svg);
	background-position: 0 7px;
}

#fullWidth .contents .leftSide .top .navi ul li.messagesIco a {
	background-image: url(../images/document-ico.svg);
	background-position: 0 4px;
}

#fullWidth .contents .leftSide .top .navi ul li.active a,
#fullWidth .contents .leftSide .top .navi ul li a:hover {
	opacity: 1;
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
}

#fullWidth .contents .leftSide .bottom .info {
	position: relative;
	padding-right: 35px;
	margin-bottom: 32px;
}

#fullWidth .contents .leftSide .bottom .info .name {
	font-size: 16px;
	color: #000;
	margin: 0;
}

#fullWidth .contents .leftSide .bottom .info .edit {
	color: rgba(0,0,0,0.6);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#fullWidth .contents .leftSide .bottom .info .edit:after {
	content: "";
	width: 20px;
	height: 3px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1.5px;
	background: url(../images/threedots.svg) no-repeat;
	background-size: 100%;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#fullWidth .contents .leftSide .bottom .info .edit:hover {
	color: rgba(0,0,0,0.9);
}

#fullWidth .contents .leftSide .bottom .info .edit:hover:after {
	opacity: 0.8;
}

#fullWidth .contents .leftSide .bottom .logoutBtn {
	display: block;
	width: 100%;
	text-align: left;
	padding-left: 62px;
	margin: 0;
}

#fullWidth .contents .leftSide .bottom .logoutBtn:before {
	content: "";
	position: absolute;
	left: 22px;
	top: 13px;
	width: 20px;
	height: 22px;
	background: url(../images/logout-ico.svg) no-repeat;
}

#fullWidth .contents .leftSide .bottom .poweredBy {
	margin: 21px 0 0;
}

#fullWidth .contents .rightSide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

#fullWidth .contents .rightSide .categories {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-left: 40px;
	padding-right: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: auto;
}

.scrollable {
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
}

.scrollable::-webkit-scrollbar {
    -webkit-appearance: none;
}

.scrollable::-webkit-scrollbar:vertical {
    width: 11px;
}

.scrollable::-webkit-scrollbar:horizontal {
    height: 11px;
}

.scrollable::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}

#fullWidth .contents .rightSide .categories .highlighted {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	border-radius: 10px;
	background: url(../images/topbar-bg.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

#fullWidth .contents .rightSide .categories .highlighted .text {
	width: 50%;
	padding: 30px;
}

#fullWidth .contents .rightSide .categories .highlighted .text * {
	color: #fff;
}

#fullWidth .contents .rightSide .categories .highlighted .text p {
	opacity: 0.6;
}

#fullWidth .contents .rightSide .categories .highlighted .text h5 {
	margin: 0 0 5px;
}

#fullWidth .contents .rightSide .categories .highlighted .text .linkBtn {
	margin: 0;
	min-width: 121px;
}

#fullWidth .contents .rightSide .categories .highlighted:hover .text .linkBtn {
	color: #000;
	outline: 1px solid rgba(255,255,255,0.6);
	outline-offset: 0.4em;
}

#fullWidth .contents .rightSide .categories .highlighted .image {
	position: relative;
	width: 50%;
	overflow: hidden;
}

#fullWidth .contents .rightSide .categories .highlighted .image img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center bottom;
	   object-position: center bottom;
	-webkit-transition: -webkit-transform 1.5s;
	transition: -webkit-transform 1.5s;
	-o-transition: transform 1.5s;
	transition: transform 1.5s;
	transition: transform 1.5s, -webkit-transform 1.5s;
}

#fullWidth .contents .rightSide .categories .highlighted:hover .image img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1)
}

#fullWidth .contents .rightSide .categories .moreCategories .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	margin-bottom: 15px;
}

#fullWidth .contents .rightSide .categories .moreCategories .title .name {
	color: #000;
	margin-right: 15px;
}

#fullWidth .contents .rightSide .categories .moreCategories .title .seeAll {
	font-size: 14px;
	color: #3F7563;
	margin-top: 2px;
	margin-left: auto;
} 

#fullWidth .contents .rightSide .categories .moreCategories .title .seeAll:hover {
	text-decoration: underline;
}

#fullWidth .contents .rightSide .categories .moreCategories .listing {
	overflow: hidden;
}

#fullWidth .contents .rightSide .categories .moreCategories .listing ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -11px;
	padding: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#fullWidth .contents .rightSide .categories .moreCategories .listing li {
	margin: 0 0 22px;
	padding: 0 11px;
	list-style: none;
	width: 33.33333333333333%;
}

#fullWidth .contents .rightSide .categories .moreCategories .listing li a {
	display: block;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	overflow: hidden;
}

#fullWidth .contents .rightSide .categories .moreCategories .listing li .image {
	overflow: hidden;
}

#fullWidth .contents .rightSide .categories .moreCategories .listing li .image img {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 2s;
	transition: -webkit-transform 2s;
	-o-transition: transform 2s;
	transition: transform 2s;
	transition: transform 2s, -webkit-transform 2s;
}

#fullWidth .contents .rightSide .categories .moreCategories .listing li a:hover .image img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

#fullWidth .contents .rightSide .categories .moreCategories .listing li p {
	margin: 0;
	padding: 22px 16px;
	font-size: 16px;
	color: #000;
	line-height: 1.4;
	border: 1px solid #EAEAEA;
	border-top: none;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

#fullWidth .contents .rightSide .featured {
	width: 39.1304347826087%;
	padding: 15px 40px 20px 16px;
	overflow: auto;
	max-width: 425px;
}

#fullWidth .contents .rightSide .featured .title {
	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
}

#fullWidth .contents .rightSide .featured .listing {
	margin: 0 0 25px;
	padding: 0;
}

#fullWidth .contents .rightSide .featured .listing li a {
	display: block;
}

#fullWidth .contents .rightSide .featured .listing li {
	margin: 0 0 15px;
	padding: 0 0 16px;
	list-style: none;
	border-bottom: 1px solid #EAEAEA;
}

#fullWidth .contents .rightSide .featured .listing li .name {
	margin: 0 0 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	color: #000;
}

#fullWidth .contents .rightSide .featured .listing li .name span {
	margin-left: auto;
	margin-top: 2px;
	font-size: 14px;
	padding-left: 10px;
	text-align: right;
}

#fullWidth .contents .rightSide .featured .listing li .field {
	margin: 0;
	font-weight: 300;
}

#fullWidth .contents .rightSide .featured .seeMore {
	position: relative;
	display: table;
	margin: 0 auto;
	min-width: 225px;
}

#fullWidth .contents .rightSide .featured .seeMore:before {
	content: "";
	position: absolute;
	left: 25px;
	top: 0;
	width: 20px;
	height: 100%;
	background: url(../images/users-white-ico.svg) no-repeat left center;
} 

#fullWidth .contents .rightSide .research {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 30px 95px 0 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

#fullWidth .contents .rightSide .research .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	overflow: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

#fullWidth .contents .rightSide .research .top .head .bookmark {
	position: absolute;
	right: 21px;
	top: 18px;
	width: 14px;
	height: 19px;
	text-indent: -9999em;
	background: url(../images/bookmark-ico.svg) no-repeat;
}

#fullWidth .contents .rightSide .research .top .head .meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 10px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #202020;
}

#fullWidth .contents .rightSide .research .top .head .meta h5 {
	width: 100%;
	margin: 0;
}

#fullWidth .contents .rightSide .research .top .head .meta .university {
	padding-left: 19px;
	margin-right: 30px;
	background: url(../images/building-ico.svg) no-repeat 0 8px;
}

#fullWidth .contents .rightSide .research .top .head .meta .location {
	padding-left: 17px;
	margin-right: 30px;
	background: url(../images/location-ico.svg) no-repeat 0 8px;
}

#fullWidth .contents .rightSide .research .top .head .meta .match {
	background: url(../images/brain-ico.svg) no-repeat 18px 6px, -o-linear-gradient(4.62deg, #4A8BA8 -51.23%, #46B64A 128.32%);
	background: url(../images/brain-ico.svg) no-repeat 18px 6px, linear-gradient(85.38deg, #4A8BA8 -51.23%, #46B64A 128.32%);
	font-weight: 300;
	color: #fff;
	margin-right: 30px;
	border-radius: 30px;
	padding: 0.5px 19px 0.5px 44px;
}

#fullWidth .contents .rightSide .research .top .head .meta .logo {
	margin-left: auto;
	display: block;
	height: 50px;
}

#fullWidth .contents .rightSide .research .top .head .meta p {
	margin: 0;
}

#fullWidth .contents .rightSide .research .top .head .info {
	padding: 20px 11px;
	border-bottom: 1px solid #EAEAEA;
	line-height: 1.4;
	margin-bottom: 13px;
}

#fullWidth .contents .rightSide .research .top .head .info table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

#fullWidth .contents .rightSide .research .top .head .info table th,
#fullWidth .contents .rightSide .research .top .head .info table td {
	margin: 0;
	padding: 0 50px 0 0;
	vertical-align: top;
}

#fullWidth .contents .rightSide .research .top .head .info table th {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding-bottom: 5px;
}

#fullWidth .contents .rightSide .research .top .head .info table td {
	font-weight: 300;
	color: #202020;
}

#fullWidth .contents .rightSide .research .top .head .info table td span {
	display: none;
}

#fullWidth .contents .rightSide .research .top .details {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	overflow: auto;
}

#fullWidth .contents .rightSide .research .top .details dl {
	margin: 0;
	padding: 0;
}

#fullWidth .contents .rightSide .research .top .details dl dt {
	margin: 0 0 3px;
	padding: 0 0 0 30px;
	font-size: 16px;
	font-weight: bold;
	color: #202020;
}

#fullWidth .contents .rightSide .research .top .details dl dt.speciality {
	background: url(../images/speciality-ico.svg) no-repeat 0 9px;
}

#fullWidth .contents .rightSide .research .top .details dl dt.overview {
	background: url(../images/overview-ico.svg) no-repeat 1px 8px;
}

#fullWidth .contents .rightSide .research .top .details dl dt.industry {
	background: url(../images/industry-ico.svg) no-repeat 0 8px;
}

#fullWidth .contents .rightSide .research .top .details dl dt.qualification {
	background: url(../images/qualification-ico.svg) no-repeat 0 9px;
}

#fullWidth .contents .rightSide .research .top .details dl dd {
	margin: 0 0 9px;
	padding: 0 0 0 30px;
}

#fullWidth .contents .rightSide .research .top .details dl dd>:last-child {
	margin-bottom: 0;
}

#fullWidth .contents .rightSide .research .top .details dl dd ul {
	margin-top: 0;
	padding-left: 22px;
}

#fullWidth .contents .rightSide .research .top .details dl dd .tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 -10px;
	padding: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#fullWidth .contents .rightSide .research .top .details dl dd .tags li {
	margin: 0 10px 10px 0;
	padding: 0 13px;
	list-style: none;
	font-size: 12px;
	border: 1px solid #000;
	border-radius: 50px;
}

#fullWidth .contents .rightSide .research .bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #EAEAEA;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 23px 0;
}

#fullWidth .contents .rightSide .research .bottom .question {
	margin: 0;
	font-size: 16px;
	font-weight: 300;
}

#fullWidth .contents .rightSide .research .bottom .btns {
	margin-left: auto;
}

#fullWidth .contents .rightSide .research .bottom .linkBtn {
	color: #000;
	border-color: #000;
	margin: 0 0 0 15px;
	min-width: 1px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	padding: 6.6px 11px;
	outline-color: rgba(0,0,0,0);
}

#fullWidth .contents .rightSide .research .bottom .linkBtn:hover {
	outline-color: rgba(0,0,0,0.5);
}

#fullWidth .contents .rightSide .research .bottom .linkBtn.linkBtnSolid {
	background-color: #000;
	color: #fff !important;
}

#fullWidth .contents .rightSide .publications {
	max-width: 344px;
	width: 29.96515679442509%;
	background: #FBFCFC;
	border-left: 1px solid #EAEAEA;
	padding: 35px 40px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

#fullWidth .contents .rightSide .publications .top {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	overflow: auto;
	margin-bottom: 20px;
}

#fullWidth .contents .rightSide .publications .top .title {
	font-size: 18px;
	font-weight: 600;
	color: #202020;
	border-bottom: 1px solid #DCDCDC;
	padding: 0 25px 17px;
	margin: 0;
}

#fullWidth .contents .rightSide .publications .top .listing {
	margin: 0;
	padding: 0;
	color: #202020;
}

#fullWidth .contents .rightSide .publications .top .listing li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #DCDCDC;
}

#fullWidth .contents .rightSide .publications .top .listing li a {
	display: block;
	padding: 23px 25px 18px;
}

#fullWidth .contents .rightSide .publications .top .listing li .name {
	font-weight: 600;
	line-height: 1.1875;
	margin: 0 0 14px;
}

#fullWidth .contents .rightSide .publications .top .listing li .university {
	margin: 0;
	padding-left: 19px;
	background: url(../images/building-gray-ico.svg) no-repeat 0 7px;
}

#fullWidth .contents .rightSide .publications .top .listing li .year {
	margin: 0;
	padding-left: 19px;
	background: url(../images/calendar-ico.svg) no-repeat 0 6px;
}

#fullWidth .contents .rightSide .publications .top .listing li .seeDetails {
	display: inline-block;
	font-weight: 300;
	padding-right: 10px;
	color: #3F7563;
	margin-top: 10px;
	background: url(../images/arrow-right-small.svg) no-repeat right center;
}

#fullWidth .contents .rightSide .publications .bottom .findSimiliar {
	display: block;
	border-radius: 8px;
	overflow: hidden;
}

#fullWidth .contents .rightSide .publications .bottom .findSimiliar .image {
	overflow: hidden;
}

#fullWidth .contents .rightSide .publications .bottom .findSimiliar .image img {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 2s;
	transition: -webkit-transform 2s;
	-o-transition: transform 2s;
	transition: transform 2s;
	transition: transform 2s, -webkit-transform 2s;
}

#fullWidth .contents .rightSide .publications .bottom .findSimiliar:hover .image img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

#fullWidth .contents .rightSide .publications .bottom .findSimiliar .text {
	position: relative;
	background: url(../images/users-white-ico.svg) no-repeat 29px center, -o-linear-gradient(5deg, #4A8BA8 -51.23%, #46B64A 128.32%);
	background: url(../images/users-white-ico.svg) no-repeat 29px center, linear-gradient(85deg, #4A8BA8 -51.23%, #46B64A 128.32%);
	border-radius: 8px;
	margin-top: -10px;
	font-size: 16px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 18px;
	padding-bottom: 18px;
	line-height: 1.3125;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	z-index: 1;
}

#fullWidth .contents .rightSide .messages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 300px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	border-right: 1px solid #DCDBDD;
	font-family: 'Poppins', Arial, sans-serif;
}

#fullWidth .contents .rightSide .messages .top .options {
	margin: 0;
	padding: 0 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	border-bottom: 1px solid #DCDBDD;
}

#fullWidth .contents .rightSide .messages .top .options li {
	margin: 0 25px 0 0;
	padding: 0;
	list-style: none;
	font-weight: 500;
	color: #202020;
}

#fullWidth .contents .rightSide .messages .top .options li a {
	display: inline-block;
	line-height: 50px;
	position: relative;
}

#fullWidth .contents .rightSide .messages .top .options li span {
	color: #84818A;
	font-size: 12px;
}

#fullWidth .contents .rightSide .messages .top .options li.active a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 2px;
	background: #009580;
}

#fullWidth .contents .rightSide .messages .top .searchBox {
	position: relative;
}

#fullWidth .contents .rightSide .messages .top .searchBox .query {
	display: block;
	margin: 0;
	padding: 0 0 0 49px;
	width: 100%;
	height: 48px;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #DCDBDD;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 14px;
	color: #2E2E2E;
	background: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

#fullWidth .contents .rightSide .messages .top .searchBox .query::-webkit-input-placeholder {
	color: #84818A;
}

#fullWidth .contents .rightSide .messages .top .searchBox .query::-moz-placeholder {
	color: #84818A;
}

#fullWidth .contents .rightSide .messages .top .searchBox .query:-ms-input-placeholder {
	color: #84818A;
}

#fullWidth .contents .rightSide .messages .top .searchBox .query::-ms-input-placeholder {
	color: #84818A;
}

#fullWidth .contents .rightSide .messages .top .searchBox .query::placeholder {
	color: #84818A;
}

#fullWidth .contents .rightSide .messages .top .searchBox .submitBtn {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	outline: none;
	cursor: pointer;
	background: url(../images/find-ico.svg) no-repeat 19px center;
	border: 0;
	width: 50px;
	height: 100%;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

#fullWidth .contents .rightSide .messages .bottom {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	overflow: auto;
}

#fullWidth .contents .rightSide .messages .bottom  .listing .message {
	position: relative;
	display: block;
	padding: 15px 21px;
	border-bottom: 1px solid #ECEAEE;
	line-height: 1.714285714285714;
	color: #47464A;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#fullWidth .contents .rightSide .messages .bottom  .listing .message:hover,
#fullWidth .contents .rightSide .messages .bottom  .listing .message.active {
	background-color: #e7f4f2;
}

#fullWidth .contents .rightSide .messages .bottom  .listing .message p {
	margin: 0;
}

#fullWidth .contents .rightSide .messages .bottom  .listing .message .from {
	font-weight: 500;
	margin-bottom: 4px;
	padding-right: 20px;
}

#fullWidth .contents .rightSide .messages .bottom  .listing .message .university {
	font-size: 12px;
	color: #009580;
	padding-left: 23px;
	margin-top: 4px;
	background: url(../images/building-green-ico.svg) no-repeat 0 3px;
}

#fullWidth .contents .rightSide .messages .bottom  .listing .message .time {
	position: absolute;
	right: 15px;
	top: 17px;
	font-size: 12px;
	color: #84818A;
}

#fullWidth .contents .rightSide .chat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background: #F4F7F7;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-family: 'Poppins', Arial, sans-serif;
}

#fullWidth .contents .rightSide .chat .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	min-height: 52px;
	padding: 0 33px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #ECEAEE;
	line-height: 1.2;
	margin-bottom: 34px;
}

#fullWidth .contents .rightSide .chat .top p {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color: #202020;
}

#fullWidth .contents .rightSide .chat .middle {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	overflow: auto;
	padding: 0 32px 0;
}

#fullWidth .contents .rightSide .chat .middle .daySeparator {
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	color: #84818A;
	margin-bottom: 30px;
}

#fullWidth .contents .rightSide .chat .middle .daySeparator span {
	display: inline-block;
	position: relative;
}

#fullWidth .contents .rightSide .chat .middle .daySeparator span:before,
#fullWidth .contents .rightSide .chat .middle .daySeparator span:after {
	content: "";
	position: absolute;
	right: calc(100% + 10px);
	height: 1px;
	top: 13px;
	width: 9999em;
	background: #DCDBDD;
}

#fullWidth .contents .rightSide .chat .middle .daySeparator span:after {
	left: calc(100% + 10px);
	right: auto;
}

#fullWidth .contents .rightSide .chat .middle .msg {
	color: #47464A;
	margin-bottom: 20px;
}

#fullWidth .contents .rightSide .chat .middle .msg p {
	margin: 0 0 8px;
	padding: 8px 12px;
	background: #fff;
	border-radius: 8px 8px 8px 0px;
	border: 1px solid #ECEAEE;
}

#fullWidth .contents .rightSide .chat .middle .msg.alt p {
	background-color: #EBF7F5;
	border-radius: 8px 8px 0 8px;
}

#fullWidth .contents .rightSide .chat .middle .msg.alt .time {
	text-align: right;
}

#fullWidth .contents .rightSide .chat .middle .msg p:not(:first-of-type):last-of-type {
	border-radius: 0 8px 8px 8px;
}

#fullWidth .contents .rightSide .chat .middle .msg.alt p:not(:first-of-type):last-of-type {
	border-radius: 8px 0 8px 8px;
}

#fullWidth .contents .rightSide .chat .middle .msg p:not(:first-of-type):not(:last-of-type) {
	border-radius: 8px;
}

#fullWidth .contents .rightSide .chat .middle .msg .time {
	display: block;
	font-size: 12px;
	color: #84818A;
	margin-top: -5px;
}

#fullWidth .contents .rightSide .chat .bottom {
	padding: 0 32px 30px;
}

#fullWidth .contents .rightSide .chat .bottom .chatbox {
	position: relative;
}

#fullWidth .contents .rightSide .chat .bottom .chatbox .msg {
	display: block;
	margin: 30px 0 0;
	padding: 0 0 0 52px;
	outline: none;
	width: 100%;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 14px;
	color: #2E2E2E;
	height: 65px;
	border: 1px solid #DCDBDD;
	border-radius: 16px;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

#fullWidth .contents .rightSide .chat .bottom .chatbox .msg::-webkit-input-placeholder {
	color: #84818A;
}

#fullWidth .contents .rightSide .chat .bottom .chatbox .msg::-moz-placeholder {
	color: #84818A;
}

#fullWidth .contents .rightSide .chat .bottom .chatbox .msg:-ms-input-placeholder {
	color: #84818A;
}

#fullWidth .contents .rightSide .chat .bottom .chatbox .msg::-ms-input-placeholder {
	color: #84818A;
}

#fullWidth .contents .rightSide .chat .bottom .chatbox .msg::placeholder {
	color: #84818A;
}

#fullWidth .contents .rightSide .chat .bottom .chatbox .emoji {
	position: absolute;
	left: 17px;
	top: 22px;
	width: 20px;
	height: 20px;
	background: url(../images/emoji-ico.svg) no-repeat;
}

#fullWidth .contents .rightSide .chat .bottom .chatbox .add {
	position: absolute;
	right: 72px;
	top: 20px;
	width: 24px;
	height: 24px;
	background: url(../images/add-ico.svg) no-repeat center;
}

#fullWidth .contents .rightSide .chat .bottom .chatbox .sendBtn {
	position: absolute;
	right: 14px;
	top: 14px;
	width: 36px;
	height: 36px;
	background: #000 url(../images/send-ico.svg) no-repeat center;
	border-radius: 12px;
	border: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	cursor: pointer;
}

#fullWidth .contents .rightSide .profile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 300px;
	max-width: 300px;
	padding-top: 40px;
	background: #FBFCFC;
	border-left: 1px solid #DCDBDD;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-family: 'Poppins', Arial, sans-serif;
}

#fullWidth .contents .rightSide .profile .top .info {
	text-align: center;
	border-bottom: 1px solid #ECEAEE;
	padding: 0 24px 6px; 
	line-height: 1.4;
	margin-bottom: 20px;
}

#fullWidth .contents .rightSide .profile .top .info .name {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: 500;
}

#fullWidth .contents .rightSide .profile .top .info .location {
	margin: 0;
	font-size: 12px;
	color: #84818A;
}

#fullWidth .contents .rightSide .profile .top .info .options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 24px;
}

#fullWidth .contents .rightSide .profile .top .info .options a {
	width: 32px;
	height: 32px;
	margin: 0 5.5px 11px;
	border-radius: 8px;
	text-indent: -9999em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#fullWidth .contents .rightSide .profile .top .info .options .email {
	background: #000 url(../images/email-ico1.svg) no-repeat center;
}

#fullWidth .contents .rightSide .profile .top .info .options .phone {
	background: #fff url(../images/phone-ico1.svg) no-repeat center;
	border: 1px solid rgba(132, 129, 138, 1);
}

#fullWidth .contents .rightSide .profile .top .info .options .deal {
	background: #fff url(../images/deal-ico.svg) no-repeat 9px 8px;
	width: auto;
	padding-left: 29px;
	padding-right: 12px;
	border: 1px solid rgba(132, 129, 138, 1);
	text-indent: 0;
}

#fullWidth .contents .rightSide .profile .bottom {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	overflow: auto;
}

#fullWidth .contents .rightSide .categoryCol {
	width: 300px;
	padding: 30px 10px 0 25px;
	overflow: auto;
}

#fullWidth .contents .rightSide .categoryCol .tabs .tab .title {
	font-size: 16px;
	font-weight: 600;
	padding: 9px 0;
}

#fullWidth .contents .rightSide .categoryCol .tabs .tab .title:after {
	right: 5px;
}

#fullWidth .contents .rightSide .categoryCol .tabs .tab .content {
	padding-left: 0;
	padding-right: 0;
}

#fullWidth .contents .rightSide .categoryCol .tabs .tab .checks {
	margin: 0;
	padding: 0;
}

#fullWidth .contents .rightSide .categoryCol .tabs .tab .checks li {
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
}

#fullWidth .contents .rightSide .categoryCol .tabs .tab .checks li input[type="checkbox"] {
	width: 18px;
	height: 18px;
	border: 2px solid #898989;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	cursor: pointer;
	border-radius: 3px;
}

#fullWidth .contents .rightSide .categoryCol .tabs .tab .checks li input[type="checkbox"]:checked {
	background: url(../images/check-ico.svg) no-repeat center;
	border-color: #70b6c1;
}

#fullWidth .contents .rightSide .categoryCol .tabs .tab .checks li label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	font-weight: 600;
	color: #202020;
	line-height: 1.2;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

#fullWidth .contents .rightSide .categoryCol .tabs .tab .checks li label input {
	margin: 0 12px 0 0;
	padding: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

#fullWidth .contents .rightSide .categoryCol .tabs .tab .checks li label em {
	font-style: normal;
	margin-top: 1px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

#fullWidth .contents .rightSide .categoryCol .tabs .tab .checks li label span {
	margin-left: auto;
	font-size: 12px;
	color: #898989;
	padding-left: 10px;
	margin-top: 3px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	text-align: right;
}

#fullWidth .contents .rightSide .searchCol {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 30px 40px 30px 20px;
	overflow: auto;
}

#fullWidth .contents .rightSide .searchCol .showing {
	font-weight: 600;
	color: #202020;
}

#fullWidth .contents .rightSide .searchCol .records .record {
	position: relative;
	display: block;
	border: 1px solid #EAEAEA;
	padding: 20px 25px 23px 25px;
	margin-bottom: 30px;
	border-radius: 10px;
	line-height: 1.714285714285714;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
	        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}

#fullWidth .contents .rightSide .searchCol .records .record .bookmark {
	position: absolute;
	right: 34px;
	top: 24px;
	width: 14px;
	height: 19px;
	text-indent: -9999em;
	background: url(../images/bookmark-ico.svg) no-repeat;
}

#fullWidth .contents .rightSide .searchCol .records .record .match {
	position: absolute;
	right: 56px;
	top: 25px;
	line-height: 18px;
	padding-left: 23px;
	font-weight: 600;
	color: #3F7563;
	background: url(../images/brain-green-ico.svg) no-repeat;
}

#fullWidth .contents .rightSide .searchCol .records .record .name {
	font-size: 24px;
	font-weight: 600;
	color: #202020;
	margin: 0 0 5px;
	padding-right: 160px;
}

#fullWidth .contents .rightSide .searchCol .records .record .meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #202020;
}

#fullWidth .contents .rightSide .searchCol .records .record .meta p {
	padding-left: 19px;
	margin: 0 16px 5px 0;
}

#fullWidth .contents .rightSide .searchCol .records .record .meta .university {
	background: url(../images/building-gray-ico.svg) no-repeat 0 5px;
}

#fullWidth .contents .rightSide .searchCol .records .record .meta .location {
	background: url(../images/location-gray-ico.svg) no-repeat 0 6px;
}

#fullWidth .contents .rightSide .searchCol .records .record .text {
	color: #5A5A5A;
	padding-right: 110px;
}

#fullWidth .contents .rightSide .searchCol .records .record .text>:last-child {
	margin-bottom: 0;
}

#fullWidth .contents .rightSide .searchCol .records .record .seeDetails {
	position: absolute;
	right: 34px;
	bottom: 20px;
	padding-right: 13px;
	font-weight: 600;
	color: #3F7563;
	background: url(../images/arrow-right-small.svg) no-repeat right 8px;
}

.tabs .tab {
	padding: 0;
	border-bottom: 1px solid #DCDCDC;
}
.tabs .tab .title {
	position: relative;
	color: #202020;
	font-weight: 500;
	cursor: pointer;
	margin: 0;
	padding: 10.5px 24px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.tabs .tab .title:after {
	position: absolute;
	right: 28px;
	top: 21px;
	content: "";
	width: 12px;
	height: 8px;
	background: url(../images/tab-arrow.svg) no-repeat;
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.tabs .tab.opened .title:after,
.tabs .tab.active .title:after {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.tabs .tab .content {
	display: none;
	padding: 10px 24px;
}

.tabs .tab.active .content {
	display: block;
}

.tabs .tab .content dl {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

.tabs .tab .content dl dt {
	margin: 0 0 5px;
	padding: 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.8px;
	color: #ABA8B0;
	text-transform: uppercase;
}

.tabs .tab .content dl dd a[href^="mailto"] {
	color: #009580;
}

.tabs .tab .content dl dd {
	margin: 0 0 20px;
	padding: 0;
	font-size: 14px;
	color: #47464A;
}

/* Footer */

#footer {
	background: #FBFCFC;
}

#footer .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 77px;
	padding-bottom: 40px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#footer .about {
	width: 246px;
}

#footer .about .logo {
	display: block;
	width: 125px;
	margin-bottom: 20px;
}

#footer .about .logo img {
	display: block;
	width: 100%;
}

#footer .title {
	font-weight: bold;
	color: #2E2E2E;
	margin-bottom: 49px;
}

#footer .inTouch {
	width: 290px;
	margin-left: 70px;
}

#footer .inTouch .contacts {
	margin: 0;
	padding: 0;
}

#footer .inTouch .contacts li {
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

#footer .inTouch .contacts li a {
	display: inline-block;
	padding-left: 37px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#footer .inTouch .contacts li.email a {
	background: url(../images/envelope-ico.svg) no-repeat 0 7px;
}

#footer .inTouch .contacts li.phone a {
	background: url(../images/phone-ico.svg) no-repeat 0 5px;
}

#footer .inTouch .contacts li a:hover {
	color: #2E2E2E;
}

#footer .reachOut {
	margin-left: auto;
	width: 616px;
}

#footer .reachOut .fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -15px -12px 0;
}

#footer .reachOut .fields .field {
	width: 100%;
	padding: 0 12px;
	margin-bottom: 20px;
}

#footer .reachOut .fields .field.half {
	width: 50%;
}

#footer .reachOut .fields .field label {
	display: block;
	font-size: 12px;
	font-weight: normal;
}

#footer .reachOut .fields .field .textbox {
	display: block;
	margin: 0;
	padding: 0 16px;
	border: 0;
	border-radius: 8px;
	width: 100%;
	height: 52px;
	color: #2E2E2E;
	font-family: 'Poppins', Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	outline: none;
	border: 1px solid #CCCCCC;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

#footer .reachOut .fields .field .textbox::-webkit-input-placeholder {
	color: #ccc;
}

#footer .reachOut .fields .field .textbox::-moz-placeholder {
	color: #ccc;
}

#footer .reachOut .fields .field .textbox:-ms-input-placeholder {
	color: #ccc;
}

#footer .reachOut .fields .field .textbox::-ms-input-placeholder {
	color: #ccc;
}

#footer .reachOut .fields .field .textbox::placeholder {
	color: #ccc;
}

#footer .reachOut .submitBtn {
	display: table;
	margin: 0 0 0 auto;
}

/* Hamburger */

.hamburger {
	display: none;
	position: relative;
	top: 0;
	overflow: visible;
	margin-top: 5px;
	margin-left: 5px;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transition-duration: .15s;
	     -o-transition-duration: .15s;
	        transition-duration: .15s;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	-o-transition-property: opacity, filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
}

.hamburger.is-active:hover,
.hamburger:hover {
	opacity: 1
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
	background-color: #fff;
}

.hamburger-box {
	display: inline-block;
	width: 32px;
	height: 24px;
}

.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -4px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	position: absolute;
	width: 32px;
	height: 4px;
	-webkit-transition-timing-function: ease;
	     -o-transition-timing-function: ease;
	        transition-timing-function: ease;
	-webkit-transition-duration: .15s;
	     -o-transition-duration: .15s;
	        transition-duration: .15s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	border-radius: 4px;
	background-color: #fff;
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: ""
}

.hamburger-inner:before {
	top: -10px
}

.hamburger-inner:after {
	bottom: -10px
}

.hamburger .hamburger-inner {
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	     -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	        transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-webkit-transition-duration: .22s;
	     -o-transition-duration: .22s;
	        transition-duration: .22s
}

.hamburger .hamburger-inner:before {
	-webkit-transition: top .1s ease-in .25s, opacity .1s ease-in;
	-o-transition: top .1s ease-in .25s, opacity .1s ease-in;
	transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger .hamburger-inner:after {
	-webkit-transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
	-o-transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger.is-active .hamburger-inner {
	-webkit-transition-delay: .12s;
	     -o-transition-delay: .12s;
	        transition-delay: .12s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	     -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: rotate(225deg);
	    -ms-transform: rotate(225deg);
	        transform: rotate(225deg)
}

.hamburger.is-active .hamburger-inner:before {
	top: 0;
	-webkit-transition: top .1s ease-out, opacity .1s ease-out .12s;
	-o-transition: top .1s ease-out, opacity .1s ease-out .12s;
	transition: top .1s ease-out, opacity .1s ease-out .12s;
	opacity: 0
}

.hamburger.is-active .hamburger-inner:after {
	bottom: 0;
	-webkit-transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	-o-transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg)
}

.mm-navbar>* {
	min-height: 40px;
	background: #2E2E2E;
}

.mm-navbar__title>span {
	color: #fff;
	padding-left: 10px;
}

.mm-panel {
	background: #29b184 url(../images/gradient-bg.png) no-repeat;
	background-size: 100% 100%;
}

/* Miscelleneous */

p {
	margin: 0 0 25px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Poppins', Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 15px;
	line-height: 1.33;
	color: #2E2E2E;
}

h2 {
	font-size: 72px;
	margin-bottom: 22px;
}

h3 {
	font-size: 48px;
	margin-bottom: 21px;
}

h4 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 35px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 16px;
	font-weight: normal;
	color: #183127;
}

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

img {
	border: 0;
	max-width: 100%;

}

img.fitImage {
	display: block;
	width: 100%;
	margin-bottom: 25px;
}

.centerText {
	text-align: center;
}

.introText {
	max-width: 608px;
	margin: 0 auto;
	text-align: center;
}

.linkBtn {
	position: relative;
	display: inline-block;
	color: #fff;
	line-height: 1.2;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 14px 24px 14px 0;
	background: none;
	min-width: 160px;
	padding: 13.42px 14px;
	border: 1px solid #fff;
	border-radius: 8px;
	cursor: pointer;
	text-align: center;
	outline: 0 solid transparent;
	outline: 1px solid rgba(255, 255, 255, 0);
	outline-offset: 0px;
	-webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

.linkBtn.playBtn {
	background: url(../images/playbtn-ico.svg) no-repeat 14px center;
	padding-left: 42px;
}

.linkBtn.linkBtnSolid:hover {
	color: #000000;
}

.linkBtn:hover {
	color: #fff;
	outline: 1px solid rgba(255,255,255,0.6);
	outline-offset: 0.4em;
}

.linkBtn.linkBtnSmall {
	min-width: 120px;
}

.linkBtns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 25px;
}

.linkBtns.centered {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.linkBtns.centered .linkBtn {
	margin-left: 12px;
	margin-right: 12px;
}

.linkBtns .linkBtn {
	margin-right: 24px;
}

.linkBtn.linkBtnSolid {
	background-color: #fff;
	color: #000000 !important;
}

.linkBtn.linkBtnGreen {
	background: -o-linear-gradient(4.62deg, #4A8BA8 -51.23%, #46B64A 128.32%);
	background: linear-gradient(85.38deg, #4A8BA8 -51.23%, #46B64A 128.32%);
}

.linkBtn.linkBtnGreen:hover {
	outline: 1px solid #48a276;
}

.readmore {
	position: relative;
	display: inline-block;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #183127;
	line-height: 1.1;
	padding: 11px 50px 11px 33px;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.readmore:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: -o-linear-gradient(4.62deg, #183127 -51.23%, #183127 128.32%);
	background: linear-gradient(85.38deg, #183127 -51.23%, #183127 128.32%);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: -1;
}

.readmore:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 10px;
	height: 17px;
	margin-top: -8px;
	background: url(../images/arrow-right.svg) no-repeat;
	background-size: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.readmore:hover,
.blogPosts li a:hover .readmore {
	color: #fff;
}

.readmore:hover:before,
.blogPosts li a:hover .readmore:before {
	background: -o-linear-gradient(4.62deg, #4A8BA8 -51.23%, #46B64A 128.32%);
	background: linear-gradient(85.38deg, #4A8BA8 -51.23%, #46B64A 128.32%);
	width: calc(100% + 10px);
}

.readmore:hover:after,
.blogPosts li a:hover .readmore:after {
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    border-radius: 0;
}

strong {
	font-weight: 700;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

:-moz-placeholder {
	color: inherit;
	opacity: 1;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {  
	color: inherit;
	opacity: 1;
}

/* Media Queries */

@media only screen and (max-width : 1450px) {
	#fullWidth .contents .rightSide .publications {
		padding-left: 20px;
		padding-right: 20px;
	}

	#fullWidth .contents .rightSide .publications .top .title,
	#fullWidth .contents .rightSide .publications .top .listing li a {
		padding-left: 15px;
		padding-right: 15px;
	}

	#fullWidth .contents .rightSide .research {
		padding-left: 25px;
		padding-right: 25px;
	}
}

/* Tablet Screens (Landscape) */

@media only screen and (max-width : 1260px) {
	.section {
		max-width: 970px;
	}	

	#intro {
		margin-bottom: 50px;
	}

	#intro .section {
		padding-top: 160px;
		min-height: 676px;
	}

	#intro .overlay {
		max-width: 672px;
	}

	#intro .images {
		width: 518px;
		top: 132px;
		bottom: -55px;
	}

	#intro .images .image.one {
		height: 240px;
	}

	#intro .images .poweredBy {
		bottom: 66px;
	}

	#banner {
		margin-bottom: 75px;
	}

	#banner .section {
		padding-right: 350px;
	}

	#banner .images {
		width: 500px;
		bottom: -90px;
	}

	#banner .images .image.one {
		height: 237px;
		bottom: 50px;
	}

	.imageTexts {
		margin-bottom: -50px;
	}

	.imageTexts .imageText {
		width: 530px;
	}
		
	.imageTexts .imageText:nth-child(even) {
		width: 380px;
	}

	.imageTexts .imageText:nth-child(odd) .text, .imageTexts .imageText:nth-child(even) .image {
		margin-bottom: 60px;
	}

	.textThumbnails .images {
		width: 170px;
	}

	.textThumbnails .text {
		width: 755px;
	}

	.byNumbers {
		margin-top: 100px;
	}

	.bigImage {
		margin-bottom: -340px;
	}

	.textImages .textImage .text {
		width: 507px;
	}

	.textImages .textImage .image {
		width: 434px;
	}

	#ourTeam {
		margin-bottom: 80px;
	}
	
	#ourTeam .images {
		width: 440px;
	}

	#ourTeam .text {
		margin-top: 30px;
	}

	.content .section {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	#highlights .section {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	#highlights .listing {
		margin-left: -15px;
		margin-right: -15px;
	}

	#highlights .listing li {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 40px;
	}

	.projects .project .overlay {
		left: 20px;
		right: 20px;
		bottom: 20px;
	}

	.projects .project .overlay .text {
		padding-right: 48px;
		padding-left: 20px;
	}

	.projects .project .overlay .text:after {
		right: 12px;
		width: 12px;
		height: 22px;
		margin-top: -11px;
	}

	.projects .project .overlay .text p {
		font-size: 14px;
		margin-bottom: 4px;
	}

	.projects .project .overlay .text h5 {
		font-size: 21px;
	}

	.blogPosts {
		padding-left: 0;
		padding-right: 0;
	}

	.tabLinks li {
		margin-left: 16px;
		margin-right: 16px;
	}

	.linkBtn.seeAll {
		top: 107px;
	}

	#access .topBar {
		height: 70px;
		padding-right: 45px;
		padding-bottom: 18px;
	}

	#access .rightSide .top {
		padding-left: 7%;
		padding-right: 7%;
		padding-top: 30px;
	}
	
	#fullWidth .leftSide {
		width: 250px;
	}

	#fullWidth .contents .rightSide .categories .moreCategories .listing li {
		width: 50%;
	}

	#fullWidth .topBar .rightSide .searchBox {
		width: 270px;
	}

	#fullWidth .contents .rightSide .categories {
		padding-left: 25px;
	}

	#fullWidth .topBar .rightSide {
		padding-left: 25px;
		padding-right: 25px;
	}

	#fullWidth .contents .rightSide .categories .highlighted .text {
		padding: 20px;
	}

	#fullWidth .contents .rightSide .research .top .head .info table th, #fullWidth .contents .rightSide .research .top .head .info table td {
		padding-right: 25px;
	}

	#fullWidth .contents .rightSide .publications .top .title, #fullWidth .contents .rightSide .publications .top .listing li a {
		padding-left: 0;
		padding-right: 0;
	}

	#fullWidth .contents .rightSide .publications .bottom .findSimiliar .text {
		font-size: 13px;
	}

	#fullWidth .contents .rightSide .messages {
		width: 210px;
	}

	#fullWidth .contents .rightSide .profile {
		width: 222px;
		padding-top: 25px;
	}

	#fullWidth .contents .rightSide .chat .bottom {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px;
	}

	#fullWidth .contents .rightSide .chat .middle {
		padding-left: 15px;
		padding-right: 15px;
	}

	#fullWidth .contents .rightSide .chat .bottom .chatbox .add {
		right: 59px;
	}

	#fullWidth .contents .rightSide .searchCol {
		padding-right: 10px;
	}

	#fullWidth .contents .rightSide .searchCol .records .record {
		padding-bottom: 40px;
	}

	#fullWidth .contents .rightSide .searchCol .records .record .seeDetails {
		bottom: 10px;
	}

	#fullWidth .contents .rightSide .searchCol .records .record .text {
		padding-right: 0;
	}
	
	#footer .inTouch {
		margin-left: 35px;
	}

	#footer .reachOut {
		width: 390px;
	}

	h2 {
		font-size: 70px;
	}

	h3 {
		font-size: 46px;
	}

	h5 {
		font-size: 22px;
	}
	
}

/* Tablet Screens (Portrait) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}

	#header #navigation {
		margin-left: 30px;
	}

	#header #navigation ul li {
		margin-right: 19px;
	}

	#intro .section {
		padding-bottom: 123px;
	}

	#intro .overlay {
		max-width: 410px;
	}

	#intro .images .image.one {
		height: 189px;
	}

	#banner {
		margin-bottom: 40px;
	}

	#banner .section {
		min-height: 380px;
	}

	#banner .images {
		width: 434px;
		top: 146px;
		bottom: -65px;
	}
	
	#banner .images .image {
		border-width: 10px;
	}

	#banner .images .image.one {
		height: 168px;
		bottom: 28px;
	}
	
	#ourTeam {
		margin-bottom: 60px;
	}

	#ourTeam .text {
		margin-top: 0;
		width: 430px;
	}

	#ourTeam .images {
		width: 190px;
	}

	#ourTeam .images li {
		width: 50%;
	}

	#ourTeam .text {
		width: 520px;
	}

	.imageTexts .imageText {
		width: 373px;
	}

	.imageTexts .imageText:nth-child(even) {
		width: 308px;
	}

	.textImages .textImage {
		margin-bottom: 60px;
	}

	.textImages .textImage .image {
		width: 320px;
	}

	.textImages .textImage .text {
		width: 377px;
	}

	.byNumbers {
		margin-top: 70px;
	}

	.textThumbnails .text {
		width: 577px;
	}

	.textThumbnails .images {
		width: 120px;
	}

	.textThumbnails .images li {
		margin-bottom: 15px;
	}

	.content .section {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	#highlights .section {
		padding-top: 80px;
		padding-bottom: 80px;
	} 

	#highlights .listing li {
		width: 50%;
	}

	#fullWidth .contents .rightSide .featured {
		padding-right: 20px;
	}
	
	#fullWidth .contents .rightSide .featured .seeMore {
		min-width: 211px;
	}

	#fullWidth .topBar .rightSide .searchBox {
		margin-top: 0;
		width: 260px;
	}

	#fullWidth .contents .rightSide .featured {
		width: 35%;
	}

	#fullWidth .contents .rightSide .featured .listing li .name {
		display: block;
		margin-bottom: 10px;
	}

	#fullWidth .contents .rightSide .featured .listing li .name span {
		display: block;
		text-align: left;
		padding-left: 0;
	}

	#fullWidth .contents .leftSide {
		display: none;
	}

	.projects .project .overlay {
		left: 10px;
		right: 10px;
		bottom: 10px;
	}

	.projects .project .overlay .text {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.projects .project .overlay .text h5 {
		font-size: 17px;
	}

	.blogPosts {
		margin-left: -13px;
		margin-right: -13px;
	}

	.blogPosts li {
		padding-left: 13px;
		padding-right: 13px;
	}

	.linkBtn.seeAll {
		top: 79px;
	}

	.bigImage {
		margin-bottom: -286px;
	}

	.infoImage {
		margin-bottom: 200px;
	}

	.tabLinks {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	#access .leftSide {
		width: 33%;
	}
	
	#access .leftSide .logo {
		width: 75%;
	}

	#access .rightSide {
		width: 67%;
	}

	#footer .reachOut {
		width: 100%;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
	}

	#footer .about {
		width: 346px;
	}
	
	h2 {
		font-size: 44px;
	}

	h3 {
		font-size: 35px;
	}

	h5 {
		font-size: 19px;
	}
	
}

/* Mobile Screens */

@media only screen and (max-width : 767px) {
	.hamburger {
		display: block;
		position: absolute;
		right: 9px;
		top: 2px;
	}
	
	#header {
		border-top: 6px solid #2E2E2E;
	}
	
	#header .section {
		display: block;
		height: auto;
		padding-top: 20px;
	}

	#header #navigation {
		display: none;
	}

	#header .logo {
		display: block;
		margin: 0 auto;
		width: 230px;
	}

	#intro .section {
		padding-top: 449px;
		padding-bottom: 245px;
		min-height: 1px;
	}
	
	#intro .images {
		display: none;
	}

	#intro .overlay {
		max-width: 100%;
		text-align: center;
	}

	#banner {
		margin-bottom: 0;
	}

	.linkBtn {
		min-width: 118px;
	}

	#header .logo {
		width: 201px;
	}

	#header .linkBtns {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	#header .linkBtns .linkBtn {
		margin-right: 13px;
	}

	#fullWidth {
		display: block;
	}
	
	#fullWidth .topBar {
		border-top: 6px solid #2E2E2E;
		height: auto;
		padding: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	#fullWidth .topBar .leftSide {
		width: auto;
		border: 0;
		text-align: center;
	}

	#fullWidth .topBar .leftSide .logo {
		display: block;
		width: 201px;
	}

	#fullWidth .topBar .rightSide {
		display: block;
	}

	#fullWidth .contents {
		display: block;
		overflow: auto;
	}

	#intro {
		margin-bottom: 0;
	}

	#intro .section {
		padding-bottom: 270px;
	}

	#intro .linkBtns {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: -15px;
	}

	#intro .linkBtns .linkBtn {
		margin-right: 8px;
	}

	#intro .linkBtns .linkBtn:last-child {
		margin-right: 0;
	}

	#intro .text {
		max-width: 100%;
	}

	#intro .images {
		display: block;
		position: static;
	}

	#intro .images .image.one {
		display: block;
		width: 300px;
		height: 200px;
		position: absolute;
		left: 50%;
		margin-left: -150px;
		bottom: 30px;
	}

	#intro .images .image.one img {
		-o-object-position: center 60%;
		   object-position: center 60%;
	}

	#intro .images .image.two {
		position: absolute;
		left: 50%;
		top: 220px;
		margin-left: -150px;
		width: 300px;
		height: 200px;
	}

	#intro .images .image.two img {
		-o-object-position: center 60%;
		   object-position: center 60%;
	}

	#intro .images .image.one {
		bottom: 70px;
	}

	#intro .images .poweredBy {
		left: 0;
		right: 0;
		bottom: 25px;
	}

	#banner {
		margin-bottom: 15px;
	}

	#banner .section {
		padding-right: 15px;
		padding-top: 330px;
		padding-bottom: 63px;
		text-align: center;
		min-height: 1px;
	}

	#banner h2 {
		position: absolute;
		left: 15px;
		right: 15px;
		height: 211px;
		top: 216px;
		margin: 0;
		z-index: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	#banner .images {
		position: static;
		display: block;
		width: 100%;
		height: auto;
	}

	#banner .images .image {
		border-width: 7px;
	}

	#banner .images .image.one {
		display: none;
	}

	#banner .images .image.two {
		width: 300px;
		height: 211px;
		top: 216px;
		left: 50%;
		margin-left: -150px;
		background: #000;
	}

	#banner .images .image.two img {
		opacity: 0.5;
		-o-object-position: center;
		   object-position: center;
	}

	.content .section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.imageTexts {
		display: block;
	}

	.imageTexts .imageText,
	.imageTexts .imageText:nth-child(even) {
		width: auto;
	}

	.imageTexts .imageText .image {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		max-width: 350px;
		margin: 0 auto 30px !important;
	}	

	.imageTexts .imageText .text,
	.imageTexts .imageText:nth-child(odd) .text {
		text-align: center;
		margin-bottom: 0;
	}

	.byNumbers .listing li {
		width: 50%;
	}

	.textThumbnails {
		display: block;
		text-align: center;
	}

	.textThumbnails .text {
		width: auto;
	}

	.textThumbnails .images {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: auto;
		max-width: 400px;
		margin: 0 auto;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.textThumbnails .images li {
		width: 48%;
	}

	.byNumbers .listing {
		margin-left: -15px;
		margin-right: -15px;
	}

	.byNumbers .listing li {
		padding-left: 15px;
		padding-right: 15px;
	}

	#highlights .section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#highlights .listing {
		display: block;
	}

	#highlights .listing li {
		width: auto;
		text-align: center;
	}

	#highlights .listing li .ico {
		margin-left: auto;
		margin-right: auto;
	}

	.infoImage .section {
		padding-bottom: 1px;
	}
	
	.infoImage .bigImage {
		margin-bottom: -30px;
	}

	#ourTeam {
		display: block;
		margin-bottom: 30px;
	}

	#ourTeam .text {
		width: auto;
		text-align: center;
		margin-bottom: 50px;
	}

	#ourTeam .images {
		width: 100%;
		margin: 0;
	}

	#ourTeam .images li {
		width: 33.33333333333333%;
	}

	.projects .project {
		width: 100%;
		height: 260px;
		max-width: 400px;
		margin: 0 auto 20px;
	}

	.projects .project:nth-child(4n+2), .projects .project:nth-child(4n+3) {
		width: 100%;
	}

	.projects .project .overlay {
		opacity: 1;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}

	.linkBtn.seeAll {
		position: static;
	}

	.headingWithButton {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 35px;
	}

	.headingWithButton .linkBtn {
		margin-left: 0;
		margin-top: 20px;
	}

	.blogPosts {
		display: block; 
		max-width: 400px;
		margin: 30px auto 0;
		padding-left: 0;
		padding-right: 0;
	}

	.blogPosts li {
		width: auto;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 40px;
		text-align: center;
	}

	.blogPosts li .image {
		margin-bottom: 20px;
	}

	.bigImage {
		margin-top: 28px;
		margin-bottom: 0;
	}

	.linkBtn.seeAll {
		display: table;
		position: static;
		margin: 0 auto;
	}

	.infoImage {
		margin-bottom: 16px;
	}

	.linkBtns .linkBtn {
		margin-right: 8px;
	}

	.byNumbers {
		margin-top: 50px;
	}

	.textImages {
		margin-top: 34px;
	}

	.textImages .textImage {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 48px;
	}

	.textImages .textImage .image {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		width: auto;
		max-width: 400px;
		margin: 0 auto 30px;
	}

	.textImages .textImage .text {
		width: auto;
		text-align: center;
	}

	#access .topBar {
		height: 177px;
		padding: 15px;
		text-align: center;
		border-top: 6px solid #2E2E2E;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	
	#access .topBar .logo {
		display: block;
		width: 201px;
	}

	#access .topBar .logo img {
		display: block;
		width: 100%;
	}

	#access .topBar .question {
		margin-top: 18px;
	}

	#access .rightSide .top {
		padding-top: 260px;
	}

	#access .rightSide .top .fields .field .textbox {
		padding-left: 60px;
		background-position: 24px center;
	}

	#access .rightSide .top .fields .field .textbox.gender {
		background-position: 24px center, right center;
	}

	#access .leftSide {
		width: 100%;
		background: none;
		pointer-events: none;
	}

	#access .leftSide .logo {
		display: none;
	}

	#access .leftSide .bg {
		left: 50%;
		top: 211px;
		margin-left: -150px;
		width: 300px;
		height: 200px;
		overflow: hidden;
		border-radius: 25px;
		border-top-left-radius: 90px;
		-o-object-position: center;
		   object-position: center;
	}

	#access .rightSide {
		width: 100%;
	}

	#access .rightSide .top {
		padding-bottom: 15px;
	}

	#access .rightSide .top .inner {
		max-width: 100%;
		text-align: center;
	}

	#access .rightSide .bottom {
		text-align: center;
	}
	
	#fullWidth .topBar .leftSide {
		padding: 0;
	}

	#fullWidth .topBar .leftSide .logo {
		margin-bottom: 10px;
	}

	#fullWidth .topBar .rightSide h5 {
		margin-bottom: 20px;
	}

	#fullWidth .topBar .rightSide .searchBox {
		margin: 0 auto;
	}

	#fullWidth .topBar .rightSide {
		padding: 0;
		width: 100%;
		text-align: center;
	}

	#fullWidth .topBar .rightSide h5 {
		margin-right: 0;
	}

	#fullWidth .contents .rightSide {
		display: block;
	}

	#fullWidth .contents .rightSide .categories {
		padding-left: 15px;
		padding-right: 15px;
	}

	#fullWidth .contents .rightSide .featured {
		display: none;
	}

	#fullWidth .contents .rightSide .research {
		padding-left: 15px;
		padding-right: 15px;
	}

	#fullWidth .contents .rightSide .research .top .head .meta h5 {
		margin-bottom: 10px;
	}

	#fullWidth .contents .rightSide .research .top .head .info {
		padding-left: 0;
		padding-right: 0;
	}

	#fullWidth .contents .rightSide .research .top .head .info table th, #fullWidth .contents .rightSide .research .top .head .info table td {
		padding-right: 12px;
	}

	#fullWidth .contents .rightSide .research .bottom {
		display: block;
		text-align: center;
	}

	#fullWidth .contents .rightSide .research .bottom .question {
		margin-bottom: 10px;
	}

	#fullWidth .contents .rightSide .publications {
		width: 100%;
		max-width: 100%;
	}
		
	#fullWidth .contents .rightSide .research .top .head .info table,
	#fullWidth .contents .rightSide .research .top .head .info table td,
	#fullWidth .contents .rightSide .research .top .head .info table tr,
	#fullWidth .contents .rightSide .research .top .head .info table tbody {
		display: block;
		width: 100%;
		height: auto !important;
	}

	#fullWidth .contents .rightSide .research .top .head .info table th {
		display: none;
	}

	#fullWidth .contents .rightSide .research .top .head .info table td {
		padding: 0;
		margin-bottom: 15px;
	}

	#fullWidth .contents .rightSide .research .top .head .info table td:last-child {
		margin-bottom: 0;
	}

	#fullWidth .contents .rightSide .research .top .head .info table td span {
		display: block;
		font-weight: bold;
	}

	#fullWidth .contents .rightSide .research .bottom .linkBtn {
		margin: 0 5px;
	}

	#fullWidth .contents .rightSide .messages {
		display: none;
	}

	#fullWidth .contents .rightSide .profile {
		display: none;
	}

	#fullWidth .contents .rightSide .chat {
		height: calc(100vh - 193.83px);
	}

	#fullWidth .contents .rightSide .categoryCol {
		width: 100%;
		padding: 20px 15px;
	}
	
	#fullWidth .contents .rightSide .chat .top {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
	}

	#fullWidth .contents .rightSide .searchCol {
		padding-left: 15px;
		padding-right: 15px;
	}

	#fullWidth .contents .rightSide .searchCol .records .record {
		padding-top: 35px;
	}

	#fullWidth .contents .rightSide .searchCol .records .record .name {
		padding-right: 0;
	}

	#fullWidth .contents .rightSide .searchCol .records .record .match {
		top: 10px;
		right: 36px;
	}

	#fullWidth .contents .rightSide .searchCol .records .record .bookmark {
		right: 14px;
		top: 11px;
	}
		
	#footer .section {
		padding-top: 60px;
		padding-top: 60px;
		text-align: center;
	}

	#footer .about {
		width: auto;
		margin-bottom: 10px;
	}

	#footer .about .logo {
		margin: 0 auto 20px;
	}

	#footer .inTouch {
		margin-left: 0;
		width: 100%;
		margin-bottom: 15px;
	}

	#footer .title {
		margin-bottom: 30px;
	}

	#footer .reachOut .fields {
		max-width: 500px;
		margin: 0 auto;
	}

	#footer .reachOut .fields .field.half {
		width: 100%;
	}

	#footer .reachOut .fields .field label {
		text-align: left;
	}

	#footer .reachOut .submitBtn {
		margin-left: auto;
		margin-right: auto;
	}

	h2 {
		font-size: 38px;
	}

	h3 {
		font-size: 32px;
		text-align: center;
	}
	
}

@media only screen and (max-width : 479px) {
	#fullWidth .contents .rightSide .categories .highlighted {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	#fullWidth .contents .rightSide .categories .highlighted .text {
		width: auto;
	}

	#fullWidth .contents .rightSide .categories .highlighted .image {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		width: 100%;
		padding-bottom: 56.45645645645646%;
	}

	#fullWidth .contents .rightSide .categories .moreCategories .listing li {
		width: 100%;
	}
}