a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}
blockquote,
q {
    quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}
html {
    background: #000
}
body {
    color: #000;
    background: #fff;
    font-size: 1em;
    line-height: 1.3125;
    font-family: camingodos-web, sans-serif
}
a {
    color: #00abf1;
    text-decoration: none;
    word-wrap: break-word
}
a:active,
a:hover {
    color: #006f9c
}
code {
    display: inline-block;
    border: 1px solid #ccc;
    background: #eee;
    border-radius: 3px;
    padding: 0 .3125em
}
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
table,
ul {
    margin-bottom: 1em
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: tablet-gothic-semi-condensed, sans-serif
}
h1 {
    font-size: 1.9375rem;
    line-height: 2.125rem
}
@media (max-width: 549px) {
    h1 {
        font-size: 2.25rem
    }
}
h2 {
    font-size: 1.5625rem;
    line-height: 1.12
}
h3 {
    font-size: 1.25rem;
    line-height: 1.2
}
h4 {
    font-size: 1.125rem
}
h5 {
    font-size: 1.0625rem
}
h6 {
    font-size: 1rem
}
table {
    font-size: .8125rem;
    line-height: 1.2;
    border: 1px solid #999
}
td,
th {
    border: 1px solid #999;
    padding: .625rem .375rem
}
th {
    padding: .3125rem .375rem
}
tbody tr:nth-child(2n) {
    background: #cceefc
}
tbody tr:nth-child(2n+1) {
    background: #fff
}
ul {
    list-style: disc;
    padding-left: 1em
}
ol {
    list-style: decimal;
    padding-left: 1.3em
}
li {
    margin-bottom: .5em
}
blockquote {
    padding-left: 2em;
    border-left: 10px solid #cceefc
}
sub {
    font-size: .75em;
    vertical-align: super
}
sup {
    font-size: .75em;
    vertical-align: sub
}
small {
    font-size: .75em
}
em,
i {
    font-style: italic
}
b,
strong {
    font-weight: 700
}
mark {
    background: #cceefc
}
hr {
    height: 1px;
    border: 0;
    border-color: #999;
    background: #999
}
img {
    max-width: 100%;
    height: auto
}
.alignright {
    display: block;
    float: right;
    margin: 0 0 .625rem .625rem
}
.alignleft,
.lecturer .wp-post-image {
    display: block;
    float: left;
    margin: 0 .625rem .625rem 0
}
.aligncenter {
    float: none;
    display: block;
    margin: 0 auto 1em
}
.screen-reader {
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0
}
.to-top {
    text-indent: 105%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    background: #006f9c;
    background: rgba(0, 111, 156, .5);
    color: #fff;
    position: relative;
    width: 3.375rem;
    height: 3.375rem
}
.to-top::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
    font-size: 3.125rem;
    text-align: center;
    line-height: 2.875rem;
    background: url(img/to-top.svg) no-repeat center center
}
:-moz-placeholder {
    color: #999
}
::-moz-placeholder {
    color: #999
}
::-webkit-input-placeholder {
    color: #999
}
:-ms-input-placeholder {
    color: #999
}
.select,
input,
textarea {
    font-family: camingodos-web, sans-serif;
    font-size: 1em;
    height: 2rem;
    line-height: 2rem;
    border: 1px solid #00abf1
}
input {
    padding-left: .625rem
}
textarea {
    padding: .625rem
}
select {
    width: -webkit-calc(100% + 18px);
    width: calc(100% + 18px);
    font-family: camingodos-web, sans-serif;
    font-size: 1em;
    height: 1.875rem;
    line-height: 1.875rem;
    border: 0;
    padding-top: .25rem;
    background: 0 0;
    position: relative;
    z-index: 1;
    color: #999
}
select.active {
    color: #000
}
.select {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: relative
}
.select::after {
    content: '\25bc';
    background: #00abf1;
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 3px;
    z-index: 0
}
input[type=checkbox],
input[type=radio] {
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0
}
input[type=checkbox]+label::before,
input[type=radio]+label::before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #00abf1
}
input[type=checkbox]:checked+label::before,
input[type=radio]:checked+label::before {
    background: #00abf1
}
input[type=radio]+label::before {
    border-radius: 15px
}
input[type=submit] {
    color: #fff;
    background: #00abf1;
    padding: .625rem;
    height: 2.625rem;
    line-height: 1
}
input[type=submit]:hover {
    background: #006f9c
}
input[type=file] {
    line-height: 1;
    height: auto;
    border: 0;
    padding: 0
}
.site-content .gform_wrapper input[type=email],
.site-content .gform_wrapper input[type=number],
.site-content .gform_wrapper input[type=password],
.site-content .gform_wrapper input[type=tel],
.site-content .gform_wrapper input[type=text],
.site-content .gform_wrapper input[type=url] {
    font-family: camingodos-web, sans-serif;
    font-size: 1em;
    height: 2rem;
    line-height: 2rem;
    border: 1px solid #00abf1
}
.icon,
a[href$=".pdf"]::before,
a[href$=".doc"]::before,
a[href$=".docx"]::before,
a[href$=".rtf"]::before,
a[href$=".pot"]::before,
a[href$=".ppt"]::before {
    background: #00abf1;
    color: #fff;
    font-size: .6875rem;
    text-transform: uppercase;
    line-height: .75rem;
    height: .75rem;
    padding: 0 .25rem;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    position: relative;
    top: -1px
}
a[href$=".pdf"]::before {
    content: 'PDF';
    margin-right: .25rem
}
.call-to-action-image a[href$=".pdf"] {
    display: block;
    position: relative
}
.call-to-action-image a[href$=".pdf"]::before {
    position: absolute;
    left: 0;
    top: 0
}
a[href$=".doc"]::before,
a[href$=".docx"]::before,
a[href$=".rtf"]::before {
    content: 'DOC';
    margin-right: .25rem
}
.call-to-action-image a[href$=".doc"],
.call-to-action-image a[href$=".docx"],
.call-to-action-image a[href$=".rtf"] {
    display: block;
    position: relative
}
.call-to-action-image a[href$=".doc"]::before,
.call-to-action-image a[href$=".docx"]::before,
.call-to-action-image a[href$=".rtf"]::before {
    position: absolute;
    left: 0;
    top: 0
}
a[href$=".pot"]::before,
a[href$=".ppt"]::before {
    content: 'PPT';
    margin-right: .25rem
}
.call-to-action-image a[href$=".pot"],
.call-to-action-image a[href$=".ppt"] {
    display: block;
    position: relative
}
.call-to-action-image a[href$=".pot"]::before,
.call-to-action-image a[href$=".ppt"]::before {
    position: absolute;
    left: 0;
    top: 0
}
.site-head {
    width: 100%;
    position: relative;
    padding-top: 2em;
    color: #fff;
    background-repeat: repeat;
    margin-bottom: 1.875rem
}
@media (max-width: 530px) {
    .site-head {
        padding-top: 4em
    }
}
.site-head a {
    color: #fff
}
.site-head--alt,
.site-head--alt a {
    color: #000
}
.site-head__titles {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    min-height: 120px;
    overflow: hidden
}
@media (max-width: 1089px) {
    .site-head__titles {
        width: 90%;
        margin: 0 auto
    }
}
@media (max-width: 814px) {
    .site-head__titles {
        padding-right: 7.5rem;
        padding-bottom: 4rem;
        min-height: 235px
    }
}
@media (max-width: 468px) {
    .site-head__titles {
        padding-right: 0
    }
}
.site-head__title {
    margin-bottom: 0
}
.site-head__title--main {
    margin-top: .25em
}
.site-head__title--secondary {
    font-weight: 700
}
.site-head__nav {
    position: relative;
    z-index: 10
}
.site-head__nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.site-head__nav li {
    position: relative;
    margin: 0
}
@media (min-width: 979px) {
    .site-head__nav li:active>.sub-menu,
    .site-head__nav li:hover>.sub-menu {
        height: auto
    }
}
.site-head__nav .sub-menu {
    height: 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    overflow: hidden;
    min-width:300px;

}
@media (max-width: 978px) {
    .site-head__nav .sub-menu {
        padding-left: 1em;
        position: static;
        height: auto
    }
}
@media (max-width: 978px) {
    .site-head__nav .sub-menu--closed {
        height: 0
    }
}
.site-head__nav>ul {
    word-spacing: -.4em;
    width: 100%;
    max-width: 980px;
    margin: 0 auto
}
.site-head__nav>ul>li {
    word-spacing: 0;
    display: inline-block;
    vertical-align: top
}
.site-head__nav--main {
    background: #00abf1;
    color: #fff;
    font-size: 1.3125rem;
    font-family: tablet-gothic-semi-condensed, sans-serif
}
.site-head__nav--main a {
    color: #fff;
    display: block;
    line-height: 2em;
    padding: 0 .7em;
    text-decoration: none;
    white-space:nowrap;
}
.site-head__nav--main a:active,
.site-head__nav--main a:hover {
    background: #006f9c
}
@media (max-width: 561px) {
    .site-head__nav--main a {
        white-space: normal
    }
}
.site-head__nav--main ul {
    background: #00abf1
}
@media (max-width: 978px) {
    .site-head__nav--main ul {
        max-width: 100%
    }
}
.site-head__nav--main .sub-menu {
    background: #cceefc
}
.site-head__nav--main .sub-menu li {
    border-bottom: 1px solid #fff
}
.site-head__nav--main .sub-menu li:last-child {
    border-bottom: 0
}
.site-head__nav--main .sub-menu a {
    color: #006f9c;
    font-size:13pt;
}
.site-head__nav--main .sub-menu a:active,
.site-head__nav--main .sub-menu a:focus,
.site-head__nav--main .sub-menu a:hover {
    color: #fff
}
ul#menu-secondary-navigation li.secondary-fb {
    background: url(img/facebook-23px.png) no-repeat;
    background-position: 6px 4px;
}
ul#menu-secondary-navigation li.secondary-fb a {
    padding-left: 2.35em;
}
@media (max-width: 978px) {
    .js .site-head__nav--main>ul {
        margin: 0;
        overflow: hidden;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 10
    }
}
@media (max-width: 561px) {
    .js .site-head__nav--main>ul {
        width: 100%
    }
}
@media (max-width: 978px) {
    .site-head__nav--main>ul>li {
        display: block
    }
}
@media (max-width: 978px) {
    .site-head__nav--main>ul {
        background: #00abf1;
        width: auto
    }
}
.site-head__nav--main__show-hide {
    display: none;
    width: 100%;
    height: 2.625rem;
    border: 0;
    background: url(img/menu.svg) no-repeat;
    background-position: .5em center;
    background-position: -webkit-calc(100% - 70px);
    background-position: calc(100% - 70px);
    cursor: pointer;
    color: #fff;
    padding: 0 .5em;
    font-size: 1.3125rem;
    text-align: right;
    line-height: 2.21429
}
@media (max-width: 978px) {
    .js .site-head__nav--main__show-hide {
        display: block
    }
}
@media (max-width: 978px) {
    .site-head__nav--main {
        height: 2em
    }
}
.site-head__nav--secondary {
    background: #000;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}
.site-head__nav--secondary a {
    color: #fff;
    padding: 0 .5em;
    font-size: .875rem;
    line-height: 2.21429
}
.site-head__nav--secondary li:after {
    content: '|'
}
.site-head__nav--secondary li:last-child:after {
    content: ''
}
@media (max-width: 606px) {
    .site-head__nav--secondary {
        font-size: .75rem
    }
}
.site-head__extras {
    width: 100%;
    max-width: 980px;
    height: 0;
    margin: 0 auto;
    position: relative
}
@media (max-width: 1089px) {
    .site-head__extras {
        width: 90%;
        margin: 0 auto
    }
}
.site-head__search {
    position: absolute;
    right: 8.125rem;
    bottom: 3.625rem;
    width: 250px
}
.site-head__search__query {
    font-size: 1rem;
    display: block;
    width: 100%;
    border: 0;
    height: 2em;
    line-height: 2em;
    padding: 0 .625em
}
@media (max-width: 468px) {
    .site-head__search {
        right: 0;
        width: 100%
    }
}
.site-head__affiliates {
    position: absolute;
    right: 0;
    bottom: 3.625rem;
    text-align: right
}
.site-head__affiliates__affiliate {
    text-indent: 105%;
    white-space: nowrap;
    overflow: hidden;
    float: right;
    display: block;
    height: 0
}
.site-head__affiliates__affiliate--ieee {
    width: 6.625rem;
    padding-top: 6rem;
    background: url(img/ieee-white.svg) no-repeat bottom left;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    margin-right: 1.875rem
}
@media (max-width: 814px) {
    .site-head__affiliates__affiliate--ieee {
        margin-right: 0;
        margin-bottom: 1.25rem;
        padding-top: 2rem
    }
}
.site-head__affiliates__affiliate--ieee-npss {
    width: 6.4375rem;
    padding-top: 6rem;
    background: url(img/ieee-npss-white.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain
}
@media (max-width: 814px) {
    .site-head__affiliates__affiliate--ieee-npss {
        margin-bottom: 1.25rem
    }
}
@media (max-width: 814px) {
    .site-head__affiliates__affiliate {
        float: none;
        height: 0
    }
}
@media (max-width: 468px) {
    .site-head__affiliates {
        display: none
    }
}
.site-head--alt__affiliates__affiliate--ieee {
    background: url(img/ieee-black.svg) no-repeat left top
}
.site-head--alt__affiliates__affiliate--ieee-npss {
    background: url(img/ieee-npss-black.svg) no-repeat left top
}
@media (max-width: 978px) {
    .menu--closed {
        max-height: 0
    }
}
.site-content {
    word-spacing: -.4em;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 2rem
}
@media (max-width: 1089px) {
    .site-content {
        width: 90%;
        margin: 0 5%
    }
}
.page-content {
    width: 58.77551%;
    margin-right: 3.16327%
}
@media (max-width: 768px) {
    .page-content {
        margin-bottom: 4em
    }
}
.page__title {
    margin-top: 1rem;
    margin-bottom: 1rem
}
.sidebar {
    width: 38.06122%;
    padding-top: 1.25rem
}
@media (max-width: 768px) and (min-width: 600px) {
    .sidebar>* {
        word-spacing: 0;
        display: inline-block;
        vertical-align: top;
        width: 47.5%;
        margin-right: 5%
    }
}
.sidebar>:nth-child(2n) {
    margin-right: 0
}
@media (max-width: 600px) {
    .sidebar>* {
        width: 100%;
        margin-right: 0
    }
}
@media (max-width: 768px) and (min-width: 600px) {
    .sidebar {
        word-spacing: -.4em
    }
}
.page-content,
.sidebar {
    word-spacing: 0;
    display: inline-block;
    vertical-align: top
}
@media (max-width: 768px) {
    .page-content,
    .sidebar {
        display: block;
        width: 100%
    }
}
.subpage-nav {
    width: 47.5%;
    margin-right: 5%;
    float: left;
    background: #cceefc;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding-top: .5em;
    font-weight: 700
}
.subpage-nav ul {
    margin: 0;
    padding-right: 1em;
    list-style: none
}
@media (max-width: 600px) {
    .subpage-nav {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 1em
    }
}
.header {
    border-bottom: 1px solid #999;
    margin-bottom: 1.25em;
    padding-bottom: .5em
}
.header--no-border {
    border-bottom: 0;
    padding-bottom: 0
}
.header--past-conferences {
    margin-top: 3em
}
.header__headline {
    font-weight: 700
}
.header__headline,
.header__intro,
.header__subhead {
    margin-bottom: .25em
}
.header__headline:last-child,
.header__intro:last-child,
.header__subhead:last-child {
    margin-bottom: 0;
    clear:both;
}
.header__intro--icon-meaning {
    color: #999;
    font-size: .8125rem;
    line-height: 1.1;
    margin-bottom: .3em
}
.header__intro--icon-meaning:last-child {
    margin-bottom: 1em
}
.columns {
    word-spacing: -.4em
}
.columns__column {
    word-spacing: 0;
    display: inline-block;
    vertical-align: top
}
.columns--two__column {
    width: 47.5%;
    margin-right: 5%
}
.columns--two__column:nth-child(2n) {
    margin-right: 0
}
.columns--two__column h3 {
    border-bottom: 1px solid #000;
    padding-bottom: .5em
}
.columns--two__column__header h3 {
    border-bottom: 0;
    padding-bottom: 0
}
@media (max-width: 800px) and (min-width: 768px),
(max-width: 600px) {
    .columns--two__column {
        width: 100%;
        display: block;
        margin-right: 0
    }
}
.toggle {
    margin-bottom: .5em
}
.toggle:last-child {
    margin-bottom: 1em
}
.toggle__trigger {
    cursor: pointer;
    background: #00abf1;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 0;
    padding: .375rem .75rem .5rem 2.8125rem;
    position: relative
}
.toggle__trigger:active,
.toggle__trigger:hover {
    background: #006f9c
}
.toggle__trigger:before {
    content: '\25ba';
    display: block;
    line-height: .5;
    position: absolute;
    left: .75rem;
    top: .75rem;
    -webkit-transition: top .4s linear, -webkit-transform .4s linear;
    transition: top .4s linear, transform .4s linear
}
.toggle--notice__trigger {
    color: #00abf1;
    background: #fff200
}
.toggle--notice__trigger:hover {
    color: #00abf1;
    background: #f5e800
}
.toggle__content {
    padding: 1rem;
    background: #cceefc;
    overflow: hidden
}
.toggle--open__trigger:before {
    top: .875rem;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.image-buttons {
    word-spacing: -.4em
}
.image-buttons__header {
    word-spacing: 0
}
.image-buttons__image-button {
    display: inline-block;
    vertical-align: top;
    word-spacing: 0
}
.image-button {
    position: relative;
    height: 0;
    padding-top: 15.625%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 5%
}
.image-button--full {
    width: 100%;
    padding-top: 15.625%
}
.image-button--half {
    width: 47.5%;
    margin-right: 5%
}
@media (max-width: 500px) {
    .image-button--half {
        width: 100%;
        margin-right: 0;
        -webkit-background-size: 100% auto;
        background-size: 100% auto
    }
}
.image-button--last {
    margin-right: 0
}
.image-button__overlay {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .75;
    width: 100%;
    height: 100%
}
:hover>.image-button__overlay {
    opacity: 1
}
.image-button__text {
    font-size: 1.25rem;
    line-height: 1.2;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    max-height: 90%
}
@media (max-width: 500px) {
    .image-button__text {
        font-size: 1rem
    }
}
.image-button[href$=".pdf"]::before,
.image-button[href$=".doc"]::before,
.image-button[href$=".docx"]::before,
.image-button[href$=".rtf"]::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 1rem;
    height: auto;
    line-height: 1.1875rem
}
@media (max-width: 500px) {
    .image-button {
        padding-top: 34.20139%
    }
}
.call-to-action-image img {
    display: block;
    width: 100%;
    height: auto
}
.call-to-action-image__header {
    background: #00abf1;
    color: #000;
    border: 0;
    padding: 1.5rem;
    position: relative
}
.call-to-action-image__header:last-child {
    margin-bottom: 0
}
@media (max-width: 600px) {
    .call-to-action-image__header {
        margin-top: -20%
    }
}
.call-to-action-image__headline {
    line-height: 1.2
}
.call-to-action-image:last-child .header {
    margin-bottom: 0
}
.refinements__header {
    margin-bottom: .625em
}
.conference-filter {
    margin-bottom: 1em
}
.conference-filter label:first-child {
    font-weight: 700
}
.conference-filter>.select {
    display: block;
    margin-bottom: 1.25em
}
.conference-filter ul {
    list-style: none;
    padding: 0
}
.conference-filter li {
    margin-bottom: 0
}
.conference-filter .header {
    margin-bottom: .625em
}
.conference-filter+.header {
    margin-bottom: 0
}
.date-range {
    word-spacing: -.4em;
    margin-bottom: .3em
}
.date-range .select,
.date-range input,
.date-range span {
    display: inline-block;
    vertical-align: top;
    word-spacing: 0
}
.date-range span {
    width: 14.7482%
}
.date-range .select {
    width: 53.23741%;
    vertical-align: middle;
    margin-right: 5.7554%;
    overflow: hidden
}
.date-range input {
    width: 26.25899%;
    vertical-align: middle
}
.conferences {
    font-size: 1rem;
    line-height: 1.3125;
    border: 0
}
.conferences tr {
    border-bottom: 1px solid #999
}
.conferences td,
.conferences th {
    text-align: left;
    padding: .25rem .5rem;
    border: 0
}
.conferences td:first-child,
.conferences th:first-child {
    border-right: 1px solid #999
}
.conference__meta {
    word-spacing: -.4em;
    margin-bottom: .5em
}
.conference__meta>* {
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    width: 50%
}
.conference__meta__short-name {
    font-weight: 700
}
.conference__name {
    margin-bottom: .75em;
    font-size: 1rem;
    line-height: 1.2
}
.conference__contact ul {
    list-style: none;
    margin-bottom: 0
}
.conference__contact li {
    margin-bottom: 0
}
.conference td {
    vertical-align: top
}
.conference td:first-child {
    width: 71.52778%
}
.conference td:last-child {
    width: 30.38194%
}
.conference-bucket__conferences {
    list-style: none;
    padding: 0
}
.conference-bucket__conference__name {
    margin-bottom: 0;
    font-size: 1rem;
    font-family: camingodos-web, sans-serif
}
.slideshow {
    width: 100%;
    position: relative;
    overflow: hidden
}
.slideshow__slides__slide {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
}
.slideshow__slides__slide__title {
    display: inline-block;
    background: #00abf1;
    color: #fff;
    padding: .5625rem .75rem .75rem 5.26316%;
    position: absolute;
    left: 0;
    top: 68.88889%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 75%
}
.slideshow__slides__slide__title::after {
    display: block;
    background: url(img/slide-title-angle.svg) no-repeat left top;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 99.8%
}
.slideshow--js__slides {
    position: relative;
    height: auto;
    padding-top: 0;
    overflow: hidden
}
.slideshow--js__slides__slide {
    position: relative;
    float: left;
    height: 0;
    padding-top: 62.5%
}
.slideshow--js__slides__slide>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.slideshow--no-js__slides {
    width: 100%;
    padding-top: 62.5%;
    height: 0
}
.slideshow--no-js__slides__slide {
    position: static;
    display: none
}
.slideshow--no-js__slides__slide:first-child {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.slideshow__controls__switch-timer {
    width: 100%;
    height: 4px;
    background: #ff1d25
}
.slideshow__controls__switch-timer__progress {
    width: 0;
    min-width: 4px;
    height: 4px;
    background: #00abf1;
    position: relative
}
.slideshow__controls__switch-timer__progress::after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #b7ff00;
    position: absolute;
    right: 0;
    top: 0
}
.slideshow__controls__pointers {
    position: absolute;
    right: 3.47222%;
    bottom: 1em
}
.slideshow__controls__pointers__pointer {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent url(img/slider-mark.svg) no-repeat left top;
    cursor: pointer
}
.slideshow__controls__pointers__pointer--active,
.slideshow__controls__pointers__pointer:hover {
    background-image: url(img/slider-mark-active.svg)
}
.slideshow__controls__pointers__pointer--right-top {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.slideshow__controls__pointers__pointer--right-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.slideshow__controls__pointers__pointer--left-bottom {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
#slider_2449 .owl-item h1 {
  display: inline-block;
  background: #00abf1;
  color: white;
  padding: 0.5625rem 0.75rem 0.75rem 5.26316%;
  position: absolute;
  left: 0;
  top: 68.88889%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 75%;
}
#slider_2449 .owl-item h1::after {
  display: block;
  background: url(img/slide-title-angle.svg) no-repeat left top;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 99.8%;
}
.document-table ul {
    list-style: none;
    padding: 0
}
.document-table li {
    margin-bottom: 0
}
.document-table>ul {
    font-size: 1.4375rem;
    line-height: 1.3913em
}
.document-table>ul>li {
    padding: 0 1rem
}
.document-table>ul>li ul {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 1rem;
    max-width: 480px
}
.document-table>ul>li ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 1.5625rem
}
.document-table>ul>li:nth-child(2n) {
    background: #cceefc
}
.lecturer {
    border-bottom: 1px solid #999;
    padding: .75rem .5rem 1rem
}
.lecturer:nth-child(2n+2) {
    background: #cceefc
}
.lecturer--single {
    border-bottom: 0
}
.lecturer--single .lectures {
    font-weight: 400
}
.lecturer--single .lectures__header {
    font-weight: 700
}
.lecturer__header {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 1.25rem
}
.lecturer__header__headline {
    font-weight: 400;
    line-height: 1
}
.lecturer__header__subhead {
    font-weight: 400;
    color: #999;
    letter-spacing: .5px
}
.lecturer .contact__header {
    font-weight: 700
}
.lecturers .lecturer__header__subhead {
    font-size: .8125rem;
    line-height: 1.2
}
.lectures {
    list-style: none;
    padding: 0;
    font-weight: 700;
    margin-bottom: 0
}
.lectures li {
    border-bottom: 1px solid #999;
    margin-bottom: .25em;
    padding-bottom: .25em
}
.lectures li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}
.nothing-found {
    font-size: 1.4375rem
}
.site-footer {
    position: relative;
    background: #000
}
.site-footer__call-out {
    background: #00abf1;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    padding: .25rem .5rem
}
.site-footer__call-out a {
    display: block;
    color: #000
}
@media (max-width: 472px) {
    .site-footer__call-out {
        font-size: 1.3125rem
    }
}
.site-footer__main {
    color: #fff;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    overflow: hidden
}
@media (max-width: 1089px) {
    .site-footer__main {
        width: 90%
    }
}
.site-footer__nav {
    display: inline-block;
    vertical-align: top;
    font-size: 1.3125rem;
    font-weight: 700
}
.site-footer__nav ul {
    word-spacing: -.25em;
    list-style: none;
    margin-bottom: 0;
    padding: 0
}
@media (max-width: 608px) {
    .site-footer__nav ul {
        line-height: 1.875rem
    }
}
.site-footer__nav li {
    display: inline-block;
    vertical-align: middle;
    word-spacing: 0;
    margin-bottom: 0
}
.site-footer__nav a {
    color: #fff;
    height: 2.9375rem;
    line-height: 2.9375rem;
    padding: 0 .5rem
}
@media (max-width: 608px) {
    .site-footer__nav a {
        line-height: 1.875rem
    }
}
.site-footer__copyright {
    float: right;
    line-height: 2.9375rem
}

.site-footer .to-top {
    position: fixed;
    right: 1em;
    bottom: 1em;
    z-index: 5
}
.site-footer a.facebook img {
      height: 30px;
      width: 38px;
      position: relative;
      top: 8px;
      padding-left: 8px;
}
select.medium.gfield_select {
	border: 1px solid #00abf1;
}

div.short-section {
  display: block;
  overflow: hidden;
  margin: 1em 0;
}
