/*	http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License:none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* general reset */
* {
  font-size: 100.01%;
}
html {
  font-size: 62.5%;
}
body {
  color: #436477;
  font: 1.5em/1em "Roboto", "Helvetica Neue", helvetica, san-serif;
  background: #bce5fb;
  -webkit-text-size-adjust: 100%;
  min-width: 990px;
}
a {
  text-decoration: none;
  color: #2062b4;
}
a:hover {
  text-decoration: underline;
}
input,
textarea,
select {
  font: 100% Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #000000;
}
#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}
#wrapper .start-btn {
  display: block;
  width: 198px;
  height: 64px;
  margin: 0 auto;
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/sprite.png") no-repeat 0 -44px;
  color: #00324c;
  font-size: 15px;
  line-height: 13px;
  overflow: hidden;
  padding: 11px 10px 0 20px;
}
#wrapper .start-btn:hover {
  text-decoration: none;
  color: #130330;
}
.w1 {
  width: 960px;
  margin: 0 auto;
}
#header {
  width: 100%;
  position: relative;
  margin: 0 -9999px;
  padding: 0 9999px;
  border-bottom: 1px solid #ffffff;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQxJSIgc3RvcC1jb2xvcj0iI2YyZmFmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2QxZTdmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2MzZDllNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2FkYzZkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MmIxYzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #f2fafd 41%, #d1e7f2 71%, #c3d9e6 85%, #adc6d4 95%, #92b1c2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(41%, #f2fafd), color-stop(71%, #d1e7f2), color-stop(85%, #c3d9e6), color-stop(95%, #adc6d4), color-stop(100%, #92b1c2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2fafd 41%, #d1e7f2 71%, #c3d9e6 85%, #adc6d4 95%, #92b1c2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2fafd 41%, #d1e7f2 71%, #c3d9e6 85%, #adc6d4 95%, #92b1c2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2fafd 41%, #d1e7f2 71%, #c3d9e6 85%, #adc6d4 95%, #92b1c2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2fafd 41%, #d1e7f2 71%, #c3d9e6 85%, #adc6d4 95%, #92b1c2 100%);
}
#header:after {
  content: "";
  display: block;
  clear: both;
}
.logo {
  float: left;
  width: 150px;
  height: 56px;
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/logo.png");
  text-indent: -9999px;
  overflow: hidden;
  margin: 26px 0 0;
}
.logo a {
  display: block;
  height: 100%;
}
.header-block {
  float: right;
  width: 793px;
}
.header-block .row {
  overflow: hidden;
  padding: 0 0 7px;
}
.social {
  height: 35px;
  padding-right: 5px;
}
.social .holder {
  height: 35px;
  padding: 0 2px 0 4px;
}
.social ul {
  margin: 0;
  padding: 2px 0 0;
  list-style: none;
  overflow: hidden;
}
.social li {
  float: left;
  margin: 0 0 0 5px;
  width: 26px !important;
}
.social a {
  display: block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: -9999px;
}
.social .facebook {
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/sprite-social.png") no-repeat;
}
.social .twitter {
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/sprite-social.png") no-repeat -31px 0;
}
.social .rss {
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/sprite-social.png") no-repeat -62px 0;
}
.slogan {
  float: right;
  color: #0078b6;
  margin: 7px 10px 0 0;
  font: 18px/21px;
  white-space: nowrap;
}
.sign-text {
  font: 13px/16px;
  display: block;
  margin: 0 0 8px;
}
.sign-text a:hover {
  text-decoration: none;
}
.bar {
  width: 100%;
}
.bar form {
  margin: 10px 0 0;
  float: right;
  width: 228px;
  height: 30px;
  padding: 10px 0 0 9px;
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/bg-search.png") no-repeat;
}
.bar form input[type="text"] {
  float: left;
  margin: 0;
  padding: 3px 5px;
  border: 1px solid #8bb8ce;
  background: #ffffff;
  text-align: center;
  font: bold 12px/17px Arial, Helvetica, sans-serif;
  height: 17px;
  width: 183px;
  position: relative;
}
.bar form ::-webkit-input-placeholder {
  text-align: left;
  text-indent: 45px;
}
.bar form input[type="submit"] {
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background: #c6dde7 url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/sprite.png") no-repeat;
}
.bar:after {
  content: "";
  display: block;
  clear: both;
}
.bar-block {
  float: left;
  width: 550px;
}
#nav {
  margin: 0;
  width: 100%;
  font: 14px/17px;
}
#nav a {
  color: #0b365b;
  font-size: 14px;
  font-weight: 400;
}
#nav li {
  float: left;
  padding: 0 10px;
  margin: 0;
}
#nav li:first-child {
  background: none;
  padding-left: 0;
}
#nav a:hover {
  text-decoration: none;
}
#nav:after {
  content: "";
  display: block;
  clear: both;
}
.main-area {
  width: 100%;
  position: relative;
  margin: 0 -9999px;
  padding: 5px 9999px 0;
  background: #016da1 url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/bg-main-area.jpg") no-repeat 50% 0;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.main-area a {
  color: #ffffff;
}
.main-area .holder {
  padding: 39px 0 0;
  width: 100%;
}
.main-area .holder:after {
  content: "";
  display: block;
  clear: both;
}
.main-area .col {
  float: left;
  width: 310px;
}
.main-area .text-holder {
  float: right;
  width: 559px;
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/bg-title.png") no-repeat -25px 5px;
  padding: 18px 0 0 91px;
  font: 15px/20px;
}
.main-area .text-holder .heading {
  padding: 0 0 7px 7px;
}
.main-area .text-holder .row {
  overflow: hidden;
}
.main-area .text-holder .btn {
  float: left;
  width: 169px;
  height: 39px;
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/sprite.png") no-repeat -30px 0;
  color: #00324c;
  text-align: center;
  font: 20px/39px;
  text-shadow: 0 1px 0 #ffffff;
  margin: 1px 15px 0 0;
}
.main-area .txt {
  font-size: 20px;
  line-height: 23px;
  display: block;
  margin: 0 0 -6px 0;
}
.main-area h1 {
  margin: 0 -20px -4px 0;
  font: 59px/60px;
  position: relative;
  overflow: hidden;
}
.main-area .info {
  font-size: 25px;
  line-height: 28px;
}
.main-area .info span {
  font: 15px/18px;
  display: block;
}
.main-area .meta {
  float: left;
  font: 12px/12px;
}
.main-area .meta li {
  float: left;
  margin: 0 7px 0 0;
  padding-top: 3px;
  min-height: 16px;
}
.main-area .meta a {
  float: left;
}
.main-area .meta .count {
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/sprite-ico.png") no-repeat 0 1px;
  padding-left: 22px;
}
.main-area .meta .positive {
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/sprite-ico.png") no-repeat 0 -68px;
  padding-left: 17px;
  margin: 0 2px 0 0;
}
.main-area .meta .negative {
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/sprite-ico.png") no-repeat 0 -143px;
  padding-left: 17px;
}
.col-box {
  background: #07c9ec url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/bg-col-box.jpg") no-repeat;
  width: 270px;
  height: 243px;
  text-align: center;
  color: #00263e;
  padding: 29px 20px 0;
  font: 16px/17px;
}
.col-box a {
  color: #00263e;
}
.col-box h2 {
  font: 40px/40px;
  margin: 0 -10px -1px;
}
.col-box h2 span {
  display: block;
  font-size: 30px;
  line-height: 30px;
  margin: -7px 0 0;
}
.col-box p {
  margin: 0 0 11px;
}
.start-btn span {
  float: left;
  width: 117px;
  text-align: left;
  margin: 6px 0 0;
}
.start-btn strong {
  float: right;
  width: 76px;
  font: 29px/25px;
  text-shadow: 0 1px 0 #ffffff;
}
.w2 {
  width: 100%;
  position: relative;
  margin: 0 -9999px;
  padding: 0 9999px;
  border-top: 1px solid #a7cadc;
  min-height: 500px;
  background: #e2eef4;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZWVmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEzJSIgc3RvcC1jb2xvcj0iI2U5ZjVmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iI2U4ZjZmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2M3ZTlmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2U1ZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e2eef4 0%, #e9f5fc 13%, #e8f6fd 21%, #c7e9fc 71%, #bce5fb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2eef4), color-stop(13%, #e9f5fc), color-stop(21%, #e8f6fd), color-stop(71%, #c7e9fc), color-stop(100%, #bce5fb));
  background: -webkit-linear-gradient(top, #e2eef4 0%, #e9f5fc 13%, #e8f6fd 21%, #c7e9fc 71%, #bce5fb 100%);
  background: -o-linear-gradient(top, #e2eef4 0%, #e9f5fc 13%, #e8f6fd 21%, #c7e9fc 71%, #bce5fb 100%);
  background: -ms-linear-gradient(top, #e2eef4 0%, #e9f5fc 13%, #e8f6fd 21%, #c7e9fc 71%, #bce5fb 100%);
  background: linear-gradient(to bottom, #e2eef4 0%, #e9f5fc 13%, #e8f6fd 21%, #c7e9fc 71%, #bce5fb 100%);
}
#main {
  margin: 0 0 20px;
  width: 100%;
}
#main:after {
  content: "";
  display: block;
  clear: both;
}
.tools-section {
  padding: 0 0 26px;
  position: relative;
}
.tools-section .head-row {
  position: absolute;
  top: -42px;
  left: 0;
  width: 100%;
}
.head-row {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.head-row h2 {
  font: 25px/40px;
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/sprite-bottom-row.png") no-repeat;
  height: 40px;
  min-width: 472px;
  text-align: center;
  padding: 0 27px 0 32px;
}
.head-row-holder {
  float: left;
  position: relative;
  left: 50%;
  margin: 0 0 0 -7px;
}
.head-row-frame {
  float: left;
  position: relative;
  left: -50%;
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/sprite-bottom-row.png") no-repeat 100% -45px;
  padding-right: 5px;
  height: 40px;
}
.main-boxes {
  overflow: hidden;
  margin: 0 -35px 0 0;
  padding-top: 24px;
}
.main-box {
  float: left;
  width: 300px;
  margin: 0 30px 0 0;
  padding-bottom: 5px;
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/bg-main-box-b.png") no-repeat 0 100%;
  text-align: center;
  line-height: 1.2em;
}
.main-box .heading {
  background: #85c73e url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/sprite-main-box.gif") no-repeat;
  height: 61px;
  padding: 9px 0 0;
  margin: 0 -15px 11px;
  overflow: hidden;
  color: #ffffff;
}
.main-box .heading a {
  color: #ffffff;
}
.main-box .holder {
  background: #e9f7fb url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/sprite-main-box.gif") repeat-y -916px 0;
}
.main-box .frame {
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/sprite-main-box.gif") no-repeat -1221px 100%;
  padding: 0 15px 15px;
}
.main-box h2 {
  font: 30px/32px;
}
.main-box h2 span {
  display: block;
  font-size: 17px;
  line-height: 19px;
  margin: -3px 0 0;
}
.main-box p {
  margin: 0 0 15px;
}
.main-box .btn {
  display: block;
  margin: 0 auto;
  width: 169px;
  height: 39px;
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/sprite.png") no-repeat -30px 0;
  color: #00324c;
  text-align: center;
  font: 20px/39px;
  text-shadow: 0 1px 0 #ffffff;
}
.main-box2 .heading {
  background-position: -305px 0;
  background-color: #faa100;
}
.main-box3 .heading {
  background-position: -610px 0;
  background-color: #7f2a97;
}
.news-section {
  width: 100%;
}
.news-section:after {
  content: "";
  display: block;
  clear: both;
}
.news-block {
  border-top: 1px solid #ffffff;
  text-align: center;
  padding: 0 0 3px;
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/line.gif") repeat-x 0 100%;
}
.news-block .holder {
  border-top: 1px solid #a7cadc;
  padding: 22px 20px 21px;
  background: #e5f5fb;
  overflow: hidden;
}
.news-block h2 {
  color: #00263e;
  font: 1.2em/1.167em;
}
.news-block h2 a {
  color: #00263e;
}
.news-block p {
  margin: 0 0 11px;
}
.news-block .meta {
  text-align: center;
  font: 0.8em/100%;
  color: #31adef;
}
.news-block .meta li {
  display: inline-block;
  margin: 0 7px 0 0;
  padding-top: 3px;
  min-height: 16px;
}
.news-block .meta a {
  color: #31adef;
}
.news-block .meta .count {
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/sprite-ico.png") no-repeat 0 -211px;
  padding-left: 22px;
}
.news-block .meta .positive {
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/sprite-ico.png") no-repeat 0 -292px;
  padding-left: 17px;
  margin: 0 2px 0 0;
}
.news-block .meta .negative {
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/sprite-ico.png") no-repeat 0 -365px;
  padding-left: 17px;
}
.news-list > li {
  padding: 0 0 6px;
}
* + html .news-block .meta li {
  display: inline;
  margin-right: 9px;
}
* + html .news-block .meta .positive {
  margin-right: 4px;
}
* + html .search-updates li {
  padding-bottom: 19px;
}
#footer {
  padding: 0 95px 0 0;
  min-height: 50px;
  background: url("//d1tbpd1hx2blcp.cloudfront.net/images/planetocean_logo_and_text.png") no-repeat 100% 13px;
  font-size: 13px;
}
#footer .start-btn {
  float: left;
  margin: 0 12px 0 36px;
}
#footer .tel {
  display: block;
  font: 0.934em/1.214em;
  color: #618599;
  margin: 0 0 15px;
}
#footer a {
  font-weight: 400;
}
#footer:after {
  content: "";
  display: block;
  clear: both;
}
.footer-block {
  overflow: hidden;
  padding: 9px 0 0;
}
.footer-block img {
  display: block;
}
.footer-menu {
  font: 0.867em/1.231em;
  overflow: hidden;
  margin: 0 0 6px;
  white-space: nowrap;
}
.footer-menu li {
  float: left;
  padding: 0 4px 0 5px;
  font-size: 13px;
}
.footer-menu li:first-child {
  background: none;
  padding-left: 0;
}
.copy {
  font: 0.734em/1.273em;
  color: #618599;
  display: block;
  margin: 0 0 6px;
}
.inner-page .main-area {
  background: #016da1 url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/bg-main-area2.jpg") no-repeat 50% 0;
  height: 68px;
  overflow: hidden;
}
.inner-page .main-area .heading2 {
  padding-left: 2px !important;
}
.inner-page .main-area span {
  margin: 0;
  padding: 9px 0 0 80px;
  min-height: 57px;
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/bg-title2.png") no-repeat;
  font-size: 45px;
  line-height: 48px;
  display: block;
}
.inner-page .w2 {
  background: #e3eff4;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZWZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iI2UzZWVmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2U3ZjRmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2U4ZjZmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iI2NjZWJmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2U1ZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e3eff4 0%, #e3eef4 23%, #e7f4fa 30%, #e8f6fd 40%, #ccebfc 72%, #bce5fb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3eff4), color-stop(23%, #e3eef4), color-stop(30%, #e7f4fa), color-stop(40%, #e8f6fd), color-stop(72%, #ccebfc), color-stop(100%, #bce5fb));
  background: -webkit-linear-gradient(top, #e3eff4 0%, #e3eef4 23%, #e7f4fa 30%, #e8f6fd 40%, #ccebfc 72%, #bce5fb 100%);
  background: -o-linear-gradient(top, #e3eff4 0%, #e3eef4 23%, #e7f4fa 30%, #e8f6fd 40%, #ccebfc 72%, #bce5fb 100%);
  background: -ms-linear-gradient(top, #e3eff4 0%, #e3eef4 23%, #e7f4fa 30%, #e8f6fd 40%, #ccebfc 72%, #bce5fb 100%);
  background: linear-gradient(to bottom, #e3eff4 0%, #e3eef4 23%, #e7f4fa 30%, #e8f6fd 40%, #ccebfc 72%, #bce5fb 100%);
}
.inner-page #main {
  border-bottom: 1px solid #a7cadc;
  margin-bottom: 12px;
  background-color: white;
  border-left: 1px solid #a7cadc;
  border-right: 1px solid #a7cadc;
}
.inner-page #footer {
  background-position: 828px 2px;
}
.inner-page .main-area .heading,
#ocean .inner-page .main-area .heading2 {
  padding: 0 0 2px 282px;
}
#ocean .inner-page #main {
  background-color: transparent;
  border-left: none;
}
#ocean #content > .content-block {
  background: transparent;
  border-top: none;
}
#ocean #content > .content-block > div {
  margin: 0;
}
#ocean .content_box {
  margin-bottom: 0;
}
#content {
  float: right;
  width: 694px;
  background: transparent;
  border-left: 1px solid #a7cadc;
  min-height: 1000px;
}
#content article a,
#content article a:active,
#content article a:visited {
  text-decoration: none;
  font-weight: 400;
}
#content article a.btn,
#content article a.btn:active,
#content article a.btn:visited {
  text-decoration: none;
}
#content article a.btn-primary,
#content article a.btn-primary:active,
#content article a.btn-primary:visited,
#content article a.btn-info,
#content article a.btn-info:active,
#content article a.btn-info:visited,
#content article a.btn-warning,
#content article a.btn-warning:active,
#content article a.btn-warning:visited,
#content article a.btn-danger,
#content article a.btn-danger:active,
#content article a.btn-danger:visited,
#content article a.btn-inverse,
#content article a.btn-inverse:active,
#content article a.btn-inverse:visited,
#content article a.btn-success,
#content article a.btn-success:active,
#content article a.btn-success:visited {
  color: white;
  text-decoration: none;
}
#content > .content-block {
  border-bottom: 1px solid #eff9fc;
  border-top: 1px solid #a7cadc;
  margin-top: 41px;
  margin-top: 0;
  border: 0;
  padding-top: 0em;
}
#content > .content-block > div {
  margin: 1em;
  margin-top: 0;
}
#content ul {
  margin-bottom: 1em;
}
#content ul.feature_list {
  margin-bottom: 0;
}
#content ul.nav-tabs li a {
  background-color: #eee;
  border: 1px solid #ddd;
  font-weight: 400;
}
#content ul.nav-tabs li a:hover {
  background-color: #ddd !important;
}
#content ul.nav-tabs li.active a {
  background-color: #CFCECE !important;
  font-weight: 500;
}
.tabset-holder {
  overflow: hidden;
  padding: 0 0 86px;
  margin-top: -40px;
}
.tabset {
  float: left;
  text-transform: uppercase;
  font: 14px/29px;
  padding: 0 0 0 27px;
}
.tabset .active,
.tabset a:hover {
  background-position: 100% -34px;
  text-decoration: none;
}
.tabset .active span,
.tabset a:hover span {
  background-position: 0 0;
}
.tabset li {
  float: left;
  margin: 0 1px 0 0;
}
.tabset a {
  display: block;
  text-align: center;
  padding-right: 2px;
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/sprite-tabset.png") no-repeat 100% -101px;
  cursor: pointer;
}
.tabset span {
  display: block;
  padding-left: 2px;
  height: 29px;
  min-width: 60px;
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/sprite-tabset.png") no-repeat 0 -67px;
}
.print {
  float: right;
  text-align: center;
  padding-right: 2px;
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/sprite-tabset.png") no-repeat 100% -171px;
  font: 15px/28px;
  cursor: pointer;
}
.print em {
  display: block;
  padding: 0 17px;
  height: 29px;
  min-width: 60px;
  font-style: normal;
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/sprite-tabset.png") no-repeat 0 -134px;
}
.print span {
  display: block;
  height: 29px;
  padding: 0 0 0 25px;
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/sprite-ico.png") no-repeat 0 -428px;
}
.print:hover {
  background-position: 100% -34px;
  text-decoration: none;
}
.print:hover em {
  background-position: 0 0;
}
.content-block {
  position: relative;
}
.content-block .heading {
  width: 536px;
  height: 40px;
  overflow: hidden;
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/bg-heading.png") no-repeat;
  margin-top: -41px;
  margin-bottom: 1em;
  padding: 0 0 0 38px;
}
.content-block .heading h2 {
  font: 1.667em/40px;
}
.content-block .more {
  text-transform: uppercase;
  text-decoration: underline;
  margin: 0 0 0 9px;
  font: 1em/1.334em;
}
.content-block .more:hover {
  text-decoration: none;
}
.content-block h3 {
  font: 1.4em/1.095em;
  margin: 0 0 4px;
}
.content-block .info {
  font: 1em/1.267em;
}
.content-block article {
  font-size: 17px;
  line-height: 1.3em;
}
.search-updates ul {
  margin-left: 0 !important;
}
.search-updates ul li {
  margin-left: 0 !important;
}
.search-updates a {
  text-decoration: none !important;
}
.search-updates li {
  padding: 0 0 18px;
  overflow: hidden;
  vertical-align: top;
  background: none;
}
.search-updates li li {
  background: url('//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/arrow.png') no-repeat 0 5px;
  padding: 0 0 0 9px;
  margin-bottom: 0;
}
.search-updates img {
  display: block;
  margin: 0 0 2px;
}
.search-updates .more {
  font-size: 0.834em;
  line-height: 1.334em;
}
.search-updates .logo-google2 {
  margin: 0 0 9px;
}
.search-updates .logo-yahoo {
  margin: 0 0 8px;
}
.featured {
  padding: 3px 0 17px;
}
.featured p {
  margin: 0;
}
.featured li {
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/arrow.png") no-repeat 0 5px;
  padding: 0 0 9px 9px;
}
.featured h4 {
  font: 1.2em/1.111em;
}
.featured .more {
  margin: 0;
}
.featured .more:hover {
  text-decoration: none;
}
.content-list {
  font: 1.2em/1.111em;
  padding: 0 0 3px;
}
.content-list li {
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/arrow.png") no-repeat 0 5px;
  padding: 0 0 0 9px;
  margin-bottom: .5em;
}
.resources {
  padding: 13px 20px 44px 27px !important;
}
.search-engine {
  padding-bottom: 63px !important;
}
.content-block.last {
  padding-bottom: 22px;
}
#sidebar {
  float: left;
  width: 264px;
  position: relative;
  padding: .75em 0 0;
  background-color: white;
}
#sidebar li {
  font-size: 14px;
  width: 227px;
  margin-bottom: 0;
}
.content_header {
  font-size: 21px;
  color: #54859f;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #a7cadc;
  background: #dceff6;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2NiUiIHN0b3AtY29sb3I9IiNkY2VmZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MSUiIHN0b3AtY29sb3I9IiNjNWRiZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #dceff6 66%, #c5dbe5 91%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66%, #dceff6), color-stop(91%, #c5dbe5));
  background: -webkit-linear-gradient(top, #dceff6 66%, #c5dbe5 91%);
  background: -o-linear-gradient(top, #dceff6 66%, #c5dbe5 91%);
  background: -ms-linear-gradient(top, #dceff6 66%, #c5dbe5 91%);
  background: linear-gradient(to bottom, #dceff6 66%, #c5dbe5 91%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dceff6', endColorstr='#c5dbe5', GradientType=0);
  height: 37px;
  line-height: 37px;
  font-weight: bold;
  width: 90%;
  margin-left: 1em;
  padding-left: .5em;
  border-bottom: none;
}
.sidebar-heading {
  font: 13px/15px;
  overflow: hidden;
  padding: 11px 12px 0;
  width: 242px;
  height: 52px;
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/bg-heading-sidebar.png") no-repeat;
  position: absolute;
  left: -1px;
  top: -65px;
}
.sidebar-heading .greeting {
  display: block;
  font-weight: normal;
  margin: 7px 0 3px;
  color: #54859f;
  font-size: 12px;
}
.sidebar-heading h2 {
  font: 25px/28px;
  margin: 0;
  line-height: 1em;
  color: #54859f;
}
.widget {
  padding: 0;
}
.widget ul {
  margin-left: 12px;
}
.widget li {
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/arrow.png") no-repeat 0 5px;
  padding: 0 0 13px 9px;
  font-size: 14px;
}
.widget li a {
  font-weight: 500;
}
.widget .heading {
  margin: 0 0 20px;
  width: 266px;
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/bg-heading-widget.png") no-repeat;
  position: relative;
  left: -13px;
}
.widget .heading .holder {
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/bg-heading-widget.png") no-repeat -280px 100%;
  padding: 0 1px 0 12px;
}
.widget .heading h2 {
  font: 1.786em/42px;
}
.widget .image {
  margin: 0 0 8px -20px;
}
.widget .image img {
  display: block;
}
.widget p {
  margin: 0 0 5px;
}
.widget .links li {
  background: none;
  padding: 0 0 5px;
}
.widget .links a {
  text-decoration: underline;
}
.widget .links a:hover {
  text-decoration: none;
}
.widget .btn-link {
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: baseline;
  color: #000000;
}
.widget h3 {
  font-size: 1.286em;
  line-height: 1.111em;
  margin: 0 0 13px;
}
.widget .content_box {
  margin-bottom: 0;
  padding-top: 0;
  border-top: none;
}
.widget .content_box ul {
  padding-top: .75em;
}
.widget .content_header {
  margin: 0;
  width: 253px;
  padding: 0;
  padding-left: .5em;
}
.widget2 {
  padding-bottom: 47px;
}
.widget.green {
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/bg-widget-green.gif") repeat-x 0 42px;
  font: 1em/1.267em;
  padding-left: 23px;
}
.widget.green .heading {
  background-position: -551px 0;
  color: #ffffff;
  margin: 0 0 12px;
  left: -24px;
}
.widget.green .heading .holder {
  background-position: -824px 100%;
}
.widget.green h3 {
  font: 1.667em/0.88em;
  color: #00263e;
  margin: 0 0 4px;
}
.widget.green .info {
  color: #00263e;
  font: 1em/1.067em;
  display: block;
  margin: 0 0 8px;
}
.social-row {
  padding: 18px 0 80px 27px;
  padding: 0;
  margin: -39px 0 0;
  text-align: center;
}
.social-row img {
  display: block;
}
.content-block2 {
  padding: 27px 20px 42px 26px;
}
.content-block2 .heading {
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/bg-heading2.png") no-repeat;
}
.btn-holder {
  padding: 20px 0 0;
}
.button {
  display: inline-block;
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/sprite-btn.png") no-repeat 100% -46px;
  padding-right: 17px;
  text-shadow: 0 1px 0 #ffffff;
  color: #00324c;
  text-transform: uppercase;
  font: 20px/39px;
  cursor: pointer;
}
.button span {
  display: inline-block;
  height: 39px;
  padding: 0 4px 0 17px;
  background: url("//d1tbpd1hx2blcp.cloudfront.net/static/inspire/images/sprite-btn.png") no-repeat;
}
.button:hover {
  text-decoration: none;
}
.button:hover span {
  text-decoration: underline;
}
.sidebar2 {
  padding-top: 17px !important;
}
.widget-subnav {
  padding: 0 12px 6px 16px;
  line-height: 20px;
}
.widget-subnav li {
  padding: 0 0 10px 11px;
}
.hide {
  display: none;
}
.skip a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip a:focus {
  position: static;
  width: auto;
  height: auto;
}
.logo-print {
  display: none;
}
div.content-block {
  padding-top: 2em;
}
.small {
  font-size: 80%;
}
.smallbold,
.smallverdanabold {
  font-size: 90%;
  font-weight: 500;
}
#article_title {
  font-size: 1.5em;
  line-height: 1.2em;
}
#article_author {
  font-size: 12px;
  font-style: italic;
}
#article_header {
  margin-bottom: 1em;
}
.dropcap,
.leadin {
  font-size: 2em;
  line-height: 10px;
  margin-right: 0;
  padding-top: 2px;
}
i,
em {
  font-style: italic;
}
b,
strong {
  font-weight: 500;
}
article blockquote {
  background: none repeat scroll 0 0 #edf5fe;
  margin: 1em 40px 1em 20px;
  padding: 0.5em;
}
article blockquote p {
  font-size: 15px;
}
article h2,
article h3 {
  margin-bottom: .5em;
}
#content_left .expertsblog_body a {
  text-decoration: underline;
}
#article_content .content-block a {
  text-decoration: underline;
}
#article_content .content-block h3 {
  font-size: 18px;
}
#article_content ul.hfeed.search-updates ul li {
  margin-left: 1em;
}
.btn-small {
  font-size: 11px;
}
ul.squidoo li {
  list-style-image: url("//d1tbpd1hx2blcp.cloudfront.net/legacy/article_data/squidoo/squidoo-bullet_12x13.jpg");
  padding-bottom: 0.5em;
}
.greencheck > li,
.smgreencheck > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/green_check.gif");
  margin-left: 1.3em;
}
.caution > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/caution.gif");
  margin-left: 1.3em;
}
.caution25 > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/caution_25.gif");
  margin-left: 1.3em;
}
.caution20 > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/caution_20.gif");
  margin-left: 1.3em;
  padding-bottom: 2px;
}
.greenarrow > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/greenarrow-20x20.gif");
  margin-left: 1.3em;
}
ul.smgreenarrow {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: 1em;
}
.smgreenarrow > li {
  background-image: url("//d1tbpd1hx2blcp.cloudfront.net/images/bullets/greenarrow.png");
  background-position: 0 0;
  background-position: 0 3px;
  background-repeat: no-repeat;
  padding-left: 28px;
}
.cancel > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/cancel.gif");
  margin-left: 1.3em;
}
.double-red-arrow li {
  background: url("//d1tbpd1hx2blcp.cloudfront.net/images/bullets/dblredarrow.png") 4px 13px no-repeat;
  line-height: 1.3em;
  list-style: none;
  padding-left: 24px;
  padding-right: 4px;
  padding-top: 13px;
}
#current_issue_box li,
#previous_issue_box li,
#editors_picks_box li {
  background: url("//d1tbpd1hx2blcp.cloudfront.net/images/blue-arrow.jpg") no-repeat scroll -1px 17px transparent;
  line-height: 1.3em;
  list-style: none outside none;
  margin-top: -10px;
  padding-left: 18px;
  padding-right: 4px;
  padding-top: 10px;
}
.bytes li {
  font-style: italic;
  list-style: disc inside url("//d1tbpd1hx2blcp.cloudfront.net/images/toc-bytes.png");
  padding-bottom: 0.5em;
}
.updates ul {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/redstar3.gif");
  margin-left: 1.3em;
}
ul.updates li {
  padding-bottom: .5em;
  padding-left: 6px;
  list-style-type: decimal;
  list-style-position: inside;
  list-style-image: url("//d1tbpd1hx2blcp.cloudfront.net/images/bullets/updates.png");
}
.listred2 > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/listred2.gif");
  margin-left: 1.3em;
}
.listblue > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/listblue.gif");
  margin-left: 1.3em;
}
.redstar > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/redstar3.gif");
  margin-left: 1.3em;
}
.redstar2 > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/redstar2.gif");
  margin-left: 1.3em;
}
.redflag2 > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/red-flag-bullet.gif");
  margin-left: 1.3em;
}
.video > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/bullets/video.jpg");
  margin-left: 1.3em;
}
.stop > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/bullets/Stop.jpg");
  margin-left: 33px;
}
.redflaglarge > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/redflag-bullet_18x19.gif");
  margin-left: 1.3em;
}
.redflag > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/redflag-bullet_13x14.gif");
  margin-left: 1.3em;
}
.greenflaglarge > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/greenflag-bullet_18x19.gif");
  margin-left: 1.3em;
}
.greenflag > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/greenflag-bullet_13x14.gif");
  margin-left: 1.3em;
}
.yellowflaglarge > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/yellowflag-bullet_18x19.gif");
  margin-left: 1.3em;
}
.yellowflag > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/yellowflag-bullet_13x14.gif");
  margin-left: 1.3em;
}
.checkflag > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/checkeredflag-bullet_18x19.gif");
  margin-left: 1.3em;
}
.money > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/bullets/dollar.jpg");
  margin-left: 1.3em;
}
.no > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/no.gif");
  margin-left: 1.3em;
}
.redcheckmark > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/redcheckmark_21x17.gif");
  margin-left: 1.3em;
}
.usflag > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/usflag-bullet_25x28.gif");
  margin-left: 1.3em;
}
.usflagsmall > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/usflag-bullet_18x19.gif");
  margin-left: 1.3em;
}
.smallquestion > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/smallquestion2.gif");
  margin-left: 1.3em;
}
.goldstar > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/bullets/goldstar.png");
  margin-left: 1.3em;
}
.goldarrow > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/bullets/gold-arow.png");
  margin-left: 1.3em;
}
.golddoublearrow > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/bullets/gold-double-arrow.png");
  margin-left: 1.3em;
}
.greenplus > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/bullets/greenplus.png");
  margin-left: 1.3em;
}
.redminus > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/bullets/redminus.jpg");
  margin-left: 1.3em;
}
.redcheck > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/bullets/redcheck.jpg");
  margin-left: 23px;
}
.bluecheck > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/bullets/bluecheck.png");
  margin-left: 23px;
}
.biohazard > li {
  list-style: disc outside url("//d1tbpd1hx2blcp.cloudfront.net/images/articles/one.jpg");
  margin-left: 1.3em;
}
.fa-bullet li {
  padding-left: 1.2em;
}
.fa-bullet li:before {
  font-family: FontAwesome;
  /* or whatever */

  display: inline-block;
  margin-left: -1.2em;
  width: 1.2em;
  /*same as padding-left set on li*/

  color: black;
}
.fa-bullet.googleplus li:before {
  content: '' /*fontawesome char code inside the ''*/;
}
ol {
  list-style-type: decimal;
  list-style-position: inside;
}
ol li {
  list-style-position: outside;
  list-style-type: decimal;
  margin-bottom: 1em;
  margin-left: 1.5em;
}
.person {
  float: left;
  text-align: center;
  margin-right: 1em;
}
.person div {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-border-radius: 20em;
  -moz-border-radius: 20em;
  border-radius: 20em;
  height: 70px;
  width: 70px;
}
.person span {
  font-weight: bold;
}
.person.casey div {
  background-image: url('//d1tbpd1hx2blcp.cloudfront.net/images/writersbio/biopics/casey-pic.jpg');
  background-position: 55% 0%;
  background-size: 106%;
}
.person.john div {
  background-image: url('//d1tbpd1hx2blcp.cloudfront.net/images/writersbio/biopics/john-profile.jpg');
  background-position: 50% 8%;
  background-size: 178%;
}
.person.kristi div {
  background-image: url('//d1tbpd1hx2blcp.cloudfront.net/images/writersbio/biopics/kristi-headshot.jpg');
  background-size: 121%;
  background-position: 14% -2%;
}
.person.sara div {
  background-image: url('//d1tbpd1hx2blcp.cloudfront.net/images/writersbio/biopics/sara.jpg');
  background-image: url('//d1tbpd1hx2blcp.cloudfront.net/images/writersbio/biopics/sara.png');
  background-size: 125%;
  background-size: 146%;
  background-position: 100% -2%;
  background-position: 40% 36%;
}
.person.joshua div {
  background-image: url('//d1tbpd1hx2blcp.cloudfront.net/images/writersbio/biopics/joshua-fricke.jpg');
  background-size: 121%;
  background-position: 68% -2%;
}
.person.ian div {
  background-image: url('//d1tbpd1hx2blcp.cloudfront.net/images/writersbio/biopics/ian.png');
  background-size: 121%;
  background-position: 14% -2%;
}
#toc_tabs_content {
  overflow: hidden;
}
#toc_tabs_content span a,
#toc_tabs_content .content_box a {
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}
#toc_tabs_content p,
#toc_tabs_content ul {
  width: 620px;
  margin: 0 0 15px 24px;
}
.nav-tabs {
  margin-left: 17px;
}
.nav-tabs li {
  font-size: 13px;
}
#toc_tabs div.content-block div {
  margin-left: 2em;
  width: 640px;
}
#toc_tabs ul ul li {
  margin-bottom: .3em;
  margin-left: 1em;
  color: red !important;
  line-height: 1.3em;
}
#toc_tabs .nav-tabs {
  margin-left: 21px;
}
#toc_tabs .content-block {
  border-bottom: 1px solid #eff9fc;
  border-top: 1px solid #a7cadc;
  margin-top: 41px;
}
.white_to_blue_gradient {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eaf5fc 32%, #c2e7fb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(32%, #eaf5fc), color-stop(100%, #c2e7fb));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaf5fc 32%, #c2e7fb 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eaf5fc 32%, #c2e7fb 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eaf5fc 32%, #c2e7fb 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaf5fc 32%, #c2e7fb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c2e7fb', GradientType=0);
}
.blue_to_white_gradient {
  background: #bce5fb;
  background: -moz-linear-gradient(top, #bce5fb 0%, #eaf5fc 50%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bce5fb), color-stop(50%, #eaf5fc), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #bce5fb 0%, #eaf5fc 50%, #ffffff 100%);
  background: -o-linear-gradient(top, #bce5fb 0%, #eaf5fc 50%, #ffffff 100%);
  background: -ms-linear-gradient(top, #bce5fb 0%, #eaf5fc 50%, #ffffff 100%);
  background: linear-gradient(to bottom, #bce5fb 0%, #eaf5fc 50%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bce5fb', endColorstr='#ffffff', GradientType=0);
}
#articlebody {
  padding-top: 1em;
}
#articlebody hr {
  margin: 0 auto;
  margin-bottom: 3em;
  margin-top: 1em;
}
#articlebody h2 {
  font-size: 32px;
}
.result {
  font-size: 13px;
  margin-bottom: 1em;
  margin-top: 1em;
}
.linked_title {
  text-decoration: underline;
  display: block;
  margin-bottom: 2px;
}
.spacedli li {
  margin-bottom: 12px;
}
#content.loggedout {
  float: left;
  width: auto;
}
.bugreportformbox {
  background-color: white;
  border-color: gray;
  border-width: 2px;
  padding: 2em;
}
.bugreportformbox h1 {
  color: white;
  background-color: #aa0000;
  font-size: 24px;
  margin-bottom: 1em;
  padding: .5em;
}
.image_border {
  border: 1px solid #7c858e;
}
.shadow {
  -webkit-box-shadow: #000000 0 2px 10px;
  -moz-box-shadow: #000000 0 2px 10px;
  box-shadow: #000000 0 2px 10px;
}
.right_image {
  margin-left: 0.5em;
}
.left_image {
  margin-right: 0.5em;
}
p.section_header {
  margin-top: 1em;
  margin-bottom: 1.5em;
  background-color: #c2e7fb;
  padding: .5em;
  font-size: 20px;
  font-weight: 400;
  color: black;
}
.directory_container,
.enginemaster_container {
  margin-bottom: 1em;
}
.directory_container .section_title,
.enginemaster_container .section_title {
  text-align: center;
  padding: 1em;
  font-size: 30px;
  line-height: 1.2em;
}
.enginemaster,
#quicksubmit,
.directoriesguide,
.useragents {
  border: 1px solid #eeeeee;
  border-collapse: collapse;
}
.directoriesguide tr:nth-child(odd) {
  background-color: #eaf7f5;
}
.directoriesguide tr td:first-child,
.directoriesguide tr th:first-child {
  min-width: 111px;
}
.directoriesguide td {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.directoriesguide td a {
  font-size: .8em;
}
.directoriesguide th {
  border-bottom: 1px solid #eeeeee;
  height: 1.2em;
  padding: 0.7em;
  font-weight: bold;
  padding-right: 1.5em;
  text-align: left;
  background-color: #eeeeee;
}
.enginemaster th {
  border-bottom: 1px solid #eeeeee;
  height: 50px;
  padding: 0.7em;
  padding-right: 1.5em;
  text-align: left;
}
.enginemaster td,
#quicksubmit td,
.directoriesguide td,
#useragents th,
.useragents td {
  border-bottom: 1px solid #eeeeee;
  height: 50px;
  padding: 0.7em;
}
#quicksubmit th {
  border-bottom: 1px solid #eeeeee;
  height: 50px;
  padding: 0.7em;
  padding-right: 1.5em;
  text-align: left;
  background-color: #eeeeee;
}
.author_by {
  font-size: 15px;
  color: #1163a9;
  border-bottom: 1px dashed #1163a9;
  padding-bottom: .1em;
  cursor: pointer;
}
.author_bio_text {
  font-size: 14px;
  display: block;
  display: none;
  margin-top: 1em;
}
.content_header_sample {
  background: #eaf2c3;
  background: -moz-linear-gradient(top, #eaf2c3 0%, #eaf2c3 86%, #cfdaa7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf2c3), color-stop(86%, #eaf2c3), color-stop(100%, #cfdaa7));
  background: -webkit-linear-gradient(top, #eaf2c3 0%, #eaf2c3 86%, #cfdaa7 100%);
  background: -o-linear-gradient(top, #eaf2c3 0%, #eaf2c3 86%, #cfdaa7 100%);
  background: -ms-linear-gradient(top, #eaf2c3 0%, #eaf2c3 86%, #cfdaa7 100%);
  background: linear-gradient(to bottom, #eaf2c3 0%, #eaf2c3 86%, #cfdaa7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf2c3', endColorstr='#cfdaa7', GradientType=0);
}
.content_header_top_features {
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 50%, #dcdcdc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(50%, #f2f2f2), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 50%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #f2f2f2 50%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #f2f2f2 0%, #f2f2f2 50%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 50%, #dcdcdc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#dcdcdc', GradientType=0);
  border-color: #dddddd;
}
.rounded_5 {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.rounded_right {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
.rounded_bottom {
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.author_header img {
  margin-right: .5em;
  border: 1px solid black;
  float: left;
  height: 30px;
  margin-left: .5em;
  margin-top: .1em;
}
.entry_content {
  border-top: 1px solid #a7cadc;
  padding-top: 1em;
}
.entry_content h2.entry_title,
.entry_content h1.entry_title {
  font-size: 27px;
  line-height: 1.2em;
}
.content_box {
  border-top: 1px solid #a7cadc;
  padding-top: 1em;
  margin-bottom: 1em;
}
.blog_logo {
  float: left;
  margin-right: 1em;
  width: 81px;
  height: 57px;
  margin-bottom: 1em;
}
.expertsblog_body {
  margin-top: 1em;
}
.expertsblog_body #article_header {
  display: none;
}
.author_bio {
  clear: left;
}
.plan_price_box {
  background-color: #c9eafc;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  float: left;
  height: 80px;
  width: 90px;
  font-size: 37px;
  font-weight: bold;
  padding: 14px;
  text-align: center;
}
.plan_price_box div {
  margin-top: 20px;
  color: black;
  font-weight: bold;
}
.plan_price_box span {
  font-size: 14px;
}
.plan_short_summary_box {
  background-color: #eaeaea;
  float: left;
  height: 80px;
  width: 225px;
  padding: 14px;
}
.plan_short_summary_box button {
  float: right;
  margin-top: 1em;
}
.plan_box_wrapper {
  float: right;
}
.plan_box ul {
  list-style-type: disc;
  margin-right: 6px;
  margin-bottom: 1em;
}
.plan_box ul ul > li {
  list-style-type: none;
  font-size: 14px;
}
.plan_box ol {
  margin: 0;
  margin-left: 1.5em;
}
.plan_box ol li {
  margin: 0;
}
.resources_box {
  float: right;
  margin-left: 50px;
  width: 304px;
}
.plan_heading {
  font-weight: bold;
}
.unavailable_menu_option {
  color: #999999;
}
#sample_offer_container {
  background-color: #f9fbed;
  border-top: 1px solid #a7cadc;
}
.sample_box_content img {
  margin-left: 76px;
  margin-top: 36px;
  margin-right: 55px;
}
.ss_h1 {
  color: black;
  font-weight: bold;
  font-size: 18px;
  padding: 30px 0px 20px 0px;
}
.ss_h2 {
  color: black;
  font-weight: bold;
  font-size: 16px;
  padding: 20px 0px 10px 0px;
}
.ss_a_static {
  color: blue;
  text-decoration: underline;
}
.ss_numbering {
  font-size: 10px;
}
#ss_input {
  color: black;
  font: 10pt Arial;
  margin-left: 20px;
}
#ss_input td {
  font-weight: bold;
  height: 27px;
}
#ss_input a {
  font-weight: bold;
}
#ss_input label {
  font-weight: bold;
}
.ss_error {
  color: red;
  font-weight: bold;
  margin: 5px;
}
#seed_summary {
  margin-top: 10px;
}
#seed_summary td {
  vertical-align: top;
  padding-left: 1em;
  padding-right: 1em;
}
#seed_summary h2 {
  margin: 0;
  padding: 0;
}
.ss_summary_url {
  width: 359px;
  padding-top: 4px;
}
.ss_req_pages {
  padding-top: 4px;
}
.img_toggle {
  cursor: pointer;
}
#ss_instructions {
  padding: .5em;
}
#ss_output {
  color: navy;
  font: 10pt Arial;
  margin-left: 20px;
}
#ss_output_summary {
  border: 1px solid #dddddd;
  clear: left;
  width: 793px;
}
#ss_output_summary td {
  padding: 5px;
  white-space: nowrap;
}
#ss_output_table {
  font-weight: normal;
}
#ss_output_table table {
  width: 100%;
}
#ss_output_table td {
  border: 1px solid navy;
  padding: 5px;
  vertical-align: top;
}
#ss_output_table td td {
  border: 1px solid navy;
  padding: 5px;
}
#ss_output_table td td td {
  border: 0px;
  padding: 2px;
}
.ss_title_none {
  color: red;
  font-weight: bold;
}
.ss_se_good {
  color: green;
  font-weight: normal;
}
.ss_se_bad {
  color: red;
  font-weight: bold;
}
.ss_meta_none {
  color: red;
  font-weight: bold;
}
.ss_status_bad {
  color: red;
  font-weight: bold;
}
.ss_link_text_none {
  color: red;
  font-weight: normal;
}
.sd-container div {
  padding: .5em;
  border: 0;
}
#leadgen_report .btn-info,
#leadgen_report .btn-success {
  color: white !important;
}
#tool_logo {
  float: right;
  width: 250px;
}
.button_text {
  padding: .5em;
  color: #00324c;
}
.button_text_right {
  float: right;
  width: 80px;
  text-transform: uppercase;
  font: 27px/23px;
  border: 0px solid blue;
}
.button_text_left {
  float: left;
  width: 134px;
  border: 0px solid red;
}
.button_medium_text_left {
  float: left;
  width: 134px;
  font-size: 22px;
  border: 0px solid red;
  padding-left: .5em;
}
.training_header_button_text {
  float: left;
  width: 231px;
  font-size: 22px;
  border: 0px solid red;
}
.inspire_button_large {
  display: block;
  background-image: url("//d1tbpd1hx2blcp.cloudfront.net/images/blank_button_75x297.png");
  background-repeat: no-repeat;
  height: 75px;
  width: 297px;
  margin: 0 auto;
}
.inspire_button_medium {
  display: block;
  background-image: url("//d1tbpd1hx2blcp.cloudfront.net/images/blank_button_orange_39x168.png");
  background-repeat: no-repeat;
  height: 39px;
  width: 168px;
  margin: 0 auto;
}
.inspire_button_long {
  display: block;
  background-image: url("//d1tbpd1hx2blcp.cloudfront.net/images/blank_button_39x231.png");
  background-repeat: no-repeat;
  height: 39px;
  width: 231px;
  margin: 0 auto;
}
a.see_more_features {
  color: black !important;
}
header.heading {
  font-size: 45px;
  color: #ffffff;
}
h1 {
  font-size: 35px;
  line-height: 1em;
  margin-bottom: .5em;
  margin-top: .5em;
}
h1 span.authortitle {
  font-size: 20px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 21px;
  line-height: 1em;
}
h4 {
  font-size: 18px;
  color: #00263e;
  margin-top: 10px;
}
p,
li,
td,
option,
code,
blockquote {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 300;
  margin: 0 0 15px 0;
}
span {
  font-size: 15px;
  font-weight: 300;
}
code {
  font-family: courier;
  color: #000000;
}
.offer_box ul li {
  margin-bottom: .5em;
}
.offer_box label {
  font-size: 15px;
}
.offer_box input {
  margin-bottom: 5px;
}
.current_plan {
  color: #aa0000;
  font-size: 110%;
  font-weight: bold;
}
.manageplans.nav li a {
  background-color: #dceff6;
  width: 132px;
}
.manageplans.nav li.active a {
  background-color: white;
}
.blog-pagination a.active {
  color: black !important;
  text-decoration: underline !important;
}
.edited_by_spm {
  color: #aaaaaa;
  font-size: 90%;
}
.modal-backdrop.fade.in {
  opacity: .3 !important;
}
.no-js .widget .content_box {
  display: block;
}
.js .widget .content_box {
  display: none;
}
.js .widget h2 {
  text-decoration: none;
  cursor: pointer;
  color: #54859f;
}
.js .widget h2 i {
  font-size: 20px;
  margin-right: 1em;
  margin-top: 10px;
}
.toc_pnr_links {
  font-size: 18px;
  text-decoration: underline !important;
}
.toc_logo_text {
  font-size: 22px;
  font-weight: 300;
}
.toc_training_banner {
  margin: 0 -15px 0 -15px;
  text-align: center;
  font-size: 17px;
  padding: .1em;
  color: #f3483c;
}
.toc_training_banner a {
  color: #f3483c;
  text-decoration: underline !important;
}
.signin_form {
  width: 220px;
}
.nowrap {
  white-space: nowrap;
}
#seoservices blockquote {
  background-color: white;
  font-size: 15px;
}
#seoservices h1 {
  font-size: 30px;
  margin-bottom: 0;
}
#seoservices .seoservicesprice {
  font-size: 20px;
}
address {
  line-height: 1.5em;
}
ul.poc_archives > li {
  list-style: none;
}
ul.poc_archives li ul li {
  list-style: disc;
  list-style-position: inside;
}
ul.fa-icon-red li:before {
  color: #800;
}
ul.fa-icon-green li:before {
  color: #0b0;
}
ul.fa-icon-arrow-right li {
  padding-left: 1.2em;
  list-style: none;
  display: block;
  font-weight: 300 !important;
}
ul.fa-icon-arrow-right li:before {
  content: "\F061";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.2em;
  width: 1.2em;
  /*same as padding-left set on li*/

  font-size: .8em;
}
@media screen and (max-width: 480px) {
  article p,
  #toc_tabs p,
  article h1,
  #toc_tabs h1,
  article h2,
  #toc_tabs h2,
  article h3,
  #toc_tabs h3,
  article h4,
  #toc_tabs h4,
  article blockquote,
  #toc_tabs blockquote,
  article li,
  #toc_tabs li {
    font-size: 2.3em !important;
  }
  article .content_header h2,
  #toc_tabs .content_header h2 {
    font-size: 1.5em !important;
  }
  article p code,
  #toc_tabs p code {
    font-size: .5em !important;
  }
  article .nav li,
  #toc_tabs .nav li {
    font-size: .9em !important;
  }
  article #article_header #article_title,
  #toc_tabs #article_header #article_title {
    font-size: 3em !important;
  }
  article #article_header span.small,
  #toc_tabs #article_header span.small,
  article #article_header span#article_author,
  #toc_tabs #article_header span#article_author {
    font-size: 1.5em !important;
  }
}
