@charset "utf-8";
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Extra small devices (phones, less than 768px) */
/* 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);

/*

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

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


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



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

h1, h2, h3, h4, h5, h6, h7 {
	font-family: 'MarkPro';
	letter-spacing: 1px;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

/*-- Global
---------------------------------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	font-family: 'MarkPro';
	letter-spacing: 1px;
}
p {
	font-family: 'MarkPro-Book';
	font-size:14px;
}
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: 'MarkPro-Book';
}
strong,
b {
	color: var(--main);
}
.text-box p {
	color: var(--text);
}
.text-box ul li,
.text-box ol li {
	margin-left: 30px;
}

::-moz-selection { /* Code for Firefox */
	color: #fff;
	background: var(--alt);
}
::selection {
	color: #fff;
	background: var(--alt);
}

.extra-info a,
.extra-info a[href^=tel] {
	text-decoration:none;
	color: var(--main);
}
.extra-info a:hover,
.extra-info a[href^=tel]:hover {
	color:inherit;
}

/*-- Header Section
----------------------------------------------------------------------*/
.right-sidebar h1,
.right-sidebar h2,
.right-sidebar h3 {
	font-size: 18px;
}
.right-sidebar p {
	margin-bottom: 5px;
	font-size: 13px;
}
.loc-dropdown a {
    color: var(--alt);
}
.loc-dropdown a:hover {
    color: inherit;
}

.text-box.membership {
	border: 3px solid #77328e;
	border-radius: 10px;
	padding-bottom: 10px;
}
.oxium {
	border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	/*margin-top: 15px !important;
    margin-bottom: 15px !important;*/
	background-color: var(--main);
}
.oxium.text-box {
	margin-bottom: 0;
	padding-bottom: 60px;
	min-height: 590px;
}
.oxium h2 {
	font-size: 22px;
	text-align: center;
	margin:15px 0;
	padding-bottom: 15px;
	border-bottom: 2px solid #fff;
	color:#fff;
}
.oxium small {
	color:#fff;
}
.oxium h3,
.oxium h4 {
	font-size: 20px;
	color:#fff;
}
.oxium p {
	font-size: 16px;
	color:#fff;
}
.magic-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/*-- Content Section
----------------------------------------------------------------------*/

#content-error h1, #content-offline h1 {
	font-family: 'Russo One', sans-serif;
	font-weight: 400;
	font-size: 230px;
	font-size: 23rem;
}
#content-error h2, #content-offline h2 {
	font-family: 'Russo One', sans-serif;
	font-weight: 400;
	font-size: 100px;
	font-size: 10rem;
}
#content-error p, #content-offline p {
	font-family: 'Russo One', sans-serif;
	font-weight: 400;
	font-size: 20px;
	font-size: 2rem;
}

.focus-box h3 {
	font-family: 'MarkPro-Book';
	font-weight: 100;
	font-size: 24px;
	color: #874394;
}
.focus-box h3 small {
	font-size: 16px;
	color: #874394;
}
.focus-box p {
	color: #874394;
}

/*-- Footer Section
----------------------------------------------------------------------*/
	
#footer_text p {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-align:center;
	margin-bottom:0;
}

.footer-box h4 {
	color: #fff;
	font-family: 'MarkPro';
	font-size: 18px;
}
.footer-box a {
	color: #fff;
	font-family: 'MarkPro-Book';
	font-size:13px;
	letter-spacing: 1px;
}
.footer-box a:hover {
	color: var(--alt);
}

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

.row.my-height {
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.my-height > [class*="col-"]{
     display: flex;
  flex-direction: column;
}

.row.my-height2 {
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.my-height2 > [class*="col-"] {
     display: flex;
  flex-direction: column;
}
.epic-wrap22 {
    height: 100%;
}

/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
html {
	font-size: 62.5%;
}
.focus-box h3 {
	font-family: 'MarkPro-Book';
	font-weight: 100;
	font-size: 16px;
	color: #874394;
}
.focus-box h3 small {
	font-size: 12px;
	color: #874394;
}
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
html {
	font-size: 62.5%;
}
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
html {
	font-size: 62.5%;
}
.focus-box h3 {
	font-family: 'MarkPro-Book';
	font-weight: 100;
	font-size: 24px;
	color: #874394;
}
.focus-box h3 small {
	font-size: 16px;
	color: #874394;
}
.footer-box h4 {
	color: #fff;
	font-family: 'MarkPro';
	font-size: 23px;
}
.footer-box a {
	color: #fff;
	font-family: 'MarkPro-Book';
	font-size:16px;
	letter-spacing: 1px;
}
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1600px) {
html {
	font-size: 62.5%;
}
.focus-box h3 {
	font-size: 28px;
}
.focus-box h3 small {
	font-size: 20px;
}
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
 
body:not(.copyright_2018_webfrog) section {
    display: none;
}