@import 'framework.css';
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext');

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

a { color: #8c1327; }
a:hover { color: #000; }

.font-size_16 { font-size: 16px; }

.button_1 {
	display: inline-block;
	color: #fff;
	background-color: #8c1327;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 15px;
	border-radius: 5px;
}

.button_1:hover { background-color: #9a2035; }

.button_2 {
	display: inline-block;
	color: #8c1327;
	font-size: 16px;
	border: solid 1px #8c1327;
	padding: 5px 10px;
	background-color: transparent;
}

.button_2:hover {
	color: #fff;
	background-color: #8c1327;
}

.button_3 {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	padding: 5px 20px;
	background-color: #8c1327;
	text-transform: uppercase;
	border: solid 2px #8c1327;
}

.button_3:hover {
	color: #8c1327;
	background-color: transparent;
}

.ui-autocomplete li.ui-menu-item { list-style-image: none !important; }
.ui-autocomplete li.ui-menu-item:before { content: none; }

.text-format {
	line-height: 1.5;
	color: #313131;
	font-size: 16px;
}

.text-format h1,
.text-format h2,
.text-format h3,
.text-format h4,
.text-format h5,
.text-format h6 {
	color: #891430;
	font-weight: 700;
	margin-bottom: 1em;
}

.text-format ul { margin-bottom: 1em; }

.text-format ul li { line-height: 2; }

.text-format ul li:before {
	color: #891430;
	font-size: 1.9em;
	left: -20px;
	top: -10px;
}

.text-format table {
	width: 100%;
	border-collapse: collapse;
}

.text-format table td {
	border: solid 1px #eaeaeb;
	padding: 0.5em;
}

.text-format table tr:first-child td { background-color: #eaeaeb; }

.justify { text-align: justify; }

ul.menu { padding: 0; }

ul.menu li:before { content: none; }

ul.menu li,
ul.menu li a { display: inline-block; }

div.top-bar {
	background-color: #373737;
	color: #fff;
	padding: 8px 0;
}

div.top-bar .col-left { width: calc(100% - 160px); }
div.top-bar .col-right { width: 160px; }

div.top-bar ul.top-bar-menu li:not(:nth-child(1)):before {
	content: '|';
	left: -10px;
	font-size: 13px;
}

div.top-bar ul.top-bar-menu li a {
	color: #fff;
	font-size: 13px;
	margin: 0 15px 0 0;
}

div.top-bar ul.top-bar-menu li a:hover {
	text-decoration: underline;
	text-decoration-color: #999;
}

div.top-bar .fa-globe {
	position: absolute;
	right: 80px;
	z-index: 20;
}

div.top-bar ul.language-menu {
	position: absolute;
	right: 0;
	z-index: 10;
	background-color: #373737;
	width: 80px;
	text-align: left;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

div.top-bar ul.language-menu li {
	display: none;
	padding: 0 5px 0 10px;
}

div.top-bar ul.language-menu li a {
	color: #fff;
	font-size: 13px;
}

div.top-bar ul.language-menu li a:hover {
	text-decoration: underline;
	text-decoration-color: #999;
}

div.top-bar ul.language-menu li:nth-child(1) { display: block; }

div.top-bar ul.language-menu li:nth-child(1) > a { pointer-events: none; }

div.top-bar ul.language-menu:hover { padding-bottom: 10px; }

div.top-bar ul.language-menu:hover li { display: block; }

div.top-bar ul.language-menu li:not(:nth-child(1)) { padding-top: 10px; }

header {
	padding: 20px 0;
	background-color: #fff;
}

header .row-header > .col:nth-child(1) { width: 400px; }
header .row-header > .col:nth-child(2) { width: calc(100% - 540px); }
header .row-header > .col:nth-child(3) { width: 140px; }

header .logo {
	display: block;
	font-size: 30px;
	color: #8c1327;
	font-weight: 700;
}

header ul.header-menu > li > a {
	font-size: 16px;
	color: #000000;
	font-weight: 700;
	padding: 7px 25px 7px 0;
}

header ul.header-menu > li > a:hover { color: #8c1327; }

header ul.header-menu ul.sub-menu {
	display: none;
	min-width: 160px;
	position: absolute;
	left: -15px;
	z-index: 100;
	background-color: #fff;
	padding: 10px 0 0 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

header ul.header-menu > li:hover > ul.sub-menu { display: block; }

header ul.header-menu ul.sub-menu > li {
	display: block;
	padding: 0 15px 15px 15px;
}

header ul.header-menu ul.sub-menu > li > a {
	display: block;
	color: #000;
}

header ul.header-menu ul.sub-menu > li > a:hover { color: #8c1327; }

header .login-button,
header .logout-button {
	display: inline-block;
	color: #8c1327;
	padding-top: 7px;
	margin-left: 10px;
}

footer .footer-widgets {
	padding: 30px 0;
	background-color: #1f1f1f;
}

footer .footer-widgets ul.menu li {
	display: block;
	margin-bottom: 10px;
}

footer .footer-widgets ul.menu li a {
	color: #979797;
	font-size: 16px;
}

footer .footer-widgets ul.menu li a:hover { color: #fff; }

footer .footer-widgets ul.menu.social-menu li { display: inline-block; }

footer .footer-widgets ul.menu.social-menu li a {
	display: inline-block;
	margin-right: 5px;
}

footer .footer-widgets .logo-footer { margin-top: 20px; }

footer .footer-bottom {
	padding: 10px 0;
	background-color: #161616;
	color: #676767;
	font-size: 12px;
}

section.frontpage-hero {
	padding: 50px 0 150px 0;
	overflow: hidden;
	text-align: left;
}

section.frontpage-hero .hero-slick-slider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

section.frontpage-hero .hero-slick-slider .cover-image { height: 540px; }

section.frontpage-hero h1 {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	margin-top: 30px;
}

section.frontpage-hero .row-frontpage-hero > .col:nth-child(1) { width: calc(100% - 400px); }
section.frontpage-hero .row-frontpage-hero > .col:nth-child(2) { width: 400px; }

section.frontpage-hero .search-form {
	background: #fff;
	padding: 15px;
	margin-top: 100px;
}

section.frontpage-hero .search-form .title { font-size: 24px; }

section.frontpage-hero .search-form .search-inputs { padding: 15px 0; }

section.frontpage-hero .search-form .search-inputs select {
	display: block;
	width: 100%;
	border: solid 1px #c0c0c0;
	border-radius: 5px;
	padding: 10px;
	cursor: pointer;
}

section.services { padding: 60px 0; }

section.services h1 { font-size: 30px; }

section.services .row { margin-top: 50px; }

section.services .thumb {
	display: block;
	padding-top: 70%;
}

section.services .title {
	display: block;
	background-color: #e7e7e7;
	text-align: center;
	padding: 15px 0;
	color: #000;
	font-size: 18px;
	font-weight: 700;
}

section.menu-ribbon { background-color: #f2f2f2; }

section.menu-ribbon.darker { background-color: #eae9e9; }

section.menu-ribbon a {
	display: block;
	padding: 30px 0;

	background-position: center 30px;
	background-repeat: no-repeat;
}

section.menu-ribbon a:hover { background-color: #e0e0e0; }

section.menu-ribbon a h2 {
	margin-top: 70px;
	color: #000;
	min-height: 55px;
}

section.how-it-works {
	padding: 60px 0;
	background-color: #eae9e9;
}

section.how-it-works h1 {
	font-size: 30px;
	margin-bottom: 60px;
}

section.how-it-works h3 {
	font-size: 20px;
	font-weight: 700;
	color: #404040;
	margin-top: 15px;
	max-width: 240px;
}

section.how-it-works .arrow-up { margin-top: 45px; }
section.how-it-works .arrow-down { margin-top: 15px; }

section.how-it-works .row { display: inline-block; }

section.about-us { padding: 60px 0; }

section.about-us h1 { margin-bottom: 30px; }

section.page-title {
	background-color: #891430;
	padding: 25px 0;
	color: #fff;

	background-image: url('img/page-title-bg.png');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
}

section.page-title .col:nth-child(1) { width: 100px; }
section.page-title .col:nth-child(2) { width: calc(50% - 50px); }

section.page-title .col:nth-child(3) {
	width: calc(50% - 50px);
	text-align: right;
}

section.page-title h1 {
	font-size: 36px;
	font-weight: 700;
	margin: 32px 0 0 15px;
}

section.page-title h2 {
	font-size: 30px;
	margin: 34px 0 0 15px;
}

section.breadcrumbs { padding: 30px 0; }

section.breadcrumbs ul li,
section.breadcrumbs ul li a {
	font-size: 20px;
	color: #bababa;
}

section.breadcrumbs ul li:last-child a { color: #8c8c8c; }

section.page { padding: 0 0 90px 0; }

section.page .content { width: calc(100% - 240px); }

section.page .sidebar {
	width: 240px;
	padding-left: 60px;
}

div.university-header a {
	display: inline-block;
	font-size: 20px;
	margin-top: 50px;
}

ul.sidebar-menu li { display: block; }

ul.sidebar-menu li a {
	display: block;
	color: #000;
	font-size: 20px;
	padding: 7px;
}

ul.sidebar-menu li a:hover { color: #891430; }

ul.sidebar-menu li.current-menu-item a {
	background-color: #891430;
	color: #fff;
}

ul.sidebar-menu li.current-menu-item:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 34px 15px;
	border-color: transparent transparent #891430 transparent;
	left: -15px;
}

div.university-header,
div.university-header .right { text-align: center; }

div.university-data {
	padding: 15px;
	background-color: #eaeaeb;
	font-size: 18px;
	margin: 30px 0;
}

div.university-data p { margin: 0; }

div.university-data b,
div.university-data strong { color: #891430; }

div.university-content {
	font-size: 18px;
	color: #393939;
	margin: 30px 0;
}

div.university-content .tab { display: none; }

div.university-content .tab[data-rel="0"] { display: block; }

div.university-content .gallery .thumb {
	display: block;
	padding-top: 60%;
	margin-bottom: 36px;
}

div.single-page-format { padding-top: 90px; }

section.map #map { height: 480px; }

div.contacts-container {
	max-width: 720px;
	margin: 90px auto 0 auto;
}

div.contacts-data { margin-bottom: 60px; }

div.contacts-data h2 {
	color: #8c1430;
	font-weight: 700;
	margin-bottom: 10px;
}

div.contacts-data h4 {
	color: #8c1430;
	margin-bottom: 15px;
}

div.contacts-data > .col:first-child { border-right: solid 1px #eaeaea; }

div.contacts-data > .col:last-child { padding-left: 45px; }

div.contacts-data h5 {
	color: #3d3d3d;
	line-height: 1.5;
}

div.contact-form h2 { margin-bottom: 30px; }

div.contact-form label {
	font-size: 14px;
	color: #7a7e81;
	text-transform: uppercase;
}

div.contact-form input[type="text"],
div.contact-form textarea {
	display: block;
	width: 100%;
	border: solid 2px #e6e6e6;
	padding: 10px 15px;
	margin: 5px 0 15px 0;
}

div.contact-form .required.error { border-color: #8c1327; }

div.contact-form .success {
	display: none;
	margin-bottom: 15px;
	font-size: 16px;
	color: #8c1227;
}

div.partners-grid { margin-top: 90px; }

div.partners-grid .partner {
	display: block;
	padding-top: 60%;
	background-size: 70%;
}

div.service-container { margin-top: 90px; }

div.service-container .sidebar {
	width: 240px;
	padding: 0;
}

div.service-container .content {
	width: calc(100% - 240px);
	padding: 0 0 0 60px;
}

div.services-menu a {
	display: block;
	padding: 15px 0;
	background-position: center 30px;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
}

div.services-menu a:nth-child(even) { background-color: #e9e9e9; }

div.services-menu a h2 {
	font-size: 18px;
	margin-top: 90px;
	color: #000;
	text-align: center;
}

div.services-menu a:hover h2 { color: #89142f; }

div.services-menu a.current { border: solid 2px #8c1327; }

section.search-bar { padding: 80px 0; }

section.search-bar .search-input {
	max-width: 540px;
	margin: 0 auto;
}

section.search-bar input[type="text"] {
	display: block;
	width: 100%;
	border: solid 3px #89142f;
	padding: 10px 15px;
}

section.search-bar #do-search {
	display: block;
	position: absolute;
	right: 15px;
	top: 6px;
	font-size: 30px;
}

section.categories-menu-section { background-color: #89142f; }

section.categories-menu-section ul.categories-menu {
	padding: 0;
	text-align: center;
}

section.categories-menu-section ul li::before { content: none; }

section.categories-menu-section ul li {
	display: inline-block;
	vertical-align: bottom;
}

section.categories-menu-section ul li a {
	display: inline-block;
	color: #f18da5;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 5px;
}

section.categories-menu-section ul li a:hover,
section.categories-menu-section ul li.current-menu-item a { color: #fff; }

section.categories-menu-section ul li:first-child a {
	pointer-events: none;
	font-weight: 700;
}

section.categories-menu-section ul li.current-menu-item:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -6px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #ffffff transparent;
}

section.universities-grid { padding: 60px 0; }

section.universities-grid > .container > .row { margin: 0 -2px; }

section.universities-grid > .container > .row > .col { padding: 0 2px; }

section.universities-grid .grid-item {
	background-color: #e2e2e2;
	padding: 25px 30px;
	margin-bottom: 4px;
}

section.universities-grid .col:nth-child(even) .grid-item { background-color: #dadada; }

section.universities-grid .grid-item .logo {
	height: 100px;
	width: 90%;

	background-size: contain;
	background-repeat: no-repeat;
}

section.universities-grid .grid-item h4 {
	color: #89142f;
	font-weight: 700;
	margin-top: 15px;
	min-height: 45px;
}

section.universities-grid .grid-item h6 { margin-top: 5px; }

section.universities-grid .grid-item .university-data {
	padding: 0;
	background: none;
	margin: 5px 0 0 0;
	font-size: 16px;
	min-height: 280px;
}

section.universities-grid .grid-item a.more {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 70px 70px 0;
	border-color: transparent #89142f transparent transparent;
	color: #fff;

	-webkit-transition: all ease-out 0.1s;
	-o-transition: all ease-out 0.1s;
	transition: all ease-out 0.1s;
}

section.universities-grid .grid-item a.more span {
	display: inline-block;
	top: 8px;
	left: 40px;
	width: 21px;
    height: 28px;

	background-image: url('img/more.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;

}

section.universities-grid .grid-item a.more:hover { border-width: 0 80px 80px 0; }

section.apply-form-steps { padding: 30px 0 60px 0; }

section.apply-form-steps h2 {
	text-align: center;
	color: #89142f;
}

section.apply-form-steps .steps {
	max-width: 780px;
	margin: 30px auto 0 auto;
	height: 50px;
}

section.apply-form-steps .steps .step {
	position: absolute;
	display: block;
	background-color: #d2d2d2;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	border-radius: 100%;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	z-index: 10;
}

section.apply-form-steps .steps .step:nth-of-type(1) { left: 0; }
section.apply-form-steps .steps .step:nth-of-type(2) { left: 15%; }
section.apply-form-steps .steps .step:nth-of-type(3) { left: 30%; }
section.apply-form-steps .steps .step:nth-of-type(4) { left: 45%; }
section.apply-form-steps .steps .step:nth-of-type(5) { left: 60%; }
section.apply-form-steps .steps .step:nth-of-type(6) { left: 75%; }
section.apply-form-steps .steps .step:nth-of-type(7) { left: 90%; }

section.apply-form-steps .steps .step.active { background-color: #89142f; }

section.apply-form-steps .steps .line {
	display: block;
	height: 6px;
	width: 15%;
	background-color: #d2d2d2;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	z-index: 5;
	opacity: 0.5;
}

section.apply-form-steps .steps .line:nth-of-type(1) { left: 0; }
section.apply-form-steps .steps .line:nth-of-type(2) { left: 15%; }
section.apply-form-steps .steps .line:nth-of-type(3) { left: 30%; }
section.apply-form-steps .steps .line:nth-of-type(4) { left: 45%; }
section.apply-form-steps .steps .line:nth-of-type(5) { left: 60%; }
section.apply-form-steps .steps .line:nth-of-type(6) { left: 75%; }

section.apply-form-steps .steps .line.active {
	background-color: #89142f;
	opacity: 1;
}

section.apply-form-steps .steps .line.next { background-color: #89142f; }

section.apply-form {
	padding: 60px 0 90px 0;
	background-color: #ebebeb;
}

section.apply-form .form-container h4 {
	text-align: center;
	color: #626262;
	line-height: 1.5;
	margin-bottom: 60px;
}

section.apply-form .form-container {
	max-width: 540px;
	margin: 0 auto;
}

section.apply-form .form-container .input { margin: 0 0 15px 0; }

section.apply-form .form-container .input input[type="text"],
section.apply-form .form-container .input textarea {
	display: block;
	width: 100%;
	border: solid 1px #666666;
	padding: 10px 15px;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.5;
}

section.apply-form .form-container .input select {
	display: block;
	width: 100%;
	border: solid 1px #666666;
	padding: 10px 15px;
	background-color: #fff;
	font-size: 16px;
	cursor: pointer;
	background-image: url('img/select-bg.png');
	background-repeat: no-repeat;
	background-position: 97% center;
	-webkit-filter: grayscale(100%);
	line-height: 1.5;

	-webkit-appearance: none;
	-moz-appearance: none;
}

section.apply-form .form-container .input select:focus,
section.apply-form .form-container .input select:hover,
section.apply-form .form-container .input input[type="text"]:focus,
section.apply-form .form-container .input textarea:focus {
	border-color: #89132f;
	-webkit-filter: grayscale(0%);
}

section.apply-form .form-container .prev,
section.apply-form .form-container .next,
section.apply-form .form-container .submit {
	padding: 10px 15px;
	margin-top: 15px;
}

section.apply-form .form-container .next,
section.apply-form .form-container .submit {
	background-color: #89132f;
	color: #fff;
}

section.apply-form .form-container .label {
	font-size: 19px;
	color: #89122f;
	margin-top: 30px;
}

section.apply-form .form-container .document-label {
	font-weight: 700;
	margin: 25px 0 5px 0;
}

section.apply-form .form-container .input .error {
	border-color: #89132f !important;
	border-width: 2px !important;
	-webkit-filter: grayscale(0%) !important;
}

div.application-data {
    padding: 15px;
    background-color: #eaeaeb;
    font-size: 16px;
    margin: 30px 0;
}

div.application-data b,
div.application-data strong { color: #891430; }

div.sidebar .documents { margin-top: 90px; }

div.sidebar .documents a {
    display: block;
    margin-bottom: 15px;
    word-break: break-all;
}

div.add-document { font-size: 13px; }

div.add-document .do-upload {
	margin-top: 15px;
	display: block;
	width: 100%;
}

div.login-form {
	position: absolute;
	background-color: #fff;
	z-index: 1000;
	padding: 15px;
	right: 0;
	top: 30px;
	min-width: 240px;
	display: none;

	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
}

div.login-form input[type="text"],
div.login-form input[type="password"] {
	display: block;
	width: 100%;
	border: solid 1px #c0c0c0;
	padding: 5px 10px;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}

div.login-form.error input { border-color: #9a2035; }

div.login-form .error {
	color: #8c1327;
	text-align: center;
	padding: 10px 10px 0 0;
}

img.single-university-logo { max-height: 240px; }

@media (max-width: 1199px) {}

@media (max-width: 768px) {

	body { padding-top: 71px; }

	div.top-bar {
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		right: 0;
	}

	div.top-bar .col-left {
		width: calc(100% - 120px);
		text-align: left;
	}

	div.top-bar .col-right { width: 120px; }

	header {
		position: fixed;
		z-index: 1;
		top: 30px;
		left: 0;
		right: 0;
		padding: 10px 0;

		-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
		box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	}

	header .logo { font-size: 21px; }

	header .row-header > .col:nth-child(1) { width: 60px; }
	header .row-header > .col:nth-child(2) { width: calc(100% - 200px); }
	header .row-header > .col:nth-child(3) { width: 140px; }

	header .menu-toggle {
		font-size: 21px;
		display: inline-block;
		padding-left: 10px;
		color: #373737;
	}

	header .login-button,
	header .logout-button { padding-top: 3px; }

	header .col-header-menu-mobile {
		width: 100%;
		padding-bottom: 5px;
	}

	header #header-menu-mobile > li { display: block; }

	header #header-menu-mobile > li > a {
		display: block;
		padding: 15px 0 0 0;
	}

	header #header-menu-mobile .sub-menu {
		display: block;
		position: static;
		padding: 15px 0 0 0;
	}

	header #header-menu-mobile .sub-menu > li:last-child { padding-bottom: 0; }

	section.frontpage-hero { padding: 30px 0; }

	section.frontpage-hero h1 {
		font-size: 30px;
		margin-top: 15px;
	}

	section.frontpage-hero .row-frontpage-hero > .col:nth-child(1) {
		width: 100%;
		text-align: center;
	}

	section.frontpage-hero .row-frontpage-hero > .col:nth-child(2) { width: 100%; }

	section.frontpage-hero .search-form {
		margin-top: 30px;
		text-align: center;
	}

	section.frontpage-hero .search-form .col-do-search {
		text-align: center;
		padding-top: 15px;
	}

	footer,
	footer .right { text-align: center !important; }

	footer .footer-widgets .logo-footer { margin-top: 0; }

	footer .social-menu { margin: 30px 0 20px 0; }

	footer .copyrights {
		display: inline-block;
		margin-bottom: 10px;
	}

	section.services { padding: 30px 0; }

	section.services .title { margin-bottom: 15px; }

	section.services .row { margin-top: 30px; }

	section.how-it-works { padding: 30px 0; }

	section.how-it-works h1 { margin-bottom: 30px; }

	section.how-it-works .row { width: auto; }

	section.how-it-works .col {
		width: 100%;
		padding-bottom: 15px;
	}

	section.about-us { padding: 30px 0; }

	section.about-us h1 { margin-bottom: 15px; }

	section.page-title { background-image: none; }

	section.page-title .col:nth-child(1),
	section.page-title .col:nth-child(2) { display: none; }
	section.page-title .col:nth-child(3) {
		width: 100%;
		text-align: center;
	}

	section.page-title h2 {
		margin: 0;
		font-size: 24px;
	}

	section.breadcrumbs { padding: 15px 0; }

	section.breadcrumbs ul li,
	section.breadcrumbs ul li a { font-size: 14px; }

	section.page { padding: 0 0 30px 0; }

	section.page .content { width: 100%; }

	section.page .sidebar {
		width: 100%;
		padding: 30px 0 0 15px;
	}

	div.university-header a { margin: 15px 0; }

	div.university-data { font-size: 16px; }

	div.university-content {
		font-size: 16px;
		text-align: justify;
	}

	div.university-content h4 { text-align: center; }

	div.single-page-format {
		padding-top: 30px;
		text-align: justify;
	}

	div.contacts-container { margin: 30px auto 0 auto; }

	div.contacts-data { margin-bottom: 30px; }

	div.contacts-data > .col:last-child {
		padding-left: 15px;
		padding-top: 20px;
	}

	div.partners-grid { margin-top: 30px; }

	div.partners-grid .partner { background-size: contain; }

	div.service-container { margin-top: 30px; }

	div.service-container .sidebar {
		width: 100%;
		padding: 0;
	}

	div.service-container .content {
		width: 100%;
		padding: 30px 0 0 0;
		text-align: justify;
	}

	section.search-bar { padding: 30px 0; }

	section.universities-grid { padding: 30px 0; }

	section.universities-grid .grid-item { padding: 15px; }

	section.universities-grid .grid-item a.more {
		display: block;
		border: none;
		position: relative;
		background-color: #89142f;
		padding: 10px 15px;
		width: auto;
		height: auto;
		margin-top: 15px;
		text-align: center;
	}

	section.universities-grid .grid-item a.more span {
		font-size: 16px;
		top: 0;
		left: 0;
		text-transform: uppercase;
	}

	section.apply-form-steps { padding: 15px 0; }

	section.apply-form { padding: 30px 0; }

	section.apply-form .form-container h4 { margin-bottom: 30px; }

	div.university-content .tab { overflow-x: scroll; }

	section.how-it-works h3 { max-width: unset; }

	section.menu-ribbon a h2 { min-height: unset; }

    div.sidebar .documents { margin-top: 0; }

}

@media (max-width: 640px) {}

@media (max-width: 480px) {

	section.categories-menu-section ul.categories-menu { padding: 10px 0; }

	section.categories-menu-section ul li {
		display: block;
		text-align: left;
	}

	section.categories-menu-section ul li a { padding: 5px 0px; }

	section.categories-menu-section ul li.current-menu-item:after {
		left: -11px;
		top: 50%;
		margin-top: -3px;

		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	section.apply-form-steps .steps { height: 35px; }

	section.apply-form-steps .steps .line {}

	section.apply-form-steps .steps .step {
		font-size: 21px;
		height: 35px;
		width: 35px;
		line-height: 35px;
	}

}