@charset "UTF-8";
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *	`em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *	user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *	code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *	and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *	`input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *	Known issue: inner spacing remains in IE6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *	Known issue: excess padding remains in IE6.
 */
input[type=checkbox],
input[type=radio] {
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *	to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

b,
strong,
.strong {
  font-weight: bold;
}

dfn,
em,
.em {
  font-style: italic;
}

small,
.small {
  font-size: 75%;
}

ul, ol {
  padding: 0;
  list-style-type: none;
}

dd {
  margin: 0;
}

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/******************************************************************
Site Name:
Author: 

Stylesheet: Variables

******************************************************************/
:root {
  --primary: $vd;
  --secondary: $vdlight;
  --primary-contrast: white;
  --third-color: #CE7996;
}

/* BS tooltip  */
.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: 1168px) {
  .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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1168px) {
  .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.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

* {
  -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: rgba(0, 0, 0, 0);
}

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

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

a {
  color: #3B3B3B;
  text-decoration: none;
}
a:hover, a:focus {
  color: #007BA1;
  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.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -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 rgb(238.425, 238.425, 238.425);
}

.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;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: rgb(38.25, 38.25, 38.25);
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 600px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(93.5, 93.5, 93.5);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: rgb(231.425, 231.425, 231.425);
  color: #555;
}
@media (max-width: 600px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: rgb(231.425, 231.425, 231.425);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: rgb(8.5, 8.5, 8.5);
  color: #fff;
}
@media (max-width: 600px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(157.335, 157.335, 157.335);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #3B3B3B;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

@-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: 1167px) {
  .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: 1167px) {
  .visible-md-block {
    display: block !important;
  }
}

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

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

@media (min-width: 1168px) {
  .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: 1168px) {
  .visible-lg-block {
    display: block !important;
  }
}

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

@media (min-width: 1168px) {
  .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: 1167px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1168px) {
  .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;
  }
}
.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;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: rgb(119.085, 119.085, 119.085);
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted rgb(119.085, 119.085, 119.085);
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 400px;
  padding: 1px;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9em;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 !important;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0 !important;
  padding: 5px 1%;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* end .chosen-container */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 35px;
  background: #FFF;
  border: 1px solid #CCC;
  background-clip: padding-box;
  color: #444 !important;
  text-decoration: none;
  white-space: nowrap;
  line-height: 32px;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 16px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/chosen-sprite.png") no-repeat 0px 7px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("../images/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* end .chosen-container-single */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 4px 1%;
  width: 100%;
  height: auto !important;
  height: 1%;
  background: #FFF;
  border: 1px solid #CCC;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px;
  height: auto;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #444;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px !important;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container-active .chosen-single {
  border: 1px solid #333;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #333;
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111 !important;
}

/* end .chosen-container-active */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* end .chosen-disabled */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: white url("../images/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

/* end .chosen-rtl */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
} /* end retina */
/* better cross browser select inputs - see https://github.com/harvesthq/chosen for more info */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* magnific lightbox styles - see https://github.com/dimsemenov/Magnific-Popup for more info */
/*
* Choose from a number of included skins for iCheck
* usage: replace with the desired skin and color scheme
* change: scripts.js
	<script>
	$(document).ready(function(){
	  $('input').iCheck({
		checkboxClass: 'icheckbox_flat-red',
		radioClass: 'iradio_flat-red'
	  });
	});
	</script>
*/
/* iCheck plugin skins
----------------------------------- */
/*
@import "icheck_skins/minimal/minimal.css";
@import "icheck_skins/minimal/red.css";
@import "icheck_skins/minimal/green.css";
@import "icheck_skins/minimal/blue.css";
@import "icheck_skins/minimal/aero.css";
@import "icheck_skins/minimal/grey.css";
@import "icheck_skins/minimal/orange.css";
@import "icheck_skins/minimal/yellow.css";
@import "icheck_skins/minimal/pink.css";
@import "icheck_skins/minimal/purple.css";
*/
/* iCheck plugin Square skin, black
----------------------------------- */
.icheckbox_square,
.iradio_square {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url("../images/icheck_skins/square/square.png") no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_square {
  background-position: 0 0;
}

.icheckbox_square.hover {
  background-position: -24px 0;
}

.icheckbox_square.checked {
  background-position: -48px 0;
}

.icheckbox_square.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox_square.checked.disabled {
  background-position: -96px 0;
}

.iradio_square {
  background-position: -120px 0;
}

.iradio_square.hover {
  background-position: -144px 0;
}

.iradio_square.checked {
  background-position: -168px 0;
}

.iradio_square.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square.checked.disabled {
  background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square,
  .iradio_square {
    background-image: url("../images/icheck_skins/square/square@2x.png");
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
/*
@import "icheck_skins/square/red";
@import "icheck_skins/square/green";
@import "icheck_skins/square/blue";
@import "icheck_skins/square/aero";
@import "icheck_skins/square/grey";
@import "icheck_skins/square/orange";
@import "icheck_skins/square/yellow";
@import "icheck_skins/square/pink";
@import "icheck_skins/square/purple";
*/
/*
@import "icheck_skins/flat/flat";
@import "icheck_skins/flat/red";
@import "icheck_skins/flat/green";
@import "icheck_skins/flat/blue";
@import "icheck_skins/flat/aero";
@import "icheck_skins/flat/grey";
@import "icheck_skins/flat/orange";
@import "icheck_skins/flat/yellow";
@import "icheck_skins/flat/pink";
@import "icheck_skins/flat/purple";
*/
/*
@import "icheck_skins/line/line";
@import "icheck_skins/line/red";
@import "icheck_skins/line/green";
@import "icheck_skins/line/blue";
@import "icheck_skins/line/aero";
@import "icheck_skins/line/grey";
@import "icheck_skins/line/orange";
@import "icheck_skins/line/yellow";
@import "icheck_skins/line/pink";
@import "icheck_skins/line/purple";
*/
/* better radio and checkbox inputs - see http://fronteed.com/iCheck/ for more info; there are several different skins to choose from (a default is currently enabled) */
.uu-main-news-header {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
}

.uu-sub-news-heading {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 36px;
}

.uu-large-breaker {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 64px;
}

.uu-subsite-header {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 38px;
  line-height: 48px;
  color: #F52A01;
}

.uu-content-h1, h1, .h1 {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
  color: #3B3B3B;
  font-weight: 100;
}

.uu-content-h2, #left-sidebar .widgettitle, h2, .h2 {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  font-style: italic;
  color: #555;
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #5fafc4;
}

.uu-content-h3, h6, .h6, h5, .h5, h4, .h4, h3, .h3 {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #3B3B3B;
  margin-top: 3em;
  margin-bottom: 1em;
}

.uu-main-intro {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
}

.uu-sub-intro {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
}

.uu-body, body {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

.uu-quote, .below-content-widget-area, blockquote {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 46px;
}

.uu-caption-main, .wp-caption p.wp-caption-text {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  margin-top: -1px;
  color: #262626;
  padding: 10px 20px;
  border: 1px solid #ccc;
}

.uu-caption-sub {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #888888;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Typography Stylesheet

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/******************************************************************
Site Name:
Author: 

Stylesheet: Variables

******************************************************************/
:root {
  --primary: $vd;
  --secondary: $vdlight;
  --primary-contrast: white;
  --third-color: #CE7996;
}

/* BS tooltip  */
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/******************************************************************
Site Name:
Author: 

Stylesheet: Variables

******************************************************************/
:root {
  --primary: $vd;
  --secondary: $vdlight;
  --primary-contrast: white;
  --third-color: #CE7996;
}

/* BS tooltip  */
/*********************
CLEARFIX - http://nicolasgallagher.com/micro-clearfix-hack/
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*********************
IMAGES
*********************/
.img-border {
  border: 1px solid #CCC;
  padding: 5px;
}

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

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/*********************
TYPOGRAPHY
*********************/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Arial, serif !important;
  font-style: italic;
}

.alert-success, .alert-error, .alert-info, .alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: rgb(231.8902439024, 220.3353658537, 88.6097560976);
  background: #ebe16f;
}

.alert-info {
  border-color: rgb(191.1428571429, 227.6326530612, 244.3571428571);
  background: #d5edf8;
}

.alert-error {
  border-color: rgb(247.8125, 204.6875, 206.484375);
  background: #fbe3e4;
}

.alert-success {
  border-color: rgb(221.7207792208, 233.7012987013, 173.7987012987);
  background: #e6efc2;
}

.mobile-only,
tr.mobile-only,
th.mobile-only,
td.mobile-only {
  display: none !important;
}

@media only screen and (max-width: 480px) {
  .mobile-only {
    display: block !important;
  }
  tr.mobile-only {
    display: table-row !important;
  }
  th.mobile-only,
  td.mobile-only {
    display: table-cell !important;
  }
}
.mobile-hide {
  display: block !important;
}

tr.mobile-hide {
  display: table-row !important;
}

th.mobile-hide,
td.mobile-hide {
  display: table-cell !important;
}

@media only screen and (max-width: 480px) {
  .mobile-hide,
  tr.mobile-hide,
  th.mobile-hide,
  td.mobile-hide {
    display: none !important;
  }
}
.tablet-only,
tr.tablet-only,
th.tablet-only,
td.tablet-only {
  display: none !important;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .tablet-only {
    display: block !important;
  }
  tr.tablet-only {
    display: table-row !important;
  }
  th.tablet-only,
  td.tablet-only {
    display: table-cell !important;
  }
}
.tablet-hide {
  display: block !important;
}

tr.tablet-hide {
  display: table-row !important;
}

th.tablet-hide,
td.tablet-hide {
  display: table-cell !important;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .tablet-hide,
  tr.tablet-hide,
  th.tablet-hide,
  td.tablet-hide {
    display: none !important;
  }
}
.desktop-only,
tr.desktop-only,
th.desktop-only,
td.desktop-only {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .desktop-only {
    display: block !important;
  }
  tr.desktop-only {
    display: table-row !important;
  }
  th.desktop-only,
  td.desktop-only {
    display: table-cell !important;
  }
}
.desktop-hide {
  display: block !important;
}

tr.desktop-hide {
  display: table-row !important;
}

th.desktop-hide,
td.desktop-hide {
  display: table-cell !important;
}

@media only screen and (min-width: 768px) {
  .desktop-hide,
  tr.desktop-hide,
  th.desktop-hide,
  td.desktop-hide {
    display: none !important;
  }
}
/******************************************************************
 UTILITY STYLES
******************************************************************/
.float-left {
  float: left;
}

.float-none {
  float: none;
}

.float-right {
  float: right;
}

.clear-left {
  clear: left;
}

.clear-both {
  clear: both;
}

.clear-right {
  clear: right;
}

/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/*********************
TRANSITION
*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*********************/
/*********************
ANIMATION
*
Compass CSS3 mixins don't yet handle vendor prefixes for CSS animations, so this is a very simple mixin to simulate that functionality.
*********************/
/*********************
VERTICAL ALIGN DYNAMIC HEIGHT - http://css-tricks.com/centering-in-the-unknown/
*********************/
/*********************
TEXT TRUNCATION
*********************/
/*********************
GRAYSCALE
*********************/
/*********************
TRANSPARENT BG-COLOR
*********************/
/*********************
CSS3 GRADIENTS
*
Be careful with these since they can
really slow down your CSS. Don't overdue it.
USAGE: @include css-gradient(#dfdfdf,#f8f8f8);
*********************/
/********************
CUSTOMIZED RESET VALUES
*********************/
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("application/font-woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
}
.page-content, .page-content-inner, .mce-content-body {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
}
.page-content a[target=_blank]:after, .page-content-inner a[target=_blank]:after, .mce-content-body a[target=_blank]:after {
  font-family: "icomoon";
  content: "\e614";
  display: inline-block;
  font-size: 0.8em;
  margin-right: 7px;
  padding: 0 0 0 7px;
  text-decoration: none;
}

.page-content li {
  margin-bottom: 0;
}

p {
  -webkit-hyphens: manual;
  -epub-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
  margin: 0 0 1em 0;
}

ul, ol {
  margin: 1em 2em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

b, strong, .strong {
  font-weight: bold;
}

cite, dfn, em, i, .em {
  font-style: italic;
}

small, .small {
  font-size: 75%;
}

hr {
  clear: both;
}

video {
  width: 100% !important;
  height: auto !important;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

blockquote {
  border-left: 0;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: "— ";
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  border-radius: 0;
}

code {
  padding: 2px 4px;
  color: #d14;
  white-space: pre-wrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  display: inline-block;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

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

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

/*********************
* TABLE STYLES
*********************/
table {
  border-collapse: separate;
  border-spacing: 0px;
  margin: 10px 0px 15px 0px;
  width: 100%;
  text-align: left;
}
table thead {
  text-align: center;
}
table th {
  background-color: #ffcd00;
  border: 0px solid #FFFFFF;
  padding: 10px 15px;
  color: #3D3D3D;
  text-align: center;
}
table td {
  border: 0px;
  color: #3D3D3D;
  padding: 5px 15px;
  vertical-align: top;
}
table tr.even {
  background-color: #FFFFFF;
}
table tr.odd {
  background-color: #F0F0F0;
}
/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #5fafc4;
}

a:hover, a:focus {
  color: #787878;
  transition: color 0.5s ease 0s;
}

.page-content,
article {
  /* on hover */
  /* on click */
}
.page-content a, .page-content a:visited,
article a,
article a:visited {
  text-decoration: underline;
}
.page-content a:hover, .page-content a:focus,
article a:hover,
article a:focus {
  text-decoration: underline;
}
.page-content a:link,
article a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

.single h1 {
  margin-top: 22px;
}

h2, .h2 {
  margin: 2em 0 0.5em 0;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
  margin: 1em 0 0.5em 0;
}

.single .page-content-inner h1:first-child, .single .page-content-inner h2:first-child, .single .page-content-inner h3:first-child, .single .page-content-inner h4:first-child {
  margin-top: 0;
}

h3, .h3 {
  margin: 1em 0 0.5em 0;
}

h4, .h4 {
  margin: 1em 0 0.5em 0;
}

/******************************************************************
 TINYMCE STYLES DROPDOWN
******************************************************************/
.underline {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

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

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

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

/* image alignment */
.alignleft, img.alignleft {
  float: left;
  margin: 0 15px 10px 0;
}

.alignright, img.alignright {
  float: right;
  margin: 0 0 10px 15px;
}

.aligncenter, img.aligncenter {
  display: block;
  margin: 0 auto 10px auto;
}

.alignnone, img.alignnone {
  display: block;
  margin: 0 0 10px 0;
}

.aligncenter, img.aligncenter,
.alignnone, img.alignnone {
  clear: both;
}

/*Image Caption*/
.wp-caption {
  max-width: 100% !important;
  /* images inside wp-caption */
}
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
/* end .wp-caption */
/*Core Media Player*/
/*video player*/
.mejs-video {
  width: 100% !important;
  height: auto !important;
  padding-top: 57%;
}
.mejs-video .mejs-inner .mejs-mediaelement video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
.mejs-video .mejs-inner .mejs-layers .mejs-poster {
  width: 100% !important;
  height: 100% !important;
}
.mejs-video .mejs-inner .mejs-overlay-play {
  width: 100% !important;
  height: 100% !important;
}
/*audio player*/
/* Audio Playlist */
.wp-playlist {
  overflow: hidden;
}
.wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-caption {
  display: block;
}
.wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-caption .wp-playlist-item-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*Block Quote Alignment*/
/*Image Sizes*/
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
@media (max-width: 420px) {
  .size-auto,
  .size-full,
  .size-large,
  .size-medium,
  .size-thumbnail {
    width: 100%;
    float: none;
  }
}

/*Use this class for any Editor Specific Styles to help the user experience
 * set the max size of the content area in the editor to match the template*/
.mceContentBody {
  background-color: #FDFDFD;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/******************************************************************
Site Name:
Author: 

Stylesheet: Variables

******************************************************************/
:root {
  --primary: $vd;
  --secondary: $vdlight;
  --primary-contrast: white;
  --third-color: #CE7996;
}

/* BS tooltip  */
/*********************
CLEARFIX - http://nicolasgallagher.com/micro-clearfix-hack/
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*********************
IMAGES
*********************/
.img-border {
  border: 1px solid #CCC;
  padding: 5px;
}

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

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/*********************
TYPOGRAPHY
*********************/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Arial, serif !important;
  font-style: italic;
}

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: rgb(231.8902439024, 220.3353658537, 88.6097560976);
  background: #ebe16f;
}

.alert-info {
  border-color: rgb(191.1428571429, 227.6326530612, 244.3571428571);
  background: #d5edf8;
}

.alert-error {
  border-color: rgb(247.8125, 204.6875, 206.484375);
  background: #fbe3e4;
}

.alert-success {
  border-color: rgb(221.7207792208, 233.7012987013, 173.7987012987);
  background: #e6efc2;
}

.mobile-only,
tr.mobile-only,
th.mobile-only,
td.mobile-only {
  display: none !important;
}

@media only screen and (max-width: 480px) {
  .mobile-only {
    display: block !important;
  }
  tr.mobile-only {
    display: table-row !important;
  }
  th.mobile-only,
  td.mobile-only {
    display: table-cell !important;
  }
}
.mobile-hide {
  display: block !important;
}

tr.mobile-hide {
  display: table-row !important;
}

th.mobile-hide,
td.mobile-hide {
  display: table-cell !important;
}

@media only screen and (max-width: 480px) {
  .mobile-hide,
  tr.mobile-hide,
  th.mobile-hide,
  td.mobile-hide {
    display: none !important;
  }
}
.tablet-only,
tr.tablet-only,
th.tablet-only,
td.tablet-only {
  display: none !important;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .tablet-only {
    display: block !important;
  }
  tr.tablet-only {
    display: table-row !important;
  }
  th.tablet-only,
  td.tablet-only {
    display: table-cell !important;
  }
}
.tablet-hide {
  display: block !important;
}

tr.tablet-hide {
  display: table-row !important;
}

th.tablet-hide,
td.tablet-hide {
  display: table-cell !important;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .tablet-hide,
  tr.tablet-hide,
  th.tablet-hide,
  td.tablet-hide {
    display: none !important;
  }
}
.desktop-only,
tr.desktop-only,
th.desktop-only,
td.desktop-only {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .desktop-only {
    display: block !important;
  }
  tr.desktop-only {
    display: table-row !important;
  }
  th.desktop-only,
  td.desktop-only {
    display: table-cell !important;
  }
}
.desktop-hide {
  display: block !important;
}

tr.desktop-hide {
  display: table-row !important;
}

th.desktop-hide,
td.desktop-hide {
  display: table-cell !important;
}

@media only screen and (min-width: 768px) {
  .desktop-hide,
  tr.desktop-hide,
  th.desktop-hide,
  td.desktop-hide {
    display: none !important;
  }
}
/******************************************************************
 UTILITY STYLES
******************************************************************/
.float-left {
  float: left;
}

.float-none {
  float: none;
}

.float-right {
  float: right;
}

.clear-left {
  clear: left;
}

.clear-both {
  clear: both;
}

.clear-right {
  clear: right;
}

/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/*********************
TRANSITION
*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*********************/
/*********************
ANIMATION
*
Compass CSS3 mixins don't yet handle vendor prefixes for CSS animations, so this is a very simple mixin to simulate that functionality.
*********************/
/*********************
VERTICAL ALIGN DYNAMIC HEIGHT - http://css-tricks.com/centering-in-the-unknown/
*********************/
/*********************
TEXT TRUNCATION
*********************/
/*********************
GRAYSCALE
*********************/
/*********************
TRANSPARENT BG-COLOR
*********************/
/*********************
CSS3 GRADIENTS
*
Be careful with these since they can
really slow down your CSS. Don't overdue it.
USAGE: @include css-gradient(#dfdfdf,#f8f8f8);
*********************/
#brandbar {
  background: #FFFFFF;
  border-bottom: 1px solid #EFEFEF;
  height: 66px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #brandbar {
    height: 50px;
  }
}
#brandbar img {
  height: 48px;
  width: 179px;
}
@media (max-width: 768px) {
  #brandbar img {
    width: 139px;
    height: auto;
  }
}
@media (max-width: 420px) {
  #brandbar img {
    width: 128px;
    height: auto;
  }
}
#brandbar img.alternative-logo {
  height: 48px;
  width: auto;
}
@media (max-width: 768px) {
  #brandbar img.alternative-logo {
    width: auto;
    height: 37px;
  }
}
#searchform {
  margin-top: 18px;
  position: relative;
}
@media (max-width: 768px) {
  #searchform {
    margin-top: 10px;
  }
}
#searchform .searchfield {
  background: none repeat scroll 0 0 #efefef;
  border: 0 none;
  font-size: 14px;
  height: 30px;
  outline: medium none;
  padding-left: 10px;
  padding-right: 40px;
  color: #3b3b3b;
  text-decoration: none;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  width: 210px;
}
@media (max-width: 768px) {
  #searchform .searchfield {
    display: none;
  }
}

input[type=submit].searchbutton, .searchbutton {
  text-indent: normal;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-family: "icomoon";
  font-size: 14px;
  color: #777777;
  content: "\e600";
  background: none repeat scroll 0 0 #efefef;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  line-height: 14px;
}
input[type=submit].searchbutton:hover, .searchbutton:hover {
  color: #000;
}
@media (max-width: 768px) {
  input[type=submit].searchbutton, .searchbutton {
    position: relative;
    background-color: transparent;
    left: 20px;
    font-size: 16px;
  }
}

.language-switch {
  line-height: 70px;
  font-size: 14px;
  padding-left: 15px;
  display: inline-block;
  position: relative;
  border-left: 1px solid #EFEFEF;
}
.language-switch a {
  color: #787878;
}
@media (max-width: 768px) {
  .language-switch {
    line-height: 50px;
  }
}
@media (max-width: 420px) {
  .language-switch .visible-xs {
    display: inline-block !important;
  }
}

.logodiv {
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .logodiv {
    padding-bottom: 5px;
    padding-top: 5px;
    min-width: 194px;
    display: inline-block;
  }
}
@media (max-width: 420px) {
  .logodiv {
    min-width: auto;
    margin-left: -10px;
  }
}

#masthead {
  background-image: url("../images/cheer.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 250px;
  background: #FFFFFF;
  height: auto;
}
@media (max-width: 768px) {
  #masthead {
    padding-top: 10px;
    background-size: 125px;
  }
}
@media (max-width: 420px) {
  #masthead {
    background-image: none;
  }
}
#masthead h1 {
  font-size: 26px;
  font-weight: bold;
}
#masthead h1 a {
  color: #4E4E4E;
}
#masthead h1 a .title-vak {
  font-style: italic;
}
#masthead h1 a .title-didactiek {
  color: #5fafc4;
  font-style: italic;
}
@media (max-width: 768px) {
  #masthead h1 {
    font-size: 24px;
    line-height: 30px;
    height: 50px;
    margin-top: 13px;
    padding-left: 50px;
  }
}
@media (max-width: 420px) {
  #masthead h1 {
    font-size: 21px;
    line-height: 140%;
    padding-left: 30px;
  }
}
#masthead .header-inner {
  height: 100px;
  padding-top: 8px;
}

.header-image img {
  width: 100%;
  height: auto;
}
.header-image .widget img {
  width: inherit;
  height: inherit;
}

.banner-widget-area .textwidget {
  color: #fff;
  font-family: "Merriweather", serif;
  font-size: 28px;
  margin: 50px 0 0;
  text-shadow: 1px 1px #000;
  width: 50%;
}
@media (max-width: 1170px) {
  .banner-widget-area .textwidget {
    font-size: 26px;
    margin: 40px 0 0;
    width: 65%;
  }
}
@media (max-width: 768px) {
  .banner-widget-area .textwidget {
    font-size: 24px;
    margin: 30px 0 0;
    width: 80%;
  }
}

.header-search {
  padding-top: 9px;
}

#footer-widget-area {
  padding: 60px 0 38px;
  background: #252525;
  color: #fff;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
}

footer#colophon {
  background-color: #333;
}
footer#colophon a, footer#colophon a:visited {
  color: #eee;
}
@media (max-width: 420px) {
  footer#colophon img {
    width: 100%;
    margin-bottom: 10px;
  }
}

#footer-widget-area a, #footer-widget-area a:visited {
  color: #fff;
}
#footer-widget-area .widget h4 {
  font-weight: 300;
  font-size: 21px;
  color: #fff;
  margin: 0;
}
#footer-widget-area .widget ul {
  margin: 0;
  padding: 0;
}
#footer-widget-area .widget ul li {
  list-style: none outside none;
  margin-left: 0;
  position: relative;
}
#footer-widget-area .widget ul li a, #footer-widget-area .widget ul li a:visited {
  color: #aeaeae;
  font-size: 16px;
  text-decoration: none;
  line-height: 20px;
}

#back-top {
  position: fixed;
  bottom: 10px;
  margin-right: 30px;
  right: 0;
  z-index: 9999;
}
#back-top a {
  width: 40px;
  display: block;
  text-decoration: none;
  opacity: 0.2;
  background: #000;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#back-top a:hover, #back-top a:focus {
  color: #000;
  opacity: 1;
}
#back-top i {
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 7px;
  font-style: normal;
  color: #FFF;
  text-align: center;
}
#back-top i:before {
  content: "\e612";
  font-family: "icomoon";
  font-size: 10px;
  line-height: 30px;
}

.home .carousel-inner .item {
  max-height: 400px;
  overflow: none;
}
.home .carousel-inner .item.active {
  display: block;
}
@media (max-width: 768px) {
  .home .carousel-inner .item {
    min-height: 400px;
  }
}
@media (max-width: 420px) {
  .home .carousel-inner .item {
    min-height: 300px;
  }
}
.home .carousel-inner .item .carousel-caption {
  left: 50%;
  right: 12%;
  padding-bottom: 50px;
  z-index: 100;
}
@media (max-width: 768px) {
  .home .carousel-inner .item .carousel-caption {
    top: 90px;
    bottom: auto;
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 420px) {
  .home .carousel-inner .item .carousel-caption {
    top: 50px;
    bottom: auto;
  }
}
.home .carousel-inner .item .carousel-caption .carousel-caption-text {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2em;
  width: auto;
  bottom: 92px;
}
.home .carousel-inner .item .carousel-caption .carousel-caption-text h4 {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}
@media (max-width: 768px) {
  .home .carousel-inner .item .carousel-caption .carousel-caption-text h4 {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    width: 100%;
    text-shadow: 0 0;
    color: #333;
  }
}
@media (max-width: 768px) {
  .home .carousel-inner .item .carousel-caption .carousel-caption-text {
    background-color: #ffffff;
    color: #333;
  }
}
.home .carousel-inner .item .carousel-caption .carousel-caption-link {
  position: absolute;
  text-align: right;
  bottom: 5px;
  right: 0;
}
.home .carousel-inner > .item > img, .home .carousel-inner > .item > a > img {
  max-width: auto;
  width: 100%;
}
.home .carousel-controls {
  width: 180px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -90px;
  z-index: 1001;
}
.home .carousel-buttons {
  width: 70px;
  float: left;
  margin: -11px 0 0 5px;
}
.home .carousel-indicators {
  width: auto;
  position: relative;
  margin: 0;
  bottom: 0;
  left: 0;
  float: left;
}
.home .carousel-indicators li, .home .carousel-indicators li.active {
  width: 20px;
  height: 20px;
}

.home-widget-area {
  background-color: #fff;
  padding: 1em 0 2em 0;
}
.home-widget-area h1, .home-widget-area h2, .home-widget-area h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
@media (max-width: 420px) {
  .home-widget-area .widget {
    margin-bottom: 15px;
  }
}
#footer-widget-area {
  background-color: #262626;
  color: #AEAEAE;
}
@media (max-width: 420px) {
  #footer-widget-area .widget {
    margin-bottom: 15px;
  }
}

#footer-widget-area .widgettitle {
  color: #FFFFFF;
}

.below-content-widget-area {
  float: left;
  bottom: 0px;
  padding: 100px;
  width: 100%;
  margin-bottom: 0;
}
.below-content-widget-area .widget.first-widget {
  margin: 0;
}
@media (max-width: 1170px) {
  .below-content-widget-area {
    padding: 15px 15px 15px 30px;
    font-size: 31px;
  }
}
@media (max-width: 768px) {
  .below-content-widget-area {
    font-size: 24px;
    left: 0;
    margin: 0;
    padding: 8px 24px;
    width: 100%;
    position: relative;
  }
}

.banner-widget-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
}

#left-sidebar {
  border-left: 1px solid #eee;
  padding-top: 56px;
  padding-bottom: 100%;
}
#left-sidebar .widgettitle {
  margin-top: 0;
  margin-bottom: 0;
}
#left-sidebar .widget {
  margin: 0 0 2.2em 0;
}
#left-sidebar .widget h4 {
  font-weight: bold;
  font-style: italic;
  color: #555;
  font-size: 20px;
  border-bottom: 1px solid #5fafc4;
  padding-bottom: 0;
  margin-bottom: 10px;
}
#left-sidebar .widget ul {
  margin: 0;
  padding: 0;
}
#left-sidebar .widget ul li {
  border-bottom: 1px solid #d7d7d7;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
}
#left-sidebar .widget ul li a {
  color: #5fafc4;
  font-size: 16px;
  padding: 9px 0;
  display: block;
}
#left-sidebar .widget ul li .icononly, #left-sidebar .widget ul li .button {
  padding: 0;
}
#left-sidebar .widget ul .current-menu-item > a {
  font-weight: bold;
  color: #262626;
}
#left-sidebar .widget ul.sub-menu {
  list-style: inside none disc;
  margin: 0;
  padding: 0;
}
#left-sidebar .widget ul.sub-menu li {
  border: 0;
}
#left-sidebar .widget ul.sub-menu li a {
  color: #787878;
  font-size: 14px;
  line-height: 20px;
  padding-left: 16px;
  text-indent: -16px;
  padding-top: 0;
}
#left-sidebar .widget ul.sub-menu li a:before {
  font-family: "icomoon";
  color: #787878;
  content: "\e610";
  font-size: 8px;
  padding-right: 10px;
  vertical-align: 0;
}
#left-sidebar .widget ul.sub-menu li .sub-menu li {
  padding-left: 32px;
}
#left-sidebar .current-menu-item > a {
  font-weight: bold;
  color: #262626;
}
#left-sidebar .menu-item ul {
  display: none;
}
#left-sidebar .current-menu-parent ul,
#left-sidebar .current-menu-item ul {
  display: block;
}
#left-sidebar tr, #left-sidebar td {
  background: transparent;
}

.button, .button-primary, .frm_submit .btn {
  display: inline-block;
  padding: 0 19px;
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
  text-decoration: none !important;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  position: relative;
  text-transform: uppercase;
  text-shadow: none !important;
  background-color: #5fafc4;
  color: #000;
  margin-bottom: 5px;
  transition: none;
  border: 0;
  -moz-osx-font-smoothing: grayscale;
}
.button:hover, .button-primary:hover, .frm_submit .btn:hover {
  text-decoration: none;
  color: #5fafc4;
  background-color: #000000;
}

.button.icon {
  padding: 0 0 0 19px;
}
.button.icon:hover {
  text-decoration: none;
  color: #000000;
  background-color: #5fafc4;
}
.button.icon:after {
  font-size: 0.9em;
  text-align: center;
  margin-left: 19px;
  position: relative;
  z-index: 15;
  font-family: "icomoon";
  display: inline-block;
  width: 40px;
  content: "\e610";
  font-weight: normal;
}
.button.icon:hover:after {
  background: #000;
  color: #5fafc4;
}

.button.left {
  padding: 0 19px 0 0;
}
.button.left:after {
  margin-left: 0;
  width: 0;
  content: "" !important;
}
.button.left:before {
  font-size: 0.9em;
  text-align: center;
  margin-right: 19px;
  position: relative;
  z-index: 15;
  font-family: "icomoon";
  display: inline-block;
  width: 40px;
  content: "\e610";
  font-weight: normal;
}
.button.left:hover:before {
  background: #000000;
  color: #5fafc4;
}

.button.arrow-left:after, .button.arrow-left:before {
  content: "\e60f";
}

.button.arrow-right:after, .button.arrow-right:before {
  content: "\e60f";
}

.button.arrow-up:after, .button.arrow-up:before {
  content: "\e612";
}

.button.arrow-down:after, .button.arrow-down:before {
  content: "\e611";
}

.button.search:after, .button.search:before {
  content: "search";
}

.button.ext-link:after {
  content: "\e614";
  font-size: 0.8em;
}
.button.ext-link:hover:after {
  background: #5fafc4;
  color: #000000;
}

.button.yellow {
  background-color: #5fafc4;
  color: #000000;
}
.button.yellow:hover:after {
  background-color: #000000;
  color: #5fafc4;
}

.button.black {
  background-color: #000000;
  color: #ffffff !important;
}
.button.black:hover {
  background-color: #000000;
  color: #ffffff;
}
.button.black:hover:after, .button.black:hover:before {
  background-color: #ffffff;
  color: #000000;
}

.button.white {
  background-color: #ffffff;
  color: #000000;
}
.button.white:hover {
  background-color: #5fafc4;
  color: #000000;
}

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

.button.large {
  font-size: 20px;
  line-height: 60px;
}
.button.large.icon {
  padding: 0 0 0 24px;
}
.button.large.icon.left {
  padding: 0 24px 0 0;
}
.button.large:after, .button.large:before {
  height: 60px;
  width: 60px;
}

.button.small {
  font-size: 13px;
  line-height: 36px;
}
.button.small.icon {
  padding: 0 0 0 13px;
}
.button.small.icon.left {
  padding: 0 13px 0 0;
}
.button.small:after, .button.small:before {
  height: 36px;
  width: 36px;
}

/*
*    Other (social) buttons
*
*/
.icononly {
  font-size: 0.9em;
  text-align: center;
  position: relative;
  font-family: "icomoon";
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px !important;
  text-decoration: none !important;
}
.icononly:before {
  position: absolute;
  margin-left: -14px;
  font-size: 32px;
}

.carousel .icononly {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  outline: none;
}
.carousel .icononly:before {
  background-color: none;
  color: #fff;
  font-size: 22px;
  margin-left: 0;
}

.carousel .icononly:hover:before {
  color: #ccc;
}

.carousel-play-btn.icononly:before {
  content: "\f04b";
}

.carousel-pause-btn.icononly:before {
  content: "\f04c";
}

.linkedin {
  background-color: #0274B3 !important;
}
.linkedin:before {
  color: white;
  content: "\e60e";
  font-size: 22px;
  margin-left: -14px;
  margin-top: 0;
  padding: 0 0 0 5px;
}

.facebook {
  background-color: #3B5997 !important;
}
.facebook:before {
  content: "\e60a";
  color: white;
}

.twitter {
  background-color: #01ACEC !important;
}
.twitter:before {
  content: "\e609";
  color: white;
}

.youtube {
  background-color: white;
}
.youtube:before {
  color: #d62327;
  content: "\e60b";
  font-size: 33px;
  margin-left: -16px;
}

.pinterest {
  background-color: white;
}
.pinterest:before {
  color: #d62327;
  content: "\e615";
  font-size: 39px;
  margin-left: -19px;
  margin-top: 0;
}

.instagram {
  background-color: #246087 !important;
}
.instagram:before {
  content: "\e618";
  font-size: 31px;
  margin-left: -15px;
  color: white;
}

.googleplus:before {
  content: "\e60d";
  font-size: 25px;
  line-height: 42px;
  padding: 0 0 0 3px;
}

.rss {
  background-color: transparent;
  font-weight: 300;
  margin: 10px 0 0 0;
}
.rss:before {
  color: black;
  content: "\e616";
  font-size: 20px;
  margin-right: 6px;
  font-family: "icomoon";
}
.rss:hover {
  background: transparent;
  color: black;
}

.sharebutton {
  height: 42px;
  width: 42px;
  background-color: black;
  margin-right: 57px;
  display: inline-block;
}
.sharebutton:before {
  color: white;
  font-weight: normal;
}
.sharebutton:after {
  background-color: #5fafc4;
  color: black;
  content: "\e610" !important;
  display: inline-block;
  font-size: 12px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  vertical-align: top;
  width: 42px;
  margin-left: 23px;
  font-weight: normal;
  padding: 0 0 0 3px !important;
}

#content .page-content-inner .pager {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  background: #efefef;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 15px;
  color: black;
  text-decoration: none;
  margin: 0 5px;
}
#content .page-content-inner .pager:hover {
  background-color: #5fafc4;
}
#content .page-content-inner .pager.active {
  background-color: #5fafc4;
}
#content .page-content-inner .pager.back {
  background-color: black;
}
#content .page-content-inner .pager.back a {
  color: #fff;
}
#content .page-content-inner .pager.next {
  background-color: black;
}
#content .page-content-inner .pager.next a {
  color: #fff;
  content: "\e60f";
  font-size: 0.9em;
  text-align: center;
  font-family: "icomoon";
  display: inline-block;
  width: 40px;
  height: 100%;
}

#content .page-content-inner .page-navigation {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
}
#content .page-content-inner .page-navigation ul {
  margin: 0 auto;
  display: inline-block;
}
#content .page-content-inner .page-navigation ul li {
  list-style: none outside none;
  float: left;
}

.toggle-btn-div {
  margin-top: 10px;
}

.toggle-btn {
  margin: 0;
}

.frontpage-read-more {
  float: right;
  margin-right: -15px;
}

.navbar {
  margin: 0;
  border-radius: 0;
  min-height: 0;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .caret {
  display: none;
}

.navbar-nav {
  margin-left: -15px;
  flex-direction: row;
}
.navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-nav > li > a {
  font-size: 16px;
  padding: 15px 12px;
  transition: 0.3s;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.navbar-toggle {
  float: right;
  margin: 15px 5px 0 10px;
  padding-top: 20px;
  padding-bottom: 0;
  z-index: 100;
}
@media (max-width: 420px) {
  .navbar-toggle {
    margin: 15px 5px 0 5px;
  }
}

.navbar-toggle .icon-bar {
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
  background-color: #333;
}

.navbar-inverse {
  background-color: #5fafc4;
}

.navbar-inverse .navbar-nav > li > a {
  color: #FFFFFF;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > li.current-menu-item > a,
.navbar-inverse .navbar-nav > li.current-menu-parent > a {
  background-color: #498b9b;
  color: white;
}

@media (max-width: 420px) {
  #home-icon {
    display: block;
  }
}

.menuitem-home {
  display: none;
}

.current-menu-item .home-icon,
.home-icon:hover {
  fill: #fff;
}

.dropdown-menu > li > a {
  text-decoration: none;
  line-height: 1.42857;
  padding: 5px 20px;
  font-size: 16px;
}

.dropdown-menu > li:hover > a, .dropdown-menu > li > a:focus {
  background-color: #efefef;
  color: #262626;
  text-decoration: none;
}

.navbar-nav > li > .dropdown-menu {
  border-radius: 0;
}

.navbar-nav > li:hover > .dropdown-menu {
  display: block;
}

.page-template-page-full-width .toggle-btn-div {
  display: none;
}

.navbar.affix {
  width: 100%;
  top: 85px;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.admin-bar .navbar.affix {
  top: 107px;
}

.smart-scroll {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}

.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 600px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #eee;
  }
  .navbar.affix {
    top: 119px;
  }
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
body {
  background-color: #F6F6F6;
}

@media screen and (max-width: 930px) and (min-width: 870px) {
  .container {
    width: 840px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 930px) {
  .container {
    width: 870px;
  }
}

#page {
  max-width: 1600px;
  margin: 0 auto;
}

.page-content {
  transition: width 0.5s ease 0s;
}

.content-inner {
  margin-top: 60px;
}

#content-wrapper {
  padding: 0;
}

.sidebar-offcanvas {
  float: right;
  padding-left: 15px;
  width: 300px;
  transition: width 0.5s ease 0s;
}
@media (max-width: 1170px) {
  .sidebar-offcanvas {
    right: 70px;
  }
}
@media (min-width: 1600px) {
  .sidebar-offcanvas {
    width: 400px;
    right: 180px;
  }
}
@media (max-width: 768px) {
  .sidebar-offcanvas {
    width: 200px;
  }
}
@media (max-width: 420px) {
  .sidebar-offcanvas {
    float: none;
    position: absolute;
    top: 0;
    width: 50%;
  }
}

.two-col, .two-col #content-wrapper {
  background: #ffffff;
}
@media (max-width: 768px) {
  .two-col, .two-col #content-wrapper {
    background: #fff;
  }
}

@media (max-width: 768px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%;
  }
  .row-offcanvas-left.active {
    left: 50%;
  }
  .sidebar-offcanvas {
    float: none;
    position: absolute;
    top: 0;
    width: 50%;
  }
  .page-content {
    margin-left: 0;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row-offcanvas-left {
  margin-left: 0;
  margin-right: 0;
}

.article-header-main {
  background-color: #fff;
}

img {
  height: auto;
}

.page-template-page-full-width-php #content, .page-template-page-home-agenda-php #content {
  background: #fff;
}
.page-template-page-home-blog-php #content {
  background: #e8e8e8;
}
#content .header-image {
  position: relative;
  overflow: hidden;
  max-height: 400px;
}
#content .header-image img {
  vertical-align: middle;
}
#content .page-header-placeholder.height-108 {
  height: 108px;
}
#content .page-header-placeholder.height-148 {
  height: 148px;
}
#content .page-header-placeholder.height-188 {
  height: 188px;
}
#content .page-title h1 {
  font-weight: bold;
  font-size: 24px;
  font-style: italic;
  color: #555;
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #5fafc4;
}

#content.one-col,
#content.one-col .row-offcanvas,
#content.one-col #content-wrapper {
  background: #fff;
}

#content .full-width .page-title h1 {
  width: 100%;
  padding-left: 18px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1600px) {
  #content .full-width .page-title h1 {
    font-size: 28px;
  }
}

#content.one-col .page-header-placeholder {
  display: none;
}

.page-content-inner {
  padding: 50px 50px 50px 0px;
  width: 100%;
}
@media (max-width: 1170px) {
  .page-content-inner {
    padding: 30px 30px 30px 0;
  }
}
@media (max-width: 768px) {
  .page-content-inner {
    padding: 15px;
  }
}
@media (max-width: 420px) {
  .page-content-inner {
    width: 100%;
    padding: 15px;
  }
}

.full-width .page-content-inner {
  padding: 30px 0;
}

.home .page-title {
  display: none;
}

.page-template-page-full-width-php .page-content-inner {
  padding: 50px 0;
}
.page-template-page-full-width-php .article-header .col-sm-offset-3 {
  margin-left: 0;
}
.page-template-page-full-width-php .article-header .col-sm-9 {
  width: 100%;
}
.page-template-page-full-width-php #content {
  background: #fff;
}

.fourofour {
  color: #ddd;
  font-size: 150px;
  height: 134px;
  line-height: 83px;
}

.home #content .page-header-placeholder,
.home #content .page-title h1 {
  display: none;
}

.single .metadata,
.single .agenda-date {
  color: #787878;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 30px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}

.popover {
  min-width: 400px !important;
}

.wp-block-column.has-background {
  padding: 10px;
}

.searchpage {
  margin: 0 0 20px 0;
}

.search-form-large {
  padding-left: 100px;
}
@media (max-width: 768px) {
  .search-form-large {
    padding: 0 30px 30px 30px;
    background: #5fafc4;
  }
}

.search-form-large.search-wrapper {
  width: 100%;
  margin: 0;
}
.search-form-large.search-wrapper .searchfield {
  position: relative;
  width: 100%;
  font-size: 16px;
  padding: 5px 10px;
}
@media (max-width: 768px) {
  .search-form-large.search-wrapper .searchfield {
    background: #fff;
  }
}
@media (max-width: 420px) {
  .search-form-large.search-wrapper .searchfield {
    display: inline-block;
  }
}
.search-form-large.search-wrapper .searchbutton {
  left: auto;
  right: 30px;
  top: 3px;
}

.search article {
  padding-top: 1em;
  border-top: 1px solid #efefef;
}
.search article h3 {
  margin-top: 0;
}

@media (max-width: 768px) {
  .search .header-image {
    display: none;
  }
}

.archive article {
  border-bottom: 1px solid #efefef;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.archive article h1 {
  margin-top: 0;
  font-size: 28px;
  line-height: 36px;
}
.archive article .button {
  float: right;
}
.archive article .archive-thumbnail {
  margin-top: 11px;
}
.archive .article-footer {
  font-size: 0.9em;
  margin-top: 1em;
}

.frontpage-archive-container {
  padding-top: 15px;
}

.frontpage-archive-container.agenda h2 {
  margin-top: 0;
}

.page-template-page-home-agenda .page-content-inner {
  padding: 0;
}

.front-page-post-item-title {
  padding: 0.5em 1em;
  background: #fff;
  display: block;
  height: 8em;
  margin-bottom: 15px;
}

a .front-page-post-item-title {
  color: #5fafc4;
}

.front-page-post-item-title h1 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  .front-page-post-item-title h1 {
    font-size: 18px;
  }
}

.page-content h1 a, .page-content h1 a:visited, article h1 a, article h1 a:visited {
  text-decoration: none;
}

.front-page-post-item-title .front-page-post-item-date {
  font-size: 10px;
}

.front-page-post-item-thumbnail img {
  width: 100%;
}

.front-page-post-featured-content h1 {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .front-page-post-featured-content h1 {
    font-size: 30px;
  }
}

.taxonomy-description {
  border-bottom: 3px solid rgb(206.7808219178, 230.8904109589, 237.2191780822);
  padding: 20px 24px 20px 100px;
  margin-bottom: 20px;
}
@media (max-width: 1170px) {
  .taxonomy-description {
    padding: 15px 15px 15px 30px;
  }
}
@media (max-width: 768px) {
  .taxonomy-description {
    padding: 8px 24px;
    width: 100%;
    position: relative;
  }
}

.metadata {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  line-height: 24px;
}

.default-image {
  width: 100px;
  height: auto;
}

.mp {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.mp h3 {
  margin: 0;
  font-style: italic;
  font-size: 18px;
}
.mp a {
  text-decoration: none;
  font-family: "open sans", sans;
}
.mp .vakgebieden {
  color: #5fafc4;
}

.gallery-item {
  float: left;
  margin-right: 14px;
}

.profile_foto img {
  aspect-ratio: 1/1.3;
  object-fit: cover;
}

.featured-image-wrapper {
  margin-top: 20px;
  width: 50%;
  max-width: 680px;
}

.featured-image-wrapper.left {
  float: left;
}

.featured-image-wrapper.right {
  float: right;
}

.featured-image-text {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-family: "Merriweather", "Bembo", Georgia, Times, "Times New Roman", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 48px;
  overflow: hidden;
  padding: 25px 30px;
}

/* Scrollmenu  */
#sidebarnav .nav.affix {
  top: 50px;
}

#sidebarnav .list-group-item {
  border: 0;
  padding: 0;
}

#sidebarnav a {
  padding: 0;
  font-size: 14px;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  line-height: 20px;
}

#sidebarnav .list-group-item a {
  line-height: 20px;
  margin-top: 5px;
}

#sidebarnav .list-group-item.sub a {
  font-size: 12px;
  margin-left: 30px;
  margin-top: 0;
  text-decoration: none;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: transparent;
  color: #000;
  font-weight: bold;
  z-index: 2;
}

.panel {
  margin-bottom: 20px;
  border: 1px solid #efefef;
}
.panel .panel-heading {
  background-color: #5fafc4;
  padding: 10px 30px;
}
.panel .panel-heading h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
}
.panel .panel-heading h4 a {
  text-decoration: none;
  display: block;
}
.panel .panel-heading h4 a:hover, .panel .panel-heading h4 a:focus {
  color: #000;
  outline: 0;
}
.panel .panel-heading h4 a:after {
  font-family: "icomoon";
  content: "\e612";
  display: inline-block;
  float: right;
  font-size: 10px;
  line-height: 30px;
  padding: 0 5px 0 1px;
  text-indent: 0;
  vertical-align: 1px;
}
.panel .panel-heading h4 a.collapsed:after {
  content: "\e611";
}
.panel .panel-body {
  padding: 30px;
}

.well {
  background-color: #dddddd;
  padding: 1em;
}

.bs-tooltip {
  border-bottom: 1px dotted #000;
  text-decoration: none;
}

.masonry-item {
  padding-bottom: 10px;
  border: 1px solid #dddddd;
  margin: 0 -1px -1px 0;
}
.masonry-item img {
  width: 100%;
}
.masonry-item .article-content {
  margin: 0.5em;
}
.masonry-item a {
  text-decoration: none;
}
.masonry-item h1 {
  font-size: 30px;
  line-height: 123%;
}
.masonry-item p {
  font-size: 16px;
  line-height: 180%;
}
@media (max-width: 420px) {
  .masonry-item {
    margin-bottom: 2em;
  }
}
.masonry-item .date {
  color: #787878;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.home-news .col-sm-8, .home-agenda .col-sm-8 {
  margin-left: 16.6667%;
}

.home-blog article a {
  text-decoration: none;
}
@media (max-width: 420px) {
  .home-blog article div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 420px) {
  .home-blog .archive-thumbnail {
    margin-bottom: 15px;
  }
}
.home-blog h2 {
  font-weight: bold;
  font-size: 24px;
  font-style: italic;
  color: #555;
  margin-bottom: 50px;
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #5fafc4;
}

.blog-item {
  margin-bottom: 30px;
  min-height: 390px;
}
.blog-item .blog-item-image .size-large {
  position: relative;
  width: 100%;
  height: 390px;
  overflow: hidden;
  display: block;
}
@media (max-width: 1170px) {
  .blog-item .blog-item-image .size-large {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .blog-item .blog-item-image .size-large {
    height: 250px;
  }
}
.blog-item .date {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 80%;
  line-height: 18px;
}
.blog-item .blog-link {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 1em;
  position: absolute;
  bottom: 0;
  margin: 0;
  max-width: 100%;
  text-decoration: none;
  left: 15px;
  right: 15px;
}
.blog-item h1 {
  color: #fff;
  font-size: 26px;
  line-height: 40px;
}
@media (max-width: 1170px) {
  .blog-item h1 {
    max-width: 80%;
    font-size: 110%;
  }
}
@media (max-width: 768px) {
  .blog-item h1 {
    max-width: 100%;
    font-size: 100%;
  }
}
.blog-item p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.home-news-agenda {
  padding: 50px 0;
}

.uitgelicht-area {
  background-color: #e3eff2;
  padding: 50px 0;
}

.uitgelicht {
  position: relative;
  height: 360px;
  overflow: hidden;
}
.uitgelicht h1 {
  position: absolute;
  bottom: 0;
  padding: 10px;
  margin: 0;
  font-size: 24px;
  line-height: 140%;
  background-color: rgba(0, 0, 0, 0.5);
}
.uitgelicht h1 a {
  color: white;
}
.uitgelicht h1 a:hover {
  text-decoration: none;
  color: #5fafc4;
}
.uitgelicht img {
  position: absolute;
}

#text-4 {
  font-size: 90%;
}

.home-widget-area-0 .first-widget {
  background-color: #def0f4;
  padding: 20px 20px 5px 20px;
  margin-bottom: 30px;
  margin-top: 35px;
}

.respond-form {
  margin-top: 50px;
}

.form-allowed-tags {
  display: none;
}

.author_badge {
  border: 1px solid #dddddd;
  padding: 1em;
  float: right;
  margin-left: 30px;
  margin-top: 68px;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.author_badge a {
  text-decoration: none;
}
.author_badge .author-by {
  font-size: 80%;
  line-height: 18px;
}
.author_badge .author-name {
  text-decoration: none;
}
.author_bio .author_badge {
  float: left;
  margin: 0 30px 30px 0;
}
.page-template-page-blog .author_badge {
  border: 0;
  padding: 0;
  margin: 0;
}
.page-template-page-blog .author_badge img {
  height: 80px;
  width: 80px;
}
.page-template-page-blog .author_badge .author-name {
  text-decoration: none;
  line-height: 25px;
}
.author.archive .author_badge .author-by {
  display: none;
}
.author.archive .author_badge .author-name {
  display: none;
}
.blog .author_badge {
  width: 100px;
  border: 0;
  padding: 0;
  margin: 0;
  float: left;
}
.blog .author_badge img {
  height: 100px;
  width: 100px;
  float: left;
  bottom: 0;
}
.blog .author_badge .author-name {
  padding: 8px 0;
  line-height: 25px;
  bottom: 0;
}
@media (max-width: 768px) {
  .blog .author_badge {
    float: left;
    width: 100%;
  }
}

.author_bio {
  margin: 0 0 30px 0;
  border-bottom: 1px solid #dddddd;
  padding: 0 0 30px 0;
}

.agenda-archive {
  margin-bottom: 2em;
}
.agenda-archive article {
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.agenda-archive h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  font-style: normal;
  border: 0;
  margin: 0;
}

.page-content-inner .agenda-archive-title h2 {
  font-size: 28px;
}

.home-agenda-item {
  border: 1px solid #e3eff2;
  padding: 15px;
  margin-bottom: -1px;
  min-height: 200px;
}

.home-agenda-date-full {
  color: #787878;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.previous-events {
  line-height: 20px;
  margin-bottom: 40px;
}

.previous-events .home-agenda-date-full {
  font-size: 16px;
}

.home-agenda-date-day,
.home-agenda-date-month {
  color: #787878;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}

.home-agenda-date-month {
  font-weight: bold;
}

.archive article .home-agenda-title h1,
.home-agenda-title h1,
.home-agenda-title {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
.archive article .home-agenda-title h1 a,
.home-agenda-title h1 a,
.home-agenda-title a {
  color: black;
  text-decoration: none;
}

.home-agenda-excerpt {
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  margin-bottom: 1em;
}

.home-agenda-excerpt p {
  margin: 0;
}

.previous-events {
  margin-top: 3em;
  padding-top: 1em;
  border-top: 1px solid #dddddd;
  font-size: 14px;
}

.home-agenda-previous-content {
  margin-bottom: 1em;
}

.agenda-archive article:hover, .post-type-archive-agenda article:hover {
  background-color: #f8f8f8;
}
.agenda-archive article:hover img, .post-type-archive-agenda article:hover img {
  transform: scale(1.1);
}
.agenda-archive article:hover .home-agenda-date-day, .agenda-archive article:hover .home-agenda-date-month, .post-type-archive-agenda article:hover .home-agenda-date-day, .post-type-archive-agenda article:hover .home-agenda-date-month {
  color: black;
}

.profile {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.profile h3 {
  margin: 0;
}
.profile a {
  text-decoration: none;
}

.author #content .page-title h1 {
  margin: 0;
}

.profiel_contact {
  border: 1px solid #5fafc4;
  padding: 1em;
  margin-bottom: 1em;
}
.profiel_contact h3 {
  margin-top: 0;
}

.profiel_team_persoon {
  border-top: 1px solid #fff;
}

.team-foto {
  width: 80px;
  float: left;
  margin-right: 15px;
}

.profile_content {
  line-height: 140%;
  font-size: 16px;
}

article.frontpage-news-item {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  border: 1px solid #efefef;
  margin-bottom: -1px;
  min-height: 200px;
  padding: 15px;
  display: flex;
}
article.frontpage-news-item h1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 6px 0 0 0;
}
article.frontpage-news-item .entry-content p {
  font-size: 14px;
  line-height: 24px;
}
article.frontpage-news-item .date {
  color: #787878;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
article.frontpage-news-item .archive-thumbnail img {
  object-fit: cover;
}
article.frontpage-news-item .image {
  transition: 0.4s;
  flex-basis: 30%;
  overflow: hidden;
}
article.frontpage-news-item .image a {
  display: flex;
  height: 100%;
}
article.frontpage-news-item .image a img {
  object-fit: cover;
  aspect-ratio: 4/3;
}
article.frontpage-news-item .content {
  flex-basis: 70%;
  padding-left: 20px;
}
article.frontpage-news-item:hover {
  background-color: #f8f8f8;
}
article.frontpage-news-item:hover img {
  transform: scale(1.1);
}

.tax-vak h2 {
  border-bottom: none;
}

.vak {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 150%;
}

.vak:before {
  clear: both;
}

.vak_nieuws_agenda {
  padding: 50px 0;
  border-top: 1px solid #5fafc4;
  background-color: rgb(244.0410958904, 249.5205479452, 250.9589041096);
  margin-top: 30px;
}

.page-content .afzender, .page-content a.vak, .home-blog .afzender, .home-blog a.vak {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0 10px;
  display: inline-block;
  background-color: #5fafc4;
  line-height: 24px;
  text-decoration: none;
}
.page-content .afzender a, .page-content .afzender a:visited, .page-content .afzender a:link, .page-content a.vak a, .page-content a.vak a:visited, .page-content a.vak a:link, .home-blog .afzender a, .home-blog .afzender a:visited, .home-blog .afzender a:link, .home-blog a.vak a, .home-blog a.vak a:visited, .home-blog a.vak a:link {
  color: white;
}
.page-content a.meesterschap, .home-blog a.meesterschap {
  background-color: #777234;
  color: white;
  border: 1px solid #777234;
}
.page-content a.meesterschap:hover, .home-blog a.meesterschap:hover {
  color: #777234;
  background-color: transparent;
}
.page-content a.dudoc-alfa, .home-blog a.dudoc-alfa {
  background-color: #CE7895;
  color: white;
}
.page-content a.extern, .home-blog a.extern {
  background-color: #2E6877;
  color: white;
}
.page-content a.vak, .home-blog a.vak {
  text-decoration: none;
  border: 1px solid #777234;
  color: #777234;
  background-color: transparent;
}
.page-content a.vak:hover, .home-blog a.vak:hover {
  background-color: #777234;
  color: white;
}

.page-template-page-blog .col-lg-3 {
  width: 33%;
}
@media (max-width: 1170px) {
  .page-template-page-blog .col-lg-3 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .page-template-page-blog .col-lg-3 {
    width: 50%;
  }
}

.widget_text_icl a {
  text-decoration: underline;
}

.widget img {
  height: auto;
}

.uu-image-blok {
  position: relative;
}

.uu-image-blok img {
  width: 100%;
  height: auto;
}

.uu-image-blok-content {
  position: absolute;
  bottom: 60px;
  background: rgba(0, 0, 0, 0.5);
  width: auto;
  min-width: 50%;
  max-width: 80%;
  right: 20px;
}

.uu-image-blok-titel h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 10px;
  color: #fff;
  font-family: "Merriweather", serif;
}

.uu-image-blok-url {
  margin-bottom: -45px;
}

.uu_socialmedia_widget {
  margin: 0;
  padding: 0;
}
.uu_socialmedia_widget li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}

#left-sidebar .widget_wp_sidebarlogin form .input {
  width: 95%;
}

#footer-widget-area .widget_wp_sidebarlogin {
  width: 320px;
}

#left-sidebar ul.agenda_widget li .widget-date {
  float: left;
  margin-right: 10px;
  width: 65px;
}
#left-sidebar ul.agenda_widget li .widget-date .home-agenda-date-day, #left-sidebar ul.agenda_widget li .widget-date .home-agenda-date-month {
  font-size: 18px;
}
#left-sidebar ul.agenda_widget li .agenda-widget-title {
  display: inline-block;
  float: left;
  padding-right: 10px;
}
#left-sidebar ul.agenda_widget li .agenda-widget-title a {
  font-size: 15px;
  line-height: 25px;
  padding: 4px 0 0 0;
}

.widget_uu_twitter_user_timeline_widget {
  padding-top: 1em;
}

.uutw_tweet {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.uutw_tweet img {
  float: left;
}
.uutw_tweet .uutw_user {
  font-size: 15px;
  line-height: 1em;
  margin-left: 60px;
}
.uutw_tweet .uutw_created_at {
  font-size: 12px;
  margin-top: 5px;
}
.uutw_tweet p {
  clear: both;
  font-size: 15px;
  line-height: 1.6em;
  margin-top: 10px;
  margin-right: 20px;
}

.uu-rss-link {
  color: #787878;
  display: inline-block;
  font-weight: 300;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  margin: 0 0 0 15px;
  position: relative;
}
.uu-rss-link .icononly {
  display: inline-block;
  font-family: "icomoon";
  font-size: 0.9em;
  height: 30px;
  line-height: 42px !important;
  position: relative;
  text-align: left;
  text-decoration: none !important;
  width: 15px;
}

#sitelist {
  border-collapse: collapse;
}
#sitelist h2 {
  margin: 0 !important;
}
#sitelist p {
  font-size: 16px;
  margin: 0;
}
#sitelist .sitelist-type, #sitelist .sitelist-fac {
  font-size: 16px;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  line-height: 140%;
}
#sitelist tr {
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}
#sitelist .site_thumb {
  margin: 10px 0;
}

.dataTables_paginate {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
}
.dataTables_paginate ul {
  display: inline-block;
  margin: 0 auto;
}
.dataTables_paginate li {
  display: inline-block;
  margin-left: 5px;
}
.dataTables_paginate li a {
  display: inline-block;
  background-color: #5fafc4;
  color: black;
  height: 42px;
  line-height: 42px;
  text-align: center;
  vertical-align: top;
  width: 42px;
}
.dataTables_paginate li.active {
  font-weight: bold;
}
.dataTables_paginate li.previous a, .dataTables_paginate li.next a {
  width: auto;
  padding: 0 10px;
}
.dataTables_paginate li.disabled a {
  opacity: 0.3;
}

/**********************************************************/
.footer-logos {
  text-align: center;
  background-color: #6f6f6e;
  padding-top: 16px;
}

#colophon .footer-logos {
  background: transparent;
}

.logo {
  height: 70px;
  width: auto;
  display: inline-block;
  margin-left: 15px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.logo.ru {
  width: 150px;
  background-image: url(../images/ru_dia.svg);
}

.logo.ru:hover {
  background-image: url(../images/ru_dia_hover.svg);
}

.logo.rug {
  width: 133px;
  background-image: url(../images/rug_dia.svg);
}

.logo.rug:hover {
  background-image: url(../images/rug_dia_hover.svg);
}

.logo.leiden {
  width: 71px;
  background-image: url(../images/leiden_dia.svg);
  background-position-y: 2px;
}

.logo.leiden:hover {
  background-image: url(../images/leiden_dia_hover.svg);
}

.logo.uu {
  width: 135px;
  background-image: url(../images/uu_dia.svg);
  background-position-y: -2px;
}

.logo.uu:hover {
  background-image: url(../images/uu_dia_hover.svg);
}

.logo.ti {
  width: 135px;
  background-image: url(../images/ti_dia.svg);
  background-position-y: 4px;
}

.logo.ti:hover {
  background-image: url(../images/ti_dia_hover.svg);
}

.logo.ou {
  width: 96px;
  background-image: url(../images/ou_dia.svg);
  background-position-y: 4px;
}

.logo.ou:hover {
  background-image: url(../images/ou_dia_hover.svg);
}

.logo.uva {
  width: 100px;
  background-image: url(../images/uva_dia.svg);
  background-position-y: 2px;
}

.logo.uva:hover {
  background-image: url(../images/uva_dia_hover.svg);
}

.logo.vu {
  width: 100px;
  background-image: url(../images/vu_dia.svg);
  background-position-y: 2px;
}

.logo.vu:hover {
  background-image: url(../images/vu_dia_hover.svg);
}

.blog-4 .navbar-inverse, .blog-4 .button, .blog-4 a.button, .blog-4 .button-primary, .blog-4 .frm_submit .btn {
  background-color: #9BC18B;
}
.blog-4 .navbar-inverse .navbar-nav > li > a:hover, .blog-4 .navbar-inverse .navbar-nav > li > a:focus, .blog-4 .navbar-inverse .navbar-nav > .active > a, .blog-4 .navbar-inverse .navbar-nav > .active > a:hover, .blog-4 .navbar-inverse .navbar-nav > .active > a:focus, .blog-4 .navbar-inverse .navbar-nav > li.current-menu-item > a, .blog-4 .navbar-inverse .navbar-nav > li.current-menu-parent > a {
  background-color: rgb(126.3483146067, 175.2359550562, 105.7640449438);
}
.blog-4 a, .blog-4 a:visited, .blog-4 #left-sidebar .widget ul li a {
  color: rgb(126.3483146067, 175.2359550562, 105.7640449438);
}
.blog-4 .uu-content-h2, #left-sidebar .blog-4 .widgettitle, .blog-4 #left-sidebar .widgettitle, .blog-4 h2, .blog-4 .h2, .blog-4 #content .page-title h1 {
  border-color: #9BC18B;
}
.blog-4 .button {
  color: black !important;
}

.blog-6 .navbar-inverse, .blog-6 .button, .blog-6 a.button, .blog-6 .button-primary, .blog-6 .frm_submit .btn {
  background-color: #E08A00;
}
.blog-6 .navbar-inverse .navbar-nav > li > a:hover, .blog-6 .navbar-inverse .navbar-nav > li > a:focus, .blog-6 .navbar-inverse .navbar-nav > .active > a, .blog-6 .navbar-inverse .navbar-nav > .active > a:hover, .blog-6 .navbar-inverse .navbar-nav > .active > a:focus, .blog-6 .navbar-inverse .navbar-nav > li.current-menu-item > a, .blog-6 .navbar-inverse .navbar-nav > li.current-menu-parent > a {
  background-color: rgb(173, 106.5803571429, 0);
}
.blog-6 a, .blog-6 a:visited, .blog-6 #left-sidebar .widget ul li a {
  color: #E08A00;
}
.blog-6 .uu-content-h2, #left-sidebar .blog-6 .widgettitle, .blog-6 #left-sidebar .widgettitle, .blog-6 h2, .blog-6 .h2, .blog-6 #content .page-title h1 {
  border-color: #E08A00;
}

.blog-7 .navbar-inverse, .blog-7 .button, .blog-7 a.button, .blog-7 .button-primary, .blog-7 .frm_submit .btn {
  background-color: #9DB1C2;
}
.blog-7 .navbar-inverse .navbar-nav > li > a:hover, .blog-7 .navbar-inverse .navbar-nav > li > a:focus, .blog-7 .navbar-inverse .navbar-nav > .active > a, .blog-7 .navbar-inverse .navbar-nav > .active > a:hover, .blog-7 .navbar-inverse .navbar-nav > .active > a:focus, .blog-7 .navbar-inverse .navbar-nav > li.current-menu-item > a, .blog-7 .navbar-inverse .navbar-nav > li.current-menu-parent > a {
  background-color: rgb(125.5660377358, 151.9811320755, 174.4339622642);
}
.blog-7 a, .blog-7 a:visited, .blog-7 #left-sidebar .widget ul li a {
  color: rgb(125.5660377358, 151.9811320755, 174.4339622642);
}
.blog-7 .uu-content-h2, #left-sidebar .blog-7 .widgettitle, .blog-7 #left-sidebar .widgettitle, .blog-7 h2, .blog-7 .h2, .blog-7 #content .page-title h1 {
  border-color: #9DB1C2;
}

.blog-8 .navbar-inverse, .blog-8 .button, .blog-8 a.button, .blog-8 .button-primary, .blog-8 .frm_submit .btn {
  background-color: #EA5A55;
}
.blog-8 .navbar-inverse .navbar-nav > li > a:hover, .blog-8 .navbar-inverse .navbar-nav > li > a:focus, .blog-8 .navbar-inverse .navbar-nav > .active > a, .blog-8 .navbar-inverse .navbar-nav > .active > a:hover, .blog-8 .navbar-inverse .navbar-nav > .active > a:focus, .blog-8 .navbar-inverse .navbar-nav > li.current-menu-item > a, .blog-8 .navbar-inverse .navbar-nav > li.current-menu-parent > a {
  background-color: rgb(215.8376963351, 33.0104712042, 26.6623036649);
}
.blog-8 a, .blog-8 a:visited, .blog-8 #left-sidebar .widget ul li a {
  color: rgb(228.3926701571, 45.942408377, 39.6073298429);
}
.blog-8 .uu-content-h2, #left-sidebar .blog-8 .widgettitle, .blog-8 #left-sidebar .widgettitle, .blog-8 h2, .blog-8 .h2, .blog-8 #content .page-title h1 {
  border-color: #EA5A55;
}

.blog-9 .navbar-inverse, .blog-9 .button, .blog-9 a.button, .blog-9 .button-primary, .blog-9 .frm_submit .btn {
  background-color: #A391E5;
}
.blog-9 .navbar-inverse .navbar-nav > li > a:hover, .blog-9 .navbar-inverse .navbar-nav > li > a:focus, .blog-9 .navbar-inverse .navbar-nav > .active > a, .blog-9 .navbar-inverse .navbar-nav > .active > a:hover, .blog-9 .navbar-inverse .navbar-nav > .active > a:focus, .blog-9 .navbar-inverse .navbar-nav > li.current-menu-item > a, .blog-9 .navbar-inverse .navbar-nav > li.current-menu-parent > a {
  background-color: rgb(128.5, 103.75, 219.25);
}
.blog-9 a, .blog-9 a:visited, .blog-9 #left-sidebar .widget ul li a {
  color: #A391E5;
}
.blog-9 .uu-content-h2, #left-sidebar .blog-9 .widgettitle, .blog-9 #left-sidebar .widgettitle, .blog-9 h2, .blog-9 .h2, .blog-9 #content .page-title h1 {
  border-color: #A391E5;
}

.blog-15 .navbar-inverse, .blog-15 .button, .blog-15 a.button, .blog-15 .button-primary, .blog-15 .frm_submit .btn {
  background-color: #3091f2;
  color: white;
}
.blog-15 .navbar-inverse .navbar-nav > li > a:hover, .blog-15 .navbar-inverse .navbar-nav > li > a:focus, .blog-15 .navbar-inverse .navbar-nav > .active > a, .blog-15 .navbar-inverse .navbar-nav > .active > a:hover, .blog-15 .navbar-inverse .navbar-nav > .active > a:focus, .blog-15 .navbar-inverse .navbar-nav > li.current-menu-item > a, .blog-15 .navbar-inverse .navbar-nav > li.current-menu-parent > a {
  background-color: rgb(14.1227272727, 119.5, 224.8772727273);
}
.blog-15 a, .blog-15 a:visited, .blog-15 #left-sidebar .widget ul li a {
  color: #3091f2;
}
.blog-15 .uu-content-h2, #left-sidebar .blog-15 .widgettitle, .blog-15 #left-sidebar .widgettitle, .blog-15 h2, .blog-15 .h2, .blog-15 #content .page-title h1 {
  border-color: #3091f2;
}

.blog-17 .navbar-inverse, .blog-17 .button, .blog-17 a.button, .blog-17 .button-primary, .blog-17 .frm_submit .btn {
  background-color: #af88cd;
  color: white;
}
.blog-17 .navbar-inverse .navbar-nav > li > a:hover, .blog-17 .navbar-inverse .navbar-nav > li > a:focus, .blog-17 .navbar-inverse .navbar-nav > .active > a, .blog-17 .navbar-inverse .navbar-nav > .active > a:hover, .blog-17 .navbar-inverse .navbar-nav > .active > a:focus, .blog-17 .navbar-inverse .navbar-nav > li.current-menu-item > a, .blog-17 .navbar-inverse .navbar-nav > li.current-menu-parent > a {
  background-color: rgb(150.8579881657, 100.0887573964, 189.9112426036);
}
.blog-17 a, .blog-17 a:visited, .blog-17 #left-sidebar .widget ul li a {
  color: #af88cd;
}
.blog-17 .uu-content-h2, #left-sidebar .blog-17 .widgettitle, .blog-17 #left-sidebar .widgettitle, .blog-17 h2, .blog-17 .h2, .blog-17 #content .page-title h1 {
  border-color: #af88cd;
}

.breadcrumbs {
  background-color: rgba(0, 0, 0, 0.5);
  color: #efefef;
  font-size: 13px;
  left: 0;
  line-height: 22px;
  padding: 6px 0;
  position: absolute;
  z-index: 10;
  width: 100%;
}
.breadcrumbs a, .breadcrumbs a:visited {
  color: #efefef;
}
@media (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}

.home .breadcrumbs {
  display: none;
}

.with_frm_style .frm_form_field {
  clear: both;
}

.frm_form_field.frm_half, .frm_form_field.frm_third, .frm_form_field.frm_fourth, .frm_form_field.frm_fifth, .frm_form_field.frm_sixth, .frm_form_field.frm_seventh, .frm_form_field.frm_eighth, .frm_form_field.frm_inline {
  clear: none;
  float: left;
}

.frm_form_field.frm_left_half, .frm_form_field.frm_right_half, .frm_form_field.frm_first_half, .frm_form_field.frm_last_half, .frm_form_field.frm_half {
  width: 48%;
}

.frm_form_field.frm_left_fourth, .frm_form_field.frm_fourth, .frm_form_field.frm_right_fourth, .frm_form_field.frm_first_fourth, .frm_form_field.frm_last_fourth {
  width: 22%;
}

.frm_form_field.frm_left_half, .frm_form_field.frm_first_half, .frm_form_field.frm_half.frm_first {
  margin-right: 4%;
}

.frm_form_field.frm_left_fourth, .frm_form_field.frm_fourth, .frm_form_field.frm_first_fourth {
  margin-right: 4%;
}

.frm_form_field.frm_right_half, .frm_form_field.frm_right_third, .frm_form_field.frm_right_two_thirds, .frm_form_field.frm_right_fourth, .frm_form_field.frm_right_fifth, .frm_form_field.frm_right_inline, .frm_form_field.frm_last_half, .frm_form_field.frm_last_third, .frm_form_field.frm_last_two_thirds, .frm_form_field.frm_last_fourth, .frm_form_field.frm_last_fifth, .frm_form_field.frm_last_sixth, .frm_form_field.frm_last_seventh, .frm_form_field.frm_last_eighth, .frm_form_field.frm_last_inline, .frm_form_field.frm_last {
  clear: none;
  float: right;
}

.frm_form_field.frm_left_half, .frm_form_field.frm_left_third, .frm_form_field.frm_left_two_thirds, .frm_form_field.frm_left_fourth, .frm_form_field.frm_left_fifth, .frm_form_field.frm_left_inline, .frm_form_field.frm_first_half, .frm_form_field.frm_first_third, .frm_form_field.frm_first_two_thirds, .frm_form_field.frm_first_fourth, .frm_form_field.frm_first_fifth, .frm_form_field.frm_first_sixth, .frm_form_field.frm_first_seventh, .frm_form_field.frm_first_eighth, .frm_form_field.frm_first_inline, .frm_form_field.frm_first {
  clear: left;
  float: left;
}

.with_frm_style .frm_radio input[type=radio], .with_frm_style .frm_checkbox input[type=checkbox] {
  margin-right: 10px;
  margin-top: 10px;
}

.form-group {
  font-size: 16px;
}

.radio-inline, .checkbox-inline {
  margin-top: 0;
}

.frm_add_form_row {
  padding: 5px 10px;
}

.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
  height: 36px !important;
}

.frm_required {
  color: #F52A01 !important;
}

.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=file], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select {
  border: 1px solid #5fafc4;
  border-radius: 0;
  box-shadow: 0 0;
  height: 32px;
  line-height: 1.3;
}

/* Datepicker agenda fix tinymce header z-index  */
.wp-editor-expand #wp-content-editor-tools {
  z-index: 1;
}

.form-allowed-tags {
  display: none;
}

a.button {
  color: #000;
}

#left-sidebar a {
  word-wrap: break-word;
}

/*
BASE (MOBILE) STYLES
This is where you add the majority of your styles. These will be loaded on all devices, so make sure this holds the bare minimum any device needs to view your site.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylesheet
and will be used across all viewports.

******************************************************************/
/*
CONTENTS:
1. General Styles
3. Header Styles
4. Navigation Styles
5. Posts & Content Styles
6. Page Navigation Styles
7. Comments & Comment Form Styles
8. Sidebars & Asides
9. Footer Styles
*/
/*********************
GENERAL STYLES
*********************/
html {
  height: 100%;
  overflow-x: hidden;
}

body {
  height: auto;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}
body #container {
  height: 100%;
  /*styles for mobile nav slide in*/
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/*********************
HEADER SYTLES
*********************/
/* Ensure that there is no gap between the header and the admin bar for WordPress versions before 3.8. */
#wpadminbar {
  min-height: 32px;
}

#banner {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner .spacer {
  padding-top: 26%;
}

/*********************
NAVIGATION STYLES
*********************/
/* Look for menu styles in /includes/_offcanvas-nav.scss */
/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  /* end .hentry */
  /* general title class */
  /* want to style individual post classes? Booya! */
  /* post by id (i.e. post-3) */
  /* general post style */
  /* general article on a page style */
  /* general style on an attatchment */
  /* sticky post style */
  /* hentry class */
  /* style by category (i.e. category-videos) */
  /* style by tag (i.e. tag-news) */
  /* post meta */
  /* entry content */
}
#content #inner-content .byline {
  color: #999;
  margin: -1em 0 1em;
}
/******************************************************************
PAGE NAVIGATION STYLES
******************************************************************/
.scaffolding_page_navi {
  margin: 1em 0;
  /* current page link */
  /* end .scaffolding_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */
}
.scaffolding_page_navi li {
  float: left;
  margin: 0;
}
.scaffolding_page_navi li a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 3px 10px;
  position: relative;
}
.scaffolding_page_navi li a:hover, .scaffolding_page_navi li a:focus {
  color: #3B3B3B;
  text-decoration: underline;
}
.scaffolding_page_navi li.bpn-current {
  background-color: #f5f5f5;
  color: #3B3B3B;
  padding: 3px 10px;
  position: relative;
}
.scaffolding_page_navi li.bpn-current a {
  /* hovering on current page link */
}
.scaffolding_page_navi li.bpn-current a:hover, .scaffolding_page_navi li.bpn-current a:focus {
  color: #333;
}
.scaffolding_page_navi li.bpn-prev-link,
.scaffolding_page_navi li.bpn-next-link {
  font-weight: 700;
}
.scaffolding_page_navi li.bpn-prev-link a,
.scaffolding_page_navi li.bpn-next-link a {
  color: #3B3B3B;
}
.scaffolding_page_navi li.bpn-prev-link a:hover, .scaffolding_page_navi li.bpn-prev-link a:focus,
.scaffolding_page_navi li.bpn-next-link a:hover,
.scaffolding_page_navi li.bpn-next-link a:focus {
  color: #333;
}
.scaffolding_page_navi li.bpn-prev-link a:hover,
.scaffolding_page_navi li.bpn-next-link a:hover,
.scaffolding_page_navi li.bpn-first-page-link a:hover,
.scaffolding_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
/* end .scaffolding_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENTS & COMMENT FORM STYLES
******************************************************************/
/*********************
SIDEBARS & ASIDES
*********************/
/* links widget */
/* meta widget */
/* pages widget */
/* recent-posts widget */
/* archives widget */
/* tag-cloud widget */
/* calendar widget */
/* category widget */
/* recent-comments widget */
/* search widget */
/* text widget */
/*********************
FOOTER STYLES
*********************/
#colophon {
  clear: both;
  background-color: #555;
  color: #999;
  padding: 32px 0;
}

ul.footer-menu {
  display: inline-block;
  text-align: right;
  margin: 0;
  padding: 0;
}
ul.footer-menu li {
  display: inline-block;
  margin: 0 0 0 -4px;
  padding: 0;
}
ul.footer-menu li a {
  border-left: 1px solid #ccc;
  color: #999;
  line-height: normal;
  padding: 0 1em;
}
ul.footer-menu li:first-child a {
  border-left: none;
}

/* end .footer-menu */
/*
TABLET & SMALLER LAPTOPS
Here you can begin to add more resource-intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Tablet & Small Desktop Stylesheet

  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!

  ******************************************************************/
  /*********************
  STICKY FOOTER STYLES
  *********************/
  html,
  body.sticky-footer {
    height: 100%;
    margin: 0;
  }
  body.sticky-footer #container {
    display: table;
    width: 100%;
  }
  body.sticky-footer #container .header,
  body.sticky-footer #main-navigation,
  body.sticky-footer #container .banner-wrap,
  body.sticky-footer #content,
  body.sticky-footer #container .footer {
    display: table-row;
    height: 1px;
    overflow: hidden;
  }
  html > body.sticky-footer #container {
    height: 100%;
  }
  html > body.sticky-footer #content {
    height: auto;
  }
}
/*
DESKTOP
*/
@media only screen and (min-width: 992px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Desktop Stylesheet

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.

  ******************************************************************/
  .banner-widget-area {
    min-height: 250px;
  }
}
/*
FULL VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1168px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/
  .carousel,
  .home-widget-area,
  #container {
    margin: 0 auto;
  }
  .container-fluid,
  .wrap,
  .container {
    max-width: 1170px;
  }
  .carousel {
    margin: 0 auto;
  }
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2+) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav,
  .hidden-print {
    display: none;
  }
  .collapse {
    display: block !important;
    height: auto !important;
  }
}
#signup-content {
  padding: 100px 0;
}
#signup-content .mu_register {
  width: 90%;
  margin: 0 auto;
  max-width: 600px;
}/*# sourceMappingURL=style.css.map */