@charset "utf-8";
/*
 * Copyright © 2019 | Website Design by Webfrog
 *
 */
/* Extra small devices (phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

/*-- Google Fonts START
------------------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(../fonts/markpro/stylesheet.css);
@import url(../fonts/markproBook/stylesheet.css);
@import url(../fonts/graphik-font/stylesheet.css);

/*
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;

	font-family: 'MarkPro_black';
	font-family: 'MarkPro';
	font-family: 'MarkPro-Book';

	font-family: 'Graphik';

/*-- Font Faces Section
------------------------------------------------------------------------------------*/

.invalid-feedback,
.valid-feedback {
	font-family: 'Graphik';
	font-weight: bold;
}

/*-- Headers
------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, h7 {
	font-family: 'Graphik';
	font-weight: 900;
    font-style: normal;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
	font-size: 1.2rem;
}
h5 {
}
h6 {
}

/*-- Global
---------------------------------------------------------------------------*/
html {
	font-size: 90%;
}
body {
	font-family: 'Graphik';
}
p {
	font-family: 'Graphik';
	font-weight: normal;
    font-style: normal;
	color: #4d4747;
}
a,
a[href^=tel] {
	text-decoration:none;
	color: var(--alt);
}
a:hover,
a[href^=tel]:hover {
	color:inherit;
}
a, a:hover, a:focus {
	text-decoration: none;
}
.btn {
	font-family: 'Graphik';
	font-weight: 500;
    font-style: normal;
}
strong,
b {
	color: var(--alt-dark);
}

/*.text-box ul li,
.text-box ol li {
	margin-left: 30px;
}*/



/*-- Header Section
----------------------------------------------------------------------*/
	

.text-wrap p,
.text-wrap h2 {
	margin-bottom: 0;
	text-align: center;
	line-height: 1;
}

#page-header .text-wrap h2 {
	font-family: 'Graphik';
	font-weight: bold;
    font-style: italic;
	text-transform: uppercase;
	font-size: 34px;
	font-size: 2.125rem;
	background: var(--text-grad);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#page-header .text-wrap p {
	font-family: 'Graphik';
	font-weight: bold;
    font-style: italic;
	text-transform: uppercase;
	color: var(--main);
	font-size: 15px;
	font-size: 0.9375rem;
}

.top-tabs h4 {
	text-transform: uppercase;
	font-weight: 900;
    font-style: italic;
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
}
.slider-tabs-box p {
	font-weight: 600;
    font-style: normal;
	font-size: 16px;
	font-size: 1rem;
	color: #878787;
}

/*-- Content Section
----------------------------------------------------------------------*/
.header-box h1,
.header-box h2,
.header-box h3 {
	color: #1e1e1e;
	font-size: 44px;
	font-size: 2.75rem;
}

.text-box p {
	color: #4d4747;
}

#focus strong,
#focus b {
	color: var(--alt);
}


#focus h2 {
	font-size: 44px;
	font-size: 2.75rem;
	font-weight: 900;
	font-style: normal;
	color: #fff;
	
}
#focus h2.white-grad {
	font-size: 76px;
	font-size: 4.75rem;
	font-weight: 900;
	font-style: normal;
}
.white-grad {
	background: var(--white-text-grad);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.orange-grad {
	background: var(--orange-text-grad);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#focus h3.orange-grad {
	font-weight: 900;
    font-style: italic;
	font-size: 44px;
	font-size: 2.75rem;
}
#focus p a {
	color: #fff;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
    font-style: normal;
}
#focus p a:hover {
	color: var(--alt);
}

.extra-banner-content p {
	margin-bottom: 0;	
	color: #fff;
}

/*-- Footer Section
----------------------------------------------------------------------*/

footer p {
	color: #fff;
}
#footer_text p {
	color: #fff;
	text-align:center;
	margin-bottom:0;
}

.social-links {
	color: #fff;
	font-size: 1.6rem;
}
.social-links:hover,
.social-links:focus {
	color: var(--main);
}
.right-sidebar .social-links {
	color: var(--main);
	font-size: 2rem;
}
.right-sidebar .social-links:hover,
.right-sidebar .social-links:focus {
	color: #4d4d4d;
}

body:not(.copyright_2019_webfrog) section {
    display: none;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 576px) {
	html {
		font-size: 80%;
	}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	html {
		font-size: 90%;
	}
	.header-box h1,
	.header-box h2,
	.header-box h3 {
		font-size: 54px;
		font-size: 3.375rem;
	}
	#focus h2 {
		font-size: 54px;
		font-size: 3.375rem;
		font-weight: 900;
		font-style: normal;
		color: #fff;

	}
	#focus h3.orange-grad {
		font-weight: 900;
		font-style: italic;
		font-size: 49px;
		font-size: 3.0625rem;
	}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	html {
		font-size: 85%;
	}
	
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#page-header .text-wrap h2 {
		font-size: 41px;
		font-size: 2.5625rem;
	}
	#page-header .text-wrap p {
		font-size: 20px;
		font-size: 1.25rem;
	}
	.top-tabs h4 {
		font-size: 22px;
		font-size: 1.375rem;
	}
}

/* Webfrog extra devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {
	html {
		font-size: 100%;
	}
}
/*
 * Copyright © 2019 | Website Design by Webfrog
 *
 */
body:not(.copyright_2019_webfrog) section {
    display: none;
}