/*!
Theme Name: cyberweek
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cyberweek
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}



/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {box-sizing: inherit;}

html {box-sizing: border-box;}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,   
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Orbitron", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform:uppercase;
	line-height: 110%;
}

h1 {}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.25rem;
}


dfn,
cite,
em,
/*i {font-style: italic;}*/

blockquote {margin: 0 1.5em;}

address {margin: 0 0 1.5em;}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {font-size: 125%;}

/* Elements
--------------------------------------------- */
body {background: #fff;}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {margin: 0 0 1.5em 3em;}

ul {list-style: disc;}

ol {list-style: decimal;}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {font-weight: 700;}

dd {margin: 0 1.5em 1.5em;}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {max-width: 100%;}

img {
	height: auto;
	max-width: 100%;
}

figure {margin: 1em 0;}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {color:#4169e1;}

a:visited {color: #800080;}

a:hover,
a:focus,
a:active {color: #191970;}

a:focus {outline: thin dotted;}

a:hover,
a:active {outline: 0;}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}



/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.screen-reader-only-text {
	position:absolute;
	left:-999px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {outline: 0;}

/**********************
 GENERAL STYLES 
***********************/

html,
body {
	font-size: 100%;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
	height: 100%;
	color: #01040D;
}

img {
	width:100%;
	max-width:100%;
	height:auto;
}

p {
	margin:1rem 0;
	line-height:1.5;
}

a {text-decoration:none;}


.button {
	display:block;
	background: #cd2925;
	border-radius:0;
	border:none;
	margin:2rem auto .125rem;
	padding:.75rem 1rem;
	width:75%;
	font-family: "Orbitron", sans-serif;
	font-weight:600;
	font-style: normal;
	text-align: center;
	text-transform:uppercase;
	color:#fff;
	font-size:1rem;
}

.button span {
	display:block;
}

.button:hover,   
.button:focus {
	color:#fff;
	margin:2.125rem auto 0;
	background:#ff73f2;
	box-shadow:none;
}

.header-hero-banner-wrapper {
	background: url("images/header-hero_bg.jpg");
	background-repeat: none;
	background-size: cover;
	background-position: center center;
}

.image-slant {
	display:block;
	vertical-align:middle;
	line-height:0;
    margin:0 0 -2px -1.5%;
}

/**********************
 SECTION STYLES 
***********************/

#header #inner-header,
#footer #inner-footer,
.section .inner-section {
	width:92%;
	max-width:1200px;
	margin:0 auto;
}

.section .inner-section {
	padding: 3rem 0;
}

.section .inner-section .section-heading {
	margin:0 auto 2rem;
	text-align:center;
}

.section-group {}

.section-group-inner {}

/**********************
 HEADER STYLES
***********************/

#header {
	padding:2rem 0 0;
	text-align:center;
}

#header #inner-header {}

#header #inner-header #header-logo {}

#header #inner-header #header-logo a {
	display:inline-block;
}

#header #inner-header #header-logo a img {
	max-width:278px;
	height:50px;
	vertical-align:bottom;
}
				
#header #inner-header #header-phone {
	padding:1rem 0;
	display:flex;
	align-items:center;
	justify-content:center;
}

#header #inner-header #header-phone a {
	font-size:1.25rem;
	font-weight:700;
	color:#fff;
	display:inline-block;
}

#header #inner-header #header-phone a i {
	margin-right:.25rem;
}

/******************************
 HERO BANNER STYLES
******************************/ 

.wof-wheel-standalone {}
 
.wof-wheel-standalone .wof-wheel {}
/*.wof-wheel-standalone .wof-wheel.wof-theme-black-and-white.wof-visible {}*/

.wof-wheel-standalone .wof-wheel .wof-bg {}

.wof-wheel-standalone .wof-wheel .wof-bottom-bg {}
.wof-wheel-standalone .wof-wheel .wof-bottom-bg .wof-close.wof-close-icon {}
.wof-wheel-standalone .wof-wheel .wof-bottom-bg .wof-close.wof-close-icon svg {}

.wof-wheel-standalone .wof-wheel .wof-wrapper {padding:0;}
/*.wof-wheel-standalone .wof-wheel.wof-theme-black-and-white.wof-visible .wof-wrapper {}*/

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-close-wrapper {}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-close-wrapper a.wof-close {}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper {}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left {}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-pointer {
/*	background:url("images/pointer.png") center center no-repeat;
	background-size: 80px 56px;
    width:80px;
    height:56px;
	right:-40px;*/
}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-pointer svg {}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container {margin-bottom:20px;}


.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container:before {
	content:'';
	background:url("images/wheel_center.png") no-repeat; 
	background-size:100% auto;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:9999;
}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg {display:relative;}



.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning svg.wof-svg-bg {
	background:url("images/wheel-2.png") no-repeat; 
	background-size:100% auto;
}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning svg.wof-svg-bg path.wof-slice-bg {display:none;}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning svg.wof-svg-bg path.wof-slice-bg[data-slice="1"] {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning svg.wof-svg-bg path.wof-slice-bg[data-slice="2"] {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning svg.wof-svg-bg path.wof-slice-bg[data-slice="3"] {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning svg.wof-svg-bg path.wof-slice-bg[data-slice="4"] {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning svg.wof-svg-bg path.wof-slice-bg[data-slice="5"] {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning svg.wof-svg-bg path.wof-slice-bg[data-slice="6"] {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning svg.wof-svg-bg path.wof-slice-bg[data-slice="7"] {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning svg.wof-svg-bg path.wof-slice-bg[data-slice="8"] {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning svg.wof-svg-bg path.wof-slice-bg[data-slice="9"] {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning svg.wof-svg-bg path.wof-slice-bg[data-slice="10"] {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning svg.wof-svg-bg path.wof-slice-bg[data-slice="11"] {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning svg.wof-svg-bg path.wof-slice-bg[data-slice="12"] {}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg svg.wof-svg-wheel {display:none;}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning svg.wof-svg-ornaments {display:none;}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning.wof-slices {}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning.wof-slices .wof-slice {
	text-align: center;
    padding-left:10%;
}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning.wof-slices .wof-slice span {display:none;}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning.wof-slices .wof-slice[data-slice="1"] {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning.wof-slices .wof-slice[data-slice="2"] {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning.wof-slices .wof-slice[data-slice="3"] {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning.wof-slices .wof-slice[data-slice="4"] {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning.wof-slices .wof-slice[data-slice="5"] {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning.wof-slices .wof-slice[data-slice="6"] {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning.wof-slices .wof-slice[data-slice="7"] {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning.wof-slices .wof-slice[data-slice="8"] {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning.wof-slices .wof-slice[data-slice="9"] {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning.wof-slices .wof-slice[data-slice="10"] {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning.wof-slices .wof-slice[data-slice="11"] {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning.wof-slices .wof-slice[data-slice="12"] {}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right {}

.wof-wheel .wof-title {}

.wof-wheel .wof-title em img {display:none;}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner {
	text-align:center;   
	max-width:432px;
}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-title {
	color:#f2c62b;
	text-shadow: 1px 1px 2px rgba(0,0,0,.95);
	font-weight: 900;
	line-height: 110%;
	font-size: 2rem;
}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-title em {
	margin:0; 
	padding:0;
	text-transform:none;
}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-title.wof-fgcolor em span img {display:none;}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-explainer {
	color: #fff;
	padding: 0 1rem;
	font-size: 1.125rem;
	text-shadow:1px 1px 1px rgba(0,0,0,.95);
}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-explainer p {line-height:1.1;}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-explainer p:first-of-type {
	font-family: "Orbitron", sans-serif;
	color: #f9e22c;
	font-size: 24px;
	font-weight: 900;
	text-shadow:2px 2px 1px rgba(0,0,0,.95);
	text-transform:uppercase;
	margin:.5rem 0;
	padding: 0;
}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-explainer p:nth-child(2) {
	font-size: 1rem;
	font-weight: 400;
	color: #fff;
	text-shadow:1px 1px 1px rgba(0,0,0,.95);
}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper {
	max-width:300px;
	margin-left:auto;
	margin-right:auto;
}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper .wof-error {}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper .wof-form-fields {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper .wof-form-fields > div {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper .wof-form-fields input.wof-input {border:2px solid #000;}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper .wof-form-fields input.wof-input[type="email"] {}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper .wof-form-fields input.wof-input[type="text"] {}
	
.wof-wheel .wof-form-wrapper input[type=text]:not([data-wof-field=text_1]){
	background: #fff!important;
	border:2px solid #000;
	border-radius:0;
	color:#000;
	padding:2rem 1rem;
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
	font-size:2rem;
}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper button:before {
	content: "";
	/*display: block;*/
	display: none;
	position: absolute;
	width: 96%;
	height: 1.25rem;
	top: 5px;
	left: 2%;
	background: rgba(255,255,255,.4);
}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper button {
	/*background: #ff3a3a;*/
	background: #01F702;
	/*background: #00ADEF;*/
	/*background: #FF0001;*/
	/*background: #ff3a3a;*/
	position: relative;
	margin: 1.5rem auto .125rem;
	width: 95%!important;
	height: auto!important;
	border-radius: 6px;
	border: 8px solid #01040B;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
	/*color: #fff;*/
	color: #000;
	/*color: #01040D;*/
	letter-spacing: 1px;
	line-height: 1;
    padding: 1.25rem;
	min-height: 72px;
	box-shadow: inset 0px 0px 20px 1px rgba(0,0,0,0.6), 0px -1px 0 0 rgba(255,255,255,0.35);
	/*transition: all .5s ease-in-out;*/
}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper button span {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*text-shadow: 1px 1px 1px rgba(255,255,255,1);*/
}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper button:hover,
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper button:focus {
	/*background: #00ADEF;*/
	/*background: #081526;*/
	background: #01F702;
	/*background: #ff3a3a;*/
	opacity: 1;
	/*color: #fff;*/
	/*color: #01040D;*/
	box-shadow: inset 0px 4px 20px 2px rgba(0,0,0,0.7), inset 0px 2px 4px 2px rgba(0,0,0,0.4), 0px -1px 0 0 rgba(255,255,255,0.35)/*, 0 0 12px 2px rgba(1,247,2,0.25)*/;
	/*box-shadow: 0 0 18px 2px rgba(1,247,2,0.5);*/
	font-size: 99%;
}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper button:hover:before,
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper button:focus:before {
	display: none;
	/*background: rgba(255,255,255,.2);*/
}
	
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper button span {display:block;}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper button.wof-btn-submit span {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper button.wof-btn-submit .wof-loader {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper button.wof-btn-submit .wof-loader .b1 {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper button.wof-btn-submit .wof-loader .b2 {}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper .wof-response {}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper .wof-response button.wof-btn-done {display:none;}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-disclaimer {
	opacity: 1;
	color: #fff;
	max-width: 345px;
	margin-left: auto;
	margin-right: auto;
}

.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-disclaimer p {font-size:.75rem;}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-disclaimer ul {}
.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner .wof-disclaimer ul li {}

/*********************
 SERVICES STYLES
*********************/

#services-section {
	background: #5E8EA5;
	background: #8DCAE1;
	background: #E5FEFB; 
	background: #ffde93;
	background: #fce0a4;
	background:url("images/blue-tech-bg-3.jpg");
	background:url("images/orange-tech-bg.jpg"); 
}

#services-section #services-section-bg-fade-top {
	background:url("images/fade-top.png") repeat-x left top; 	
}

#services-section #services-section-bg-fade-bottom {
	background:url("images/bottom-fade.png") repeat-x left bottom;
}

#services-section #inner-services-section {}

#services-section #inner-services-section h2 {}

#services-section #inner-services-section .intro-text {
	text-align: center;
	max-width: 900px;
	margin: 1rem auto;
}

#services-section #inner-services-section #services {}

#services-section #inner-services-section #services .service {
	text-align:center;
	margin:3rem auto 0;
	max-width:360px;
}

#services-section #inner-services-section #services .service .service-icon {
	max-width: 140px;
	display: block;
	margin: 0 auto;
}

#services-section #inner-services-section #services .service h3 {
	display:inline-block;
	margin:1rem auto;
	background: #D52B2B;
	color: #fff;
	text-transform: uppercase;
	font-family: "Special Elite", system-ui;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
	padding: 1rem 1rem .5rem;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 25px 4px rgba(0,0,0,0.2), 0px 1px 2px 1px rgba(0,0,0,0.4);
}

#services-section #inner-services-section #services .service:nth-of-type(1) h3 {
	transform: rotate(-3deg);
}

#services-section #inner-services-section #services .service:nth-of-type(2) h3 {
	transform: rotate(3deg);
}

#services-section #inner-services-section #services .service:nth-of-type(3) h3 {
	transform: rotate(-2deg);
}

#services-section #inner-services-section #services .service:nth-of-type(4) h3 {
	transform: rotate(2deg);
}

#services-section #inner-services-section #services .service:nth-of-type(5) h3 {
	transform: rotate(-4deg);
}

#services-section #inner-services-section #services .service:nth-of-type(6) h3 {
	transform: rotate(3deg);
}

#services-section #inner-services-section #services .service p {
	margin-top:.5rem;
}

#services-section #inner-services-section #services .service .button {}

/*********************
 FOOTER STYLES
*********************/

#footer {
	padding: 0 0 2rem;
	color: #fff;
	text-align: center;
	/*background: #01040D;*/
	background: #081526;
}

#footer #inner-footer {}

#footer #inner-footer,
#footer #inner-footer p,
#footer #inner-footer a {font-size:.75rem;}

#footer #inner-footer a {
	color:#fff;
	text-decoration:none;
}

#footer #inner-footer a:hover,
#footer #inner-footer a:focus {color:#ff73f2;}

#footer #about-section {color:#fff;}

#footer #about-section .inner-section .section-heading {
	color:#fff;
}

#footer #inner-footer #footer-top {
	border-top:1px solid rgba(255, 255, 255, .25);
	padding:1rem 0;
}

#footer #inner-footer #footer-top #footer-logo {}

#footer #inner-footer #footer-top #footer-logo a {}

#footer #inner-footer #footer-top #footer-logo a img {max-width:250px;}

#footer #inner-footer #footer-top #footer-links {}

#footer #inner-footer #footer-top #footer-links .footer-link {
	text-align:center;
	display:block;
}

#footer #inner-footer #footer-top #footer-links .footer-link a {
	display:inline-block;
	padding:.75rem 0;
	opacity:.8;
}

#footer #inner-footer #footer-top #footer-links .footer-link a:hover,
#footer #inner-footer #footer-top #footer-links .footer-link a:focus {opacity:1;}

#footer #inner-footer #footer-bottom {
	border-top:1px solid rgba(255, 255, 255, .25);
	padding-top:1rem;
}

#footer #inner-footer #footer-bottom #social-links {}

#footer #inner-footer #footer-bottom #social-links .social-link {
	font-size:1.5rem;
	margin-left:1.25rem;
	opacity:.8;
}

#footer #inner-footer #footer-bottom #social-links .social-link:first-child {margin-left:0;}

#footer #inner-footer #footer-bottom #social-links .social-link:hover,
#footer #inner-footer #footer-bottom #social-links .social-link:focus {opacity:1;}

#footer #inner-footer #footer-bottom #social-links .social-link.fa-facebook:hover,
#footer #inner-footer #footer-bottom #social-links .social-link.fa-facebook:focus {color:#3d5a98;}

#footer #inner-footer #footer-bottom #social-links .social-link.fa-twitter:hover,
#footer #inner-footer #footer-bottom #social-links .social-link.fa-twitter:focus {color:#1da1f2;}

#footer #inner-footer #footer-bottom #social-links .social-link.fa-google-plus:hover,
#footer #inner-footer #footer-bottom #social-links .social-link.fa-google-plus:focus {color:#db4437;}

#footer #inner-footer #footer-bottom #social-links .social-link.fa-linkedin:hover,
#footer #inner-footer #footer-bottom #social-links .social-link.fa-linkedin:focus {color:#0077b5;}

#footer #inner-footer #footer-bottom #social-links .social-link.fa-pinterest:hover,
#footer #inner-footer #footer-bottom #social-links .social-link.fa-pinterest:focus {color:#bd081c;}

#footer #inner-footer #footer-bottom #social-links .social-link.fa-instagram:hover,
#footer #inner-footer #footer-bottom #social-links .social-link.fa-instagram:focus {color:#db3075;}

#footer #inner-footer #footer-bottom #copyright {
	text-align:center;
	font-size:.65rem;
	opacity:.8;
}

#footer #inner-footer #footer-bottom #copyright span {}

#footer #inner-footer #footer-bottom #copyright span:first-child {display:block;}
#footer #inner-footer #footer-bottom #copyright span:nth-child(3) {margin-left:.5rem;}


/*********************
 MAX 500
*********************/

@media only screen and (max-width:500px) {
	
	div.wof-wheel .wof-inner-wrapper .wof-wheel-bg, 
	div.wof-wheel .wof-wheel-container {
		width: 330px;
		height: 330px;
	}
	
}	

/*********************
 501 UP
*********************/

@media only screen and (min-width:501px) {
	
	/*********************
	 HERO BANNER STYLES
	*********************/
	
	.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning.wof-slices .wof-slice img {max-width:80px;}
	
}

/*********************
 768 UP
*********************/

@media only screen and (min-width:768px) {

	/**********************
	 HEADINGS
	***********************/

	h1 {font-size:6rem;}
	
	/**********************
	 HEADER STYLES
	***********************/

	#header {padding:1rem 0;}
	
	#header #inner-header {
		display:flex;
		align-items:center;
		justify-content:space-between;
	}

	#header #inner-header #header-logo {text-align:left;}
	
	#header #inner-header #header-phone {
		padding:0;
		justify-content:flex-end;
	}
	
	/*********************
	 HERO BANNER STYLES
	*********************/
	
	#hero-banner #inner-hero-banner {padding:4rem 0;}
	
	#hero-banner #inner-hero-banner .subheading {font-size:2.25rem;}
	
	.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-left .wof-left-inner .wof-wheel-container .wof-wheel-bg .wof-spinning.wof-slices .wof-slice img {max-width:100px;}

	/*********************
	 SERVICES STYLES
	*********************/

	/*********************
	 FOOTER STYLES
	*********************/

	#footer-wrapper {/*padding:0 0 1rem;*/}

	#footer #inner-footer #footer-top {
		display:flex;
		align-content:center;
		justify-content:space-between;
	}

	#footer #inner-footer #footer-top #footer-links {
		display:flex;
		align-items:center;
		justify-content:space-between;
	}

	#footer #inner-footer #footer-top #footer-links .footer-link {margin-left:1.5rem;}
	
	#footer #inner-footer #footer-top #footer-links .footer-link:first-child {margin-left:0;}

	#footer #inner-footer #footer-bottom #copyright {margin-bottom:0;}
	
	#footer #inner-footer #footer-bottom {
		display:flex;
		align-content:center;
		justify-content:space-between
	}

	#footer #inner-footer #footer-bottom #social-links {
		border-bottom:0;
		padding-bottom:0;
		order:1;
	}

	#footer #inner-footer #footer-bottom #social-links .social-link {
		font-size:1.5rem;
		margin-left:1.25rem;
	}

	#footer #inner-footer #footer-bottom #copyright {
		margin:0;
		order:0;
		display:flex;
		align-items:center;
	}

	#footer #inner-footer #footer-bottom #copyright span:first-child {display:inline;}

	#footer #inner-footer #footer-bottom #copyright span:nth-child(2),
	#footer #inner-footer #footer-bottom #copyright span:nth-child(3){margin-left:.5rem;}
	
} /* end of media query */

/*********************
 900 UP
*********************/

@media only screen and (min-width:900px) {

} /* end of media query */

/*********************
 1024 UP
*********************/

@media only screen and (min-width:1024px) {
	
	/**********************
	 HEADINGS
	***********************/

	h1 {font-size:7.65rem;}
	
	/**********************
	 SECTION STYLES 
	***********************/

	.section-wrapper .section {padding:4rem 0;}
	
	/*********************
	 HERO BANNER STYLES
	*********************/
	
	#hero-banner #inner-hero-banner .subheading {font-size:2.75rem;}
	
	/*********************
	 SERVICES STYLES
	*********************/
	
	#services-section #inner-services-section #services {
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#services-section #inner-services-section #services .service {width:30%;}

	/*********************
	 FOOTER STYLES
	*********************/
	
	#footer #inner-footer,
	#footer #inner-footer p,
	#footer a,
	#footer #copyright {font-size:.75rem;}

} /* end of media query */

/*********************
 1081 UP
*********************/

@media only screen and (min-width:1081px) {
	
	.image-slant {margin:0;}
	
	.wof-wheel-standalone .wof-wheel .wof-wrapper .wof-inner-wrapper .wof-right .wof-right-inner {
		padding:0 0 0 3rem;
		max-width:464px;
	}
}

/*********************
 1240 UP
*********************/

@media only screen and (min-width:1240px) {
	
	/**********************
	 HEADINGS
	***********************/

	h1 {font-size:8rem;}
	
	/*********************
	 HERO BANNER STYLES
	*********************/
	
	#hero-banner #inner-hero-banner .subheading {font-size:3rem;}

} /* end of media query */
