/*
Theme Name: Mid Sussex Voluntary Action
Author: Pipe Media
Author URI: https://pipemedia.co.uk
Description: Responsive WordPress Theme for Mid Sussex Voluntary Action
Version: 1.0
*/

/* Basic Styles
------------------------------------------- */

	body {
		background-color: #FFFFFF;
		font-family: "Teachers", sans-serif;
		font-weight: 400;
		font-size: 24px;
		line-height: 36px;
		color: #222222;
	}

/* Typography
------------------------------------------- */

	h1, h2, h3, h4, h5, h6 {
		font-family: "oscine", Arial, Helvetica, Sans-serif;
		color: #E83E2D;
		font-weight: 800;
		margin: 0 0 20px; }
	h1 { font-size: 48px; line-height: 56px; margin: 20px 0 40px; }
	h2 { font-size: 38px; line-height: 44px; margin: 35px 0 30px; }
	h3 { font-size: 32px; line-height: 38px; margin: 30px 0 20px; }
	h4 { font-size: 24px; line-height: 32px; }
	h5 { font-size: 20px; line-height: 26px; }
	h6 { font-size: 14px; line-height: 18px; }
	
	p { margin: 0 0 20px; }
	p img { margin: 0; }

	em { font-style: italic; }
	strong { font-weight: 700; color: #243878; }
	small { font-size: 80%; }
	
	.heading-font { font-family: "oscine", Arial, Helvetica, Sans-serif; }

/*	Blockquotes  */
	blockquote, blockquote p { line-height: 36px; font-size: 26px; font-style: italic; color: #555555; }
	blockquote { margin: 40px 0 0; }
	blockquote p:last-child { margin: 0; }
	
/*	Horizontal Line  */
	hr { border: solid #CCCCCC; border-width: 1px 0 0; clear: both; margin: 20px 0; height: 0; }

/*	Text alignment  */

	.text-center { text-align: center; }

/* Misc Utilities
------------------------------------------- */

/*	Display None  */
	.d-none { display: none; }

/*	Margins  */
	.m-0 { margin: 0; }
	.mb-10 { margin-bottom: 10px; }
	.mb-20 { margin-bottom: 20px; }
	.mb-30 { margin-bottom: 30px; }
	.mb-40 { margin-bottom: 40px; }
	.mb-60 { margin-bottom: 60px; }
	.mt-10 { margin-top: 10px; }
	.mt-20 { margin-top: 20px; }
	.mt-40 { margin-top: 40px; }
	.mt-60 { margin-top: 60px; }
	.ml-20 { margin-left: 20px; }
	.mr-20 { margin-right: 20px; }
	.m-auto { margin: 0 auto; }

/*	Floats  */

	.float-left { float: left; }
	.float-right { float: right; }

/* Links
------------------------------------------- */

	a { color: #222222; text-decoration: underline; }
	a:hover { color: #000000; }
	
	a.btn,
	button.btn,
	form .frm_submit button {
		font-family: "oscine", Arial, Helvetica, Sans-serif;
		border-radius: 25px;
		display: inline-block;
		background-color: #FF4726;
		padding: 15px 25px;
		text-decoration: none;
		font-weight: 800;
		font-size: 22px;
		line-height: 22px;
		color: #FFFFFF;
		transition: background .3s ease;
		text-transform: uppercase;
	}
	
	a.btn.btn-l-orange {
		background-color: #F49836;
	}
	
	a.btn:hover,
	form .frm_submit button:hover {
		background-color: #243878;
		color: #FFFFFF;
	}

/* Lists
------------------------------------------- */

	ul {
		list-style: square;
		padding: 0 0 0 22px;
	}
	
	ul li, ol li {
		margin: 0 0 8px;
		padding-left: 7px;
	}

/* Images
------------------------------------------- */

	img {
		max-width: 100%;
		height: auto;
	}

	img.alignleft {
		float: left;
		margin: 0 40px 0 0;
	}
	
	img.alignright {
		float: right;
		margin: 0 0 0 40px;
	}
	
	img.aligncenter {
		margin: 40px auto;
		display: block;
	}

	img.img-rounded {
		border-radius: 50%;
		position: relative;
	}
	
	.image-holder-rectangle {
		background-color: #FFFFFF;
		/*padding: 15px;
		-moz-box-shadow: 0 0 5px #DDDDDD;
		-webkit-box-shadow: 0 0 5px #DDDDDD;
		box-shadow: 0 0 5px #DDDDDD;*/
		margin-bottom: 20px;
	}
	
	.image-holder-rectangle img {
		width: 100%;
		height: auto;
	}
	
	section.colour-light-blue .image-holder-rectangle {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.wp-caption.alignleft {
		float: left;
		margin: 0 40px 0 0;
	}
	
	.wp-caption.alignright {
		float: right;
		margin: 0 0 0 40px;
	}
	
	.wp-caption .wp-caption-text {
		margin: 5px 0 0;
		font-style: italic;
	}

/* Video
------------------------------------------- */

	.video-holder video {
		max-width: 100%;
		height: auto;
	}

/* Forms
------------------------------------------- */
	
	input[type="text"], input[type="email"], input[type="password"], textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 0;
	}

/* Table
------------------------------------------- */

	table {
		border-collapse: collapse;
		margin: 0;
		width: 100%;
		text-align: left;
	}

	table tr th,
	table tr td {
		border-bottom: 1px solid #DDDDDD;
		padding: 10px;
	}
	
/* Colour Utilities
------------------------------------------- */

	.colour-dark-blue {
		background-color: #243878;
	}
	
	.colour-light-blue {
		background-color: #D5EFF6;
	}

	.colour-light-purple {
		background-color: #E7E8EE;
	}
	
	.colour-dark-blue h1,
	.colour-dark-blue h2,
	.colour-dark-blue h3 {
		color: #FFFFFF;
	}

/* Sections
------------------------------------------- */

	section {
		position: relative;
		padding: 80px 0;
	}
	
	section h2:first-child,
	section h3:first-child {
		margin-top: 0;
	}
	
	section.section-no-padding {
		padding: 0;
	}
	
	section.section-no-padding img {
		width: 100%;
	}

/* Accordion
------------------------------------------- */

	.large-accordion .accordion-title:hover {
		cursor: pointer;
	}

	.large-accordion .accordion-title:focus {
		outline: none;
	}

	.large-accordion .accordion-title .ui-icon {
		position: absolute;
		right: 0;
		top: 22px;
	}

	.large-accordion .accordion-title .ui-icon::before {
		display: block;
		content: "+";
	}

	.large-accordion .accordion-title.ui-state-active .ui-icon::before {
		content: "-";
	}

	.large-accordion {
		margin-top: 50px;
		border-bottom: 2px solid #0DA4CD;
	}

	.large-accordion > .accordion-title {
		border-top: 2px solid #0DA4CD;
		font-size: 26px;
		line-height: 32px;
		padding: 25px 15px;
		margin: 0;
		font-weight: 500;
		position: relative;
	}

	.large-accordion > .accordion-title > .ui-icon {
		right: 15px;
		top: 25px;
	}

	.large-accordion > .accordion-content {
		padding: 0 20px 20px;
	}

/* Card
------------------------------------------- */

	.card {
		background-color: #FFFFFF;
		padding: 30px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 5px #DDDDDD;
		-webkit-box-shadow: 0 0 5px #DDDDDD;
		box-shadow: 0 0 5px #DDDDDD;
		color: #454545;
	}
	
	section.section-even .card {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.card.card-small {
		padding: 25px;
	}

	.card.card-with-title {
		transition: all .2s ease-in-out;
	}

	.card.card-with-title:hover {
		transform: scale(1.05);
	}

	.card h3 {
		margin-top: 0;
	}

	.card h3 a {
		text-decoration: none;
		color: #243878;
	}
	
	.card h3 a:hover {
		text-decoration: underline;
		color: #118898;
	}
	
	.card.card-relative {
		position: relative;
	}
	
	.card .card-icon {
		background-color: #FFFFFF;
		border: 5px solid #FFD500;
		width: 80px;
		height: 80px;
		border-radius: 50%;
		margin: -67px auto 20px;
		position: relative;
	}
	
	.card .card-icon span.material-icons {
		color: #243878;
		font-size: 42px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.card img {
		margin-bottom: 20px;
		border-radius: 5px;
	}
	
	.card a.btn {
		margin-top: 20px;
		padding: 10px 20px;
	}

/* Slider
------------------------------------------- */

	.slider-holder .owl-carousel .owl-nav {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
	}
	
	.slider-holder .owl-carousel .owl-nav button.owl-prev,
	.slider-holder .owl-carousel .owl-nav button.owl-next {
		background: url('images/arrow-left.svg') no-repeat;
		background-size: 50px auto;
		width: 50px;
		height: 50px;
		left: 20px;
		position: absolute;
	}
	
	.slider-holder .owl-carousel .owl-nav button.owl-next {
		background: url('images/arrow-right.svg') no-repeat;
		background-size: 50px auto;
		right: 20px;
		left: auto;
	}
	
	.slider-holder .owl-carousel .owl-nav button.owl-prev span,
	.slider-holder .owl-carousel .owl-nav button.owl-next span {
		display: none;
	}

	.slider-holder .owl-carousel .owl-dots {
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
	}

	.slider-holder .owl-carousel .owl-dots .owl-dot {
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background-color: #86BDF9;
		margin: 0 5px;
	}

	.slider-holder .owl-carousel .owl-dots .owl-dot.active {
		background-color: #FFFFFF;
	}
	
	.slider-holder .owl-slider .slide .row {
		position: absolute;
		bottom: 40px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	
	.slider-holder .owl-slider .slide .slide-caption {
		background: rgba(13, 164, 205, 0.9);
		padding: 20px;
		max-width: 500px;
		border-radius: 20px;
	}
	
	.slider-holder .owl-slider .slide .slide-caption h2 {
		color: #222222;
		margin-bottom: 15px;
	}
	
	.slider-holder .owl-slider .slide .slide-caption p.caption-sub-title {
		font-size: 20px;
		line-height: 26px;
		color: #454545;
		margin-bottom: 20px;
	}
	
/* Tabs
------------------------------------------- */

	.tabs ul.tabs-control {
		list-style: none;
		padding: 0;
		margin: 0 0 -1px;
	}
	
	.tabs ul.tabs-control li {
		font-family: "oscine", Arial, Helvetica, Sans-serif;
		text-transform: uppercase;
		font-weight: 800;
		display: inline-block;
		padding: 0;
		margin: 0;
		width: 185px;
		border: 1px solid #FFFFFF;
		border-bottom: none;
		vertical-align: top;
		border-radius: 5px 5px 0 0;
		background: rgba(255, 255, 255, 0.5);
	}
	
	.tabs ul.tabs-control li a {
		padding: 10px 20px;
		display: block;
		color: #243878;
		text-decoration: none;
	}
	
	.tabs ul.tabs-control li.ui-state-active {
		background-color: #FFFFFF;
	}
	
	.tabs ul.tabs-control li.ui-state-active a {
		color: #243878;
	}
	
	.tabs .tabs-content {
		background-color: #FFFFFF;
		color: #454545;
		padding: 30px 20px 20px;
		border-radius: 0 5px 5px 5px;
	}
	
	.tabs .tabs-content h3 {
		color: #243878 !important;
	}

/* Circles
------------------------------------------- */
	
	ul.circles {
		list-style: none;
		margin: 40px 0;
		padding: 0;
		text-align: center;
	}
	
	ul.circles li {
		background-color: #243878;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		display: inline-block;
		margin: 0 5px;
		padding: 0;
	}
	
	ul.circles li:nth-child(2n) {
		background-color: #F49836;
	}
	
	ul.circles li:nth-child(3n) {
		background-color: #E83E2D;
	}
	
	ul.circles li:nth-child(4n) {
		background-color: #0DA4CD;
	}

/* Link List
------------------------------------------- */
	
	.links-list {
		margin: 80px 0;
	}
	
	.links-list .row {
		margin-bottom: 3rem;
	}
	
	.links-list .links-list-circle {
		font-family: "oscine", Arial, Helvetica, Sans-serif;
		text-transform: uppercase;
		background-color: #243878;
		width: 200px;
		height: 200px;
		border-radius: 50%;
		margin: 0 auto;
		font-weight: 800;
		position: relative;
		font-size: 26px;
		line-height: 32px;
		text-align: center;
		color: #000000;
	}
	
	.links-list .row:first-child .links-list-circle,
	.links-list .row:nth-child(5n) .links-list-circle {
		color: #FFFFFF;
	}
	
	.links-list .row:nth-child(2n) .links-list-circle {
		background-color: #F49836;
	}
	
	.links-list .row:nth-child(3n) .links-list-circle {
		background-color: #E83E2D;
	}
	
	.links-list .row:nth-child(4n) .links-list-circle {
		background-color: #0DA4CD;
	}
	
	.links-list .links-list-circle a {
		color: #000000;
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.links-list .row:first-child .links-list-circle a,
	.links-list .row:nth-child(5n) .links-list-circle a {
		color: #FFFFFF;
	}
	
	.links-list .links-list-circle span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
	}
	
	.links-list .large-8 {
		position: relative;
	}
	
	.links-list .links-list-description {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
	
/* Articles
------------------------------------------- */

	article {
		background-color: #E6E6E6;
	}
	
	article .article-content {
		padding: 20px;
	}
	
	article .article-content h3 {
		margin-bottom: 10px;
	}
	
	article .article-content h3 a {
		text-decoration: none;
		color: #243878;
	}

/* Header
------------------------------------------- */
	
	header {
		padding: 20px 0;
	}
	
	header .nav-holder {
		position: relative;
		float: right;
	}
	
	header .nav-control {
		font-family: "oscine", Arial, Helvetica, Sans-serif;
		text-transform: uppercase;
		font-weight: 800;
		background-color: #243878;
		padding: 10px 15px;
		border-radius: 10px;
		color: #FFFFFF;
		height: 44px;
	}
	
	header .nav-control span.text {
		float: left;
		line-height: 22px;
		margin-right: 15px;
	}
	
	header #mobile_nav {
		width: 30px;
		height: 23px;
		position: relative;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		float: right;
		display: block;
	}

	header #mobile_nav span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background-color: #FFFFFF;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	header #mobile_nav span:nth-child(1) {
		top: 0px;
	}

	header #mobile_nav span:nth-child(2), header #mobile_nav span:nth-child(3) {
		top: 10px;
	}

	header #mobile_nav span:nth-child(4) {
		top: 20px;
	}

	header #mobile_nav.open span:nth-child(1) {
		top: 12px;
		width: 0%;
		left: 50%;
	}

	header #mobile_nav.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	header #mobile_nav.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	header #mobile_nav.open span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	
	header .google-translate-holder {
		float: right;
		margin-right: 30px;
		max-width: 150px;
		line-height: 20px;
	}
	
	header .google-translate-holder select {
		background-color: #FFFFFF;
		border: 1px solid #CCCCCC;
		padding: 3px;
		border-radius: 3px;
		margin: 0;
	}
	
	header .quick-links {
		float: right;
		clear: both;
		margin-top: 20px;
	}
	
	header .quick-links ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	header .quick-links ul li {
		background-color: #243878;
		display: inline-block;
		width: 125px;
		height: 125px;
		vertical-align: top;
		border-radius: 50%;
		font-family: "oscine", Arial, Helvetica, Sans-serif;
		text-transform: uppercase;
		font-weight: 800;
		font-size: 18px;
		line-height: 22px;
		position: relative;
		text-align: center;
		margin: 0 0 0 15px;
		padding: 0;
	}
	
	header .quick-links ul li:nth-child(2n) {
		background-color: #F49836;
	}
	
	header .quick-links ul li:nth-child(3n) {
		background-color: #E83E2D;
	}
	
	header .quick-links ul li:nth-child(4n) {
		background-color: #0DA4CD;
	}
	
	header .quick-links ul li a {
		display: block;
		width: 100%;
		height: 100%;
		text-decoration: none;
		color: #000000;
	}
	
	header .quick-links ul li:first-child a {
		color: #FFFFFF;
	}
	
	header .quick-links ul li span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
	}
	
/* Banner
------------------------------------------- */

	#banner {
		background-color: #E83E2D;
		color: #FFFFFF;
		padding: 10px 0;
	}

	#banner p {
		color: #FFFFFF;
		margin: 0;
	}

	#banner a.btn {
		background-color: #FFFFFF;
		color: #E83E2D;
		line-height: 27px;
		font-size: 20px;
		padding: 5px 15px;
		margin-left: 20px;
	}

	#banner a.btn:hover {
		text-decoration: underline;
	}
	
/* Navigation
------------------------------------------- */

	nav {
		background-color: #243878;
		display: none;
		position: absolute;
		top: 55px;
		right: 0;
		z-index: 9999;
		border-radius: 10px;
		width: 300px;
	}
	
	nav::before {
		bottom: 100%;
		right: 20px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		border-color: rgba(194, 225, 245, 0);
		border-bottom-color: #243878;
		border-width: 8px;
	}
	
	#primary {
		list-style: none;
		padding: 10px 15px;
		margin: 0;
	}
	
	#primary ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#primary ul li {
		font-size: 20px;
		line-height: 20px;
		position: relative;
		font-weight: 600;
		margin: 0;
		padding: 0;
	}

	#primary ul li a {
		color: #FFFFFF;
		display: block;
		padding: 10px 0;
		text-decoration: none;
	}

	#primary ul li a:hover {
		text-decoration: underline;
		color: #FFFFFF;
	}
	
	#primary ul > li.menu-item-has-children > a {
		background: url('images/menu-down.svg') right center no-repeat;
		background-size: 16px auto;
		padding-right: 30px;
	}

	#primary ul > li.menu-item-has-children:hover > a {
		background: url('images/menu-up.svg') right center no-repeat;
		background-size: 16px auto;
	}
		
	#primary ul li ul {
		background-color: #0DA4CD;
		border-radius: 0 0 5px 5px;
		position: absolute;
		display: none;
		left: 0;
		top: 100%;
		width: max-content;
		float: none;
		min-width: 240px;
		padding: 10px 20px;
		z-index: 999;
		text-align: left;
		border-top: 1px solid #9DDAEB;
	}

	#primary ul li:hover > ul,
	#primary ul li:focus-within > ul {
		display: block;
	}

	#primary ul li ul li {
		display: block;
		padding: 0;
		margin: 0;
		font-size: 18px;
	}

	#primary ul li ul li a {
		color: #FFFFFF;
		padding: 10px 0;
	}

	#primary ul li ul li a:hover {
		color: #FFFFFF;
	}

/* Search
------------------------------------------- */
	
	#search-form {
		background-color: #E7E8EE;
		padding: 10px 0;
	}

	#search-form form {
		background-color: #FFFFFF;
		border: 1px solid #CCCCCC;
		border-radius: 5px;
		padding: 3px;
	}

	#search-form form input {
		background-color: #FFFFFF;
		border: none;
		border-radius: 5px 0 0 5px;
		padding: 13px 20px;
		width: 100%;
		line-height: 20px;
	}

	#search-form form button.btn {
		font-size: 20px;
		line-height: 26px;
		width: 100%;
	}
		
/* Footer
------------------------------------------- */

	footer {
		padding: 50px 0;
	}
	
	footer ul.circles {
		margin-bottom: 50px;
	}
	
	footer ul,
	footer ul li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	footer p.heading-font {
		font-size: 28px;
		line-height: 36px;
		font-weight: 800;
		text-transform: uppercase;
		color: #E83E2D;
	}
	
	footer p.heading-font.heading-font-links {
		color: #243878;
	}
	
	footer ul.social {
		margin: 40px 0 0 0;
	}
	
	footer ul.social li {
		display: inline-block;
		margin: 0 10px 0 0;
	}
	
	footer ul.social li svg {
		fill: #0DA4CD;
		width: 30px;
		height: 30px;
	}
	
	footer ul.menu li {
		margin-bottom: 10px;
	}
	
	footer ul.menu li a {
		text-decoration: none;
		color: #243878;
	}
	
	footer ul.menu li a:hover {
		text-decoration: underline;
	}
	
	footer .footer-logo {
		margin-top: 30px;
	}
	
	footer ul.credits,
	footer ul#menu-footer-utility {
		margin: 60px 0 0;
		padding: 0;
	}
	
	footer ul#menu-footer-utility {
		margin-top: 20px;
	}
	
	footer ul.credits li,
	footer ul#menu-footer-utility li {
		display: inline-block;
		border-right: 1px solid #666666;
		line-height: 16px;
		padding: 0 15px 0 10px;
	}
	
	footer ul.credits li:first-child,
	footer ul#menu-footer-utility li:first-child {
		padding-left: 0;
	}
	
	footer ul.credits li:last-child,
	footer ul#menu-footer-utility li:last-child {
		border: none;
	}
	
	footer ul.credits li a,
	footer ul#menu-footer-utility li a {
		text-decoration: none;
		color: #222222;
	}
	
	footer ul.credits li a:hover,
	footer ul#menu-footer-utility li a:hover {
		text-decoration: underline;
	}

/* Page
------------------------------------------- */	
	
	.row {
		max-width: 1425px;
	}
	
	section.page-header {
		padding: 80px 0 0;
	}
	
	section.image-header {
		padding: 80px 0 0;
	}
	
	section.image-header img {
		width: 100%;
		height: auto;
	}
	
/* Home
------------------------------------------- */
	
	h2:first-child.intro {
		margin-top: 80px;
	}
	
	section section.service-grid {
		padding: 40px 0;
	}
	
	body.home section.service-grid {
		padding: 0;
	}
	
	section.service-grid .service-grid-item {
		background-color: #243878;
		height: 275px;
		width: 275px;
		border-radius: 50%;
		margin-bottom: 2rem;
		position: relative;
		transition: all .2s ease-in-out;
	}
	
	section.service-grid .service-grid-item:hover {
		transform: scale(1.1);
	}
	
	section.service-grid .columns:nth-child(2n) .service-grid-item {
		background-color: #F49836;
	}
	
	section.service-grid .columns:nth-child(3n) .service-grid-item {
		background-color: #E83E2D;
	}
	
	section.service-grid .columns:nth-child(4n) .service-grid-item {
		background-color: #0DA4CD;
	}
	
	section.service-grid .columns:nth-child(5n) .service-grid-item {
		background-color: #0DA4CD;
	}
	
	section.service-grid .columns:nth-child(6n) .service-grid-item {
		background-color: #E83E2D;
	}
	
	section.service-grid .columns:nth-child(7n) .service-grid-item {
		background-color: #F49836;
	}
	
	section.service-grid .columns:nth-child(8n) .service-grid-item {
		background-color: #243878;
	}
	
	section.service-grid .service-grid-item .service-grid-item-inner {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
	}
	
	section.service-grid .service-grid-item .service-grid-item-inner h3 {
		font-size: 30px;
		line-height: 36px;
		color: #000000;
		margin: 20px 0;
	}
	
	section.service-grid .columns:first-child .service-grid-item .service-grid-item-inner h3 {
		color: #FFFFFF;
	}
	
	section.service-grid .columns:nth-child(8n) .service-grid-item h3 {
		color: #FFFFFF;
	}
	
	section.service-grid .service-grid-item .service-grid-item-inner a {
		display: block;
		width: 100%;
		height: 100%;
		text-decoration: none;
	}
	
	/*section.service-grid .service-grid-item .service-grid-item-inner a.btn {
		background-color: #EFD878;
		color: #243878;
		margin-top: 15px;
	}
	
	section.service-grid .service-grid-item .service-grid-image {
		background-size: cover !important;
		width: 100%;
		height: 100%;
	}
	
	section.service-grid .service-grid-item .service-grid-item-icon {
		width: 75px;
		height: 75px;
		border: 5px solid #FFFFFF;
		border-radius: 50%;
		margin: 0 auto 20px;
	}
	
	section.service-grid .service-grid-item .service-grid-item-icon span {
		font-size: 40px;
		margin: 12px auto;
		display: block;
	}*/
	
	.event {
		background-color: #FFFFFF;
		padding: 15px 15px 55px 15px;
		border-radius: 10px;
		margin-top: 2rem;
		position: relative;
	}

	.event p:last-child {
		margin: 0;
	}

	.event h3 {
		margin-bottom: 10px;
		font-size: 28px;
		line-height: 34px;
	}

	.event h3 a {
		text-decoration: none;
		color: #243878;
	}
	
	.event p.btn-holder {
		position: absolute;
		bottom: 15px;
		left: 15px;
	}

	.event a.btn {
		font-size: 18px;
		line-height: 24px;
		padding: 8px 20px;
	}
	
/* Impact
------------------------------------------- */

	ul.impact-figures {
		list-style: none;
		margin: 30px 0 0;
		padding: 0;
	}
	
	ul.impact-figures li {
		display: inline-block;
		width: 230px;
		vertical-align: top;
		font-weight: 500;
		margin: 0 10px;
		padding: 0;
	}
	
	ul.impact-figures li span.figure {
		background-color: #F49836;
		width: 230px;
		height: 230px;
		display: block;
		border-radius: 50%;
		margin-bottom: 20px;
		position: relative;
	}
	
	ul.impact-figures li:nth-child(2n) span.figure {
		margin-top: 115px;
	}
	
	ul.impact-figures li span.figure span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
		font-size: 56px;
		line-height: 56px;
		color: #FFFFFF;
	}
	
	ul.impact-figures li p {
		font-size: 24px;
		line-height: 30px;
		color: #FFFFFF;
		margin: 0;
	}

/* Contact
------------------------------------------- */

	section ul.social-contact {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	section ul.social-contact li {
		display: inline-block;
		margin: 0 10px 0 0;
		padding: 0;
	}
	
	section ul.social-contact li svg {
		fill: #0DA4CD;
		width: 30px;
		height: 30px;
	}

/* Events
------------------------------------------- */
	
	#calendar {
		margin-top: 20px;
	}

	#calendar table {
		margin: 0;
	}

	#calendar .fc-toolbar h2 {
		font-size: 32px;
	}

	#calendar table thead tr td table thead tr th {
		background-color: #EEEEEE;
		padding: 10px;
		font-weight: 500;
	}

	#calendar .fc-state-default {
		background-image: none;
		box-shadow: none;
		border-radius: 0 !important;
		border-color: rgba(0, 0, 0, 0.1);
		text-shadow: none;
	}

	#calendar .fc-basic-view .fc-day-number,
	#calendar .fc-basic-view .fc-week-number {
		padding: 10px;
	}

	#calendar .fc-event {
		background-color: #243878;
		border-color: #243878;
		border-radius: 0;
		font-size: 18px;
		padding: 5px;
		margin: 0 10px 5px;
		font-weight: 200;
	}

	#calendar .fc-event .fc-content {
		white-space: normal;
	}

/* Media Queries
------------------------------------------- */

/* Small only */
@media screen and (max-width: 39.9375em) {
	
	body {
		line-height: 26px;
		font-size: 20px;
	}
	
	h1 { font-size: 34px; line-height: 40px; margin: 10px 0 30px; }
	h2 { font-size: 30px; line-height: 38px; margin: 25px 0 20px; }
	h3 { font-size: 28px; line-height: 34px; margin: 20px 0 10px; }
	h4 { font-size: 22px; line-height: 28px; }
	h5 { font-size: 20px; line-height: 26px; }
	h6 { font-size: 14px; line-height: 18px; }
	
	section {
		padding: 40px 0;
	}
	
	section.page-header,
	section.image-header {
		padding-top: 40px;
	}
	
	section section.service-grid {
		padding: 0;
	}
	
	header .nav-control {
		padding: 10px;
	}
	
	header .nav-control span.text {
		font-size: 18px;
		margin-right: 10px;
	}
	
	header #mobile_nav span {
		height: 2px;
	}
	
	#primary ul li {
		font-size: 18px;
		line-height: 18px;
	}
	
	ul.circles li {
		width: 40px;
		height: 40px;
	}
	
	.links-list {
		margin: 40px 0;
	}
	
	.links-list .row {
		margin-bottom: 2rem;
	}
	
	.links-list .links-list-circle,
	section.service-grid .service-grid-item {
		width: 165px;
		height: 165px;
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	
	.links-list .links-list-description {
		position: static;
		transform: none;
	}
	
	section.service-grid .service-grid-item {
		margin: 0 auto 2rem;
	}
	
	section.service-grid .service-grid-item .service-grid-item-inner h3 {
		font-size: 20px;
		line-height: 26px;
	}
	
	footer {
		padding: 40px 0 20px;
	}
	
	footer p {
		line-height: 24px;
		font-size: 18px;
	}
	
	footer p.heading-font {
		font-size: 22px;
		line-height: 28px;
	}
	
	footer p.heading-font.heading-font-links {
		margin-top: 30px;
	}
	
	footer .footer-logo {
		max-width: 75%;
		margin: 40px 0;
	}
	
	footer ul.credits {
		margin: 0;
	}
	
	footer ul.credits li {
		line-height: 24px;
		font-size: 18px;
		display: block;
		border: none;
		padding: 0;
		margin-bottom: 10px;
	}
	
	.tabs ul.tabs-control li {
		width: auto;
	}
	
	section ul.social-contact {
		margin-bottom: 40px;
	}
	
	#calendar-mobile .fc-toolbar h2 {
		font-size: 26px;
		line-height: 34px;
		margin: 20px 0 0;
	}
	
	#calendar-mobile .fc-state-default {
		background-image: none;
		box-shadow: none;
		border-radius: 0 !important;
		border-color: rgba(0, 0, 0, 0.1);
		text-shadow: none;
	}
	
	.event h3 {
		font-size: 24px;
		line-height: 30px;
	}
	
	body.home section#section-anchor-1 {
		padding-bottom: 0;
	}
	
	h2:first-child.intro {
		margin-top: 30px;
	}
	
	header .google-translate-holder {
		clear: both;
		margin: 5px 0 0;
		overflow: hidden;
	}
	
}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
	section {
		padding: 60px 0;
	}
	
	.links-list {
		margin: 40px 0;
	}
	
	section.service-grid .service-grid-item {
		width: 175px;
		height: 175px;
		margin: 0 auto;
	}
	
	section.service-grid .service-grid-item .service-grid-item-inner h3 {
		font-size: 22px;
		line-height: 28px;
	}
	
	h2:first-child.intro {
		margin-top: 15px;
	}
	
	header .google-translate-holder {
		clear: both;
		margin: 10px 0 0;
	}
	
}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}