@font-face {
  font-family: 'ABCSocial';
  src: url(font/ABCSocial-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: 'ABCSocial';
  src: url(font/ABCSocial-Regular.woff);
  font-weight: normal;
}
@font-face {
  font-family: 'ABCSocial';
  src: url(font/ABCSocial-Regular.otf);
  font-weight: normal;
}
@font-face {
  font-family: 'ABCSocial';
  src: url(font/ABCSocial-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: 'ABCSocial';
  src: url(font/ABCSocial-Bold.woff);
  font-weight: bold;
}
@font-face {
  font-family: 'ABCSocial';
  src: url(font/ABCSocial-Bold.otf);
  font-weight: bold;
}
@font-face {
  font-family: 'LaPontaise';
  src: url(font/LaPontaise-SemiBold.ttf);
  font-weight: normal;
}
@font-face {
  font-family: 'LaPontaise';
  src: url(font/LaPontaise-SemiBold.woff);
  font-weight: normal;
}
@font-face {
  font-family: 'LaPontaise';
  src: url(font/LaPontaise-SemiBold.otf);
  font-weight: normal;
}
@font-face {
  font-family: 'pembroke';
  src: url(font/pembroke.ttf);
  font-weight: normal;
}
@font-face {
  font-family: 'pembroke';
  src: url(font/pembroke.woff);
  font-weight: normal;
}
@font-face {
  font-family: 'pembroke';
  src: url(font/pembroke.eot);
  font-weight: normal;
}
@font-face {
  font-family: 'pembroke';
  src: url(font/pembrokeBold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: 'pembroke';
  src: url(font/pembrokeBold.woff);
  font-weight: bold;
}
@font-face {
  font-family: 'pembroke';
  src: url(font/pembrokeBold.eot);
  font-weight: bold;
}
* {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a,
a:hover,
a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
  text-decoration: none;
  outline: none !important;
}
img {
  max-width: 100%;
}
a img:hover {
  opacity: 0.7;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
.row {
  background-color: #F2F2F2;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  clear: both;
}
.clear {
clear: both;
}
body {
  background: #F2F2F2;
  font-family: "ABCSocial", Arial, sans-serif;
}
.container, .header__container {
  padding: 0;
  width:100% !important;
  max-width:1170px !important;
}
.header__primary {
  width:40%;
}
.header__secondary {
  width:60%;
}
@media(max-width:681px) {
    .header__primary, .header__secondary {
      width:100%;
      float:none;
    }
}
.search .form-control {
  width: 20%;
  border-radius: 4px 0 0 4px;
  margin: 0;
  font-size: 12px;
  color: #1C1C1A;
  padding: 1px;
  height: 20px;
}
.search .search-btn,
.search .keywords {
  width: 15%;
  background: -moz-linear-gradient(#0096b2, #004c76);
  background: -webkit-linear-gradient(#0096b2, #004c76);
  background: -o-linear-gradient(#0096b2, #004c76);
  background: -ms-linear-gradient(#0096b2, #004c76);
  background: linear-gradient(#0096b2, #004c76);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0071a0', endColorstr='#24b5c9', GradientType=1);
  border: 0;
  font-size: 12px;
  text-shadow: 1px 1px 0 #00286A;
  padding: 3px;
  color: #fff;
  height: 20px;
}
.search .search-btn:hover,
.search .keywords:hover {
  text-decoration: underline;
}
.search .search-btn {
  border-radius: 0 2px 2px 0;
}
.search .keywords {
  position: relative;
  width: 15%;
  border-radius: 0 !important;
  border-right: 1px solid #0096b2;
  cursor: pointer;
}
.search .keywords option {
  background: #00286A;
  line-height: 150%;
}
.search .keywords option:hover {
  background: #00286A;
  color: #fff;
  text-decoration: underline;
}
.content ul, .content ol {
  padding-left:20px;
}
.content .breadcrumbs {
  margin: 10px 0 35px 0;
}
.content .breadcrumbs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.content .breadcrumbs ul li {
  display: inline-block;
  font-size: 14px;
}
.content .breadcrumbs ul li a {
  position: relative;
  z-index: 0;
  padding: 10px;
  border: 1px solid #bbb;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  margin-right: 5px;
}
.content .breadcrumbs ul li a:hover,
.content .breadcrumbs ul li a.active {
  color: #646463;
  background: #eee;
  position: relative;
  z-index: 2;
}
.content .breadcrumbs ul li a.active {
  cursor: text;
  background: none;
  border-bottom: 1px solid #ffffff;
}
.content .breadcrumbs hr {
  width: 100%;
  height: 1px;
  background: #bbb;
  position: relative;
  z-index: 1;
  border: 0;
  margin: 8px 0 0 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.content .search-ul {
  width: 40%;
  float: left;
  padding-top: 10px;
  padding-left: 1px;
}
.content .search-ul li {
  width: auto;
  text-align: left;
  list-style-type: none;
  display: inline-block;
  padding: 0 7px;
  margin: 20px 0;
  font-size: 14px;
  font-weight: bold;
}
.content .search-ul li:first-child {
  border: none;
}
.content .search-ul li a {
  color: #00286A;
}
.content .search-ul li a:hover {
  color: #00286A;
}
.content .search-ul li .selected {
  color: #00286A;
  font-weight: bold;
}
.content .search-buttons {
  width: 40%;
  float: right;
  padding: 20px;
  padding-right: 10px;
}
.content .search-buttons input, .content .search-buttons button {
  float: right;
}
.content .search-buttons button {
  width: 25%;
  background: #326BF6;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 0 2px 2px 0;
}
.content .search-buttons button:hover {
  background: #326BF6;
}
.content .search-buttons input {
  width: 75%;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 14px;
  border-radius: 2px 0 0 2px;
}
.content .inside {
  position: relative;
}
.content .inside .top-banner {
  position: relative;
  height: 305px;
  overflow-y: hidden;
  margin-bottom: 5px;
}
.content .inside .top-banner .images {
  width: 50%;
  padding-right: 10px;
}
.content .inside .top-banner .images h1,
.content .inside .top-banner .images p {
  display: none;
}
.content .inside .top-banner .latest {
  width: 50%;
  height: 100%;
  overflow-y: hidden;
}
.content .inside .top-banner .latest .item .description {
  padding: 5px;
}
.content .inside .top-banner .latest .item .description h4 {
  line-height: 100%;
  font-size: 36px;
  color: #00286A;
  margin: 5px 0 5px 0;
  font-weight: bold;
}
.content .inside .top-banner .latest .item:hover img {
  opacity: 1;
}
.content .inside .top-banner .latest .item:hover .description h4 {
  color: #0096b2;
  text-decoration: underline;
}
.content .inside .inner {
  padding: 30px 0;
}
.content .inside.contact .inner {
  padding: 10px 50px 30px 8.5%;
}
.content .inside.articleinner {
  padding-left:20px;
  padding-right:10px;
  margin-top:20px;
}
.content .inside .inner h3 {
  font-size: 30px;
  font-weight: bold;
  color: #0096b2;
  margin: 0 0 30px 0;
  padding: 0 10px;
}
.content .inside .inner .news-list {
  margin-bottom: 40px;
  margin-left: 0px;
  padding-left:0;
}
.content .inside .inner .news-list .image {
  padding-left:0;
}
.content .inside .inner .news-list .description {
  padding-right:0;
}
@media(min-width:768px) {
  .content .inside .inner .news-list .description {
    padding-left:0;
  }
}
.content .inside .inner .news-list .description.col-sm-12,
.content .inside.contact .big-p {
  padding-left:0;
  padding-right:0;
}
.content .inside .inner .news-list .description h4 {
  font-size: 18px;
  line-height: 100%;
  margin: -4px 0 5px 0;
  font-weight: bold;
  font-family: "LaPontaise", Arial, sans-serif;
}
.content .inside .inner .news-list .description.col-sm-6 h4 {
  font-size: 32px;
  font-family: "LaPontaise", Arial, sans-serif;
}
.content .inside .inner .news-list .description h4 a {
  color: #00286A;
  font-size: 20px;
}
.content .inside .inner .news-list .description h4:hover a {
  color: #0096b2;
}
.content .inside .inner .news-list .description .date {
  font-size: 14px;
  color: #646463;
  line-height: 150%;
  margin: 8px 0 16px 0;
}
.content .inside .inner .news-list .description .paragraph {
  font-size: 14px;
  color: #1C1C1A;
  margin: 0;
  line-height: 150%;
}
.content .inside.financial .top-banner,
.content .inside.contact .top-banner {
  height: auto;
}
.content .inside.financial .top-banner .images,
.content .inside.contact .top-banner .images,
.content .inside.financial .top-banner img,
.content .inside.contact .top-banner img {
  width: 100%;
  padding: 0;
}
@media(max-width:767px) {
  .fancybox-wrap {
      position: fixed !important;
      top: 20px !important;
      left: 20px !important;
      width: calc(100vw - 40px) !important;
      height: calc(100vh - 40px) !important;
  }
}
.content .inside.financial .inner p,
.content .inside.contact .inner p {
  font-size: 15px;
  color: #1C1C1A;
  margin: 0 0 15px 0;
}
.content .inside.financial .inner p span,
.content .inside.financial .inner li span {
  /*font-size:18px !important;*/
}
.content .inside.financial .inner p a,
.content .inside.contact .inner p a {
  color: #0096b2;
}
.content .inside.financial .inner p a:hover,
.content .inside.contact .inner p a:hover {
  color: #00286A;
}
.content .inside.financial .big-p,
.content .inside.contact .big-p {
  margin-bottom: 20px;
}
.content .inside.financial .big-p p,
.content .inside.contact .big-p p {
  font-size: 16px;
}
.content .inside.contact .big-p p {
  line-height:190%;
  margin-top:15px;
}
.content .inside.financial .details,
.content .inside.contact .details {
  padding: 0;
  margin-top: -30px;
}
.content .inside.financial .details .date,
.content .inside.contact .details .date {
  font-size: 14px;
  font-weight: bold;
}
.content .inside.financial .details h3,
.content .inside.contact .details h3 {
  font-size: 26px !important;
  padding: 0;
  font-weight: normal;
  color: #1C1C1A;
  margin: 0 0 15px 0;
  line-height: 150%;
}
.content .inside.financial .details img,
.content .inside.contact .details img {
  max-width: 80%;
  margin: 20px 0;
}
.content .inside.financial .details .description,
.content .inside.contact .details .description {
  font-size: 14px;
  font-style: italic;
  margin: 0 0 20px 0;
  color: #1C1C1A;
}
.content .inside.financial .details .description img,
.content .inside.contact .details .description img {
  margin: 20px auto;
  display: block;
}
.content .inside.financial .sidebar,
.content .inside.contact .sidebar {
  padding: 0 0 0 30px;
  margin-top: -30px;
}
.content .inside.financial .sidebar .fa,
.content .inside.contact .sidebar .fa {
  font-size: 30px;
}
.content .inside.financial .sidebar hr,
.content .inside.contact .sidebar hr {
  clear: both;
  margin: 20px 0;
}
.content .inside.financial .sidebar .related p,
.content .inside.contact .sidebar .related p {
  font-size: 16px;
  font-weight: bold;
  color: #1C1C1A;
  margin-bottom: 20px;
  text-align: left !important;
}
.content .inside.financial .rel {
  max-height:90vh;
  overflow-y:auto;
}
.content .inside.financial .rel strong {
  display: block;
  font-size: 16px;
  margin: 20px 0;
  text-align: center;
  color: white;
  background: #337ab7;
  padding: 10px 0;
  border-radius: 6px;
  font-weight:normal;
}
.content .inside.financial .rel a .fa {
  font-size:30px;
}
.content .inside.financial .rel a.fancybox {
  display: inline;
}
.content .inside.financial .sidebar .related p .fa,
.content .inside.contact .sidebar .related p .fa {
  font-size: 16px;
  margin-right: 5px;
}
.content .inside.financial .sidebar img,
.content .inside.contact .sidebar img {
  margin-bottom: 20px;
}
.footer {
  position: relative;
  width: 100%;
}
.footer .footer-top .container {
  position: relative;
  padding: 0 12px;
}
.footer .footer-top .container .row {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  padding: 20px 0;
}
.footer .footer-top .container .section {
  position: relative;
  float: left;
  width: 25%;
  padding: 10px 30px;
}
.footer .footer-top .container .section h6 {
  color: #1C1C1A;
  font-size: 16px;
  margin: 0 0 20px 0;
  font-weight: bold;
}
.footer .footer-top .container .section ul {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0;
}
.footer .footer-top .container .section ul li {
  padding-bottom: 5px;
  line-height: 150%;
}
.footer .footer-top .container .section ul li a {
  font-size: 14px;
  color: #0096b2;
}
.footer .footer-top .container .section ul li a:hover {
  color: #1C1C1A;
}
.footer .footer-top .container .section ul li a .fa {
  font-size: 30px;
  margin-right: 5px;
}
.footer .footer-bottom .container {
  padding: 40px 12px;
}
.footer .footer-bottom .container p {
  font-size: 14px;
  color: #1C1C1A;
  margin: 0 0 15px 0;
}
.footer .footer-bottom .container p:last-of-type {
  margin-bottom: 0;
}
.footer .footer-bottom .container p a {
  color: #0096b2;
}
.footer .footer-bottom .container p a:hover {
  color: #00286A;
}
.iframe-img {
  width:auto;
  max-height:50vh;
}
.videodetails .iframe-img {
  width: 100%;
  max-height: none;
  height: auto;
}
.selectsize {
  display: block;
  width: 200px;
  border: none;
  padding: 15px 0;
  position: relative;
  text-align: center;
  color: #fff;
  overflow: visible;
  font-size: 14px;
  border-radius: 6px;
  background: linear-gradient(to top, #094C77, #30B0C2);
  background: -webkit-linear-gradient(to top, #094C77, #30B0C2);
  background: -moz-linear-gradient(to top, #094C77, #30B0C2);
  background: -ms-linear-gradient(to top, #094C77, #30B0C2);
  margin:20px 0;
}
.selectsize:hover {
  background: linear-gradient(to bottom, #094C77, #30B0C2);
  background: -webkit-linear-gradient(to bottom, #094C77, #30B0C2);
  background: -moz-linear-gradient(to bottom, #094C77, #30B0C2);
  background: -ms-linear-gradient(to bottom, #094C77, #30B0C2);
}
.selectsize span {
  display:block;
  opacity:0;
  visibility:hidden;
  position:absolute;
  top:50px;
  left:0;
  width:100%;
  background:#fff;
  border:1px solid #ddd;
  border-radius:0 0 6px 6px;
  z-index:999;
}
.selectsize span a {
  font-size: 14px;
  padding: 15px;
  display: block;
  width:100%;
  background:none;
}
.selectsize span a:hover {
  color:#fff;
  background:#337ab7;
}
.selectsize:hover {
  border-radius: 6px 6px 0 0;
}
.selectsize:hover span, .selectsize:focus span {
  opacity:1;
  visibility:visible;
}
@media (max-width: 1199px) {
  .container,.header__container {
    padding-left:15px;
    padding-right:15px;
  }
  .content .inside .top-banner {
    height: 252px;
  }
  .footer .footer-top .container .section ul li a .fa {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .content .inside.financial .details,
  .content .inside.financial .sidebar {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 992px) {
  .search .form-control {
    width: 60%;
    font-size: 16px;
    height: 44px;
  }
  .search .search-btn,
  .search .keywords {
    width: 20%;
    font-size: 16px;
    height: 44px;
  }
  .search .keywords {
    padding-top: 12px;
  }
  .content .inside .top-banner {
    height: 194px;
  }
  .content .inside .top-banner .latest .item img {
    margin-top: -12px;
  }
  .content .inside.contact .big-p p {
    font-size: 16px;
  }
  .footer .footer-top .container .section {
    padding: 10px 5px;
  }
  .footer .footer-top .container .section ul li a {
    font-size: 13px;
  }
  .footer .footer-bottom .container p {
    font-size: 13px;
  }
}
@media (max-width: 899px) {
  .header .logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header .title {
    width: auto;
    padding-top: 10px;
  }
  .header .title h1 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .header {
    height: 90px;
    padding: 30px 15px 25px 10px;
  }
  .header .logo {
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 10px;
    border-right: 1px solid #fff;
  }
  .header .title {
    padding: 0;
  }
  .header .title h1 {
    font-size: 19px;
  }
  .header .navbar-toggle {
    border: none;
    margin: 0;
    padding:13px 0;
    background:none !important;
  }
  .header .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .header .navbar-toggle:hover icon-bar {
    color: #ddd;
  }
  .header .navbar-collapse {
    margin: 20px -15px 0 -15px;
    border-top: 1px solid #fff;
    background: #00286A;
    padding: 30px 15px 20px 15px;
    position: relative;
    z-index: 10;
    overflow-y: visible;
  }
  .header .navbar-collapse .menu {
    float: none !important;
    width: 100%;
    text-align: left !important;
    margin: 0;
    overflow-x: hidden;
    overflow-y: visible;
  }
  .header .navbar-collapse .menu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
  }
  .header .navbar-collapse .menu li .dropdown-menu {
    display: none !important;
  }
  .header .navbar-collapse .dropdown-menu {
    margin-top: -30px;
    width: 100%;
    background: #00286A;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    padding: 10px 15px;
  }
  .header .navbar-collapse .dropdown-menu li {
    font-size: 14px;
    padding: 5px 0;
    color: #fff;
  }
  .header .navbar-collapse .dropdown-menu li:hover {
    text-decoration: underline;
  }
  .menu--b {
    width:100%;
  }
  .header__navigation__content, .header__navigation__content ul li {
    text-align:center !important;
  }
  .search {
    padding-left: 15px;
    padding-right: 15px;
  }
  .search .form-control {
    width: 60%;
    border-radius: 4px 0 0 4px;
    margin: 0;
    font-size: 14px;
    color: #1C1C1A;
    padding: 8px;
    height: 38px;
    float: left;
  }
  .search .search-btn,
  .search .keywords {
    width: 20%;
    font-size: 14px;
    padding: 9px 0;
    height: 38px;
  }
  .search .keywords {
    padding-left: 5px;
    padding-right: 5px;
  }
  .search .keywords option {
    font-size: 14px !important;
  }
  .content .search-ul,.content .search-buttons {
    width:100%;
    float:none;
    padding: 0;
  }
  .content .breadcrumbs,
  .content .inside .top-banner {
    padding: 0 15px;
  }
  .content .inside {
    margin-top:40px;
  }
  .content .inside .top-banner {
    height: auto;
  }
  .content .inside .top-banner .images {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    float: none !important;
  }
  .content .inside .top-banner .images h1 {
    display: block;
    font-size: 35px;
    font-weight: bold;
    margin: 0 0 20px 0;
    color: #00286A;
  }
  .content .inside .top-banner .images p {
    display: block;
    font-size: 18px;
    color: #00286A;
    margin: 0 0 35px 0;
  }
  .content .inside .top-banner .latest {
    width: 100%;
    margin: 0;
    float: none !important;
  }
  .content .inside .inner.finance {
    padding: 30px 20px;
  }
  .content .inside .inner .news-list .image {
    padding-left:15px;
  }
  .content .inside .inner .news-list .image img {
    margin-bottom: 15px;
  }
  .content .inside.financial .top-banner,
  .content .inside.contact .top-banner,
  .content .inside.financial .top-banner .images,
  .content .inside.contact .top-banner .images {
    margin-bottom: 0;
    margin-left:1px;
  }
  .content .inside.financial .sidebar {
    margin-top: 25px;
  }
  .footer .footer-top .container .section {
    width: 50%;
    float: left;
    min-height: 1px;
  }
  .footer .footer-top .container .section:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 479px) {
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content .breadcrumbs ul li {
    font-size: 12px;
  }
  .content .breadcrumbs ul li a {
    margin-right: 2px;
  }
  .content .inside.financial .details img {
    max-width: 100%;
  }
}
@media (max-width: 399px) {
  .header .logo {
    height: 60px;
    padding-right: 10px;
    margin-right: 10px;
  }
  .header .title h1 {
    font-size: 20px;
  }
  .header .menu li:first-of-type {
    font-size: 14px;
  }
}

.download .panel-title {
  font-size: 15px;
}

