/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/**End of normalize*/
*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  width: 980px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.4;
}

.container {
  padding: 30px 10px 0;
  background: url("../images/bg-top-border.gif") repeat-x;
}

header {
  margin: 0 20px;
  position: relative;
  padding-bottom: 20px;
}
header a {
  width: 200px;
}
header h1.company {
  background: url("../images/logo.png") no-repeat bottom left;
  margin: 0px;
  height: 70px;
  width: 200px;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
}
header .grs {
  position: absolute;
  right: 0;
  bottom: 10px;
}

article.syndication-info {
  background: url("../images/masthead_background.jpg") no-repeat top left;
}

.call-to-action {
  margin: 0 20px 0px 20px;
  padding: 20px 30px 30px 30px;
}
.call-to-action h2 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.8em;
  color: #cc6600;
}
.call-to-action .tag-line {
  font-weight: bold;
  font-size: 1.1em;
}
.call-to-action p {
  font-size: 1.1em;
}

.instructions {
  background: #b4c2cb;
  padding: 20px 30px 30px;
}
.instructions h2 {
  text-transform: uppercase;
  font-size: 1.3em;
  color: #cc6600;
}

.step {
  margin-top: 20px;
}
.step h3 {
  margin: 0;
  color: white;
  text-transform: uppercase;
  font-size: 1em;
}
.step p {
  margin: 5px 0;
  font-size: .9em;
}
.step div {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.step .inner {
  width: 90%;
}
.step .indent-icon {
  vertical-align: top;
  width: 22px;
  height: 22px;
  padding-top: 2px;
  background: #cc6600;
  -o-border-radius: 30px;
  border-radius: 30px;
  margin-right: 8px;
  font-weight: bold;
  text-align: center;
  color: white;
}

.inner-step {
  line-height: 1.4;
  width: 33%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 30px;
}
.inner-step h3 {
  margin: 0;
  color: white;
  text-transform: uppercase;
  font-size: 1em;
}
.inner-step p {
  margin: 5px 0;
  margin-bottom: 10px;
  font-size: .9em;
}

.step .divider {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  background: #b4c2cb;
  padding: 5px 0;
  width: 5%;
  height: 90px;
  margin-right: 20px;
  vertical-align: top;
}

.separator-text {
  background: #b4c2cb;
  position: absolute;
  top: 30px;
  padding: 5px;
  left: -15px;
}

.separator-line {
  width: 2px;
  height: 100%;
  background: #7891a1;
}

.instruction-btn {
  height: 29px;
  position: relative;
  background: #005c86;
  line-height: 29px;
  padding: 0 10px;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-size: .8em;
  text-decoration: none;
  cursor: pointer;
}
.instruction-btn:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #005c86;
  border-width: 14px;
  margin-top: -14px;
}

.footer-divider {
  height: 150px;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#b4c2cb', endColorstr='#FFFFFF');
  background: -webkit-linear-gradient(270deg, #b4c2cb, #ffffff);
  background: linear-gradient(180deg, #b4c2cb, #ffffff);
}

footer {
  border-top: 1px solid #e6e6e6;
}

footer .disclosure {
  font-size: .9em;
  margin: 20px 0;
  color: #666;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.contact-info {
  margin-left: 5px;
}
.contact-info a {
  text-decoration: none;
  color: #005c86;
}
.contact-info a:hover {
  color: #1FBFB3;
}

.option2 {
  margin-left: 5px;
}

.guardianUrl {
  margin-left: 5px;
}

.participants h2, .sponsors h2, .professionals h2 {
  text-transform: uppercase;
  font-size: 1.05em;
  margin-bottom: 12px;
}
.participants h4, .sponsors h4, .professionals h4 {
  text-transform: uppercase;
  color: #666;
}
.participants .gray, .sponsors .gray, .professionals .gray {
  color: gray;
}
.participants .normal, .sponsors .normal, .professionals .normal {
  color: #9a9a9a;
  font-weight: normal;
  margin-right: 5px;
}

.participants-info, .sponsors-info, .professionals-info {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 20px;
}
.participants-info div, .sponsors-info div, .professionals-info div {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.participants-info .image-container, .sponsors-info .image-container, .professionals-info .image-container {
  margin-right: 20px;
  height: 150px;
  width: 224px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.participants-info .image-container img, .sponsors-info .image-container img, .professionals-info .image-container img {
  width: 224px;
  height: 130px;
}
.participants-info .embed-code, .sponsors-info .embed-code, .professionals-info .embed-code {
  vertical-align: top;
  width: 650px;
}

.embed-code h4 {
  font-size: .83em;
  margin-top: 5px;
  margin-bottom: 5px;
}
.embed-code .code-container {
  border: 1px solid #999999;
  padding: 10px;
}

.sponsors, .professionals {
  border-top: 2px solid #cccccc;
}
