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

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

	body {
		background-color: #FFFFFF;
		font-family: "Be Vietnam Pro", Arial, Helvetica, Sans-serif;
		font-size: 18px;
		line-height: 26px;
		color: #222222;
		font-weight: 300;
	}

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

	h1, h2, h3, h4, h5, h6 {
		font-family: "Nunito", sans-serif;
		font-weight: 700;
		margin: 0 0 20px; }
	h1 { font-size: 44px; line-height: 52px; margin: 20px 0 30px; }
	h2 { font-size: 34px; line-height: 44px; margin: 40px 0 20px; }
	h3 { font-size: 26px; line-height: 32px; margin: 30px 0 20px; }
	h4 { font-size: 20px; line-height: 24px; }
	h5 { font-size: 16px; line-height: 20px; }
	h6 { font-size: 14px; line-height: 18px; }
	
	p { margin: 0 0 20px; font-weight: 300; }
	p.small { color: #666666; font-size: 16px; line-height: 21px; }
	p.medium { font-size: 24px; line-height: 30px; }
	p.large { font-weight: 300; font-size: 36px; line-height: 46px; }
	p.larger { font-weight: 900; font-size: 36px; line-height: 46px; }
	p img { margin: 0; }

	em { font-style: italic; }
	strong { font-weight: 700; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote { margin: 40px 0; padding: 5px 40px 5px 45px; position: relative; }
	blockquote::before { content: ""; position: absolute; top: 8px; left: 0; background: url('images/quote.svg') no-repeat; background-size: 30px auto; width: 30px; height: 30px; display: block; }
	blockquote::after { content: ""; position: absolute; top: 8px; right: 0; background: url('images/quote-close.svg') no-repeat; background-size: 30px auto; width: 30px; height: 30px; display: block; }
	blockquote p { line-height: 30px; font-size: 20px; font-style: italic; color: #222222; margin-bottom: 10px; }
	blockquote p.quote-name { font-size: 16px; line-height: 24px; font-style: normal; color: #777777; }
	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-0 { margin-bottom: 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-0 { margin-top: 0; }
	.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 {
		display: inline-block;
		background-color: #EC6906;
		padding: 12px 24px;
		text-decoration: none;
		font-weight: 600;
		font-size: 18px;
		color: #FFFFFF;
		transition: background .3s ease;
		border-radius: 25px;
		cursor: pointer;
	}
	
	a.btn.btn-sm {
		font-size: 16px;
		padding: 10px 20px;
	}
	
	a.btn.btn-green {
		background-color: #00A770;
	}
	
	form button.btn-white,
	a.btn.btn-white {
		background-color: #FFFFFF;
		color: #EC6906;
	}
	
	a.btn:hover,
	form .frm_submit button:hover {
		background-color: #24282B;
		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;
	}
	
	.page-image-holder {
		box-shadow: -20px -20px #EC6906;
		-webkit-box-shadow: -20px -20px #EC6906;
		-moz-box-shadow: -20px -20px #EC6906;
		margin-left: 40px;
		border-radius: 10px;
		margin-top: 30px;
	}
	
	.page-image-holder.page-image-holder-left {
		margin-left: 0;
		margin-right: 40px;
		margin-top: 30px;
	}
	
	.page-image-holder img {
		border-radius: 10px;
	}
	
	section.bg-orange .page-image-holder {
		box-shadow: -20px -20px #00A770;
		-webkit-box-shadow: -20px -20px #00A770;
		-moz-box-shadow: -20px -20px #00A770;
	}
	
	.page-image-caption {
		padding: 15px 0 0 40px;
		font-style: italic;
		color: #444444;
	}
	
	.page-image-caption.page-image-caption-left {
		padding: 15px 0 0 0;
	}
	
	section.bg-orange .page-image-caption {
		color: #EEEEEE;
	}

/* Table
------------------------------------------- */
	
	table {
		border-collapse: collapse;
		width: 100%;
	}
	
	table tbody tr td {
		border-bottom: 1px solid #DDDDDD;
		padding: 20px 10px;
		vertical-align: top;
	}
	
/* Modal
------------------------------------------- */
	
	.modal {
		position: relative;
		background: #FFF;
		width: auto;
		max-width: 450px;
		margin: 20px auto;
		padding: 20px;
	}
	
	.modal h3 {
		margin-top: 0;
	}
	
/* Card
------------------------------------------- */

	.card {
		-moz-box-shadow: 0 0 5px #DDDDDD;
		-webkit-box-shadow: 0 0 5px #DDDDDD;
		box-shadow: 0 0 5px #DDDDDD;
		background-color: #FFFFFF;
		padding: 20px;
		color: #000000;
		border-radius: 10px;
		margin-bottom: 2rem;
	}
	
	.card.card-icons {
		text-align: center;
	}
	
	section.bg-green .card {
		box-shadow: none;
	}
	
	.card img {
		margin-bottom: 20px;
		display: block;
		border-radius: 10px;
	}
	
	.card.card-icons img {
		border-radius: 0;
		height: 50px;
		margin: 0 auto 20px;
	}
	
	.card h3 {
		margin: 0 0 15px;
	}
	
	.card p {
		line-height: 24px;
		font-size: 16px;
	}
	
	.card p:last-child {
		margin: 0;
	}
	
/* Card Carousel
------------------------------------------- */
	
	.owl-carousel.owl-carousel-opportunities  .owl-nav button.owl-prev,
	.owl-carousel.owl-carousel-opportunities  .owl-nav button.owl-next {
		position: absolute;
		top: 50%;
		margin-top: -23px;
		width: 35px;
	}
	
	.owl-carousel.owl-carousel-opportunities  .owl-nav button.owl-prev span,
	.owl-carousel.owl-carousel-opportunities  .owl-nav button.owl-next span {
		width: 15px;
		height: 28px;
		display: block;
		margin: 0 auto;
		text-indent: -9999px;
	}
	
	.owl-carousel.owl-carousel-opportunities .owl-nav button.owl-prev {
		left: -40px;
		height: 48px;
	}

	.owl-carousel.owl-carousel-opportunities .owl-nav button.owl-prev span {
		background: url('images/arrow-carousel-left-white.svg') no-repeat;
	}

	.owl-carousel.owl-carousel-opportunities .owl-nav button.owl-next {
		right: -40px;
		height: 48px;
	}

	.owl-carousel.owl-carousel-opportunities .owl-nav button.owl-next span {
		background: url('images/arrow-carousel-right-white.svg') no-repeat;
	}

	.owl-carousel-opportunities .card-carousel {
		background-color: #FFFFFF;
		padding: 20px;
		color: #000000;
		border-radius: 10px;
		margin-bottom: 2rem;
	}

	.owl-carousel-opportunities .card-carousel h3 {
		margin: 0 0 10px;
		color: #000000;
		font-size: 20px;
		line-height: 26px;
	}
	
	.owl-carousel-opportunities .card-carousel h3 a {
		text-decoration: none;
		color: #000000;
	}
	
	.owl-carousel-opportunities .card-carousel h3 a:hover {
		text-decoration: underline;
	}

	.owl-carousel-opportunities .card-carousel p {
		line-height: 24px;
		font-size: 16px;
	}

	.owl-carousel-opportunities .card-carousel p.sub_title {
		color: #3454A1;
		font-weight: 500;
	}

	.owl-carousel-opportunities .card-carousel p:last-child {
		margin: 0;
	}
	
/* Button Card
------------------------------------------- */

	.button-card {
		border: 2px solid #EC6906;
		border-radius: 10px;
		text-align: center;
		transition: all .2s ease-in-out;
	}
	
	.row.button-cards .columns:nth-child(2n) .button-card {
		border: 2px solid #00A770;
	}
	
	.row.button-cards .columns:nth-child(3n) .button-card {
		border: 2px solid #E9435E;
	}
	
	.button-card:hover {
		transform: scale(1.1);
	}
	
	.button-card a {
		display: block;
		padding: 30px 20px;
		text-decoration: none;
	}
	
	.button-card img {
		max-height: 55px;
		width: auto;
	}
	
	.button-card h3 {
		font-size: 36px;
		line-height: 42px;
		margin: 20px 0 0;
		color: #EC6906;
	}
	
	.row.button-cards .columns:nth-child(2n) .button-card h3 {
		color: #00A770;
	}
	
	.row.button-cards .columns:nth-child(3n) .button-card h3 {
		color: #E9435E;
	}
	
	.button-card h3 span {
		display: block;
	}
	
/* Accordion
------------------------------------------- */
	
	.accordion {
		margin-top: 40px;
	}

	.accordion .accordion-title {
		background-color: #D8E0F3;
		padding: 15px 40px 15px 15px;
		margin: 0;
		position: relative;
		color: #222222;
		border-radius: 10px;
		margin-bottom: 1rem;
		font-size: 22px;
		line-height: 28px;
	}

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

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

	.accordion .accordion-title .ui-icon {
		position: absolute;
		right: 15px;
		top: 13px;
		color: #3454A1;
	}

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

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

	.accordion .accordion-content {
		padding: 0 20px 20px 20px;
	}
	
/* Figures
------------------------------------------- */
	
	.figure h3 {
		color: #00A770;
		font-size: 60px;
		line-height: 60px;
		margin: 0 0 20px;
	}
	
	.figure p {
		line-height: 24px;
		font-size: 16px;
	}
	
/* Logos
------------------------------------------- */
	
	ul.logos {
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	ul.logos li {
		list-style: none;
		margin: 10px 20px;
		padding: 0;
		display: inline-block
	}
	
	ul.logos li img {
		max-height: 55px;
	}
	
/* iFrame
------------------------------------------- */
	
	iframe {
		border: none;
		line-height: 1;
		margin: 0;
		max-width: 100%;
	}
	
/* Video
------------------------------------------- */

	.video {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
	}

	.video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/* Forms
------------------------------------------- */
	
	input[type="text"], input[type="email"], input[type="password"], textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 0;
	}
	
	.form-field {
		margin-bottom: 15px;
	}
	
	.form-field label {
		display: block;
		margin-bottom: 7px;
	}
	
	.form-field input {
		width: 100%;
		display: block;
		box-sizing: border-box;
		border: none;
		padding: 10px;
		border-radius: 5px;
		background: rgba(255, 255, 255, 0.8);
	}
	
	.form-field input:focus {
		background-color: #FFFFFF;
	}

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

	section {
		position: relative;
		padding: 60px 0;
	}
	
	section.no-padding {
		padding: 0;
	}
	
	section.bg-orange {
		background-color: #EC6906;
	}
	
	section.bg-green {
		background-color: #00A770;
	}
	
	section.bg-pink {
		background-color: #E9435E;
	}
	
	section.bg-blue {
		background-color: #3454A1;
	}
	
	section.bg-orange,
	section.bg-green,
	section.bg-pink,
	section.bg-blue,
	section.bg-orange a,
	section.bg-green a,
	section.bg-pink a,
	section.bg-blue a,
	section.bg-orange blockquote p,
	section.bg-green blockquote p,
	section.bg-pink blockquote p,
	section.bg-blue blockquote p {
		color: #FFFFFF;
	}
	
	section h1:first-child,
	section h2:first-child {
		margin-top: 0;
	}
	
	section.angle--both-left-right {
		padding: 140px 0;
	}
	
	section.angle--top-left {
		padding: 140px 0 60px;
	}
	
	section.angle--bottom-right {
		padding: 60px 0 140px;
	}
	
	section.bg-blue.bottom-pattern {
		background: #3454A1 url('images/pattern.png') bottom center repeat-x;
		background-size: 200px auto;
		padding-bottom: 170px;
	}

/* Header
------------------------------------------- */
	
	header {
		background-color: #063564;
	}
	
	header #logo {
		margin: 10px 0;
	}
	
/* Navigation
------------------------------------------- */
	
	header nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		float: right;
	}
	
	header nav ul li {
		font-family: "Nunito", sans-serif;
		font-weight: 700;
		float: left;
		margin: 0;
		padding: 0;
		width: 175px;
		height: 100px;
		text-align: center;
		font-size: 20px;
		line-height: 26px;
	}
	
	header nav ul li.nav-volunteers {
		background-color: #EC6906;
	}
	
	header nav ul li.nav-groups {
		background-color: #00A770;
	}
	
	header nav ul li.nav-community {
		background-color: #E9435E;
	}
	
	header nav ul li a {
		text-decoration: none;
		display: block;
		color: #FFFFFF;
		height: 100%;
		position: relative;
	}
	
	header nav ul li a:hover span {
		text-decoration: underline;
		color: #FFFFFF;
	}
	
	header nav ul li a span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	header #menu-control-holder {
		float: right;
		margin-top: 40px;
	}

	header #menu-control {
		width: 30px;
		height: 20px;
		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;
		display: block;
	}

	header #menu-control span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #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 #menu-control span:nth-child(1) {
		top: 0px;
	}

	header #menu-control span:nth-child(2), #menu-control span:nth-child(3) {
		top: 8px;
	}

	header #menu-control span:nth-child(4) {
		top: 16px;
	}

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

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

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

	header #menu-control.open span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}

/* Nav Overlay
------------------------------------------- */
	
	#nav-overlay {
		background-color: #063564;
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
		left: 0;
		bottom: 0;
		display: none;
		z-index: 9999;
	}

	#nav-overlay #menu-close {
		background: url('images/close.svg') no-repeat;
		background-size: 25px auto;
		width: 25px;
		height: 25px;
		cursor: pointer;
		position: absolute;
		top: 80px;
		right: 80px;
	}

	#nav-overlay ul {
		list-style: none;
		margin: 0;
		padding: 60px 0;
	}

	#nav-overlay ul li {
		font-size: 22px;
		line-height: 22px;
	}

	#nav-overlay ul li a {
		text-decoration: none;
		color: #FFFFFF;
		display: block;
		padding: 15px 0;
	}

	#nav-overlay ul li a:hover {
		text-decoration: underline;
		color: #EEEEEE;
	}

/* Footer
------------------------------------------- */
	
	footer {
		background-color: #000000;
		color: #FFFFFF;
		padding: 60px 0;
	}
	
	footer p.footer-title {
		font-family: "Nunito", sans-serif;
		font-weight: 700;
		line-height: 28px;
		font-size: 24px;
	}
	
	footer p a,
	footer p a:hover {
		color: #FFFFFF;
	}
	
	footer ul.social {
		list-style: none;
		margin: 30px 0 30px;
		padding: 0;
	}
	
	footer ul.social li {
		background: url('images/social/x.svg') no-repeat;
		background-size: 40px auto;
		width: 40px;
		height: 40px;
		display: inline-block;
		margin: 0 10px 0 0;
	}
	
	footer ul.social li.facebook {
		background: url('images/social/facebook.svg') no-repeat;
		background-size: 40px auto;
	}
	
	footer ul.social li.bluesky {
		background: url('images/social/bluesky.svg') no-repeat;
		background-size: 40px auto;
	}
	
	footer ul.social li.linkedin {
		background: url('images/social/linkedin.svg') no-repeat;
		background-size: 40px auto;
	}
	
	footer ul.social li a {
		text-indent: -9999px;
		display: block;
		width: 100%;
		height: 100%;
	}
	
	footer .credits {
		padding-top: 40px;
	}
	
	footer .credits p {
		line-height: 19px;
		font-size: 14px;
	}
	
	footer .credits p:last-child {
		margin: 0;
	}

/* Newsletter
------------------------------------------- */

	section.newsletter {
		padding: 0;
	}

	section.newsletter .row {
		background: url('images/newsletter-stripes.svg') bottom -100px right -40px no-repeat;
		background-size: 700px auto;
		padding: 60px 0;
	}

	section.newsletter p.newsletter-title {
		font-family: "Nunito", sans-serif;
		font-weight: 700;
		font-size: 36px;
		line-height: 44px;
	}
	
	section.newsletter form {
		margin-top: 30px;
	}
	
	section.newsletter form .frm_form_field input {
		border: none;
		border-radius: 5px;
	}
	
	section.newsletter form .frm_primary_label,
	section.newsletter form .frm_checkbox label {
		color: #FFFFFF;
	}
	
	section.newsletter form .frm_checkbox label input[type="checkbox"] {
		border: none;
		border-radius: 50% !important;
	}

/* Page
------------------------------------------- */

	.row {
		max-width: 1100px;
	}
	
	.page-title {
		background-color: #3454A1;
	}
	
	.page-title h1 {
		color: #FFFFFF;
		margin: 0;
	}
	
/* Hero
------------------------------------------- */
	
	.hero {
		background: #EEEEEE;
		position: relative;
	}
	
	.hero .hero-overlay {
		background: rgba(0, 0, 0, 0.5);
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 700px;
		padding: 30px;
		z-index: 999;
	}
	
	.hero .hero-overlay h1 {
		color: #FFFFFF;
		margin: 0;
	}
	
/* Home
------------------------------------------- */
	
	.upcoming-events .event {
		margin-bottom: 2rem;
	}
	
	.upcoming-events .event h3 {
		margin-top: 0;
	}
	
	.upcoming-events .event .event-date {
		font-family: "Nunito", sans-serif;
		font-weight: 700;
		background-color: #3454A1;
		text-align: center;
		color: #FFFFFF;
		font-size: 30px;
		line-height: 34px;
		padding: 20px 0;
	}
	
	.upcoming-events .event .event-date span {
		font-size: 20px;
		line-height: 26px;
		display: block;
	}
	
	.news-home-block {
		position: relative;
	}
	
	.news-home-block a {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.news-home-block .news-home-block-overlay {
		background: rgba(0, 0, 0, 0.6);
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		color: #FFFFFF;
		text-align: center;
		padding: 10px;
	}
	
	.news-home-block .news-home-block-overlay h3 {
		margin: 0 0 15px;
		padding: 0 30px;
	}
	
	.news-home-block .news-home-block-overlay a h3 {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	.news-home-block .news-home-block-overlay p {
		margin: 0;
	}
	
	.owl-carousel.owl-carousel-news  .owl-nav button.owl-prev,
	.owl-carousel.owl-carousel-news  .owl-nav button.owl-next {
		position: absolute;
		top: 50%;
		margin-top: -23px;
		width: 35px;
	}
	
	.owl-carousel.owl-carousel-news  .owl-nav button.owl-prev span,
	.owl-carousel.owl-carousel-news  .owl-nav button.owl-next span {
		width: 15px;
		height: 28px;
		display: block;
		margin: 0 auto;
		text-indent: -9999px;
	}
	
	.owl-carousel.owl-carousel-news .owl-nav button.owl-prev {
		left: 10px;
		height: 48px;
	}

	.owl-carousel.owl-carousel-news .owl-nav button.owl-prev span {
		background: url('images/arrow-carousel-left-white.svg') no-repeat;
	}

	.owl-carousel.owl-carousel-news .owl-nav button.owl-next {
		right: 10px;
		height: 48px;
	}

	.owl-carousel.owl-carousel-news .owl-nav button.owl-next span {
		background: url('images/arrow-carousel-right-white.svg') no-repeat;
	}
	
/* Article
------------------------------------------- */

	article {
		background-color: #F2F2F2;
		padding: 20px 20px 65px;
		border-radius: 5px;
		margin-bottom: 2rem;
		position: relative;
	}

	article img {
		margin-bottom: 15px;
		border-radius: 5px;
	}

	article h3 {
		font-size: 22px;
		line-height: 32px;
		margin: 0 0 25px;
	}

	article h3 a {
		text-decoration: none;
	}

	article h3 a:hover {
		text-decoration: underline;
	}

	article p.read-more {
		position: absolute;
		bottom: 20px;
		left: 20px;
		margin: 0;
	}

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

/* Small only */
@media screen and (max-width: 39.9375em) {
	
	body {
		line-height: 24px;
		font-size: 16px;
	}
	
	h1 { font-size: 30px; line-height: 38px; margin: 20px 0 30px; }
	h2 { font-size: 28px; line-height: 36px; margin: 40px 0 20px; }
	h3 { font-size: 22px; line-height: 28px; margin: 30px 0 20px; }
	h4 { font-size: 18px; line-height: 24px; }
	
	a.btn.btn-mobile {
		margin-top: 20px;
	}
	
	section {
		padding: 40px 0;
	}
	
	.page-title {
		padding: 30px 0;
	}
	
	section.angle--both-left-right {
		padding: 60px 0;
	}
	
	section.angle--top-left {
		padding: 60px 0 40px;
	}
	
	section.angle--bottom-right {
		padding: 40px 0 60px;
	}
	
	header {
		position: relative;
	}
	
	header #logo {
		max-width: 45px;
	}
	
	header nav {
		background-color: #E9435E;
		margin: 0 -1rem;
		height: 75px;
	}
	
	header nav ul {
		float: none;
	}
	
	header nav ul li {
		width: 33%;
		font-size: 16px;
		line-height: 22px;
		height: 75px;
	}
	
	header nav ul li a span {
		width: 90%;
	}
	
	header #menu-control-holder {
		position: absolute;
		top: 25px;
		right: 1rem;
		margin: 0;
	}
	
	#nav-overlay ul li {
		line-height: 18px;
		font-size: 18px;
	}
	
	#nav-overlay ul li a {
		padding: 10px 0;
	}
	
	#nav-overlay #menu-close {
		top: 20px;
		right: 20px;
	}
	
	section.newsletter .row {
		background: none;
		padding: 40px 0 20px;
	}
	
	section.newsletter p.newsletter-title {
		font-size: 28px;
		line-height: 36px;
	}
	
	section.newsletter form .frm_primary_label,
	section.newsletter form .frm_checkbox label {
		line-height: 24px;
		font-size: 16px;
	}
	
	.page-image-holder {
		max-width: 75%;
		margin: 30px auto 0;
	}
	
	.accordion .accordion-title,
	footer p.footer-title {
		font-size: 20px;
		line-height: 24px;
	}
	
	footer {
		padding: 40px 0;
	}
	
	footer img {
		max-width: 175px;
	}
	
	.hero .hero-overlay {
		background-color: #063564;
		position: static;
		transform: none;
		padding: 20px;
	}
	
	.hero .hero-overlay h1 {
		font-size: 24px;
		line-height: 32px;
	}
	
	.figure {
		max-width: 250px;
		text-align: center;
		margin: 0 auto;
	}
	
	.button-card {
		margin-bottom: 1rem;
	}
	
	.button-card a {
		padding: 15px;
	}
	
	.button-card img {
		max-height: 30px;
	}
	
	.button-card h3 {
		line-height: 28px;
		font-size: 22px;
	}
	
	.button-card h3 span {
		display: inline;
		margin-left: 10px;
	}
	
	ul.logos li img {
		max-height: 40px;
		margin: 10px;
	}
	
	.owl-carousel .owl-nav {
		display: none;
	}
	
	section.bg-blue.bottom-pattern {
		background-size: 100px auto;
		padding-bottom: 90px;
	}
	
	.page-image-holder.page-image-holder-left {
		max-width: 75%;
		margin: 30px auto;
	}
	
}

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

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
	h1 { font-size: 38px; line-height: 46px; margin: 20px 0 30px; }
	h2 { font-size: 30px; line-height: 36px; margin: 40px 0 20px; }
	h3 { font-size: 24px; line-height: 29px; margin: 30px 0 20px; }
	
	section {
		padding: 50px 0;
	}
	
	.page-title {
		padding: 40px 0;
	}
	
	section.angle--both-left-right {
		padding: 80px 0;
	}
	
	section.angle--top-left {
		padding: 100px 0 50px;
	}
	
	.hero .hero-overlay {
		padding: 20px;
	}
	
	.hero .hero-overlay h1 {
		font-size: 30px;
		line-height: 36px;
	}
	
	.button-card a {
		padding: 20px;
	}
	
	.button-card h3 {
		line-height: 32px;
		font-size: 26px;
	}
	
	.owl-carousel .owl-nav {
		display: none;
	}
	
	section.newsletter .row {
		background-position: bottom -100px right -100px;
		padding: 50px 0;
	}
	
	footer p.footer-title {
		line-height: 28px;
		font-size: 22px;
	}
	
	section.bg-blue.bottom-pattern {
		background-size: 125px auto;
		padding-bottom: 100px;
	}
	
}

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

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