@charset "UTF-8";
/*----------  libraries
------------------------------------------------------------------------------*/
/*----------  reset
------------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

html {
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/*----------  base reset
------------------------------------------------------------------------------*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

/*----------  links
------------------------------------------------------------------------------*/
a {
  text-decoration: none; }

a:focus, a:hover, a:active {
  outline: none; }

/*----------  typography
------------------------------------------------------------------------------*/
abbr[title] {
  border-bottom: 1px dotted; }

/*b, strong { font-weight: bold; }*/
blockquote {
  margin: 0; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*----------  lists
------------------------------------------------------------------------------*/
nav ul,
nav ol,
ul,
li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/*----------  Embedded content
------------------------------------------------------------------------------*/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

/*----------  forms
------------------------------------------------------------------------------*/
figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

input, textarea, select {
  outline: none; }

/*----------  tables
------------------------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/*----------  chrome frame prompt
------------------------------------------------------------------------------*/
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/*----------  clearfix
------------------------------------------------------------------------------*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/*----------  variables
------------------------------------------------------------------------------*/
/*----------  helpers
------------------------------------------------------------------------------*/
/*----------  responsive breakpoints
------------------------------------------------------------------------------*/
/*---------- retina sprite
------------------------------------------------------------------------------*/
/*---------- IE gradient
------------------------------------------------------------------------------*/
/*----------  font smoothing
------------------------------------------------------------------------------*/
/*----------  input placeholder
------------------------------------------------------------------------------*/
/*----------  base float
------------------------------------------------------------------------------*/
/*----------  Text Overflow
------------------------------------------------------------------------------*/
/*----------  vertical align
------------------------------------------------------------------------------*/
/*---------- horizontal align
------------------------------------------------------------------------------*/
/*----------  appearance
------------------------------------------------------------------------------*/
/*----------  helpers
------------------------------------------------------------------------------*/
.footer .wrapper, .boxes > .row, .document-download .top-download .top-download-inner .inner, .document-download .top-download .top-download-inner .document-links {
  *zoom: 1; }
  .footer .wrapper:before, .boxes > .row:before, .document-download .top-download .top-download-inner .inner:before, .document-download .top-download .top-download-inner .document-links:before, .footer .wrapper:after, .boxes > .row:after, .document-download .top-download .top-download-inner .inner:after, .document-download .top-download .top-download-inner .document-links:after {
    content: "";
    display: table; }
  .footer .wrapper:after, .boxes > .row:after, .document-download .top-download .top-download-inner .inner:after, .document-download .top-download .top-download-inner .document-links:after {
    clear: both; }

.hide {
  display: none; }

.show {
  display: block; }

.clear {
  clear: both; }

.no-margin {
  margin: 0; }

.fleft {
  float: left; }

.fright {
  float: right; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

/*----------  ie fix
------------------------------------------------------------------------------*/
.chromeframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

.ie7 {
  height: auto; }
  .ie7 body {
    overflow: hidden;
    height: auto; }

/*----------  base
------------------------------------------------------------------------------*/
/*----------  typography
------------------------------------------------------------------------------*/
.find-more:before, .homebanner .top-description .find-more:before, .three-cols-wrap .col ul.list-type > li > a:before, .investors-wrapper .investors-landing .row .col > a:before, .ico.search-icon:after, .flexslider .flex-direction-nav a.flex-next:before, .flexslider .flex-direction-nav a.flex-prev:before, .sidebar ul > li:before, .accordion .item .accordion-head a:after, .sitemap .box .box-detail > ul > li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  font-weight: 300;
  padding-bottom: 33px;
  margin-bottom: 29px;
  position: relative; }
  h1 .date {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 27px;
    text-transform: lowercase; }
  .borderless h1 {
    border-bottom: none;
    padding-bottom: 0px; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    h1 {
      width: 100%;
      float: left;
      font-size: 30px;
      line-height: 36px;
      color: #164172;
      padding-bottom: 13px;
      margin-bottom: 0; } }

h2 {
  font-size: 24px;
  line-height: 27px;
  color: #164172;
  margin-bottom: 16px;
  text-transform: uppercase; }
  h2 a {
    font-size: 24px;
    line-height: 27px;
    color: #555;
    margin-bottom: 16px;
    text-transform: uppercase; }

h3 {
  font-size: 20px;
  line-height: 18px;
  color: #3684c3;
  margin-bottom: 16px; }

h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #164172;
  margin-bottom: 9px; }

h5 {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 7px; }

b, strong {
  color: #000;
  font-weight: normal; }

::selection {
  background: #3684c3; }

/*----------  rte
------------------------------------------------------------------------------*/
.rte {
  width: 100%;
  float: left;
  position: relative;
  /* .boxes {
  	width: auto;
  	margin: 0 -18px;
  } */ }
  .rte.scroller {
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .rte p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #555;
    margin-bottom: 20px; }
    .rte p span {
      display: block; }
    .rte p.intro {
      font-size: 18px;
      line-height: 30px;
      font-weight: 700;
      color: #555; }
    .rte p.img-align-right {
      float: right;
      margin: 0 0 20px 20px;
      max-width: 100%; }
      .rte p.img-align-right img {
        width: 100%; }
      @media only screen and (max-width: 480px) {
        .rte p.img-align-right {
          float: left;
          width: 100%;
          margin: 0 0 20px 0; } }
    .rte p.img-align-left {
      float: left;
      margin: 8px 20px 20px 0;
      max-width: 100%; }
      .rte p.img-align-left img {
        width: 100%; }
      @media only screen and (max-width: 480px) {
        .rte p.img-align-left {
          float: left;
          width: 100%;
          margin: 8px 0 20px 0; } }
    .rte p.centered {
      width: 100%;
      float: left;
      text-align: center;
      margin-top: 40px; }
      .rte p.centered span {
        display: block;
        font-size: 12px; }
    .rte p img {
      margin-bottom: 15px; }
      .rte p img.left {
        float: left;
        margin-right: 15px; }
      .rte p img.right {
        float: right;
        margin-left: 15px; }
      @media only screen and (max-width: 480px) {
        .rte p img.left, .rte p img.right {
          float: none;
          margin: 15px 0;
          width: 100%; } }
  .rte a {
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    color: #164172;
    font-weight: 300;
    cursor: pointer; }
    .rte a:hover {
      color: #3684c3; }
  .rte h2 a {
    text-decoration: none !important;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    margin-bottom: 16px;
    text-transform: uppercase; }
    .rte h2 a:visited {
      color: #000; }
  .rte .img-holder {
    width: 215px;
    float: left;
    overflow: hidden; }
  .rte img {
    max-width: 100%;
    height: auto; }
    .rte img.img-align-right {
      float: right;
      margin: 0 0 20px 20px;
      max-width: 100%; }
    .rte img.img-align-left {
      float: left;
      margin: 0 20px 20px 0;
      max-width: 100%; }
  .rte .full-width img {
    width: 100%; }
  .rte ul {
    width: 100%;
    float: left;
    margin-bottom: 26px; }
    .rte ul li {
      width: 100%;
      float: left;
      position: relative;
      color: #555;
      font-size: 16px;
      line-height: 30px;
      font-weight: 300;
      padding-left: 9px;
      padding-bottom: 4px; }
      .rte ul li:before {
        content: "";
        position: absolute;
        width: 3px;
        height: 3px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        left: 0;
        top: 13px;
        background: #555; }
  .rte ol {
    width: 100%;
    float: left;
    counter-reset: li-counter;
    margin-bottom: 26px; }
    .rte ol li {
      width: 100%;
      float: left;
      position: relative;
      color: #555;
      font-size: 16px;
      line-height: 30px;
      font-weight: 300;
      padding-left: 15px;
      padding-bottom: 17px; }
      .rte ol li:before {
        content: counter(li-counter) ".";
        counter-increment: li-counter;
        position: absolute;
        left: 0;
        top: 0; }
  .rte iframe {
    width: 100%;
    float: left;
    overflow: hidden; }
    .rte iframe.desktop {
      display: block; }
    .rte iframe.mobile {
      display: none;
      width: 100% !important; }
  .rte .cols-wrap {
    width: 100%;
    float: left;
    margin-bottom: 25px; }
    .rte .cols-wrap .col {
      float: left;
      margin-right: 4.895104895104895%; }
      .rte .cols-wrap .col img {
        width: 100%; }
      .rte .cols-wrap .col:last-of-type {
        margin-right: 0; }
    .rte .cols-wrap.two .col {
      width: 47.55244755244755%; }
    .rte .cols-wrap.three .col {
      width: 30.06993006993007%; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .rte .boxes {
      width: 100%; }
    .rte .cols-wrap {
      margin-bottom: 0; }
      .rte .cols-wrap .col {
        width: 100% !important;
        margin-bottom: 20px; }
    .rte iframe.desktop {
      display: none; }
    .rte iframe.mobile {
      display: block; }
    .rte table {
      font-size: 12px;
      overflow-x: auto;
      display: block; }
      .rte table tr th {
        padding: 12px 5px 16px 5px; }
      .rte table p {
        font-size: 12px;
        line-height: 17px; } }

/*----------  layout
------------------------------------------------------------------------------*/
html {
  position: relative;
  min-height: 100%; }

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #666666;
  background-color: #fff; }

.container {
  width: 100%;
  float: left;
  overflow: hidden;
  /* position: relative;
  padding: 0 0 105px 0; */
  /* &.simple-banner {
   	padding-bottom: 80px;
   } 
  /* @include breakpoint(640px) {
  	padding: 0 0 140px 0;
  } */ }

.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2; }
  @media only screen and (max-width: 640px) {
    .bg-img {
      display: none; } }

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px; }
  .main-content .wrapper {
    padding: 0; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .wrapper {
      padding: 0 24px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .wrapper {
      padding: 0 20px;
      width: 100%; } }

/*----------  layout
------------------------------------------------------------------------------*/
/*----------  button
------------------------------------------------------------------------------*/
.btn {
  height: 31px;
  line-height: 31px !important;
  padding: 0 39px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none !important; }
  .btn.black {
    background: #242021;
    color: #fff !important; }
    .btn.black:hover {
      background: #60595b;
      color: #fff !important; }
  .btn.orange {
    /* background: $orange;
    color: $black;
    &:hover {
    	background: $black;
    	color: $white;
    } */
    background: #3684c3;
    text-transform: capitalize;
    font-size: 16px;
    height: auto;
    padding: 3px 47px 6px 48px;
    color: #fff !important; }
    .btn.orange:hover {
      background: #164172;
      color: #fff !important; }
  .btn.green {
    /* background: $green;
    color: $black;
    &:hover {
    	background: $black;
    	color: $white;
    } */
    background: #3684c3;
    text-transform: capitalize;
    font-size: 16px;
    height: auto;
    padding: 3px 47px 6px 48px;
    color: #fff !important; }
    .btn.green:hover {
      background: #164172;
      color: #fff !important; }
  .btn.blue {
    background: #3684c3;
    text-transform: capitalize;
    font-size: 16px;
    height: auto;
    padding: 3px 47px 6px 48px;
    color: #fff !important; }
    .btn.blue:hover {
      background: #164172;
      color: #fff !important; }
  .btn.scroll {
    float: right;
    display: block;
    margin-bottom: 15px; }

.find-more, .homebanner .top-description .find-more, .three-cols-wrap .col ul.list-type > li > a, .investors-wrapper .investors-landing .row .col > a {
  color: #164172;
  line-height: 20px !important;
  font-size: 14px !important;
  vertical-align: middle;
  margin-bottom: 10px;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block; }
  .find-more:before, .homebanner .top-description .find-more:before, .three-cols-wrap .col ul.list-type > li > a:before, .investors-wrapper .investors-landing .row .col > a:before {
    content: "\f054";
    color: #3684c3;
    font-size: 13px;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 3px; }
  .find-more:hover, .homebanner .top-description .find-more:hover, .three-cols-wrap .col ul.list-type > li > a:hover, .investors-wrapper .investors-landing .row .col > a:hover {
    text-decoration: underline; }

.link-gold-arrow {
  background: url(/img/icons/arrow-blue-right.png) no-repeat 2px 3px;
  padding-left: 16px;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  font-weight: 400; }
  .link-gold-arrow:hover {
    text-decoration: underline; }

.arrow-top-blue {
  background: url(/img/arrow-top-blue.png) no-repeat 0 center;
  padding-left: 20px; }

.download-link,
.online-link,
.video-link,
.webcast-link,
.text-link {
  float: left;
  clear: both;
  font-size: 14px;
  line-height: 17px;
  color: #164172;
  position: relative;
  padding-left: 27px; }
  .download-link i,
  .online-link i,
  .video-link i,
  .webcast-link i,
  .text-link i {
    float: left;
    display: inline-block; }
  .download-link:hover,
  .online-link:hover,
  .video-link:hover,
  .webcast-link:hover,
  .text-link:hover {
    text-decoration: underline; }
  .download-link:before,
  .online-link:before,
  .video-link:before,
  .webcast-link:before,
  .text-link:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 16px;
    margin-right: 3px;
    top: 2px;
    left: 0;
    margin: -1px 9px 0 0; }
  @media only screen and (max-width: 480px) {
    .download-link,
    .online-link,
    .video-link,
    .webcast-link,
    .text-link {
      font-size: 12px; } }

.download-link {
  margin-bottom: 19px; }
  .download-link:before {
    background: url(/img/link-download.png) no-repeat 0 center; }

.online-link {
  margin-bottom: 18px; }
  .online-link:before {
    background: url(/img/link-view.png) no-repeat 0 center; }

.video-link {
  margin-bottom: 19px; }
  .video-link:before {
    background: url(/img/link-video.png) no-repeat 0 center; }

.webcast-link {
  margin-bottom: 19px; }
  .webcast-link:before {
    background: url(/img/link-webcast.png) no-repeat 0 center; }

.text-link {
  margin-bottom: 19px; }
  .text-link i {
    background: url('../img/icons-sbdc4747513.png') no-repeat 0 -908px;
    height: 20px;
    width: 16px;
    margin: -1px 12px 0 0; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      .text-link i {
        background: url('../img/icons2x-sf3d984f315.png') no-repeat 0 -636px;
        background-size: 54px 734px;
        height: 20px;
        width: 16px; } }

/*----------  icons
------------------------------------------------------------------------------*/
.ico {
  display: inline-block; }
  .ico.search-icon:after {
    /* @include sprite(ico-search); */
    content: "\f002";
    color: #164172;
    font-size: 18px;
    position: absolute;
    top: 1px;
    right: 8px;
    width: 20px;
    height: 20px;
    font-weight: 700; }
  .ico.mobile-menu {
    /* @include sprite(ico-mobile-menu);  */
    width: 23px;
    height: 19px;
    background: url("../img/nav-bars.png") no-repeat;
    float: left; }
  .ico.close {
    background: url('../img/icons-sbdc4747513.png') no-repeat 0 -198px;
    height: 18px;
    width: 18px;
    float: left;
    margin: 15px 0 0 22px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      .ico.close {
        background: url('../img/icons2x-sf3d984f315.png') no-repeat 0 -115px;
        background-size: 54px 734px;
        height: 18px;
        width: 18px; } }
  .ico.twitter {
    background: url('../img/icons-sbdc4747513.png') no-repeat 0 -948px;
    height: 16px;
    width: 20px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      .ico.twitter {
        background: url('../img/icons2x-sf3d984f315.png') no-repeat 0 -666px;
        background-size: 54px 734px;
        height: 16px;
        width: 20px; } }
  .ico.facebook {
    background: url('../img/icons-sbdc4747513.png') no-repeat 0 -340px;
    height: 20px;
    width: 10px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      .ico.facebook {
        background: url('../img/icons2x-sf3d984f315.png') no-repeat 0 -217px;
        background-size: 54px 734px;
        height: 20px;
        width: 10px; } }
  .ico.pinterest {
    background: url('../img/icons-sbdc4747513.png') no-repeat 0 -653px;
    height: 22px;
    width: 16px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      .ico.pinterest {
        background: url('../img/icons2x-sf3d984f315.png') no-repeat 0 -441px;
        background-size: 54px 734px;
        height: 22px;
        width: 16px; } }
  .ico.youtube {
    background: url('../img/icons-sbdc4747513.png') no-repeat 0 -1020px;
    height: 16px;
    width: 24px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      .ico.youtube {
        background: url('../img/icons2x-sf3d984f315.png') no-repeat 0 -718px;
        background-size: 54px 734px;
        height: 16px;
        width: 24px; } }
  .ico.instagram {
    background: url('../img/icons-sbdc4747513.png') no-repeat 0 -416px;
    height: 16px;
    width: 16px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      .ico.instagram {
        background: url('../img/icons2x-sf3d984f315.png') no-repeat 0 -273px;
        background-size: 54px 734px;
        height: 16px;
        width: 16px; } }
  .ico.arrow-sidebar {
    background: url('../img/icons-sbdc4747513.png') no-repeat 0 -132px;
    height: 8px;
    width: 6px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      .ico.arrow-sidebar {
        background: url('../img/icons2x-sf3d984f315.png') no-repeat 0 -69px;
        background-size: 54px 734px;
        height: 8px;
        width: 6px; } }
  .ico.search-icon-light {
    background: url('../img/icons-sbdc4747513.png') no-repeat 0 -829px;
    height: 20px;
    width: 18px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      .ico.search-icon-light {
        background: url('../img/icons2x-sf3d984f315.png') no-repeat 0 -577px;
        background-size: 54px 734px;
        height: 20px;
        width: 18px; } }
  .ico.home {
    background: url('../img/icons-sbdc4747513.png') no-repeat 0 -380px;
    height: 16px;
    width: 16px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      .ico.home {
        background: url('../img/icons2x-sf3d984f315.png') no-repeat 0 -247px;
        background-size: 54px 734px;
        height: 16px;
        width: 16px; } }

/*----------  forms
------------------------------------------------------------------------------*/
input,
textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: 40px;
  background: #fff;
  padding: 0 10px;
  color: #666666;
  border: 1px solid #ddd;
  outline: none;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #666666; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #666666; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #666666; }
  input:hover, input:focus, input:active,
  textarea:hover,
  textarea:focus,
  textarea:active {
    border-color: #555; }

textarea {
  resize: vertical;
  min-height: 100px;
  max-height: 300px;
  overflow: auto; }

.placeholder {
  color: #666666; }

label {
  width: 26%;
  color: #333;
  float: left;
  position: relative;
  font-size: 14px;
  font-weight: 300; }
  label.regular-label {
    line-height: 40px; }

.form-content {
  width: 100%;
  float: left;
  padding-top: 10px; }
  .form-content .intro {
    width: 73%; }
    .form-content .intro p {
      font-size: 18px;
      line-height: 30px;
      font-weight: 300;
      margin-bottom: 35px; }
    .form-content .intro span {
      display: block;
      font-size: 16px;
      font-weight: 300;
      margin-bottom: 28px; }
  .form-content .email-form {
    width: 55%; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .form-content {
      padding-top: 0; } }

.form-group {
  /* padding-bottom: 21px;
  margin-bottom: 28px;
  border-bottom: 1px solid #dfdfdf; */ }
  .form-group:last-of-type {
    padding-bottom: 0;
    border: none; }
  .form-group.smaller-margin {
    margin-bottom: 15px; }
  .form-group .form-row {
    width: 100%;
    float: left;
    display: table;
    margin-bottom: 10px;
    clear: both; }
    .form-group .form-row label {
      display: table-cell;
      float: none;
      vertical-align: middle; }
    .form-group .form-row input {
      display: table-cell;
      height: 40px;
      padding-top: 8px;
      padding-bottom: 8px; }
    .form-group .form-row.textarea label {
      vertical-align: top;
      padding-top: 10px; }
  .form-group .select-wrap {
    position: relative; }
    .form-group .select-wrap:after {
      content: "";
      position: absolute;
      top: 14px;
      right: 5px;
      width: 14px;
      height: 10px;
      background: url(../img/select-caret.jpg) no-repeat 0 0; }
  .form-group select {
    width: 74%;
    height: 40px;
    padding-left: 4px;
    color: #666666;
    margin-bottom: 10px;
    position: realtive;
    border: 1px solid #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer; }
    .form-group select:hover, .form-group select:focus, .form-group select:active {
      border-color: #555; }
  .form-group p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300; }
  .form-group .selectric-wrapper {
    width: 350px;
    float: left; }
  .form-group .buttons {
    width: 100%;
    float: left;
    padding-top: 11px;
    margin-left: 26%; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .form-group {
      padding-bottom: 30px; }
      .form-group.smaller-margin {
        padding-bottom: 20px;
        margin-bottom: 24px; }
      .form-group .form-row label,
      .form-group .form-row input {
        width: 100%;
        display: block;
        float: left; }
      .form-group .regular-label {
        width: 100%;
        margin-bottom: 10px; }
      .form-group .checkbox:last-of-type {
        margin-bottom: 0; }
      .form-group .radio:last-of-type {
        margin-bottom: 5px; }
      .form-group .radio label {
        width: 70px; }
      .form-group .selectric-wrapper {
        width: 100%; }
      .form-group .buttons {
        padding-top: 4px;
        margin-bottom: 40px; } }

/*----------  custom select
------------------------------------------------------------------------------*/
.newListSelected {
  width: 100%;
  float: left;
  height: 40px;
  cursor: pointer;
  margin-bottom: 20px;
  margin: 0 10px 20px 0; }
  .newListSelected .selectedTxt {
    width: 277px;
    float: left;
    height: 40px;
    line-height: 34px;
    background: #fff;
    border: solid 1px #ddd;
    padding: 0 25px 0 10px;
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative; }
    .newListSelected .selectedTxt:after {
      content: "";
      position: absolute;
      top: 13px;
      right: 10px;
      width: 14px;
      height: 10px;
      background: url(../img/select-caret.jpg) no-repeat 0 0; }
  .newListSelected .newList {
    width: 277px;
    overflow: auto;
    position: absolute;
    z-index: 9999;
    background: #fff;
    float: none;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 550px; }
    .newListSelected .newList li {
      width: 100%;
      display: block;
      float: left;
      margin-bottom: 0;
      border-left: 1px solid #d3d3d3;
      border-right: 1px solid #d3d3d3; }
      .newListSelected .newList li a {
        width: 100%;
        float: left;
        color: #666666;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        padding: 3px 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        text-align: left;
        height: auto; }
        .newListSelected .newList li a.newListHover {
          text-decoration: underline; }
  .newListSelected.newListSelFocus {
    outline: none !important; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .newListSelected {
      width: 100%; }
      .newListSelected .selectedTxt {
        width: 100%; }
      .newListSelected .newList {
        width: 100%; } }

/*----------  contour form
------------------------------------------------------------------------------*/
.contour {
  width: 100%;
  float: left;
  margin-bottom: 20px; }
  .contour .contourPage fieldset {
    padding: 0 !important;
    margin-bottom: 0; }
    .contour .contourPage fieldset legend {
      margin-bottom: 28px;
      font-size: 18px;
      font-weight: normal;
      color: #555; }
  .contour .contourPage .contourField {
    width: 55%;
    margin-bottom: 10px; }
    .contour .contourPage .contourField.dropdownlist {
      position: relative; }
      .contour .contourPage .contourField.dropdownlist > div:after {
        content: "";
        position: absolute;
        top: 14px;
        right: 5px;
        width: 14px;
        height: 10px;
        background: url(../img/select-caret.jpg) no-repeat 0 0; }
    .contour .contourPage .contourField select {
      height: 40px;
      background: transparent;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      border-radius: 0 !important; }
    .contour .contourPage .contourField label {
      color: #555;
      font-size: 14px;
      width: 26%;
      line-height: 40px;
      font-weight: normal; }
    .contour .contourPage .contourField input,
    .contour .contourPage .contourField textarea,
    .contour .contourPage .contourField select {
      margin: 0;
      width: 74% !important;
      border: 1px solid #ddd;
      color: #666666; }
      .contour .contourPage .contourField input:focus, .contour .contourPage .contourField input:active,
      .contour .contourPage .contourField textarea:focus,
      .contour .contourPage .contourField textarea:active,
      .contour .contourPage .contourField select:focus,
      .contour .contourPage .contourField select:active {
        border: 1px solid #767676;
        color: #555; }
        /* update checkbox */
        .contour .contourPage .contourField input[type="checkbox"] {
          width: 20px !important;
          height: 20px !important;
          border: 1px solid #ddd !important;
          color: #666 !important;
          /* display: block !important; */
          position: relative;
          /* new updates */
          bottom: -25px;
          display: inline-block !important;
          bottom: -25px;
        }
        .contour .contourPage .contourField input[type="checkbox"]:checked {
          border: 1px solid #666666 !important;
          color: #666 !important;
          display: block !important;
          background-color: transparent !important;
          width: 20px !important;
          height: 20px !important;
          position: relative !important;
        }
        .contour .contourPage .contourField input[type="checkbox"]:checked::after {
          position: absolute !important;
          content: "✔";
          top: 50% !important;
          left: 50% !important;
          transform: translate(-50%, -50%) !important;
          -moz-transform: translate(-50%, -50%) !important;
          -ms-transform: translate(-50%, -50%) !important;
          -webkit-transform: translate(-50%, -50%) !important;
          display: block !important;
          color: #666 !important;
          font-size: 16px !important;
        }
        /* label update */
        .contour .contourPage .contourField label.new {
          width: 74% !important;
          display: inline-block !important;
          float: right !important;
          line-height: 1.5 !important;
          margin-bottom: 18px !important;
        }
        @media only screen and (min-width: 320px) and (max-width: 767px) {
          .contour .contourPage .contourField input[type="checkbox"] {
            bottom: 0 !important;
          }
          .contour .contourPage .contourField label.new {
            margin-top: 8px;
          }
        }
    .contour .contourPage .contourField textarea {
      height: 100px !important; }
    .contour .contourPage .contourField input {
      height: 40px; }
  .contour .contourNavigation {
    width: 26.615819%;
    padding-top: 10px; }
    .contour .contourNavigation input[type="submit"] {
      width: 46%;
      height: 40px;
      line-height: 31px !important;
      padding: 0;
      display: inline-block;
      font-size: 16px;
      text-decoration: none !important;
      background: #3684c3;
      color: #fff !important;
      border: none;
      float: right; }
      .contour .contourNavigation input[type="submit"]:hover {
        background: #164172;
        color: #fff !important; }
  .contour #recaptcha_widget_div {
    margin-left: 0 !important; }
  .contour .recaptchatable {
    width: 74%; }
    .contour .recaptchatable a {
      color: #164172;
      font-size: 12px;
      line-height: 17px; }
      .contour .recaptchatable a:hover {
        color: #164172; }
    .contour .recaptchatable #recaptcha_switch_audio_btn {
      display: none; }
    .contour .recaptchatable .recaptcha_image_cell {
      width: 60%; }
      .contour .recaptchatable .recaptcha_image_cell center img {
        height: 55px !important; }
    .contour .recaptchatable #recaptcha_response_field {
      width: 98% !important;
      padding: 0 10px;
      border: 1px solid #ddd !important; }
    .contour .recaptchatable #recaptcha_image {
      width: 100% !important; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .contour .contourPage .contourField {
      width: 75%; }
    .contour .contourNavigation {
      width: 36%; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .contour {
      margin-bottom: 0px;
      padding-bottom: 0 !important; }
      .contour .contourPage .contourField {
        width: 100%;
        margin-bottom: 15px; }
        .contour .contourPage .contourField select,
        .contour .contourPage .contourField label,
        .contour .contourPage .contourField input,
        .contour .contourPage .contourField textarea {
          width: 100% !important; }
        .contour .contourPage .contourField label {
          margin-bottom: 6px;
          line-height: inherit; }
        .contour .contourPage .contourField.textarea {
          margin-bottom: 20px; }
        .contour .contourPage .contourField.dropdownlist > div:after {
          top: 40px; }
      .contour .contourNavigation {
        width: 100%;
        padding-top: 5px; }
        .contour .contourNavigation input[type="submit"] {
          width: 43%;
          float: left;
          margin-bottom: 20px; }
      .contour .recaptchatable {
        width: 100%; }
        .contour .recaptchatable .recaptcha_image_cell {
          width: 5% !important; } }

#mc_embed_signup form {
  padding: 0 !important; }
#mc_embed_signup h2 {
  font-size: 24px !important;
  font-weight: normal !important;
  margin: 0 0 3px 0 !important;
  text-transform: none; }
#mc_embed_signup p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300 !important;
  margin-bottom: 55px; }
#mc_embed_signup .indicates-required {
  text-align: left !important;
  font-size: 14px !important;
  margin: -16px 0 30px 0 !important; }
#mc_embed_signup .asterisk {
  color: #666666 !important;
  font-size: 14px !important; }
#mc_embed_signup .mc-field-group {
  width: 74.615819% !important;
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
  min-height: auto !important; }
  #mc_embed_signup .mc-field-group label {
    width: 26% !important;
    float: left !important;
    position: relative !important;
    top: 10px !important;
    font-size: 14px;
    color: #555; }
  #mc_embed_signup .mc-field-group input {
    width: 74% !important;
    height: 40px !important;
    border: 1px solid #ddd !important; }
    #mc_embed_signup .mc-field-group input:invalid {
      background-color: #fff !important; }
  #mc_embed_signup .mc-field-group .asterisk {
    position: relative !important;
    top: 0 !important;
    right: 0 !important; }
  #mc_embed_signup .mc-field-group.input-group {
    width: 100% !important; }
    #mc_embed_signup .mc-field-group.input-group strong {
      display: block;
      font-size: 24px;
      line-height: 27px;
      color: #164172;
      margin-bottom: 2px; }
    #mc_embed_signup .mc-field-group.input-group p {
      margin-bottom: 0; }
    #mc_embed_signup .mc-field-group.input-group ul {
      margin-bottom: 17px !important; }
      #mc_embed_signup .mc-field-group.input-group ul li:before {
        display: none; }
      #mc_embed_signup .mc-field-group.input-group ul li input {
        width: auto !important;
        float: left !important;
        margin-right: 5px;
        height: auto !important;
        position: relative;
        top: 8px; }
      #mc_embed_signup .mc-field-group.input-group ul li label {
        width: auto !important;
        top: 0 !important;
        margin-bottom: 0 !important; }
      #mc_embed_signup .mc-field-group.input-group ul li p {
        margin: 0; }
#mc_embed_signup hr {
  width: 100%;
  float: left;
  margin: 37px 0 25px 0;
  border-top: 1px solid #3684c3; }
#mc_embed_signup div#mce-responses {
  top: 0 !important;
  padding: 0 !important;
  margin: -10px 0 17px 0 !important; }
#mc_embed_signup div.response {
  margin: 0 !important;
  padding: 0 !important;
  top: 0 !important; }
#mc_embed_signup .button {
  height: 40px !important;
  line-height: 3px !important;
  padding: 0 32px !important;
  display: inline-block;
  font-size: 16px;
  text-decoration: none !important;
  background-color: #3684c3 !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-weight: normal !important;
  text-transform: capitalize; }
  #mc_embed_signup .button:hover {
    background-color: #164172 !important;
    color: #fff !important; }
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #mc_embed_signup .mc-field-group {
    width: 100% !important; }
    #mc_embed_signup .mc-field-group label {
      width: 100% !important;
      top: 0 !important;
      margin-bottom: 10px !important; }
    #mc_embed_signup .mc-field-group input {
      width: 100% !important; }
    #mc_embed_signup .mc-field-group.input-group ul li label {
      margin-bottom: 0 !important; }
    #mc_embed_signup .mc-field-group.input-group ul li p {
      margin: 10px 0 !important; }
  #mc_embed_signup .button {
    float: right; } }

/*----------  lists
------------------------------------------------------------------------------*/
/*----------  partials
------------------------------------------------------------------------------*/
/*----------  header
------------------------------------------------------------------------------*/
.header {
  width: 100%;
  float: left;
  border-bottom: 2px solid #164172;
  position: relative;
  max-width: 100%; }
  .header .wrapper {
    position: relative;
    padding: 16px 0 0; }
  .header .share-wrap {
    width: 100%;
    float: left;
    padding-right: 55px;
    margin-top: -16px; }
    .header .share-wrap .share-btn {
      float: right;
      background: #31aae0;
      padding: 8px 24px;
      color: #fff;
      font-size: 14px;
      -moz-border-radius-bottomleft: 5px;
      -webkit-border-bottom-left-radius: 5px;
      border-bottom-left-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      -webkit-border-bottom-right-radius: 5px;
      border-bottom-right-radius: 5px;
      background: #31aae0 url(../img/icons/arrow-white-right.png) 90% center no-repeat;
      padding-right: 34px; }
  .header .header-btn {
    display: none;
    float: right;
    margin-left: 15px;
    margin-top: 12px;
    background: #98c93c;
    text-transform: uppercase;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 20px; }
  .header .logo {
    float: left;
    position: relative;
    padding: 4px 0 19px 0; }
    .header .logo img {
      width: 100%;
      height: 38px; }
    .header .logo .invisible-line,
    .header .logo .arrow {
      display: none; }
    .header .logo .invisible-line {
      position: absolute;
      bottom: -17px;
      left: 0;
      right: 0;
      height: 17px;
      background: transparent; }
    .header .logo .arrow {
      position: absolute;
      z-index: 101;
      top: 82px;
      left: 0;
      width: 75px;
      height: 12px;
      background-color: #98c93c; }
    .header .logo.selected:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 10px;
      background: #164172;
      bottom: -10px;
      left: 0;
      z-index: 100;
      cursor: default; }
    .header .logo.selected .arrow {
      display: block; }
  .header .mobile-tagline,
  .header .mobile-navigation {
    display: none; }
  .header .main-nav {
    float: right;
    margin-top: 12px;
    padding-right: 7px; }
    .header .main-nav .btn-nav {
      float: right;
      border: 1px solid #999999;
      height: 35px;
      line-height: 33px;
      color: #555;
      font-size: 15px;
      text-transform: uppercase;
      padding: 0 8px; }
    .header .main-nav ul {
      float: left;
      margin-top: 3px; }
      .header .main-nav ul li {
        float: left;
        position: relative;
        margin-right: 19px; }
        .header .main-nav ul li a {
          color: #164172;
          font-size: 14px;
          line-height: 18px;
          float: left; }
        .header .main-nav ul li .ico.search {
          margin-top: 1px; }
        .header .main-nav ul li .invisible-line,
        .header .main-nav ul li .arrow {
          display: none; }
        .header .main-nav ul li .invisible-line {
          position: absolute;
          bottom: -17px;
          left: 0;
          right: 0;
          height: 17px;
          background: transparent; }
        .header .main-nav ul li .arrow {
          position: absolute;
          z-index: 101;
          top: 46px;
          left: 0;
          /* margin-left: -1px*(64/2); */
          width: 100%;
          height: 5px;
          background-color: #3684c3; }
        .header .main-nav ul li .dropdown {
          display: none;
          z-index: 100;
          position: absolute;
          top: 48px;
          left: 50%;
          width: 250px;
          margin-left: -125px;
          background: #f9f9f9; }
          .header .main-nav ul li .dropdown.left {
            left: 0;
            margin-left: 0; }
          .header .main-nav ul li .dropdown ul {
            width: 100%;
            float: left;
            padding: 21px 8px 26px 30px; }
            .header .main-nav ul li .dropdown ul li {
              width: 100%;
              float: left; }
              .header .main-nav ul li .dropdown ul li a {
                width: 100%;
                float: left;
                font-size: 14px;
                color: #164172;
                padding: 9px 0;
                text-transform: none;
                height: auto; }
                .header .main-nav ul li .dropdown ul li a:hover {
                  text-decoration: underline; }
        .header .main-nav ul li.selected .arrow, .header .main-nav ul li:hover .arrow {
          display: block;
          background-color: #164172; }
    .header .main-nav > ul li a {
      padding-bottom: 20px; }
  .header .home-icon {
    float: right;
    margin: 13px 20px 0 0; }
  .header .search-wrap {
    float: right;
    position: relative;
    margin-top: 12px; }
    .header .search-wrap a.search-ico, .header .search-wrap .dropdown .search a {
      float: right;
      width: 24px;
      height: 30px !important;
      border: none;
      cursor: pointer;
      background: none;
      position: relative;
      z-index: 10; }
      .header .search-wrap a.search-ico .ico, .header .search-wrap .dropdown .search a .ico {
        float: left;
        margin: 7px 0; }
    .header .search-wrap .invisible-line {
      display: none;
      position: absolute;
      height: 26px;
      right: -3px;
      left: -89px;
      bottom: 0; }
    .header .search-wrap .dropdown {
      display: none;
      z-index: 100;
      position: absolute;
      top: 51px;
      background: #fff;
      width: 262px;
      margin-left: 0;
      right: -4px; }
      .header .search-wrap .dropdown .search {
        width: 100%;
        float: left;
        padding: 26px 29px;
        background: #f9f9f9; }
        .header .search-wrap .dropdown .search input {
          float: left;
          width: 175px;
          height: 30px;
          border: 1px solid #bdbdbd;
          border-right: 0;
          background: #fff;
          font-size: 14px;
          line-height: 1;
          color: #666666;
          padding: 6px 5px 3px 8px; }
          .header .search-wrap .dropdown .search input::-webkit-input-placeholder {
            color: #666666; }
          .header .search-wrap .dropdown .search input:-moz-placeholder {
            color: #666666; }
          .header .search-wrap .dropdown .search input:-ms-input-placeholder {
            color: #666666; }
        .header .search-wrap .dropdown .search a {
          border: 1px solid #bdbdbd;
          border-left: 0;
          background: #fff;
          width: 29px; }
          .header .search-wrap .dropdown .search a .ico {
            margin: 5px 0 0 5px; }
            .header .search-wrap .dropdown .search a .ico:after {
              top: 5px; }
  .header .mobile-link {
    float: left;
    margin-left: 12px;
    padding-left: 12px;
    color: #fff;
    border-left: 1px solid #fff;
    width: 82px;
    height: 66px;
    padding-top: 17px; }
  @media only screen and (min-width: 1024px) {
    .header .mobile-link {
      display: none; }
    .header .search-wrap:hover .invisible-line {
      display: block !important;
      overflow: visible !important; } }
  @media only screen and (max-width: 1024px) {
    .header {
      display: inline-block; }
      .header .header-btn {
        display: none; }
      .header .wrapper {
        height: auto;
        padding-left: 20px; }
      .header .search-wrap {
        float: right;
        margin: 6px 20px 0 0; }
        .header .search-wrap .ico.search-icon:after {
          font-size: 18px;
          top: 7px;
          left: 6px; }
        .header .search-wrap .dropdown {
          top: 54px; }
      .header .header-btn {
        display: none; }
      .header .logo {
        margin-right: 5px;
        padding-top: 1px; }
        .header .logo .arrow {
          display: none !important; }
        .header .logo.selected:after {
          height: 0; }
      .header .main-nav {
        display: none; }
      .header .mobile-navigation {
        display: block;
        float: right; }
        .header .mobile-navigation .open-nav {
          display: block;
          width: 80px;
          color: #164172;
          font-size: 13.5px;
          padding: 13px 1px 20px;
          text-align: center;
          position: relative;
          z-index: 101;
          margin-right: 19px; }
          .header .mobile-navigation .open-nav .ico {
            display: inline-block;
            float: right; }
          .header .mobile-navigation .open-nav.active {
            width: 96px;
            height: 58px;
            color: #fff;
            background: #164172;
            padding-right: 14px;
            margin-right: 7px;
            margin-top: 2px;
            padding: 11px 14px 20px 1px; }
            .header .mobile-navigation .open-nav.active .ico {
              background: url('../img/icons-sbdc4747513.png') no-repeat 0 -520px;
              height: 15px;
              width: 20px;
              margin-top: 2px; } }
          @media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1024px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 1024px) and (min-device-pixel-ratio: 2) {
            .header .mobile-navigation .open-nav.active .ico {
              background: url('../img/icons2x-sf3d984f315.png') no-repeat 0 -348px;
              background-size: 54px 734px;
              height: 15px;
              width: 20px; } }
  @media only screen and (max-width: 1024px) {
        .header .mobile-navigation .mobile-dropdown {
          display: none;
          position: absolute;
          left: 0;
          right: 0;
          z-index: 100;
          background: #164172;
          overflow: auto !important;
          top: 78px; }
          .header .mobile-navigation .mobile-dropdown .inner {
            width: 100%;
            float: left;
            position: relative;
            padding: 14px 20px  28px 18px; }
            .header .mobile-navigation .mobile-dropdown .inner .close-dropdown {
              position: absolute;
              top: -53px;
              right: 0; }
            .header .mobile-navigation .mobile-dropdown .inner .item {
              width: 100%;
              float: left; }
              .header .mobile-navigation .mobile-dropdown .inner .item .item-head {
                width: 100%;
                float: left;
                position: relative;
                border-bottom: 1px solid #3684c3; }
                .header .mobile-navigation .mobile-dropdown .inner .item .item-head .text {
                  width: 100%;
                  float: left;
                  padding: 12px 20px 17px 0px;
                  font-size: 15px;
                  line-height: 18px;
                  color: #fff;
                  position: relative;
                  z-index: 100; }
                .header .mobile-navigation .mobile-dropdown .inner .item .item-head .icon-arrow {
                  display: none; }
                .header .mobile-navigation .mobile-dropdown .inner .item .item-head.has-children .text {
                  padding: 12px 35px 17px 0px; }
                .header .mobile-navigation .mobile-dropdown .inner .item .item-head.has-children .icon-arrow {
                  display: block;
                  position: absolute;
                  z-index: 101;
                  top: 13px;
                  right: 10px;
                  width: 17px;
                  height: 17px; }
                  .header .mobile-navigation .mobile-dropdown .inner .item .item-head.has-children .icon-arrow:after {
                    content: "\f067";
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    color: #164172;
                    background: #3684c3;
                    font-size: 12px;
                    padding: 3px 4px 2px;
                    position: relative;
                    top: 0;
                    right: 0; }
                .header .mobile-navigation .mobile-dropdown .inner .item .item-head.has-children.open .icon-arrow:after {
                  content: "\f068"; }
              .header .mobile-navigation .mobile-dropdown .inner .item .item-content {
                display: none;
                width: 100%;
                float: left;
                padding: 0; }
                .header .mobile-navigation .mobile-dropdown .inner .item .item-content ul {
                  width: 100%;
                  float: left;
                  background: none;
                  padding-left: 0px;
                  margin-bottom: 13px;
                  padding: 10px 0 0 4px; }
                  .header .mobile-navigation .mobile-dropdown .inner .item .item-content ul li {
                    width: 100%;
                    float: left; }
                    .header .mobile-navigation .mobile-dropdown .inner .item .item-content ul li a {
                      width: 100%;
                      float: left;
                      font-size: 15px;
                      line-height: 1;
                      color: #fff;
                      padding: 7px 0 18px; }
                      .header .mobile-navigation .mobile-dropdown .inner .item .item-content ul li a:before {
                        content: "\f054";
                        display: inline-block;
                        font: normal normal normal 14px/1 FontAwesome;
                        font-size: inherit;
                        text-rendering: auto;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        color: #3684c3;
                        font-size: 13px;
                        position: relative;
                        top: 0;
                        left: 0;
                        margin-right: 3px; }
                    .header .mobile-navigation .mobile-dropdown .inner .item .item-content ul li ul {
                      display: block !important;
                      background: #1f528c;
                      padding: 0px 5px 2px 15px;
                      margin: -2px 0 4px 0; }
                      .header .mobile-navigation .mobile-dropdown .inner .item .item-content ul li ul li {
                        margin-bottom: 2px; }
                        .header .mobile-navigation .mobile-dropdown .inner .item .item-content ul li ul li a {
                          padding: 6px 0 6px; }
                          .header .mobile-navigation .mobile-dropdown .inner .item .item-content ul li ul li a:before {
                            content: '';
                            margin-right: 0px; }
                        .header .mobile-navigation .mobile-dropdown .inner .item .item-content ul li ul li ul {
                          margin: 3px 0 0px 15px;
                          padding-bottom: 0; }
                          .header .mobile-navigation .mobile-dropdown .inner .item .item-content ul li ul li ul a {
                            font-weight: 300; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .header .wrapper {
      padding: 15px 20px 0 20px;
      height: 109px; }
    .header .share-wrap {
      padding-right: 0; }
    .header .logo {
      display: block;
      width: 100%;
      float: left;
      margin: 0;
      padding: 0 0 21px 0;
      margin: 0 auto;
      text-align: center; }
      .header .logo img {
        width: auto;
        display: inline-block; }
      .header .logo.selected:after {
        height: 0; }
    .header .home-icon {
      position: relative;
      top: -3px;
      margin-top: 0; }
    .header .search-wrap {
      float: left;
      height: 20px;
      margin-right: 0;
      margin-top: -2px; }
      .header .search-wrap .dropdown {
        top: 39px;
        left: initial;
        right: -228px;
        z-index: 101; }
      .header .search-wrap .ico.search-icon:after {
        top: -2px;
        left: 6px; }
    .header .mobile-navigation .open-nav {
      height: 39px;
      margin-right: 0;
      padding: 0px 3px 20px 8px;
      margin-top: -4px; }
      .header .mobile-navigation .open-nav.active {
        margin-right: -10px;
        margin-top: -15px; }
        .header .mobile-navigation .open-nav.active .ico {
          margin-left: 0px; }
      .header .mobile-navigation .open-nav .ico {
        margin-left: 10px; }
    .header .mobile-navigation .mobile-dropdown {
      top: 117px; }
      .header .mobile-navigation .mobile-dropdown .inner {
        padding: 15px 20px 28px 20px; }
        .header .mobile-navigation .mobile-dropdown .inner .item .item-head.has-children .icon-arrow:after {
          right: 3px; }
        .header .mobile-navigation .mobile-dropdown .inner .item-content ul li a {
          padding: 7px 0 18px 3px; }
        .header .mobile-navigation .mobile-dropdown .inner .item-content ul li ul {
          margin: -4px 0 4px 0;
          padding: 0px 5px 2px 29px; }
          .header .mobile-navigation .mobile-dropdown .inner .item-content ul li ul li ul {
            margin-left: 0; } }

/*----------  footer
------------------------------------------------------------------------------*/
.footer {
  display: block;
  width: 100%;
  float: left;
  height: 60px;
  background-color: #164172;
  padding: 18px 0 20px;
  color: #fff; }
  .footer .left {
    float: left; }
    .footer .left ul {
      float: left; }
      .footer .left ul li {
        float: left;
        padding-right: 22px;
        margin-right: 5px;
        padding-left: 1px; }
        .footer .left ul li a {
          float: left;
          font-size: 14px;
          line-height: 24px;
          color: #fff; }
          .footer .left ul li a:hover {
            text-decoration: underline; }
          .footer .left ul li a.arrow-link {
            background: url(/img/arrow-top.png) no-repeat 0 50%;
            padding-left: 16px; }
        .footer .left ul li:last-of-type {
          padding-right: 0;
          margin-right: 0;
          border-right: 0; }
  .footer .right {
    float: right; }
    .footer .right p {
      text-align: right;
      font-size: 14px;
      line-height: 24px;
      font-weight: 300; }
      .footer .right p a {
        color: #fff;
        font-weight: 400;
        position: relative;
        top: -7px; }
        .footer .right p a:hover {
          text-decoration: underline; }
  @media only screen and (max-width: 1024px) {
    .footer .left {
      width: 70%; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .footer {
      position: relative;
      float: left;
      height: auto;
      padding: 23px 0 5px; }
      .footer .left {
        width: 100%; }
        .footer .left ul li {
          margin-bottom: 26px;
          width: 100%; }
          .footer .left ul li a {
            font-size: 14px;
            line-height: 16px; }
      .footer .right {
        float: left; }
        .footer .right p {
          font-size: 14px;
          line-height: 18px;
          text-align: left;
          margin-bottom: 24px; } }

/*----------  libs
------------------------------------------------------------------------------*/
 /*----------
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
------------------------------------------------------------------------------*/
.flexslider {
  width: 100%;
  height: 80px;
  float: left;
  padding: 0;
  position: relative;
  zoom: 1;
  overflow: hidden;
  margin: 0;
  /*---------- Flex direction nav (arrows)
  ------------------------------------------------------------------------------*/
  /*---------- Control Nav
  ------------------------------------------------------------------------------*/
  /*---------- Flex controlthumbs
  ------------------------------------------------------------------------------*/ }
  .flexslider .flex-viewport {
    max-height: 2000px;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
  .flexslider .loading .flex-viewport {
    max-height: 300px; }
  .flexslider .slides {
    zoom: 1; }
    .flexslider .slides > li {
      /* Hide the slides before the JS is loaded. Avoids image jumping */
      -webkit-backface-visibility: hidden;
      height: 100%;
      background-size: cover !important; }
    .flexslider .slides img {
      display: block;
      width: 100%; }
  .flexslider .carousel li {
    margin-right: 5px; }
  .flexslider .flex-pauseplay span {
    text-transform: capitalize; }
  .flexslider .flex-direction-nav {
    *height: 0;
    max-width: 1000px;
    margin: 0 auto;
    position: relative; }
    .flexslider .flex-direction-nav a {
      width: 30px;
      height: 30px;
      margin: -20px 0 0 0;
      display: block;
      background: url(../img/bg_direction_nav.png) no-repeat 0 0;
      z-index: 10;
      position: absolute;
      cursor: pointer;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .flexslider .flex-direction-nav a.flex-next {
        background-position: 100% 0;
        right: 0; }
      .flexslider .flex-direction-nav a.flex-prev {
        left: 0; }
    .flexslider .flex-direction-nav .flex-disabled {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3;
      cursor: default; }
  .flexslider .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center; }
    .flexslider .flex-control-nav li {
      margin: 0 6px;
      display: inline-block;
      zoom: 1;
      *display: inline; }
      .flexslider .flex-control-nav li a {
        width: 11px;
        height: 11px;
        display: block;
        background: url('../img/rgbapng/0000007f-5.png');
        background: rgba(0, 0, 0, 0.5);
        cursor: pointer;
        text-indent: -9999px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }
        .flexslider .flex-control-nav li a:hover {
          background: url('../img/rgbapng/000000b3-5.png');
          background: rgba(0, 0, 0, 0.7); }
        .flexslider .flex-control-nav li a.flex-active {
          background: url('../img/rgbapng/000000e5-5.png');
          background: rgba(0, 0, 0, 0.9);
          cursor: default; }
  .flexslider .flex-control-thumbs {
    margin: 5px 0 0 0;
    position: static;
    overflow: hidden; }
    .flexslider .flex-control-thumbs li {
      width: 25%;
      float: left;
      margin: 0; }
    .flexslider .flex-control-thumbs img {
      width: 100%;
      display: block;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7;
      cursor: pointer; }
      .flexslider .flex-control-thumbs img:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1; }
    .flexslider .flex-control-thumbs .flex-active {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      cursor: default; }

/*---------- Clearfix for the .slides element
------------------------------------------------------------------------------*/
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/*---------- No JavaScript Fallback
------------------------------------------------------------------------------*/
.no-js .slides > li:first-child {
  display: block; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none; }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none; }
  #fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url(../img/fancybox/fancybox.png); }

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none; }

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
  width: auto !important;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  #fancybox-wrap #fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff; }
    #fancybox-wrap #fancybox-outer .fancybox-bg {
      position: absolute;
      padding: 0;
      margin: 0;
      border: 0;
      width: 20px;
      height: 20px;
      z-index: 1001; }
      #fancybox-wrap #fancybox-outer .fancybox-bg#fancybox-bg-n {
        top: -20px;
        left: 0;
        width: 100%;
        background-image: url(../img/fancybox/fancybox-x.png); }
      #fancybox-wrap #fancybox-outer .fancybox-bg#fancybox-bg-ne {
        top: -20px;
        right: -20px;
        background-image: url(../img/fancybox/fancybox.png);
        background-position: -40px -162px; }
      #fancybox-wrap #fancybox-outer .fancybox-bg#fancybox-bg-e {
        top: 0;
        right: -20px;
        height: 100%;
        background-image: url(../img/fancybox/fancybox-y.png);
        background-position: -20px 0px; }
      #fancybox-wrap #fancybox-outer .fancybox-bg#fancybox-bg-se {
        bottom: -20px;
        right: -20px;
        background-image: url(../img/fancybox/fancybox.png);
        background-position: -40px -182px; }
      #fancybox-wrap #fancybox-outer .fancybox-bg#fancybox-bg-s {
        bottom: -20px;
        left: 0;
        width: 100%;
        background-image: url(../img/fancybox/fancybox-x.png);
        background-position: 0px -20px; }
      #fancybox-wrap #fancybox-outer .fancybox-bg#fancybox-bg-sw {
        bottom: -20px;
        left: -20px;
        background-image: url(../img/fancybox/fancybox.png);
        background-position: -40px -142px; }
      #fancybox-wrap #fancybox-outer .fancybox-bg#fancybox-bg-w {
        top: 0;
        left: -20px;
        height: 100%;
        background-image: url(../img/fancybox/fancybox-y.png); }
      #fancybox-wrap #fancybox-outer .fancybox-bg#fancybox-bg-nw {
        top: -20px;
        left: -20px;
        background-image: url(../img/fancybox/fancybox.png);
        background-position: -40px -122px; }
    #fancybox-wrap #fancybox-outer #fancybox-content {
      width: auto !important;
      height: 0;
      padding: 0;
      outline: none;
      position: relative;
      overflow: hidden;
      z-index: 1102;
      border: 0px solid #fff;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box; }
      #fancybox-wrap #fancybox-outer #fancybox-content #fancybox-img {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        line-height: 0;
        vertical-align: top; }
      #fancybox-wrap #fancybox-outer #fancybox-content #fancybox-frame {
        width: 100%;
        height: 100%;
        border: 30px solid #fff;
        display: block; }
    #fancybox-wrap #fancybox-outer #fancybox-close {
      position: absolute;
      top: 27px;
      right: 44px;
      width: 24px;
      height: 24px;
      background: transparent url(../img/close-icon.png) no-repeat right 0;
      cursor: pointer;
      z-index: 1103;
      display: none; }
    #fancybox-wrap #fancybox-outer #fancybox-left,
    #fancybox-wrap #fancybox-outer #fancybox-right {
      position: absolute;
      bottom: 0px;
      height: 100%;
      width: 35%;
      cursor: pointer;
      outline: none;
      background: transparent url(../img/fancybox/blank.gif);
      z-index: 1102;
      display: none; }
      #fancybox-wrap #fancybox-outer #fancybox-left #fancybox-left-ico,
      #fancybox-wrap #fancybox-outer #fancybox-left #fancybox-right-ico,
      #fancybox-wrap #fancybox-outer #fancybox-right #fancybox-left-ico,
      #fancybox-wrap #fancybox-outer #fancybox-right #fancybox-right-ico {
        position: absolute;
        top: 50%;
        left: -9999px;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        cursor: pointer;
        z-index: 1102;
        display: block; }
      #fancybox-wrap #fancybox-outer #fancybox-left:hover,
      #fancybox-wrap #fancybox-outer #fancybox-right:hover {
        visibility: visible;
        /* IE6 */ }
    #fancybox-wrap #fancybox-outer #fancybox-left {
      left: 0px; }
      #fancybox-wrap #fancybox-outer #fancybox-left #fancybox-left-ico {
        background-image: url(../img/fancybox/fancybox.png);
        background-position: -40px -30px; }
      #fancybox-wrap #fancybox-outer #fancybox-left:hover span {
        left: 20px; }
    #fancybox-wrap #fancybox-outer #fancybox-right {
      right: 0px; }
      #fancybox-wrap #fancybox-outer #fancybox-right #fancybox-right-ico {
        background-image: url(../img/fancybox/fancybox.png);
        background-position: -40px -60px; }
      #fancybox-wrap #fancybox-outer #fancybox-right:hover span {
        left: auto;
        right: 20px; }
    #fancybox-wrap #fancybox-outer #fancybox-title {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 12px;
      z-index: 1102; }
      #fancybox-wrap #fancybox-outer #fancybox-title.fancybox-title-over {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #fff;
        text-align: left; }
      #fancybox-wrap #fancybox-outer #fancybox-title #fancybox-title-over {
        padding: 10px;
        background-image: url(../img/fancybox/fancy_title_over.png);
        display: block; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    #fancybox-wrap {
      left: 0 !important;
      right: 0;
      width: auto !important; }
      #fancybox-wrap #fancybox-content {
        width: 100% !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
        padding: 15px !important; }
      #fancybox-wrap #fancybox-outer #fancybox-close {
        right: 24px; } }

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101; }

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0; }

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative; }

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff; }

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px; }

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto; }

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap; }

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url(../img/fancybox/fancybox.png) -40px -90px no-repeat; }

#fancybox-title-float-main {
  color: #fff;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url(../img/fancybox/fancybox-x.png) 0px -40px; }

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url(../img/fancybox/fancybox.png) -55px -90px no-repeat; }

/* IE6 */
.fancybox-ie6 #fancybox-close {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-right-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale');
  zoom: 1; }

.fancybox-ie6 #fancybox-title-float-left {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-float-main {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-float-right {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px"); }

#fancybox-loading.fancybox-ie6 {
  position: absolute;
  margin-top: 0;
  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'); }

#fancybox-loading.fancybox-ie6 div {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
  background: transparent !important; }

.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

/*----------  styles
------------------------------------------------------------------------------*/
.content {
  width: 100%;
  float: left;
  position: relative; }
  .content.emailAlerts {
    width: 100%;
    float: left; }
    .content.emailAlerts form {
      width: 100%;
      float: left; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .content {
      min-height: 735px; } }

/*---------- Quote
------------------------------------------------------------------------------*/
.quote {
  width: 100%;
  float: left;
  padding: 30px 40px 30px 40px;
  margin: 0 0 30px 0;
  border-top: 1px solid #3684c3;
  border-bottom: 1px solid #3684c3; }
  .quote img {
    width: 31.03448275862069%;
    float: left;
    margin-bottom: 0; }
  .quote .inner {
    width: 100%;
    padding: 0; }
  .quote p {
    font-size: 18px;
    line-height: 30px;
    position: relative;
    top: -5px;
    color: #3684c3;
    border-bottom: none;
    margin-bottom: 5px;
    text-transform: none; }
  .quote .author {
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    color: #555;
    position: relative;
    padding-left: 19px;
    top: -4px; }
    .quote .author:before {
      content: "";
      width: 10px;
      height: 1px;
      background: #555;
      position: absolute;
      left: 2px;
      top: 8px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .quote {
      margin-top: 15px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .quote p {
      line-height: 22px; }
    .quote .author {
      line-height: 22px; } }

/*---------- Cookie policy
------------------------------------------------------------------------------*/
.cookie-policy {
  /*display: block; Requested to be inivisible*/
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 0 20px 0;
  z-index: 200;
  background: url('../img/rgbapng/333333e5-5.png');
  background: rgba(51, 51, 51, 0.9); }
  .cookie-policy .wrapper {
    position: relative; }
  .cookie-policy h5 {
    padding-right: 25px; }
  .cookie-policy .close-btn {
    position: absolute;
    top: -3px;
    right: 2px;
    display: block; }
    .cookie-policy .close-btn .ico.close-cookie {
      background: url('../img/icons-sbdc4747513.png') no-repeat 0 -160px;
      height: 18px;
      width: 18px;
      float: left; }
      @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
        .cookie-policy .close-btn .ico.close-cookie {
          background: url('../img/icons2x-sf3d984f315.png') no-repeat 0 -87px;
          background-size: 54px 734px;
          height: 18px;
          width: 18px; } }
  .cookie-policy p {
    color: #fff;
    font-size: 14px;
    line-height: 17px; }
    .cookie-policy p a {
      color: #fff;
      text-decoration: underline; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .cookie-policy .close-btn {
      right: 20px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .cookie-policy .close-btn {
      right: 20px; } }

.boxes {
  width: 100%;
  float: left;
  padding: 22px 0px;
  /* display: inline-block;
  display:table; */ }
  .boxes .box {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    text-align: center; }
    .boxes .box .inner {
      color: #000;
      border-top: 1px solid #3684c3;
      border-bottom: 1px solid #3684c3;
      padding: 30px 0 0 0;
      margin-bottom: 16px; }
      .boxes .box .inner h3 {
        margin: 20px 0px 15px;
        font-size: 20px;
        line-height: 18px;
        font-weight: 300;
        color: #3684c3;
        text-transform: none; }
        .boxes .box .inner h3 a {
          color: #3684c3; }
      .boxes .box .inner .img-box {
        width: 100%;
        height: 135px;
        background-position: center center;
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        margin-bottom: 17px; }
      .boxes .box .inner p {
        font-size: 16px;
        line-height: 24px;
        color: #424242;
        margin-bottom: 25px; }
      .boxes .box .inner a {
        margin-bottom: 0;
        /* color: $blue-dark;
        line-height: 20px;
        font-size: 14px;
        vertical-align: middle;
        background-position: left 3px;
        margin-bottom: 10px;
        cursor: pointer;
        text-decoration: none;
        display: inline-block;
        &:hover {
        	text-decoration: underline;
        } */ }
    .boxes .box.last {
      margin-right: 0; }
    .boxes .box.full {
      width: 100%;
      margin-right: 0; }
      .boxes .box.full .inner {
        border-top: none; }
    .boxes .box.half {
      width: 50%;
      margin-right: 0; }
    .boxes .box.third {
      width: 33%;
      margin-right: 0; }
    .boxes .box .find-more, .boxes .box .three-cols-wrap .col ul.list-type > li > a, .three-cols-wrap .col .boxes .box ul.list-type > li > a, .boxes .box .investors-wrapper .investors-landing .row .col > a, .investors-wrapper .investors-landing .row .boxes .box .col > a {
      margin-bottom: 0; }
  .boxes > .row {
    margin-left: -20px;
    margin-right: -20px;
    /* display: table;
    display:table-row\9; */ }
    .boxes > .row > .box {
      width: 33.33333%;
      height: 100%;
      float: left;
      padding-left: 20px;
      padding-right: 20px;
      min-height: 1px;
      /* display: table-cell;
      vertical-align: top; */ }
      .boxes > .row > .box .inner {
        /* display: inline-block;
        min-width: 95%;
        min-height: 1em\9; */
        /* > .find-more {
        	display: inline-block;
        } */ }
    .boxes > .row.last .box .inner {
      border-top: 0 !important; }
  .boxes.gallery {
    display: block;
    padding-top: 0;
    margin-top: -29px; }
    .boxes.gallery .box {
      float: left;
      margin-bottom: 40px; }
      .boxes.gallery .box .inner {
        border-top: none;
        height: 1em\9; }
        .boxes.gallery .box .inner h3 {
          height: 40px; }
        .boxes.gallery .box .inner .img-box {
          display: block; }
    .boxes.gallery .bio {
      display: none; }
  .boxes.maps {
    padding: 0 0 22px 0; }
    .boxes.maps .box .inner {
      text-align: left;
      margin: 0 0 0 10px; }
      .boxes.maps .box .inner .left, .boxes.maps .box .inner .right {
        width: 100%;
        float: left;
        width: 45%; }
      .boxes.maps .box .inner .right {
        width: 55%; }
        .boxes.maps .box .inner .right iframe {
          height: 246px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .boxes {
      padding: 20px 0px; }
      .boxes .box {
        width: 50%;
        float: left; }
        .boxes .box .inner h3 {
          margin-bottom: 16px; }
        .boxes .box .inner .img-box {
          margin-bottom: 16px; }
        .boxes .box .inner p {
          margin-bottom: 20px; }
        .boxes .box .inner a {
          letter-spacing: 0.03em;
          margin-left: -12px; }
      .boxes > .row.last .box .inner {
        border-top: 0 !important; }
      .boxes.maps .box {
        margin-bottom: 15px; }
        .boxes.maps .box .inner {
          border-bottom: 1px solid #98c93c; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .boxes {
      padding: 20px 0px; }
      .boxes .box {
        width: 50%;
        float: left;
        margin-bottom: 16px; }
        .boxes .box .inner {
          height: auto !important; }
          .boxes .box .inner h3 {
            margin-bottom: 15px; }
          .boxes .box .inner .img-box {
            margin-bottom: 20px; }
          .boxes .box .inner p {
            margin-bottom: 20px;
            height: auto !important; }
      .boxes > .row > .box {
        width: 100%;
        display: block; }
        .boxes > .row > .box .inner {
          display: block;
          height: 100% \9; } }
  @media only screen and (max-width: 640px) {
    .boxes .box {
      width: 280px;
      float: none;
      height: auto;
      margin: 0 auto 26px auto; }
      .boxes .box .inner h3 {
        margin-bottom: 0; }
      .boxes .box .inner .img-box {
        margin-bottom: 20px; }
      .boxes .box .inner p {
        margin-bottom: 20px; }
      .boxes .box.half, .boxes .box.third {
        width: 100%; }
    .boxes.maps .box {
      height: auto; }
      .boxes.maps .box .inner {
        text-align: center; }
        .boxes.maps .box .inner .left, .boxes.maps .box .inner .right {
          float: none;
          width: 100%; }
        .boxes.maps .box .inner .right {
          height: 246px; } }

/*----------  homebanner
------------------------------------------------------------------------------*/
.homebanner {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  height: 100%; }
  .homebanner .wrapper {
    /* max-height: 788px; */
    height: 100%;
    min-height: 760px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-top: 150px; }
  .homebanner .top-description {
    text-align: center; }
    .homebanner .top-description p {
      color: #fff;
      font-size: 30px;
      line-height: 36px;
      font-weight: 300;
      margin-bottom: 12px; }
    .homebanner .top-description .find-more, .homebanner .top-description .three-cols-wrap .col ul.list-type > li > a, .three-cols-wrap .col .homebanner .top-description ul.list-type > li > a, .homebanner .top-description .investors-wrapper .investors-landing .row .col > a, .investors-wrapper .investors-landing .row .homebanner .top-description .col > a {
      color: #fff;
      font-size: 18px !important;
      line-height: 32px !important; }
      .homebanner .top-description .find-more:before, .homebanner .top-description .three-cols-wrap .col ul.list-type > li > a:before, .three-cols-wrap .col .homebanner .top-description ul.list-type > li > a:before, .homebanner .top-description .investors-wrapper .investors-landing .row .col > a:before, .investors-wrapper .investors-landing .row .homebanner .top-description .col > a:before {
        top: -2px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .homebanner .wrapper {
      min-height: 900px;
      padding-top: 159px; }
    .homebanner .banner-img {
      min-height: 100%; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .homebanner .wrapper {
      height: auto;
      padding: 100px 0 0 0; }
    .homebanner .top-description h2 {
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 15px;
      padding-bottom: 15px; }
    .homebanner .top-description p {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 640px) {
    .homebanner {
      margin-bottom: 17px;
      background-color: #fff !important;
      background-size: 635px !important;
      height: auto; }
      .homebanner .wrapper {
        padding-top: 58px; } }

.home-wrap {
  width: 100%;
  float: left; }
  .home-wrap .three-cols-wrap {
    max-width: 1000px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
    z-index: 10; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .home-wrap .three-cols-wrap {
      padding: 17px 24px; } }
  @media only screen and (max-width: 640px) {
    .home-wrap .three-cols-wrap {
      position: relative;
      max-width: 320px;
      left: 0;
      margin: 0 auto;
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); } }

.three-cols-wrap {
  position: relative;
  width: 100%;
  float: left;
  padding: 98px 0 30px;
  margin-left: -10px;
  margin-right: -10px; }
  .three-cols-wrap .col {
    width: 32%;
    float: left;
    margin-right: 2%;
    background: url('../img/rgbapng/ffffffe5-5.png');
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    overflow: hidden;
    padding: 20px 10px 10px 10px;
    position: relative; }
    .three-cols-wrap .col.last {
      margin-right: 0; }
    .three-cols-wrap .col h2 {
      width: 100%;
      float: left;
      font-size: 24px;
      line-height: 18px;
      margin-bottom: 20px;
      font-weight: 300;
      color: #3684c3; }
      .three-cols-wrap .col h2 > a {
        color: #3684c3;
        text-decoration: none;
        text-transform: none;
        font-size: 24px; }
        .three-cols-wrap .col h2 > a:hover {
          text-decoration: none; }
    .three-cols-wrap .col p {
      font-size: 14px;
      line-height: 18px;
      color: #333;
      padding-bottom: 13px; }
    .three-cols-wrap .col:last-child {
      margin-right: 0; }
    .three-cols-wrap .col.download-box .img-box {
      display: inline-block;
      width: 100%;
      height: 62%;
      background-position: center center;
      background-repeat: no-repeat; }
    .three-cols-wrap .col ul.list-type {
      list-style: none;
      padding: 0;
      margin: 0; }
      .three-cols-wrap .col ul.list-type > li {
        font-size: 16px;
        line-height: 1;
        position: relative;
        display: inline-block;
        width: 100%;
        letter-spacing: 0.02em; }
    .three-cols-wrap .col.what-do {
      padding-bottom: 75px; }
      .three-cols-wrap .col.what-do p {
        padding-bottom: 0; }
      .three-cols-wrap .col.what-do ul.list-type {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 14px; }
    .three-cols-wrap .col.press-release h2 {
      line-height: 20px !important;
      vertical-align: middle;
      text-transform: none; }
    .three-cols-wrap .col.press-release ul.list-type {
      padding: 0 10%; }
      .three-cols-wrap .col.press-release ul.list-type > li {
        border-bottom: 1px solid #aaaaaa;
        margin-bottom: 12px; }
        .three-cols-wrap .col.press-release ul.list-type > li:first-child {
          padding-top: 0;
          margin-top: -4px; }
        .three-cols-wrap .col.press-release ul.list-type > li > span {
          overflow: hidden;
          text-overflow: ellipsis;
          line-height: 1.2;
          font-size: 15px;
          display: block;
          margin: 0 auto;
          position: relative; }
          .three-cols-wrap .col.press-release ul.list-type > li > span.date {
            font-size: 14px;
            line-height: 18px;
            color: #333;
            padding-bottom: 2px; }
          .three-cols-wrap .col.press-release ul.list-type > li > span > a {
            color: #164172;
            line-height: 20px !important;
            font-size: 14px !important;
            vertical-align: middle;
            margin-bottom: 8px;
            cursor: pointer;
            text-decoration: none !important;
            display: inline-block; }
        .three-cols-wrap .col.press-release ul.list-type > li.last {
          border-bottom: none; }
    .three-cols-wrap .col.price-details {
      padding-bottom: 85px; }
      .three-cols-wrap .col.price-details .price {
        border: none;
        margin-bottom: 0;
        padding: 0 15px 4px 15px; }
        .three-cols-wrap .col.price-details .price li span {
          color: #333; }
        .three-cols-wrap .col.price-details .price li .strong {
          float: none;
          clear: none; }
        .three-cols-wrap .col.price-details .price li .explain {
          display: block;
          font-size: 14px;
          line-height: 21px;
          float: none; }
      .three-cols-wrap .col.price-details .details-link {
        text-align: center;
        position: absolute;
        bottom: 11px;
        left: 0;
        right: 0; }
        .three-cols-wrap .col.price-details .details-link li {
          line-height: 1;
          padding: 3px 0 10px 0;
          margin-bottom: 0; }
          .three-cols-wrap .col.price-details .details-link li a {
            padding-left: 0;
            margin-bottom: 0; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .three-cols-wrap {
      margin-left: -4px;
      margin-right: -4px;
      padding: 19% 0 30px; }
      .three-cols-wrap .col h2 {
        margin-bottom: 17px; }
      .three-cols-wrap .col ul.list-type {
        padding-top: 10px; }
        .three-cols-wrap .col ul.list-type > li {
          font-size: 15px;
          padding-bottom: 5px; }
      .three-cols-wrap .col.what-do ul.list-type li a {
        margin-bottom: 3px; }
      .three-cols-wrap .col.price-details .price li {
        width: 100%;
        margin-bottom: 0;
        margin-right: auto; }
      .three-cols-wrap .col.price-details .details-link {
        margin-left: 0px;
        padding-top: 10px; }
        .three-cols-wrap .col.price-details .details-link li {
          width: 100%;
          margin-right: 0; }
          .three-cols-wrap .col.price-details .details-link li a {
            font-size: 14px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .three-cols-wrap {
      padding-left: 20px;
      padding-right: 20px; }
      .three-cols-wrap .col {
        background: url('../img/rgbapng/ebebebe5-5.png');
        background: rgba(235, 235, 235, 0.9); }
        .three-cols-wrap .col ul.list-type > li {
          font-size: 15px;
          padding-bottom: 17px; }
        .three-cols-wrap .col.what-do ul.list-type li {
          padding-bottom: 0;
          margin-bottom: 0; }
        .three-cols-wrap .col.price-details .price li {
          width: 100%;
          margin-bottom: 0;
          margin-right: auto; }
        .three-cols-wrap .col.price-details .details-link {
          margin-left: 0px;
          padding: 0 5px; }
          .three-cols-wrap .col.price-details .details-link li {
            width: 100%;
            margin-right: 0;
            line-height: 1; }
            .three-cols-wrap .col.price-details .details-link li a {
              font-size: 14px;
              white-space: nowrap; }
        .three-cols-wrap .col:last-child {
          margin-bottom: 0; } }
  @media only screen and (max-width: 640px) {
    .three-cols-wrap {
      padding: 10px 20px 20px;
      max-width: 320px;
      width: 100%;
      margin: 0 auto;
      float: none; }
      .three-cols-wrap .col {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        min-height: 300px;
        height: auto !important; }
        .three-cols-wrap .col ul.list-type > li {
          font-size: 14px;
          padding-bottom: 17px; }
        .three-cols-wrap .col.price-details .price li {
          width: 100%;
          margin-bottom: 0;
          margin-right: auto; }
        .three-cols-wrap .col.price-details .details-link {
          margin-left: 0px; }
          .three-cols-wrap .col.price-details .details-link li {
            width: 100%;
            margin-right: 0; }
            .three-cols-wrap .col.price-details .details-link li a {
              font-size: 14px; } }

/*---------- homepage content
------------------------------------------------------------------------------*/
.homecontent {
  display: none;
  width: 100%;
  float: left;
  padding: 40px 0 30px 0;
  margin-bottom: -30px;
  background: #fff; }
  .homecontent .wrapper {
    padding: 0 10px; }
    .homecontent .wrapper h2 {
      text-align: center;
      font-size: 30px;
      line-height: 33px;
      text-transform: uppercase;
      margin-bottom: 0;
      color: #3684c3; }
    .homecontent .wrapper .boxes .box .inner a {
      margin-bottom: 15px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .homecontent {
      padding: 23px 0 20px 0; }
      .homecontent .wrapper .boxes {
        padding: 20px 0px; }
        .homecontent .wrapper .boxes .box {
          width: 50%;
          float: left;
          margin-bottom: 1px;
          height: 360px;
          margin-right: 0; }
          .homecontent .wrapper .boxes .box .inner {
            padding: 0;
            margin: 0; }
            .homecontent .wrapper .boxes .box .inner h3 {
              margin-bottom: 10px; }
            .homecontent .wrapper .boxes .box .inner .img-box {
              margin-bottom: 16px; }
            .homecontent .wrapper .boxes .box .inner p {
              margin-bottom: 20px; }
            .homecontent .wrapper .boxes .box .inner a {
              letter-spacing: 0.03em;
              margin-left: -12px; }
          .homecontent .wrapper .boxes .box:nth-child(odd) {
            padding-right: 10px; }
          .homecontent .wrapper .boxes .box:nth-child(even) {
            padding-left: 10px; }
        .homecontent .wrapper .boxes:nth-child(1) .box .inner, .homecontent .wrapper .boxes:nth-child(2) .box .inner {
          border-bottom: none !important; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .homecontent .wrapper {
      padding: 0 20px; }
      .homecontent .wrapper .boxes {
        padding: 20px 0px; }
        .homecontent .wrapper .boxes .box {
          width: 50%;
          float: left;
          margin-bottom: 16px;
          height: 360px;
          margin-right: 0; }
          .homecontent .wrapper .boxes .box .inner {
            padding-bottom: 0; }
            .homecontent .wrapper .boxes .box .inner h3 {
              margin-bottom: 10px; }
            .homecontent .wrapper .boxes .box .inner .img-box {
              margin-bottom: 20px; }
            .homecontent .wrapper .boxes .box .inner p {
              margin-bottom: 20px; }
            .homecontent .wrapper .boxes .box .inner a {
              margin-bottom: 0; }
          .homecontent .wrapper .boxes .box:nth-child(odd) {
            margin-right: 0; }
          .homecontent .wrapper .boxes .box:nth-child(even) {
            margin-left: 0; }
        .homecontent .wrapper .boxes:nth-child(1) .box .inner, .homecontent .wrapper .boxes:nth-child(2) .box .inner {
          border-bottom: none; } }
  @media only screen and (max-width: 640px) {
    .homecontent {
      padding: 13px 0 20px 0; }
      .homecontent .wrapper h2 {
        font-size: 24px;
        line-height: 1.8; }
      .homecontent .wrapper .boxes {
        padding: 20px 0px; }
        .homecontent .wrapper .boxes .box {
          max-width: 280px;
          width: 100%;
          float: none;
          height: auto;
          margin: 0 auto 16px auto; }
          .homecontent .wrapper .boxes .box .inner {
            padding: 0;
            border-top: 1px solid #98c93c;
            border-bottom: none; }
            .homecontent .wrapper .boxes .box .inner h3 {
              margin-bottom: 0; }
            .homecontent .wrapper .boxes .box .inner .img-box {
              margin-bottom: 20px; }
            .homecontent .wrapper .boxes .box .inner p {
              margin-bottom: 20px; }
          .homecontent .wrapper .boxes .box:nth-child(odd) {
            margin-right: auto; }
          .homecontent .wrapper .boxes .box:nth-child(even) {
            margin-left: auto; }
        .homecontent .wrapper .boxes:nth-child(1) .box .inner, .homecontent .wrapper .boxes:nth-child(2) .box .inner {
          border-bottom: none; }
        .homecontent .wrapper .boxes .box.last .inner {
          border-bottom: 1px solid #98c93c !important;
          padding-bottom: 16px; } }

/*----------  home slider
------------------------------------------------------------------------------*/
.flexslider {
  width: 100%;
  float: left;
  padding: 0;
  zoom: 1;
  overflow: visible; }
  .flexslider.top-description {
    width: 100%; }
  .flexslider .slides {
    zoom: 1; }
    .flexslider .slides li {
      background-position: center center !important; }
      .flexslider .slides li p {
        padding: 0 10%; }
  .flexslider .flex-direction-nav a {
    background: none; }
    .flexslider .flex-direction-nav a.flex-next {
      color: #fff; }
      .flexslider .flex-direction-nav a.flex-next:before {
        content: "\f054";
        width: 30px;
        height: 30px;
        color: #fff;
        font-size: 33px;
        margin-right: 3px; }
    .flexslider .flex-direction-nav a.flex-prev {
      color: #fff; }
      .flexslider .flex-direction-nav a.flex-prev:before {
        content: "\f053";
        width: 30px;
        height: 30px;
        color: #fff;
        font-size: 33px;
        margin-right: 3px; }
  .flexslider .flex-control-nav {
    display: none; }
    .flexslider .flex-control-nav li a {
      background: #fff;
      box-shadow: none; }
      .flexslider .flex-control-nav li a.flex-active {
        background: #3684c3; }
  @media screen and (max-width: 1025px) {
    .flexslider {
      height: 810px !important; }
      .flexslider .flex-direction-nav a.flex-next {
        right: 16px; }
      .flexslider .flex-direction-nav a.flex-prev {
        left: 16px; } }
  @media only screen and (max-width: 640px) {
    .flexslider {
      height: 372px !important; }
      .flexslider .slides {
        zoom: 1; }
        .flexslider .slides li {
          background-size: 782px !important;
          background-position: 0 0 !important; }
      .flexslider .flex-control-nav {
        display: block; }
      .flexslider .flex-direction-nav {
        display: none; } }

/*----------  top banner
------------------------------------------------------------------------------*/
.top-banner {
  width: 100%;
  float: left;
  position: relative;
  min-height: 220px;
  padding: 0 0 20px;
  overflow: hidden;
  height: 100%;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important; }
  .top-banner .inner {
    width: 100%;
    float: left; }

/*---------- share price
------------------------------------------------------------------------------*/
.price-details {
  width: 21.93877551020408%;
  float: right;
  background: #f1edee;
  padding: 20px 10px 10px 10px; }
  .price-details h2 {
    width: 100%;
    float: left;
    font-size: 24px;
    line-height: 18px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #3684c3; }
    .price-details h2 > a {
      color: #3684c3;
      text-decoration: none;
      text-transform: none;
      font-size: 20px; }
      .price-details h2 > a:hover {
        text-decoration: none; }
  .price-details .price {
    width: 100%;
    float: left;
    padding: 0 15px 0 15px; }
    .price-details .price li {
      width: 100%;
      float: left;
      margin-bottom: 16px; }
      .price-details .price li .number {
        font-size: 30px;
        line-height: 18px;
        color: #333; }
        .price-details .price li .number .pound {
          font-size: 18px;
          line-height: 18px; }
      .price-details .price li .strong {
        float: none;
        clear: both;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 4px;
        color: #333; }
      .price-details .price li .explain {
        float: left;
        font-size: 12px;
        line-height: 17px; }
      .price-details .price li span {
        font-size: 14px;
        line-height: 21px; }
  .price-details .details-link {
    width: 100%;
    float: left;
    padding: 0 15px;
    text-align: left; }
    .price-details .details-link li {
      width: 100%;
      float: left;
      margin-bottom: 4px; }
      .price-details .details-link li a {
        text-transform: capitalize;
        font-size: 15px;
        line-height: 18px;
        padding-left: 17px; }
        .price-details .details-link li a:hover {
          text-decoration: underline; }

/*----------  breadcrumb
------------------------------------------------------------------------------*/
.breadcrumb {
  width: 100%;
  float: left;
  margin: 35px 0 50px; }
  .breadcrumb a {
    float: left;
    margin-right: 11px;
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    padding-right: 14px;
    position: relative; }
    .breadcrumb a:after {
      content: '/';
      position: absolute;
      right: 0;
      top: 0; }
    .breadcrumb a:hover {
      text-decoration: underline; }
  .breadcrumb span {
    font-size: 12px;
    line-height: 40px;
    float: left;
    color: #fff;
    font-weight: bold; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .breadcrumb {
      display: block;
      margin: 25px 0 14px; }
      .breadcrumb a {
        color: #164172;
        line-height: 24px; }
      .breadcrumb span {
        color: #164172;
        font-weight: 700;
        line-height: 24px; } }

/*----------  left column
------------------------------------------------------------------------------*/
.left-column {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 34px 30px 21px 21px; }
  .left-column .main-content {
    float: right;
    width: 73.97959183673469%; }
    .left-column .main-content.full-width {
      float: none;
      margin: 0 auto;
      display: table;
      width: 100%; }
  @media only screen and (min-width: 1024px) {
    .left-column {
      display: table;
      table-layout: fixed;
      padding: 0; }
      .left-column .sidebar,
      .left-column .main-content {
        /* vertical-align: top;
        display: table-cell; */
        float: left; }
      .left-column .sidebar {
        padding: 32px 40px 0 0; }
      .left-column .main-content {
        padding-top: 32px;
        padding-bottom: 45px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .left-column {
      padding: 38px 0 21px 0; }
      .left-column .sidebar {
        display: none; }
      .left-column .main-content {
        width: 100%; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .left-column {
      padding: 3px 0 20px 0; }
      .left-column .sidebar {
        display: none; }
      .left-column .main-content {
        width: 100%; }
        .left-column .main-content.full-width {
          display: inline; } }

/*----------  sidebar
------------------------------------------------------------------------------*/
.sidebar {
  float: left;
  width: 26.02040816326531%;
  margin-top: -4px; }
  .sidebar ul {
    width: 100%;
    float: left; }
    .sidebar ul > li {
      width: 100%;
      float: left;
      margin-bottom: 3px;
      position: relative;
      padding-left: 12px; }
      .sidebar ul > li:before {
        content: "\f054";
        color: #3684c3;
        font-size: 13px;
        position: absolute;
        top: 12px;
        left: 0px; }
      .sidebar ul > li a {
        width: 100%;
        float: left;
        font-size: 15px;
        line-height: 20px;
        color: #164172;
        padding: 9px 0;
        text-transform: none; }
        .sidebar ul > li a:hover {
          color: #333; }
      .sidebar ul > li.active > a {
        color: #333;
        font-weight: 700; }
      .sidebar ul > li > ul {
        padding-left: 4px;
        margin: 3px 0 -3px; }
        .sidebar ul > li > ul > li {
          width: 100%;
          float: left;
          margin-bottom: 0;
          background: none; }
          .sidebar ul > li > ul > li a {
            width: 100%;
            float: left;
            margin-bottom: 5px;
            text-transform: none; }
          .sidebar ul > li > ul > li.active > a {
            color: #333;
            font-weight: 700; }
          .sidebar ul > li > ul > li ul li a {
            font-weight: 300; }
  .sidebar .search {
    width: 100%;
    float: left; }
    .sidebar .search h4 {
      font-size: 20px;
      line-height: 18px;
      color: #3684c3;
      margin-bottom: 17px;
      font-weight: 400; }
    .sidebar .search input {
      float: left;
      width: 80%;
      height: 40px;
      border: 1px solid #ddd;
      border-right: 0;
      font-size: 14px;
      line-height: 24px;
      color: #666666;
      padding: 3px 3px 3px 11px; }
      .sidebar .search input::-webkit-input-placeholder {
        color: #666; }
      .sidebar .search input:-moz-placeholder {
        color: #666; }
      .sidebar .search input:-ms-input-placeholder {
        color: #666; }
    .sidebar .search a {
      float: left;
      width: 20%;
      height: 40px;
      border: 1px solid #ddd;
      border-left: 0;
      position: relative; }
      .sidebar .search a .ico {
        float: left;
        margin: 5px 0 0 5px; }
        .sidebar .search a .ico.search-icon:after {
          font-size: 18px;
          top: 9px;
          left: 14px; }

/*----------  top-banner
------------------------------------------------------------------------------*/
.top-banner {
  height: 220px;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative; }
  .top-banner .wrapper {
    padding: 0; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .top-banner .wrapper {
      padding: 0 24px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .top-banner {
      background-image: none !important;
      height: 100%;
      min-height: 100%; }
      .top-banner .wrapper {
        padding: 0 20px; }
      .top-banner .inner {
        border-bottom: 1px solid #3684c3; } }

/*----------  table
------------------------------------------------------------------------------*/
table {
  width: 100%;
  float: left;
  margin-bottom: 36px;
  border-bottom: 1px solid #c5b6b8; }
  table tr {
    width: 100%; }
    table tr th {
      background: #f9f9f9;
      border-bottom: 1px solid #ccc;
      font-size: 14px;
      line-height: 24px;
      color: #164172;
      font-weight: 700;
      text-align: left;
      padding: 14px 10px 14px 19px; }
    table tr td {
      border-bottom: 1px solid #ddd;
      padding: 12px 10px 14px 19px;
      font-size: 14px;
      line-height: 24px;
      font-weight: 300; }
      table tr td p {
        font-size: 14px !important;
        line-height: 24px !important;
        color: #555;
        margin-bottom: 0 !important; }
    table tr:last-child td {
      border-bottom: 1px solid #c5b6b8; }

/*----------  accordion
------------------------------------------------------------------------------*/
.accordion {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd; }
  .accordion .item {
    width: 100%;
    float: left;
    border-top: 1px solid #ddd; }
    .accordion .item .accordion-head {
      width: 100%;
      float: left; }
      .accordion .item .accordion-head a {
        width: 100%;
        float: left;
        color: #164172;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        display: block;
        text-decoration: none;
        /* background: url(../img/icons/ico-plus.png) no-repeat 97% center; */
        padding: 12px 65px 14px 20px;
        position: relative; }
        .accordion .item .accordion-head a:after {
          content: '\f078';
          color: #3684c3;
          font-size: 14px;
          position: absolute;
          top: 16px;
          right: 22px;
          font-weight: 700; }
        .accordion .item .accordion-head a > span {
          display: block;
          font-size: 16px;
          line-height: 1;
          margin-top: 5px; }
      .accordion .item .accordion-head.open {
        background: none; }
        .accordion .item .accordion-head.open a {
          /* background: url(../img/icons/ico-minus.png) no-repeat 97% center; */ }
          .accordion .item .accordion-head.open a:after {
            content: '\f077'; }
    .accordion .item .accordion-content {
      width: 100%;
      float: left;
      display: none;
      background: none;
      padding: 6px 27px 21px 22px; }
      .accordion .item .accordion-content p {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 24px; }
    .accordion .item.last {
      border-bottom: none; }

/*----------  tabs
------------------------------------------------------------------------------*/
.tabs {
  width: 100%;
  float: left;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 40px; }
  .tabs li {
    float: left;
    margin-right: 1px;
    height: 49px; }
    .tabs li a {
      width: 120px;
      height: 50px;
      float: left;
      background: #3684c3;
      line-height: 24px;
      font-size: 16px;
      color: #fff;
      text-align: center;
      border: 1px solid #3684c3;
      border-bottom: 0;
      text-transform: capitalize;
      padding: 10px 15px 10px 15px; }
      .tabs li a.selected, .tabs li a:hover {
        background: #fff;
        height: 50px;
        color: #3684c3;
        border: 1px solid #ddd;
        border-bottom: 0; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .tabs {
      border-bottom: 0;
      margin-bottom: 20px; }
      .tabs li {
        width: 100%;
        height: 50px;
        display: block;
        margin-right: 0;
        margin-bottom: 1px; }
        .tabs li a {
          width: 100%; }
          .tabs li a.selected, .tabs li a:hover {
            background: #eeeeee; } }

/*----------  error page
------------------------------------------------------------------------------*/
.error-page .subtitle {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 17px;
  color: #555;
  text-align: center;
  margin: 8px 0 4px 0;
  padding-left: 11px; }
.error-page h1 {
  margin-bottom: 24px; }
.error-page p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 6px; }
.error-page ul {
  margin-bottom: 28px; }
  .error-page ul li {
    line-height: 19px;
    margin-bottom: 12px; }
    .error-page ul li:before {
      top: 6px; }
    .error-page ul li ul {
      padding-left: 40px;
      margin-top: 10px; }
      .error-page ul li ul li {
        position: relative; }
        .error-page ul li ul li:before {
          content: "";
          position: absolute;
          width: 5px;
          height: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          background: #555;
          left: -9px;
          top: 5px; }
        .error-page ul li ul li a {
          font-weight: 700;
          text-decoration: underline;
          color: #666666; }

/*----------  Sitemap page
------------------------------------------------------------------------------*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .sitemap-wrapper h1 {
    border-bottom: none;
    padding-bottom: 0; } }

.sitemap {
  width: 100%;
  float: left;
  padding-top: 6px;
  margin-bottom: 55px; }
  .sitemap .box {
    width: 100%;
    float: left; }
    .sitemap .box .box-detail {
      float: left;
      width: 30.49645390070922%;
      margin-right: 4.25531914893617%;
      padding-bottom: 34px;
      display: inline-block; }
      .sitemap .box .box-detail.last, .sitemap .box .box-detail:last-child {
        margin-right: 0; }
      .sitemap .box .box-detail h2 {
        border-bottom: 1px solid #ccc;
        padding-bottom: 16px;
        margin-bottom: 24px;
        max-height: 65px; }
        .sitemap .box .box-detail h2 a {
          color: #164172;
          font-size: 24px;
          line-height: 24px;
          text-transform: none; }
          .sitemap .box .box-detail h2 a:hover {
            text-decoration: underline; }
      .sitemap .box .box-detail > ul {
        width: 100%;
        float: left;
        padding-left: 3px; }
        .sitemap .box .box-detail > ul > li {
          width: 100%;
          float: left;
          margin-bottom: 21px;
          position: relative;
          padding-left: 18px; }
          .sitemap .box .box-detail > ul > li:before {
            content: "\f054";
            color: #3684c3;
            font-size: 13px;
            position: absolute;
            top: 6px;
            left: 0px; }
          .sitemap .box .box-detail > ul > li a {
            font-size: 18px;
            line-height: 24px;
            color: #164172; }
            .sitemap .box .box-detail > ul > li a:hover {
              text-decoration: underline; }
          .sitemap .box .box-detail > ul > li > ul {
            width: 100%;
            float: left;
            padding-left: 21px;
            margin: 20px 0 -14px 0; }
            .sitemap .box .box-detail > ul > li > ul > li {
              margin-bottom: 20px; }
              .sitemap .box .box-detail > ul > li > ul > li a {
                color: #3684c3;
                font-size: 16px;
                line-height: 24px;
                font-weight: 700; }
              .sitemap .box .box-detail > ul > li > ul > li > ul {
                padding-left: 19px;
                margin: 20px 0 0 0; }
                .sitemap .box .box-detail > ul > li > ul > li > ul li {
                  margin-bottom: 20px; }
                  .sitemap .box .box-detail > ul > li > ul > li > ul li a {
                    font-size: 16px;
                    color: #164172;
                    font-weight: 300; }
      .sitemap .box .box-detail.last {
        border-bottom: none; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .sitemap {
      padding: 0 20px; }
      .sitemap .box {
        width: 100%; }
        .sitemap .box .box-detail {
          width: 100%;
          float: none;
          margin: 0;
          height: auto !important; }
          .sitemap .box .box-detail h2 {
            height: auto !important; } }

/*----------  search results page
------------------------------------------------------------------------------*/
.search-results {
  width: 100%;
  float: left;
  margin-top: -14px;
  padding-bottom: 9px; }
  .search-results h1 {
    margin-bottom: 20px; }
  .search-results .your-search {
    width: 100%;
    float: left;
    color: #555;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.1px;
    padding-top: 6px;
    font-weight: 300; }
    .search-results .your-search span {
      color: #555;
      font-weight: 700; }
  .search-results .search-box {
    width: 100%;
    float: left;
    border-bottom: 1px solid #3684c3;
    clear: both; }
    .search-results .search-box li {
      width: 100%;
      float: left;
      border-top: 1px solid #dddddd;
      padding: 14px 0 24px 0; }
      .search-results .search-box li a {
        color: #164172;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700; }
      .search-results .search-box li p {
        color: #424242;
        font-size: 14px;
        line-height: 20px;
        font-weight: 300;
        padding-top: 9px; }
  .search-results .paging-wrap .paging {
    margin-top: 8px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .search-results {
      padding: 0 26px 9px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .search-results {
      padding: 0 20px 9px; }
      .search-results .your-search {
        text-align: left;
        margin-bottom: 20px; } }

.search-bottom {
  width: 100%;
  float: left;
  text-align: center;
  padding: 40px 0 23px 0;
  display: none; }
  .search-bottom li {
    display: inline-block; }
    .search-bottom li h4 {
      float: left;
      margin: 0 1px 6px 0;
      padding-right: 7px; }
    .search-bottom li input {
      float: left;
      width: 178px;
      height: 30px;
      border: 1px solid #bdbdbd;
      border-right: 0;
      background: #fff;
      font-size: 16px;
      line-height: 19px;
      color: #666666;
      padding: 6px 5px 3px 8px; }
      .search-bottom li input::-webkit-input-placeholder {
        color: #666666; }
      .search-bottom li input:-moz-placeholder {
        color: #666666; }
      .search-bottom li input:-ms-input-placeholder {
        color: #666666; }
    .search-bottom li a {
      float: left;
      width: 31px;
      height: 30px;
      border: 1px solid #bdbdbd;
      border-left: 0;
      background: #fff;
      position: relative; }
      .search-bottom li a .ico {
        float: left;
        margin: 5px 0 0 5px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .search-bottom {
      display: block; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .search-bottom {
      display: block; } }

/*----------  paging
------------------------------------------------------------------------------*/
.paging-wrap {
  text-align: center;
  clear: both; }
  .paging-wrap .paging {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    text-align: center; }
    .paging-wrap .paging > li {
      display: inline-block;
      margin: 0 4px; }
      .paging-wrap .paging > li > a {
        position: relative;
        float: left;
        padding: 6px 13px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #164172;
        font-size: 14px;
        text-decoration: none; }
        .paging-wrap .paging > li > a:hover, .paging-wrap .paging > li > a.active {
          color: #8c8c8c; }
          .paging-wrap .paging > li > a:hover.prev, .paging-wrap .paging > li > a:hover.next, .paging-wrap .paging > li > a.active.prev, .paging-wrap .paging > li > a.active.next {
            background: #fff;
            color: #000; }
        .paging-wrap .paging > li > a.prev, .paging-wrap .paging > li > a.next {
          text-indent: -9999px; }
          .paging-wrap .paging > li > a.prev.inactive, .paging-wrap .paging > li > a.next.inactive {
            cursor: default;
            color: #ababab; }
          .paging-wrap .paging > li > a.prev .ico, .paging-wrap .paging > li > a.next .ico {
            margin-bottom: 1px; }
        .paging-wrap .paging > li > a.prev {
          padding: 6px 10px; }
          .paging-wrap .paging > li > a.prev:before {
            content: "";
            background-image: url(../img/paging-left.png);
            position: absolute;
            width: 12px;
            height: 13px;
            margin-right: 3px;
            top: 10px;
            left: 0; }
          .paging-wrap .paging > li > a.prev .ico {
            /* @include sprite(ico-prev); */
            margin-right: 15px; }
        .paging-wrap .paging > li > a.next {
          padding: 6px 10px; }
          .paging-wrap .paging > li > a.next:before {
            content: "";
            background-image: url(../img/paging-right.png);
            position: absolute;
            width: 12px;
            height: 13px;
            margin-left: 3px;
            top: 10px;
            left: 0; }
          .paging-wrap .paging > li > a.next .ico {
            /* @include sprite(ico-next); */
            margin-left: 15px; }
      .paging-wrap .paging > li:first-child > a {
        margin-left: 0; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .paging-wrap .paging > li {
      margin: 0 2px; }
      .paging-wrap .paging > li > a.prev {
        margin-right: 8px;
        padding-left: 0; }
        .paging-wrap .paging > li > a.prev .ico {
          margin-right: 4px; }
      .paging-wrap .paging > li > a.prev {
        margin-left: 8px;
        padding-right: 0; }
        .paging-wrap .paging > li > a.prev .ico {
          margin-left: 4px; } }

/*----------  disclaimer
------------------------------------------------------------------------------*/
.disclaimer {
  width: 100%;
  float: left; }
  .disclaimer h2 {
    text-transform: capitalize; }
  .disclaimer p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 40px; }
  .disclaimer .bottom-box {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 33px; }
    .disclaimer .bottom-box .btn.black, .disclaimer .bottom-box .btn.orange {
      margin-right: 20px; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .disclaimer .bottom-box .btn.black {
      margin-right: 0;
      margin-bottom: 20px; } }

/*----------  people page
------------------------------------------------------------------------------*/
.people {
  width: 100%;
  float: left;
  margin-top: -4px; }
  .people .rte p {
    color: #555; }
  .people .gallery {
    width: 100%;
    float: left;
    margin-top: 19px; }
    .people .gallery .item {
      width: 29.6551724137931%;
      margin-right: 5.517241379310345%;
      float: left;
      margin-bottom: 33px; }
      .people .gallery .item .holder img {
        max-width: 100%;
        overflow: hidden; }
      .people .gallery .item.last {
        margin-right: 0; }
      .people .gallery .item .position {
        width: 100%;
        float: left;
        text-align: center;
        padding: 13px 0 0 0; }
        .people .gallery .item .position .name {
          font-size: 16px;
          line-height: 24px;
          font-weight: 700;
          display: inline-block;
          color: #164172; }
          .people .gallery .item .position .name:hover {
            text-decoration: underline; }
        .people .gallery .item .position span {
          width: 100%;
          float: left;
          font-size: 16px;
          line-height: 24px;
          font-weight: 300;
          color: #424242; }
    .people .gallery .bio {
      display: none; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .people .gallery .item {
      width: 100%;
      float: left;
      margin: 0 0 30px 0;
      position: relative; }
      .people .gallery .item .holder {
        width: 50%;
        float: left;
        background: none; }
        .people .gallery .item .holder img {
          width: 100%;
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1; }
      .people .gallery .item .position {
        width: 50%;
        float: left;
        padding: 0 0 10px 15px;
        text-align: left; }
        .people .gallery .item .position .name {
          margin-bottom: 2px; } }
  .people > .item .accordion-head a {
    padding-left: 0; }
  .people > .item .accordion-content {
    padding-left: 0; }

/*---------- people page -box position-
------------------------------------------------------------------------------*/
.box-position {
  float: left;
  width: 980px;
  overflow: auto;
  position: relative;
  padding: 47px 8.673469387755102%;
  min-height: 380px; }
  .box-position .holder {
    width: 26.54320987654321%;
    margin-right: 4.938271604938272%;
    float: left; }
    .box-position .holder img {
      max-width: 100%;
      overflow: hidden; }
  .box-position .rte {
    width: 68.51851851851852%;
    float: left; }
    .box-position .rte h2 {
      font-size: 20px;
      line-height: 18px;
      margin-bottom: 10px;
      color: #3684c3;
      text-transform: none; }
    .box-position .rte h3 {
      font-size: 16px;
      line-height: 18px;
      color: #424242;
      margin-bottom: 22px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .box-position {
      width: auto; }
      .box-position .holder {
        width: 33%;
        float: left;
        margin-right: 0;
        margin-bottom: 20px; }
      .box-position .rte {
        width: 100%; }
        .box-position .rte h2 {
          position: absolute;
          top: 47px;
          left: 40%; }
        .box-position .rte h3 {
          position: absolute;
          top: 80px;
          left: 40%;
          padding-right: 47px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .box-position {
      width: auto;
      padding: 25px 0 0 0;
      min-height: 0; }
      .box-position .holder {
        width: 100%;
        float: left;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 15px;
        margin-top: 20px; }
        .box-position .holder img {
          width: 100%;
          max-width: 100%;
          overflow: hidden; }
      .box-position .rte {
        width: 100%;
        padding-left: 0;
        margin-top: 4px; }
        .box-position .rte h2 {
          margin-bottom: 15px; } }

/*---------- brand
------------------------------------------------------------------------------*/
.brand {
  width: 100%;
  float: left; }
  .brand .box {
    width: 30.49645390070922%;
    margin-right: 4.25531914893617%;
    float: left;
    margin-bottom: 29px;
    position: relative; }
    .brand .box .wrap-inner {
      width: 100%;
      height: auto;
      overflow: hidden; }
      .brand .box .wrap-inner img {
        width: 100%; }
      .brand .box .wrap-inner .overlay {
        position: absolute;
        background: url('../img/rgbapng/ffffffcc-5.png');
        background: rgba(255, 255, 255, 0.8);
        height: 86px;
        top: 38%;
        left: 0;
        width: 100%;
        overflow: hidden;
        padding: 25px 17px; }
        .brand .box .wrap-inner .overlay h2 {
          text-align: center;
          text-transform: uppercase;
          margin-bottom: 0; }
    .brand .box.last {
      margin-right: 0; }
    .brand .box .text {
      display: none;
      width: 100%;
      float: left;
      padding: 20px 12px;
      text-align: center;
      background: url('../img/rgbapng/ffffffe5-5.png');
      background: rgba(255, 255, 255, 0.9);
      position: absolute;
      top: 0;
      bottom: 0;
      overflow: hidden; }
      .brand .box .text h2 {
        text-transform: uppercase;
        width: 100%;
        margin-bottom: 0; }
      .brand .box .text p {
        width: 100%;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 18px;
        position: relative;
        margin-bottom: 17px; }
        .brand .box .text p .divider {
          position: absolute;
          bottom: 0;
          left: 0;
          height: 1px;
          background: #c5b6b8;
          width: 100%;
          margin: -10px 0; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .brand .box {
      width: 100%;
      margin-right: 0; }
      .brand .box .wrap-inner {
        height: auto; }
      .brand .box .text p .divider {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -85px;
        width: 170px;
        height: 1px;
        background: #c5b6b8; } }

/*---------- document download
------------------------------------------------------------------------------*/
.document-download {
  width: 100%;
  float: left;
  margin-bottom: 29px;
  height: auto !important;
  padding-top: 10px; }
  .document-download .top-download {
    width: 100%;
    float: left;
    margin-bottom: 37px; }
    .document-download .top-download img {
      float: left;
      width: 29.6551724137931%;
      margin-right: 1.379310344827586%; }
    .document-download .top-download .top-download-inner {
      width: 68.96551724137931%;
      float: left;
      padding-left: 15px; }
      .document-download .top-download .top-download-inner .inner li {
        width: 100%;
        float: left; }
      .document-download .top-download .top-download-inner .inner h2 {
        width: 100%;
        float: left;
        line-height: 24px;
        margin-bottom: 1px;
        color: #3684c3;
        text-transform: none;
        font-weight: 300; }
      .document-download .top-download .top-download-inner .inner .date {
        width: auto;
        float: left;
        font-size: 14px;
        line-height: 18px;
        color: #333;
        padding-bottom: 12px;
        padding-right: 115px;
        margin-bottom: 12px; }
      .document-download .top-download .top-download-inner .document-links {
        float: left;
        padding: 12px 0 5px 0;
        border-top: 1px solid #3684c3; }
        .document-download .top-download .top-download-inner .document-links a {
          clear: none;
          margin-right: 25px; }
          .document-download .top-download .top-download-inner .document-links a:last-child {
            margin-right: 0; }
  .document-download .document-table {
    width: 100%;
    float: left; }
    .document-download .document-table .download-head {
      width: 100%;
      float: left;
      background: #f9f9f9;
      border-bottom: 1px solid #c5b6b8;
      padding: 14px 10px 14px 19px; }
      .document-download .document-table .download-head .left {
        width: 73.75886524822695%;
        float: left; }
      .document-download .document-table .download-head .right {
        width: 23.40425531914894%;
        float: right; }
      .document-download .document-table .download-head span {
        font-size: 14px;
        line-height: 24px;
        color: #164172;
        font-weight: 700;
        text-align: left; }
    .document-download .document-table .download-body {
      width: 100%;
      float: left; }
      .document-download .document-table .download-body .row {
        width: 100%;
        float: left;
        border-bottom: 1px solid #ccc;
        padding: 24px 0 28px 0; }
        .document-download .document-table .download-body .row .left {
          width: 70%;
          float: left;
          padding-left: 20px; }
          .document-download .document-table .download-body .row .left h3 {
            text-transform: none;
            margin-bottom: 1px;
            font-size: 16px;
            line-height: 24px;
            color: #333; }
            .document-download .document-table .download-body .row .left h3 a {
              color: #555; }
              .document-download .document-table .download-body .row .left h3 a:hover {
                text-decoration: underline; }
          .document-download .document-table .download-body .row .left .date {
            font-size: 14px;
            line-height: 24px;
            color: #555;
            font-weight: 300;
            text-align: left; }
        .document-download .document-table .download-body .row .right {
          width: 23.2%;
          float: right;
          padding-top: 4px; }
          .document-download .document-table .download-body .row .right a:last-child {
            margin-bottom: 0 !important; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .document-download {
      margin-bottom: 21px;
      padding-top: 0; }
      .document-download .top-download {
        margin-bottom: 15px; }
        .document-download .top-download img {
          width: 100%;
          margin: 0 0 17px 0; }
        .document-download .top-download .top-download-inner {
          padding-left: 0; }
          .document-download .top-download .top-download-inner .inner {
            width: 100%;
            padding-left: 0; }
            .document-download .top-download .top-download-inner .inner h2 {
              margin-bottom: 7px; }
            .document-download .top-download .top-download-inner .inner .date {
              margin-bottom: 0;
              padding-bottom: 17px;
              padding-right: 0; }
            .document-download .top-download .top-download-inner .inner .video-link,
            .document-download .top-download .top-download-inner .inner .download-link,
            .document-download .top-download .top-download-inner .inner .online-link,
            .document-download .top-download .top-download-inner .inner .webcast-link {
              display: inline-block;
              float: none; }
          .document-download .top-download .top-download-inner .document-links {
            padding: 21px 0 5px 0; }
      .document-download .document-table .left {
        width: 55% !important;
        padding-left: 10px !important;
        padding-right: 10px; }
      .document-download .document-table .right {
        width: 45% !important; } }

/*---------- investors landing
------------------------------------------------------------------------------*/
.investors-wrapper .investors-landing {
  width: 100%;
  float: left;
  padding-top: 9px; }
  .investors-wrapper .investors-landing .row {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative; }
    .investors-wrapper .investors-landing .row .left-wrap {
      width: 64.82758620689655%;
      margin-right: 5.517241379310345%;
      float: left;
      position: relative; }
      .investors-wrapper .investors-landing .row .left-wrap img {
        width: 100%;
        position: relative;
        z-index: 10; }
      .investors-wrapper .investors-landing .row .left-wrap .overlay-details {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 12;
        height: 124px;
        text-align: center;
        padding: 12px; }
        .investors-wrapper .investors-landing .row .left-wrap .overlay-details h2 {
          color: #fff;
          font-size: 24px;
          line-height: 24px;
          font-weight: 300;
          margin-bottom: 20px;
          text-transform: none; }
        .investors-wrapper .investors-landing .row .left-wrap .overlay-details .links-wrap {
          width: 100%;
          float: left; }
          .investors-wrapper .investors-landing .row .left-wrap .overlay-details .links-wrap a {
            display: inline-block;
            float: none;
            margin: 0 20px;
            color: #fff; }
          .investors-wrapper .investors-landing .row .left-wrap .overlay-details .links-wrap br {
            display: none; }
    .investors-wrapper .investors-landing .row .right-wrap {
      width: 29.6551724137931%;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%; }
      .investors-wrapper .investors-landing .row .right-wrap .price-details {
        width: 100%;
        height: 100%;
        padding: 20px;
        text-align: center; }
        .investors-wrapper .investors-landing .row .right-wrap .price-details h2 {
          font-size: 20px;
          line-height: 18px;
          font-weight: 300;
          color: #3684c3;
          text-transform: none;
          margin-bottom: 20px; }
        .investors-wrapper .investors-landing .row .right-wrap .price-details p {
          font-size: 12px;
          line-height: 14px;
          font-weight: 300;
          color: #333;
          margin-bottom: 10px; }
        .investors-wrapper .investors-landing .row .right-wrap .price-details .price {
          border: none;
          margin-bottom: 0;
          padding: 0 15px 13px 15px; }
          .investors-wrapper .investors-landing .row .right-wrap .price-details .price li {
            margin-bottom: 0; }
            .investors-wrapper .investors-landing .row .right-wrap .price-details .price li .number {
              line-height: 1; }
              .investors-wrapper .investors-landing .row .right-wrap .price-details .price li .number .pound {
                font-size: 18px;
                line-height: 1; }
            .investors-wrapper .investors-landing .row .right-wrap .price-details .price li .strong {
              float: none;
              clear: none; }
            .investors-wrapper .investors-landing .row .right-wrap .price-details .price li .explain {
              display: block;
              margin-top: 15px;
              font-size: 12px;
              float: none; }
              .investors-wrapper .investors-landing .row .right-wrap .price-details .price li .explain:last-of-type {
                margin-top: 0; }
        .investors-wrapper .investors-landing .row .right-wrap .price-details .details-link {
          padding: 0; }
          .investors-wrapper .investors-landing .row .right-wrap .price-details .details-link li {
            margin-bottom: 0;
            line-height: 1;
            padding: 3px 0; }
            .investors-wrapper .investors-landing .row .right-wrap .price-details .details-link li a {
              padding-left: 0; }
      @media only screen and (min-width: 320px) and (max-width: 767px) {
        .investors-wrapper .investors-landing .row .right-wrap {
          position: relative;
          float: left;
          padding: 0 20px; } }
    .investors-wrapper .investors-landing .row .col {
      width: 29.6551724137931%;
      float: left;
      margin-right: 5.517241379310345%;
      padding: 20px 0 10px 0;
      text-align: center; }
      .investors-wrapper .investors-landing .row .col.last {
        margin-right: 0; }
      .investors-wrapper .investors-landing .row .col .img-holder {
        float: left;
        width: 215px;
        overflow: hidden;
        margin-bottom: 21px; }
      .investors-wrapper .investors-landing .row .col .news {
        width: 100%;
        float: left;
        border-top: 1px solid #3684c3;
        border-bottom: 1px solid #3684c3;
        padding: 26px 0 5px;
        margin-bottom: 14px; }
        .investors-wrapper .investors-landing .row .col .news h2 {
          width: 100%;
          float: left;
          font-size: 20px;
          line-height: 18px;
          margin-bottom: 14px;
          color: #3684c3;
          text-transform: none;
          font-weight: 300; }
          .investors-wrapper .investors-landing .row .col .news h2 > a {
            color: #3684c3;
            text-decoration: none;
            text-transform: capitalize; }
        .investors-wrapper .investors-landing .row .col .news ul {
          list-style: none;
          padding: 0 10px 10px 10px;
          margin: 0;
          min-height: 210px; }
          .investors-wrapper .investors-landing .row .col .news ul > li {
            font-size: 14px;
            line-height: 1;
            padding: 8px 0 11px;
            position: relative;
            display: inline-block;
            color: #666666;
            width: 100%;
            letter-spacing: 0.02em;
            border-bottom: 1px solid #ddd; }
            .investors-wrapper .investors-landing .row .col .news ul > li:last-child {
              border: none; }
            .investors-wrapper .investors-landing .row .col .news ul > li > a {
              color: #000;
              text-decoration: none; }
              .investors-wrapper .investors-landing .row .col .news ul > li > a:hover {
                text-decoration: underline; }
            .investors-wrapper .investors-landing .row .col .news ul > li > span {
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              display: block;
              margin: 0 auto;
              position: relative;
              color: #666666; }
              .investors-wrapper .investors-landing .row .col .news ul > li > span.date {
                font-size: 12px;
                line-height: 20px;
                color: #333;
                font-weight: 300; }
              .investors-wrapper .investors-landing .row .col .news ul > li > span > a {
                font-size: 14px;
                line-height: 20px;
                color: #164172;
                text-decoration: none; }
                .investors-wrapper .investors-landing .row .col .news ul > li > span > a:hover {
                  text-decoration: underline; }
        .investors-wrapper .investors-landing .row .col .news .highlights {
          width: 100%;
          float: left; }
          .investors-wrapper .investors-landing .row .col .news .highlights p {
            margin-bottom: 0;
            color: #666666; }
          .investors-wrapper .investors-landing .row .col .news .highlights ul li:after {
            display: none; }
        .investors-wrapper .investors-landing .row .col .news .inner {
          width: 100%;
          float: left;
          margin-bottom: 15px; }
        .investors-wrapper .investors-landing .row .col .news .percent {
          display: inline-block;
          width: auto;
          margin-bottom: 12px;
          color: #1aa0dc;
          font-size: 64px;
          line-height: 64px;
          padding-right: 20px;
          background: transparent url(../img/percent-bg.png) no-repeat right 29px; }
        .investors-wrapper .investors-landing .row .col .news .img-center {
          margin-bottom: 16px; }
        .investors-wrapper .investors-landing .row .col .news p {
          margin-bottom: 15px; }
      .investors-wrapper .investors-landing .row .col > a {
        font-size: 15px;
        line-height: 17px;
        color: #555;
        background-position: left 1px; }
      .investors-wrapper .investors-landing .row .col img {
        max-width: 100%;
        margin-bottom: 20px; }
      .investors-wrapper .investors-landing .row .col .rte {
        text-align: center; }
      .investors-wrapper .investors-landing .row .col .download-col {
        width: 100%;
        float: left;
        border-top: 1px solid #98c93c;
        padding-top: 25px;
        border-bottom: 1px solid #98c93c;
        margin-bottom: 35px; }
        .investors-wrapper .investors-landing .row .col .download-col h2 {
          margin-bottom: 19px; }
          .investors-wrapper .investors-landing .row .col .download-col h2 a {
            line-height: 19px; }
        .investors-wrapper .investors-landing .row .col .download-col .download-wrap {
          width: 100%;
          float: left;
          margin-bottom: 25px; }
          .investors-wrapper .investors-landing .row .col .download-col .download-wrap li {
            width: 100%;
            float: left; }
            .investors-wrapper .investors-landing .row .col .download-col .download-wrap li:last-child a {
              margin-bottom: 0; }
          .investors-wrapper .investors-landing .row .col .download-col .download-wrap .date {
            float: left;
            font-size: 14px;
            line-height: 18px; }
          .investors-wrapper .investors-landing .row .col .download-col .download-wrap .subtitle {
            float: left;
            font-size: 14px;
            line-height: 18px;
            font-style: italic;
            margin-bottom: 10px; }
          .investors-wrapper .investors-landing .row .col .download-col .download-wrap .title {
            float: left;
            font-size: 16px;
            line-height: 24px;
            color: #555;
            margin-bottom: 16px; }
          .investors-wrapper .investors-landing .row .col .download-col .download-wrap .download-link,
          .investors-wrapper .investors-landing .row .col .download-col .download-wrap .online-link,
          .investors-wrapper .investors-landing .row .col .download-col .download-wrap .video-link,
          .investors-wrapper .investors-landing .row .col .download-col .download-wrap .text-link {
            margin-bottom: 15px; }
        .investors-wrapper .investors-landing .row .col .download-col .divider {
          width: 100%;
          float: left;
          position: relative;
          margin-bottom: 15px; }
          .investors-wrapper .investors-landing .row .col .download-col .divider .line {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 1px;
            background: #c5b6b8;
            width: 100%; }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .investors-wrapper .investors-landing .row {
    margin-bottom: 30px; }
    .investors-wrapper .investors-landing .row .left-wrap {
      overflow: hidden;
      margin-bottom: 0px; }
    .investors-wrapper .investors-landing .row .right-wrap .price-details {
      margin-bottom: 0; } }
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .investors-wrapper {
    float: left;
    padding: 0; }
    .investors-wrapper .breadcrumb {
      padding: 0 20px 20px 20px;
      border-bottom: 0;
      position: relative; }
    .investors-wrapper .left-column h1 {
      position: relative;
      margin-left: 20px;
      margin-right: 20px; }
    .investors-wrapper .investors-landing .row {
      margin-bottom: 30px; }
      .investors-wrapper .investors-landing .row .left-wrap {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 30px; }
        .investors-wrapper .investors-landing .row .left-wrap .gradient {
          margin: 0 20px; }
        .investors-wrapper .investors-landing .row .left-wrap .overlay-details .links-wrap a {
          margin: 0 10px; }
      .investors-wrapper .investors-landing .row .right-wrap {
        width: 100%; }
        .investors-wrapper .investors-landing .row .right-wrap .price-details {
          background: #ede9ea;
          margin-bottom: 0; }
      .investors-wrapper .investors-landing .row .col {
        width: 100%;
        margin-right: 0;
        padding: 20px; }
        .investors-wrapper .investors-landing .row .col .img-holder {
          width: 100%;
          text-align: center; }
          .investors-wrapper .investors-landing .row .col .img-holder img {
            display: inline-block; }
        .investors-wrapper .investors-landing .row .col .rte {
          width: 220px;
          float: none;
          margin: 0 auto; }
        .investors-wrapper .investors-landing .row .col .download-col {
          text-align: center;
          border-top: 2px solid #cccccc;
          border-bottom: 2px solid #cccccc; }
          .investors-wrapper .investors-landing .row .col .download-col .download-wrap {
            padding: 0 20px 0 20px; }
          .investors-wrapper .investors-landing .row .col .download-col .divider .line {
            left: 50%;
            margin-left: -85px;
            width: 170px; }
          .investors-wrapper .investors-landing .row .col .download-col li span, .investors-wrapper .investors-landing .row .col .download-col li a {
            display: inline-block;
            float: none !important; }
        .investors-wrapper .investors-landing .row .col .news {
          text-align: center;
          margin-bottom: 10px; } }

/*----------  operation page
------------------------------------------------------------------------------*/
.map-page {
  position: relative;
  height: 600px; }
  .map-page.details-page {
    height: auto; }
    .map-page.details-page .map-img {
      margin-left: -600px; }
  .map-page .wrapper {
    z-index: 2;
    position: relative; }
  .map-page .breadcrumb {
    margin: 21px 0 11px 0; }
  .map-page .map-landing-page {
    width: 42.7%;
    float: left; }
    .map-page .map-landing-page h1 {
      padding-bottom: 20px;
      margin-bottom: 27px;
      text-align: left; }
    .map-page .map-landing-page .rte-content {
      padding-right: 0;
      margin-bottom: 52px; }
    .map-page .map-landing-page .intro, .map-page .map-landing-page .intro p {
      font-weight: 600;
      font-size: 16px !important;
      line-height: 22px !important; }
    .map-page .map-landing-page .project-list {
      width: 100%;
      float: left; }
      .map-page .map-landing-page .project-list li {
        width: 100%;
        float: left; }
        .map-page .map-landing-page .project-list li a {
          float: left;
          color: #000;
          font-size: 14px;
          line-height: 17px;
          background-position: 1px 3px; }
        .map-page .map-landing-page .project-list li ul {
          width: 100%;
          float: left;
          margin-top: 7px;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding-left: 15px; }
          .map-page .map-landing-page .project-list li ul li {
            margin-bottom: 7px; }
            .map-page .map-landing-page .project-list li ul li a {
              color: #333; }
  .map-page .markers-wrapper {
    position: absolute;
    top: 30px;
    right: 0;
    width: 52%; }
    .map-page .markers-wrapper .map-img {
      width: 100%;
      float: left; }
    .map-page .markers-wrapper .zimbabwe-link {
      position: absolute;
      bottom: 117px;
      left: 0px;
      width: 275px; }
      .map-page .markers-wrapper .zimbabwe-link .line {
        width: 100%;
        float: left;
        height: 1px;
        background: #555;
        margin-top: 10px; }
      .map-page .markers-wrapper .zimbabwe-link a {
        font-size: 16px;
        line-height: 19px;
        color: #555;
        float: left; }
        .map-page .markers-wrapper .zimbabwe-link a:hover {
          text-decoration: underline; }
    .map-page .markers-wrapper .contry-wrap {
      position: absolute; }
      .map-page .markers-wrapper .contry-wrap.big {
        width: 87px;
        height: 86px;
        background: url(/img/pin-big.png) no-repeat 0 0; }
        .map-page .markers-wrapper .contry-wrap.big .inner {
          width: 30px;
          height: 30px;
          margin: 28px 0 0 29px; }
        .map-page .markers-wrapper .contry-wrap.big .pin {
          width: 30px;
          height: 30px; }
        .map-page .markers-wrapper .contry-wrap.big .popup-box {
          bottom: 41px; }
          .map-page .markers-wrapper .contry-wrap.big .popup-box.down {
            bottom: auto;
            top: 41px; }
      .map-page .markers-wrapper .contry-wrap.small {
        width: 52px;
        height: 52px;
        background: url(/img/pin-small.png) no-repeat 0 0; }
        .map-page .markers-wrapper .contry-wrap.small .inner {
          width: 20px;
          height: 20px;
          margin: 14px 0 0 15px; }
        .map-page .markers-wrapper .contry-wrap.small .pin {
          width: 20px;
          height: 20px; }
        .map-page .markers-wrapper .contry-wrap.small .popup-box {
          bottom: 31px;
          z-index: 1000; }
          .map-page .markers-wrapper .contry-wrap.small .popup-box.down {
            bottom: auto;
            top: 31px; }
      .map-page .markers-wrapper .contry-wrap .inner {
        position: relative;
        float: left; }
      .map-page .markers-wrapper .contry-wrap .pin {
        display: block;
        background: url(/img/fancybox/blank.gif) repeat 0 0;
        position: relative;
        z-index: 104; }
      .map-page .markers-wrapper .contry-wrap .popup-box {
        display: none;
        position: absolute;
        left: 50%;
        margin-left: -129px;
        width: 256px;
        background: #fff;
        z-index: 105;
        -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }
        .map-page .markers-wrapper .contry-wrap .popup-box .inner-box {
          width: 100%;
          float: left;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 15px 10px 22px 10px; }
          .map-page .markers-wrapper .contry-wrap .popup-box .inner-box h3 {
            width: 100%;
            float: left;
            font-size: 16px;
            line-height: 19px;
            color: #555;
            margin-bottom: 15px; }
          .map-page .markers-wrapper .contry-wrap .popup-box .inner-box .rte-content {
            padding-right: 0; }
            .map-page .markers-wrapper .contry-wrap .popup-box .inner-box .rte-content img {
              margin: 0 0 18px 0; }
            .map-page .markers-wrapper .contry-wrap .popup-box .inner-box .rte-content p {
              font-size: 12px;
              line-height: 14px;
              color: #000;
              margin-bottom: 11px; }
          .map-page .markers-wrapper .contry-wrap .popup-box .inner-box .link-gold-arrow {
            color: #555;
            font-size: 12px;
            line-height: 15px;
            background-position: -1px 3px;
            padding-left: 11px; }
          .map-page .markers-wrapper .contry-wrap .popup-box .inner-box:after {
            content: "";
            position: absolute;
            bottom: -13px;
            left: 50%;
            width: 20px;
            height: 13px;
            margin-left: -10px;
            background: url(/img/popup-arrow.png) no-repeat 0 0; }
        .map-page .markers-wrapper .contry-wrap .popup-box.down .inner-box:after {
          bottom: auto;
          top: -13px;
          background: url(/img/popup-arrow-up.png) no-repeat 0 0; }
  .map-page .map-details {
    height: 504px;
    z-index: auto; }
    .map-page .map-details .markers-wrapper {
      width: 100%;
      height: 504px; }
      .map-page .map-details .markers-wrapper .contry-wrap {
        width: 22px;
        height: 22px;
        z-index: 105; }
        .map-page .map-details .markers-wrapper .contry-wrap .inner {
          width: 22px;
          height: 22px; }
        .map-page .map-details .markers-wrapper .contry-wrap .pin {
          width: 22px;
          height: 22px; }
        .map-page .map-details .markers-wrapper .contry-wrap .popup-box {
          bottom: 33px; }
          .map-page .map-details .markers-wrapper .contry-wrap .popup-box.down {
            bottom: auto;
            top: 30px; }
        .map-page .map-details .markers-wrapper .contry-wrap.how-pin {
          top: 304px;
          left: 419px; }
        .map-page .map-details .markers-wrapper .contry-wrap.motapa-pin {
          top: 271px;
          left: 401px; }
        .map-page .map-details .markers-wrapper .contry-wrap.midwinter-pin {
          top: 191px;
          left: 479px; }
        .map-page .map-details .markers-wrapper .contry-wrap.mazowe-pin {
          top: 149px;
          left: 518px; }
        .map-page .map-details .markers-wrapper .contry-wrap.shamva-pin {
          top: 135px;
          left: 544px; }
        .map-page .map-details .markers-wrapper .contry-wrap.arcturus-pin {
          top: 164px;
          left: 546px; }
        .map-page .map-details .markers-wrapper .contry-wrap.redwin-pin {
          top: 213px;
          left: 596px; }
  .map-page .two-columns-wrapper {
    background: #fff;
    position: relative;
    z-index: 105;
    padding-top: 11px; }
    .map-page .two-columns-wrapper .page-content {
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .map-page .markers-wrapper {
      top: 50px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .map-page {
      height: auto;
      padding-bottom: 20px; }
      .map-page .map-landing-page {
        width: 100%;
        margin-bottom: 20px; }
      .map-page .markers-wrapper {
        width: 100%;
        float: left;
        position: relative;
        top: auto;
        right: auto; } }

/*----------  popup on homepage for disclaimer page
------------------------------------------------------------------------------*/
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 201;
  background: url('../img/rgbapng/333333b0-5.png');
  background: rgba(51, 51, 51, 0.69); }
  .popup .popup-block {
    position: absolute;
    top: 150px;
    left: 50%;
    width: 890px;
    margin-left: -445px;
    background: #fff;
    padding: 45px 10px 22px 30px; }
    .popup .popup-block .popup-inner {
      width: 100%;
      float: left;
      height: 450px;
      overflow-y: scroll;
      text-align: center; }
      .popup .popup-block .popup-inner .rte {
        padding-right: 20px;
        text-align: left; }
        .popup .popup-block .popup-inner .rte p.intro {
          text-transform: uppercase; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .popup .popup-block {
      width: 644px;
      margin-left: -322px; }
      .popup .popup-block .popup-inner {
        height: 400px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .popup .popup-block {
      width: 644px;
      margin-left: -322px; }
      .popup .popup-block .popup-inner {
        height: 350px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup .popup-block {
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px;
      width: auto !important;
      margin-left: 0 !important;
      padding: 20px 10px;
      overflow-y: scroll; }
      .popup .popup-block .popup-inner {
        height: auto;
        overflow: visible; }
        .popup .popup-block .popup-inner .rte {
          padding: 0 10px; } }

/*----------  email alerts
------------------------------------------------------------------------------*/
.emailAlerts {
  width: 100%;
  float: left; }
  .emailAlerts form {
    width: 100%;
    float: left; }

    /* -------- cookie
    -------------------------------------------------------------------------- */

.cookie {
  width: 100%;
  height: auto;
  background-color: #000;
  padding: 15px 0;
  color: #fff;
  font-size: 12px;
}

.cookie p {
  display: inline-block;
  float: left;
  padding-right: 25px;
}

.cookie p a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.cookie__close {
  display: inline-block;
  float: right;
  cursor: pointer;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  position: relative;
  width: 20px;
  height: 15px;
}

.cookie__close::after {
  content: '';
  position: absolute;
  display: block;
  height: 15px;
  width: 2px;
  background-color: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin-left: 10px;
}

.cookie__close::before {
  content: '';
  position: absolute;
  display: block;
  height: 15px;
  width: 2px;
  margin-left: 10px;
  background-color: #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  margin-left: 10px;
}

.cookie__close:hover, .cookie p a:hover {
  opacity: .7;
}

.accept-cookie {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cookie__close {
    bottom: 25px;
  }
}