@charset "utf-8";
/* CSS Document */
body{ font-family:'Metric Light', Arial !important;}
/*body,input, textarea, select, a { outline: none; }*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ font-family:'Metric Semibold', Arial !important;}
*:focus, a:focus, a:active{
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


b, strong{ font-family:'Metric Semibold', Arial !important; font-weight: 600}
h1{font-size: 60px;}
.event-name{font-family: 'Metric Medium', Arial !important;}
.event-name .company{font-size: 40px; /*text-transform: uppercase;*/}
h2{font-size: 45px;}
p{font-size: 18px; line-height: 1.5em;}
ul{font-size: 18px; line-height: 1.5em;}
ul.square-type{
    list-style-type: square;
}

.h3-light{
    font-family: 'Metric Light', Arial !important; 
    font-size: 30px;
    line-height: 33px;
}

h3 {font-size:30px;}

.light{
    font-family: 'Metric Light', Arial !important; 
    
}
.semibold  {font-family:'Metric Semibold', Arial !important;}

.display-none{display: none;}
.hidden-large{display: none;}
.hidden-small{display: block;}

.white{color:white !important;}
.text-left{text-align: left !important;}
.text-center{text-align: center !important;}
.circle{border-radius: 50%; padding:0;}
.row{margin:0;}
.bkgd-green-1{background-color:#425563;}
.hpe_green{color: #01A982;}
.hpe-bkgd-bronze{background-color: #80746E;}
.slate-bg {
    background-color: #425563;
}

.padding-0{padding: 0 !important;}
.margin-0{margin: 0 !important;}
.margintop20 {margin-top:20px !important;}
.marginbottom40 {margin-bottom:40px !important;}

.bordertop {border-top:1px solid #ccc; margin-top: 50px; padding-top:50px;}

.fnt20 {font-size:20px !important;}



.flickr-gallery{width:100%; max-width: 800px; margin: 0 auto;}

.slider-wrapper{/*display:table;*/ position: relative;}
.slider{
    width: 90%;
    max-width: 1300px;
    min-height: 110px;
    overflow: hidden;
	display:inline-block;
}

.slider .slides{
    display:block;
    margin: 0;
    padding: 0;
}

.slider .slides li{
    position: relative;
	min-height: 400px;
    /*display: inline;*/
    float:left;
    /*margin-bottom: 50px;*/
}

.pages{margin-bottom: 50px;}

.pages li{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    background: rgba(51, 51, 51, 0.3);
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right:15px;
}

.pages li:hover{
    background: rgba(51, 51, 51, 1);
}

.pages li.active{
    background: rgba(51, 51, 51, 1);
}
.direction-arrow{/*display:table-cell;*/ display: inline-block; vertical-align: middle; cursor: pointer; font-size: 35px; color:rgba(51, 51, 51,0.3); position: absolute; top:0; bottom: 100px;}
.direction-arrow:before{
	height: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;}
.direction-arrow:hover{color:rgba(51, 51, 51,0.6);}
.direction-arrow .icon-right-open, .direction-arrow .icon-left-open{display:inline-block; vertical-align: middle;}
.direction-arrow .icon-right-open:hover, .direction-arrow .icon-left-open:hover{color:rgba(51, 51, 51,1);}

.body-responsive{height:auto;background: none repeat scroll 0 0 #FFFFFF;color: #000000 !important;/*padding-top:18px;padding-bottom: 60px;*/}

.everything-responsive{max-width: 1600px ; width:100%;}
.container {
    max-width: 1600px;
}

.content-block{color:#333333; text-align: center;}

.lockup{
    text-align: center;
    max-width: 826px;
    margin: 68px auto 38px auto;
}

.lockup h1{margin: 0 0 24px 0;}


.lockup span.date{
    font-size: 25px;
    font-family:'Metric Light', Arial;
}

.lockup p{
    margin-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
}

.parallax-banner{
    width: 100%;
    height: 460px;
    /*background-position: 0% 5%;*/
    /*background-position: 0% 21%;*/
    background-position: 50% 0%;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover;
}

.parallax-banner .title {text-align:center; color: #fff; margin: 0; padding-top: 170px;}
.parallax-banner .title h1 {font-size: 60px;}
.parallax-banner .title p {max-width:800px; font-size: 22px; margin:0 auto;}


.event-banner{
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}




.reading-wrapper{
    max-width: 1155px;
    margin: 0 auto;
}
.reading-box{
   animation-delay: 0.5s;
    color: white;
    max-width: 446px;
    opacity: 0.85;
    padding: 30px;
    position: absolute;
    top: 225px;
    width: 100%;
	
}

.reading-box h2{
    font-family: 'Metric Regular', Arial !important;
    font-size: 48px;
    margin:0;
}

.reading-box p{
    font-size: 24px;
    margin-bottom: 35px;
}

.reading-box.right-side {
    right: 58px;
    top: 100px;
}

.reading-box.steel {
    background-color: #425563;
}

.reading-box.apj{
    background: rgba(66,85,99,0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#425563', endColorstr='#425563'); /* IE */
    margin-left: 58px;
}

.cta{
    
    display: inline-block;
    /*line-height: 1em;*/
    border: 2px solid #01A982;
    outline: 0;
    color:black;
    text-decoration: none;
    font-size: 19px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    line-height: 1.5;
    padding: 6px 25px;
    margin:8px;
    white-space: normal;
	cursor: pointer;
    width: auto;
    min-height: 40px;
    /*min-width: 200px;
    max-width: 250px;*/
    
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    
    /*-webkit-transform: translateZ(0);
  transform: translateZ(0);
  
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
 
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;*/
}

.cta:hover{
    text-decoration: none !important;   
    /*-webkit-transform: scale(1.04);
    transform: scale(1.04);*/
    /*border: 6px;*/
    outline: solid 4px;
    outline-color: #01A982 !important;
    outline-offset: -2px
}

.cta.margin-0{margin: 0 !important;}


.cta:active, .cta:focus{
    text-decoration: none !important;   
}

.gray-cta{border-color: #767676;}
.gray-cta:hover{outline-color: #767676 !important;}
.solid-green-cta{background-color:#01A982; color:white !important;}
.solid-green-cta:hover{outline-color: #01A982;}

.white-cta{border-color: #fff; color:#fff !important;}
.white-cta:hover{outline-color: #fff; color:#fff !important;}
.white-cta:visited {outline-color: #fff; color:#fff !important;}

.reading-box .cta{
    color:white !important;
    border-color: white;
}

.reading-box.bronze-color{
    background: rgba(128,116,110,0.9);
}

.image-block{
    height: 500px;
}

.event-copy-wrapper{width: 100%; max-width: 1600px; background-color: #425563; margin-top: -128px;}
.event-copy-wrapper.transparent{opacity: 0.95;}

.event-copy-wrapper-banner {
    background-color: transparent;
    margin: -301px auto 0;
    max-width: 1170px;
    width: 100%;
}

.event-copy-wrapper-banner.transparent {
    opacity: 0.95;
}

.event-copy-banner {
    color: white;
    padding-bottom: 0;
    padding-top: 0px;
    text-align:center;
	margin-top: 0px;
	margin-bottom: 171px;
    
	
}

.event-copy-banner h2{font-size: 50px; line-height: 55px;}

.event-copy-banner p {line-height: 1em; margin-top:20px; margin-bottom:40px; font-size:22px; font-family: "Metric Semibold", Arial;}

.event-copy-banner .cta{
    
    display: inline-block;
    /*line-height: 1em;*/
    border: 2px solid #01A982;
    outline: 0;
    color:black;
    text-decoration: none;
    font-size: 19px;
    text-transform: none;
    text-align: center;
    vertical-align: middle;
    font-family: "Metric Semibold", Arial;
    line-height: 1.5;
    padding: 6px 25px;
    margin:8px;
    white-space: normal;
    width: auto;
    min-height: 40px;
    /*min-width: 395px;*/
    
    
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    
    /*-webkit-transform: translateZ(0);
  transform: translateZ(0);
  
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
 
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;*/
}

.event-copy-banner .cta:hover{
    text-decoration: none !important;
	color: #000;
    /*-webkit-transform: scale(1.04);
    transform: scale(1.04);*/
    /*border: 6px;*/
    outline: solid 4px;
    outline-color: #01A982;
    outline-offset: -2px
}



.event-copy-banner .cta:active, .cta:focus{
    text-decoration: none !important;
		color:#000;
}

.event-copy{
    text-align: center;
    color:white;
    /*margin-bottom: 50px;*/
    /*margin: 38px auto;*/
    padding-top:38px;
    padding-bottom: 38px;
}

.event-copy h2{margin-bottom: 26px;}
.event-copy h4{
    font-size: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.event-copy p{
    margin: 0 auto 10px auto;
    width: 100%;
    max-width: 826px;
    padding-left: 20px;
    padding-right: 20px;
    
}



.events-block-wrapper{width: 95%; max-width: 1000px;  margin:0px auto;}

.events-block{
    text-align: center;
    color: #333333;
    /*padding-bottom: 70px;*/
    margin: 50px auto;
	
}

.events-block h2{margin-top:0; margin-bottom: 26px;}

/*.events-block img{width:100%;}*/
.events-block .tile-title{display: block; color:white; line-height: 1em; font-size: 30px; margin-bottom: 21px;}
.events-block a{text-decoration: none; color: white; font-size: 18px; line-height:24px;}
/*.events-block a:before{font-family: "hpe-icons"; content: "\e008"; padding-right: 10px; font-size: 11px; color: rgba(51,51,51,0.5);}
.events-block a:hover:before{ color: #00b388; opacity: 1;}*/

.img-50{overflow: hidden;}
.img-50 img {height: 100% !important; max-width: inherit; position:relative;}

.arrow-list, .events-block ul{font-size: 18px; line-height: 1.5em; padding-left: 15px; list-style-type: square; margin-bottom: 0;}
.arrow-list li, .events-block ul li{margin-bottom: 11px;}

/*@-moz-document url-prefix(){ .events-block ul li{padding-top: 7px;}}
@-webkit-document url-prefix(){ .events-block ul li{padding-top: 7px;}}*/
.events-block .tile{
    padding-right: 4px; 
    padding-left: 0; 
    margin-bottom: 21px; 
    opacity: 1;
}

.events-block .tile.rollover{
    -webkit-transition:opacity .7s ease;
    -o-transition: opacity .7s ease;
    transition: opacity 0.7s ease;
    filter: alpha(opacity=100);
}
.events-block .tile.rollover.no-focus{opacity: 0.5; filter: alpha(opacity=50);}

.events-block .tile.omega{padding-right: 0;}
.events-block .tile_1, .events-block .tile_2, .events-block .tile_3, .events-block .tile_4{padding: 21px; text-align: left; /*min-height: 356px;*/}
.events-block .tile_1{
    background-color:#607d77;
}

.events-block .tile_2{
    background-color:#425563; 
}

.events-block .tile_3{
    background-color:#604768;
}

.events-block .tile_4{
    background-color:#80746E;
}

.events-block p{
    /*margin-bottom: 38px;*/
    margin: 0 auto 15px auto;
    /*margin: 0 auto;*/
    width:100%;
    max-width: 972px;
}

.bottom-paragraph{
    position: absolute; 
    bottom: 20px;
    padding-top: 28px;
}

.list-style-none{list-style-type: none; padding: 0;}

.everything-responsive a{font-family:'Metric Medium', Arial; color: #333; text-decoration: none; display: inline-block;}
/*.everything-responsive a:before{font-family: "hpe-icons"; font-size: 11px; content: "\e008"; padding-right: 10px; color: #00b388;}*/
.everything-responsive a:hover{color: #00b388; opacity: 1}

.padding-50{padding-top:50px; padding-bottom: 50px;}
.white-block h2{/*font-size: 40px;*/ margin-bottom: 24px;}



.map-container{/*margin-top: 38px;*/  overflow: hidden;   width: 100%; margin-top: 38px;/* auto 0 auto;*/ background-color:#425563;}

.map-container .video-box{padding:0; width: 57.2%;}
.map-container, .map-container .video-box, .map-container .embed-responsive,.map-container iframe{height: 272px;}

.location-wrapper{background-color: #425563; height: 100%; padding:0; display: table; width: 42.8%;}
.location{float:none; display:table-cell; margin: 23% auto 23% auto; color:white; text-align: left; padding-left: 34px; vertical-align: middle;}
.location p{line-height: 1.2em;}
.location h4{font-size: 30px;}
.location a{color: #fff; text-decoration:none}
.location a:before{font-family: "hpe-icons"; font-size: 11px; content: "\e008"; padding-right: 10px; color: #fff;}
.location a:hover{color: #00b388; opacity: 1}
.location a:hover:before{font-family: "hpe-icons"; font-size: 11px; content: "\e008"; padding-right: 10px; color: #00b388; opacity: 1}

.country-copy{width:100%; background-color: #f6f6f6;}
.country-copy h2{/*font-size: 40px;*/ margin-bottom: 26px;}
.country-copy .pages li{background: rgba(118, 118, 118,1);}
.country-copy .pages li:hover{background: rgba(0, 179, 136,1);}
.country-copy .pages li.active{background: rgba(0, 179, 136,1);}

.country-copy .direction-arrow{color:rgba(118, 118, 118,0);}
.country-copy .direction-arrow:hover{color:rgba(118, 118, 118,0.6);}
.country-copy .direction-arrow .icon-right-open:hover,.country-copy .direction-arrow .icon-left-open:hover{color:rgba(118, 118, 118,1);}

.agenda-block{width: 100%; background-color: #604768; color:white;}

.agenda-block h2 {margin-bottom: 30px;}
.agenda-block .copy{/*display: table; height:1px; min-height: 344px;*/}
/*.agenda-block table{width:100%;}*/
.agenda-block .time-table{position:relative; padding-right: 0;}

.agenda-block .time-table tr{ display: block; margin-bottom: 6px;}
/*.agenda-block .time-table tr.spacer{display:block; height: 6px;}*/

.agenda-block .time-table .time-row{line-height: 1em; position:relative;}
.agenda-block .time-table .time-row.clickable{cursor:pointer;}

.agenda-block .time-table .time-row:hover .icon-down, .agenda-block .time-table .solidbackground:hover .icon-up{color: rgba(255,255,255,1);}

/*.agenda-block .time-table .time-row .title{}*/
.agenda-block .time-table .odd, .agenda-block .time-table .even{/*tr:nth-child(even) {*/
    min-height: 32px;
    margin: 0 0 6px 0;
    padding:10px 0;
}


.agenda-block .time-table .even{/*tr:nth-child(even) {*/
    background: rgba(255,255,255,0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#33ffffff', endColorstr='#33ffffff'); /* IE */
}

.agenda-block .time-table .odd{/*tr:nth-child(odd) {*/
    background: rgba(255,255,255,0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80ffffff', endColorstr='#80ffffff'); /* IE */
}

.agenda-block .time-table .heading{/*tr:nth-child(odd) {*/
    min-height: 32px;
    margin: 0 0 6px 0;
    padding:10px 0;
	font-size: 20px;
	font-family: "Metric Semibold";
}

.agenda-block .time-table .solidbackground{background: rgba(99,84,112,1) !important;}
.agenda-block .time-table .info{background-color: #635470; margin-top: 6px; height: 100%; padding: 31px; font-size: 18px;}
/*.agenda-block .time-table td{display: inline-block; padding:10px; font-family:'HPEMetricLight';}*/

.agenda-block .time-table .icon-down-open, .agenda-block .time-table .icon-down, .agenda-block .time-table .icon-up, .agenda-block .time-table .icon-up-open{ cursor: pointer;color: rgba(255,255,255,0.4); float:right; /*  margin-top: -2px;*/}
.agenda-block .time-table .icon-down-open:hover, .agenda-block .time-table .icon-down:hover, .agenda-block .time-table .icon-up:hover, .agenda-block .time-table .icon-up-open:hover{color: rgba(255,255,255,1);}



.agenda-block .time-table .time-display{position: absolute; background-color:#635470; top:0; bottom:0; right:0; left:15px; z-index: 1;}
.agenda-block .time-table .time-display .even{margin-bottom: 0; border-bottom: 6px solid #604768;}

.agenda-copy{/*display:table-cell; vertical-align:middle;*/ text-align:center;}


/*.nav-wrapper{ background-color: white;}*/

/*.sec-nav{opacity: 0;}*/
.sec-nav ul{list-style: none; width: 100%; text-align: left; padding:0; margin:0; min-height:85px;}
.sec-nav ul li{display: inline-block; font-size: 18px; padding:32px 50px 0px 0; float:left;}
.sec-nav ul li a{display: block; /*padding:16px 25px 16px 25px;*/ text-decoration: none; color: #000;  font-family: 'Metric Light', Arial;}
.sec-nav ul li a:hover{color: #01a982;}
.sec-nav ul li a.active{padding-bottom: 28px; border-bottom: 4px solid #00b388; }
.sec-nav ul li.nav-cta{float:right; font-weight: bold; color: #333333;
display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 13px 0px 0px 0px;


}

.sec-nav ul li.nav-cta a{padding:16px 25px 11px 25px; text-transform: uppercase; border: 2px solid #00b388; }
.sec-nav ul li.nav-cta:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #01A982;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.sec-nav ul li.nav-cta:hover{border-color: #01A982; color:white;}
.sec-nav ul li.nav-cta a:hover{color:white;}

.sec-nav ul li.nav-cta:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
    /*border: 4px solid #00b388;*/
}

.small-navigation{min-height: 44px; padding:14px 21px; font-family: 'Metric Medium', Arial; font-size: 17px; color: #333333;}
.nav-toggle{cursor: pointer;}
.nav-toggle.icon-down, .nav-toggle.icon-up{display:inline-block; width: 17px; height: 17px; float:right; color: #01A982;}

.sticky {
    position: fixed;
    background-color: white;
    width: 100%;
    /*left: 0;*/
    top: 0;
    z-index: 100;
    border-top: 0;
    -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
    -moz-box-shadow:    0px 3px 5px rgba(100, 100, 100, 0.49);
    box-shadow:         0px 3px 5px rgba(100, 100, 100, 0.49);
}

.nav-top-devider{border-top: 1px solid #ccc;}
.borders{border-bottom: 1px solid #ccc;}

/*.visible{opacity: 1; height: auto;}*/

.progressive-disclosure {border-top: 2px solid #cacdce; margin-top: 36px; width: 100%;}
.progressive-disclosure .progressive-block{border-bottom: 2px solid #cacdce; text-align: left; }
.progressive-disclosure .progressive-control{cursor:pointer;}
.progressive-disclosure .progressive-block .title{display:inline-block; vertical-align: middle; font-size: 30px; color: #333; line-height: 1em;  padding-top: 20px; padding-bottom: 20px; width: 90%; font-family:'Metric Semibold', Arial !important;}

.progressive-disclosure .progressive-block .title .half-left {float:left; font-size:22px; width: 60%;}
.progressive-disclosure .progressive-block .title .half-right {float:right; width: 40%; text-align: right;}

.progressive-disclosure .progressive-block .subtitle{font-size: 22px;}
.progressive-disclosure .progressive-block .progressive-icon{display:inline-block; vertical-align: middle; font-size: 30px; color: #999999; padding:10px 10px 10px 0; width: 40px;}
.progressive-disclosure .progressive-block .text-area{display:none;}
.progressive-disclosure .progressive-block.open .title {color: black;}
.progressive-disclosure .progressive-block.hover .title{color: #00b388;}
.progressive-disclosure .progressive-block.open .progressive-icon, .progressive-disclosure .progressive-block.hover .progressive-icon{color: #00b388;}
.progressive-disclosure .progressive-block.open .text-area{display:block; border-top: 2px solid #cacdce; padding-top: 10px; padding-bottom: 20px;}
.progressive-disclosure .progressive-block.open .body{
    display: block;
    /*-webkit-column-count: 2;  Chrome, Safari, Opera 
    -moz-column-count: 2;  /*Firefox 
    column-count: 2;
    -webkit-column-gap: 40px;  /*Chrome, Safari, Opera 
    -moz-column-gap: 40px;  /*Firefox 
   column-gap: 40px;*/
    margin-top: 20px;
}

/*Progresive Interno*/
.progressive-disclosure-inside { padding-left: 90px;}
.progressive-disclosure-inside .progressive-block-inside{text-align: left; border-bottom: 0px !important;}
.progressive-disclosure-inside .progressive-control-inside{cursor:pointer; display: flex;}
.progressive-disclosure-inside .progressive-block-inside .title-inside{display:inline-block; vertical-align: middle; font-size: 25px; color: #999999; line-height: 1em; font-weight: bold; padding-top: 10px; padding-bottom: 10px; width: 90%;}
.progressive-disclosure-inside .progressive-block-inside .subtitle-inside{font-size: 25px;}
.progressive-disclosure-inside .progressive-block-inside .progressive-icon-inside{display:inline-block; vertical-align: middle; font-size: 30px; color: #999999; padding:10px 10px 10px 0; width: 40px;}
.progressive-disclosure-inside .progressive-block-inside .text-area-inside{display:none;}
.progressive-disclosure-inside .progressive-block-inside.open .title-inside, .progressive-disclosure-inside .progressive-block-inside.hover .title-inside{color: black;}
.progressive-disclosure-inside .progressive-block-inside.open .progressive-icon-inside, .progressive-disclosure-inside .progressive-block-inside.hover .progressive-icon-inside{color: #00b388;}
.progressive-disclosure-inside .progressive-block-inside.open .text-area-inside{display:block; padding-top: 20px; padding-bottom: 20px;}
.progressive-disclosure-inside .progressive-block-inside.open .body-inside{
    display: block;
    /*-webkit-column-count: 2; /* Chrome, Safari, Opera */
    /*-moz-column-count: 2; /* Firefox */
    /*column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    /*-moz-column-gap: 40px; /* Firefox */
    /*column-gap: 40px;
    margin-top: 20px;*/
}

.title-progressive-inside{
    font-size: 20px; font-family: 'Metric Semibold', Arial, sans-serif; line-height: 23px !important;
}
.description-progressive-inside{
    font-size: 18px; font-family: 'Metric Light',Arial, sans-serif; line-height: 22px; max-width: 900px !important;
}

	table{border: 1px solid #ccc;}
	tr:nth-child(2n+1), tr:nth-child(2n+1):hover {background: #f6f6f6 none repeat scroll 0 0;}
	td {font-size: 16px; line-height:22px; width:10%; color:#333; padding: 8px 15px ;}
	td:nth-child(1) {width:50%; border-right:1px solid #ccc; border-left:1px solid #ccc;}
	td:nth-child(2) {width:30%; border-right:1px solid #ccc; border-left:1px solid #ccc;}
	td:nth-child(3) {border-right:1px solid #ccc; border-left:1px solid #ccc;}
	
	table.halfsplitcol td {width:50%}


.info {margin-bottom:40px; height: auto; min-height: 190px;}

.info-frame{
    padding-left: 0; 
    padding-right: 5px;
    text-align: left;
}
.info-frame-border{
    border: 1px solid #d3d3d3;
    min-height: 219px;
	float:left;
}
.info-frame-colorline{
    height: 10px;
}
.info-frame-content{
    padding: 20px;
}
.info-frame-content .title{
    font-size: 1.472em;
    line-height: 1.42857143;
    white-space: normal;
    width: 70%;
    margin: 0 0 30px 0;
}
.info-frame-content .sub-title{
    font-size: 1.125em;
    line-height: 1.2;
    font-family: 'Metric Semibold', Arial;
    margin-bottom: 10px;
}

.info-frame-content .sub-title span {font-family: 'Metric Light', Arial; font-size: 1em} 


.info-frame-content .info .testim {width:45%; float:left; margin-left:20px; font-size:16px;}

.info-frame-content .info .testim a {color: #333; display: inline-block; font-family: 'Metric Medium', Arial; text-decoration: none; font-size: 16px;}
.info-frame-content .info .testim a:before{font-family: "hpe-icons"; font-size: 11px; content: "\e008"; padding-right: 10px; color: #00b388;}
.info-frame-content .info .testim a:hover{color: #00b388; opacity: 1}



.info-frame-content .info ul{
    font-family: 'Metric Light', Arial;
    font-size: 0.938em;
    line-height: 1.42857143;
    white-space: normal;
	padding-left:10px;
	
}
.info-frame-content .info ul li{
    margin-top: 10px;
}

.simple-anchor{text-decoration: none; color:#333333; border-bottom: solid 1px #01A982;}
.simple-anchor:hover{ text-decoration: none; color:#01A982;}


.block-border-left {border:1px solid #ccc; padding:10px;  min-height: 270px; background: #fff; margin-bottom:4px;}
.block-border-left p {margin-top: 10px;}

.block-border-right {border:1px solid #ccc; padding:10px;  min-height: 191px; margin-bottom:4px; background: #fff}
/*.block-border-right p {margin-top: 30px;}*/

/******* owl-carousel*****/
.disabled{opacity: 0;}

.owl-nav{width:110%;text-align:left;}
.owl-carousel:hover .owl-nav{opacity: 1;}
.owl-nav:hover{opacity: 1;}
.owl-next{top:36%;position:absolute;right:-50px;margin-right:50px;font-size:30px;}
.owl-prev{top:36%;position:absolute;font-size:30px;}
.owl-theme .owl-nav [class*='owl-']{margin-left:-44px;}
.owl-theme .owl-nav{text-align:left;margin-top:28px;}
.owl-item>a:hover + .playerImage{opacity:1;}
.owl-item{width:300px;}
.owl-theme .owl-nav [class*='owl-']{/*margin-left:-47px;top:27%;*/ margin-top: 0; margin-left: -44px !important;}


.owl-dots {
    width: 100%;
    text-align: center;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #ffffff;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}
/******* /owl-carousel*****/



/* Lithium Blogs */
h1#AC_HEADER{
    margin: 0 0 30px 0;
    width: 70%;
}
#AC_NODE_TITLE{
    font-size: 23.552px;
    font-weight: bold;
    font-family: 'Metric Bold', Arial !important;
    line-height: 33.6457px;
}
h2.ac_subject{
    font-size: 15.008px;
    margin: 0 0 15px 0;
}
#AC_MESSAGES p,
#AC_MESSAGES ul{
    font-size: 15.008px;
    line-height: 21.44px;
}
/* Lithium Blogs */


/*blog*/
.blog {min-height:405px; padding:0px 20px; margin-bottom: 10px; border: 1px solid #d3d3d3; background-color:#fff;}

    
.blog h4 {font-size: 20px; font-family:'Metric Semibold', Arial;}
.blog h3 {font-size: 24px; font-family:'Metric Bold', Arial;}
.blog a {color: #333; text-decoration:underline;}
.blog a:hover {color:#00b389; text-decoration:underline;} 
.blog p {font-size: 15px; margin: 15px 0;  font-family: "Metric Light", Arial;}

/*blog*/


a.arrow-link{color: #333; font-family:"Metric Semibold", Arial;}
a.arrow-link:hover{text-decoration:none; color: rgba(1,169,130,1);}
a.arrow-link:before{font-family: "hpe-icons";content: "\e008"; font-weight: bold; padding-right: 8px;font-size: 10px; color: rgba(1,169,130,0.8) !important;}
a.arrow-link:hover:before{font-family: "hpe-icons";content: "\e008"; font-weight: bold; padding-right: 8px;font-size: 10px; color: rgba(1,169,130,1) !important;}

a.arrow-link-white{color: #fff; font-family:"Metric Semibold", Arial;}
a.arrow-link-white:hover{text-decoration:none; color: rgba(1,169,130,1);}
a.arrow-link-white:before{font-family: "hpe-icons";content: "\e008"; font-weight: bold; padding-right: 8px;font-size: 10px; color: #fff !important;}
a.arrow-link-white:hover:before{font-family: "hpe-icons";content: "\e008"; font-weight: bold; padding-right: 8px;font-size: 10px; color: rgba(1,169,130,1) !important;}



.vid-info{text-align: left;}
.yt-vid{position: relative;}/*background-size: contain; background-repeat: no-repeat;}*/
/*.yt-vid img{margin:12% auto;}*/

.highlights{display: inline-block; float:left; /*width:30%; width: 45%; margin-right: 4.33%; margin-bottom: 20px;*/}
.highlights.omega{margin-right: 0;}
.highlights .yt-vid{/*padding:0;*/ }
.highlights .vid-info{font-size: 18px; font-family:'Metric Light'; padding:0;}
.highlights .vid-info span.vid-title{font-size: 20px; font-family:'Metric Semibold', Arial !important;}

/*.videos{height: 100%; height: 112px; min-height: 53px; padding:21px 11px; background-color: white; border:4px solid #f6f6f6;}*/
.videos{display:inline-block; background-color: white; width: 32.1%; left: 0; margin-right:8px; margin-bottom: 13px; padding:21px 11px;}
.videos.omega{margin-right:0 !important;}
.videos .yt-vid{background-color: black; width: 19.66%; max-width: 58px; min-height: 58px;}
.videos .yt-vid, .videos .vid-info{display:inline-block;/*background-color: white; padding:20px;*/}
.videos .yt-vid img{margin:12% auto;}
/*.videos .yt-vid, .videos .yt-vid img{height: 100%;}*/
.videos .vid-info{font-family:'Metric Light'; font-size: 15px; margin:0 0 0 11px; width: 74%;}
.videos .vid-info .caption{font-size: 12px;}


.time-tag{    position: relative;
    display: block;
    background: rgba(0,0,0,.5);
    /* line-height: 15px; */
    color: white;
    width: 100%;
    max-width: 47px;
    padding: 5px 8px 0px 8px;
    /* left: 86%; */
    bottom: 39px;
    float: right;
    right: 22px;}


.play{background-image: url(../images/general/play.png); background-size:cover; background-position: center; opacity: 0.5; position:absolute; display: block; height: 100%; width: 100%; top:0; left:0;}
.play:hover{opacity: 1;}

.play-small{background-image: url(../images/general/play-small.png); background-size:cover; background-position: center; opacity: 0.5; position:absolute; display: block; height: 100%; width: 100%; top:0; left:0;}
.play-small:hover{opacity: 1;}


.pop-up {
  position: relative;
  display:table;
  background: #425563;
  padding: 40px;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  color: white;
  /*text-align: left;*/
}

.pop-up a{text-decoration: underline; color:white;}

.pop-up .content{display:table-cell; vertical-align: middle;}

.pop-up .content p.omega{margin-bottom: 0;}

.pop-up h3{font-size: 21px; font-weight: bold; margin-top: 0;}
.pop-up h4{font-size: 18px;}
.pop-up h4 .bullet{display: inline-block; margin-right: 6px; height: 11px; width: 11px; background: rgba(255,255,255,0.5);}
.pop-up p{font-size: 15px; margin-bottom: 40px;}

.mfp-close-btn-in .mfp-close{color: white !important;}
.mfp-iframe-holder .mfp-close{top: -55px !important; color:black !important;}



.speakers{background-color: #5F7A76; padding-top:50px; /*padding-bottom: 50px;*/ color:white;}
.speakers h2{margin-top:0; margin-bottom:24px;}
/*.speakers .row{margin-bottom: 50px;}*/
.speakers .speakers-types{display: table; height: 1px; width:100%; max-width: 444px; min-height: 38px; margin: 0 auto 54px auto; border: solid 2px white;}
.speakers .speakers-types span{display: table-cell; vertical-align: middle; /*padding-top: 4px;*/ width:50%; font-size: 15px; font-weight: bold; cursor: pointer;}
.speakers .speakers-types span.selected{background-color: white; color: #5F7A76;}

.speaker{display:inline-block; float:left;width:33.333%; margin-bottom: 50px; min-height: 150px;/*115px;*/}
.speaker .circle{display: inline-block; float:left; max-width: 33.33333333%;}


.speaker-desc{display:inline-block; float:left; max-width: 66.66666667%; padding-left:15px; padding-right:15px; text-align: left; line-height: 1.2em;}
.speaker-desc .name, .speaker-desc .title, .speaker-desc .company{display:block;}
.speaker-desc .name{font-size: 20px; font-weight: bold;}
.speaker-desc .name, .speaker-desc .company{margin-bottom: 5px;}
.speaker-desc .title, .speaker-desc .company, .speaker-desc a{font-size: 14px;}
.speaker-desc .company{font-family:'Metric Light';}
.speaker-desc a:before{font-family: "hpe-icons";content: "\e008";padding-right: 8px;font-size: 9px; color: rgba(255,255,255,0.5);}
.speaker-desc a:hover:before{ color: rgba(255,255,255,1) !important;}
.speaker-desc a{color:white; text-decoration: none;}

.partners{background-color: #f6f6f6; padding-top:50px; /*padding-bottom: 50px;*/ color:#333;}
.partners h2{margin-top:0; margin-bottom:24px;}
/*.speakers .row{margin-bottom: 50px;}*/
.partners .partners-types{display: table; height: 1px; width:100%; max-width: 444px; min-height: 38px; margin: 0 auto 54px auto; border: solid 2px white;}
.partners .partners-types span{display: table-cell; vertical-align: middle; /*padding-top: 4px;*/ width:50%; font-size: 15px; font-weight: bold; cursor: pointer;}
.partners .partners-types span.selected{background-color: white; color: #5F7A76;}

.partner{display:inline-block; float:left;width:33%; margin-bottom: 50px; padding: 4px; /*115px;*/}
.partner-desc{display:inline-block; float:left; max-width: 100%; padding: 20px 15px; text-align: left; line-height: 1.2em; background-color: #fff; min-height: 300px; }

.partner-desc .title {display:block; font-size: 20px; font-family: "Metric Semibold"; line-height:28px;}


.partner-desc a:before{font-family: "hpe-icons";content: "\e008";padding-right: 8px;font-size: 9px; color: rgba(1,169,130,0.8);}
.partner-desc a:hover:before{ color: rgba(1,169,130,1) !important; padding-left: 14px;}
.partner-desc a{color:#333; text-decoration: none;}

.last-h2{font-family: 'HPEMetricRegular', Arial !important; margin-top:0; margin-bottom:30px;}


.agenda-block.tabs-container.purple-color {
    /*border: 2px solid #fff;*/
    color: #fff;
}
.agenda-block .tabs-container{/*display: table; height: 1px;*/ width:100%; /*max-width: 950px;*/ min-height: 38px; margin: 0 auto 54px auto; /*border: solid 2px white;*/ text-align: center;}
.agenda-block .tabs-container span.tab{display: block; /*vertical-align: middle;*/ padding: 4px; width:100px; height: 75px; font-size: 15px; line-height: 15px; font-weight: 500; cursor: pointer; border-style: solid; border-color:#fff; border-width: 2px 1px; float:left; letter-spacing: -0.5px;}
.agenda-block .tabs-container.purple-color{/*border: 2px solid #fff;*/ color: #fff;}
.agenda-block .tabs-container.purple-color .tab.selected{background-color: #fff; color: #614767;}
.borderleft-0 {border-left:none !important;}

.meetings .tabs-container{display: table; height: 1px; width:100%; max-width: 600px; min-height: 38px; margin: 0 auto 54px auto; border: solid 2px white;}
.meetings .tabs-container span.tab{display: table-cell; vertical-align: middle; padding-top: 4px; width:50%; font-size: 18px; font-weight: 600; cursor: pointer;}
.meetings .tabs-container.slate-color{border: 2px solid #425563; color: #425563;}
.meetings .tabs-container.slate-color .tab.selected{background-color: #425563; color: #fff;}

.tabs-container{display: table; height: 1px; width:100%; max-width: 600px; min-height: 38px; margin: 0 auto 54px auto; border: solid 2px white;}
.tabs-container span.tab{display: table-cell; vertical-align: middle; padding: 4px; width:50%; font-size: 18px; font-family: "Metric Semibold", Arial; cursor: pointer;}
.tabs-container.slate-color{border: 2px solid #425563; color: #425563;}
.tabs-container.slate-color .tab.selected{background-color: #425563; color: #fff;}

.headings

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}


.iframe-photo {width:100%; height:700px; top:0; left:0;}

#online, #offline, #faq, #news, #contact, #photos {
    padding-top: 80px !important;
   margin-top: -80px !important;
}


.contact {border-bottom: 1px solid #ccc}











/* medium devices */
@media screen and (max-width: 991px){
    /*.row{margin-right:0;}*/
    .parallax-banner .title h1{font-size: 50px;}
	.event-name .company{font-size: 33px;}
    h2{font-size: 37px;}
    p{font-size: 15px;}
    ul{font-size: 15px;}
    
    
    .lockup{margin: 57px auto 32px auto;}
    .lockup h1{margin: 0 0 20px 0;}
    .lockup span.date{font-size: 21px;}
    .lockup p{margin-top:20px;}
    
    .container{padding-left:15px; padding-right:15px;}
    /*.sec-nav .container{padding:0;}*/
    
    .map-container .events-block{margin-top:25px;}

    .img-50 img {height: 100% !important; max-width: inherit;}
    .img-50 img.img-fix-showcase{right: 141px;}
    
    .event-copy-wrapper{max-width: 910px !important;}
    .event-copy{padding-top: 32px; padding-bottom: 32px;}
    
    .events-block-wrapper{max-width: 910px !important;}
    .events-block{margin-top: 41px; width: 100%; max-width: 910px !important;}
    .events-block h2{margin-bottom:22px;}
    .events-block p{margin-bottom: 31px;}
    .events-block .tile_1, .events-block .tile_2, .events-block .tile_3, .events-block .tile_4{min-height: 415px; height: auto !important;}
    
    .padding-50{padding-top:32px; padding-bottom: 32px;}
        
    .reading-box h2, .country-copy h2, .white-block h2{font-size: 37px;}
    
    .progressive-disclosure {margin-top: 21px; border-top-width: 1px;}
    .progressive-disclosure .progressive-block {border-bottom-width: 1px;}
    /*.progressive-disclosure .progressive-block .title{font-size: 26px;}*/
    
    .info-frame{margin-top: 15px;}

    .location{ padding-left: 30px; padding-right: 10px;}
    
    .agenda-block{padding-bottom: 41px !important;}
    
    
    .videos{margin-right:7px; padding:17px 10px; width:48.1%;}
    .videos.omega{margin-right:7px !important;}
    .videos .yt-vid{min-width: 52px; min-height: 52px;}
    .videos .yt-vid img{margin:12% auto;}
    .videos .vid-info {width: 67%;}
    
    .speaker{width:50%;}

    #Showcase{margin-top: -32px;}
	
	.iframe-photo {width:100%; height:500px; top:0; left:0;}
}





/*small devices*/
@media screen and (max-width: 767px){
    
    .parallax-banner .title h1{font-size: 48px;}
	.event-name .company{font-size: 26px;}
    h2{font-size: 30px;}
    p{font-size: 15px;}
    ul{font-size: 15px;}

    .reading-box h2, .country-copy h2, .white-block h2{font-size: 30px;}
    
    .container{padding-left:30px; padding-right:30px;}
    
    
    .sec-nav ul li a {padding: 14px 15px 14px 15px;}
    .sec-nav ul li.nav-cta a {padding: 14px 15px 9px 15px;}
    
    .sec-nav ul li{font-size: 13px;}
    /*.sec-nav ul li a{padding:14px 25px 14px 25px;}
    .sec-nav ul li.nav-cta a{padding:14px 25px 9px 25px;}*/
    /*.reading-box{margin-top: 134px;}*/
    .event-copy{
        padding-top: 10px;
        padding-bottom: 10px;        
        /*padding: 10px 40px 10px 40px;
        margin-left: 15px;
        margin-right: 15px;*/
    }
    .events-block .tile_1, .events-block .tile_2, .events-block .tile_3, .events-block .tile_4{min-height: 0; height: auto !important;}
    
    .map-container .events-block{margin-top: 10px;}

    .img-50 img{width: 100%; height: auto !important; max-height: inherit !important;}
    .img-50 img.img-fix-showcase{right: 0;}
    
    .progressive-disclosure .progressive-block .title{font-size: 26px;}
    .progressive-disclosure .progressive-block .subtitle {font-size: 20px;}
    /*.progressive-disclosure .progressive-block .progressive-icon {font-size: 20px;}*/
    .agenda-block .copy{min-height: 0; margin-bottom: 21px;}
	.agenda-block .time-table{padding-left: 0;}
	.agenda-block .time-table .time-display{left:0;}
    .agenda-copy{vertical-align:baseline;}
	
    
    .speaker{min-height: 143px;}
    
    
    .iframe-photo {width:100%; height:400px; top:0; left:0;}
    
}

@media screen and (max-width: 656px){
    .bottom-info{ display:block; width: 100%; max-width: 300px; margin: 0 auto;}
    .bottom-info .cta{width: 100%; margin-left: 0; margin-right: 0;     padding: 6px 0px;}
    
    .speaker .circle{width: 100%; max-width: 113px; margin-left: 20px; margin-bottom: 20px;}
    .speaker-desc {max-width: 100%;}
	.iframe-photo {width:100%; height:350px; top:0; left:0;}
	
	.sec-nav ul li.nav-cta {padding-top:25px}
}

/* extra-small devices */
@media screen and (max-width: 579px){
	
	.event-copy-wrapper-banner{margin-top:-146px;}
	.event-banner { height: 200px;}
	.event-copy-banner {margin-bottom: 52px;}
	.event-copy-banner h2{ font-size: 30px; line-height:38px;}
	.event-copy-banner p{ font-size: 16px; line-height:22px;}
	
	.parallax-banner .title h1{font-size: 48px;}
	.hidden-large{display: block;}
	.hidden-small{display: none;}
	.sec-nav ul {min-height:0px}
	.sec-nav ul li.nav-cta{position: fixed; bottom: 0; left: 0; width: 100%; background-color: #01A982; border-color: #01A982; text-align: center; min-height: 44px; z-index: 1; }
	
	.sec-nav ul li{display: block; font-size: 17px; float:none; border-top:1px solid #c6c9ca; padding:0px;}
	.sec-nav ul li a {min-height: 44px; padding: 14px 21px; max-width:100px;}
	/*.sec-nav ul li a.active{color:#333333;}*/
	
	.sec-nav ul li.nav-cta a{color:white; font-size: 19px; font-family: 'Metric Semibold', Arial;}
	
	.sec-nav .container{padding-left: 0; padding-right: 0;}
	
    .event-banner { height: 200px;}
    .reading-box { position: static; /*position: initial;*/ width: 100%; max-width: 100%; text-align: center;}
    .reading-box.apj{margin:0;    background: rgba(66,85,99,1); }
    .progressive-disclosure .progressive-block .title {width: 80%; font-size:18px; }
    .progressive-disclosure .progressive-block.open .text-area{padding-top: 32px; padding-bottom: 32px;}
    .videos{width:100%; margin-right:0;}
    .videos.omega{margin-right:0 !important;}
	.iframe-photo {width:100%; height:300px; top:0; left:0;}
}

@media screen and (max-width: 480px){
    .parallax-banner .title h1{font-size: 33px; line-height: 40px;}
	.event-name .company{font-size: 22px;}
    h2{font-size: 26px;}
    .reading-box h2, .country-copy h2, .white-block h2{font-size: 26px;}

    /*.sec-nav ul li a {padding: 14px 8px 14px 8px;}
    .sec-nav ul li.nav-cta a {padding: 14px 8px 9px 8px;}*/
    
    .lockup span.date{font-size: 16px;}
    .highlights{width:100%; margin-right: 0; margin-bottom: 21px;}
    .highlights.omega{margin-bottom: 0;}
    
    .event-copy{
        padding: 10px 6px;
    }
    .event-copy-wrapper{margin-top: -40px;}
    
    .container {padding-left: 15px;padding-right: 15px;}
    /*.event-copy p{padding:0;}*/
    .events-block .tile-title{font-size: 21px;}
    .events-block ul{font-size: 14px;}
    
    .progressive-disclosure .progressive-block.open .body {-webkit-column-count: 1; -moz-column-count: 1; column-count: 1;}
    .progressive-disclosure .progressive-block.open .text-area{padding-top: 21px; padding-bottom: 21px;}
    
    .map-container .video-box{width: 100%;}
    .location-wrapper{width:100%; padding:21px 0;}
    .map-container/*, .map-container .video-box, .map-container .embed-responsive, .map-container iframe*/
    {
        height: 100%;
    }
    
    .speaker{width: 100%;}
    .speaker .circle{width: 33.333%; margin:0;}
    .speaker-desc{max-width: 66.66666667%;}
    
    
    .last-h2{font-size: 24px;}
	.iframe-photo {width:100%; height:250px; top:0; left:0;}
}

@media screen and (max-width: 391px){
.event-copy-banner {margin-bottom: 39px;}
.event-copy-wrapper-banner {margin-top: -170px;}
}
	
	@media screen and (max-width: 320px){
    .parallax-banner .title h1{font-size: 30px; line-height: 40px;}
	.event-name .company{font-size: 22px;}
    h2{font-size: 26px;}
    .reading-box h2, .country-copy h2, .white-block h2{font-size: 26px;}

    /*.sec-nav ul li a {padding: 14px 8px 14px 8px;}
    .sec-nav ul li.nav-cta a {padding: 14px 8px 9px 8px;}*/
    
    .lockup span.date{font-size: 16px;}
    .highlights{width:100%; margin-right: 0; margin-bottom: 21px;}
    .highlights.omega{margin-bottom: 0;}
    
    .event-copy{
        padding: 10px 6px;
    }
    .event-copy-wrapper{margin-top: -40px;}
    
    .container {padding-left: 15px;padding-right: 15px;}
    /*.event-copy p{padding:0;}*/
    .events-block .tile-title{font-size: 21px;}
    .events-block ul{font-size: 14px;}
    
    .progressive-disclosure .progressive-block.open .body {-webkit-column-count: 1; -moz-column-count: 1; column-count: 1;}
    .progressive-disclosure .progressive-block.open .text-area{padding-top: 21px; padding-bottom: 21px;}
    
    .map-container .video-box{width: 100%;}
    .location-wrapper{width:100%; padding:21px 0;}
    .map-container/*, .map-container .video-box, .map-container .embed-responsive, .map-container iframe*/
    {
        height: 100%;
    }
    
    .speaker{width: 100%;}
    .speaker .circle{width: 33.333%; margin:0;}
    .speaker-desc{max-width: 66.66666667%;}
    
    
    .last-h2{font-size: 24px;}
	
	.iframe-photo {width:100%; height:200px; top:0; left:0;}
}