/*
Theme Name: powertoconfuse
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: powertoconfuse
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

powertoconfuse is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Containers
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Homepage
	## Posts and pages
	## Comments	
# Infinite scroll
# Media
	## Captions
	## Galleries



>>> Colors
----------------------------------------------------------------

# Black		#000
# Lt. Black	#262626
# White		#fff
# Lt. Grey 	#ebedf0
# Grey		#cccccc
# Dk. Grey	#404040
# Orange	#e98538
# Pink		#ed0874

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

*:focus{
	outline:0 !important;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
section{
	width:100%;
	float: left;
}
.table{
	display: table;
	height:100%;
	width:100%;
}
.table-cell{
	display: table-cell;
	vertical-align: middle;
}
.btn {
	padding: 10px 55px;
    text-align: center;
    font: 700 20px/1.5 'Gilroy Extra Bold', Arial;
    text-decoration: none;
    display: inline-block;
    border-top: 4px solid #e98538;
    border-bottom: 5px solid #ed0874;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    -webkit-background-size: 20px 100%;
    -moz-background-size: 20px 100%;
    background-size: 5px 100%;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(top, #e98538 0%, #ed0874 100%), -webkit-linear-gradient(top, #e98538 0%, #ed0874 100%);
    background-image: -moz-linear-gradient(top, #e98538 0%, #ed0874 100%), -moz-linear-gradient(top, #e98538 0%, #ed0874 100%);
    background-image: -o-linear-gradient(top, #e98538 0%, #ed0874 100%), -o-linear-gradient(top, #e98538 0%, #ed0874 100%);
    background-image: linear-gradient(to bottom, #e98538 0%, #ed0874 100%), linear-gradient(to bottom, #e98538 0%, #ed0874 100%);
	transition: all .2s;
}

.get-started {
	padding: 10px 55px;
    text-align: center;
    font: 700 20px/1.5 'Gilroy Extra Bold', Arial;
    text-decoration: none;
    display: inline-block;
    border-top: 4px solid #e98538;
    border-bottom: 5px solid #ed0874;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    -webkit-background-size: 20px 100%;
    -moz-background-size: 20px 100%;
    background-size: 5px 100%;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(top, #e98538 0%, #ed0874 100%), -webkit-linear-gradient(top, #e98538 0%, #ed0874 100%);
    background-image: -moz-linear-gradient(top, #e98538 0%, #ed0874 100%), -moz-linear-gradient(top, #e98538 0%, #ed0874 100%);
    background-image: -o-linear-gradient(top, #e98538 0%, #ed0874 100%), -o-linear-gradient(top, #e98538 0%, #ed0874 100%);
    background-image: linear-gradient(to bottom, #e98538 0%, #ed0874 100%), linear-gradient(to bottom, #e98538 0%, #ed0874 100%);
	transition: all .2s;
    opacity:.25;
    background-repeat: repeat;
    color:#fff !important;
}
.get-started{
	background-color: inherit;
	padding:10px 30px;
}
.btn:hover{
	background-image: -webkit-linear-gradient(top, #e98538 0%, #ed0874 100%), -webkit-linear-gradient(top, #e98538 0%, #ed0874 100%);
    background-image: -moz-linear-gradient(top, #e98538 0%, #ed0874 100%), -moz-linear-gradient(top, #e98538 0%, #ed0874 100%);
    background-image: -o-linear-gradient(top, #e98538 0%, #ed0874 100%), -o-linear-gradient(top, #e98538 0%, #ed0874 100%);
    background-image: linear-gradient(to bottom, #e98538 0%, #ed0874 100%), linear-gradient(to bottom, #e98538 0%, #ed0874 100%);
	background-repeat: repeat;
}

.get-started:hover {
    cursor:default;
}

.btn.white{
	background:transparent;
	border:3px solid #fff;
	color:#fff;
}
.gradient,
.cta.gradient{
    background-image: -webkit-linear-gradient(top, #e98538 0%, #ed0874 100%), -webkit-linear-gradient(top, #e98538 0%, #ed0874 100%);
    background-image: -moz-linear-gradient(top, #e98538 0%, #ed0874 100%), -moz-linear-gradient(top, #e98538 0%, #ed0874 100%);
    background-image: -o-linear-gradient(top, #e98538 0%, #ed0874 100%), -o-linear-gradient(top, #e98538 0%, #ed0874 100%);
    background-image: linear-gradient(to bottom, #e98538 0%, #ed0874 100%), linear-gradient(to bottom, #e98538 0%, #ed0874 100%);
}
.zipcode-btn {
    background-image: -webkit-linear-gradient(top, #e98538 0%, #ed0874 100%), -webkit-linear-gradient(top, #e98538 0%, #ed0874 100%);
    background-image: -moz-linear-gradient(top, #e98538 0%, #ed0874 100%), -moz-linear-gradient(top, #e98538 0%, #ed0874 100%);
    background-image: -o-linear-gradient(top, #e98538 0%, #ed0874 100%), -o-linear-gradient(top, #e98538 0%, #ed0874 100%);
    background-image: linear-gradient(to bottom, #e98538 0%, #ed0874 100%), linear-gradient(to bottom, #e98538 0%, #ed0874 100%);
	background-repeat: repeat;
    opacity:1;
    color:#fff !important;
    
}

.zipcode-btn:hover {
    cursor:pointer;
}
.relative{
	position: relative;
}

.half{
	width:50%;
	float: left;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
	font-family: "Gilroy";
	src: url("");
	src: url("?#iefix") format("embedded-opentype"), 
	url("https://www.gogriddy.com/wp-content/uploads/2016/08/Gilroy-Light.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy Extra Bold";
	src: url("");
	src: url("?#iefix") format("embedded-opentype"), 
	url("https://www.gogriddy.com/wp-content/uploads/2016/08/Gilroy-ExtraBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

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;
}

select {
	border: 1px solid #ccc;
}

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;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: inherit;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	/* COREY REMOVED
	display: none;*/
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: inline-block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Specific Styles */

.container{
	width:100%;
	max-width: 850px;
	margin:0 auto;
}

.site-header{
    position: fixed;
    width: 100%;
    float: left;
    top: 0;
    z-index: 800;
    background: #262626;
    height: 60px;
}

.site-name{
	font: 24px/1.5 'Gilroy Extra Bold';
    padding: 10px 40px;
    text-align: center;
}
.logo{
	color: #fff;
    text-decoration: none;
}

#spanish-trans {
	font: 16px/1.5 'Gilroy';
    position: absolute;
    right: 5%;
    text-align: right;
    top: 50px;
}

#spanish-trans:hover {
    color: #000;
}

.logo:hover{
	color:#fff;
}
.logo-image{
	width: 130px;
}
.logo-footer{
	
}

.site-content{
	margin-top:50px;
}
.cta-small{
	font:16px/1.5 'Gilroy';
	background:#cccccc;
	padding:5px 0;
	text-align: center;
	color:#000;
}
.cta-small .btn{
	font-size: 12px;
	padding:5px 30px;
	margin-left:10px;
	color:#000;
	border-top: 3px solid #e98538;
    border-bottom: 3px solid #ed0874;
	background-size: 3px 100%
}
section {
	background:#ebedf0 url('/wp-content/themes/powertoconfuse/assets/images/PowerToConfuse_GetStarted_background-artwork_2.jpg') center bottom / 100% no-repeat;
}

@media screen and (min-width: 1440px) {
    section {
	background:#ebedf0 url('/wp-content/themes/powertoconfuse/assets/images/PowerToConfuse_GetStarted_background-artwork_2.jpg') center bottom / 1440px no-repeat;
}
}

.copy{
	text-align: center;
	padding:40px 0;
}
.copy.phase-2{
	display: none;
    position: absolute;
    z-index: 600;
    color: #fff;
    width: 100%;
    left: 0;
    top: 100px;
}
.copy.phase-2 h1{
	color:#fff !important;
}
h1{
	font:42px/1.2 'Gilroy Extra Bold';
	margin-bottom:13px;
}
p{
	font:20px/1.5 'Gilroy';
}
input[type="text"]{
	display: inline-block;
	clear:both;
	border: 0;
    border-bottom: 0px solid #000;
    border-radius: 5px;
    padding: 5px 30px;
    text-align: center;
    font: 28px/1.5 'Gilroy Extra Bold';
    background:white;
    height:70px;
    width:350px;
    -webkit-box-shadow: inset 2px 2px 2px -1px rgba(0,0,0,0.46);
-moz-box-shadow: inset 2px 2px 2px -1px rgba(0,0,0,0.46);
box-shadow: inset 2px 2px 2px -1px rgba(0,0,0,0.46);
}

    /* WebKit browsers */
input[type="text"]:focus::-webkit-input-placeholder { color:transparent; }

    /* Mozilla Firefox 4 to 18 */
input[type="text"]:focus:-moz-placeholder { color:transparent; }

    /* Mozilla Firefox 19+ */
input[type="text"]:focus::-moz-placeholder { color:transparent; }

    /* Internet Explorer 10+ */
input[type="text"]:focus:-ms-input-placeholder { color:transparent; }

input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b9b9b9;
}
input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #b9b9b9;
}
input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #b9b9b9;
}
input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #b9b9b9;
}

/* COREY */
.one{height:auto;}

.one .btn{
	display: block;
    max-width: 240px;
    margin: 0 auto;
    margin-top: 50px;
    color:#000;
}
.error{
	display: none;
    margin-top: 10px;
    font: 14px 'Gilroy';
    color: red;
}
.two{
	display: none;
	position: relative;
}
.two.overflow-none{
	overflow: hidden;
}
.all-plans{
	width:100%;
	float: left;
	margin-bottom:100px;
}
.all-plans .titles{
	width: 100%;
    float: left;
    padding: 0 20px;
    z-index:600;
}
.titles ul{
	margin: 0;
    padding: 0;
    list-style: none;
}
.titles ul li{
	width:25%;
	float: left;
	font:20px/1.5 'Gilroy Extra Bold';
	text-align: center;
	padding:5px;
}
.titles ul li:nth-child(2){
	width:35%;
}
.titles ul li:nth-child(3){
	width:15%;
}
.plan-detail{
	background:#fff;
	padding:20px 10px;
	width:100%;
	float: left;
	margin-bottom:8px;
	position: relative;
}
.plan-detail:last-of-type{
	margin-bottom:0;
}
.plan-detail img{
	position: absolute;
	display: none;
	width: 45px;
    z-index: 7;
    right: -25px;
    top: 30px;
    cursor: pointer;
}

.company, .details, .price, .info {
    float: right;
}

.company{
	width:25%;
	padding:0 10px;	
}
.company .name{
	text-align: center;
	font: 24px/1 'Gilroy Extra Bold';
	font-style: italic;
	position: relative;
	padding:0 20px;
	/*z-index: 2;*/
}
.company.on{
	position: relative;
	/*z-index: 4;*/
}
.company.on .name{
	position: relative;
	/*z-index: 4;*/
}
.company .name.blue{
	color:#4d9dbe;	
}
.company .name.purple{
	color:#be4d9d;
}
.company .name.yellow{
	color:#e4db48;
}
.company .name.green{
	color:#4dbe52;
}
.company .name.grey{
	color:#808080;
}
.company .rating{
	font:12px/1.5 'Gilroy';
	color:#000;
	text-align: center;
	position: relative;
    /*z-index: 2;*/
}
.company.on .rating{
	/*z-index: 4;*/
}
.company .stars{
	margin:0;
	padding:0;
	list-style: none;
	width: 100%;
    text-align: center;
    float: left;
}
.company .stars li{
	width: auto;
	display: inline;
}
.company .stars li .fa{
	color:#c9c9c9;
}
.company .stars li .fa.pink{
	color:#ee4271;
}
.details{
	margin: 0 2%;
    padding: 0;
    width: 28%;
    padding-bottom:6px;
}
.details li{
	font:16px/1.5 'Gilroy';
    position: relative;
    /*z-index: 2;*/
}
.details.on li{
	/*z-index: 4;*/
}
.price{
	width: 18%;
    text-align: center;
    padding:0 10px;
}
.price .large{
	width:100%;
	float: left;
	margin-bottom:10px;
	position: relative;
	z-index: 2;
}
.price.on .large{
	/*z-index: 4;*/
}
.price .power{
	font:8px 'Gilroy';
}
.price .number{
	font: 40px/1 'Gilroy Extra Bold';
}
.price .small{
	width:50%;
	float: left;
	position: relative;
    /*z-index: 2;*/
}
.price.on .small{
	/*z-index: 4;*/
}
.price .small .number{
	font-size: 20px;
}
.info{
	width:25%;
	padding:0 10px;
	text-align: center;
}
.info .title{
	font: 16px/1.5 'Gilroy';
	position: relative;
    /*z-index: 2;*/
}
.info.on .title{
	/*z-index: 4;*/
}
.info .amount{
	font: 24px/1.5 'Gilroy';
	margin-bottom:5px;
	position: relative;
    /*z-index: 2;*/
}
.info.on .amount{
	/*z-index: 4;*/
}
.info a{
	font:12px 'Gilroy Extra Bold';
	display: block;
	position: relative;
    /*z-index: 4;*/
}
footer{
	background:#262626;
	text-align: center;
	padding:45px 30px;
	width: 100%;
	float: left;
	z-index:800;
}
footer .container{
	width:100%;
	max-width: 960px;
	margin:0 auto;
}
footer .menu-footer-left-container{
	float: left;
	width:35%;
}
footer .menu-footer-left-container li{
	width:50%;
	float: right;
}

footer .menu-footer-right-container{
	float: right;
	width:35%;
}
footer .menu-footer-right-container li{
	/* COREY REMOVED
	width:50%;*/
}
footer .logo{
	text-decoration: none;
    position: relative;
    width: 30%;
    float: left;
}
footer .logo:before{
	content: 'powered by';
    position: absolute;
    top: -20px;
    font-size: 12px;
    color: grey;
    font: 12px 'Gilroy';
    left: 50%;
    margin-left: -33px;
}
footer li a{
	font:16px/1.5 'Gilroy';
	color:#7e7e7e;
}
footer .copyright{
	font:12px/1.5 'Gilroy';
	color:#7e7e7e;
	margin-top:40px;
	display: block;
	text-align: center;
	width:100%;
	float: left;
}

.overlay,
.overlay-2{
	height:100%;
	width:100%;
	display: none;
	position: absolute;
	top:0;
	left:0;
}

.overlay{
	background:rgba(0,0,0,.7);
	z-index: 500;
}
.overlay-2{
	background:rgba(0,0,0,.7);
	z-index: 700;
}
.blur{
	-webkit-filter: blur(5px);
    position: absolute;
    /*width: 100%;*/
    width:95%;
    margin-left:5%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    border-radius: 20px;
    background: white;
    /* box-shadow: 0px 0px 60px rgba(0,0,0,.6); */
    /*z-index: 4;*/
}
.pop{
	cursor:pointer;
}
.pop.on{
	position: relative;
	padding:10px 5px;
	z-index: 600;
}
.details.pop.on{
    margin: 0 2%;
    /* REMOVED BY COREY
    padding: 20px 0px 20px 70px; */
    
}
.details ul{
	padding: 10px 0px 0px 20px;
}

.blurred{
	position: absolute;
    top: 0;
    left: 482px;
    -webkit-filter: blur(6px);
}
.add-blur{
	-webkit-filter: blur(6px);
}
.card,
.card-blur{
	position: absolute;
    right: -100%;
    top: 17vh;
    z-index: 800 !important;
    background: white;
    padding: 50px 20px;
    /* COREY CHANGED 
    width: 280px; */
    width: 350px;
    /* COREY CHANGED 
    min-height: 50vh;*/
    border-radius: 10px;
    transition: ease-in-out all .6s;
    min-height:350px;
}
.card-blur{
	filter:blur(20px);
	/* COREY CHANGED 
    min-height: 53vh;*/
    /* COREY CHANGED 
    width: 280px; */
    width: 350px;
	background: #d5a93d;
	background: -moz-linear-gradient(-45deg,  #d5a93d 0%, #d55179 51%, #5dcffa 100%);
	background: -webkit-linear-gradient(-45deg,  #d5a93d 0%,#d55179 51%,#5dcffa 100%);
	background: linear-gradient(135deg,  #d5a93d 0%,#d55179 51%,#5dcffa 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5a93d', endColorstr='#5dcffa',GradientType=1 );*/
	/*min-height:380px;*/

}
.card-blur.move-left{
	right:10px;
}
.card.move-left{
	right:0px;
}
.card .headline{
	font:32px 'Gilroy Extra Bold';
	border-bottom: 1px solid black;
    padding-bottom: 10px;
}
.card .next{
	position: absolute;
    bottom: 20px;
    text-decoration: none;
    font: 16px 'Gilroy';
}

.card .straightDown {
    position: absolute;
    bottom: 20px;
    text-decoration: none;
    font: 12px 'Gilroy Extra Bold';
    right: 20px;
}

.card .next:after{
	content: '\f178';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: -20px;
    top: 3px;	
}
.card .close{
	position: absolute;
    top: 10px;
    left: 20px;
}
.card .scroll-down{
	position: absolute;
    bottom: -70px;
    color: #fff;
    text-align: center;
    font: 16px 'Gilroy';
    display: none;
}
.card .scroll-down .fa{
	display: block;
	-webkit-animation: hover 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
}
.card .copy p{
	margin:0;
	text-align: left;
}
.plan-detail .copy{
	position: absolute;
	visibility: hidden;
}
.posts{
	width:100%;
	float: left;
	position: relative;
	/* padding-bottom:140px; */
	padding-bottom:40px;
}
.three{
	width: 100%;
	float: left;
	display: none;
}
.three .copy{
	text-align: center;
	padding:50px 0;
}
.three h2{
	font: 40px 'Gilroy Extra Bold';
	margin-bottom:20px;
}
.three .copy:first-of-type p{
	font-size: 20px;
	margin:0;
}
.three .posts.hide{
	display: none;
}
.three .container .container{
	float: left;
	width: 100%;
	max-width:100%;
	clear:both;
	margin-bottom:40px;
}
.three .half {
    width: 48%;
    float: left;
    padding: 30px 30px 20px 30px;
    border-radius: 10px;
    margin: 0 0.9%;
    background: #fff;
    min-height: 390px;
    position: relative;
    box-shadow: 0px 0px 30px rgba(0,0,0,.1);
    min-height: 400px;
}
    
.three .third{
	width:31.5%; 
	float: left;
	padding:30px 30px 20px 30px;
	border-radius: 10px;
	margin:0 0.9%;
	background:#fff;
	min-height: 390px;
	position: relative;
	box-shadow: 0px 0px 30px rgba(0,0,0,.1);
	min-height:400px;
}
.three .third img, .three .half img {
	margin-bottom:25px;
	/* width: 100%; */
}
.three .third .read, .three .half .read {
	text-decoration: none;
	font:12px 'Gilroy';
	position: relative;
	margin-bottom: 12px;
}
.three .third .read:after, .three .half .read:after {
	content: '\f178';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: -25px;
    top: 1px;
    height: 10px;
    width: 20px;
}
.three .third h3, .three .half h3{
	font:16px 'Gilroy Extra Bold';
	margin:0 0 20px 0;
}
.three .third p, .three .half p{
	font:12px 'Gilroy';
	margin-bottom:15px;
}
.three .article .social-share{
	text-align: right;
}
.three .social-share{
	margin:0;
	padding:0;
	list-style: none;
}
.three .social-share li{
	display: inline-block;
}
.three .social-share li a{
	text-decoration: none;
	margin-left:8px;
	color:#000;
	font-size: 12px;
}
.three .quote p{
	font:16px 'Gilroy Extra Bold';
	margin:0 0 20px 0;
	max-width: 70%;
	display: block;
}
.three .quote .person{
	margin-top: 67px;
    display: inline-block;
}
.three .quote .name{
	font-size: 12px;
}
.three .quote .title{
	font-size: 7px;
}
.three .quote .social-share{
	text-align: center;
}
.three .infographic{
	margin:0 1%;
	background-color: #fff;
	border-radius: 10px;
	line-height:initial;
	box-shadow: 0px 0px 30px rgba(0,0,0,.1);
}
.three .infographic-callout{
	vertical-align: top;
	width: 602px;
    display: inline-block;
    padding:30px;
}

.griddychart {
    width: 100% !important;
}

.three .infographic h3{
	font:24px 'Gilroy Extra Bold';
	width:50%;
}
.three .infographic p{
	font:16px 'Gilroy';
	width:80%;
	margin-bottom: 1rem;
}
.three .infographic-label{
	font:12px 'Gilroy';
	color:#ff0058;
}
.three .infographic .show-graphic{
	padding: 10px 20px;
    text-align: center;
    font: 16px 'Gilroy Extra Bold', Arial;
    text-decoration: none;
    display: inline-block;
    border-top: 3px solid #e98538;
    border-bottom: 3px solid #ed0874;
    background-size: 3px 100%;
}
.three .infographic img{
	/* width: 100%; */
	display: inline-block;
}

.three .lg-quote .headline{
	font:32px 'Gilroy Extra Bold';
	text-transform: uppercase;
}
.three .lg-quote .social-share,
.three .quote .bottom{
	position: absolute;
	bottom:20px;
}
.three form{
	background: #fff;
    border-radius: 10px;
    width: 100%;
    float: left;
    display: table;
    padding:20px;
}
.three form .copy{
	width: 80%;
    float: left;
    display: table-cell;
    vertical-align: middle;
    padding:0;
    text-align: left;
}
.three form h3{
	margin:0 0 15px 0;
	font:20px 'Gilroy Extra Bold';
}
.three form input[type="text"]{
	border: 0;
    background: #eee;
    text-align: left;
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 14px;
    width: 300px;
}
.three form .btn-container{
	display: table-cell;
    vertical-align: middle;
    width: 20%;
    text-align:center;
}
.hidden{
    visibility: hidden;
}
.load-more{
	width: 100%;
    float: left;
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: 40px;
}
.load-more img{
	width:50px;
	clear:both;
	margin-bottom:10px;
}
.load-more .fa{
	display:block;
	-webkit-animation: hover 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
}
.next-section{
	display: none;
}
@-webkit-keyframes hover {
    0% {-webkit-transform: translate(0,0);}
    25% {-webkit-transform: translate(0,5px);}
    100% {-webkit-transform: translate(0px,0px);}
}





.one {
    padding-bottom: 2em;
}

.one input[type="text"] {
    margin-top: 1em;
    max-width: 350px;
    width: 100%;
}


/* COREY's MOBILE STYLES */

.mobile-version{
	display:none;
}

.mobile-plans .plan-detail{
	margin-left:2%;
	margin-right:2%;
	width:auto;
}

.mobile-plans .company, .mobile-plans .the-catch{
	width: 45%;
    height: 100%;
    display: inline-block;
    /*float: none;*/
    clear: both;
}

.mobile-plans .vertical-line{
	width:1px;
	background-color:#ccc;
	display:inline-block;
	margin:0 0.75em;
	padding:0;
	height:100px;
	top:0;
}

.mobile-plans .company{
	text-align:center;
}

.mobile-plans .company .name{
	font: 22px/1 'Gilroy Extra Bold';
}

.mobile-plans .mobile-rate{
	padding-top:1em;
	padding-bottom:1em;
	font: 14px/1 'Gilroy';
}

.mobile-plans .number{
	font: 32px/1 'Gilroy Extra Bold';
}

.the-catch{
	line-height: 1;
}

.the-catch hr{
	margin-top:0.5em;
	margin-bottom:1em;
	background-color:#000;
}

.mobile-catch-title{
	font: 18px/1 'Gilroy Extra Bold';
}

.mobile-catch-info{
	font: 14px/1.2 'Gilroy';
}

.quote-card {
    font-size: 45px !important;
}

#quotecard-1 {
    padding-right: 40px;
}



/* COREY's Media Queries for Desktop vs. Mobile */

@media screen and (max-width: 850px) {	
	
.quote-card {
    text-align: center;
}

#quotecard-1 {
    padding-right: 0;
}

.graphic-container {
    display: none;
}

.second-articles {
    margin-bottom: 0 !important;
}

	.desktop-version {
		display: none;
	}
	.mobile-version {
		display: block;
	}
	
	.griddychart {
    display: none !important;
    }
	
	.overlay, .overlay-2, .phase-2, .card, .card-blur, .scroll-down{
		display:none;
	}
	.two{
		background-image:none;
		height:auto !important;
	}
	.two .container .copy{
		padding:2em 3em 2em 3em;
	}
	/* COREY - This may be easier to simply have a separate mobile version of this section to toggle 
	.three{
		display:block;
	}*/
	
	.three .third, .three .half {
		clear: both;
	    width: 90%;
	    margin: 0 auto;
	    float: none;
	    margin-bottom:1.75em;
	    min-height: 20px;
	}
	
	.three .container .posts .signup-form form, .three .container .posts .graphic-container{
		clear: both;
	    width: 90%;
	    margin: 0 auto;
	    float: none;
	    margin-bottom:2em;
	}
	
	.three .container .posts .signup-form form, .three .container .posts .graphic-container .infographic h3, .three .container .posts .signup-form form, .three .container .posts .graphic-container .infographic .graphic-details {
		width:100%;
	}
	
	.three .container .posts .signup-form form, .three .container .posts .graphic-container .infographic .infographic-callout {
		display:block;
		clear:both;
		margin:0 auto;
		width:100%;
	}
	
	.three .container .posts .signup-form form, .three .container .posts .graphic-container .infographic .show-graphic {
		display:block;
		clear:both;
		margin:0 auto;
	}
	
	.three .container .posts .signup-form form, .three .container .posts .graphic-container .infographic img {
		display:none;
	}

	
	.three .container .posts .signup-form form, .three .container .posts .last-articles, .three .container .posts .signup-form form, .three .container .posts .first-articles, second-articles {
		margin-bottom:0;
	}
	
	.three .container .posts .signup-form{
		width: 90%;
	    margin: 0 auto;
	    float: none;
	    clear:both;
	    display:block;
	    text-align: center;
	}
	
	.three .container .posts .signup-form form, .three .container .posts .signup-form form div{
		display:block;
		float:none;
		clear:both;
	}
	
	.three .container .posts .signup-form form, .three .container .posts .signup-form form .copy{
		width:100%;
		text-align:center;
	}
	
	.three .container .posts .signup-form form, .three .container .posts .signup-form form .btn-container{
		width:100%;
		text-align:center;
		margin: 0 auto;
	}
	
	input[type="submit"]{
		margin:0 auto;
		padding: 0.5em 4em;
	}
	
}

@media screen and (max-width: 800px) {
	footer .menu-footer-left-container,
	footer .menu-footer-right-container {
	    	width: 20%;
		}
	footer .menu-footer-left-container li {
			float: left;
		}
}

@media screen and (max-width: 580px) {
 #spanish-trans {
    position: relative;
    top: 0;
    margin-top: 10px;   
}
}

/* COREY - FINAL ADJUSTMENTS FOR FINAL PHONES _ SMALLEST SIZES 435px AND BELOW*/
@media screen and (max-width: 435px) {


.cta-small{
	    font: 14px/1.5 'Gilroy';
}

.one .container{
	    padding: 0 1em;
}

.logo-image{
	width:125px;
}

.one .container .copy h1, .two .container .copy h1{
	font: 22px/1.1 'Gilroy Extra Bold';
}
.one .container .copy p, .two .container .copy p{
	font: 16px/1.5 'Gilroy';
}
.two .container .copy{
	padding:1em 3em 0 3em;
}


.mobile-plans .company .name{
	font: 18px/1 'Gilroy Extra Bold';
}

.mobile-plans .mobile-rate{
	padding-top:1em;
	padding-bottom:1em;
	font: 14px/1 'Gilroy';
}

.mobile-plans .number{
	font: 28px/1 'Gilroy Extra Bold';
}

.the-catch{
	line-height: 1;
}

.the-catch hr{
	margin-top:0.5em;
	margin-bottom:1em;
	background-color:#000;
}

.mobile-catch-title{
	font: 16px/1 'Gilroy Extra Bold';
}

.mobile-catch-info{
	font: 12px/1.2 'Gilroy';
}


footer .menu-footer-left-container, 
footer .menu-footer-right-container{
	/*margin-top:3em;*/
}

footer .menu-footer-left-container,
footer .menu-footer-right-container {
    	width: 20%;
	}
footer .menu-footer-left-container li{
		float: left;
	}

}

/*** Simon's Blog Pages **/

.single .container {
    max-width: 1280px;
    padding: 0 40px;
}

.blog .banner, .single .banner {
    background-size: cover;
    height: 500px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    background-position: 50%;
}

.single article .banner {
    margin-bottom: 40px;
}

.banner .container {
    max-width: 1280px;
    margin: 0 auto;
    height: 100%;
    padding: 0 40px;
}

.single article .banner h1 {
    margin: 0 50% 0 auto;
    text-align: left;
    font-size: 32px;
    color: #000;
}

.single .related li {
    display: inline;
    width: calc(100% /3);
    float: left;
    padding-right: 2%;
}

.single .related a {
    text-decoration: none;
}

.blog .posts .row {
    clear: both;
    width: 100%;
    float: left;
}

.blog .posts {
    background: #ebf0f2;
    width: 100%;
    float: left;
    margin: 0;
	padding:4rem 10% 4rem 10%;
    width: 100%;
    list-style: none;
    position: relative;
}

.blog .site-main {
	max-width: 100%;
}	

.blog .container {
    max-width: 1280px;
	margin: 0 auto;
    height: 100%;
    padding: 0 40px;
}

.blog h2 {
	font-size:24px;
}

.blog .posts .blog-date {
	font-size:0.8em;
	text-align:right;
	float:right;
	padding-top:0.3em;
}
	
	
@media screen and (max-width: 800px) {
.divider-mobile {
	clear:both;
	padding-top:1rem;
	padding-bottom:0;
}
	
.blog .posts {
	padding:2rem 10% 2rem 10% !important;
}
	
.blog .posts article {
	float:none;
	clear:both;
	width:100%;
}
	
.page article {
	margin-bottom:0;
	padding: 0 1rem 4rem 2rem;
}
	
.blog .posts article:last-of-type {
	margin-bottom: 60px;
}
	
}

@media screen and (max-width: 500px) {

.blog .copy .btn {	
    display: block;
}
}

.blog .banner h2 {
    text-align: left;
}

.blog .banner .copy {
    text-align: left;
    max-width: 50%;
}

.blog .content-area a {
    text-decoration: none;
}

.blog .banner .copy {
    float: left;
    line-height: 1.5;
    padding: 0 40px;
    color: #000;
}

.blog .posts article {
    width: 47%;
    float: left;
    margin-bottom: 80px;
    margin-right: 3%;
}

.blog .posts .row {
    clear: both;
    width: 100%;
    float: left;
}

.blog .posts .meta {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.blog .posts article:last-of-type {
    float: left;
    margin: 0;
}

.blog a.read-more:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f105';
    font-size: 20px;
    margin-left: 9px;
    font-weight: 700;
}

.blog .posts .title {
    width: 70%;
    float: left;
}

.blog .banner {
    margin-bottom: 0;
}

@media screen and (max-width: 800px) {
.blog .posts article {
    float: none;
    clear: both;
    width: 100%;
}

.blog .posts article:last-of-type {
    margin-bottom: 60px;
}

.blog .posts {
    padding: 2rem 10% 2rem 10% !important;
}

.blog h2 {
    font-size: 20px;
}
}

@media (max-width: 767px) {
.blog .banner .copy {
    padding: 0;
}
}

.displaynone {
    display:none;
    visibility: hidden;
}

#home-get-started {
    margin-bottom:100px;
}

@media (min-width: 767px) {
#home-get-started {
    margin-bottom:200px;
}
}