/*
Scaffolding breakpoints:

lg: 1500px
md: 1200px
sm: 992px
xs: 768px
xxs: 500px (limited support)
*/

/* -------------- Common styles -------------- */
body {
	font-family: Sintony;
	font-size: 14px;
	color: #313030;
}

blockquote {
	font-size: 14px;
	margin: 0px;
	border: 0px;
}

blockquote footer {
	font-size: 14px;
	margin: 0px;
	border: 0px;
}

@media (min-width: 1500px) {
	.pad-sides-lg {
		padding-left: 130px;
		padding-right: 130px;
	}
}

.column-img {
	margin-bottom: 30px;
	max-width: 100%;
}

/* -------------- Page top (logo, navigation) -------------- */
.apila-logo-wrapper {
	max-width: 241px;
	height: 50px;
	margin-top: 36px;
	margin-bottom: 15px;
}

.apila-media-logo {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

@media (min-width: 500px) {
	.apila-logo-wrapper {
		margin-bottom: 36px;
	}
}

.navbar {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

@media (min-width: 500px) {
	.navbar {
		margin-top: 30px;
		margin-bottom: 30px;
		margin-left: 0px;
		margin-right: 0px;
	}
}

.nav {
	border: none;
}

.nav a {
	background: none !important;
	font-weight: bold;
}

.navbar-header {
	font-weight: bold;
	padding: 15px;
}

.nav a,
.navbar-header
{
	font-size: 1.1em;
}

.navbar-collapse {
	z-index: 10;
	width: 100%;
	position: absolute;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.navbar-collapse,
.navbar-header
{
	background: rgba(202, 243, 213, 0.98);
}

.navbar-header,
.navbar-collapse a {
	color: #565851 !important;
	text-decoration: none !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.navbar-collapse a:hover {
	background: rgba(0, 0, 0, 0.05) !important;
}

@media (min-width: 992px) {

	.navbar-header,
	.navbar-collapse a
	{
		color: #31322e !important;
		font-size: 1.3em;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.navbar-collapse li {
		padding-left: 5px;
		padding-right: 5px;
	}

	.navbar-collapse {
		position: relative;
		border-top: none;
	}

	.navbar-header,
	.navbar-collapse,
	.navbar-collapse a:hover
	{
		background: none;
	}

}

.navbar-nav .active  {
	display: none;
}

/* Alternative indicator (only cover the text width-wise) */
.navbar-nav .active a.alt-indicator-link {
	border-bottom: none !important;
}

.navbar-nav .active a.alt-indicator-link .alt-indicator-outer {
	position: relative;
	padding-bottom: 15px;
}

.navbar-nav .active a.alt-indicator-link .alt-indicator-inner {
	display: none;
}

@media (min-width: 992px) {

	.navbar-nav .active a {
		border-bottom: 2px solid #73b943;
	}

	.navbar-nav .active {
		display: block;
	}

	.navbar-nav .active a.alt-indicator-link .alt-indicator-inner {
		display: inline;
		position: absolute;
		bottom: 0px;
		width: 100%;
		border-bottom: 2px solid #73b943;
	}

}

.navbar-header,
.navbar-header:hover,
.navbar-header:active,
.navbar-header:focus
 {
	cursor: pointer;
}

.navbar-header .toggle-icon {
	float:right;
}

.navbar-header .expand-icon {
	display: none;
}

.navbar-header.collapsed .expand-icon {
	display: inline-block;
}

.navbar-header .collapse-icon {
	display: inline-block;
}

.navbar-header.collapsed .collapse-icon {
	display: none;
}

/* -------------- Page footer -------------- */
.page-footer {
	background-color: #464d51;
	padding-top: 40px;
	padding-bottom: 40px;
}

.apila-media-logo-footer  {
	image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
}

.footer-company-info {
	font-size: 1em;
	color: #ffffff;
	margin-top: 15px;
}

.footer-mail-col {
	text-align: center;
}

.page-footer .email-icon {
	max-width: 100%;
}

.page-footer .email-icon:hover {

}

.footer-contact-col {
	margin-top: 45px;
}

.contact-us-text {
	font-weight: bold;
	color: #ffffff;
	font-size: 1.5em;
}

.footer-form-wrapper {
	margin-top: 20px;
}

.footer-form-input {
	font-size: 1.1em;
	height: 50px;
	display: inline;
	margin-bottom: 15px;
	vertical-align: middle;
	border-radius: 3px;
}

input.footer-form-input {
	max-width: 20em;
	margin-right: 15px;
}

button.footer-form-input {
	max-width: 9em;
}

@media (min-width: 992px) {

	.footer-mail-col {
		padding-right: 30px;
		padding-left: 30px;
		text-align: right;
	}

	.footer-contact-col {
		border-left: 2px solid #d5d5d5;
		padding-right: 30px;
		padding-left: 30px;
		margin-top: 0px;
	}

}

@media (min-width: 1200px) {
	.contact-us-text {
		font-size: 1.8em;
	}
}

/* -------------- Cookie notification -------------- */
.cookie-notification {
	position: fixed;
	bottom: 0px;
	z-index: 5000;
	margin: 0px;
}

.cookie-notification a.more-info {
	text-decoration: underline;
}

.cookie-notification .cookie-msg-box  {
	text-align: center;
	font-size: 0.95em;
	margin: 0px;
	border-radius: 0px;
	height: auto;
	padding: 15px;
	background: #d5f1f6;
}

@media (min-width: 992px) {

	.cookie-notification .cookie-msg-box {
		position:absolute;
		width: 500px !important;
		right: 15px;
		bottom: 15px;
		border-radius: .4em;
	}

	.cookie-notification .cookie-msg-box:after {
		content: '';
		position: absolute;
		bottom: 0;
		right: 30px;
		width: 0;
		height: 0;
		border: 12px solid transparent;
		border-top-color: #d5f1f6;
		border-bottom: 0;
		margin-left: -12px;
		margin-bottom: -12px;
	}

	.cookie-notification .cookie-msg-box {

	}

}

/* -------------- Page contents -------------- */
.page-content {
	padding-bottom: 80px;
}

.img-overlay-wrapper {
	position: relative;
}

.img-overlay {
	background: rgba(0, 0, 0, 0.33);
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.overlay-text-container {
	position: relative;
	height: 100%;
	width: 100%;
}

.overlay-text-wrapper {
	position: relative;
	height: auto;
}

.overlay-text {
	color: #ffffff;
	width: 100%;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
}

@media (min-width: 300px) {
	.overlay-text {
		font-size: 1.8em;
	}
}

@media (min-width: 500px) {
	.overlay-text {
		font-size: 2em;
	}
}

@media (min-width: 992px) {
	.overlay-text {
		padding-left: 30px;
		padding-right: 30px;
		font-size: 2.3em;
	}
}

@media (min-width: 1200px) {
	.overlay-text {
		padding-left: 60px;
		padding-right: 60px;
		font-size: 2.6em;
	}
}


@media (min-width: 1500px) {
	.overlay-text {
		padding-left: 130px;
		padding-right: 130px;
		font-size: 2.8em;
	}
}

.btn-bigger {
	padding: 12px 30px 12px 30px;
	border-radius: 3px;
	font-size: 1.3em;
	text-align: center;
}

.btn-green {
	background-color: #7ec333;
	color: #FFFFFF;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active
{
	background-color: #699E2A;
	color: #FFFFFF;
}


/* -------------- Front page -------------- */
.front-page .quote-section,
.front-page .paragraph-section,
.front-page .recognitions-section
{
	margin-top: 80px;
}

.front-page .top-img-section {
	height: 300px;
	background-image: url('/img/top-alueen-taustamainoskuva.jpg');
	background-position: center top;
}

.front-page .overlay-text-container {
	display: table;
}

.front-page .overlay-text-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.front-page .overlay-text {
	text-align: center;
}

@media (min-width: 500px) {
	.front-page .img-overlay {
		height: auto;
	}
}

@media (min-width: 1500px) {
	.front-page .overlay-text {
		font-size: 2.6em;
	}
}

@media (min-width: 992px) {

	.services-page .overlay-text-container,
	.services-page .overlay-text-wrapper
	{
		display: block;
	}

	.front-page .top-img-section {
		height: 540px;
	}
}

.front-page .paragraph-col {
	margin-bottom: 60px;
}

.front-page .paragraph-cols div:last-child {
	margin-bottom: 0px;
}

@media (min-width: 992px) {
	.front-page .paragraph-col {
		margin-bottom: 0px;
	}
}

.front-page .paragraph-head {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2;
	color: #313030;
	margin-top: 0px;
	margin-bottom: 40px;
}

.front-page .paragraph-section p {
	font-size: 1.15em;
	line-height: 1.6;
	color: #313030;
	margin-bottom: 30px;
}

.front-page .carousel-control {
	/*background-image: none !important;*/
}

.front-page .carousel .carousel-indicators li {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #6eb7be;
}

.front-page .carousel-inner  {
	background-image: url('/img/slider-referenssikuva.jpg');
}

.front-page .carousel-inner .item {
	height: 360px;
	background-position: center top;
}

.front-page .carousel-inner .quote a {
	color: #3254b6;
}

.front-page .carousel-inner .quote a:hover,
.front-page .carousel-inner .quote a:active,
.front-page .carousel-inner .quote a:focus
{
	color: #26408c;
}

.front-page .quote-box {
	position: absolute;
	background: rgba(255, 255, 255, 0.9);
	font-weight: bold;
	padding: 30px;
	max-width: 450px;
	top: 0%;
	height: 80%;
}

.front-page .quote-outer {
	display: table;
	height: 100%;
}

.front-page .quote-inner {
	display: table-cell;
	vertical-align: middle;
}

.front-page .quote {
	color: #313030;
	line-height: 1.27;
	font-size: 1.2em;
	margin: 0px;
}

.front-page .quotee {
	color: #313030;
	margin-top: 15px;
	line-height: 1.63;
	font-size: 1em;
}

.front-page .carousel-indicators {
	bottom: 0px;
	user-select: none;
}

.front-page .carousel-indicators li {
	background-color: rgba(255, 255, 255, 0.2);
}

.front-page .carousel-indicators li.active {
	background-color: #FFFFFF;
}


@media (min-width: 500px) {
	.front-page .quote-box {
		top: 20%;
		height: auto;
	}
}

@media (min-width: 992px) {

	.front-page .quote {
		font-size: 1.3em;
	}

	.front-page .quotee {
		margin-top: 20px;
		font-size: 1.1em;
	}

	.front-page .quote-box {
		max-width: 50%;
	}

}

@media (min-width: 1200px) {

	.front-page .quote {
		font-size: 1.4em;
	}

	.front-page .quotee {
		margin-top: 25px;
		font-size: 1.15em;
	}

	.front-page .quote-box {
		max-width: 45%;
	}

}

@media (min-width: 1500px) {

	.front-page .quote {
		font-size: 1.5em;
	}

	.front-page .quotee {
		margin-top: 30px;
		font-size: 1.2em;
	}

}

@media (min-width: 500px) {
	.front-page .recognition-badges {
		padding-left: 75px;
		padding-right: 75px;
	}
}

@media (min-width: 992px) {
	.front-page .recognition-badges {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.front-page .recognition-badge-outer {
	height: 100px;
	display: table;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.front-page .recognition-badge-inner {
	display: table-cell;
	vertical-align: middle;
}

/* .img-responsive is not working properly on IE */
body.ie .front-page .recognition-badge {
	max-width: 200px;
}

.front-page .call-to-action-text {
	font-size: 1.2em;
	line-height: 1.63;
	text-align: center;
	color: #313030;
	margin-top: 30px;
}

@media (min-width: 992px) {
	.front-page .call-to-action-text {
		margin-top: 0px;
	}
}

.front-page .call-to-action-link-wrapper {
	margin-top: 13px;
	text-align: center;
}

.front-page .call-to-action-link {
	font-size: 1.9em;
	font-weight: bold;
	line-height: 0.88;
	color: #2b66ab;
}

.front-page .call-to-action-link,
.front-page .call-to-action-link-wrapper .fb-link {
	display: inline-block;
	margin-bottom: 10px;
}

.front-page .call-to-action-link-wrapper .fb-link {
	margin-left: 10px;
	margin-right: 10px;
}

.front-page .call-to-action-link-wrapper .fb-link-img {
	display: inline;
	max-width: 40px;
}

.front-page .call-to-action-link,
.front-page .call-to-action-link-wrapper .fb-link,
.front-page .call-to-action-link-wrapper .fb-link-img
{
	vertical-align: middle;
}

.front-page .call-to-action-link:hover,
.front-page .call-to-action-link:active,
.front-page .call-to-action-link:focus
 {
	color: #24558e;
	text-decoration: underline;
}

/* -------------- Services page -------------- */
.services-page .top-img-section {
	height: 200px;
	background-image: url('/img/top-kuva.jpg');
	background-position: center top;
}

.services-page .overlay-text-container {
	display: table;
}

.services-page .overlay-text-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.services-page .overlay-text {
	text-align: center;
}

@media (min-width: 992px) {

	.services-page .overlay-text-container,
	.services-page .overlay-text-wrapper
	{
		display: block;
	}

	.services-page .top-img-section {
		height: 260px;
	}

	.services-page .overlay-text-wrapper {
		position: absolute;
		bottom: 0px;
	}

	.services-page .overlay-text {
		text-align: left;
	}

}

.services-page .partner-section,
.services-page .quote-section,
.services-page .details-section,
.services-page .table-section,
.services-page .end-section
 {
	margin-top: 80px;
}

.services-page h2 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.18;
	color: #313030;
	margin-top: 0px;
	margin-bottom: 30px;
}

.services-page h3 {
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.18;
	color: #313030;
	margin-bottom: 15px;
	margin-top: 0px;
}

.services-page p {
	font-size: 1.15em;
	line-height: 1.63;
	color: #313030;
	margin-top: 0px;
	margin-bottom: 30px;
}

.services-page .google-partner-logo {
	width: 400px;
}

@media (min-width: 992px) {
	.services-page .google-partner-logo {
		width: auto;
	}
}

.services-page .quote-box {
	padding: 30px;
	font-weight: bold;
}

.services-page .quote {
	color: #313030;
	line-height: 1.27;
	font-size: 1.2em;
	margin: 0px;
}

.services-page .quotee {
	color: #313030;
	margin-top: 15px;
	line-height: 1.63;
	font-size: 1em;
}

@media (min-width: 992px) {

	.services-page .quote {
		font-size: 1.3em;
	}

	.services-page .quotee {
		margin-top: 20px;
		font-size: 1.1em;
	}

}

@media (min-width: 1200px) {

	.services-page .quote {
		font-size: 1.4em;
	}

	.services-page .quotee {
		margin-top: 25px;
		font-size: 1.15em;
	}

}

@media (min-width: 1500px) {

	.services-page .quote {
		font-size: 1.5em;
	}

	.services-page .quotee {
		margin-top: 30px;
		font-size: 1.2em;
	}

}

.services-page .quote-section .quote-box {
	border-top: 1px solid #b2dbed;
	border-bottom: 1px solid #b2dbed;
}

.services-page .adwords-table-wrapper {
	margin-top: 15px;
}

@media (min-width: 992px) {
	.services-page .adwords-table-wrapper {
		margin-top: 0px;
	}
}

.services-page .table-section table {
	border: 1px solid #ddd;
	margin-bottom: 0px;
}

.services-page .details-section p a {
	color: #313030;
	text-decoration: underline;
}

.services-page .details-section p a:hover,
.services-page .details-section p a:active,
.services-page .details-section p a:focus {
	color: #6F6F6F;
}

.services-page .table-section table th,
.services-page .table-section table td
{
	font-size: 0.9em;
	padding: 16px 20px 16px 20px;
	vertical-align: middle;
	word-break: break-word;
}

.services-page .table-section table td {
	text-align: center;
	width: 200px;
}

.services-page .table-section table th {
	font-weight: bold;
	text-align: left;
}

.services-page .table-section table .dropdown:hover,
.services-page .table-section table .dropdown:active,
.services-page .table-section table .dropdown:focus
 {
	cursor: pointer;
}

.services-page .table-section table .dropdown button {
	border-radius: 3px;
}

@media (min-width: 500px) {
	.services-page .table-section table .dropdown ul {
		width: 100%;
		text-align: center;
	}
}

.services-page .table-section table input {
	text-align: center;
}

.services-page .table-section table .has-feedback input,
.services-page .table-section table .has-feedback button
{
	padding-right: 24px;
}

@media (min-width: 500px) {
	.services-page .table-section table .has-feedback input,
	.services-page .table-section table .has-feedback button
	{
		padding-left: 24px;
	}
}

.services-page .table-section table .daily-fee-wrapper {
	margin-right: 0.4em;
}

.services-page .table-section .contract-note {
	font-size: 0.8em;
	line-height: 2.36;
	color: #313030;
	margin-top: 10px;
}

.services-page .contact-btn-wrapper {
	margin-top: 30px;
}

.services-page .end-section .contact-link {
	color: #313030;
	text-decoration: underline;
	font-weight: bold;
}

.services-page .end-section .contact-link:hover,
.services-page .end-section .contact-link:focus,
.services-page .end-section .contact-link:active
{
	cursor: pointer;
	color: #6F6F6F;
}

.services-page .end-section .end-quotes {
	margin-top: 50px;
}

@media (min-width: 992px) {
	.services-page .end-section .end-quotes {
		margin-top: 0px;
	}
}

.services-page .end-section .end-quotes .quote-box:first-child {
	padding-top: 45px;
	border-top: 1px solid #b2dbed;
}

.services-page .end-section .end-quotes .quote-box:last-child {
	border-bottom: 1px solid #b2dbed;
	padding-bottom: 45px;
}

/* -------------- Consulting page -------------- */
.consulting-page .top-img-section {
	height: 200px;
	background-image: url('/img/konsultointi-top-kuva.jpg');
	background-position: center top;
}


.consulting-page .overlay-text-container {
	display: table;
}

.consulting-page .overlay-text-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.consulting-page .overlay-text {
	text-align: center;
}

@media (min-width: 992px) {

	.consulting-page .overlay-text-container,
	.consulting-page .overlay-text-wrapper
	{
		display: block;
	}

	.consulting-page .top-img-section {
		height: 260px;
	}

	.consulting-page .overlay-text-wrapper {
		position: absolute;
		bottom: 0px;
	}

	.consulting-page .overlay-text {
		text-align: left;
	}

}

@media (min-width: 1500px) {
	.consulting-page .overlay-text {
		font-size: 2.8em;
	}
}

.consulting-page .content-section {
	margin-top: 80px;
}

.consulting-page h2 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.18;
	color: #313030;
	margin-top: 0px;
	margin-bottom: 30px;
}

.consulting-page p
 {
	font-size: 1.15em;
	line-height: 1.63;
	color: #313030;
	margin-top: 0px;
	margin-bottom: 30px;
}

.consulting-page .assignment-list-wrapper {
	font-size: 1.15em;
	line-height: 1.63;
	color: #313030;
	margin-bottom: 30px;
}

.consulting-page .assignment-list-wrapper .bullet-list-head {
	margin-bottom: 15px;
	font-weight: bold;
}

.consulting-page a.read-more-adwords {
	/*text-decoration: underline;*/
}

.consulting-page .btn-links a {
	margin-bottom: 10px;
}

.consulting-page .btn-links a:first-of-type {
	margin-right: 10px;
}

/* -------------- Company page -------------- */
.company-page .upper-top-img-section {
	height: 260px;
	background-image: url('/img/yritys-top-kuva.jpg');
	background-position: center top;
}

.company-page .lower-top-img-section {
	height: 260px;
	background-image: url('/img/yritys-bottom-kuva.jpg');
	background-position: center top;
}

.company-page .overlay-text-container {
	display: table;
}

.company-page .overlay-text-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.company-page .overlay-text {
	text-align: center;
}

@media (min-width: 992px) {

	.company-page .overlay-text-container,
	.company-page .overlay-text-wrapper
	{
		display: block;
	}

	.company-page .overlay-text-wrapper {
		position: absolute;
		bottom: 0px;
	}

	.company-page .upper-top-img-section .overlay-text {
		text-align: left;
	}

	.company-page .lower-top-img-section .overlay-text {
		text-align: right;
	}

}

.company-page .content-section {
	margin-top: 80px;
}

.company-page .content-section h2 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.18;
	color: #313030;
	margin-top: 0px;
	margin-bottom: 30px;
}

.company-page .content-section p {
	font-size: 1.15em;
	line-height: 1.63;
	color: #313030;
	margin-top: 0px;
	margin-bottom: 30px;
}

@media (min-width: 300px) {
	.company-page .overlay-text {
		font-size: 2em;
	}
}

@media (min-width: 500px) {
	.company-page .overlay-text {
		font-size: 2.5em;
	}
}

@media (min-width: 992px) {
	.company-page .overlay-text {
		font-size: 2.8em;
	}
}

.company-page .text-section {
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 0px;
	padding-right: 0px;
	background: #ffffff;
	color: #313030;
	font-size: 1.15em;
	line-height: 1.63;
	text-align: center;
}

@media (min-width: 992px) {
	.company-page .text-section {
		padding-left: 160px;
		padding-right: 160px;
	}
}

@media (min-width: 1200px) {
	.company-page .text-section {
		padding-left: 320px;
		padding-right: 320px;
	}
}

.company-page .text-section p {
	margin-top: 30px;
	margin-bottom: 0px;
}

.company-page .text-section p:first-child {
	margin-top: 0px;
}

.company-page .text-section .contact-btn {
	margin-top: 45px;
}

.company-page .bottom-section {
	margin-top: 60px;
}

.company-page .bottom-section p {
	font-size: 0.95em;
	line-height: 1.54;
	color: #313030;
	margin-top: 30px;
	text-align: center;
}

@media (min-width: 992px) {
	.company-page .bottom-section p {
		margin-top: 0px;
		text-align: left;
	}
}

@media (min-width: 500px) {
	.company-page .recognition-badges {
		padding-left: 75px;
		padding-right: 75px;
	}
}

@media (min-width: 992px) {
	.company-page .recognition-badges {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.company-page .recognition-badge-outer {
	height: 100px;
	display: table;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.company-page .recognition-badge-inner {
	display: table-cell;
	vertical-align: middle;
}

/* .img-responsive is not working properly on IE */
body.ie .company-page .recognition-badge {
	max-width: 200px;
}

/* -------------- Contact page -------------- */
.contact-page .top-img-section {
	height: 200px;
	background-image: url('/img/top-yhteys-kuva.jpg');
	background-position: center top;
}

.contact-page .overlay-text-container {
	display: table;
}

.contact-page .overlay-text-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.contact-page .overlay-text {
	text-align: center;
}

.contact-page .overlay-text {
	font-size: 2em;
}

@media (min-width: 500px) {
	.contact-page .overlay-text {
		font-size: 2.5em;
	}
}

@media (min-width: 992px) {
	.contact-page .overlay-text {
		font-size: 2.8em;
	}
}

@media (min-width: 992px) {

	.contact-page .overlay-text-container,
	.contact-page .overlay-text-wrapper
	{
		display: block;
	}

	.contact-page .top-img-section {
		height: 260px;
	}

	.contact-page .overlay-text-wrapper {
		position: absolute;
		bottom: 0px;
	}

	.contact-page .overlay-text {
		text-align: left;
	}

}

.contact-page .form-section {
	margin-top: 80px;
}

.contact-page .contact-form-col {
	margin-top: 60px;
}

@media (min-width: 992px) {
	.contact-page .contact-form-col {
		margin-top: 0px;
	}
}

.contact-page .contact-info,
.contact-page .contact-form-wrapper
{
	margin-top: 30px;
}

.contact-page h2 {
	font-size: 1.6em;
	color: #313030;
	font-weight: bold;
	margin: 0px;
}

.contact-page .contact-info {
	font-size: 1.15em;
	line-height: 1.63;
	color: #313030;
}

.contact-page .contact-info .contact-link {
	color: #313030;
}

.contact-page .contact-info .contact-link:hover,
.contact-page .contact-info .contact-link:focus,
.contact-page .contact-info .contact-link:active
{
	color: #6F6F6F;
	text-decoration: underline;
}

.contact-page .contact-info-segment {
	margin-top: 30px;
}

.contact-page .contact-info-segment:first-child {
	margin-top: 0px;
}

.contact-page label {
	font-size: 0.95em;
	color: #313030;
	font-weight: bold;
}

.contact-page input,
.contact-page textarea
{
	border-radius: 0px;
}

.contact-page textarea {
	resize: vertical;
	min-height: 130px;
}

.contact-page .submit-btn-wrapper {
	margin-top: 30px;
}

.contact-page .form-alert {
	margin-top: 30px;
}

.contact-page .form-alert .error {
	margin-top: 0.5em;
}

.contact-page .form-alert .error:first-child {
	margin-top: 0px;
}

/* -------------- Page not found (404) -------------- */

.page-not-found .msg-section {
	text-align: center;
	font-size: 1.5em;
	padding-top: 200px;
	padding-bottom: 200px;
}

@media (min-width: 992px) {
	.page-not-found .msg-section {
		font-size: 1.8em;
	}
}

.privacy-page h1 {
	font-size: 1.5em;
	font-weight: bold;
}

.privacy-page h2 {
	font-size: 1.2em;
	font-weight: bold;
}

.privacy-page h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
}

.services-page ol {
    padding-left: 15px;
}

.services-page ol > li {
    padding-left: 5px;
}
