@import "../packages/bootstrap/css/bootstrap.min.css";
@import "../packages/font-awesome/css/font-awesome.min.css";
@import "../packages/fullscreen-nav/css/normalize.css";
@import "../packages/fullscreen-nav/css/base.css";
/* ======================================================================================================== */
/* ======================================================================================================== */
.border-light {
  border: 1px solid #ececec;
}
.dropshadow {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.divider-vertical {
  border-left: 1px solid #ececec;
  height: 100%;
  margin: 0 5px;
  min-height: 10px;
}
span.divider-vertical {
  display: inline-block;
}
.divider-horizontal {
  border-top: 1px solid #ececec;
  margin: 30px auto;
  position: relative;
  width: 50%;
}
.divider-horizontal:after {
  background: #fff;
  bottom: 0;
  color: #ececec;
  content: '//';
  display: block;
  font-weight: 200;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
}
.ghost-button {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  padding: 8px 10px;
  outline: none;
  text-align: center;
  text-decoration: none;
  width: 125px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.ghost-button:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.btn-nav {
  border: 1px solid #e6e6e6;
  color: #808080;
  display: inline-block;
  font-size: 18px;
  font-weight: 200;
  min-width: 200px;
  padding: 10px 20px;
  outline: none;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-nav.btn-nav--left {
  float: left;
}
.btn-nav.btn-nav--right {
  float: right;
}
.btn-nav:hover {
  background-color: #e6e6e6;
  color: #000;
  text-decoration: none;
}
.modal img {
  width: 100%;
}
.relative {
  position: relative;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear {
  clear: both;
}
.pad-vert {
  padding-bottom: 20px;
  padding-top: 20px;
}
.pad-horz {
  padding-left: 20px;
  padding-right: 20px;
}
.pad-top {
  padding-top: 20px;
}
.pad-htop {
  padding-top: 10px;
}
.pad-bot {
  padding-bottom: 20px;
}
.pad-hbot {
  padding-bottom: 10px;
}
.pad-all {
  padding: 20px;
}
.space-top {
  margin-top: 20px !important;
}
.space-htop {
  margin-top: 10px;
}
.space-bot {
  margin-bottom: 20px;
}
.space-hbot {
  margin-bottom: 10px;
}
.clearfix {
  clear: both;
}
.display-block {
  display: block !important;
}
.maxw-100 {
  max-width: 100%;
}
.grad-blue {
  background: #0e1c38;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #0e1c38 0%, #0479b6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #0e1c38), color-stop(100%, #0479b6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #0e1c38 0%, #0479b6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #0e1c38 0%, #0479b6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #0e1c38 0%, #0479b6 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #0e1c38 0%, #0479b6 100%);
  /* W3C */
}
.grad-orange {
  background-color: #ffd204;
  background-image: -webkit-linear-gradient(-61deg, #ffd204, #cca704 50%);
  background-image: -moz-linear-gradient(-61deg, #ffd204, #cca704 50%);
  background-image: -o-linear-gradient(-61deg, #ffd204, #cca704 50%);
  background-image: -ms-linear-gradient(-61deg, #ffd204, #cca704 50%);
  background-image: linear-gradient(-61deg, #ffd204, #cca704 50%);
}
.item-clip-h {
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 87%);
  -moz-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 87%);
  -ms-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 87%);
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0 87%);
}
.item-clip-v {
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 90%);
  -moz-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 90%);
  -ms-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0 90%);
}
.bg-polygon-h:after {
  content: '';
  height: 115%;
  left: 0;
  position: absolute;
  top: 0;
  width: 105%;
  background-color: #ffd204;
  background-image: -webkit-linear-gradient(-61deg, #ffd204, #cca704 50%);
  background-image: -moz-linear-gradient(-61deg, #ffd204, #cca704 50%);
  background-image: -o-linear-gradient(-61deg, #ffd204, #cca704 50%);
  background-image: -ms-linear-gradient(-61deg, #ffd204, #cca704 50%);
  background-image: linear-gradient(-61deg, #ffd204, #cca704 50%);
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 87%);
  -moz-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 87%);
  -ms-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 87%);
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0 87%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.bg-polygon-v:after {
  content: '';
  height: 111%;
  left: 0;
  position: absolute;
  top: 0;
  width: 106%;
  background-color: #ffd204;
  background-image: -webkit-linear-gradient(-61deg, #ffd204, #cca704 50%);
  background-image: -moz-linear-gradient(-61deg, #ffd204, #cca704 50%);
  background-image: -o-linear-gradient(-61deg, #ffd204, #cca704 50%);
  background-image: -ms-linear-gradient(-61deg, #ffd204, #cca704 50%);
  background-image: linear-gradient(-61deg, #ffd204, #cca704 50%);
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 90%);
  -moz-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 90%);
  -ms-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0 90%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.max-width {
  max-width: 1680px;
}
.margin-auto {
  margin: auto;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container .video--frame {
  cursor: pointer;
}
.video-container .video--frame:before {
  content: "\f04b";
  border: 1px solid #fff;
  border-radius: 100%;
  bottom: 0;
  color: #fff;
  display: block;
  font-family: FontAwesome;
  font-size: 19px;
  height: 47px;
  left: 0;
  line-height: 47px;
  margin: auto;
  outline: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 47px;
  z-index: 2 ;
}
.video-container .video--frame:after {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0.65;
  outline: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.video-container .video--frame iframe {
  z-index: 3;
}
.video-container .video--frame.no-after:after {
  display: none;
}
.video-container .video--frame.no-before:before {
  display: none;
}
.video-container iframe,
.video-container .object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.share-article {
  color: #999;
  margin-top: 20px;
}
.share-article a {
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 35px;
  margin-right: 5px;
  margin-top: 5px;
  width: 42px;
}
.share-article a .fa-twitter {
  color: #55acee;
}
.share-article a .fa-facebook {
  color: #494a96;
}
.share-article a .fa-linkedin {
  color: #0077b5;
}
.share-article a .fa-google-plus {
  color: #dd4b39;
}
.modal-body .share-article {
  margin-top: 10px;
  float: left;
  text-align: left;
}
.photo-credit {
  color: #999;
  font-size: 12px;
  padding-top: 3px;
  text-align: right;
}
.carousel-wrap .photo-credit {
  margin-top: -30px;
  margin-bottom: 20px;
}
.overflow-hidden {
  overflow: hidden;
}
/*
 * Typography
 */
body {
  font: 14px/1.5 'Roboto', Helvetica, Arial, sans-serif;
  color: #333333;
}
pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}
hr {
  border: 0 solid #ececec;
  border-top-width: 1px;
  clear: both;
  height: 0;
}
/* Headings */
h1 {
  color: #ffd204;
  font-family: 'Roboto Slab', 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
  text-transform: uppercase;
}
h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  line-height: 1.25;
  margin-top: 0;
}
h3 {
  color: #333;
  font-family: 'Roboto Slab', 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
}
h4 {
  color: #333;
  font-family: 'Roboto Slab', 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
}
h5 {
  font-size: 12px;
  line-height: 14px;
}
h6 {
  font-size: 12px;
  line-height: 14px;
}
/* Spacing */
ol {
  list-style: decimal;
}
ul {
  list-style-image: url("../imgs/level1.png");
}
ul ul {
  list-style-image: url("../imgs/level2.png");
}
ul ul ul {
  list-style-image: url("../imgs/level3.png");
}
li {
  margin-left: 30px;
  margin-bottom: 15px;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 10px;
}
p {
  color: #4c4c4c;
}
.inner-page .signature-wrap p {
  text-align: right;
}
p,
li {
  text-align: justify;
}
address {
  font-style: normal;
}
blockquote {
  background: #f7f7f7;
  border-left: 1px solid #bbb;
  font-style: italic;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
/*
 * Layout
 */
html.home-html {
  height: 100%;
}
body.home .header,
body.contents .header {
  padding-top: 80px;
}
body.home footer,
body.contents footer {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 2;
}
body footer {
  background-color: #0e1c38;
  padding: 15px 0;
  width: 100%;
}
/*
 * Media Queries
 */
@media screen and (min-width: 1200px) {
  .modal-dialog {
    width: 90%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 95%;
  }
}
@media screen and (min-width: 1199px) {
  .modal-dialog {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  html {
    height: auto;
  }
  html.home-html {
    height: auto;
  }
  html body {
    height: auto;
    padding: 0;
  }
  html body.home .header,
  html body.contents .header {
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  html body .header {
    padding-top: 30px;
  }
}
/*
 * Navigation
 */
.overlay .container {
  height: 100%;
  position: relative;
}
.overlay .container .overlay-close {
  height: 40px;
  right: 26px;
  top: 60px;
  width: 40px;
}
.overlay .container nav {
  text-align: center;
}
.overlay .container nav ul li {
  height: auto;
  margin: 0;
  min-height: 0;
  padding: 0 0 3em 0;
}
.overlay .container nav ul li a {
  font-size: 20px;
  font-weight: 200;
  text-transform: uppercase;
  text-align: left;
}
.overlay .container nav ul li a:hover {
  color: #ffd204;
  text-decoration: none;
}
/*
 * Media Queries
 */
@media screen and (max-width: 992px) {
  .overlay .container .overlay-close {
    top: 40px;
  }
  .overlay .container nav ul li a {
    font-size: 16px;
    font-weight: 200;
  }
}
@media screen and (max-width: 767px) {
  .overlay .container .overlay-close {
    height: 30px;
    top: 20px;
    width: 30px;
  }
  .overlay .container nav {
    height: 85%;
    font-size: 14px;
  }
  .overlay .container nav ul li {
    padding: 0 0 15px 0;
  }
  .overlay .container nav ul li a {
    font-size: 16px;
    font-weight: 200;
  }
}
@media screen and (max-width: 480px) {
  .overlay .container .overlay-close {
    height: 30px;
    top: 20px;
    width: 30px;
  }
  .overlay .container nav ul li {
    padding: 0 0 0.75em 0;
  }
}
@media screen and (max-height: 480px) {
  .overlay .container nav ul li {
    padding: 0 0 0.5em 0;
  }
}
@media screen and (max-width: 480px) and (min-height: 650px) {
  .overlay .container nav ul li {
    padding: 0 0 1.3em 0;
  }
}
@media screen and (max-width: 768px) {
  #backAndForth a,
  #backAndForthTop a {
    float: none !important;
    margin-bottom: 12px;
    width: 100%;
  }
}
/*
 * Header
 */
.header {
  padding-top: 45px;
}
.header .logo-wrap img {
  float: left;
  margin-top: 6px;
  max-width: 347px;
  min-width: 300px;
  width: 100%;
}
.header .logo-wrap .subtitle {
  clear: both;
  color: #ffd204;
  float: left;
  letter-spacing: 0.362em;
  font-size: 30px;
  font-weight: bold;
  padding: 20px 0 0 57px;
  text-transform: uppercase;
}
.header .logo-wrap h1.subtitle {
  line-height: 1;
  margin: 0;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  display: inline;
}
.header .fixedNav {
  left: 0;
  margin: auto;
  position: fixed;
  padding: 0 15px;
  right: 0;
  top: 20px;
  z-index: 3;
}
@media (min-width: 768px) {
  .header .fixedNav {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .header .fixedNav {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .header .fixedNav {
    width: 1170px;
  }
}
.header .nav-wrap {
  background-color: #fff;
  float: right;
  padding: 10px 10px 10px 15px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.header .nav-wrap .fa {
  font-size: 18px;
  margin-right: 10px;
}
.header .nav-wrap .fa.fa-twitter {
  color: #55acee;
}
.header .nav-wrap .fa.fa-facebook {
  color: #494a96;
}
.header .nav-wrap .fa.fa-linkedin {
  color: #0077b5;
}
.header .nav-wrap .fa.fa-share {
  color: #eac000;
}
.header .nav-wrap .fa.fa-navicon {
  color: #000;
  font-size: 24px;
}
.header .nav-wrap .divider-vertical {
  border-left-color: #e5e5e5;
  margin: 0 15px -7px 5px;
  min-height: 30px;
}
.header .nav-wrap button {
  background-color: transparent;
  border: 0;
  margin-right: 10px;
  outline: none;
}
.header .nav-wrap button .fa {
  margin-right: 0;
}
/*
 * Media Queries
 */
@media screen and (max-width: 992px) {
  body.contents .header {
    padding-top: 40px;
  }
  body.contents .header .logo-wrap .subtitle {
    letter-spacing: 0;
    padding-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .header .logo-wrap {
    padding-bottom: 20px;
  }
  .header .logo-wrap .subtitle {
    font-size: 22px;
    padding-left: 17%;
  }
}
@media screen and (max-width: 550px) {
  .header .col-xs-6 {
    width: 100%;
  }
  .header .logo-wrap .subtitle {
    padding-left: 57px;
  }
}
@media screen and (max-width: 480px) {
  .header .logo-wrap img {
    margin-top: 0;
  }
  .header .logo-wrap .subtitle {
    font-size: 20px;
  }
}
/*
 * Content
 */
/* Home */
.home {
  height: 100%;
}
.home .container {
  height: 100%;
  position: relative;
}
.home .featured {
  bottom: 30%;
  position: absolute;
  width: 100%;
}
.home .featured .ghost-button {
  float: right;
}
/* Main  + Contents*/
.featured .item-wrap {
  position: relative;
  width: 100%;
}
.featured .item-wrap:before {
  content: '';
  height: 102.5%;
  left: 1%;
  position: absolute;
  top: 2.5%;
  width: 101%;
  z-index: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #ffd204;
  background-image: -webkit-linear-gradient(-61deg, #ffd204, #cca704 50%);
  background-image: -moz-linear-gradient(-61deg, #ffd204, #cca704 50%);
  background-image: -o-linear-gradient(-61deg, #ffd204, #cca704 50%);
  background-image: -ms-linear-gradient(-61deg, #ffd204, #cca704 50%);
  background-image: linear-gradient(-61deg, #ffd204, #cca704 50%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.featured .item-wrap .item {
  background-color: #fff;
  margin-bottom: 20px;
  min-height: 90px;
  padding: 10px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.featured .item-wrap .item .img-wrap {
  display: inline-block;
  float: left;
  margin-top: -30px;
  overflow: hidden;
  width: 33%;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.featured .item-wrap .item .img-wrap img {
  width: 100%;
}
.featured .item-wrap .item .text-wrap {
  float: left;
  padding-left: 3%;
  width: 66%;
}
.featured .item-wrap .item .text-wrap .title {
  color: #00245d;
  font-family: 'Roboto Slab', 'Roboto', Helvetica, Arial, Sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
}
.featured .item-wrap .item .text-wrap .subtitle {
  color: #666;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  padding-top: 10px;
}
.contents .featured {
  padding-top: 60px;
}
.contents .featured .item-wrap {
  margin-bottom: 15%;
}
.contents .featured .item-wrap .item .text-wrap .title {
  font-size: 18px;
}
.contents .featured .item-wrap .item .text-wrap .subtitle {
  padding-top: 10px;
}
/* Inner pages */
.inner-page * {
  word-wrap: break-word;
}
.inner-page .content {
  padding-bottom: 20px;
  padding-top: 20px;
}
.inner-page .btn-row {
  margin-top: 20px;
  margin-bottom: 20px;
}
.inner-page .title-info {
  /*padding: 40px 0 70px 0;*/
  padding: 10px 0 5px 0;
}
.inner-page .title-info .subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  line-height: 18px;
  padding-top: 10px;
}
.inner-page .panel-highlight {
  background-color: #fafafa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 35px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.inner-page .panel-highlight.panel-quote {
  background-color: transparent;
  font-style: italic;
}
.inner-page .panel-highlight.panel-quote p {
  color: black;
}
.inner-page .panel-highlight.panel--left {
  margin: 0 0 0 -35px;
}
.inner-page .panel-highlight.panel--right {
  margin: 0 -35px 0 0;
}
.inner-page .panel-highlight.panel--left-up {
  margin: -50px 0 0 -35px;
}
.inner-page .panel-highlight.panel--right-up {
  margin: -50px -35px 0 0;
}
.inner-page .panel-highlight.panel--in {
  margin: 0;
}
.inner-page .panel-highlight.panel--img {
  position: relative;
}
.inner-page .panel-highlight.panel--img img {
  width: 100%;
}
.inner-page .panel-highlight.panel--img a {
  border: 1px solid #fff;
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 47px;
  left: 0;
  line-height: 47px;
  margin: auto;
  outline: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 47px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.inner-page .panel-highlight video {
  width: 100%;
}
.inner-page .panel-highlight h3 {
  color: #0479b6;
}
.inner-page .panel-highlight p {
  color: #0479b6;
  font-family: 'Roboto Slab', 'Roboto', Helvetica, Arial, Sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.25;
  margin: 10px 0 0 0;
}
.inner-page .panel-highlight p:first-child {
  margin-top: 0;
}
.inner-page .panel-highlight.normal-fontsize p {
  font-size: 14px;
}
.inner-page .image-wrap {
  background: #fff;
  float: left;
  margin-right: 10px;
  position: relative;
  width: 126px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.inner-page .image-wrap:before {
  content: '';
  height: 101%;
  left: 1%;
  position: absolute;
  top: 1%;
  width: 101%;
  z-index: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #ffd204;
  background-image: -webkit-linear-gradient(-61deg, #ffd204, #cca704 50%);
  background-image: -moz-linear-gradient(-61deg, #ffd204, #cca704 50%);
  background-image: -o-linear-gradient(-61deg, #ffd204, #cca704 50%);
  background-image: -ms-linear-gradient(-61deg, #ffd204, #cca704 50%);
  background-image: linear-gradient(-61deg, #ffd204, #cca704 50%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.inner-page .image-wrap.image-wrap--flex {
  width: 100%;
}
.inner-page .image-wrap img {
  position: relative;
  width: 100%;
  z-index: 2;
}
.inner-page .interviews {
  margin-left: -15px;
  margin-right: -15px;
}
.inner-page .interviews .col-sm-6 {
  padding-bottom: 40px;
}
.inner-page .interviewee-name {
  color: #0479b6;
  float: left;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 10px;
}
.inner-page .cover-wide img {
  display: block;
  margin: auto;
  max-width: 1680px;
  width: 100%;
}
.inner-page .containter-offset {
  margin: auto;
  max-width: 1680px;
  overflow: hidden;
  width: 100%;
}
.inner-page .containter-offset .image-offset {
  min-height: 220px;
}
.inner-page .containter-offset .image-offset img {
  height: 100%;
  position: absolute;
}
.inner-page .containter-offset .image-offset img.image-offset--left {
  right: 0;
}
.inner-page .containter-offset .image-offset img.image-offset--right {
  left: 0;
}
.inner-page .image-wrap-large {
  padding-bottom: 20px;
  padding-top: 20px;
}
.inner-page .image-wrap-large img {
  display: block;
  margin: auto;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.inner-page a[rel="footnote"] {
  background-color: #8ad5fc;
  color: #fff;
  font-size: 10px;
  outline: 0;
  padding: 0 3px;
}
.inner-page a[rel="footnote"]:hover {
  background-color: #0479b6;
  text-decoration: none;
}
.inner-page .signature-wrap {
  padding: 20px 0;
  text-align: right;
}
.inner-page .signature-wrap img {
  margin-bottom: 5px;
  max-width: 200px;
  width: 100%;
}
.inner-page .footnote {
  color: #666;
  font-size: 11px;
}
.inner-page .footnote a {
  color: #8ad5fc;
}
.inner-page .footnote ol {
  margin: 10px 0 0 0;
  padding: 0;
}
.inner-page .footnote ol li {
  margin-bottom: 10px;
  margin-left: 20px;
}
.inner-page .footnote,
.inner-page .footnote p,
.inner-page .footnote li {
  text-align: left;
}
/*
 * Media Queries
 */
@media screen and (max-width: 480px) {
  .inner-page .btn-row .btn-nav {
    font-size: 14px;
    font-weight: 300;
    min-width: 125px;
    padding: 10px 3px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .inner-page .cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .inner-page .panel-highlight.panel--left {
    margin: 0;
  }
  .inner-page .panel-highlight.panel--right {
    margin: 0;
  }
  .inner-page .panel-highlight.panel--left-up {
    margin: -50px 0 0 0;
  }
  .inner-page .panel-highlight.panel--right-up {
    margin: -50px 0 0 0;
  }
  .inner-page .interviews {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
  }
  .inner-page .interviews .divider-horizontal {
    display: none;
  }
  .inner-page .interviews .image-wrap {
    float: none;
    margin: 0;
  }
  .inner-page .interviews .interviewee-noimg {
    padding-bottom: 40px;
  }
  .inner-page .interviews .interviewee-name {
    float: none;
    font-size: 14px;
    font-weight: 300;
    margin: 10px 0;
  }
  .inner-page .interviews .interviewee-name br {
    display: none;
  }
  .inner-page .containter-offset {
    margin: auto;
    max-width: 1920px;
    overflow: hidden;
    width: 100%;
  }
  .inner-page .containter-offset .image-offset {
    margin: 20px 0;
    min-height: 0;
    overflow: hidden;
  }
  .inner-page .containter-offset .image-offset img {
    height: 100%;
    position: relative;
  }
}
@media screen and (max-width: 992px) {
  body.home .featured,
  body.contents .featured {
    bottom: auto;
    margin: 0;
    padding-top: 50px;
    position: relative;
    width: auto;
  }
  body.home .featured .item-wrap,
  body.contents .featured .item-wrap {
    margin-bottom: 50px;
  }
  body.home .featured .item-wrap .item .text-wrap .title,
  body.contents .featured .item-wrap .item .text-wrap .title {
    font-size: 18px;
  }
  body.home .featured .item-wrap .item .text-wrap .subtitle,
  body.contents .featured .item-wrap .item .text-wrap .subtitle {
    padding-top: 10px;
  }
  body.contents .featured {
    margin: 0;
  }
}
.modalSlide__box .panel-highlight {
  padding: 15px;
}
.modalSlide__box .panel-highlight p {
  font-size: 14px;
}
.modalSlide__img {
  width: 100% !important;
}
.modalSlide__img img {
  width: 100%;
}
/*
 * Footer
 */
footer {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}
footer a {
  color: #fff;
}
footer a.link-alt,
footer a:hover {
  color: #ffd204;
  text-decoration: none;
}
footer .download-pdf {
  position: relative;
}
footer .download-pdf span {
  bottom: 0;
  display: inline-block;
  height: 50px;
  margin: -20px 0 -15px 15px;
  overflow: hidden;
  position: absolute;
  transition: all 0.3s ease-out 0s;
  width: 126px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
footer .download-pdf span:hover {
  height: 178px;
}
footer .copyright {
  text-align: right;
}
/*
 * Media Queries
 */
@media screen and (max-width: 992px) {
  footer {
    text-align: center;
  }
  footer .row > div {
    padding: 5px 0;
  }
  footer a.link-alt > span {
    display: none;
  }
  footer .copyright {
    text-align: center;
  }
  body.home footer,
  body.contents footer {
    bottom: auto;
    clear: both;
    left: auto;
    margin-top: 40px;
    position: relative;
    right: auto;
    top: auto;
  }
}
/*
 * Covers
 */
body.home,
body.contents {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.inner-page .cover {
  background-attachment: fixed;
  background-color: #222;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.inner-page .cover {
  background-image: url("../imgs/covers/generic.jpg");
}
.inner-page .cover.app1 {
  background-image: url("../imgs/covers/app1cover.jpg");
}
.inner-page .cover.app2 {
  background-image: url("../imgs/covers/app2cover.jpg");
}
.inner-page .cover.app3 {
  background-image: url("../imgs/covers/app3cover.jpg");
}
.inner-page .cover.cloud {
  background-image: url("../imgs/covers/cloud.jpg");
}
.inner-page .cover.criminal-communications {
  background-image: url("../imgs/covers/criminal-comms.jpg");
}
.inner-page .cover.criminal-finances {
  background-image: url("../imgs/covers/criminal-finances.jpg");
}
.inner-page .cover.convergence {
  background-image: url("../imgs/covers/convergence.jpg");
}
.inner-page .cover.distribution {
  background-image: url("../imgs/covers/geographic-distribution.jpg");
}
.inner-page .cover.darknets {
  background-image: url("../imgs/covers/darknets.jpg");
}
.inner-page .cover.data-breaches {
  background-image: url("../imgs/covers/data-breaches.jpg");
}
.inner-page .cover.executive-summary {
  background-image: url("../imgs/covers/executive-summary.jpg");
}
.inner-page .cover.governance {
  background-image: url("../imgs/covers/governance.jpg");
}
.inner-page .cover.introduction {
  background-image: url("../imgs/covers/introduction.jpg");
}
.inner-page .cover.key-findings {
  background-image: url("../imgs/covers/key-findings.jpg");
}
.inner-page .cover.key-recommendations {
  background-image: url("../imgs/covers/key-recommendations.jpg");
}
.inner-page .cover.online-child-exploit {
  background-image: url("../imgs/covers/online-child-exploit.jpg");
  background-position: center top !important;
}
.inner-page .cover.operational-priorities {
  background-image: url("../imgs/covers/operational-priorities.jpg");
}
.inner-page .cover.payment-fraud {
  background-image: url("../imgs/covers/payment-fraud.jpg");
}
/*
 * Media Queries
 */
@media screen and (max-width: 767px) {
  body.home,
  body.contents {
    background-image: url('../imgs/covers/small/home.jpg');
  }
  body.inner-page .cover {
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: cover;
  }
  .proj-arch .cover {
    background-image: url('../imgs/covers/small/arch.jpg');
  }
  .news .cover {
    background-image: url('../imgs/covers/small/news.jpg');
  }
  .drugs .cover {
    background-image: url('../imgs/covers/small/drugs.jpg');
  }
  .people .cover {
    background-image: url('../imgs/covers/small/people.jpg');
  }
  .cybercrime .cover {
    background-image: url('../imgs/covers/small/cyber.jpg');
  }
  .property .cover {
    background-image: url('../imgs/covers/small/property.jpg');
  }
  .consumer .cover {
    background-image: url('../imgs/covers/small/consumer.jpg');
  }
  .money .cover {
    background-image: url('../imgs/covers/small/money.jpg');
  }
  .terrorism .cover {
    background-image: url('../imgs/covers/small/terrorism.jpg');
  }
  .intelligence .cover {
    background-image: url('../imgs/covers/small/intelligence.jpg');
  }
  .networks .cover {
    background-image: url('../imgs/covers/small/networks.jpg');
  }
  .forward .cover {
    background-image: url('../imgs/covers/small/forward.jpg');
  }
  .photo-comp .cover {
    background-image: url('../imgs/covers/small/photo-comp.jpg');
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  body.home,
  body.contents {
    background-image: url('../imgs/covers/medium/home.jpg');
  }
  .proj-arch .cover {
    background-image: url('../imgs/covers/medium/arch.jpg');
  }
  .news .cover {
    background-image: url('../imgs/covers/medium/news.jpg');
  }
  .drugs .cover {
    background-image: url('../imgs/covers/medium/drugs.jpg');
  }
  .people .cover {
    background-image: url('../imgs/covers/medium/people.jpg');
  }
  .cybercrime .cover {
    background-image: url('../imgs/covers/medium/cyber.jpg');
  }
  .property .cover {
    background-image: url('../imgs/covers/medium/property.jpg');
  }
  .consumer .cover {
    background-image: url('../imgs/covers/medium/consumer.jpg');
  }
  .money .cover {
    background-image: url('../imgs/covers/medium/money.jpg');
  }
  .terrorism .cover {
    background-image: url('../imgs/covers/medium/terrorism.jpg');
  }
  .intelligence .cover {
    background-image: url('../imgs/covers/medium/intelligence.jpg');
  }
  .networks .cover {
    background-image: url('../imgs/covers/medium/networks.jpg');
  }
  .forward .cover {
    background-image: url('../imgs/covers/medium/forward.jpg');
  }
  .photo-comp .cover {
    background-image: url('../imgs/covers/medium/photo-comp.jpg');
  }
}
@media screen and (min-width: 1440px) {
  body.home,
  body.contents {
    background-image: url('../imgs/covers/large/home.jpg');
  }
  body.home,
  body.contents {
    background-image: url('../imgs/covers/large/home.jpg');
  }
  .proj-arch .cover {
    background-image: url('../imgs/covers/large/arch.jpg');
  }
  .news .cover {
    background-image: url('../imgs/covers/large/news.jpg');
  }
  .drugs .cover {
    background-image: url('../imgs/covers/large/drugs.jpg');
  }
  .people .cover {
    background-image: url('../imgs/covers/large/people.jpg');
  }
  .cybercrime .cover {
    background-image: url('../imgs/covers/large/cyber.jpg');
  }
  .property .cover {
    background-image: url('../imgs/covers/large/property.jpg');
  }
  .consumer .cover {
    background-image: url('../imgs/covers/large/consumer.jpg');
  }
  .money .cover {
    background-image: url('../imgs/covers/large/money.jpg');
  }
  .terrorism .cover {
    background-image: url('../imgs/covers/large/terrorism.jpg');
  }
  .intelligence .cover {
    background-image: url('../imgs/covers/large/intelligence.jpg');
  }
  .networks .cover {
    background-image: url('../imgs/covers/large/networks.jpg');
  }
  .forward .cover {
    background-image: url('../imgs/covers/large/forward.jpg');
  }
  .photo-comp .cover {
    background-image: url('../imgs/covers/large/photo-comp.jpg');
  }
}
/*# sourceMappingURL=build/css/rv14-style.css.map */

html.home-html,
.home {
   height: auto;
}
.home .featured {
 position: relative;
 width: 100%;
 margin-top: 73px;
 margin-bottom: 70px;
}
.featured .item-wrap .item {
 margin-bottom: 45px;
}

/* yellow-highlight */
.yellow-highlight {
    border: 2px solid #FFD200;
    margin-bottom: 20px;
}
.yellow-highlight h4 {
    background-color: #FFD200;
    padding: 10px;
    color: #2a406a;
    font-weight: bold;
}
.yellow-highlight ul {
    padding: 0;
    padding-left: 10px;
    padding-right: 20px;
}
.yellow-highlight ul li {
    margin-bottom: 5px;
}
.yellow-highlight p {
    padding: 5px 20px 5px 20px;
}
/* person */
.person img {
    width: 100%;
    height: auto;
    border: 2px solid #1a2c66;
    border-bottom: none;
}
.person dl {
    background-color: #1a2c66;
    color: white;
    padding: 20px;
}
.person dl dt {
    text-transform: uppercase;
    display: inline-block;
    width: 45%;
    margin-bottom: 10px;
}
.person dl dd {
    display: inline-block;
    width: 45%;
    margin-left: 5%;
    margin-bottom: 10px;
    vertical-align: top;
}
span.person-subtitle {
  font-size: 16px;
}
.float-left-image {
  float: left;
  padding: 0 20px 20px 0;
  max-width: 100%;
}

/**********
 COVERS
 **********/
.cover { background-size: cover; }
body.home { background-image: url("../imgs/2015-covers/front-cover.jpg"); }
.cover.foreword { background-image: url("../imgs/2015-covers/foreword.jpg"); }
.cover.europol-news { background-image: url("../imgs/2015-covers/europol-news.jpg"); }
.cover.people-in-danger { background-image: url("../imgs/2015-covers/people-in-danger.jpg"); }
.cover.terrorism { background-image: url("../imgs/2015-covers/terrorism.jpg"); }
.cover.cybercrime { background-image: url("../imgs/2015-covers/cyber.jpg"); }
.cover.drugs { background-image: url("../imgs/2015-covers/drugs.jpg"); }
.cover.fraud { background-image: url("../imgs/2015-covers/fraud.jpg"); }
.cover.money { background-image: url("../imgs/2015-covers/money.jpg"); }
.cover.consumer-protection { background-image: url("../imgs/2015-covers/consumer-protection.jpg"); }
.cover.operational-hub { background-image: url("../imgs/2015-covers/op.jpg"); }
.cover.intelligence { background-image: url("../imgs/2015-covers/intelligence.jpg"); }
.cover.networks { background-image: url("../imgs/2015-covers/networks.jpg"); }
.cover.looking-forward { background-image: url("../imgs/2015-covers/forward.jpg"); }
.cover.annex { background-image: url("../imgs/2015-covers/annex.jpg"); }

.max-25 { max-width: 250px; width: 25%; }
.img-with-caption span.caption { display: block; font-size: 12px; font-style: italic; }
.img-with-caption img { width: 100%; }

.full-image { width: 100%; }



/**********
 TABLE
 **********/
.val-table-right th:nth-child(n+2),
.val-table-right td:nth-child(n+2) {
  text-align: right;
}
.style-table th,
.style-table td {
  border: 2px solid #fff;
  padding: 8px 28px !important;
}
.style-table th {
    color: #06245c;
}
.style-table td {
  color: #fff;
}
.style-table thead {
  background: #fdd12d;
}
.style-table tbody {
  background: #06245c;
}

