/**
 * Theme Name: Apex2
 * Description: Main theme for Waukee Apex.
 * Author: Juicebox Interactive
 * Author URI: http://juiceboxinteractive.com
 * Version: 1.1
 */

/* normalize.css v2.1.0 (min) */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}
audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
body{margin:0}a:focus,a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}
code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}
figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
p, table, h1, h2, h3, h4, h5, h6 { margin-top: 0; }
h1, h2, h3, h4, h5, h6 { line-height: 1em; margin-bottom: 14px; }
ul, ol { margin: 0; padding: 0; list-style: none; }
.rte ul { margin-bottom: 14px; padding-left: 20px; list-style-type: disc; }
.rte ol { margin-bottom: 14px; padding-left: 20px; list-style-type: decimal; }

/* HTML5 BOILERPLATE */
html, button, input, select, textarea { color: #222; }
body { font-size: 1em; line-height: 1.4; }

/*
::-moz-selection { text-shadow: none; background-color: #9c867a; color: #fff; }
::selection { text-shadow: none; background-color: #9c867a; color: #fff; }
*/

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
	clear: both;
}
img { vertical-align: middle; }
fieldset { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }

/* HELPER CLASSES */
.ir { /* Image replacement (CSS backgrounds instead of images) */
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px; /* IE 6/7 fallback */
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}
.hidden { /* Hide something from both screenreaders and browsers */
	display: none !important;
	visibility: hidden;
}
.visuallyhidden,
.sr-only { /* Hide only visually, but have it available for screenreaders */
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, /* Allow the .visuallyhidden element to be focusable when navigated to via the keyboard */
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible { visibility: hidden; } /* Hide visually and from screenreaders, but maintain layout */
.clearfix:before, /* Clearfix: contain floats (no need for extra divs this way) */
.clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; /* IE 6/7 */ }

/* DEFAULT PRINT STYLES */
@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster */
		box-shadow: none !important;
		text-shadow: none !important;
	}
	.rte a, a:visited { text-decoration: underline; }
	.rte a[href]:after { content: " (" attr(href) ")"; } /* Show the URL after a link when printed */

	.rte .ir a:after, /* Don't show links for images, or javascript/internal links */
	.rte a[href^="javascript:"]:after,
	.rte a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid;	}
	img { max-width: 100% !important;	}
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}

 /* WORDPRESS / UTILITY CLASSES */
.aligncenter, div.aligncenter { display: block; margin-right: auto; margin-left: auto; }
.alignleft { float: left; }
img.alignleft, .wp-caption.alignleft { margin: 0 16px 16px 0; }
img.alignright, .wp-caption.alignright { margin: 0 0 16px 16px; }
.alignright { float: right; }
img.alignnone { margin-bottom: 12px; }
.clear { display: block; clear: both; width: 100%; height: 1px; margin: 0 0 -1px; }
.clearfix { clear: both; }
.group:before,
.group:after { content: ""; display: table; }
.group:after { clear: both; }

/* SITE STYLES */
body {
	/* base font, color, etc. */
}
a {
	color: #500778;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	   -moz-transition: color 0.3s;
	     -o-transition: color 0.3s;
	        transition: color 0.3s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #2E0742;
}
.inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

/**
 * GOOGLE SEARCH RESULTS
 */
#jb-search-results .gsc-control-cse,
#jb-search-results .gsc-thumbnail-inside,
#jb-search-results .gsc-table-result,
#jb-search-results .gsc-url-top { padding: 0; background: none; border: 0; }
#jb-search-results .gsc-result-info { padding: 0; margin-bottom: 4px; }
#jb-search-results div.gs-title { margin-bottom: 4px; }
#jb-search-results .gsc-control-cse,
#jb-search-results .gsc-control-cse .gsc-table-result { font-family: inherit; }
#jb-search-results .gsc-control-cse table { margin-bottom: 0; border: 0; }
#jb-search-results .gsc-control-cse table td {
	background: transparent none;
	padding: 0;
	border: none;
}
#jb-search-results .gsc-result .gs-title { overflow: visible; }
#jb-search-results .gsc-control-cse * { text-decoration: none !important; }
#jb-search-results .gsc-control-cse .gsc-result img { border: 0; }
#jb-search-results .gcsc-branding { display: none; }
#jb-search-results .gsc-selected-option-container,
#jb-search-results .gsc-selected-option-container * {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
}
#jb-search-results .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: transparent none;
	border: none;
}

/* APEX2 STYLES */
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version */
}
html {
	background-color:#743993;
}
body {
	background-color:white;
	font-family:'Proxima';
}
header {
	width:100%;
	height:200px;
	position:absolute;
	left:0;
	z-index:100;
}
	header div.search {
		width:100%;
		height:100px;
	}
		header .search form {
			width:100%;
			height:100%;
			display:block;
		}
			header .search input[type="text"] {
				width:100%;
				height:100%;
				box-sizing:border-box;
				background-color:#73767b;
				padding:25px 50px;
				color:white;
				font-size:30px;
				border:none;
				outline:none;
			}
			header .search input[type="submit"] {
				display:none;
			}
	header .logo {
		width:auto;
		display:block;
		float:left;
		background-color:white;
	}
		header .logo img {
			width:auto;
		}
	header div.navicon-wrapper {
		width:80px;
		height:80px;
		position:absolute;
		top:0;
		right:0;
		cursor:pointer;
	}
		header .navicon-wrapper div {
			position:relative;
			width:80px;
			height:80px;
		}
			header .navicon-wrapper div:before {
				content:"\f00d";
				font-family:'FontAwesome';
				background-color:#43474c;
				width:100%;
				height:100%;
				position:absolute;
				display:none;
				color:white;
				font-size:36px;
				text-align:center;
				box-sizing:border-box;
				padding-top:16px;
			}
				header .navicon-wrapper.expanded div:before {
					display:block;
				}
			header div svg.navicon {
				width:80px;
				height:80px;
			}
		@media(min-width:1000px){
			div.navicon-wrapper {
				display:none;
			}
			header {
				height:200px;
				top:-100px;
			}
				header div.search {
					display:block;
				}
			header nav{
				display:block;
				min-width:50%;
				float:right;
				height:100px;
				padding:0 20px;
			}
				header nav > ul {
					display:inline-block;
				}
					header nav > ul > li {
						display:inline-block;
						height:100px;
					}
						header nav > ul > li > a {
							display:inline-block;
							height:100px;
							line-height:100px;
						}
						header nav > ul > li:hover > div.dropdown {
							display:block;
						}
						header nav > ul > li:hover > a > div.arrow-up {
							display:block;
						}
					header nav > ul > li > div.dropdown {
						position:absolute;
						top:100%;
						left:0;
						background-color:white;
						width:350px;
					}
						header nav > ul > li:last-child > div.dropdown {
							left: auto;
							right: 0;
						}
						.dropdown > a {
							background-color:#e7ef99;
							color:#43464b;
						}
						.dropdown ul li a {
							color:#602881;
							text-decoration:none;
						}
							.dropdown ul li:hover {
								background-color:#ebebeb;
								text-decoration:none;
							}
				span.navigation-search {
					display:inline-block;
					position:relative;
					top:1px;
					cursor:pointer;
				}
					header nav span.navigation-search:before {
						position:relative;
						z-index:2;
					}
					header nav span.navigation-search:hover:after, header nav span.navigation-search.open:after {
						display:block;
					}
					header nav span.navigation-search:after {
						content:'';
						width:47px;
						height:47px;
						background-color:#73767b;
						border-radius:50%;
						position:absolute;
						top:1px;
						left:1px;
						display:none;
						z-index:1;
					}
		}
		@media(max-width:1000px){
			div.navicon-wrapper {
				display:block;
			}
			header {
				height:100px;
				top:0;
			}
				header div.search {
					display:none;
				}
			header nav{
				display:block;
				position:absolute;
				bottom:100%;
				width:100%;
				overflow:auto;
				box-sizing:border-box;
				padding:0;
			}
				header nav > ul {
					width:100%;
				}
					header nav > ul > li {
						display:block;
						border-bottom:1px solid #54595f;
					}
						header nav > ul > li > a {
							display:block;
							height:50px;
							line-height:50px;
						}
							header nav > ul > li > a:after {
								content:"\f0a9";
								color:#c1d82f;
								font-size:16px;
								float:right;
								font-family:'FontAwesome';
							}
							header nav > ul > li > a.open:after {
								content:"\f0ab";
							}
						header nav > ul > li > div.dropdown {
							width:100%;
							background-color:#5f6367;
						}
							.dropdown > a:hover
							{
								/*text-decoration:underline;*/
							}
							.dropdown > a, .dropdown ul li a {
								color:white;
							}
				span.navigation-search {
					position:absolute;
					right:6%;
					bottom:15px;
				}
		}
		@media(min-width:900px){
			header .logo {
				height:60px;
				padding:17px 30px 23px 40px;
			}
				header .logo img {
					height:60px;
				}
		}
		@media(max-width:900px){
			header .logo {
				height:40px;
				padding:20px 25px 20px 40px;
			}
				header .logo img {
					height:40px;
				}
		}
		@media(max-width:750px){
			header .logo {
				padding:20px 25px;
			}
		}
		header .navicon:hover .stnav {
			fill:#3c3f44;
		}
	header nav {
		background-color:#43474c;
	}
		header nav > ul {
			list-style-type:none;
		}
			header nav > ul > li {
				position:relative;
			}
				header nav > ul > li .goog-te-gadget {
					font-family: inherit !important;
					font-size: inherit !important;
					line-height: 2.2 !important;
					height: 50px !important;
					background: none;
					display: inline-block;
					vertical-align: baseline;
					width: 100%;
					color: #fff;
				}
				.goog-te-gadget-simple {
					border: none !important;
					background: transparent !important;
					font-size: inherit !important;
					padding: 0 !important;
					display: block !important;
				}
				.goog-te-gadget-simple > span { vertical-align: baseline !important; }
				.goog-te-gadget-icon {
					display: none;
				}
				.goog-te-menu-value {
					display: block !important;
					padding: 0 20px !important;
					margin: 0 !important;
					color: #fff !important;
					width: 100%;
					font-size: 16px;
					line-height: 50px !important;
				}

				.goog-te-menu-value > span:first-child,
				.goog-te-menu-value > span:last-child {
					display: none !important;
				}
					.goog-te-menu-value:before {
						content: "Translate";
						text-transform: none;
					}
					@media(max-width:1000px){
						.goog-te-menu-value:after {
							position: absolute;
							display: inline-block;
							vertical-align: middle;
							font-family: 'FontAwesome';
							content: '\f107';
							font-size: 18px;
							font-weight: bold;
							text-rendering: auto;
							-webkit-font-smoothing: antialiased;
							-moz-osx-font-smoothing: grayscale;
						}
					}
				.goog-te-menu-value span { border: none !important; margin-left: 2px !important; color: #fff !important;}

				header nav > ul > li > a {
					color:white;
					text-decoration:none;
					padding:0 20px;
					font-family:'Proxima';
					-webkit-touch-callout:none;
					-webkit-user-select:none;
					-khtml-user-select:none;
					-moz-user-select:none;
					-ms-user-select:none;
					user-select:none;
				}
					header nav > ul > li > a:hover {
						color:white;
					}
					div.arrow-up {
						width:0;
						height:0;
						border-left:10px solid transparent;
						border-right:10px solid transparent;
						border-bottom:10px solid #e7ef99;
						font-size:0;
						line-height:0;
						position:absolute;
						bottom:0;
						left:50%;
						margin-left:-12px;
						display:none;
					}
					header nav > ul > li:hover > a {
						background-color:#73767b;
					}
			header nav > ul > li > div.dropdown {
				display:none;
				box-shadow:rgba(0,0,0,.5) 0 0 5px;
			}
				.dropdown > a {
					padding:15px 20px;
					display:block;
				}
				.dropdown ul li a {
					text-decoration:none;
					padding:15px 20px;
					display:inline-block;
					box-sizing:border-box;
					width:100%;
				}
				header nav > ul > li > div.dropdown.open {
					display:block;
				}
		header nav span.navigation-search {
			color:white;
			font-size:18px;
			padding:15px;
		}

header input.search-mobile {
	width:90%;
	background-color:#73757a;
	border:none;
	padding:10px;
	box-sizing:border-box;
	margin:20px auto;
}
@media(min-width:1000px){
	header input.search-mobile {
		display:none;
	}
}
@media(max-width:1000px){
	header input.search-mobile {
		display:block;
	}
}

section.hero {
	width:100%;
	height: 100%;
	position:relative;
	background: #000 no-repeat;
	background-size: cover;
}
	#hero-video {
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		-ms-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	.hero .video-overlay {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: rgba(75, 79, 84, 0.75);
	}
	.hero h2 {
		color:white;
		font-family:'Bebas';
		font-weight:normal;
		position: relative;
		z-index: 10;
	}
		.hero h2:before {
			content:'';
			background-image:url('img/angle-multi-top-green.svg');
			background-repeat:no-repeat;
			position:absolute;
			top:40%;
			left:0;
			z-index: 10;
		}
		@media(min-width:1800px){
			.hero h2 {
				font-size:120px;
				padding:10% 0 0 10%;
			}
				.hero h2:before {
					width:180px;
					height:100px;
				}
		}
		@media(max-width:1799px){
			.hero h2 {
				font-size:100px;
				padding:15% 0 0 10%;
			}
				.hero h2:before {
					width:140px;
					height:77px;
				}
		}
		@media(max-width:1150px){
			.hero h2 {
				font-size:80px;
			}
				.hero h2:before {
					width:60px;
					height:34px;
				}
		}
		@media(max-width:900px){
			.hero h2 {
				font-size:60px;
			}
		}
		@media(min-width:715px){
			section.hero {
				height:56.25vw;
			}
		}
		@media(max-width:714px){
			section.hero {
				height:70vw;
			}
			#hero-video {
				display: none;
			}
		}
		@media(max-width:500px){
			section.hero {
				height:120vw;
			}
				.hero h2 {
					padding:33% 0 0 10%;
				}
		}
	.playpause{
	    background: #43474c;
	    z-index: 2;
	    position: absolute;
	    bottom: 0;
	    right: 20px;
	    border: 0;
	    width: 40px;
	    height: 40px;
	}
		.playpause span {
			color: #fff;
		}

section {
	width:100%;
	overflow:hidden;
	position:relative;
}
	section div.inner {
		width:90%;
		max-width:1200px;
		margin:0 auto;
		overflow:hidden;
	}

/* section.home-1 */
	.home-1 > img:first-of-type {
		position:absolute;
		right:0;
	}
	.home-1 > img:nth-of-type(2) {
		position:absolute;
		width:50px;
		left:50%;
		top:0;
		margin-left:-27px;
		cursor:pointer;
		z-index:1;
	}
	/* .home-1 div.inner */
		.home-1 div div:first-child {
			background-color:#733993;
			overflow:visible;
			position:relative;
		}
			.home-1 div div:first-child:before {
				content:'';
				height:90px;
				background-image:url('img/pattern-final.jpg');
				background-repeat:repeat;
				position:absolute;
				z-index:-1;
				top:-10px;
			}
			/*.home-1 div div:first-child:after {
				content:'';
				width:470px;
				height:100%;
				background-color:white;
				position:absolute;
				z-index:-2;
				top:10px;
				left:-10px;
			}*/
			.home-1 div div:first-child h3 {
				color:white;
				font-size:26px;
				font-weight:normal;
				position:relative;
				padding-top:10px;
			}
			.home-1 div div:first-child p {
				color:white;
				font-size:16px;
				line-height:20px;
				margin-bottom:22px;
			}
		.home-1 div div.economic-drivers {
			background-color:rgba(255,255,255,1);
		}
	@media(min-width:1550px){
		.home-1 > img:first-of-type {
			width:200px;
			bottom:200px;
		}
	}
	@media(max-width:1550px){
		.home-1 > img:first-of-type {
			width:150px;
			top:215px;
		}
	}
	@media(min-width:1150px){
		section.home-1 {
			background-image:url('img/lollipop-top.png');
			background-repeat:no-repeat;
			background-position:center 50px;
			background-size:100px;
		}
			.home-1 div div:first-child {
				padding:30px 25px 30px 95px;
			}
				.home-1 div div:first-child:before {
					width:470px;
				}
					.home-1 div div:first-child h3:before {
						content:'';
						background-image:url('img/question-mark-box.png');
						background-repeat:no-repeat;
						background-size:contain;
						width:50px;
						height:50px;
						position:absolute;
						left:-70px;
						top:-3px;
					}
			.home-1 div div.economic-drivers {
				width:450px;
				margin-top:200px;
			}
	}
	@media(max-width:1150px){
		.home-1 > img:nth-of-type(2) {
			display:none;
		}
		.home-1 div div:first-child {
			padding:30px 25px;
		}
			.home-1 div div:first-child:before {
				width:400px;
			}
		.home-1 div div.economic-drivers {
			width:390px;
			margin-top:130px;
		}
	}
	@media(min-width:950px){
		.home-1 div div:first-child {
			width:330px;
		}
	}
	@media(max-width:950px){
		.home-1 div div:first-child {
			width:250px;
		}
			.home-1 div div:first-child:before {
				width:320px;
			}
		.home-1 div div.economic-drivers {
			width:300px;
		}
	}
	@media(min-width:750px){
		section.home-1 {
			z-index:1;
			top:-190px;
			margin-bottom:-190px;
		}
		.home-1 div.inner {
			padding-top:100px;
		}
			.home-1 div div:first-child {
				float:left;
				margin:10px;
			}
				.home-1 div div:first-child:before {
					left:-10px;
				}
			.home-1 div div.economic-drivers {
				float:right;
				padding:30px 0 30px 50px;
			}
	}
	@media(max-width:750px){
		.home-1 > img:first-of-type {
			display:none;
		}
		.home-1 div.inner {
			width:100%;
		}
			.home-1 div div:first-child {
				margin:10px 0 0 0;
				width:90%;
				padding:5%;
			}
				.home-1 div div:first-child:before {
					width:100%;
					left:0;
				}
			.home-1 div div.economic-drivers {
				width:90%;
				padding:5%;
				margin-top:0;
			}
	}

section.home-2 {
	background-color:#ebebeb;
}
	.home-2 .inner > div {
		width:100%;
		text-align:center;
		padding-top:20px;
	}
		.home-2 .inner > div > div {

		}
			.home-2 .inner > div > div > h4 {
				text-transform:uppercase;
				font-weight:600;
				color:#500778;
			}
			.home-2 .inner > div > div > p {
				position:relative;
			}
				.home-2 .inner > div > div > p:before {
					content:'';
					background-size:contain;
					background-repeat:no-repeat;
					position:absolute;
					top:0;
				}
				.home-2 .inner p.thumb:before {
					background-image:url('img/icon-thumbsup.svg');
				}
				.home-2 .inner p.clock:before {
					background-image:url('img/icon-chart.svg');
				}
				.home-2 .inner p.lightbulb:before {
					background-image:url('img/icon-info.svg');
				}
	.home-2 > img:first-of-type {
		position:absolute;
		top:-1px;
		left:0;
		width:400px;
	}
	@media(min-width:1400px){
		.home-2 .inner > div > div {
			width:355px;
		}
	}
	@media(max-width:1400px){
		.home-2 .inner > div > div {
			width:340px;
		}
	}
	@media(min-width:1280px){
		.home-2 .inner > div > div:nth-child(2) {
			margin:0 60px;
		}
	}
	@media(max-width:1280px){
		.home-2 .inner > div > div {
			width:30%;
		}
			.home-2 .inner > div > div:nth-child(2) {
				margin:0 2.5%;
			}
	}
	@media(min-width:1250px){
		.home-2 .inner > div > div > h4 {
			text-align:left;
		}
		.home-2 .inner > div > div > p {
			text-align:left;
			padding-left:100px;
		}
			.home-2 .inner > div > div > p:before {
				left:0;
			}
	}
	@media(max-width:1250px){
		.home-2 .inner > div > div > h4 {
			text-align:center;
		}
		.home-2 .inner > div > div > p {
			text-align:center;
			padding-top:80px;
		}
			.home-2 .inner > div > div > p:before {
				left:50%;
				margin-left:-35px;
			}
		.home-2 .inner > div > div a.button {
			margin:0 auto;
		}
	}
	@media(min-width:970px){
		.home-2 .inner > div > div > p {
			font-size:16px;
		}
			.home-2 .inner > div > div > p:before {
				width:70px;
				height:70px;
			}
	}
	@media(max-width:970px){
		.home-2 .inner > div > div {
			width:32%;
		}
			.home-2 .inner > div > div:nth-child(2) {
				margin:0 1%;
			}
			.home-2 .inner > div > div > p {
				font-size:14px;
			}
				.home-2 .inner > div > div > p:before {
					width:50px;
					height:50px;
				}
	}
	@media(min-width:750px){
		section.home-2 {
			padding:90px 0 120px 0;
			top:-72px;
			margin-bottom:-72px;
		}
	}
	@media(max-width:750px){
		section.home-2 {
			padding:30px 0;
		}
			.home-2 > img:first-of-type {
				display:none;
			}
	}
	@media(min-width:715px){
		.home-2 .inner > div > div {
			display:inline-block;
		}
	}
	@media(max-width:715px){
		.home-2 .inner > div > div {
			display:block;
			width:90%;
			max-width:300px;
			margin-bottom:40px;
		}
			.home-2 .inner > div > div:nth-child(2) {
				margin:0;
				margin-bottom:40px;
			}
			.home-2 .inner > div > div:nth-child(3) {
				margin-bottom:0;
			}
			.home-2 .inner > div > div > h4 {
				text-align:left;
			}
			.home-2 .inner > div > div > p {
				padding-top:0;
				padding-left:60px;
				text-align:left;
			}
				.home-2 .inner > div > div > p:before {
					left:0;
					margin-left:0;
					top:0;
				}
	}

section.home-3 {
	min-height:200px;
	/*padding-bottom:118px;*/
	z-index:1;
	margin-bottom:-70px;
}
	.home-3 > img:first-of-type {
		width:500px;
		position:absolute;
		right:0;
		top:0;
	}
	div.students {
		padding:30px;
		background-color:#4b4f54;
	}
		.students h2 {
			color:white;
			font-size:24px;
			font-weight:normal;
		}
		.students .student {
			width:100%;
			margin:25px 0;
			overflow:auto;
			display:block;
		}
			.students .student div.round {
				width:100px;
				height:100px;
				float:left;
				border-radius:50%;
				border:2px solid #73767a;
				overflow:hidden;
			}
				.students .student .round div {
					width:90px;
					height:90px;
					border-radius:50%;
					overflow:hidden;
					margin:5px 0 0 5px;
				}
					.students .student .round div img {
						width:90px;
						height:90px;
					}
			.students .student div.student-meta {
				float:left;
				overflow:auto;
				padding:10px 0 10px 10px;
			}
				.students .student .student-meta h3 {
					color:#c4d600;
					font-size:16px;
					margin:0;
					font-weight:normal;
				}
				.students .student .student-meta p {
					border-left:2px solid #73767a;
					padding-left:5px;
					font-size:13px;
					color:white;
					margin:5px 0;
				}
					.students .student .student-meta p span {
						color:#c6c6c6;
					}
				.students .student .student-meta .student-read-more {
					color:white;
					text-transform:uppercase;
					font-size:14px;
					margin:0;
					padding-top:5px;
					font-weight:normal;
				}
					.students .student .student-meta .student-read-more span {
						font-family:'FontAwesome';
						padding-left:15px;
						font-size:11px;
					}
			.students .student .student-meta .student-read-more:hover {
				color:#b99cc9;
			}
			.students .student .round:hover {
				border:2px solid #c4d600;
			}
	/* .home-3 div.apex-semester */
		.apex-semester h2 {
			color:#733993;
			font-size:20px;
			font-weight:normal;
			margin:0;
		}
			.apex-semester h2 span {
				color:#733993;
				text-transform:uppercase;
				font-size:30px;
				font-family:'Bebas';
				font-weight:normal;
			}
		.apex-semester a {
			display:block;
			padding:0 0 5px 0;
			margin:0 0 15px 0;
			border-bottom:2px solid #d1d1d1;
		}
			.apex-semester a span {
				font-size:12px;
			}
		.apex-semester p {
			color:#555555;
			font-size:15px;
			padding:20px 0;
			margin:0;
		}
		.apex-semester > img {
			width:100%;
		}
	.home-3 div.pattern-background {
		width:100%;
		height:150px;
		position:absolute;
		z-index:-1;
		bottom:0;
		left:0;
		background-image:url('img/pattern-final.jpg');
	}
	@media(min-width:1150px){
		section.home-3 {
			background-image:url('img/lollipop-bottom.png');
			background-repeat:no-repeat;
			background-position:center 37px;
			background-size:88px;
		}
			div.students {
				width:350px;
			}
				.students .student div.student-meta {
					width:236px;
				}
			div.apex-semester {
				width:400px;
			}
				.apex-semester > div {
					border-bottom:3px solid #d7d7d7;
				}
					.apex-semester > div div.semester-image {
						max-width:150px;
					}
					.apex-semester > div > div.semester-meta {
						padding:20px 0 0 10px;
					}
	}
	@media(max-width:1150px){
		div.students {
			width:274px;
		}
			.students .student div.student-meta {
				width:160px;
				padding-top:32px;
			}
				.students .student .student-meta p {
					display:none;
				}
		div.apex-semester {
			width:345px;
		}
			.apex-semester > img {
				display:none;
			}
			.apex-semester > div div.semester-image {
				width:100%;
				border-bottom:3px solid #d7d7d7;
			}
			.apex-semester > div > div.semester-meta {
				padding:20px 0 0 0;
			}

	}
	@media(min-width:1050px){
		div.apex-semester {
			padding:100px 100px 0 0;
		}
		div.students {
			margin:15px 0 15px 80px;
		}
	}
	@media(max-width:1050px){
		div.apex-semester {
			padding:60px 60px 0 0;
		}
		div.students {
			margin:15px 0 15px 40px;
		}
	}
	@media(max-width:900px){
		div.apex-semester {
			padding:60px 0 0 0;
		}
	}
	@media(max-width:850px){
		div.students {
			margin:15px;
		}
	}
	@media(max-width:800px){
		div.apex-semester {
			width:300px;
		}
	}
	@media(min-width:750px){
		section.home-3 {
			top:-27px;
			/*margin-bottom:-27px;*/
		}
			div.students {
				float:left;
				outline:15px solid rgba(255,255,255,.8);
			}
			div.apex-semester {
				float:right;
			}
				.apex-semester > div > div.semester-meta {
					float:left;
				}
	}
	@media(max-width:750px){
		section.home-3 {
			padding-bottom:40px;
			margin-bottom:0;
		}
			.home-3 > img:first-of-type {
				display:none;
			}
			.home-3 div.inner {
				width:100%;
			}
				div.students {
					width:90%;
					padding:5%;
					outline:none;
					margin:0;
				}
				div.apex-semester {
					width:90%;
					margin:0 auto;
				}
			.home-3 div.pattern-background {
				display:none;
			}
		.apex-semester h3, .apex-semester > div > div.semester-meta h4, .apex-semester > div > div.semester-meta a, .apex-semester p {
			text-align:center;
		}
		.apex-semester > div > div.semester-meta, .apex-semester > div > div.semester-meta a, .apex-semester > div .semester-image img {
			display:block;
			margin:0 auto;
		}
	}

section.home-bottom {
	width:100%;
	height:150px;
	background-image:url('img/pattern-final.jpg');
	background-repeat:repeat;
}
	@media(max-width:750px){
		section.home-bottom {
			display:none;
		}
	}

div.page {
	min-height:500px;
}
h3.gray {
	color:#555555;
	font-size:32px;
	font-weight:normal;
}

div.economic-drivers {
	width:400px;
	overflow:auto;
}
	.economic-drivers h3 {
		margin-bottom:0;
	}
	.economic-drivers span {
		color:#767676;
		font-size:13px;
	}
	.economic-drivers ul {
		padding-left:20px;
		padding-top:20px;
	}
		.economic-drivers ul li {
			display:block;
			margin-bottom:10px;
			position:relative;
		}
			.economic-drivers ul li > span, .economic-drivers ul li > a {
				color:#500778;
				cursor:pointer;
				font-size:18px;
				transition:color .15s ease;
			}
				.economic-drivers ul li > span:hover, .economic-drivers ul li > a:hover {
					color:#c9b3d5;
				}
			.economic-drivers ul li:before {
				content:'\f0a9';
				font-size:16px;
				font-family:'FontAwesome';
				position:absolute;
				left:-20px;
				top:1px;
				color:#c1d82f;
			}
				.economic-drivers ul li.active:before {
					content:'\f0ab';
					color:#aa89be;
				}
			.economic-drivers ul li div {
				display:none;
			}
			.economic-drivers ul li.active div {
				display:block;
			}
				.economic-drivers ul li div p {
					color:#5f5f5f;
					font-size:15px;
					padding:15px 0;
					margin:0;
					font-weight:600;
				}
				.economic-drivers ul li div a {
					color:#aa89be;
					text-transform:uppercase;
					font-size:16px;
					padding-bottom:10px;
				}
					.economic-drivers ul li div a span {
						padding-left:15px;
						color:#aa89be;
					}
						.economic-drivers ul li div a:hover span {
							padding-left:20px;
						}

a.button {
	display:block;
	width:170px;
	height:35px;
	text-transform:uppercase;
	font-size:13px;
	line-height:36px;
	text-indent:13px;
	position:relative;
	background-color:#c4d600;
	color:#500878;
	text-align:left;
}
	.button span {
		font-size:10px;
		position:absolute;
		right:13px;
		top:14px;
	}
	a.button.outline {
		color:#c4d600;
		outline:1px solid #c4d600;
		background-color:transparent;
	}
		a.button.outline:hover {
			color:#733993;
			background-color:#c4d600;
		}
	a.button:not(.outline):hover {
		width:185px;
	}

div.page-header-default {
	background-image:url('img/header-default.jpg');
	background-size:cover;
	width:100%;
	height:400px;
}
	@media(min-width:1000px){
		div.page-header-default.short {
			height:200px;
			background-position:0 -100px;
		}
	}
	@media(max-width:1000px){
		div.page-header-default.short {
			height:150px;
		}
	}
div.page-header-404 {
	background-image:url('img/404-header.jpg');
	background-size:cover;
	width:100%;
	height:200px;
}

img.page-header {
	width:100%;
	height:auto;
}
div.page-title {
	background-color:#ebebeb;
	width:100%;
	height:70px;
	margin-bottom:30px;
}
	.page-title h1, .page-title h2 {
		color:#555555;
		width:90%;
		max-width:1160px;
		margin:0 auto;
		height:70px;
		line-height:75px;
		font-weight:normal;
	}
	@media(min-width:700px){
		.page-title h1, .page-title h2 {
			font-size:33px;
		}
	}
	@media(max-width:700px){
		.page-title h1, .page-title h2 {
			font-size:23px;
		}
	}
	@media(max-width:500px){
		.page-title h1, .page-title h2 {
			font-size:18px;
		}
	}
div.page {
	width:90%;
	margin: 0 auto;
	overflow:auto;
	padding-bottom:50px;
}
	.page #secondary a {
		color:#500778;
		font-size:15px;
		line-height:32px;
		font-weight:600;
		transition:color .15s ease;
	}
		.page #secondary a:hover {
			color:#666;
		}
		.page #secondary ul.children {
			display:none;
		}
		.page #secondary .current_page_item ul.children,
		.page #secondary .current_page_ancestor ul.children {
			display:block;
		}
		.page #secondary .children a {
			color:#555555;
			font-size:14px;
			line-height:24px;
			padding:0 0 10px 18px;
			display:block;
		}
		.page #secondary .children .current_page_item a {
			color:#500778;
		}
		.page #secondary .current_page_ancestor > a, .page #secondary .current_page_parent > a, .page #secondary > ul > .current_page_item > a {
			color:#222222;
		}
	section.page-content {
		float:right;
	}
		.breadcrumb li {
			display:inline-block;
			font-size:14px;
		}
			.breadcrumb li a {
				color:#767676;
			}
				.breadcrumb li a:hover {
					text-decoration:underline;
				}
			.breadcrumb li.active {
				color:#733993;
			}
			.breadcrumb li:not(:last-of-type):after {
				content:'/';
				color:#767676;
				padding:0 2px 0 7px;
			}
	@media(min-width:1350px){
		div.page {
			max-width:1200px;
		}
			.page section.page-content {
				width:860px;
			}
	}
	@media(max-width:1350px){
		div.page {
			max-width:1000px;
		}
			.page section.page-content {
				width:660px;
			}
	}
	@media(min-width:1150px){
		.page nav#secondary {
			width:275px;
			padding:40px 20px 25px 20px;
			float:left;
			background-image:url('img/angle-green-white.svg');
			background-size:90%;
			background-repeat:no-repeat;
			background-position:-4px -1px;
			background-color:#ebebeb;
		}
			.page #secondary h2 {
				color:#666666;
				font-size:33px;
				margin-bottom:20px;
				font-weight:normal;
			}
		.page section.page-content ul.breadcrumb {
			margin-bottom:30px;
		}
	}
	@media(max-width:1150px){
		div.page {
			max-width:800px;
		}
			.page nav#secondary {
				width:100%;
				box-sizing:border-box;
				padding:18px 20px 15px 20px;
				background-color:#e1e1e1;
				cursor:pointer;
				-webkit-touch-callout:none; /* iOS Safari */
				-webkit-user-select:none;   /* Chrome/Safari/Opera */
				-khtml-user-select:none;    /* Konqueror */
				-moz-user-select:none;      /* Firefox */
				-ms-user-select:none;       /* Internet Explorer/Edge */
				user-select:none;
				margin-bottom:35px;
			}
				.page #secondary h2 {
					color:#555555;
					font-size:17px;
					font-weight:600;
					margin:0;
				}
					.page #secondary h2:before {
						content:"\f078";
						font-family:'FontAwesome';
						font-size:11px;
						color:#555555;
						float:right;
					}
						.page #secondary.open h2:before {
							  content:"\f077";
						}
					.page #secondary h2:after {
						content:' Menu';
					}
				.page #secondary ul li {
					display:none;
				}
				.page #secondary.open ul li {
					display:block;
				}
					.page #secondary ul li:first-of-type {
						padding-top:15px;
					}
			.page section.page-content {
				width:100%;
			}
				.page section.page-content ul.breadcrumb {
					margin-bottom:15px;
				}
	}

.page div.contact-sidebar {
	width:315px;
	float:left;
}
	.page .contact-sidebar div {
		background-color:#ebebeb;
		width:275px;
		padding:40px 20px 25px 20px;
	}
	.page .contact-sidebar div:first-of-type {
		background-image:url('img/angle-green-white.svg');
		background-size:90%;
		background-repeat:no-repeat;
		background-position:-4px -1px;
		margin:0 0 20px 0;
	}
	.page .contact-sidebar div:last-of-type {
		padding:25px 20px;
	}
		.page .contact-sidebar h2 {
			color:#878787;
			font-size:33px;
			margin-bottom:20px;
			font-weight:normal;
		}
		.page .contact-sidebar h3 {
			color:#555555;
			font-size:16px;
			font-weight:normal;
			margin:0;
			margin-bottom:5px;
		}
		.page .contact-sidebar .media-branding h4 {
			color:#500778;
			font-weight: bold;
			margin-bottom: 5px;
		}
		.page .contact-sidebar div a:not(.button),
		.page .contact-sidebar div .contact-data {
			color:#500778;
			font-size:16px;
			font-weight:600;
			line-height:18px;
			margin-bottom:15px;
			display:block;
			max-width:200px;
		}
			.page .contact-sidebar div:last-of-type a:not(.button), .page .contact-sidebar div:last-of-type .contact-data {
				margin-bottom:5px;
			}
		.page .contact-sidebar a.button {
			background-color:#743993;
			width:100%;
			color: white;
			transition:background-color .15s ease;
		}
			.page .contact-sidebar a.button:hover {
				background-color:#ab88be;
			}
div.contact-bottom {
	max-width:800px;
	margin:0 auto;
	overflow:auto;
}
	.contact-bottom div {
		background-color:#ebebeb;
		box-sizing:border-box;
		padding:40px 20px 25px 20px;
	}
	.contact-bottom div:first-of-type {
		background-image:url('img/angle-green-white.svg');
		background-size:90%;
		background-repeat:no-repeat;
		background-position:-4px -1px;
		margin:0 0 20px 0;
	}
	.contact-bottom div:last-of-type {
		padding:25px 20px;
	}
		.contact-bottom h2 {
			color:#878787;
			font-size:33px;
			margin-bottom:20px;
			font-weight:normal;
		}
		.contact-bottom h3 {
			color:#555555;
			font-size:16px;
			font-weight:normal;
			margin:0;
			margin-bottom:5px;
		}
		.contact-bottom div a:not(.button), .contact-bottom div .contact-data, .contact-bottom h4 {
			color:#500778;
			font-size:16px;
			font-weight:600;
			line-height:18px;
			margin-bottom:15px;
			display:block;
		}
			.contact-bottom div:last-of-type a:not(.button), .contact-bottom div:last-of-type .contact-data, .contact-bottom h4 {
				margin-bottom:5px;
			}
		.contact-bottom a.button {
			background-color:#743993;
			width:100%;
			color: white;
		}
			.contact-bottom a.button:hover {
				background-color:#ab88be;
				width: auto;
			}
@media(min-width:1150px){
	div.contact-bottom {
		display:none;
	}
}
@media(max-width:1150px){
	.page div.contact-sidebar {
		display:none;
	}
}
@media(min-width:600px){
	div.contact-bottom {
		width:90%;
	}
		.contact-bottom div {
			width:48%;
		}
			.contact-bottom div:first-of-type {
				float:left;
			}
			.contact-bottom div:last-of-type {
				float:right;
			}
}
@media(max-width:600px){
	div.contact-bottom {
		width:100%;
		margin-bottom:40px;
	}
		.contact-bottom div {
			width:100%;
		}
}

div.students-wrapper, div.partners-wrapper {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	top:-205px;
	margin-bottom:-205px;
	background-image:url('img/angle-multi-top-green.svg');
	background-size:150px;
	background-repeat:no-repeat;
	background-position:0 0;
}
	.students-wrapper img.lollipop-top {
		position:absolute;
		top:250px;
		left:50%;
		z-index:3;
		width:80px;
	}

section.students-navigation, section.partners-navigation {
	margin:0 auto;
	background-color:white;
	height:220px;
	-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.3);
}
	.students-navigation .students-page-title, .partners-navigation .partners-page-title {
		width:100%;
		box-sizing:border-box;
		padding:20px 30px 12px 30px;
		background-color:#ebebeb;
		margin:0;
	}
		.students-navigation h1, .partners-navigation h1 {
			font-size:33px;
			color:#555555;
			font-weight:normal;
			display: inline;
			margin-right: 10px;
		}
		.students-navigation span, .partners-navigation span {
			text-transform:lowercase;
			color:#6a6a6a;
			font-size:20px;
			font-family:'Proxima';
			font-style:italic;
		}
	.students-navigation > div {
		margin:0 auto;
		overflow: hidden;
		padding-top:30px;
		position:relative;
		z-index:1;
	}
		.students-navigation > div:before, .partners-navigation > div:before {
			content:'';
			position:absolute;
			width:94%;
			height:15px;
			background-color:#ebebeb;
			z-index:-1;
			top:59px;
			left:3%;
		}
		.students-navigation > div > div, .partners-navigation > div > div {
			height:100px;
			text-align:center;
			font-size:15px;
			color:#767676;
			font-weight:600;
			cursor:pointer;
		}
			@media(min-width:400px){
				.partners-navigation > div > div {
					width:100px;
				}
			}
			@media(max-width:400px){
				.partners-navigation > div > div {
					width:80px;
				}
			}
			.students-navigation > div > div > div, .partners-navigation > div > div > div {
				width:64px;
				height:64px;
				border:4px solid white;
				border-radius:50%;
				margin:0 auto;
				margin-bottom:5px;
			}
				.students-navigation > div > div > div div.icon, .partners-navigation > div > div > div div.icon {
					width:60px;
					height:60px;
					float:left;
					border:2px solid #c4d600;
					border-radius:50%;
					background-color:white;
				}
					.students-navigation > div > div > div .icon svg, .partners-navigation > div > div > div .icon svg {
						width:40px;
						height:auto;
						display:block;
						margin:0 auto;
						position:relative;
						top:10px;
					}
					.partners-navigation > div > div > div .icon svg.host, .partners-1 .info-box div svg.host {
						width:25px;
						padding-top:2px;
					}
						.partners-1 .info-box div svg.host {
							padding-top:12px;
						}
					.partners-navigation > div > div > div .icon svg.teach, .partners-1 .info-box div svg.teach {
						width:32px;
					}
					.partners-navigation > div > div > div .icon svg.invest, .partners-1 .info-box div svg.invest {
						width:36px;
					}
					.partners-navigation > div > div > div .icon svg.guide, .partners-1 .info-box div svg.guide {
						width:35px;
						padding-top:4px;
					}
						.partners-1 .info-box div svg.guide {
							padding-top:14px;
						}
					.students-navigation > div > div > div .icon svg.contribute {
						padding-top:5px;
					}
						.students-1 .top .info-box div svg.contribute {
							padding-top:15px;
						}
				.students-navigation > div > div:hover > div div.icon, .students-navigation > div > div.active > div div.icon, .partners-navigation > div > div:hover > div div.icon, .partners-navigation > div > div.active > div div.icon {
					background-color:#c4d600;
				}
				.students-navigation > div > div:hover > div .icon svg .st1, .students-navigation > div > div.active > div .icon svg .st1, .partners-navigation > div > div:hover > div .icon svg .st1, .partners-navigation > div > div.active > div .icon svg .st1 {
					fill:white;
				}
				.students-navigation > div > div:hover, .students-navigation > div > div.active {
					color:#733993;
				}
		.partners-navigation > div > div:first-of-type {
			margin-left:0;
		}
		.partners-navigation > div > div:last-of-type {
			margin-right:0;
		}
	@media(min-width:1240px){
		.partners-5 > div {
			width:1200px;
		}
			.partners-5 > div > div {
				width:519px;
			}
				.partners-5 > div > div:last-of-type {
					left:50px;
				}
	}
	@media(max-width:1240px){
		.partners-5 > div {
			width:696px;
		}
			.partners-5 > div > div {
				width:280px;
			}
				.partners-5 > div > div:last-of-type {
					left:25px;
				}
	}
	@media(min-width:1200px){
		.students-1 .bottom > div iframe.active {
			display:block;
		}
		.students-1 div.bottom {
			padding:70px 0 30px 0;
		}
			.students-1 .bottom > div div.iframe-mobile {
				display:none;
			}
		.students-wrapper img.lollipop-top {
			display:block;
		}
		.students-1 .bottom > div > div {
			width:250px;
		}
	}
	@media(max-width:1200px){
		.students-1 div.bottom {
			padding:40px 0 30px 0;
		}
			.students-1 .bottom > div iframe {
				display:none;
			}
				.students-1 .bottom > div div.iframe-mobile.active {
					display:block;
				}
		.students-wrapper img.lollipop-top {
			display:none;
		}
		.students-1 .bottom > div > div {
			width:500px;
		}
	}
	@media(max-width:1180px){
		.partners-wrapper img.partners-lollipop {
			display:none;
		}
	}
	@media(min-width:1160px){
		.partners-1 div.info-box {
			padding:50px 20px 25px 100px;
		}
	}
	@media(max-width:1160px){
		.partners-1 div.info-box {
			padding:50px 20px 25px 25px;
		}
			.partners-1 .info-box div {
				display:none !important;
			}
	}
	@media(min-width:1050px){
		.students-1 .top div.info-box {
			padding:50px 20px 25px 100px;
		}
			.students-1 .top div.info-box:before {
				width:500px;
			}
			.students-1 .top .info-box div.active {
				display:block;
			}
	}
	@media(max-width:1050px){
		.students-1 .top div.info-box {
			padding:50px 20px 25px 20px;
		}
			.students-1 .top div.info-box:before {
				width:420px;
			}
			.students-1 .top .info-box div.active {
				display:none;
			}
	}
	@media(min-width:1130px){
		.partners-3 > div {
			width:45%;
			margin-right:5%;
			background-color:white;
			position:relative;
			z-index:2;
			padding:30px 0;
		}
			.partners-3 > div > div:not(.circle) h5 {
				padding:10px 45px 10px 145px;
			}
			.partners-3 > div > div:not(.circle) p {
				padding:0 0 0 145px;
			}
	}
	@media(max-width:1130px){
		.partners-3 > div {
			width:100%;
			margin-bottom:15px;
		}
			.partners-3 > div h4 {
				float:left;
			}
			.partners-3 > div div.circle {
				clear:left;
			}
				.partners-3 > div div.circle:after {
					display:none;
				}
			.partners-3 > div > div:not(.circle) {
				padding-left:220px;
			}
				.partners-3 > div > div:not(.circle) h5 {
					padding:2px 45px 10px 0;
				}
				.partners-3 > div > div:not(.circle) p {
					padding:0;
				}
	}
	@media(min-width:1000px){
		section.partners-5 {
			background-size:800px;
			top:-40px;
			margin-bottom:-40px;
		}
		.partners-navigation > div {
			width:850px;
		}
			.partners-navigation > div > div {
				margin:0 25px;
			}
		.partners-1 div.partner-logos {
			right:35px;
		}
		.partners-2 > div {
			padding:0 10px 0 10px;
		}
	}
	@media(max-width:1000px){
		section.partners-5 {
			background-size:400px;
			top:-20px;
			margin-bottom:-20px;
		}
		.partners-navigation > div {
			width:650px;
		}
			.partners-navigation > div > div {
				margin:0 5px;
			}
		.partners-1 div.partner-logos {
			right:0;
		}
		.partners-2 > div {
			padding:0 0 0 10px;
		}
	}
	@media(min-width:960px){
		.partners-1 div.info-box {
			width:360px;
		}
	}
	@media(max-width:960px){
		.partners-1 div.info-box {
			width:300px;
		}
	}
	@media(min-width:950px){
		.students-1 .top div.info-box {
			width:360px;
		}
	}
	@media(max-width:950px){
		.students-1 .top div.info-box {
			width:300px;
		}
			.students-1 .top div.info-box:before {
				width:360px;
			}
	}
	@media(min-width:900px){
		.students-1 .top div.economic-drivers {
			width:360px;
		}
		.students-1 .bottom > div {
			height:285px;
		}
		.students-1 .bottom > div div.iframe-mobile {
			width:430px;
		}
			.students-1 .bottom > div .iframe-mobile img {
				padding-right:60px;
			}
		.partners-2 > div div.right {
			width:320px;
		}
	}
	@media(max-width:900px){
		.students-1 .top div.economic-drivers {
			width:300px;
		}
		.students-1 .bottom > div {
			height:335px;
		}
		.students-1 .bottom > div > div {
			width:400px;
		}
		.students-1 .bottom > div div.iframe-mobile {
			width:402px;
		}
			.students-1 .bottom > div .iframe-mobile img {
				padding-right:35px;
			}
		.partners-2 > div div.right {
			width:250px;
		}
	}
	@media(min-width:875px){
		.partners-4 > div > div {
			float:left;
			width:31%;
		}
			.partners-4 > div > div:nth-of-type(2) {
				margin:0 3%;
			}
	}
	@media(max-width:875px){
		.partners-4 > div > div {
			width:100%;
			overflow:auto;
			margin-bottom:20px;
		}
			.partners-4 > div > div p {
				width:60%;
				float:left;
				padding-right:15px;
			}
			.partners-4 > div > div a {
				display:inline-block;
			}
	}
	@media(min-width:870px){
		.partners-1 div.partner-logos {
			width:400px;
		}
	}
	@media(max-width:870px){
		.partners-1 div.partner-logos {
			width:355px;
		}
	}
	@media(min-width:850px){
		.students-navigation > div {
			width:700px;
		}
			.students-navigation > div > div {
				margin:0 40px;
			}
	}
	@media(max-width:850px){
		.students-navigation > div {
			width:620px;
		}
			.students-navigation > div > div {
				margin:0 31px;
			}
		.students-1 .bottom > div > div {
			width:365px;
		}
	}
	@media(max-width:815px){
		.students-1 .top div.info-box {
			width:280px;
		}
			.students-1 .top div.info-box:before {
				width:340px;
			}
		.students-1 .top div.economic-drivers {
			width:280px;
		}
	}
	@media(min-width:800px){
		.partners-1 .info-box p {
			font-size:16px;
		}
	}
	@media(max-width:800px){
		.partners-1 div.info-box {
			width:255px;
		}
			.partners-1 .info-box p {
				font-size:15px;
			}
	}
	@media(min-width:760px){
		section.students-navigation {
			width:90%;
			max-width:1100px;
		}
		section.partners-navigation {
			width:90%;
			max-width:1100px;
		}
		.students-1 .top {
			width:90%;
			max-width:1100px;
		}
		.students-1 .bottom > div > img {
			float:left;
			bottom:120px;
		}
		.students-1 .bottom > div > div {
			float:left;
			top:-150px;
		}
		section.partners-1 {
			width:90%;
			max-width:1100px;
		}
			.partners-1 div.info-box {
				margin:40px 10px 10px 10px;
				float:left;
			}
			.partners-1 div.partner-logos {
				position:absolute;
				top:95px;
			}
		section.partners-2 {
			position:relative;
			z-index:1;
			top:-125px;
			margin-bottom:-125px;
			padding-bottom:30px;
		}
			.partners-2 > div {
				width:90%;
				max-width:1100px;
			}
			.partners-2 > div div.left {
				width:300px;
				float:left;
				margin-top:135px;
				border-top:solid 3px #c4d600;
				padding-top:10px;
			}
			.partners-2 > div div.right {
				float:right;
			}
	}
	@media(max-width:760px){
		section.students-navigation, section.partners-navigation {
			width:100%;
		}
		.students-1 .top {
			width:100%;
		}
		.students-1 .bottom > div {
			height:auto;
		}
			.students-1 .bottom > div > img {
				margin:0 auto;
				display:block;
				top:-100px;
				margin-bottom:-75px;
			}
		section.partners-1 {
			width:100%;
		}
			.partners-1 div.info-box {
				width:100%;
				margin:0;
				box-sizing:border-box;
			}
			.partners-1 div.partner-logos {
				width:90%;
				max-width:350px;
				margin:0 auto;
				padding:50px 0;
			}
		.partners-2 > div {
			width:100%;
			padding:0;
		}
			.partners-2 > div div.left {
				width:90%;
				margin:0 auto;
				padding:30px 0 15px 0;
			}
			.partners-2 > div div.right {
				width:100%;
				box-sizing:border-box;
			}
	}
	@media(min-width:720px){
		.partners-5 > div > p {
			width:650px;
		}
		.partners-5 > div > div {
			display:table-cell;
			padding:30px 30px 30px 25px;
		}
			.partners-5 > div > div h3 {
				margin-bottom:25px;
			}
				.partners-5 > div > div h3 span {
					display:none;
				}
			.partners-5 > div > div:last-of-type {
				position:relative;
			}
	}
	@media(max-width:720px){
		.partners-5 > div > p {
			width:100%;
			text-align:center;
		}
		.partners-5 > div {
			width:100%;
		}
			.partners-5 > div > div {
				width:90%;
				padding:5%;
			}
				.partners-5 > div > div h3 {
					margin-bottom:0;
				}
					.partners-5 > div > div h3 span {
						display:block;
					}
				.partners-5 > div > div p {
					display:none;
					margin:40px 0 0 0;
				}
				.partners-5 > div > div a {
					display:none;
					padding:15px 0 0 0;
				}
				.partners-5 > div > div:first-of-type {
					margin-bottom:10px;
				}
				.partners-5 > div > div p.open, .partners-5 > div > div a.open {
 					display:block;
 				}

	}
	@media(min-width:700px){
		.students-1 .top div.info-box {
			margin:40px 10px 10px 10px;
		}
			.students-1 .top div.info-box:before {
				left:-10px;
			}
		.students-1 .top div.economic-drivers {
			float:right;
			margin:100px 0 60px 0;
			padding:20px 30px;
		}
		.students-1 .bottom > div > div {
			padding-left:50px;
		}
		.students-1 .bottom > div div.iframe-mobile {
			padding-left:10px;
			margin-left:40px;
		}
	}
	@media(max-width:700px){
		.students-1 div.top {
			padding-bottom:50px;
		}
			.students-1 .top div.info-box {
				width:100%;
				margin-top:40px;
				box-sizing:border-box;
				padding:5%;
			}
				.students-1 .top div.info-box:before {
					width:100%;
					left:0;
				}
			.students-1 .top div.economic-drivers {
				width:100%;
				padding:5%;
				margin:0 auto;
				box-sizing:border-box;
			}
		.students-1 .bottom > div > div {
			max-width:365px;
			width:initial;
		}
		.students-1 .bottom > div div.iframe-mobile {
			width:100%;
			max-width:initial;
		}
	}
	@media(min-width:650px){
		.students-navigation > div:before, .partners-navigation > div:before {
			display:block;
		}
			.students-navigation > div > div, .partners-navigation > div > div {
				float:left;
			}
			.students-navigation > div > div:first-of-type, .students-navigation > div > div:first-of-type {
				margin-left:0;
			}
			.students-navigation > div > div:last-of-type, .students-navigation > div > div:last-of-type {
				margin-right:0;
			}
	}
	@media(max-width:650px){
		section.students-navigation, section.partners-navigation {
			width:100%;
			overflow:auto;
			height:initial;
			padding-bottom:30px;
		}
			.students-navigation > div:before, .partners-navigation > div:before {
				display:none;
			}
			.students-navigation > div, .partners-navigation > div {
				width:90%;
				margin:0 auto;
				text-align:center;
			}
				.students-navigation > div > div, .partners-navigation > div > div {
					display:inline-block;
				}
	}
	@media(min-width:600px){
		.partners-3 > div div.circle {
			float:left;
			padding:0 0 20px 20px;
			margin-right:15px;
		}
	}
	@media(max-width:600px){
		.partners-3 > div h4 {
			float:none;
			text-align:center;
		}
		.partners-3 > div div.circle {
			float:none;
			margin:0 auto;
		}
		.partners-3 > div > div:not(.circle) {
			padding-left:0;
			text-align:center;
			padding:20px 0;
		}
			.partners-3 > div > div:not(.circle) h5 {
				display:block;
				margin:0 auto;
				margin-bottom:14px;
				width:90%;
				max-width:300px;
				padding:0;
			}
	}
	@media(min-width:530px){
		section.partners-4 {
			padding:100px 0;
		}
	}
	@media(max-width:530px){
		section.partners-4 {
			padding:100px 0 50px 0;
		}
		.partners-4 > div > div {
			margin-bottom:40px;
		}
			.partners-4 > div > div p {
				width:100%;
				float:none;
				padding-right:0;
			}
	}
	@media(min-width:460px){
		.students-1 .bottom > div .iframe-mobile img {
			float:left;
		}
		.students-1 .bottom > div .iframe-mobile div {
			width:215px;
		}
	}
	@media(max-width:460px){
		.students-1 .bottom > div .iframe-mobile img {
			margin:0 auto;
			display:block;
		}
		.students-1 .bottom > div .iframe-mobile div {
			width:100%;
		}
			.students-1 .bottom > div .iframe-mobile a {
				width:100%;
			}
	}
	@media(min-width:450px){
		.partners-5 > div > div h3 {
			font-size:30px;
		}
	}
	@media(max-width:450px){
		.students-navigation > div > div {
			margin:10px;
		}
		.students-navigation h3 span, .partners-navigation h3 span {
			display:none;
		}
		.partners-5 > div > div h3 {
			font-size:20px;
			line-height:30px;
		}
	}

section.students-1 {
	width:100%;
	position:relative;
	top:-15px;
	margin-bottom:-33px;
	padding-bottom:60px;
}
	section.students-1:before {
		content:'';
		width:100%;
		height:190px;
		position:absolute;
		left:0;
		top:0;
		background-image:url('img/pattern-final.jpg');
		z-index:-1;
		opacity:.7;
	}
	.students-1 .top {
		margin:0 auto;
		overflow:auto;
	}
		.students-1 .top div.info-box {
			background-color:#4b4f54;
			position:relative;
			float:left;
		}
			.students-1 .top div.info-box:before {
				content:'';
				background-color:#e1e1e1;
				position:absolute;
				z-index:-1;
				top:-40px;
				height:190px;
			}
			.students-1 .top div.info-box:after {
				content:'';
				width:0;
				height:0;
				border-left:20px solid transparent;
				border-right:20px solid transparent;
				border-top:15px solid white;
				position:absolute;
				top:0;
				left:50%;
				margin-left:-20px;
			}
			.students-1 .top .info-box h2 {
				font-size:33px;
				color:white;
				font-weight:normal;
				display:none;
			}
			.students-1 .top .info-box p {
				color:#c6c6c6;
				font-size:16px;
				display:none;
			}
			.students-1 .top .info-box div {
				display:none;
				width:60px;
				height:60px;
				background-color:#c9b3d5;
				border-radius:50%;
				position:absolute;
				left:24px;
				top:35px;
			}
				.students-1 .top .info-box div svg {
					display:block;
					width:40px;
					height:auto;
					margin:0 auto;
					padding-top:10px;
				}
					.students-1 .top .info-box div svg .st1 {
						fill:#733993;
					}
			.students-1 .top .info-box h2.active, .students-1 .top .info-box p.active {
				display:block;
			}
		.students-1 .top div.economic-drivers {
			background-color:white;
		}
	.students-1 div.bottom {
		width:100%;
		overflow:visible;
		background-color:#ebebeb;
	}
		.students-1 .bottom > div {
			width:90%;
			max-width:1100px;
			overflow:visible;
			margin:0 auto;
			position:relative;
		}
			.students-1 .bottom > div > img {
				max-width:224px;
				height:auto;
				width:auto;
				position:relative;
				left:10px;
			}
				.students-1 .bottom > div > div h2 {
					text-transform:uppercase;
					color:#500778;
					font-weight:600;
					font-size:15px;
				}
				.students-1 .bottom > div > div p {
					font-size:15px;
					color:#555555;
				}
			.students-1 .bottom > div iframe {
				width:500px;
				height:281px;
				position:absolute;
				right:35px;
				bottom:-90px;
				display:none;
			}
			.students-1 .bottom > div div.iframe-mobile {
				padding-top:25px;
				border-top:2px solid #d7d7d7;
				display:none;
			}
				.students-1 .bottom > div .iframe-mobile div {
					font-size:16px;
					color:#555555;
					display:inline-block;
				}
				.students-1 .bottom > div .iframe-mobile a {
					margin-top:10px;
				}
		@media (max-width: 860px) {
			section.students-1 {
				padding-bottom: 10px;
			}
		}
section.students-2 {
	width:100%;
	background-color:#733993;
	padding:80px 0;
	top:-60px;
	z-index:-1;
	margin-bottom:-60px;
}
	.students-2 h2 {
		color:white;
		font-size:30px;
		display:block;
		margin:0 auto;
		max-width:1100px;
		width:90%;
		font-weight:normal;
	}

section.students-3 {
	width:100%;
	background-color:#ebebeb;
	height:300px;
	overflow:visible;
}
	.students-3 > div {
		width:90%;
		max-width:900px;
		margin:0 auto;
		position:relative;
		height:300px;
	}
		div.spotlight {
			display:none;
		}
			div.spotlight.left {
				position:absolute;
				left:0;
				top:40px;
			}
			div.spotlight.right {
				display:block;
				position:absolute;
				right:0;
				top:40px;
			}
			div.spotlight.middle {
				display:block;
				margin:0 auto;
				text-align:center;
			}
				.spotlight.middle div {
					display:inline-block;
				}
				.spotlight.middle h3 {
					font-size:18px;
					color:#733993;
					font-weight:normal;
					margin-bottom:5px;
				}
				.spotlight.middle h4 {
					font-size:16px;
					color:#4b4f54;
					font-weight:normal;
					margin-bottom:10px;
				}
				.spotlight.middle p {
					color:#555555;
				}
			.spotlight h3, .spotlight h4, .spotlight p {
				display:none;
			}
			.spotlight.middle h3, .spotlight.middle h4, .spotlight.middle p {
				display:block;
			}
			.spotlight > div {
				border:3px solid #c4d600;
				border-radius:50%;
				overflow:hidden;
				width:160px;
				height:160px;
				margin-bottom: 8px;
			}
				.spotlight > div > div {
					border:5px solid white;
					border-radius:50%;
					overflow:hidden;
				}
				.spotlight.left > div, .spotlight.right > div {
					width:120px;
					height:120px;
				}
					.spotlight.left > div > div img, .spotlight.right > div > div img {
						width:110px;
						height:110px;
						-webkit-filter:grayscale(1);
						-webkit-filter:grayscale(100%);
						filter:grayscale(100%);
						/* filter:url(http://www.waukeeapex.org/wp-content/themes/apex2/style.css?ver=1494438815#greyscale); */
						filter:gray;
					}
		.students-3 > div span.spotlight-left, .students-3 > div span.spotlight-right {
			display:block;
			position:absolute;
			top:200px;
			font-size:19px;
			cursor:pointer;
			width:50px;
			height:50px;
			border:3px solid #733993;
			border-radius:50%;
			color:#733993;
		}
			.students-3 > div span.spotlight-left {
				left:35px;
			}
			.students-3 > div span.spotlight-right {
				right:35px;
			}
			.students-3 > div span.spotlight-left:before, .students-3 > div span.spotlight-right:before {
				width:49px;
				height:50px;
				display:block;
				text-align:center;
				line-height:50px;
			}
			.students-3 > div span.spotlight-right:before {
				float:right;
			}
			.students-3 > div span.spotlight-left:hover, .students-3 > div span.spotlight-right:hover {
				background-color:#733993;
				color:white;
			}
	@media(min-width:860px){
		div.spotlight.middle {
			width:540px;
		}
			.spotlight.middle p {
				font-size:14px;
			}
	}
	@media(max-width:860px){
		section.students-3, .students-3 > div {
			height:auto;
		}
		div.spotlight.middle {
			width:455px;
		}
			.spotlight.middle p {
				font-size:14px;
			}
	}
	@media(min-width:760px){
		div.spotlight.left, div.spotlight.right, .students-3 > div span.spotlight-left, .students-3 > div span.spotlight-right {
			display:block;
		}
	}
	@media(max-width:760px){
		div.spotlight.left, div.spotlight.right, .students-3 > div span.spotlight-left, .students-3 > div span.spotlight-right {
			display:none;
		}
		div.spotlight.middle {
			width:90%;
		}
		.students-2 h2 {
			text-align:center;
		}
	}
	@media(min-width:530px){
		.students-3 > div {
			top:-80px;
		}
	}
	@media(max-width:530px){
		.students-3 > div {
			top:-30px;
		}
	}
	@media(max-width:500px){
		section.students-3 {
			padding-bottom:60px;
		}
	}

section.students-4 {
	position:relative;
	z-index:1;
	top:-35px;
}
	.students-4 > div {
		max-width:1100px;
		margin:0 auto;
		overflow:auto;
	}
		.students-4 > div div.students {
			outline:10px solid rgba(255,255,255,.8);
		}
		/*
		.students-4 > div .apex-semester > img {
			display:none;
		}
		*/
	@media(min-width:770px){
		section.students-4 {
			background-image:url('img/angle-double-purple-white.svg');
			background-size:700px;
			background-position:right top;
			background-repeat:no-repeat;
		}
	}
	@media(min-width:750px){
		section.students-4 {
			margin-bottom:-35px;
			width:100%;
		}
	}
	@media(max-width:750px){
		section.students-4 {
			width:100%;
		}
	}

section.students-5 {
	background-image:url('img/pattern-final.jpg');
	background-repeat:repeat;
	position:relative;
	z-index:0;
}
	.students-5 > div {
		margin:0 auto;
	}
		.students-5 > div span {
			display:block;
			color:#555555;
			margin-bottom:30px;
			font-weight:600;
		}
 			.students-5 > div > div h3 {
 				font-weight:normal;
 			}
 				.students-5 > div > div h3 span, .partners-5 > div > div h3 span {
 					float:right;
 					background-color:#696969;
 					color:white;
 					font-size:29px;
 					line-height:44px;
 					border-radius:50%;
 					height:40px;
 					width:40px;
 					cursor:pointer;
 					position:relative;
 					top:-5px;
					-webkit-touch-callout:none;
					-webkit-user-select:none;
					-khtml-user-select:none;
					-moz-user-select:none;
					-ms-user-select:none;
					user-select:none;
					margin:0;
					text-align:center;
 				}
 					.students-5 > div > div h3 span:hover, .partners-5 > div > div h3 span:hover {
 						background-color:#8d8d8d;
 					}
 					.students-5 > div > div h3 span.open, .partners-5 > div > div h3 span.open {
 						line-height:40px;
 					}
 			.students-5 > div > div p {
 				font-size:15px;
 				padding-left:10px;
 				border-left:4px solid #ab88be;
 			}
 			.students-5 > div > div a {
				font-size:16px;
				font-weight:600;
			}
				.students-5 > div > div a:before {
					content:"\f0a9";
					font-family:'FontAwesome';
					padding-right:8px;
				}
				.students-5 > div > div a:hover {
					color:#b99cc9;
				}
 	@media(min-width:800px){
 		section.students-5 {
 			top:-50px;
 			margin-bottom:-50px;
 			padding:100px 0 0 0;
 		}
	 		.students-5 > div {
	 			width:90%;
	 			max-width:970px;
	 		}
		 		.students-5 > div span {
		 			width:700px;
		 			padding-left:15px;
		 		}
		 		.students-5 > div > div {
		 			background-color:white;
		 			display:table-cell;
		 			width:395px;
		 			border:10px solid #e1e1e1;
		 			border-bottom:none;
		 			padding:40px 30px 30px 30px;
		 		}
		 			.students-5 > div > div h3 {
		 				color:#733993;
		 				margin-bottom:25px;
		 			}
		 				.students-5 > div > div h3 span {
		 					display:none;
		 				}
		 			.students-5 > div > div p {
		 				color:#555555;
		 			}
		 			.students-5 > div > div a {
		 				color:#733993;
		 			}
		 				.studnets-5 > div > div a:before {
		 					color:#b99cc9;
		 				}
			 	.students-5 > div > div:last-of-type {
		 			position:relative;
		 			right:-20px;
		 		}
 	}
 	@media(max-width:800px){
 		section.students-5 {
 			padding:30px 0 0 0;
 		}
	 		.students-5 > div {
	 			width:100%;
	 		}
		 		.students-5 > div span {
		 			width:90%;
		 			text-align:center;
		 			max-width:440px;
					margin:0 auto;
					margin-bottom:20px;
		 		}
		 		.students-5 > div > div {
		 			background-color:#4b4f54;
		 			width:90%;
		 			padding:5%;
		 		}
		 			.students-5 > div > div:first-of-type {
		 				border-bottom:10px solid white;
		 			}
		 			.students-5 > div > div h3 {
		 				color:white;
		 				margin:0;
		 			}
		 				.students-5 > div > div h3 span {
		 					display:block;
		 				}
		 			.students-5 > div > div p {
		 				display:none;
		 				color:#c6c6c6;
		 				margin:40px 0 0 0;
		 			}
		 			.students-5 > div > div a {
		 				display:none;
		 				color:#c4d600;
		 				padding:15px 0 0 0;
		 			}
		 				.students-5 > div > div a:before {
		 					color:#b99cc9;
		 				}
		 				.students-5 > div > div p.open, .students-5 > div > div a.open {
		 					display:block;
		 				}
 	}
 	@media(min-width:420px){
 		.students-5 > div > div h3 {
 			font-size:28px;
 		}
 	}
 	@media(max-width:420px){
 		.students-5 > div > div h3 {
 			font-size:20px;
 			line-height:30px;
 		}
 	}

section.students-6 {
	width:100%;
	padding:50px 0 40px 0;
}
	.students-6 h3 {
		color:#733993;
		font-size:16px;
		font-weight:600;
		text-align:center;
		margin-bottom:5px;
		text-transform:uppercase;
	}
	.students-6 p {
		width:90%;
		max-width:700px;
		margin:0 auto;
		display:block;
		text-align:center;
		color:#555555;
	}

section.students-7 {
	background-color:#dccde4;
	padding:60px 0 40px 0;
	text-align:center;
}
	.students-7 h2 {
		font-size:28px;
		font-weight:normal;
		color:#733993;
		margin-bottom:25px;
		text-align:center;
	}
	.students-7 p {
		color:#555555;
		display:block;
		margin:0 auto;
		text-align:center;
		width:90%;
		max-width:700px;
		margin-bottom:15px;
	}
		.students-7 p a {
			font-weight:600;
			color:#733993;
		}
			.students-7 p a:hover {
				text-decoration:underline;
			}
	.students-7 div {
		padding:0 50px;
		border-top:2px solid #dac1dc;
		text-transform:uppercase;
		color:#733993;
		margin:0 auto;
		font-size:16px;
		font-weight:600;
		padding-top:30px;
		display:inline-block;
	}
		.students-7 div a {
			display:inline-block;
			background-color:#733993;
			width:200px;
			color:white;
			padding:10px 18px 8px 18px;
			font-size:16px;
			font-weight:normal;
			text-align:left;
			margin-left:10px;
		}
			.students-7 div a span {
				float:right;
				font-size:10px;
				position:relative;
				top:6px;
			}
			.students-7 div a:hover {
				background-color:#924BB7;
			}

.partners-wrapper img.partners-lollipop {
	position:absolute;
	top:285px;
	left:50%;
	z-index:2;
}

.partners-navigation > div {
	margin:0 auto;
	overflow: hidden;
	padding-top:30px;
	position:relative;
	z-index:1;
}

section.partners-1 {
	margin:0 auto;
	position:relative;
	z-index:2;
}
	.partners-1 div.info-box {
		background-color:#733993;
		position:relative;
	}
		.partners-1 div.info-box:after {
			content:'';
			width:0;
			height:0;
			border-left:20px solid transparent;
			border-right:20px solid transparent;
			border-top:15px solid white;
			position:absolute;
			top:0;
			left:50%;
			margin-left:-20px;
		}
		.partners-1 .info-box h2 {
			font-size:33px;
			color:white;
			font-weight:normal;
			display:none;
		}
		.partners-1 .info-box p {
			color:#c6c6c6;
			display:none;
		}
		.partners-1 .info-box div {
			display:none;
			width:60px;
			height:60px;
			background-color:#c9b3d5;
			border-radius:50%;
			position:absolute;
			left:24px;
			top:35px;
		}
			.partners-1 .info-box div svg {
				display:block;
				width:40px;
				height:auto;
				margin:0 auto;
				padding-top:10px;
			}
				.partners-1 .info-box div svg .st1 {
					fill:#733993;
				}
		.partners-1 .info-box h2.active, .partners-1 .info-box p.active, .partners-1 .info-box div.active {
			display:block;
		}
		.partners-1 .partner-logos > span {
			color:#767676;
			font-size:14px;
		}
			/*.partners-1 .partner-logos > span.active {
				display:block;
			}*/
		.partners-1 .partner-logos div {
			width:100%;
			padding:15px 0;
			overflow:auto;
		}
			.partners-1 .partner-logos div img {
				width:auto;
				max-width:27%;
				height:auto;
				max-height:70px;
				padding:1%;
				border:1px solid #ebebeb;
				float:left;
			}
				/*.partners-1 .partner-logos div img.active {
					display:block;
				}*/
				.partners-1 .partner-logos div img:nth-child(2) {
					margin:0 5%;
				}
		.partners-1 .partner-logos a {
			text-transform:uppercase;
			color:#733993;
			font-size:13px;
			font-weight:600;
			letter-spacing:.04em;
		}
			.partners-1 .partner-logos a span {
				font-size:10px;
				position:relative;
				top:-1px;
				left:12px;
			}
			.partners-1 .partner-logos a:hover {
				color:#c9b3d5;
			}

section.partners-2 {
	width:100%;
	background-color:#ebebeb;
}
	.partners-2 > div {
		margin:0 auto;
		overflow:auto;
		box-sizing:border-box;
	}
			.partners-2 > div .left a {
				color:#733993;
				display:block;
				font-weight:600;
				margin-bottom:10px;
			}
				.partners-2 > div .left a:before {
					content:"\f0a9";
					color:#b99cc9;
					font-family:'FontAwesome';
					padding-right:8px;
				}
				.partners-2 > div .left a:hover {
					color:#b99cc9;
				}
		.partners-2 > div div.right {
			background-image:url('img/pattern-light.jpg');
			padding:25px 25px 25px 80px;
			position:relative;
		}
			.partners-2 > div .right span.quote {
				position:absolute;
				left:19px;
				top:-11px;
				font-size:120px;
				color:#c4d600;
			}
			.partners-2 > div .right p {
				color:#555555;
				font-size:15px;
			}
			.partners-2 > div .right h3 {
				color:#500778;
				font-size:16px;
				font-weight:600;
			}
				.partners-2 > div .right p:not(.active),
				.partners-2 > div .right h3:not(.active) {
					display:none;
				}
				.partners-2 > div .right h3 span {
					color:#500778;
					font-weight:700;
				}

section.partners-3 {
	width:90%;
	max-width:1080px;
	margin:0 auto;
	padding:75px 0 50px 0;
}
	.partners-3 > div {
		float:left;
	}
		.partners-3 > div h2 {
			text-transform:uppercase;
			font-size:16px;
			color:#733993;
			font-weight:normal;
			font-weight:600;
			letter-spacing:0.08em;
		}
		.partners-3 > div div.circle {
			width:110px;
			height:110px;
			position:relative;
		}
			.partners-3 > div div.circle:after {
				content:'';
				position:absolute;
				bottom:0;
				left:50%;
				width:66px;
				margin-left:-22px;
				height:4px;
				background-color:#ebebeb;
			}
			.partners-3 > div .circle > div {
				width:110px;
				height:110px;
				border-radius:50%;
				border:2px solid #c4d600;
				overflow:hidden;
			}
				.partners-3 > div .circle div div {
					width:100px;
					height:100px;
					border-radius:50%;
					overflow:hidden;
					position:relative;
					top:5px;
					left:5px;
				}
					.partners-3 > div .circle div div img {
						width:100%;
						height:100%;
					}
		.partners-3 > div > div:not(.circle) {
			font-size:14px;
			color:#555555;
			line-height:24px;
		}
			.partners-3 > div > div:not(.circle) h3 {
				color:#767676;
				font-size:17px;
				font-weight:normal;
				line-height:1.4em;
			}

section.partners-4 {
	background-color:#ebebeb;
	background-image:url('img/angle-green-white.svg');
	background-size:700px;
	background-position:-7px -1px;
	background-repeat:no-repeat;
}
	.partners-4 > div {
		width:90%;
		max-width:1200px;
		margin:0 auto;
	}
		.partners-4 > div h3 {
			color:#555555;
			font-size:30px;
			margin-bottom:50px;
			font-weight:normal;
		}
			.partners-4 > div > div h4 {
				color:#733993;
				font-size:16px;
				font-weight:normal;
				text-transform:uppercase;
				margin-bottom:15px;
				font-weight:600;
				letter-spacing:0.08em;
			}
			.partners-4 > div > div p {
				color:#555555;
				font-size:16px;
			}

section.partners-5 {
	background-image:url('img/angle-double-purple-white.svg');
	background-repeat:no-repeat;
	background-position:top right;
	position:relative;
	z-index:2;
}
	.partners-5 > div {
		margin:0 auto;
		padding-top:80px;
	}
		.partners-5 > div > p {
			color:#767676;
			font-size:15px;
			margin-bottom:35px;
		}
		.partners-5 > div > div {
			background-color:#4b4f54;
		}
			.partners-5 > div > div h3 {
				font-weight:normal;
				color:white;
			}
			.partners-5 > div > div p {
				color:#c6c6c6;
				font-size:15px;
				padding-left:13px;
				border-left:3px solid #ab88be;
			}
			.partners-5 > div > div a {
				color:#c4d600;
				font-size:16px;
			}
				.partners-5 > div > div a:before {
					content:"\f0a9";
					color:#ab88be;
					font-family:'FontAwesome';
					padding-right:8px;
				}

section.partners-6 {
	width:100%;
	padding:100px 0 30px 0;
	background-image:url('img/pattern-final.jpg');
	text-align:center;
	top:-50px;
	z-index:1;
	margin-bottom:-50px;
}
	.partners-6 h3 {
		text-transform:uppercase;
		color:#733993;
		font-size:16px;
	}
	.partners-6 p {
		display:block;
		width:90%;
		max-width:780px;
		margin:0 auto;
		color:#555555;
		font-size:16px;
	}

section.partners-7 {
	padding:50px 0;
}
	.partners-7 div{
		width:90%;
		max-width:800px;
		margin:0 auto;
	}
		.partners-7 h3 {
			color:#555555;
			font-size:32px;
			font-weight:normal;
		}

div.news-wrapper {
	width:100%;
	margin:0 auto;
	overflow:auto;
	position:relative;
	top:-205px;
	margin-bottom:-205px;
	background-image:url('img/angle-multi-top-green.svg');
	background-size:150px;
	background-repeat:no-repeat;
	background-position:0 0;
}
section.featured-news {
	margin:0 auto;
	background-color:white;
	max-width:1100px;
	overflow:hidden;
	position: relative;
	-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.3);
}
	.featured-news-edit-link {
		position: absolute;
		top: 22px;
		right: 20px;
		display: block;
		color: #93a100;
	}
	.featured-news h1 {
		width:100%;
		box-sizing:border-box;
		font-size:33px;
		color:#555555;
		font-weight:normal;
		background-color:#ebebeb;
		margin:0;
	}
	.featured-news > div {
		width:100%;
		overflow:hidden;
		box-sizing:border-box;
	}
		.featured-news > div > span {
			color:#767676;
			font-size:12px;
			width:100%;
			display:block;
			padding:0 0 10px 0;
		}
		.featured-news > div img {
			display:block;
			height:auto;
		}
		.featured-news > div div {
			box-sizing:border-box;
			font-size:13px;
			color:#93a100;
			color: #727d00;
		}
			.featured-news > div div a.title {
				color:#555555;
				font-weight:normal;
				margin-bottom:8px;
				display:block;
			}
			.featured-news > div div > span {
				color:#767676;
				text-transform:uppercase;
				font-size:12px;
				display:inline;
				padding:0 10px 0 0;
			}
			.featured-news > div div a.category {
				color: #727d00;
				font-size:13px;
				border-bottom:1px solid #e7ead4;
			}
				.featured-news > div div a.category:hover {
					border-bottom:1px solid #727d00;
				}
			.featured-news > div div a.button {
				background-color: #733993;
				color:white;
				margin-top:30px;
			}
	@media(min-width:950px){
		.featured-news > div img {
			width:35%;
		}
		.featured-news > div div {
			width:65%;
			padding:15px 25px;
		}
			.featured-news > div div a.title {
				font-size:28px;
				line-height:35px;
			}
	}
	@media(max-width:950px){
		.featured-news > div img {
			width:45%;
		}
		.featured-news > div div {
			width:55%;
			padding:5px 25px;
		}
			.featured-news > div div a.title {
				font-size:18px;
				line-height:24px;
			}
	}
	@media(min-width:765px){
		.featured-news > div img {
			float:left;
		}
		.featured-news > div div {
			float:left;
		}
	}
	@media(max-width:765px){
		.featured-news > div img {
			width:100%;
		}
		.featured-news > div div {
			width:100%;
			padding:20px 0 0 0;
		}
	}
	@media(min-width:450px){
		section.featured-news {
			width:90%;
		}
			.featured-news h1 {
				padding:20px 30px 12px 30px;
			}
			.featured-news > div {
				padding:15px 30px 30px 30px;
			}
	}
	@media(max-width:450px){
		section.featured-news {
			width:100%;
		}
			.featured-news h1 {
				padding:20px 5% 12px 5%;
			}
			.featured-news > div {
				padding:15px 5% 30px 5%;
			}
	}
section.news-1 {
	width:90%;
	max-width:1100px;
	margin:0 auto;
	padding-top:30px;
}
		.blog-sidebar div.categories {
			box-sizing:border-box;
		}
			.blog-sidebar .categories a {
				color:#500778;
				font-weight:normal;
				font-size:14px;
				display:block;
				font-weight:600;
				margin:0 0 12px 0;
				transition:color .15s ease;
			}
				.blog-sidebar .categories a:last-of-type {
					margin:0;
				}
				.blog-sidebar .categories a:hover {
					color:#666;
				}
			.blog-sidebar .categories span {
				color:#666666;
				text-transform:uppercase;
				font-size:12px;
				margin:0 0 15px 0;
				padding:5px 0 0 0;
				display:block;
			}
		.blog-sidebar div.archives {
			background-color:#e1e1e1;
			padding:20px;
			box-sizing:border-box;
			height:52px;
			border-radius:3px;
		}
			.blog-sidebar div.archives:not(.open) {
				overflow:hidden;
			}
			.blog-sidebar div.archives.open {
				overflow:auto !important;
				height:auto !important;
			}
			.blog-sidebar .archives h3 {
				color:#555555;
				font-size:15px;
				font-weight:600;
				cursor:pointer;
				-webkit-touch-callout:none;
				-webkit-user-select:none;
				-khtml-user-select:none;
				-moz-user-select:none;
				-ms-user-select:none;
				user-select:none;
			}
				.blog-sidebar .archives h2 span, .blog-sidebar .categories h2 span {
					float:right;
					font-size:8px;
					color:#555555;
				}
				.blog-sidebar .archives a.jb-cpta-year {
					color:#646464;
					font-size:14px;
					margin:0 0 4px 0;
					display:block;
				}
					.blog-sidebar .archives .jb-cpta-list a {
						color:#500778;
						font-size:14px;
						padding:0 0 0 10px;
						font-weight:600;
						margin:0 0 12px 0;
						display:block;
					}
						.blog-sidebar .archives .jb-cpta-list li:first-of-type a {
							margin:0 0 12px 0;
						}
						.blog-sidebar .archives .jb-cpta-list li:last-of-type a {
							margin:0 0 8px 0;
						}
			.blog-sidebar div.media, div.media-bottom {
				border:2px solid #ebebeb;
				box-sizing:border-box;
				padding:15px;
			}
				.blog-sidebar .media p, .media-bottom p {
					color:#555555;
					font-size:16px;
					margin:0;
				}
					.blog-sidebar .media p a, .blog-sidebar .media p span, .media-bottom p a, .media-bottom p span {
						color:#500778;
						font-weight:600;
					}
			div.media-bottom {
				width:100%;
				max-width:600px;
				margin:0 auto;
				margin-bottom:50px;
			}
				.media-bottom p {
					text-align:center;
				}
	@media(min-width:1230px){
		div.blog-sidebar {
			width:300px;
			float:left;
		}
			.blog-sidebar div.categories {
				margin:0 0 25px 0;
				background-color:#ebebeb;
				background-image:url('img/angle-green-white.svg');
				background-size:250px;
				background-position:-2px -1px;
				background-repeat:no-repeat;
				padding:35px 30px 20px 30px;
			}
				.blog-sidebar .categories h2 {
					color:#666666;
					font-weight:normal;
					font-size:25px;
					margin:0 0 20px 0;
				}
					.blog-sidebar .categories h2 span {
						display:none;
					}
			.blog-sidebar div.archives {
				margin-bottom:25px;
			}
		div.media-bottom {
			display:none;
		}
	}
	@media(max-width:1230px){
		div.blog-sidebar:not(.student-post) {
			width:100%;
		}
			.blog-sidebar:not(.student-post) div.categories {
				width:62%;
				float:left;
				margin:0 3% 25px 0;
				background-color:#e1e1e1;
				padding:20px;
				height:52px;
				border-radius:3px;
			}
				.blog-sidebar:not(.student-post) div.categories:not(.open) {
					overflow:hidden;
				}
				.blog-sidebar:not(.student-post) div.categories.open {
					overflow:auto !important;
					height:auto !important;
				}
				.blog-sidebar:not(.student-post) .categories h2 {
					color:#555555;
					font-size:15px;
					font-weight:600;
					cursor:pointer;
					-webkit-touch-callout:none;
					-webkit-user-select:none;
					-khtml-user-select:none;
					-moz-user-select:none;
					-ms-user-select:none;
					user-select:none;
				}
			.blog-sidebar:not(.student-post) div.archives {
				width:35%;
				float:left;
			}
		div.blog-sidebar.student-post {
			width:28%;
		}
		.blog-sidebar div.media {
			display:none;
		}
	}
	@media(min-width:1000px){
		div.blog-sidebar.student-post {
			float:left;
		}
	}
	@media(max-width:1000px){
		div.blog-sidebar.student-post {
			width:100%;
		}
		.blog-sidebar.student-post div.student-profile {
			display:none;
		}
	}
	@media(max-width:450px){
		.blog-sidebar div.categories {
			width:100%;
			margin:0 0 20px 0;
		}
		.blog-sidebar div.archives {
			width:100%;
			margin:0 0 25px 0;
		}
	}
	.news-1 div.feed {
		box-sizing:border-box;
	}
		.news-1 .feed > div:not(.media-bottom) {
			width:100%;
			overflow:auto;
			padding:0 0 20px 0;
			margin:0 0 20px 0;
			border-bottom:1px solid #ebebeb;
			color: #727d00;
			font-size:13px;
		}
			.news-1 .feed > div a.title {
				color:#555555;
				font-weight:normal;
				margin-bottom:8px;
				display:block;
			}
				.news-1 .feed > div a.title:hover {
					color:#733993;
				}
			.news-1 .feed > div:not(.media-bottom) span {
				color:#767676;
				text-transform:uppercase;
				font-size:12px;
				display:inline;
				padding:0 10px 0 0;
			}
			.news-1 .feed > div a.category {
				color: #727d00;
				font-size:13px;
				border-bottom:1px solid #e7ead4;
			}
				.news-1 .feed > div a.category:hover {
					border-bottom:1px solid #727d00;
				}
		div.pagination {
			width:100%;
			overflow:auto;
			border:none;
			padding:20px 0;
		}
			.pagination a {
				display:block;
				height:35px;
				text-transform:uppercase;
				font-size:13px;
				line-height:35px;
				position:relative;
				background-color:#c4d600;
				color:#500878;
				transition:background-color .15s ease;
			}
				.pagination a:hover {
					background-color:#dce666;
				}
				.pagination a.next-posts {
					float:right;
					text-align:left;
					padding:0 0 0 13px;
				}
					.pagination a.next-posts span {
						font-size:10px !important;
						position:absolute;
						right:13px;
						top:14px;
						color:#500878 !important;
					}
				.pagination a.prev-posts {
					float:left;
					text-align:right;
					padding:0 13px 0 0;
				}
					.pagination a.prev-posts span {
						font-size:10px;
						position:absolute;
						left:13px;
						top:14px;
						color:#500878 !important;
					}
	@media(min-width:1230px){
		.news-1 div.feed {
			float:left;
			width:800px;
			padding:0 0 0 20px;
		}
	}
	@media(max-width:1230px){
		.news-1 div.feed {
			width:100%;
			padding:0 3px;
		}
	}
	@media(min-width:700px){
		.news-1 .feed > div a.title {
			font-size:28px;
			line-height:35px;
		}
	}
	@media(max-width:700px){
		.news-1 .feed > div a.title {
			font-size:22px;
			line-height:25px;
		}
	}
	@media(min-width:500px){
		.pagination a {
			width:170px;
		}
	}
	@media(max-width:500px){
		.news-1 .feed > div a.title {
			font-size:18px;
			line-height:22px;
		}
		.pagination a {
			width:100px;
		}
	}

section.post-content {
	overflow:auto;
}
	@media(min-width:1350px){
		section.post-content {
			width:860px;
		}
	}
	@media(max-width:1350px){
		section.post-content {
			width:660px;
		}
	}
	@media(min-width:1230px){
		section.post-content {
			float:right;
		}
	}
	@media(max-width:1230px){
		section.post-content:not(.student-post) {
			width:100%;
			margin:0 auto;
		}
		section.post-content.student-post {
			width:69%;
		}
	}
	@media(min-width:1000px){
		section.post-content.student-post {
			float:right;
		}
	}
	@media(max-width:1000px){
		section.post-content.student-post {
			width:100%;
		}
	}
	a.back-to-news {
		color:#733993;
		font-size:14px;
		display:block;
	}
		a.back-to-news:hover {
			color:#ab88be;
		}
	div.post-meta {
		width:100%;
		overflow:auto;
		padding:20px 0 30px 0;
		border-bottom:1px solid #ebebeb;
		margin-bottom:20px;
	}
		.post-meta h1 {
			color:#555555;
			font-size:28px;
			line-height:35px;
			font-weight:normal;
			margin-bottom:8px;
			display:block;
		}
		.post-meta span {
			color:#767676;
			text-transform:uppercase;
			font-size:12px;
			display:inline;
			padding:0 10px 0 0;
		}
			.post-meta span a {
				display:inline-block;
				padding:0 0 0 5px;
				color: #727d00;
				font-size:14px;
				text-decoration:underline;
				font-size:12px;
			}
		.post-meta a.category {
			color: #727d00;
			font-size:13px;
			border-bottom:1px solid #e7ead4;
		}
			.post-meta a.category:hover {
				border-bottom:1px solid #727d00;
			}

div.bottom_profile {
	width:100%;
	overflow:auto;
}
	.bottom_profile div.student-profile {
		width:100%;
		margin:0 auto;
		padding:30px;
		display:block;
		background-color:#4b4f54;
	}
		.bottom_profile .student-profile div.round {
			margin-right:20px;
			width:150px;
			height:150px;
			border:2px solid #73767a;
		}
			.bottom_profile .student-profile .round div {
				margin:5px 0 0 5px;
				width:140px;
				height:140px;
			}
				.bottom_profile .student-profile .round div img {
					width:140px;
					height:140px;
				}
		.bottom_profile .student-profile h2 {
			margin-top:40px;
			color:#c4d600;
			font-weight:normal;
		}
		.bottom_profile .student-profile a {
			display:none;
		}
@media(min-width:1000px){
	div.bottom_profile {
		display:none;
	}
}
@media(min-width:530px){
	div.bottom_profile {
		margin-bottom:50px;
	}
		.bottom_profile div.student-profile {
			height:150px;
			max-width:470px;
		}
			.bottom_profile .student-profile div.round {
				float:left;
			}
}
@media(max-width:530px){
	.bottom_profile div.student-profile {
		overflow:auto;
		height:initial;
		text-align:center;
		box-sizing:border-box;
		max-width:none;
	}
		.bottom_profile .student-profile div.round {
			margin:0 auto;
		}
}

div.faq-breadcrumb {
	max-width:1160px;
	width:90%;
	margin:0 auto;
}
div.faq_categories {
	background-color:#733993;
	width:100%;
	text-align:center;
	font-size:0;
	margin:30px 0 0 0;
	position:relative;
}
	.faq_categories span {
		color:white;
		font-size:16px;
		text-transform:uppercase;
		padding:0 30px;
		font-weight:normal;
		cursor:pointer;
		transition:color .15s ease, background-color .15s ease;
	}
		.faq_categories span:first-of-type {
			border-left:none;
		}
		.faq_categories span:last-of-type {
			border-right:none;
		}
		.faq_categories span:hover, .faq_categories span.active {
			color:#c4d600;
		}
			@media(max-width:700px){
				.faq_categories span:hover,
				.faq_categories span.active {
					background-color:#500778;
				}
			}
		.faq_categories span.active:after {
			content:'';
			width:0;
			height:0;
			border-left:20px solid transparent;
			border-right:20px solid transparent;
			border-top:20px solid #733993;
			position:absolute;
			left:50%;
			margin-left:-20px;
		}
section.faq {
	width:90%;
	max-width:860px;
	margin:0 auto;
	padding:20px 0;
	overflow:auto;
}
	.faq > div {
		display:none;
	}
		.faq > div.active {
			display:block;
		}
		.faq > div > h2 {
			color:#733993;
			font-size:16px;
			cursor:pointer;
			-webkit-touch-callout:none;
	  		-webkit-user-select:none;
	  		-khtml-user-select:none;
	  		-moz-user-select:none;
	  	 	-ms-user-select:none;
	  		user-select:none;
	  		margin:25px 0;
	  		padding:0 0 0 25px;
	  		position:relative;
		}
			.faq > div > h2:before {
				color:#c4d600;
				content:'\f0a9';
				font-family:'FontAwesome';
				position:absolute;
				left:1px;
				top:-1px;
			}
				.faq > div > h2.active:before {
					content:'\f0ab';
				}
			.faq > div > h2:hover {
				opacity:.7;
			}
		.faq > div > div.rte {
			display:none;
			padding:0 0 0 25px;
			margin:0 0 30px 0;
		}
			.faq > div > div.rte.active {
				display:block;
			}
div.faq-bottom {
	background-image:url('img/pattern-light.jpg');
	background-repeat:repeat;
	width:100%;
	height:120px;
}
	.faq-bottom h2 {
		text-align:center;
		line-height:120px;
		font-size:13px;
		color:#500778;
		text-transform:uppercase;
	}
		.faq-bottom h2 a {
			background-color:#733993;
			display:inline-block;
			height:34px;
			line-height:36px;
			padding:0 15px;
			text-align:left;
			width:130px;
			color:white;
			font-weight:normal;
			text-transform:uppercase;
			margin:0 0 0 10px;
		}
			.faq-bottom h2 a span {
				float:right;
				font-size:10px;
				padding:13px 0 0 0;
			}
			.faq-bottom h2 a:hover {
				width:140px;
				margin-right:-10px;
			}
@media(min-width:700px){
	div.faq_categories {
		padding:20px 0 0 0;
	}
		.faq_categories span {
			display:inline-block;
			border-left:1px solid #966aae;
			border-right:1px solid #966aae;
			position:relative;
			margin:0 0 20px 0;
			line-height:26px;
		}
			.faq_categories span.active:after {
				bottom:-35px;
			}
}
@media(max-width:700px){
	div.page-title.faq h1 {
		font-size:20px;
	}
	div.faq_categories {
		padding:20px 0;
	}
		.faq_categories span {
			display:block;
			margin:0 auto 5px auto;
			background-color:#ab88be;
			width:260px;
			line-height:48px;
		}
			.faq_categories span.active:after {
				top:97%;
			}
}
@media(min-width:400px){
	div.faq_categories {
		margin:30px 0 0 0;
	}
}
@media(max-width:400px){
	div.faq-breadcrumb {
		display:none;
	}
	div.page-title.faq {
		margin-bottom:0;
	}
	div.faq_categories {
		margin:0;
	}
}

div.student-blog-title {
	margin-bottom:0;
}
section.student-blog-overview {
	width:100%;
	overflow:visible;
	background-image:url('img/pattern-final.jpg');
	background-repeat:repeat;
	text-align:center;
}
	.student-blog-overview div.intro {
		width:90%;
		max-width:1160px;
		margin:0 auto;
		padding:30px 0;
	}
		.student-blog-overview .intro p {
			text-align:left;
			width:100%;
			max-width:700px;
			color:#555555;
			font-size:16px;
			margin:0;
		}
	div.student-profile {
		width:30%;
		max-width:370px;
		display:inline-block;
		vertical-align:top;
		padding:30px 0 40px 0;
		position:relative;
	}
		.blog-sidebar div.student-profile {
			width:100%;
			text-align:center;
			margin:0 0 20px 0;
			padding:30px 0 20px 0;
		}
		.student-profile div.round {
			border-radius:50%;
			overflow:hidden;
			margin:0 auto 20px auto;
		}
			.student-profile .round div {
				border-radius:50%;
				overflow:hidden;
			}
		.student-profile h2 {
			font-size:16px;
			margin:0;
		}
		.student-profile p {
			color:white;
			margin:5px auto;
			padding:0 10px;
			box-sizing:border-box;
		}
			.student-profile p span {
				color:#c6c6c6;
			}
		.student-profile a {
			width:100%;
			line-height:60px;
			color:white;
			background-color:#733993;
			position:absolute;
			left:0;
			bottom:-60px;
			text-transform:uppercase;
			font-size:13px;
			font-weight:300;
			transition:background-color ease .15s;
		}
			.student-profile a span.fa {
				padding-left:10px;
			}
			.blog-sidebar .student-profile a {
				display:none;
			}
			.student-profile a:hover {
				background-color:#b99cc9;
				background-color:#966aae;
			}
div.student-blog {
	max-width:1160px;
}
	div.student-blog.author-archive {
		padding-top:50px;
	}
div.student-blog-sidebar {
	overflow:auto;
	background-color:#ebebeb;
}
	.student-blog-sidebar h2 {
		line-height:32px;
	}
		.student-blog-sidebar h2 span {
			float:right;
			line-height:30px;
		}
	.student-blog-sidebar h3 {
		color:#500778;
		font-size:16px;
		margin:8px 0 0 0;
		position:relative;
		padding:5px 0 3px 0;
		cursor:pointer;
	}
		.student-blog-sidebar h3 span {
			font-size:10px;
			position:absolute;
		}
		.student-blog-sidebar h3.active span:before {
			content:'\f077';
		}
	.student-blog-sidebar div {
		width:100%;
		overflow:auto;
		display:none;
	}
		.student-blog-sidebar div.active {
			display:block;
		}
		.student-blog-sidebar div a {
			color:#70648C;
			font-size:16px;
			margin:0;
			display:block;
			padding:3px 0;
		}
div.student-blog-posts {
	float:left;
	overflow:auto;
}
	.student-blog-posts > div {
		width:100%;
		box-sizing:border-box;
		padding:0 0 0 20px;
		display:block;
		overflow:auto;
		margin:0 0 26px 0;
	}
		.student-blog-posts > div > div {
			width:80px;
			height:80px;
			border-radius:50%;
			float:left;
			overflow:hidden;
		}
			.student-blog-posts div div img {
				width:80px;
				height:80px;
			}
		.student-blog-posts > div:not(.pagination) > a {
			color:#555555;
			font-size:30px;
			font-weight:normal;
			margin:10px 0;
			display:block;
		}
			.student-blog-posts div:not(.pagination) > a:hover {
				color:#733993;
			}
		.student-blog-posts div h4 {
			color:#767676;
			border-bottom:1px solid #ebebeb;
			font-size:14px;
			text-transform:uppercase;
			margin:0;
		}
			.student-blog-posts div h4 a {
				color:#733993;
				padding:0 0 0 10px;
				text-decoration:underline;
				font-weight:300;
				text-transform:none;
			}
@media(min-width:1290px){
	div.student-blog-sidebar {
		width:370px;
	}
		.blog-sidebar div.student-blog-sidebar {
			width:100%;
		}
	div.student-blog-posts {
		width:790px;
	}
}
@media(max-width:1290px){
	div.student-blog-sidebar {
		width:25%;
	}
		.blog-sidebar div.student-blog-sidebar {
			width:100%;
		}
	div.student-blog-posts {
		width:75%;
	}
}
@media(min-width:1000px){
	section.student-blog-overview {
		margin:0 0 120px 0;
	}
	div.student-blog-sidebar {
		float:left;
		padding:45px 25px 20px 25px;
		box-sizing:border-box;
		background-image:url('img/angle-green-white.svg');
		background-repeat:no-repeat;
		background-position:-1px -1px;
	}
		.student-blog-sidebar h2 {
			color:#878787;
			font-size:30px;
			font-weight:normal;
		}
			.student-blog-sidebar h2 span {
				display:none;
			}
			.student-blog-sidebar h3 span {
				top:7px;
				left:45px;
			}
}
@media(max-width:1000px){
	section.student-blog-overview {
		margin:0 0 80px 0;
	}
	div.student-blog-sidebar {
		width:100%;
		margin:0 0 20px 0;
	}
		div.student-blog-sidebar.active {
			padding:0 0 10px 0;
		}
		.student-blog-sidebar h2 {
			color:#555555;
			font-size:18px;
			font-weight:600;
			padding:10px 20px;
			margin:0;
			cursor:pointer;
		}
			.student-blog-sidebar h2 br {
				display:none;
			}
			.student-blog-sidebar:not(.active) h5,
			.student-blog-sidebar:not(.active) div {
				display:none;
			}
			.student-blog-sidebar h3,
			.student-blog-sidebar div {
				padding:0 20px;
			}
			.student-blog-sidebar h3 span {
				top:2px;
				left:65px;
			}
	div.student-blog-posts {
		width:100%;
	}
}
@media(min-width:900px){
	.student-profile p {
		font-size:13px;
	}
}
@media(max-width:900px){
	.student-profile p {
		font-size:12px;
	}
		div:not(.bottom_profile) .student-profile p span {
			display:block;
		}
}
@media(min-width:765px){
	div.student-profile {
		background-color:#4b4f54;
		height:245px;
	}
		div.student-profile:nth-of-type(3) {
			margin:0 20px;
		}
		.student-profile div.round {
			border:2px solid #73767a;
			width:150px;
			height:150px;
		}
			.student-profile .round div {
				width:140px;
				height:140px;
				margin:5px 0 0 5px;
			}
				.student-profile .round div img {
					width:140px;
					height:140px;
				}
		.student-profile h2 {
			color:#c4d600;
			font-weight:normal;
		}
}
@media(max-width:765px){
	.student-profile {
		width:23%;
	}
		.student-profile div.round,
		.student-profile .round div,
		.student-profile .round div img {
			width:70px;
			height:70px;
		}
		div:not(.bottom_profile) .student-profile h2 {
			color:#555555;
			font-weight:600;
		}
		div:not(.bottom_profile) .student-profile p {
			display:none;
		}
		.student-profile a {
			display:none;
		}
}
@media(min-width:600px){
	.student-blog-posts > div:not(.pagination) > a {
		padding:0 0 0 95px;
	}
	.student-blog-posts div h4 {
		padding:0 0 30px 95px;
	}
}
@media(max-width:600px){
	.student-blog-posts > div > div {
		display:none;
	}
	.student-blog-posts div h4 {
		padding:0 0 30px 0;
	}
}

.rte h2, .rte .h2 {
	color:#555555;
	font-weight:normal;
}
.rte h3, .rte .h3 {
	color:#733993;
	font-size:25px;
	line-height:32px;
	font-weight:normal;
}
.rte h4, .rte .h4 {
	color:#966aae;
	color:#666666;
	font-size:20px;
	line-height:28px;
	font-weight:600;
}
.rte h5, .rte .h5 {
	color:#93a100;
	font-size:18px;
	line-height:22px;
	font-weight:normal;
}
.rte h6 {
	color:#93a100;
	font-size:18px;
	line-height:22px;
	font-weight:normal;
}
.rte p {
	color:#555555;
	font-size:16px;
	line-height:26px;
}
	.rte .wp-caption-text {
		color:#500778;
		line-height:20px;
		font-size:14px;
		padding-top:5px;
		text-align:center;
	}
	.rte p.small {
		font-size:13px;
		line-height:16px;
	}
.rte blockquote p {
	color:#999999;
	font-size:20px;
	line-height:30px;
	position:relative;
	padding-left:10px;
}
	.rte blockquote p:before {
		content:'\201C';
		color:#c4d600;
		font-size:100px;
		position:absolute;
		left:-45px;
		top:25px;
	}
.rte a {
	color:#733993;
	font-weight:600;
}
	.rte a:hover {
		text-decoration:underline;
	}
	.rte a.callout-link-1 {
		background-color:#733993;
		color:white;
		font-size:14px;
		padding:10px 15px;
		font-weight:300;
	}
		.rte a.callout-link-1:after {
			content:"\f054";
			font-family:'FontAwesome';
			font-size:10px;
			font-weight:100;
			padding-left:15px;
		}
		.rte a.callout-link-1:hover {
			background-color:#ab88be;
			text-decoration:none;
		}
	.rte a.callout-link-2 {
		color:#733993;
	}
		.rte a.callout-link-2:before {
			content:"\f0a9";
			color:#c1d82f;
			font-family:'FontAwesome';
			padding-right:8px;
		}
		.rte a.callout-link-2:hover {
			text-decoration:none;
		}
.rte hr {
	outline:none;
	border:none;
	border-bottom:1px solid #ebebeb;
	width:100%;
	height:1px;
	margin:15px 0;
}
.rte strong {
	font-weight:700;
}
.rte ul,
.rte ol {
	color:#555555;
}
	.rte li {
		color:#555555;
		line-height:26px;
	}
@media(min-width:600px){
	.rte h2 {
		font-size:33px;
		line-height:40px;
	}
}
@media(max-width:600px){
	.rte h2 {
		font-size:28px;
		line-height:34px;
	}
}
.rte .accordion > p {
	cursor:pointer;
	font-weight:600;
	margin-bottom:5px;
	-webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
  	user-select:none;
  	color:#500778;
}
	.rte .accordion > p:after {
		content:'\f0a9';
		color:#b99cc9;
		font-family:'FontAwesome';
		padding:0 0 0 8px;
		font-size:15px;
	}
		.rte .accordion > p.open:after {
			content:'\f0ab';
		}
	.rte .accordion > p.open {
		color:#93a100;
	}
	.rte .accordion > p:empty {
		display:none;
	}
.rte .accordion > ul {
	display:none;
	color:#555555;
}
.rte table {
	border-collapse:collapse;
	table-layout:fixed;
	width:100% !important;
}
.rte table tr:first-child th, .rte table tr:first-child td {
	border-top:0;
}
.rte table tr:last-child td {
	border-bottom:0;
}
.rte table tr td:first-child,
.rte table tr th:first-child {
	border-left:0;
}
.rte table tr td:last-child,
.rte table tr td:last-child {
	border-right:0;
}
@media(min-width:850px){
	.rte table td, .rte table th {
		border:1px solid #e7e7e6;
	}
	.rte table td {
		padding:10px;
	}
		.rte table td img {
			width:auto;
			height:auto;
			max-width:120px;
			max-height:120px;
		}
}
@media(max-width:850px){
	.rte table td {
		border-bottom:1px solid #e7e7e6;
		padding:5% 0;
		display:block;
		width:100%;
	}
	.rte table tr {
		display:block;
		width:100%;
		padding:0;
	}
		.rte table td img {
			width:90%;
			max-width:200px;
			height:auto;
		}
}

div.wrapper-404 {
	width:90%;
	max-width:950px;
	margin:0 auto;
	position:relative;
}
	.wrapper-404 img {
		width:100%;
		display:block;
		margin:0 auto;
	}
	.wrapper-404 div {
		top:50px;
		max-width:295px;
		width:100%;
	}
	@media(min-width:1000px){
		div.wrapper-404 {
			padding:50px 0 0 0;
		}
			.wrapper-404 div {
				right:180px;
			}
	}
	@media(max-width:1000px){
		div.wrapper-404 {
			padding:100px 0 0 0;
		}
			.wrapper-404 div {
				right:100px;
			}
	}
	@media(max-width:840px){
		div.wrapper-404 {
			padding:120px 0 0 0;
		}
			.wrapper-404 div {
				right:60px;
			}
	}
	@media(min-width:750px){
		.wrapper-404 div {
			position:absolute;
		}
	}
	@media(max-width:750px){
		div.wrapper-404 {
			padding:50px 0 50px 0;
		}
			.wrapper-404 div {
				margin:0 auto;
				padding:0 0 40px 0;
			}
	}

div.gform_wrapper {
	width:100%;
	overflow:auto;
	padding:0;
	margin:0;
	font-size:0;
}
	.gform_wrapper * {
		font-family:'Proxima';
	}
	.gform_wrapper *:focus {
		outline:none;
	}
	.gform_wrapper form {
		width:100%;
		overflow:auto;
		padding:0;
		margin:0;
	}
		.gform_wrapper form div.gform_body {
			width:100%;
			overflow:auto;
			padding:0;
			margin:0;
		}
			.gform_wrapper form .gform_body ul.gform_fields {
				width:100%;
				overflow:auto;
				padding:0;
				margin:0;
			}
				.gform_wrapper form .gform_body .gform_fields li.gfield {
					width:100%;
					overflow:auto;
					padding:0;
					margin:0;
					margin-bottom:20px;
				}
						.gform_wrapper form .gform_body .gform_fields .gfield.half div.ginput_container {
							position:relative;
							height:35px;
						}
							.gform_wrapper form .gform_body .gform_fields .gfield.half div.ginput_container.ginput_recaptcha {
								height:80px;
							}
					.gform_wrapper form .gform_body .gform_fields .gfield label {
						color:#500778;
						font-size:18px;
						font-weight:normal;
					}
						.gform_wrapper form .gform_body .gform_fields .gfield label span {
							font-size:0;
						}
							.gform_wrapper form .gform_body .gform_fields .gfield label span:after {
								content:'(required)';
								font-size:13px;
								color:#999999;
								padding-left:5px;
								font-style:italic;
								position:relative;
								top:-1px;
							}
					.gform_wrapper form .gform_body .gform_fields .gfield div.ginput_container {
						width:100%;
						overflow:hidden;
						padding:0;
						margin:0;
						padding-top:3px;
					}
						.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
							display:block;
							height:34px;
							padding:6px 10px;
							box-sizing:border-box;
							color:#555555;
							border:1px solid #cccccc;
							border-radius:4px;
							background-color:#ebebeb;
							width:100%;
							position:absolute;
							top:0;
							left:0;
							font-size:15px;
						}
						.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
							background-color:#ebebeb;
							width:100%;
							height:34px;
							padding:6px 10px;
							box-sizing:border-box;
							color:#555555;
							border:1px solid #cccccc;
							border-radius:4px;
							font-size:15px;
						}
						.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
							background-color:#ebebeb;
							width:100%;
							padding:10px;
							box-sizing:border-box;
							color:#555555;
							border:1px solid #cccccc;
							border-radius:4px;
							font-size:15px;
						}
						.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_recaptcha div {
							width:100%;
							float:left;
						}
						.gform_wrapper form .gform_body .gform_fields .gfield div.gfield_description {
							font-size:11px;
							position:absolute;
							color:red;
						}
						.gform_wrapper form .gform_body .gform_fields div.gform_fileupload_multifile {
							height:34px;
							width:45%;
						}
						.gform_wrapper form .gform_body .gform_fields .ginput_preview img {
							float:left;
							padding-right:5px;
						}
						.gform_wrapper form .gform_body .gform_fields .ginput_preview {
							font-size:15px;
						}
		.gform_wrapper form div.gform_footer {
			width:100%;
			overflow:auto;
			padding:0;
			margin:0;
		}
			.gform_wrapper form .gform_footer input {
				background-color:#c4d600;
				border:none;
				outline:none;
				text-transform:uppercase;
				padding:10px 16px 8px 16px;
				border-radius:0;
				position:relative;
				color: #500878;
				font-size:16px;
				transition:background-color .15s ease;
			}
				.gform_wrapper form .gform_footer input:hover {
					background-color:#dce666;
				}
			.gform_wrapper form div.gform_footer:after {
				content:'An APEX staff member will be in touch with you.';
				font-size:13px;
				color:#999999;
				line-height:38px;
			}
				@media(max-width:550px){
					.gform_wrapper form div.gform_footer:after {
						display:block;
					}
				}
@media(min-width:550px){
	.gform_wrapper form .gform_body .gform_fields li.gfield.half {
		width:50%;
		float:left;
	}
	.gform_wrapper form .gform_body .gform_fields li.captcha {
		width:70%;
	}
	.gform_wrapper form .gform_body .gform_fields .gfield.half div.ginput_container {
		width:93%;
	}
	.gform_wrapper form div.gform_footer input {
		float:left;
	}
	.gform_wrapper form div.gform_footer:after {
		padding-left:15px;
	}
}

footer {
	width:100%;
	background-color:#500878;
	position:relative;
}
	footer > div.center {
		width:100%;
		max-width:1200px;
		margin:0 auto;
	}
	footer div.scroll-top {
		position:absolute;
		top:-15px;
		right:50px;
		width:50px;
		height:50px;
		background-color:#500878;
		border-radius:50%;
		text-align:center;
		cursor:pointer;
	}
		footer div.scroll-top span {

		}
		footer .scroll-top {
			color:#c1d82f;
			line-height:40px;
		}
		/*footer div.scroll-top:before {
			content:'';
			background-color:#ab88be;
			height:60px;
			width:60px;
			border-radius:50%;
			position:absolute;
			z-index:-1;
			top:-5px;
			right:-5px;
		}*/
	footer div.left {
		height:50px;
	}
		footer .left img {
			height:50px;
			width:auto;
			float:left;
			padding-right:20px;
		}
		footer .left div.top {
			color:white;
			font-family:'Proxima';
		}
		footer .left div.bottom {
			float:left;
			color:#c6c6c6;
			font-family:'Proxima';
		}
	footer div.right {
		height:54px;
	}
		footer .right a.twitter {
			height:30px;
			float:right;
			color:#b99cc9;
			font-family:'Proxima';
			display:block;
		}
			footer .right a.twitter img {
				padding-right:6px;
				opacity:.8;
			}
			footer .right a.twitter:hover img {
				opacity:1;
			}
			footer .right a.twitter:hover span {
				text-decoration:underline;
			}
		footer .right div.top {
			font-size:14px;
			font-family:'Proxima';
			color:white;
		}
			footer .right .top span {
				color:#c6c6c6;
			}
		footer .right a:not(.twitter) {
			font-size:14px;
			font-family:'Proxima';
			color:#b99c99;
			font-weight:600;
		}
			footer .right a:not(.twitter):hover {
				text-decoration:underline;
			}
		footer .right a:not(.twitter).email {
			width:initial;
			padding-right:0;
			padding-left:10px;
		}
	footer div.copyright {
		width:90%;
		background-color:#743993;
		clear:both;
		color:#d2c1dc;
		font-family:'Proxima';
	}
		footer .copyright > div {
			width:100%;
			max-width:1083px;
			margin:0 auto;
		}
		footer .copyright a {
			display:block;
			color:#d2c1dc;
		}
			footer .copyright a img {
				padding-left:7px;
				position:relative;
				top:-1px;
			}
			footer .copyright a:hover {
				text-decoration:underline;
			}
	@media(max-width:1080px){
		footer .right a.twitter {
			height: 50px;
		}
	}
	@media(min-width:960px){
		footer .right a.twitter {
			font-size:16px;
		}
		footer .right a:not(.twitter) {
			width:58%;
		}
		footer .left div.bottom {
			width:70%;
		}
		footer .copyright a {
			font-size:14px;
		}
	}
	@media(max-width:960px){
		footer .right a.twitter {
			font-size:0;
		}
		footer .right a:not(.twitter) {
			width:75%;
		}
		footer .left div.bottom {
			display:inline-block;
		}
		footer .copyright a {
			font-size:0;
		}
	}
	@media(min-width:850px){
		footer .left div.top {
			font-size:18px;
			padding-top:5px;
		}
		footer .left div.bottom {
			font-size:14px;
		}
		footer div.copyright {
			font-size:16px;
		}
		footer .right div.top {
			width:50%;
		}
	}
	@media(max-width:850px){
		footer .right a.twitter {
			height: 30px;
		}
		footer .left div.top {
			font-size:14px;
		}
		footer .left div.bottom {
			font-size:13px;
			width:160px;
		}
		footer div.copyright {
			font-size:14px;
		}
		footer .right div.top {
			width:65%;
		}
		footer .right div.top span {
			display: none;
		}
	}
	@media(min-width:750px){
		footer {
			height:150px;
		}
			footer div.scroll-top {
				display:none;
			}
			footer div.left {
				width:45%;
				float:left;
				padding:30px 0 30px 5%;
			}
				footer .left div.top {
					float:left;
					width:50%;
				}
			footer div.right {
				width:45%;
				padding:28px 5% 28px 0;
				float:right;
			}
				footer .right a.twitter {
					border-left:2px solid #73767a;
					padding:14px 0 14px 15px;
				}
				footer .right div.top {
					padding-right:17px;
					text-align:right;
					float:right;
					margin-top:2px;
				}
				footer .right a:not(.twitter) {
					text-align:right;
					float:right;
					padding-right:17px;
				}
			footer div.copyright {
				height:50px;
				line-height:50px;
				padding:0 5%;
			}
				footer .copyright a {
					float:right;
				}
	}
	@media(max-width:750px){
		footer {
			position: absolute;
			z-index: 2;
		}
		.footer-bg-circle {
			position: absolute;
			z-index: 1;
			background-color:#ab88be;
			height:60px;
			width:60px;
			border-radius:50%;
			bottom:-40px;
			right:45px;
		}
		footer div.scroll-top {
			display:block;
		}
		footer div.left {
			width:300px;
			margin:0 auto;
			padding:30px 0 20px 0;
			border-bottom:1px solid #733993;
		}
		footer div.right {
			width:300px;
			margin:0 auto;
			padding:20px 0;
		}
			footer .right a.twitter {
				padding:10px 0 10px 6px;
			}
			footer .right div.top {
				text-align:left;
				float:left;
				width:236px;
				padding-top:2px;
			}
			footer .right a:not(.twitter) {
				text-align:left;
				float:left;
			}
				footer .right a:not(.twitter).email {
					padding-left:0;
					padding-right:10px;
				}
		footer div.copyright {
			text-align:center;
			line-height:20px;
			padding:5%;
		}
			footer .copyright a {
				margin:0 auto;
			}
				footer .copyright a img {
					padding-top:10px;
				}
	}

div.semester-title {
	background-color:white;
	width:100%;
}
	.semester-title > div {
		width:90%;
		max-width:1160px;
		margin:0 auto;
		overflow:auto;
	}
		.semester-title > div > div:first-of-type {
			overflow:auto;
		}
		.semester-title > div > div:last-of-type {
			width:50%;
			overflow:auto;
			float:right;
			position:relative;
		}
			.semester-title > div > div h1 {
				color:#555555;
				font-size:30px;
				font-weight:300;
			}
			.semester-title > div > div p {
				color:#555555;
				font-size:14px;
				margin:0;
			}
			.semester-title > div > div label {
				color:#500778;
				font-size:17px;
				font-weight:normal;
				width:100%;
				max-width:400px;
				text-align:left;
				line-height: 1em;
				margin-bottom: 14px;
			}
			.semester-title > div > div select {
				clear:right;
				border:1px solid #cccccc;
				background-color:white;
				-webkit-appearance:none;
    			-moz-appearance:none;
    			appearance:none;
    			padding:10px 15px;
    			width:100%;
    			max-width:400px;
    			cursor:pointer;
    			background-image:url('img/down-arrow.png');
    			background-size:10px;
    			background-position:right 18px center;
    			background-repeat:no-repeat;
			}
				.semester-title > div > div select:focus {
					outline:none;
				}
div.sector-content {
	width:100%;
	overflow:auto;
	background-color:#e1e1e1;
	padding:0 0 50px 0;
	overflow:visible;
	position:relative;
	background-image:url('img/semester-pattern-final.jpg');
	background-repeat:repeat;
}
	.sector-content > div.bar-arrow {
		width:58px;
		height:58px;
		background-color:white;
		border:2px solid #cccccc;
		border-radius:50%;
		position:absolute;
		left:50%;
		margin-left:-31px;
		z-index:1;
		top:-33px;
		overflow:hidden;
		display:block;
	}
		.sector-content > .bar-arrow span {
			text-align:center;
			font-size:30px;
			color:#cccccc;
			width:100%;
			line-height:61px;
		}
	.sector-content > div {
		margin:0 auto;
		overflow:auto;
		position:relative;
		transition:opacity .15s ease;
	}
		.sector-content > div > div.bar {
			position:absolute;
			height:80%;
			width:2px;
			background-color:#cccccc;
			left:50%;
			margin-left:-1px;
		}
		.sector-content > div > div.bar-bottom {
			width:10px;
			height:10px;
			position:absolute;
			left:50%;
			margin-left:-5px;
			bottom:20%;
			background-color:#cccccc;
			border-radius:50%;
		}
		.sector-content > div > div.semester-content {
			width:50%;
		}
			.sector-content > div > div.odd {
				clear:left;
			}
			.sector-content > div > div.even {
				clear:right;
				margin-top:100px;
			}
				.sector-content > div > .semester-content div.text {
					background-color:white;
					padding:30px;
					position:relative;
				}
					.sector-content > div > .odd > div.text {
						float:right;
					}
					.sector-content > div > .even > div.text {
						float:right;
					}
					.sector-content .text h2 {
						color:#966aae;
						font-size:24px;
						font-weight:normal;
						font-weight:600;
					}
					.sector-content .text h3 {
						color:#500778;
						font-size:17px;
						font-weight:normal;
						font-weight:700;
					}
					.sector-content .text p {
						color:#555555;
						font-size:13px;
					}
						.sector-content .text p:last-of-type {
							margin-bottom:0;
						}
				.sector-content > div > .semester-content div.image {
					overflow:visible;
					position:relative;
					margin:0 95px 0 0;
					float:right;
				}
					.sector-content > div > .even div.image {
						float:left;
					}
					.sector-content > div > .semester-content .image img {
						width:100%;
						height:auto;
					}
				.sector-content > div > .semester-content div.quote {
					position:relative;
				}
					.sector-content > div > .odd div.quote {
						float:right;
					}
					.sector-content > div > .even div.quote {
						margin:0 0 0 135px;
						float:left;
					}
					.sector-content > div > .semester-content .quote p {
						color:#444444;
						font-size:16px;
					}
					.sector-content > div > .semester-content .quote h3 {
						font-weight:600;
						color:#500778;
						font-size: 16px;
					}
						.sector-content > div > .semester-content .quote h3 span {
							color:#444444;
							font-weight:normal;
						}
				.sector-content > div > .semester-content div.slider {
					width:100%;
					overflow:hidden;
					position:relative;
					-webkit-touch-callout:none;
					-webkit-user-select:none;
					-khtml-user-select:none;
					-moz-user-select:none;
					-ms-user-select:none;
					user-select:none;
				}
					.sector-content > div > .semester-content .slider span.slider-left {
						position:absolute;
						left:10px;
						top:50%;
						font-size:50px;
						color:white;
						cursor:pointer;
						margin-top:-20px;
						text-shadow: 1px 1px 10px rgba(112, 112, 112, 1);
					}
					.sector-content > div > .semester-content .slider span.slider-right {
						position:absolute;
						right:10px;
						top:50%;
						font-size:50px;
						color:white;
						cursor:pointer;
						margin-top:-20px;
						text-shadow: 1px 1px 10px rgba(112, 112, 112, 1);
					}
					.sector-content > div > .semester-content .slider img {
						width:100%;
						height:auto;
						display:none;
					}
						.sector-content > div > .semester-content .slider img.active {
							display:block;
						}
				.sector-content > div > .semester-content div.links {
					width:100%;
				}
					.sector-content > div > .right div.links {
						float:right;
					}
						.sector-content > div > .semester-content .links h2 {
							color:#555555;
							font-size:30px;
							font-weight:500;
							margin:0 0 30px 0;
						}
						.sector-content > div > .semester-content .links div {
							float:left;
						}
							.sector-content > div > .semester-content .links div h3 {
								color:#500778;
								font-size:14px;
								text-transform:uppercase;
								width:200px;
								line-height:18px;
							}
							.sector-content > div > .semester-content .links div a.button {
								width:230px;
							}
							.sector-content > div > .semester-content .links div a.button:not(.outline):hover {
								width:240px;
							}
				.sector-content > div > .semester-content .text div.connector {
					height:60px;
					position:absolute;
					top:-28px;
				}
					.sector-content > div > .semester-content .text .connector > div {
						width:100%;
						height:100%;
						position:relative;
					}
						.sector-content > div > .semester-content .text .connector > div div.circle {
							background-color:#9c8cc2;
							width:40px;
							height:40px;
							padding:12px 7px 8px 13px;
							border-radius:50%;
							position:absolute;
							top:0;
							z-index:2;
						}
							.sector-content > div > .odd .text .connector > div div.circle {
								left:0;
							}
							.sector-content > div > .even .text .connector > div div.circle {
								right:0;
							}
							.sector-content > div > .semester-content .text .connector > div .circle svg {
								width:35px;
								height:35px;
							}
								.sector-content > div > .semester-content .text .connector > div .circle svg .st1 {
									fill:white;
								}
						.sector-content > div > .semester-content .text .connector > div div.bar {
							width:100%;
							height:2px;
							background-color:#9c8cc2;
							position:absolute;
							top:50%;
							margin-top:-1px;
							left:0;
						}
						.sector-content > div > .semester-content .text .connector > div div.connect {
							width:10px;
							height:10px;
							background-color:white;
							border:2px solid #9c8cc2;
							border-radius:50%;
							position:absolute;
							top:50%;
							margin-top:-7px;
						}
							.sector-content > div > .odd .text .connector > div div.connect {
								right:0;
							}
							.sector-content > div > .even .text .connector > div div.conncet {
								left:0;
							}
				.sector-content > div > .semester-content .quote div.connector {
					height:15px;
					position:absolute;
				}
					.sector-content > div .even .quote div.connector {
						left:-140px;
					}
					.sector-content > div > .semester-content .quote .connector div.circle {
						background-color:#cccccc;
						position:absolute;
						border-radius:50%;
					}
						.sector-content > div > .semester-content .quote .connector div.circle.big {
							width:15px;
							height:15px;
							top:0;
						}
							.sector-content > div > .odd .quote .connector div.circle.big {
								left:0;
							}
							.sector-content > div > .even .quote .connector div.circle.big {
								right:0;
							}
						.sector-content > div > .semester-content .quote .connector div.circle.small {
							width:10px;
							height:10px;
							top:3px;
						}
							.sector-content > div > .odd .quote .connector div.circle.small {
								right:0;
							}
							.sector-content > div > .even .quote .connector div.circle.small {
								left:0;
							}
					.sector-content > div > .semester-content .quote .connector div.bar {
						width:100%;
						height:2px;
						position:absolute;
						background-color:#cccccc;
						top:7px;
					}
				.sector-content > div > .semester-content .image div.connector {
					height:15px;
					position:absolute;
				}
					.sector-content > div > .odd .image div.connector {
						right:-100px;
						bottom:50px;
					}
					.sector-content > div > .even .image div.connector {
						top:50px;
					}
					.sector-content > div > .semester-content .image .connector div.circle {
						background-color:#cccccc;
						position:absolute;
						border-radius:50%;
					}
						.sector-content > div > .semester-content .image .connector div.circle.big {
							width:15px;
							height:15px;
							top:0;
						}
							.sector-content > div > .odd .image .connector div.circle.big {
								left:0;
							}
							.sector-content > div > .even .image .connector div.circle.big {
								right:0;
							}
						.sector-content > div > .semester-content .image .connector div.circle.small {
							width:10px;
							height:10px;
							top:3px;
						}
							.sector-content > div > .odd .image .connector div.circle.small {
								right:0;
							}
							.sector-content > div > .even .image .connector div.circle.small {
								left:0;
							}
					.sector-content > div > .semester-content .image .connector div.bar {
						width:100%;
						height:2px;
						position:absolute;
						background-color:#cccccc;
						top:7px;
					}
@media(min-width:1100px){
	div.semester-title {
		padding:20px 0;
	}
	.sector-content > div {
		width:1000px;
	}
		.sector-content > div > div.even {
			padding:20px 0;
		}
		.sector-content > div > div.semester-content {
			margin:85px 0 40px 0;
		}
		.sector-content > div > .semester-content div.text {
			width:240px;
		}
			.sector-content > div > .odd > div.text {
				margin:0 93px 0 0;
			}
			.sector-content > div > .even > div.text {
				margin:0 107px 0 0;
			}
			.sector-content > div > .semester-content .text div.connector {
				width:130px;
			}
				.sector-content > div > .odd .text div.connector {
					right:-100px;
				}
				.sector-content > div > .even .text div.connector {
					left:-100px;
				}
		.sector-content > div > .semester-content div.image {
			width:370px;
		}
			.sector-content > div > .even > div.image {
				margin:0 0 0 95px;
			}
			.sector-content > div > .semester-content .image div.connector {
				width:130px;
			}
				.sector-content > div > .even .image div.connector {
					left:-100px;
				}
		.sector-content > div > .semester-content div.quote {
			width:275px;
		}
			.sector-content > div > .odd div.quote {
				margin:0 118px 0 0;
			}
			.sector-content > div > .semester-content .quote div.connector {
				width:130px;
				top:4px;
			}
				.sector-content > div .odd .quote div.connector {
					right:-123px;
				}
		.sector-content > div > .semester-content .links div {
			width:50%;
		}
			.sector-content > div > .semester-content .links div h3 {
				min-height:37px;
			}
}
@media(max-width:1100px){
	div.semester-title {
		padding:40px 0;
	}
	.sector-content > div {
		width:690px;
	}
		.sector-content > div > div.semester-content {
			margin:55px 0 50px 0;
		}
		.sector-content > div > .semester-content div.text {
			width:220px;
		}
			.sector-content > div > .odd > div.text {
				margin:0 65px 0 0;
			}
			.sector-content > div > .semester-content .text div.connector {
				width:104px;
			}
				.sector-content > div > .odd .text div.connector {
					right:-72px;
				}
				.sector-content > div > .even .text div.connector {
					left:-72px;
				}
		.sector-content > div > .semester-content div.image {
			width:320px;
		}
			.sector-content > div > .even > div.image {
				margin:0 0 0 25px;
			}
			.sector-content > div > .semester-content .image div.connector {
				width:85px;
			}
				.sector-content > div > .even .image div.connector {
					left:-30px;
				}
		.sector-content > div > .semester-content div.quote {
			width:265px;
		}
			.sector-content > div > .odd div.quote {
				margin:0 81px 0 0;
			}
			.sector-content > div > .semester-content .quote div.connector {
				width:80px;
				top:16px;
			}
				.sector-content > div .odd .quote div.connector {
					right:-86px;
				}
		.sector-content > div > .semester-content .links div {
			margin-bottom:20px;
		}
}
@media(min-width:750px){
	.semester-title > div > div:first-of-type {
		width:50%;
		float:left;
	}
	.semester-title > div > div:last-of-type {
		width:50%;
		float:right;
	}
		.semester-title > div > div label {
			float:right;
		}
		.semester-title > div > div select {
			float:right;
		}
	.sector-content > div > div.semester-content {
		width:50%;
	}
		.sector-content > div > div.odd {
			float:left;
		}
		.sector-content > div > div.even {
			float:right;
		}
		.sector-content > div > div.semester-content:last-of-type {
			margin-bottom:0;
		}
	.sector-content > div > .odd div.slider {
		right:-15px;
	}
	.sector-content > div > .even div.slider {
		left:-15px;
	}
}
@media(max-width:750px){
	.semester-title > div > div:first-of-type, .semester-title > div > div:last-of-type {
		width:100%;
		max-width:400px;
		width:90%;
		margin:0 auto;
		float:none;
	}
		.semester-title > div > div:last-of-type {
			margin-bottom:20px;
			width:95%;
		}
		.semester-title > div > div label {
			margin:40px auto 10px auto;
		}
		.semester-title > div > div select {
			margin:0 auto;
			display:block;
			width:100%;
			font-size:14px;
		}
	.sector-content > div {
		width:100%;
	}
		.sector-content > div > div.semester-content {
			width:100%;
			overflow:visible;
			margin:0;
			padding:50px 0;
		}
			.sector-content > div > div.semester-content.first {
				padding-top:100px;
			}
			.sector-content div .semester-content div.text {
				margin:0 auto;
				float:none;
				padding-top:50px;
			}
			.sector-content div .semester-content div.image {
				margin:0 auto;
				float:none;
				background-color:#e1e1e1;
				width:100%;
				box-sizing:border-box;
				padding:30px 15%;
			}
			.sector-content div .semester-content div.quote {
				margin:0 auto;
				float:none;
				background-color:#e1e1e1;
				width:100%;
				box-sizing:border-box;
				padding:30px 15%;
			}
			.sector-content > div > .semester-content div.links {
				width:90%;
				margin:0 auto;
			}
			.sector-content > div > .semester-content .text div.connector {
				width:60px;
				right:50%;
				margin-right:-30px;
				left:initial;
			}
			.sector-content > div > .semester-content .image div.connector, .sector-content > div .odd .quote div.connector {
				display:none;
			}
}

a.search-result {
	color:#733993;
	font-size:25px;
	display:block;
	margin:0 0 10px 0;
}
	.search-result span {
		color:#c1d82f;
		margin:0 10px 0 0;
		font-size:20px;
		position:relative;
		bottom:1px;
	}
.gsc-result .gs-title {
	height: auto !important;
}

#skip-to-content {
	position: absolute;
	top: 0;
	left: -9999px;
	z-index: 1200;
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
	background: #fff;
	text-transform: uppercase;
	color: #111;
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
#skip-to-content:focus {
	left: 0;
	opacity: 1;
	text-decoration: underline;
	outline: -1px thin dotted !important;
	outline: 5px auto -webkit-focus-ring-color !important;
}