/*
 * 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: 20px;
}

.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;
}

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

:focus {
  outline: 0;
}

a:hover, a:focus {
  color: #005288;
}

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

h2 {
  color: #005288;
  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: none;
  margin: 15px 0;
  padding: 0;
}

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

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

.main-body ul > li {
  margin: 0;
  padding: 0 10px 0 30px;
  position: relative;
  text-align: left;
}
.main-body ul > li:before {
  color: #f68a33;
  font: normal normal normal 7px/1 FontAwesome;
  content: "\f111";
  margin-top: -4px;
  margin-right: 5px;
  position: absolute;
  left: 15px;
  top: 50%;
}
.main-body ul > li > ul {
  margin: 1;
}

/* 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;
}
nav ul > li:before, *[class*="menu"] ul > li:before,
.ui-tabs > ul > li:before, .download > ul > li:before,
#breadcrumb ul > li:before, ul.row > li:before, ul.list > li:before {
  content: "";
}

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.text-blue, .notouch a:hover .fa-chevron-right.text-blue {
  color: #f68a33 !important;
}
.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: #005288;
  background-color: #d4d8da;
  border-color: #d4d8da;
}
.btn-grey i,
.btn-grey:focus i,
.btn-grey.focus i {
  color: #005288;
}

.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 {
  color: #f68a33;
}
.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: #f68a33;
}

.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: #666;
}

.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.8;
  -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;
}

@media (min-width: 768px) {
  .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;
  z-index: 99 !important;
}

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

/*
 * Layout
 */
.wrapper {
  width: 100%;
  min-width: 980px;
  overflow: hidden;
}

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

.responsive .wrapper {
  min-width: 320px;
}
.responsive .main-header {
  height: 65px;
}

@media (min-width: 768px) {
  .responsive .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;
}

/* ----------------------------------------------------------------------------
 * 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 {
  font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}

.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;
}

/* ----------------------------------------------------------------------------
 * Mobile
 */
@media (max-width: 767px) {
  .responsive .main-header {
    border-bottom: 2px solid #005288;
  }
  .responsive .main-header .container-980 {
    padding: 0;
  }
  .responsive .hkbn-logo {
    width: 56px;
    left: 12px;
    top: 12px;
  }
  .responsive .btn-full-menu {
    background: url(/new/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;
  }
  .responsive .full-menu {
    background-color: #fff;
    display: none;
    width: 100%;
    position: absolute;
    top: 65px;
    z-index: 10;
  }
  .responsive .expanded #btn-full-menu {
    background-image: url(/new/images/3.0/btn-close-orange.png);
  }
  .responsive .expanded .full-menu {
    display: block;
  }
  .responsive .expanded .overlay {
    display: block;
  }
  .responsive .top-menu {
    position: static;
    right: auto;
    top: auto;
  }
  .responsive .site-menu {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 5px;
  }
  .responsive .site-menu li {
    float: none;
    margin: 0;
    padding: 0;
  }
  .responsive .site-menu a {
    background-color: #999;
    color: #fff;
    display: block;
    height: 40px;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    margin: 1px 0;
    padding: 10px;
  }
  .responsive .tool-menu {
    float: none;
    height: 40px;
  }
  .responsive .tool-menu a {
    color: #005288;
    display: block;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .responsive #language-link {
    float: none;
    text-align: center;
    width: 40px;
    position: absolute;
    right: 15px;
    z-index: 15;
  }
  .responsive #search-link {
    float: none;
    position: absolute;
    right: 0;
    width: 100%;
    padding-right: 50px;
    padding-left: 10px;
    z-index: 10;
  }
  .responsive #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;
  }
  .responsive #search #search-submit {
    color: #005288;
    font-size: 24px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    margin: 6px 0 0 -32px;
  }
}
/* 
 * .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;
  }
}
/*
 * 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-menu
 */
.main-menu {
  float: right;
  margin-top: 50px;
}
.main-menu a .fa-chevron-right {
  font-size: .8em;
}
.main-menu > ul {
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  *zoom: 1;
}
.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 .megamenu > ul {
  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 .megamenu > ul: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 .megamenu {
  background: #ebf0f2 url(/new/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 > ul {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
}
.megamenu-group .megamenu > ul > li > a {
  border-bottom: #d4d8da 10px solid;
  margin: 0 10px 10px;
  display: block;
  height: 50px;
  font-size: 18px;
  white-space: nowrap;
}
.megamenu-group .megamenu > ul > li > a img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-color: #005288;
  width: 40px;
  margin-right: -40px;
}
.megamenu-group .megamenu > ul > li > a img + span {
  display: inline-block;
  white-space: normal;
  margin-left: 45px;
  line-height: 20px;
  vertical-align: middle;
}
.megamenu-group .megamenu > ul > li ul li {
  margin: 5px 5px 5px 15px;
}
.megamenu-group .megamenu > ul > li ul li a {
  color: #666;
}
.megamenu-group .megamenu > ul > li ul li a i {
  color: #666;
  margin-left: 5px;
}
.megamenu-group .megamenu .fa-angle-right {
  display: none;
}

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

.expandable {
  position: relative;
}
.expandable i.fa-angle-down {
  display: none;
}

/* ----------------------------------------------------------------------------
 * 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;
  }
}
/* ----------------------------------------------------------------------------
 * Mobile
 */
@media (max-width: 767px) {
  .responsive {
    /* ----------------------------------------------------------------------------
     * Mouse Over Effect
     */
  }
  .responsive .main-menu {
    background-color: #d4d8da;
    clear: both;
    float: none;
    margin-top: 0;
    padding-top: 1px;
    padding-bottom: 123px;
    border-bottom: 5px solid #d4d8da;
  }
  .responsive .main-menu li {
    clear: both;
    float: none;
  }
  .responsive .main-menu li a {
    display: block;
    font-weight: normal;
  }
  .responsive .main-menu > ul > li {
    max-width: none !important;
    padding: 0;
    position: relative;
  }
  .responsive .main-menu > ul > li:first-child > a {
    margin-top: 0;
  }
  .responsive .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;
    padding: 10px 10px 10px 45px;
  }
  .responsive .main-menu > ul > li > a span {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .responsive .main-menu > ul > li > a img {
    background-color: #005288;
    display: block !important;
    width: 32px !important;
    height: 32px !important;
    position: absolute;
    left: 10px;
    top: 4px;
  }
  .responsive .main-menu > ul > li.current > a {
    color: #005288;
  }
  .responsive .main-menu > ul > li.uncollapsible > a {
    background-color: #d4d8da;
    color: #666;
    font-weight: bold;
    padding-left: 10px;
  }
  .responsive .main-menu #index-link {
    display: block;
  }
  .responsive .main-menu #signup-link, .responsive .main-menu #renew-link {
    float: left;
    clear: none;
    width: 50%;
    border-bottom: 1px solid #d4d8da;
  }
  .responsive .main-menu #signup-link a, .responsive .main-menu #renew-link a {
    display: block;
    height: 50px;
    line-height: 30px;
    text-align: center;
    margin: 0;
    padding: 10px 20px;
  }
  .responsive .main-menu #signup-link {
    border-right: 1px solid #d4d8da;
  }
  .responsive .main-menu .dropmenu, .responsive .main-menu .megamenu, .responsive .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;
  }
  .responsive .main-menu .dropmenu > ul, .responsive .main-menu .megamenu > ul, .responsive .main-menu .dropmenu-group:last-child .dropmenu > ul {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .responsive .main-menu .dropmenu > ul > li > a, .responsive .main-menu .megamenu > ul > li > a, .responsive .main-menu .dropmenu-group:last-child .dropmenu > ul > li > a {
    margin: 1px 0;
  }
  .responsive .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;
    padding: 10px 10px 10px 45px;
  }
  .responsive .megamenu-group .megamenu ul > li > a span {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .responsive .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;
  }
  .responsive .megamenu-group .no-child > ul > li {
    background-color: #fff;
    margin: -1px 0 0 0;
    padding: 0 10px 10px 10px;
  }
  .responsive .megamenu-group .no-child .fa-angle-right {
    display: block;
    float: right;
    font-size: 30px;
    line-height: 20px;
    padding-right: 5px;
  }
  .responsive .services-link .megamenu .col-sm-3 {
    width: auto;
  }
  .responsive .expandable li {
    line-height: 20px !important;
    margin: 0 !important;
  }
  .responsive .expandable a {
    margin: 1px 0;
  }
  .responsive .expandable > a {
    background-color: #fff;
    border: 0 !important;
    font-size: 18px;
    font-weight: normal;
    height: 40px;
    line-height: 20px !important;
    margin: 1px 0;
    padding: 10px 10px 10px 45px;
  }
  .responsive .expandable > a span {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .responsive .expandable > a img {
    background-color: #005288;
    display: block !important;
    width: 32px !important;
    height: 32px !important;
    position: absolute;
    left: 10px;
    top: 4px;
  }
  .responsive .expandable .fa-angle-down {
    display: block;
    float: right;
    font-size: 30px;
    line-height: 20px;
  }
  .responsive .expandable ul {
    background-color: #fff !important;
    display: none;
    padding: 10px 0 !important;
  }
  .responsive .expandable ul li a {
    color: #666;
    font-size: 14px !important;
    padding: 8px 5px 8px 45px !important;
    height: 36px !important;
  }
  .responsive .expandable ul li a .fa-chevron-right {
    color: #666;
  }
  .responsive .expandable.expanded ul {
    display: block;
    height: auto;
  }
  .responsive .expandable.expanded > a .fa-angle-down:before {
    content: "\f106";
  }
  .responsive.notouch .main-menu > ul > li:hover > a, .responsive.desktop .main-menu > ul > li:hover > a {
    background-color: #fff;
    color: #f68a33;
    height: 40px;
  }
  .responsive.notouch .main-menu > ul > li:hover > a img, .responsive.desktop .main-menu > ul > li:hover > a img {
    background-color: #f68a33;
  }
  .responsive.notouch .main-menu > ul > li.current:hover > a, .responsive.desktop .main-menu > ul > li.current:hover > a {
    color: #f68a33;
  }
  .responsive.notouch .main-menu > ul > li.uncollapsible > a, .responsive.desktop .main-menu > ul > li.uncollapsible > a {
    background-color: #d4d8da;
    color: #666;
    height: 40px;
  }
}
/*
 * Modules:
 * submenu, card, link-horizontal
 */
.submenu-placeholder {
  position: relative;
  width: 100%;
  height: 0;
  z-index: 5000;
}

#submenu {
  background: #ebf0f2 url(/new/images/3.0/submenu-bg.png) left top repeat-x;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 90;
}
#submenu .container-980 {
  padding: 0;
}
#submenu nav {
  padding: 0;
  *zoom: 1;
}
#submenu nav:after {
  content: "";
  display: table;
  clear: both;
}
#submenu nav ul {
  background: #ebf0f2 url(/new/images/3.0/submenu-bg.png) left top repeat-x;
  *zoom: 1;
}
#submenu nav ul:after {
  content: "";
  display: table;
  clear: both;
}
#submenu nav li {
  display: none;
  height: 40px;
  line-height: 40px;
  margin-left: 150px;
  padding-right: 40px;
  border-bottom: 1px solid #d4d8da;
  box-sizing: border-box;
}
#submenu nav li.current {
  display: none;
}
#submenu nav li.active {
  display: block;
}
#submenu nav li a {
  font-size: 14px;
  line-height: 40px;
  padding: 0 10px;
  display: block;
  box-sizing: border-box;
}
#submenu nav li a span {
  display: inline-block;
  line-height: 1.1em;
  vertical-align: middle;
}
#submenu nav li a .fa-chevron-right {
  font-size: .8em;
}
#submenu nav .submenu-cat {
  clear: left;
  float: left;
  font-weight: normal;
  width: 150px;
  border-right: 1px solid #d4d8da;
  margin-right: -150px;
  margin-left: 0;
  padding: 0;
}
#submenu nav .submenu-cat.current {
  display: block;
}
#submenu nav .submenu-cat a {
  white-space: normal;
  font-size: 16px;
}
#submenu nav .submenu-cat i {
  color: #005288;
  vertical-align: middle;
}
#submenu nav > i {
  color: #005288;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
#submenu.expanded nav li {
  display: block;
  padding-right: 10px;
}
#submenu.expanded nav li.default-item {
  display: none !important;
}
#submenu.expanded nav li.submenu-cat {
  width: 150px;
  padding-right: 0;
}
#submenu.expanded nav li.submenu-cat.current a, #submenu.expanded nav li.submenu-cat.current i {
  color: #f68a33;
}
#submenu.expanded nav li.submenu-cat a {
  font-size: 16px;
  line-height: 1.2em;
  padding-top: 10px;
}
#submenu.expanded nav li.submenu-children-2 {
  height: 80px;
}
#submenu.expanded nav li.submenu-children-3 {
  height: 120px;
}
#submenu.expanded nav li.submenu-children-4 {
  height: 160px;
}
#submenu.expanded nav li.submenu-children-5 {
  height: 200px;
}
#submenu.expanded nav li.submenu-children-6 {
  height: 240px;
}
#submenu.expanded nav li.submenu-children-7 {
  height: 280px;
}
#submenu.expanded nav li.submenu-children-8 {
  height: 320px;
}
#submenu.expanded nav li.submenu-children-9 {
  height: 360px;
}
#submenu.expanded nav li.submenu-children-10 {
  height: 400px;
}
#submenu.expanded nav li.active a {
  color: #f68a33;
}
#submenu.expanded nav > i:before {
  content: '\f077';
}

.parent--services #submenu.affix-top .nav > li.submenu-item-first.current {
  display: block;
}
.parent--services #submenu.affix-top .nav > li.submenu-item-first.current a {
  border-bottom: 0;
  color: #005288;
}
.parent--services #submenu.affix-top.expanded .nav > li.submenu-item-first.current a {
  color: #f68a33;
}

.desktop #submenu nav li a:hover {
  color: #f68a33 !important;
}
.desktop #submenu nav li a:hover i {
  color: #f68a33 !important;
}

.card {
  display: block;
  width: 100%;
  height: 120px;
  padding: 15px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e9ebec;
  background: #ebf0f2 url(/new/images/3.0/grid-lightgrey-bg.png) right bottom repeat-x;
  background-size: 100% 100%;
}
.card h2, .card p {
  position: relative;
  color: #666;
  line-height: 1.2em;
  margin: 0 0 12px;
  z-index: 10;
}
.card h2 {
  color: #005288;
  font-size: 22px;
  margin-right: 80px;
}
.card p {
  display: none;
}
.card .cta {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 10;
}
.card .cta a {
  color: #f68a33;
  font-size: 16px;
  font-weight: bold;
}
.card .thumb {
  position: absolute;
  right: 15px;
  bottom: 0;
  max-height: 100%;
  z-index: 5;
}

.links-horizontal ul {
  text-align: left;
}
.links-horizontal li {
  display: block;
  margin: 15px;
}
.links-horizontal a img {
  display: inline;
  vertical-align: middle;
  margin-right: 10px;
}

@media (min-width: 768px) {
  #submenu {
    height: 60px;
  }
  #submenu .t-w-50 {
    width: 50px;
  }
  #submenu .t-w-60 {
    width: 60px;
  }
  #submenu .t-w-70 {
    width: 70px;
  }
  #submenu .t-w-80 {
    width: 80px;
  }
  #submenu .t-w-90 {
    width: 90px;
  }
  #submenu .t-w-100 {
    width: 100px;
  }
  #submenu .t-w-120 {
    width: 120px;
  }
  #submenu .t-w-140 {
    width: 140px;
  }
  #submenu nav li {
    border-bottom: none;
    float: left;
    padding-left: 40px;
    padding-right: 0;
    margin-left: 0;
    line-height: 60px;
    height: 60px;
  }
  #submenu nav li.current {
    display: block;
  }
  #submenu nav li.default-item {
    display: none !important;
  }
  #submenu nav li.active a {
    border-bottom: 5px solid #f68a33;
    color: #f68a33;
    padding-top: 2.5px;
  }
  #submenu nav li a {
    display: inline-block;
    height: auto;
    font-size: 16px;
    line-height: 1.2em;
    text-align: center;
    padding: 0;
    vertical-align: middle;
    white-space: normal;
  }
  #submenu nav .submenu-cat {
    border-right: 1px solid #d4d8da;
    width: auto;
    height: 60px;
    margin: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  #submenu nav .submenu-cat a {
    font-size: 24px;
    padding: 0;
    text-align: left;
  }
  #submenu nav > i {
    display: none;
  }
  #submenu.affix {
    top: 0;
    width: 100%;
  }
  #submenu.expanded nav li {
    display: block;
    padding-left: 30px;
  }
  #submenu.expanded nav li.active a {
    border-bottom: 0;
    padding-top: 0;
  }
  #submenu.expanded nav li.submenu-cat {
    width: 220px;
    height: 60px;
    padding-left: 20px;
  }
  #submenu.expanded nav li.submenu-cat a {
    font-size: 18px;
    padding-top: 0;
  }

  .parent--services #submenu.affix-top .nav > li.submenu-item-first.current a {
    color: #f68a33;
    border-bottom: 5px solid #f68a33;
  }

  .card {
    height: 200px;
  }
  .card h2 {
    font-size: 24px;
    margin-right: 0;
  }
  .card p {
    display: block;
  }

  .links-horizontal ul {
    text-align: center;
  }
  .links-horizontal li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
.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';
}
.revealable.bg-alternate .readmore .fa-chevron-down {
  background-color: #fff;
}

#confirmOutBound {
  border: 1px solid #005288;
  background-color: #fff;
  background-repeat: no-repeat;
  padding: 20px;
  display: none;
  width: 200px;
}
