/*
 * Please do not modify or add new style directly in this stylesheet.
 *
 * This stylesheet is created with preprocessor, any modification here
 * will be overwritten in future processing of the master stylesheet.
 *
 * Please override and add new style to custom.3.0.css whenever necessary
 */
/* 
 * Main
 */
/*
 * Base Style
 */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  color: #666;
  font-family: Arial, Helvetica, "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  line-height: 1.3em;
}

.tc {
  font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
.tc input,
.tc button,
.tc select,
.tc textarea {
  font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}

.form-group-lg .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}


.tab-content-s ul li {
    background: url(../images/common/tab-bullet.png) 10px 6px no-repeat;
    padding-left: 30px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    list-style: none;
}


a {
  color: #005288;
  text-decoration: none;
}
a .fa-chevron-right {
  color: #005288;
  font-size: 1em;
}

:focus {
  outline: 0;
}

a:focus {
  color: #005288;
}

h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2em;
  margin: .2em 0;
}

h2 {
  font-size: 21px;
  font-weight: normal;
  line-height: 1.2em;
  margin: .2em 0;
}

h3 {
  font-size: 16px;
  font-weight: normal;
}

h4 {
  font-size: 14px;
  font-weight: bold;
}

img {
  max-width: 100%;
}

p {
  margin: 0.8em 0;
}

p:first-child {
  margin-top: 0;
}

ul {
  text-align: left;
  list-style: disc;
  margin: 1.5em 0;
  padding-left: 1.5em;
}

ol {
  text-align: left;
  margin: 1.5em 0;
  padding-left: 1.5em;
}
ol ol {
  padding-left: 30px;
}

ul ul, ol ul, ul ol, ol ol {
  margin: 0;
}

/* Exceptional cases for default list style */
nav ul, *[class*="menu"] ul,
.ui-tabs > ul, .download > ul,
#breadcrumb ul, ul.row, ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul > li, *[class*="menu"] ul > li,
.ui-tabs > ul > li, .download > ul > li,
#breadcrumb ul > li, ul.row > li, ul.list > li {
  padding: 0;
}

.data table th,
.table th {
  background-color: #d4d8da;
  color: #005288;
  font-weight: bold;
}
.data table td,
.table td {
  background-color: #ebf0f2;
}

.data table > thead > tr > th,
.data table > tbody > tr > th,
.data table > tfoot > tr > th,
.data table > thead > tr > td,
.data table > tbody > tr > td,
.data table > tfoot > tr > td,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 2px solid #fff;
}

.data table > thead > tr > th, .data table > tbody > tr > th, .data table > tfoot > tr > th, .data table > thead > tr > td, .data table > tbody > tr > td, .data table > tfoot > tr > td,
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px 20px;
}

td {
  vertical-align: top;
}

/* Assistive text */
.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* Colors Style */
.bg-blue {
  background-color: #005288 !important;
}

.bg-orange {
  background-color: #f68a33 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #ebf0f2 !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-alternate, .bg-paleblue {
  background-color: #ebf0f2;
}

.text-blue {
  color: #005288 !important;
}

.text-orange {
  color: #f68a33 !important;
}

.text-white {
  color: #fff !important;
}

.text-grey {
  color: #666 !important;
}

.text-black {
  color: #000 !important;
}

.remarks {
  font-size: 11px;
}

.btn {
  background-color: #f68a33;
  border-radius: 0 !important;
  color: #fff;
  text-decoration: none !important;
  white-space: normal;
}
.btn i {
  color: #fff;
  vertical-align: middle;
  font-size: 1em;
}
.btn:focus {
  outline: 0;
  color: #fff;
}
.btn:focus i {
  color: #fff;
}
.btn:active, .btn.active, .btn:active:focus, .btn.active:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bg-orange a.text-white .fa-chevron-right {
  color: #fff;
}

.bg-blue a.text-white .fa-chevron-right {
  color: #f68a33;
}

.desktop a:hover, .notouch a:hover {
  color: #f68a33;
}
.desktop a:hover .fa-chevron-right, .desktop a:hover .fa-chevron-right.text-blue, .notouch a:hover .fa-chevron-right, .notouch a:hover .fa-chevron-right.text-blue {
  color: #f68a33;
}
.desktop a[class^="text-"]:hover, .notouch a[class^="text-"]:hover {
  color: #f68a33 !important;
}
.desktop .btn:hover, .notouch .btn:hover {
  color: #005288;
}
.desktop .btn:hover i, .notouch .btn:hover i {
  color: #005288;
}
.desktop .bg-orange a.text-white:hover, .desktop .bg-orange a.text-white:hover .fa-chevron-right, .notouch .bg-orange a.text-white:hover, .notouch .bg-orange a.text-white:hover .fa-chevron-right {
  color: #005288 !important;
}
.desktop .bg-blue a.text-white:hover, .desktop .bg-blue a.text-white:hover .fa-chevron-right, .notouch .bg-blue a.text-white:hover, .notouch .bg-blue a.text-white:hover .fa-chevron-right {
  color: #f68a33 !important;
}

.btn-default,
.btn-default:focus,
.btn-default.focus {
  color: #005288;
  background-color: #fff;
  border-color: #005288;
}
.btn-default i,
.btn-default:focus i,
.btn-default.focus i {
  color: #005288;
}

.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #f68a33;
  background-color: #fff;
  border-color: #f68a33;
}
.btn-default:hover i,
.btn-default:active i,
.btn-default.active i,
.open > .dropdown-toggle.btn-default i,
.btn-default:active:hover i,
.btn-default.active:hover i,
.open > .dropdown-toggle.btn-default:hover i,
.btn-default:active:focus i,
.btn-default.active:focus i,
.open > .dropdown-toggle.btn-default:focus i,
.btn-default:active.focus i,
.btn-default.active.focus i,
.open > .dropdown-toggle.btn-default.focus i {
  color: #f68a33;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #d4d8da;
}

.btn-primary,
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #005288;
  border-color: #005288;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #f68a33;
  border-color: #f68a33;
}
.btn-primary:hover i,
.btn-primary:active i,
.btn-primary.active i,
.open > .dropdown-toggle.btn-primary i,
.btn-primary:active:hover i,
.btn-primary.active:hover i,
.open > .dropdown-toggle.btn-primary:hover i,
.btn-primary:active:focus i,
.btn-primary.active:focus i,
.open > .dropdown-toggle.btn-primary:focus i,
.btn-primary:active.focus i,
.btn-primary.active.focus i,
.open > .dropdown-toggle.btn-primary.focus i {
  color: #fff;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #fff;
  border-color: #d4d8da;
}

.btn-grey,
.btn-grey:focus,
.btn-grey.focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.btn-grey i,
.btn-grey:focus i,
.btn-grey.focus i {
  color: #fff;
}

.btn-grey:hover,
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey,
.btn-grey:active:hover,
.btn-grey.active:hover,
.open > .dropdown-toggle.btn-grey:hover,
.btn-grey:active:focus,
.btn-grey.active:focus,
.open > .dropdown-toggle.btn-grey:focus,
.btn-grey:active.focus,
.btn-grey.active.focus,
.open > .dropdown-toggle.btn-grey.focus {
  background-color: #f68a33;
  border-color: #f68a33;
  color: #fff !important;
}
.btn-grey:hover i,
.btn-grey:active i,
.btn-grey.active i,
.open > .dropdown-toggle.btn-grey i,
.btn-grey:active:hover i,
.btn-grey.active:hover i,
.open > .dropdown-toggle.btn-grey:hover i,
.btn-grey:active:focus i,
.btn-grey.active:focus i,
.open > .dropdown-toggle.btn-grey:focus i,
.btn-grey:active.focus i,
.btn-grey.active.focus i,
.open > .dropdown-toggle.btn-grey.focus i {
  color: #fff !important;
}

.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled.focus,
.btn-grey[disabled].focus,
fieldset[disabled] .btn-grey.focus {
  color: #d4d8da;
}

.cta-btn-group .btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-collapsible {
  cursor: pointer;
  color: #005288;
  white-space: nowrap;
  margin: 0;
}
.btn-collapsible i:before {
  content: '\f077';
}
.btn-collapsible.collapsed i:before {
  content: '\f078';
}

.btn-video {
  display: block;
  position: relative;
}
.btn-video .fa {
  border: 3px solid #fff;
  color: #fff;
  font-size: 43px;
  text-align: right;
  display: block;
  width: 51px;
  height: 51px;
  line-height: 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.btn-video.btn-video-lg .fa {
  border: 8px solid #fff;
  font-size: 60px;
  text-align: center;
  text-indent: 10px;
  width: 120px;
  height: 120px;
  line-height: 110px;
  margin: -60px 0 0 -60px;
}
.btn-video:hover .fa {
  opacity: 1;
}

.padding-sm,
.padding-sm-left,
.padding-sm-right {
  padding: 10px 20px;
}

.btn_w_350{
	width:auto;
}
@media (min-width: 768px) {
  .btn_w_350{
	width:350px !important;
  }
	
  .padding-sm-left {
    padding-right: 0;
  }

  .padding-sm-right {
    padding-left: 0;
  }
}
.footnote {
  font-size: 13px;
  line-height: 1.2em;
  margin: 20px 10px 0;
  padding: 10px;
}
.footnote .collapsible p {
  margin: 1em 0;
}

.affix {
  /*position: fixed !important;*/
  position: fixed;
  z-index: 99 !important;
}

/* non-responsive/old page adjustments */
#content li:before {
  content: "";
}

@media print {
  a[href]:after {
    content: none !important;
  }
}
/*
 * Layout
 */
.wrapper {
  width: 100%;
  min-width: 980px;
  overflow: hidden;
}

.main-header {
  width: 100%;
  height: 110px;
  position: relative;
  z-index: 5999;
}

.wrapper {
  min-width: 320px;
}

.main-header {
  height: 65px;
}

@media (min-width: 768px) {
  .main-header {
    height: 110px;
  }
}
.main-footer {
  position: relative;
  z-index: 80;
}

/*
 * Preserving consistency with existing 980 width
 * Can drop once the entire site become responsive
 */
.container-980 {
  *zoom: 1;
  max-width: 980px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
.container-980:after {
  content: "";
  display: table;
  clear: both;
}

.container-1200 {
  *zoom: 1;
  max-width: 1200px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
.container-1200:after {
  content: "";
  display: table;
  clear: both;
}


/* ----------------------------------------------------------------------------
 * Desktop & Tablet
 */
.main-header {
  background-color: #fff;
  font-size: 14px;
}
.main-header .overlay {
  background-color: #d4d8da;
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 65px;
  z-index: 9;
}

.hkbn-logo {
  width: 96px;
  line-height: 0;
  margin: 0;
  position: absolute;
  left: 20px;
  top: 20px;
}

.btn-full-menu {
  display: none;
}

/* 
 * .top-menu is the wrapper of .site-menu and .tool-menu
 * consists of site links, search and language link
 */
.top-menu {
  position: absolute;
  right: 10px;
  top: 10px;
}
.top-menu a {
  color: #999;
}
.top-menu .current a {
  color: #666;
  font-weight: bold;
}

.site-menu {
  float: left;
  margin-right: 25px;
}
.site-menu ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
.site-menu ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.site-menu ul li:first-child {
  padding-left: 0;
}
.site-menu ul li:last-child {
  padding-right: 0;
}
.site-menu ul li.last {
  padding-right: 0;
}

.tool-menu {
  float: left;
}
.tool-menu > ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
.tool-menu > ul > li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.tool-menu > ul > li:first-child {
  padding-left: 0;
}
.tool-menu > ul > li:last-child {
  padding-right: 0;
}
.tool-menu > ul > li.last {
  padding-right: 0;
}

.en #language-link,
.en .language-link {
  font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}

.tc #language-link,
.tc .language-link {
  font-family: Arial, Helvetica, "Microsoft JhengHei", sans-serif;
}

#search {
  margin: 0;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
}
#search #q {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f68a33;
  width: 20px;
  height: 21px;
  float: left;
  line-height: 21px;
  text-align: right;
  text-indent: 5px;
  opacity: 0;
  padding-right: 21px;
  position: relative;
  visibility: hidden;
  z-index: 1;
}
@media (min-width: 768px) {
  #search #q {
    -moz-transition-property: width;
    -o-transition-property: width;
    -webkit-transition-property: width;
    transition-property: width;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
}
#search #search-submit {
  background-color: transparent;
  border: none;
  color: #666;
  cursor: pointer;
  width: 17px;
  height: 17px;
  float: left;
  font-size: 17px;
  line-height: 17px;
  margin: 2px 0 0 -19px;
  padding: 0;
  position: relative;
  z-index: 2;
}
#search.expanded #q {
  width: 150px;
  opacity: 1;
  visibility: visible;
}
#search.expanded #search-submit {
  color: #f68a33;
}

/* 
 * .main-menu
 */
.main-menu {
  float: right;
  margin-top: 50px;
  /* Drop Menu & Mega Menu Container */
}
.main-menu a .fa-chevron-right {
  font-size: .8em;
}
.main-menu > ul {
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  *zoom: 1;
  /* Top level menu items */
}
.main-menu > ul:after {
  content: "";
  display: table;
  clear: both;
}
.main-menu > ul > li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  white-space: normal;
}
.main-menu > ul > li:first-child {
  padding-left: 0;
}
.main-menu > ul > li:last-child {
  padding-right: 0;
}
.main-menu > ul > li.last {
  padding-right: 0;
}
.main-menu > ul > li > a {
  background: #fff;
  color: #005288;
  display: block;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  padding: 0 20px;
}
.main-menu > ul > li > a span {
  display: inline-block;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  padding-top: 8px;
  padding-bottom: 8px;
}
.main-menu > ul > li.current > a {
  color: #f68a33;
}
.main-menu > ul > li.current > a span {
  border-bottom: 5px solid #f68a33;
  padding-bottom: 3px;
}
.main-menu #index-link {
  display: none;
}
.main-menu #signup-link a,
.main-menu #renew-link a {
  background-color: #f68a33;
  color: #fff;
  text-align: center;
  height: 50px;
}
.main-menu #signup-link a:hover,
.main-menu #renew-link a:hover {
  color: #005288;
}
.main-menu .btn-dropmenu, .main-menu .btn-megamenu {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.main-menu .dropmenu, .main-menu .megamenu {
  visibility: hidden;
  opacity: 0;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.main-menu .dropmenu > ul, .main-menu .dropmenu > div, .main-menu .megamenu > ul, .main-menu .megamenu > div {
  background-color: #fff;
  border-top: 10px solid #005288;
  box-sizing: border-box;
  padding: 10px 10px 20px 10px;
  *zoom: 1;
  -moz-box-shadow: rgba(153, 153, 153, 0.5) 1px 1px 3px;
  -webkit-box-shadow: rgba(153, 153, 153, 0.5) 1px 1px 3px;
  box-shadow: rgba(153, 153, 153, 0.5) 1px 1px 3px;
}
.main-menu .dropmenu > ul:after, .main-menu .dropmenu > div:after, .main-menu .megamenu > ul:after, .main-menu .megamenu > div:after {
  content: "";
  display: table;
  clear: both;
}

.dropmenu-group {
  position: relative;
}
.dropmenu-group .dropmenu {
  min-width: 100%;
  padding-right: 10px;
  position: absolute;
  left: 5px;
  top: 60px;
}
.dropmenu-group .dropmenu > ul {
  padding-bottom: 10px;
}
.dropmenu-group .dropmenu > ul li {
  line-height: 3em;
  white-space: nowrap;
}
.dropmenu-group .dropmenu > ul li a {
  font-size: 16px;
  color: #005288;
}
.dropmenu-group .dropmenu > ul li a .fa-chevron-right {
  color: #005288;
  margin-left: .5em;
}
.dropmenu-group:last-child .dropmenu {
  left: auto;
  right: -10px;
}

.megamenu-group #solutions-menu > div {
  padding-top: 0;
}
.megamenu-group .megamenu {
  background: #ebf0f2 url(/images/3.0/submenu-bg.png) 0 10px repeat-x;
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  padding-bottom: 15px;
}
.megamenu-group .megamenu > div {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
}
.megamenu-group .megamenu > div > div.row {
  margin: 0;
}
.megamenu-group .megamenu > div > div.row > div {
  padding: 0;
}
.megamenu-group .megamenu > div > div.row > div > ul > li > a {
  margin: 10px 10px 0;
  display: block;
  font-size: 18px;
  white-space: nowrap;
}
.megamenu-group .megamenu > div > div.row > div > ul > li > a .menu-icon {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 40px;
  margin-right: -40px;
}
.megamenu-group .megamenu > div > div.row > div > ul > li > a .menu-icon + span {
  display: inline-block;
  white-space: normal;
  margin-left: 45px;
  line-height: 20px;
  vertical-align: middle;
}
.megamenu-group .megamenu > div > div.row > div > ul > li ul li a {
  color: #005288;
}
.megamenu-group .megamenu > div > div.row > div > ul > li ul li a i {
  color: #005288;
  margin-left: 5px;
}
.megamenu-group .megamenu .fa-angle-right {
  display: none;
}

.services-link .megamenu .col-sm-3 {
  width: 20%;
}

.expandable {
  position: relative;
}
.expandable .fa-angle-down {
  display: none;
}
.expandable.expanded > a .fa-angle-down:before {
  content: "\f106";
}

/* ----------------------------------------------------------------------------
 * Mouse Over Effect
 */
.notouch .main-menu > ul > li:hover > a, .desktop .main-menu > ul > li:hover > a {
  background-color: #005288;
  color: #fff;
}
.notouch .main-menu > ul > li:hover > a.btn-dropmenu, .notouch .main-menu > ul > li:hover > a.btn-megamenu, .desktop .main-menu > ul > li:hover > a.btn-dropmenu, .desktop .main-menu > ul > li:hover > a.btn-megamenu {
  height: 60px;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.notouch .main-menu > ul > li:hover > .dropmenu, .notouch .main-menu > ul > li:hover > .megamenu, .desktop .main-menu > ul > li:hover > .dropmenu, .desktop .main-menu > ul > li:hover > .megamenu {
  visibility: visible;
  opacity: 1;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.notouch .main-menu > ul > li:hover ul a:hover, .desktop .main-menu > ul > li:hover ul a:hover {
  color: #f68a33;
}
.notouch .main-menu > ul > li:hover ul a:hover img, .desktop .main-menu > ul > li:hover ul a:hover img {
  background-color: #f68a33;
}
.notouch .main-menu > ul > li:hover ul a:hover i, .desktop .main-menu > ul > li:hover ul a:hover i {
  color: #f68a33;
}
.notouch .main-menu > ul > li.current:hover > a, .desktop .main-menu > ul > li.current:hover > a {
  color: #f68a33;
}

/* ----------------------------------------------------------------------------
 * Tablet
 */
@media (max-width: 991px) {
  .services-link .megamenu .col-sm-3 > a {
    height: 90px;
  }
  .services-link .megamenu .col-sm-3 > a img {
    display: block;
  }
  .services-link .megamenu .col-sm-3 > a span {
    margin-left: 0;
  }
}

.main-banner .slide-buttons {
  position: absolute;
  z-index: 10;
  white-space: nowrap;
  text-align: center;
}

.main-banner .slide-buttons-center {
  left: 0;
  top: 90px;
  /* width: 100%;*/
}

.main-banner .slide-buttons-center.slide-buttons-iphonexs {
  top: 300px;
  left:10px;
}

.main-banner .slide-buttons-center.slide-buttons-iphone8 {
  top: 300px;
  left:310px;
}

.main-banner .slide-buttons-center.slide-buttons-iphonex {
  top: 250px;
  left:800px;
}

.main-banner .slide-buttons-center.slide-buttons-gphone {
  top: 250px;
  left:-125px;
}

.main-banner .slide-buttons-center.slide-buttons-iphone11pro {
  top: 250px;
  left:80px;
  text-align:left;
}

.main-banner .slide-buttons-center.slide-buttons-iphonese {
  top: 280px;
  left:19%;
  text-align:left;
}

.main-banner .slide-buttons-center.slide-buttons-dbp {
  top: 230px;
  left:43%;
  text-align:left;
}

.main-banner .slide-buttons-center.slide-buttons-iphone11 {
  top: 250px;
  left:30px;
  text-align:left;
}

.main-banner .slide-buttons-center.slide-buttons-ipad {
  top: 230px;
  left:61%;
  text-align:left;
}

/* ----------------------------------------------------------------------------
 * Mobile
 */
@media (max-width: 767px) {
  .main-banner .slide-buttons-center.slide-buttons-ipad img{
	max-width:95px;
  }	
  .main-banner .slide-buttons-center.slide-buttons-ipad {
	width: 60%;
	top: 83px;
	left:38%;
	text-align:center;
  }
	
	
  .main-banner .slide-buttons-center.slide-buttons-dbp img{
	max-width:95px;
  }	
  .main-banner .slide-buttons-center.slide-buttons-dbp {
	width: 60%;
	top: 153px;
	left:20%;
	text-align:center;
  }
	
	
  .main-banner .slide-buttons-right, .main-banner .slide-buttons-center {
    width: 100%;
    text-align: center;
    margin-left: 0;
    left: 0;
    top: 65px;
  }
  
  .main-banner .slide-buttons-center.slide-buttons-iphone11 img{
	max-width:95px;
  }	
  .main-banner .slide-buttons-center.slide-buttons-iphone11 {
	top: 60px;
	left:60px;
	width:70%;
	text-align:center;
  }
  
  .main-banner .slide-buttons-center.slide-buttons-iphone11pro img{
	max-width:95px;
  }	
  .main-banner .slide-buttons-center.slide-buttons-iphone11pro {
	top: 150px;
	left:30px;
  }
  
  .main-banner .slide-buttons-center.slide-buttons-iphonese img{
	max-width:95px;
  }	
  .main-banner .slide-buttons-center.slide-buttons-iphonese {
	width: 60%;
	top: 120px;
	left:2%;
	text-align:center;
  }
  
  .main-banner .slide-buttons-center.slide-buttons-iphonexs img{
	max-width:95px;
  }	
  
  .main-banner .slide-buttons-center.slide-buttons-iphonexs {
	left:10px;
    top: 183px;
  }	
	
  .main-banner .slide-buttons-center.slide-buttons-iphone8 img{
	max-width:75px;
  }	
  
  .main-banner .slide-buttons-center.slide-buttons-iphone8 {
	left:102px;
    top: 183px;
  }	

  .main-banner .slide-buttons-center.slide-buttons-iphonex {
	top: 160px;
	left:250px;
  }
  .main-banner .slide-buttons-center.slide-buttons-iphonex img{
	max-width:95px;
  }
  
   .main-banner .slide-buttons-center.slide-buttons-gphone img{
	max-width:145px;
  }	
  
  .main-banner .slide-buttons-center.slide-buttons-gphone {
	left:2px;
    top: 173px;
  }	
	
  .main-header {
    border-bottom: 2px solid #005288;
  }
  .main-header .container-980 {
    padding: 0;
  }

  .hkbn-logo {
    width: 56px;
    left: 12px;
    top: 12px;
  }

  .btn-full-menu {
    background: url(/images/3.0/btn-full-menu.png) center center no-repeat;
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .full-menu {
    background-color: #fff;
    display: none;
    width: 100%;
    position: absolute;
    top: 65px;
    z-index: 10;
  }

  .expanded #btn-full-menu {
    background-image: url(/images/3.0/btn-close-orange.png);
  }
  .expanded .full-menu {
    display: block;
  }
  .expanded .overlay {
    display: block;
  }

  .top-menu {
    position: static;
    right: auto;
    top: auto;
  }

  .site-menu {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 5px;
  }
  .site-menu ul li {
    float: none;
    margin: 0;
    padding: 0;
  }
  .site-menu a {
    background-color: #999;
    color: #fff !important;
    display: block;
    height: 40px;
    font-weight: normal !important;
    font-size: 18px;
    line-height: 20px;
    margin: 1px 0;
    padding: 10px;
  }

  .tool-menu {
    float: none;
    height: 40px;
  }
  .tool-menu a {
    color: #005288;
    display: block;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }

  #language-link, .language-link {
    float: left;
    text-align: center;
    width: 10%;
    position: relative;
    z-index: 15;
  }

  #search-link {
    float: left;
    position: relative;
    right: 0;
    width: 80%;
    padding-left: 10px;
    z-index: 10;
  }

  #search #q {
    border: 1px solid #fff;
    background-color: #fff;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    opacity: 1;
    padding-right: 40px;
    visibility: visible;
  }
  #search #search-submit {
    color: #005288;
    font-size: 24px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    margin: 6px 0 0 -32px;
  }

  .main-menu {
    background-color: #fff;
    clear: both;
    float: none;
    margin-top: 0;
    padding-top: 1px;
    padding-bottom: 123px;
    border-bottom: 5px solid #d4d8da;
  }
  .main-menu li {
    clear: both;
    float: none;
  }
  .main-menu li a {
    display: block;
    font-weight: normal;
  }
  .main-menu > ul > li {
    max-width: none !important;
    padding: 0;
    position: relative;
    float: none;
  }
  .main-menu > ul > li:first-child > a {
    margin-top: 0;
  }
  .main-menu > ul > li > a {
    background-color: #fff;
    border: 0 !important;
    font-size: 18px;
    font-weight: normal;
    height: 40px;
    line-height: 20px !important;
    margin: 1px 0 0 0;
    padding: 10px 10px 10px 45px;
  }
  .main-menu > ul > li > a span {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .main-menu > ul > li > a img {
    background-color: #005288;
    display: block !important;
    width: 32px !important;
    height: 32px !important;
    position: absolute;
    left: 10px;
    top: 4px;
  }
  .main-menu > ul > li > a .menu-icon {
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    position: absolute;
    left: 2px;
    top: 0;
  }
  .main-menu > ul > li.current > a {
    color: #005288;
  }
  .main-menu > ul > li.uncollapsible > a {
    background-color: #d4d8da;
    color: #666;
    font-weight: bold;
    padding-left: 10px;
  }
  .main-menu #index-link {
    display: block;
  }
  .main-menu #signup-link, .main-menu #renew-link {
    float: left;
    clear: none;
    width: 50%;
    border-bottom: 1px solid #d4d8da;
  }
  .main-menu #signup-link a, .main-menu #renew-link a {
    display: block;
    height: 50px;
    line-height: 30px !important;
    text-align: center;
    margin: 0;
    padding: 10px 20px;
  }
  .main-menu #signup-link {
    border-right: 1px solid #d4d8da;
  }
  .main-menu .dropmenu, .main-menu .megamenu, .main-menu .dropmenu-group:last-child .dropmenu {
    background: transparent;
    width: 100%;
    opacity: 1;
    padding: 0;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    visibility: visible;
  }
  .main-menu .dropmenu > ul, .main-menu .dropmenu > div, .main-menu .megamenu > ul, .main-menu .megamenu > div, .main-menu .dropmenu-group:last-child .dropmenu > ul, .main-menu .dropmenu-group:last-child .dropmenu > div {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .main-menu .dropmenu > ul > li, .main-menu .dropmenu > ul > div.row div, .main-menu .dropmenu > div > li, .main-menu .dropmenu > div > div.row div, .main-menu .megamenu > ul > li, .main-menu .megamenu > ul > div.row div, .main-menu .megamenu > div > li, .main-menu .megamenu > div > div.row div, .main-menu .dropmenu-group:last-child .dropmenu > ul > li, .main-menu .dropmenu-group:last-child .dropmenu > ul > div.row div, .main-menu .dropmenu-group:last-child .dropmenu > div > li, .main-menu .dropmenu-group:last-child .dropmenu > div > div.row div {
    padding: 0;
  }
  .main-menu .dropmenu > ul > li > a, .main-menu .dropmenu > ul > div.row div > ul > li > a, .main-menu .dropmenu > div > li > a, .main-menu .dropmenu > div > div.row div > ul > li > a, .main-menu .megamenu > ul > li > a, .main-menu .megamenu > ul > div.row div > ul > li > a, .main-menu .megamenu > div > li > a, .main-menu .megamenu > div > div.row div > ul > li > a, .main-menu .dropmenu-group:last-child .dropmenu > ul > li > a, .main-menu .dropmenu-group:last-child .dropmenu > ul > div.row div > ul > li > a, .main-menu .dropmenu-group:last-child .dropmenu > div > li > a, .main-menu .dropmenu-group:last-child .dropmenu > div > div.row div > ul > li > a {
    height: 40px;
    margin: 1px 0 0 0;
  }

  .dropmenu-group .dropmenu > ul li a {
    background-color: #fff;
    padding-left: 10px;
  }

  .megamenu-group .megamenu ul > li > a {
    background-color: #fff;
    border: 0 !important;
    font-size: 18px;
    font-weight: normal;
    height: 40px;
    line-height: 20px !important;
    margin: 1px 0 0 0;
    padding: 10px 10px 10px 45px;
  }
  .megamenu-group .megamenu ul > li > a span {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .megamenu-group .megamenu ul > li > a img {
    background-color: #005288;
    display: block !important;
    width: 32px !important;
    height: 32px !important;
    position: absolute;
    left: 10px;
    top: 4px;
  }
  .megamenu-group .megamenu ul > li > a .menu-icon {
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    position: absolute;
    left: 2px;
    top: 0;
  }
  .megamenu-group .no-child > ul > li {
    background-color: #fff;
    margin: -1px 0 0 0;
    padding: 0 10px 10px 10px;
  }
  .megamenu-group .no-child .fa-angle-right {
    display: block;
    float: right;
    font-size: 30px;
    line-height: 20px;
    padding-right: 5px;
  }

  .services-link .megamenu .col-sm-3 {
    width: auto;
  }

  .expandable li {
    line-height: 20px !important;
    margin: 0;
  }
  .expandable a {
    margin: 1px 0;
  }
  .expandable > a {
    background-color: #fff;
    border: 0 !important;
    font-size: 18px;
    font-weight: normal;
    height: 40px;
    line-height: 20px !important;
    margin: 1px 0 0 0;
    padding: 10px 10px 10px 45px;
  }
  .expandable > a span {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .expandable > a img {
    background-color: #005288;
    display: block !important;
    width: 32px !important;
    height: 32px !important;
    position: absolute;
    left: 10px;
    top: 4px;
  }
  .expandable > a .menu-icon {
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    position: absolute;
    left: 2px;
    top: 0;
  }
  .expandable .fa-angle-down {
    display: block;
    float: right;
    font-size: 30px;
    line-height: 20px;
  }
  .expandable ul {
    background-color: #fff !important;
    display: none;
    padding: 10px 0 !important;
  }
  .expandable ul li a {
    color: #666;
    font-size: 14px !important;
    padding: 5px !important;
    height: 36px !important;
  }
  .expandable ul li a .fa-chevron-right {
    color: #666;
  }
  .expandable.expanded ul {
    display: block;
    height: auto;
  }
  .expandable.expanded > a .fa-angle-down:before {
    content: "\f106";
  }

  /* ----------------------------------------------------------------------------
   * Mouse Over Effect
   */
  .notouch .main-menu > ul > li:hover > a, .desktop .main-menu > ul > li:hover > a {
    background-color: #fff;
    color: #f68a33;
    height: 40px;
  }
  .notouch .main-menu > ul > li:hover > a img, .desktop .main-menu > ul > li:hover > a img {
    background-color: #f68a33;
  }
  .notouch .main-menu > ul > li.current > a:hover, .desktop .main-menu > ul > li.current > a:hover {
    color: #f68a33;
  }
  .notouch .main-menu > ul > li.uncollapsible > a, .desktop .main-menu > ul > li.uncollapsible > a {
    background-color: #d4d8da;
    color: #666;
    height: 40px !important;
  }
}
/* 
 * .main-footer
 */
.main-footer {
  font-size: 14px;
  margin-top: 70px;
}
.main-footer p {
  margin-bottom: 0.8em;
}
.main-footer .menu {
  padding-left: 0;
}
.main-footer .btn-top-placeholder, .main-footer .btn-top {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}
.main-footer .btn-top-placeholder {
  position: absolute;
  right: 15px;
  top: -55px;
  z-index: 100;
}
.main-footer .btn-top {
  background-color: #999;
  color: #fff !important;
  font-size: 32px;
  text-align: center;
  line-height: 36px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.main-footer .btn-top i.fa {
  margin: 0;
}
.main-footer .fixed-bottom .btn-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99;
}
.main-footer h2 {
  color: #666;
  font-size: 24px;
  margin: 10px 0;
}
.main-footer .wrapper {
  background-color: #d4d8da;
}
.main-footer .wrapper .container-980 {
  padding: 30px 10px 25px;
  margin: 0 auto;
}
.main-footer .wrapper .content {
  overflow: hidden;
  *zoom: 1;
}
.main-footer .wrapper a {
  color: #666;
  line-height: 30px;
  font-size: 13px;
}
.main-footer .socialmedia-menu {
  position: absolute;
  right: 180px;
  bottom: 25px;
}
.main-footer .socialmedia-menu ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
.main-footer .socialmedia-menu li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.main-footer .socialmedia-menu li:first-child {
  padding-left: 0;
}
.main-footer .socialmedia-menu li:last-child {
  padding-right: 0;
}
.main-footer .socialmedia-menu li.last {
  padding-right: 0;
}
.main-footer .socialmedia-menu li a {
  font-size: 32px;
}
.main-footer .socialmedia-menu li a span {
  display: none;
}
.main-footer .caringcompany-logo {
  position: absolute;
  right: 10px;
  bottom: 25px;
}
.main-footer .container-980 {
  padding: 10px 10px 30px;
}

/* Mobile Footer */
@media (max-width: 767px) {
  .responsive .main-footer .container-980, .responsive .main-footer .wrapper .container-980 {
    padding-left: 25px;
  }
  .responsive .main-footer .menu {
    margin: 0 0 30px;
  }
  .responsive .main-footer .socialmedia-menu, .responsive .main-footer .caringcompany-logo {
    position: relative;
    right: auto;
    bottom: auto;
  }
}
/*
 * Modules:
 * submenu, card, link-horizontal
 */
.iframe-container {
  width: 100%;
  margin: 0;
  padding: 0 0 100% 0;
  height: 0;
  position: relative;
}
.iframe-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  .iframe-container {
    padding: 0 0 70% 0;
  }
}
.card-filter-wrapper {
  padding-top: 20px;
}
.card-filter-wrapper .dropdown {
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
}
.card-filter-wrapper .filter {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  max-width: 640px;
}
.card-filter-wrapper .filter li {
  border-bottom: 1px solid #d4d8da;
  color: #005288;
  cursor: pointer;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  margin: 0 10px !important;
}
.card-filter-wrapper .filter li.active {
  color: #f68a33;
}
.card-filter-wrapper #filter-label {
  position: relative;
  background-color: #fff;
  border: 1px solid #005288;
  color: #005288;
  font-size: 18px;
  line-height: 40px;
  width: 100%;
  height: 40px;
  padding: 0;
}
.card-filter-wrapper #filter-label i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  font-size: 14px;
}
.card-filter-wrapper article {
  padding-bottom: 10px;
  padding-top: 10px;
}
.card-filter-wrapper .card {
  border: 1px solid #e9ebec;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .card-filter-wrapper .dropdown {
    max-width: inherit;
  }
  .card-filter-wrapper #filter-label {
    display: none;
  }
  .card-filter-wrapper .filter {
    background: transparent;
    border: 0;
    display: block;
    box-shadow: none;
    float: none;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
  }
  .card-filter-wrapper .filter li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    border: none;
    margin: 5px 20px;
    padding: 0;
    float: none;
  }
  .card-filter-wrapper .filter li:hover {
    color: #f68a33;
  }
  .card-filter-wrapper .filter li.active {
    border-bottom: 5px solid #f68a33;
  }
}
.tabs-default .nav-tabs {
  border: 0;
}
.tabs-default .nav-tabs li {
  margin: 0;
}
.tabs-default .nav-tabs li a, .tabs-default .nav-tabs li a:hover, .tabs-default .nav-tabs li a:focus, .tabs-default .nav-tabs li.active a, .tabs-default .nav-tabs li.active a:hover, .tabs-default .nav-tabs li.active a:focus {
  border: 0;
}
.tabs-default .nav-tabs li a {
  background-color: #d4d8da;
  display: block;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  padding: 0 5px;
}
.tabs-default .nav-tabs li a span {
  display: inline-block;
  line-height: 1.1;
  vertical-align: middle;
}
.tabs-default .nav-tabs li:last-child a {
  margin: 0;
}
.tabs-default .nav-tabs li.active a {
  color: #f68a33;
  background-color: #ebf0f2;
}
.tabs-default .tab-pane {
  background-color: #ebf0f2;
  padding: 20px;
}

#footer-shortcuts {
  padding-bottom: 0;
}

.footer-shortcuts > ul > li {
  display: block;
  margin: 15px;
  padding: 0;
}
.footer-shortcuts > ul > li .shortcut-icon {
  width: 50px;
  text-align: center;
  float: left;
}
.footer-shortcuts > ul > li .shortcut-icon img {
  margin: 0;
}
.footer-shortcuts > ul > li .shortcut-icon + h3 {
  display: block;
  font-weight: bold;
  margin-left: 60px;
  margin-top: 8px;
  margin-bottom: 5px;
}
.footer-shortcuts > ul > li .shortcut-icon + h3 .fa-chevron-right {
  color: #f68a33;
}
.footer-shortcuts > ul > li .remarks {
  line-height: 1.2;
  width: 120px;
  margin-left: 60px;
}
.footer-shortcuts > ul > li:before {
  content: "";
}
@media (min-width: 768px) {
  .footer-shortcuts > ul > li {
    display: inline-block;
    vertical-align: top;
  }
}

.related-links hr {
  border-top: 1px solid #999;
  margin: 10px 0;
}
.related-links .link-wrapper {
  padding: 20px 10px;
}
.related-links a {
  font-size: 18px;
  line-height: 1.1;
}
.related-links .fa {
  font-size: 32px;
  color: #666;
  margin-right: .2em;
  vertical-align: middle;
  width: 1em;
  text-align: center;
}

.en .menu-solutions-cat-voice {
	/*height: 40px;*/
	height: auto;
	margin-bottom:0px;
}
.tc .menu-solutions-cat-voice {
	height: auto;
	margin-bottom:0px;
}
.sc .menu-solutions-cat-voice {
	height: auto;
	margin-bottom:0px;
}

.en .menu-solutions-cat-data {
	height: auto;
	margin-bottom:0px;
}
.tc .menu-solutions-cat-data {
	height: auto;
}
.sc .menu-solutions-cat-data {
	height: auto;
}
.en .menu-solutions-cat-security {
	height: auto;
  }
.tc .menu-solutions-cat-security {
	height: auto;
}
.sc .menu-solutions-cat-security {
	height: auto;
}

.en .menu-solutions-cat-si {
	height: auto;
  }
.tc .menu-solutions-cat-si {
	height: auto;
}
.sc .menu-solutions-cat-si {
	height: auto;
}

.menu-layout{
	display: contents !important;
}

@media (min-width: 768px) {
  .menu-layout{
	display: contents !important;
  }
	
  .en .menu-solutions-cat-voice {
	height:310px;
	margin-bottom:20px;
  }
  .tc .menu-solutions-cat-voice {
	height:310px;
	margin-bottom:20px;
  }
  .sc .menu-solutions-cat-voice {
	height:310px;
	margin-bottom:20px;
  }
  
  .en .menu-solutions-cat-data {
	height:320px;
	margin-bottom:20px;
  }
  .tc .menu-solutions-cat-data {
	height:290px;
	margin-bottom:20px;
  }
  .sc .menu-solutions-cat-data {
	height:310px;
	margin-bottom:20px;
  }
  
  .en .menu-solutions-cat-security {
	height:150px;
  }
  .tc .menu-solutions-cat-security {
	height:150px;
  }
  .sc .menu-solutions-cat-security {
	height:150px;
  }
  
  .en .menu-solutions-cat-si {
	height:220px;
	margin-bottom:20px;
  }
  .tc .menu-solutions-cat-si {
	height:220px;
	margin-bottom:20px;
  }
  .sc .menu-solutions-cat-si {
	height:220px;
	margin-bottom:20px;
  }


  .related-links .link-wrapper {
    text-align: center;
    border-left: 1px solid #999;
  }
  .related-links div[class^="col-"]:first-child .link-wrapper {
    border-left-width: 0;
  }
}

.notouch .related-links a:hover .fa, .desktop .related-links a:hover .fa {
  color: #f68a33;
}

.sharing-toolbox {
  padding-top: 10px;
}
.sharing-toolbox h5 {
  float: left;
  margin: 0 5px 0 0;
  color: #666;
  line-height: 31px;
}

.addthis_toolbox .at-icon-wrapper {
  width: 31px !important;
  height: 31px !important;
  line-height: 31px !important;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.addthis_toolbox .at-icon-wrapper .at-icon {
  width: 21px !important;
  height: 21px !important;
  margin: 5px;
}
.addthis_toolbox .addthis_button_linkedin .at-icon-wrapper {
  background-color: #89c2e4 !important;
}
.addthis_toolbox .addthis_button_facebook .at-icon-wrapper {
  background-color: #a9bdde !important;
}
.addthis_toolbox .addthis_button_email .at-icon-wrapper {
  background-color: #80a9c4 !important;
}

.fancybox-wrap .addthis_toolbox {
  height: 10px;
}

.desktop .addthis_button_linkedin .at-icon-wrapper:hover, .notouch .addthis_button_linkedin .at-icon-wrapper:hover {
  background-color: #007bb6 !important;
}
.desktop .addthis_button_facebook .at-icon-wrapper:hover, .notouch .addthis_button_facebook .at-icon-wrapper:hover {
  background-color: #3b5998 !important;
}
.desktop .addthis_button_email .at-icon-wrapper:hover, .notouch .addthis_button_email .at-icon-wrapper:hover {
  background-color: #005288 !important;
}

section.sharing-toolbox {
  background-color: #ebf0f2;
}
section.sharing-toolbox .container-980 {
  padding: 15px 10px 10px 10px;
}

section.sharing-toolbox + #footer {
  margin-top: 0;
}

.revealable .revealable-hidden {
  display: none;
}
.revealable .readmore {
  cursor: pointer;
  color: #005288;
  display: block;
  float: left;
  clear: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.revealable .readmore .readmore-more {
  display: inline;
}
.revealable .readmore .readmore-less {
  display: none;
}
.revealable .readmore .fa-chevron-down {
  width: 30px;
  height: 30px;
  line-height: 31px;
  text-align: center;
  border-radius: 50%;
  background-color: #ebf0f2;
  color: #f68a33;
  margin-left: 5px;
}
.revealable.reveal .revealable-hidden {
  display: block;
}
.revealable.reveal .readmore .readmore-more {
  display: none;
}
.revealable.reveal .readmore .readmore-less {
  display: inline;
}
.revealable.reveal .readmore .fa-chevron-down {
  line-height: 27px;
}
.revealable.reveal .readmore i:before {
  content: '\f077';
}

.embedded-video {
  width: 100%;
  max-width: 720px;
  margin: 10px auto;
}

.embedded-video .player {
  position: relative;
}

.embedded-video .player:after {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

.embedded-video .player iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.embedded-video.video-640x480 {
  max-width: 640px;
}

.embedded-video.video-640x480 .player:after {
  padding-bottom: 75%;
}

#eqn a {
  background-color: #f68a33;
  color: #fff;
}

#eqn a:hover {
  color: #005288;
}
