a {
  color: #083266;
  text-decoration: none;
  background-color: transparent;
}
main {
  overflow: hidden;
  clear: both;
  -webkit-box-flex: 1;
  -ms-flex: 10 auto;
  flex: 10 auto;
  background: #fff;
}
main::before,
main::after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
main::after {
  clear: both;
}
main {
  zoom: 1;
}
section {
  padding-top: 20px;
}
@media screen and (min-width: 1000px) {
  article {
    float: left;
    width: 100%;
    padding: 40px 450px 40px 150px;
  }
}
@media screen and (max-width: 999px) {
  article {
    float: left;
    width: 100%;
    padding: 20px 5px;
  }
}
/*article {
    
    width: 100%;
    margin: 0;
    padding: 0;
    
	max-width: 850px;
}*/
article h1 {
  width: 100%;
  font-size: 2rem;
  line-height: 1.125;
  color: #306d72;
  font-weight: bold;
  padding: 0 0 0px 0;
  /* border-bottom: 1px solid #dbdbdb; */
}
article h5 {
  font-size: 1rem;
  line-height: 1;
  color: #306d72;
  font-weight: normal;
  padding: 0 0 15px 0;
  width: 95%;
}
article h3 {
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  color: #306d72 !important;
  text-rendering: optimizeLegibility !important;
  letter-spacing: -0.0425em !important;
  font-weight: bolder !important;
  padding: 10px 10px 0px 0;
  clear: both;
}

article h2 {
  font-size: 1.6rem !important;
  line-height: 1.125 !important;
  color: #306d72 !important;
  text-rendering: optimizeLegibility !important;
  letter-spacing: 0em !important;
  font-weight: bold !important;
  padding: 0px 10px 0px 0;
}
#share-button {
  position: relative;
  width: 35%;
  height: auto;
  /* padding-bottom: 10px; */
  top: -5px;
  right: -30px;
  box-sizing: border-box;
  float: right;
  padding-top: 0 !important;
}
#shareBlock {
  float: right;
}
@media screen and (max-width: 999px) {
  #share-button {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    top: 10px;
    right: 0px;
    float: right;
  }
  #shareBlock {
    float: left;
  }
}

#headpic {
  width: 100%;
  padding: 30px 0 20px 0;
  box-sizing: border-box;
  float: left;
}
#headpic img {
  width: 100%;
  height: auto;
}
.lead-caption {
  width: 100%;
  font-size: 0.8em;
  line-height: 18px;
  border-bottom: 1px solid #303030 !important;
  color: #303030;
}

#MEETING {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  /* border: 1px solid #333; */
  background-color: #fff;
  /* box-shadow: 1px 5px 10px #555; */
}
#MEETING p {
  font-size: 1.05em;
  font-family: "Lato", "Roboto", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  color: #484848;
  line-height: 1.9;
}
#MEETING p a {
  color: #306d72;
  line-height: 1.9em;
  /* font-weight: bold; 
    font-size: 1.05em;*/
  text-decoration: none;
  /* float: left; */
}

#MEETING li a {
  color: #306d72;
  line-height: 1em;
  /* font-weight: bold; */
  font-size: 1.05em;
  list-style-type: circle;
}
#tabMenu {
  height: 28px;
}
#tabMenu ul {
  width: 100%;
  /*height: 25px;*/
  list-style: none;
  margin: 0;
  padding: 0;
}
#tabMenu li {
  position: relative;
  display: inline-block;
  width: 15%;
  height: 28px;
  background-color: #cecece;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  float: left;
  letter-spacing: 1px;
  font-size: 0.8em;
  /*border-top-left-radius: 4px;
	border-top-right-radius: 18px;*/
  text-align: center;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-weight: bold;
  line-height: 27px;
  box-sizing: border-box;
}
#tabMenu li a {
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 99%;
  height: 27px;
  text-align: center;
  line-height: 27px;
  color: #fff;
  text-decoration: none;
  /*font-size: 0.8em;*/
  letter-spacing: 1px;
  font-weight: bold;
  font-family: "Open Sans";
  /*text-transform: uppercase;
	border-top-left-radius: 4px;
	border-top-right-radius: 18px;*/
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
#tabMenu li a.active {
  background-color: #5bbd8b;
  color: #fff;
  font-weight: bold;
  margin-top: 0px;
  /*font-size: 0.8em;*/
  line-height: 27px;
  letter-spacing: 1px;
  /*border-top-left-radius: 4px;
	border-top-right-radius: 18px;*/
  text-align: center;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
#tabMenu li a:hover {
  background-color: #5bbd8b;
  color: #fff;
  font-weight: bold;
  margin-top: 0px;
  /*font-size: 0.8em;*/
  line-height: 27px;
  letter-spacing: 1px;
  /*border-top-left-radius: 4px;
	border-top-right-radius: 18px;*/
  text-align: center;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
#tabMenu li #active {
  background-color: #5bbd8b;
  color: #fff;
  font-weight: bold;
  margin-top: 0px;
  /*font-size: 0.8em;*/
  line-height: 27px;
  letter-spacing: 0px;
  /*border-top-left-radius: 4px;
	border-top-right-radius: 18px;*/
  text-align: center;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
.tab-2 li {
  width: 50% !important;
  box-sizing: border-box;
}
.tab-3 li {
  width: 33.333333333333333333% !important;
  box-sizing: border-box;
}
.tab-4 li {
  width: 25% !important;
  box-sizing: border-box;
}
.tab-5 li {
  width: 20% !important;
  box-sizing: border-box;
}
.tab-6 li {
  width: 16.6666666% !important;
  box-sizing: border-box;
  overflow: hidden;
}
.tab-7 li {
  width: 14.2857142% !important;
  box-sizing: border-box;
  overflow: hidden;
}
.tab-8 li {
  width: 12.5% !important;
  box-sizing: border-box;
  overflow: hidden;
}
.tab-9 li {
  width: 11.1111111111111111111111111111111% !important;
  box-sizing: border-box;
  overflow: hidden;
}
.tab-10 li {
  width: 10% !important;
  box-sizing: border-box;
  overflow: hidden;
}
.tab-11 li {
  width: 9.0909090909090900909090909090909090909% !important;
  box-sizing: border-box;
  overflow: hidden;
}
.tab-12 li {
  width: 8.3333333333333333333% !important;
  box-sizing: border-box;
  overflow: hidden;
  letter-spacing: 0px;
}
.tab-13 li {
  width: 7.692307692307692% !important;
  box-sizing: border-box;
  overflow: hidden;
  letter-spacing: 0px !important;
}
.tab-14 li {
  width: 7.14285714% !important;
  box-sizing: border-box;
  overflow: hidden;
  letter-spacing: 0px !important;
}
.tab-15 li {
  width: 6.6666666666666666666666666% !important;
  box-sizing: border-box;
  overflow: hidden;
  letter-spacing: 0px !important;
}
.tab-15 li #active {
  letter-spacing: 0px !important;
}
#webtext {
  float: left;
}
#webtext ul {
  color: #484848;
  margin: -5px 0px 8px 0px !important;
  margin-left: 28px !important;
  padding: 0px !important;

  display: block;
  line-height: 1.9em;
  /* text-align: justify !important; */
  list-style: disc;
  float: left;
}
#webtext li {
  margin: 0px !important;
  margin-left: 10px !important;
  padding: 0px !important;

  color: #484848;
  float: left;
  width: 100%;
  line-height: 1.9em;
}
#col2 {
  width: 100%;
  height: auto;
  padding: 10px 20px 0px 0px;
  margin: 0px;
  box-sizing: border-box;
  float: left;
}
@media screen and (max-width: 636px) {
  #col2 {
    width: 100%;
    height: auto;
    padding: 0px;

    float: none;
    margin: 15px auto;
  }
}
.col1 {
  width: 100%;
  height: auto;
  padding: 10px 20px 0px 0px;
  margin: 0px;
  box-sizing: border-box;
}
.video {
  width: 50%;
  height: auto;
  margin: 20px auto;
}
.col1 video {
  width: 100%;
  height: auto;
  /*padding: 10px 20px 0px 0px;*/
}
figcaption {
  width: 100%;
  font-size: 0.8em !important;
  line-height: 1;
  border-bottom: 1px solid #303030 !important;
  color: #303030 !important;
  /* margin-bottom: 0px; */
  margin: 5px auto;

  /*position: relative !important;
     top: 0px !important; */
  text-align: left !important;
  background-color: rgba(0, 0, 0, 0) !important;

  letter-spacing: 0px;
  /* text-shadow: 0px 1px 7px #000;*/
}
@media screen and (max-width: 1199px) {
  .col1 {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    margin: 15px auto;
  }
  .video {
    width: 100%;
    height: auto;
    margin: 20px auto;
  }
  .col1 video {
    width: 100%;
    height: auto;
  }
  figcaption {
    width: 100%;
    font-size: 0.8em !important;
    line-height: 1;
    border-bottom: 1px solid #303030 !important;
    color: #303030 !important;
    /* margin-bottom: 0px; */
    padding: 0 !important;
    /*position: relative !important;
     top: 0px !important; */
    text-align: left !important;
    background-color: rgba(0, 0, 0, 0) !important;

    letter-spacing: 0px;
    /* text-shadow: 0px 1px 7px #000;*/
  }
}
h4 {
  width: 100%;
  font-size: 1.1em;
  line-height: 1.2;
  color: #1b1b1b;
  font-weight: bold;
  padding: 10px 0px;
  text-align: left;
  /* float: left; */
  clear: both;
  /* margin-bottom: 10px; */
  box-sizing: border-box;
  border-bottom: 3px solid #00c59e;
  font-family: merriweather, roboto slab, georgia, times new roman, times, serif !important;
}
h4 a {
  width: 100%;

  line-height: 1.2;
  color: #1b1b1b !important;
  font-weight: bold;
  padding: 10px 0px;
  text-align: left;
  /* float: left; */
  clear: both;
  /* margin-bottom: 10px; */
  box-sizing: border-box;
  text-decoration: none;
  font-family: merriweather, roboto slab, georgia, times new roman, times, serif !important;
}
h4 a:hover {
  width: 100%;

  line-height: 1.2;
  color: #1b1b1b !important;
  font-weight: bold;
  padding: 10px 0px;
  text-align: left;
  /* float: left; */
  clear: both;
  /* margin-bottom: 10px; */
  box-sizing: border-box;
  text-decoration: none;
  font-family: merriweather, roboto slab, georgia, times new roman, times, serif !important;
}
.caption {
  width: 100%;
  font-size: 0.9em;
  line-height: 1.5;
  /* border-bottom: 1px solid #303030 !important; */
  color: #fff;
  /* margin-bottom: 0px; */
  padding: 0;
  /* bottom: 0; */
  position: absolute;
  /* bottom: 16px; */
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);

  letter-spacing: 0.5px;
}
/********************* Video *****************/

#interview div {
  width: 50%;
  height: auto;
  padding: 0;
  float: left;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#interview div:nth-child(even) {
  padding-right: 5px !important;
  padding-bottom: 10px !important;
  box-sizing: border-box;
}
#interview div:nth-child(odd) {
  padding-left: 5px !important;
  padding-bottom: 30px !important;
  box-sizing: border-box;
}

#interview video {
  width: 100%;
}
#interview iframe {
  width: 100%;
  height: auto;
}

/*#interview figcaption:nth-child(even) {padding-right:5px !important; box-sizing: border-box; }
	#interview figcaption:nth-child(odd)	{padding-left:5px !important; box-sizing: border-box;}*/

figcaption {
  width: 100%;
  font-size: 0.8em !important;
  line-height: 1;
  border-bottom: 1px solid #303030 !important;
  color: #303030 !important;
  /* margin-bottom: 0px; */
  padding: 0 !important;
  bottom: 0px !important;
  position: relative !important;
  /* top: 0px !important; */
  text-align: left !important;
  background-color: rgba(0, 0, 0, 0) !important;

  letter-spacing: 0px;
  /* text-shadow: 0px 1px 7px #000;*/
}
.vidcaption {
  width: 100%;
  font-size: 0.8em;
  line-height: 2;
  border-bottom: 1px solid #303030 !important;
  color: #303030;
}

@media screen and (max-width: 999px) {
  #interview div {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    box-sizing: border-box;
  }
  #interview div:nth-child(even) {
    padding-right: 0px !important;
    padding-bottom: 10px !important;
    box-sizing: border-box;
  }
  #interview div:nth-child(odd) {
    padding-left: 0px !important;
    padding-bottom: 10px !important;
    box-sizing: border-box;
  }
  #interview video {
    width: 100%;
  }
  #interview iframe {
    width: 100%;
    height: 360px !important;
  }
  #interview figcaption:nth-child(even) {
    padding-right: 0px !important;
    box-sizing: border-box;
  }
  #interview figcaption:nth-child(odd) {
    padding-left: 0px !important;
    box-sizing: border-box;
  }
}

/********************* Resources *****************/

.resources {
  width: 100%;
  height: auto;
  padding: 20px 0;
}
.resources ul {
  margin: 10px 0px !important;
  margin-left: 0px !important;
  padding: 2px !important;
  color: #444444;
  letter-spacing: 1px;
  /* text-align: justify !important; */
  list-style-type: circle !important;
  display: block;
  height: auto;
  width: 100%;
  background-color: #f8f8f8;
  font-size: 1em !important;
}
.resources ul li {
  margin: 0 0 5px 0 !important;
  margin-left: 0px !important;
  padding: 0px !important;
  letter-spacing: 0;
  float: none !important;
  line-height: 150%;
  width: 100%;
  font-size: 1em;
  color: #434343;
  font-size: 1em !important;
  list-style: disc;
}
.resources ul li a {
  margin: 0 0 5px 0 !important;
  margin-left: 0px !important;
  padding: 0px !important;
  letter-spacing: 0;
  float: none !important;
  line-height: 1.6;
  width: 100%;
  font-size: 1em !important;
  color: #083266;
  text-decoration: none;
}

.resources p {
  font-size: 0.9em;
  font-family: "Lato", "Roboto", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  color: #151515;
  line-height: 1.5;
}
.resources p a {
  color: #151515;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
  /* float: left; */
}

#MEETING p {
  font-size: 1.05em;
  font-family: "Lato", "Roboto", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  color: #484848;
  clear: both;
}

#MEETING h3 {
  color: #306d72;
}

#MEETING h3 a {
  color: #306d72 !important;
  font-size: 1.6rem;
  font-family: "Lato", "Roboto", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
}

#MEETING h5 {
  font-size: 1.25em;
  font-family: "Lato", "Roboto", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  font-weight: 900;
  color: #484848;
  clear: both;
  line-height: 30px;
  padding-top: 15px;
}

#MEETING h7 {
  font-size: 1.15em;
  font-family: "Lato", "Roboto", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  font-weight: 600;
  color: #484848;
  clear: both;
  line-height: 33px;
  padding-top: 20px;
  padding-bottom: 10px;
}
/* jssor slider loading skin spin css */
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.jssora093 {
  display: block;
  position: absolute;
  cursor: pointer;
}
.jssora093 .c {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
}
.jssora093 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
}
.jssora093:hover {
  opacity: 0.8;
}
.jssora093.jssora093dn {
  opacity: 0.6;
}
.jssora093.jssora093ds {
  opacity: 0.3;
  pointer-events: none;
}

.jssort101 .p {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: #000;
}
.jssort101 .p .cv {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgb(39, 62, 119);
  box-sizing: border-box;
  z-index: 1;
}
.jssort101 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
  visibility: hidden;
}
.jssort101 .p:hover .cv,
.jssort101 .p.pdn .cv {
  border: none;
  border-color: transparent;
}
.jssort101 .p:hover {
  padding: 2px;
}
.jssort101 .p:hover .cv {
  background-color: rgba(0, 0, 0, 6);
  opacity: 0.35;
}
.jssort101 .p:hover.pdn {
  padding: 0;
}
.jssort101 .p:hover.pdn .cv {
  border: 2px solid #fff;
  background: none;
  opacity: 0.35;
}
.jssort101 .pav .cv {
  border-color: #fff;
  opacity: 0.35;
}
.jssort101 .pav .a,
.jssort101 .p:hover .a {
  visibility: visible;
}
.jssort101 .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0.6;
}
.jssort101 .pav .t,
.jssort101 .p:hover .t {
  opacity: 1;
}

/******************** Side Event *****************************************/

.event_name {
  width: 100%;
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
  color: #306d72;
  font-weight: bold;
  padding: 10px 10px 0px 0 !important;
  margin: 0 !important;
  float: left;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.presenter {
  width: 100%;
  font-size: 1.1rem !important;
  line-height: 1.5 !important;
  color: #306d72;
  font-weight: bold;
  padding: 5px 0px 20px 0 !important;
  margin: 0 !important;
  /* height: auto; */
  float: left;
}

#more_info {
  width: 100%;
  font-size: 1.2em;
  line-height: 1 !important;
  color: #1b1b1b !important;
  font-weight: bold;
  padding: 5px 0px 5px 5px;
  text-align: left;
  /* float: left; */
  /* margin-bottom: 10px; */
  box-sizing: border-box;
  border-left: 5px solid #00c59e;
}
#info {
  padding-left: 10px;
}
#info a {
  color: #306d72;
  line-height: 1.9em;
  font-weight: normal !important;
  font-size: 1.05em;
  text-decoration: none;
  /* float: left; */
}
