/* RESET STYLES */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
button,
input,
select,
textarea {
  font-family: sans-serif;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
table button,
table input {
  *overflow: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* COLOURS & FONTS */
@font-face {
  font-family: 'Verb Light';
  src: url('../webfonts/verb-light.eot');
  src: url('../webfonts/verb-light.eot?#iefix') format('embedded-opentype'), url('../webfonts/verb-light.woff') format('woff'), url('../webfonts/verb-light.ttf') format('truetype'), url('../webfonts/verb-light.svg#ywftsvg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Verb Regular';
  src: url('../webfonts/verb-regular.eot');
  src: url('../webfonts/verb-regular.eot?#iefix') format('embedded-opentype'), url('../webfonts/verb-regular.woff') format('woff'), url('../webfonts/verb-regular.ttf') format('truetype'), url('../webfonts/verb-regular.svg#ywftsvg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Verb Regular Bold';
  src: url('../webfonts/verb-regular-bold.eot');
  src: url('../webfonts/verb-regular-bold.eot?#iefix') format('embedded-opentype'), url('../webfonts/verb-regular-bold.woff') format('woff'), url('../webfonts/verb-regular-bold.ttf') format('truetype'), url('../webfonts/verb-regular-bold.svg#ywftsvg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* BOSS.EDITOR STYLES */

body {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.975em;
  line-height: 140%;
  color: black;
}
.text-shadow {
  -webkit-text-shadow: 0 0px 1px white;
  -moz-text-shadow: 0 0px 1px white;
  text-shadow: 0 1px 0px white;
  -webkit-text-shadow: 0 0px 1px rgba(255, 255, 255, 0.8);
  -moz-text-shadow: 0 0px 1px rgba(255, 255, 255, 0.8);
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
}
a {
  text-decoration: none;
  color: black;
}
.content a {
  text-decoration: underline;
}
.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content .item-details a,
.content a.basic-btn {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}
p {
  line-height: 160%;
  margin: 0 0 20px 0;
}
h1 {
  font-size: 2.4em;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 110%;
  margin-bottom: 15px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  color: black;
  padding-bottom: 10px;
  border-bottom: 0px dashed #555555;
}
h2 {
  font-size: 2.1em;
  font-weight: 400;
  line-height: 110%;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
  color: black;
}
h3 {
  font-size: 1.8em;
  font-weight: 400;
  color: #333333;
  line-height: 110%;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
}
article h3 {
  margin-top: 0;
}
h4 {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 110%;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 2em 0 0.5em 0;
  color: #333333;
}
h4 a {
  color: #333333;
}
h5 {
  font-size: 0.85em;
  font-weight: 400;
  line-height: 110%;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 0.2em 0;
  color: #333333;
}
h5 a {
  color: #333333;
}
.page404 {
  text-align: center;
}
strong {
  font-weight: 600;
}
address {
  margin: 0 0 20px 0;
}
.articlebody a,
.text-content a {
  text-decoration: underline;
}
ol li h4 {
  margin-top: 1em;
}
ol li h6 {
  margin: 0.4em 0 0.2em 0;
}
/* HANDY CLASSES */

.nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.clear {
  clear: both;
}
.blue {
  color: #2aa3da;
}
.silver-grad {
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 1%, #dddbdc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fefefe), color-stop(100%, #dddbdc));
  background: -webkit-linear-gradient(top, #fefefe 1%, #dddbdc 100%);
  background: -o-linear-gradient(top, #fefefe 1%, #dddbdc 100%);
  background: -ms-linear-gradient(top, #fefefe 1%, #dddbdc 100%);
  background: linear-gradient(to bottom, #fefefe 1%, #dddbdc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dddbdc', GradientType=0);
}
.content-inner:before,
.content-inner:after,
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after,
.content-inner:after {
  clear: both;
}
.clearfix,
.content-inner {
  *zoom: 1;
}
/* MISC STYLES */

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: url(../bg-normal.png) repeat;
}
body.fnav-on {
  height: auto;
}
#container {
  min-height: 100%;
  position: relative;
}
.responseerror,
.responsemessage {
  background: none;
}
/* HEAD */

header {
  position: relative;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}
h1#logo {
  width: 70%;
  padding: 9px 0 6px 10%;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
}
h1#logo.on {
  -moz-box-shadow: -3px 5px 5px #1f84b2;
  -webkit-box-shadow: -3px 5px 5px #1f84b2;
  box-shadow: -3px 5px 5px #1f84b2;
}
h1#logo a {
  display: block;
}
h1#logo a img {
  max-width: 80px;
  display: block;
  margin: 16px 0;
}
#main-nav {
  height: 0;
  position: absolute;
  left: 0;
  top: 52px;
  width: 100%;
  overflow: hidden;
}
#main-nav.on {
  height: 205px;
  overflow: visible;
}
#main-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#main-nav li {
  background: #2aa3da;
  border-bottom: 1px solid #cccccc;
  width: 100%;
}
#main-nav li a {
  color: white;
  font-size: 1.4em;
  text-transform: uppercase;
  padding: 2px 0 0 4%;
  line-height: 185%;
  display: block;
}
#main-nav li .partner-login,
#main-nav li #nav-login {
  display: none;
}
#main-nav li.main.active {
  background: #dddddd;
}
#main-nav li.main.active a.page-link {
  background: #2aa3da;
}
#main-nav li ul {
  position: absolute;
  z-index: 1;
  top: 0;
  display: none;
  width: 100%;
}
#main-nav li.go-back {
  background: #5f5f5f;
  height: 50px;
  position: relative;
}
#main-nav li.go-back a.arrow-back {
  height: 40px;
  width: 70px;
  background: url(../nav-sprite.png) no-repeat 4% -80px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  padding: 0;
}
#main-nav li.go-back a.parent-link {
  text-align: center;
  padding: 0;
  line-height: 52px;
  height: 100%;
}
#menu-trigger {
  position: absolute;
  right: 0;
  top: 0;
  width: 26%;
  text-align: center;
  font-size: 1.4em;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 10;
  color: white;
  background: #2aa3da;
  height: 52px;
  line-height: 53px;
}
#menu-trigger:hover,
#menu-trigger.active {
  color: black;
}
.arrow-wrap {
  position: relative;
  float: right;
  width: 0;
  height: 0;
}
.arrow {
  display: block;
  position: absolute;
  right: 0;
  top: -40px;
  height: 38px;
  width: 40px;
  background-image: url(../nav-sprite.png);
  background-repeat: no-repeat;
}
.right-arrow {
  background-position: 0 0;
}
.plus-arrow {
  background-position: 0 -40px;
}
.down-arrow {
  background-position: 0 -80px;
}
.page-link span {
  display: none;
}
#hd-inner {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  position: relative;
}
#hd-inner h1 {
  margin: 0;
  line-height: 100%;
}
/* MAIN */

#main {
  min-height: 500px;
  padding-bottom: 315px;
}
.content {
  width: 100%;
  padding: 50px 0 0 0;
}
.content article {
  margin: 0;
  padding: 0 0 1em 0;
}
.content article ul {
  padding-left: 20px;
}
section {
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
}
section.on {
  background: url(../bg-light.png) repeat;
  -moz-box-shadow: 0 0 2px #cecece;
  -webkit-box-shadow: 0 0 2px #cecece;
  box-shadow: 0 0 2px #cecece;
}
section.on .file {
  background: url(../bg-normal.png) repeat;
}
section .file {
  background: url(../bg-light.png) repeat;
}
.file {
  padding: 30px;
  font-size: 0.7em;
  line-height: 138%;
  margin-top: 1em;
}
.file a {
  font-size: 1.5em;
}
.file a.icon {
  float: left;
  margin-right: 1em;
}
#section-1 {
  padding-top: 0;
}
.content-inner {
  max-width: 744px;
  padding: 0 8%;
  margin: 0 auto;
  position: relative;
}
.content-inner .hang-right {
  display: none;
}
.content-inner .hang-left {
  display: none;
}
.content-inner .inner-left,
.content-inner .inner-right {
  width: 100%;
  margin: 0 0 20px 0;
  float: left;
  clear: both;
}
.content-inner a:hover {
  text-decoration: underline;
}
.content-inner ul {
  padding-left: 20px;
}
#floating-nav {
  display: none;
}
/* FORMS */

.form-wrap {
  background: #b1b1b1;
}
form.content-form {
  margin: 8%;
  position: relative;
  padding-top: 30px;
}
form.content-form a.close-form {
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  background: url(../x.png) no-repeat;
  height: 17px;
  width: 17px;
}
form.content-form fieldset {
  /*overflow:hidden; (was hiding error label)*/
  width: 100%;
}
form.content-form .left,
form.content-form dl {
  margin: 0;
}
form.content-form .right {
  margin-bottom: 20px;
}
form.content-form dt,
form.content-form dd {
  width: 100%;
  clear: both;
}
form.content-form dd {
  margin: 0 0 10px 0;
  position: relative;
}
form.content-form label {
  text-transform: uppercase;
  color: #333333;
  font-size: 0.8em;
  line-height: 170%;
  text-align: left;
  font-weight: 700;
}
form.content-form label.error {
  color: #ca0000;
  position: absolute;
  right: 0;
  bottom: -25px;
  text-transform: none;
  font-weight: 300;
}
form.content-form input,
form.content-form textarea {
  background: white;
  border: none;
  padding: 5px 2%;
  width: 96%;
  font-size: 1.1em;
  line-height: 150%;
}
form.content-form input.error,
form.content-form textarea.error {
  border: 2px solid #ca0000;
  padding: 3px 2%;
  box-sizing: border-box;
  width: 100%;
}
form.content-form button {
  border-radius: 4px;
  padding: 15px 0;
  text-align: center;
  border: none;
  width: 100%;
  text-transform: uppercase;
}
form.content-form button.blue-btn {
  background: #2aa3da;
  color: white;
}
/* FOOTER */

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 260px;
  padding-top: 55px;
  background: #333333;
  color: white;
  box-shadow: inset 0px 18px 20px -17px black;
  -moz-box-shadow: inset 0px 18px 20px -17px black;
  -webkit-box-shadow: inset 0px 18px 20px -17px black;
}
#ft-inner {
  position: relative;
  width: 88%;
  height: 100%;
  padding: 0 6%;
  margin: 0 auto;
}
#ft-left {
  position: absolute;
  left: 6%;
  top: 0;
  padding-top: 5px;
  font-size: 1.6em;
  text-transform: lowercase;
  color: white;
  line-height: 100%;
  border-top: 5px solid #2aa3da;
}
#ft-main {
  position: relative;
  width: 100%;
  height: 100%;
}
#ft-main p {
  float: left;
  position: relative;
  z-index: 9;
  margin: 0px 30px 10px 0;
  font-size: 0.9em;
}
#ft-main p a {
  color: white;
}
#ft-main p span {
  font-size: 1.2em;
  line-height: 100%;
}
#ft-main a:hover {
  text-decoration: underline;
}
#ft-engine {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 56%;
  height: auto;
  max-width: 479px;
}
#ft-links {
  display: none;
}
/* HOME PAGE */

#desc-left {
  width: 100%;
  float: left;
  margin: 0 0 30px 0;
}
#desc-left .image {
  width: 100%;
  text-align: center;
}
#homeHole {
  background-color: #514a45;
  border-radius: 100%;
  width: 88%;
  max-width: 200px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: #222222 0px 0px 10px inset;
  text-align: center;
}
#homeHole img {
  height: 200px;
  margin-top: 10px;
}
.home-hd {
  background: black url(../home-hdbg.jpg) no-repeat center top;
}
#home-blurb {
  padding: 10%;
  overflow: hidden;
  max-width: 420px;
}
#home-blurb h1,
#home-blurb h2 {
  color: white;
  text-transform: none;
}
#home-blurb h1 {
  margin: 0;
  font-weight: 700;
  font-family: 'Verb Regular Bold', Helvetica, Arial, sans-serif;
}
#home-blurb h2 {
  font-size: 1.4em;
  margin-bottom: 25px;
  font-weight: 300;
  font-family: 'Verb Light', Helvetica, Arial, sans-serif;
}
#home-blurb.trainingvideo {
  width: 282px;
}
.pg-1 #main {
  min-height: 0;
  padding-bottom: 305px;
}
.pg-1 footer {
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: black;
}
.pg-1 footer h3,
.pg-1 footer a {
  color: black !important;
}
.pg-1 #ft-main {
  font-weight: 400;
}
.pg-1 #ft-engine {
  opacity: 0.9;
}
.pg-1 #ft-links {
  display: none !important;
}
/* G BUTTONS ETC. */
/* Implementation */

#somediv {
  background-color: #bada55;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
  background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
}
.standard-button {
  background-color: #2aa3da;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  width: 84%;
  height: 40px;
  color: white;
  text-decoration: none;
  text-align: left;
  padding: 2% 8%;
  margin: 0 0 10px 0;
  display: inline-block;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
  font-size: 1.1em;
  line-height: 40px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none !important;
}
.standard-button:hover {
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.05));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.05));
  background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.05));
  text-decoration: none !important;
  -webkit-transform: translate(0px, -5px);
  -moz-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  -o-transform: translate(0px, -5px);
}
.standard-button,
.btn-blue {
  background-color: #2aa3da;
}
.standard-button:hover,
.btn-blue:hover {
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.05));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.05));
  background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.05));
  text-decoration: none !important;
}
.btn-green {
  background-color: #00cda9;
}
.btn-icon {
  height: 36px;
  margin-right: 10px;
}
.img-naturalSize {
  height: auto;
  width: auto;
}
dl.list dt {
  float: left;
  width: auto;
}
dl.list dd {
  float: left;
  width: auto;
  margin: 0 40px 0 5px;
}
.designers-page #section-1 .left,
.designers-page #section-1 .right {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.designers-page #section-1 .right img {
  width: 100%;
  height: auto;
}
.designers-page #section-1 .text-content {
  font-size: 1.4em;
}
.designers-page #section-2 h2 {
  margin-bottom: 40px;
  font-weight: 300;
}
.designers-page #section-4 {
  padding: 90px 0 120px 0;
}
ul.feature-icons {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
ul.feature-icons li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  text-align: center;
}
ul.feature-icons li img {
  margin: 0 auto 15px auto;
  width: 109px;
  height: auto;
}
ul.feature-icons li h3 {
  font-size: 1.1em;
  margin: 0 0 5px 0;
  text-transform: none;
}
ul.feature-icons li p {
  font-size: 0.9em;
}
#register,
.pg-3 #section-1 {
  position: relative;
  padding-bottom: 0;
}
#register .content-inner,
.pg-3 #section-1 .content-inner {
  padding-bottom: 85px;
}
#register h3,
.pg-3 #section-1 h3 {
  font-size: 2.4em;
  text-transform: none;
  font-weight: 300;
}
#register div.left,
.pg-3 #section-1 div.left,
#register div.right,
.pg-3 #section-1 div.right {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}
#register .right img,
.pg-3 #section-1 .right img {
  width: 100%;
  height: auto;
}
#register .form-wrap,
.pg-3 #section-1 .form-wrap {
  height: 0;
  overflow: hidden;
}
#but-wait {
  float: right;
  margin: 30px 30px 20px 0;
}
.theres-more {
  display: block;
  font-size: 0.9em;
  padding-right: 70px;
  background: url(../so-much-more.png) no-repeat right center;
  color: #666666;
  text-transform: uppercase;
  line-height: 48px;
  text-decoration: none !important;
  margin-bottom: 10px;
}
h3.holestitle {
  text-transform: none;
  margin-bottom: 60px;
}
.bosslist {
  background: url(../gun.png) no-repeat 0 6px;
  padding-left: 25px;
  margin-bottom: 5px;
}
.boss-page #section-1 .right {
  display: none;
}
.boss-page #section-2 {
  padding: 80px 0;
}
.boss-page .text-content ul li {
  background: url(../gun.png) no-repeat 0 6px;
  padding-left: 25px;
  margin-bottom: 5px;
}
.boss-page #section-4 .content-inner {
  overflow: visible;
}
#quote-fader {
  display: none;
}
.pg-358 .content-inner ul li,
.casestudy ul li {
  list-style: none;
  background: url(../gun.png) no-repeat 0 6px;
  padding-left: 25px;
  margin-bottom: 5px;
}
.us-page #section-1 .left,
.us-page #section-1 .right {
  float: left;
  margin-bottom: 40px;
}
.us-page #section-1 h3 {
  font-weight: 600;
  margin-bottom: 20px;
}
.us-page #section-1 h4 {
  font-size: 1.1em;
  margin: 0;
}
.us-page #section-1 .right a {
  font-size: 0.8em;
  text-decoration: underline;
}
.us-page .history {
  padding-bottom: 100px;
}
.us-page .point .left,
.us-page .history .right {
  margin-bottom: 30px;
}
.us-page .point .left img,
.us-page .history .right img {
  width: 100%;
}
.blue-btn {
  border-radius: 4px;
  padding: 15px 0;
  text-align: center;
  border: none;
  text-transform: uppercase;
  background: #2aa3da;
  color: white;
  text-decoration: none !important;
  font-size: 0.8em;
}
.three-col .col,
.two-col .col {
  width: 100%;
  margin: 0 0 50px 0;
}
.three-col .col h3,
.two-col .col h3 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: none;
}
.three-col .image {
  width: 100%;
  margin-bottom: 44px;
}
.three-col .image img {
  width: 100%;
  height: auto;
  display: block;
}
.three-col .col h3 {
  margin-top: 0;
}
.two-col .image {
  text-align: center;
  margin-bottom: 25px;
}
.two-col .image img {
  width: auto;
  height: auto;
  display: inline;
}
.two-col a.silver-btn {
  float: right;
}
#the-quotes blockquote {
  margin: 0 0 0.3em 0;
}
#the-quotes .left div,
#the-quotes .right div {
  margin-bottom: 2em;
}
.update-row .left {
  text-transform: uppercase;
  color: #666666;
  font-weight: 400;
  margin-bottom: 10px;
}
#interesting {
  clear: both;
  overflow: hidden;
}
#interesting form {
  margin: 35px auto 0 auto;
}
.holecol {
  text-align: center;
  margin: 0 auto 20px auto;
}
.content article .holecol ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 0;
  font-size: 0.85em;
  margin-top: 1em;
}
.hole-wrap {
  width: 160px;
  margin: 0 auto 2em auto;
}
.hole-wrap h5 {
  color: #333333;
  font-weight: 700;
  margin: 0.7em 0 1px 0;
}
.hole-wrap h6 {
  font-size: 0.7em;
  font-weight: normal;
  color: #666666;
  text-transform: uppercase;
  line-height: 120%;
  margin: 0;
}
.hole-wrap sup {
  top: 0;
  color: #999999;
  font-size: 100%;
}
.hole-wrap a {
  text-decoration: none;
}
.holecol .hole-wrap.smallcircles .hole {
  width: 53px;
  height: 53px;
  background-color: white;
  line-height: 53px;
  float: left;
  margin: 4% 9% 5% 0;
}
.hole {
  width: 160px;
  height: 160px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
}
.hole img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 100%;
  width: 100%;
  height: auto;
}
.hole .shadow {
  -moz-box-shadow: inset 2px 2px 7px #333333;
  -webkit-box-shadow: inset 2px 2px 7px #333333;
  box-shadow: inset 2px 2px 7px #333333;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hole .shadow h4 {
  line-height: 160px;
  font-weight: bold;
  font-size: 2.7em;
  margin-top: 0;
}
.pricing .hole img {
  background-color: white;
}
#creepy {
  display: none;
}
.text-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.text-content ul li {
  padding-left: 35px;
  background: url(../blue-bullet.png) no-repeat left 2px;
  margin-bottom: 15px;
}
.silver-btn {
  display: block;
  float: left;
  padding: 17px 30px 15px 30px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 1%, #dddbdc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fefefe), color-stop(100%, #dddbdc));
  background: -webkit-linear-gradient(top, #fefefe 1%, #dddbdc 100%);
  background: -o-linear-gradient(top, #fefefe 1%, #dddbdc 100%);
  background: -ms-linear-gradient(top, #fefefe 1%, #dddbdc 100%);
  background: linear-gradient(to bottom, #fefefe 1%, #dddbdc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dddbdc', GradientType=0);
  -moz-box-shadow: 0 0 3px #999999;
  -webkit-box-shadow: 0 0 3px #999999;
  box-shadow: 0 0 3px #999999;
  font-size: 0.8em;
  text-transform: uppercase;
  line-height: 100%;
  color: #2aa3da;
  font-weight: 400;
  text-decoration: none !important;
}
.silver-btn.open-compare {
  float: none;
  margin: 1em auto 1em auto;
  width: 40%;
  text-align: center;
}
.pg-3 .pagedesc {
  font-size: 1.1em;
}
.pg-20 .blue-btn {
  width: 100%;
  display: block;
}
.on article.boxedol ol li.a {
  background: transparent url(../bg-normal.png) repeat;
}
article.boxedol ol {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
article.boxedol ol li {
  padding: 30px;
}
article.boxedol ol li.a {
  background: transparent url(../bg-light.png) repeat;
}
article.boxedol ol li.randombox {
  list-style-type: none;
  background: #2aa3da no-repeat center center;
  height: 100px;
}
article.boxedol ol li.randombox.rand1 {
  background: #555555 url(/assets/r2clear.png) no-repeat center center;
}
article.boxedol ol li.randombox.rand2 {
  background: #2aa3da url(/assets/r3clear.png) no-repeat center center;
}
article.boxedol ol li.randombox.rand3 {
  background: #333333 url(/assets/r4clear.png) no-repeat center center;
}
article.boxedol ol li.randombox.rand4 {
  background: #555555 url(/assets/r1clear.png) no-repeat center center;
}
article.boxedol ol li.randombox.rand5 {
  background: #2aa3da url(/assets/r5clear.png) no-repeat center center;
}
.titlebox {
  padding: 30px;
  background: #2aa3da no-repeat center center;
  margin-bottom: 1em;
}
.titlebox h3 {
  color: white;
  text-align: center;
  margin: 0;
}
.pricebar {
  background-color: #2aa3da;
  padding: 0.8em;
  text-transform: uppercase;
  color: white;
  position: relative;
  width: 80%;
  border: solid 3px white;
}
.pricebar div {
  position: absolute;
  right: -10%;
  width: 80px;
  height: 50px;
  top: -19px;
  text-align: center;
  padding-top: 30px;
  border-radius: 44px;
  background-color: #2aa3da;
  border: solid 3px white;
  font-size: 1.5em;
}
.holecol {
  margin: 0 auto 60px auto;
}
.wide-content .pricing .holecol {
  margin: 0 0% 1em 0.8%;
}
.requirements dt {
  float: left;
  width: 50%;
  clear: left;
}
.requirements dd {
  width: 50%;
  margin-left: 50%;
  text-align: right;
  margin-bottom: 0.4em;
}
.requirements .em {
  text-transform: uppercase;
}
.requirements dd.em {
  font-weight: bold;
}
.requirements dd a {
  font-size: 0.8em;
}
.content-inner ul.speakbubbles {
  position: relative;
  padding-left: 0;
}
.content-inner ul.speakbubbles li {
  list-style-type: none;
  margin-top: 94px;
}
.content-inner ul.speakbubbles h4 {
  font-weight: bold;
  font-size: 0.8em !important;
}
.content-inner ul.speakbubbles p {
  position: relative;
}
.content-inner ul.speakbubbles p a {
  color: white;
  position: absolute;
  top: -82px;
  display: block;
  background-color: #2aa3da;
  padding: 14px 15px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  border-radius: 14px;
  text-decoration: none !important;
  font-size: 1em !important;
  text-align: center;
  min-width: 125px;
}
.content-inner ul.speakbubbles p span {
  display: block;
  height: 10px;
  background: transparent url(/assets/speakleft.png) no-repeat 0px 0;
  width: 100px;
  position: absolute;
  bottom: -10px;
  left: 20px;
}
.content-inner ul.speakbubbles p span.r {
  background: transparent url(/assets/speakright.png) no-repeat 9px 0;
}
ul.anchors {
  margin: 20px 0 0 0;
  padding: 0;
}
ul.anchors li {
  float: left;
  margin: 0 1px 1px 0;
}
ul.anchors li a {
  line-height: 1.8em;
  background: white;
  text-decoration: none !important;
  padding: 0.2em 0.6em 0.2em 0.6em !important;
  text-transform: uppercase;
}
ul.anchors li a:hover {
  background: #2aa3da;
  color: white;
}
.content-inner.subnav {
  padding: 0 0 50px 0;
}
#desc-right {
  margin-bottom: 1em;
}
.upLink {
  position: absolute;
  background-color: white;
  right: 8%;
  bottom: 0;
  opacity: 0.8;
}
.upLink a {
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 1em;
  display: block;
}
.anchorStyle article {
  padding-bottom: 90px;
}
.casestudy {
  padding-bottom: 60px !important;
}
.casestudy .upLink {
  margin-right: 0;
}
.casestudy .media {
  margin-bottom: 50px;
}
.casestudy .media img {
  width: 100%;
}
.pg-324 p.caption {
  margin: 30px 0 20px 0;
  width: 60%;
}
.pg-205 article {
  padding: 0;
}
.pg-205 article .holes {
  width: 30%;
  float: left;
}
.pg-205 article .articlebody {
  width: 70%;
  padding: 0;
  float: left;
}
#pagedesc div.right {
  display: none;
}
.text-content ul.checklist {
  padding: 0;
}
.text-content ul.checklist li {
  background: transparent url(/assets/untick.png) no-repeat 0 0;
  list-style: none;
  padding: 6px 0 22px 48px;
  font-size: 1em;
  color: black;
  margin: 0;
}
.text-content ul.checklist li.checked {
  background-image: url(/assets/tick.png);
}
.boss-buckets .text-content {
  position: relative;
  padding-bottom: 50px;
  min-height: 200px;
}
.boss-buckets a.blue-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 700;
  padding: 12px 30px;
}
#map {
  width: 100%;
  height: 400px;
}
#more-links .left {
  margin-bottom: 35px;
  width: 100%;
}
#more-links .left h4 {
  width: 166px;
  height: 150px;
  margin: 0 auto;
  background: #2aa3da;
  -moz-border-radius: 250px;
  -webkit-border-radius: 250px;
  -khtml-border-radius: 250px;
  border-radius: 250px;
  padding-top: 105px;
  padding: 100px 42px 0 42px;
  color: white;
  text-align: center;
  border: 4px solid white;
}
#more-links .right {
  padding-right: 36px;
}
#more-links .theres-more {
  float: right;
  margin-bottom: 20px;
  clear: both;
}
article .image img {
  width: 100%;
  height: auto;
}
#profilebuttons,
.profilebuttons {
  clear: both;
  margin-right: 1.1em;
}
#profilebuttons div.highsur,
.profilebuttons div.highsur {
  float: left;
  width: 100%;
  padding: 0.5em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 1em;
}
#profilebuttons div.highsur h4,
.profilebuttons div.highsur h4 {
  margin-top: 0;
  font-size: 1.3em;
}
#profilebuttons div.highsur.selected,
.profilebuttons div.highsur.selected {
  background-color: white;
}
#profilebuttons a,
.profilebuttons a {
  float: none;
  margin: 0.5em 0;
  text-align: center;
  padding: 17px 0px 15px 0px;
}
#profilebuttons.blue div.highsur {
  background-color: #2aa3da;
  color: white;
}
#profilebuttons.grey div.highsur {
  background-color: #919191;
  color: white;
}
#profilebuttons.white div.highsur {
  background-color: white;
  color: black;
  border: solid 2px white;
}
#profilebuttons.white div.highsur:hover {
  background-color: transparent;
}
.termshosting {
  margin: 2em 0 0 0;
  line-height: 120%;
  clear: left;
}
small {
  font-size: 65%;
}
table.packageexamples {
  border-collapse: separate;
}
table.packageexamples th {
  text-align: left;
}
table.packageexamples th.price,
table.packageexamples td.price {
  font-weight: normal;
}
table.packageexamples ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
table.packageexamples li {
  margin: 3px 0 3px 0;
}
table.packageexamples.single {
  width: 80%;
}
table.packageexamples.single td {
  width: 67%;
}
table.packageexamples.single td.price {
  width: 33%;
}
/* less than 760px */

@media only screen and (max-width: 760px) {
  table.packageexamples {
    display: block;
  }
  table.packageexamples thead,
  table.packageexamples tbody,
  table.packageexamples th,
  table.packageexamples td,
  table.packageexamples tr {
    display: block;
  }
  table.packageexamples thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.packageexamples td {
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-left: 50%;
  }
  table.packageexamples td:before {
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  table.packageexamples td:nth-of-type(1):before {
    content: "";
  }
  table.packageexamples td:nth-of-type(2):before {
    content: "Standard";
  }
  table.packageexamples td:nth-of-type(3):before {
    content: "Retailer";
  }
  table.packageexamples td:nth-of-type(4):before {
    content: "Blogger";
  }
  table.packageexamples td:nth-of-type(5):before {
    content: "Community";
  }
}
/** MEDIA QUERIES **/

@media only screen and (max-width: 767px) {
  #start .left {
    width: 100%;
    margin-bottom: 30px;
  }
  #start .left img {
    display: block;
    width: 100%;
    height: auto;
  }
  #start .right {
    width: 100% !important;
  }
  #start #mc-embedded-subscribe-form h2 {
    margin-bottom: 10px !important;
  }
  #start #mc-embedded-subscribe-form p {
    margin-bottom: 20px !important;
  }
  #start #mc-embedded-subscribe-form label,
  #start #mc-embedded-subscribe-form input {
    display: block !important;
    width: 100% !important;
    clear: both;
    margin: 0 !important;
  }
  #start #mc-embedded-subscribe-form #mc-embedded-subscribe {
    margin-top: 20px !important;
  }
}
@media only screen and (min-width: 480px) {
  .standard-button {
    text-align: center;
    width: 43%;
    padding: 1em;
    font-size: 1em;
    margin: 0;
    max-width: 250px;
    float: left;
  }
  .standard-button.btn-left {
    border-radius: 5px 0 0 5px;
  }
  .standard-button.btn-left:hover {
    text-decoration: none;
  }
  .standard-button.btn-mid {
    border-radius: 0 5px 5px 0;
  }
  .standard-button.btn-mid:hover {
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.05));
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.05));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.05));
    background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.05));
    background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.05));
    text-decoration: none;
  }
  .content-inner {
    max-width: 744px;
    padding: 0 4%;
    margin: 0 auto;
    position: relative;
  }
  .content-inner.articleNavOn {
    width: 80%;
    padding: 0 16% 0 4%;
  }
  .content-inner .hang-right {
    display: block;
    position: absolute;
    right: 1%;
    top: 0;
    width: 8%;
    padding-left: 4%;
    height: 105%;
    border-left: 1px dashed #aaaaaa;
  }
  .content-inner .hang-left {
    display: block;
    position: absolute;
    width: 8%;
    left: 0;
    top: 0;
  }
  .content-inner .hang-left h3 {
    border-top: 5px solid #2aa3da;
    line-height: 1.9em;
    text-transform: lowercase;
    color: black;
  }
  .content-inner.norightpad {
    max-width: 860px;
    padding-right: 0;
  }
  .content-inner.norightpad .hang-left {
    width: 12%;
  }
  .content-inner .inner-left,
  .content-inner .inner-right {
    clear: none;
    margin-bottom: 0;
  }
  .content-inner .inner-left {
    width: 50%;
    float: left;
    margin-right: 4%;
  }
  .content-inner .inner-right {
    width: 35%;
    float: left;
  }
  .content-inner .inner-left.aside {
    width: 30%;
  }
  .content-inner .inner-right.aside {
    width: 66%;
  }
  .anchor-btn {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
  }
  .anchor-btn .abtn-img {
    display: block;
    width: 50%;
    margin: 0 auto 0.5em auto;
  }
  .anchor-btn .abtn-img img {
    width: 100%;
    height: auto;
  }
  .anchor-btn .abtn-text {
    width: 100%;
    display: block;
    text-align: center;
    color: #333333;
    text-transform: uppercase;
    font-size: 1.1em;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 600;
  }
  .anchor-btn .abtn-text:hover {
    text-decoration: none;
  }
  .next-btn {
    background: url(../next-btn.png) no-repeat center top;
  }
  .top-btn {
    background: url(../top-btn.png) no-repeat center top;
  }
  #floating-nav {
    display: none;
    width: 76px;
    padding-bottom: 20px;
    border-left: 1px dashed #aaaaaa;
    position: absolute;
    top: 355px;
    z-index: 9999;
  }
  #floating-nav.fixNav {
    position: fixed;
    top: 50px;
  }
  #floating-nav a.disabled {
    opacity: 0.5;
  }
  .home-hd {
    background: black url(../home-hdbg.jpg) no-repeat -205px top;
  }
  .holecol {
    float: left;
    margin: 0 4px 60px 4px;
  }
  .hole-wrap {
    float: left;
    width: 130px;
    margin: 0 1.3em 4em 0;
    text-align: center;
  }
  .hole-wrap h5 {
    font-size: 0.75em;
  }
  .hole-wrap h6 {
    font-size: 0.6em;
  }
  .pricing .hole-wrap {
    margin: 0 0 0.8em 0;
  }
  .pricing .hole-wrap .shadow {
    -moz-box-shadow: inset 0px 0px 0px #333333;
    -webkit-box-shadow: inset 0px 0px 0px #333333;
    box-shadow: inset 0px 0px 0px #333333;
  }
  .hole {
    width: 130px;
    height: 130px;
  }
  .hole .shadow h4 {
    font-size: 2em;
    line-height: 130px;
  }
  #home-blurb.trainingvideo {
    width: 400px;
  }
}
@media only screen and (min-width: 768px) {
  #main {
    font-size: 1.15em;
    line-height: 140%;
  }
  header {
    height: 245px;
    border-bottom: 10px solid #dddddd;
    background: #05050d url(../hd-bg.jpg) center 0 no-repeat;
    z-index: 99;
  }
  #hd-inner {
    padding: 35px 0 0 0;
    font-size: 0.85em;
    width: 96%;
    margin: 0 auto;
  }
  h1 {
    font-size: 3em;
    line-height: 120%;
  }
  h1#logo {
    width: 11.17%;
    float: left;
    border: solid 1px white;
    height: 66px;
    padding: 0;
    box-shadow: none !important;
    position: relative;
  }
  h1#logo a img {
    max-width: 76px;
    margin: 24px auto;
  }
  #menu-trigger {
    display: none;
  }
  #main-nav {
    width: 88.82%;
    height: auto;
    float: left;
    overflow: visible;
    position: static;
  }
  #main-nav li {
    float: left;
    margin: 0 0 0.23% 0.23%;
    position: static;
    border: none;
    background: none;
  }
  #main-nav li a {
    color: #555555;
    background: white;
    display: block;
    font-size: 1.6em;
    line-height: 100%;
    width: 96%;
    width: auto;
  }
  #main-nav li a span {
    display: block;
    font-size: 0.462em;
    line-height: 100%;
    text-transform: none;
  }
  #main-nav li:hover,
  #main-nav li.active {
    background: none;
  }
  #main-nav li:hover a,
  #main-nav li.active a {
    color: white;
    background: #2aa3da;
  }
  #main-nav li .partner-login,
  #main-nav li #nav-login {
    display: block;
  }
  #main-nav li.go-back {
    display: none;
  }
  #main-nav li.active .sub-pages {
    display: block;
  }
  #main-nav li.main {
    width: 28.86%;
    height: 66px;
  }
  #main-nav li.main a {
    padding: 27px 0 0 4%;
    height: 39px;
  }
  #main-nav li.mini {
    width: 12.24%;
    height: 32px;
    font-size: 0.692em;
  }
  #main-nav li.mini a {
    display: block;
    padding: 0 0 0 0.6em;
    height: 100%;
    line-height: 35px;
    text-align: left;
  }
  #main-nav li.mini-3 {
    height: 33px;
    margin-bottom: 1px;
  }
  #main-nav span.arrow {
    display: none;
  }
  #main-nav #first-main {
    position: relative;
  }
  #main-nav #first-main a.partner-login {
    text-align: right;
    position: absolute;
    top: -15px;
    right: 0;
    height: 15px;
    min-width: 66px;
    font-size: 0.7em;
    padding: 0 7px;
    line-height: 1.8em;
    width: 49%;
  }
  #main-nav #first-main a.partner-login.on {
    background: #2aa3da;
    color: white;
  }
  #main-nav #first-main #nav-login {
    width: 96%;
    height: 0;
    overflow: hidden;
    padding: 0 2%;
    background: #2aa3da;
    position: absolute;
    top: 0;
    left: 0;
    transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
  }
  #main-nav #first-main #nav-login input {
    float: left;
    margin-top: 5px;
    border: none;
    padding: 5px 2%;
    width: 64%;
    font-size: 0.8em;
  }
  #main-nav #first-main #nav-login button {
    height: 53px;
    width: 29%;
    background: black;
    color: #2aa3da;
    text-transform: uppercase;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 1em;
    position: absolute;
    top: 7%;
    right: 2%;
    border: none;
  }
  #main-nav #first-main #nav-login .logged-in {
    color: white;
    padding: 10px 5%;
  }
  #main-nav #first-main #nav-login .logged-in h3,
  #main-nav #first-main #nav-login .logged-in p,
  #main-nav #first-main #nav-login .logged-in a {
    margin: 0;
    padding: 0;
    text-align: left;
    height: auto;
  }
  #main-nav #first-main #nav-login .logged-in a {
    font-size: 1em;
    color: white;
    display: inline;
  }
  #main-nav #first-main #nav-login .logged-in small {
    font-size: 0.7em;
    color: white;
  }
  #main-nav #first-main #nav-login.on {
    height: 100%;
  }
  #main-nav #first-main .sub-pages {
    left: 0;
    top: 68px;
    width: 300%;
  }
  #main-nav .sub-pages {
    position: absolute;
    top: 103px;
    left: 11.4%;
    margin: 0;
    width: 88.6%;
  }
  #main-nav .sub-pages.active {
    display: block;
  }
  #main-nav .sub-pages li.active .subSubs {
    display: block;
  }
  #main-nav .sub-pages li.active a,
  #main-nav .sub-pages a:hover {
    background: #2aa3da;
  }
  #main-nav .sub-pages li {
    float: left;
    width: auto;
    height: auto;
    margin: 0 2px 2px 0;
  }
  #main-nav .sub-pages li a {
    width: auto;
    color: #555555;
    background: white;
    display: block;
    padding: 0.1em 0.6em 0.1em 0.6em !important;
    font-size: 1.2em;
    line-height: 1.2em;
    height: auto !important;
  }
  #main-nav .sub-pages li.active a,
  #main-nav .sub-pages li:hover a {
    color: white;
    background: #2aa3da;
  }
  #main-nav .sub-pages .subSubs {
    display: none;
    position: absolute;
    left: 0;
    top: auto;
    width: 87%;
    margin: 2px 0 0 0;
  }
  #main-nav .sub-pages .subSubs li a {
    background: white;
    color: #666666;
    font-size: 1em;
  }
  #main-nav .sub-pages .subSubs li.active a,
  #main-nav .sub-pages .subSubs li:hover a {
    background: #2aa3da;
    color: white;
  }
  #main-nav a.arrow {
    display: none !important;
  }
  .content-inner {
    padding: 0 116px;
  }
  .content-inner .inner-left {
    width: 56%;
  }
  .content-inner.articleNavOn {
    width: auto;
    padding: 0 116px;
  }
  .content-inner .articlebody {
    padding-right: 10%;
  }
  .content-inner .articlebody.nopadding {
    padding-right: 0;
  }
  .features-page .content-inner .articlebody {
    padding-right: 0;
  }
  .wide-content .content-inner,
  .content-inner.wide {
    padding-left: 0;
    padding-right: 0;
    max-width: 960px;
    width: 92%;
  }
  #pagedesc {
    padding: 0;
  }
  #pagedesc #creepy {
    top: 85px;
    left: 0;
    margin-left: 0;
  }
  #pagedesc .theres-more {
    float: right;
    clear: both;
    margin: 35px 0 0 0;
  }
  #ft-main p {
    margin: 16px 30px 0px 0;
  }
  #ft-inner {
    max-width: 851px;
    width: 85%;
    padding: 0;
  }
  #ft-left {
    left: 10px;
    top: 0;
    margin: 0;
  }
  #ft-engine {
    right: 10px;
  }
  .pg-1 #ft-engine {
    right: 0;
  }
  #ft-links {
    display: block;
    position: absolute;
    bottom: 3%;
    left: 0;
    font-size: 0.8em;
    color: gray;
    z-index: 9;
  }
  #ft-links a {
    color: gray;
  }
  #desc-left {
    width: 30%;
  }
  #desc-right {
    width: 68%;
    float: left;
  }
  .standard-button {
    width: 46%;
    font-size: 0.9em;
    padding: 3% 2%;
  }
  #bubbles .bubblewrap {
    display: block;
  }
  .previewMode .hang-right {
    display: none;
  }
  .home-hd {
    height: 500px;
    background: black url(../home-hdbg.jpg) no-repeat -212px top;
  }
  #home-blurb {
    width: 74%;
    margin: 80px auto;
    padding: 0;
  }
  #home-blurb h1 {
    font-size: 2.3em;
  }
  #home-blurb.trainingvideo {
    width: 640px;
  }
  .designers-page #section-1 .left {
    width: 50%;
  }
  .designers-page #section-1 .right {
    width: 50%;
    text-align: right;
  }
  .designers-page #section-1 .text-content {
    padding: 30px 20px 0 0;
  }
  .designers-page #register,
  .designers-page .pg-3 #section-1 {
    padding: 100px 0 0 0;
  }
  .designers-page #register div.left,
  .designers-page .pg-3 #section-1 div.left {
    width: 40%;
  }
  .designers-page #register div.right,
  .designers-page .pg-3 #section-1 div.right {
    width: 60%;
    margin-right: 0;
    text-align: center;
  }
  ul.feature-icons li {
    width: 29%;
    margin: 0 2% 20px 2%;
  }
  ul.feature-icons li.clear {
    width: 100%;
  }
  .boss-page #section-1 .left {
    width: 50%;
  }
  .boss-page #section-1 .right {
    display: block;
    width: 45%;
  }
  #quote-fader {
    display: block;
    padding: 0;
    margin: 0;
    height: 432px;
    width: 432px;
    overflow: hidden;
  }
  #quote-fader li.quote-wrap {
    padding: 0;
  }
  #quote-fader .quote {
    padding: 65px 17% 0 17%;
    font-size: 0.9em;
    line-height: 140%;
    margin-bottom: 10px;
  }
  #quote-fader .quote-master {
    padding: 0 17%;
    font-size: 0.9em;
    line-height: 100%;
  }
  #the-quotes .left,
  #the-quotes .right {
    float: left;
    width: 45%;
  }
  #the-quotes .left {
    margin-right: 5em;
  }
  .us-page #section-1 .left {
    width: 65%;
    padding-right: 3%;
    padding-bottom: 30px;
  }
  .us-page #section-1 .right {
    width: 28%;
    padding-left: 3%;
  }
  .us-page #section-1 .right h3 {
    margin-top: 0;
  }
  .us-page .point .content-inner {
    padding: 0 4%;
  }
  .us-page .point .left {
    width: 40%;
    margin: 0 5% 0 0;
    text-align: center;
  }
  .us-page .point .right {
    width: 55%;
    margin: 45px 0 0 0;
    padding: 0;
  }
  .us-page .history .content-inner {
    padding: 0 4%;
  }
  .us-page .history .left {
    width: 55%;
    margin-right: 5%;
  }
  .us-page .history .right {
    width: 40%;
  }
  .us-page .history .blue-btn {
    float: left;
    width: auto;
    padding: 12px 30px;
  }
  .pg-357 #pagedesc h1 {
    font-size: 2.3em;
    line-height: 120%;
  }
  #creepy {
    display: block;
    position: absolute;
    left: 10%;
    bottom: 0;
  }
  #creepy img,
  #creepy p {
    float: left;
  }
  #creepy p {
    margin: 12px 0 0 10px;
  }
  #quote-view {
    width: 100%;
  }
  #quote-view dt {
    width: 35%;
  }
  #quote-view dd {
    width: 63%;
  }
  .blue-circle {
    background: url(../big-blue.png) no-repeat center top;
    background-size: contain;
    min-height: 300px;
  }
  .quote-wrap {
    padding: 22% 17%;
    color: white;
    font-style: italic;
    text-align: justify;
  }
  .quote-master {
    text-align: center;
    font-weight: 700;
  }
  .three-col .col {
    width: 32%;
    margin: 0;
    float: left;
  }
  .three-col .col .text-content {
    line-height: 140%;
  }
  .three-col .col.mid {
    margin: 0 2%;
  }
  .wide-content .three-col .col {
    width: 30%;
  }
  .wide-content .three-col .col.mid {
    margin: 0 5%;
  }
  .wide-content #pagedesc.narrow-desc {
    padding: 0 116px;
  }
  .update-row {
    overflow: hidden;
    width: 100%;
  }
  .update-row .left,
  .update-row .right {
    padding-top: 30px;
    border-top: 1px solid #cccccc;
  }
  .update-row .left {
    width: 30%;
    margin-right: 5%;
  }
  .update-row .right {
    width: 65%;
  }
  .two-col .col {
    width: 45%;
    margin: 0;
    float: left;
  }
  .two-col .col.left {
    margin: 0 10% 0 0;
  }
  .tgnzie .two-col .col.left {
    width: 60%;
  }
  .tgnzie .two-col .col.right {
    width: 20%;
  }
  .blue-btn {
    width: auto;
  }
  li.randombox {
    height: 140px !important;
  }
  ul.anchors li a {
    line-height: 1.7em;
  }
  .casestudy .media {
    float: right;
    margin-left: 50px;
  }
  .titlebox {
    height: 140px;
  }
  .titlebox h3 {
    margin: 55px 0 0 100px;
  }
  .titlebox.r1clear {
    background: #555555 url(/assets/r1clear.png) no-repeat 50px center;
  }
  .titlebox.r2clear {
    background: #555555 url(/assets/r2clear.png) no-repeat 50px center;
  }
  .titlebox.r3clear {
    background: #2aa3da url(/assets/r3clear.png) no-repeat 50px center;
  }
  .titlebox.r4clear {
    background: #333333 url(/assets/r4clear.png) no-repeat 50px center;
  }
  .titlebox.r5clear {
    background: #2aa3da url(/assets/r5clear.png) no-repeat 50px center;
  }
  .upLink {
    right: 116px;
  }
  .wide-content .upLink {
    right: 0;
  }
  .pg-19 #section-1 .text-content {
    padding-top: 35px !important;
  }
  #more-links .left {
    width: 45%;
    margin-right: 5%;
  }
  #more-links .left h4 {
    float: right;
  }
  #more-links .right {
    width: 29%;
    float: left !important;
    margin-top: 35px;
  }
  #desc-left .image {
    text-align: left;
  }
  #desc-left .image img {
    width: 80%;
    height: auto;
  }
  #profilebuttons div.highsur,
  .profilebuttons div.highsur {
    width: 196px;
    margin: 0 0.7em 0 0;
    text-align: center;
  }
  #profilebuttons div.highsur h4,
  .profilebuttons div.highsur h4 {
    font-size: 1em;
    font-weight: bold;
  }
  #profilebuttons a,
  .profilebuttons a {
    padding: 17px 10px 15px 10px;
  }
  table.packageexamples {
    width: 100%;
  }
  table.packageexamples tbody td {
    padding: 3px 10px 10px 10px;
    border-top: solid 1px #dfdfdf;
    border-bottom: solid 1px white;
  }
  table.packageexamples thead th:nth-of-type(even),
  table.packageexamples tbody td:nth-of-type(even) {
    background: url(../bg-light.png) repeat;
  }
  table.packageexamples th,
  table.packageexamples td {
    text-align: center;
    width: 20%;
  }
  table.packageexamples thead td {
    color: white;
    background-color: #2aa3da;
    padding: 10px 0px;
  }
  table.packageexamples thead th {
    padding: 6px 0px;
  }
  table.packageexamples thead td.price {
    background-color: transparent;
  }
  table.packageexamples tfoot tr.checkbox td {
    color: black;
    padding-top: 1em;
    vertical-align: bottom;
    font-size: 0.7em;
  }
  table.packageexamples td {
    font-size: 0.8em;
    line-height: 138%;
    vertical-align: bottom;
  }
  table.packageexamples sub {
    text-align: right;
    display: block;
    margin: 2em 0 0.5em 0;
    opacity: 0.3;
  }
  table.packageexamples td.price,
  table.packageexamples th.price {
    border-width: 0;
    width: 20%;
    padding: 0;
  }
  table.packageexamples tbody .pricing {
    padding-top: 0;
    margin: 0 0 0 13%;
  }
  table.packageexamples tbody td:hover {
    background-color: white;
    background-image: none;
  }
  table.packageexamples tbody td.price:hover {
    background-color: transparent;
  }
  table.packageexamples tbody sub {
    opacity: 100;
  }
  table.packageexamples .hole,
  table.packageexamples .holecol {
    width: 130px;
    height: 130px;
  }
  table.packageexamples .holecol {
    margin: 0.5em auto !important;
  }
  table.packageexamples .hole {
    margin-bottom: 0;
  }
  table.packageexamples .hole .shadow h4 {
    line-height: 130px;
  }
  #start .left {
    width: 32%;
  }
  #start .left img {
    display: block;
    width: 100%;
    height: auto;
  }
  #start .right {
    margin-bottom: 30px;
  }
  #start #mc-embedded-subscribe-form h2 {
    margin: 0 0 10px 0 !important;
  }
  #start #mc-embedded-subscribe-form p {
    margin-bottom: 20px !important;
  }
  #start #mc-embedded-subscribe-form label {
    float: left;
    clear: left;
    width: 17%;
    margin-right: 4%;
    line-height: 34px;
  }
  #start #mc-embedded-subscribe-form input {
    float: left;
    width: 78%;
  }
  #mc_embed_signup .mc-field-group {
    width: 100% !important;
    padding: 0 !important;
  }
  #mc_embed_signup .button {
    width: auto !important;
    float: right !important;
  }
}
@media only screen and (min-width: 810px) {
  .wide-content .pricing .holecol {
    margin: 0 0.8% 1em 1%;
  }
}
@media only screen and (min-width: 917px) {
  h1#logo a img {
    max-width: 80px;
  }
  #main-nav #first-main a.partner-login {
    width: 44%;
  }
  #main-nav li.mini-3 {
    height: 32px;
    margin-bottom: 2px;
  }
  .standard-button {
    width: auto;
    min-width: 210px;
    font-size: 1em;
    padding: 1em;
  }
  #hd-inner {
    width: 100%;
    font-size: 1em;
  }
  #main-nav li.main a {
    padding-top: 20px;
    height: 46px;
  }
  #ft-inner {
    width: auto;
    max-width: 976px;
  }
  #ft-main p {
    font-size: 1em;
  }
  #ft-main p.firstfoot {
    margin-right: 500px;
  }
  .home-hd {
    background: black url(../home-hdbg.jpg) no-repeat center top;
    height: 587px;
  }
  #home-blurb {
    width: 560px;
    padding-right: 410px;
    margin: 95px auto 0 auto;
    max-width: 640px;
  }
  #home-blurb h1 {
    font-size: 3.2em;
  }
  #home-blurb h2 {
    font-size: 1.85em;
    line-height: 140%;
    width: auto;
  }
  #home-blurb.trainingvideo {
    margin-top: 68px;
  }
  .pg-204 #home-blurb {
    width: 660px;
    padding-right: 310px;
  }
  .wide-content .content-inner {
    width: 100%;
  }
  .designers-page #section-1 .text-content {
    padding-top: 25px;
  }
  #creepy {
    left: 50%;
    margin-left: -450px;
  }
  #pagedesc .left {
    width: 60%;
  }
  #pagedesc div.right {
    width: 35%;
    display: block;
  }
  .holecol {
    float: left;
    margin: 0 12px 0 0;
  }
  .holecol#hole-9,
  .holecol#hole-10 {
    display: block;
  }
  .hole,
  .hole-wrap {
    width: 160px;
    height: 160px;
  }
  .hole .shadow h4 {
    line-height: 160px;
    font-size: 2.7em;
  }
  .wide-content .hole-wrap.smallcircles {
    margin-right: 0;
  }
  .wide-content .hole-wrap.smallcircles .hole {
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
  .wide-content .holecol {
    margin: 0 15px 60px 15px;
  }
  .form-wrap {
    width: 100%;
  }
  form.content-form {
    width: 890px;
    margin: 40px auto;
  }
  form.content-form fieldset.left {
    width: 45%;
    float: left;
    margin-right: 3%;
  }
  form.content-form fieldset.right {
    width: 50%;
    float: left;
  }
  form.content-form textarea {
    height: 170px;
  }
  form.content-form button {
    float: left;
    width: auto;
    padding: 15px 30px;
    font-size: 0.9em;
  }
  .designers-page #register div.left .text-content {
    margin-left: 35px;
  }
  .blue-circle {
    background-size: 400px;
    min-height: 400px;
    font-size: 1.3em;
    line-height: 130%;
  }
  .quote-wrap {
    padding: 100px 100px 0 100px;
  }
  .quote-wrap .quote {
    margin-bottom: 15px;
  }
  .boss-page #section-1 .text-content {
    font-size: 1.2em;
    padding: 0 50px 0 0;
  }
  .boss-page .quote-wrap {
    padding-top: 80px;
  }
  .two-col .col,
  .two-col .col.left,
  .two-col .col.right {
    width: 38%;
    margin: 30px 6%;
  }
  .two-col .col .image,
  .two-col .col.left .image,
  .two-col .col.right .image {
    text-align: left;
    margin-bottom: 35px;
  }
  .two-col .col h3,
  .two-col .col.left h3,
  .two-col .col.right h3 {
    text-transform: uppercase;
    border: none;
    font-weight: 400;
  }
  .two-col .col a.silver-btn,
  .two-col .col.left a.silver-btn,
  .two-col .col.right a.silver-btn {
    margin-top: 20px;
  }
  .tgnzie .two-col .col.left {
    width: 62%;
    margin-left: 0;
  }
  .tgnzie .two-col .col.right {
    width: 30%;
    margin-left: 0;
    margin-right: 0;
  }
  .us-page .history .left {
    width: 72%;
    margin-right: 5%;
  }
  .us-page .history .right {
    width: 23%;
  }
  #quote-fader .quote {
    padding: 95px 95px 0 95px;
    font-size: 0.76em;
    line-height: 140%;
  }
  #quote-fader .quote-master {
    padding: 15px 0 0 0;
    font-size: 0.76em;
  }
  .casestudy .media {
    border: solid 20px white;
  }
  #desc-left .image img {
    width: auto;
  }
  #profilebuttons div.highsur,
  .profilebuttons div.highsur {
    margin: 0 1.1em 0 0;
    min-height: 170px;
    width: 254px;
  }
  #profilebuttons div.highsur h4,
  .profilebuttons div.highsur h4 {
    font-size: 1.1em;
  }
  #profilebuttons a,
  .profilebuttons a {
    padding: 17px 30px 15px 30px;
  }
}
@media only screen and (min-width: 940px) {
  .wide-content .pricing .holecol {
    margin: 0 1% 1em 1.6%;
  }
}
@media only screen and (min-width: 980px) {
  .wide-content .pricing .holecol {
    margin: 0 1.6% 1em 1.6%;
  }
  #start #mc-embedded-subscribe-form label {
    width: 12%;
  }
  #start #mc-embedded-subscribe-form input {
    width: 83%;
  }
}
/* IE FIXES */

.ie7 * {
  zoom: 1;
}
.ie7 ol li,
.ie7 .casestudy .articlebody {
  zoom: normal !important;
}
.ie7 #main-nav li.sub {
  width: 200px;
}
.ie7 .pg-19 #main-nav li.sub {
  width: 150px;
}
.ie7 .feature-icons li {
  height: 246px;
}
.ie7 .feature-icons li.clear {
  height: 0;
}
.ie7 #more-links .theres-more {
  width: 100%;
}
.ie7 .boss-buckets .col {
  width: 364px !important;
}
.ie7 .casestudy .images {
  width: 490px;
  float: right;
}
