.hidden {
  display: none;
}
.hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 62.5%;
  line-height: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
p {
  color: #8e959c;
}
a {
  color: #19a9e5;
}
a:hover {
  color: #1487b7;
}
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;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  outline: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
button,
input {
  border: 1px solid;
  outline: none;
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
::selection {
  background: #72d0eb;
  color: #ffffff;
  text-shadow: none;
}
::-moz-selection {
  background: #72d0eb;
  color: #ffffff;
  text-shadow: none;
}
/*@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://i3.campaignmonitor.com/assets/fonts/Lato/lato-light-webfont.woff2) format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://i2.campaignmonitor.com/assets/fonts/Lato/lato-regular-webfont.woff2) format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://i1.campaignmonitor.com/assets/fonts/Lato/lato-bold-webfont.woff2) format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local('Lato Light Italic'), local('Lato-LightItalic'), url(https://i3.campaignmonitor.com/assets/fonts/Lato/lato-lightitalic-webfont.woff2) format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(https://i2.campaignmonitor.com/assets/fonts/Lato/lato-italic-webfont.woff2) format('woff2');
}*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  position: relative;
  background-color: #f6f6f8;
}
body {
  min-width: 320px;
  text-rendering: optimizeLegibility;
}
body.darkgrey {
  background: #1a232b;
}
body.grey {
  background: #f6f6f8;
}
body.midgrey {
  background: #3b424d;
}
body.snug header {
  border-bottom: none;
}
.fullwidth {
  width: 100%;
  clear: both;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1000px) {
  .fullwidth {
    max-width: 1000px;
    min-width: 320px;
  }
}
.central {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  clear: both;
  position: relative;
  z-index: 2;
}
.inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.clear {
  clear: both;
}
strong {
  font-weight: 600;
}
.linker {
  color: inherit;
  border-bottom: 1px dotted;
  padding-bottom: 1px;
}
.linker:hover {
  color: inherit;
  border-bottom: none;
}
/* BUTTON STYLES */
.cmbtn {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.3em;
  line-height: 1.62em;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  letter-spacing: 0.05em;
  display: inline-block;
  text-transform: uppercase;
}
.cmbtn:active,
.cmbtn.disabled {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2) inset;
}
.cmbtn.primary {
  padding: 18px 53px 19px;
  color: #ffffff;
  background: #7ebd26;
  background: -moz-linear-gradient(top, #7ebd26 0%, #6ba120 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7ebd26), color-stop(100%, #6ba120));
  background: -webkit-linear-gradient(top, #7ebd26 0%, #6ba120 100%);
  background: -o-linear-gradient(top, #7ebd26 0%, #6ba120 100%);
  background: -ms-linear-gradient(top, #7ebd26 0%, #6ba120 100%);
  background: linear-gradient(to bottom, #7ebd26 0%, #6ba120 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ebd26', endColorstr='#6ba120', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#7ebd26, endColorstr=#6ba120)";
}
.cmbtn.primary.alt {
  color: #7ebd26;
  background: transparent;
  text-shadow: none;
  border: 1px solid #7ebd26;
}
.cmbtn.primary.alt:hover,
.cmbtn.primary.alt:active {
  color: #ffffff;
}
.cmbtn.primary:hover,
.cmbtn.primary:active {
  background: #78b324;
  background: -moz-linear-gradient(top, #78b324 0%, #699d20 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78b324), color-stop(100%, #699d20));
  background: -webkit-linear-gradient(top, #78b324 0%, #699d20 100%);
  background: -o-linear-gradient(top, #78b324 0%, #699d20 100%);
  background: -ms-linear-gradient(top, #78b324 0%, #699d20 100%);
  background: linear-gradient(to bottom, #78b324 0%, #699d20 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78b324', endColorstr='#699d20', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#78b324, endColorstr=#699d20)";
}
.cmbtn.primary.alt:hover,
.cmbtn.primary.alt:active {
  color: #ffffff;
}
.cmbtn.primary:active {
  padding: 19px 53px 18px;
  background: #75b023;
  background: -moz-linear-gradient(top, #75b023 0%, #65971e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #75b023), color-stop(100%, #65971e));
  background: -webkit-linear-gradient(top, #75b023 0%, #65971e 100%);
  background: -o-linear-gradient(top, #75b023 0%, #65971e 100%);
  background: -ms-linear-gradient(top, #75b023 0%, #65971e 100%);
  background: linear-gradient(to bottom, #75b023 0%, #65971e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75b023', endColorstr='#65971e', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#75b023, endColorstr=#65971e)";
}
.cmbtn.primary.disabled {
  padding: 19px 53px 18px;
  background: #e2e2e2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#e2e2e2', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#e2e2e2, endColorstr=#e2e2e2)";
  border-color: #bfbfbf #cfcfcf #cfcfcf;
  color: #acacac;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 -1px 6px rgba(0, 0, 0, 0.05);
  cursor: auto;
}
.cmbtn.secondary {
  padding: 14px 40px 15px;
}
.cmbtn.secondary.blue {
  color: #ffffff;
  background: #19a9e5;
  background: -moz-linear-gradient(top, #19a9e5 0%, #18a0d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #19a9e5), color-stop(100%, #18a0d9));
  background: -webkit-linear-gradient(top, #19a9e5 0%, #18a0d9 100%);
  background: -o-linear-gradient(top, #19a9e5 0%, #18a0d9 100%);
  background: -ms-linear-gradient(top, #19a9e5 0%, #18a0d9 100%);
  background: linear-gradient(to bottom, #19a9e5 0%, #18a0d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19a9e5', endColorstr='#18a0d9', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#19a9e5, endColorstr=#18a0d9)";
}
.cmbtn.secondary.blue.watch {
  padding: 14px 60px 15px 25px;
  position: relative;
}
.cmbtn.secondary.blue.watch:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -6px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 6px solid #ffffff;
}
.cmbtn.secondary.blue.watch:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -13px;
  display: inline-block;
  width: 20px;
  height: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #ffffff;
}
.cmbtn.secondary.blue:hover,
.cmbtn.secondary.blue:active {
  background: #18a0d9;
  background: -moz-linear-gradient(top, #18a0d9 0%, #1698ce 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #18a0d9), color-stop(100%, #1698ce));
  background: -webkit-linear-gradient(top, #18a0d9 0%, #1698ce 100%);
  background: -o-linear-gradient(top, #18a0d9 0%, #1698ce 100%);
  background: -ms-linear-gradient(top, #18a0d9 0%, #1698ce 100%);
  background: linear-gradient(to bottom, #18a0d9 0%, #1698ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18a0d9', endColorstr='#1698ce', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#18a0d9, endColorstr=#1698ce)";
}
.cmbtn.secondary.blue:active {
  padding: 15px 40px 14px;
  background: #18a0d9;
  background: -moz-linear-gradient(top, #18a0d9 0%, #1698ce 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #18a0d9), color-stop(100%, #1698ce));
  background: -webkit-linear-gradient(top, #18a0d9 0%, #1698ce 100%);
  background: -o-linear-gradient(top, #18a0d9 0%, #1698ce 100%);
  background: -ms-linear-gradient(top, #18a0d9 0%, #1698ce 100%);
  background: linear-gradient(to bottom, #18a0d9 0%, #1698ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18a0d9', endColorstr='#1698ce', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#18a0d9, endColorstr=#1698ce)";
}
.cmbtn.secondary.blue:active.watch {
  padding: 15px 60px 14px 25px;
}
.cmbtn.secondary.blue:active.watch:before {
  margin-top: -5px;
}
.cmbtn.secondary.blue:active.watch:after {
  margin-top: -12px;
}
.cmbtn.secondary.blue.disabled {
  padding: 15px 40px 14px;
  background: #e2e2e2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#e2e2e2', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#e2e2e2, endColorstr=#e2e2e2)";
  border-color: #bfbfbf #cfcfcf #cfcfcf;
  color: #acacac;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 -1px 6px rgba(0, 0, 0, 0.05);
  cursor: auto;
}
.cmbtn.secondary.darkblue {
  color: #ffffff;
  background: #18527c;
  background: -moz-linear-gradient(top, #18527c 0%, #215072 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #18527c), color-stop(100%, #215072));
  background: -webkit-linear-gradient(top, #18527c 0%, #215072 100%);
  background: -o-linear-gradient(top, #18527c 0%, #215072 100%);
  background: -ms-linear-gradient(top, #18527c 0%, #215072 100%);
  background: linear-gradient(to bottom, #18527c 0%, #215072 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18527c', endColorstr='#215072', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#18527c, endColorstr=#215072)";
}
.cmbtn.secondary.darkblue:hover,
.cmbtn.secondary.darkblue:active {
  background: #18527c;
  background: -moz-linear-gradient(top, #18527c 0%, #1d4765 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #18527c), color-stop(100%, #1d4765));
  background: -webkit-linear-gradient(top, #18527c 0%, #1d4765 100%);
  background: -o-linear-gradient(top, #18527c 0%, #1d4765 100%);
  background: -ms-linear-gradient(top, #18527c 0%, #1d4765 100%);
  background: linear-gradient(to bottom, #18527c 0%, #1d4765 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18527c', endColorstr='#1d4765', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#18527c, endColorstr=#1d4765)";
}
.cmbtn.secondary.darkblue:active {
  padding: 15px 40px 14px;
  background: #18527c;
  background: -moz-linear-gradient(top, #18527c 0%, #1d4765 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #18527c), color-stop(100%, #1d4765));
  background: -webkit-linear-gradient(top, #18527c 0%, #1d4765 100%);
  background: -o-linear-gradient(top, #18527c 0%, #1d4765 100%);
  background: -ms-linear-gradient(top, #18527c 0%, #1d4765 100%);
  background: linear-gradient(to bottom, #18527c 0%, #1d4765 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18527c', endColorstr='#1d4765', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#18527c, endColorstr=#1d4765)";
}
.cmbtn.secondary.darkblue.disabled {
  padding: 15px 40px 14px;
  background: #e2e2e2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#e2e2e2', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#e2e2e2, endColorstr=#e2e2e2)";
  border-color: #bfbfbf #cfcfcf #cfcfcf;
  color: #acacac;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 -1px 6px rgba(0, 0, 0, 0.05);
  cursor: auto;
}
.cmbtn.secondary.white {
  color: #19a9e5;
  text-shadow: none;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#f7f7f7)";
}
.cmbtn.secondary.white.watch {
  padding: 14px 60px 15px 25px;
  position: relative;
}
.cmbtn.secondary.white.watch:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -6px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 6px solid #19a9e5;
}
.cmbtn.secondary.white.watch:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -13px;
  display: inline-block;
  width: 20px;
  height: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #19a9e5;
}
.cmbtn.secondary.white:hover,
.cmbtn.secondary.white:active {
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f2f2f2', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f7f7f7, endColorstr=#f2f2f2)";
}
.cmbtn.secondary.white:active {
  padding: 15px 40px 14px;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f2f2f2', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f7f7f7, endColorstr=#f2f2f2)";
}
.cmbtn.secondary.white:active.watch {
  padding: 15px 60px 14px 25px;
}
.cmbtn.secondary.white:active.watch:before {
  margin-top: -5px;
}
.cmbtn.secondary.white:active.watch:after {
  margin-top: -12px;
}
.cmbtn.secondary.white.disabled {
  padding: 15px 40px 14px;
  background: #e2e2e2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#e2e2e2', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#e2e2e2, endColorstr=#e2e2e2)";
  border-color: #bfbfbf #cfcfcf #cfcfcf;
  color: #acacac;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 -1px 6px rgba(0, 0, 0, 0.05);
  cursor: auto;
}
.cmbtn.secondary.grey {
  color: #adb3b9;
  text-shadow: none;
  background: #f5f5f7;
  background: -moz-linear-gradient(top, #f5f5f7 0%, #f1f2f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f7), color-stop(100%, #f1f2f4));
  background: -webkit-linear-gradient(top, #f5f5f7 0%, #f1f2f4 100%);
  background: -o-linear-gradient(top, #f5f5f7 0%, #f1f2f4 100%);
  background: -ms-linear-gradient(top, #f5f5f7 0%, #f1f2f4 100%);
  background: linear-gradient(to bottom, #f5f5f7 0%, #f1f2f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f7', endColorstr='#f1f2f4', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f5f5f7, endColorstr=#f1f2f4)";
}
.cmbtn.secondary.grey:hover,
.cmbtn.secondary.grey:active {
  color: #adb3b9;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background: #eef0f3;
  background: -moz-linear-gradient(top, #eef0f3 0%, #e8ebee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eef0f3), color-stop(100%, #e8ebee));
  background: -webkit-linear-gradient(top, #eef0f3 0%, #e8ebee 100%);
  background: -o-linear-gradient(top, #eef0f3 0%, #e8ebee 100%);
  background: -ms-linear-gradient(top, #eef0f3 0%, #e8ebee 100%);
  background: linear-gradient(to bottom, #eef0f3 0%, #e8ebee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eef0f3', endColorstr='#e8ebee', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#eef0f3, endColorstr=#e8ebee)";
}
.cmbtn.secondary.grey:active {
  padding: 15px 40px 14px;
  background: #eef0f3;
  background: -moz-linear-gradient(top, #eef0f3 0%, #e8ebee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eef0f3), color-stop(100%, #e8ebee));
  background: -webkit-linear-gradient(top, #eef0f3 0%, #e8ebee 100%);
  background: -o-linear-gradient(top, #eef0f3 0%, #e8ebee 100%);
  background: -ms-linear-gradient(top, #eef0f3 0%, #e8ebee 100%);
  background: linear-gradient(to bottom, #eef0f3 0%, #e8ebee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eef0f3', endColorstr='#e8ebee', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#eef0f3, endColorstr=#e8ebee)";
}
.cmbtn.secondary.grey.disabled {
  padding: 15px 40px 14px;
  background: #e2e2e2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#e2e2e2', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#e2e2e2, endColorstr=#e2e2e2)";
  border-color: #bfbfbf #cfcfcf #cfcfcf;
  color: #acacac;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 -1px 6px rgba(0, 0, 0, 0.05);
  cursor: auto;
}
.cmbtn.secondary.dark {
  color: #ffffff;
  text-shadow: none;
  background: #2f353e;
}
.cmbtn.secondary.dark:hover,
.cmbtn.secondary.dark:active {
  color: #ffffff;
  background: #191c21;
}
.cmbtn.secondary.dark:active {
  padding: 15px 40px 14px;
  background: #191c21;
}
.cmbtn.secondary.dark.disabled {
  padding: 15px 40px 14px;
  background: #e2e2e2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#e2e2e2', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#e2e2e2, endColorstr=#e2e2e2)";
  border-color: #bfbfbf #cfcfcf #cfcfcf;
  color: #acacac;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 -1px 6px rgba(0, 0, 0, 0.05);
  cursor: auto;
}
.cmbtn.tertiary {
  padding: 8px 26px 9px;
  color: #19a9e5;
  background-color: transparent;
  text-shadow: none;
  border: 1px solid #19a9e5;
}
.cmbtn.tertiary:hover,
.cmbtn.tertiary:active {
  padding: 9px 27px 10px;
  border: none;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background: #18a0d9;
  background: -moz-linear-gradient(top, #18a0d9 0%, #1698ce 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #18a0d9), color-stop(100%, #1698ce));
  background: -webkit-linear-gradient(top, #18a0d9 0%, #1698ce 100%);
  background: -o-linear-gradient(top, #18a0d9 0%, #1698ce 100%);
  background: -ms-linear-gradient(top, #18a0d9 0%, #1698ce 100%);
  background: linear-gradient(to bottom, #18a0d9 0%, #1698ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18a0d9', endColorstr='#1698ce', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#18a0d9, endColorstr=#1698ce)";
}
.cmbtn.tertiary:active {
  padding: 10px 27px 9px;
  background: #18a0d9;
  background: -moz-linear-gradient(top, #18a0d9 0%, #1698ce 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #18a0d9), color-stop(100%, #1698ce));
  background: -webkit-linear-gradient(top, #18a0d9 0%, #1698ce 100%);
  background: -o-linear-gradient(top, #18a0d9 0%, #1698ce 100%);
  background: -ms-linear-gradient(top, #18a0d9 0%, #1698ce 100%);
  background: linear-gradient(to bottom, #18a0d9 0%, #1698ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18a0d9', endColorstr='#1698ce', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#18a0d9, endColorstr=#1698ce)";
}
.cmbtn.tertiary.grey {
  color: #adb3b9;
  border: 1px solid #adb3b9;
}
.cmbtn.tertiary.grey:hover,
.cmbtn.tertiary.grey:active {
  color: #2f353e;
  border: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background: #adb3b9;
  background: -moz-linear-gradient(top, #adb3b9 0%, #a0a6ab 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #adb3b9), color-stop(100%, #a0a6ab));
  background: -webkit-linear-gradient(top, #adb3b9 0%, #a0a6ab 100%);
  background: -o-linear-gradient(top, #adb3b9 0%, #a0a6ab 100%);
  background: -ms-linear-gradient(top, #adb3b9 0%, #a0a6ab 100%);
  background: linear-gradient(to bottom, #adb3b9 0%, #a0a6ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#adb3b9', endColorstr='#a0a6ab', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#adb3b9, endColorstr=#a0a6ab)";
}
.cmbtn.tertiary.grey:active {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2) inset;
  background: #adb3b9;
  background: -moz-linear-gradient(top, #adb3b9 0%, #a0a6ab 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #adb3b9), color-stop(100%, #a0a6ab));
  background: -webkit-linear-gradient(top, #adb3b9 0%, #a0a6ab 100%);
  background: -o-linear-gradient(top, #adb3b9 0%, #a0a6ab 100%);
  background: -ms-linear-gradient(top, #adb3b9 0%, #a0a6ab 100%);
  background: linear-gradient(to bottom, #adb3b9 0%, #a0a6ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#adb3b9', endColorstr='#a0a6ab', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#adb3b9, endColorstr=#a0a6ab)";
}
.cmbtn.tertiary.white {
  color: #ffffff;
  border: 1px solid #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
.cmbtn.tertiary.white:hover,
.cmbtn.tertiary.white:active {
  border: none;
  color: #19a9e5;
  text-shadow: none;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f2f2f2', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f7f7f7, endColorstr=#f2f2f2)";
}
.cmbtn.tertiary.white:active {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2) inset;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f2f2f2', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f7f7f7, endColorstr=#f2f2f2)";
}
.cmbtn.tertiary.disabled {
  padding: 10px 27px 9px;
  background: #e2e2e2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#e2e2e2', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#e2e2e2, endColorstr=#e2e2e2)";
  border-color: #bfbfbf #cfcfcf #cfcfcf;
  color: #acacac;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 -1px 6px rgba(0, 0, 0, 0.05);
  cursor: auto;
}
.cmbtn.tallbtn {
  padding: 18px 53px 19px !important;
}
.cmbtn.tallbtn:active {
  padding: 19px 53px 18px !important;
}
.cmbtn.tallbtn.tertiary {
  padding: 17px 53px 18px !important;
}
.cmbtn.tallbtn.tertiary:hover,
.cmbtn.tallbtn.tertiary:active {
  padding: 18px 53px 19px !important;
}
.cmbtn.tallbtn.tertiary:active {
  padding: 19px 53px 18px !important;
}
.cmbtn.medbtn {
  padding: 14px 40px 15px !important;
}
.cmbtn.medbtn:active {
  padding: 15px 40px 14px !important;
}
.cmbtn.medbtn.tertiary {
  padding: 13px 39px 14px !important;
}
.cmbtn.medbtn.tertiary:hover,
.cmbtn.medbtn.tertiary:active {
  padding: 14px 40px 15px !important;
}
.cmbtn.medbtn.tertiary:active {
  padding: 15px 40px 14px !important;
}
.cmbtn.shortbtn {
  padding: 9px 27px 10px !important;
}
.cmbtn.shortbtn:active {
  padding: 10px 27px 9px !important;
}
#inline-gf {
  position: fixed;
  z-index: 99;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.4);
  overflow: hidden;
  border-radius: 52px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@calc_val)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: width 0.25s, opacity 0.25s;
  -moz-transition: width 0.25s, opacity 0.25s;
  transition: width 0.25s, opacity 0.25s;
  bottom: 20px;
  right: 20px;
  height: 52px;
  padding: 14px;
  background-color: #19a9e5;
  color: #ffffff;
  cursor: pointer;
}
#inline-gf #inline-gf-bubble {
  height: 24px;
  width: 100%;
  overflow: hidden;
}
#inline-gf #inline-gf-bubble .surround {
  width: 144px;
  height: 24px;
}
#inline-gf #inline-gf-bubble .icon {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  fill: #ffffff;
  float: left;
}
#inline-gf #inline-gf-bubble .icon svg {
  width: 24px;
  height: 24px;
}
#inline-gf #inline-gf-bubble .icon svg .bobblehead-icon {
  fill-rule: evenodd;
}
#inline-gf #inline-gf-bubble span {
  float: left;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  padding-left: 14px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@calc_val)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}
#inline-gf.hide-label {
  width: 52px !important;
}
#inline-gf:hover #inline-gf-bubble span,
#inline-gf.teaser #inline-gf-bubble span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@calc_val)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
@media only screen and (max-width: 420px) {
  #inline-gf {
    height: 45px;
    width: 45px !important;
  }
  #inline-gf #inline-gf-bubble .icon {
    width: 17px;
    height: 17px;
  }
  #inline-gf #inline-gf-bubble .icon svg {
    width: 17px;
    height: 17px;
  }
  #inline-gf span {
    display: none;
  }
  #inline-gf.hide-label {
    width: 45px !important;
  }
  #inline-gf:hover {
    width: 45px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@calc_val)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  #inline-gf:hover #inline-gf-bubble span {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@calc_val)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  #inline-gf.clicked {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@calc_val)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
#inline-gf-box {
  position: fixed;
  width: 380px;
  height: 325px;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@calc_val)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 99;
  background: transparent;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 1px 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 10px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  bottom: 72px;
  right: 30px;
  border-radius: 4px;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s, bottom 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s, bottom 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s, bottom 0.3s;
}
#inline-gf-box.open {
  bottom: 80px;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@calc_val)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition-delay: 0s;
}
#inline-gf-box #inline-gf-toggle {
  position: absolute;
  top: 0;
  right: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background: transparent;
}
#inline-gf-box #inline-gf-toggle .icon {
  margin-top: 4px;
  margin-right: 4px;
  line-height: 26px;
  font-size: 18px;
  font-weight: 200;
  display: block;
  color: #2f353e;
}
#inline-gf-box #inline-gf-iframe {
  position: static;
  border: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 420px) {
  #inline-gf-box {
    width: 95%;
    height: 70vh;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
#inline-gf-overlay {
  display: none;
}
@media only screen and (max-width: 420px) {
  #inline-gf-overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 98;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@calc_val)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: -webkit-radial-gradient(50% 20%, circle, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.8));
    background-image: radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.8));
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  #inline-gf-overlay.open {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@calc_val)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition-delay: 0s;
  }
}
html.noscroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}
html.noscroll body {
  overflow: hidden;
  position: relative;
  height: 100%;
}
body {
  padding-top: 66px;
}
body.cn {
  padding-top: 116px;
}
header {
  width: 100%;
  height: auto;
  clear: both;
  margin: 0;
  min-width: 320px;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 100;
  border: none;
}
@media only screen and (max-width: 767px) {
  header {
    position: absolute;
  }
}
header .fullwidth.dark {
  background: #2f353e;
  height: 66px;
  position: static;
}
header .central {
  position: static;
}
@media only screen and (max-width: 767px) {
  header .central {
    width: 100%;
  }
}
header #cookie-notification {
  background: #e0e5e9;
  font-size: 1.3em;
  height: 50px;
  position: relative;
  margin-top: -50px;
}
header #cookie-notification .central {
  height: 50px;
  width: 90%;
  position: relative;
}
header #cookie-notification p {
  position: relative;
  top: 50%;
  width: 90%;
  font-size: 12px;
  line-height: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header #cookie-notification #confirm-cookies {
  display: block;
  width: 11px;
  height: 12px;
  background: url(../images/global/cookie-cross@2x.png) no-repeat center;
  background-size: 11px 11px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  header #topBar {
    height: 66px;
  }
}
header #topBar #cmlogo {
  float: left;
  padding: 26px 0 0 0;
  background: none;
  margin: 0 24px 0 0;
  text-indent: -9999px;
  width: 150px;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  header #topBar #cmlogo {
    width: 16px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  header #topBar #cmlogo {
    width: 150px;
    margin-left: 5%;
  }
}
header #topBar #cmlogo a {
  width: 150px;
  display: block;
  border: none;
  height: 15px;
  margin-left: 0;
}
header #topBar #cmlogo a svg {
  display: block;
}
header #topBar #cmlogo a .logo-color {
  fill: #ffffff;
}
header #topBar a.menu-link {
  display: none;
}
@media only screen and (max-width: 767px) {
  header #topBar a.menu-link {
    margin: 0 5% 0 0;
    display: block;
    float: right;
    position: relative;
    top: 15px;
    right: -10px;
    padding: 10px;
  }
}
header #topBar a.menu-link span {
  display: block;
  height: 2px;
  width: 15px;
  background: #fff;
  margin: 1px 0 3px;
  -webkit-transition: -webkit-transform 0.1s linear;
  -moz-transition: -moz-transform 0.1s linear;
  -o-transition: -o-transform 0.3s linear;
  transition: transform 0.1s linear;
}
header #topBar a.menu-link:hover .line-1 {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
header #topBar a.menu-link:hover .line-3 {
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}
header #topBar a.menu-link.active span {
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.1s linear;
  -moz-transition: -moz-transform 0.2s ease-out, opacity 0.1s linear;
  -o-transition: -o-transform 0.2s ease-out, opacity 0.1s linear;
  transition: transform 0.2s ease-out, opacity 0.1s linear;
}
header #topBar a.menu-link.active .line-1 {
  -webkit-transform: translateY(5px) translateX(0) rotate(45deg);
  -moz-transform: translateY(5px) translateX(0) rotate(45deg);
  -o-transform: translateY(5px) translateX(0) rotate(45deg);
  transform: translateY(5px) translateX(0) rotate(45deg);
}
header #topBar a.menu-link.active .line-2 {
  opacity: 0;
}
header #topBar a.menu-link.active .line-3 {
  -webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-5px) translateX(0) rotate(-45deg);
  -o-transform: translateY(-5px) translateX(0) rotate(-45deg);
  transform: translateY(-5px) translateX(0) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  header #mainNav {
    height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@calc_val)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    overflow: auto;
    -webkit-transition: opacity 0.35s ease-out;
    -moz-transition: opacity 0.35s ease-out;
    -o-transition: opacity 0.35s ease-out;
    transition: opacity 0.35s ease-out;
    background-color: rgba(47, 53, 62, 0.97);
  }
  header #mainNav.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@calc_val)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
header ul#primary {
  float: left;
  background: none;
  border: none;
}
@media only screen and (max-width: 767px) {
  header ul#primary {
    margin: 0;
    min-width: 320px;
    padding-top: 20px;
    position: relative;
    width: 100%;
  }
}
header ul#primary li {
  float: left;
}
@media only screen and (max-width: 767px) {
  header ul#primary li {
    clear: both;
    margin: 0;
    width: 100%;
  }
}
header ul#primary li a {
  float: left;
  color: #d8dee3;
  text-transform: uppercase;
  font-size: 1.1em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.05em;
  padding: 27px 12px 28px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
}
header ul#primary li a.show-mobile {
  display: none;
}
header ul#primary li a:hover,
header ul#primary li a:active,
header ul#primary li a:focus {
  color: #ffffff;
}
header ul#primary li a.spacer {
  padding: 0;
}
header ul#primary li a.phonenumber {
  display: none;
}
@media only screen and (max-width: 1024px) {
  header ul#primary li a {
    padding: 27px 7px 28px;
  }
}
@media only screen and (max-width: 767px) {
  header ul#primary li a {
    text-transform: none;
    text-align: center;
    font-weight: 300;
    font-size: 2.1em;
    height: auto;
    padding: 19px 0px 19px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  header ul#primary li a.hide-mobile {
    display: none;
  }
  header ul#primary li a.show-mobile {
    display: block;
  }
  header ul#primary li a.phonenumber {
    display: none;
  }
  header ul#primary li a.phonenumber.active {
    display: block;
  }
}
header ul#primary li.active a {
  color: #ffffff;
}
header ul#primary li#cmlogo {
  background: none;
  float: left;
  margin: 0 25px 0 0;
  text-indent: -9999px;
}
header ul#primary li#cmlogo a {
  background: url('../images/global/cm-logo.png') top left no-repeat;
  width: 160px;
  background-position: 0 0;
  height: 40px;
  margin-left: 0;
}
header ul#second {
  float: right;
  right: 0;
}
@media only screen and (max-width: 767px) {
  header ul#second {
    clear: both;
    float: none;
    margin: 0;
    padding: 20px 0 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
header ul#second li {
  float: right;
}
@media only screen and (max-width: 767px) {
  header ul#second li {
    float: none;
  }
}
header ul#second li a {
  color: #adb3b9;
  float: left;
  font-size: 1.1em;
  text-transform: inherit;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 27px 12px 28px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-align: center;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media only screen and (max-width: 1024px) {
  header ul#second li a {
    padding: 27px 6px 28px;
  }
}
@media only screen and (max-width: 767px) {
  header ul#second li a {
    height: auto;
    padding: 0 30px 20px;
    width: 100%;
    float: none;
    margin: 0 auto;
    display: block;
  }
  header ul#second li a.hide-mobile {
    display: none;
  }
}
header ul#second li a:hover,
header ul#second li a:active,
header ul#second li a:focus {
  color: #ffffff;
}
header ul#second li.active a {
  color: #ffffff;
}
header ul#second li a.signup {
  margin-left: 10px;
  margin-top: 16px;
  padding: 8px 20px 9px;
  color: #ffffff;
  text-transform: uppercase;
}
header ul#second li a.signup:active {
  padding: 9px 20px 8px;
}
@media only screen and (max-width: 767px) {
  header ul#second li a.signup {
    padding: 18px 53px 19px;
    text-align: center;
    width: 90%;
    margin: 20px 5%;
    font-size: 1.3em;
    line-height: 1.615em;
  }
  header ul#second li a.signup:active {
    padding: 19px 53px 18px;
  }
}
header ul#second li .subnav {
  overflow: hidden;
  position: fixed;
  z-index: -1;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@calc_val)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  display: none;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media only screen and (max-width: 767px) {
  header ul#second li .subnav {
    display: none;
  }
}
header ul#second li .subnav .backing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #19a9e5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@calc_val)";
  filter: alpha(opacity=98);
  -moz-opacity: 0.98;
  -khtml-opacity: 0.98;
  opacity: 0.98;
}
header ul#second li .subnav.open {
  z-index: 9999;
  display: block;
}
header ul#second li .subnav .central {
  overflow: hidden;
  height: 100%;
  position: relative;
}
header ul#second li .subnav .logo {
  width: 150px;
  display: block;
  border: none;
  height: 15px;
  margin-left: 0;
  text-indent: -9999em;
  margin-top: 26px;
}
header ul#second li .subnav .logo svg {
  display: block;
  width: 150px;
}
header ul#second li .subnav .logo .logo-color {
  fill: #ffffff;
}
@media only screen and (max-width: 960px) {
  header ul#second li .subnav .logo {
    width: 16px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  header ul#second li .subnav .logo {
    margin: 0 0 0 21px;
    width: 150px;
    height: 15px;
  }
}
header ul#second li .subnav .close {
  position: absolute;
  top: 16px;
  right: 0;
  width: 21px;
  height: 31px;
  padding: 10px 0;
  cursor: pointer;
  background: url(../images/global/cross@2x.png) no-repeat center;
  background-size: 21px 31px;
}
header ul#second li .subnav .block {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -180px;
  width: 360px;
  padding: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1em;
  line-height: 1;
  color: #e0e5e9;
  letter-spacing: 0.05em;
}
header ul#second li .subnav .block .title {
  font-size: 1.3em;
  line-height: 1.615em;
  font-weight: 700;
  color: #72d0eb;
  border-bottom: 1px solid #72d0eb;
  margin-bottom: 40px;
  padding-bottom: 6px;
}
header ul#second li .subnav .block .title.small {
  margin-bottom: 26px;
  padding-top: 12px;
}
header ul#second li .subnav .block .number {
  display: block;
  overflow: hidden;
  margin-bottom: 32px;
  -webkit-font-smoothing: subpixel-antialiased;
}
header ul#second li .subnav .block .number .location {
  font-size: 1.1em;
  line-height: 1;
  letter-spacing: 0.05em;
  float: left;
  font-weight: 700;
  position: relative;
  top: 5px;
}
header ul#second li .subnav .block .number .phone {
  font-size: 1.8em;
  line-height: 0.889em;
  font-weight: 300;
  float: right;
}
header ul#second li .subnav .block .number .phone a {
  padding: 0;
  color: #ffffff;
  font-size: 1em;
}
header ul#second li .subnav .block .standalonephone {
  font-size: 2.1em;
  font-weight: 300;
  padding: 0;
  display: block;
  float: none;
  text-transform: initial;
  overflow: visible;
  margin-bottom: 55px;
  color: #e0e5e9;
  text-align: left;
  letter-spacing: 0.01em;
}
header ul#second li .subnav .block .standalonephone a {
  float: none;
  padding-left: 0;
  color: #e0e5e9;
  font-weight: 300;
}
header ul#second li .subnav .block .sublink {
  font-size: 2.1em;
  font-weight: 300;
  padding: 0;
  display: block;
  float: none;
  text-transform: initial;
  overflow: visible;
  margin-bottom: 35px;
  color: #e0e5e9;
  text-align: left;
  letter-spacing: 0.01em;
}
header ul#second li .subnav .block .sublink:after {
  content: "›";
  padding-left: 10px;
  -webkit-transition: padding 0.1s ease-in-out;
  -moz-transition: padding 0.1s ease-in-out;
  -ms-transition: padding 0.1s ease-in-out;
  -o-transition: padding 0.1s ease-in-out;
  transition: padding 0.1s ease-in-out;
}
header ul#second li .subnav .block .sublink:hover {
  color: #ffffff;
}
header ul#second li .subnav .block .sublink:hover:after {
  padding-left: 12px;
}
header ul#second li .subnav .block .title::selection,
header ul#second li .subnav .block .location::selection,
header ul#second li .subnav .block .phone::selection,
header ul#second li .subnav .block .sublink::selection {
  background: #1487b7;
}
header ul#second li .subnav .block .title::-moz-selection,
header ul#second li .subnav .block .location::-moz-selection,
header ul#second li .subnav .block .phone::-moz-selection,
header ul#second li .subnav .block .sublink::-moz-selection {
  background: #1487b7;
}
@media only screen and (max-width: 767px) {
  header ul#second li .subnav.show-mobile {
    height: auto;
    overflow: visible;
    position: static;
  }
  header ul#second li .subnav.show-mobile .backing {
    display: none;
  }
}
.placeholder {
  color: #adb3b9 !important;
}
/* Transparent Version */
body.transparent {
  padding-top: 0 !important;
}
body.transparent header {
  position: relative;
}
body.transparent header .fullwidth.dark {
  background: none;
}
@media only screen and (max-width: 767px) {
  body.transparent header #topBar.active {
    -webkit-transition: background-color 0.35s ease-out;
    -moz-transition: background-color 0.35s ease-out;
    -o-transition: background-color 0.35s ease-out;
    transition: background-color 0.35s ease-out;
    background-color: rgba(47, 53, 62, 0.97);
  }
}
body.transparent header ul#primary li a {
  color: #f6f6f8;
  -webkit-font-smoothing: auto;
}
body.transparent header ul#primary li a:hover {
  color: #ffffff;
}
body.transparent header ul#second li a {
  color: #d8dee3;
  -webkit-font-smoothing: auto;
}
body.transparent header ul#second li a:hover {
  color: #ffffff;
}
body.transparent header ul#second li a.cmbtn.primary {
  color: #ffffff;
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (enabled=false)";
  text-shadow: none;
  border: 1px solid #ffffff;
}
@media only screen and (max-width: 767px) {
  body.transparent header ul#second li a.cmbtn.primary {
    border: none;
    color: #ffffff;
    background: #7ebd26;
    background: -moz-linear-gradient(top, #7ebd26 0%, #6ba120 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7ebd26), color-stop(100%, #6ba120));
    background: -webkit-linear-gradient(top, #7ebd26 0%, #6ba120 100%);
    background: -o-linear-gradient(top, #7ebd26 0%, #6ba120 100%);
    background: -ms-linear-gradient(top, #7ebd26 0%, #6ba120 100%);
    background: linear-gradient(to bottom, #7ebd26 0%, #6ba120 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ebd26', endColorstr='#6ba120', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#7ebd26, endColorstr=#6ba120)";
  }
}
body.transparent header ul#second li a.cmbtn.primary:hover,
body.transparent header ul#second li a.cmbtn.primary:active {
  border: none;
  padding: 9px 21px 10px;
  background: #78b324;
  background: -moz-linear-gradient(top, #78b324 0%, #699d20 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78b324), color-stop(100%, #699d20));
  background: -webkit-linear-gradient(top, #78b324 0%, #699d20 100%);
  background: -o-linear-gradient(top, #78b324 0%, #699d20 100%);
  background: -ms-linear-gradient(top, #78b324 0%, #699d20 100%);
  background: linear-gradient(to bottom, #78b324 0%, #699d20 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78b324', endColorstr='#699d20', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#78b324, endColorstr=#699d20)";
}
@media only screen and (max-width: 767px) {
  body.transparent header ul#second li a.cmbtn.primary:hover,
  body.transparent header ul#second li a.cmbtn.primary:active {
    padding: 18px 53px 19px;
  }
}
body.transparent header ul#second li a.cmbtn.primary:active {
  border: none;
  padding: 10px 21px 9px;
  background: #75b023;
  background: -moz-linear-gradient(top, #75b023 0%, #65971e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #75b023), color-stop(100%, #65971e));
  background: -webkit-linear-gradient(top, #75b023 0%, #65971e 100%);
  background: -o-linear-gradient(top, #75b023 0%, #65971e 100%);
  background: -ms-linear-gradient(top, #75b023 0%, #65971e 100%);
  background: linear-gradient(to bottom, #75b023 0%, #65971e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75b023', endColorstr='#65971e', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#75b023, endColorstr=#65971e)";
}
@media only screen and (max-width: 767px) {
  body.transparent header ul#second li a.cmbtn.primary:active {
    padding: 19px 53px 18px;
  }
}
body.transparent.headscroll header {
  position: absolute;
  top: 0;
  left: 0;
}
.draw.browser {
  border: 2px solid #e0e5e9;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.draw.browser .bar {
  height: 2.31%;
  width: 100%;
  padding-left: 0.942%;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e5e9;
}
.draw.browser .bar .dot {
  height: 36.4%;
  width: 0.476%;
  margin: 0.476% 0.476% 0.476% 0;
  float: left;
  display: inline-block;
  background-color: #e0e5e9;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.draw.laptop {
  border: 2px solid #e0e5e9;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative;
}
.draw.laptop .camera {
  width: 1.2%;
  height: 2%;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #e0e5e9;
  position: absolute;
  top: 2.6%;
  left: 50%;
  margin-left: -0.6%;
}
.draw.laptop .surround {
  width: 94%;
  height: 83.6%;
  border: 1px solid #e0e5e9;
  left: 50%;
  top: 6.4%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  overflow: hidden;
}
.draw.laptop .base {
  border: 2px solid #e0e5e9;
  -khtml-border-radius: 15px 15px 60px 60px;
  -moz-border-radius: 15px 15px 60px 60px;
  -webkit-border-radius: 15px 15px 60px 60px;
  border-radius: 15px 15px 60px 60px;
  height: 6.4%;
  width: 120%;
  background-color: #ffffff;
  position: absolute;
  bottom: -2px;
  left: -10%;
}
.draw.laptop .base .handle {
  width: 11.6%;
  height: 35%;
  -khtml-border-radius: 0 0 60px 60px;
  -moz-border-radius: 0 0 60px 60px;
  -webkit-border-radius: 0 0 60px 60px;
  border-radius: 0 0 60px 60px;
  border: 1px solid #e0e5e9;
  border-top: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.draw.email .emailhead {
  height: 40px;
  padding: 12px;
  border-bottom: 1px solid #e0e5e9;
}
.draw.email .profile {
  display: block;
  float: left;
  height: 16px;
  width: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-color: #e0e5e9;
}
.draw.email .lines {
  display: block;
  float: left;
  height: 16px;
  padding: 2px 0 2px 10px;
}
.draw.email .lines .line {
  display: block;
  height: 4px;
  float: left;
  background-color: #e0e5e9;
}
.draw.email .lines .line.one {
  width: 56px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.draw.email .lines .line.two {
  width: 95px;
  margin-bottom: 4px;
}
.draw.email .lines .line.three {
  width: 60px;
  margin-right: 4px;
  clear: left;
}
.draw.email .lines .line.four {
  width: 86px;
}
.draw.email .subject {
  display: block;
  height: 16px;
  padding-left: 28px;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.2em;
  line-height: 1.335em;
  color: #96a2ae;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 520px) {
  .draw.email .subject {
    font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 0.7em;
    line-height: 1.335em;
    padding-left: 24px;
  }
}
.draw.email .subject strong {
  font-size: 0.7em;
  font-weight: 700;
  color: #d8dee3;
  padding-right: 6px;
}
@media only screen and (max-width: 520px) {
  .draw.email .subject strong {
    padding-right: 3px;
  }
}
.draw.iphone {
  border: 2px solid #e0e5e9;
  -khtml-border-radius: 28px;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  -webkit-box-shadow: 4px 4px 0 0 rgba(47, 53, 62, 0.05);
  -moz-box-shadow: 4px 4px 0 0 rgba(47, 53, 62, 0.05);
  box-shadow: 4px 4px 0 0 rgba(47, 53, 62, 0.05);
  position: relative;
  height: 100%;
  background-color: #ffffff;
}
@media only screen and (max-width: 585px) {
  .draw.iphone {
    -khtml-border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
  }
}
.draw.iphone .camera {
  width: 4.5%;
  height: 2.25%;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #e0e5e9;
  position: absolute;
  top: 3.09%;
  left: 50%;
  margin-left: -2.25%;
}
.draw.iphone .speaker {
  height: 1.407%;
  width: 16.87%;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e0e5e9;
  position: absolute;
  top: 7.867%;
  left: 50%;
  margin-left: -8.435%;
}
.draw.iphone .screen {
  border: 1px solid #e0e5e9;
  position: absolute;
  top: 13.2%;
  left: 4.4%;
  width: 91%;
  height: 72.4%;
  overflow: hidden;
}
.draw.iphone .homebutton {
  width: 16.49%;
  height: 7.674%;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #e0e5e9;
  position: absolute;
  bottom: 3.07%;
  left: 50%;
  margin-left: -8.245%;
}
.draw.ipad {
  border: 2px solid #e0e5e9;
  -khtml-border-radius: 28px;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  -webkit-box-shadow: 4px 4px 0 0 rgba(47, 53, 62, 0.05);
  -moz-box-shadow: 4px 4px 0 0 rgba(47, 53, 62, 0.05);
  box-shadow: 4px 4px 0 0 rgba(47, 53, 62, 0.05);
  position: relative;
  height: 100%;
  background-color: #f7f8f9;
}
@media only screen and (max-width: 585px) {
  .draw.ipad {
    -khtml-border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
  }
}
.draw.ipad .camera {
  width: 1.3%;
  height: 1.84%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #e0e5e9;
  position: absolute;
}
.draw.ipad .screen {
  border: 1px solid #e0e5e9;
  position: absolute;
  overflow: hidden;
}
.draw.ipad .homebutton {
  width: 4.8%;
  height: 6.78%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #e0e5e9;
  position: absolute;
}
.draw.ipad.portrait .camera {
  top: 1.8%;
  left: 50%;
  margin-left: -0.92%;
}
.draw.ipad.portrait .screen {
  top: 6.616%;
  left: 4.82%;
  width: 90.4%;
  height: 82.4%;
}
.draw.ipad.portrait .homebutton {
  bottom: 12px;
  left: 50%;
  margin-left: -15px;
}
.draw.ipad.landscape .camera {
  left: 1.8%;
  top: 50%;
  margin-top: -0.94%;
}
.draw.ipad.landscape .screen {
  top: 6.616%;
  left: 4.82%;
  width: 87.8%;
  height: 86.8%;
}
.draw.ipad.landscape .homebutton {
  right: 1.4%;
  top: 50%;
  margin-top: -3.39%;
}
section {
  background: #ffffff;
}
section.overflow {
  overflow: hidden;
}
section#textonly {
  padding-top: 75px;
  overflow: hidden;
}
section#textonly h1 {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 4em;
  line-height: 0.75em;
  color: #2f353e;
  margin-bottom: 40px;
}
section#textonly h5 {
  margin-bottom: 10px;
}
section#textonly .container {
  width: 100%;
  padding: 50px 0;
}
.content h1 {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 3.6em;
  line-height: 1.222em;
  letter-spacing: -0.02em;
  width: 100%;
  text-align: center;
  margin: 0 auto 0.33em;
  padding: 0;
  color: #2f353e;
}
@media only screen and (max-width: 520px) {
  .content h1 {
    font-size: 2.6em;
  }
}
.content h2 {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 3.6em;
  line-height: 1.222em;
  letter-spacing: -0.02em;
  font-weight: 400;
  width: 100%;
  color: #2f353e;
  margin: 0 auto 0.333em;
  padding: 0;
}
@media only screen and (max-width: 520px) {
  .content h2 {
    font-size: 2.6em;
  }
}
.content h3 {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.6em;
  line-height: 1.301em;
  font-weight: 400;
  width: 100%;
  color: #2f353e;
  margin: 0 auto 0.482em;
  padding: 0;
}
@media only screen and (max-width: 520px) {
  .content h3 {
    font-size: 2.1em;
  }
}
.content h4 {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.1em;
  line-height: 1.524em;
  letter-spacing: -0.01em;
  font-weight: 300;
  color: #8e959c;
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 520px) {
  .content h4 {
    font-size: 1.8em;
  }
}
.content h5 {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.3em;
  line-height: 1.615em;
  letter-spacing: -0.05em;
  font-weight: 700;
  color: #2f353e;
  width: 100%;
  margin: 0;
  padding: 0;
}
.content p {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.6em;
  line-height: 1.5625em;
  color: #8e959c;
  padding: 0;
  margin: 0 auto 1.25em;
  text-align: left;
}
.content hgroup {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 6em;
  padding: 0;
  text-align: center;
  border: none;
  overflow: hidden;
}
@media only screen and (max-width: 520px) {
  .content hgroup {
    margin: 0 auto 4em;
  }
}
.content hgroup p {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.6em;
  line-height: 1.5625em;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.content hr {
  float: left;
  width: 85%;
  border: none;
  border-top: 1px solid #e0e5e9;
  height: 0;
  margin: 20px 7.5% 45px 7.5%;
}
.content hr.sectionbreak {
  border: none;
  background: url('../images/global/sectionbreak.png') repeat-x;
  height: 7px;
  width: 100%;
  margin: 30px 0 60px 0;
}
.content p,
.content ol,
.content ul,
.content address {
  float: left;
  width: 85%;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.3em;
  line-height: 1.6em;
  margin: 0 7.5% 20px 7.5%;
}
.content address {
  color: #8e959c;
}
.content img {
  max-width: 679px;
  height: auto;
}
.content p.lead {
  font-size: 1.45em;
  line-height: 1.55em;
  margin-bottom: 25px;
}
.content p img {
  margin: 20px 0;
  max-width: 547px;
}
.content p img.inline {
  margin: 0;
}
.content p img.inline.right {
  float: right;
  margin: 4px 0 25px 30px;
  border: none;
}
.content p img.inline.left {
  float: left;
  margin: 4px 30px 15px 0;
}
.content p .green {
  color: #7ebd26;
}
.content p .blue {
  color: #59c1e4;
}
.content p a.inline img {
  opacity: 0.8;
}
.content p a.inline img:hover {
  opacity: 1;
}
.content p .inline-quote {
  float: right;
  width: 30%;
  margin-right: -4%;
  padding: 0 0 15px 10%;
  font-family: "FS Albert Web Light Italic", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size-adjust: 0.48;
  font-weight: 200;
  font-style: italic;
  font-size: 1.5em;
  letter-spacing: 0.03em;
  line-height: 1.2em;
  color: #adb3b9;
  background: url('../images/blog/quote_lightgrey.png') left top no-repeat;
  background-position: 15% 5px;
}
.content p i {
  font-style: normal;
}
.content p strong,
.content p b {
  font-weight: 500;
  color: #454e5b;
}
.content p a.bigbutton {
  font-size: inherit!important;
  margin-left: 0;
}
.content p a.twitter {
  display: inline;
  color: #19A9E5;
  background: url('../images/blog/twitter.png') left center no-repeat #e7f6fc;
  background-size: 13px 11px;
  background-position: 7px center;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 5px 5px 27px;
}
.content p a.twitter:hover {
  color: #18a2dc;
  background-color: #def3fb;
}
.content p a.twitter:active {
  background-color: #d0eef9;
}
.content .label,
.content span.label {
  padding: 2px 4px 3px;
  line-height: 2em;
  font-size: 0.85em;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  background: #5cc9e8;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.content .label.warning,
.content span.label.warning {
  background: #f56b92;
  color: #ffffff;
}
.content .label.success,
.content span.label.success {
  background: #accf23;
}
.content .label.or,
.content span.label.or {
  background: #aea595;
  color: #ffffff;
}
.content cite {
  float: left;
  width: 70%;
  margin: 0 7.5% 0 11%;
  border-left: 2px solid #bee1f3;
  padding: 0 0 20px 5%;
  font-size: 1.3em;
  color: #2f353e;
  font-weight: bold;
}
.content blockquote {
  float: left;
  width: 70%;
  margin: 0 7.5% 40px 11%;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.3em;
  line-height: 1.6em;
  font-style: italic;
  border-left: 2px solid #bee1f3;
  padding: 0 0 0 5%;
  clear: both;
}
.content blockquote.large,
.content blockquote.pull {
  font-family: "FS Albert Web Light Italic", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size-adjust: 0.48;
  font-weight: 200;
  font-style: italic;
  font-size: 1.8em;
  letter-spacing: 0.03em;
  line-height: 1.2em;
}
.content blockquote.large small {
  font-size: 0.6em;
  letter-spacing: normal;
}
.content blockquote.pull p {
  font-size: 1em!important;
}
.content blockquote small {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.85em;
  line-height: 1.5em;
  color: #737c84;
  padding: 10px 0 0 0;
}
.content blockquote h5 {
  margin: 0 0 10px 0;
  font-size: 1em;
  padding: 0;
}
.content blockquote p {
  width: 100%;
  font-family: inherit;
  font-size: 1em !important;
  margin: 0;
  font-style: italic;
  padding: 0;
}
.content ol {
  list-style-type: decimal;
  margin-bottom: 40px;
}
.content ul {
  float: left;
  list-style-type: disc;
  margin-top: 8px;
  margin-bottom: 40px;
}
.content ul.slim {
  width: 70%;
  clear: both;
}
.content ul.slimline {
  clear: both;
  margin-bottom: 20px;
}
.content ul.slimline li {
  margin-bottom: 10px;
}
.content ol li,
.content ul li {
  width: 80%;
  margin-bottom: 15px;
  margin-left: 7.5%;
  padding: 0 0 0 3%;
  line-height: 1.5em;
  color: #8e959c;
}
.content ol li b,
.content ul li b,
.content ol li strong,
.content ul li strong {
  color: #2f353e;
  font-weight: 500;
}
.content ol li i,
.content ul li i {
  font-style: normal;
}
.content a.mainCTA {
  -moz-box-shadow: inset 0 1px 0 0 #a0d642;
  -webkit-box-shadow: inset 0 1px 0 0 #a0d642;
  box-shadow: inset 0 1px 0 0 #a0d642;
  background: #7cbc27;
  background: -moz-linear-gradient(top, #7cbc27 0%, #62a30c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7cbc27), color-stop(100%, #62a30c));
  background: -webkit-linear-gradient(top, #7cbc27 0%, #62a30c 100%);
  background: -o-linear-gradient(top, #7cbc27 0%, #62a30c 100%);
  background: -ms-linear-gradient(top, #7cbc27 0%, #62a30c 100%);
  background: linear-gradient(to bottom, #7cbc27 0%, #62a30c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7cbc27', endColorstr='#62a30c', GradientType=0);
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  *display: inline;
  font-family: "Proxima Nova Semibold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size-adjust: 0.488;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3em;
  letter-spacing: 0.05em;
  text-shadow: 0px 1px 2px #426d06;
  text-transform: uppercase;
  width: auto;
  padding: 18px 30px 16px;
  color: #ffffff;
  margin: 20px 0 0 25px;
}
.content a.mainCTA:hover,
.content a.mainCTA:focus {
  color: #ffffff;
  background: -moz-linear-gradient(top, #87c32b 0%, #6eaf0e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #87c32b), color-stop(100%, #6eaf0e));
  background: -webkit-linear-gradient(top, #87c32b 0%, #6eaf0e 100%);
  background: -o-linear-gradient(top, #87c32b 0%, #6eaf0e 100%);
  background: -ms-linear-gradient(top, #87c32b 0%, #6eaf0e 100%);
  background: linear-gradient(to bottom, #87c32b 0%, #6eaf0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87c32b', endColorstr='#6eaf0e', GradientType=0);
}
.content a.mainCTA:active {
  -moz-box-shadow: inset 0px 3px 10px #245401;
  -webkit-box-shadow: inset 0px 3px 10px #245401;
  box-shadow: inset 0px 3px 10px #245401;
}
.content a.mainCTA:active {
  padding-top: 19px;
  padding-bottom: 15px;
}
.content .gallerypost {
  float: left;
  width: auto;
  background: #f8f8f9;
  padding: 3px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 0 0 40px 7%;
}
.content .gallerypost a {
  float: left;
  border: 1px solid #e0e5e9;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  padding: 6px;
}
.content .gallerypost a .image {
  margin: 0;
  padding: 0;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.content .gallerypost a:hover {
  border-color: #c2ccd4;
}
.content .galleryimage {
  float: left;
  width: 100%;
  margin: 20px 0 40px 0;
  position: relative;
}
.content .galleryimage.inline {
  width: 306px;
  clear: none;
  margin: 0 5px 15px 0;
}
.content .galleryimage.inline.first {
  margin-left: 25px;
}
.content .galleryimage p {
  position: absolute;
  font-style: italic;
  width: 230px;
  left: 320px;
  bottom: -18px;
  color: #adb3b9;
  padding: 0 0 0 10px;
  border-left: 1px solid #d8dee3;
}
.content .galleryimage .gallery {
  float: left;
  width: 300px;
  clear: both;
  background: #d8dee3;
  padding: 0;
  margin: 0 0 0 7%;
  border: 3px solid #f8f8f9;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.content .galleryimage .gallery:hover {
  background: #c0cad2;
}
.content .galleryimage .gallery img {
  width: 300px !important;
  height: auto !important;
  margin: 0;
}
.content .galleryimage .gallery img.scaled {
  width: auto!important;
}
.content .galleryimage .gallery a,
.content .galleryimage .gallery .thumb {
  float: left;
  padding: 0;
  margin: 1px;
  border: 2px solid #ffffff;
  width: 294px;
  height: 186px;
  overflow: hidden;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: url('../images/blog/campaignmonitor_marque_grey_small.gif') center no-repeat #ffffff;
}
.content div.figure {
  float: left;
  width: 92.5%;
  margin: 10px 0 30px 7.5%;
}
.content div.figure img {
  margin: 0 !important;
}
.content iframe {
  float: left;
  max-width: 577px;
  margin: 0 0 30px 7.5%;
  clear: both;
}
.content iframe.fullvideo {
  margin: 10px 0 40px 0;
  width: 679px;
  max-width: 679px;
}
.content p iframe {
  width: 100%;
  margin: 0;
  max-width: 100%;
}
.content table {
  margin: 30px 0 50px 7.5%;
  width: 85% !important;
  border: 1px solid #e0e5e9;
  border-collapse: collapse;
  border-bottom: none;
}
.content table.float {
  float: left;
}
.content table td {
  border-bottom: 1px solid #e0e5e9;
  text-align: left;
  padding: 10px 6px;
  font-size: 1.2em;
}
.content table td.comment {
  font-size: 1.2em;
  color: #8e959c;
  text-align: center;
}
.content table td.center {
  text-align: center;
}
.content table td.green {
  background: #f6fde4;
  border-bottom-color: #d5eb9d;
  color: #5b9510;
  border-left: 1px solid #d5eb9d;
}
.content table tr.header {
  background: #f8f8f9;
}
.content table tr.header td {
  padding: 10px 0 10px 6px;
  font-size: 1.2em;
  font-weight: bold;
  color: #2f353e;
}
.content table tr.inset {
  color: #8e959c;
}
.content table tr.inset td.element-style.inset {
  padding-left: 20px;
}
.content table tr.green td {
  color: #2f353e;
  background: #f6fde4;
}
.content table tr:hover {
  background: #f8f8f9;
}
.content table tr:hover.green td,
.content table tr:hover td.green {
  background: #eefbcc;
}
.content table tr:hover td.no-hl {
  background: #ffffff;
}
.content table thead tr,
.content table tr.header {
  background: #f8f8f9;
}
.content table thead tr td,
.content table tr.header td {
  padding: 10px 0 10px 6px;
  font-size: 1.2em;
  font-weight: bold;
  color: #2f353e;
}
.content table thead tr td.green,
.content table tr.header td.green {
  color: #2f353e;
}
.content table thead tr.slab td,
.content table tr.header.slab td {
  border-bottom-width: 2px;
}
.content table thead tr:hover td.green,
.content table tr.header:hover td.green {
  background: #f6fde4;
}
.content table.borders td {
  border-left: 1px solid #e0e5e9;
}
.content table.big {
  font-size: 1.1em;
}
.content table.big td {
  padding-top: 13px;
  padding-bottom: 13px;
}
.content table#keyguide {
  border: none;
  margin: 0 0 20px 12%;
}
.content table#keyguide td {
  border: none;
  width: 33%;
  padding: 10px 0 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  color: #8e959c;
}
.content table#keyguide td .key {
  display: inline-block;
  *display: inline;
  width: 10px;
  overflow: hidden;
  text-indent: -9000px;
  height: 10px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 5px 0 0;
}
.content table#keyguide td strong {
  font-weight: 500;
  color: #2f353e;
}
.content table#keyguide tr:hover {
  background: none;
}
.content dl {
  float: left;
  width: 80%;
  margin: 30px 7.5% 20px 7.5%;
}
.content dl dt {
  float: left;
  width: 20%;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.3em;
  line-height: 1.5em;
  clear: both;
  color: #8e959c;
}
.content dl dt:first-child {
  color: #2f353e;
}
.content dl dd {
  float: right;
  position: relative;
  width: 75%;
  clear: right;
  margin: 0 10px 30px 0;
  border-left: 2px solid #bee1f3;
}
.content dl dd p {
  width: 95%;
  padding: 0;
  margin: 0 0 0 5%;
}
.content .pullout,
.content p.alert-1,
.content p.alert-2 {
  float: left;
  width: 85%;
  margin: 0 4.5% 20px 4.5%;
  padding: 13px 3%;
  border: 1px solid #bee1f3;
  background: #f8fdfe;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.3em;
  line-height: 1.5em;
}
.content .pullout.success,
.content p.alert-1.success,
.content p.alert-2.success {
  background: #f6fde4;
  border-color: #d1eea8;
  color: #62931d;
}
.content .pullout.success strong,
.content p.alert-1.success strong,
.content p.alert-2.success strong {
  color: #7ebd26;
}
.content .pullout.warning,
.content p.alert-1.warning,
.content p.alert-2.warning {
  background: #fff3c5;
  border-color: #ffe378;
  color: #937f38;
}
.content .pullout.warning strong,
.content p.alert-1.warning strong,
.content p.alert-2.warning strong {
  color: #b89f46;
}
.content .pullout.warning h5,
.content p.alert-1.warning h5,
.content p.alert-2.warning h5 {
  color: #b89f46;
  font-weight: bold;
  font-size: 0.85em;
  margin: 0 0 8px 0;
  padding: 0;
  text-transform: uppercase;
}
.content .pullout.warning a,
.content p.alert-1.warning a,
.content p.alert-2.warning a {
  color: #493f1c;
}
.content .pullout strong,
.content p.alert-1 strong,
.content p.alert-2 strong {
  display: inline;
  color: #72d0eb;
  margin: 0 5px 0 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.85em;
}
.content p.alert-2 {
  background: #fff3c5;
  border-color: #ffe378;
  color: #937f38;
}
.content p.alert-2 strong {
  color: #b89f46;
}
.content .breakout {
  float: left;
  clear: both;
  position: relative;
  width: 89.5%;
  margin: 20px 0 40px 4.5%;
  border: 1px solid #bee1f3;
  background: #f8fdfe;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 0 10px 0;
}
.content .breakout h3 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size-adjust: 0.488;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2em;
  line-height: 1.4em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #72d0eb;
  margin: 30px 0 10px 0;
}
.content .breakout .verdict {
  position: absolute;
  width: 49px;
  height: 49px;
  background: url('../images/resources/verdict.png') top center no-repeat;
  top: -20px;
  right: 13px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.content .breakout .verdict.good {
  background-position: bottom center;
}
.content pre {
  float: left;
  width: 608px;
  margin: 10px 0 40px 19px;
  padding: 20px;
  border: 1px solid #e0e5e9;
  background: #fcfcfd;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "Droid Sans Mono", monospace, Courier;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  line-height: 1.6em;
  color: #2f353e;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  max-height: 800px;
  overflow: auto;
  box-sizing: content-box;
}
.content .codebox h5 {
  margin: 0;
}
.content .codeblock {
  float: left;
  width: 88%;
  margin: 10px 0% 40px 4.5%;
  background: #fcfcfd;
  border: 1px solid #e0e5e9;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #2f353e;
}
.content .codeblock code {
  float: left;
  width: 90%;
  padding: 10px 25px!important;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  color: #2f353e;
  font-family: "Droid Sans Mono", monospace, Courier;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  line-height: 1.6em;
  max-height: 800px;
  overflow: auto;
}
.content .syntax {
  float: left;
  width: 650px;
  background: #2f353e;
  margin: 10px 0 40px 19px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.content .syntax .codehead {
  position: relative;
  float: left;
  width: 100%;
  background: #f8fdfe;
  border: 1px solid #bee1f3;
  border-bottom: none;
  padding: 13px 19px;
  font-size: 1.2em;
}
.content .syntax .codehead .method {
  color: #59c1e4;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size-adjust: 0.488;
  font-weight: 600;
  font-style: normal;
  font-size: 1em;
  line-height: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.content .syntax .codehead strong {
  color: #59c1e4;
  font-weight: 500;
}
.content .syntax .codehead code {
  margin: 0 0 0 10px;
  font-family: "Droid Sans Mono", monospace, Courier;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.2em;
  color: #8e959c;
}
.content .syntax .codehead .switch {
  position: absolute;
  right: 10px;
  top: 9px;
  background: #ffffff;
  padding: 1px;
  border: 1px solid #bee1f3;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.content .syntax .codehead .switch a {
  float: left;
  padding: 5px 6px;
  color: #8e959c;
  font-size: 0.85em;
  font-weight: 500;
}
.content .syntax .codehead .switch a.active {
  background: #19a9e5;
  color: #ffffff;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.content .syntax .border {
  float: left;
  margin: 0;
  padding: 20px 19px;
  border: 1px solid #e0e5e9;
  background: #fcfcfd;
  color: #2f353e;
  width: 610px;
}
.content .syntax .border pre {
  float: none;
  width: 100%;
  padding: 0;
  border: none;
}
.content .syntax pre {
  float: left;
  margin: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 608px;
  padding: 20px 19px;
  border-left: 3px solid #242b33;
}
.content .syntax pre.border {
  border-top-color: #bee1f3;
}
.content .syntax p {
  float: right;
  margin: 0;
  padding: 20px 19px;
  border: 1px solid #e0e5e9;
  background: #fcfcfd;
  color: #2f353e;
  width: 627px;
  border-left: 3px solid #242b33;
}
.content .syntax p.border {
  border-top-color: #bee1f3;
}
.content .syntax p .label {
  font-family: "Droid Sans Mono", monospace, Courier;
  font-style: normal;
  font-weight: normal;
  font-size: 1;
  line-height: 1;
  margin-right: 12px;
}
.content .plaintext {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 40px;
}
.content .plaintext .margins {
  position: absolute;
  height: 206px;
  width: 2px;
  border-left: 1px solid rgba(243, 177, 157, 0.4);
  border-right: 1px solid rgba(243, 177, 157, 0.4);
  left: 8%;
  top: 0;
  z-index: 100;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.content .plaintext .margins.auto {
  height: 98%;
}
.content .plaintext textarea,
.content .plaintext pre {
  float: left;
  width: 76%;
  height: 150px;
  margin: 0 4.5%;
  padding: 28px 7.5%;
  resize: none;
  border: none;
  font-family: "Droid Sans Mono", monospace, Courier;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  line-height: 25px;
  color: #2f353e;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2edca), color-stop(5%, #fcfae8));
  background: -moz-repeating-linear-gradient(top, #fcfae8, #fcfae8 24px, #f2edca 25px);
  background: repeating-linear-gradient(top, #fcfae8, #fcfae8 24px, #f2edca 25px);
  -webkit-background-size: 100% 25px;
  outline: none;
}
.content .plaintext pre {
  height: auto;
  outline: none;
  max-height: 800px;
  overflow: auto;
}
.content .plaintext .ripped {
  float: left;
  width: 91%;
  background: url('../images/blog/ripped_paper_yellow.gif') left bottom repeat-x;
  height: 9px;
  margin: 0 4.5%;
}
.content img.border {
  border: 1px solid #e0e5e9;
}
.content .image {
  float: left;
  margin: 0 7.5% 20px 7.5%;
  border: none;
  padding: 0;
  outline: none;
}
.content .fullimage {
  float: left;
  margin: 10px 0 30px 0;
  border: none;
  padding: 0;
  outline: none;
}
.content .image.spacer,
.content .fullimage.spacer {
  margin-top: 30px;
  margin-bottom: 50px;
}
.content .caption {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.content .caption img.image,
.content .caption img.fullimage,
.content .caption img.spacer {
  margin-bottom: 15px;
}
.content .caption p {
  margin-top: 0;
  color: #b0b6bb;
  padding-bottom: 12px;
  border-bottom: 1px dotted #e0e5e9;
}
.content .caption p em {
  font-style: italic;
}
.content ul.recentlist {
  width: 91%;
  list-style: none;
  padding: 0;
  margin: 0 4.5%;
}
.content ul.recentlist li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e0e5e9;
}
.content ul.recentlist li a {
  float: left;
  width: 93%;
  padding: 12px 3.5%;
  margin: 1px 0;
}
.content ul.recentlist li a:hover {
  background: #effafd;
}
.content .halfbox {
  float: left;
  background: #f6f6f8;
  margin: 10px 1% 50px 4%;
  width: 38%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 3.5%;
  font-size: 1.2em;
  color: #454e5c;
}
.content .halfbox.right {
  margin: 10px 4% 50px 1%;
}
.content .halfbox .row {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e7;
  padding: 8px 0;
}
.content .halfbox .row.last {
  border-bottom: none;
}
.content .halfbox .row strong {
  font-weight: 500;
  color: #2f353e;
}
.content .halfbox .row .percent {
  float: right;
  width: 70px;
  text-align: right;
}
.content .halfbox .row .percent.mover {
  background: url('../images/global/green_arrow_up.gif') left center no-repeat;
}
.content .halfbox .row .percent.shaker {
  background: url('../images/global/red_arrow_down.gif') left center no-repeat;
}
.content a.bigbutton {
  float: left;
  margin: 20px 0 20px 5.5%;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  background: url('../images/global/arrow_right_white_padded.gif') right center no-repeat #7ebd26;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 27px 9px 13px;
  font-size: 1.2em;
}
.content a.bigbutton:hover {
  background-color: #57ad17;
}
.content a.bigbutton:active {
  background-color: #4c9614;
}
.content a.bigbutton.blue {
  background-color: #19a9e5;
}
.content a.bigbutton.blue:hover {
  background-color: #1487b7;
}
.content a.bigbutton.blue:active {
  background-color: #1176a0;
}
.content a.bigbutton.download {
  background-image: url('../images/global/download.gif');
  background-position: right center;
}
.content a.bigbutton.download span {
  color: #deee9c;
}
.content a.bigbutton.download:active {
  background-position: right 60%;
}
.content .clear {
  float: left;
  width: 100%;
  clear: both;
}
section#signup {
  background: #2f353e;
  padding: 6em 0;
}
section#signup .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 880px) {
  section#signup .inner {
    text-align: center;
  }
}
section#signup h3 {
  font-family: 'Lato', 'Helvetica Neue', sans-serif;
  font-size: 1.8em;
  line-height: 1.444em;
  font-weight: 300;
  letter-spacing: .01em;
  color: #fff;
  width: 100%;
  float: left;
  padding: 0 400px 0 0;
}
@media screen and (max-width: 880px) {
  section#signup h3 {
    padding: 0;
    margin: 0 auto 0.889em;
  }
}
section#signup a.primary {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 320px;
  min-width: 280px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 880px) {
  section#signup a.primary {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin: 0 auto;
  }
}
footer {
  width: 100%;
  min-width: 320px;
  position: relative;
  color: #c3cbd3;
  background: #f6f6f8;
  padding: 60px 0 44px 0;
  text-align: left;
  clear: both;
}
footer .main-footer {
  overflow: hidden;
}
footer .main-footer .logo {
  float: left;
}
@media only screen and (max-width: 620px) {
  footer .main-footer .logo {
    float: none;
    margin-bottom: 45px;
  }
}
footer .main-footer .logo a.home-nav-link {
  display: block;
  height: 15px;
  margin: 0;
  width: 150px;
}
footer .main-footer .logo a.home-nav-link svg {
  display: block;
}
footer .main-footer .logo a.home-nav-link .logo-color {
  fill: #2f353e;
}
footer .main-footer .menu {
  float: right;
  width: 68%;
}
@media only screen and (max-width: 620px) {
  footer .main-footer .menu {
    float: none;
    width: 100%;
  }
}
footer .main-footer .menu dl {
  float: left;
  width: 25%;
  padding: 0 2.943%;
}
@media only screen and (max-width: 940px) {
  footer .main-footer .menu dl {
    width: 50%;
    margin-bottom: 30px;
  }
  footer .main-footer .menu dl:nth-child(2n+1) {
    clear: both;
  }
  footer .main-footer .menu dl:nth-child(3),
  footer .main-footer .menu dl:nth-child(4) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 620px) {
  footer .main-footer .menu dl {
    padding: 0;
  }
}
footer .main-footer .menu dl dt {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.1em;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: 100%;
  margin: 0 0 15px 0;
  color: #2f353e;
}
footer .main-footer .menu dl dt a {
  color: #2f353e;
  font-weight: 700;
}
footer .main-footer .menu dl dd {
  font-size: 1.3em;
  padding: 0 0 12px 0;
}
footer .main-footer .menu dl dd.nopad {
  padding: 0;
}
footer .main-footer .menu dl dd a {
  color: #8e959c;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
footer .main-footer .menu dl dd a:hover {
  color: #2f353e;
}
footer .main-footer .menu dl dd .phonenumber {
  display: none;
  color: #8e959c;
  cursor: pointer;
  padding: 0 0 12px 0;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
footer .main-footer .menu dl dd .phonenumber.active {
  display: block;
}
footer .main-footer .menu dl dd .phonenumber:hover {
  color: #2f353e;
}
footer .sub-footer {
  border-top: 1px solid #e0e5e9;
  margin-top: 40px;
  padding: 26px 0 0;
  width: 100%;
}
footer .sub-footer #subForm {
  float: left;
  position: relative;
  max-width: 300px;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (max-width: 620px) {
  footer .sub-footer #subForm {
    float: none;
    max-width: 100%;
    margin: 0 auto;
  }
}
footer .sub-footer #subForm input[type=email] {
  max-width: 300px;
  width: 100%;
  height: 50px;
  border: 1px solid #e0e5e9;
  background-color: transparent;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 50px 0 10px;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.2em;
  line-height: normal;
}
footer .sub-footer #subForm input[type=email]:hover,
footer .sub-footer #subForm input[type=email]:focus {
  border: 1px solid #adb3b9;
}
footer .sub-footer #subForm input[type=email].error {
  border: 1px solid #ffd617;
}
footer .sub-footer #subForm input[type=email] :placeholder {
  color: #adb3b9;
}
@media only screen and (max-width: 620px) {
  footer .sub-footer #subForm input[type=email] {
    max-width: 100%;
    margin: 0 auto;
  }
}
footer .sub-footer #subForm span.label {
  font-size: 1.1em;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@calc_val)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
footer .sub-footer #subForm span.label.error {
  color: #937f38;
}
footer .sub-footer #subForm span.subscribe {
  display: block;
  border: none;
  background: #f6f6f8;
  width: 40px;
  height: 40px;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  text-indent: -9999em;
  cursor: pointer;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
footer .sub-footer #subForm span.subscribe:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 13px;
  margin: -7.5px 0 0 -4.5px;
  background-image: url(../images/global/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
}
footer .sub-footer #subForm span.subscribe:active {
  -webkit-box-shadow: 0 0 0 0 transparent inset;
  -moz-box-shadow: 0 0 0 0 transparent inset;
  box-shadow: 0 0 0 0 transparent inset;
}
footer .sub-footer #subForm span.subscribe.active {
  color: #adb3b9;
  text-shadow: none;
  background: #f5f5f7;
  background: -moz-linear-gradient(top, #f5f5f7 0%, #f1f2f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f7), color-stop(100%, #f1f2f4));
  background: -webkit-linear-gradient(top, #f5f5f7 0%, #f1f2f4 100%);
  background: -o-linear-gradient(top, #f5f5f7 0%, #f1f2f4 100%);
  background: -ms-linear-gradient(top, #f5f5f7 0%, #f1f2f4 100%);
  background: linear-gradient(to bottom, #f5f5f7 0%, #f1f2f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f7', endColorstr='#f1f2f4', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f5f5f7, endColorstr=#f1f2f4)";
}
footer .sub-footer #subForm span.subscribe.active:hover,
footer .sub-footer #subForm span.subscribe.active:active {
  color: #adb3b9;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background: #eef0f3;
  background: -moz-linear-gradient(top, #eef0f3 0%, #e8ebee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eef0f3), color-stop(100%, #e8ebee));
  background: -webkit-linear-gradient(top, #eef0f3 0%, #e8ebee 100%);
  background: -o-linear-gradient(top, #eef0f3 0%, #e8ebee 100%);
  background: -ms-linear-gradient(top, #eef0f3 0%, #e8ebee 100%);
  background: linear-gradient(to bottom, #eef0f3 0%, #e8ebee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eef0f3', endColorstr='#e8ebee', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#eef0f3, endColorstr=#e8ebee)";
}
footer .sub-footer #subForm span.subscribe.active:active {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2) inset;
  background: #eef0f3;
  background: -moz-linear-gradient(top, #eef0f3 0%, #e8ebee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eef0f3), color-stop(100%, #e8ebee));
  background: -webkit-linear-gradient(top, #eef0f3 0%, #e8ebee 100%);
  background: -o-linear-gradient(top, #eef0f3 0%, #e8ebee 100%);
  background: -ms-linear-gradient(top, #eef0f3 0%, #e8ebee 100%);
  background: linear-gradient(to bottom, #eef0f3 0%, #e8ebee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eef0f3', endColorstr='#e8ebee', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#eef0f3, endColorstr=#e8ebee)";
}
footer .sub-footer #subForm span.subscribe.active:active::before {
  margin-top: -6.5px;
}
footer .sub-footer #subForm span.subscribe.active:active:before {
  background-position: center 54%;
}
footer .sub-footer #subForm span.subscribe.active.loading:before {
  background-image: url(../images/global/loader.gif);
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
}
footer .sub-footer #subForm span.subscribe.active.disabled {
  background: #e2e2e2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#e2e2e2', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#e2e2e2, endColorstr=#e2e2e2)";
  border-color: #bfbfbf #cfcfcf #cfcfcf;
  color: #acacac;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 -1px 6px rgba(0, 0, 0, 0.05);
  cursor: auto;
}
footer .sub-footer #subForm #subResponse {
  font-size: 1.2em;
  display: none;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #f6fde4;
  border: 1px solid #9cd210;
  color: #679b1f;
  text-align: center;
  line-height: 48px;
}
footer .sub-footer #subForm #subResponse.show {
  display: block;
}
footer .sub-footer .social {
  float: left;
  margin-top: 16px;
}
@media only screen and (max-width: 1010px) {
  footer .sub-footer .social {
    float: right;
  }
}
@media only screen and (max-width: 620px) {
  footer .sub-footer .social {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
footer .sub-footer .social a {
  color: #adb3b9;
  font-size: 1.1em;
  margin-left: 20px;
  display: inline-block;
  overflow: hidden;
  width: 18px;
  float: left;
  text-indent: -9999em;
  height: 18px;
  line-height: 18px;
  background-repeat: no-repeat;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
footer .sub-footer .social a:hover {
  color: #8e959c;
}
@media only screen and (max-width: 620px) {
  footer .sub-footer .social a {
    margin: 0 10px;
    float: none;
  }
}
footer .sub-footer .social .phone {
  display: none;
}
@media only screen and (max-width: 1010px) {
  footer .sub-footer .social .phone {
    display: inline;
  }
  footer .sub-footer .social .phone .number {
    display: inline-block;
    top: -1px;
    text-indent: -9999em;
    overflow: hidden;
    float: left;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url('../images/global/footer-phone@2x.png');
    background-position: 2px 2px;
    background-size: 16px 36px;
  }
  footer .sub-footer .social .phone .number:hover {
    background-position: 2px -18px;
  }
}
@media only screen and (max-width: 620px) {
  footer .sub-footer .social .phone .number {
    margin: 0 10px;
    float: none;
    position: relative;
    top: 1px;
  }
}
footer .sub-footer .social .twitter {
  background-image: url('../images/global/footer-twitter@2x.png');
  background-size: 18px 34px;
  background-position: 0px 1px;
}
footer .sub-footer .social .twitter:hover {
  background-position: 0px -17px;
}
footer .sub-footer .social .facebook {
  background-image: url('../images/global/footer-facebook@2x.png');
  background-size: 16px 34px;
  background-position: 0px 1px;
}
footer .sub-footer .social .facebook:hover {
  background-position: 0px -17px;
}
footer .sub-footer .foot-line {
  float: right;
  font-size: 1.2em;
  line-height: 1.8em;
  margin-top: 12px;
  color: #adb3b9;
}
@media only screen and (max-width: 1010px) {
  footer .sub-footer .foot-line {
    float: none;
    clear: both;
    text-align: left;
    padding-top: 8px;
  }
}
@media only screen and (max-width: 620px) {
  footer .sub-footer .foot-line {
    text-align: center;
    margin-top: 12px;
    padding: 0;
  }
}
@media only screen and (max-width: 450px) {
  footer .sub-footer .foot-line {
    margin-top: 20px;
    font-size: 1.1em;
  }
}
footer .sub-footer .foot-line a {
  color: #adb3b9;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
footer .sub-footer .foot-line a:hover {
  color: #8e959c;
}
@media only screen and (max-width: 450px) {
  footer .sub-footer .foot-line a.policies {
    display: block;
    margin-bottom: 6px;
  }
}
footer .sub-footer .foot-line .sep {
  width: 1px;
  height: 18px;
  position: relative;
  top: 5px;
  display: inline-block;
  background-color: #e0e5e9;
  margin: 0 5px;
}
@media only screen and (max-width: 450px) {
  footer .sub-footer .foot-line .sep {
    display: none;
  }
}
@media only screen and (max-width: 1010px) {
  footer .sub-footer .foot-line .phone {
    display: none;
  }
}
footer .sub-footer .foot-line .phone .phonenumber {
  display: none;
}
footer .sub-footer .foot-line .phone .phonenumber.active {
  display: inline;
}
footer.streamline {
  padding-top: 120px;
}
@media only screen and (max-width: 640px) {
  footer.streamline {
    padding-top: 60px;
  }
}
footer.streamline .central {
  border-top: 1px solid #e0e5e9;
  padding-top: 10px;
}
footer.streamline .main-footer {
  overflow: visible;
}
footer.streamline .logo {
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 640px) {
  footer.streamline .logo {
    float: none;
    margin-bottom: 15px;
  }
  footer.streamline .logo a.home-nav-link {
    margin: 0 auto;
  }
}
footer.streamline .sub-footer {
  float: right;
  width: auto;
  border: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  footer.streamline .sub-footer {
    float: none;
  }
}
@media only screen and (max-width: 400px) {
  footer.streamline .sub-footer {
    max-width: 200px;
    margin: 0 auto;
  }
}
footer.streamline .sub-footer .foot-line {
  line-height: 1;
  margin: -1px 0 0 0;
}
@media only screen and (max-width: 1010px) {
  footer.streamline .sub-footer .foot-line {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 640px) {
  footer.streamline .sub-footer .foot-line {
    text-align: center;
  }
}
@media only screen and (max-width: 450px) {
  footer.streamline .sub-footer .foot-line .sep {
    display: inline-block;
    margin: 0 2px;
  }
}
#sales_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  -webkit-tap-highlight-color: transparent;
}
#sales_overlay .overlay {
  background: #ffffff;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@calc_val)";
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
#sales_overlay .phonenumber {
  display: none;
}
#sales_overlay .phonenumber.active {
  display: block;
}
#sales_overlay .cmbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2.1em;
  font-weight: 400;
  letter-spacing: -0.03em;
  width: 250px;
  margin: -27px 0 0 -125px;
  padding-right: 35px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@calc_val)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#sales_overlay .cmbtn span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/global/cta-phone-icon.png);
  background-size: 21px 20px;
  background-position: 0px 0px;
  position: relative;
  left: -5px;
  top: 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
  #sales_overlay .cmbtn span {
    background-image: url('../images/global/cta-phone-icon@2x.png');
  }
}
html {
  background: #ffffff;
}
body {
  padding-top: 0;
}
section {
  font-size: 1em;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 320px;
  position: relative;
  z-index: 2;
  clear: both;
  background: transparent;
}
section .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
section .inner .logo {
  display: block;
  width: 100%;
  margin: 6.6em auto 5em;
  padding: 0;
  text-align: center;
}
section .inner .logo a {
  width: 160px;
  margin: 0 auto;
  background-position: 0 0;
  display: block;
  background-size: 160px 16px;
  border: none;
  height: 16px;
  text-indent: -9999px;
  color: transparent;
  white-space: nowrap;
}
section .inner .logo a #cmlogo {
  display: block;
}
section .inner h1 {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 4.4em;
  line-height: 1.227em;
  letter-spacing: -0.01em;
  font-weight: 300;
  width: 100%;
  color: #2f353e;
  margin: 0 auto 50px;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 479px) {
  section .inner h1 {
    font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 3.2em;
    line-height: 1.308em;
    margin-bottom: 30px;
  }
}
section .inner h2 {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 3.2em;
  line-height: 1.25em;
  letter-spacing: -0.01em;
  font-weight: 300;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 479px) {
  section .inner h2 {
    font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 2.6em;
    line-height: 1.308em;
    margin-bottom: 15px;
  }
}
section .inner h4 {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.3em;
  line-height: 1.615em;
  letter-spacing: 0.05em;
  color: #2f353e;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 8px;
  padding: 0;
}
section .inner p {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.6em;
  line-height: 1.5625em;
  color: #8e959c;
  padding: 0;
  margin: 0 auto 1.25em;
  text-align: left;
  max-width: 800px;
}
@media only screen and (max-width: 479px) {
  section .inner p {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1.4em;
    line-height: 1.5em;
  }
}
section#header {
  padding: 0 0 4.4em;
}
section#header.pad {
  margin-top: 6.6em;
}
section#header #arrival-lounge {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 600px;
  height: 95px;
  display: block;
  background: url("../img/arrival-lounge.png") no-repeat;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
section#header #backin {
  text-transform: lowercase;
}
section#header span#overlay {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  background: url("../img/overlay.png") no-repeat;
  width: 600px;
  height: 95px;
  display: block;
}
section#header dl#project,
section#header dl#eta {
  display: inline-block;
  vertical-align: top;
}
section#header dl#project dt,
section#header dl#eta dt {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 27px;
  color: #777;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
section#header dl#project dd,
section#header dl#eta dd {
  font-weight: bold;
  font-size: 24px;
  line-height: 67px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
section#header dl#project {
  position: absolute;
  left: 15px;
}
section#header dl#project dd {
  padding-left: 10px;
}
section#header dl#eta {
  text-align: center;
  position: absolute;
  width: 163px;
  left: 424px;
}
section#faq {
  padding: 6em 0 4.4em;
  background: #f6f6f8;
}
section#faq .questions {
  width: 100%;
  overflow: hidden;
  margin: 4.4em auto 0;
  padding: 0;
}
section#faq .questions .col {
  max-width: 320px;
  width: 33%;
  float: left;
  padding: 0 2em;
  margin: 0 0 4.4em;
}
section#faq .questions .col.left {
  margin-left: 0;
  padding-left: 0;
}
section#faq .questions .col.right {
  margin-right: 0;
  padding-right: 0;
}
section#faq .questions .col.four,
section#faq .questions .col.seven {
  clear: both;
}
section#faq .questions .col h4 {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.3em;
  line-height: 1.615em;
  letter-spacing: 0.05em;
  color: #2f353e;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 8px;
  padding: 0;
}
section#faq .questions .col p {
  text-align: left;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.3em;
  line-height: 1.615em;
}
@media only screen and (min-width: 767px) and (max-width: 999px) {
  section#faq {
    padding: 6em 0 4.4em;
  }
  section#faq .inner .questions {
    margin: 2.6em auto 0;
  }
  section#faq .inner .questions .col {
    width: 48%;
    max-width: none;
    padding: 0;
    margin: 0 auto 2.6em;
    clear: none;
  }
  section#faq .inner .questions .col:nth-child(odd) {
    margin-right: 4%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  section#faq {
    padding: 6em 0 4.4em;
  }
  section#faq .inner .questions {
    margin: 2.6em auto 0;
  }
  section#faq .inner .questions .col {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0 auto 2.6em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  section#faq .inner .questions {
    margin: 2.6em auto 0;
  }
  section#faq .inner .questions .col {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0 auto 2.6em;
  }
}
