/*
Theme Name: R'n'R Traffic Management
Theme URI: https://www.rnrtraffic.co.uk/
Description: Bespoke Theme built using Bootstrap 3 for R'n'R Traffic Management
Author: Elms Creative
Author URI: https://www.elmscreative.com/
Version: 1.0
*/

/* ==========================================================================
   Elements
   ========================================================================== */

html,
body {
	height: 100%;
}
html {
	overflow: auto;
	background: #fff;
}
body {
	padding: 0;
	font-size: 14px;
	font-family: "Work Sans", Arial, Helvetica, sans-serif;
	color: #202020;
	-webkit-font-smoothing: antialiased;
	background: none;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.2;
	color: #202020;
	text-transform: capitalize;
	font-family: "Work Sans", Arial, Helvetica, sans-serif !important;
	font-weight: 900;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}

hr {
	border-top: #00a2e5 1px solid;
}

p {
	margin: 0 0 1.6em;
	line-height: 1.5;
	font-weight: normal;
}

label {
	margin: 0.5em auto;
	padding: 0;
	font-size: 1em;
	display: block;
	text-align: left;
	clear: both;
}
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
	padding: 1em !important;
	margin: 0 auto 12px;
	color: #202020;
	font-size: 0.95rem !important;
	background: #f2f2f2;
	border: #e9e9e9 1px solid;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: "Work Sans", Arial, Helvetica, sans-serif !important;
}
input[type="checkbox"] {
	margin: 0;
}
input[type="file"] {
	margin: 0;
	width: 100%;
	padding: 10px;
	font-size: 1em;
	color: #2a2a2a;
}
select {
	width: 100%;
	padding: 0.75em;
	color: #202020;
	font-size: 1em;
	font-family: "Work Sans", Arial, Helvetica, sans-serif !important;
	height: auto;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none !important;
	border: #e9e9e9 1px solid;
}
textarea {
	width: 100%;
	min-height: 120px;
	max-height: 120px;
	padding: 10px;
	margin: 0 auto 10px;
	font-size: 1em;
	background: #f2f2f2;
	border: #e9e9e9 1px solid;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: "Work Sans", Arial, Helvetica, sans-serif !important;
}

input[type="submit"],
button {
	width: auto;
	font-size: 0.9rem;
	padding: 0.75em 2em;
	text-decoration: none;
	display: inline-block;
	font-weight: 700;
	color: #fff !important;
	text-align: center;
	background: #00a2e5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: #00a2e5 1px solid;
	-moz-transition: color 0s linear 0s;
	-webkit-transition: color 0s linear 0s;
	-o-transition: color 0s linear 0s;
	transition: color 0s linear 0s;
}
input[type="submit"]:hover,
button:hover {
	color: #fff !important;
	text-decoration: none;
	background: #fff;
	text-decoration: none;
	border: #fff 1px solid;
}
.btn {
	width: auto;
	font-size: 0.9rem;
	padding: 0.75em 2em;
	text-decoration: none;
	display: inline-block;
	font-weight: 700;
	color: #fff !important;
	text-align: center;
	background: #00a2e5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: #00a2e5 1px solid;
	-moz-transition: color 0s linear 0s;
	-webkit-transition: color 0s linear 0s;
	-o-transition: color 0s linear 0s;
	transition: color 0s linear 0s;
}
.btn:hover {
	color: #00a2e5 !important;
	text-decoration: none;
	background: #f2f2f2;
	text-decoration: none;
	border: #f2f2f2 1px solid;
}
.btn-invert {
	width: auto;
	font-size: 0.9rem;
	padding: 0.75em 2em;
	text-decoration: none;
	display: inline-block;
	font-weight: 700;
	color: #fff !important;
	text-align: center;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: #00a2e5 1px solid;
	-moz-transition: color 0s linear 0s;
	-webkit-transition: color 0s linear 0s;
	-o-transition: color 0s linear 0s;
	transition: color 0s linear 0s;
}
.btn-invert:hover {
	color: #00a2e5 !important;
	text-decoration: none;
	background: #fff;
	border: #fff 1px solid;
}
.btn-small {
	font-size: 10px !important;
}

.forminator-ui.forminator-design--flat .forminator-button-submit {
	width: auto !important;
	font-size: 0.9rem !important;
	padding: 0.75em 2em !important;
	margin: 1em auto 0 !important;
	text-decoration: none !important;
	display: block !important;
	font-weight: 700 !important;
	color: #fff !important;
	text-align: center !important;
	background: #00a2e5 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border: #00a2e5 1px solid !important;
	-moz-transition: color 0s linear 0s !important;
	-webkit-transition: color 0s linear 0s !important;
	-o-transition: color 0s linear 0s !important;
	transition: color 0s linear 0s !important;
	-webkit-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
	-moz-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
	box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
}
.forminator-ui.forminator-design--flat .forminator-button-submit:hover {
	color: #00a2e5 !important;
	text-decoration: none !important;
	background: #f2f2f2 !important;
	text-decoration: none !important;
	border: #f2f2f2 1px solid !important;
}

/* ==========================================================================
   Structure
   ========================================================================== */

nav.navbar {
	padding: 2em 0;
	position: relative;
	z-index: 500;
}
nav.navbar .img-logo {
	max-width: 200px;
}
nav.navbar .menu-primary-container {
	display: inline-block;
}
main#content {
	position: relative;
	z-index: 10;
}

section#hero.homepage {
	margin: 0 auto;
	position: relative;
	z-index: 500;
	background: #fff url("img/hero.jpg") bottom center no-repeat;
	background-size: cover;
}
section#hero.homepage .inner {
	padding: 5em 0 14em;
}
section#hero.homepage .inner h1 {
	margin: 0;
	color: #fff;
	font-size: 72px;
	text-align: left;
}
section#hero.homepage .inner h2 {
	margin: 0;
	color: #fff;
	font-size: 60px;
	text-align: left;
}
section#hero {
	margin: 0 auto;
	position: relative;
	z-index: 500;
	background: #fff url("img/hero.jpg") bottom center no-repeat;
	background-size: cover;
}
section#hero .inner {
	padding: 75px 0 165px;
}
section#hero .inner h1 {
	margin: 0;
	color: #fff;
	font-size: 60px;
	text-align: center;
}
section#hero .container {
	position: relative;
	z-index: 5;
}

footer {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #fff url("img/footer-bg.jpg") bottom center no-repeat;
	background-size: cover;
}
footer p {
	font-size: 0.9rem;
	margin: 0 auto;
	color: #fff;
}
footer .img-logo-footer {
	max-width: 220px;
}
footer address {
	margin: 0;
}
footer a:active,
footer a:visited,
footer a:link {
	color: #fff;
}
footer a:hover {
	color: #ccc;
}
footer a[href^="tel"] {
	text-decoration: underline;
}
footer a[href^="tel"]:hover {
	color: #ccc;
}
footer hr {
	width: 100%;
	margin-bottom: 0.5em;
	border-top: #fff 1px solid;
}
footer #sitemap {
	padding: 7em 0 2em;
}
footer .powered {
	padding: 0 0 0.5em;
}

/* ==========================================================================
   Links and Navigation
   ========================================================================== */

a {
	font-weight: 600;
	text-decoration: none;
	-moz-transition: color 0.1s linear 0.1s;
	-webkit-transition: color 0.1s linear 0.1s;
	-o-transition: color 0.1s linear 0.1s;
	transition: color 0.1s linear 0.1s;
}
a:hover {
	text-decoration: none;
}
a:active,
a:visited,
a:link {
	color: #202020;
}
a:hover {
	color: #00a2e5;
}
a[href^="tel"] {
	color: #202020;
	text-decoration: none;
}
a[href^="tel"]:hover {
	color: #00a2e5;
	text-decoration: none;
}

.navbar-toggler {
	position: relative;
	z-index: 35;
}
.navbar-toggler > svg {
	color: #fff;
}
.navbar-dark .navbar-toggler {
	float: right;
	margin: 1em 0.5em;
	color: #fff;
	border-color: transparent;
}

#primary,
#secondary {
	width: auto;
	height: auto;
	margin: 2em 0;
	padding: 0;
	position: relative;
	list-style: none;
	text-align: right;
}
#primary > li,
#secondary > li {
	width: auto;
	height: auto;
	margin: 0 0.25em;
	padding: 0.5em 1em;
	display: inline-block;
}
#primary > li > a,
#secondary > li > a {
	margin: 0;
	padding: 0.5em;
	color: #fff;
	font-size: 1.1rem;
	font-family: "Work Sans", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	border-bottom: transparent 1px solid;
}
#primary > li > a:hover,
#secondary > li > a:hover {
	color: #ccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom: #00a2e5 1px solid;
}
#primary > li.active > a,
#secondary > li.active > a {
	color: #ccc;
	border-bottom: #00a2e5 0px solid;
}
#primary > li:nth-child(6),
#secondary > li:nth-child(6) {
	padding-right: 30px;
	border-left: #00a2e5 1px solid;
}
#primary > li.social.first,
#secondary > li.social.first {
	padding-left: 30px;
}
#primary > li.social,
#secondary > li.social {
	padding: 0;
}
#primary > li.social > a,
#secondary > li.social > a {
	padding: 0 2px;
}

/* ==========================================================================
   Misc
   ========================================================================== */

.section {
	padding: 100px 0;
	position: relative;
	z-index: 5;
}
.section-mini {
	padding: 60px 0;
	position: relative;
	z-index: 5;
}
.section-very-mini {
	padding: 20px 0;
	position: relative;
	z-index: 5;
}

.black-bg {
	background: #202020;
}
.grey-bg {
	background: #efefef;
}
.services-bg {
	padding: 160px 0;
	position: relative;
	z-index: 5;
	background: #efefef url("img/services-bg.jpg") center no-repeat;
	background-size: cover;
}

.fa-circle {
	color: #00a2e5;
}

.download {
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.download h3 {
	color: #fff;
	font-size: 26px;
}
.download p {
	color: #fff;
	font-size: 14px;
}
.download a {
	text-decoration: underline;
}
.download a:hover {
	color: #ccc;
}
.download svg {
	float: left;
	font-size: 3.5rem;
	color: #fff;
	margin-right: 15px;
}

.cta > div {
	margin-right: 1em;
}
.additional {
	margin: -80px auto 0;
	border: #fff 4px solid;
}

.contact-box {
	margin: -130px auto 60px;
	padding: 40px 30px;
	background: #fff;
	-webkit-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.25);
	box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.25);
}

.card.card-service {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.card.card-service {
	background: #fff;
	-webkit-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.25);
	box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.25);
}
.card.card-service h4 {
	font-size: 18px;
}

.services-top-border {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
}
.services-bottom-border {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 0;
}

.socials svg {
	font-size: 1.25rem;
}

/* ==========================================================================
   Cookie Consent
   ========================================================================== */

.cc-window {
	opacity: 1;
	transition: opacity 1s ease;
}
.cc-window.cc-invisible {
	opacity: 0;
}
.cc-animate.cc-revoke {
	transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
	transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
	transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
	transform: translateY(0);
}
.cc-grower {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
	text-decoration: underline;
}
.cc-revoke,
.cc-window {
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
	font-family: Helvetica, Calibri, "Work Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 9999;
}
.cc-window.cc-static {
	position: static;
}
.cc-window.cc-floating {
	padding: 2em;
	max-width: 24em;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cc-window.cc-banner {
	padding: 1em 1.8em;
	width: 100%;
	-ms-flex-direction: row;
	flex-direction: row;
}
.cc-revoke {
	padding: 0.5em;
}
.cc-header {
	font-size: 18px;
	font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
	cursor: pointer;
}
.cc-link {
	opacity: 0.8;
	display: inline-block;
	padding: 0.2em;
}
.cc-link:hover {
	opacity: 1;
}
.cc-link:active,
.cc-link:visited {
	color: initial;
}
.cc-btn {
	display: block;
	padding: 0.4em 0.8em;
	font-size: 0.9em;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap;
}
.cc-banner .cc-btn:last-child {
	min-width: 140px;
}
.cc-highlight .cc-btn:first-child {
	background-color: transparent;
	border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
	background-color: transparent;
	text-decoration: underline;
}
.cc-close {
	display: block;
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	font-size: 1.6em;
	opacity: 0.9;
	line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
	opacity: 1;
}
.cc-revoke.cc-top {
	top: 0;
	left: 3em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
	bottom: 0;
	left: 3em;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
	left: 3em;
	right: unset;
}
.cc-revoke.cc-right {
	right: 3em;
	left: unset;
}
.cc-top {
	top: 1em;
}
.cc-left {
	left: 1em;
}
.cc-right {
	right: 1em;
}
.cc-bottom {
	bottom: 0;
}
.cc-floating > .cc-link {
	margin-bottom: 1em;
}
.cc-floating .cc-message {
	display: block;
	margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
	-ms-flex: 1;
	flex: 1;
}
.cc-window.cc-banner {
	-ms-flex-align: center;
	align-items: center;
}
.cc-banner.cc-top {
	left: 0;
	right: 0;
	top: 0;
}
.cc-banner.cc-bottom {
	left: 0;
	right: 0;
	bottom: 0;
}
.cc-banner .cc-message {
	-ms-flex: 1;
	flex: 1;
	font-size: 0.9em;
}
.cc-compliance {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}
.cc-compliance > .cc-btn {
	-ms-flex: 1;
	flex: 1;
}
.cc-btn + .cc-btn {
	margin-left: 0.5em;
}
.cc-message {
	color: #202020;
}

.cc-floating.cc-theme-classic {
	padding: 1.2em;
	border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
	text-align: center;
	display: inline;
	-ms-flex: none;
	flex: none;
}
.cc-theme-classic .cc-btn {
	border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
	min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
	display: inline-block;
}
.cc-theme-edgeless.cc-window {
	padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
	margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
	margin: 0;
	padding: 0.8em 1.8em;
	height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
	margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
	margin-left: 0;
}

.cc-color-override-1618423472 .cc-btn {
	color: #fff !important;
}

/* ==========================================================================
   Contact Form 7
   ========================================================================== */

div.wpcf7 {
	margin: 0;
	padding: 0;
}
div.wpcf7-response-output {
	margin: 1em 1em 1em;
	padding: 0.1em 1em;
	font-size: 1em;
	color: #202020;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: "Lato", "Work Sans", Arial, Helvetica, sans-serif !important;
}
div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
div.wpcf7-mail-sent-ok {
	border: 1px solid #398f14;
}
div.wpcf7-mail-sent-ng {
	border: 1px solid #ff0000;
}
div.wpcf7-spam-blocked {
	border: 1px solid #ffa500;
}
div.wpcf7-validation-errors {
	border: 1px solid #f7e700;
}
div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}
div.wpcf7 div.ajax-error {
	display: none;
}
div.wpcf7 .placeheld {
	color: #888;
}

span.wpcf7-form-control-wrap {
	position: relative;
}
span.wpcf7-not-valid-tip {
	margin: 0 0 8px;
	color: #f00;
	font-size: 0.9em;
	font-style: italic;
	display: block;
}
span.wpcf7-list-item {
	margin-left: 0;
	font-size: inherit;
	margin-right: 0;
}
span.wpcf7-list-item input {
	margin-right: 1em;
}
span.wpcf7-list-item label span {
	color: #202020;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: 0.1em 0.8em;
}
.wpcf7-display-none {
	display: none;
}
#wpcf7-f131-p2-o1 div.wpcf7-response-output {
	color: #202020;
}

/* ==========================================================================
   Google Recapatcha V3
   ========================================================================== */

.grecaptcha-badge {
	display: none !important;
}

/* ==========================================================================
   WP Page Navi
   ========================================================================== */

.wp-pagenavi {
	width: 100%;
	height: auto;
	margin: 20px auto;
	text-align: center;
	clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 1em;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 3px 5px;
	margin: 2px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #00a2e5;
}
.wp-pagenavi span.current {
	color: #202020;
	font-weight: 500;
}

/* ==========================================================================
   Media Queries: iPad
   ========================================================================== */

/* iPad [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

/* iPad [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}

/* iPad 3/4 [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

/* iPad 3/4 [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}

/* ==========================================================================
   Bootstrap Queries
   ========================================================================== */

@media (max-width: 575.98px) {
	nav.navbar {
		padding: 2em 1em;
	}
	nav.navbar .img-logo {
		max-width: 140px;
	}
	.navvy > div:first-child {
		position: absolute;
		z-index: 5;
	}
	.navvy > div:last-child {
		width: 100%;
	}
	#primary,
	#secondary {
		width: 100%;
		margin: 8em 0 0;
	}
	#primary > li,
	#secondary > li {
		margin: 0;
	}
	#primary > li > a,
	#secondary > li > a {
		padding: 0.5em 0;
	}
	section#hero.homepage .inner h1 {
		font-size: 35px;
	}
	section#hero.homepage .inner h2 {
		font-size: 30px;
	}
	.intro-wrap h1 {
		font-size: 22px;
	}
	.contact-box {
		margin: 0 auto 60px;
	}
	footer .img-logo-footer {
		max-width: 200px;
		margin-bottom: 1em;
	}
	footer #sitemap {
		padding: 7em 0 0;
	}
	footer .powered {
		width: 100% !important;
		flex: none !important;
		display: block !important;
	}
	footer .powered > div {
		width: 100% !important;
		flex: none !important;
		display: block !important;
	}
	.download h3 {
		font-size: 16px;
	}
	.download svg {
		font-size: 2.75rem;
	}
	.intro-img {
		margin-bottom: 1em;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	nav.navbar {
		padding: 2em 1em;
	}
	nav.navbar .img-logo {
		max-width: 140px;
	}
	.navvy > div:first-child {
		position: absolute;
		z-index: 5;
	}
	.navvy > div:last-child {
		width: 100%;
	}
	#primary,
	#secondary {
		width: 100%;
		margin: 8em 0 0;
	}
	#primary > li,
	#secondary > li {
		margin: 0;
	}
	#primary > li > a,
	#secondary > li > a {
		padding: 0.5em 0;
	}
	section#hero.homepage .inner h1 {
		font-size: 35px;
	}
	section#hero.homepage .inner h2 {
		font-size: 30px;
	}
	.intro-wrap h1 {
		font-size: 22px;
	}
	.contact-box {
		margin: 0 auto 60px;
	}
	footer .img-logo-footer {
		max-width: 200px;
		margin-bottom: 1em;
	}
	footer #sitemap {
		padding: 7em 0 0;
	}
	footer .powered {
		width: 100% !important;
		flex: none !important;
		display: block !important;
	}
	footer .powered > div {
		width: 100% !important;
		flex: none !important;
		display: block !important;
	}
	.download h3 {
		font-size: 16px;
	}
	.download svg {
		font-size: 2.75rem;
	}
	.intro-img {
		margin-bottom: 1em;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	section#hero.homepage .inner h1 {
		font-size: 44px;
	}
	section#hero.homepage .inner h2 {
		font-size: 36px;
	}
	#intro h1 {
		font-size: 20px;
	}
	.card.card-service h4 {
		font-size: 12px;
	}
	footer #sitemap {
		padding: 7em 0.5em 0em;
	}
	footer .img-logo-footer {
		max-width: 200px;
		margin-bottom: 1em;
	}
	footer .powered {
		width: 100% !important;
		flex: none !important;
		display: block !important;
	}
	footer .powered > div {
		width: 100% !important;
		flex: none !important;
		display: block !important;
	}
	.download h3 {
		font-size: 16px;
	}
	.download svg {
		font-size: 2.75rem;
	}
	.intro-img {
		margin-bottom: 1em;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	section#hero.homepage .inner h1 {
		font-size: 44px;
	}
	section#hero.homepage .inner h2 {
		font-size: 36px;
	}
	footer #sitemap {
		padding: 4em 0 0;
	}
}

@media (min-width: 1200px) {
}

/* ==========================================================================
   Print
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #202020 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
     * Don't show links for images, or javascript/internal links
     */

	.ir a:after,
	a[href^="javascript:"]:after,
	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;
	}
	.cc-revoke,
	.cc-window {
		display: none;
	}
}
