html{ height: 100%;}
body{
  font-family: "Avenir Next Regular", Arial, sans-serif; 
  min-height: 100%;
  position: relative;
  color: #333;
  margin: 0;
  }

a{color: #000; }
section > p{font-size: 17px; line-height: 20px; clear: both; margin: 5px 0;}  
ul, ol, p> span, p> strong, p> i{font-size: 17px;}
section li {
    line-height: 20px;
    list-style-type: disc;
    margin: 5px 0;
}

main {
  padding:0 0 0 0;         
  margin:0;
  clear: both;
  overflow: hidden;      
  background: #FFFFFF;	
  box-size: border-box;
	}

main a{font-weight: bold;}
h1, h2, h3 {
    font-family:"Avenir Next Regular", Arial, sans-serif;
    text-transform: none;}

.banner_headline{
   clear: both !important; 
   font-size: 29px  !important; 
   font-family: "Avenir Next Demi", Arial; 
   margin-top: 5px !important; 
   display: block !important; 
   margin-bottom: 5px !important;
}

/* predefined colors */
/*for text */
.txt_blue{color: #0899CC !important;}
.txt_dark_grey{color: #333 !important;}
.txt_white{color: #fff !important;}

/*for background */
.bkg_blue{background-color: #0899CC !important; border-bottom: 0 none !important; color: #fff;}
.bkg_green{background-color: #83bb00 !important; border-bottom: 0 none !important; color: #fff !important;}
.bkg_green a{color: #fff !important;}
.bkg_grey{background-color: #666 !important;  border-bottom: 0 none !important; color: #fff;}
.bkg_dark_grey{background-color: #333 !important;  border-bottom: 0 none !important; color: #fff;}
.bkg_light_grey{background-color: #e5e5e5 !important;  border-bottom: 0 none !important;}
.bkg_white{background-color: #fff !important; border-bottom: 0 none; padding: 20px 0;}              
.bkg_light_grey_lesspaddings{background-color: #e5e5e5 !important;  border-bottom: 0 none !important; padding: 20px 0;} 
.bkg_grey_lesspaddings{background-color: #666 !important;  border-bottom: 0 none !important; color: #fff; padding: 20px 0;}                                          
.bkg_dark_grey_lesspaddings{background-color: #333 !important;  border-bottom: 0 none !important; color: #fff;  padding: 20px 0;}   
.bkg_blue_lesspaddings{background-color: #0899CC !important; border-bottom: 0 none !important; color: #fff; padding: 20px 0;}
.bkg_green_lesspaddings{background-color: #83bb00 !important; border-bottom: 0 none !important; color: #fff !important; padding: 20px 0;}
.clear_margin{margin: 0 !important;}
.clear_padding{padding: 0 !important;}
.bkg_grey_dot{background: url('/images/bkg/dot_bkg.png') repeat; border-bottom: 0 none;}
.bkg_clear_margin{margin: 0 !important;}
.bkg_clear_padding{padding: 0 !important;}
        
a.more.reverse,
a.quick_btn.reverse{        
    background-color: #0899CC;
    border-color: #079ace;
    color: #fff;
    border: 2px solid #079ace;
    border-radius: 10px 0;   
    display: inline-table;
    font-size: 17px;
    line-height: 18px;
    padding: 10px 40px;
    text-decoration: none;
    text-transform: none;
    clear: both;
}

a.more.reverse:hover,
a.quick_btn.reverse:hover{
      background: #fff none repeat scroll 0 0;
      color: #0899CC; 
      border-color: #ccc;}
a.more.green_btn,
a.quick_btn.green_btn{        
    background-color: #83bb00;
    border-color: #83bb00;
    color: #fff;
    border: 2px solid #83bb00;
    border-radius: 10px 0;   
    display: inline-table;
    font-size: 17px;
    line-height: 18px;
    padding: 10px 40px;
    text-decoration: none;
    text-transform: none;
    clear: both;
    float: left;
}

a.more.green_btn:hover,
a.quick_btn.green_btn:hover{
      background: #fff none repeat scroll 0 0;
      color: #83bb00; 
      border-color: #ccc;}


section.bkg_white:last-of-type {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 0 none;
    margin-bottom: 20px;
}

 /* white shape buttons with grey border */ 
  .quick_btn{
    border: 1px solid #999;
    border-radius:6px 0;
    color: #0899cc;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 40px;
    margin: 5px 10px 5px 0;
    text-align: left;
    text-decoration: none;
    }
    
  .quick_btn:hover{
    background: #0899cc; 
    color: #fff; 
    text-decoration: none !important;
    border: 1px solid #0899cc;
    }
                
/* blue links with circle arrow at the end */
a.action{
  font-size: 0.9em !important; 
  color: #777;
  text-decoration: none;
  margin: 5px 20px 5px 0;
  background: url('/images/bkg/list_blue_arrow.png') no-repeat left 3px;
  padding: 0 0 0 20px;}

a.action:hover{text-decoration: underline;}
section.pinned.nav_wrapper.fixed + *{margin-top: 200px !important; display: inline-block;}  
section.nav_wrapper, .nav_wrapper{
  background-color: #fff !important; 
  z-index: 10; 
  padding: 40px 0;
  border-bottom: 1px solid #bcbcbc !important;}   

section.nav_wrapper.fixed, .nav_wrapper.fixed{padding: 15px 0; box-shadow: 0 0 15px #999;}

.pinned{border-bottom: 1px solid #ccc; padding: 5px 0;}


/* ------ social feed columns ---------------*/
.clmn_social_1{
  width: 40%; float: left;}

.clmn_social_2{
  width: 60%; float: left;}
/* ------------------------------------------*/
.fixed{
  position: fixed !important;
  top: 0;
  z-index: 120;}
    
section{  
  margin: 0 auto;
  width: 100%;
 	/*min-width: 400px; */
  font-size: 17px;
  line-height: 1.2em;
  padding: 70px 0;
  border-bottom: 1px solid #bcbcbc;
  }
  
section:last-of-type {border-bottom: 0 none; background: none; }
	
section h1{
  font-size: 2.2em;
  line-height: 1.0em;
  color: #001c2f;
  margin-bottom: 30px;
  }

.tiles {
	position: relative;
	overflow: hidden;
}
.counter_promo{padding: 5px 0;}
section .promo_in{
  overflow: hidden;
  padding: 0 30px;
  box-sizing: border-box;}

.r_align{
  float: left;
  width: 48%;
  padding: 35px 0 0 0;}
  
img.lft{float: left;}

.promo_count{
  overflow: hidden;
  width: 100%;
  clear: both;
  background-color:#333;}

.promo_count .promo_in{margin: 0 auto;}

.promo_in{
  max-width: 1110px;
  margin: 0 auto;
  }

a.reg{
  background-color:#00aef0;
  text-decoration: none;
  color: #fff;
  float: right;
  font-size: 27px;
  padding: 12px 20px 12px 20px;}

span.act{display: none;clear: both;  cursor: pointer;}
.hidden{display: none;}

section .three_items .clmn{
  width: 33%;
  float: left;
  text-align: center;
  }
section .four_items .clmn{
  width: 24%;
  float: left;
  text-align: center;}

section .four_items .clmn > img{
display: block;
margin: 0 auto;
}
section .two_items .clmn{
  width: 50%;
  float: left;
  text-align: left;}

section .two_items .clmn a > img,
section .two_items .clmn img {float: left; display: inline-block; margin-right: 20px;}

section .two_items .clmn:last-child{width: 50%;}
section .two_items .clmn a.more{float: left;}
section .two_items .clmn h5{
  margin-top: 15%;}

section .five_items .clmn{
  width: 17%;
  float: left;
  padding: 0 12px;
  text-align: center;}
  
section .five_items .clmn:last-child{ width: 20%; }

section .five_items .clmn .more::after{ padding-left: 0; }

section .five_items .clmn .more{padding: 10px 8px;}
section .five_items .clmn h4{font-size: 1em;} 

section .clmn:first-child{width: 27%;}
section .clmn:last-child{width: 27%;}
section .clmn:first-child + .clmn + .clmn{width: 27%;}
section .three_items .clmn:first-child{width: 33%;}
section  .clmn:first-child + .clmn + .clmn{width: 33%;}
section .clmn a.more{float: none; display: inline-block;}
section .clmn h4{font-size: 1.4em; line-height: 1.0em; margin: 15px 0; }
section .clmn h5{font-size: 0.9em; line-height: 1.0em; margin: 15px 0; } 
section .three_items p,
section .four_items p{margin: 35px 0;}
.more{
  background-color: #fff;
  color: #0899CC; 
  border: 2px solid #ccc;
  font-size: 0.9em;
  padding: 10px 15px;
  float: left;   
  text-decoration: none;
  border-radius: 10px 0;  
  display: block;
  position: relative;
  clear: both;
  font-weight: normal;
  line-height: 17px;
  margin: 20px 0 0 0;
  }

.more:hover{
  background-color: #0899CC;
  color: #fff;
  border: 2px solid #0899CC;
  }

.center_btn{
  float: none;
  max-width: 90px;
  text-align: center;
  margin: 0 auto;
  }

/* right align left align content */
section .left .sec_txt{
  width: 72%;
  float: left;
  padding: 0 27px 0 0;}

section .left .sec_img{
  width: 25%;
  float: right;
  text-align: right;}

section .right .sec_img{
  width: 25%;
  float: left;
  padding: 0 27px 0 0;}

section .right .sec_txt{
  width: 72%;
  float: right;
  text-align: left;}

section .q_clmn{
  width: 24%;
  float: left;}
  
section .q_clmn h3{margin: 15px 0; font-weight: bold;}
section h2{font-size: 33px; line-height: 33px; margin: 0 0 20px 0; padding: 0; text-transform: uppercase;}
section h3{font-size: 23px; line-height: 23px; margin: 0 0 20px 0;}
.promo_in.fixed{  position: relative; margin: 0 auto;}
.promo_in.fixed .sec_txt{
  padding: 30px 0;
  }
  
/* return to top arrow */
a#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff url('/images/icons/arrow_white.png') no-repeat center center;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    behavior: url('pie/pie.htc');
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* contact us fixed */
.fixed_contact{
    background: #bde757;
    right: 0;
    padding: 15px;
    position: fixed;
    bottom: 20%;
    width: 35px;
    height: 205px;
}

.fixed_contact a{
  display: block;
  width: 40px;
  height: 205px;
  background: url('/images/bkg/fix_contact_txt.png') no-repeat top center;
}

.fixed_contact a span{display: none;}

.inner section ul li{
  list-style-type: disc;
  line-height: 1.4em;
  font-size: 1em;
  }

.inner.partner section {
  background: url('/images/bkg/grey_line_small.png') no-repeat top center;}

.inner.partner section strong.p_heading{
    display: block;
    font-size: 28px;
    font-weight: 200;
    margin-bottom: 20px;}
 
.inner section p{
  font-size: 1em; 
  line-height: 1em;
  padding: 5px 0;}

/* tabbed content */
.panel{display: none;}
button.show_all{
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0;
  font-size: 14px;}

button.show_all:hover{text-decoration: underline; }
ul.tabs{padding-left: 0;}
ul.tabs li a{
  overflow: hidden;
  display: block;
  background: url('/images/bkg/grey_arrow.png') no-repeat left center;}

ul.tabs li a.active{
  overflow: hidden;
  display: block;
  background: url('/images/bkg/blue_arrow.png') no-repeat left center;}


.column2, .column3, .column4 {
    float: left;
    padding: 0 10px 10px 5px;
}

.column4{ width: 23%;}
.column3{ width: 30%;}
.column2{ width: 47%;}

.column2 a, .column3 a, .column4 a{font-weight: normal; }

.abstracts h3{
  font-size: 1em;
  font-weight: bold;
  margin: 10px 0 10px 0;}

.inner section.abstracts p,
.inner section.abstracts i{
  font-size: 0.9em;
  line-height: 1.2em;}

.inner section.abstracts i{margin: 10px 0; display: block;}

.inner section.abstracts .promo_in{
  padding-bottom: 30px;
  margin-bottom: 20px;
  background: url('/images/bkg/grey_line_small.png') no-repeat bottom center; }

/* icons navigation */

ul.sec_icon_nav { 
  margin: 0; 
  padding: 0;
  text-align: center; }

.sec_icon_nav li{display: inline-block;}

.sec_icon_nav li a img{
  width: 85px;
  clear: both;
  display: block;
  margin: 0 auto;}

.sec_icon_nav li a img.general_active{
  display: none;}
.sec_icon_nav li a.sec_nav_act img.general_active{display: block;} 

.sec_icon_nav li a.sec_nav_act img.general{display: none;} 

.sec_icon_nav li a:hover, .sec_icon_nav li a.sec_nav_act{
  color: #0899CC;
  }

.sec_icon_nav li a{
  color: #b7b7b7;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 0 40px;}



.sec_icon_nav li a span{
  clear: both;
  display: block;
  text-align: center;}
  
/* social icons */

.fixed_social_bar {
    position: fixed;
    right: 0;
    top: 10%;
    width: 37px;
    z-index: 300;
}
.fixed_social_bar a.contact {
   /* background: #80bd01 url("../img/vertical_icons/contact_vertical.png") no-repeat scroll center center; */
    display: block;
    height: 148px;
    margin: 10px 0;
    width: 37px;
}
.fixed_social_bar a.contact span {
    display: none;
}
.fixed_social_bar ul {
    background: #fff none repeat scroll 0 0;
    border-color: #ccc;
    border-image: none;
    border-radius: 10px 0 0 10px;
    border-style: solid none solid solid;
    border-width: 2px 0 2px 2px;
    display: block;
    list-style-type: none;
    margin: 20px 0 10px;
    padding: 10px 0;
    width: 40px;
}
.fixed_social_bar ul li {
    margin: 3px 0;
    text-align: center;
    list-style: outside none none;
}

/* content /comment/ rotation */
.bx-wrapper{
    margin: 0 auto;
    position: relative;
    max-width: 1100px !important;
    padding: 0 40px;
    box-sizing: border-box;}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 0;
}
.bx-wrapper .bx-prev{left: 0; background: url('/images/bkg/controls.png') no-repeat scroll 0 -32px;}
.bx-wrapper .bx-next{right: 10px; background: url('/images/bkg/controls.png') no-repeat scroll -43px -32px; }
.content_swiper .right .sec_img{box-sizing: border-box;}
.content_swiper .right .sec_txt{box-sizing: border-box;}

/* accordion styles */
.accordion{
  clear: both;
  margin: 20px 0;
  width: 100%;}

.accordion h4{
  font-family: "Avenir Next Regular",Arial,Helvetica,Verdana,sans-serif;
  font-size: 28px;
  line-height: 1.3em;
  padding: 25px 15px 25px 55px;
  margin: 0;
  border-top: 2px solid #d4d4d4;
  cursor: pointer;
  display: table;
  font-weight: normal;
  width: 100%;
  box-sizing: border-box;
  background: url('/images/nav_icons/folder-open.png') no-repeat 1% center;
  }
  
.accordion h4.ui-accordion-header-active{
  border-top: 2px solid #0899CC;
  border-bottom: 2px solid #0899CC;
  background: url('/images/nav_icons/folder-close.png') no-repeat 1% center;}

.accordion h4.ui-accordion-header-active:last-of-type{border-bottom: 2px solid #0899CC;} 
 
.accordion h4:last-of-type{border-bottom: 2px solid #d4d4d4;}

.accordion .acc_content{
  padding: 10px;
  overflow: auto;
  display: none;}
  
.accordion .acc_content.ui-accordion-content-active:last-of-type{border-bottom: 2px solid #d4d4d4;}
.accordion ul li{padding: 5px 0;}
.info_type p{padding: 5px 0;}
.info_type img.acc_icon{vertical-align: bottom; width: auto !important; float: left; margin: 0 5px 0 0;}
.info_type a{
  color: #0899CC;
  text-decoration: none;}

.info_type img.acc_icon + a{
  line-height: 1em;
  margin: 0;
  vertical-align: bottom;}
  
.info_type a:hover{text-decoration: underline;}
/* products accordion */

.accordion.products_type{
  padding: 50px 65px 80px 100px;
  border: 5px solid #d7d7d7;
  border-radius: 20px;
  float: right;
  width: 96%;
  box-sizing: border-box;}

.accordion h4 span.action{
  font-size: 0.9em !important; 
  color: #777;
  text-decoration: none;
  margin: 5px 20px 5px 0;
  font-family: "Avenir Next Demi", Arial, sans serif;
  font-size: 17px !important; 
  background: url('/images/bkg/list_blue_arrow.png') no-repeat left 3px;
  padding: 0 0 0 20px;}
 

.accordion h4 span.action:hover{text-decoration: underline;}


.accordion.products_type .acc_content{padding: 0;} 

.accordion .acc_content .acc_content_node{
  width: 100%;
  clear: both;
  display: inline-block;
  border-bottom: 2px solid #d4d4d4;
  padding: 30px 0;
  }

.accordion.products_type .main_heading{font-family: "Avenir Next Bold", Arial;}

.accordion.products_type .main_heading .logo_type{font-family: "Avenir Next Light", Arial;}

.accordion.products_type .acc_content_node h3{font-family: "Avenir Next Light", Arial; font-size: 27px; line-height: 27px;}

.accordion.products_type h4,
.accordion.products_type h4.ui-accordion-header-active,
.accordion.products_type h4.ui-accordion-header-active:last-of-type{
  border-top: 0 none; 
  border-bottom: 2px solid #d4d4d4;
  background: 0 none;
  padding: 55px 15px 55px 0;
  float: right;
  clear: both;
  outline: none;}


.accordion.products_type h4:hover{background: none;}

.accordion .acc_content{clear: both;}

.accordion.products_type h4{
  position: relative;
  display: inline-block;
  overflow: visible;}
 
.acc_content_img{
  width: 140px;
  height: 140px;
  position: absolute;
  top: 10px;
  left: -172px;
  background-repeat: none;
  background-position: top left;
  }
  
.accordion.products_type h4.ui-accordion-header-active .acc_content_img{background-position: left bottom; }  
.accordion.products_type h4:hover .acc_content_img{background-position: left bottom; }  

/* table type */
.table_type table{font-size: 17px; margin: 0; border: 0 none;}
table td{
  padding: 10px;
  box-sizing: content-box;
  vertical-align: top;
  }
.table_type .acc_content{padding: 0;}
table tr:last-child{border-bottom: 0 none;}

table td.time{
  width: 17%; 
  font-family: "Avenir Next Demi",Arial,Helvetica,Verdana,sans-serif;
  font-weight: bold; 
  border-right: 7px solid transparent; 
  color: #0899CC;
  font-size: 17px;}
table td.session{padding: 10px 5px 10px 10px; position: relative; text-align: left;}
table tr{border-bottom:2px solid #d4d4d4;}     
table{margin: 30px 0 0 0;}

table thead{
  font-family: "Avenir Next Demi",Arial,Helvetica,Verdana,sans-serif;
  color: #0899CC;
  margin: 20px 0 0 0;
  border-top: 2px solid #0899CC;
  border-bottom: 2px solid #0899CC;}
  
.info-link a{
  color: #fff;
  background-color: #0899CC;
  padding: 0 7px;
  font-size: 14px;
  line-height: 17px;
  right: 5px;
  bottom: 5px;
  text-decoration: none;
  border-radius: 100%;  
  display: block;
  position: absolute;
  clear: both;}
 
/* accordion new styles customers and solution type */
.accordion .main_heading{
  text-align: left; 
  display: table-cell; 
  vertical-align: middle;}
  
.accordion .logo_type{
  color: #0899cc; 
  font-family: "Avenir Next Bold", Arial; 
  line-height: 40px; 
  font-size: 30px; 
  display: block;}
  
section .accordion p,
section .accordion strong,
section .accordion span,
section .accordion li,
section .accordion a{font-size: 1em;}


.accordion .clmn_one,
.accordion .clmn_two{
  width: 47.5%;
  float: left;
  }
 
.accordion .action_area{margin: 20px 0;}
 
.accordion .clmn_one{margin-right: 30px;} 

.accordion .main_icon{float: right;}


/* partner logos */ 
.partner_logos{
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;}

.partner_logos a{
  overflow: hidden;
  float: left;
  margin: 20px 30px 0 30px;
  padding-bottom: 15px;
  background: url('/images/icons/plus_sign.png') no-repeat right bottom;
  }

 /* home page news block */
 section .promo_in .news_block{
  background: #f0f0f0;
  border-radius: 10px 0;
  padding: 20px 30px;
  display: inline-block;
  width: 100%;
  margin: 0 auto 40px auto;}
 
 .news_icon{float: left;}
 
 .news_body{
  display: inline-block;
  overflow: hidden;
  width: 66%;
  margin: 0 10px 0 20px;}
 
 .news_body .news_date{
    color: #747474;
    font-size: 14px;
    font-family: "Avenir Next Light", Arial;
    float: left;
    width: 22%;
  }
 .news_body a{
    font-size: 15px;
    font-family: "Avenir Next Light", Arial;
    float: left;
    width: 78%;
    text-decoration: none;
  }
 .news_body a:hover{text-decoration: underline;}
 .news_body h4{
  margin: 0 0 10px 0;
  font-size: 22px;
  font-family: "Avenir Next Demi", Arial;}

 .news_block .more{float: right;}
/* tooltip */
.ui-tooltip {
	padding: 10px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
  background-color: #e0e0e0;
  color: #000;
  font-size: 15px;
}
body .ui-tooltip {
	border: 2px solid #e0e0e0;
  border-radius: 15px 0;
}
.ui-helper-hidden-accessible {display: none;}
.touchTooltipHack{border: 1px solid red; width: 100%; display: block;}

/* styles for rss social feed */
    .rss-feeds ul{margin: 0;}
    .rss-feeds ul li{ list-style-type: none; font-size: 17px;}
    .rss-feeds ul li a{color: #00a1e0; text-decoration: none; font-weight: normal; display: inline-block; margin-bottom: 5px; font-size: 15px;}
    .rss-feeds ul li a:hover{text-decoration: underline;}

/* speakers box */
section .four_items.dynamic{text-align: center;}

section .four_items.dynamic .clmn{
  width: 250px;
  float: none;
  display: inline-block;
  margin-right: 10px;
  box-sizing: border-box;
  text-align: center;}

section .four_items.dynamic .clmn:last-child{margin-right: 0 !important; width: 250px;}

/* speakers blocks */
.hover_option .box_desc{display: none; font-size: 13px; font-family:"Avenir Next Light", Arial; margin-top: 10px;}

.hover_option,
.dynamic a{ position: relative; cursor: pointer; text-decoration: none;}
.dynamic a h5:hover,
.dynamic a h6:hover,
.dynamic a p:hover,
.dynamic a span:hover{text-decoration: underline;}

.dynamic a p, .dynamic p{margin: 0 !important;}

.hover_option .desc_holder{
  position: absolute;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background-color: rgba(80,80,80,0.8);
  color: #fff;
  width: 250px;
  padding: 20px 5px;
  box-sizing: border-box; 
  }
  
.hover_option .desc_holder a{color: #fff; text-decoration: none; font-weight: normal;}
.hover_option .desc_holder a:hover{text-decoration: underline;}

.desc_holder.up{height: 100%;}
  
.hover_option .desc_holder h5{
  font-size: 20px;
  margin: 0;
  font-family: "Avenir Next Bold", Arial; 
}

.hover_option .desc_holder h6{
  font-size: 13px;
  margin: 0;
  font-family: "Avenir Next Regular", Arial; 
  }
 
.clmn.hover_option{height: 330px;}

.clmn.hover_option > a{display: grid;}   

section .four_items.dynamic .clmn > img{
display: block;
margin: 0 auto;
}