table,
table tr,
table tr td {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
    a {
    color: #5ba8c0;
}
    a:hover {
    color: #38768b;
}
    a.altLink,
.altLink a {
    color: #a2bc2c;
}
    a.altLink:hover,
.altLink a:hover {
    color: #7b8d24;
}
    .imgC {
    margin: 5px auto;
    display: block;
}
    .imgL {
    float: left;
}
    .imgR {
    float: right;
}
    .txtC {
    text-align: center;
}
    .txtL {
    text-align: left;
}
    .txtR {
    text-align: right;
}
    .txtJ {
    text-align: justify;
}
    img.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}
    @media screen and (max-width: 1269px) {
    /* Specific to this particular image */
    img.bg {
    left: 50%;
    margin-left: -635px;
    /* 50% */
    }
}
    .openS, .openS p {
    font-family: 'Open Sans', 'sans-serif';
    font-weight: 400;
}
    .openSIt, .openSIt p {
    font-family: 'Open Sans', 'sans-serif';
    font-weight: 400;
    font-style: italic;
}
    .openL, .openL p {
    font-family: 'Open Sans', 'sans-serif';
    font-weight: 300;
}
    .openLIt, .openLIt p {
    font-family: 'Open Sans', 'sans-serif';
    font-weight: 300;
    font-style: italic;
}
    .openB, .openB p {
    font-family: 'Open Sans', 'sans-serif';
    font-weight: 600;
}
    .openBIt, .openBIt p {
    font-family: 'Open Sans', 'sans-serif';
    font-weight: 600;
    font-style: italic;
}
    .line {
    border-top: 1px solid #f0f0f0;
    width: 100%;
    /* margin: 5px auto; */
    display: block;
    clear: both;
}
    .outBorder {
    border: 1px solid #0f0f0f;
}
    .outBorder img {
    border: 1px solid #323232;
}
    .lineL {
    border-top: 1px solid #0f0f0f;
    border-bottom: 1px solid #323232;
    width: 100%;
    /* margin: 15px auto; */
    display: block; 
    clear: both;
}
    .txtSm, .txtSm p {
    font-size: 14px;
}
    .txtMd, .txtMd p {
    font-size: 18px;
}
    .txtLg, .txtLg p {
    font-size: 26px;
}
    .txtXS, .txtXS p {
    font-size: 11px;
}
    .clear {
    clear: both;
    height: 5px;
}
    /* Twitter Feed CSS */
    #loading-container {
    text-align: center;
}
    #twitter-feed {
    width: 100%;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0;
    padding: 5px;
    color: #ffffff;
    overflow: auto;
}
    #twitter-feed h1,
#twitter-feed h1 a {
    line-height: 21px;
}
    .twitter-article,
#loading-container {
    width: 100%;
    float: left;
    padding: 8px 0px 8px 0px;
    position: relative;
}
    .twitter-pic {
    position: absolute;
}
    .twitter-pic img {
    float: left;
    border-radius: 7px;
    border: none;
}
    /* -------- TEXT STYLING ------*/
    .twitter-text {
    width: 100%;
    float: left;
    font-size: 11px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
    .twitter-text p {
    margin: 0px;
    line-height: 15px;
        font-size: 14px;
}
    .twitter-text a,
h1 a {
    color: #faa21c;
    text-decoration: none;
}
    .twitter-text a:hover,
h1 a:hover {
    color: #cc7c01;
}
    .tweet-time {
    font-size: 10px;
    color: #878787;
    float: right;
}
    .tweet-time a,
.tweet-time a:hover {
    color: #666666;
}
    .tweetprofilelink a {
    display: none;
    color: #444;
}
    .tweetprofilelink a:hover {
    color: #fff;
}
    /* -------- FEED  ACTIONS ------*/
    #twitter-actions {
    width: 75px;
    float: right;
    margin-right: 5px;
    margin-top: 3px;
    display: none;
}
    .intent {
    width: 25px;
    height: 16px;
    float: left;
}
    .intent a {
    width: 25px;
    height: 16px;
    display: block;
    background-image: url(../images/tweet-actions.png);
    float: left;
}
    .intent a:hover {
    background-position: -25px 0px;
}
    #intent-retweet a {
    background-position: 0px -17px;
}
    #intent-retweet a:hover {
    background-position: -25px -17px;
}
    #intent-fave a {
    background-position: 0px -36px;
}
    #intent-fave a:hover {
    background-position: -25px -36px;
}
    /* -------- RETWEET INDICATOR ------*/
    #retweet-indicator {
    width: 14px;
    height: 10px;
    background-image: url(../images/tweet-actions.png);
    background-position: -5px -54px;
    margin-top: 3px;
    float: left;
}

.sButton input {
    display:none !important;   
}

label.sButton {
    height:37px;
    line-height:37px;
}

label.sButton path {
    transition: fill .4s ease;
    fill: #afafaf;
}

label.sButton:hover path {
    fill: #7e7e7e;
}

.topHead div a {
    line-height:37px !important;   
} 

#lean_overlay {
    position: fixed;
    z-index:1999;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.modalBox {
	padding:15px;
	background:#fff;
	border-radius:15px;
    width:100%;
	max-width:650px;
    max-height:460px;
    overflow-y:scroll;
}

.videoBox {
	padding:15px;
	background:#fff;
	border-radius:15px;
	max-width:650px;
}

.modalBox table tr td:first-child {
    padding-right:15px;
}

.modalBox #loginform {
    z-index:500;   
    position:relative;
}

.loginTail {
    position:absolute;
    top:-47px;
    right:-111px;
    z-index:20;
}

.top-bar-container {
    border-top:1px solid #cccccc;   
}

input#s {
    border-top:none;
    border-bottom:none;
}

.svgLess {
  display: none;
}

.no-svg .svgLess {
  display: block;
}

@media screen and (max-width:600px){html #wpadminbar{ top:-46px; }}

.footerBG {
    background:#414042 url('../images/eunis-foot.png') no-repeat center center;   
    width:100%;
    min-height:100px;
    padding:40px 0;
}

footer table div, .footer table div {
    background:#414042;   
}

h3, h2 {
    color:#005085;   
}

footer h3, .footer h3 {
    color:#A2BC2C;   
}

footer p, .footer p {
    color:white; 
    font-size:16px;
    line-height:18px;
}

img#mainImg, img#altImg {
    width:100%;
    max-width:840px;
    margin:0 auto;
    display:block;
    position:relative;
    z-index:999;
}

#homeMargin {
    margin-top:-100px;
}

@media screen and (max-width:641px){
    #homeMargin {
        margin-top:0;
    }
}

/* Slides CSS */

.slideBox {
    width:100%;
    max-width:250px;
    position:absolute;
    top:34.2%;
    left:35.3%;
    z-index:1000;
}

@media screen and (min-width:890px) and (max-width:1000px){
   .slideBox {
        width:100%;
        max-width:250px;
        position:absolute;
        top:32.6%;
        left:33.3%;
        z-index:1000;
    }
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.playButton {
    position:absolute;
    left:32%;
    top:47%;
    z-index:1500;
    width:55px;
}

@media screen and (max-width:890px){
    .playButton {
        position:absolute;
        left:29%;
        top:46%;
        z-index:1500;
        width:42px;
    }
}

.nav-bar, .top-bar-container {
    background:none !important;   
}

.nav-bar > LI.active {
    background:#2BA6CB !important;   
}

.flyout {
    top:55px !important;   
}

.top-bar-section li, .nav-bar li {
    text-align:center;
    max-width:115px;
    color:black !important;
    text-transform:uppercase!important;
    height:56px;
}

.top-bar-section li ul li, .nav-bar li ul li {
    text-align:center;
    max-width:100%;
    color:black !important;
    text-transform:uppercase!important;
    height:30px !important;
    padding:0 !important;
}

.top-bar-section li:hover, .top-bar-section li.has-dropdown:hover, .nav-bar li:hover, .nav-bar li.has-dropdown:hover {
    background:#0071B8 !important;   
    text-transform:uppercase!important;
}
.top-bar-section li a, .top-bar-section li.has-dropdown a, .nav-bar li a, .nav-bar li.has-dropdown a {
    line-height:100% !important;
    padding:15px 5px !important;
    text-transform:uppercase!important;
    color:black !important;
    height:56px;
    font-weight:bold !important;
    font-size:11px !important;
}

.sub-menu.dropdown li a, .flyout li a {
 color:white !important; 
background:#005085 !important;
}

.top-bar-section li a:hover, .top-bar-section li.has-dropdown a:hover, .nav-bar li a:hover, .nav-bar li.has-flyout a:hover {
    line-height:100% !important;
    padding:15px 5px !important;
    text-transform:uppercase!important;
    color:white !important;
    background:#0071B8 !important; 
    font-weight:bold !important;
    font-size:11px !important;
}

.sub-menu.dropdown, .flyout {
    color:white !important;
    background:#005085 !important;
}

.tab-bar {
    border-top:1px solid #cccccc;
    height:112px !important;   
}

.tab-bar .menu-icon span {
    position: absolute;
    display: block;
    height: 0;
    width: 30px;
    line-height: 1;
    top: 30px;
    left: 7px;
    box-shadow: 0 0px 0 2px black, 0 7px 0 2px black, 0 14px 0 2px black;
}

.tab-bar .menu-icon {
    text-indent: 0px;
    width: 30px;
    height: 86px;
    display: block;
    line-height: 86px;
    padding: 0;
    color: #000000;
    z-index:10000;
}

.right-small {
    border-left:none;   
}

.right-off-canvas-menu {
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
}


@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
    #mainBody {
        margin-top:-112px;
    }
}

.twitterLogo {
    width:60px;   
    height:60px;
}

.top-bar-section .has-dropdown > a:after {
    content:none;   
}

.top-bar-section ul li:hover:not(.has-form) > a {
    background:#005085;
}

/* Responsive Youtube Embed */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul.off-canvas-list li a {
    color:black;   
}

.mIntro h2 {
    font-size:1.9875rem;   
}

blockquote {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    border-left: 4px solid #0071B8;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    font-style: italic;
}
blockquote p {
    display: inline;
}


.top-bar-section li ul li a, .top-bar-section li.has-dropdown ul li a {
    height:20px !important;
    padding:10px 10px 20px 10px !important;
}

.top-bar-section li ul li a:hover, .top-bar-section li.has-dropdown ul li a:hover {
    height:20px !important;
    padding:10px 10px 20px 10px !important;
}

.entry-title {
    font-family: 'Open Sans', 'sans-serif';
    font-weight: 600;
    color:#0071B8;
}

h1 {
    font-size:2em;
    margin:0 0 20px 0;
}

ul.sidebar {
    list-style-type:none;
    padding-left:0;
    margin-left:0;
}

ul.sidebar a {
    color:black;
}

ul.sidebar a:hover {
    color:#666666;
}

ul.sidebar li:before {
    color: #0071B8;
    content: '>';
    font-size: 16px;
    margin-right: 15px;
    font-family: 'Open Sans', 'sans-serif';
    font-weight: 800;    
}

ul.subSidebar {
    list-style-type:none;
    padding-left:20px;
    margin-left:0;
}

ul.subSidebar li:before {
    color: #a2bc2c;
    content: '>';
    font-size: 16px;
    margin-right: 15px;
    font-family: 'Open Sans', 'sans-serif';
    font-weight: 800;    
}

ul.sidebar li {
    border-bottom:1px solid #cccccc;   
    padding:6px 0;
}

ul.subSidebar li {
    border-bottom:none;   
    padding:0;
}

#fixMe {
    max-width:100%;   
}

.fixIt{
    position: fixed; 
    top: 0; 
    left: 0;
    z-index: 10000;
    height:37px;
    -webkit-box-shadow: 0px -3px 17px 8px rgba(50, 50, 50, 0.69);
    -moz-box-shadow:    0px -3px 17px 8px rgba(50, 50, 50, 0.69);
    box-shadow:         0px -3px 17px 8px rgba(50, 50, 50, 0.69);
}

.google-maps {
    position:relative;
    padding-bottom:75%;
    height:0;
    overflow:hidden;
}

.google-maps iframe {
    position:absolute;
    top:0;
    left:0;
    width:100% !important;
    height:100% !important;
}

table.sponsTab, table.sponsTab tr, table.sponsTab td, table.sponsTab th {
    border:1px solid #cccccc;
}

table.sponsTab td, table.sponsTab th { 
    padding:10px; 
}

#compatMessage, #ieMessage {
    width:100%;
    min-height:40px;
    line-height:20px;
    font-size:16px;
    color:black;
    background:#f7e08f;
    border-right:1px solid #f4d155;
    border-bottom:1px solid #f4d155;
    border-left:1px solid #f4d155;
    border-radius:0 0 15px 15px;
    position:fixed;
    top:0;
    left:0;
    z-index:999999;
    padding:10px;
}

.spons { position: relative; overflow: auto; }
.spons li { list-style: none; }
.spons ul li { float: left; }

.spons ul, .spons li {
margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.spons ul {
	list-style: none;
}


/* Accordian CSS */
    .aBar,
.aBar:focus,
.aBar:hover {
    color: white;
    border: none;
    outline: none !important;
    margin: 0 !important;
    padding: 10px !important;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.33);
}
    .navbar-toggle:focus {
    outline: none !important;
}
    .smNote {
    color: #666666;
    font-size: 12px;
}
    .aBar.blueBar {
    border-top: 1px solid #74b5e0;
    border-bottom: 1px solid #1a5a84;
    background: url('../images/defaultBG.png') repeat-x;
}
    .aBar.goldBar {
    border-top: 1px solid #dbc072;
    border-bottom: 1px solid #93762d;
    background: url('../images/goldBG.png') repeat-x;
}
    .aBar.silverBar {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #939393;
    background: url('../images/silverBG.png') repeat-x;
}
    .aBar.bronzeBar {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #B3B3B3;
    background: url('../images/bronzeBG.png') repeat-x;
}
    .aBody {
    background: #EBEBEB;
}
    .aBody p, .aText {
    padding: 10px 15px;
}
    /* Accordian Plugin END */

h2 {
    font-size:1.5rem!important;
    font-weight:normal;
}

#countdownContainer {
    position:absolute;
    left: 7%;
    top: 60px;
    z-index: 1010;
    text-align:center;
}

#countdownContainer-n {
    position:relative;
    z-index: 1010;
    text-align:center;
}

#countdown {
    font-weight:900;
    font-size:22px;
    color:black;
}

.parallelTable tr td a {
    max-width:221px;
    width:100%;
    height:100%;
    display:block;
    background-image:url('../images/pdfDownload.png');
    background-size:100% 100%;
    opacity:0;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    position:absolute;
    top:0;
    left:0;
}

.parallelTable tr td.odd {
    background:#0071B8;
    min-height:221px;
    color:white;
    padding:0!important;
}

.parallelTable tr td.even {
    background:#308dc7;
    min-height:221px;
    color:white;
    padding:0!important;
}

.relFull {
    max-width:221px;
    width:100%;
    min-height:221px;
    position:relative;
    display:table-cell;
    vertical-align:middle;
    box-sizing: border-box;
}

.subPar {
    max-width:191px;
    width:100%;
    min-height:221px;
}

.subPar, .subPar tr, .subPar tr td {
    background:none!important;
    color:white;
    text-align:center;
}

.parallelTable.gold tr td a {
    width:168px;
    height:221px;
    display:block;
    background-image:url('../images/summary.png');
    opacity:0;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    position:absolute;
    top:0;
    left:0;
}

.parallelTable.gold tr td.odd {
    background: #eab92d; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhYjkyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNzk4MTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #eab92d 0%, #c79810 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eab92d), color-stop(100%,#c79810)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eab92d 0%,#c79810 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eab92d 0%,#c79810 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eab92d 0%,#c79810 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eab92d 0%,#c79810 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=0 ); /* IE6-8 */
    height:168px;
    color:white;
    padding:0!important;
}

.parallelTable.gold tr td.even {
    background: #f2b843; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyYjg0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNTdlMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f2b843 0%, #b57e10 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2b843), color-stop(100%,#b57e10)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2b843 0%,#b57e10 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2b843 0%,#b57e10 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2b843 0%,#b57e10 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f2b843 0%,#b57e10 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2b843', endColorstr='#b57e10',GradientType=0 ); /* IE6-8 */
    height:168px;
    color:white;
    padding:0!important;
}

.parallelTable.gold .relFull {
    width:168px;
    height:221px;
    position:relative;
    display:table-cell;
    vertical-align:middle;
    box-sizing: border-box;
}

.parallelTable.gold .subPar {
    width:168px;
    height:221px;
}

a.speakerSmall {
    display: block;
    width: 40px;
    height: 40px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-size:100%;
}

.altBG {
    background:#e6e6e6;
}

.abstracts {
    position: absolute;
    top: -36px;
    right: 7%;
    z-index: 9999;
    width: 150px;
    text-align: center;
}

.abstracts img {
    width:125px;
}