/*FONT FACE
======================================================================================================================*/
/*FONT FACE END
======================================================================================================================*/
/*POSITION
======================================================================================================================*/
/*POSITION END
======================================================================================================================*/
/*TEXT
======================================================================================================================*/
/*TEXT END
======================================================================================================================*/
/*COLOR AND PATTERN
======================================================================================================================*/
/*COLOR AND PATTERN END
======================================================================================================================*/
/*GLOBAL
======================================================================================================================*/
/*
@include keyframes(move-the-object) {
  0%   { left: 100px; }
 100% { left: 200px; }
}
.object-to-animate {
  @include animation('move-the-object .5s 1', 'move-the-object-again .5s 1 .5s');
}
*/
/*GLOBAL END
//======================================================================================================================*/
/*Media Queries
//======================================================================================================================*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,700);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
body {
  color: #000000;
  font: 400 13px "Open Sans", sans-serif;
  line-height: 20px;
  background: #ffffff;
  margin: 0;
  min-width: 0px !important; }

a {
  color: #21396D;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  a:hover, a:active, a:focus {
    text-decoration: none;
    color: #3258a3;
    outline: none; }
  a.arrow {
    font-size: 0.92308em;
    float: right;
    padding-right: 5px; }
    a.arrow span {
      font-size: 1.38462em;
      color: #CDAB22;
      position: relative;
      top: 2px;
      left: 2px; }
      a.arrow span:hover {
        color: #f6d125; }

.arrow.gold {
  float: none;
  text-transform: none;
  color: #603406; }
  .arrow.gold:hover {
    color: #CDAB22; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #CDAB22;
  margin-top: 0;
  font-family: "Helvetica", Arial; }

h1 {
  text-transform: uppercase;
  font-size: 30px;
  padding: 20px 0 0 0;
  margin-bottom: 10px; }

h2 {
  text-transform: uppercase;
  font-size: 30px; }

h3 {
  text-transform: uppercase;
  font-size: 26px; }

h5 {
  font-size: 14px;
  font-weight: 700; }

p.first-letter-big:first-of-type:first-letter {
  font: 600 3.42857em "Lato hairline", sans-serif;
  color: #CDAB22;
  float: left;
  line-height: 100%;
  padding: 0px 5px 0 0; }

/* Common class */
.clear {
  clear: both; }

.alpha {
  padding-left: 0 !important; }

.omega {
  padding-right: 0 !important; }

.no-padding {
  padding: 0 !important; }

.main-color {
  background: #CDAB22; }

.blue-color {
  color: #21386b !important; }

.margin-5 {
  margin: 5px; }

.wrapper {
  width: 90%;
  margin: 0 auto; }

/* Header */
.header {
  background: #ffffff;
  width: 100%;
  z-index: 99999; }

/* Header Navigation */
.navbar {
  z-index: 999; }

.navbar-default {
  background: none;
  width: 100%;
  border: 0;
  margin: 0; }
  .navbar-default .container-fluid {
    padding: 0; }
  .navbar-default .navbar-nav > li.active > a {
    text-decoration: underline; }
    .navbar-default .navbar-nav > li.active > a span {
      transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Opera, Chrome, and Safari */ }
  .navbar-default .navbar-nav > li > a {
    font-size: 1.07692em;
    font-weight: 600;
    text-transform: uppercase;
    color: #21396D !important;
    -webkit-transition: all 0.3 ease-in;
    -moz-transition: all 0.3 ease-in;
    -ms-transition: all 0.3 ease-in;
    -o-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
    position: relative; }
    .navbar-default .navbar-nav > li > a:hover {
      color: #3258a3 !important;
      text-decoration: none; }
    .navbar-default .navbar-nav > li > a span {
      position: relative;
      top: 2px;
      left: 4px;
      font-size: 1.53846em;
      color: #CDAB22; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    text-decoration: none;
    font-weight: bold; }

.dropdown-menu {
  border: 0;
  border-radius: 0;
  border-top: 3px solid #DDD;
  padding: 0; }
  .dropdown-menu li a {
    padding-top: 10px;
    padding-bottom: 10px; }
    .dropdown-menu li a:hover {
      background: #CDAB22; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background: #CDAB22; }

.navbar-brand {
  display: block;
  margin-left: 0 !important;
  height: auto;
  padding: 0px; }
  .navbar-brand:hover {
    opacity: 0.7; }

/* Hero */
#hero {
  min-height: 280px;
  max-height: 382px;
  background: #02142D;
  border-bottom: 2px solid #ffffff; }

#hero-carousel .hero-item {
  overflow: hidden;
  min-height: 380px;
  position: relative; }
  #hero-carousel .hero-item .wrapper {
    position: relative; }
  #hero-carousel .hero-item .item-background {
    position: absolute;
    width: 991px;
    left: -5%;
    top: 0px; }
  #hero-carousel .hero-item .item-box {
    position: absolute;
    display: inline-block;
    max-width: 320px;
    width: 100%;
    height: auto;
    padding: 20px;
    background: rgba(2, 20, 44, 0.8); }
    #hero-carousel .hero-item .item-box h3 {
      font-weight: 700;
      color: #ffffff;
      margin-top: 0px; }
    #hero-carousel .hero-item .item-box p {
      font-size: 1em;
      color: #ffffff;
      border-top: 1px solid #ffffff;
      padding-top: 5px;
      margin: 0px; }
    #hero-carousel .hero-item .item-box a {
      color: #CDAB22;
      display: inline-block; }
      #hero-carousel .hero-item .item-box a:hover {
        color: #f6d125; }
#hero-carousel .owl-dots {
  position: relative;
  margin-top: -28px;
  height: 18px;
  top: -10px; }
  #hero-carousel .owl-dots .owl-dot {
    height: 26px;
    -moz-box-shadow: 0px -2px 2px -2px rgba(0, 0, 0, 0.56);
    -webkit-box-shadow: 0px -2px 2px -2px rgba(0, 0, 0, 0.56);
    box-shadow: 0px -2px 2px -2px rgba(0, 0, 0, 0.56);
    background: #ffffff; }
    #hero-carousel .owl-dots .owl-dot > span {
      border: 2px solid #D1B44C;
      background: #ffffff;
      margin: 8px 5px; }
    #hero-carousel .owl-dots .owl-dot.active > span {
      border: 2px solid #D1B44C;
      background: #D28934; }
  #hero-carousel .owl-dots:before, #hero-carousel .owl-dots:after {
    content: '';
    display: inline-block;
    position: relative;
    width: 30px;
    height: 29px; }
  #hero-carousel .owl-dots:before {
    background: url("../image/icon/curve-left.png") no-repeat; }
  #hero-carousel .owl-dots:after {
    background: url("../image/icon/curve-right.png") no-repeat; }
#hero-carousel .slide-text {
  display: block;
  position: absolute; }
  #hero-carousel .slide-text h3 {
    font-size: 3.23077em;
    color: #ffffff;
    text-transform: none; }
    #hero-carousel .slide-text h3 span {
      font-size: 28px;
      font-weight: normal; }
  @media (max-width: 520px) {
    #hero-carousel .slide-text {
      left: 30px !important;
      top: 100px !important; }
      #hero-carousel .slide-text h3 {
        font-size: 1.69231em; }
        #hero-carousel .slide-text h3 span {
          font-size: 18px; } }
  @media (max-width: 860px) {
    #hero-carousel .slide-text h3 {
      font-size: 2em; }
      #hero-carousel .slide-text h3 span {
        font-size: 20px; } }
  @media (max-width: 480px) {
    #hero-carousel .slide-text h3 {
      line-height: 25px; }
      #hero-carousel .slide-text h3 span {
        font-size: 18px; } }
#hero-carousel .st-second-banner {
  display: block;
  position: absolute; }
  #hero-carousel .st-second-banner h3 {
    color: #ffffff;
    text-transform: none;
    font-size: 28px; }
    #hero-carousel .st-second-banner h3 span {
      font-size: 20px;
      font-weight: normal; }
  @media (max-width: 1024px) {
    #hero-carousel .st-second-banner {
      left: 380px !important;
      top: 160px !important; } }
  @media (max-width: 860px) {
    #hero-carousel .st-second-banner h3 {
      font-size: 24px; }
      #hero-carousel .st-second-banner h3 span {
        font-size: 16px; } }
  @media (max-width: 600px) {
    #hero-carousel .st-second-banner {
      left: 280px !important; }
      #hero-carousel .st-second-banner h3 {
        font-size: 20px; }
        #hero-carousel .st-second-banner h3 span {
          font-size: 14px; } }
  @media (max-width: 480px) {
    #hero-carousel .st-second-banner {
      left: 90px !important; }
      #hero-carousel .st-second-banner h3 {
        text-shadow: 0px 0px 10px #000;
        font-size: 18px; }
        #hero-carousel .st-second-banner h3 span {
          text-shadow: 0px 0px 10px #000; } }
  @media (max-width: 320px) {
    #hero-carousel .st-second-banner {
      left: 30px !important; } }
@media (max-width: 520px) {
  #hero-carousel .st-bottom--onmobile {
    top: 170px !important; } }

/* Main Content */
#main {
  position: relative;
  z-index: 3; }
  #main.home-style {
    background: rgba(184, 199, 207, 0.41); }

.title {
  min-height: 50px;
  padding-top: 5px; }
  .title h1, .title h1 a {
    color: #CDAB22;
    font-weight: 300;
    display: inline-block;
    font-size: 30px; }

.sub-title {
  color: #603406;
  font-weight: 400 !important;
  text-transform: none !important; }

.sub-tag {
  font-size: 1.84615em !important;
  margin-bottom: 50px; }

.list-roman {
  list-style-type: lower-roman; }
  .list-roman li {
    padding-left: 8px; }

.text-lower {
  text-transform: lowercase; }

.pull-center {
  float: none;
  margin: 0px auto; }

.article {
  padding: 12px 0;
  display: block; }
  .article h2 {
    font-weight: 600; }
  .article h3 {
    font-weight: 600;
    color: #CDAB22; }
  .article h4 {
    color: #603406;
    font-size: 18px; }
  .article .text-light {
    font-weight: 300; }
  .article .table-text-padding-5 {
    padding-left: 40px !important; }
  .article .table-text-padding-2 {
    padding-left: 15px !important; }
  .article .col-sm-6 {
    padding: 0; }
  .article .col-sm-12 .col-sm-6:nth-child(odd) {
    padding-right: 10px; }
  .article .col-sm-12 .col-sm-6:nth-child(even) {
    padding-left: 10px; }

.news-ticker {
  background: #02142D;
  width: 100%;
  height: 32px;
  overflow: hidden; }
  .news-ticker:hover a {
    opacity: 0.8; }
  .news-ticker a {
    padding: 5px 20px;
    color: #CDAB22;
    display: inline-block; }
    .news-ticker a:hover {
      text-decoration: none;
      opacity: 1;
      color: #f6d125; }

.grid-box {
  background: #ffffff;
  width: 100%;
  height: 220px;
  padding: 15px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0 0 16px 0; }
  .grid-box .row {
    margin: 0px -5px; }
    .grid-box .row .col-grid {
      padding: 0px 5px; }
  .grid-box h2 {
    color: #603406; }
  .grid-box h5 {
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 7px;
    color: #603406; }
    .grid-box h5 > span {
      font-weight: 400; }
  .grid-box a {
    font-weight: 600; }
    .grid-box a.arrow.gold {
      position: absolute;
      bottom: 10px;
      right: 15px; }
      .grid-box a.arrow.gold.floated {
        position: relative;
        top: 1px;
        display: block;
        right: 0; }
  .grid-box p {
    font-size: 1.07692em; }
    .grid-box p.first-letter-big {
      padding-top: 10px; }
  .grid-box img.adjust-image {
    margin-top: -15px; }
  .grid-box .tab-content {
    overflow: hidden; }
  .grid-box .time-text {
    border-top: 1px dashed #CDAB22;
    padding: 7px 0px;
    line-height: 16px; }
    .grid-box .time-text:first-of-type {
      border: none; }
    .grid-box .time-text em {
      display: block;
      color: #ae640e;
      font-weight: 400; }
  .grid-box iframe {
    border: 0;
    position: relative;
    display: block;
    width: 100%; }
  .grid-box .news-holder {
    overflow: auto;
    height: 150px; }
  .grid-box .trading-info {
    overflow: hidden;
    height: 250px; }
    .grid-box .trading-info .table.table-striped {
      margin-bottom: 8px; }
      .grid-box .trading-info .table.table-striped tbody > tr:nth-child(odd) td {
        background: rgba(204, 175, 76, 0.2); }
      .grid-box .trading-info .table.table-striped tbody > tr td {
        border: none;
        color: #21396D;
        font-size: 0.92308em;
        padding: 3px 8px; }
        .grid-box .trading-info .table.table-striped tbody > tr td:first-child {
          font-weight: 700; }
    .grid-box .trading-info .foot {
      font-size: 0.76923em;
      color: #4e4e4e;
      text-align: center;
      font-weight: 300;
      font-style: italic;
      padding: 5px 0px;
      border-top: 1px dashed #CDAB22; }
  .grid-box .zeDockZoneEmpty {
    height: 200px; }

.nav.nav-pills {
  text-align: center; }
  .nav.nav-pills > li {
    display: inline-block;
    float: none; }
    .nav.nav-pills > li > a {
      font-size: 1.07692em;
      font-weight: 700;
      text-transform: uppercase;
      color: #603406;
      padding: 2px 12px;
      height: 25px;
      background: #E5D7A5;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px; }
      .nav.nav-pills > li > a:hover {
        color: #ffffff; }
    .nav.nav-pills > li.active > a {
      background: #CCAF4C; }
      .nav.nav-pills > li.active > a:hover {
        color: #603406; }

/* Breadcrumb*/
.top-breadcrumb {
  margin: 10px 0 0;
  width: 100%;
  border-bottom: 1px solid #edf1f3;
  border-top: 1px solid #edf1f3;
  height: 28px;
  background: #ffffff;
  padding: 3px 0; }
  .top-breadcrumb .breadcrumb {
    background: none;
    padding: 0;
    margin: 0; }
    .top-breadcrumb .breadcrumb > li + li:before {
      color: #949494;
      padding: 0 2px; }
    .top-breadcrumb .breadcrumb li {
      font-size: 0.92308em; }
      .top-breadcrumb .breadcrumb li a {
        font-size: 0.92308em;
        font-weight: 600;
        color: #603406; }
      .top-breadcrumb .breadcrumb li .active {
        color: #808080; }

.award-report img {
  margin-top: 12px; }

.print-share {
  width: 160px;
  padding-left: 0; }
  .print-share a {
    margin: 0 3px;
    color: #603406; }
    .print-share a i {
      color: #CDAB22;
      font-size: 1.30769em;
      margin: 0 4px; }

.hover-msg {
  font-size: 0.92308em;
  color: #9f9f9f;
  display: inline-block;
  margin-top: 25px;
  float: left;
  width: 100%; }

.on-mission .hover-msg {
  margin-top: 115px; }

.hover-arrow {
  float: left;
  display: inline-block;
  background: url("../image/icon/sprite-sm.png") no-repeat 0 -178px;
  width: 53px;
  height: 19px;
  margin-left: 80px; }

.core-values {
  width: 140px;
  height: 178px;
  background: url(../image/cv-bg.png) no-repeat bottom center;
  position: relative;
  margin: 0px auto; }
  .core-values .integrity, .core-values .respect, .core-values .teamwork, .core-values .excellence {
    width: 75px;
    height: 74px;
    cursor: pointer;
    position: absolute;
    transition: background-size 0.3s ease; }
    .core-values .integrity:hover, .core-values .respect:hover, .core-values .teamwork:hover, .core-values .excellence:hover {
      background-size: 100%; }
      .core-values .integrity:hover .integrity-text, .core-values .integrity:hover .respect-text, .core-values .integrity:hover .teamwork-text, .core-values .integrity:hover .excellence-text, .core-values .respect:hover .integrity-text, .core-values .respect:hover .respect-text, .core-values .respect:hover .teamwork-text, .core-values .respect:hover .excellence-text, .core-values .teamwork:hover .integrity-text, .core-values .teamwork:hover .respect-text, .core-values .teamwork:hover .teamwork-text, .core-values .teamwork:hover .excellence-text, .core-values .excellence:hover .integrity-text, .core-values .excellence:hover .respect-text, .core-values .excellence:hover .teamwork-text, .core-values .excellence:hover .excellence-text {
        font-size: 0.84615em; }
  .core-values .integrity-text, .core-values .respect-text, .core-values .teamwork-text, .core-values .excellence-text {
    font-family: "Open Sans";
    font-size: 0.61538em;
    text-transform: uppercase;
    font-weight: 600;
    color: #603406;
    position: relative;
    transition: font-size 0.3s ease;
    text-align: center;
    display: block;
    height: 20px;
    width: 100%; }
  .core-values .integrity {
    background: url("../image/puzzle-b.png") no-repeat center;
    top: 6px;
    left: 25px;
    background-size: 90%; }
    .core-values .integrity .integrity-text {
      top: 25px; }
  .core-values .respect {
    background: url("../image/puzzle-a.png") no-repeat center;
    left: -5px;
    top: 37px;
    background-size: 90%; }
    .core-values .respect .respect-text {
      top: 25px; }
  .core-values .teamwork {
    background: url("../image/puzzle-b.png") no-repeat center;
    background-size: 90%;
    bottom: 35px;
    left: 27px; }
    .core-values .teamwork .teamwork-text {
      top: 28px; }
  .core-values .excellence {
    background: url("../image/puzzle-a.png") no-repeat center;
    right: 7px;
    top: 37px;
    background-size: 90%; }
    .core-values .excellence .excellence-text {
      top: 25px; }

.core-values-content {
  max-width: 150px; }
  .core-values-content .pophover {
    text-transform: uppercase;
    max-width: 160px;
    font-size: 1.84615em;
    margin: 0 0 20px; }
    .core-values-content .pophover:hover {
      color: #DC882D; }
  @media (min-width: 481px) {
    .core-values-content .popover {
      top: -5px !important;
      height: 157px; } }

.pophover {
  display: block;
  position: relative;
  width: 100%;
  height: 100%; }

.popover {
  z-index: 999;
  opacity: none;
  min-width: 300px; }

.popover.left {
  margin-left: -20px; }

/* Sub page with right sidebar */
.top-line {
  border-top: 5px solid #CDAB22; }

.bottom-line {
  border-bottom: 2px solid #CDAB22; }

.divider-line {
  border-top: 5px solid #CDAB22;
  display: block;
  position: relative;
  width: 100%;
  clear: both;
  margin: 30px 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 0; }

.panel-title > a {
  display: inline-block;
  width: 100%;
  outline: 0;
  text-decoration: none; }
  .panel-title > a:hover {
    text-decoration: none; }

.panel {
  box-shadow: none; }
  .panel .panel-heading {
    border-radius: 0; }

.panel-leftAccordion .panel-heading {
  background: #F5EFDB; }
  .panel-leftAccordion .panel-heading h4 a {
    color: #603406;
    font-weight: 600;
    text-transform: uppercase; }
    .panel-leftAccordion .panel-heading h4 a:after {
      content: '';
      display: block;
      position: relative;
      background: url("../image/icon/sprite.png") no-repeat -54px -97px;
      width: 11px;
      height: 11px;
      float: right;
      top: 6px; }
    .panel-leftAccordion .panel-heading h4 a.collapsed:after {
      content: '';
      display: block;
      position: relative;
      background: url("../image/icon/sprite.png") no-repeat -17px -93px;
      width: 11px;
      height: 11px;
      float: right;
      top: 3px; }

/* Sidebar right accordion*/
.left-content {
  z-index: 2; }

.sidebar-right {
  z-index: 1; }
  .sidebar-right .panel-group .panel + .panel {
    margin: 0; }
  .sidebar-right .panel {
    border-bottom: 1px solid #b8c7cf;
    border-radius: 0; }
    .sidebar-right .panel .panel-heading {
      padding: 5px 15px; }
      .sidebar-right .panel .panel-heading h4 {
        padding: 0;
        margin: 0;
        font-size: 1.07692em;
        position: relative; }
        .sidebar-right .panel .panel-heading h4 a {
          font-weight: 600;
          color: #CDAB22;
          margin: 0 5px 0; }
          .sidebar-right .panel .panel-heading h4 a:hover {
            color: #CDAB22; }
          .sidebar-right .panel .panel-heading h4 a:before {
            content: '';
            display: block;
            position: absolute;
            background: url("../image/icon/sprite.png") no-repeat -54px -116px;
            width: 11px;
            height: 11px;
            float: left;
            top: 6px;
            left: -10px;
            margin: 0 5px 0 0; }
          .sidebar-right .panel .panel-heading h4 a.collapsed {
            color: #21396D; }
            .sidebar-right .panel .panel-heading h4 a.collapsed:before {
              content: '';
              display: block;
              position: absolute;
              background: url("../image/icon/sprite.png") no-repeat -18px -113px;
              width: 11px;
              height: 11px;
              float: left;
              left: -10px;
              top: 3px; }
      .sidebar-right .panel .panel-heading .no-icon a {
        color: #21396D; }
        .sidebar-right .panel .panel-heading .no-icon a:before {
          content: '';
          background: none; }
    .sidebar-right .panel .panel-body {
      padding: 10px 15px 15px 10px;
      border-top: 1px solid #b8c7cf !important; }
      .sidebar-right .panel .panel-body ul {
        padding: 0 5px;
        margin: 0; }
        .sidebar-right .panel .panel-body ul li {
          list-style: none;
          position: relative;
          padding: 3px 0 3px 10px;
          border-bottom: 1px dotted #b8c7cf; }
          .sidebar-right .panel .panel-body ul li:before {
            content: '';
            display: block;
            width: 10px;
            height: 10px;
            background: url("../image/icon/sprite.png") no-repeat -20px -135px;
            width: 8px;
            height: 11px;
            margin: 0 5px 0 0;
            position: absolute;
            left: 0;
            top: 10px; }
          .sidebar-right .panel .panel-body ul li a {
            text-transform: uppercase;
            font-weight: 600; }
            .sidebar-right .panel .panel-body ul li a:hover {
              color: #CDAB22;
              text-decoration: none; }
  .sidebar-right #subAccordionRight .panel {
    border: 0;
    margin: 3px 0; }
    .sidebar-right #subAccordionRight .panel .panel-heading {
      border: 1px solid #b8c7cf; }
    .sidebar-right #subAccordionRight .panel .panel-body {
      border: 0 !important; }

.panel-body {
  padding: 10px 15px 15px 10px; }
  .panel-body ul {
    padding: 0 5px;
    margin: 0; }
    .panel-body ul li {
      list-style: none;
      position: relative;
      padding: 3px 0 3px 10px;
      margin: 3px 0; }
      .panel-body ul li:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background: url("../image/icon/sprite.png") no-repeat -20px -135px;
        width: 8px;
        height: 11px;
        margin: 0 5px 0 0;
        position: absolute;
        left: 0;
        top: 10px; }
      .panel-body ul li:last-child {
        border-bottom: 0; }
      .panel-body ul li a {
        text-transform: uppercase;
        font-weight: 600; }
        .panel-body ul li a:hover {
          color: #CDAB22;
          text-decoration: none; }

.nth-div {
  padding: 10px 0;
  border-bottom: 2px solid #CDAB22; }
  .nth-div .text-primary {
    display: inline-block;
    padding: 5px 0 0; }

#content-slider {
  width: 100%; }
  #content-slider .slider-item {
    width: 100%; }
    #content-slider .slider-item .slider-caption {
      position: absolute;
      bottom: 0;
      background: url("../image/icon/caption-bg.png") repeat;
      width: 100%;
      padding: 5px 10px;
      color: #ffffff;
      text-align: right; }
  #content-slider .owl-controls .owl-dots .owl-dot span {
    background: #ffffff;
    border: 1px solid #02142D; }
  #content-slider .owl-controls .owl-dots .active span {
    background: #02142D;
    border: 1px solid #ffffff; }

.comp-info {
  padding: 5px 0; }
  .comp-info span {
    display: block;
    width: 100%;
    line-height: 16px; }
    @media (max-width: 960px) {
      .comp-info span {
        white-space: normal;
        word-wrap: break-word; } }
  .comp-info .info-item {
    color: #CDAB22;
    margin: 0 0 10px; }
  .comp-info .comp-link a {
    color: #21396D;
    white-space: normal;
    word-wrap: break-word; }
  .comp-info .asteriks {
    font-size: 0.84615em;
    display: block;
    margin-bottom: 10px;
    line-height: 15px; }

.info-update {
  color: #603406;
  text-align: left;
  font-size: 0.92308em;
  display: block; }

.text-info {
  color: #666666;
  display: block;
  margin-top: 50px;
  font-size: 0.92308em; }

.contact-form {
  margin-top: 20px; }

.contact-box {
  margin: 10px 0;
  width: 100%;
  padding: 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background: #F5EFDB;
  display: block;
  overflow: hidden; }
  .contact-box .mail-icon {
    background: url("../image/icon/sprite-sm.png") no-repeat -4px -76px;
    width: 25px;
    height: 25px;
    display: block;
    float: left; }
  .contact-box .contact-detail {
    float: right;
    width: 84%;
    font-size: 0.84615em; }
    @media (max-width: 960px) {
      .contact-box .contact-detail {
        width: 100%;
        float: none;
        padding: 5px; } }
  .contact-box .contact-name {
    color: #603406;
    font-size: 1.15385em;
    margin: 0 0 5px; }

.overview-table tr td:first-child {
  color: #603406;
  font-size: 1.07692em;
  font-weight: 600; }
.overview-table tr:last-child td {
  border-bottom: 1px solid #CDAB22; }

.table > thead > tr > th {
  color: #603406;
  border-bottom: 2px solid #CDAB22;
  vertical-align: top; }
.table > tbody > tr > td {
  border-top: 1px solid #CDAB22; }
  .table > tbody > tr > td strong {
    color: #603406; }
.table > tbody > tr:nth-child(even) {
  background: #F2F2FD; }

.media-list {
  margin: 0 0 20px;
  border-bottom: 1px dotted #b8c7cf;
  padding: 5px 0;
  overflow: hidden;
  position: relative; }
  .media-list .media .media-body {
    max-width: 100%; }
    .media-list .media .media-body span {
      display: block; }
  .media-list .arrow.gold {
    position: absolute;
    right: 0;
    bottom: 0; }

.comp {
  color: #4d4d4d;
  display: block;
  margin-bottom: 5px; }

.post {
  display: block;
  color: #3258a3; }

.modal-header {
  overflow: hidden;
  padding: 15px 15px 0;
  border: 0; }
  .modal-header .modal-title {
    color: #603406;
    font-size: 1.07692em; }
  .modal-header .close {
    background: url("../image/icon/sprite-sm.png") no-repeat -8px -141px;
    width: 17px;
    height: 21px;
    opacity: 0.5; }
    .modal-header .close:hover {
      opacity: 1; }

.modal-content {
  border-radius: 0;
  overflow: hidden; }
  .modal-content .modal-body {
    overflow: hidden; }
    .modal-content .modal-body img {
      margin: 10px 10px 10px 0; }
    .modal-content .modal-body .media-body {
      margin: 10px 0px; }

.share-this .modal-dialog {
  width: 280px; }

.sitemap ul {
  padding: 0 3px 0; }
  .sitemap ul li {
    font-size: 1.07692em;
    font-weight: 600; }
    .sitemap ul li a:hover {
      color: #CDAB22; }
    .sitemap ul li ul li {
      font-size: 0.92308em;
      font-weight: 400; }
.sitemap .panel-heading {
  padding: 5px; }
  .sitemap .panel-heading .panel-title {
    font-size: 15px; }
  .sitemap .panel-heading .no-icon a.collapsed:after {
    background: none; }
.sitemap .panel-body {
  padding: 5px; }
  .sitemap .panel-body ul {
    margin-bottom: 0; }

.map-wrap {
  width: 100%;
  height: 600px; }

#map-canvas {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px; }
  #map-canvas .gm-style .gm-style-iw {
    width: auto !important;
    height: auto !important;
    font-weight: 600 !important;
    font-size: 1.15385em !important;
    color: #21396d; }

.timeline {
  overflow: hidden; }
  .timeline ul {
    padding: 0; }
    .timeline ul li {
      float: left;
      display: inline-block;
      position: relative;
      clear: left;
      padding: 10px 0 0;
      font-size: 0.92308em; }
      .timeline ul li:last-child ul:before {
        background: #ffffff; }
      .timeline ul li ul {
        position: relative;
        left: 35px;
        top: -25px; }
        .timeline ul li ul:before {
          position: absolute;
          left: 0;
          top: 13px;
          display: inline-block;
          width: 1px;
          height: 100px;
          background: #516772;
          float: left;
          content: ''; }
        .timeline ul li ul li {
          clear: none;
          display: inline-block;
          padding: 5px;
          background: #516772;
          max-width: 250px;
          margin-left: 10px;
          color: #ffffff;
          font-size: 0.92308em; }
          .timeline ul li ul li:before {
            display: block;
            width: 10px;
            height: 1px;
            background: #516772;
            float: left;
            content: '';
            position: absolute;
            left: -10px;
            top: 13px; }

.footer {
  background: #CDAB22;
  padding: 5px 0px;
  color: #603406;
  font-size: 0.92308em;
  position: relative;
  display: block;
  z-index: 3; }
  .footer a {
    color: #603406; }
  .footer #footer-nav {
    margin-top: 10px;
    text-transform: uppercase;
    text-align: right; }
    .footer #footer-nav li a {
      padding: 0 8px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .footer #footer-nav li a:hover {
        background: none; }
      .footer #footer-nav li a:focus {
        background: none; }
    .footer #footer-nav .dropdown .dropdown-menu {
      top: auto;
      bottom: 35px;
      -webkit-border-radius: 10px !important;
      -moz-border-radius: 10px !important;
      -ms-border-radius: 10px !important;
      border-radius: 10px !important;
      border: 0 !important;
      padding: 15px;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
      -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
      box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
      left: -70px; }
      .footer #footer-nav .dropdown .dropdown-menu:after {
        display: block;
        content: '';
        position: absolute;
        width: 42px;
        height: 26px;
        background: url("../image/icon/sprite-sm.png") no-repeat 0 -103px;
        bottom: -20px;
        left: 105px; }
      .footer #footer-nav .dropdown .dropdown-menu li:before {
        background: url("../image/icon/sprite.png") no-repeat scroll -20px -135px transparent;
        content: "";
        display: block;
        height: 9px;
        left: 0;
        margin: 0 5px 0 0;
        position: relative;
        top: 15px;
        width: 8px; }
      .footer #footer-nav .dropdown .dropdown-menu li a:hover {
        color: #CDAB22; }
    .footer #footer-nav .nav .open > a, .footer #footer-nav .nav .open > a:hover, .footer #footer-nav .nav .open > a:focus {
      background: none; }
  .footer .copy {
    clear: both; }
    .footer .copy a:hover {
      text-decoration: underline; }
    .footer .copy .terms {
      font-size: 0.84615em; }

/* Buttons */
.btn.btn-gold {
  border: 1px solid #CDAB22;
  padding: 7px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
  .btn.btn-gold h5 {
    font-weight: 700;
    color: #603406;
    text-transform: uppercase;
    float: left;
    padding: 8px 10px 0px; }
  .btn.btn-gold .ico {
    float: left; }
  .btn.btn-gold:hover {
    background: #CDAB22; }
    .btn.btn-gold:hover h5 {
      color: #ffffff; }
    .btn.btn-gold:hover .ico.mail {
      background-position: -3px -38px; }

/* Icon Sprite */
.ico {
  background: url("../image/icon/sprite-lg.png") no-repeat;
  background-size: 400px 300px;
  display: inline-block; }
  .ico.mail {
    background-position: -3px -3px;
    width: 33px;
    height: 33px; }

/* Back to top */
.back-to-top {
  border-radius: 5px;
  text-align: center;
  background: #000;
  color: #fff;
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  z-index: 9999; }

.back-to-top:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

/* Jquery appear */
.hiding {
  opacity: 0; }

.visible {
  opacity: 1; }

/* Preloader */
#mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F6F6F6;
  z-index: 10000;
  height: 100%; }

#loader {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px; }

/*CUSTOM BOOTSTRAP GRIDS*/
.row.padding-8 {
  margin-left: -8px;
  margin-right: -8px; }
  .row.padding-8 > * {
    padding: 0px 8px; }
.row .thumbnail {
  padding: 5px 15px;
  border: 0; }
  .row .thumbnail img {
    margin: 0 0 5px 0; }

.popover.right > .arrow {
  z-index: 9999; }

.popover > .arrow, .popover > .arrow:after {
  z-index: 9999; }

/* PARTIAL CSS */
.form-group.inline {
  display: inline-block;
  position: relative;
  margin: 7px 0px 0px; }
.form-group .form-control-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 4px 6px;
  font-size: 1.84615em;
  color: #CDAB22; }
.form-group.top-search {
  visibility: hidden;
  display: none;
  position: relative;
  margin: 10px 0px 0px; }
  .form-group.top-search .form-control-icon {
    font-size: 1.84615em;
    padding: 4px 7px; }
.form-group select {
  width: auto; }

.error {
  font-size: 0.92308em;
  color: #a94442;
  font-weight: normal;
  font-family: Lato; }

.careers-form {
  margin-top: 20px; }

.hdcp {
  display: none; }

.errsh {
  color: red; }

/* Tablet device */
@media (min-width: 768px) {
  .form-group.top-search {
    display: inline-block;
    margin: 7px 0px 0px;
    float: right;
    max-width: 222px;
    width: 100%; }
    .form-group.top-search .form-control {
      height: 22px;
      padding: 2px 10px; }
    .form-group.top-search .form-control-icon {
      font-size: 1.15385em;
      padding: 3px 5px; }

  .careers-form .form-input {
    float: left;
    display: block;
    width: 60%; }
  .careers-form .form-group {
    display: block;
    overflow: hidden;
    margin-bottom: 15px; }

  .form-label {
    display: block;
    float: left;
    width: 40%; } }
.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-width: 200px; }
  .dropdown-submenu > .dropdown-menu li a {
    padding: 5px 10px; }

.dropdown-submenu.active > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu.active > a:after {
  border-left-color: #fff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

/*  GOOGLE captcha starts  */
@media (max-width: 567px) {
  #recaptcha_area {
    padding-bottom: 100px;
    position: relative; }
    #recaptcha_area #recaptcha_table {
      width: 100%; }
      #recaptcha_area #recaptcha_table tr > td {
        width: auto !important; }
    #recaptcha_area #recaptcha_image {
      width: auto !important; }
    #recaptcha_area #recaptcha_logo {
      position: absolute !important;
      bottom: 50px;
      left: 0; }
    #recaptcha_area .recaptcha_input_area {
      bottom: 0;
      left: 0;
      position: absolute !important;
      width: 100%; }
      #recaptcha_area .recaptcha_input_area input[type="text"] {
        width: 100% !important; } }
@media (max-width: 480px) {
  #recaptcha_area #recaptcha_image img {
    max-width: 240px !important;
    width: 100% !important; } }

@media (max-width: 568px) {
  .sfFormBox {
    width: 100%; } }
/*  GOOGLE captcha ends  */
@media (max-width: 540px) {
  #hero-carousel .hero-item .item-background {
    left: -75%; } }
/* Custom mobile */
@media (max-width: 480px) {
  .grid-box {
    height: auto; }

  .overview-table tbody > tr > td {
    float: left;
    width: 100%; }
  .overview-table tr:last-child td {
    border-top: none; }

  .footer #footer-nav li a {
    padding: 0 2px; }
  .footer #footer-nav .dropdown-menu li a {
    padding: 0 10px; }

  .article .table-text-padding-5 {
    padding-left: 0px !important; }
  .article .table-text-padding-2 {
    padding-left: 0px !important; }

  .core-values-content .pophover {
    margin: 0 auto 20px; }

  #hero-carousel .hero-item .item-background {
    left: -36% !important; } }
@media (max-width: 320px) {
  #hero-carousel .hero-item .item-background {
    left: -85% !important; } }
@media (min-width: 541px) and (max-width: 767px) {
  #hero-carousel .hero-item .item-background {
    left: -30%; } }
/* Mobile device */
@media (max-width: 767px) {
  .navbar-brand {
    /*margin-left: 15px !important;*/ }

  .navbar-default .navbar-collapse {
    /*margin-left: -5%;*/
    /*margin-right: -5%;*/
    background: #fff; }

  #hero-carousel .hero-item {
    position: relative; }
    #hero-carousel .hero-item .item-box {
      height: auto;
      margin: auto;
      left: 0 !important;
      right: 0 !important; }

  .grid-box {
    margin: 15px auto; }

  .top-breadcrumb {
    display: none; }

  .footer .copy {
    text-align: center; }
  .footer #footer-nav {
    text-align: center; }
    .footer #footer-nav .nav > li {
      display: inline-block; }
  .footer .navbar-nav .open .dropdown-menu {
    position: absolute;
    background: #ffffff; }

  .on-mission {
    position: relative;
    top: 120px; }
    .on-mission .hover-msg {
      margin-top: 0; }

  .article .col-sm-12 .col-sm-6:nth-child(odd) {
    padding-right: 0px; }
  .article .col-sm-12 .col-sm-6:nth-child(even) {
    padding-left: 0px; }

  .core-values {
    margin: 0px auto; }

  #footer-nav .pull-right {
    float: none !important; }

  .sm-nopadding {
    padding: 0; } }
.newsletter {
  background: #f0f0f0; }
  .newsletter .newsletter-wrapper {
    max-width: 1024px;
    background: #ffffff;
    margin: 0px auto; }
    .newsletter .newsletter-wrapper .main-sidemenu li {
      text-transform: none; }
    .newsletter .newsletter-wrapper .news-sidebar .title {
      min-height: auto !important; }
      .newsletter .newsletter-wrapper .news-sidebar .title h1 {
        max-width: 100% !important;
        font-size: 18px !important;
        padding-top: 0px !important; }
  .newsletter .ns-header {
    padding-bottom: 0;
    position: relative; }
  .newsletter .inside-ara-logo {
    display: inline-block;
    overflow: hidden; }
  .newsletter .issue-date {
    bottom: 10px;
    display: block;
    font-size: 15px;
    font-weight: 400;
    text-align: right;
    position: absolute;
    right: 15px;
    width: 100%; }
  .newsletter .top-breadcrumb {
    margin: 0; }
  .newsletter .title h1 {
    text-transform: none;
    padding: 20px 0px 0px;
    margin-bottom: 10px; }
  .newsletter .news-footer {
    min-height: 50px;
    background: #21396D; }
    .newsletter .news-footer .copy {
      padding: 15px 0 0;
      color: #ffffff; }
  .newsletter .news-more {
    color: #ff8e1e;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px; }
    .newsletter .news-more span {
      top: 1px;
      left: 5px; }
  .newsletter .news-content img {
    margin: 5px 0 10px; }
  .newsletter .news-content h4 {
    color: #ff8e1e;
    margin-bottom: 10px; }
  .newsletter .news-content .margin-right-10 {
    margin-right: 10px; }
  .newsletter .news-content p {
    text-align: justify; }
  @media (max-width: 1024px) {
    .newsletter .news-more {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .newsletter .ns-header {
      padding-bottom: 45px; }
    .newsletter .news-sidebar {
      margin-top: 35px; } }
  @media (max-width: 600px) {
    .newsletter .article .row {
      margin: 0; }
      .newsletter .article .row .thumbnail {
        padding: 0; } }
  .newsletter .announcement-wrapper {
    background: #ffffff;
    max-width: 768px;
    margin: 0px auto; }
    .newsletter .announcement-wrapper .wrapper {
      max-width: 725px; }

@media (min-width: 768px) and (max-width: 800px) {
  #hero-carousel .hero-item .item-background {
    left: -16%; } }
@media (max-width: 860px) {
  .mobile-nofloat {
    float: none !important; } }
/* Tablet device */
@media (min-width: 768px) {
  .navbar-default .navbar-collapse {
    padding-left: 1px;
    padding-right: 0; }
  .navbar-default .navbar-nav {
    text-align: justify;
    width: 100%;
    height: 36px; }
    .navbar-default .navbar-nav:after {
      content: '';
      display: inline-block;
      width: 100%; }
    .navbar-default .navbar-nav > li.dropdown > a {
      padding: 7px 8px 6px; }
    .navbar-default .navbar-nav > li {
      display: inline-block;
      float: none; }
      .navbar-default .navbar-nav > li > a {
        padding: 10px 10px 6px; }

  .section {
    padding-top: 15px !important; }

  .modal-dialog {
    width: 768px; }

  .title h1, .title h1 a {
    max-width: 74.3%; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* Navigation mobile appear earlier */
  /*	.navbar-default .navbar-collapse {
  	margin-left: -5%;
  	margin-right: -5%;
  	background: #fff;
  }
  .navbar-header {
  	float: none;
  }
  .navbar-toggle {
  	display: block;
  }
  .navbar-collapse {
  	border-top: 1px solid transparent;
  	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
  	display: none !important;
  }
  .navbar-collapse.collapse.in {
  	display: block !important;
  }
  .navbar-nav {
  	float: none !important;
  	margin: 7.5px -15px;
  	padding-right: 15px;
  }
  .navbar-nav>li {
  	float: none;
  	margin-bottom: 5px;
  }
  .navbar-nav>li>a {
  	padding-top: 10px;
  	padding-bottom: 10px;
  }
  .navbar-nav .open .dropdown-menu {
  	position: static;
  	float: none;
  	width: auto;
  	margin-top: 0;
  	background-color: transparent;
  	border: 0;
  	box-shadow: none;
  }*/
  /* End Navigation */
  .hover-message {
    margin-top: 30px; }
    .hover-message .hover-msg {
      text-align: right;
      padding-right: 20px; }
    .hover-message .hover-arrow {
      float: right; } }
/* Desktop small screen */
@media (min-width: 992px) {
  .wrapper {
    width: 85%; }

  .dropdown.open > .dropdown-menu {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Opera, Chrome, and Safari */
    display: block; }

  .dropdown.open > .dropdown-menu li a {
    color: #000; }

  .dropdown > .dropdown-menu li a {
    color: #fff; }

  .dropdown > .dropdown-menu {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    /* IE 9 */
    -webkit-transform: scale(1, 0);
    /* Opera, Chrome, and Safari */
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    display: block; }

  .dropup .dropdown-menu {
    -webkit-transform-origin: bottom;
    transform-origin: bottom; }

  .dropup > .dropdown-menu:after {
    border-bottom: 0;
    border-top: 6px solid rgba(39, 45, 51, 0.9);
    top: auto;
    display: inline-block;
    bottom: -6px;
    content: '';
    position: absolute;
    left: 50%;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent; }

  .footer .dropdown.open > .dropdown-menu {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Opera, Chrome, and Safari */
    display: block; }
  .footer .dropdown.open > .dropdown-menu li a {
    color: #000; }
  .footer .dropdown > .dropdown-menu li a {
    color: #fff; }
  .footer .dropdown > .dropdown-menu {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    /* IE 9 */
    -webkit-transform: scale(1, 0);
    /* Opera, Chrome, and Safari */
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    display: block; }
  .footer .dropup .dropdown-menu {
    -webkit-transform-origin: bottom;
    transform-origin: bottom; }
  .footer .dropup > .dropdown-menu:after {
    border-bottom: 0;
    border-top: 6px solid rgba(39, 45, 51, 0.9);
    top: auto;
    display: inline-block;
    bottom: -6px;
    content: '';
    position: absolute;
    left: 50%;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent; }

  #hero-carousel .hero-item .item-background {
    width: 100%;
    left: 0px; }

  .left-content {
    min-height: 550px; } }
/* Desktop large screen */
@media (min-width: 1200px) {
  .wrapper {
    width: 960px; }

  .navbar-default .navbar-nav {
    width: 100%;
    height: 44px; }
    .navbar-default .navbar-nav > li > a {
      padding: 18px 10px 6px; }
    .navbar-default .navbar-nav > li.dropdown > a {
      padding: 13px 5px 5px; } }
@media (max-width: 1200px) {
  #hero-carousel .hero-item {
    min-height: 280px; } }
@media (min-width: 1201px) and (max-width: 1359px) {
  #hero-carousel .hero-item {
    min-height: 330px; } }
@media print {
  #footer-nav {
    display: none; }

  .copy a {
    display: none; }

  .sidebar-right {
    display: none; }

  .regional-contact {
    display: block; }
    .regional-contact .ms-submenu {
      display: block; } }
.ir_boxHighlight {
  background: #e4e4e4;
  border: 1px dotted #333;
  padding: 7px; }
  .ir_boxHighlight .ir_boxCaptcha {
    background: #fff;
    margin-top: 10px;
    padding: 10px; }
  .ir_boxHighlight .ir_textError {
    color: #f00;
    padding: 15px 0;
    text-align: center; }
  .ir_boxHighlight .row {
    margin-top: 15px; }
  .ir_boxHighlight .ir_field .ir_imgc {
    display: inline-block; }
  @media (max-width: 568px) {
    .ir_boxHighlight #recaptcha_image {
      height: auto !important;
      width: auto !important; }
      .ir_boxHighlight #recaptcha_image img {
        display: block;
        height: auto !important;
        margin: auto;
        max-width: 100%;
        width: auto !important; } }
  @media (max-width: 360px) {
    .ir_boxHighlight .ir_field input[type="text"] {
      margin-bottom: 10px;
      max-width: 100%;
      width: 100%; } }

.width-auto {
  width: auto !important; }

.multi-carousel {
  width: 100%; }
  .multi-carousel .slider-item {
    width: 100%; }
    .multi-carousel .slider-item .slider-caption {
      position: absolute;
      bottom: 0;
      background: url("../image/icon/caption-bg.png") repeat;
      width: 100%;
      padding: 5px 10px;
      color: #ffffff;
      text-align: right; }
  .multi-carousel .owl-controls .owl-dots .owl-dot span {
    background: #ffffff;
    border: 1px solid #02142D; }
  .multi-carousel .owl-controls .owl-dots .active span {
    background: #02142D;
    border: 1px solid #ffffff; }

.newsletter {
  font: 14px Arial; }
  .newsletter .article h3 {
    color: #CDAB22;
    margin-bottom: 10px;
    font-size: 26px; }
    .newsletter .article h3 a {
      color: #CDAB22;
      font-size: 26px; }
  .newsletter .article p {
    margin: 0px 0px 10px !important; }
  .newsletter .owl-carousel .slider-item > img {
    margin: 0; }
  .newsletter .owl-carousel .owl-controls {
    margin-bottom: 10px;
    margin-top: 15px; }
  .newsletter .qa-question {
    display: table;
    font-family: Arial;
    margin-bottom: 40px;
    margin-top: 20px;
    overflow: hidden;
    width: 100%; }
    .newsletter .qa-question .qaq-orange-box {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      background: #ff8e1e;
      color: #fff;
      display: inline-block;
      font-size: 24px;
      font-weight: bold;
      min-width: 145px;
      padding: 30px 10px;
      text-align: center; }
    .newsletter .qa-question .qa-question-left {
      display: table-cell;
      vertical-align: top; }
    .newsletter .qa-question .qa-question-right {
      color: #ff8e1e;
      display: table-cell;
      font-size: 20px;
      font-style: italic;
      padding-left: 15px;
      padding-top: 5px;
      vertical-align: top; }
  .newsletter .qa {
    display: table;
    margin-bottom: 40px; }
    .newsletter .qa .qa-left {
      display: table-cell;
      min-width: 150px;
      vertical-align: top; }
      .newsletter .qa .qa-left > img {
        border: solid 1px #BABABA; }
    .newsletter .qa .qa-right {
      display: table-cell;
      font-style: italic;
      padding-bottom: 16px;
      padding-left: 15px;
      position: relative;
      vertical-align: top; }
      .newsletter .qa .qa-right .qa-name {
        bottom: 0;
        font-style: normal;
        position: absolute;
        right: 0; }
  .newsletter .upcoming-events {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
    .newsletter .upcoming-events > li {
      background: #fff;
      display: table;
      font-size: 16px;
      overflow: hidden;
      padding: 10px;
      position: relative;
      width: 100%; }
      .newsletter .upcoming-events > li.blue-bg {
        background: #f0f3ff; }
    .newsletter .upcoming-events .ue-place, .newsletter .upcoming-events .ue-title, .newsletter .upcoming-events .ue-dates {
      display: table-cell;
      vertical-align: top; }
    .newsletter .upcoming-events .ue-place {
      color: #ff8e1e;
      font-weight: bold;
      padding-right: 10px;
      width: 35px; }
    .newsletter .upcoming-events .ue-title {
      color: #21396D;
      padding-right: 10px; }
    .newsletter .upcoming-events .ue-dates {
      color: #ff8e1e;
      width: 180px; }
  .newsletter .ns-division span {
    display: block;
    width: 100%; }
  .newsletter .headline-announcements {
    font: lighter 19px "Open Sans", sans-serif;
    padding: 40px 0 15px 0; }
  @media (max-width: 768px) {
    .newsletter .upcoming-events .ue-dates {
      width: 120px; } }
  @media (max-width: 480px) {
    .newsletter .qa-question {
      display: block;
      margin-bottom: 20px; }
      .newsletter .qa-question .qa-question-left, .newsletter .qa-question .qa-question-right {
        display: block; }
      .newsletter .qa-question .qaq-orange-box {
        margin-bottom: 10px; }
      .newsletter .qa-question .qa-question-right {
        padding-left: 0; }
    .newsletter .qa {
      border-bottom: 3px solid #CDAB22;
      display: block; }
      .newsletter .qa:last-of-type {
        border: none; }
      .newsletter .qa .qa-left, .newsletter .qa .qa-right {
        display: block; }
      .newsletter .qa .qa-left img {
        margin-right: 15px; }
      .newsletter .qa .qa-right {
        padding-bottom: 40px;
        padding-left: 0; }
        .newsletter .qa .qa-right .qa-name {
          bottom: 15px; }
    .newsletter .upcoming-events .ue-dates {
      width: 70px; } }

.main-sidemenu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }
  .main-sidemenu > li {
    display: block; }
    .main-sidemenu > li.panel {
      border: none; }
      .main-sidemenu > li.panel .ms-subable > li {
        border: none;
        margin-bottom: 5px !important; }
        .main-sidemenu > li.panel .ms-subable > li > a {
          border: 1px solid #b8c7cf;
          color: #21396D;
          display: block;
          font-family: "Helvetica", Arial;
          font-size: 1.07692em;
          font-weight: 600;
          padding: 5px 15px 5px 25px; }
          .main-sidemenu > li.panel .ms-subable > li > a.expandable {
            color: #CDAB22;
            position: relative; }
            .main-sidemenu > li.panel .ms-subable > li > a.expandable:hover {
              color: #CDAB22; }
            .main-sidemenu > li.panel .ms-subable > li > a.expandable.collapsed {
              color: #21396D; }
              .main-sidemenu > li.panel .ms-subable > li > a.expandable.collapsed:before {
                background-position: -18px -113px; }
            .main-sidemenu > li.panel .ms-subable > li > a.expandable:before {
              content: '';
              display: block;
              position: absolute;
              background: url("../image/icon/sprite.png") no-repeat -54px -112px;
              width: 11px;
              height: 11px;
              float: left;
              top: 10px;
              left: 10px;
              margin: 0 5px 0 0; }
      .main-sidemenu > li.panel .ms-subable .ms-submenu {
        border-bottom: none; }
    .main-sidemenu > li > a {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      border-bottom: 1px solid #b8c7cf;
      color: #21396D;
      display: block;
      font-family: "Helvetica", Arial;
      font-size: 1.07692em;
      font-weight: 600;
      padding: 5px 15px 5px 25px; }
      .main-sidemenu > li > a:hover, .main-sidemenu > li > a.active {
        color: #CDAB22; }
      .main-sidemenu > li > a.expandable {
        color: #CDAB22;
        position: relative; }
        .main-sidemenu > li > a.expandable:hover {
          color: #CDAB22; }
        .main-sidemenu > li > a.expandable.collapsed {
          color: #21396D; }
          .main-sidemenu > li > a.expandable.collapsed:before {
            background-position: -18px -113px; }
        .main-sidemenu > li > a.expandable:before {
          content: '';
          display: block;
          position: absolute;
          background: url("../image/icon/sprite.png") no-repeat -54px -112px;
          width: 11px;
          height: 11px;
          float: left;
          top: 10px;
          left: 10px;
          margin: 0 5px 0 0; }

.ms-submenu {
  border-bottom: 1px solid #b8c7cf;
  margin: 0;
  padding: 0 15px; }
  .ms-submenu.collapsing {
    display: block; }
  .ms-submenu.ms-submenu-ct {
    border-bottom: none; }
  .ms-submenu > li {
    display: block;
    position: relative; }
    .ms-submenu > li:first-of-type {
      margin-top: 5px; }
    .ms-submenu > li:last-of-type {
      margin-bottom: 15px; }
    .ms-submenu > li > a {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      border-bottom: 1px dotted #b8c7cf;
      display: block;
      font-family: 'Open Sans', sans-serif;
      font-size: 13px;
      font-weight: 600;
      padding: 5px 10px;
      text-transform: uppercase; }
      .ms-submenu > li > a:hover {
        color: #CDAB22; }
      .ms-submenu > li > a:before {
        content: '';
        display: block;
        background: url("../image/icon/sprite.png") no-repeat -20px -135px;
        width: 8px;
        height: 11px;
        margin: 0 5px 0 0;
        position: absolute;
        left: 0;
        top: 12px; }
  .ms-submenu .ms-submenu-content {
    padding: 5px 0; }

.padding-right-15 {
  padding-right: 15px !important; }

/** Additional : Dion **/
.main-sidemenu li {
  text-transform: uppercase; }

/** For Sitefinity Used : Custom Style **/
.RadSiteMap .rsmOneLevel {
  margin-left: -5px !important; }
  .RadSiteMap .rsmOneLevel .rsmItem .rsmLink {
    font-size: 1em !important;
    font-weight: 600 !important;
    color: #603406 !important; }
  .RadSiteMap .rsmOneLevel .rsmItem .rsmLink:last-child {
    color: #777;
    pointer-events: none; }
  .RadSiteMap .rsmOneLevel .rsmItem .rsmLink:hover {
    background: none;
    color: #603406; }
  .RadSiteMap .rsmOneLevel .rsmItem .sfBreadcrumbNodeSeparator {
    color: #949494; }
  .RadSiteMap .rsmOneLevel .sfNoBreadcrumbNavigation .rsmLink {
    color: #777 !important; }

.jWidthAuto {
  width: 1100px !important; }

/** Form Styling **/
.sfFormsEditor {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px; }
  .sfFormsEditor input, .sfFormsEditor textarea, .sfFormsEditor select {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    height: 34px;
    width: 100%;
    display: block; }
    .sfFormsEditor input:first-child, .sfFormsEditor textarea:first-child, .sfFormsEditor select:first-child {
      margin-bottom: 15px; }
    .sfFormsEditor input:focus, .sfFormsEditor textarea:focus, .sfFormsEditor select:focus {
      border-color: #66AFE9;
      outline: 0px none;
      box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6); }
  .sfFormsEditor textarea {
    height: 230px; }
  .sfFormsEditor select {
    width: auto; }

.sfFormBox {
  width: 40%; }

@media (max-width: 990px) {
  .sfFormBox {
    width: 80% !important; } }
@media (max-width: 767px) {
  .sfFormBox {
    width: 100% !important; } }
.sfFormDropdown .sfTxtLbl {
  width: 100%; }

.sfFormSubmit input {
  width: auto;
  border: 1px solid #CDAB22;
  padding: 7px 10px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -moz-user-select: none;
  background-image: none; }
  .sfFormSubmit input:hover {
    background: none repeat scroll 0% 0% #CDAB22; }

.sfFormFile .sfTxtLbl {
  font-weight: bold;
  display: block;
  width: 24%;
  float: left; }
@media (max-width: 525px) {
  .sfFormFile .sfTxtLbl {
    width: 100%;
    float: none;
    margin-bottom: 10px; } }

.RadUpload .ruInputs {
  width: 100%; }
.RadUpload .ruFileWrap {
  width: 60%;
  height: 26px !important; }
.RadUpload .ruFakeInput {
  width: 68% !important;
  float: left !important;
  padding: 2px 4px 4px 4px !important; }
@media (max-width: 320px) {
  .RadUpload .ruFakeInput {
    display: none; }
  .RadUpload .ruFileWrap {
    width: 65px; } }
.RadUpload .ruButton {
  padding-bottom: 5px !important; }

.sfExample {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

.sfSuccess {
  font-size: 20px;
  text-align: center;
  margin-top: 10%;
  color: green; }

.sfError {
  font-size: 0.92308em;
  color: #A94442;
  font-weight: normal;
  font-family: Lato;
  margin-top: -15px;
  margin-bottom: 15px; }
  .sfError ul {
    margin-left: -40px; }
    .sfError ul li {
      list-style-type: none; }

.sfCaptchaError ul {
  margin-left: -40px; }
  .sfCaptchaError ul li {
    list-style-type: none;
    color: #FF0000; }

.contact-form-style .sfFormBox {
  width: 55%; }

@media (max-width: 1200px) {
  .navbar .navbar-menu-right {
    width: 100% !important;
    float: none !important; }
    .navbar .navbar-menu-right > div {
      margin: 0px !important; } }
@media (max-width: 767px) {
  .wrapper .sf_cols {
    width: auto !important; }

  .navbar .navbar-header {
    width: 100% !important; }
    .navbar .navbar-header .navbar-toggle {
      margin-right: -15px !important; }
  .navbar .navbar-collapse {
    clear: both !important;
    color: red; } }
@media (max-width: 767px) {
  .header .navbar .dropdown .dropdown-submenu li a {
    padding-left: 35px;
    padding-right: 35px; } }

/*# sourceMappingURL=style.css.map */
