/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/iconfont/icomoon.eot?guwcjo");
  src: url("../fonts/iconfont/icomoon.eot?guwcjo#iefix") format("embedded-opentype"), url("../fonts/iconfont/icomoon.ttf?guwcjo") format("truetype"), url("../fonts/iconfont/icomoon.woff?guwcjo") format("woff"), url("../fonts/iconfont/icomoon.svg?guwcjo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-ti_footer:before {
  content: "\e901"; }

.icon-search:before, .button-search-submit:before {
  content: "\e900"; }

.icon-arrow-up:before {
  content: "\ea3a"; }

.icon-arrow-up-right:before {
  content: "\ea3b"; }

.icon-arrow-right:before {
  content: "\ea3c"; }

.icon-arrow-down:before {
  content: "\ea3e"; }

.icon-google-plus:before {
  content: "\ea8b"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-github:before {
  content: "\eab0"; }

/*** RESET ***/
* {
  margin: 0;
  padding: 0; }

/*** TYPOGRAPHY ***/
html, body, p, a, button, input, select, textarea,
.row [class*="col-"] {
  font-family: Cabin, Arial, sans-serif;
  color: #293d51;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  font-size: 16px; }

/*** LAYOUT ***/
body {
  background-color: #e0e0e0; }

.container {
  background-color: white; }

/*** TAGS ***/
p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.6; }

a {
  text-decoration: none; }
  a:hover {
    color: #293d51;
    text-decoration: none;
    border-bottom: 2px solid #00a0ee; }
  a:focus {
    text-decoration: none; }

h1, h2, h3, h4 {
  margin-top: 2.5rem;
  margin-bottom: 2rem; }

h1 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.5px;
  color: #293d51; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 2.5rem; } }

h2 {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.13;
  color: #112233; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  color: #293d51; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 1.25rem; } }

h4 {
  margin-bottom: 1.5rem;
  font-size: 1.25rem; }
  @media screen and (max-width: 767px) {
    h4 {
      font-size: 1.125rem; } }

h5 {
  font-size: 1rem; }

img {
  max-width: 100%;
  height: auto; }

ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0; }

ol {
  margin-left: 1rem; }
  ol li {
    padding-left: 1rem; }

/*** BASE CLASSES ***/
.align-center {
  display: block;
  margin: 0 auto; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-upper {
  text-transform: uppercase; }

.bg-grey {
  background-color: #eee; }

.row.bg-grey {
  margin-top: 4rem; }

.row.bg-grey + .row.bg-grey {
  margin-top: 0; }

.bg-azure {
  background-color: #00a0ee; }

/*** MENUS ***/
.menu ul {
  list-style-type: none; }

.menu li {
  display: inline-block;
  margin-right: 1rem; }
  @media screen and (max-width: 1199px) {
    .menu li {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; } }

/* Header menu */
.site-header .navigation-wrapper {
  padding-top: 0.75rem; }
  @media screen and (max-width: 1199px) {
    .site-header .navigation-wrapper {
      padding-top: 0.875rem; } }
  .site-header .navigation-wrapper .menu-site-navigation-container {
    float: right; }
    @media screen and (max-width: 1199px) {
      .site-header .navigation-wrapper .menu-site-navigation-container {
        display: none;
        float: none;
        margin-top: 2.75rem;
        padding: 0.5rem;
        background-color: #00a0ee; }
        .site-header .navigation-wrapper .menu-site-navigation-container a {
          color: white; } }
.site-header .current-menu-item a {
  border-bottom: 2px solid #00a0ee; }
.site-header .menu-item-search {
  float: right; }
  .site-header .menu-item-search:hover {
    border-bottom: 0; }
  @media screen and (max-width: 1199px) {
    .site-header .menu-item-search {
      margin-right: 1rem; } }
.site-header .mobile-nav-toggle {
  display: none;
  position: relative;
  width: 21px;
  height: 16px;
  margin-top: 0.2rem; }
  @media screen and (max-width: 1199px) {
    .site-header .mobile-nav-toggle {
      display: block;
      float: right; } }
  .site-header .mobile-nav-toggle:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-color: transparent;
    left: -10px;
    top: -10px; }
  .site-header .mobile-nav-toggle:hover {
    cursor: pointer; }
  .site-header .mobile-nav-toggle .line {
    position: absolute;
    left: 0;
    width: 100%;
    border-bottom: 2px solid black;
    background-color: black;
    transform-origin: left center;
    transition: 0.2s; }
    .site-header .mobile-nav-toggle .line:nth-child(2) {
      top: calc(50% - 1px); }
    .site-header .mobile-nav-toggle .line:nth-child(3) {
      bottom: 0; }
.site-header.mobile-nav-open .mobile-nav-toggle .line:first-child {
  transform: rotate(45deg); }
.site-header.mobile-nav-open .mobile-nav-toggle .line:nth-child(2) {
  display: none; }
.site-header.mobile-nav-open .mobile-nav-toggle .line:nth-child(3) {
  transform: rotate(-45deg) translate(-0.2px, 0.6px); }
.site-header.mobile-nav-open .menu-site-navigation-container {
  display: block; }

/* Numeric Posts Navigation (pagination) */
.numeric-posts-nav {
  margin-bottom: 2rem;
  text-align: center; }
  .numeric-posts-nav li {
    display: inline;
    margin: 0 0.5rem; }
    .numeric-posts-nav li.active {
      font-weight: 700; }
    .numeric-posts-nav li.previous-posts {
      float: left; }
    .numeric-posts-nav li.next-posts {
      float: right; }

.site-header {
  margin: 1rem 0; }
  @media screen and (min-width: 1200px) {
    .site-header {
      position: fixed;
      z-index: 100;
      width: 100%;
      max-width: 1170px;
      margin: 0 0 0 -15px;
      padding: 1rem 15px;
      background-color: rgba(255, 255, 255, 0.95); } }
  .site-header a {
    font-size: 1.125rem;
    color: #293d51; }
  .site-header .site-logo {
    float: left; }
    .site-header .site-logo a:hover {
      border-bottom: 0; }
    @media screen and (max-width: 479px) {
      .site-header .site-logo img {
        width: 200px; } }

.site-footer {
  margin-top: 2rem;
  padding-top: 0.625rem;
  background-color: #00334c;
  color: #adb3b9;
  font-size: 0.875rem; }
  .site-footer p {
    color: #adb3b9; }
  .site-footer a {
    color: white; }
    .site-footer a:hover {
      border-bottom: 1px solid white; }
  .site-footer .link-icon:hover {
    border-bottom: 0; }
  .site-footer .link-icon span {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding: 0.5rem;
    border-radius: 50%;
    border: 2px solid white;
    text-align: center;
    line-height: 2.25rem; }
    .site-footer .link-icon span:hover {
      background-color: white;
      color: #00334c; }
  .site-footer .menu-site-footer-container {
    margin: 1rem 0; }
  @media screen and (max-width: 767px) {
    .site-footer .text-right {
      text-align: inherit; } }

/*** WORDPRESS CLASSES ***/
.avatar, .circle {
  border-radius: 50%; }

ul.post-categories {
  display: inline-block; }

.attachment-post-thumbnail {
  margin-bottom: 2rem; }

.alignleft {
  float: left;
  margin: 1.5rem 1.5rem 1.5rem 0; }

.alignright {
  float: right;
  margin: 1.5rem 0 1.5rem 1.5rem; }

.aligncenter {
  display: block;
  margin: 1rem auto; }

.wp-caption {
  max-width: 100%; }
  .wp-caption.aligncenter .wp-caption-text {
    text-align: left; }

.screen-reader-text {
  display: none; }

.nav-links {
  margin-bottom: 2rem;
  text-align: center; }
  .nav-links .page-numbers {
    margin: 0 0.25rem; }
    .nav-links .page-numbers.current {
      font-weight: 700; }
    .nav-links .page-numbers.prev {
      float: left; }
    .nav-links .page-numbers.next {
      float: right; }

/*** BUTTONS ***/
.button {
  display: inline-block;
  text-transform: uppercase;
  transition: background-color 0.2s; }
  .button:hover {
    text-decoration: none; }

.button-primary {
  margin-bottom: 4.5rem;
  padding: 10px;
  background-color: transparent;
  color: #00a0ee;
  border: 2px solid #00a0ee; }
  .button-primary:hover, .button-primary:focus {
    color: white;
    background-color: #00a0ee;
    border-bottom-color: #00a0ee; }

.button-secondary, .button-search-submit {
  padding: 0.5rem;
  background-color: #0080be;
  color: white;
  border: 2px solid #0080be;
  border-radius: 2px; }
  .button-secondary:hover, .button-search-submit:hover {
    color: white;
    background-color: #00557e;
    border-color: #00557e; }
  .button-secondary:focus, .button-search-submit:focus {
    color: white; }

.button-submit {
  padding: 0.5rem 1rem;
  background-color: #00a0ee;
  color: white;
  border: 2px solid #00a0ee;
  border-radius: 2px; }
  .button-submit:hover {
    color: white;
    background-color: #0080be;
    border-color: #0080be; }

.button-search-submit {
  border: 0;
  font-size: 1.5rem; }
  .button-search-submit:before {
    font-family: icomoon !important; }

.button-ghost {
  margin-top: 2.5rem;
  margin-bottom: 6.5rem;
  padding: 0.5rem 1rem;
  color: white;
  border: 2px solid white !important; }
  .button-ghost:hover {
    background-color: white;
    color: #00a0ee;
    border-color: white; }
  .button-ghost:focus {
    color: white; }

.search-form {
  position: relative;
  margin-bottom: 2rem;
  padding-right: 5rem; }
  .search-form input {
    width: 100%;
    height: 5rem;
    margin-right: 2.5rem;
    padding: 0 2.625rem;
    font-size: 2.5rem;
    background-color: #f2f2f2;
    outline: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    @media screen and (max-width: 767px) {
      .search-form input {
        padding: 0 1.5rem;
        font-size: 1.5rem; } }
  .search-form input.search-field {
    box-sizing: border-box; }
  .search-form .button-search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    height: 5rem;
    max-width: 100%;
    max-height: 100%; }

.search-results > .row {
  margin-bottom: 4rem; }
.search-results .bg-img-full-width {
  height: 12rem; }
.search-results h3 {
  margin-top: 0; }
  @media screen and (max-width: 991px) {
    .search-results h3 {
      margin-top: 1rem;
      margin-bottom: 1rem; } }

@media screen and (min-width: 1200px) {
  .site-content {
    padding-top: 6rem; } }

/*** TEMPLATES (selectable in TinyMCE Editor ***/
/* Teaser with background-image */
.teaser-with-background-image {
  margin-bottom: 3rem;
  background-size: cover;
  color: white; }
  .teaser-with-background-image h2 {
    padding-top: 3rem;
    font-weight: 500;
    line-height: 1.25;
    color: white; }
  .teaser-with-background-image p {
    max-width: none !important;
    font-size: 18px;
    line-height: 1.67;
    color: white; }
  .teaser-with-background-image img:first-child {
    display: none; }

/* Three columns */
.three-columns h3 {
  margin-top: 1rem;
  margin-bottom: 1rem; }
.three-columns a:link, .three-columns a:visited, .three-columns a:active {
  border-bottom: 0; }
.three-columns a:hover {
  border-bottom: 2px solid #00a0ee; }
.three-columns > div[class^='col-'] {
  margin-bottom: 4rem; }

/* Header with teaser text */
.header-with-teaser-text {
  padding-bottom: 3rem; }
  .header-with-teaser-text a.read-more {
    display: inline-block;
    margin-top: 55px;
    margin-bottom: 75px;
    padding: 8px;
    border: 1px solid white;
    color: white;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
    .header-with-teaser-text a.read-more:hover {
      background-color: rgba(255, 255, 255, 0.1);
      text-decoration: none; }

.header-with-teaser-text.bg-grey h2 {
  margin-top: 5rem; }

/*** CONTENT ELEMENTS ***/
.news-list {
  padding: 25px 30px;
  background-color: #f2f2f2;
  /*.more-news-link {
    display: inline-block;
    margin-top: 2rem;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border-bottom: 2px solid $bluish;
  }*/ }
  @media screen and (max-width: 991px) {
    .news-list {
      margin-top: 2rem; } }
  .news-list .label {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase; }
  .news-list .news-item {
    padding-bottom: 30px;
    border-bottom: solid 1px #c4c4c4; }
    .news-list .news-item:last-of-type {
      border-bottom: 0; }
    .news-list .news-item h3 {
      margin-top: 1rem;
      margin-bottom: 0;
      font-size: 20px;
      font-weight: 500;
      line-height: 1.3;
      letter-spacing: 0.3px;
      color: #112233; }
    .news-list .news-item a {
      line-height: 1.5; }
    .news-list .news-item:last-child {
      border-bottom: 0; }
  .news-list .news-item-meta {
    margin-top: 1rem; }
  .news-list .read-more {
    margin-top: 2rem;
    font-size: 1.25rem; }

.news-item-meta {
  margin-top: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #777; }
  .news-item-meta a {
    color: #777; }

/* Sticky news */
.sticky-news {
  margin-bottom: 3rem; }
  .sticky-news .news-item img {
    width: 100%; }
  .sticky-news .news-item h1 {
    margin-top: 0;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.13; }
    @media screen and (max-width: 767px) {
      .sticky-news .news-item h1 {
        font-size: 2rem; } }
  .sticky-news .news-item header {
    margin-bottom: 1rem; }
  .sticky-news .news-item p {
    color: #4b4b4b; }
  .sticky-news .bg-img-full-width {
    height: 25rem; }
    @media screen and (max-width: 767px) {
      .sticky-news .bg-img-full-width {
        height: 18rem; } }

/* Infobox */
.infobox {
  float: right;
  width: 16rem;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem;
  border: solid 2px #00a0ee;
  color: #00a0ee;
  word-break: break-all; }
  .infobox h5 {
    margin-top: 1rem; }
    .infobox h5:first-of-type {
      margin-top: 0; }
  .infobox a {
    color: #00a0ee; }

@media screen and (max-width: 767px) {
  .infobox {
    width: 100%;
    margin-bottom: 2rem; } }
/* Read more link */
a.read-more {
  position: relative;
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 2px solid transparent; }
  a.read-more:after {
    position: absolute;
    margin-left: 0.5rem;
    content: '\ea3c';
    font-family: 'icomoon' !important;
    color: #00a0ee; }
  a.read-more:hover {
    border-bottom: 2px solid #00a0ee; }

/* Link list */
.link-list li {
  margin-bottom: 1rem; }
.link-list a {
  margin-right: 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #293d51;
  border-bottom: 2px solid transparent; }
  .link-list a:after {
    position: absolute;
    margin-left: 0.25rem;
    content: '\ea3c';
    font-family: icomoon !important;
    color: #00a0ee; }
  .link-list a[target='_blank']:after {
    content: '\ea3b'; }
  .link-list a:hover {
    text-decoration: none;
    border-bottom: 2px solid #00a0ee; }

/* Button link list */
.list-buttons li {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem; }

/* Tabs */
.tabs-navigation {
  margin-top: 2rem;
  background-color: #00a0ee; }
  .tabs-navigation ul {
    margin-left: -5px;
    padding: 20px 0; }
  .tabs-navigation li {
    position: relative;
    display: inline-block;
    margin: 10px 5px;
    color: white;
    text-transform: uppercase; }
    .tabs-navigation li:hover {
      cursor: pointer; }
    .tabs-navigation li span {
      padding: 8px 15px; }
    .tabs-navigation li.selected span {
      border-radius: 2px;
      background-color: #0080be; }

.tabs-content .tabs-item {
  display: none; }
.tabs-content .tabs-item.selected {
  display: block; }

/* Background image with full width and limited height */
.bg-img-full-width {
  position: relative;
  height: 24rem;
  background-size: cover; }
  @media screen and (max-width: 991px) {
    .bg-img-full-width {
      height: 16rem; } }
  @media screen and (max-width: 767px) {
    .bg-img-full-width {
      height: 13rem; } }
  .bg-img-full-width .credits {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    padding: 5px;
    font-size: 0.75rem; }

.three-columns .bg-img-full-width {
  height: 12rem; }

/* Subtitle */
.subtitle {
  margin-top: 0; }

/* Article Content */
.article-content p {
  font-size: 1.125rem;
  max-width: 750px; }
  .article-content p a {
    border-bottom: 2px solid #e0e0e0; }
    .article-content p a:hover {
      border-bottom: 2px solid #00a0ee;
      color: #00a0ee; }
.article-content img {
  max-width: 100%; }
.article-content table {
  width: 100% !important; }
  .article-content table thead tr {
    background-color: #f2f2f2; }
  .article-content table tbody tr:nth-of-type(2n) {
    background-color: #f2f2f2; }
  .article-content table td {
    width: auto !important;
    padding: 0.5rem 1rem; }
.article-content ul {
  margin-left: 2rem;
  list-style-type: disc; }
  .article-content ul li {
    padding-left: 1rem;
    line-height: 1.6; }
.article-content .wp-caption-text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #777; }

.teaser-with-background-image p > a {
  margin-right: 0; }
  .teaser-with-background-image p > a:after {
    display: none; }

/* Resources */
.resource {
  margin-bottom: 2rem;
  padding: 2rem; }
  .resource h4 {
    margin-top: 0; }
  .resource footer {
    font-size: 0.875rem;
    color: #777; }

/* Download link */
.link-download {
  position: relative;
  display: inline-block;
  float: right;
  color: #00a0ee;
  font-weight: 700; }
  .link-download:before {
    position: absolute;
    left: -1.125rem;
    content: '\ea3e';
    font-family: icomoon !important; }
  .link-download:hover {
    color: #00a0ee; }
  .single-resource .link-download {
    float: left; }
    .single-resource .link-download:before {
      left: inherit;
      right: -1.25rem; }

/* User detail */
.user-detail {
  margin-bottom: 2rem; }
  .user-detail h3 {
    margin-top: 2rem;
    margin-bottom: 0; }
  .user-detail a:hover {
    border-bottom: 2px solid #00a0ee; }
  .user-detail img {
    max-width: 190px;
    width: 100%;
    margin-right: 2rem; }
  .user-detail .link-avatar:hover {
    border: 0; }
  @media screen and (max-width: 479px) {
    .user-detail > div {
      width: 100%;
      text-align: left !important; } }

.grid-users {
  margin-top: 2.5rem; }
  .grid-users .user-detail h3 {
    margin-top: 1.5rem;
    margin-bottom: 1rem; }
  .grid-users .user-detail img {
    width: 90%;
    margin-right: 0; }
  @media screen and (max-width: 479px) {
    .grid-users > div {
      width: 100%; } }

/* Author page */
@media screen and (max-width: 767px) {
  .author img {
    display: block;
    margin: 0 auto;
    max-width: 293px; } }
.author .avatar {
  margin-top: 2.5rem; }
.author .infobox {
  float: none;
  width: 90%;
  margin: 2rem auto; }
  @media screen and (max-width: 767px) {
    .author .infobox {
      width: 100%; } }

/* News page */
/* News filter */
.filter-news {
  margin-bottom: 1rem;
  padding: 1rem 1rem 1rem 0; }
  @media screen and (max-width: 767px) {
    .filter-news {
      padding-right: 0; } }
  .filter-news select {
    max-width: 100%;
    margin-right: 1rem;
    margin-bottom: 1rem;
    padding: 0.688rem 2.25rem 0.625rem 0.625rem;
    color: #0080be;
    background: #f3f3f3 url("../images/icon_fa-chevron-down.png") no-repeat right 0.625rem center;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color 0.2s; }
    .filter-news select::-ms-expand {
      display: none; }
    .filter-news select:hover {
      background-color: #e0e0e0; }
    @media screen and (max-width: 767px) {
      .filter-news select {
        width: 100%;
        margin-right: 0; } }
    .filter-news select option.sub-priority {
      padding-left: 15px; }
  @media screen and (max-width: 1199px) {
    .filter-news .button-submit {
      display: block;
      margin: auto;
      width: 6rem; } }
  @media screen and (max-width: 767px) {
    .filter-news .button-submit {
      width: 100%; } }

/*# sourceMappingURL=styles.css.map */
