@charset "UTF-8";
/* line 19, ../components/Upbase/components/_reset.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 21, ../components/Upbase/components/_reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 42, ../components/Upbase/components/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 49, ../components/Upbase/components/_reset.scss */
img {
  line-height: 0;
  vertical-align: middle;
}

/* line 51, ../components/Upbase/components/_reset.scss */
nav ul {
  list-style: none;
}

/* line 53, ../components/Upbase/components/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 55, ../components/Upbase/components/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 58, ../components/Upbase/components/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 60, ../components/Upbase/components/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 62, ../components/Upbase/components/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 64, ../components/Upbase/components/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 66, ../components/Upbase/components/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 69, ../components/Upbase/components/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 71, ../components/Upbase/components/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 73, ../components/Upbase/components/_reset.scss */
input, select {
  vertical-align: middle;
}

/* line 86, ../components/Upbase/components/_reset.scss */
body {
  font: 13px/1.231 sans-serif;
  *font-size: small;
  /*text-rendering: optimizeLegibility;*/
  /* this causes problems in Chrome for Windows and on iOS */
  -webkit-overflow-scrolling: touch;
}

/* line 89, ../components/Upbase/components/_reset.scss */
select, input, textarea, button {
  font: 99% sans-serif;
}

/* line 94, ../components/Upbase/components/_reset.scss */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* line 102, ../components/Upbase/components/_reset.scss */
body, select, input, textarea {
  color: #444;
}

/* line 111, ../components/Upbase/components/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/* line 114, ../components/Upbase/components/_reset.scss */
html {
  overflow-y: scroll;
}

/* line 118, ../components/Upbase/components/_reset.scss */
a:hover, a:active {
  outline: none;
}

/* line 123, ../components/Upbase/components/_reset.scss */
ul, ol {
  list-style: none;
}

/* line 124, ../components/Upbase/components/_reset.scss */
ol {
  list-style-type: decimal;
}

/* line 127, ../components/Upbase/components/_reset.scss */
nav ul, nav li {
  margin: 0;
}

/* line 129, ../components/Upbase/components/_reset.scss */
small {
  font-size: 85%;
}

/* line 130, ../components/Upbase/components/_reset.scss */
strong, th {
  font-weight: bold;
}

/* line 132, ../components/Upbase/components/_reset.scss */
td, td img {
  vertical-align: top;
}

/* line 134, ../components/Upbase/components/_reset.scss */
sub {
  vertical-align: sub;
  font-size: smaller;
}

/* line 135, ../components/Upbase/components/_reset.scss */
sup {
  vertical-align: super;
  font-size: smaller;
}

/* line 137, ../components/Upbase/components/_reset.scss */
pre {
  padding: 15px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

/* line 147, ../components/Upbase/components/_reset.scss */
textarea {
  overflow: auto;
}

/* line 149, ../components/Upbase/components/_reset.scss */
.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

/* line 153, ../components/Upbase/components/_reset.scss */
input[type="radio"] {
  vertical-align: text-bottom;
}

/* line 154, ../components/Upbase/components/_reset.scss */
input[type="checkbox"] {
  vertical-align: bottom;
}

/* line 155, ../components/Upbase/components/_reset.scss */
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

/* line 156, ../components/Upbase/components/_reset.scss */
.ie6 input {
  vertical-align: text-bottom;
}

/* line 159, ../components/Upbase/components/_reset.scss */
label, input[type=button], input[type=submit], button {
  cursor: pointer;
}

/* line 162, ../components/Upbase/components/_reset.scss */
button, input, select, textarea {
  margin: 0;
}

/* line 166, ../components/Upbase/components/_reset.scss */
input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}

/* line 172, ../components/Upbase/components/_reset.scss */
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

/* line 179, ../components/Upbase/components/_reset.scss */
::-moz-selection {
  background: #1d78af;
  color: #FFF;
  text-shadow: none;
}

/* line 180, ../components/Upbase/components/_reset.scss */
::selection {
  background: #1d78af;
  color: #FFF;
  text-shadow: none;
}

/* line 183, ../components/Upbase/components/_reset.scss */
a:link {
  -webkit-tap-highlight-color: #1d78af;
}

/* line 187, ../components/Upbase/components/_reset.scss */
button {
  width: auto;
  overflow: visible;
}

/* line 191, ../components/Upbase/components/_reset.scss */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* line 199, ../components/Upbase/components/_reset.scss */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

/* line 203, ../components/Upbase/components/_reset.scss */
.clearfix:after {
  clear: both;
}

/* line 205, ../components/Upbase/components/_reset.scss */
.clearfix {
  zoom: 1;
}

/* line 213, ../components/Upbase/components/_reset.scss */
.a11y-only {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 828, ../components/Upbase/components/_mixins.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 6, ../components/Upbase/components/_layout.scss */
.ui-block:last-child,
.ui-block.last {
  margin-right: 0;
}

@font-face {
  font-family: 'Tabac Sans';
  src: url("/wp-content/themes/iapp/static/fonts/Tabac_Sans_Regular.eot");
  src: local("☺"), url("/wp-content/themes/iapp/static/fonts/Tabac_Sans_Regular.eot?iefix") format("eot"), url("/wp-content/themes/iapp/static/fonts/Tabac_Sans_Regular.woff") format("woff"), url("/wp-content/themes/iapp/static/fonts/Tabac_Sans_Regular.svg#webfont") format("svg"), local("☺");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Tabac Sans';
  src: url("/wp-content/themes/iapp/static/fonts/Tabac_Sans_Regular_Italic.eot");
  src: local("☺"), url("/wp-content/themes/iapp/static/fonts/Tabac_Sans_Regular_Italic.eot?iefix") format("eot"), url("/wp-content/themes/iapp/static/fonts/Tabac_Sans_Regular_Italic.woff") format("woff"), url("/wp-content/themes/iapp/static/fonts/Tabac_Sans_Regular_Italic.svg#webfont") format("svg"), local("☺");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Tabac Sans';
  src: url("/wp-content/themes/iapp/static/fonts/Tabac_Sans_Light.eot");
  src: local("☺"), url("/wp-content/themes/iapp/static/fonts/Tabac_Sans_Light.eot?iefix") format("eot"), url("/wp-content/themes/iapp/static/fonts/Tabac_Sans_Light.woff") format("woff"), url("/wp-content/themes/iapp/static/fonts/Tabac_Sans_Light.svg#webfont") format("svg"), local("☺");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Tabac Sans';
  src: url("/wp-content/themes/iapp/static/fonts/Tabac_Sans_Light_Italic.eot");
  src: local("☺"), url("/wp-content/themes/iapp/static/fonts/Tabac_Sans_Light_Italic.eot?iefix") format("eot"), url("/wp-content/themes/iapp/static/fonts/Tabac_Sans_Light_Italic.woff") format("woff"), url("/wp-content/themes/iapp/static/fonts/Tabac_Sans_Light_Italic.svg#webfont") format("svg"), local("☺");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Tabac Sans';
  src: url("/wp-content/themes/iapp/static/fonts/Tabac_Sans_Bold.eot");
  src: local("☺"), url("/wp-content/themes/iapp/static/fonts/Tabac_Sans_Bold.eot?iefix") format("eot"), url("/wp-content/themes/iapp/static/fonts/Tabac_Sans_Bold.woff") format("woff"), url("/wp-content/themes/iapp/static/fonts/Tabac_Sans_Bold.svg#webfont") format("svg"), local("☺");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Tabac Sans';
  src: url("/wp-content/themes/iapp/static/fonts/Tabac_Sans_Bold_Italic.eot");
  src: local("☺"), url("/wp-content/themes/iapp/static/fonts/Tabac_Sans_Bold_Italic.eot?iefix") format("eot"), url("/wp-content/themes/iapp/static/fonts/Tabac_Sans_Bold_Italic.woff") format("woff"), url("/wp-content/themes/iapp/static/fonts/Tabac_Sans_Bold_Italic.svg#webfont") format("svg"), local("☺");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Tabac G3';
  src: url("/wp-content/themes/iapp/static/fonts/Tabac_G3_Regular.eot");
  src: local("☺"), url("/wp-content/themes/iapp/static/fonts/Tabac_G3_Regular.eot?iefix") format("eot"), url("/wp-content/themes/iapp/static/fonts/Tabac_G3_Regular.woff") format("woff"), url("/wp-content/themes/iapp/static/fonts/Tabac_G3_Regular.svg#webfont") format("svg"), local("☺");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Tabac G3';
  src: url("/wp-content/themes/iapp/static/fonts/Tabac_G3_Italic.eot");
  src: local("☺"), url("/wp-content/themes/iapp/static/fonts/Tabac_G3_Italic.eot?iefix") format("eot"), url("/wp-content/themes/iapp/static/fonts/Tabac_G3_Italic.woff") format("woff"), url("/wp-content/themes/iapp/static/fonts/Tabac_G3_Italic.svg#webfont") format("svg"), local("☺");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Tabac G3';
  src: url("/wp-content/themes/iapp/static/fonts/Tabac_G3_Bold.eot");
  src: local("☺"), url("/wp-content/themes/iapp/static/fonts/Tabac_G3_Bold.eot?iefix") format("eot"), url("/wp-content/themes/iapp/static/fonts/Tabac_G3_Bold.woff") format("woff"), url("/wp-content/themes/iapp/static/fonts/Tabac_G3_Bold.svg#webfont") format("svg"), local("☺");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Tabac G3';
  src: url("/wp-content/themes/iapp/static/fonts/Tabac_G3_Bold_Italic.eot");
  src: local("☺"), url("/wp-content/themes/iapp/static/fonts/Tabac_G3_Bold_Italic.eot?iefix") format("eot"), url("/wp-content/themes/iapp/static/fonts/Tabac_G3_Bold_Italic.woff") format("woff"), url("/wp-content/themes/iapp/static/fonts/Tabac_G3_Bold_Italic.svg#webfont") format("svg"), local("☺");
  font-weight: 700;
  font-style: italic;
}
/* line 47, ../scss/base/_type.scss */
body {
  font-family: "Tabac Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: auto;
}

/* line 63, ../scss/base/_type.scss */
.h1, .article-h1, .hp-hero-head-lg, .page-head-lg, .static-page h1, .static-page h2, .hdr-h1, .h2, .person-name-lg, .article-text > h1, .article-text > h2, .h3, .page-head-med, .page-head-med-fancy, .page-head-split, .static-page h4, .leadgen .callout-box h3, .article-text > h3, .article-callout .article-callout-head, .h4, .page-head-sm, .supporting-list .docs-header, .article-text > h4, .h5, .mug-head, .article-text > h5, .notify-head-nav, .h6, .article-text > h6, .tz-head-xlg, .leadgen h2, .leadgen h3.page-head, .tz-head-lg, .leadgen form h4, .tz-head-med, .hp-hero-head-med, .hp-sections-head, .tz-head-sm, .hp-hero-head-sm, .aside-item-head, .search-head-sm {
  font-family: "Tabac Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #2e2e2f;
  line-height: 1.35em;
}
/* line 67, ../scss/base/_type.scss */
.h1 .head-link, .article-h1 .head-link, .hp-hero-head-lg .head-link, .page-head-lg .head-link, .static-page h1 .head-link, .static-page h2 .head-link, .hdr-h1 .head-link, .h2 .head-link, .person-name-lg .head-link, .article-text > h1 .head-link, .article-text > h2 .head-link, .h3 .head-link, .page-head-med .head-link, .page-head-med-fancy .head-link, .page-head-split .head-link, .static-page h4 .head-link, .leadgen .callout-box h3 .head-link, .article-text > h3 .head-link, .article-callout .article-callout-head .head-link, .h4 .head-link, .page-head-sm .head-link, .supporting-list .docs-header .head-link, .article-text > h4 .head-link, .h5 .head-link, .mug-head .head-link, .article-text > h5 .head-link, .notify-head-nav .head-link, .h6 .head-link, .article-text > h6 .head-link, .tz-head-xlg .head-link, .leadgen h2 .head-link, .leadgen h3.page-head .head-link, .tz-head-lg .head-link, .leadgen form h4 .head-link, .tz-head-med .head-link, .hp-hero-head-med .head-link, .hp-sections-head .head-link, .tz-head-sm .head-link, .hp-hero-head-sm .head-link, .aside-item-head .head-link, .search-head-sm .head-link {
  text-decoration: none;
  color: #2e2e2f;
}
/* line 11, ../scss/base/_links.scss */
.h1 .head-link:hover, .article-h1 .head-link:hover, .hp-hero-head-lg .head-link:hover, .page-head-lg .head-link:hover, .static-page h1 .head-link:hover, .static-page h2 .head-link:hover, .hdr-h1 .head-link:hover, .h2 .head-link:hover, .person-name-lg .head-link:hover, .article-text > h1 .head-link:hover, .article-text > h2 .head-link:hover, .h3 .head-link:hover, .page-head-med .head-link:hover, .page-head-med-fancy .head-link:hover, .page-head-split .head-link:hover, .static-page h4 .head-link:hover, .leadgen .callout-box h3 .head-link:hover, .article-text > h3 .head-link:hover, .article-callout .article-callout-head .head-link:hover, .h4 .head-link:hover, .page-head-sm .head-link:hover, .supporting-list .docs-header .head-link:hover, .article-text > h4 .head-link:hover, .h5 .head-link:hover, .mug-head .head-link:hover, .article-text > h5 .head-link:hover, .notify-head-nav .head-link:hover, .h6 .head-link:hover, .article-text > h6 .head-link:hover, .tz-head-xlg .head-link:hover, .leadgen h2 .head-link:hover, .leadgen h3.page-head .head-link:hover, .tz-head-lg .head-link:hover, .leadgen form h4 .head-link:hover, .tz-head-med .head-link:hover, .hp-hero-head-med .head-link:hover, .hp-sections-head .head-link:hover, .tz-head-sm .head-link:hover, .hp-hero-head-sm .head-link:hover, .aside-item-head .head-link:hover, .search-head-sm .head-link:hover {
  text-decoration: underline;
}
/* line 32, ../scss/base/_links.scss */
.h1 .head-link:hover, .article-h1 .head-link:hover, .hp-hero-head-lg .head-link:hover, .page-head-lg .head-link:hover, .static-page h1 .head-link:hover, .static-page h2 .head-link:hover, .hdr-h1 .head-link:hover, .h2 .head-link:hover, .person-name-lg .head-link:hover, .article-text > h1 .head-link:hover, .article-text > h2 .head-link:hover, .h3 .head-link:hover, .page-head-med .head-link:hover, .page-head-med-fancy .head-link:hover, .page-head-split .head-link:hover, .static-page h4 .head-link:hover, .leadgen .callout-box h3 .head-link:hover, .article-text > h3 .head-link:hover, .article-callout .article-callout-head .head-link:hover, .h4 .head-link:hover, .page-head-sm .head-link:hover, .supporting-list .docs-header .head-link:hover, .article-text > h4 .head-link:hover, .h5 .head-link:hover, .mug-head .head-link:hover, .article-text > h5 .head-link:hover, .notify-head-nav .head-link:hover, .h6 .head-link:hover, .article-text > h6 .head-link:hover, .tz-head-xlg .head-link:hover, .leadgen h2 .head-link:hover, .leadgen h3.page-head .head-link:hover, .tz-head-lg .head-link:hover, .leadgen form h4 .head-link:hover, .tz-head-med .head-link:hover, .hp-hero-head-med .head-link:hover, .hp-sections-head .head-link:hover, .tz-head-sm .head-link:hover, .hp-hero-head-sm .head-link:hover, .aside-item-head .head-link:hover, .search-head-sm .head-link:hover {
  color: #000;
}

/* line 73, ../scss/base/_type.scss */
.h1, .article-h1, .hp-hero-head-lg, .page-head-lg, .static-page h1, .static-page h2, .hdr-h1 {
  font-size: 2.2em;
  margin-bottom: 1em;
}
@media (min-width: 37.5em) {
  /* line 73, ../scss/base/_type.scss */
  .h1, .article-h1, .hp-hero-head-lg, .page-head-lg, .static-page h1, .static-page h2, .hdr-h1 {
    font-size: 2.46153846153846em;
    letter-spacing: -0.025em;
  }
}

/* line 84, ../scss/base/_type.scss */
.h2, .person-name-lg, .article-text > h1, .article-text > h2 {
  font-size: 1.92307692307692em;
}

/* line 90, ../scss/base/_type.scss */
.h3, .page-head-med, .page-head-med-fancy, .page-head-split, .static-page h4, .leadgen .callout-box h3, .article-text > h3, .article-callout .article-callout-head {
  font-size: 1.53846153846154em;
}

/* line 96, ../scss/base/_type.scss */
.h4, .page-head-sm, .supporting-list .docs-header, .article-text > h4 {
  font-size: 1.30769230769231em;
}

/* line 102, ../scss/base/_type.scss */
.h5, .mug-head, .article-text > h5, .notify-head-nav {
  font-size: 1.07692307692308em;
}

/* line 108, ../scss/base/_type.scss */
.h6, .article-text > h6 {
  font-size: 0.92307692307692em;
}

@media (min-width: 37.5em) {
  /* line 117, ../scss/base/_type.scss */
  .article-h1, .hp-hero-head-lg {
    font-size: 4.46153846153846em;
    letter-spacing: -0.025em;
  }
}

/* line 129, ../scss/base/_type.scss */
.tz-head-xlg, .leadgen h2, .leadgen h3.page-head {
  font-size: 3.23076923076923em;
  line-height: 1.19047619047619em;
}

/* line 136, ../scss/base/_type.scss */
.tz-head-lg, .leadgen form h4 {
  font-size: 2.23076923076923em;
  line-height: 1.3448275862069em;
  margin-bottom: 0.5em;
}

/* line 144, ../scss/base/_type.scss */
.tz-head-med, .hp-hero-head-med, .hp-sections-head {
  font-size: 1.53846153846154em;
  line-height: 1.3448275862069em;
  margin-bottom: 0.25em;
}

/* line 152, ../scss/base/_type.scss */
.tz-head-sm, .hp-hero-head-sm, .aside-item-head, .search-head-sm {
  font-size: 1.30769230769231em;
  line-height: 1.3448275862069em;
  margin-bottom: 0.15em;
}

/* line 161, ../scss/base/_type.scss */
.tz-head-thin {
  font-family: "Tabac Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: -0.025em;
  color: #808285;
  margin-right: 1px;
}

/* line 169, ../scss/base/_type.scss */
.head-regular-weight, .aside-item-head {
  font-family: "Tabac Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

/* line 170, ../scss/base/_type.scss */
.head-light-weight {
  font-family: "Tabac Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

/* line 181, ../scss/base/_type.scss */
.section-hdr-lg, .section-hdr-lg--gray {
  font-size: 2.23076923076923em;
  margin-bottom: 1.5em;
  color: #222222;
  border-bottom: 4px solid #efefef;
  text-align: center;
  padding-bottom: 0.5em;
  font-family: "Tabac Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

/* line 191, ../scss/base/_type.scss */
.section-hdr-med {
  font-size: 1.76923076923077em;
  border-bottom: 1px solid #d9dadb;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  color: #666666;
  font-family: "Tabac Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

/* line 201, ../scss/base/_type.scss */
.section-hdr-sm {
  font-size: 1.23076923076923em;
  border-bottom: 1px solid #d9dadb;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  letter-spacing: 0.15em;
  color: #808285;
  font-family: "Tabac Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

/* line 213, ../scss/base/_type.scss */
.section-hdr-accordion {
  font-size: 1.23076923076923em;
  text-transform: uppercase;
  text-align: center;
  padding: 0.5em;
  letter-spacing: 0.15em;
  color: #ffffff;
  background-color: #4e81bd;
  font-family: "Tabac Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

/* line 224, ../scss/base/_type.scss */
.sub-section-hdr-accordion {
  font-size: 0.85em;
  text-transform: uppercase;
  text-align: center;
  padding: 0.25em;
  letter-spacing: 0.15em;
  color: #808285;
  background-color: #dae5f0;
  font-family: "Tabac Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

/* line 235, ../scss/base/_type.scss */
.section-hdr-lg--gray {
  border-bottom: none;
  color: #808285;
}

/* line 244, ../scss/base/_type.scss */
.subsection-hdr, .subsection-hdr-gray, .mob-label, .subsection-hdr-bold, .form-hdr-bold, .profile-hdr-bold, .table-th, .static-page h3, .subsection-hdr-underline, .subsection-hdr-centered, .subsection-hdr-centered-gray {
  font-size: 1.07692307692308em;
  color: #0c7ec0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  font-family: "Tabac Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

/* line 253, ../scss/base/_type.scss */
.subsection-hdr, .subsection-hdr-gray, .mob-label {
  font-family: "Tabac Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

/* line 264, ../scss/base/_type.scss */
.subsection-hdr-underline {
  border-bottom: 1px solid #d9dadb;
  padding-bottom: 1em;
}

/* line 270, ../scss/base/_type.scss */
.subsection-hdr-centered, .subsection-hdr-centered-gray {
  text-align: center;
  margin: 4em 0;
}

/* line 276, ../scss/base/_type.scss */
.subsection-hdr-gray, .mob-label {
  color: #808285;
}

/* line 281, ../scss/base/_type.scss */
.subsection-hdr-centered-gray {
  color: #808285;
}

/* line 286, ../scss/base/_type.scss */
.hdr-strong, .show-full, .see-full-page {
  color: #666666;
  font-family: "Tabac Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

/* line 302, ../scss/base/_type.scss */
.tz-text-lg, .tz-text-promo-lg, .page-text-lg, .event-tz-head, .event-tz-text-lg, .tz-text-med, .hp-hero-text, .hp-hero-subhead, .hp-hero-tease-text, .tz-text-reg, .inter-tagline, .hdr-tagline, .tz-bd-text, .tz-text-sm, .ftr-utility-items, .tz-text-promo, .tz-text-promo-med, .tz-text-aside, .page-text-med, .page-text-med-fancy, .page-list-item, .img-overlay-btm a, .event-tz-text-med, .label-text, .input-text, .input-textarea, .member-search-input, body#bodyId #body-inner .mktoForm input[type="email"],
body#bodyId #body-inner .mktoForm input[type="text"],
body#bodyId #body-inner .mktoForm input[type="phone"],
body#bodyId #body-inner .mktoForm input[type="tel"],
body#bodyId #body-inner .mktoForm textarea, .skybox-mod, .comment-content, .table-td,
.profile-text-lg, .static-page p, .static-page ul, .static-page ol, .static-page td, .static-page th, .page-text-sm, .static-page .table-mod.table-expandable p, .static-page .table-mod.table-expandable li, .page-text-tiny, .tz-promo .txt-bd .tz-text-block p, .tz-promo .txt-bd .tz-text-block ul, .tz-promo .txt-bd .tz-text-block ul ul, .tz-promo .txt-bd .tz-text-block ul ol, .tz-promo .txt-bd .tz-text-block ol, .tz-promo .txt-bd .tz-text-block ol ul, .tz-promo .txt-bd .tz-text-block ol ol, .pricing, .live-search-text, .search-description-text, .date-picker .horz-block .sort-link, .event-tz-text-sm, .input-text-sm, .form-block.radios .radio-input-text, .comment-meta, .mug-text, .mug-subhd-lft, .bulleted li, .tz-promo .txt-bd .tz-text-block ul li, .iapp-product-details ul li, .static-page ul li, .ftr-tz-text, .hp-hero-text ul li, .article-callout .article-callout-body ul li {
  font-family: "Tabac Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #464547;
  line-height: 1.35em;
  margin-bottom: 1em;
}

/* line 310, ../scss/base/_type.scss */
.tz-text-lg, .tz-text-promo-lg, .page-text-lg, .event-tz-head, .event-tz-text-lg {
  font-size: 1.23077em;
}
@media (min-width: 37.5em) {
  /* line 310, ../scss/base/_type.scss */
  .tz-text-lg, .tz-text-promo-lg, .page-text-lg, .event-tz-head, .event-tz-text-lg {
    font-size: 1.69230769230769em;
  }
}

/* line 319, ../scss/base/_type.scss */
.tz-text-med, .hp-hero-text, .hp-hero-subhead, .hp-hero-tease-text {
  font-size: 1.30769230769231em;
}

/* line 324, ../scss/base/_type.scss */
.tz-text-reg, .inter-tagline, .hdr-tagline, .tz-bd-text {
  font-size: 1.07692307692308em;
  line-height: 1.5625em;
}

/* line 331, ../scss/base/_type.scss */
.tz-text-sm, .ftr-utility-items {
  font-size: 0.92307692307692em;
  color: #808285;
  line-height: 2em;
}

/* line 339, ../scss/base/_type.scss */
.tz-text-promo {
  font-size: 1.07692307692308em;
  line-height: 1.78571428571429em;
}

/* line 346, ../scss/base/_type.scss */
.tz-text-promo-med {
  font-size: 1.23076923076923em;
  line-height: 1.5625em;
}

/* line 352, ../scss/base/_type.scss */
.tz-text-promo-lg, .page-text-lg, .event-tz-head, .event-tz-text-lg {
  line-height: 1.681818182em;
  font-family: "Tabac Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

/* line 359, ../scss/base/_type.scss */
.tz-text-aside {
  font-size: 1em;
  line-height: 1.538461538em;
  margin-bottom: 0;
  color: #808285;
}

/* line 374, ../scss/base/_type.scss */
.page-head-lg, .static-page h1, .static-page h2 {
  color: #2e2e2f;
  margin-bottom: 0.55em;
}

/* line 380, ../scss/base/_type.scss */
.page-head-med, .page-head-med-fancy, .page-head-split, .static-page h4, .leadgen .callout-box h3 {
  margin-bottom: 0.55em;
}

/* line 385, ../scss/base/_type.scss */
.page-head-med-fancy {
  color: #0c7ec0;
}

/* line 390, ../scss/base/_type.scss */
.page-head-sm {
  margin-bottom: 0.55em;
}

/* line 396, ../scss/base/_type.scss */
.casebook-detail .page-head-lg {
  margin-bottom: 2em;
}

/* line 402, ../scss/base/_type.scss */
.page-text-lg, .event-tz-head, .event-tz-text-lg {
  font-weight: 300;
}
/* line 405, ../scss/base/_type.scss */
.page-text-lg > p, .event-tz-head > p, .event-tz-text-lg > p {
  margin-bottom: 1em;
}

/* line 408, ../scss/base/_type.scss */
.page-text-med, .page-text-med-fancy, .page-list-item, .img-overlay-btm a, .event-tz-text-med, .label-text, .input-text, .input-textarea, .member-search-input, body#bodyId #body-inner .mktoForm input[type="email"],
body#bodyId #body-inner .mktoForm input[type="text"],
body#bodyId #body-inner .mktoForm input[type="phone"],
body#bodyId #body-inner .mktoForm input[type="tel"],
body#bodyId #body-inner .mktoForm textarea, .skybox-mod, .comment-content, .table-td,
.profile-text-lg, .static-page p, .static-page ul, .static-page ol, .static-page td, .static-page th {
  font-size: 1.384615385em;
  line-height: 1.555555556em;
  font-weight: 300;
}

/* line 416, ../scss/base/_type.scss */
.page-text-med-fancy {
  color: #0c7ec0;
}

/* line 421, ../scss/base/_type.scss */
.page-text-sm, .static-page .table-mod.table-expandable p, .static-page .table-mod.table-expandable li, .page-text-tiny, .tz-promo .txt-bd .tz-text-block p, .tz-promo .txt-bd .tz-text-block ul, .tz-promo .txt-bd .tz-text-block ul ul, .tz-promo .txt-bd .tz-text-block ul ol, .tz-promo .txt-bd .tz-text-block ol, .tz-promo .txt-bd .tz-text-block ol ul, .tz-promo .txt-bd .tz-text-block ol ol, .pricing, .live-search-text, .search-description-text, .date-picker .horz-block .sort-link, .event-tz-text-sm, .input-text-sm, .form-block.radios .radio-input-text, .comment-meta {
  font-size: 1.076923077em;
  line-height: 1.571428571em;
}

/* line 429, ../scss/base/_type.scss */
.page-text-tiny {
  line-height: 1.15em;
}

/* line 437, ../scss/base/_type.scss */
.page-text-thin, .page-text-thin-fancy {
  font-weight: 300;
}

/* line 439, ../scss/base/_type.scss */
.page-text-thin-fancy {
  color: #0c7ec0;
}

/* line 444, ../scss/base/_type.scss */
.page-item-right {
  position: absolute;
  right: 0;
  top: 0;
  color: #0c7ec0;
}

/* line 451, ../scss/base/_type.scss */
.page-head-split {
  position: relative;
  padding-right: 2em;
  margin-bottom: 1em;
}
/* line 456, ../scss/base/_type.scss */
.page-head-split.no-margin {
  margin-bottom: 0;
}

/* line 461, ../scss/base/_type.scss */
.mug-head {
  margin-bottom: 0.15em;
}

/* line 466, ../scss/base/_type.scss */
.mug-text, .mug-subhd-lft {
  font-size: 1em;
  line-height: 1.25em;
}

/* line 472, ../scss/base/_type.scss */
.mug-list {
  text-align: left;
}
/* line 474, ../scss/base/_type.scss */
.mug-list li {
  margin-bottom: 0.55em;
}

/* line 479, ../scss/base/_type.scss */
.mug-link {
  text-align: left;
}

/* line 483, ../scss/base/_type.scss */
.mug-subhd-lft {
  text-align: left;
  margin-top: 3em;
  font-weight: bold;
}

/* line 490, ../scss/base/_type.scss */
.head-item-split {
  padding-right: 65px;
  position: relative;
}

/* line 505, ../scss/base/_type.scss */
.tz-article-lg, .article-text, .article-text--firstgraph, .article-text > p, .article-text > blockquote > p, .article-text .pull-quote > p {
  font-family: "Tabac G3", Georgia, Times, serif;
  font-weight: 400;
  line-height: 1.7em;
  margin-bottom: 1em;
  color: #2e2e2f;
}

/* line 513, ../scss/base/_type.scss */
.tz-article-lg {
  font-size: 1.53846153846154em;
  color: #555555;
}

/* line 520, ../scss/base/_type.scss */
.article-text {
  font-size: 1.38461538461538em;
  line-height: 1.88888888888889em;
}

/* line 528, ../scss/base/_type.scss */
.article-text--firstgraph {
  font-size: 1.76923076923077em;
  line-height: 1.65217391304348em;
}
/* line 532, ../scss/base/_type.scss */
.article-text--firstgraph:first-letter {
  font-weight: 700;
  font-size: 3.53846em;
  color: #1f1f1f;
  float: left;
  padding-top: 0.25em;
  margin-right: 0.15em;
}

/* line 553, ../scss/base/_type.scss */
.tz-overline-sm, .mega-side-hdr {
  color: #0c7ec0;
  display: block;
  margin-bottom: 0.25em;
  font-family: "Tabac Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

/* line 560, ../scss/base/_type.scss */
.tz-overline-sm, .mega-side-hdr {
  font-size: 0.769230769em;
  font-size: 0.846153846em;
}

/* line 577, ../scss/base/_type.scss */
.tz-head-link {
  text-decoration: none;
  color: #2e2e2f;
}
/* line 11, ../scss/base/_links.scss */
.tz-head-link:hover {
  text-decoration: underline;
}
/* line 32, ../scss/base/_links.scss */
.tz-head-link:hover {
  color: #000;
}

/* line 579, ../scss/base/_type.scss */
.tz-overline-sm {
  text-transform: uppercase;
  text-decoration: none;
  color: #0c7ec0;
}
/* line 11, ../scss/base/_links.scss */
.tz-overline-sm:hover {
  text-decoration: underline;
}

/* line 584, ../scss/base/_type.scss */
.tz-related-head-link {
  text-decoration: none;
  color: #666666;
}
/* line 11, ../scss/base/_links.scss */
.tz-related-head-link:hover {
  text-decoration: underline;
}

/* line 586, ../scss/base/_type.scss */
.tz-related-link {
  text-decoration: none;
  color: #70bf4c;
}
/* line 11, ../scss/base/_links.scss */
.tz-related-link:hover {
  text-decoration: underline;
}

/* line 588, ../scss/base/_type.scss */
.default-link {
  text-decoration: none;
  color: #70bf4c;
}
/* line 11, ../scss/base/_links.scss */
.default-link:hover {
  text-decoration: underline;
}

/* line 590, ../scss/base/_type.scss */
.default-link--underline {
  text-decoration: none;
  color: #70bf4c;
  text-decoration: underline;
}
/* line 11, ../scss/base/_links.scss */
.default-link--underline:hover {
  text-decoration: underline;
}

/* line 595, ../scss/base/_type.scss */
.alternate-link {
  text-decoration: none;
  color: #0c7ec0;
}
/* line 11, ../scss/base/_links.scss */
.alternate-link:hover {
  text-decoration: underline;
}

/* line 597, ../scss/base/_type.scss */
.alternate-link--underline, .tz-promo .txt-bd .tz-text-block a,
.tz-promo .txt-bd .tz-text-block ul li a,
.tz-promo .txt-bd .tz-text-block ol li a, .expandable-content .page-text-sm a, .expandable-content .static-page .table-mod.table-expandable p a, .static-page .table-mod.table-expandable .expandable-content p a, .expandable-content .static-page .table-mod.table-expandable li a, .static-page .table-mod.table-expandable .expandable-content li a, .person-mod a, .static-page a {
  text-decoration: none;
  color: #0c7ec0;
  text-decoration: underline;
}
/* line 11, ../scss/base/_links.scss */
.alternate-link--underline:hover, .tz-promo .txt-bd .tz-text-block a:hover, .expandable-content .page-text-sm a:hover, .expandable-content .static-page .table-mod.table-expandable p a:hover, .static-page .table-mod.table-expandable .expandable-content p a:hover, .expandable-content .static-page .table-mod.table-expandable li a:hover, .static-page .table-mod.table-expandable .expandable-content li a:hover, .person-mod a:hover, .static-page a:hover {
  text-decoration: underline;
}

/* line 602, ../scss/base/_type.scss */
.link--bold {
  font-weight: 700;
}

/* line 607, ../scss/base/_type.scss */
.page-bold-link {
  font-weight: 700;
  display: inline-block;
  max-width: 80%;
  text-decoration: none;
  color: #0c7ec0;
}
/* line 11, ../scss/base/_links.scss */
.page-bold-link:hover {
  text-decoration: underline;
}
@media (min-width: 37.5em) {
  /* line 607, ../scss/base/_type.scss */
  .page-bold-link {
    max-width: 90%;
  }
}

/* line 617, ../scss/base/_type.scss */
.show-full {
  text-align: center;
  margin: 4em 0;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
/* line 624, ../scss/base/_type.scss */
.show-full:after {
  content: '\0020';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  margin-top: 20px;
  z-index: 4;
  border-top: 9px solid #666666;
  border-right: 9px inset transparent;
  border-bottom: 9px inset transparent;
  border-left: 9px inset transparent;
}
/* line 639, ../scss/base/_type.scss */
.show-full.active:before {
  content: '\0020';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  margin-top: -25px;
  z-index: 4;
  border-top: 9px inset transparent;
  border-right: 9px inset transparent;
  border-bottom: 9px solid #666666;
  border-left: 9px inset transparent;
}
/* line 653, ../scss/base/_type.scss */
.show-full.active:after {
  border: 0;
}
/* line 657, ../scss/base/_type.scss */
.show-full a {
  color: #666666;
  text-decoration: none;
}

/* line 663, ../scss/base/_type.scss */
.see-full-page {
  text-align: center;
  margin: 4em 0;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 669, ../scss/base/_type.scss */
.see-full-page:after {
  content: '\0020';
  width: 0;
  height: 0;
  position: absolute;
  z-index: 4;
  margin-left: 5px;
  margin-top: 1px;
  border-top: 6px inset transparent;
  border-right: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 6px solid #666666;
}
/* line 682, ../scss/base/_type.scss */
.see-full-page a {
  color: #666666;
  text-decoration: none;
}

/* line 697, ../scss/base/_type.scss */
.hp-hero-head-sm, .hp-hero-head-med, .hp-hero-head-lg, .hp-hero-text, .hp-hero-subhead, .hp-hero-tease-text {
  color: #fff;
  text-align: center;
}

/* line 703, ../scss/base/_type.scss */
.hp-hero-head-sm {
  margin-bottom: 1em;
  font-size: 1.8em;
  font-weight: 400;
}

/* line 711, ../scss/base/_type.scss */
.hp-hero-head-med {
  line-height: 1.181818182em;
  font-size: 1.8em;
  letter-spacing: 0;
  margin-bottom: 0.5em;
}
@media (min-width: 37.5em) {
  /* line 711, ../scss/base/_type.scss */
  .hp-hero-head-med {
    font-size: 2.5em;
  }
}

/* line 723, ../scss/base/_type.scss */
.hp-hero-head-lg {
  margin-bottom: 0.55em;
  letter-spacing: 0;
  text-align: center;
}

/* line 731, ../scss/base/_type.scss */
.hp-hero-text, .hp-hero-subhead {
  font-family: "Tabac Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 1.2em;
}
@media (min-width: 37.5em) {
  /* line 731, ../scss/base/_type.scss */
  .hp-hero-text, .hp-hero-subhead {
    font-size: 1.36em;
  }
}

/* line 743, ../scss/base/_type.scss */
.hp-hero-subhead {
  font-weight: 400;
  font-size: 1.7em;
}

/* line 749, ../scss/base/_type.scss */
.hp-hero-tease-text {
  font-family: "Tabac Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}

/* line 756, ../scss/base/_type.scss */
.hp-hero-link {
  text-decoration: none;
  color: #fff;
  font-size: 0.85em;
}
/* line 11, ../scss/base/_links.scss */
.hp-hero-link:hover {
  text-decoration: underline;
}

/* line 761, ../scss/base/_type.scss */
.hp-hero-links {
  text-align: center;
  margin-top: 3em;
}
/* line 764, ../scss/base/_type.scss */
.hp-hero-links a.button-lg,
.hp-hero-links a.default {
  position: relative;
  margin-left: 0;
  background-color: transparent !important;
  border: 2px solid #fff;
}
@media (min-width: 37.5em) {
  /* line 764, ../scss/base/_type.scss */
  .hp-hero-links a.button-lg,
  .hp-hero-links a.default {
    margin-left: 1em;
  }
  /* line 772, ../scss/base/_type.scss */
  .hp-hero-links a.button-lg:first-child,
  .hp-hero-links a.default:first-child {
    margin-left: 0;
  }
}
/* line 776, ../scss/base/_type.scss */
.hp-hero-links a.button-lg:before,
.hp-hero-links a.default:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity 200ms ease;
}
/* line 788, ../scss/base/_type.scss */
.hp-hero-links a.button-lg:hover:before,
.hp-hero-links a.default:hover:before {
  opacity: 0.25;
}
/* line 793, ../scss/base/_type.scss */
.hp-hero-links a.green {
  background-color: #70bf4c !important;
  border: none !important;
  text-shadow: none !important;
  transition: background-color 200ms ease;
}
/* line 799, ../scss/base/_type.scss */
.hp-hero-links a.green:before {
  display: none;
}
/* line 802, ../scss/base/_type.scss */
.hp-hero-links a.green:hover {
  background-color: #63b240 !important;
}

/* line 857, ../scss/base/_type.scss */
.text-bold {
  margin-right: 5px;
  font-family: "Tabac Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

/* line 874, ../scss/base/_type.scss */
.with-pricing .page-item-right {
  font-size: 20px;
  position: relative;
}
@media (min-width: 37.5em) {
  /* line 874, ../scss/base/_type.scss */
  .with-pricing .page-item-right {
    position: absolute;
  }
}
/* line 882, ../scss/base/_type.scss */
.with-pricing .page-head-split .page-bold-link {
  max-width: 100%;
}
@media (min-width: 37.5em) {
  /* line 882, ../scss/base/_type.scss */
  .with-pricing .page-head-split .page-bold-link {
    max-width: 80%;
  }
}

/* line 890, ../scss/base/_type.scss */
.pricing {
  position: absolute;
  width: 100%;
  text-align: center;
}
/* line 895, ../scss/base/_type.scss */
.session-pricing .pricing {
  display: none;
}

/* line 899, ../scss/base/_type.scss */
.split-pricing {
  display: inline-block;
  font-size: 1em;
  position: relative;
  top: 0;
  right: 0;
  min-width: 160px;
  margin-bottom: 2em;
}
/* line 907, ../scss/base/_type.scss */
.session-pricing .split-pricing {
  font-size: 0.66em;
}
@media (min-width: 37.5em) {
  /* line 899, ../scss/base/_type.scss */
  .split-pricing {
    position: absolute;
    text-align: right;
    margin-bottom: 0;
  }
}

/* line 916, ../scss/base/_type.scss */
.m-pricing, .nm-pricing {
  display: inline-block;
  color: #0c7ec0;
}
/* line 919, ../scss/base/_type.scss */
.first-price .m-pricing, .first-price .nm-pricing {
  font-size: 0.66em;
}

/* line 923, ../scss/base/_type.scss */
.nm-pricing {
  border-right: 1px solid #ccc;
  padding-right: 0.5em;
  margin-right: 0.5em;
  text-align: right;
}

/* line 929, ../scss/base/_type.scss */
.m-pricing {
  text-align: left;
}

/* line 932, ../scss/base/_type.scss */
.price {
  font-size: 1.3em;
}

/* line 935, ../scss/base/_type.scss */
.nonmember {
  color: #808285;
}

/* line 938, ../scss/base/_type.scss */
.nonmember-price {
  text-decoration: line-through;
  color: #808285;
}

/* line 942, ../scss/base/_type.scss */
.member-price {
  color: #cccccc;
}

/* line 945, ../scss/base/_type.scss */
.price-login {
  color: #808285;
}

/* line 948, ../scss/base/_type.scss */
.session-pricing {
  padding-top: 0;
}
/* line 951, ../scss/base/_type.scss */
.session-pricing .iapp-product-short-desc .iapp-product-header {
  font-size: 0.8em;
  font-weight: normal;
}

/* line 960, ../scss/base/_type.scss */
.person-content-block .txt-bd span,
.person-content-block .txt-bd .MsoNormal span,
font {
  font-size: 17px !important;
  line-height: 1.35em !important;
  font-family: inherit !important;
  color: inherit !important;
}

/* line 968, ../scss/base/_type.scss */
.MsoNormal {
  margin-bottom: 17px;
}

/* line 976, ../scss/base/_type.scss */
.l-canvas .card .card-heading {
  font-size: 1.6em;
}
/* line 979, ../scss/base/_type.scss */
.l-canvas .card .card-detail {
  line-height: 1.4em;
  font-size: 1.2em;
}
/* line 982, ../scss/base/_type.scss */
.l-canvas .card .card-detail span[style] {
  font-family: "Tabac Sans", Helvetica, Arial, sans-serif !important;
}
/* line 985, ../scss/base/_type.scss */
.l-canvas .card .card-detail input[type="checkbox"] {
  margin: 4px 0 6px;
}
/* line 988, ../scss/base/_type.scss */
.l-canvas .card .card-detail .card-detail-label {
  font-size: 0.9em;
}
/* line 991, ../scss/base/_type.scss */
.l-canvas .card .card-detail .page-text-sm, .l-canvas .card .card-detail .static-page .table-mod.table-expandable p, .static-page .table-mod.table-expandable .l-canvas .card .card-detail p, .l-canvas .card .card-detail .static-page .table-mod.table-expandable li, .static-page .table-mod.table-expandable .l-canvas .card .card-detail li,
.l-canvas .card .card-detail .page-text-med,
.l-canvas .card .card-detail .page-text-lg {
  font-size: inherit;
}
/* line 997, ../scss/base/_type.scss */
.l-canvas .card .card-detail table td {
  font-size: inherit !important;
  font-family: 'Tabac Sans' !important;
  font-weight: 300 !important;
  padding: 10px 5px 10px 0 !important;
}
/* line 1006, ../scss/base/_type.scss */
.l-canvas .card-list {
  margin-bottom: 5em;
}
/* line 1008, ../scss/base/_type.scss */
.l-canvas .card-list .card-list-heading {
  text-align: center;
  border-bottom: 4px solid #efefef;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
/* line 1016, ../scss/base/_type.scss */
.l-canvas .list-group .list-group-item {
  font-weight: 400;
  font-size: 1.05em;
  color: #808285;
}

@media (min-width: 56.25em) {
  /* line 1024, ../scss/base/_type.scss */
  .floated-head--left {
    display: inline;
    float: left;
    margin-right: 1em;
  }
}

/* line 1032, ../scss/base/_type.scss */
.session-icon-key-trigger {
  display: block;
  clear: both;
}

/* line 1039, ../scss/base/_type.scss */
.iapp-product-web-description .card-detail-label {
  display: none;
}
/* line 1042, ../scss/base/_type.scss */
.iapp-product-web-description .card-detail-value {
  text-align: left;
}

/* line 10, ../scss/base/_lists.scss */
.bulleted, .tz-promo .txt-bd .tz-text-block ul, .tz-promo .txt-bd .tz-text-block ul ul, .tz-promo .txt-bd .tz-text-block ol ul, .iapp-product-details ul, .static-page ul {
  list-style: disc;
}
/* line 12, ../scss/base/_lists.scss */
.bulleted li, .tz-promo .txt-bd .tz-text-block ul li, .iapp-product-details ul li, .static-page ul li {
  margin-left: 2em;
  font-weight: 300;
}

/* line 19, ../scss/base/_lists.scss */
.numbered, .tz-promo .txt-bd .tz-text-block ul ol, .tz-promo .txt-bd .tz-text-block ol, .tz-promo .txt-bd .tz-text-block ol ol, .static-page ul ol, .static-page ol, .static-page ol ol {
  margin-left: 1.55em;
}
/* line 21, ../scss/base/_lists.scss */
.numbered li, .tz-promo .txt-bd .tz-text-block ol li, .static-page ol li {
  margin-bottom: 1em;
}

/* line 26, ../scss/base/_lists.scss */
ul.two-columns {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
/* line 30, ../scss/base/_lists.scss */
ul.two-columns li {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 1em;
}
@media (min-width: 37.5em) {
  /* line 26, ../scss/base/_lists.scss */
  ul.two-columns {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
}

/* line 45, ../scss/base/_lists.scss */
ul.three-columns {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
/* line 49, ../scss/base/_lists.scss */
ul.three-columns li {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 1em;
}
@media (min-width: 37.5em) {
  /* line 45, ../scss/base/_lists.scss */
  ul.three-columns {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
}
@media (min-width: 56.25em) {
  /* line 45, ../scss/base/_lists.scss */
  ul.three-columns {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
  }
}

/* line 72, ../scss/base/_lists.scss */
ul.four-columns {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
/* line 76, ../scss/base/_lists.scss */
ul.four-columns li {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 1em;
}
@media (min-width: 37.5em) {
  /* line 72, ../scss/base/_lists.scss */
  ul.four-columns {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
}
@media (min-width: 56.25em) {
  /* line 72, ../scss/base/_lists.scss */
  ul.four-columns {
    -moz-column-count: 4;
    -moz-column-gap: 10px;
    -webkit-column-count: 4;
    -webkit-column-gap: 10px;
    column-count: 4;
    column-gap: 10px;
  }
}

/* line 99, ../scss/base/_lists.scss */
ul.five-columns {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
/* line 103, ../scss/base/_lists.scss */
ul.five-columns li {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 1em;
}
@media (min-width: 37.5em) {
  /* line 99, ../scss/base/_lists.scss */
  ul.five-columns {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
  }
}
@media (min-width: 56.25em) {
  /* line 99, ../scss/base/_lists.scss */
  ul.five-columns {
    -moz-column-count: 5;
    -moz-column-gap: 10px;
    -webkit-column-count: 5;
    -webkit-column-gap: 10px;
    column-count: 5;
    column-gap: 10px;
  }
}

/* line 126, ../scss/base/_lists.scss */
.list-items, .aside-items, .list-items--inline, .tag-items--inline, .social-list-items, .ftr-utility-items, .filter-menu-items, .page-list-items, .pagination-items, .nav-items, .side-menu-items, .nav-myiapp-items, .mega-side-items, .article-text > ul, .article-text > ol, .comments-items {
  *zoom: 1;
  list-style: none;
}
/* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.list-items:after, .aside-items:after, .list-items--inline:after, .tag-items--inline:after, .social-list-items:after, .ftr-utility-items:after, .filter-menu-items:after, .page-list-items:after, .pagination-items:after, .nav-items:after, .side-menu-items:after, .nav-myiapp-items:after, .mega-side-items:after, .article-text > ul:after, .article-text > ol:after, .comments-items:after {
  content: "";
  display: table;
  clear: both;
}

/* line 131, ../scss/base/_lists.scss */
.list-item, .aside-item, .list-item--inline, .tag-item--inline, .social-list-item, .ftr-utility-item, .filter-menu-item, .page-list-item, .pagination-item, .nav-item, .side-menu-item, .nav-myiapp-item, .mega-side-item, .article-text > ul > li, .article-text > ul > li > ul > li, .article-text > ul > li > ol > li, .article-text > ol > li, .article-text > ol > li > ul > li, .article-text > ol > li > ol > li, .comment-item {
  position: relative;
  list-style: none;
  margin-left: 0;
  *zoom: 1;
}
/* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.list-item:after, .aside-item:after, .list-item--inline:after, .tag-item--inline:after, .social-list-item:after, .ftr-utility-item:after, .filter-menu-item:after, .page-list-item:after, .pagination-item:after, .nav-item:after, .side-menu-item:after, .nav-myiapp-item:after, .mega-side-item:after, .article-text > ul > li:after, .article-text > ul > li > ul > li:after, .article-text > ul > li > ol > li:after, .article-text > ol > li:after, .article-text > ol > li > ul > li:after, .article-text > ol > li > ol > li:after, .comment-item:after {
  content: "";
  display: table;
  clear: both;
}
/* line 139, ../scss/base/_lists.scss */
.list-items--lined > .list-item, .list-items--lined > .aside-item, .list-items--lined > .list-item--inline, .list-items--lined > .tag-item--inline, .list-items--lined > .social-list-item, .list-items--lined > .ftr-utility-item, .list-items--lined > .filter-menu-item, .list-items--lined > .page-list-item, .list-items--lined > .pagination-item, .list-items--lined > .nav-item, .list-items--lined > .side-menu-item, .list-items--lined > .nav-myiapp-item, .list-items--lined > .mega-side-item, .article-text > ul.list-items--lined > li, .article-text > ul > li > ul.list-items--lined > li, .article-text > ul > li > ol.list-items--lined > li, .article-text > ol.list-items--lined > li, .article-text > ol > li > ul.list-items--lined > li, .article-text > ol > li > ol.list-items--lined > li, .list-items--lined > .comment-item {
  border-bottom: 1px solid #d9dadb;
  padding-bottom: 2.25em;
  margin-bottom: 2.25em;
}
/* line 143, ../scss/base/_lists.scss */
.list-items--lined > .list-item:last-child, .list-items--lined > .aside-item:last-child, .list-items--lined > .list-item--inline:last-child, .list-items--lined > .tag-item--inline:last-child, .list-items--lined > .social-list-item:last-child, .list-items--lined > .ftr-utility-item:last-child, .list-items--lined > .filter-menu-item:last-child, .list-items--lined > .page-list-item:last-child, .list-items--lined > .pagination-item:last-child, .list-items--lined > .nav-item:last-child, .list-items--lined > .side-menu-item:last-child, .list-items--lined > .nav-myiapp-item:last-child, .list-items--lined > .mega-side-item:last-child, .article-text > ul.list-items--lined > li:last-child, .article-text > ul > li > ul.list-items--lined > li:last-child, .article-text > ul > li > ol.list-items--lined > li:last-child, .article-text > ol.list-items--lined > li:last-child, .article-text > ol > li > ul.list-items--lined > li:last-child, .article-text > ol > li > ol.list-items--lined > li:last-child, .list-items--lined > .comment-item:last-child {
  border-bottom: none;
}
/* line 148, ../scss/base/_lists.scss */
.list-items--lined-sm > .list-item, .list-items--lined-sm > .aside-item, .list-items--lined-sm > .list-item--inline, .list-items--lined-sm > .tag-item--inline, .list-items--lined-sm > .social-list-item, .list-items--lined-sm > .ftr-utility-item, .list-items--lined-sm > .filter-menu-item, .list-items--lined-sm > .page-list-item, .list-items--lined-sm > .pagination-item, .list-items--lined-sm > .nav-item, .list-items--lined-sm > .side-menu-item, .list-items--lined-sm > .nav-myiapp-item, .list-items--lined-sm > .mega-side-item, .article-text > ul.list-items--lined-sm > li, .article-text > ul > li > ul.list-items--lined-sm > li, .article-text > ul > li > ol.list-items--lined-sm > li, .article-text > ol.list-items--lined-sm > li, .article-text > ol > li > ul.list-items--lined-sm > li, .article-text > ol > li > ol.list-items--lined-sm > li, .list-items--lined-sm > .comment-item {
  border-bottom: 1px solid #d9dadb;
  padding-bottom: 0.85em;
  margin-bottom: 2em;
}
/* line 154, ../scss/base/_lists.scss */
.list-item:last-child, .aside-item:last-child, .list-item--inline:last-child, .tag-item--inline:last-child, .social-list-item:last-child, .ftr-utility-item:last-child, .filter-menu-item:last-child, .page-list-item:last-child, .pagination-item:last-child, .nav-item:last-child, .side-menu-item:last-child, .nav-myiapp-item:last-child, .mega-side-item:last-child, .article-text > ul > li:last-child, .article-text > ul > li > ul > li:last-child, .article-text > ul > li > ol > li:last-child, .article-text > ol > li:last-child, .article-text > ol > li > ul > li:last-child, .article-text > ol > li > ol > li:last-child, .comment-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

/* line 157, ../scss/base/_lists.scss */
.list-item-link {
  text-decoration: none;
  color: #0c7ec0;
}
/* line 11, ../scss/base/_links.scss */
.list-item-link:hover {
  text-decoration: underline;
}

/* line 174, ../scss/base/_lists.scss */
.sponsoring .list-items, .exhibiting .list-items {
  border: 4px solid #efefef;
  margin-bottom: 2em;
}
/* line 177, ../scss/base/_lists.scss */
.sponsoring .list-items .list-item, .exhibiting .list-items .list-item {
  border-bottom: 1px solid #efefef;
  margin-bottom: 0;
  padding: 1em;
}
/* line 181, ../scss/base/_lists.scss */
.sponsoring .list-items .list-item .page-head-split, .exhibiting .list-items .list-item .page-head-split {
  padding: 0;
  margin-bottom: 0;
}
/* line 184, ../scss/base/_lists.scss */
.sponsoring .list-items .list-item .page-head-split .page-bold-link, .exhibiting .list-items .list-item .page-head-split .page-bold-link {
  max-width: none;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
/* line 189, ../scss/base/_lists.scss */
.sponsoring .list-items .list-item .page-head-split .page-bold-link.sold-out, .exhibiting .list-items .list-item .page-head-split .page-bold-link.sold-out {
  display: block;
}
/* line 191, ../scss/base/_lists.scss */
.sponsoring .list-items .list-item .page-head-split .page-bold-link.sold-out:after, .exhibiting .list-items .list-item .page-head-split .page-bold-link.sold-out:after {
  content: "sold out";
  float: right;
  color: #2e2e2f;
  text-transform: uppercase;
}
/* line 200, ../scss/base/_lists.scss */
.sponsoring .list-items .list-item .iapp-product-details, .exhibiting .list-items .list-item .iapp-product-details {
  padding-top: 1em;
}

/* line 222, ../scss/base/_lists.scss */
.aside-item {
  border-bottom: 1px solid #e9eaea;
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
}
/* line 227, ../scss/base/_lists.scss */
.aside-item:last-child {
  border-bottom: none;
}

/* line 251, ../scss/base/_lists.scss */
.list-item--inline, .tag-item--inline, .social-list-item, .ftr-utility-item {
  display: inline-block;
}

/* line 270, ../scss/base/_lists.scss */
.tag-item--inline {
  margin-right: 15px;
  font-size: 12px;
  position: relative;
}
/* line 276, ../scss/base/_lists.scss */
.tag-item--inline + .tag-item--inline .tag-item-link:after {
  content: ",";
  position: absolute;
  top: 0;
  left: -7px;
  font-weight: 700;
  color: #808285;
}

/* line 287, ../scss/base/_lists.scss */
.tag-item-link {
  text-decoration: none;
  color: #808285;
  font-weight: 700;
}
/* line 11, ../scss/base/_links.scss */
.tag-item-link:hover {
  text-decoration: underline;
}

/* line 306, ../scss/base/_lists.scss */
.filter-menu-item {
  font-size: 1.07692307692308em;
}
/* line 309, ../scss/base/_lists.scss */
.filter-menu-item:last-child {
  margin-bottom: 0;
}
/* line 312, ../scss/base/_lists.scss */
.filter-menu-item.is-active {
  background-color: #d9dadb;
}

/* line 317, ../scss/base/_lists.scss */
.filter-item-link {
  text-decoration: none;
  color: #808285;
  padding: 0.55em 7px;
  display: block;
}
/* line 11, ../scss/base/_links.scss */
.filter-item-link:hover {
  text-decoration: underline;
}
/* line 40, ../scss/base/_links.scss */
.filter-item-link:hover {
  color: #666666;
  background-color: #e9eaea;
  text-decoration: none;
}
/* line 321, ../scss/base/_lists.scss */
.filter-item-link:hover {
  background-color: #e9eaea;
}

/* line 326, ../scss/base/_lists.scss */
.filter-item-number {
  float: right;
  color: #a7a9ac;
}

/* line 343, ../scss/base/_lists.scss */
.social-list-items {
  list-style: none;
}

/* line 349, ../scss/base/_lists.scss */
.social-list-item {
  text-indent: -9999em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 7px;
  margin-bottom: 0;
}

/* line 359, ../scss/base/_lists.scss */
.social-list-link {
  position: relative;
  background-color: #2b2f32;
  opacity: 0.9;
  display: block;
}
/* line 364, ../scss/base/_lists.scss */
.social-list-link:hover {
  opacity: 1;
}
/* line 368, ../scss/base/_lists.scss */
.hdr-daily-dashboard .social-list-link {
  background-color: #137663;
}
/* line 369, ../scss/base/_lists.scss */
.hdr-privacy-tracker .social-list-link {
  background-color: #12342e;
}
/* line 370, ../scss/base/_lists.scss */
.hdr-privacy-perspective .social-list-link {
  background-color: #42191d;
}
/* line 372, ../scss/base/_lists.scss */
.icons-sm .social-list-link {
  width: 25px;
  height: 25px;
}
/* line 377, ../scss/base/_lists.scss */
.icons-med .social-list-link {
  width: 30px;
  height: 30px;
}
/* line 382, ../scss/base/_lists.scss */
.icons-lg .social-list-link {
  width: 50px;
  height: 50px;
}

/* line 401, ../scss/base/_lists.scss */
.brand-color .brand-facebook .social-list-link {
  background-color: #3b5998;
}
/* line 402, ../scss/base/_lists.scss */
.brand-color .brand-twitter .social-list-link {
  background-color: #55acee;
}
/* line 403, ../scss/base/_lists.scss */
.brand-color .brand-google .social-list-link {
  background-color: #dd4b39;
}
/* line 404, ../scss/base/_lists.scss */
.brand-color .brand-linkedin .social-list-link {
  background-color: #007bb6;
}
/* line 405, ../scss/base/_lists.scss */
.brand-color .brand-comment .social-list-link {
  background-color: #7a7994;
}
/* line 406, ../scss/base/_lists.scss */
.brand-color .brand-email .social-list-link {
  background-color: #236c5f;
}
/* line 407, ../scss/base/_lists.scss */
.brand-color .brand-print .social-list-link {
  background-color: #732969;
}

/* line 428, ../scss/base/_lists.scss */
.page-list-item {
  list-style: disc inside none;
}

/* line 434, ../scss/base/_lists.scss */
.page-list-link {
  text-decoration: none;
  color: #0c7ec0;
}
/* line 11, ../scss/base/_links.scss */
.page-list-link:hover {
  text-decoration: underline;
}

/* line 440, ../scss/base/_lists.scss */
.iapp-product-details ul {
  margin-bottom: 1em;
}
/* line 443, ../scss/base/_lists.scss */
.iapp-product-details ul li {
  margin-bottom: 0;
}

/* line 482, ../scss/base/_lists.scss */
.pagination-mod {
  margin: 0 auto 6em auto;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media (min-width: 37.5em) {
  /* line 482, ../scss/base/_lists.scss */
  .pagination-mod {
    max-width: 100%;
  }
}

/* line 493, ../scss/base/_lists.scss */
.pagination-inner {
  display: inline-block;
}

/* line 497, ../scss/base/_lists.scss */
.pagination-items {
  font-size: 12px;
  display: block;
  float: left;
  line-height: 35px;
}

/* line 506, ../scss/base/_lists.scss */
.pagination-item {
  display: inline-block;
  margin-right: 5px;
}
/* line 510, ../scss/base/_lists.scss */
.pagination-item:last-child {
  margin-right: 0;
}

/* line 516, ../scss/base/_lists.scss */
.pagination-item-link {
  background-color: #f7f7f7;
  padding: 0.35em 0.85em;
  line-height: 2em;
  font-weight: 700;
  text-decoration: none;
  color: #cccccc;
}
/* line 523, ../scss/base/_lists.scss */
.pagination-item-link:hover {
  text-decoration: underline;
}
/* line 526, ../scss/base/_lists.scss */
.is-active .pagination-item-link {
  color: #e9eaea;
  background-color: #747a7a;
}

/* line 533, ../scss/base/_lists.scss */
.pagination-next,
.pagination-prev {
  border: 1px solid #e9eaea;
  position: relative;
  display: block;
}
/* line 538, ../scss/base/_lists.scss */
.pagination-next:hover,
.pagination-prev:hover {
  border-color: #dcdede;
}
/* line 541, ../scss/base/_lists.scss */
.pagination-next:active,
.pagination-prev:active {
  border-color: #c2c5c5;
}
/* line 544, ../scss/base/_lists.scss */
.pagination-next.disabled,
.pagination-prev.disabled {
  border-color: #cccccc;
  opacity: 0.15;
}

/* line 551, ../scss/base/_lists.scss */
.pagination-next {
  margin-left: 12px;
  float: right;
}

/* line 557, ../scss/base/_lists.scss */
.pagination-prev {
  margin-right: 12px;
  float: left;
}

/* line 573, ../scss/base/_lists.scss */
.sess-tracks {
  display: none !important;
  width: 100%;
  padding-left: 0 !important;
  padding-bottom: 2em;
}
/* line 578, ../scss/base/_lists.scss */
.sess-tracks ul {
  width: 100%;
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
  -webkit-column-gap: 1em;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 1em;
  /* Firefox */
  column-gap: 1em;
}
/* line 586, ../scss/base/_lists.scss */
.sess-tracks ul li {
  width: 100%;
  margin-bottom: 1em;
}
@media (min-width: 64em) {
  /* line 573, ../scss/base/_lists.scss */
  .sess-tracks {
    display: block !important;
  }
}

/* line 608, ../scss/base/_lists.scss */
.session-selectors {
  display: block;
  position: relative;
  margin-bottom: 1em;
  width: 100%;
  float: left;
}
/* line 614, ../scss/base/_lists.scss */
.session-selectors .session-selector {
  display: block;
  float: left;
  width: 100%;
  border: 4px solid #efefef;
  height: auto;
  margin-bottom: 2em;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media (min-width: 56.25em) {
  /* line 614, ../scss/base/_lists.scss */
  .session-selectors .session-selector {
    width: 30%;
    margin-right: 5%;
  }
  /* line 628, ../scss/base/_lists.scss */
  .session-selectors .session-selector:last-child {
    margin-right: 0;
  }
}
/* line 635, ../scss/base/_lists.scss */
.session-selectors .session-selector.session-types li a .hex-sm {
  float: left;
  margin: -0.3em 1em 0 0.4em;
}
/* line 639, ../scss/base/_lists.scss */
.session-selectors .session-selector.session-types li a i {
  display: none;
}
@media (min-width: 56.25em) {
  /* line 639, ../scss/base/_lists.scss */
  .session-selectors .session-selector.session-types li a i {
    display: inline-block;
    float: right;
  }
}
/* line 650, ../scss/base/_lists.scss */
.session-selectors .session-selector.session-types .selected.arrow a i {
  display: none;
}
@media (min-width: 37.5em) {
  /* line 657, ../scss/base/_lists.scss */
  .session-selectors .session-selector.session-tracks.open {
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    margin-top: 8.7em;
  }
  /* line 664, ../scss/base/_lists.scss */
  .session-selectors .session-selector.session-tracks.open li {
    width: 50%;
    float: left;
  }
  /* line 667, ../scss/base/_lists.scss */
  .session-selectors .session-selector.session-tracks.open li.selected {
    position: absolute;
    width: 100%;
    background-color: #fff;
    margin-top: -3em;
  }
}
@media (min-width: 56.25em) {
  /* line 657, ../scss/base/_lists.scss */
  .session-selectors .session-selector.session-tracks.open {
    margin-top: 5em;
  }
  /* line 677, ../scss/base/_lists.scss */
  .session-selectors .session-selector.session-tracks.open li {
    width: 33.33333%;
  }
  /* line 679, ../scss/base/_lists.scss */
  .session-selectors .session-selector.session-tracks.open li.selected {
    border: 4px solid #efefef;
    width: 30.11111%;
    left: 50%;
    margin-left: -15.11111%;
    margin-top: -5.3em;
  }
}
@media (min-width: 56.25em) {
  /* line 691, ../scss/base/_lists.scss */
  .session-selectors .session-selector.session-days.tagsopen {
    position: absolute;
    right: 0;
  }
}
/* line 698, ../scss/base/_lists.scss */
.session-selectors .session-selector li {
  border-bottom: 1px solid #efefef;
}
/* line 700, ../scss/base/_lists.scss */
.session-selectors .session-selector li.noborder {
  border-bottom: none;
}
/* line 703, ../scss/base/_lists.scss */
.session-selectors .session-selector li a {
  padding: 0.8em 0.5em;
  display: block;
  text-decoration: none;
  color: #808285;
  font-size: 1.1em;
  border-left: 4px solid #efefef;
  margin-left: -4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 715, ../scss/base/_lists.scss */
.session-selectors .session-selector li a:hover {
  color: #1f1f1f;
  border-left: 4px solid #70bf4c;
  margin-left: -4px;
}
/* line 722, ../scss/base/_lists.scss */
.session-selectors .session-selector li.selected a {
  color: #1f1f1f;
  border-left: 4px solid #acda97;
}
/* line 725, ../scss/base/_lists.scss */
.session-selectors .session-selector li.selected a:hover {
  border-left: 4px solid #70bf4c;
}
/* line 731, ../scss/base/_lists.scss */
.session-selectors .session-selector li.arrow a {
  border-left: 4px solid #efefef;
}
/* line 733, ../scss/base/_lists.scss */
.session-selectors .session-selector li.arrow a:hover {
  border-left: 4px solid #efefef;
}
/* line 736, ../scss/base/_lists.scss */
.session-selectors .session-selector li.arrow a:after {
  font-family: FontAwesome;
  content: "\f078";
  float: right;
}
/* line 743, ../scss/base/_lists.scss */
.session-selectors .session-selector li:last-child {
  border-bottom: none;
}
/* line 750, ../scss/base/_lists.scss */
.session-selectors .noicon a .hex-sm {
  display: none;
}
/* line 753, ../scss/base/_lists.scss */
.session-selectors .noicon a i {
  display: none;
}

/* line 760, ../scss/base/_lists.scss */
.session-icon-key-trigger {
  display: none;
}
@media (min-width: 56.25em) {
  /* line 760, ../scss/base/_lists.scss */
  .session-icon-key-trigger {
    display: block;
    margin-left: 10em;
  }
}
@media (min-width: 68.75em) {
  /* line 760, ../scss/base/_lists.scss */
  .session-icon-key-trigger {
    margin-left: 1em;
  }
}

/* line 771, ../scss/base/_lists.scss */
.static-session-list {
  clear: both;
  margin-top: 4em !important;
  margin-left: -2em;
  margin-right: -2em;
  width: auto;
}
@media (min-width: 56.25em) {
  /* line 771, ../scss/base/_lists.scss */
  .static-session-list {
    margin-top: 1em !important;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 783, ../scss/base/_lists.scss */
.static-session-list .session-desc-exp {
  clear: both;
  padding: 2em 0;
}
@media (min-width: 56.25em) {
  /* line 783, ../scss/base/_lists.scss */
  .static-session-list .session-desc-exp {
    padding: 2em 0 2em 1em;
  }
}
@media (min-width: 68.75em) {
  /* line 783, ../scss/base/_lists.scss */
  .static-session-list .session-desc-exp {
    padding: 2em 1em 2em 13.7em;
  }
}
/* line 792, ../scss/base/_lists.scss */
.static-session-list .session-desc-exp p {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 1em;
}
/* line 799, ../scss/base/_lists.scss */
.static-session-list .l-pair-tz-session .txt-bd {
  float: none !important;
}
/* line 803, ../scss/base/_lists.scss */
.static-session-list a.page-bold-link {
  display: table-cell;
}

/* line 821, ../scss/base/_lists.scss */
.contributions li {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 3em;
  padding-bottom: 1em;
}
/* line 825, ../scss/base/_lists.scss */
.contributions li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 830, ../scss/base/_lists.scss */
.contributions li .btn {
  text-align: center;
  margin-top: 2em;
}

@media (min-width: 56.25em) {
  /* line 851, ../scss/base/_lists.scss */
  .college-list .iapp-product-header {
    display: block;
    width: 38%;
    overflow: hidden;
    float: left;
  }
}
/* line 859, ../scss/base/_lists.scss */
.college-list .checkmark {
  display: none;
}
@media (min-width: 56.25em) {
  /* line 859, ../scss/base/_lists.scss */
  .college-list .checkmark {
    display: block;
    float: left;
    width: 15.25%;
    height: 16px;
    text-align: center;
  }
  /* line 867, ../scss/base/_lists.scss */
  .college-list .checkmark i {
    margin-left: -0.5em;
  }
}
/* line 872, ../scss/base/_lists.scss */
.college-list .iapp-product-details {
  width: 100%;
  float: left;
}
/* line 875, ../scss/base/_lists.scss */
.college-list .iapp-product-details a {
  text-decoration: none;
  color: #0c7ec0;
  text-decoration: underline;
}
/* line 11, ../scss/base/_links.scss */
.college-list .iapp-product-details a:hover {
  text-decoration: underline;
}

/* line 892, ../scss/base/_lists.scss */
.topic-posts {
  margin-top: 3em;
}

/* line 908, ../scss/base/_lists.scss */
.recent-comments {
  background-color: #f2f2f2;
  padding: 1em;
  margin-top: 1em;
}
/* line 912, ../scss/base/_lists.scss */
.recent-comments li {
  margin-bottom: 1em;
}
@media (min-width: 56.25em) {
  /* line 908, ../scss/base/_lists.scss */
  .recent-comments {
    margin-top: 3em;
    margin-left: -1em;
  }
}

/* line 932, ../scss/base/_lists.scss */
.p-list {
  margin-bottom: 0.75em;
}

/* line 943, ../scss/base/_lists.scss */
.l-canvas .card .m-event-description ul {
  list-style: disc;
  margin-bottom: 1.5em;
}
/* line 947, ../scss/base/_lists.scss */
.l-canvas .card .m-event-description ol {
  list-style: decimal;
  margin-bottom: 1.5em;
}
/* line 951, ../scss/base/_lists.scss */
.l-canvas .card .m-event-description li {
  margin-left: 20px;
  margin-bottom: 0.5em;
}

/* line 13, ../scss/base/_buttons.scss */
.button, .fancy-button, .button-sm--fancy, .button-med--fancy, .button-lg--fancy, .static-page a.button, .button-secondary, .button-secondary-sm, .act-tag, .button-secondary-med, .button-secondary-lg, .instant-submit, .casebook .index li, .button-sm, .button-med, body#bodyId #body-inner .mktoForm input[type="submit"],
body#bodyId #body-inner .mktoForm input[type="button"],
body#bodyId #body-inner .mktoForm button[type="submit"],
body#bodyId #body-inner .mktoForm button[type="button"], .button-lg, .hp-hero-links a.green, .button-pill, .search-submit, .conference-nav-submit, .member-search-submit {
  background-color: #70bf4c;
  font: inherit;
  line-height: 1em;
  padding: 0.45em 0.65em;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  outline: 0;
  border: 0;
  margin-bottom: 1em;
}
/* line 28, ../scss/base/_buttons.scss */
.button:hover, .fancy-button:hover, .button-sm--fancy:hover, .button-med--fancy:hover, .button-lg--fancy:hover, .static-page a.button:hover, .button-secondary:hover, .button-secondary-sm:hover, .act-tag:hover, .button-secondary-med:hover, .button-secondary-lg:hover, .instant-submit:hover, .casebook .index li:hover, .button-sm:hover, .button-med:hover, body#bodyId #body-inner .mktoForm input[type="submit"]:hover,
body#bodyId #body-inner .mktoForm input[type="button"]:hover,
body#bodyId #body-inner .mktoForm button[type="submit"]:hover,
body#bodyId #body-inner .mktoForm button[type="button"]:hover, .button-lg:hover, .hp-hero-links a.green:hover, .button-pill:hover, .search-submit:hover, .conference-nav-submit:hover, .member-search-submit:hover {
  background-color: #63b240;
}
/* line 31, ../scss/base/_buttons.scss */
.button:active, .fancy-button:active, .button-sm--fancy:active, .button-med--fancy:active, .button-lg--fancy:active, .static-page a.button:active, .button-secondary:active, .button-secondary-sm:active, .act-tag:active, .button-secondary-med:active, .button-secondary-lg:active, .instant-submit:active, .casebook .index li:active, .button-sm:active, .button-med:active, body#bodyId #body-inner .mktoForm input[type="submit"]:active,
body#bodyId #body-inner .mktoForm input[type="button"]:active,
body#bodyId #body-inner .mktoForm button[type="submit"]:active,
body#bodyId #body-inner .mktoForm button[type="button"]:active, .button-lg:active, .hp-hero-links a.green:active, .button-pill:active, .search-submit:active, .conference-nav-submit:active, .member-search-submit:active {
  background-color: #5da73c;
  text-shadow: 0 -1px #4e8c32;
}
/* line 35, ../scss/base/_buttons.scss */
.button + .button, .fancy-button + .button, .button-sm--fancy + .button, .button-med--fancy + .button, .button-lg--fancy + .button, .static-page a.button + .button, .button-secondary + .button, .button-secondary-sm + .button, .act-tag + .button, .button-secondary-med + .button, .button-secondary-lg + .button, .instant-submit + .button, .casebook .index li + .button, .button-sm + .button, .button-med + .button, body#bodyId #body-inner .mktoForm input[type="submit"] + .button,
body#bodyId #body-inner .mktoForm input[type="button"] + .button,
body#bodyId #body-inner .mktoForm button[type="submit"] + .button,
body#bodyId #body-inner .mktoForm button[type="button"] + .button, .button-lg + .button, .hp-hero-links a.green + .button, .button-pill + .button, .search-submit + .button, .conference-nav-submit + .button, .member-search-submit + .button, .button + .fancy-button, .button + .button-sm--fancy, .button + .button-med--fancy, .button + .button-lg--fancy, .static-page .button + a.button, .button + .button-secondary, .button + .button-secondary-sm, .button + .act-tag, .button + .button-secondary-med, .button + .button-secondary-lg, .button + .instant-submit, .casebook .index .button + li, .button + .button-sm, .button + .button-med, body#bodyId #body-inner .mktoForm .button + input[type="submit"],
body#bodyId #body-inner .mktoForm .button + input[type="button"],
body#bodyId #body-inner .mktoForm .button + button[type="submit"],
body#bodyId #body-inner .mktoForm .button + button[type="button"], .button + .button-lg, .hp-hero-links .button + a.green, .button + .button-pill, .button + .search-submit, .button + .conference-nav-submit, .button + .member-search-submit, .fancy-button + .fancy-button, .button-sm--fancy + .fancy-button, .button-med--fancy + .fancy-button, .button-lg--fancy + .fancy-button, .static-page a.button + .fancy-button, .button-secondary + .fancy-button, .button-secondary-sm + .fancy-button, .act-tag + .fancy-button, .button-secondary-med + .fancy-button, .button-secondary-lg + .fancy-button, .instant-submit + .fancy-button, .casebook .index li + .fancy-button, .button-sm + .fancy-button, .button-med + .fancy-button, body#bodyId #body-inner .mktoForm input[type="submit"] + .fancy-button,
body#bodyId #body-inner .mktoForm input[type="button"] + .fancy-button,
body#bodyId #body-inner .mktoForm button[type="submit"] + .fancy-button,
body#bodyId #body-inner .mktoForm button[type="button"] + .fancy-button, .button-lg + .fancy-button, .hp-hero-links a.green + .fancy-button, .button-pill + .fancy-button, .search-submit + .fancy-button, .conference-nav-submit + .fancy-button, .member-search-submit + .fancy-button, .fancy-button + .button-sm--fancy, .button-sm--fancy + .button-sm--fancy, .button-med--fancy + .button-sm--fancy, .button-lg--fancy + .button-sm--fancy, .static-page a.button + .button-sm--fancy, .button-secondary + .button-sm--fancy, .button-secondary-sm + .button-sm--fancy, .act-tag + .button-sm--fancy, .button-secondary-med + .button-sm--fancy, .button-secondary-lg + .button-sm--fancy, .instant-submit + .button-sm--fancy, .casebook .index li + .button-sm--fancy, .button-sm + .button-sm--fancy, .button-med + .button-sm--fancy, body#bodyId #body-inner .mktoForm input[type="submit"] + .button-sm--fancy,
body#bodyId #body-inner .mktoForm input[type="button"] + .button-sm--fancy,
body#bodyId #body-inner .mktoForm button[type="submit"] + .button-sm--fancy,
body#bodyId #body-inner .mktoForm button[type="button"] + .button-sm--fancy, .button-lg + .button-sm--fancy, .hp-hero-links a.green + .button-sm--fancy, .button-pill + .button-sm--fancy, .search-submit + .button-sm--fancy, .conference-nav-submit + .button-sm--fancy, .member-search-submit + .button-sm--fancy, .fancy-button + .button-med--fancy, .button-sm--fancy + .button-med--fancy, .button-med--fancy + .button-med--fancy, .button-lg--fancy + .button-med--fancy, .static-page a.button + .button-med--fancy, .button-secondary + .button-med--fancy, .button-secondary-sm + .button-med--fancy, .act-tag + .button-med--fancy, .button-secondary-med + .button-med--fancy, .button-secondary-lg + .button-med--fancy, .instant-submit + .button-med--fancy, .casebook .index li + .button-med--fancy, .button-sm + .button-med--fancy, .button-med + .button-med--fancy, body#bodyId #body-inner .mktoForm input[type="submit"] + .button-med--fancy,
body#bodyId #body-inner .mktoForm input[type="button"] + .button-med--fancy,
body#bodyId #body-inner .mktoForm button[type="submit"] + .button-med--fancy,
body#bodyId #body-inner .mktoForm button[type="button"] + .button-med--fancy, .button-lg + .button-med--fancy, .hp-hero-links a.green + .button-med--fancy, .button-pill + .button-med--fancy, .search-submit + .button-med--fancy, .conference-nav-submit + .button-med--fancy, .member-search-submit + .button-med--fancy, .fancy-button + .button-lg--fancy, .button-sm--fancy + .button-lg--fancy, .button-med--fancy + .button-lg--fancy, .button-lg--fancy + .button-lg--fancy, .static-page a.button + .button-lg--fancy, .button-secondary + .button-lg--fancy, .button-secondary-sm + .button-lg--fancy, .act-tag + .button-lg--fancy, .button-secondary-med + .button-lg--fancy, .button-secondary-lg + .button-lg--fancy, .instant-submit + .button-lg--fancy, .casebook .index li + .button-lg--fancy, .button-sm + .button-lg--fancy, .button-med + .button-lg--fancy, body#bodyId #body-inner .mktoForm input[type="submit"] + .button-lg--fancy,
body#bodyId #body-inner .mktoForm input[type="button"] + .button-lg--fancy,
body#bodyId #body-inner .mktoForm button[type="submit"] + .button-lg--fancy,
body#bodyId #body-inner .mktoForm button[type="button"] + .button-lg--fancy, .button-lg + .button-lg--fancy, .hp-hero-links a.green + .button-lg--fancy, .button-pill + .button-lg--fancy, .search-submit + .button-lg--fancy, .conference-nav-submit + .button-lg--fancy, .member-search-submit + .button-lg--fancy, .static-page .fancy-button + a.button, .static-page .button-sm--fancy + a.button, .static-page .button-med--fancy + a.button, .static-page .button-lg--fancy + a.button, .static-page a.button + a.button, .static-page .button-secondary + a.button, .static-page .button-secondary-sm + a.button, .static-page .act-tag + a.button, .static-page .button-secondary-med + a.button, .static-page .button-secondary-lg + a.button, .static-page .instant-submit + a.button, .casebook .index .static-page li + a.button, .static-page .casebook .index li + a.button, .static-page .button-sm + a.button, .static-page .button-med + a.button, body#bodyId #body-inner .mktoForm .static-page input[type="submit"] + a.button, .static-page body#bodyId #body-inner .mktoForm input[type="submit"] + a.button,
body#bodyId #body-inner .mktoForm .static-page input[type="button"] + a.button,
.static-page body#bodyId #body-inner .mktoForm input[type="button"] + a.button,
body#bodyId #body-inner .mktoForm .static-page button[type="submit"] + a.button,
.static-page body#bodyId #body-inner .mktoForm button[type="submit"] + a.button,
body#bodyId #body-inner .mktoForm .static-page button[type="button"] + a.button,
.static-page body#bodyId #body-inner .mktoForm button[type="button"] + a.button, .static-page .button-lg + a.button, .hp-hero-links .static-page a.green + a.button, .static-page .hp-hero-links a.green + a.button, .static-page .button-pill + a.button, .static-page .search-submit + a.button, .static-page .conference-nav-submit + a.button, .static-page .member-search-submit + a.button, .fancy-button + .button-secondary, .button-sm--fancy + .button-secondary, .button-med--fancy + .button-secondary, .button-lg--fancy + .button-secondary, .static-page a.button + .button-secondary, .button-secondary + .button-secondary, .button-secondary-sm + .button-secondary, .act-tag + .button-secondary, .button-secondary-med + .button-secondary, .button-secondary-lg + .button-secondary, .instant-submit + .button-secondary, .casebook .index li + .button-secondary, .button-sm + .button-secondary, .button-med + .button-secondary, body#bodyId #body-inner .mktoForm input[type="submit"] + .button-secondary,
body#bodyId #body-inner .mktoForm input[type="button"] + .button-secondary,
body#bodyId #body-inner .mktoForm button[type="submit"] + .button-secondary,
body#bodyId #body-inner .mktoForm button[type="button"] + .button-secondary, .button-lg + .button-secondary, .hp-hero-links a.green + .button-secondary, .button-pill + .button-secondary, .search-submit + .button-secondary, .conference-nav-submit + .button-secondary, .member-search-submit + .button-secondary, .fancy-button + .button-secondary-sm, .button-sm--fancy + .button-secondary-sm, .button-med--fancy + .button-secondary-sm, .button-lg--fancy + .button-secondary-sm, .static-page a.button + .button-secondary-sm, .button-secondary + .button-secondary-sm, .button-secondary-sm + .button-secondary-sm, .act-tag + .button-secondary-sm, .button-secondary-med + .button-secondary-sm, .button-secondary-lg + .button-secondary-sm, .instant-submit + .button-secondary-sm, .casebook .index li + .button-secondary-sm, .button-sm + .button-secondary-sm, .button-med + .button-secondary-sm, body#bodyId #body-inner .mktoForm input[type="submit"] + .button-secondary-sm,
body#bodyId #body-inner .mktoForm input[type="button"] + .button-secondary-sm,
body#bodyId #body-inner .mktoForm button[type="submit"] + .button-secondary-sm,
body#bodyId #body-inner .mktoForm button[type="button"] + .button-secondary-sm, .button-lg + .button-secondary-sm, .hp-hero-links a.green + .button-secondary-sm, .button-pill + .button-secondary-sm, .search-submit + .button-secondary-sm, .conference-nav-submit + .button-secondary-sm, .member-search-submit + .button-secondary-sm, .fancy-button + .act-tag, .button-sm--fancy + .act-tag, .button-med--fancy + .act-tag, .button-lg--fancy + .act-tag, .static-page a.button + .act-tag, .button-secondary + .act-tag, .button-secondary-sm + .act-tag, .act-tag + .act-tag, .button-secondary-med + .act-tag, .button-secondary-lg + .act-tag, .instant-submit + .act-tag, .casebook .index li + .act-tag, .button-sm + .act-tag, .button-med + .act-tag, body#bodyId #body-inner .mktoForm input[type="submit"] + .act-tag,
body#bodyId #body-inner .mktoForm input[type="button"] + .act-tag,
body#bodyId #body-inner .mktoForm button[type="submit"] + .act-tag,
body#bodyId #body-inner .mktoForm button[type="button"] + .act-tag, .button-lg + .act-tag, .hp-hero-links a.green + .act-tag, .button-pill + .act-tag, .search-submit + .act-tag, .conference-nav-submit + .act-tag, .member-search-submit + .act-tag, .fancy-button + .button-secondary-med, .button-sm--fancy + .button-secondary-med, .button-med--fancy + .button-secondary-med, .button-lg--fancy + .button-secondary-med, .static-page a.button + .button-secondary-med, .button-secondary + .button-secondary-med, .button-secondary-sm + .button-secondary-med, .act-tag + .button-secondary-med, .button-secondary-med + .button-secondary-med, .button-secondary-lg + .button-secondary-med, .instant-submit + .button-secondary-med, .casebook .index li + .button-secondary-med, .button-sm + .button-secondary-med, .button-med + .button-secondary-med, body#bodyId #body-inner .mktoForm input[type="submit"] + .button-secondary-med,
body#bodyId #body-inner .mktoForm input[type="button"] + .button-secondary-med,
body#bodyId #body-inner .mktoForm button[type="submit"] + .button-secondary-med,
body#bodyId #body-inner .mktoForm button[type="button"] + .button-secondary-med, .button-lg + .button-secondary-med, .hp-hero-links a.green + .button-secondary-med, .button-pill + .button-secondary-med, .search-submit + .button-secondary-med, .conference-nav-submit + .button-secondary-med, .member-search-submit + .button-secondary-med, .fancy-button + .button-secondary-lg, .button-sm--fancy + .button-secondary-lg, .button-med--fancy + .button-secondary-lg, .button-lg--fancy + .button-secondary-lg, .static-page a.button + .button-secondary-lg, .button-secondary + .button-secondary-lg, .button-secondary-sm + .button-secondary-lg, .act-tag + .button-secondary-lg, .button-secondary-med + .button-secondary-lg, .button-secondary-lg + .button-secondary-lg, .instant-submit + .button-secondary-lg, .casebook .index li + .button-secondary-lg, .button-sm + .button-secondary-lg, .button-med + .button-secondary-lg, body#bodyId #body-inner .mktoForm input[type="submit"] + .button-secondary-lg,
body#bodyId #body-inner .mktoForm input[type="button"] + .button-secondary-lg,
body#bodyId #body-inner .mktoForm button[type="submit"] + .button-secondary-lg,
body#bodyId #body-inner .mktoForm button[type="button"] + .button-secondary-lg, .button-lg + .button-secondary-lg, .hp-hero-links a.green + .button-secondary-lg, .button-pill + .button-secondary-lg, .search-submit + .button-secondary-lg, .conference-nav-submit + .button-secondary-lg, .member-search-submit + .button-secondary-lg, .fancy-button + .instant-submit, .button-sm--fancy + .instant-submit, .button-med--fancy + .instant-submit, .button-lg--fancy + .instant-submit, .static-page a.button + .instant-submit, .button-secondary + .instant-submit, .button-secondary-sm + .instant-submit, .act-tag + .instant-submit, .button-secondary-med + .instant-submit, .button-secondary-lg + .instant-submit, .instant-submit + .instant-submit, .casebook .index li + .instant-submit, .button-sm + .instant-submit, .button-med + .instant-submit, body#bodyId #body-inner .mktoForm input[type="submit"] + .instant-submit,
body#bodyId #body-inner .mktoForm input[type="button"] + .instant-submit,
body#bodyId #body-inner .mktoForm button[type="submit"] + .instant-submit,
body#bodyId #body-inner .mktoForm button[type="button"] + .instant-submit, .button-lg + .instant-submit, .hp-hero-links a.green + .instant-submit, .button-pill + .instant-submit, .search-submit + .instant-submit, .conference-nav-submit + .instant-submit, .member-search-submit + .instant-submit, .casebook .index .fancy-button + li, .casebook .index .button-sm--fancy + li, .casebook .index .button-med--fancy + li, .casebook .index .button-lg--fancy + li, .static-page .casebook .index a.button + li, .casebook .index .static-page a.button + li, .casebook .index .button-secondary + li, .casebook .index .button-secondary-sm + li, .casebook .index .act-tag + li, .casebook .index .button-secondary-med + li, .casebook .index .button-secondary-lg + li, .casebook .index .instant-submit + li, .casebook .index li + li, .casebook .index .button-sm + li, .casebook .index .button-med + li, body#bodyId #body-inner .mktoForm .casebook .index input[type="submit"] + li, .casebook .index body#bodyId #body-inner .mktoForm input[type="submit"] + li,
body#bodyId #body-inner .mktoForm .casebook .index input[type="button"] + li,
.casebook .index body#bodyId #body-inner .mktoForm input[type="button"] + li,
body#bodyId #body-inner .mktoForm .casebook .index button[type="submit"] + li,
.casebook .index body#bodyId #body-inner .mktoForm button[type="submit"] + li,
body#bodyId #body-inner .mktoForm .casebook .index button[type="button"] + li,
.casebook .index body#bodyId #body-inner .mktoForm button[type="button"] + li, .casebook .index .button-lg + li, .hp-hero-links .casebook .index a.green + li, .casebook .index .hp-hero-links a.green + li, .casebook .index .button-pill + li, .casebook .index .search-submit + li, .casebook .index .conference-nav-submit + li, .casebook .index .member-search-submit + li, .fancy-button + .button-sm, .button-sm--fancy + .button-sm, .button-med--fancy + .button-sm, .button-lg--fancy + .button-sm, .static-page a.button + .button-sm, .button-secondary + .button-sm, .button-secondary-sm + .button-sm, .act-tag + .button-sm, .button-secondary-med + .button-sm, .button-secondary-lg + .button-sm, .instant-submit + .button-sm, .casebook .index li + .button-sm, .button-sm + .button-sm, .button-med + .button-sm, body#bodyId #body-inner .mktoForm input[type="submit"] + .button-sm,
body#bodyId #body-inner .mktoForm input[type="button"] + .button-sm,
body#bodyId #body-inner .mktoForm button[type="submit"] + .button-sm,
body#bodyId #body-inner .mktoForm button[type="button"] + .button-sm, .button-lg + .button-sm, .hp-hero-links a.green + .button-sm, .button-pill + .button-sm, .search-submit + .button-sm, .conference-nav-submit + .button-sm, .member-search-submit + .button-sm, .fancy-button + .button-med, .button-sm--fancy + .button-med, .button-med--fancy + .button-med, .button-lg--fancy + .button-med, .static-page a.button + .button-med, .button-secondary + .button-med, .button-secondary-sm + .button-med, .act-tag + .button-med, .button-secondary-med + .button-med, .button-secondary-lg + .button-med, .instant-submit + .button-med, .casebook .index li + .button-med, .button-sm + .button-med, .button-med + .button-med, body#bodyId #body-inner .mktoForm input[type="submit"] + .button-med,
body#bodyId #body-inner .mktoForm input[type="button"] + .button-med,
body#bodyId #body-inner .mktoForm button[type="submit"] + .button-med,
body#bodyId #body-inner .mktoForm button[type="button"] + .button-med, .button-lg + .button-med, .hp-hero-links a.green + .button-med, .button-pill + .button-med, .search-submit + .button-med, .conference-nav-submit + .button-med, .member-search-submit + .button-med, body#bodyId #body-inner .mktoForm .fancy-button + input[type="submit"], body#bodyId #body-inner .mktoForm .button-sm--fancy + input[type="submit"], body#bodyId #body-inner .mktoForm .button-med--fancy + input[type="submit"], body#bodyId #body-inner .mktoForm .button-lg--fancy + input[type="submit"], .static-page body#bodyId #body-inner .mktoForm a.button + input[type="submit"], body#bodyId #body-inner .mktoForm .static-page a.button + input[type="submit"], body#bodyId #body-inner .mktoForm .button-secondary + input[type="submit"], body#bodyId #body-inner .mktoForm .button-secondary-sm + input[type="submit"], body#bodyId #body-inner .mktoForm .act-tag + input[type="submit"], body#bodyId #body-inner .mktoForm .button-secondary-med + input[type="submit"], body#bodyId #body-inner .mktoForm .button-secondary-lg + input[type="submit"], body#bodyId #body-inner .mktoForm .instant-submit + input[type="submit"], .casebook .index body#bodyId #body-inner .mktoForm li + input[type="submit"], body#bodyId #body-inner .mktoForm .casebook .index li + input[type="submit"], body#bodyId #body-inner .mktoForm .button-sm + input[type="submit"], body#bodyId #body-inner .mktoForm .button-med + input[type="submit"], body#bodyId #body-inner .mktoForm input[type="submit"] + input[type="submit"],
body#bodyId #body-inner .mktoForm input[type="button"] + input[type="submit"],
body#bodyId #body-inner .mktoForm button[type="submit"] + input[type="submit"],
body#bodyId #body-inner .mktoForm button[type="button"] + input[type="submit"], body#bodyId #body-inner .mktoForm .button-lg + input[type="submit"], .hp-hero-links body#bodyId #body-inner .mktoForm a.green + input[type="submit"], body#bodyId #body-inner .mktoForm .hp-hero-links a.green + input[type="submit"], body#bodyId #body-inner .mktoForm .button-pill + input[type="submit"], body#bodyId #body-inner .mktoForm .search-submit + input[type="submit"], body#bodyId #body-inner .mktoForm .conference-nav-submit + input[type="submit"], body#bodyId #body-inner .mktoForm .member-search-submit + input[type="submit"],
body#bodyId #body-inner .mktoForm .fancy-button + input[type="button"],
body#bodyId #body-inner .mktoForm .button-sm--fancy + input[type="button"],
body#bodyId #body-inner .mktoForm .button-med--fancy + input[type="button"],
body#bodyId #body-inner .mktoForm .button-lg--fancy + input[type="button"],
.static-page body#bodyId #body-inner .mktoForm a.button + input[type="button"],
body#bodyId #body-inner .mktoForm .static-page a.button + input[type="button"],
body#bodyId #body-inner .mktoForm .button-secondary + input[type="button"],
body#bodyId #body-inner .mktoForm .button-secondary-sm + input[type="button"],
body#bodyId #body-inner .mktoForm .act-tag + input[type="button"],
body#bodyId #body-inner .mktoForm .button-secondary-med + input[type="button"],
body#bodyId #body-inner .mktoForm .button-secondary-lg + input[type="button"],
body#bodyId #body-inner .mktoForm .instant-submit + input[type="button"],
.casebook .index body#bodyId #body-inner .mktoForm li + input[type="button"],
body#bodyId #body-inner .mktoForm .casebook .index li + input[type="button"],
body#bodyId #body-inner .mktoForm .button-sm + input[type="button"],
body#bodyId #body-inner .mktoForm .button-med + input[type="button"],
body#bodyId #body-inner .mktoForm input[type="submit"] + input[type="button"],
body#bodyId #body-inner .mktoForm input[type="button"] + input[type="button"],
body#bodyId #body-inner .mktoForm button[type="submit"] + input[type="button"],
body#bodyId #body-inner .mktoForm button[type="button"] + input[type="button"],
body#bodyId #body-inner .mktoForm .button-lg + input[type="button"],
.hp-hero-links body#bodyId #body-inner .mktoForm a.green + input[type="button"],
body#bodyId #body-inner .mktoForm .hp-hero-links a.green + input[type="button"],
body#bodyId #body-inner .mktoForm .button-pill + input[type="button"],
body#bodyId #body-inner .mktoForm .search-submit + input[type="button"],
body#bodyId #body-inner .mktoForm .conference-nav-submit + input[type="button"],
body#bodyId #body-inner .mktoForm .member-search-submit + input[type="button"],
body#bodyId #body-inner .mktoForm .fancy-button + button[type="submit"],
body#bodyId #body-inner .mktoForm .button-sm--fancy + button[type="submit"],
body#bodyId #body-inner .mktoForm .button-med--fancy + button[type="submit"],
body#bodyId #body-inner .mktoForm .button-lg--fancy + button[type="submit"],
.static-page body#bodyId #body-inner .mktoForm a.button + button[type="submit"],
body#bodyId #body-inner .mktoForm .static-page a.button + button[type="submit"],
body#bodyId #body-inner .mktoForm .button-secondary + button[type="submit"],
body#bodyId #body-inner .mktoForm .button-secondary-sm + button[type="submit"],
body#bodyId #body-inner .mktoForm .act-tag + button[type="submit"],
body#bodyId #body-inner .mktoForm .button-secondary-med + button[type="submit"],
body#bodyId #body-inner .mktoForm .button-secondary-lg + button[type="submit"],
body#bodyId #body-inner .mktoForm .instant-submit + button[type="submit"],
.casebook .index body#bodyId #body-inner .mktoForm li + button[type="submit"],
body#bodyId #body-inner .mktoForm .casebook .index li + button[type="submit"],
body#bodyId #body-inner .mktoForm .button-sm + button[type="submit"],
body#bodyId #body-inner .mktoForm .button-med + button[type="submit"],
body#bodyId #body-inner .mktoForm input[type="submit"] + button[type="submit"],
body#bodyId #body-inner .mktoForm input[type="button"] + button[type="submit"],
body#bodyId #body-inner .mktoForm button[type="submit"] + button[type="submit"],
body#bodyId #body-inner .mktoForm button[type="button"] + button[type="submit"],
body#bodyId #body-inner .mktoForm .button-lg + button[type="submit"],
.hp-hero-links body#bodyId #body-inner .mktoForm a.green + button[type="submit"],
body#bodyId #body-inner .mktoForm .hp-hero-links a.green + button[type="submit"],
body#bodyId #body-inner .mktoForm .button-pill + button[type="submit"],
body#bodyId #body-inner .mktoForm .search-submit + button[type="submit"],
body#bodyId #body-inner .mktoForm .conference-nav-submit + button[type="submit"],
body#bodyId #body-inner .mktoForm .member-search-submit + button[type="submit"],
body#bodyId #body-inner .mktoForm .fancy-button + button[type="button"],
body#bodyId #body-inner .mktoForm .button-sm--fancy + button[type="button"],
body#bodyId #body-inner .mktoForm .button-med--fancy + button[type="button"],
body#bodyId #body-inner .mktoForm .button-lg--fancy + button[type="button"],
.static-page body#bodyId #body-inner .mktoForm a.button + button[type="button"],
body#bodyId #body-inner .mktoForm .static-page a.button + button[type="button"],
body#bodyId #body-inner .mktoForm .button-secondary + button[type="button"],
body#bodyId #body-inner .mktoForm .button-secondary-sm + button[type="button"],
body#bodyId #body-inner .mktoForm .act-tag + button[type="button"],
body#bodyId #body-inner .mktoForm .button-secondary-med + button[type="button"],
body#bodyId #body-inner .mktoForm .button-secondary-lg + button[type="button"],
body#bodyId #body-inner .mktoForm .instant-submit + button[type="button"],
.casebook .index body#bodyId #body-inner .mktoForm li + button[type="button"],
body#bodyId #body-inner .mktoForm .casebook .index li + button[type="button"],
body#bodyId #body-inner .mktoForm .button-sm + button[type="button"],
body#bodyId #body-inner .mktoForm .button-med + button[type="button"],
body#bodyId #body-inner .mktoForm input[type="submit"] + button[type="button"],
body#bodyId #body-inner .mktoForm input[type="button"] + button[type="button"],
body#bodyId #body-inner .mktoForm button[type="submit"] + button[type="button"],
body#bodyId #body-inner .mktoForm button[type="button"] + button[type="button"],
body#bodyId #body-inner .mktoForm .button-lg + button[type="button"],
.hp-hero-links body#bodyId #body-inner .mktoForm a.green + button[type="button"],
body#bodyId #body-inner .mktoForm .hp-hero-links a.green + button[type="button"],
body#bodyId #body-inner .mktoForm .button-pill + button[type="button"],
body#bodyId #body-inner .mktoForm .search-submit + button[type="button"],
body#bodyId #body-inner .mktoForm .conference-nav-submit + button[type="button"],
body#bodyId #body-inner .mktoForm .member-search-submit + button[type="button"], .fancy-button + .button-lg, .button-sm--fancy + .button-lg, .button-med--fancy + .button-lg, .button-lg--fancy + .button-lg, .static-page a.button + .button-lg, .button-secondary + .button-lg, .button-secondary-sm + .button-lg, .act-tag + .button-lg, .button-secondary-med + .button-lg, .button-secondary-lg + .button-lg, .instant-submit + .button-lg, .casebook .index li + .button-lg, .button-sm + .button-lg, .button-med + .button-lg, body#bodyId #body-inner .mktoForm input[type="submit"] + .button-lg,
body#bodyId #body-inner .mktoForm input[type="button"] + .button-lg,
body#bodyId #body-inner .mktoForm button[type="submit"] + .button-lg,
body#bodyId #body-inner .mktoForm button[type="button"] + .button-lg, .button-lg + .button-lg, .hp-hero-links a.green + .button-lg, .button-pill + .button-lg, .search-submit + .button-lg, .conference-nav-submit + .button-lg, .member-search-submit + .button-lg, .hp-hero-links .fancy-button + a.green, .hp-hero-links .button-sm--fancy + a.green, .hp-hero-links .button-med--fancy + a.green, .hp-hero-links .button-lg--fancy + a.green, .static-page .hp-hero-links a.button + a.green, .hp-hero-links .static-page a.button + a.green, .hp-hero-links .button-secondary + a.green, .hp-hero-links .button-secondary-sm + a.green, .hp-hero-links .act-tag + a.green, .hp-hero-links .button-secondary-med + a.green, .hp-hero-links .button-secondary-lg + a.green, .hp-hero-links .instant-submit + a.green, .casebook .index .hp-hero-links li + a.green, .hp-hero-links .casebook .index li + a.green, .hp-hero-links .button-sm + a.green, .hp-hero-links .button-med + a.green, body#bodyId #body-inner .mktoForm .hp-hero-links input[type="submit"] + a.green, .hp-hero-links body#bodyId #body-inner .mktoForm input[type="submit"] + a.green,
body#bodyId #body-inner .mktoForm .hp-hero-links input[type="button"] + a.green,
.hp-hero-links body#bodyId #body-inner .mktoForm input[type="button"] + a.green,
body#bodyId #body-inner .mktoForm .hp-hero-links button[type="submit"] + a.green,
.hp-hero-links body#bodyId #body-inner .mktoForm button[type="submit"] + a.green,
body#bodyId #body-inner .mktoForm .hp-hero-links button[type="button"] + a.green,
.hp-hero-links body#bodyId #body-inner .mktoForm button[type="button"] + a.green, .hp-hero-links .button-lg + a.green, .hp-hero-links a.green + a.green, .hp-hero-links .button-pill + a.green, .hp-hero-links .search-submit + a.green, .hp-hero-links .conference-nav-submit + a.green, .hp-hero-links .member-search-submit + a.green, .fancy-button + .button-pill, .button-sm--fancy + .button-pill, .button-med--fancy + .button-pill, .button-lg--fancy + .button-pill, .static-page a.button + .button-pill, .button-secondary + .button-pill, .button-secondary-sm + .button-pill, .act-tag + .button-pill, .button-secondary-med + .button-pill, .button-secondary-lg + .button-pill, .instant-submit + .button-pill, .casebook .index li + .button-pill, .button-sm + .button-pill, .button-med + .button-pill, body#bodyId #body-inner .mktoForm input[type="submit"] + .button-pill,
body#bodyId #body-inner .mktoForm input[type="button"] + .button-pill,
body#bodyId #body-inner .mktoForm button[type="submit"] + .button-pill,
body#bodyId #body-inner .mktoForm button[type="button"] + .button-pill, .button-lg + .button-pill, .hp-hero-links a.green + .button-pill, .button-pill + .button-pill, .search-submit + .button-pill, .conference-nav-submit + .button-pill, .member-search-submit + .button-pill, .fancy-button + .search-submit, .button-sm--fancy + .search-submit, .button-med--fancy + .search-submit, .button-lg--fancy + .search-submit, .static-page a.button + .search-submit, .button-secondary + .search-submit, .button-secondary-sm + .search-submit, .act-tag + .search-submit, .button-secondary-med + .search-submit, .button-secondary-lg + .search-submit, .instant-submit + .search-submit, .casebook .index li + .search-submit, .button-sm + .search-submit, .button-med + .search-submit, body#bodyId #body-inner .mktoForm input[type="submit"] + .search-submit,
body#bodyId #body-inner .mktoForm input[type="button"] + .search-submit,
body#bodyId #body-inner .mktoForm button[type="submit"] + .search-submit,
body#bodyId #body-inner .mktoForm button[type="button"] + .search-submit, .button-lg + .search-submit, .hp-hero-links a.green + .search-submit, .button-pill + .search-submit, .search-submit + .search-submit, .conference-nav-submit + .search-submit, .member-search-submit + .search-submit, .fancy-button + .conference-nav-submit, .button-sm--fancy + .conference-nav-submit, .button-med--fancy + .conference-nav-submit, .button-lg--fancy + .conference-nav-submit, .static-page a.button + .conference-nav-submit, .button-secondary + .conference-nav-submit, .button-secondary-sm + .conference-nav-submit, .act-tag + .conference-nav-submit, .button-secondary-med + .conference-nav-submit, .button-secondary-lg + .conference-nav-submit, .instant-submit + .conference-nav-submit, .casebook .index li + .conference-nav-submit, .button-sm + .conference-nav-submit, .button-med + .conference-nav-submit, body#bodyId #body-inner .mktoForm input[type="submit"] + .conference-nav-submit,
body#bodyId #body-inner .mktoForm input[type="button"] + .conference-nav-submit,
body#bodyId #body-inner .mktoForm button[type="submit"] + .conference-nav-submit,
body#bodyId #body-inner .mktoForm button[type="button"] + .conference-nav-submit, .button-lg + .conference-nav-submit, .hp-hero-links a.green + .conference-nav-submit, .button-pill + .conference-nav-submit, .search-submit + .conference-nav-submit, .conference-nav-submit + .conference-nav-submit, .member-search-submit + .conference-nav-submit, .fancy-button + .member-search-submit, .button-sm--fancy + .member-search-submit, .button-med--fancy + .member-search-submit, .button-lg--fancy + .member-search-submit, .static-page a.button + .member-search-submit, .button-secondary + .member-search-submit, .button-secondary-sm + .member-search-submit, .act-tag + .member-search-submit, .button-secondary-med + .member-search-submit, .button-secondary-lg + .member-search-submit, .instant-submit + .member-search-submit, .casebook .index li + .member-search-submit, .button-sm + .member-search-submit, .button-med + .member-search-submit, body#bodyId #body-inner .mktoForm input[type="submit"] + .member-search-submit,
body#bodyId #body-inner .mktoForm input[type="button"] + .member-search-submit,
body#bodyId #body-inner .mktoForm button[type="submit"] + .member-search-submit,
body#bodyId #body-inner .mktoForm button[type="button"] + .member-search-submit, .button-lg + .member-search-submit, .hp-hero-links a.green + .member-search-submit, .button-pill + .member-search-submit, .search-submit + .member-search-submit, .conference-nav-submit + .member-search-submit, .member-search-submit + .member-search-submit {
  margin-left: 1em;
}

/* line 41, ../scss/base/_buttons.scss */
.fancy-button, .button-sm--fancy, .button-med--fancy, .button-lg--fancy, .static-page a.button {
  padding-top: 0.65em;
  -moz-box-shadow: inset 0 2px 0 #9dd384;
  -webkit-box-shadow: inset 0 2px 0 #9dd384;
  box-shadow: inset 0 2px 0 #9dd384;
  -moz-border-radius: 0.45em;
  -webkit-border-radius: 0.45em;
  border-radius: 0.45em;
  border: 1px solid #5faa3d;
  border-top-color: #6abc44;
}
/* line 48, ../scss/base/_buttons.scss */
.fancy-button:hover, .button-sm--fancy:hover, .button-med--fancy:hover, .button-lg--fancy:hover, .static-page a.button:hover {
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}

/* line 54, ../scss/base/_buttons.scss */
.button-secondary, .button-secondary-sm, .act-tag, .button-secondary-med, .button-secondary-lg, .instant-submit, .casebook .index li {
  background-color: #a7a9ac;
}
/* line 57, ../scss/base/_buttons.scss */
.button-secondary:hover, .button-secondary-sm:hover, .act-tag:hover, .button-secondary-med:hover, .button-secondary-lg:hover, .instant-submit:hover, .casebook .index li:hover {
  background-color: #9a9ca0;
}
/* line 60, ../scss/base/_buttons.scss */
.button-secondary:active, .button-secondary-sm:active, .act-tag:active, .button-secondary-med:active, .button-secondary-lg:active, .instant-submit:active, .casebook .index li:active {
  background-color: #929498;
  text-shadow: 0 -1px #808387;
}

/* line 67, ../scss/base/_buttons.scss */
.button-sm, .button-sm--fancy, .button-secondary-sm, .act-tag {
  font-size: 0.84615384615385em;
}

/* line 73, ../scss/base/_buttons.scss */
.button-med, .button-med--fancy, .button-secondary-med, body#bodyId #body-inner .mktoForm input[type="submit"],
body#bodyId #body-inner .mktoForm input[type="button"],
body#bodyId #body-inner .mktoForm button[type="submit"],
body#bodyId #body-inner .mktoForm button[type="button"] {
  font-size: 1em;
  padding: 0.65em 1.75em;
}

/* line 80, ../scss/base/_buttons.scss */
.button-lg, .hp-hero-links a.green, .button-lg--fancy, .static-page a.button, .button-secondary-lg {
  font-size: 1.15384615384615em;
  padding: 0.85em 2.25em;
}

/* line 118, ../scss/base/_buttons.scss */
.button-pill {
  padding-left: 1em;
  padding-right: 1em;
  width: 55px;
  line-height: 35px;
  height: 35px;
  -moz-border-radius: 1.25em;
  -webkit-border-radius: 1.25em;
  border-radius: 1.25em;
}

/* line 132, ../scss/base/_buttons.scss */
.pii-meta {
  font-weight: bold;
  padding: 0.3em 0.6em;
  margin: 0 0.5em 0.5em 0;
  display: inline-block;
  background-color: #fff;
}
/* line 138, ../scss/base/_buttons.scss */
.pii-meta span {
  color: #70bf4c;
}

/* line 143, ../scss/base/_buttons.scss */
.active-tag {
  background-color: #70bf4c;
  fill: #70bf4c;
}
/* line 146, ../scss/base/_buttons.scss */
.active-tag:hover {
  background-color: #70bf4c;
  fill: #70bf4c;
}

/* line 163, ../scss/base/_buttons.scss */
.button-block--centered {
  text-align: center;
  margin-top: 4em;
}

/* line 179, ../scss/base/_buttons.scss */
.sidebar-sub-callout {
  width: 95%;
  background-color: #fff;
  padding: 0.75em;
  margin-top: 2em;
  text-align: left;
}
/* line 185, ../scss/base/_buttons.scss */
.sidebar-sub-callout img {
  max-width: 100%;
}
/* line 188, ../scss/base/_buttons.scss */
.sidebar-sub-callout .subscribe-btn {
  width: 100%;
  max-width: none;
}
/* line 191, ../scss/base/_buttons.scss */
.sidebar-sub-callout .subscribe-btn i {
  padding-right: 10px;
}
@media (max-width: 56.25em) {
  /* line 179, ../scss/base/_buttons.scss */
  .sidebar-sub-callout {
    width: 100%;
    padding: 2em 0 0;
    margin-top: 0;
    text-align: center;
  }
  /* line 200, ../scss/base/_buttons.scss */
  .sidebar-sub-callout .subscribe-btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (min-width: 37.5em) {
  /* line 210, ../scss/base/_buttons.scss */
  .remind-me {
    float: right;
    margin-top: -2.4em;
  }
}

/* line 220, ../scss/base/_buttons.scss */
.create-account {
  line-height: 2.5em;
  max-width: 175px;
  margin: -7em auto 2em;
  text-align: center;
}
@media (min-width: 37.5em) {
  /* line 220, ../scss/base/_buttons.scss */
  .create-account {
    float: right;
    text-align: right;
    border: 1px solid #efefef;
    max-width: 183px;
    margin: 0;
    padding: 0 0.75em 0 0;
  }
}
/* line 233, ../scss/base/_buttons.scss */
.create-account .fa {
  margin: 0 0.5em 0 -0.5em;
}

/* line 240, ../scss/base/_buttons.scss */
.ghost-button, .l-canvas .card .btn-secondary {
  text-align: center;
  position: relative;
  margin-left: 0;
  background-color: transparent !important;
  border: 2px solid #fff;
  text-decoration: none;
  color: #fff;
  padding: 1em 2em;
  font-size: 1.1em;
}
@media (min-width: 37.5em) {
  /* line 240, ../scss/base/_buttons.scss */
  .ghost-button, .l-canvas .card .btn-secondary {
    margin-left: 1em;
  }
  /* line 252, ../scss/base/_buttons.scss */
  .ghost-button:first-child, .l-canvas .card .btn-secondary:first-child {
    margin-left: 0;
  }
}
/* line 256, ../scss/base/_buttons.scss */
.article-text .ghost-button, .article-text .l-canvas .card .btn-secondary, .l-canvas .card .article-text .btn-secondary {
  padding: 0.75em;
  font-size: 1em;
}
@media (min-width: 37.5em) {
  /* line 256, ../scss/base/_buttons.scss */
  .article-text .ghost-button, .article-text .l-canvas .card .btn-secondary, .l-canvas .card .article-text .btn-secondary {
    margin-left: 0;
  }
}
/* line 263, ../scss/base/_buttons.scss */
.ghost-button:before, .l-canvas .card .btn-secondary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity 200ms ease;
}
/* line 275, ../scss/base/_buttons.scss */
.ghost-button:hover:before, .l-canvas .card .btn-secondary:hover:before {
  opacity: 0.25;
}
/* line 279, ../scss/base/_buttons.scss */
.ghost-button.ghost-green, .l-canvas .card .ghost-green.btn-secondary {
  color: #63b240;
  border: 2px solid #70bf4c;
  transition: all 200ms ease;
}
/* line 283, ../scss/base/_buttons.scss */
.ghost-button.ghost-green:before, .l-canvas .card .ghost-green.btn-secondary:before {
  display: none;
}
/* line 286, ../scss/base/_buttons.scss */
.ghost-button.ghost-green:hover, .l-canvas .card .ghost-green.btn-secondary:hover {
  color: #fff;
  background-color: #70bf4c !important;
}
@media (max-width: 37.5em) {
  /* line 279, ../scss/base/_buttons.scss */
  .ghost-button.ghost-green, .l-canvas .card .ghost-green.btn-secondary {
    display: block;
    margin-top: 3em;
  }
}
/* line 294, ../scss/base/_buttons.scss */
.ghost-button.ghost-green.ghost--xl, .l-canvas .card .ghost-green.ghost--xl.btn-secondary {
  min-width: 100px;
  display: block;
}
/* line 299, ../scss/base/_buttons.scss */
.ghost-button.ghost-red, .l-canvas .card .ghost-red.btn-secondary {
  color: #e33626;
  border: 2px solid #e64b3d;
  transition: all 200ms ease;
}
/* line 303, ../scss/base/_buttons.scss */
.ghost-button.ghost-red:before, .l-canvas .card .ghost-red.btn-secondary:before {
  display: none;
}
/* line 306, ../scss/base/_buttons.scss */
.ghost-button.ghost-red:hover, .l-canvas .card .ghost-red.btn-secondary:hover {
  color: #fff;
  background-color: #e64b3d !important;
}
@media (max-width: 37.5em) {
  /* line 299, ../scss/base/_buttons.scss */
  .ghost-button.ghost-red, .l-canvas .card .ghost-red.btn-secondary {
    display: block;
    margin-top: 3em;
  }
}
/* line 315, ../scss/base/_buttons.scss */
.ghost-button.ghost-blue, .l-canvas .card .ghost-blue.btn-secondary {
  color: #2c5671;
  border: 2px solid #336483;
  transition: all 200ms ease;
}
/* line 319, ../scss/base/_buttons.scss */
.ghost-button.ghost-blue:before, .l-canvas .card .ghost-blue.btn-secondary:before {
  display: none;
}
/* line 322, ../scss/base/_buttons.scss */
.ghost-button.ghost-blue:hover, .l-canvas .card .ghost-blue.btn-secondary:hover {
  color: #fff;
  background-color: #336483 !important;
}
@media (max-width: 37.5em) {
  /* line 315, ../scss/base/_buttons.scss */
  .ghost-button.ghost-blue, .l-canvas .card .ghost-blue.btn-secondary {
    display: block;
    margin-top: 3em;
  }
}
/* line 331, ../scss/base/_buttons.scss */
.ghost-button.ghost-purple, .l-canvas .card .ghost-purple.btn-secondary {
  color: #602258;
  border: 2px solid #732969;
  transition: all 200ms ease;
}
/* line 335, ../scss/base/_buttons.scss */
.ghost-button.ghost-purple:before, .l-canvas .card .ghost-purple.btn-secondary:before {
  display: none;
}
/* line 338, ../scss/base/_buttons.scss */
.ghost-button.ghost-purple:hover, .l-canvas .card .ghost-purple.btn-secondary:hover {
  color: #fff;
  background-color: #732969 !important;
}
@media (max-width: 37.5em) {
  /* line 331, ../scss/base/_buttons.scss */
  .ghost-button.ghost-purple, .l-canvas .card .ghost-purple.btn-secondary {
    display: block;
    margin-top: 3em;
  }
}

/* line 350, ../scss/base/_buttons.scss */
.see-all a {
  transition: all 200ms ease;
}

/* line 357, ../scss/base/_buttons.scss */
.see-all-news a {
  color: #61a746;
  border: 2px solid #6db650;
}
/* line 360, ../scss/base/_buttons.scss */
.see-all-news a:hover {
  color: #fff;
  background-color: #6db650;
}

/* line 368, ../scss/base/_buttons.scss */
.see-all-jobs a {
  color: #e33626;
  border: 2px solid #e64b3d;
}
/* line 371, ../scss/base/_buttons.scss */
.see-all-jobs a:hover {
  color: #fff;
  background-color: #e64b3d;
}

/* line 379, ../scss/base/_buttons.scss */
.see-all-videos a {
  color: #602258;
  border: 2px solid #732969;
}
/* line 382, ../scss/base/_buttons.scss */
.see-all-videos a:hover {
  color: #fff;
  background-color: #732969;
}

/* line 390, ../scss/base/_buttons.scss */
.see-all-resources a {
  color: #2c5671;
  border: 2px solid #336483;
}
/* line 393, ../scss/base/_buttons.scss */
.see-all-resources a:hover {
  color: #fff;
  background-color: #336483;
}

/* line 404, ../scss/base/_buttons.scss */
.l-canvas .card .btn-secondary {
  border: 2px solid #70bf4c;
  padding: 0.5em 0;
  color: #70bf4c !important;
  transition: all 200ms ease;
  margin-left: 0;
}
@media (min-width: 68.75em) {
  /* line 404, ../scss/base/_buttons.scss */
  .l-canvas .card .btn-secondary {
    padding: 10px 18px;
  }
}
/* line 414, ../scss/base/_buttons.scss */
.l-canvas .card .btn-secondary:before {
  display: none;
}
/* line 417, ../scss/base/_buttons.scss */
.l-canvas .card .btn-secondary:hover {
  color: #fff !important;
  background-color: #70bf4c !important;
}
/* line 423, ../scss/base/_buttons.scss */
.l-canvas .card .card-actions .btn-secondary {
  display: block;
  padding: 0.5em 1em;
}
@media (min-width: 37.5em) {
  /* line 423, ../scss/base/_buttons.scss */
  .l-canvas .card .card-actions .btn-secondary {
    display: inline-block;
  }
}
@media (min-width: 56.25em) {
  /* line 423, ../scss/base/_buttons.scss */
  .l-canvas .card .card-actions .btn-secondary {
    padding: 10px 18px;
  }
}
/* line 435, ../scss/base/_buttons.scss */
.l-canvas .card .btn-primary:hover {
  text-decoration: none;
}
/* line 441, ../scss/base/_buttons.scss */
.l-canvas .m-paging-nav .pagination {
  border-radius: 0 !important;
}
/* line 443, ../scss/base/_buttons.scss */
.l-canvas .m-paging-nav .pagination li {
  border-radius: 0 !important;
}
/* line 445, ../scss/base/_buttons.scss */
.l-canvas .m-paging-nav .pagination li:first-child a, .l-canvas .m-paging-nav .pagination li:last-child a {
  border-radius: 0 !important;
}
/* line 448, ../scss/base/_buttons.scss */
.l-canvas .m-paging-nav .pagination li a {
  color: #70bf4c;
  transition: all 200ms ease;
}
/* line 451, ../scss/base/_buttons.scss */
.l-canvas .m-paging-nav .pagination li a:hover {
  color: #fff;
}
/* line 456, ../scss/base/_buttons.scss */
.l-canvas .m-paging-nav .pagination li.active a {
  color: #fff;
  background-color: #70bf4c !important;
  border-color: #70bf4c !important;
}
/* line 463, ../scss/base/_buttons.scss */
.l-canvas .m-paging-nav .pagination li.disabled a {
  color: #a7a9ac;
}
/* line 465, ../scss/base/_buttons.scss */
.l-canvas .m-paging-nav .pagination li.disabled a:hover {
  color: #a7a9ac;
}
/* line 474, ../scss/base/_buttons.scss */
.l-canvas .list-group .btn-secondary {
  font-size: 1.3em;
  border: 2px solid #70bf4c;
  color: #70bf4c !important;
  transition: all 200ms ease;
  background-color: #fff;
}
/* line 480, ../scss/base/_buttons.scss */
.l-canvas .list-group .btn-secondary:before {
  display: none;
}
/* line 483, ../scss/base/_buttons.scss */
.l-canvas .list-group .btn-secondary:hover {
  color: #fff !important;
  background-color: #70bf4c !important;
}
/* line 489, ../scss/base/_buttons.scss */
.l-canvas .btn-lg {
  font-weight: normal !important;
}
/* line 493, ../scss/base/_buttons.scss */
.l-canvas .col-sm-6 + .col-sm-3 .card {
  margin-top: 0;
  border-bottom: none !important;
  background-color: #f2f2f2;
  padding: 1em;
}
@media (min-width: 56.25em) {
  /* line 493, ../scss/base/_buttons.scss */
  .l-canvas .col-sm-6 + .col-sm-3 .card {
    margin-top: 0;
  }
}
/* line 501, ../scss/base/_buttons.scss */
.l-canvas .col-sm-6 + .col-sm-3 .card .card-heading {
  display: none;
}
/* line 505, ../scss/base/_buttons.scss */
.l-canvas .col-sm-6 + .col-sm-3 .card .card-detail p {
  font-size: 0.85em;
  text-align: center;
}
/* line 509, ../scss/base/_buttons.scss */
.l-canvas .col-sm-6 + .col-sm-3 .card .card-detail .btn-secondary {
  background-color: #fff !important;
}
/* line 511, ../scss/base/_buttons.scss */
.l-canvas .col-sm-6 + .col-sm-3 .card .card-detail .btn-secondary:hover {
  color: #fff !important;
  background-color: #70bf4c !important;
}
/* line 519, ../scss/base/_buttons.scss */
.l-canvas .m-overflow-auto {
  overflow: visible;
}

/* line 525, ../scss/base/_buttons.scss */
#CheckoutFormArea .btn-secondary {
  padding: 10px 18px !important;
}
/* line 527, ../scss/base/_buttons.scss */
#CheckoutFormArea .btn-secondary.btn-sm {
  font-size: 0.85em;
  padding: 0 0.5em !important;
  color: #666666 !important;
  border: 2px solid #70bf4c !important;
}
/* line 532, ../scss/base/_buttons.scss */
#CheckoutFormArea .btn-secondary.btn-sm:hover {
  color: #fff !important;
  background-color: #70bf4c !important;
}
/* line 536, ../scss/base/_buttons.scss */
#CheckoutFormArea .btn-secondary.btn-sm:last-child {
  border: 2px solid #fab150 !important;
}
/* line 538, ../scss/base/_buttons.scss */
#CheckoutFormArea .btn-secondary.btn-sm:last-child:hover {
  background-color: #fab150 !important;
}
@media (max-width: 56.25em) {
  /* line 527, ../scss/base/_buttons.scss */
  #CheckoutFormArea .btn-secondary.btn-sm {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  /* line 546, ../scss/base/_buttons.scss */
  #CheckoutFormArea .btn-secondary.btn-sm:last-child {
    margin-right: 0;
  }
}
/* line 552, ../scss/base/_buttons.scss */
#CheckoutFormArea .btn-xs {
  font-size: 0.75em;
  padding: 0 0.4em !important;
  color: #666666 !important;
  border: 2px solid #fab150 !important;
}
@media (max-width: 46.875em) {
  /* line 552, ../scss/base/_buttons.scss */
  #CheckoutFormArea .btn-xs {
    margin-bottom: -6em;
  }
}
/* line 560, ../scss/base/_buttons.scss */
#CheckoutFormArea .btn-xs:hover {
  color: #fff !important;
  background-color: #fab150 !important;
}
/* line 565, ../scss/base/_buttons.scss */
#CheckoutFormArea .m-table-mobile tr {
  border-top: none;
}

/* line 9, ../scss/base/_objects.scss */
.img-rounded {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  height: auto;
}
/* line 13, ../scss/base/_objects.scss */
.img-rounded img {
  width: 100%;
  max-width: 100%;
}

/* line 28, ../scss/base/_objects.scss */
.img-tz, .tz-art, .hp-hero-media-block, .page-img-tz, .img-tz-colorized {
  overflow: hidden;
}
/* line 30, ../scss/base/_objects.scss */
.img-tz img, .tz-art img, .hp-hero-media-block img, .page-img-tz img, .img-tz-colorized img {
  width: 100%;
  max-width: 100%;
  width: auto;
}

/* line 52, ../scss/base/_objects.scss */
.hp-hero-media-block {
  margin-bottom: 2em;
  display: block;
}

/* line 68, ../scss/base/_objects.scss */
.page-img-tz {
  margin-bottom: 1.5em;
  position: relative;
}

/* line 84, ../scss/base/_objects.scss */
.nav-myiapp-mod, .nav-myiapp-mobile {
  position: relative;
}
/* line 86, ../scss/base/_objects.scss */
.nav-myiapp-mod:before, .nav-myiapp-mobile:before {
  content: '\0020';
  width: 0;
  height: 0;
  position: absolute;
  top: -19px;
  left: 53%;
  z-index: 2;
  border-top: 9px inset transparent;
  border-right: 9px inset transparent;
  border-bottom: 9px solid #70bf4c;
  border-left: 9px inset transparent;
}

/* line 199, ../scss/base/_objects.scss */
.hex-sm {
  width: 12.75px;
  height: 24px;
  background-color: #70bf4c;
  position: relative;
}
/* line 147, ../scss/base/_objects.scss */
.hex-sm:before, .hex-sm:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
}
/* line 159, ../scss/base/_objects.scss */
.hex-sm:before {
  left: -8px;
  border-right: 8px solid #70bf4c;
  border-bottom: 12px solid transparent;
  border-top: 12px solid transparent;
}
/* line 166, ../scss/base/_objects.scss */
.hex-sm:after {
  right: -8px;
  border-left: 8px solid #70bf4c;
  border-bottom: 12px solid transparent;
  border-top: 12px solid transparent;
}
/* line 174, ../scss/base/_objects.scss */
.hex-sm.icon-traditional-breakout {
  background-color: #C21C76;
}
/* line 176, ../scss/base/_objects.scss */
.hex-sm.icon-traditional-breakout:before {
  border-right-color: #C21C76;
}
/* line 177, ../scss/base/_objects.scss */
.hex-sm.icon-traditional-breakout:after {
  border-left-color: #C21C76;
}
/* line 174, ../scss/base/_objects.scss */
.hex-sm.icon-workshop {
  background-color: #e64b3d;
}
/* line 176, ../scss/base/_objects.scss */
.hex-sm.icon-workshop:before {
  border-right-color: #e64b3d;
}
/* line 177, ../scss/base/_objects.scss */
.hex-sm.icon-workshop:after {
  border-left-color: #e64b3d;
}
/* line 174, ../scss/base/_objects.scss */
.hex-sm.icon-certification {
  background-color: #70bf4c;
}
/* line 176, ../scss/base/_objects.scss */
.hex-sm.icon-certification:before {
  border-right-color: #70bf4c;
}
/* line 177, ../scss/base/_objects.scss */
.hex-sm.icon-certification:after {
  border-left-color: #70bf4c;
}
/* line 174, ../scss/base/_objects.scss */
.hex-sm.icon-training {
  background-color: #236c5f;
}
/* line 176, ../scss/base/_objects.scss */
.hex-sm.icon-training:before {
  border-right-color: #236c5f;
}
/* line 177, ../scss/base/_objects.scss */
.hex-sm.icon-training:after {
  border-left-color: #236c5f;
}
/* line 174, ../scss/base/_objects.scss */
.hex-sm.icon-active-learning {
  background-color: #fab150;
}
/* line 176, ../scss/base/_objects.scss */
.hex-sm.icon-active-learning:before {
  border-right-color: #fab150;
}
/* line 177, ../scss/base/_objects.scss */
.hex-sm.icon-active-learning:after {
  border-left-color: #fab150;
}
/* line 174, ../scss/base/_objects.scss */
.hex-sm.icon-conversations-in-privacy {
  background-color: #7a7994;
}
/* line 176, ../scss/base/_objects.scss */
.hex-sm.icon-conversations-in-privacy:before {
  border-right-color: #7a7994;
}
/* line 177, ../scss/base/_objects.scss */
.hex-sm.icon-conversations-in-privacy:after {
  border-left-color: #7a7994;
}
/* line 174, ../scss/base/_objects.scss */
.hex-sm.icon-inspired-speakers {
  background-color: #51a1aa;
}
/* line 176, ../scss/base/_objects.scss */
.hex-sm.icon-inspired-speakers:before {
  border-right-color: #51a1aa;
}
/* line 177, ../scss/base/_objects.scss */
.hex-sm.icon-inspired-speakers:after {
  border-left-color: #51a1aa;
}
/* line 174, ../scss/base/_objects.scss */
.hex-sm.icon-advanced-topics-in-privacy {
  background-color: #003f64;
}
/* line 176, ../scss/base/_objects.scss */
.hex-sm.icon-advanced-topics-in-privacy:before {
  border-right-color: #003f64;
}
/* line 177, ../scss/base/_objects.scss */
.hex-sm.icon-advanced-topics-in-privacy:after {
  border-left-color: #003f64;
}
/* line 174, ../scss/base/_objects.scss */
.hex-sm.icon-networking {
  background-color: #4e565b;
}
/* line 176, ../scss/base/_objects.scss */
.hex-sm.icon-networking:before {
  border-right-color: #4e565b;
}
/* line 177, ../scss/base/_objects.scss */
.hex-sm.icon-networking:after {
  border-left-color: #4e565b;
}
/* line 174, ../scss/base/_objects.scss */
.hex-sm.icon-little-big-stage {
  background-color: #336483;
}
/* line 176, ../scss/base/_objects.scss */
.hex-sm.icon-little-big-stage:before {
  border-right-color: #336483;
}
/* line 177, ../scss/base/_objects.scss */
.hex-sm.icon-little-big-stage:after {
  border-left-color: #336483;
}
/* line 174, ../scss/base/_objects.scss */
.hex-sm.icon-general-session {
  background-color: #732969;
}
/* line 176, ../scss/base/_objects.scss */
.hex-sm.icon-general-session:before {
  border-right-color: #732969;
}
/* line 177, ../scss/base/_objects.scss */
.hex-sm.icon-general-session:after {
  border-left-color: #732969;
}
/* line 174, ../scss/base/_objects.scss */
.hex-sm.icon-presentation-of-research {
  background-color: #236C5F;
}
/* line 176, ../scss/base/_objects.scss */
.hex-sm.icon-presentation-of-research:before {
  border-right-color: #236C5F;
}
/* line 177, ../scss/base/_objects.scss */
.hex-sm.icon-presentation-of-research:after {
  border-left-color: #236C5F;
}
/* line 174, ../scss/base/_objects.scss */
.hex-sm.icon-panel-discussion {
  background-color: #2782B8;
}
/* line 176, ../scss/base/_objects.scss */
.hex-sm.icon-panel-discussion:before {
  border-right-color: #2782B8;
}
/* line 177, ../scss/base/_objects.scss */
.hex-sm.icon-panel-discussion:after {
  border-left-color: #2782B8;
}
/* line 182, ../scss/base/_objects.scss */
.hex-sm.icon-resources {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-sm.icon-resources:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-sm.icon-resources:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-sm.icon-topics {
  background-color: #fab150;
}
/* line 184, ../scss/base/_objects.scss */
.hex-sm.icon-topics:before {
  border-right-color: #fab150;
}
/* line 185, ../scss/base/_objects.scss */
.hex-sm.icon-topics:after {
  border-left-color: #fab150;
}
/* line 182, ../scss/base/_objects.scss */
.hex-sm.icon-research {
  background-color: #7a7994;
}
/* line 184, ../scss/base/_objects.scss */
.hex-sm.icon-research:before {
  border-right-color: #7a7994;
}
/* line 185, ../scss/base/_objects.scss */
.hex-sm.icon-research:after {
  border-left-color: #7a7994;
}
/* line 182, ../scss/base/_objects.scss */
.hex-sm.icon-tools {
  background-color: #0c7ec0;
}
/* line 184, ../scss/base/_objects.scss */
.hex-sm.icon-tools:before {
  border-right-color: #0c7ec0;
}
/* line 185, ../scss/base/_objects.scss */
.hex-sm.icon-tools:after {
  border-left-color: #0c7ec0;
}
/* line 182, ../scss/base/_objects.scss */
.hex-sm.icon-job {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-sm.icon-job:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-sm.icon-job:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-sm.icon-jobs {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-sm.icon-jobs:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-sm.icon-jobs:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-sm.icon-career {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-sm.icon-career:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-sm.icon-career:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-sm.icon-articles {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-sm.icon-articles:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-sm.icon-articles:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-sm.icon-news {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-sm.icon-news:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-sm.icon-news:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-sm.icon-dpa {
  background-color: #51a1aa;
}
/* line 184, ../scss/base/_objects.scss */
.hex-sm.icon-dpa:before {
  border-right-color: #51a1aa;
}
/* line 185, ../scss/base/_objects.scss */
.hex-sm.icon-dpa:after {
  border-left-color: #51a1aa;
}
/* line 182, ../scss/base/_objects.scss */
.hex-sm.icon-gallery {
  background-color: #fab150;
}
/* line 184, ../scss/base/_objects.scss */
.hex-sm.icon-gallery:before {
  border-right-color: #fab150;
}
/* line 185, ../scss/base/_objects.scss */
.hex-sm.icon-gallery:after {
  border-left-color: #fab150;
}
/* line 182, ../scss/base/_objects.scss */
.hex-sm.icon-discuss {
  background-color: #236c5f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-sm.icon-discuss:before {
  border-right-color: #236c5f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-sm.icon-discuss:after {
  border-left-color: #236c5f;
}
/* line 182, ../scss/base/_objects.scss */
.hex-sm.icon-glossary {
  background-color: #336483;
}
/* line 184, ../scss/base/_objects.scss */
.hex-sm.icon-glossary:before {
  border-right-color: #336483;
}
/* line 185, ../scss/base/_objects.scss */
.hex-sm.icon-glossary:after {
  border-left-color: #336483;
}
/* line 182, ../scss/base/_objects.scss */
.hex-sm.icon-Glossary {
  background-color: #336483;
}
/* line 184, ../scss/base/_objects.scss */
.hex-sm.icon-Glossary:before {
  border-right-color: #336483;
}
/* line 185, ../scss/base/_objects.scss */
.hex-sm.icon-Glossary:after {
  border-left-color: #336483;
}
/* line 182, ../scss/base/_objects.scss */
.hex-sm.icon-books {
  background-color: #003f64;
}
/* line 184, ../scss/base/_objects.scss */
.hex-sm.icon-books:before {
  border-right-color: #003f64;
}
/* line 185, ../scss/base/_objects.scss */
.hex-sm.icon-books:after {
  border-left-color: #003f64;
}
/* line 182, ../scss/base/_objects.scss */
.hex-sm.icon-presentations {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-sm.icon-presentations:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-sm.icon-presentations:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-sm.icon-webcons {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-sm.icon-webcons:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-sm.icon-webcons:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-sm.icon-web-conferences {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-sm.icon-web-conferences:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-sm.icon-web-conferences:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-sm.icon-videos {
  background-color: #4e565b;
}
/* line 184, ../scss/base/_objects.scss */
.hex-sm.icon-videos:before {
  border-right-color: #4e565b;
}
/* line 185, ../scss/base/_objects.scss */
.hex-sm.icon-videos:after {
  border-left-color: #4e565b;
}
/* line 182, ../scss/base/_objects.scss */
.hex-sm.icon-video {
  background-color: #4e565b;
}
/* line 184, ../scss/base/_objects.scss */
.hex-sm.icon-video:before {
  border-right-color: #4e565b;
}
/* line 185, ../scss/base/_objects.scss */
.hex-sm.icon-video:after {
  border-left-color: #4e565b;
}
/* line 182, ../scss/base/_objects.scss */
.hex-sm.icon-westin {
  background-color: #1f1f1f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-sm.icon-westin:before {
  border-right-color: #1f1f1f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-sm.icon-westin:after {
  border-left-color: #1f1f1f;
}
/* line 182, ../scss/base/_objects.scss */
.hex-sm.icon-vendors {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-sm.icon-vendors:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-sm.icon-vendors:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-sm.icon-ftc {
  background-color: #236c5f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-sm.icon-ftc:before {
  border-right-color: #236c5f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-sm.icon-ftc:after {
  border-left-color: #236c5f;
}
/* line 189, ../scss/base/_objects.scss */
.menu-icons .hex-sm {
  position: absolute;
  top: 7px;
  right: 20px;
  opacity: 0.6;
}
/* line 194, ../scss/base/_objects.scss */
.menu-icons .hex-sm .icon {
  top: 4px;
  left: 0;
}

/* line 201, ../scss/base/_objects.scss */
.hex-med {
  width: 17px;
  height: 32px;
  background-color: #70bf4c;
  position: relative;
}
/* line 147, ../scss/base/_objects.scss */
.hex-med:before, .hex-med:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
}
/* line 159, ../scss/base/_objects.scss */
.hex-med:before {
  left: -10px;
  border-right: 10px solid #70bf4c;
  border-bottom: 16px solid transparent;
  border-top: 16px solid transparent;
}
/* line 166, ../scss/base/_objects.scss */
.hex-med:after {
  right: -10px;
  border-left: 10px solid #70bf4c;
  border-bottom: 16px solid transparent;
  border-top: 16px solid transparent;
}
/* line 174, ../scss/base/_objects.scss */
.hex-med.icon-traditional-breakout {
  background-color: #C21C76;
}
/* line 176, ../scss/base/_objects.scss */
.hex-med.icon-traditional-breakout:before {
  border-right-color: #C21C76;
}
/* line 177, ../scss/base/_objects.scss */
.hex-med.icon-traditional-breakout:after {
  border-left-color: #C21C76;
}
/* line 174, ../scss/base/_objects.scss */
.hex-med.icon-workshop {
  background-color: #e64b3d;
}
/* line 176, ../scss/base/_objects.scss */
.hex-med.icon-workshop:before {
  border-right-color: #e64b3d;
}
/* line 177, ../scss/base/_objects.scss */
.hex-med.icon-workshop:after {
  border-left-color: #e64b3d;
}
/* line 174, ../scss/base/_objects.scss */
.hex-med.icon-certification {
  background-color: #70bf4c;
}
/* line 176, ../scss/base/_objects.scss */
.hex-med.icon-certification:before {
  border-right-color: #70bf4c;
}
/* line 177, ../scss/base/_objects.scss */
.hex-med.icon-certification:after {
  border-left-color: #70bf4c;
}
/* line 174, ../scss/base/_objects.scss */
.hex-med.icon-training {
  background-color: #236c5f;
}
/* line 176, ../scss/base/_objects.scss */
.hex-med.icon-training:before {
  border-right-color: #236c5f;
}
/* line 177, ../scss/base/_objects.scss */
.hex-med.icon-training:after {
  border-left-color: #236c5f;
}
/* line 174, ../scss/base/_objects.scss */
.hex-med.icon-active-learning {
  background-color: #fab150;
}
/* line 176, ../scss/base/_objects.scss */
.hex-med.icon-active-learning:before {
  border-right-color: #fab150;
}
/* line 177, ../scss/base/_objects.scss */
.hex-med.icon-active-learning:after {
  border-left-color: #fab150;
}
/* line 174, ../scss/base/_objects.scss */
.hex-med.icon-conversations-in-privacy {
  background-color: #7a7994;
}
/* line 176, ../scss/base/_objects.scss */
.hex-med.icon-conversations-in-privacy:before {
  border-right-color: #7a7994;
}
/* line 177, ../scss/base/_objects.scss */
.hex-med.icon-conversations-in-privacy:after {
  border-left-color: #7a7994;
}
/* line 174, ../scss/base/_objects.scss */
.hex-med.icon-inspired-speakers {
  background-color: #51a1aa;
}
/* line 176, ../scss/base/_objects.scss */
.hex-med.icon-inspired-speakers:before {
  border-right-color: #51a1aa;
}
/* line 177, ../scss/base/_objects.scss */
.hex-med.icon-inspired-speakers:after {
  border-left-color: #51a1aa;
}
/* line 174, ../scss/base/_objects.scss */
.hex-med.icon-advanced-topics-in-privacy {
  background-color: #003f64;
}
/* line 176, ../scss/base/_objects.scss */
.hex-med.icon-advanced-topics-in-privacy:before {
  border-right-color: #003f64;
}
/* line 177, ../scss/base/_objects.scss */
.hex-med.icon-advanced-topics-in-privacy:after {
  border-left-color: #003f64;
}
/* line 174, ../scss/base/_objects.scss */
.hex-med.icon-networking {
  background-color: #4e565b;
}
/* line 176, ../scss/base/_objects.scss */
.hex-med.icon-networking:before {
  border-right-color: #4e565b;
}
/* line 177, ../scss/base/_objects.scss */
.hex-med.icon-networking:after {
  border-left-color: #4e565b;
}
/* line 174, ../scss/base/_objects.scss */
.hex-med.icon-little-big-stage {
  background-color: #336483;
}
/* line 176, ../scss/base/_objects.scss */
.hex-med.icon-little-big-stage:before {
  border-right-color: #336483;
}
/* line 177, ../scss/base/_objects.scss */
.hex-med.icon-little-big-stage:after {
  border-left-color: #336483;
}
/* line 174, ../scss/base/_objects.scss */
.hex-med.icon-general-session {
  background-color: #732969;
}
/* line 176, ../scss/base/_objects.scss */
.hex-med.icon-general-session:before {
  border-right-color: #732969;
}
/* line 177, ../scss/base/_objects.scss */
.hex-med.icon-general-session:after {
  border-left-color: #732969;
}
/* line 174, ../scss/base/_objects.scss */
.hex-med.icon-presentation-of-research {
  background-color: #236C5F;
}
/* line 176, ../scss/base/_objects.scss */
.hex-med.icon-presentation-of-research:before {
  border-right-color: #236C5F;
}
/* line 177, ../scss/base/_objects.scss */
.hex-med.icon-presentation-of-research:after {
  border-left-color: #236C5F;
}
/* line 174, ../scss/base/_objects.scss */
.hex-med.icon-panel-discussion {
  background-color: #2782B8;
}
/* line 176, ../scss/base/_objects.scss */
.hex-med.icon-panel-discussion:before {
  border-right-color: #2782B8;
}
/* line 177, ../scss/base/_objects.scss */
.hex-med.icon-panel-discussion:after {
  border-left-color: #2782B8;
}
/* line 182, ../scss/base/_objects.scss */
.hex-med.icon-resources {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-med.icon-resources:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-med.icon-resources:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-med.icon-topics {
  background-color: #fab150;
}
/* line 184, ../scss/base/_objects.scss */
.hex-med.icon-topics:before {
  border-right-color: #fab150;
}
/* line 185, ../scss/base/_objects.scss */
.hex-med.icon-topics:after {
  border-left-color: #fab150;
}
/* line 182, ../scss/base/_objects.scss */
.hex-med.icon-research {
  background-color: #7a7994;
}
/* line 184, ../scss/base/_objects.scss */
.hex-med.icon-research:before {
  border-right-color: #7a7994;
}
/* line 185, ../scss/base/_objects.scss */
.hex-med.icon-research:after {
  border-left-color: #7a7994;
}
/* line 182, ../scss/base/_objects.scss */
.hex-med.icon-tools {
  background-color: #0c7ec0;
}
/* line 184, ../scss/base/_objects.scss */
.hex-med.icon-tools:before {
  border-right-color: #0c7ec0;
}
/* line 185, ../scss/base/_objects.scss */
.hex-med.icon-tools:after {
  border-left-color: #0c7ec0;
}
/* line 182, ../scss/base/_objects.scss */
.hex-med.icon-job {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-med.icon-job:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-med.icon-job:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-med.icon-jobs {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-med.icon-jobs:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-med.icon-jobs:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-med.icon-career {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-med.icon-career:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-med.icon-career:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-med.icon-articles {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-med.icon-articles:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-med.icon-articles:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-med.icon-news {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-med.icon-news:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-med.icon-news:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-med.icon-dpa {
  background-color: #51a1aa;
}
/* line 184, ../scss/base/_objects.scss */
.hex-med.icon-dpa:before {
  border-right-color: #51a1aa;
}
/* line 185, ../scss/base/_objects.scss */
.hex-med.icon-dpa:after {
  border-left-color: #51a1aa;
}
/* line 182, ../scss/base/_objects.scss */
.hex-med.icon-gallery {
  background-color: #fab150;
}
/* line 184, ../scss/base/_objects.scss */
.hex-med.icon-gallery:before {
  border-right-color: #fab150;
}
/* line 185, ../scss/base/_objects.scss */
.hex-med.icon-gallery:after {
  border-left-color: #fab150;
}
/* line 182, ../scss/base/_objects.scss */
.hex-med.icon-discuss {
  background-color: #236c5f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-med.icon-discuss:before {
  border-right-color: #236c5f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-med.icon-discuss:after {
  border-left-color: #236c5f;
}
/* line 182, ../scss/base/_objects.scss */
.hex-med.icon-glossary {
  background-color: #336483;
}
/* line 184, ../scss/base/_objects.scss */
.hex-med.icon-glossary:before {
  border-right-color: #336483;
}
/* line 185, ../scss/base/_objects.scss */
.hex-med.icon-glossary:after {
  border-left-color: #336483;
}
/* line 182, ../scss/base/_objects.scss */
.hex-med.icon-Glossary {
  background-color: #336483;
}
/* line 184, ../scss/base/_objects.scss */
.hex-med.icon-Glossary:before {
  border-right-color: #336483;
}
/* line 185, ../scss/base/_objects.scss */
.hex-med.icon-Glossary:after {
  border-left-color: #336483;
}
/* line 182, ../scss/base/_objects.scss */
.hex-med.icon-books {
  background-color: #003f64;
}
/* line 184, ../scss/base/_objects.scss */
.hex-med.icon-books:before {
  border-right-color: #003f64;
}
/* line 185, ../scss/base/_objects.scss */
.hex-med.icon-books:after {
  border-left-color: #003f64;
}
/* line 182, ../scss/base/_objects.scss */
.hex-med.icon-presentations {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-med.icon-presentations:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-med.icon-presentations:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-med.icon-webcons {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-med.icon-webcons:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-med.icon-webcons:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-med.icon-web-conferences {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-med.icon-web-conferences:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-med.icon-web-conferences:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-med.icon-videos {
  background-color: #4e565b;
}
/* line 184, ../scss/base/_objects.scss */
.hex-med.icon-videos:before {
  border-right-color: #4e565b;
}
/* line 185, ../scss/base/_objects.scss */
.hex-med.icon-videos:after {
  border-left-color: #4e565b;
}
/* line 182, ../scss/base/_objects.scss */
.hex-med.icon-video {
  background-color: #4e565b;
}
/* line 184, ../scss/base/_objects.scss */
.hex-med.icon-video:before {
  border-right-color: #4e565b;
}
/* line 185, ../scss/base/_objects.scss */
.hex-med.icon-video:after {
  border-left-color: #4e565b;
}
/* line 182, ../scss/base/_objects.scss */
.hex-med.icon-westin {
  background-color: #1f1f1f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-med.icon-westin:before {
  border-right-color: #1f1f1f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-med.icon-westin:after {
  border-left-color: #1f1f1f;
}
/* line 182, ../scss/base/_objects.scss */
.hex-med.icon-vendors {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-med.icon-vendors:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-med.icon-vendors:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-med.icon-ftc {
  background-color: #236c5f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-med.icon-ftc:before {
  border-right-color: #236c5f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-med.icon-ftc:after {
  border-left-color: #236c5f;
}
/* line 189, ../scss/base/_objects.scss */
.menu-icons .hex-med {
  position: absolute;
  top: 7px;
  right: 20px;
  opacity: 0.6;
}
/* line 194, ../scss/base/_objects.scss */
.menu-icons .hex-med .icon {
  top: 4px;
  left: 0;
}

/* line 203, ../scss/base/_objects.scss */
.hex-lg {
  width: 29.75px;
  height: 56px;
  background-color: #70bf4c;
  position: relative;
}
/* line 147, ../scss/base/_objects.scss */
.hex-lg:before, .hex-lg:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
}
/* line 159, ../scss/base/_objects.scss */
.hex-lg:before {
  left: -18px;
  border-right: 18px solid #70bf4c;
  border-bottom: 28px solid transparent;
  border-top: 28px solid transparent;
}
/* line 166, ../scss/base/_objects.scss */
.hex-lg:after {
  right: -18px;
  border-left: 18px solid #70bf4c;
  border-bottom: 28px solid transparent;
  border-top: 28px solid transparent;
}
/* line 174, ../scss/base/_objects.scss */
.hex-lg.icon-traditional-breakout {
  background-color: #C21C76;
}
/* line 176, ../scss/base/_objects.scss */
.hex-lg.icon-traditional-breakout:before {
  border-right-color: #C21C76;
}
/* line 177, ../scss/base/_objects.scss */
.hex-lg.icon-traditional-breakout:after {
  border-left-color: #C21C76;
}
/* line 174, ../scss/base/_objects.scss */
.hex-lg.icon-workshop {
  background-color: #e64b3d;
}
/* line 176, ../scss/base/_objects.scss */
.hex-lg.icon-workshop:before {
  border-right-color: #e64b3d;
}
/* line 177, ../scss/base/_objects.scss */
.hex-lg.icon-workshop:after {
  border-left-color: #e64b3d;
}
/* line 174, ../scss/base/_objects.scss */
.hex-lg.icon-certification {
  background-color: #70bf4c;
}
/* line 176, ../scss/base/_objects.scss */
.hex-lg.icon-certification:before {
  border-right-color: #70bf4c;
}
/* line 177, ../scss/base/_objects.scss */
.hex-lg.icon-certification:after {
  border-left-color: #70bf4c;
}
/* line 174, ../scss/base/_objects.scss */
.hex-lg.icon-training {
  background-color: #236c5f;
}
/* line 176, ../scss/base/_objects.scss */
.hex-lg.icon-training:before {
  border-right-color: #236c5f;
}
/* line 177, ../scss/base/_objects.scss */
.hex-lg.icon-training:after {
  border-left-color: #236c5f;
}
/* line 174, ../scss/base/_objects.scss */
.hex-lg.icon-active-learning {
  background-color: #fab150;
}
/* line 176, ../scss/base/_objects.scss */
.hex-lg.icon-active-learning:before {
  border-right-color: #fab150;
}
/* line 177, ../scss/base/_objects.scss */
.hex-lg.icon-active-learning:after {
  border-left-color: #fab150;
}
/* line 174, ../scss/base/_objects.scss */
.hex-lg.icon-conversations-in-privacy {
  background-color: #7a7994;
}
/* line 176, ../scss/base/_objects.scss */
.hex-lg.icon-conversations-in-privacy:before {
  border-right-color: #7a7994;
}
/* line 177, ../scss/base/_objects.scss */
.hex-lg.icon-conversations-in-privacy:after {
  border-left-color: #7a7994;
}
/* line 174, ../scss/base/_objects.scss */
.hex-lg.icon-inspired-speakers {
  background-color: #51a1aa;
}
/* line 176, ../scss/base/_objects.scss */
.hex-lg.icon-inspired-speakers:before {
  border-right-color: #51a1aa;
}
/* line 177, ../scss/base/_objects.scss */
.hex-lg.icon-inspired-speakers:after {
  border-left-color: #51a1aa;
}
/* line 174, ../scss/base/_objects.scss */
.hex-lg.icon-advanced-topics-in-privacy {
  background-color: #003f64;
}
/* line 176, ../scss/base/_objects.scss */
.hex-lg.icon-advanced-topics-in-privacy:before {
  border-right-color: #003f64;
}
/* line 177, ../scss/base/_objects.scss */
.hex-lg.icon-advanced-topics-in-privacy:after {
  border-left-color: #003f64;
}
/* line 174, ../scss/base/_objects.scss */
.hex-lg.icon-networking {
  background-color: #4e565b;
}
/* line 176, ../scss/base/_objects.scss */
.hex-lg.icon-networking:before {
  border-right-color: #4e565b;
}
/* line 177, ../scss/base/_objects.scss */
.hex-lg.icon-networking:after {
  border-left-color: #4e565b;
}
/* line 174, ../scss/base/_objects.scss */
.hex-lg.icon-little-big-stage {
  background-color: #336483;
}
/* line 176, ../scss/base/_objects.scss */
.hex-lg.icon-little-big-stage:before {
  border-right-color: #336483;
}
/* line 177, ../scss/base/_objects.scss */
.hex-lg.icon-little-big-stage:after {
  border-left-color: #336483;
}
/* line 174, ../scss/base/_objects.scss */
.hex-lg.icon-general-session {
  background-color: #732969;
}
/* line 176, ../scss/base/_objects.scss */
.hex-lg.icon-general-session:before {
  border-right-color: #732969;
}
/* line 177, ../scss/base/_objects.scss */
.hex-lg.icon-general-session:after {
  border-left-color: #732969;
}
/* line 174, ../scss/base/_objects.scss */
.hex-lg.icon-presentation-of-research {
  background-color: #236C5F;
}
/* line 176, ../scss/base/_objects.scss */
.hex-lg.icon-presentation-of-research:before {
  border-right-color: #236C5F;
}
/* line 177, ../scss/base/_objects.scss */
.hex-lg.icon-presentation-of-research:after {
  border-left-color: #236C5F;
}
/* line 174, ../scss/base/_objects.scss */
.hex-lg.icon-panel-discussion {
  background-color: #2782B8;
}
/* line 176, ../scss/base/_objects.scss */
.hex-lg.icon-panel-discussion:before {
  border-right-color: #2782B8;
}
/* line 177, ../scss/base/_objects.scss */
.hex-lg.icon-panel-discussion:after {
  border-left-color: #2782B8;
}
/* line 182, ../scss/base/_objects.scss */
.hex-lg.icon-resources {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-lg.icon-resources:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-lg.icon-resources:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-lg.icon-topics {
  background-color: #fab150;
}
/* line 184, ../scss/base/_objects.scss */
.hex-lg.icon-topics:before {
  border-right-color: #fab150;
}
/* line 185, ../scss/base/_objects.scss */
.hex-lg.icon-topics:after {
  border-left-color: #fab150;
}
/* line 182, ../scss/base/_objects.scss */
.hex-lg.icon-research {
  background-color: #7a7994;
}
/* line 184, ../scss/base/_objects.scss */
.hex-lg.icon-research:before {
  border-right-color: #7a7994;
}
/* line 185, ../scss/base/_objects.scss */
.hex-lg.icon-research:after {
  border-left-color: #7a7994;
}
/* line 182, ../scss/base/_objects.scss */
.hex-lg.icon-tools {
  background-color: #0c7ec0;
}
/* line 184, ../scss/base/_objects.scss */
.hex-lg.icon-tools:before {
  border-right-color: #0c7ec0;
}
/* line 185, ../scss/base/_objects.scss */
.hex-lg.icon-tools:after {
  border-left-color: #0c7ec0;
}
/* line 182, ../scss/base/_objects.scss */
.hex-lg.icon-job {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-lg.icon-job:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-lg.icon-job:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-lg.icon-jobs {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-lg.icon-jobs:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-lg.icon-jobs:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-lg.icon-career {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-lg.icon-career:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-lg.icon-career:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-lg.icon-articles {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-lg.icon-articles:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-lg.icon-articles:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-lg.icon-news {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-lg.icon-news:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-lg.icon-news:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-lg.icon-dpa {
  background-color: #51a1aa;
}
/* line 184, ../scss/base/_objects.scss */
.hex-lg.icon-dpa:before {
  border-right-color: #51a1aa;
}
/* line 185, ../scss/base/_objects.scss */
.hex-lg.icon-dpa:after {
  border-left-color: #51a1aa;
}
/* line 182, ../scss/base/_objects.scss */
.hex-lg.icon-gallery {
  background-color: #fab150;
}
/* line 184, ../scss/base/_objects.scss */
.hex-lg.icon-gallery:before {
  border-right-color: #fab150;
}
/* line 185, ../scss/base/_objects.scss */
.hex-lg.icon-gallery:after {
  border-left-color: #fab150;
}
/* line 182, ../scss/base/_objects.scss */
.hex-lg.icon-discuss {
  background-color: #236c5f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-lg.icon-discuss:before {
  border-right-color: #236c5f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-lg.icon-discuss:after {
  border-left-color: #236c5f;
}
/* line 182, ../scss/base/_objects.scss */
.hex-lg.icon-glossary {
  background-color: #336483;
}
/* line 184, ../scss/base/_objects.scss */
.hex-lg.icon-glossary:before {
  border-right-color: #336483;
}
/* line 185, ../scss/base/_objects.scss */
.hex-lg.icon-glossary:after {
  border-left-color: #336483;
}
/* line 182, ../scss/base/_objects.scss */
.hex-lg.icon-Glossary {
  background-color: #336483;
}
/* line 184, ../scss/base/_objects.scss */
.hex-lg.icon-Glossary:before {
  border-right-color: #336483;
}
/* line 185, ../scss/base/_objects.scss */
.hex-lg.icon-Glossary:after {
  border-left-color: #336483;
}
/* line 182, ../scss/base/_objects.scss */
.hex-lg.icon-books {
  background-color: #003f64;
}
/* line 184, ../scss/base/_objects.scss */
.hex-lg.icon-books:before {
  border-right-color: #003f64;
}
/* line 185, ../scss/base/_objects.scss */
.hex-lg.icon-books:after {
  border-left-color: #003f64;
}
/* line 182, ../scss/base/_objects.scss */
.hex-lg.icon-presentations {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-lg.icon-presentations:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-lg.icon-presentations:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-lg.icon-webcons {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-lg.icon-webcons:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-lg.icon-webcons:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-lg.icon-web-conferences {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-lg.icon-web-conferences:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-lg.icon-web-conferences:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-lg.icon-videos {
  background-color: #4e565b;
}
/* line 184, ../scss/base/_objects.scss */
.hex-lg.icon-videos:before {
  border-right-color: #4e565b;
}
/* line 185, ../scss/base/_objects.scss */
.hex-lg.icon-videos:after {
  border-left-color: #4e565b;
}
/* line 182, ../scss/base/_objects.scss */
.hex-lg.icon-video {
  background-color: #4e565b;
}
/* line 184, ../scss/base/_objects.scss */
.hex-lg.icon-video:before {
  border-right-color: #4e565b;
}
/* line 185, ../scss/base/_objects.scss */
.hex-lg.icon-video:after {
  border-left-color: #4e565b;
}
/* line 182, ../scss/base/_objects.scss */
.hex-lg.icon-westin {
  background-color: #1f1f1f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-lg.icon-westin:before {
  border-right-color: #1f1f1f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-lg.icon-westin:after {
  border-left-color: #1f1f1f;
}
/* line 182, ../scss/base/_objects.scss */
.hex-lg.icon-vendors {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-lg.icon-vendors:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-lg.icon-vendors:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-lg.icon-ftc {
  background-color: #236c5f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-lg.icon-ftc:before {
  border-right-color: #236c5f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-lg.icon-ftc:after {
  border-left-color: #236c5f;
}
/* line 189, ../scss/base/_objects.scss */
.menu-icons .hex-lg {
  position: absolute;
  top: 7px;
  right: 20px;
  opacity: 0.6;
}
/* line 194, ../scss/base/_objects.scss */
.menu-icons .hex-lg .icon {
  top: 4px;
  left: 0;
}

/* line 205, ../scss/base/_objects.scss */
.hex-xlg {
  width: 85px;
  height: 160px;
  background-color: #70bf4c;
  position: relative;
}
/* line 147, ../scss/base/_objects.scss */
.hex-xlg:before, .hex-xlg:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
}
/* line 159, ../scss/base/_objects.scss */
.hex-xlg:before {
  left: -50px;
  border-right: 50px solid #70bf4c;
  border-bottom: 80px solid transparent;
  border-top: 80px solid transparent;
}
/* line 166, ../scss/base/_objects.scss */
.hex-xlg:after {
  right: -50px;
  border-left: 50px solid #70bf4c;
  border-bottom: 80px solid transparent;
  border-top: 80px solid transparent;
}
/* line 174, ../scss/base/_objects.scss */
.hex-xlg.icon-traditional-breakout {
  background-color: #C21C76;
}
/* line 176, ../scss/base/_objects.scss */
.hex-xlg.icon-traditional-breakout:before {
  border-right-color: #C21C76;
}
/* line 177, ../scss/base/_objects.scss */
.hex-xlg.icon-traditional-breakout:after {
  border-left-color: #C21C76;
}
/* line 174, ../scss/base/_objects.scss */
.hex-xlg.icon-workshop {
  background-color: #e64b3d;
}
/* line 176, ../scss/base/_objects.scss */
.hex-xlg.icon-workshop:before {
  border-right-color: #e64b3d;
}
/* line 177, ../scss/base/_objects.scss */
.hex-xlg.icon-workshop:after {
  border-left-color: #e64b3d;
}
/* line 174, ../scss/base/_objects.scss */
.hex-xlg.icon-certification {
  background-color: #70bf4c;
}
/* line 176, ../scss/base/_objects.scss */
.hex-xlg.icon-certification:before {
  border-right-color: #70bf4c;
}
/* line 177, ../scss/base/_objects.scss */
.hex-xlg.icon-certification:after {
  border-left-color: #70bf4c;
}
/* line 174, ../scss/base/_objects.scss */
.hex-xlg.icon-training {
  background-color: #236c5f;
}
/* line 176, ../scss/base/_objects.scss */
.hex-xlg.icon-training:before {
  border-right-color: #236c5f;
}
/* line 177, ../scss/base/_objects.scss */
.hex-xlg.icon-training:after {
  border-left-color: #236c5f;
}
/* line 174, ../scss/base/_objects.scss */
.hex-xlg.icon-active-learning {
  background-color: #fab150;
}
/* line 176, ../scss/base/_objects.scss */
.hex-xlg.icon-active-learning:before {
  border-right-color: #fab150;
}
/* line 177, ../scss/base/_objects.scss */
.hex-xlg.icon-active-learning:after {
  border-left-color: #fab150;
}
/* line 174, ../scss/base/_objects.scss */
.hex-xlg.icon-conversations-in-privacy {
  background-color: #7a7994;
}
/* line 176, ../scss/base/_objects.scss */
.hex-xlg.icon-conversations-in-privacy:before {
  border-right-color: #7a7994;
}
/* line 177, ../scss/base/_objects.scss */
.hex-xlg.icon-conversations-in-privacy:after {
  border-left-color: #7a7994;
}
/* line 174, ../scss/base/_objects.scss */
.hex-xlg.icon-inspired-speakers {
  background-color: #51a1aa;
}
/* line 176, ../scss/base/_objects.scss */
.hex-xlg.icon-inspired-speakers:before {
  border-right-color: #51a1aa;
}
/* line 177, ../scss/base/_objects.scss */
.hex-xlg.icon-inspired-speakers:after {
  border-left-color: #51a1aa;
}
/* line 174, ../scss/base/_objects.scss */
.hex-xlg.icon-advanced-topics-in-privacy {
  background-color: #003f64;
}
/* line 176, ../scss/base/_objects.scss */
.hex-xlg.icon-advanced-topics-in-privacy:before {
  border-right-color: #003f64;
}
/* line 177, ../scss/base/_objects.scss */
.hex-xlg.icon-advanced-topics-in-privacy:after {
  border-left-color: #003f64;
}
/* line 174, ../scss/base/_objects.scss */
.hex-xlg.icon-networking {
  background-color: #4e565b;
}
/* line 176, ../scss/base/_objects.scss */
.hex-xlg.icon-networking:before {
  border-right-color: #4e565b;
}
/* line 177, ../scss/base/_objects.scss */
.hex-xlg.icon-networking:after {
  border-left-color: #4e565b;
}
/* line 174, ../scss/base/_objects.scss */
.hex-xlg.icon-little-big-stage {
  background-color: #336483;
}
/* line 176, ../scss/base/_objects.scss */
.hex-xlg.icon-little-big-stage:before {
  border-right-color: #336483;
}
/* line 177, ../scss/base/_objects.scss */
.hex-xlg.icon-little-big-stage:after {
  border-left-color: #336483;
}
/* line 174, ../scss/base/_objects.scss */
.hex-xlg.icon-general-session {
  background-color: #732969;
}
/* line 176, ../scss/base/_objects.scss */
.hex-xlg.icon-general-session:before {
  border-right-color: #732969;
}
/* line 177, ../scss/base/_objects.scss */
.hex-xlg.icon-general-session:after {
  border-left-color: #732969;
}
/* line 174, ../scss/base/_objects.scss */
.hex-xlg.icon-presentation-of-research {
  background-color: #236C5F;
}
/* line 176, ../scss/base/_objects.scss */
.hex-xlg.icon-presentation-of-research:before {
  border-right-color: #236C5F;
}
/* line 177, ../scss/base/_objects.scss */
.hex-xlg.icon-presentation-of-research:after {
  border-left-color: #236C5F;
}
/* line 174, ../scss/base/_objects.scss */
.hex-xlg.icon-panel-discussion {
  background-color: #2782B8;
}
/* line 176, ../scss/base/_objects.scss */
.hex-xlg.icon-panel-discussion:before {
  border-right-color: #2782B8;
}
/* line 177, ../scss/base/_objects.scss */
.hex-xlg.icon-panel-discussion:after {
  border-left-color: #2782B8;
}
/* line 182, ../scss/base/_objects.scss */
.hex-xlg.icon-resources {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-xlg.icon-resources:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-xlg.icon-resources:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-xlg.icon-topics {
  background-color: #fab150;
}
/* line 184, ../scss/base/_objects.scss */
.hex-xlg.icon-topics:before {
  border-right-color: #fab150;
}
/* line 185, ../scss/base/_objects.scss */
.hex-xlg.icon-topics:after {
  border-left-color: #fab150;
}
/* line 182, ../scss/base/_objects.scss */
.hex-xlg.icon-research {
  background-color: #7a7994;
}
/* line 184, ../scss/base/_objects.scss */
.hex-xlg.icon-research:before {
  border-right-color: #7a7994;
}
/* line 185, ../scss/base/_objects.scss */
.hex-xlg.icon-research:after {
  border-left-color: #7a7994;
}
/* line 182, ../scss/base/_objects.scss */
.hex-xlg.icon-tools {
  background-color: #0c7ec0;
}
/* line 184, ../scss/base/_objects.scss */
.hex-xlg.icon-tools:before {
  border-right-color: #0c7ec0;
}
/* line 185, ../scss/base/_objects.scss */
.hex-xlg.icon-tools:after {
  border-left-color: #0c7ec0;
}
/* line 182, ../scss/base/_objects.scss */
.hex-xlg.icon-job {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-xlg.icon-job:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-xlg.icon-job:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-xlg.icon-jobs {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-xlg.icon-jobs:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-xlg.icon-jobs:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-xlg.icon-career {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-xlg.icon-career:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-xlg.icon-career:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-xlg.icon-articles {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-xlg.icon-articles:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-xlg.icon-articles:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-xlg.icon-news {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-xlg.icon-news:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-xlg.icon-news:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-xlg.icon-dpa {
  background-color: #51a1aa;
}
/* line 184, ../scss/base/_objects.scss */
.hex-xlg.icon-dpa:before {
  border-right-color: #51a1aa;
}
/* line 185, ../scss/base/_objects.scss */
.hex-xlg.icon-dpa:after {
  border-left-color: #51a1aa;
}
/* line 182, ../scss/base/_objects.scss */
.hex-xlg.icon-gallery {
  background-color: #fab150;
}
/* line 184, ../scss/base/_objects.scss */
.hex-xlg.icon-gallery:before {
  border-right-color: #fab150;
}
/* line 185, ../scss/base/_objects.scss */
.hex-xlg.icon-gallery:after {
  border-left-color: #fab150;
}
/* line 182, ../scss/base/_objects.scss */
.hex-xlg.icon-discuss {
  background-color: #236c5f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-xlg.icon-discuss:before {
  border-right-color: #236c5f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-xlg.icon-discuss:after {
  border-left-color: #236c5f;
}
/* line 182, ../scss/base/_objects.scss */
.hex-xlg.icon-glossary {
  background-color: #336483;
}
/* line 184, ../scss/base/_objects.scss */
.hex-xlg.icon-glossary:before {
  border-right-color: #336483;
}
/* line 185, ../scss/base/_objects.scss */
.hex-xlg.icon-glossary:after {
  border-left-color: #336483;
}
/* line 182, ../scss/base/_objects.scss */
.hex-xlg.icon-Glossary {
  background-color: #336483;
}
/* line 184, ../scss/base/_objects.scss */
.hex-xlg.icon-Glossary:before {
  border-right-color: #336483;
}
/* line 185, ../scss/base/_objects.scss */
.hex-xlg.icon-Glossary:after {
  border-left-color: #336483;
}
/* line 182, ../scss/base/_objects.scss */
.hex-xlg.icon-books {
  background-color: #003f64;
}
/* line 184, ../scss/base/_objects.scss */
.hex-xlg.icon-books:before {
  border-right-color: #003f64;
}
/* line 185, ../scss/base/_objects.scss */
.hex-xlg.icon-books:after {
  border-left-color: #003f64;
}
/* line 182, ../scss/base/_objects.scss */
.hex-xlg.icon-presentations {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-xlg.icon-presentations:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-xlg.icon-presentations:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-xlg.icon-webcons {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-xlg.icon-webcons:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-xlg.icon-webcons:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-xlg.icon-web-conferences {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-xlg.icon-web-conferences:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-xlg.icon-web-conferences:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-xlg.icon-videos {
  background-color: #4e565b;
}
/* line 184, ../scss/base/_objects.scss */
.hex-xlg.icon-videos:before {
  border-right-color: #4e565b;
}
/* line 185, ../scss/base/_objects.scss */
.hex-xlg.icon-videos:after {
  border-left-color: #4e565b;
}
/* line 182, ../scss/base/_objects.scss */
.hex-xlg.icon-video {
  background-color: #4e565b;
}
/* line 184, ../scss/base/_objects.scss */
.hex-xlg.icon-video:before {
  border-right-color: #4e565b;
}
/* line 185, ../scss/base/_objects.scss */
.hex-xlg.icon-video:after {
  border-left-color: #4e565b;
}
/* line 182, ../scss/base/_objects.scss */
.hex-xlg.icon-westin {
  background-color: #1f1f1f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-xlg.icon-westin:before {
  border-right-color: #1f1f1f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-xlg.icon-westin:after {
  border-left-color: #1f1f1f;
}
/* line 182, ../scss/base/_objects.scss */
.hex-xlg.icon-vendors {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-xlg.icon-vendors:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-xlg.icon-vendors:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-xlg.icon-ftc {
  background-color: #236c5f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-xlg.icon-ftc:before {
  border-right-color: #236c5f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-xlg.icon-ftc:after {
  border-left-color: #236c5f;
}
/* line 189, ../scss/base/_objects.scss */
.menu-icons .hex-xlg {
  position: absolute;
  top: 7px;
  right: 20px;
  opacity: 0.6;
}
/* line 194, ../scss/base/_objects.scss */
.menu-icons .hex-xlg .icon {
  top: 4px;
  left: 0;
}

/* line 208, ../scss/base/_objects.scss */
.hex-gray-sm {
  width: 12.75px;
  height: 24px;
  background-color: #cccccc;
  position: relative;
}
/* line 147, ../scss/base/_objects.scss */
.hex-gray-sm:before, .hex-gray-sm:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
}
/* line 159, ../scss/base/_objects.scss */
.hex-gray-sm:before {
  left: -8px;
  border-right: 8px solid #cccccc;
  border-bottom: 12px solid transparent;
  border-top: 12px solid transparent;
}
/* line 166, ../scss/base/_objects.scss */
.hex-gray-sm:after {
  right: -8px;
  border-left: 8px solid #cccccc;
  border-bottom: 12px solid transparent;
  border-top: 12px solid transparent;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-sm.icon-traditional-breakout {
  background-color: #C21C76;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-sm.icon-traditional-breakout:before {
  border-right-color: #C21C76;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-sm.icon-traditional-breakout:after {
  border-left-color: #C21C76;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-sm.icon-workshop {
  background-color: #e64b3d;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-sm.icon-workshop:before {
  border-right-color: #e64b3d;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-sm.icon-workshop:after {
  border-left-color: #e64b3d;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-sm.icon-certification {
  background-color: #70bf4c;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-sm.icon-certification:before {
  border-right-color: #70bf4c;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-sm.icon-certification:after {
  border-left-color: #70bf4c;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-sm.icon-training {
  background-color: #236c5f;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-sm.icon-training:before {
  border-right-color: #236c5f;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-sm.icon-training:after {
  border-left-color: #236c5f;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-sm.icon-active-learning {
  background-color: #fab150;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-sm.icon-active-learning:before {
  border-right-color: #fab150;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-sm.icon-active-learning:after {
  border-left-color: #fab150;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-sm.icon-conversations-in-privacy {
  background-color: #7a7994;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-sm.icon-conversations-in-privacy:before {
  border-right-color: #7a7994;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-sm.icon-conversations-in-privacy:after {
  border-left-color: #7a7994;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-sm.icon-inspired-speakers {
  background-color: #51a1aa;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-sm.icon-inspired-speakers:before {
  border-right-color: #51a1aa;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-sm.icon-inspired-speakers:after {
  border-left-color: #51a1aa;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-sm.icon-advanced-topics-in-privacy {
  background-color: #003f64;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-sm.icon-advanced-topics-in-privacy:before {
  border-right-color: #003f64;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-sm.icon-advanced-topics-in-privacy:after {
  border-left-color: #003f64;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-sm.icon-networking {
  background-color: #4e565b;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-sm.icon-networking:before {
  border-right-color: #4e565b;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-sm.icon-networking:after {
  border-left-color: #4e565b;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-sm.icon-little-big-stage {
  background-color: #336483;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-sm.icon-little-big-stage:before {
  border-right-color: #336483;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-sm.icon-little-big-stage:after {
  border-left-color: #336483;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-sm.icon-general-session {
  background-color: #732969;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-sm.icon-general-session:before {
  border-right-color: #732969;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-sm.icon-general-session:after {
  border-left-color: #732969;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-sm.icon-presentation-of-research {
  background-color: #236C5F;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-sm.icon-presentation-of-research:before {
  border-right-color: #236C5F;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-sm.icon-presentation-of-research:after {
  border-left-color: #236C5F;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-sm.icon-panel-discussion {
  background-color: #2782B8;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-sm.icon-panel-discussion:before {
  border-right-color: #2782B8;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-sm.icon-panel-discussion:after {
  border-left-color: #2782B8;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-sm.icon-resources {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-sm.icon-resources:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-sm.icon-resources:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-sm.icon-topics {
  background-color: #fab150;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-sm.icon-topics:before {
  border-right-color: #fab150;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-sm.icon-topics:after {
  border-left-color: #fab150;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-sm.icon-research {
  background-color: #7a7994;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-sm.icon-research:before {
  border-right-color: #7a7994;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-sm.icon-research:after {
  border-left-color: #7a7994;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-sm.icon-tools {
  background-color: #0c7ec0;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-sm.icon-tools:before {
  border-right-color: #0c7ec0;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-sm.icon-tools:after {
  border-left-color: #0c7ec0;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-sm.icon-job {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-sm.icon-job:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-sm.icon-job:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-sm.icon-jobs {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-sm.icon-jobs:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-sm.icon-jobs:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-sm.icon-career {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-sm.icon-career:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-sm.icon-career:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-sm.icon-articles {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-sm.icon-articles:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-sm.icon-articles:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-sm.icon-news {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-sm.icon-news:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-sm.icon-news:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-sm.icon-dpa {
  background-color: #51a1aa;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-sm.icon-dpa:before {
  border-right-color: #51a1aa;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-sm.icon-dpa:after {
  border-left-color: #51a1aa;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-sm.icon-gallery {
  background-color: #fab150;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-sm.icon-gallery:before {
  border-right-color: #fab150;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-sm.icon-gallery:after {
  border-left-color: #fab150;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-sm.icon-discuss {
  background-color: #236c5f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-sm.icon-discuss:before {
  border-right-color: #236c5f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-sm.icon-discuss:after {
  border-left-color: #236c5f;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-sm.icon-glossary {
  background-color: #336483;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-sm.icon-glossary:before {
  border-right-color: #336483;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-sm.icon-glossary:after {
  border-left-color: #336483;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-sm.icon-Glossary {
  background-color: #336483;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-sm.icon-Glossary:before {
  border-right-color: #336483;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-sm.icon-Glossary:after {
  border-left-color: #336483;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-sm.icon-books {
  background-color: #003f64;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-sm.icon-books:before {
  border-right-color: #003f64;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-sm.icon-books:after {
  border-left-color: #003f64;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-sm.icon-presentations {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-sm.icon-presentations:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-sm.icon-presentations:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-sm.icon-webcons {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-sm.icon-webcons:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-sm.icon-webcons:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-sm.icon-web-conferences {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-sm.icon-web-conferences:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-sm.icon-web-conferences:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-sm.icon-videos {
  background-color: #4e565b;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-sm.icon-videos:before {
  border-right-color: #4e565b;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-sm.icon-videos:after {
  border-left-color: #4e565b;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-sm.icon-video {
  background-color: #4e565b;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-sm.icon-video:before {
  border-right-color: #4e565b;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-sm.icon-video:after {
  border-left-color: #4e565b;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-sm.icon-westin {
  background-color: #1f1f1f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-sm.icon-westin:before {
  border-right-color: #1f1f1f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-sm.icon-westin:after {
  border-left-color: #1f1f1f;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-sm.icon-vendors {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-sm.icon-vendors:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-sm.icon-vendors:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-sm.icon-ftc {
  background-color: #236c5f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-sm.icon-ftc:before {
  border-right-color: #236c5f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-sm.icon-ftc:after {
  border-left-color: #236c5f;
}
/* line 189, ../scss/base/_objects.scss */
.menu-icons .hex-gray-sm {
  position: absolute;
  top: 7px;
  right: 20px;
  opacity: 0.6;
}
/* line 194, ../scss/base/_objects.scss */
.menu-icons .hex-gray-sm .icon {
  top: 4px;
  left: 0;
}

/* line 210, ../scss/base/_objects.scss */
.hex-gray-lg {
  width: 29.75px;
  height: 56px;
  background-color: #cccccc;
  position: relative;
}
/* line 147, ../scss/base/_objects.scss */
.hex-gray-lg:before, .hex-gray-lg:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
}
/* line 159, ../scss/base/_objects.scss */
.hex-gray-lg:before {
  left: -18px;
  border-right: 18px solid #cccccc;
  border-bottom: 28px solid transparent;
  border-top: 28px solid transparent;
}
/* line 166, ../scss/base/_objects.scss */
.hex-gray-lg:after {
  right: -18px;
  border-left: 18px solid #cccccc;
  border-bottom: 28px solid transparent;
  border-top: 28px solid transparent;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-lg.icon-traditional-breakout {
  background-color: #C21C76;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-lg.icon-traditional-breakout:before {
  border-right-color: #C21C76;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-lg.icon-traditional-breakout:after {
  border-left-color: #C21C76;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-lg.icon-workshop {
  background-color: #e64b3d;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-lg.icon-workshop:before {
  border-right-color: #e64b3d;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-lg.icon-workshop:after {
  border-left-color: #e64b3d;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-lg.icon-certification {
  background-color: #70bf4c;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-lg.icon-certification:before {
  border-right-color: #70bf4c;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-lg.icon-certification:after {
  border-left-color: #70bf4c;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-lg.icon-training {
  background-color: #236c5f;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-lg.icon-training:before {
  border-right-color: #236c5f;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-lg.icon-training:after {
  border-left-color: #236c5f;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-lg.icon-active-learning {
  background-color: #fab150;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-lg.icon-active-learning:before {
  border-right-color: #fab150;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-lg.icon-active-learning:after {
  border-left-color: #fab150;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-lg.icon-conversations-in-privacy {
  background-color: #7a7994;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-lg.icon-conversations-in-privacy:before {
  border-right-color: #7a7994;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-lg.icon-conversations-in-privacy:after {
  border-left-color: #7a7994;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-lg.icon-inspired-speakers {
  background-color: #51a1aa;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-lg.icon-inspired-speakers:before {
  border-right-color: #51a1aa;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-lg.icon-inspired-speakers:after {
  border-left-color: #51a1aa;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-lg.icon-advanced-topics-in-privacy {
  background-color: #003f64;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-lg.icon-advanced-topics-in-privacy:before {
  border-right-color: #003f64;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-lg.icon-advanced-topics-in-privacy:after {
  border-left-color: #003f64;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-lg.icon-networking {
  background-color: #4e565b;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-lg.icon-networking:before {
  border-right-color: #4e565b;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-lg.icon-networking:after {
  border-left-color: #4e565b;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-lg.icon-little-big-stage {
  background-color: #336483;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-lg.icon-little-big-stage:before {
  border-right-color: #336483;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-lg.icon-little-big-stage:after {
  border-left-color: #336483;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-lg.icon-general-session {
  background-color: #732969;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-lg.icon-general-session:before {
  border-right-color: #732969;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-lg.icon-general-session:after {
  border-left-color: #732969;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-lg.icon-presentation-of-research {
  background-color: #236C5F;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-lg.icon-presentation-of-research:before {
  border-right-color: #236C5F;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-lg.icon-presentation-of-research:after {
  border-left-color: #236C5F;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-lg.icon-panel-discussion {
  background-color: #2782B8;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-lg.icon-panel-discussion:before {
  border-right-color: #2782B8;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-lg.icon-panel-discussion:after {
  border-left-color: #2782B8;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-lg.icon-resources {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-lg.icon-resources:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-lg.icon-resources:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-lg.icon-topics {
  background-color: #fab150;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-lg.icon-topics:before {
  border-right-color: #fab150;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-lg.icon-topics:after {
  border-left-color: #fab150;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-lg.icon-research {
  background-color: #7a7994;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-lg.icon-research:before {
  border-right-color: #7a7994;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-lg.icon-research:after {
  border-left-color: #7a7994;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-lg.icon-tools {
  background-color: #0c7ec0;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-lg.icon-tools:before {
  border-right-color: #0c7ec0;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-lg.icon-tools:after {
  border-left-color: #0c7ec0;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-lg.icon-job {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-lg.icon-job:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-lg.icon-job:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-lg.icon-jobs {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-lg.icon-jobs:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-lg.icon-jobs:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-lg.icon-career {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-lg.icon-career:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-lg.icon-career:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-lg.icon-articles {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-lg.icon-articles:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-lg.icon-articles:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-lg.icon-news {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-lg.icon-news:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-lg.icon-news:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-lg.icon-dpa {
  background-color: #51a1aa;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-lg.icon-dpa:before {
  border-right-color: #51a1aa;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-lg.icon-dpa:after {
  border-left-color: #51a1aa;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-lg.icon-gallery {
  background-color: #fab150;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-lg.icon-gallery:before {
  border-right-color: #fab150;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-lg.icon-gallery:after {
  border-left-color: #fab150;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-lg.icon-discuss {
  background-color: #236c5f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-lg.icon-discuss:before {
  border-right-color: #236c5f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-lg.icon-discuss:after {
  border-left-color: #236c5f;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-lg.icon-glossary {
  background-color: #336483;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-lg.icon-glossary:before {
  border-right-color: #336483;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-lg.icon-glossary:after {
  border-left-color: #336483;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-lg.icon-Glossary {
  background-color: #336483;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-lg.icon-Glossary:before {
  border-right-color: #336483;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-lg.icon-Glossary:after {
  border-left-color: #336483;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-lg.icon-books {
  background-color: #003f64;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-lg.icon-books:before {
  border-right-color: #003f64;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-lg.icon-books:after {
  border-left-color: #003f64;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-lg.icon-presentations {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-lg.icon-presentations:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-lg.icon-presentations:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-lg.icon-webcons {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-lg.icon-webcons:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-lg.icon-webcons:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-lg.icon-web-conferences {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-lg.icon-web-conferences:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-lg.icon-web-conferences:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-lg.icon-videos {
  background-color: #4e565b;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-lg.icon-videos:before {
  border-right-color: #4e565b;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-lg.icon-videos:after {
  border-left-color: #4e565b;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-lg.icon-video {
  background-color: #4e565b;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-lg.icon-video:before {
  border-right-color: #4e565b;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-lg.icon-video:after {
  border-left-color: #4e565b;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-lg.icon-westin {
  background-color: #1f1f1f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-lg.icon-westin:before {
  border-right-color: #1f1f1f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-lg.icon-westin:after {
  border-left-color: #1f1f1f;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-lg.icon-vendors {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-lg.icon-vendors:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-lg.icon-vendors:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-lg.icon-ftc {
  background-color: #236c5f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-lg.icon-ftc:before {
  border-right-color: #236c5f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-lg.icon-ftc:after {
  border-left-color: #236c5f;
}
/* line 189, ../scss/base/_objects.scss */
.menu-icons .hex-gray-lg {
  position: absolute;
  top: 7px;
  right: 20px;
  opacity: 0.6;
}
/* line 194, ../scss/base/_objects.scss */
.menu-icons .hex-gray-lg .icon {
  top: 4px;
  left: 0;
}

/* line 212, ../scss/base/_objects.scss */
.hex-gray-xlg {
  width: 85px;
  height: 160px;
  background-color: #cccccc;
  position: relative;
}
/* line 147, ../scss/base/_objects.scss */
.hex-gray-xlg:before, .hex-gray-xlg:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
}
/* line 159, ../scss/base/_objects.scss */
.hex-gray-xlg:before {
  left: -50px;
  border-right: 50px solid #cccccc;
  border-bottom: 80px solid transparent;
  border-top: 80px solid transparent;
}
/* line 166, ../scss/base/_objects.scss */
.hex-gray-xlg:after {
  right: -50px;
  border-left: 50px solid #cccccc;
  border-bottom: 80px solid transparent;
  border-top: 80px solid transparent;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-traditional-breakout {
  background-color: #C21C76;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-traditional-breakout:before {
  border-right-color: #C21C76;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-traditional-breakout:after {
  border-left-color: #C21C76;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-workshop {
  background-color: #e64b3d;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-workshop:before {
  border-right-color: #e64b3d;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-workshop:after {
  border-left-color: #e64b3d;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-certification {
  background-color: #70bf4c;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-certification:before {
  border-right-color: #70bf4c;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-certification:after {
  border-left-color: #70bf4c;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-training {
  background-color: #236c5f;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-training:before {
  border-right-color: #236c5f;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-training:after {
  border-left-color: #236c5f;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-active-learning {
  background-color: #fab150;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-active-learning:before {
  border-right-color: #fab150;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-active-learning:after {
  border-left-color: #fab150;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-conversations-in-privacy {
  background-color: #7a7994;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-conversations-in-privacy:before {
  border-right-color: #7a7994;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-conversations-in-privacy:after {
  border-left-color: #7a7994;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-inspired-speakers {
  background-color: #51a1aa;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-inspired-speakers:before {
  border-right-color: #51a1aa;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-inspired-speakers:after {
  border-left-color: #51a1aa;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-advanced-topics-in-privacy {
  background-color: #003f64;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-advanced-topics-in-privacy:before {
  border-right-color: #003f64;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-advanced-topics-in-privacy:after {
  border-left-color: #003f64;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-networking {
  background-color: #4e565b;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-networking:before {
  border-right-color: #4e565b;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-networking:after {
  border-left-color: #4e565b;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-little-big-stage {
  background-color: #336483;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-little-big-stage:before {
  border-right-color: #336483;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-little-big-stage:after {
  border-left-color: #336483;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-general-session {
  background-color: #732969;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-general-session:before {
  border-right-color: #732969;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-general-session:after {
  border-left-color: #732969;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-presentation-of-research {
  background-color: #236C5F;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-presentation-of-research:before {
  border-right-color: #236C5F;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-presentation-of-research:after {
  border-left-color: #236C5F;
}
/* line 174, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-panel-discussion {
  background-color: #2782B8;
}
/* line 176, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-panel-discussion:before {
  border-right-color: #2782B8;
}
/* line 177, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-panel-discussion:after {
  border-left-color: #2782B8;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-resources {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-resources:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-resources:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-topics {
  background-color: #fab150;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-topics:before {
  border-right-color: #fab150;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-topics:after {
  border-left-color: #fab150;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-research {
  background-color: #7a7994;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-research:before {
  border-right-color: #7a7994;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-research:after {
  border-left-color: #7a7994;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-tools {
  background-color: #0c7ec0;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-tools:before {
  border-right-color: #0c7ec0;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-tools:after {
  border-left-color: #0c7ec0;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-job {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-job:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-job:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-jobs {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-jobs:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-jobs:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-career {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-career:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-career:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-articles {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-articles:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-articles:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-news {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-news:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-news:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-dpa {
  background-color: #51a1aa;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-dpa:before {
  border-right-color: #51a1aa;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-dpa:after {
  border-left-color: #51a1aa;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-gallery {
  background-color: #fab150;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-gallery:before {
  border-right-color: #fab150;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-gallery:after {
  border-left-color: #fab150;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-discuss {
  background-color: #236c5f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-discuss:before {
  border-right-color: #236c5f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-discuss:after {
  border-left-color: #236c5f;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-glossary {
  background-color: #336483;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-glossary:before {
  border-right-color: #336483;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-glossary:after {
  border-left-color: #336483;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-Glossary {
  background-color: #336483;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-Glossary:before {
  border-right-color: #336483;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-Glossary:after {
  border-left-color: #336483;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-books {
  background-color: #003f64;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-books:before {
  border-right-color: #003f64;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-books:after {
  border-left-color: #003f64;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-presentations {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-presentations:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-presentations:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-webcons {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-webcons:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-webcons:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-web-conferences {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-web-conferences:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-web-conferences:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-videos {
  background-color: #4e565b;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-videos:before {
  border-right-color: #4e565b;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-videos:after {
  border-left-color: #4e565b;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-video {
  background-color: #4e565b;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-video:before {
  border-right-color: #4e565b;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-video:after {
  border-left-color: #4e565b;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-westin {
  background-color: #1f1f1f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-westin:before {
  border-right-color: #1f1f1f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-westin:after {
  border-left-color: #1f1f1f;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-vendors {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-vendors:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-vendors:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-ftc {
  background-color: #236c5f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-ftc:before {
  border-right-color: #236c5f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-gray-xlg.icon-ftc:after {
  border-left-color: #236c5f;
}
/* line 189, ../scss/base/_objects.scss */
.menu-icons .hex-gray-xlg {
  position: absolute;
  top: 7px;
  right: 20px;
  opacity: 0.6;
}
/* line 194, ../scss/base/_objects.scss */
.menu-icons .hex-gray-xlg .icon {
  top: 4px;
  left: 0;
}

/* line 215, ../scss/base/_objects.scss */
.hex-mega {
  width: 23.8px;
  height: 45px;
  background-color: #70bf4c;
  position: relative;
}
/* line 147, ../scss/base/_objects.scss */
.hex-mega:before, .hex-mega:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
}
/* line 159, ../scss/base/_objects.scss */
.hex-mega:before {
  left: -14px;
  border-right: 14px solid #70bf4c;
  border-bottom: 22px solid transparent;
  border-top: 22px solid transparent;
}
/* line 166, ../scss/base/_objects.scss */
.hex-mega:after {
  right: -14px;
  border-left: 14px solid #70bf4c;
  border-bottom: 22px solid transparent;
  border-top: 22px solid transparent;
}
/* line 174, ../scss/base/_objects.scss */
.hex-mega.icon-traditional-breakout {
  background-color: #C21C76;
}
/* line 176, ../scss/base/_objects.scss */
.hex-mega.icon-traditional-breakout:before {
  border-right-color: #C21C76;
}
/* line 177, ../scss/base/_objects.scss */
.hex-mega.icon-traditional-breakout:after {
  border-left-color: #C21C76;
}
/* line 174, ../scss/base/_objects.scss */
.hex-mega.icon-workshop {
  background-color: #e64b3d;
}
/* line 176, ../scss/base/_objects.scss */
.hex-mega.icon-workshop:before {
  border-right-color: #e64b3d;
}
/* line 177, ../scss/base/_objects.scss */
.hex-mega.icon-workshop:after {
  border-left-color: #e64b3d;
}
/* line 174, ../scss/base/_objects.scss */
.hex-mega.icon-certification {
  background-color: #70bf4c;
}
/* line 176, ../scss/base/_objects.scss */
.hex-mega.icon-certification:before {
  border-right-color: #70bf4c;
}
/* line 177, ../scss/base/_objects.scss */
.hex-mega.icon-certification:after {
  border-left-color: #70bf4c;
}
/* line 174, ../scss/base/_objects.scss */
.hex-mega.icon-training {
  background-color: #236c5f;
}
/* line 176, ../scss/base/_objects.scss */
.hex-mega.icon-training:before {
  border-right-color: #236c5f;
}
/* line 177, ../scss/base/_objects.scss */
.hex-mega.icon-training:after {
  border-left-color: #236c5f;
}
/* line 174, ../scss/base/_objects.scss */
.hex-mega.icon-active-learning {
  background-color: #fab150;
}
/* line 176, ../scss/base/_objects.scss */
.hex-mega.icon-active-learning:before {
  border-right-color: #fab150;
}
/* line 177, ../scss/base/_objects.scss */
.hex-mega.icon-active-learning:after {
  border-left-color: #fab150;
}
/* line 174, ../scss/base/_objects.scss */
.hex-mega.icon-conversations-in-privacy {
  background-color: #7a7994;
}
/* line 176, ../scss/base/_objects.scss */
.hex-mega.icon-conversations-in-privacy:before {
  border-right-color: #7a7994;
}
/* line 177, ../scss/base/_objects.scss */
.hex-mega.icon-conversations-in-privacy:after {
  border-left-color: #7a7994;
}
/* line 174, ../scss/base/_objects.scss */
.hex-mega.icon-inspired-speakers {
  background-color: #51a1aa;
}
/* line 176, ../scss/base/_objects.scss */
.hex-mega.icon-inspired-speakers:before {
  border-right-color: #51a1aa;
}
/* line 177, ../scss/base/_objects.scss */
.hex-mega.icon-inspired-speakers:after {
  border-left-color: #51a1aa;
}
/* line 174, ../scss/base/_objects.scss */
.hex-mega.icon-advanced-topics-in-privacy {
  background-color: #003f64;
}
/* line 176, ../scss/base/_objects.scss */
.hex-mega.icon-advanced-topics-in-privacy:before {
  border-right-color: #003f64;
}
/* line 177, ../scss/base/_objects.scss */
.hex-mega.icon-advanced-topics-in-privacy:after {
  border-left-color: #003f64;
}
/* line 174, ../scss/base/_objects.scss */
.hex-mega.icon-networking {
  background-color: #4e565b;
}
/* line 176, ../scss/base/_objects.scss */
.hex-mega.icon-networking:before {
  border-right-color: #4e565b;
}
/* line 177, ../scss/base/_objects.scss */
.hex-mega.icon-networking:after {
  border-left-color: #4e565b;
}
/* line 174, ../scss/base/_objects.scss */
.hex-mega.icon-little-big-stage {
  background-color: #336483;
}
/* line 176, ../scss/base/_objects.scss */
.hex-mega.icon-little-big-stage:before {
  border-right-color: #336483;
}
/* line 177, ../scss/base/_objects.scss */
.hex-mega.icon-little-big-stage:after {
  border-left-color: #336483;
}
/* line 174, ../scss/base/_objects.scss */
.hex-mega.icon-general-session {
  background-color: #732969;
}
/* line 176, ../scss/base/_objects.scss */
.hex-mega.icon-general-session:before {
  border-right-color: #732969;
}
/* line 177, ../scss/base/_objects.scss */
.hex-mega.icon-general-session:after {
  border-left-color: #732969;
}
/* line 174, ../scss/base/_objects.scss */
.hex-mega.icon-presentation-of-research {
  background-color: #236C5F;
}
/* line 176, ../scss/base/_objects.scss */
.hex-mega.icon-presentation-of-research:before {
  border-right-color: #236C5F;
}
/* line 177, ../scss/base/_objects.scss */
.hex-mega.icon-presentation-of-research:after {
  border-left-color: #236C5F;
}
/* line 174, ../scss/base/_objects.scss */
.hex-mega.icon-panel-discussion {
  background-color: #2782B8;
}
/* line 176, ../scss/base/_objects.scss */
.hex-mega.icon-panel-discussion:before {
  border-right-color: #2782B8;
}
/* line 177, ../scss/base/_objects.scss */
.hex-mega.icon-panel-discussion:after {
  border-left-color: #2782B8;
}
/* line 182, ../scss/base/_objects.scss */
.hex-mega.icon-resources {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-mega.icon-resources:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-mega.icon-resources:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-mega.icon-topics {
  background-color: #fab150;
}
/* line 184, ../scss/base/_objects.scss */
.hex-mega.icon-topics:before {
  border-right-color: #fab150;
}
/* line 185, ../scss/base/_objects.scss */
.hex-mega.icon-topics:after {
  border-left-color: #fab150;
}
/* line 182, ../scss/base/_objects.scss */
.hex-mega.icon-research {
  background-color: #7a7994;
}
/* line 184, ../scss/base/_objects.scss */
.hex-mega.icon-research:before {
  border-right-color: #7a7994;
}
/* line 185, ../scss/base/_objects.scss */
.hex-mega.icon-research:after {
  border-left-color: #7a7994;
}
/* line 182, ../scss/base/_objects.scss */
.hex-mega.icon-tools {
  background-color: #0c7ec0;
}
/* line 184, ../scss/base/_objects.scss */
.hex-mega.icon-tools:before {
  border-right-color: #0c7ec0;
}
/* line 185, ../scss/base/_objects.scss */
.hex-mega.icon-tools:after {
  border-left-color: #0c7ec0;
}
/* line 182, ../scss/base/_objects.scss */
.hex-mega.icon-job {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-mega.icon-job:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-mega.icon-job:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-mega.icon-jobs {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-mega.icon-jobs:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-mega.icon-jobs:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-mega.icon-career {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-mega.icon-career:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-mega.icon-career:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-mega.icon-articles {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-mega.icon-articles:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-mega.icon-articles:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-mega.icon-news {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-mega.icon-news:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-mega.icon-news:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-mega.icon-dpa {
  background-color: #51a1aa;
}
/* line 184, ../scss/base/_objects.scss */
.hex-mega.icon-dpa:before {
  border-right-color: #51a1aa;
}
/* line 185, ../scss/base/_objects.scss */
.hex-mega.icon-dpa:after {
  border-left-color: #51a1aa;
}
/* line 182, ../scss/base/_objects.scss */
.hex-mega.icon-gallery {
  background-color: #fab150;
}
/* line 184, ../scss/base/_objects.scss */
.hex-mega.icon-gallery:before {
  border-right-color: #fab150;
}
/* line 185, ../scss/base/_objects.scss */
.hex-mega.icon-gallery:after {
  border-left-color: #fab150;
}
/* line 182, ../scss/base/_objects.scss */
.hex-mega.icon-discuss {
  background-color: #236c5f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-mega.icon-discuss:before {
  border-right-color: #236c5f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-mega.icon-discuss:after {
  border-left-color: #236c5f;
}
/* line 182, ../scss/base/_objects.scss */
.hex-mega.icon-glossary {
  background-color: #336483;
}
/* line 184, ../scss/base/_objects.scss */
.hex-mega.icon-glossary:before {
  border-right-color: #336483;
}
/* line 185, ../scss/base/_objects.scss */
.hex-mega.icon-glossary:after {
  border-left-color: #336483;
}
/* line 182, ../scss/base/_objects.scss */
.hex-mega.icon-Glossary {
  background-color: #336483;
}
/* line 184, ../scss/base/_objects.scss */
.hex-mega.icon-Glossary:before {
  border-right-color: #336483;
}
/* line 185, ../scss/base/_objects.scss */
.hex-mega.icon-Glossary:after {
  border-left-color: #336483;
}
/* line 182, ../scss/base/_objects.scss */
.hex-mega.icon-books {
  background-color: #003f64;
}
/* line 184, ../scss/base/_objects.scss */
.hex-mega.icon-books:before {
  border-right-color: #003f64;
}
/* line 185, ../scss/base/_objects.scss */
.hex-mega.icon-books:after {
  border-left-color: #003f64;
}
/* line 182, ../scss/base/_objects.scss */
.hex-mega.icon-presentations {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-mega.icon-presentations:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-mega.icon-presentations:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-mega.icon-webcons {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-mega.icon-webcons:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-mega.icon-webcons:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-mega.icon-web-conferences {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-mega.icon-web-conferences:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-mega.icon-web-conferences:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-mega.icon-videos {
  background-color: #4e565b;
}
/* line 184, ../scss/base/_objects.scss */
.hex-mega.icon-videos:before {
  border-right-color: #4e565b;
}
/* line 185, ../scss/base/_objects.scss */
.hex-mega.icon-videos:after {
  border-left-color: #4e565b;
}
/* line 182, ../scss/base/_objects.scss */
.hex-mega.icon-video {
  background-color: #4e565b;
}
/* line 184, ../scss/base/_objects.scss */
.hex-mega.icon-video:before {
  border-right-color: #4e565b;
}
/* line 185, ../scss/base/_objects.scss */
.hex-mega.icon-video:after {
  border-left-color: #4e565b;
}
/* line 182, ../scss/base/_objects.scss */
.hex-mega.icon-westin {
  background-color: #1f1f1f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-mega.icon-westin:before {
  border-right-color: #1f1f1f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-mega.icon-westin:after {
  border-left-color: #1f1f1f;
}
/* line 182, ../scss/base/_objects.scss */
.hex-mega.icon-vendors {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-mega.icon-vendors:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-mega.icon-vendors:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-mega.icon-ftc {
  background-color: #236c5f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-mega.icon-ftc:before {
  border-right-color: #236c5f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-mega.icon-ftc:after {
  border-left-color: #236c5f;
}
/* line 189, ../scss/base/_objects.scss */
.menu-icons .hex-mega {
  position: absolute;
  top: 7px;
  right: 20px;
  opacity: 0.6;
}
/* line 194, ../scss/base/_objects.scss */
.menu-icons .hex-mega .icon {
  top: 4px;
  left: 0;
}

/* line 218, ../scss/base/_objects.scss */
.hex-warning-med {
  width: 17px;
  height: 32px;
  background-color: #fab150;
  position: relative;
  margin-left: 20px !important;
}
/* line 147, ../scss/base/_objects.scss */
.hex-warning-med:before, .hex-warning-med:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
}
/* line 159, ../scss/base/_objects.scss */
.hex-warning-med:before {
  left: -10px;
  border-right: 10px solid #fab150;
  border-bottom: 16px solid transparent;
  border-top: 16px solid transparent;
}
/* line 166, ../scss/base/_objects.scss */
.hex-warning-med:after {
  right: -10px;
  border-left: 10px solid #fab150;
  border-bottom: 16px solid transparent;
  border-top: 16px solid transparent;
}
/* line 174, ../scss/base/_objects.scss */
.hex-warning-med.icon-traditional-breakout {
  background-color: #C21C76;
}
/* line 176, ../scss/base/_objects.scss */
.hex-warning-med.icon-traditional-breakout:before {
  border-right-color: #C21C76;
}
/* line 177, ../scss/base/_objects.scss */
.hex-warning-med.icon-traditional-breakout:after {
  border-left-color: #C21C76;
}
/* line 174, ../scss/base/_objects.scss */
.hex-warning-med.icon-workshop {
  background-color: #e64b3d;
}
/* line 176, ../scss/base/_objects.scss */
.hex-warning-med.icon-workshop:before {
  border-right-color: #e64b3d;
}
/* line 177, ../scss/base/_objects.scss */
.hex-warning-med.icon-workshop:after {
  border-left-color: #e64b3d;
}
/* line 174, ../scss/base/_objects.scss */
.hex-warning-med.icon-certification {
  background-color: #70bf4c;
}
/* line 176, ../scss/base/_objects.scss */
.hex-warning-med.icon-certification:before {
  border-right-color: #70bf4c;
}
/* line 177, ../scss/base/_objects.scss */
.hex-warning-med.icon-certification:after {
  border-left-color: #70bf4c;
}
/* line 174, ../scss/base/_objects.scss */
.hex-warning-med.icon-training {
  background-color: #236c5f;
}
/* line 176, ../scss/base/_objects.scss */
.hex-warning-med.icon-training:before {
  border-right-color: #236c5f;
}
/* line 177, ../scss/base/_objects.scss */
.hex-warning-med.icon-training:after {
  border-left-color: #236c5f;
}
/* line 174, ../scss/base/_objects.scss */
.hex-warning-med.icon-active-learning {
  background-color: #fab150;
}
/* line 176, ../scss/base/_objects.scss */
.hex-warning-med.icon-active-learning:before {
  border-right-color: #fab150;
}
/* line 177, ../scss/base/_objects.scss */
.hex-warning-med.icon-active-learning:after {
  border-left-color: #fab150;
}
/* line 174, ../scss/base/_objects.scss */
.hex-warning-med.icon-conversations-in-privacy {
  background-color: #7a7994;
}
/* line 176, ../scss/base/_objects.scss */
.hex-warning-med.icon-conversations-in-privacy:before {
  border-right-color: #7a7994;
}
/* line 177, ../scss/base/_objects.scss */
.hex-warning-med.icon-conversations-in-privacy:after {
  border-left-color: #7a7994;
}
/* line 174, ../scss/base/_objects.scss */
.hex-warning-med.icon-inspired-speakers {
  background-color: #51a1aa;
}
/* line 176, ../scss/base/_objects.scss */
.hex-warning-med.icon-inspired-speakers:before {
  border-right-color: #51a1aa;
}
/* line 177, ../scss/base/_objects.scss */
.hex-warning-med.icon-inspired-speakers:after {
  border-left-color: #51a1aa;
}
/* line 174, ../scss/base/_objects.scss */
.hex-warning-med.icon-advanced-topics-in-privacy {
  background-color: #003f64;
}
/* line 176, ../scss/base/_objects.scss */
.hex-warning-med.icon-advanced-topics-in-privacy:before {
  border-right-color: #003f64;
}
/* line 177, ../scss/base/_objects.scss */
.hex-warning-med.icon-advanced-topics-in-privacy:after {
  border-left-color: #003f64;
}
/* line 174, ../scss/base/_objects.scss */
.hex-warning-med.icon-networking {
  background-color: #4e565b;
}
/* line 176, ../scss/base/_objects.scss */
.hex-warning-med.icon-networking:before {
  border-right-color: #4e565b;
}
/* line 177, ../scss/base/_objects.scss */
.hex-warning-med.icon-networking:after {
  border-left-color: #4e565b;
}
/* line 174, ../scss/base/_objects.scss */
.hex-warning-med.icon-little-big-stage {
  background-color: #336483;
}
/* line 176, ../scss/base/_objects.scss */
.hex-warning-med.icon-little-big-stage:before {
  border-right-color: #336483;
}
/* line 177, ../scss/base/_objects.scss */
.hex-warning-med.icon-little-big-stage:after {
  border-left-color: #336483;
}
/* line 174, ../scss/base/_objects.scss */
.hex-warning-med.icon-general-session {
  background-color: #732969;
}
/* line 176, ../scss/base/_objects.scss */
.hex-warning-med.icon-general-session:before {
  border-right-color: #732969;
}
/* line 177, ../scss/base/_objects.scss */
.hex-warning-med.icon-general-session:after {
  border-left-color: #732969;
}
/* line 174, ../scss/base/_objects.scss */
.hex-warning-med.icon-presentation-of-research {
  background-color: #236C5F;
}
/* line 176, ../scss/base/_objects.scss */
.hex-warning-med.icon-presentation-of-research:before {
  border-right-color: #236C5F;
}
/* line 177, ../scss/base/_objects.scss */
.hex-warning-med.icon-presentation-of-research:after {
  border-left-color: #236C5F;
}
/* line 174, ../scss/base/_objects.scss */
.hex-warning-med.icon-panel-discussion {
  background-color: #2782B8;
}
/* line 176, ../scss/base/_objects.scss */
.hex-warning-med.icon-panel-discussion:before {
  border-right-color: #2782B8;
}
/* line 177, ../scss/base/_objects.scss */
.hex-warning-med.icon-panel-discussion:after {
  border-left-color: #2782B8;
}
/* line 182, ../scss/base/_objects.scss */
.hex-warning-med.icon-resources {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-warning-med.icon-resources:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-warning-med.icon-resources:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-warning-med.icon-topics {
  background-color: #fab150;
}
/* line 184, ../scss/base/_objects.scss */
.hex-warning-med.icon-topics:before {
  border-right-color: #fab150;
}
/* line 185, ../scss/base/_objects.scss */
.hex-warning-med.icon-topics:after {
  border-left-color: #fab150;
}
/* line 182, ../scss/base/_objects.scss */
.hex-warning-med.icon-research {
  background-color: #7a7994;
}
/* line 184, ../scss/base/_objects.scss */
.hex-warning-med.icon-research:before {
  border-right-color: #7a7994;
}
/* line 185, ../scss/base/_objects.scss */
.hex-warning-med.icon-research:after {
  border-left-color: #7a7994;
}
/* line 182, ../scss/base/_objects.scss */
.hex-warning-med.icon-tools {
  background-color: #0c7ec0;
}
/* line 184, ../scss/base/_objects.scss */
.hex-warning-med.icon-tools:before {
  border-right-color: #0c7ec0;
}
/* line 185, ../scss/base/_objects.scss */
.hex-warning-med.icon-tools:after {
  border-left-color: #0c7ec0;
}
/* line 182, ../scss/base/_objects.scss */
.hex-warning-med.icon-job {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-warning-med.icon-job:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-warning-med.icon-job:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-warning-med.icon-jobs {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-warning-med.icon-jobs:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-warning-med.icon-jobs:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-warning-med.icon-career {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-warning-med.icon-career:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-warning-med.icon-career:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-warning-med.icon-articles {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-warning-med.icon-articles:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-warning-med.icon-articles:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-warning-med.icon-news {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-warning-med.icon-news:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-warning-med.icon-news:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-warning-med.icon-dpa {
  background-color: #51a1aa;
}
/* line 184, ../scss/base/_objects.scss */
.hex-warning-med.icon-dpa:before {
  border-right-color: #51a1aa;
}
/* line 185, ../scss/base/_objects.scss */
.hex-warning-med.icon-dpa:after {
  border-left-color: #51a1aa;
}
/* line 182, ../scss/base/_objects.scss */
.hex-warning-med.icon-gallery {
  background-color: #fab150;
}
/* line 184, ../scss/base/_objects.scss */
.hex-warning-med.icon-gallery:before {
  border-right-color: #fab150;
}
/* line 185, ../scss/base/_objects.scss */
.hex-warning-med.icon-gallery:after {
  border-left-color: #fab150;
}
/* line 182, ../scss/base/_objects.scss */
.hex-warning-med.icon-discuss {
  background-color: #236c5f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-warning-med.icon-discuss:before {
  border-right-color: #236c5f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-warning-med.icon-discuss:after {
  border-left-color: #236c5f;
}
/* line 182, ../scss/base/_objects.scss */
.hex-warning-med.icon-glossary {
  background-color: #336483;
}
/* line 184, ../scss/base/_objects.scss */
.hex-warning-med.icon-glossary:before {
  border-right-color: #336483;
}
/* line 185, ../scss/base/_objects.scss */
.hex-warning-med.icon-glossary:after {
  border-left-color: #336483;
}
/* line 182, ../scss/base/_objects.scss */
.hex-warning-med.icon-Glossary {
  background-color: #336483;
}
/* line 184, ../scss/base/_objects.scss */
.hex-warning-med.icon-Glossary:before {
  border-right-color: #336483;
}
/* line 185, ../scss/base/_objects.scss */
.hex-warning-med.icon-Glossary:after {
  border-left-color: #336483;
}
/* line 182, ../scss/base/_objects.scss */
.hex-warning-med.icon-books {
  background-color: #003f64;
}
/* line 184, ../scss/base/_objects.scss */
.hex-warning-med.icon-books:before {
  border-right-color: #003f64;
}
/* line 185, ../scss/base/_objects.scss */
.hex-warning-med.icon-books:after {
  border-left-color: #003f64;
}
/* line 182, ../scss/base/_objects.scss */
.hex-warning-med.icon-presentations {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-warning-med.icon-presentations:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-warning-med.icon-presentations:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-warning-med.icon-webcons {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-warning-med.icon-webcons:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-warning-med.icon-webcons:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-warning-med.icon-web-conferences {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-warning-med.icon-web-conferences:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-warning-med.icon-web-conferences:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-warning-med.icon-videos {
  background-color: #4e565b;
}
/* line 184, ../scss/base/_objects.scss */
.hex-warning-med.icon-videos:before {
  border-right-color: #4e565b;
}
/* line 185, ../scss/base/_objects.scss */
.hex-warning-med.icon-videos:after {
  border-left-color: #4e565b;
}
/* line 182, ../scss/base/_objects.scss */
.hex-warning-med.icon-video {
  background-color: #4e565b;
}
/* line 184, ../scss/base/_objects.scss */
.hex-warning-med.icon-video:before {
  border-right-color: #4e565b;
}
/* line 185, ../scss/base/_objects.scss */
.hex-warning-med.icon-video:after {
  border-left-color: #4e565b;
}
/* line 182, ../scss/base/_objects.scss */
.hex-warning-med.icon-westin {
  background-color: #1f1f1f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-warning-med.icon-westin:before {
  border-right-color: #1f1f1f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-warning-med.icon-westin:after {
  border-left-color: #1f1f1f;
}
/* line 182, ../scss/base/_objects.scss */
.hex-warning-med.icon-vendors {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-warning-med.icon-vendors:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-warning-med.icon-vendors:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-warning-med.icon-ftc {
  background-color: #236c5f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-warning-med.icon-ftc:before {
  border-right-color: #236c5f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-warning-med.icon-ftc:after {
  border-left-color: #236c5f;
}
/* line 189, ../scss/base/_objects.scss */
.menu-icons .hex-warning-med {
  position: absolute;
  top: 7px;
  right: 20px;
  opacity: 0.6;
}
/* line 194, ../scss/base/_objects.scss */
.menu-icons .hex-warning-med .icon {
  top: 4px;
  left: 0;
}

/* line 220, ../scss/base/_objects.scss */
.hex-success-med {
  width: 17px;
  height: 32px;
  background-color: #70bf4c;
  position: relative;
  margin-left: 20px !important;
}
/* line 147, ../scss/base/_objects.scss */
.hex-success-med:before, .hex-success-med:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
}
/* line 159, ../scss/base/_objects.scss */
.hex-success-med:before {
  left: -10px;
  border-right: 10px solid #70bf4c;
  border-bottom: 16px solid transparent;
  border-top: 16px solid transparent;
}
/* line 166, ../scss/base/_objects.scss */
.hex-success-med:after {
  right: -10px;
  border-left: 10px solid #70bf4c;
  border-bottom: 16px solid transparent;
  border-top: 16px solid transparent;
}
/* line 174, ../scss/base/_objects.scss */
.hex-success-med.icon-traditional-breakout {
  background-color: #C21C76;
}
/* line 176, ../scss/base/_objects.scss */
.hex-success-med.icon-traditional-breakout:before {
  border-right-color: #C21C76;
}
/* line 177, ../scss/base/_objects.scss */
.hex-success-med.icon-traditional-breakout:after {
  border-left-color: #C21C76;
}
/* line 174, ../scss/base/_objects.scss */
.hex-success-med.icon-workshop {
  background-color: #e64b3d;
}
/* line 176, ../scss/base/_objects.scss */
.hex-success-med.icon-workshop:before {
  border-right-color: #e64b3d;
}
/* line 177, ../scss/base/_objects.scss */
.hex-success-med.icon-workshop:after {
  border-left-color: #e64b3d;
}
/* line 174, ../scss/base/_objects.scss */
.hex-success-med.icon-certification {
  background-color: #70bf4c;
}
/* line 176, ../scss/base/_objects.scss */
.hex-success-med.icon-certification:before {
  border-right-color: #70bf4c;
}
/* line 177, ../scss/base/_objects.scss */
.hex-success-med.icon-certification:after {
  border-left-color: #70bf4c;
}
/* line 174, ../scss/base/_objects.scss */
.hex-success-med.icon-training {
  background-color: #236c5f;
}
/* line 176, ../scss/base/_objects.scss */
.hex-success-med.icon-training:before {
  border-right-color: #236c5f;
}
/* line 177, ../scss/base/_objects.scss */
.hex-success-med.icon-training:after {
  border-left-color: #236c5f;
}
/* line 174, ../scss/base/_objects.scss */
.hex-success-med.icon-active-learning {
  background-color: #fab150;
}
/* line 176, ../scss/base/_objects.scss */
.hex-success-med.icon-active-learning:before {
  border-right-color: #fab150;
}
/* line 177, ../scss/base/_objects.scss */
.hex-success-med.icon-active-learning:after {
  border-left-color: #fab150;
}
/* line 174, ../scss/base/_objects.scss */
.hex-success-med.icon-conversations-in-privacy {
  background-color: #7a7994;
}
/* line 176, ../scss/base/_objects.scss */
.hex-success-med.icon-conversations-in-privacy:before {
  border-right-color: #7a7994;
}
/* line 177, ../scss/base/_objects.scss */
.hex-success-med.icon-conversations-in-privacy:after {
  border-left-color: #7a7994;
}
/* line 174, ../scss/base/_objects.scss */
.hex-success-med.icon-inspired-speakers {
  background-color: #51a1aa;
}
/* line 176, ../scss/base/_objects.scss */
.hex-success-med.icon-inspired-speakers:before {
  border-right-color: #51a1aa;
}
/* line 177, ../scss/base/_objects.scss */
.hex-success-med.icon-inspired-speakers:after {
  border-left-color: #51a1aa;
}
/* line 174, ../scss/base/_objects.scss */
.hex-success-med.icon-advanced-topics-in-privacy {
  background-color: #003f64;
}
/* line 176, ../scss/base/_objects.scss */
.hex-success-med.icon-advanced-topics-in-privacy:before {
  border-right-color: #003f64;
}
/* line 177, ../scss/base/_objects.scss */
.hex-success-med.icon-advanced-topics-in-privacy:after {
  border-left-color: #003f64;
}
/* line 174, ../scss/base/_objects.scss */
.hex-success-med.icon-networking {
  background-color: #4e565b;
}
/* line 176, ../scss/base/_objects.scss */
.hex-success-med.icon-networking:before {
  border-right-color: #4e565b;
}
/* line 177, ../scss/base/_objects.scss */
.hex-success-med.icon-networking:after {
  border-left-color: #4e565b;
}
/* line 174, ../scss/base/_objects.scss */
.hex-success-med.icon-little-big-stage {
  background-color: #336483;
}
/* line 176, ../scss/base/_objects.scss */
.hex-success-med.icon-little-big-stage:before {
  border-right-color: #336483;
}
/* line 177, ../scss/base/_objects.scss */
.hex-success-med.icon-little-big-stage:after {
  border-left-color: #336483;
}
/* line 174, ../scss/base/_objects.scss */
.hex-success-med.icon-general-session {
  background-color: #732969;
}
/* line 176, ../scss/base/_objects.scss */
.hex-success-med.icon-general-session:before {
  border-right-color: #732969;
}
/* line 177, ../scss/base/_objects.scss */
.hex-success-med.icon-general-session:after {
  border-left-color: #732969;
}
/* line 174, ../scss/base/_objects.scss */
.hex-success-med.icon-presentation-of-research {
  background-color: #236C5F;
}
/* line 176, ../scss/base/_objects.scss */
.hex-success-med.icon-presentation-of-research:before {
  border-right-color: #236C5F;
}
/* line 177, ../scss/base/_objects.scss */
.hex-success-med.icon-presentation-of-research:after {
  border-left-color: #236C5F;
}
/* line 174, ../scss/base/_objects.scss */
.hex-success-med.icon-panel-discussion {
  background-color: #2782B8;
}
/* line 176, ../scss/base/_objects.scss */
.hex-success-med.icon-panel-discussion:before {
  border-right-color: #2782B8;
}
/* line 177, ../scss/base/_objects.scss */
.hex-success-med.icon-panel-discussion:after {
  border-left-color: #2782B8;
}
/* line 182, ../scss/base/_objects.scss */
.hex-success-med.icon-resources {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-success-med.icon-resources:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-success-med.icon-resources:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-success-med.icon-topics {
  background-color: #fab150;
}
/* line 184, ../scss/base/_objects.scss */
.hex-success-med.icon-topics:before {
  border-right-color: #fab150;
}
/* line 185, ../scss/base/_objects.scss */
.hex-success-med.icon-topics:after {
  border-left-color: #fab150;
}
/* line 182, ../scss/base/_objects.scss */
.hex-success-med.icon-research {
  background-color: #7a7994;
}
/* line 184, ../scss/base/_objects.scss */
.hex-success-med.icon-research:before {
  border-right-color: #7a7994;
}
/* line 185, ../scss/base/_objects.scss */
.hex-success-med.icon-research:after {
  border-left-color: #7a7994;
}
/* line 182, ../scss/base/_objects.scss */
.hex-success-med.icon-tools {
  background-color: #0c7ec0;
}
/* line 184, ../scss/base/_objects.scss */
.hex-success-med.icon-tools:before {
  border-right-color: #0c7ec0;
}
/* line 185, ../scss/base/_objects.scss */
.hex-success-med.icon-tools:after {
  border-left-color: #0c7ec0;
}
/* line 182, ../scss/base/_objects.scss */
.hex-success-med.icon-job {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-success-med.icon-job:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-success-med.icon-job:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-success-med.icon-jobs {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-success-med.icon-jobs:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-success-med.icon-jobs:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-success-med.icon-career {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-success-med.icon-career:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-success-med.icon-career:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-success-med.icon-articles {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-success-med.icon-articles:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-success-med.icon-articles:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-success-med.icon-news {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-success-med.icon-news:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-success-med.icon-news:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-success-med.icon-dpa {
  background-color: #51a1aa;
}
/* line 184, ../scss/base/_objects.scss */
.hex-success-med.icon-dpa:before {
  border-right-color: #51a1aa;
}
/* line 185, ../scss/base/_objects.scss */
.hex-success-med.icon-dpa:after {
  border-left-color: #51a1aa;
}
/* line 182, ../scss/base/_objects.scss */
.hex-success-med.icon-gallery {
  background-color: #fab150;
}
/* line 184, ../scss/base/_objects.scss */
.hex-success-med.icon-gallery:before {
  border-right-color: #fab150;
}
/* line 185, ../scss/base/_objects.scss */
.hex-success-med.icon-gallery:after {
  border-left-color: #fab150;
}
/* line 182, ../scss/base/_objects.scss */
.hex-success-med.icon-discuss {
  background-color: #236c5f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-success-med.icon-discuss:before {
  border-right-color: #236c5f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-success-med.icon-discuss:after {
  border-left-color: #236c5f;
}
/* line 182, ../scss/base/_objects.scss */
.hex-success-med.icon-glossary {
  background-color: #336483;
}
/* line 184, ../scss/base/_objects.scss */
.hex-success-med.icon-glossary:before {
  border-right-color: #336483;
}
/* line 185, ../scss/base/_objects.scss */
.hex-success-med.icon-glossary:after {
  border-left-color: #336483;
}
/* line 182, ../scss/base/_objects.scss */
.hex-success-med.icon-Glossary {
  background-color: #336483;
}
/* line 184, ../scss/base/_objects.scss */
.hex-success-med.icon-Glossary:before {
  border-right-color: #336483;
}
/* line 185, ../scss/base/_objects.scss */
.hex-success-med.icon-Glossary:after {
  border-left-color: #336483;
}
/* line 182, ../scss/base/_objects.scss */
.hex-success-med.icon-books {
  background-color: #003f64;
}
/* line 184, ../scss/base/_objects.scss */
.hex-success-med.icon-books:before {
  border-right-color: #003f64;
}
/* line 185, ../scss/base/_objects.scss */
.hex-success-med.icon-books:after {
  border-left-color: #003f64;
}
/* line 182, ../scss/base/_objects.scss */
.hex-success-med.icon-presentations {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-success-med.icon-presentations:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-success-med.icon-presentations:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-success-med.icon-webcons {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-success-med.icon-webcons:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-success-med.icon-webcons:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-success-med.icon-web-conferences {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-success-med.icon-web-conferences:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-success-med.icon-web-conferences:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-success-med.icon-videos {
  background-color: #4e565b;
}
/* line 184, ../scss/base/_objects.scss */
.hex-success-med.icon-videos:before {
  border-right-color: #4e565b;
}
/* line 185, ../scss/base/_objects.scss */
.hex-success-med.icon-videos:after {
  border-left-color: #4e565b;
}
/* line 182, ../scss/base/_objects.scss */
.hex-success-med.icon-video {
  background-color: #4e565b;
}
/* line 184, ../scss/base/_objects.scss */
.hex-success-med.icon-video:before {
  border-right-color: #4e565b;
}
/* line 185, ../scss/base/_objects.scss */
.hex-success-med.icon-video:after {
  border-left-color: #4e565b;
}
/* line 182, ../scss/base/_objects.scss */
.hex-success-med.icon-westin {
  background-color: #1f1f1f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-success-med.icon-westin:before {
  border-right-color: #1f1f1f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-success-med.icon-westin:after {
  border-left-color: #1f1f1f;
}
/* line 182, ../scss/base/_objects.scss */
.hex-success-med.icon-vendors {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-success-med.icon-vendors:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-success-med.icon-vendors:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-success-med.icon-ftc {
  background-color: #236c5f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-success-med.icon-ftc:before {
  border-right-color: #236c5f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-success-med.icon-ftc:after {
  border-left-color: #236c5f;
}
/* line 189, ../scss/base/_objects.scss */
.menu-icons .hex-success-med {
  position: absolute;
  top: 7px;
  right: 20px;
  opacity: 0.6;
}
/* line 194, ../scss/base/_objects.scss */
.menu-icons .hex-success-med .icon {
  top: 4px;
  left: 0;
}

/* line 221, ../scss/base/_objects.scss */
.hex-error-med {
  width: 17px;
  height: 32px;
  background-color: #ff9494;
  position: relative;
  margin-left: 20px !important;
}
/* line 147, ../scss/base/_objects.scss */
.hex-error-med:before, .hex-error-med:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
}
/* line 159, ../scss/base/_objects.scss */
.hex-error-med:before {
  left: -10px;
  border-right: 10px solid #ff9494;
  border-bottom: 16px solid transparent;
  border-top: 16px solid transparent;
}
/* line 166, ../scss/base/_objects.scss */
.hex-error-med:after {
  right: -10px;
  border-left: 10px solid #ff9494;
  border-bottom: 16px solid transparent;
  border-top: 16px solid transparent;
}
/* line 174, ../scss/base/_objects.scss */
.hex-error-med.icon-traditional-breakout {
  background-color: #C21C76;
}
/* line 176, ../scss/base/_objects.scss */
.hex-error-med.icon-traditional-breakout:before {
  border-right-color: #C21C76;
}
/* line 177, ../scss/base/_objects.scss */
.hex-error-med.icon-traditional-breakout:after {
  border-left-color: #C21C76;
}
/* line 174, ../scss/base/_objects.scss */
.hex-error-med.icon-workshop {
  background-color: #e64b3d;
}
/* line 176, ../scss/base/_objects.scss */
.hex-error-med.icon-workshop:before {
  border-right-color: #e64b3d;
}
/* line 177, ../scss/base/_objects.scss */
.hex-error-med.icon-workshop:after {
  border-left-color: #e64b3d;
}
/* line 174, ../scss/base/_objects.scss */
.hex-error-med.icon-certification {
  background-color: #70bf4c;
}
/* line 176, ../scss/base/_objects.scss */
.hex-error-med.icon-certification:before {
  border-right-color: #70bf4c;
}
/* line 177, ../scss/base/_objects.scss */
.hex-error-med.icon-certification:after {
  border-left-color: #70bf4c;
}
/* line 174, ../scss/base/_objects.scss */
.hex-error-med.icon-training {
  background-color: #236c5f;
}
/* line 176, ../scss/base/_objects.scss */
.hex-error-med.icon-training:before {
  border-right-color: #236c5f;
}
/* line 177, ../scss/base/_objects.scss */
.hex-error-med.icon-training:after {
  border-left-color: #236c5f;
}
/* line 174, ../scss/base/_objects.scss */
.hex-error-med.icon-active-learning {
  background-color: #fab150;
}
/* line 176, ../scss/base/_objects.scss */
.hex-error-med.icon-active-learning:before {
  border-right-color: #fab150;
}
/* line 177, ../scss/base/_objects.scss */
.hex-error-med.icon-active-learning:after {
  border-left-color: #fab150;
}
/* line 174, ../scss/base/_objects.scss */
.hex-error-med.icon-conversations-in-privacy {
  background-color: #7a7994;
}
/* line 176, ../scss/base/_objects.scss */
.hex-error-med.icon-conversations-in-privacy:before {
  border-right-color: #7a7994;
}
/* line 177, ../scss/base/_objects.scss */
.hex-error-med.icon-conversations-in-privacy:after {
  border-left-color: #7a7994;
}
/* line 174, ../scss/base/_objects.scss */
.hex-error-med.icon-inspired-speakers {
  background-color: #51a1aa;
}
/* line 176, ../scss/base/_objects.scss */
.hex-error-med.icon-inspired-speakers:before {
  border-right-color: #51a1aa;
}
/* line 177, ../scss/base/_objects.scss */
.hex-error-med.icon-inspired-speakers:after {
  border-left-color: #51a1aa;
}
/* line 174, ../scss/base/_objects.scss */
.hex-error-med.icon-advanced-topics-in-privacy {
  background-color: #003f64;
}
/* line 176, ../scss/base/_objects.scss */
.hex-error-med.icon-advanced-topics-in-privacy:before {
  border-right-color: #003f64;
}
/* line 177, ../scss/base/_objects.scss */
.hex-error-med.icon-advanced-topics-in-privacy:after {
  border-left-color: #003f64;
}
/* line 174, ../scss/base/_objects.scss */
.hex-error-med.icon-networking {
  background-color: #4e565b;
}
/* line 176, ../scss/base/_objects.scss */
.hex-error-med.icon-networking:before {
  border-right-color: #4e565b;
}
/* line 177, ../scss/base/_objects.scss */
.hex-error-med.icon-networking:after {
  border-left-color: #4e565b;
}
/* line 174, ../scss/base/_objects.scss */
.hex-error-med.icon-little-big-stage {
  background-color: #336483;
}
/* line 176, ../scss/base/_objects.scss */
.hex-error-med.icon-little-big-stage:before {
  border-right-color: #336483;
}
/* line 177, ../scss/base/_objects.scss */
.hex-error-med.icon-little-big-stage:after {
  border-left-color: #336483;
}
/* line 174, ../scss/base/_objects.scss */
.hex-error-med.icon-general-session {
  background-color: #732969;
}
/* line 176, ../scss/base/_objects.scss */
.hex-error-med.icon-general-session:before {
  border-right-color: #732969;
}
/* line 177, ../scss/base/_objects.scss */
.hex-error-med.icon-general-session:after {
  border-left-color: #732969;
}
/* line 174, ../scss/base/_objects.scss */
.hex-error-med.icon-presentation-of-research {
  background-color: #236C5F;
}
/* line 176, ../scss/base/_objects.scss */
.hex-error-med.icon-presentation-of-research:before {
  border-right-color: #236C5F;
}
/* line 177, ../scss/base/_objects.scss */
.hex-error-med.icon-presentation-of-research:after {
  border-left-color: #236C5F;
}
/* line 174, ../scss/base/_objects.scss */
.hex-error-med.icon-panel-discussion {
  background-color: #2782B8;
}
/* line 176, ../scss/base/_objects.scss */
.hex-error-med.icon-panel-discussion:before {
  border-right-color: #2782B8;
}
/* line 177, ../scss/base/_objects.scss */
.hex-error-med.icon-panel-discussion:after {
  border-left-color: #2782B8;
}
/* line 182, ../scss/base/_objects.scss */
.hex-error-med.icon-resources {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-error-med.icon-resources:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-error-med.icon-resources:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-error-med.icon-topics {
  background-color: #fab150;
}
/* line 184, ../scss/base/_objects.scss */
.hex-error-med.icon-topics:before {
  border-right-color: #fab150;
}
/* line 185, ../scss/base/_objects.scss */
.hex-error-med.icon-topics:after {
  border-left-color: #fab150;
}
/* line 182, ../scss/base/_objects.scss */
.hex-error-med.icon-research {
  background-color: #7a7994;
}
/* line 184, ../scss/base/_objects.scss */
.hex-error-med.icon-research:before {
  border-right-color: #7a7994;
}
/* line 185, ../scss/base/_objects.scss */
.hex-error-med.icon-research:after {
  border-left-color: #7a7994;
}
/* line 182, ../scss/base/_objects.scss */
.hex-error-med.icon-tools {
  background-color: #0c7ec0;
}
/* line 184, ../scss/base/_objects.scss */
.hex-error-med.icon-tools:before {
  border-right-color: #0c7ec0;
}
/* line 185, ../scss/base/_objects.scss */
.hex-error-med.icon-tools:after {
  border-left-color: #0c7ec0;
}
/* line 182, ../scss/base/_objects.scss */
.hex-error-med.icon-job {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-error-med.icon-job:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-error-med.icon-job:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-error-med.icon-jobs {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-error-med.icon-jobs:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-error-med.icon-jobs:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-error-med.icon-career {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-error-med.icon-career:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-error-med.icon-career:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-error-med.icon-articles {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-error-med.icon-articles:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-error-med.icon-articles:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-error-med.icon-news {
  background-color: #70bf4c;
}
/* line 184, ../scss/base/_objects.scss */
.hex-error-med.icon-news:before {
  border-right-color: #70bf4c;
}
/* line 185, ../scss/base/_objects.scss */
.hex-error-med.icon-news:after {
  border-left-color: #70bf4c;
}
/* line 182, ../scss/base/_objects.scss */
.hex-error-med.icon-dpa {
  background-color: #51a1aa;
}
/* line 184, ../scss/base/_objects.scss */
.hex-error-med.icon-dpa:before {
  border-right-color: #51a1aa;
}
/* line 185, ../scss/base/_objects.scss */
.hex-error-med.icon-dpa:after {
  border-left-color: #51a1aa;
}
/* line 182, ../scss/base/_objects.scss */
.hex-error-med.icon-gallery {
  background-color: #fab150;
}
/* line 184, ../scss/base/_objects.scss */
.hex-error-med.icon-gallery:before {
  border-right-color: #fab150;
}
/* line 185, ../scss/base/_objects.scss */
.hex-error-med.icon-gallery:after {
  border-left-color: #fab150;
}
/* line 182, ../scss/base/_objects.scss */
.hex-error-med.icon-discuss {
  background-color: #236c5f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-error-med.icon-discuss:before {
  border-right-color: #236c5f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-error-med.icon-discuss:after {
  border-left-color: #236c5f;
}
/* line 182, ../scss/base/_objects.scss */
.hex-error-med.icon-glossary {
  background-color: #336483;
}
/* line 184, ../scss/base/_objects.scss */
.hex-error-med.icon-glossary:before {
  border-right-color: #336483;
}
/* line 185, ../scss/base/_objects.scss */
.hex-error-med.icon-glossary:after {
  border-left-color: #336483;
}
/* line 182, ../scss/base/_objects.scss */
.hex-error-med.icon-Glossary {
  background-color: #336483;
}
/* line 184, ../scss/base/_objects.scss */
.hex-error-med.icon-Glossary:before {
  border-right-color: #336483;
}
/* line 185, ../scss/base/_objects.scss */
.hex-error-med.icon-Glossary:after {
  border-left-color: #336483;
}
/* line 182, ../scss/base/_objects.scss */
.hex-error-med.icon-books {
  background-color: #003f64;
}
/* line 184, ../scss/base/_objects.scss */
.hex-error-med.icon-books:before {
  border-right-color: #003f64;
}
/* line 185, ../scss/base/_objects.scss */
.hex-error-med.icon-books:after {
  border-left-color: #003f64;
}
/* line 182, ../scss/base/_objects.scss */
.hex-error-med.icon-presentations {
  background-color: #e64b3d;
}
/* line 184, ../scss/base/_objects.scss */
.hex-error-med.icon-presentations:before {
  border-right-color: #e64b3d;
}
/* line 185, ../scss/base/_objects.scss */
.hex-error-med.icon-presentations:after {
  border-left-color: #e64b3d;
}
/* line 182, ../scss/base/_objects.scss */
.hex-error-med.icon-webcons {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-error-med.icon-webcons:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-error-med.icon-webcons:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-error-med.icon-web-conferences {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-error-med.icon-web-conferences:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-error-med.icon-web-conferences:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-error-med.icon-videos {
  background-color: #4e565b;
}
/* line 184, ../scss/base/_objects.scss */
.hex-error-med.icon-videos:before {
  border-right-color: #4e565b;
}
/* line 185, ../scss/base/_objects.scss */
.hex-error-med.icon-videos:after {
  border-left-color: #4e565b;
}
/* line 182, ../scss/base/_objects.scss */
.hex-error-med.icon-video {
  background-color: #4e565b;
}
/* line 184, ../scss/base/_objects.scss */
.hex-error-med.icon-video:before {
  border-right-color: #4e565b;
}
/* line 185, ../scss/base/_objects.scss */
.hex-error-med.icon-video:after {
  border-left-color: #4e565b;
}
/* line 182, ../scss/base/_objects.scss */
.hex-error-med.icon-westin {
  background-color: #1f1f1f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-error-med.icon-westin:before {
  border-right-color: #1f1f1f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-error-med.icon-westin:after {
  border-left-color: #1f1f1f;
}
/* line 182, ../scss/base/_objects.scss */
.hex-error-med.icon-vendors {
  background-color: #732969;
}
/* line 184, ../scss/base/_objects.scss */
.hex-error-med.icon-vendors:before {
  border-right-color: #732969;
}
/* line 185, ../scss/base/_objects.scss */
.hex-error-med.icon-vendors:after {
  border-left-color: #732969;
}
/* line 182, ../scss/base/_objects.scss */
.hex-error-med.icon-ftc {
  background-color: #236c5f;
}
/* line 184, ../scss/base/_objects.scss */
.hex-error-med.icon-ftc:before {
  border-right-color: #236c5f;
}
/* line 185, ../scss/base/_objects.scss */
.hex-error-med.icon-ftc:after {
  border-left-color: #236c5f;
}
/* line 189, ../scss/base/_objects.scss */
.menu-icons .hex-error-med {
  position: absolute;
  top: 7px;
  right: 20px;
  opacity: 0.6;
}
/* line 194, ../scss/base/_objects.scss */
.menu-icons .hex-error-med .icon {
  top: 4px;
  left: 0;
}

/* line 226, ../scss/base/_objects.scss */
.icon-headphones {
  background-color: #70bf4c;
}

/* line 230, ../scss/base/_objects.scss */
.icon-star {
  background-color: #0c7ec0;
}

/* line 234, ../scss/base/_objects.scss */
.icon-lightbulb {
  background-color: #3f3e66;
}

/* line 239, ../scss/base/_objects.scss */
.icon-container {
  width: 60px;
  height: 60px;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 251, ../scss/base/_objects.scss */
.tz-saveable-block {
  position: absolute;
  top: 0;
  left: -3em;
}
@media (min-width: 37.5em) {
  /* line 251, ../scss/base/_objects.scss */
  .tz-saveable-block {
    left: 0;
  }
}

/* line 260, ../scss/base/_objects.scss */
.tz-saveable {
  text-decoration: none;
  color: #d9dadb;
  text-align: center;
}
/* line 264, ../scss/base/_objects.scss */
.tz-saveable:hover {
  color: #cccdcf;
}
/* line 267, ../scss/base/_objects.scss */
.is-saved .tz-saveable {
  color: #70bf4c;
}

/* line 272, ../scss/base/_objects.scss */
.saveable-icon {
  font-size: 2em;
}

/* line 286, ../scss/base/_objects.scss */
.text-centered {
  text-align: center;
}

/* line 289, ../scss/base/_objects.scss */
.img-link {
  display: block;
}

/* line 306, ../scss/base/_objects.scss */
[class^="grid-"] .media-block {
  margin-bottom: 2em;
}
/* line 308, ../scss/base/_objects.scss */
[class^="grid-"] .media-block .txt-bd {
  margin-top: 1em;
}

/* line 326, ../scss/base/_objects.scss */
.pagination-next {
  height: 35px;
  width: 35px;
}
/* line 329, ../scss/base/_objects.scss */
.pagination-next:before {
  position: absolute;
  content: '';
  top: 25%;
  right: 36%;
  border-top: 8px inset transparent;
  border-bottom: 8px inset transparent;
  border-left: 8px solid #888888;
  border-right: 0px inset transparent;
}
/* line 339, ../scss/base/_objects.scss */
.pagination-next:after {
  position: absolute;
  content: '';
  top: 25%;
  right: 48%;
  border-top: 8px inset transparent;
  border-bottom: 8px inset transparent;
  border-left: 8px solid white;
  border-right: 0px inset transparent;
}

/* line 352, ../scss/base/_objects.scss */
.pagination-prev {
  height: 35px;
  width: 35px;
}
/* line 355, ../scss/base/_objects.scss */
.pagination-prev:before {
  position: absolute;
  content: '';
  top: 25%;
  left: 36%;
  border-top: 8px inset transparent;
  border-bottom: 8px inset transparent;
  border-right: 8px solid #888888;
  border-left: 0px inset transparent;
}
/* line 365, ../scss/base/_objects.scss */
.pagination-prev:after {
  position: absolute;
  content: '';
  top: 25%;
  left: 48%;
  border-top: 8px inset transparent;
  border-bottom: 8px inset transparent;
  border-right: 8px solid white;
  border-left: 0px inset transparent;
}

/* line 388, ../scss/base/_objects.scss */
.chapter-block {
  border-bottom: 1px solid #d9dadb;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
/* line 392, ../scss/base/_objects.scss */
.chapter-block:last-child {
  border-bottom: none;
}

/* line 413, ../scss/base/_objects.scss */
.inter-img {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
/* line 419, ../scss/base/_objects.scss */
.inter-img.hdr-quote-cert-bottom {
  background-image: url(/wp-content/themes/iapp/static/img/backgrounds/quotes/cert-bottom.jpg);
}
/* line 419, ../scss/base/_objects.scss */
.inter-img.hdr-quote-connect-bottom {
  background-image: url(/wp-content/themes/iapp/static/img/backgrounds/quotes/connect-bottom.jpg);
}
/* line 424, ../scss/base/_objects.scss */
.inter-img:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjEwMjIwOCIgeTE9IjAuNzE5MTg2IiB4Mj0iMS4xMDIyMDgiIHkyPSIwLjI4MDgxNCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzNjQ4MyIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(20deg, rgba(51, 100, 131, 0.9), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(20deg, rgba(51, 100, 131, 0.9), rgba(0, 0, 0, 0));
  background-image: linear-gradient(70deg, rgba(51, 100, 131, 0.9), rgba(0, 0, 0, 0));
}
/* line 433, ../scss/base/_objects.scss */
.rgba.no-cssgradients .inter-img:before {
  background-color: rgba(51, 100, 131, 0.9);
}
/* line 435, ../scss/base/_objects.scss */
.no-rgba.no-cssgradients .inter-img:before {
  background-color: #4180a8;
}
/* line 437, ../scss/base/_objects.scss */
.inter-img:after {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjEwMjIwOCIgeTE9IjAuNzE5MTg2IiB4Mj0iMS4xMDIyMDgiIHkyPSIwLjI4MDgxNCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZGI0NGYiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(20deg, rgba(0, 0, 0, 0), rgba(109, 180, 79, 0.8));
  background-image: -webkit-linear-gradient(20deg, rgba(0, 0, 0, 0), rgba(109, 180, 79, 0.8));
  background-image: linear-gradient(70deg, rgba(0, 0, 0, 0), rgba(109, 180, 79, 0.8));
}

/* line 448, ../scss/base/_objects.scss */
.inter-inner {
  padding: 4em 0;
  *zoom: 1;
}
/* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.inter-inner:after {
  content: "";
  display: table;
  clear: both;
}

/* line 453, ../scss/base/_objects.scss */
.inter-quote {
  position: relative;
}

/* line 458, ../scss/base/_objects.scss */
.inter-tagline {
  font-weight: 300;
  color: #fff;
}

/* line 464, ../scss/base/_objects.scss */
.inter-quote-mod {
  color: #fff;
  font-weight: 300;
  font-size: 2.25em;
  line-height: 1.5em;
  position: relative;
  z-index: 2;
}

/* line 474, ../scss/base/_objects.scss */
.inter-quote {
  margin-bottom: 0.85em;
}

/* line 478, ../scss/base/_objects.scss */
.inter-quote-attr {
  font-size: 0.45em;
  text-align: right;
  font-weight: 400;
}

/* line 484, ../scss/base/_objects.scss */
.quote-line {
  position: relative;
  width: 100%;
  height: 30px;
  background-image: url(/wp-content/themes/iapp/static/img/quote_arrow.svg);
  background-repeat: no-repeat;
  background-position: 70% 0;
  background-size: cover;
}

@media (min-width: 68.75em) {
  /* line 495, ../scss/base/_objects.scss */
  .inter-block--quote {
    float: right;
    width: 55%;
  }
  /* line 499, ../scss/base/_objects.scss */
  .inter-sm .inter-block--quote {
    margin-right: 2em;
  }
}

/* line 506, ../scss/base/_objects.scss */
.inter-noimg .inter-block--quote {
  width: 90%;
  margin-right: 5%;
}

/* line 514, ../scss/base/_objects.scss */
.conf-section.full-width-bg-section + .page-mod--bg {
  margin-top: 0 !important;
}
/* line 517, ../scss/base/_objects.scss */
.page-mod--bg + .conf-section.full-width-bg-section {
  margin-top: 0 !important;
}
/* line 520, ../scss/base/_objects.scss */
.conf-section.full-width-bg-section .inter-img {
  color: #1f1f1f;
}
/* line 522, ../scss/base/_objects.scss */
.conf-section.full-width-bg-section .inter-img .section-hdr-lg {
  border-bottom: none;
}
/* line 525, ../scss/base/_objects.scss */
.conf-section.full-width-bg-section .inter-img:before, .conf-section.full-width-bg-section .inter-img:after {
  display: none;
}

/* line 542, ../scss/base/_objects.scss */
.head-overlay, .head-overlay-lg {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 30%;
  left: 0;
  right: 0;
  margin: auto;
  height: 0;
  text-align: center;
}

@media (min-width: 37.5em) {
  /* line 554, ../scss/base/_objects.scss */
  .head-overlay-lg {
    font-size: 1.5em;
  }
}
@media (min-width: 64em) {
  /* line 554, ../scss/base/_objects.scss */
  .head-overlay-lg {
    font-size: 1.7em;
  }
}

/* line 577, ../scss/base/_objects.scss */
.aside-secondary-mod {
  padding: 0 1em;
  margin: 3em 0;
}
/* line 581, ../scss/base/_objects.scss */
.aside-secondary-mod .hex-med {
  margin-bottom: 2em;
}

/* line 596, ../scss/base/_objects.scss */
.inner-nav-mod {
  border-bottom: 1px solid #d9dadb;
  padding: 1em 0;
  margin-bottom: 3em;
  *zoom: 1;
}
/* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.inner-nav-mod:after {
  content: "";
  display: table;
  clear: both;
}
/* line 601, ../scss/base/_objects.scss */
.combo-nav-mod .inner-nav-mod {
  margin-bottom: 1em;
}

/* line 606, ../scss/base/_objects.scss */
.inner-nav-hdr {
  font-weight: 700;
  float: left;
  font-size: 2em;
}

/* line 613, ../scss/base/_objects.scss */
.inner-nav-items {
  float: right;
  font-size: 1.35em;
  line-height: 2em;
}
/* line 617, ../scss/base/_objects.scss */
.combo-nav-mod .inner-nav-items {
  font-size: 1.25em;
  float: left;
}

/* line 623, ../scss/base/_objects.scss */
.inner-nav-item {
  display: inline-block;
  margin-right: 1em;
}
/* line 626, ../scss/base/_objects.scss */
.inner-nav-item:last-child {
  margin-right: 0;
}

/* line 631, ../scss/base/_objects.scss */
.inner-item-link {
  text-decoration: none;
  color: #666666;
  font-weight: 700;
}
/* line 11, ../scss/base/_links.scss */
.inner-item-link:hover {
  text-decoration: underline;
}
/* line 634, ../scss/base/_objects.scss */
.is-active .inner-item-link {
  text-decoration: none;
  color: #2e2e2f;
}
/* line 11, ../scss/base/_links.scss */
.is-active .inner-item-link:hover {
  text-decoration: underline;
}
/* line 32, ../scss/base/_links.scss */
.is-active .inner-item-link:hover {
  color: #000;
}

/* line 650, ../scss/base/_objects.scss */
.alpha-nav-items {
  *zoom: 1;
}
/* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.alpha-nav-items:after {
  content: "";
  display: table;
  clear: both;
}

/* line 654, ../scss/base/_objects.scss */
.alpha-nav-item {
  float: left;
  margin-right: 10px;
  font-size: 1.15em;
  margin-bottom: 1em;
}
/* line 659, ../scss/base/_objects.scss */
.alpha-nav-item:last-child {
  margin-right: 0;
}

/* line 664, ../scss/base/_objects.scss */
.alpha-nav-link {
  color: #1d78af;
  text-decoration: none;
  font-weight: 700;
}
/* line 668, ../scss/base/_objects.scss */
.alpha-nav-link:hover {
  text-decoration: underline;
}

/* line 682, ../scss/base/_objects.scss */
.combo-nav-mod {
  margin-bottom: 4em;
}

/* line 697, ../scss/base/_objects.scss */
.conf-section img {
  max-width: 100%;
}

/* line 702, ../scss/base/_objects.scss */
.featured-conf-img {
  display: block;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 12.5em) {
  /* line 702, ../scss/base/_objects.scss */
  .featured-conf-img {
    height: 15em;
  }
}
@media (min-width: 37.5em) {
  /* line 702, ../scss/base/_objects.scss */
  .featured-conf-img {
    height: 19em;
  }
}
@media (min-width: 56.25em) {
  /* line 702, ../scss/base/_objects.scss */
  .featured-conf-img {
    height: 20em;
  }
}
@media (min-width: 64em) {
  /* line 702, ../scss/base/_objects.scss */
  .featured-conf-img {
    background-size: contain;
    height: 17em;
  }
}
@media (min-width: 68.75em) {
  /* line 702, ../scss/base/_objects.scss */
  .featured-conf-img {
    height: 18em;
  }
}

@media (min-width: 56.25em) {
  /* line 727, ../scss/base/_objects.scss */
  .featured-conf-title h4 {
    padding: 0 2em;
  }
}

/* line 734, ../scss/base/_objects.scss */
.more-conf .media-block {
  width: 100% !important;
}
@media (min-width: 37.5em) {
  /* line 733, ../scss/base/_objects.scss */
  .more-conf {
    margin-left: -40px !important;
  }
}
@media (min-width: 56.25em) {
  /* line 733, ../scss/base/_objects.scss */
  .more-conf {
    margin-left: -62.5px !important;
  }
  /* line 740, ../scss/base/_objects.scss */
  .more-conf .media-block {
    width: 33.333333% !important;
  }
}

/* line 744, ../scss/base/_objects.scss */
.other-conf-img {
  display: block;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 12.5em) {
  /* line 744, ../scss/base/_objects.scss */
  .other-conf-img {
    height: 15em;
  }
}

/* line 754, ../scss/base/_objects.scss */
.conf-stacked {
  padding: 0 2em 1em;
}

/* line 758, ../scss/base/_objects.scss */
.conf-separator {
  width: 100%;
  height: 1px;
  margin: 2em 0;
  border-bottom: 1px solid #cccccc;
}

/* line 765, ../scss/base/_objects.scss */
.tz-conf-hp {
  display: block;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 13em;
}

/* line 772, ../scss/base/_objects.scss */
.conf-mega-img {
  width: 45px;
  height: 45px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

/* line 780, ../scss/base/_objects.scss */
.aag {
  width: 100%;
  margin-bottom: 3em;
}
/* line 784, ../scss/base/_objects.scss */
.aag .breakout td {
  margin: 1em 0 3em;
}
/* line 786, ../scss/base/_objects.scss */
.aag .breakout td img {
  padding: 0 0.5em 0.5em 0;
}
/* line 790, ../scss/base/_objects.scss */
.aag .breakout:last-child {
  padding-bottom: 3em;
}
/* line 794, ../scss/base/_objects.scss */
.aag td {
  height: 2em;
  padding-bottom: 10px;
}
/* line 797, ../scss/base/_objects.scss */
.aag td:nth-child(odd) {
  width: 20%;
  max-width: 20%;
  padding-right: 5px;
}
/* line 802, ../scss/base/_objects.scss */
.aag td a {
  text-decoration: none;
  color: #0c7ec0;
  text-decoration: underline;
}
/* line 11, ../scss/base/_links.scss */
.aag td a:hover {
  text-decoration: underline;
}

/* line 809, ../scss/base/_objects.scss */
.callout-box, .callout-box-fancy {
  background-color: #e9eaea;
  padding: 1em 1.5em;
  width: 100%;
  margin-bottom: 2em;
}
/* line 814, ../scss/base/_objects.scss */
.callout-box p:last-child, .callout-box-fancy p:last-child {
  margin-bottom: 0;
}
@media (min-width: 56.25em) {
  /* line 817, ../scss/base/_objects.scss */
  .callout-box.callout-right, .callout-right.callout-box-fancy {
    width: 40%;
    float: right;
    margin-left: 1em;
  }
}
@media (min-width: 56.25em) {
  /* line 824, ../scss/base/_objects.scss */
  .callout-box.callout-left, .callout-left.callout-box-fancy {
    width: 40%;
    float: left;
    margin-right: 1em;
  }
}

/* line 833, ../scss/base/_objects.scss */
.callout-box-fancy {
  border-left: 3px solid #70bf4c;
}
@media (min-width: 56.25em) {
  /* line 836, ../scss/base/_objects.scss */
  .callout-box-fancy.callout-right {
    width: 40%;
    float: right;
    margin-left: 1em;
  }
}
@media (min-width: 56.25em) {
  /* line 843, ../scss/base/_objects.scss */
  .callout-box-fancy.callout-left {
    width: 40%;
    float: left;
    margin-right: 1em;
  }
}

/* line 852, ../scss/base/_objects.scss */
.conference {
  padding-bottom: 62.5px;
}
/* line 856, ../scss/base/_objects.scss */
.conference .conf-section p a, .conference .conf-section li a, .conference .conf-subpage p a, .conference .conf-subpage li a {
  color: #0c7ec0;
}
/* line 859, ../scss/base/_objects.scss */
.conference .conf-section p a.button-lg--fancy, .conference .conf-section li a.button-lg--fancy, .conference .conf-subpage p a.button-lg--fancy, .conference .conf-subpage li a.button-lg--fancy {
  color: #fff;
}
/* line 864, ../scss/base/_objects.scss */
.conference .page-mod.quote-section {
  margin-top: 0;
}
/* line 866, ../scss/base/_objects.scss */
.conference .page-mod.quote-section + .page-mod--bg {
  margin-top: 0;
}

/* line 872, ../scss/base/_objects.scss */
.session-key {
  margin-top: 3em;
}
/* line 874, ../scss/base/_objects.scss */
.session-key .tz {
  margin-bottom: 0;
  padding-bottom: 0;
  display: table;
  overflow: hidden;
}
/* line 879, ../scss/base/_objects.scss */
.session-key .tz .art-bd {
  width: 10%;
  min-width: 60px;
  display: table-cell;
  vertical-align: middle;
}
/* line 885, ../scss/base/_objects.scss */
.session-key .tz .txt-bd {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.384615385em;
  line-height: 1.555555556em;
  font-weight: 300;
}

/* line 895, ../scss/base/_objects.scss */
.countdown {
  text-align: center;
  overflow: hidden;
}
/* line 898, ../scss/base/_objects.scss */
.countdown .kkcountdown-box {
  display: block;
  width: 100%;
  margin: 0 auto;
}
/* line 902, ../scss/base/_objects.scss */
.countdown .kkcountdown-box .kkc-dni, .countdown .kkcountdown-box .kkc-godz, .countdown .kkcountdown-box .kkc-min, .countdown .kkcountdown-box .kkc-sec {
  display: block;
  float: left;
  width: 21.1%;
  max-width: 21.1%;
  margin-right: 5%;
  padding: 1em 0;
  font-size: 1em;
  font-weight: bold;
  background-color: #fff;
  border: 4px solid #efefef;
}
@media (min-width: 37.5em) {
  /* line 902, ../scss/base/_objects.scss */
  .countdown .kkcountdown-box .kkc-dni, .countdown .kkcountdown-box .kkc-godz, .countdown .kkcountdown-box .kkc-min, .countdown .kkcountdown-box .kkc-sec {
    font-size: 1.3em;
  }
}
/* line 916, ../scss/base/_objects.scss */
.countdown .kkcountdown-box .kkc-dni:before, .countdown .kkcountdown-box .kkc-godz:before, .countdown .kkcountdown-box .kkc-min:before, .countdown .kkcountdown-box .kkc-sec:before {
  display: block;
  position: absolute;
  margin-top: -3em;
}
/* line 923, ../scss/base/_objects.scss */
.countdown .kkcountdown-box .kkc-dni:before {
  content: "Days";
}
@media (min-width: 56.25em) {
  /* line 923, ../scss/base/_objects.scss */
  .countdown .kkcountdown-box .kkc-dni:before {
    padding-left: 3.3em;
  }
}
/* line 931, ../scss/base/_objects.scss */
.countdown .kkcountdown-box .kkc-godz:before {
  content: "Hours";
}
@media (min-width: 56.25em) {
  /* line 931, ../scss/base/_objects.scss */
  .countdown .kkcountdown-box .kkc-godz:before {
    padding-left: 3.1em;
  }
}
/* line 939, ../scss/base/_objects.scss */
.countdown .kkcountdown-box .kkc-min:before {
  content: "Minutes";
}
@media (min-width: 56.25em) {
  /* line 939, ../scss/base/_objects.scss */
  .countdown .kkcountdown-box .kkc-min:before {
    padding-left: 2.5em;
  }
}
/* line 946, ../scss/base/_objects.scss */
.countdown .kkcountdown-box .kkc-sec {
  margin-right: 0;
}
/* line 948, ../scss/base/_objects.scss */
.countdown .kkcountdown-box .kkc-sec:before {
  content: "Seconds";
}
@media (min-width: 56.25em) {
  /* line 948, ../scss/base/_objects.scss */
  .countdown .kkcountdown-box .kkc-sec:before {
    padding-left: 2.5em;
  }
}
/* line 955, ../scss/base/_objects.scss */
.countdown .kkcountdown-box .kkc-dni-text, .countdown .kkcountdown-box .kkc-godz-text, .countdown .kkcountdown-box .kkc-min-text, .countdown .kkcountdown-box .kkc-sec-text {
  display: none;
}

/* line 971, ../scss/base/_objects.scss */
.cookie-notice {
  position: absolute;
  z-index: 1000000;
  top: 3.3em;
  background-color: #fff;
  width: 100%;
  padding: 1em;
  background-color: #f7f7f7;
  border-bottom: 4px solid #d47600;
}
/* line 980, ../scss/base/_objects.scss */
.cookie-notice.global-msg {
  z-index: 10000000;
  padding: 1em 1.5em;
}
/* line 983, ../scss/base/_objects.scss */
.cookie-notice.global-msg h2 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
/* line 987, ../scss/base/_objects.scss */
.cookie-notice.global-msg p {
  font-size: 1.1em;
  line-height: 1.4em;
}
/* line 992, ../scss/base/_objects.scss */
.cookie-notice a {
  text-decoration: none;
  color: #0c7ec0;
  text-decoration: underline;
}
/* line 11, ../scss/base/_links.scss */
.cookie-notice a:hover {
  text-decoration: underline;
}
/* line 996, ../scss/base/_objects.scss */
.cookie-notice .close-window {
  text-align: right;
  padding-top: 0.5em;
}
@media (min-width: 56.25em) {
  /* line 971, ../scss/base/_objects.scss */
  .cookie-notice {
    left: 50%;
    max-width: 68.75em;
    margin-left: -34.375em;
  }
}
@media (min-width: 68.75em) {
  /* line 971, ../scss/base/_objects.scss */
  .cookie-notice {
    top: 67px;
    left: 50%;
    width: 100%;
    max-width: 1100px;
    margin-left: -550px;
  }
}

/* line 1026, ../scss/base/_objects.scss */
.map-tabs .r-tabs-accordion-title {
  display: none !important;
}
/* line 1029, ../scss/base/_objects.scss */
.map-tabs .map-area.r-tabs-state-active {
  display: none !important;
}
@media (min-width: 56.25em) {
  /* line 1029, ../scss/base/_objects.scss */
  .map-tabs .map-area.r-tabs-state-active {
    display: block !important;
  }
}
/* line 1035, ../scss/base/_objects.scss */
.map-tabs .map-area:last-child {
  overflow: hidden;
  padding: 15px;
  column-count: 5;
  column-gap: 10px;
  -moz-column-count: 5;
  -moz-column-gap: 10px;
  -webkit-column-count: 5;
  -webkit-column-gap: 10px;
}
/* line 1044, ../scss/base/_objects.scss */
.map-tabs .map-area:last-child ul {
  margin: 0;
  padding: 0;
}
/* line 1047, ../scss/base/_objects.scss */
.map-tabs .map-area:last-child ul li {
  list-style-type: none;
  margin: 0;
  width: 100%;
  padding: 0.2% 1%;
  text-align: left;
  border-bottom: none;
}
/* line 1054, ../scss/base/_objects.scss */
.map-tabs .map-area:last-child ul li a {
  color: #0c7ec0;
}
/* line 1059, ../scss/base/_objects.scss */
.map-tabs .map-area:last-child select {
  display: none;
}
@media (max-width: 56.25em) {
  /* line 1035, ../scss/base/_objects.scss */
  .map-tabs .map-area:last-child {
    display: block !important;
    text-align: center;
    column-count: 1;
    column-gap: 0;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
  }
  /* line 1071, ../scss/base/_objects.scss */
  .map-tabs .map-area:last-child ul {
    display: none;
  }
  /* line 1074, ../scss/base/_objects.scss */
  .map-tabs .map-area:last-child select {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 37.5em) {
  /* line 1081, ../scss/base/_objects.scss */
  .map-tabs .map-area:last-child select {
    width: 80%;
  }
}

/* line 1097, ../scss/base/_objects.scss */
iframe {
  max-width: 100%;
}

@media (min-width: 68.75em) {
  /* line 1103, ../scss/base/_objects.scss */
  .img-overlay-btm {
    margin-top: -3em;
    padding: 0 0 3em 2em;
  }
}
/* line 1108, ../scss/base/_objects.scss */
.img-overlay-btm a {
  font-weight: bold;
  margin-right: 2.8em;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 37.5em) {
  /* line 1108, ../scss/base/_objects.scss */
  .img-overlay-btm a {
    display: block;
    width: 100%;
  }
}
/* line 1118, ../scss/base/_objects.scss */
.img-overlay-btm a:last-child {
  margin-right: 0;
}
/* line 1121, ../scss/base/_objects.scss */
.img-overlay-btm a i {
  margin-left: 0.5em;
}

/* line 1142, ../scss/base/_objects.scss */
.info-tooltip {
  color: #70bf4c;
  font-size: 0.75em;
  display: none !important;
}
/* line 1146, ../scss/base/_objects.scss */
.info-tooltip:hover {
  color: #63b240;
}
@media (min-width: 37.5em) {
  /* line 1142, ../scss/base/_objects.scss */
  .info-tooltip {
    margin-left: 1em;
    display: inline !important;
  }
}

/* line 1155, ../scss/base/_objects.scss */
#tooltip {
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  max-width: 300px;
  position: absolute;
  z-index: 10000000;
  padding: 15px;
  line-height: 1.4em;
}
/* line 1167, ../scss/base/_objects.scss */
#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.75);
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}
/* line 1180, ../scss/base/_objects.scss */
#tooltip .top:after {
  border-top-color: transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.75);
  top: -20px;
  bottom: auto;
}
/* line 1188, ../scss/base/_objects.scss */
#tooltip .left:after {
  left: 10px;
  margin: 0;
}
/* line 1194, ../scss/base/_objects.scss */
#tooltip .right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

/* line 1204, ../scss/base/_objects.scss */
.expandable-details {
  margin-top: 3em;
  display: block;
}
/* line 1207, ../scss/base/_objects.scss */
.expandable-details .page-text-sm p, .expandable-details .static-page .table-mod.table-expandable p p, .static-page .table-mod.table-expandable .expandable-details p p, .expandable-details .static-page .table-mod.table-expandable li p, .static-page .table-mod.table-expandable .expandable-details li p {
  margin-bottom: 1.6em;
}
/* line 1210, ../scss/base/_objects.scss */
.expandable-details .button-block--centered {
  margin-top: 1em;
  margin-bottom: 1.6em;
}

/* line 1218, ../scss/base/_objects.scss */
.expandable-content {
  padding-bottom: 0 !important;
  margin-bottom: 1em !important;
}
/* line 1221, ../scss/base/_objects.scss */
.expandable-content p.page-head-med {
  margin-bottom: 0;
}
/* line 1227, ../scss/base/_objects.scss */
.expandable-content :nth-child(1).expandable-col {
  float: left;
}
@media (min-width: 12.5em) {
  /* line 1227, ../scss/base/_objects.scss */
  .expandable-content :nth-child(1).expandable-col {
    width: 70%;
  }
}
@media (min-width: 37.5em) {
  /* line 1227, ../scss/base/_objects.scss */
  .expandable-content :nth-child(1).expandable-col {
    width: 75%;
  }
}
/* line 1236, ../scss/base/_objects.scss */
.expandable-content :nth-child(2).expandable-col {
  float: left;
  text-align: right;
}
@media (min-width: 12.5em) {
  /* line 1236, ../scss/base/_objects.scss */
  .expandable-content :nth-child(2).expandable-col {
    width: 30%;
  }
}
@media (min-width: 37.5em) {
  /* line 1236, ../scss/base/_objects.scss */
  .expandable-content :nth-child(2).expandable-col {
    width: 25%;
    margin-top: 1em;
    margin-bottom: 1.5em;
  }
}
/* line 1248, ../scss/base/_objects.scss */
.expandable-content .ghost-button, .expandable-content .l-canvas .card .btn-secondary, .l-canvas .card .expandable-content .btn-secondary {
  margin-top: 0;
  padding: 1em;
}
@media (min-width: 37.5em) {
  /* line 1248, ../scss/base/_objects.scss */
  .expandable-content .ghost-button, .expandable-content .l-canvas .card .btn-secondary, .l-canvas .card .expandable-content .btn-secondary {
    padding: 1em 2em;
  }
}
/* line 1256, ../scss/base/_objects.scss */
.expandable-content .show:after {
  content: "Details";
}
/* line 1260, ../scss/base/_objects.scss */
.expandable-content .hide {
  border: 2px solid #fab150;
  color: #fab150;
}
/* line 1263, ../scss/base/_objects.scss */
.expandable-content .hide:hover {
  color: #fff;
  background-color: #fab150 !important;
}
/* line 1267, ../scss/base/_objects.scss */
.expandable-content .hide:after {
  content: "Hide";
}

/* line 1275, ../scss/base/_objects.scss */
.expandable {
  position: relative;
  height: 200px;
  overflow: hidden;
  padding-bottom: 1em;
}
/* line 1280, ../scss/base/_objects.scss */
.expandable:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-8 */
}
/* line 1298, ../scss/base/_objects.scss */
.expandable:after {
  font-family: "FontAwesome";
  font-size: 2em;
  content: "\f055";
  color: #808285;
  position: absolute;
  left: 50%;
  margin-left: -0.5em;
  top: 170px;
  z-index: 10000;
  display: block;
  cursor: pointer;
}
/* line 1311, ../scss/base/_objects.scss */
.expandable.expanded {
  height: auto;
  overflow: visible;
}
/* line 1314, ../scss/base/_objects.scss */
.expandable.expanded:before {
  display: none;
}
/* line 1317, ../scss/base/_objects.scss */
.expandable.expanded:after {
  content: "\f056";
  top: auto;
  bottom: 0;
  margin-bottom: -0.5em;
}

/* line 1327, ../scss/base/_objects.scss */
.expandable-outer .expandable-box {
  position: relative;
  height: 200px;
  overflow: hidden;
  padding-bottom: 1em;
}
/* line 1332, ../scss/base/_objects.scss */
.expandable-outer .expandable-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-8 */
}
/* line 1351, ../scss/base/_objects.scss */
.expandable-outer .expanded {
  height: auto;
  overflow: visible;
  position: relative;
  padding-bottom: 1em;
}
/* line 1356, ../scss/base/_objects.scss */
.expandable-outer .expanded:before {
  display: none;
}
/* line 1360, ../scss/base/_objects.scss */
.expandable-outer i:last-child {
  color: #808285;
  font-size: 2em;
  cursor: pointer;
}

/* line 1374, ../scss/base/_objects.scss */
.expand-section {
  display: none;
}

/* line 1382, ../scss/base/_objects.scss */
.white-fade-bg {
  background-color: rgba(255, 255, 255, 0.52);
  padding: 1.5em;
}

/* line 1390, ../scss/base/_objects.scss */
.accordion-box #accordion {
  list-style: none;
  padding: 0 0 0 0;
  width: 100%;
}
/* line 1395, ../scss/base/_objects.scss */
.accordion-box #accordion div {
  display: block;
  cursor: pointer;
  padding: 0.5em;
}
/* line 1400, ../scss/base/_objects.scss */
.accordion-box #accordion ul {
  list-style: none;
  display: none;
  padding: 0 0 0 0;
}
/* line 1404, ../scss/base/_objects.scss */
.accordion-box #accordion ul .grid-3 {
  margin-left: 0px;
  padding: 0px;
}
/* line 1407, ../scss/base/_objects.scss */
.accordion-box #accordion ul .grid-3 .media-block {
  margin-bottom: 0px;
}
/* line 1410, ../scss/base/_objects.scss */
.accordion-box #accordion ul .grid-3 ul {
  display: list-item;
}
/* line 1412, ../scss/base/_objects.scss */
.accordion-box #accordion ul .grid-3 ul li {
  list-style: circle;
}
/* line 1414, ../scss/base/_objects.scss */
.accordion-box #accordion ul .grid-3 ul li p {
  padding-left: 0.5em;
}
/* line 1420, ../scss/base/_objects.scss */
.accordion-box #accordion ul .gallery {
  margin-left: 0;
}
/* line 1423, ../scss/base/_objects.scss */
.accordion-box #accordion ul li.form {
  padding: 0.75em;
}
/* line 1427, ../scss/base/_objects.scss */
.accordion-box #accordion ul li {
  font-weight: normal;
  cursor: auto;
  padding: 0.5em 0 0 0;
}
/* line 1431, ../scss/base/_objects.scss */
.accordion-box #accordion ul li p.triangle-bullet:before {
  content: "\f0da";
  font-family: FontAwesome;
  color: #4e81bd;
  padding-right: 0.3em;
}
/* line 1438, ../scss/base/_objects.scss */
.accordion-box #accordion a {
  text-decoration: none;
}
/* line 1441, ../scss/base/_objects.scss */
.accordion-box #accordion a:hover {
  text-decoration: underline;
}
/* line 1444, ../scss/base/_objects.scss */
.accordion-box .media-block-behind {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 12.5em) {
  /* line 1444, ../scss/base/_objects.scss */
  .accordion-box .media-block-behind {
    min-height: 200px;
  }
}
@media (min-width: 37.5em) {
  /* line 1444, ../scss/base/_objects.scss */
  .accordion-box .media-block-behind {
    min-height: 600px;
  }
}
@media (min-width: 46.875em) {
  /* line 1444, ../scss/base/_objects.scss */
  .accordion-box .media-block-behind {
    min-height: 420px;
  }
}
@media (min-width: 56.25em) {
  /* line 1444, ../scss/base/_objects.scss */
  .accordion-box .media-block-behind {
    min-height: 600px;
  }
}
@media (min-width: 68.75em) {
  /* line 1444, ../scss/base/_objects.scss */
  .accordion-box .media-block-behind {
    min-height: 420px;
  }
}
/* line 1463, ../scss/base/_objects.scss */
.accordion-box .media-block-behind:nth-child(2) {
  border-top: 1px solid #cccccc;
}
/* line 1466, ../scss/base/_objects.scss */
.accordion-box .media-block-behind .animated-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  margin-top: 4em;
}
/* line 1478, ../scss/base/_objects.scss */
.accordion-box .media-block-behind .animated-bg img {
  max-width: 20%;
  opacity: 0.2;
}
@media (min-width: 37.5em) {
  /* line 1478, ../scss/base/_objects.scss */
  .accordion-box .media-block-behind .animated-bg img {
    max-width: 50%;
  }
}

/* line 2, ../scss/base/_layout.scss */
.placehold {
  background-color: #f7f7f7;
  padding: 2em;
  margin-bottom: 2em;
}

/* line 9, ../scss/base/_layout.scss */
.demo-spacer {
  width: 100%;
  height: 1px;
  margin: 4em 0;
}

/* line 15, ../scss/base/_layout.scss */
.clear {
  clear: both;
}

/* line 53, ../scss/base/_layout.scss */
#content {
  *zoom: 1;
}
/* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#content:after {
  content: "";
  display: table;
  clear: both;
}

/* line 64, ../scss/base/_layout.scss */
.l-site-width, .l-ftr-width {
  margin: 0 2.25em;
  position: relative;
  *zoom: 1;
}
/* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.l-site-width:after, .l-ftr-width:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 65em) {
  /* line 64, ../scss/base/_layout.scss */
  .l-site-width, .l-ftr-width {
    max-width: 84.61538em;
  }
}
@media (min-width: 73em) {
  /* line 64, ../scss/base/_layout.scss */
  .l-site-width, .l-ftr-width {
    margin: 0 auto;
  }
}

/* line 76, ../scss/base/_layout.scss */
.l-nav-width {
  margin: 0 1.125em;
  position: static;
}
@media (min-width: 65em) {
  /* line 76, ../scss/base/_layout.scss */
  .l-nav-width {
    position: relative;
    max-width: 84.61538em;
    margin: 0 auto;
  }
}

/* line 88, ../scss/base/_layout.scss */
.l-content-width {
  margin: 0 2.25em;
  position: relative;
  *zoom: 1;
}
/* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.l-content-width:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 65em) {
  /* line 88, ../scss/base/_layout.scss */
  .l-content-width {
    max-width: 68.75em;
    margin: 0 auto;
  }
}

/* line 109, ../scss/base/_layout.scss */
.grid-pad, .grid-3--pad, .grid-4--pad {
  padding: 0 62.5px;
}

/* line 135, ../scss/base/_layout.scss */
.l-pair-1 {
  *zoom: 1;
  display: table;
}
/* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.l-pair-1:after {
  content: "";
  display: table;
  clear: both;
}
/* line 461, ../components/Upbase/components/_layout.scss */
.l-pair-1 > .art-bd {
  display: table-cell;
  width: 100px;
  margin: 0;
}
/* line 465, ../components/Upbase/components/_layout.scss */
.l-pair-1 > .art-bd > img,
.l-pair-1 > .art-bd > .art {
  width: 100%;
  max-width: 100%;
}
/* line 470, ../components/Upbase/components/_layout.scss */
.l-pair-1 > .txt-bd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 32.25px;
}
/* line 479, ../components/Upbase/components/_layout.scss */
.lt-ie8 .l-pair-1 > .art-bd,
.lt-ie8 .l-pair-1 > .txt-bd {
  display: block;
}
/* line 483, ../components/Upbase/components/_layout.scss */
.lt-ie8 .l-pair-1 > .art-bd {
  width: 100px;
  float: left;
}
/* line 487, ../components/Upbase/components/_layout.scss */
.lt-ie8 .l-pair-1 > .txt-bd {
  margin-left: 132.25px;
}

/* line 139, ../scss/base/_layout.scss */
.l-pair-2 .art-bd, .l-person .art-bd {
  max-width: 300px;
  margin-bottom: 1.25em;
  position: relative;
}
@media (min-width: 37.5em) {
  /* line 138, ../scss/base/_layout.scss */
  .l-pair-2, .l-person {
    margin-bottom: 0;
  }
}
@media (min-width: 37.5em) and (max-width: 63.9375em) {
  /* line 138, ../scss/base/_layout.scss */
  .l-pair-2, .l-person {
    *zoom: 1;
    display: table;
  }
  /* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .l-pair-2:after, .l-person:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 461, ../components/Upbase/components/_layout.scss */
  .l-pair-2 > .art-bd, .l-person > .art-bd {
    display: table-cell;
    width: 250px;
    margin: 0;
  }
  /* line 465, ../components/Upbase/components/_layout.scss */
  .l-pair-2 > .art-bd > img,
  .l-pair-2 > .art-bd > .art, .l-person > .art-bd > img,
  .l-person > .art-bd > .art {
    width: 100%;
    max-width: 100%;
  }
  /* line 470, ../components/Upbase/components/_layout.scss */
  .l-pair-2 > .txt-bd, .l-person > .txt-bd {
    display: table-cell;
    vertical-align: middle;
    padding-left: 32.25px;
  }
  /* line 479, ../components/Upbase/components/_layout.scss */
  .lt-ie8 .l-pair-2 > .art-bd,
  .lt-ie8 .l-pair-2 > .txt-bd, .lt-ie8 .l-person > .art-bd,
  .lt-ie8 .l-person > .txt-bd {
    display: block;
  }
  /* line 483, ../components/Upbase/components/_layout.scss */
  .lt-ie8 .l-pair-2 > .art-bd, .lt-ie8 .l-person > .art-bd {
    width: 250px;
    float: left;
  }
  /* line 487, ../components/Upbase/components/_layout.scss */
  .lt-ie8 .l-pair-2 > .txt-bd, .lt-ie8 .l-person > .txt-bd {
    margin-left: 282.25px;
  }
}
@media (min-width: 64em) {
  /* line 138, ../scss/base/_layout.scss */
  .l-pair-2, .l-person {
    *zoom: 1;
    display: table;
  }
  /* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .l-pair-2:after, .l-person:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 461, ../components/Upbase/components/_layout.scss */
  .l-pair-2 > .art-bd, .l-person > .art-bd {
    display: table-cell;
    width: 300px;
    margin: 0;
  }
  /* line 465, ../components/Upbase/components/_layout.scss */
  .l-pair-2 > .art-bd > img,
  .l-pair-2 > .art-bd > .art, .l-person > .art-bd > img,
  .l-person > .art-bd > .art {
    width: 100%;
    max-width: 100%;
  }
  /* line 470, ../components/Upbase/components/_layout.scss */
  .l-pair-2 > .txt-bd, .l-person > .txt-bd {
    display: table-cell;
    vertical-align: middle;
    padding-left: 32.25px;
  }
  /* line 479, ../components/Upbase/components/_layout.scss */
  .lt-ie8 .l-pair-2 > .art-bd,
  .lt-ie8 .l-pair-2 > .txt-bd, .lt-ie8 .l-person > .art-bd,
  .lt-ie8 .l-person > .txt-bd {
    display: block;
  }
  /* line 483, ../components/Upbase/components/_layout.scss */
  .lt-ie8 .l-pair-2 > .art-bd, .lt-ie8 .l-person > .art-bd {
    width: 300px;
    float: left;
  }
  /* line 487, ../components/Upbase/components/_layout.scss */
  .lt-ie8 .l-pair-2 > .txt-bd, .lt-ie8 .l-person > .txt-bd {
    margin-left: 332.25px;
  }
}
/* line 154, ../scss/base/_layout.scss */
.l-pair-2 + .l-pair-2, .l-person + .l-pair-2, .l-pair-2 + .l-person, .l-person + .l-person {
  margin-top: 4em;
}

@media (min-width: 37.5em) {
  /* line 158, ../scss/base/_layout.scss */
  .l-pair-tz-sm, .session-list .l-pair-tz-session {
    *zoom: 1;
    display: table;
  }
  /* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .l-pair-tz-sm:after, .session-list .l-pair-tz-session:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 461, ../components/Upbase/components/_layout.scss */
  .l-pair-tz-sm > .art-bd, .session-list .l-pair-tz-session > .art-bd {
    display: table-cell;
    width: 150px;
    margin: 0;
  }
  /* line 465, ../components/Upbase/components/_layout.scss */
  .l-pair-tz-sm > .art-bd > img,
  .l-pair-tz-sm > .art-bd > .art, .session-list .l-pair-tz-session > .art-bd > img,
  .session-list .l-pair-tz-session > .art-bd > .art {
    width: 100%;
    max-width: 100%;
  }
  /* line 470, ../components/Upbase/components/_layout.scss */
  .l-pair-tz-sm > .txt-bd, .session-list .l-pair-tz-session > .txt-bd {
    display: table-cell;
    vertical-align: middle;
    padding-left: 32.25px;
  }
  /* line 479, ../components/Upbase/components/_layout.scss */
  .lt-ie8 .l-pair-tz-sm > .art-bd,
  .lt-ie8 .l-pair-tz-sm > .txt-bd, .lt-ie8 .session-list .l-pair-tz-session > .art-bd, .session-list .lt-ie8 .l-pair-tz-session > .art-bd,
  .lt-ie8 .session-list .l-pair-tz-session > .txt-bd,
  .session-list .lt-ie8 .l-pair-tz-session > .txt-bd {
    display: block;
  }
  /* line 483, ../components/Upbase/components/_layout.scss */
  .lt-ie8 .l-pair-tz-sm > .art-bd, .lt-ie8 .session-list .l-pair-tz-session > .art-bd, .session-list .lt-ie8 .l-pair-tz-session > .art-bd {
    width: 150px;
    float: left;
  }
  /* line 487, ../components/Upbase/components/_layout.scss */
  .lt-ie8 .l-pair-tz-sm > .txt-bd, .lt-ie8 .session-list .l-pair-tz-session > .txt-bd, .session-list .lt-ie8 .l-pair-tz-session > .txt-bd {
    margin-left: 182.25px;
  }
}
/* line 163, ../scss/base/_layout.scss */
.l-pair-tz-sm .art-bd .img-rounded, .session-list .l-pair-tz-session .art-bd .img-rounded {
  max-width: 150px;
  margin: 0 auto 2em;
}

/* line 171, ../scss/base/_layout.scss */
.l-pair-3 {
  *zoom: 1;
  display: table;
}
/* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.l-pair-3:after {
  content: "";
  display: table;
  clear: both;
}
/* line 461, ../components/Upbase/components/_layout.scss */
.l-pair-3 > .art-bd {
  display: table-cell;
  width: 85px;
  margin: 0;
}
/* line 465, ../components/Upbase/components/_layout.scss */
.l-pair-3 > .art-bd > img,
.l-pair-3 > .art-bd > .art {
  width: 100%;
  max-width: 100%;
}
/* line 470, ../components/Upbase/components/_layout.scss */
.l-pair-3 > .txt-bd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 32.25px;
}
/* line 479, ../components/Upbase/components/_layout.scss */
.lt-ie8 .l-pair-3 > .art-bd,
.lt-ie8 .l-pair-3 > .txt-bd {
  display: block;
}
/* line 483, ../components/Upbase/components/_layout.scss */
.lt-ie8 .l-pair-3 > .art-bd {
  width: 85px;
  float: left;
}
/* line 487, ../components/Upbase/components/_layout.scss */
.lt-ie8 .l-pair-3 > .txt-bd {
  margin-left: 117.25px;
}

/* line 174, ../scss/base/_layout.scss */
.l-pair-aside {
  *zoom: 1;
  display: table;
}
/* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.l-pair-aside:after {
  content: "";
  display: table;
  clear: both;
}
/* line 461, ../components/Upbase/components/_layout.scss */
.l-pair-aside > .art-bd {
  display: table-cell;
  width: 70px;
  margin: 0;
}
/* line 465, ../components/Upbase/components/_layout.scss */
.l-pair-aside > .art-bd > img,
.l-pair-aside > .art-bd > .art {
  width: 100%;
  max-width: 100%;
}
/* line 470, ../components/Upbase/components/_layout.scss */
.l-pair-aside > .txt-bd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 16.125px;
}
/* line 479, ../components/Upbase/components/_layout.scss */
.lt-ie8 .l-pair-aside > .art-bd,
.lt-ie8 .l-pair-aside > .txt-bd {
  display: block;
}
/* line 483, ../components/Upbase/components/_layout.scss */
.lt-ie8 .l-pair-aside > .art-bd {
  width: 70px;
  float: left;
}
/* line 487, ../components/Upbase/components/_layout.scss */
.lt-ie8 .l-pair-aside > .txt-bd {
  margin-left: 86.125px;
}

/* line 177, ../scss/base/_layout.scss */
.l-pair-tz {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 37.5em) {
  /* line 177, ../scss/base/_layout.scss */
  .l-pair-tz {
    max-width: 100%;
  }
}
/* line 184, ../scss/base/_layout.scss */
.l-pair-tz > .tz-art {
  display: block !important;
  margin-bottom: 2em;
  max-width: 800px;
}
@media (min-width: 37.5em) {
  /* line 184, ../scss/base/_layout.scss */
  .l-pair-tz > .tz-art {
    margin-left: 4em;
  }
}
@media (min-width: 56.25em) {
  /* line 184, ../scss/base/_layout.scss */
  .l-pair-tz > .tz-art {
    margin-bottom: 0;
  }
}
@media (min-width: 37.5em) {
  /* line 195, ../scss/base/_layout.scss */
  .l-pair-tz > .txt-bd {
    margin-left: 4em;
  }
}
@media (min-width: 56.25em) {
  /* line 177, ../scss/base/_layout.scss */
  .l-pair-tz {
    *zoom: 1;
    display: table;
  }
  /* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .l-pair-tz:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 461, ../components/Upbase/components/_layout.scss */
  .l-pair-tz > .art-bd {
    display: table-cell;
    width: 250px;
    margin: 0;
  }
  /* line 465, ../components/Upbase/components/_layout.scss */
  .l-pair-tz > .art-bd > img,
  .l-pair-tz > .art-bd > .art {
    width: 100%;
    max-width: 100%;
  }
  /* line 470, ../components/Upbase/components/_layout.scss */
  .l-pair-tz > .txt-bd {
    display: table-cell;
    vertical-align: middle;
    padding-left: 62.5px;
  }
  /* line 479, ../components/Upbase/components/_layout.scss */
  .lt-ie8 .l-pair-tz > .art-bd,
  .lt-ie8 .l-pair-tz > .txt-bd {
    display: block;
  }
  /* line 483, ../components/Upbase/components/_layout.scss */
  .lt-ie8 .l-pair-tz > .art-bd {
    width: 250px;
    float: left;
  }
  /* line 487, ../components/Upbase/components/_layout.scss */
  .lt-ie8 .l-pair-tz > .txt-bd {
    margin-left: 312.5px;
  }
  /* line 203, ../scss/base/_layout.scss */
  .l-pair-tz > .tz-art, .l-pair-tz .txt-bd {
    margin-left: 0;
  }
}

/* line 211, ../scss/base/_layout.scss */
.l-pair-related > .img-tz {
  margin-bottom: 2em;
}
@media (min-width: 28.125em) {
  /* line 210, ../scss/base/_layout.scss */
  .l-pair-related {
    *zoom: 1;
  }
  /* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .l-pair-related:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 494, ../components/Upbase/components/_layout.scss */
  .l-pair-related > .art-bd,
  .l-pair-related > .txt-bd {
    display: block;
  }
  /* line 498, ../components/Upbase/components/_layout.scss */
  .l-pair-related > .art-bd {
    width: 185px;
    float: right;
    margin: 0;
  }
  /* line 506, ../components/Upbase/components/_layout.scss */
  .l-pair-related > .art-bd > img,
  .l-pair-related > .art-bd > .art {
    width: 100%;
    max-width: 100%;
  }
  /* line 511, ../components/Upbase/components/_layout.scss */
  .l-pair-related > .txt-bd {
    margin-right: 217.25px;
  }
  /* line 216, ../scss/base/_layout.scss */
  .l-pair-related > .img-tz {
    margin-bottom: 0;
  }
}

/* line 221, ../scss/base/_layout.scss */
.l-pair-mega {
  *zoom: 1;
  display: table;
}
/* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.l-pair-mega:after {
  content: "";
  display: table;
  clear: both;
}
/* line 461, ../components/Upbase/components/_layout.scss */
.l-pair-mega > .art-bd {
  display: table-cell;
  width: 45px;
  margin: 0;
}
/* line 465, ../components/Upbase/components/_layout.scss */
.l-pair-mega > .art-bd > img,
.l-pair-mega > .art-bd > .art {
  width: 100%;
  max-width: 100%;
}
/* line 470, ../components/Upbase/components/_layout.scss */
.l-pair-mega > .txt-bd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 16.125px;
}
/* line 479, ../components/Upbase/components/_layout.scss */
.lt-ie8 .l-pair-mega > .art-bd,
.lt-ie8 .l-pair-mega > .txt-bd {
  display: block;
}
/* line 483, ../components/Upbase/components/_layout.scss */
.lt-ie8 .l-pair-mega > .art-bd {
  width: 45px;
  float: left;
}
/* line 487, ../components/Upbase/components/_layout.scss */
.lt-ie8 .l-pair-mega > .txt-bd {
  margin-left: 61.125px;
}

@media (min-width: 37.5em) {
  /* line 244, ../scss/base/_layout.scss */
  .grid-2 {
    margin-left: -62.5px;
    *zoom: 1;
  }
  /* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .grid-2:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 22, ../components/Upbase/components/_layout.scss */
  .grid-2 > .media-block {
    float: left;
    padding-left: 62.5px;
    width: 50%;
  }
  /* line 27, ../components/Upbase/components/_layout.scss */
  .grid-2 > .media-block:nth-of-type(2n+3) {
    clear: left;
  }
  /* line 30, ../components/Upbase/components/_layout.scss */
  .grid-2 > .media-block.n3 {
    clear: left;
  }
}

/* line 251, ../scss/base/_layout.scss */
.grid-2-sm {
  margin-left: 0;
}
/* line 253, ../scss/base/_layout.scss */
.grid-2-sm .art-bd {
  max-width: 175px;
  margin: 0 auto;
}
/* line 258, ../scss/base/_layout.scss */
.grid-2-sm .txt-bd {
  max-width: 225px;
  margin: 0 auto;
}
@media (min-width: 37.5em) {
  /* line 251, ../scss/base/_layout.scss */
  .grid-2-sm {
    margin-left: -62.5px;
    *zoom: 1;
  }
  /* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .grid-2-sm:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 22, ../components/Upbase/components/_layout.scss */
  .grid-2-sm > .media-block {
    float: left;
    padding-left: 62.5px;
    width: 50%;
  }
  /* line 27, ../components/Upbase/components/_layout.scss */
  .grid-2-sm > .media-block:nth-of-type(2n+3) {
    clear: left;
  }
  /* line 30, ../components/Upbase/components/_layout.scss */
  .grid-2-sm > .media-block.n3 {
    clear: left;
  }
}

@media (min-width: 37.5em) {
  /* line 268, ../scss/base/_layout.scss */
  .grid-2-sm-centered {
    max-width: 540px;
    margin: 0 auto;
  }
  /* line 272, ../scss/base/_layout.scss */
  .grid-2-sm-centered .media-block {
    padding-left: 0;
  }
}

/* line 280, ../scss/base/_layout.scss */
.conf-section .grid-2 .art-bd {
  max-width: 250px;
  margin: 0 auto;
}
/* line 285, ../scss/base/_layout.scss */
.conf-section .grid-2 .txt-bd {
  max-width: 250px;
  margin: 0 auto;
}
@media (min-width: 37.5em) {
  /* line 279, ../scss/base/_layout.scss */
  .conf-section .grid-2 {
    margin-left: -62.5px;
    *zoom: 1;
  }
  /* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .conf-section .grid-2:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 22, ../components/Upbase/components/_layout.scss */
  .conf-section .grid-2 > .media-block {
    float: left;
    padding-left: 62.5px;
    width: 50%;
  }
  /* line 27, ../components/Upbase/components/_layout.scss */
  .conf-section .grid-2 > .media-block:nth-of-type(2n+3) {
    clear: left;
  }
  /* line 30, ../components/Upbase/components/_layout.scss */
  .conf-section .grid-2 > .media-block.n3 {
    clear: left;
  }
}

/* line 297, ../scss/base/_layout.scss */
.grid-3 .art-bd {
  max-width: 175px;
  margin: 0 auto;
}
/* line 302, ../scss/base/_layout.scss */
.grid-3 .txt-bd {
  max-width: 225px;
  margin: 0 auto;
}
@media (min-width: 37.5em) {
  /* line 296, ../scss/base/_layout.scss */
  .grid-3 {
    margin-left: -62.5px;
    *zoom: 1;
  }
  /* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .grid-3:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 22, ../components/Upbase/components/_layout.scss */
  .grid-3 > .media-block {
    float: left;
    padding-left: 62.5px;
    width: 33.3333%;
  }
  /* line 36, ../components/Upbase/components/_layout.scss */
  .grid-3 > .media-block:nth-of-type(3n+4) {
    clear: left;
  }
  /* line 39, ../components/Upbase/components/_layout.scss */
  .ie7 .grid-3 > .media-block {
    width: 33%;
  }
  /* line 42, ../components/Upbase/components/_layout.scss */
  .grid-3 > .media-block.n4 {
    clear: left;
  }
  /* line 310, ../scss/base/_layout.scss */
  .grid-3 .art-bd {
    max-width: auto;
  }
  /* line 311, ../scss/base/_layout.scss */
  .grid-3 .txt-bd {
    max-width: auto;
  }
}

/* line 315, ../scss/base/_layout.scss */
.grid-2-outer {
  max-width: 550px;
  margin-left: 17.5%;
  margin-right: 17.5%;
}
/* line 320, ../scss/base/_layout.scss */
.grid-2-outer .grid-2-med .art-bd {
  max-width: 175px;
  margin: 0 auto;
}
/* line 325, ../scss/base/_layout.scss */
.grid-2-outer .grid-2-med .txt-bd {
  max-width: 225px;
  margin: 1em auto;
}
@media (min-width: 37.5em) {
  /* line 319, ../scss/base/_layout.scss */
  .grid-2-outer .grid-2-med {
    margin-left: -62.5px;
    *zoom: 1;
  }
  /* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .grid-2-outer .grid-2-med:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 22, ../components/Upbase/components/_layout.scss */
  .grid-2-outer .grid-2-med > .media-block {
    float: left;
    padding-left: 62.5px;
    width: 50%;
  }
  /* line 27, ../components/Upbase/components/_layout.scss */
  .grid-2-outer .grid-2-med > .media-block:nth-of-type(2n+3) {
    clear: left;
  }
  /* line 30, ../components/Upbase/components/_layout.scss */
  .grid-2-outer .grid-2-med > .media-block.n3 {
    clear: left;
  }
  /* line 332, ../scss/base/_layout.scss */
  .grid-2-outer .grid-2-med .art-bd {
    max-width: auto;
  }
  /* line 333, ../scss/base/_layout.scss */
  .grid-2-outer .grid-2-med .txt-bd {
    max-width: auto;
  }
}

/* line 340, ../scss/base/_layout.scss */
.grid-4 .media-block {
  width: 50% !important;
}
@media (min-width: 56.25em) {
  /* line 340, ../scss/base/_layout.scss */
  .grid-4 .media-block {
    width: 25% !important;
  }
}
/* line 346, ../scss/base/_layout.scss */
.grid-4 .art-bd {
  max-width: 125px;
  margin: 0 auto;
}
@media (min-width: 400px) and (max-width: 37.5em) {
  /* line 339, ../scss/base/_layout.scss */
  .grid-4 {
    margin-left: -62.5px;
    *zoom: 1;
  }
  /* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .grid-4:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 22, ../components/Upbase/components/_layout.scss */
  .grid-4 > .media-block {
    float: left;
    padding-left: 62.5px;
    width: 50%;
  }
  /* line 27, ../components/Upbase/components/_layout.scss */
  .grid-4 > .media-block:nth-of-type(2n+3) {
    clear: left;
  }
  /* line 30, ../components/Upbase/components/_layout.scss */
  .grid-4 > .media-block.n3 {
    clear: left;
  }
}
@media (min-width: 37.5em) {
  /* line 339, ../scss/base/_layout.scss */
  .grid-4 {
    margin-left: -62.5px;
    *zoom: 1;
  }
  /* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .grid-4:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 22, ../components/Upbase/components/_layout.scss */
  .grid-4 > .media-block {
    float: left;
    padding-left: 62.5px;
    width: 25%;
  }
  /* line 48, ../components/Upbase/components/_layout.scss */
  .grid-4 > .media-block:nth-of-type(4n+5) {
    clear: left;
  }
  /* line 51, ../components/Upbase/components/_layout.scss */
  .grid-4 > .media-block.n5 {
    clear: left;
  }
}

/* line 356, ../scss/base/_layout.scss */
.grid-3--pad {
  margin-left: -62.5px;
  *zoom: 1;
}
/* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.grid-3--pad:after {
  content: "";
  display: table;
  clear: both;
}
/* line 22, ../components/Upbase/components/_layout.scss */
.grid-3--pad > .media-block {
  float: left;
  padding-left: 62.5px;
  width: 33.3333%;
}
/* line 36, ../components/Upbase/components/_layout.scss */
.grid-3--pad > .media-block:nth-of-type(3n+4) {
  clear: left;
}
/* line 39, ../components/Upbase/components/_layout.scss */
.ie7 .grid-3--pad > .media-block {
  width: 33%;
}
/* line 42, ../components/Upbase/components/_layout.scss */
.grid-3--pad > .media-block.n4 {
  clear: left;
}

/* line 362, ../scss/base/_layout.scss */
.grid-4--pad {
  margin-left: -62.5px;
  *zoom: 1;
}
/* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.grid-4--pad:after {
  content: "";
  display: table;
  clear: both;
}
/* line 22, ../components/Upbase/components/_layout.scss */
.grid-4--pad > .media-block {
  float: left;
  padding-left: 62.5px;
  width: 25%;
}
/* line 48, ../components/Upbase/components/_layout.scss */
.grid-4--pad > .media-block:nth-of-type(4n+5) {
  clear: left;
}
/* line 51, ../components/Upbase/components/_layout.scss */
.grid-4--pad > .media-block.n5 {
  clear: left;
}

/* line 376, ../scss/base/_layout.scss */
.narrow-left-rail {
  width: 100%;
}
/* line 378, ../scss/base/_layout.scss */
.narrow-left-rail .col-1 {
  width: 100%;
  float: left;
}
@media (min-width: 37.5em) {
  /* line 378, ../scss/base/_layout.scss */
  .narrow-left-rail .col-1 {
    width: 15%;
  }
}
@media (min-width: 64em) {
  /* line 378, ../scss/base/_layout.scss */
  .narrow-left-rail .col-1 {
    width: 20%;
  }
}
/* line 388, ../scss/base/_layout.scss */
.narrow-left-rail .col-2 {
  width: 100%;
  float: left;
}
@media (min-width: 37.5em) {
  /* line 388, ../scss/base/_layout.scss */
  .narrow-left-rail .col-2 {
    width: 85%;
  }
}
@media (min-width: 64em) {
  /* line 388, ../scss/base/_layout.scss */
  .narrow-left-rail .col-2 {
    width: 80%;
  }
}

/* line 408, ../scss/base/_layout.scss */
.issues-grid {
  width: 101%;
  margin-left: 0;
  overflow: hidden;
}
/* line 412, ../scss/base/_layout.scss */
.issues-grid .media-block {
  padding-left: 0;
  margin-bottom: 0;
  padding-right: 1%;
  padding-bottom: 1%;
  width: 50% !important;
  float: left;
}
/* line 419, ../scss/base/_layout.scss */
.issues-grid .media-block:nth-of-type(4n+5) {
  clear: none;
}
@media (min-width: 37.5em) {
  /* line 412, ../scss/base/_layout.scss */
  .issues-grid .media-block {
    width: 33.33333% !important;
  }
}
@media (min-width: 56.25em) {
  /* line 412, ../scss/base/_layout.scss */
  .issues-grid .media-block {
    width: 25% !important;
  }
}
/* line 428, ../scss/base/_layout.scss */
.issues-grid .media-block .topic-tease {
  display: block;
  position: relative;
  padding: 1em;
  height: 8em;
  width: 100%;
  text-decoration: none;
}
/* line 435, ../scss/base/_layout.scss */
.issues-grid .media-block .topic-tease .topic-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  opacity: 0.1;
  z-index: 0;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(/wp-content/themes/iapp/static/img/grayscale.svg#greyscale);
  /* Firefox 4+ */
  filter: gray;
  /* IE 6-9 */
  transition: all 0.3s ease-in-out;
}
/* line 456, ../scss/base/_layout.scss */
.issues-grid .media-block .topic-tease:hover .topic-bg, .issues-grid .media-block .topic-tease:focus .topic-bg, .issues-grid .media-block .topic-tease:active .topic-bg {
  opacity: 0.75;
}
/* line 460, ../scss/base/_layout.scss */
.issues-grid .media-block .topic-tease:hover .txt-bd .tz-head-sm, .issues-grid .media-block .topic-tease:focus .txt-bd .tz-head-sm, .issues-grid .media-block .topic-tease:active .txt-bd .tz-head-sm {
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
/* line 465, ../scss/base/_layout.scss */
.issues-grid .media-block .topic-tease:hover:before, .issues-grid .media-block .topic-tease:focus:before, .issues-grid .media-block .topic-tease:active:before {
  opacity: 0.4;
}
/* line 468, ../scss/base/_layout.scss */
.issues-grid .media-block .topic-tease:hover:after, .issues-grid .media-block .topic-tease:focus:after, .issues-grid .media-block .topic-tease:active:after {
  opacity: 0;
}
/* line 472, ../scss/base/_layout.scss */
.issues-grid .media-block .topic-tease:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
/* line 483, ../scss/base/_layout.scss */
.issues-grid .media-block .topic-tease:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  opacity: 0.5;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
/* line 496, ../scss/base/_layout.scss */
.issues-grid .media-block .topic-tease .txt-bd {
  display: table-cell;
  vertical-align: middle;
  height: 6em;
  width: 230px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 56.25em) {
  /* line 496, ../scss/base/_layout.scss */
  .issues-grid .media-block .topic-tease .txt-bd {
    width: 170px;
  }
}
/* line 507, ../scss/base/_layout.scss */
.issues-grid .media-block .topic-tease .txt-bd .tz-head-sm {
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.75);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 68.75em) {
  /* line 507, ../scss/base/_layout.scss */
  .issues-grid .media-block .topic-tease .txt-bd .tz-head-sm {
    font-size: 1em;
  }
}
/* line 516, ../scss/base/_layout.scss */
.issues-grid .media-block .topic-tease .overlay-icon {
  width: 10px;
  height: 10px;
  top: -0.5em;
  right: 1em;
  z-index: 3;
}
/* line 522, ../scss/base/_layout.scss */
.issues-grid .media-block .topic-tease .overlay-icon .icon-lg {
  width: 20px;
  height: 20px;
}
/* line 531, ../scss/base/_layout.scss */
.issues-grid .media-block:nth-child(6n+1) .topic-tease:before, .issues-grid .media-block:nth-of-type(6n+1) .topic-tease:before {
  background-color: #70bf4c;
}
/* line 534, ../scss/base/_layout.scss */
.issues-grid .media-block:nth-child(6n+1) .topic-tease:after, .issues-grid .media-block:nth-of-type(6n+1) .topic-tease:after {
  border-color: transparent #70bf4c transparent transparent;
}
/* line 542, ../scss/base/_layout.scss */
.issues-grid .media-block:nth-child(6n+2) .topic-tease:before, .issues-grid .media-block:nth-of-type(6n+2) .topic-tease:before {
  background-color: #336483;
}
/* line 545, ../scss/base/_layout.scss */
.issues-grid .media-block:nth-child(6n+2) .topic-tease:after, .issues-grid .media-block:nth-of-type(6n+2) .topic-tease:after {
  border-color: transparent #336483 transparent transparent;
}
/* line 553, ../scss/base/_layout.scss */
.issues-grid .media-block:nth-child(6n+3) .topic-tease:before, .issues-grid .media-block:nth-of-type(6n+3) .topic-tease:before {
  background-color: #732969;
}
/* line 556, ../scss/base/_layout.scss */
.issues-grid .media-block:nth-child(6n+3) .topic-tease:after, .issues-grid .media-block:nth-of-type(6n+3) .topic-tease:after {
  border-color: transparent #732969 transparent transparent;
}
/* line 564, ../scss/base/_layout.scss */
.issues-grid .media-block:nth-child(6n+4) .topic-tease:before, .issues-grid .media-block:nth-of-type(6n+4) .topic-tease:before {
  background-color: #246c60;
}
/* line 567, ../scss/base/_layout.scss */
.issues-grid .media-block:nth-child(6n+4) .topic-tease:after, .issues-grid .media-block:nth-of-type(6n+4) .topic-tease:after {
  border-color: transparent #246c60 transparent transparent;
}
/* line 575, ../scss/base/_layout.scss */
.issues-grid .media-block:nth-child(6n+5) .topic-tease:before, .issues-grid .media-block:nth-of-type(6n+5) .topic-tease:before {
  background-color: #e12231;
}
/* line 578, ../scss/base/_layout.scss */
.issues-grid .media-block:nth-child(6n+5) .topic-tease:after, .issues-grid .media-block:nth-of-type(6n+5) .topic-tease:after {
  border-color: transparent #e12231 transparent transparent;
}
/* line 586, ../scss/base/_layout.scss */
.issues-grid .media-block:nth-child(6n+6) .topic-tease:before, .issues-grid .media-block:nth-of-type(6n+6) .topic-tease:before {
  background-color: #f0c125;
}
/* line 589, ../scss/base/_layout.scss */
.issues-grid .media-block:nth-child(6n+6) .topic-tease:after, .issues-grid .media-block:nth-of-type(6n+6) .topic-tease:after {
  border-color: transparent #f0c125 transparent transparent;
}

/* line 602, ../scss/base/_layout.scss */
.corp-seals {
  max-width: 150px;
  margin-bottom: 2em;
}

/* line 612, ../scss/base/_layout.scss */
.logo-grid-1 .media-block {
  margin-bottom: 16.125px;
}
/* line 613, ../scss/base/_layout.scss */
.logo-grid-1 .art-bd {
  margin: 0 auto;
}
@media (min-width: 350px) and (max-width: 37.5em) {
  /* line 617, ../scss/base/_layout.scss */
  .logo-grid-1 .art-bd {
    display: table;
    max-width: 100%;
    min-height: 6em;
  }
  /* line 621, ../scss/base/_layout.scss */
  .logo-grid-1 .art-bd .img-link {
    display: table-cell;
    vertical-align: middle;
    color: #0c7ec0;
  }
  /* line 625, ../scss/base/_layout.scss */
  .logo-grid-1 .art-bd .img-link img {
    max-width: 150px;
    max-height: 150px;
  }
}
@media (min-width: 37.5em) {
  /* line 634, ../scss/base/_layout.scss */
  .logo-grid-1 .art-bd {
    display: table;
    max-width: 100%;
    min-height: 10em;
  }
  /* line 638, ../scss/base/_layout.scss */
  .logo-grid-1 .art-bd .img-link {
    display: table-cell;
    vertical-align: middle;
    color: #0c7ec0;
  }
  /* line 642, ../scss/base/_layout.scss */
  .logo-grid-1 .art-bd .img-link img {
    max-width: 150px;
    max-height: 150px;
  }
}

/* line 653, ../scss/base/_layout.scss */
.logo-grid-2 .media-block {
  margin-bottom: 16.125px;
}
/* line 654, ../scss/base/_layout.scss */
.logo-grid-2 .art-bd {
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 350px) and (max-width: 37.5em) {
  /* line 652, ../scss/base/_layout.scss */
  .logo-grid-2 {
    margin-left: -32.25px;
    *zoom: 1;
  }
  /* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .logo-grid-2:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 22, ../components/Upbase/components/_layout.scss */
  .logo-grid-2 > .media-block {
    float: left;
    padding-left: 32.25px;
    width: 50%;
  }
  /* line 27, ../components/Upbase/components/_layout.scss */
  .logo-grid-2 > .media-block:nth-of-type(2n+3) {
    clear: left;
  }
  /* line 30, ../components/Upbase/components/_layout.scss */
  .logo-grid-2 > .media-block.n3 {
    clear: left;
  }
  /* line 660, ../scss/base/_layout.scss */
  .logo-grid-2 .art-bd {
    display: table;
    max-width: 100%;
    min-height: 6em;
  }
  /* line 664, ../scss/base/_layout.scss */
  .logo-grid-2 .art-bd .img-link {
    display: table-cell;
    vertical-align: middle;
    color: #0c7ec0;
  }
  /* line 668, ../scss/base/_layout.scss */
  .logo-grid-2 .art-bd .img-link img {
    max-width: 150px;
    max-height: 150px;
  }
}
@media (min-width: 37.5em) {
  /* line 652, ../scss/base/_layout.scss */
  .logo-grid-2 {
    margin-left: -32.25px;
    *zoom: 1;
  }
  /* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .logo-grid-2:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 22, ../components/Upbase/components/_layout.scss */
  .logo-grid-2 > .media-block {
    float: left;
    padding-left: 32.25px;
    width: 50%;
  }
  /* line 27, ../components/Upbase/components/_layout.scss */
  .logo-grid-2 > .media-block:nth-of-type(2n+3) {
    clear: left;
  }
  /* line 30, ../components/Upbase/components/_layout.scss */
  .logo-grid-2 > .media-block.n3 {
    clear: left;
  }
  /* line 678, ../scss/base/_layout.scss */
  .logo-grid-2 .art-bd {
    display: table;
    max-width: 100%;
    min-height: 10em;
  }
  /* line 682, ../scss/base/_layout.scss */
  .logo-grid-2 .art-bd .img-link {
    display: table-cell;
    vertical-align: middle;
    color: #0c7ec0;
  }
  /* line 686, ../scss/base/_layout.scss */
  .logo-grid-2 .art-bd .img-link img {
    max-width: 150px;
    max-height: 150px;
  }
}

@media (min-width: 37.5em) {
  /* line 699, ../scss/base/_layout.scss */
  .logo-grid-3 .media-block:nth-of-type(3n+4) {
    clear: none !important;
  }
}
/* line 703, ../scss/base/_layout.scss */
.logo-grid-3 .media-block {
  margin-bottom: 16.125px;
  width: 50% !important;
}
@media (min-width: 56.25em) {
  /* line 703, ../scss/base/_layout.scss */
  .logo-grid-3 .media-block {
    width: 33% !important;
  }
}
/* line 709, ../scss/base/_layout.scss */
.logo-grid-3 .media-block .member-logos {
  display: inline-block;
}
/* line 711, ../scss/base/_layout.scss */
.logo-grid-3 .media-block .member-logos .art-bd {
  display: table-cell;
  height: 150px;
  vertical-align: middle;
}
/* line 718, ../scss/base/_layout.scss */
.logo-grid-3 .art-bd {
  max-width: 175px;
  margin: 0 auto;
}
/* line 722, ../scss/base/_layout.scss */
.logo-grid-3 img {
  max-width: 150px;
  max-height: 150px;
}
@media (min-width: 350px) and (max-width: 37.5em) {
  /* line 697, ../scss/base/_layout.scss */
  .logo-grid-3 {
    margin-left: -32.25px;
    *zoom: 1;
  }
  /* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .logo-grid-3:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 22, ../components/Upbase/components/_layout.scss */
  .logo-grid-3 > .media-block {
    float: left;
    padding-left: 32.25px;
    width: 50%;
  }
  /* line 27, ../components/Upbase/components/_layout.scss */
  .logo-grid-3 > .media-block:nth-of-type(2n+3) {
    clear: left;
  }
  /* line 30, ../components/Upbase/components/_layout.scss */
  .logo-grid-3 > .media-block.n3 {
    clear: left;
  }
  /* line 731, ../scss/base/_layout.scss */
  .logo-grid-3 .art-bd {
    display: table;
    max-width: 100%;
    min-height: 6em;
  }
  /* line 735, ../scss/base/_layout.scss */
  .logo-grid-3 .art-bd .img-link {
    display: table-cell;
    vertical-align: middle;
    color: #0c7ec0;
  }
}
@media (min-width: 37.5em) {
  /* line 697, ../scss/base/_layout.scss */
  .logo-grid-3 {
    margin-left: -32.25px;
    *zoom: 1;
  }
  /* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .logo-grid-3:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 22, ../components/Upbase/components/_layout.scss */
  .logo-grid-3 > .media-block {
    float: left;
    padding-left: 32.25px;
    width: 33.3333%;
  }
  /* line 36, ../components/Upbase/components/_layout.scss */
  .logo-grid-3 > .media-block:nth-of-type(3n+4) {
    clear: left;
  }
  /* line 39, ../components/Upbase/components/_layout.scss */
  .ie7 .logo-grid-3 > .media-block {
    width: 33%;
  }
  /* line 42, ../components/Upbase/components/_layout.scss */
  .logo-grid-3 > .media-block.n4 {
    clear: left;
  }
  /* line 745, ../scss/base/_layout.scss */
  .logo-grid-3 .art-bd {
    display: table;
    max-width: 100%;
    min-height: 10em;
  }
  /* line 749, ../scss/base/_layout.scss */
  .logo-grid-3 .art-bd .img-link {
    display: table-cell;
    vertical-align: middle;
    color: #0c7ec0;
  }
  /* line 753, ../scss/base/_layout.scss */
  .logo-grid-3 .art-bd .img-link img {
    max-width: 150px;
    max-height: 150px;
  }
}

/* line 764, ../scss/base/_layout.scss */
.logo-grid-4 .media-block {
  margin-bottom: 16.125px;
  width: 50% !important;
}
@media (min-width: 56.25em) {
  /* line 764, ../scss/base/_layout.scss */
  .logo-grid-4 .media-block {
    width: 25% !important;
  }
}
/* line 771, ../scss/base/_layout.scss */
.logo-grid-4 .art-bd {
  max-width: 80px;
  margin: 0 auto;
}
@media (min-width: 350px) and (max-width: 37.5em) {
  /* line 763, ../scss/base/_layout.scss */
  .logo-grid-4 {
    margin-left: -32.25px;
    *zoom: 1;
  }
  /* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .logo-grid-4:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 22, ../components/Upbase/components/_layout.scss */
  .logo-grid-4 > .media-block {
    float: left;
    padding-left: 32.25px;
    width: 50%;
  }
  /* line 27, ../components/Upbase/components/_layout.scss */
  .logo-grid-4 > .media-block:nth-of-type(2n+3) {
    clear: left;
  }
  /* line 30, ../components/Upbase/components/_layout.scss */
  .logo-grid-4 > .media-block.n3 {
    clear: left;
  }
  /* line 775, ../scss/base/_layout.scss */
  .logo-grid-4 .art-bd {
    display: table;
    max-width: 100%;
    min-height: 6em;
  }
  /* line 779, ../scss/base/_layout.scss */
  .logo-grid-4 .art-bd .img-link {
    display: table-cell;
    vertical-align: middle;
    color: #0c7ec0;
  }
  /* line 783, ../scss/base/_layout.scss */
  .logo-grid-4 .art-bd .img-link img {
    max-width: 150px;
    max-height: 150px;
  }
}
@media (min-width: 37.5em) {
  /* line 763, ../scss/base/_layout.scss */
  .logo-grid-4 {
    margin-left: -32.25px;
    *zoom: 1;
  }
  /* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .logo-grid-4:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 22, ../components/Upbase/components/_layout.scss */
  .logo-grid-4 > .media-block {
    float: left;
    padding-left: 32.25px;
    width: 25%;
  }
  /* line 48, ../components/Upbase/components/_layout.scss */
  .logo-grid-4 > .media-block:nth-of-type(4n+5) {
    clear: left;
  }
  /* line 51, ../components/Upbase/components/_layout.scss */
  .logo-grid-4 > .media-block.n5 {
    clear: left;
  }
  /* line 793, ../scss/base/_layout.scss */
  .logo-grid-4 .art-bd {
    display: table;
    max-width: 100%;
    min-height: 10em;
  }
  /* line 797, ../scss/base/_layout.scss */
  .logo-grid-4 .art-bd .img-link {
    display: table-cell;
    vertical-align: middle;
    color: #0c7ec0;
  }
  /* line 801, ../scss/base/_layout.scss */
  .logo-grid-4 .art-bd .img-link img {
    max-width: 150px;
    max-height: 150px;
  }
}

@media (min-width: 37.5em) {
  /* line 813, ../scss/base/_layout.scss */
  .hp-hero-secondary-mod {
    margin-left: -62.5px;
    *zoom: 1;
    margin-left: -62.5px;
  }
  /* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .hp-hero-secondary-mod:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 22, ../components/Upbase/components/_layout.scss */
  .hp-hero-secondary-mod > .media-block {
    float: left;
    padding-left: 62.5px;
    width: 33.3333%;
  }
  /* line 36, ../components/Upbase/components/_layout.scss */
  .hp-hero-secondary-mod > .media-block:nth-of-type(3n+4) {
    clear: left;
  }
  /* line 39, ../components/Upbase/components/_layout.scss */
  .ie7 .hp-hero-secondary-mod > .media-block {
    width: 33%;
  }
  /* line 42, ../components/Upbase/components/_layout.scss */
  .hp-hero-secondary-mod > .media-block.n4 {
    clear: left;
  }
}

/* line 833, ../scss/base/_layout.scss */
.mod-related {
  max-width: 624px;
}

/* line 864, ../scss/base/_layout.scss */
.l-primary {
  width: 100%;
  *zoom: 1;
}
/* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.l-primary:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 56.25em) {
  /* line 864, ../scss/base/_layout.scss */
  .l-primary {
    width: 100%;
    float: right;
    margin-left: -14.42308em;
  }
  /* line 872, ../scss/base/_layout.scss */
  .l-primary > .inner {
    margin-left: 14.42308em;
    padding-left: 4.80769em;
    padding-right: 4.80769em;
    padding-top: 4.80769em;
    background-color: #fff;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .l-primary > .inner:after {
    content: "";
    display: table;
    clear: both;
  }
}

/* line 885, ../scss/base/_layout.scss */
.l-secondary {
  width: 100%;
  margin-bottom: 62.5px;
}
@media (min-width: 56.25em) {
  /* line 885, ../scss/base/_layout.scss */
  .l-secondary {
    float: left;
    max-width: 14.42308em;
    margin-bottom: 0;
  }
}
/* line 893, ../scss/base/_layout.scss */
.l-secondary:after {
  content: '';
  position: absolute;
  width: 9999em;
  left: -9999em;
  top: -9999em;
  bottom: 0;
  margin-left: 14.42308em;
  z-index: -1;
}
@media (min-width: 56.25em) {
  /* line 893, ../scss/base/_layout.scss */
  .l-secondary:after {
    background-color: #f7f7f7;
  }
}

/* line 909, ../scss/base/_layout.scss */
.side-menu-container {
  background-color: #f7f7f7;
  *zoom: 1;
}
/* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.side-menu-container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 56.25em) {
  /* line 909, ../scss/base/_layout.scss */
  .side-menu-container {
    padding-bottom: 0;
    margin-bottom: 3em;
    background-color: transparent;
  }
}

/* line 921, ../scss/base/_layout.scss */
.side-menu-container .side-menu-items {
  display: none;
}
@media (min-width: 56.25em) {
  /* line 921, ../scss/base/_layout.scss */
  .side-menu-container .side-menu-items {
    display: block;
  }
}
/* line 927, ../scss/base/_layout.scss */
.side-menu-container.is-active .side-menu-items {
  display: block;
  padding-bottom: 1em;
}

/* line 935, ../scss/base/_layout.scss */
.side-menu-trigger {
  background-color: #e9eaea;
  padding: 1em 0;
  text-align: center;
  display: block;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  text-decoration: none;
  color: #808285;
}
/* line 11, ../scss/base/_links.scss */
.side-menu-trigger:hover {
  text-decoration: underline;
}
/* line 40, ../scss/base/_links.scss */
.side-menu-trigger:hover {
  color: #666666;
  background-color: #e9eaea;
  text-decoration: none;
}
/* line 943, ../scss/base/_layout.scss */
.side-menu-trigger:hover {
  background-color: #dcdede;
}
/* line 946, ../scss/base/_layout.scss */
.is-active .side-menu-trigger {
  margin-bottom: 1em;
}
@media (min-width: 56.25em) {
  /* line 935, ../scss/base/_layout.scss */
  .side-menu-trigger {
    display: none;
  }
}

/* line 953, ../scss/base/_layout.scss */
.side-menu-message--closed {
  display: inline;
}
/* line 955, ../scss/base/_layout.scss */
.is-active .side-menu-message--closed {
  display: none;
}

/* line 960, ../scss/base/_layout.scss */
.side-menu-message--open {
  display: none;
}
/* line 962, ../scss/base/_layout.scss */
.is-active .side-menu-message--open {
  display: inline;
}

@media (min-width: 56.25em) {
  /* line 976, ../scss/base/_layout.scss */
  .page-rail {
    position: relative;
    height: 100%;
    padding-top: 4.80769em;
  }
}

/* line 985, ../scss/base/_layout.scss */
.page-main-wrap {
  *zoom: 1;
  margin-bottom: 4.80769em;
}
/* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.page-main-wrap:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1002, ../scss/base/_layout.scss */
.article-content {
  padding: 32.25px 0;
  *zoom: 1;
}
/* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.article-content:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1007, ../scss/base/_layout.scss */
.l-article-main {
  width: 100%;
  margin-bottom: 4em;
  *zoom: 1;
}
/* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.l-article-main:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 56.25em) {
  /* line 1007, ../scss/base/_layout.scss */
  .l-article-main {
    width: 100%;
    float: left;
    margin-right: -28.84615em;
  }
  /* line 1015, ../scss/base/_layout.scss */
  .l-article-main > .inner {
    margin-right: 28.84615em;
  }
}

/* line 1021, ../scss/base/_layout.scss */
.l-article-callout {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 56.25em) {
  /* line 1021, ../scss/base/_layout.scss */
  .l-article-callout {
    float: right;
    max-width: 24.03846em;
  }
}

/* line 1031, ../scss/base/_layout.scss */
.l-article-aside {
  width: 100%;
  max-width: 24.03846em;
  position: relative;
  margin: 0 auto;
  display: none;
}
@media (min-width: 56.25em) {
  /* line 1031, ../scss/base/_layout.scss */
  .l-article-aside {
    float: right;
    display: block;
  }
}

/* line 1051, ../scss/base/_layout.scss */
.l-15--center {
  max-width: 72.11538em;
  margin: 0 auto;
}

/* line 1061, ../scss/base/_layout.scss */
.l-13--center {
  max-width: 62.5em;
  margin: 0 auto;
}

/* line 1071, ../scss/base/_layout.scss */
.l-12--center {
  max-width: 57.69231em;
  margin: 0 auto;
  padding: 0 2.25em;
}
@media (min-width: 57.69231em) {
  /* line 1071, ../scss/base/_layout.scss */
  .l-12--center {
    padding: 0;
  }
}

/* line 1085, ../scss/base/_layout.scss */
.l-10--center {
  max-width: 48.07692em;
  margin: 0 auto;
  padding: 0 2.25em;
}
@media (min-width: 48.07692em) {
  /* line 1085, ../scss/base/_layout.scss */
  .l-10--center {
    padding: 0;
  }
}

/* line 1099, ../scss/base/_layout.scss */
.l-7--center {
  max-width: 33.65385em;
  margin: 0 auto;
}

/* line 1120, ../scss/base/_layout.scss */
.page-mod + .page-mod {
  margin-top: 62.5px;
}

/* line 1136, ../scss/base/_layout.scss */
.page-mod--compound {
  margin: 125px 0;
}

/* line 1140, ../scss/base/_layout.scss */
.compound-block--top {
  background-color: #f7f7f7;
  padding: 32.25px 0;
}
@media (min-width: 56.25em) {
  /* line 1140, ../scss/base/_layout.scss */
  .compound-block--top {
    padding: 62.5px 0 125px 0;
  }
}

/* line 1149, ../scss/base/_layout.scss */
.compound-block--bottom > .inner {
  background-color: #fff;
  padding-top: 32.25px;
}
@media (min-width: 56.25em) {
  /* line 1149, ../scss/base/_layout.scss */
  .compound-block--bottom > .inner {
    margin-top: -62.5px;
    padding-top: 62.5px;
  }
}

/* line 1170, ../scss/base/_layout.scss */
.page-mod--bg {
  background-color: #f7f7f7;
  padding: 32.25px 0;
}
@media (min-width: 56.25em) {
  /* line 1170, ../scss/base/_layout.scss */
  .page-mod--bg {
    padding: 62.5px 0;
  }
}

/* line 1178, ../scss/base/_layout.scss */
.sponsors-sect {
  background-color: #fff;
  padding-top: 0;
}

/* line 1183, ../scss/base/_layout.scss */
.page-mod.page-mod + .sponsors-sect {
  background-color: #f7f7f7;
  padding-top: 62.5px;
}

/* line 1197, ../scss/base/_layout.scss */
.open-page-wrap {
  *zoom: 1;
  padding: 62.5px 0;
}
/* line 38, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.open-page-wrap:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1213, ../scss/base/_layout.scss */
.mod--center {
  margin: 0 auto;
}

@media (min-width: 37.5em) {
  /* line 1225, ../scss/base/_layout.scss */
  .univ-callout {
    overflow: hidden;
    padding: 2em;
  }
}
/* line 1230, ../scss/base/_layout.scss */
.univ-callout .univ-logo {
  text-align: center;
  margin: 1em auto 2em;
}
@media (min-width: 37.5em) {
  /* line 1230, ../scss/base/_layout.scss */
  .univ-callout .univ-logo {
    float: left;
    margin: 0;
    padding: 0.5em 3em 1em 0.5em;
  }
}

/* line 1241, ../scss/base/_layout.scss */
.survey {
  padding: 3em 1em;
}

/* line 1249, ../scss/base/_layout.scss */
.l-canvas .card {
  border-bottom: 2px solid #e9eaea;
}
@media (min-width: 37.5em) {
  /* line 1251, ../scss/base/_layout.scss */
  .l-canvas .card .col-sm-5 {
    width: 71%;
  }
}
@media (min-width: 68.75em) {
  /* line 1251, ../scss/base/_layout.scss */
  .l-canvas .card .col-sm-5 {
    width: 80%;
  }
}
@media (min-width: 37.5em) {
  /* line 1259, ../scss/base/_layout.scss */
  .l-canvas .card .col-sm-7 {
    width: 15%;
  }
}
/* line 1264, ../scss/base/_layout.scss */
.l-canvas .card .col-lg-4 {
  width: 100%;
}
@media (min-width: 37.5em) {
  /* line 1264, ../scss/base/_layout.scss */
  .l-canvas .card .col-lg-4 {
    width: 50%;
  }
}
@media (min-width: 56.25em) {
  /* line 1264, ../scss/base/_layout.scss */
  .l-canvas .card .col-lg-4 {
    width: 26%;
  }
}
@media (min-width: 46.875em) {
  /* line 1273, ../scss/base/_layout.scss */
  .l-canvas .card .l-no-gutter-left {
    width: 47.666667%;
  }
}
@media (min-width: 56.25em) {
  /* line 1273, ../scss/base/_layout.scss */
  .l-canvas .card .l-no-gutter-left {
    width: 59.666667%;
  }
}
@media (min-width: 37.5em) {
  /* line 1281, ../scss/base/_layout.scss */
  .l-canvas .card .l-no-gutter-right {
    float: right;
    width: 50%;
  }
}
@media (min-width: 56.25em) {
  /* line 1281, ../scss/base/_layout.scss */
  .l-canvas .card .l-no-gutter-right {
    width: 40%;
  }
}
/* line 1290, ../scss/base/_layout.scss */
.l-canvas .card.m-min-height-address-box {
  border-bottom: none;
}
/* line 1294, ../scss/base/_layout.scss */
.l-canvas .card .card-detail [data-title="Product"] {
  width: 74%;
}
@media (min-width: 56.25em) {
  /* line 1301, ../scss/base/_layout.scss */
  .l-canvas .card .col-md-4 .btn {
    width: 120%;
  }
}
/* line 1306, ../scss/base/_layout.scss */
.l-canvas .card .col-md-8 {
  width: 100%;
}

/* line 1312, ../scss/base/_layout.scss */
.topic-ed {
  margin-bottom: 3em;
}

/* line 10, ../scss/base/_icons.scss */
.icon {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: 5px;
}
/* line 21, ../scss/base/_icons.scss */
.icon-twitter .icon {
  background-image: url(/wp-content/themes/iapp/static/img/ui-img/icons/svg/icon_twitter_full.svg);
}
/* line 23, ../scss/base/_icons.scss */
.no-svg .icon-twitter .icon {
  background-image: url(/wp-content/themes/iapp/static/img/ui-img/icons/png/icon_twitter_med.png);
}
/* line 21, ../scss/base/_icons.scss */
.icon-facebook .icon {
  background-image: url(/wp-content/themes/iapp/static/img/ui-img/icons/svg/icon_facebook_full.svg);
}
/* line 23, ../scss/base/_icons.scss */
.no-svg .icon-facebook .icon {
  background-image: url(/wp-content/themes/iapp/static/img/ui-img/icons/png/icon_facebook_med.png);
}
/* line 21, ../scss/base/_icons.scss */
.icon-rss .icon {
  background-image: url(/wp-content/themes/iapp/static/img/ui-img/icons/svg/icon_rss_full.svg);
}
/* line 23, ../scss/base/_icons.scss */
.no-svg .icon-rss .icon {
  background-image: url(/wp-content/themes/iapp/static/img/ui-img/icons/png/icon_rss_med.png);
}
/* line 21, ../scss/base/_icons.scss */
.icon-google .icon {
  background-image: url(/wp-content/themes/iapp/static/img/ui-img/icons/svg/icon_google_full.svg);
}
/* line 23, ../scss/base/_icons.scss */
.no-svg .icon-google .icon {
  background-image: url(/wp-content/themes/iapp/static/img/ui-img/icons/png/icon_google_med.png);
}
/* line 21, ../scss/base/_icons.scss */
.icon-linkedin .icon {
  background-image: url(/wp-content/themes/iapp/static/img/ui-img/icons/svg/icon_linkedin_full.svg);
}
/* line 23, ../scss/base/_icons.scss */
.no-svg .icon-linkedin .icon {
  background-image: url(/wp-content/themes/iapp/static/img/ui-img/icons/png/icon_linkedin_med.png);
}
/* line 21, ../scss/base/_icons.scss */
.icon-comment .icon {
  background-image: url(/wp-content/themes/iapp/static/img/ui-img/icons/svg/icon_comment_full.svg);
}
/* line 23, ../scss/base/_icons.scss */
.no-svg .icon-comment .icon {
  background-image: url(/wp-content/themes/iapp/static/img/ui-img/icons/png/icon_comment_med.png);
}
/* line 21, ../scss/base/_icons.scss */
.icon-search .icon {
  background-image: url(/wp-content/themes/iapp/static/img/ui-img/icons/svg/icon_search_full.svg);
}