.hmi-container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1240px;
  background-color: #f5f5f5
}
@media screen and (min-width:1200px) {
  .hmi-container {
    padding: 0 25px
  }
}
@media screen and (min-width:1400px) {
  .hmi-container {
    padding: 0 30px
  }
}
@media screen and (min-width:768px) {
  .container_inside_paddings {
    padding: 0 20px
  }
}
@media screen and (min-width:1200px) {
  .container_inside_paddings {
    padding: 0 25px
  }
}
@media screen and (min-width:1400px) {
  .container_inside_paddings {
    padding: 0 30px
  }
}
.ieee-oj-ap .container-component main .subscibe-btn .header-bottom__btn,
.ieee-oj-ap .container-top-a .bottom-header__wrapper .header-bottom__btn,
.orange_button {
  background: #f57f29;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-size: 20px;
  font-family: FormataMedium,sans-serif;
  font-weight: 600;
  padding: 12px 15px;
  border: 1px solid #fff;
  text-shadow: initial;
  line-height: 22px
}
.ieee-oj-ap .container-component main .subscibe-btn .header-bottom__btn:hover,
.ieee-oj-ap .container-top-a .bottom-header__wrapper .header-bottom__btn:hover,
.orange_button:hover {
  background: #fff;
  color: #f57f29;
  border: 1px solid #f57f29
}
.dark_blue_button,
.ieee-oj-ap .container-component main .subscibe-btn .header-bottom__btn:not(.archive_btn) {
  background: #002e5f;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-size: 20px;
  font-family: FormataMedium,sans-serif;
  font-weight: 600;
  padding: 12px 15px;
  border: 1px solid #fff;
  text-shadow: initial;
  line-height: 22px
}
.dark_blue_button:hover,
.ieee-oj-ap .container-component main .subscibe-btn .header-bottom__btn:hover:not(.archive_btn) {
  background: #fff;
  color: #002e5f;
  border: 1px solid #002e5f
}
.green_button {
  display: table;
  padding: 5px 15px;
  background-color: #5ac681;
  color: #fff;
  -webkit-box-shadow: inset 0 0 8px #47bf73;
  box-shadow: inset 0 0 8px #47bf73;
  text-shadow: 0 1px 1px #43be70;
  width: auto!important;
  border: 0;
  border-radius: 0
}
.green_button:hover {
  background-color: #4bc175;
  color: #fff;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#5ac681),to(#43be70));
  background-image: linear-gradient(to bottom,#5ac681,#43be70);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0),0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0),0 1px 1px rgba(0,0,0,.05);
  text-shadow: 0 -1px 1px #43be70
}
.blue_button {
  display: block;
  padding: 10px 20px;
  background-color: #0071a2;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  position: relative;
  text-decoration: none;
  background-image: -webkit-gradient(linear,left bottom,left top,from(#0071a5),to(#01476d));
  background-image: linear-gradient(bottom,#0071a5 0,#01476d 100%);
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 #01476d,0 5px 0 0 #023855,0 10px 5px #000;
  box-shadow: inset 0 1px 0 #01476d,0 5px 0 0 #023855,0 10px 5px #000;
  opacity: 1
}
.blue_button:hover {
  opacity: .85
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
body {
  background: #f5f5f5;
  font: 400 14px/1.5 "Open Sans",Helvetica,Arial,sans-serif;
  color: #000
}
.main-content-container {
  min-height: calc(100vh - 420px)
}
.main-content-container > .hmi-container {
  min-height: calc(100vh - 420px);
  padding-bottom: 20px
}
@media screen and (min-width:768px) {
  body {
    font-size: 16px;
    background: url(/images/screen-bg.png)
  }
  .main-content-container > .hmi-container {
    padding-bottom: 40px
  }
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  font-family: "Open Sans",Helvetica,Arial,sans-serif
}
h1.uk-article-title {
  font: 42px/60px BebasNeueRegular,"Open Sans",sans-serif
}
h2 {
  font-size: 36px;
  font-weight: 300
}
h3 {
  font-size: 28px;
  line-height: 34px
}
h4 {
  font-size: 22px;
  line-height: 26px
}
h3,
h4 {
  font-weight: 300;
  color: #222;
  text-transform: none
}
h5 {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px
}
b,
strong {
  font-weight: 700
}
.text-blue {
  color: #00b5e2
}
div.main-content-container address,
div.main-content-container blockquote,
div.main-content-container dl,
div.main-content-container fieldset,
div.main-content-container figure,
div.main-content-container hr,
div.main-content-container ol,
div.main-content-container p,
div.main-content-container pre,
div.main-content-container ul {
  margin-bottom: 20px
}
div.main-content-container * + address,
div.main-content-container * + blockquote,
div.main-content-container * + dl,
div.main-content-container * + fieldset,
div.main-content-container * + figure,
div.main-content-container * + h1,
div.main-content-container * + h2,
div.main-content-container * + h3,
div.main-content-container * + h4,
div.main-content-container * + h5,
div.main-content-container * + h6,
div.main-content-container * + hr,
div.main-content-container * + ol,
div.main-content-container * + p,
div.main-content-container * + pre,
div.main-content-container * + ul {
  margin-top: 20px
}
ul.a {
  list-style-type: circle
}
ul.b {
  list-style-type: square
}
ol.c {
  list-style-type: upper-roman
}
ol.d {
  list-style-type: lower-alpha
}
input:focus {
  outline: 0
}
input[type=search] {
  outline-offset: 0
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
table td,
table th {
  line-height: 18px
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-width: 0
}
table[border="1"] tbody,
table[border="1"] td,
table[border="1"] tfoot,
table[border="1"] th,
table[border="1"] thead,
table[border="1"] tr {
  border-width: inherit
}
.society .table > tbody > tr > td,
.society .table > tbody > tr > th,
.society .table > tfoot > tr > td,
.society .table > tfoot > tr > th,
.society .table > thead > tr > td,
.society .table > thead > tr > th {
  border-bottom: 0;
  padding: 10px;
  border: 2px solid #000
}
.society-no-2-border .table tr:nth-child(2),
.society-no-2-border .table tr:nth-child(2) td {
  border: 0!important
}
blockquote {
  padding-left: 15px;
  border-left: 5px solid rgba(0,0,0,.08);
  font-size: 17px;
  line-height: 23px
}
.table th {
  font-weight: 700
}
.border-2-black {
  border: 2px solid #000
}
a:not([class]) {
  text-decoration: none
}
a {
  color: #335ca4;
  text-decoration: none
}
a:hover {
  text-decoration: underline;
  color: #002e5f
}
.card-body a:not([class]),
.com-content-article a:not([class]),
table a:not([class]) {
  text-decoration: underline
}
.card-body a:not([class]):hover,
.com-content-article a:not([class]):hover,
table a:not([class]):hover {
  text-decoration: none
}
.card-header {
  font-family: BebasNeueRegular,sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
  background: 0 0;
  border: 0
}
@media screen and (max-width:575px) {
  table td,
  table th {
    border: 0;
    height: auto
  }
  table tr {
    border: 0
  }
  body:not(.current-committee-members) table:not(#list),
  body:not(.current-committee-members) tbody:not(.list__body),
  body:not(.current-committee-members) td,
  body:not(.current-committee-members) th:not(.list__head-cell),
  body:not(.current-committee-members) thead:not(.list__head),
  body:not(.current-committee-members) tr {
    display: block
  }
  table a {
    text-decoration: underline;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap
  }
  .responsive-iframe {
    width: 100%
  }
}
.ieee-oj-ap .container-top-a .bottom-header {
  background: #00b5e2;
  color: #fff
}
.ieee-oj-ap .container-top-a .bottom-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px
}
.ieee-oj-ap .container-top-a .bottom-header__wrapper h2 {
  font-family: 'Open Sans',sans-serif;
  font-weight: 600;
  font-size: 33px;
  line-height: 1.45
}
@media screen and (min-width:768px) {
  table td,
  table th {
    line-height: 23px
  }
  .ieee-oj-ap .container-top-a .bottom-header__wrapper h2 {
    line-height: 1;
    margin-bottom: -10px
  }
}
@media screen and (max-width:767px) {
  div.main-content-container {
    line-height: 18px
  }
  table td,
  table th {
    font-size: 14px
  }
  .com-content-article table tr {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 0
  }
  .ieee-oj-ap .container-top-a .bottom-header__wrapper h2 {
    margin-bottom: 0;
    margin-top: 0
  }
}
.ieee-oj-ap .container-top-a .bottom-header__wrapper p {
  margin: 30px 0 20px
}
@media screen and (min-width:1200px) {
  .ieee-oj-ap .container-top-a .bottom-header__wrapper p {
    font-size: 20px;
    line-height: 24px;
    width: 650px;
    margin-top: 50px
  }
}
.ieee-oj-ap .container-top-a .bottom-header__wrapper img {
  display: none
}
@media screen and (min-width:992px) {
  .ieee-oj-ap .container-top-a .bottom-header__wrapper {
    padding: 0 30px
  }
  .ieee-oj-ap .container-top-a .bottom-header__wrapper img {
    display: block
  }
  .ieee-oj-ap .container-component main {
    padding-right: 10px;
    border-right: 1px solid #000
  }
}
.ieee-oj-ap .container-top-a .bottom-header__wrapper h2.header-bottom__text {
  font-weight: 600;
  color: #fff
}
.ieee-oj-ap h1,
.ieee-oj-ap h2 {
  font: 42px/60px BebasNeueRegular,"Open Sans",sans-serif;
  display: block;
  color: #002e5f;
  margin-bottom: 35px
}
.ieee-oj-ap .featured-articles_block {
  padding: 0
}
.ieee-oj-ap .featured-articles_block .container {
  padding: 0;
  max-width: 100%
}
.ieee-oj-ap .featured-articles_block .featured-articles_block__wrapper {
  margin: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: block
}
@media screen and (min-width:576px) {
  .ieee-oj-ap .featured-articles_block .featured-articles_block__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
.ieee-oj-ap .featured-articles_block .featured-articles_block__wrapper img {
  display: block;
  margin: 48px auto 82px;
  height: 200px;
  width: 200px;
  -o-object-fit: fill;
  object-fit: fill
}
.ieee-oj-ap .featured-articles_block .featured-articles_block__wrapper .col {
  background: #fff;
  border: 1px solid #e1ddd5;
  margin-bottom: 20px
}
.ieee-oj-ap .featured-articles_block .featured-articles_block__wrapper .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 20px
}
.ieee-oj-ap .featured-articles_block .featured-articles_block__wrapper a {
  margin-top: auto;
  font-weight: 600;
  font-size: 15px;
  color: #000;
  text-decoration: none
}
.ieee-oj-ap .featured-articles_block .featured-articles_block__wrapper a .arrow {
  color: #f57f29
}
.ieee-oj-ap .featured-articles_block .featured-articles_block__wrapper h5 {
  max-width: 330px;
  color: #000;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 15px
}
.ieee-oj-ap .container-sidebar-right {
  padding-top: 45px
}
.ieee-oj-ap .container-sidebar-right .sidebar-right:first-child {
  margin-top: 0
}
.ieee-oj-ap .container-component {
  padding-bottom: 30px;
  margin-top: 30px
}
@media screen and (min-width:768px) {
  .ieee-oj-ap .featured-articles_block .featured-articles_block__wrapper .col {
    width: calc(33.333333% - 10px);
    margin-bottom: 0
  }
  .ieee-oj-ap .featured-articles_block .featured-articles_block__wrapper h5 {
    min-height: 100px;
    margin-bottom: 0
  }
  .ieee-oj-ap .container-component {
    margin-top: 50px
  }
}
.ieee-oj-ap .container-component .ojap-news__title {
  margin-bottom: 10px
}
.ieee-oj-ap .container-component .ojap-news__link {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  text-decoration: none
}
.ieee-oj-ap .container-component .ojap-news__date {
  font-size: 14px;
  padding-bottom: 10px;
  color: #444348;
  display: block
}
.ieee-oj-ap .container-component .ojap-news__author {
  text-decoration: none;
  font-style: italic;
  font-weight: 600
}
.ieee-oj-ap .container-component .uk-article-title,
.ieee-oj-ap .container-component ul {
  padding-left: 0
}
.ieee-oj-ap .container-component ul li {
  margin-bottom: 50px
}
.ieee-oj-ap .container-component ol {
  padding-left: 17px;
  margin-top: 10px
}
.ieee-oj-ap .container-component ol li {
  margin-bottom: 10px;
  font-style: italic
}
.ieee-oj-ap .container-component main .subscibe-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 0
}
.ieee-oj-ap .container-component main .subscibe-btn .header-bottom__btn,
.ieee-oj-ap .container-component main .subscibe-btn .header-bottom__btn:not(.archive_btn) {
  padding: 9px 12px;
  font-size: 15px;
  white-space: nowrap
}
.ieee-oj-ap .container-component .ojap-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.ieee-oj-ap .container-component .ojap-news__item .ojap-news__figure {
  width: 230px;
  margin: 20px auto;
  min-width: 200px
}
@media screen and (min-width:576px) {
  .ieee-oj-ap .container-component .ojap-news__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .ieee-oj-ap .container-component .ojap-news__item .ojap-news__figure {
    margin: 0;
    width: 100px;
    min-width: 100px;
    padding-right: 10px
  }
}
.ieee-oj-ap .container-component .ojap-news__item .ojap-news__figure img {
  display: block;
  width: 100%;
  height: auto
}
.ieee-oj-ap .container-component .a2a_kit a span {
  border-radius: 50%!important;
  display: block;
  overflow: hidden
}