img { max-width: 100%; }
.body_header {
    height: 35px;
}
.body_content { font-size: 1.44vw; }
.body_content:after{
  content: '';
  background: #139dec;
  width: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
}
.body_footer{
    height: 48px;
}
.imagescontainer {
    float: right;
}
.imgcont {
    float: left;
    width: 16.7vw;
    height: 100%;
    border: 0.6em solid #fff;
    z-index: 1;
    position: relative;
    border-radius: 50%;
    background: #fff;
}
.right .imgcont {
    margin-right: 10px;
}
.container p {
  font-size: 1em;
}
.left_first {
    text-align: right;
    width: 100%;
}
.datecont {
    display: inline-block;
    float: left;
    width: 65px;
    display: none;
}
.date {
    color: #0071c4;
    padding: 45px 20px 45px 0;
    width: 110%;
}
.container h2, .container h3{
  margin: 0;
}
.text_cont {
    margin-top: 2em;
    float: right;
    width: 20em;
}
.text_cont_left {
    float: left;
}
.text_cont_left > h2, .text_cont_left > h3 {
}
/*h2, h3, p*/ * {
    font-family: "myriad-pro",arial,helvetica,sans-serif;
}
p{
  font-size: 14px;
  color: #4e5865;
}
h2 {
    font-size: 1.45em;
    color: #139dec;
}
h3{
  font-size: 1.1em;
}
h1{
  font-size: 1.8em;
}
.container {
    margin-bottom: 3em;
    /*min-height: 180px;*/
}
.left .datecont, .left .imgcont{
  float: right;
}
.body_content .right {
    clear: left;
    float: right;
    left: -6.5em;
    position: relative;
    width: 50%;
}
.body_content .left {
    clear: right;
    float: left;
    position: relative;
    right: -6.4em;
    width: 50%;
}
.left .date {
  padding: 45px 0 45px 20px;
}
.left_date{
  text-align: right;
}
#longcnt .text_cont {
    width: 75%;
}
.bottomcontent {
    display: inline-block;
    width: 100%;
    margin-top: 1em;
}
.bottomcontent h2, .bottomcontent h1 {
    margin: 0;
}
.bottomcontent h2 {
    display: inline-block;
    font-style: italic;
    text-align: right;
}
.bottomcontent h1{
    display: inline-block;
    text-align: right;
    width: 61%;
    color: #0071c4;
    font-weight: lighter;
}
.page2body .container {
    height: 160px;
}
#longcnt, #longcnt2 {
    height: auto !important;
}
#longcnt2 .date{
  margin-right: 2em;
}
.page2body .text_cont_left {
    text-align: right;
}
#longcnt .imgcont,
#longcnt .text_cont h3,
#longcnt .text_cont p
{
    margin-left: 0;
}
#longcnt .text_cont{
  margin-top: 0;
}
.bottomcontent p {
  font-style: italic;
}
.pagebottom .imgcont {
  width: 380px;
}
.pagebottom .right {
  width: 57%;
}
.pagebottom .date {
  padding: 80px 20px 0;
}
.pagebottom .text_cont {
  margin-top: 58px;
}
.iframe_container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
 
.iframe_container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

@media only screen and (max-width: 768px) {
  .text_cont {
    width: 16em;
  }
}
@media only screen and (max-width: 768px) {
  .body_content {
    font-size: 1.8vw;
  }
  .right .imgcont { margin-right: 0 }
  .body_content .right {
    left: -5.8em;
  }
  .body_content .left {
    right: -5.8em;
  }
}

@media only screen and (max-width: 500px) {
  .body_content {
    font-size: 3vw;
  }
  .text_cont {
    float: right;
    width: 8em;
    margin: 0;
  }
  .text_cont.text_cont_left {
    float: left;
  }
  .imgcont {
    display: inline-block;
    margin: 0;
  }
  .body_content .right {
    left: -3.5em;
  }
  .body_content .left {
    right: -3.5em;
  }
}

