/*!
Theme Name: WPDevs - Basic
Theme URI: http://www.danielederosa.de
Author: Daniele De Rosa (WPDevs)
Author URI: http://www.danielederosa.de
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpdevs-basic
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

wpdevs-basic is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,500italic,700,700italic,300italic,300);
/* Sass Stuff */
/**
 * Colors
 */
/**
 * Mixins
 */
/* Files */
html {
  font-family: "Ubuntu", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: "Ubuntu", sans-serif; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #858100;
  font-weight: 400;
  margin-top: 1.6em; }

#page.pvc h1,
#page.pvc h2,
#page.pvc h3,
#page.pvc h4,
#page.pvc h5,
#page.pvc h6 {
  color: #8CA5AC; }

h2 {
  font-size: 32px;
  line-height: 1.3em; }

p {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 300; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }

select {
  border: 1px solid #ccc; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover,
a:focus,
a:active {
  color: midnightblue; }

a:focus {
  outline: thin dotted; }

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* Helper */
.nmt {
  margin-top: 0; }

#topnav {
  background: #393533;
  color: #FFFFFF;
  margin-bottom: 8px; }
  #topnav a {
    color: #FFFFFF; }
  #topnav ul.navbar-nav {
    float: left; }
    #topnav ul.navbar-nav li {
      border-right: 5px solid #FFFFFF; }
      #topnav ul.navbar-nav li a {
        padding: 7px 15px;
        color: #FFFFFF;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        transition: all 300ms ease; }
        #topnav ul.navbar-nav li a:hover, #topnav ul.navbar-nav li a:focus, #topnav ul.navbar-nav li a:active, #topnav ul.navbar-nav li a:focus:active {
          background: rgba(255, 255, 255, 0.1); }
      #topnav ul.navbar-nav li.current-menu-item a {
        background: rgba(255, 255, 255, 0.1);
        color: #C0D642; }
      #topnav ul.navbar-nav li:last-child {
        border-right: none; }
  #topnav .topnav-line {
    border-right: 8px solid #fff;
    height: 35px;
    display: block;
    float: left; }
    #topnav .topnav-line.topnav-line-1 {
      background: #7F7B15;
      width: 115px;
      margin-left: -15px; }
    #topnav .topnav-line.topnav-line-2 {
      background: #D6DE5C;
      width: 86px; }
    #topnav .topnav-line.topnav-line-3 {
      background: #012A49;
      width: 38px; }
    #topnav .topnav-line.topnav-line-4 {
      background: #7AD9E4;
      width: 39px; }
    #topnav .topnav-line.topnav-line-5 {
      background: #C0D642;
      width: 45px; }

#top-banner {
  height: 450px;
  background: #2d4048;
  margin-bottom: 8px;
  position: relative; }
  #top-banner .row {
    height: 100%; }
    #top-banner .row div {
      height: 100%;
      border-right: 8px solid #fff; }
      #top-banner .row div:first-child {
        background: url("img/portrait.jpg") 0 center no-repeat;
        background-size: cover; }
      #top-banner .row div:nth-child(2) {
        background: #95D2DD; }
      #top-banner .row div:nth-child(3) {
        background: #D0D485;
        border: none; }
  #top-banner .banner-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }
    @media screen and (min-width: 768px) {
      #top-banner .banner-caption {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 540px; } }
    #top-banner .banner-caption h1 {
      font-size: 52px;
      font-weight: 600;
      color: #5A5654;
      margin-bottom: 5px;
      margin-top: 0; }
    #top-banner .banner-caption h2 {
      font-size: 37px;
      margin-bottom: 5px;
      margin-top: 5px;
      line-height: 1.1em;
      color: #6D8C95; }
      #top-banner .banner-caption h2:nth-child(2) {
        margin-left: 150px;
        color: #012A49; }
      #top-banner .banner-caption h2:last-child {
        margin-left: 75px;
        color: #7F7B15; }

#main-navigation {
  min-height: 34px;
  background: #393533;
  border: none; }
  #main-navigation .mainnav-lines {
    float: left; }
    #main-navigation .mainnav-lines .mainnav-line {
      border-right: 8px solid #fff;
      height: 34px;
      display: block;
      float: left; }
      #main-navigation .mainnav-lines .mainnav-line.mainnav-line-1 {
        background: #7F7B15;
        width: 115px;
        margin-left: -46px; }
      #main-navigation .mainnav-lines .mainnav-line.mainnav-line-2 {
        background: #D6DE5C;
        width: 86px; }
      #main-navigation .mainnav-lines .mainnav-line.mainnav-line-3 {
        background: #012A49;
        width: 38px; }
      #main-navigation .mainnav-lines .mainnav-line.mainnav-line-4 {
        background: #7AD9E4;
        width: 39px; }
      #main-navigation .mainnav-lines .mainnav-line.mainnav-line-5 {
        background: #C0D642;
        width: 45px; }
  #main-navigation .navbar-collapse ul {
    float: left; }
    #main-navigation .navbar-collapse ul li {
      border-right: 8px solid #FFFFFF; }
      #main-navigation .navbar-collapse ul li a {
        padding: 7px 15px;
        color: #FFFFFF;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        transition: all 300ms ease; }
        #main-navigation .navbar-collapse ul li a:hover, #main-navigation .navbar-collapse ul li a:focus, #main-navigation .navbar-collapse ul li a:active, #main-navigation .navbar-collapse ul li a:focus:active {
          background: rgba(255, 255, 255, 0.2); }
      #main-navigation .navbar-collapse ul li.current-menu-item a {
        background: rgba(255, 255, 255, 0.1);
        color: #C0D642; }
      #main-navigation .navbar-collapse ul li ul li a {
        color: #666666; }
        #main-navigation .navbar-collapse ul li ul li a:hover {
          color: #858100; }

#page.pvc #topnav {
  background: #002D52;
  color: #FFFFFF;
  margin-bottom: 8px; }
  #page.pvc #topnav a {
    color: #FFFFFF; }
  #page.pvc #topnav ul.navbar-nav {
    float: left; }
    #page.pvc #topnav ul.navbar-nav li {
      border-right: 5px solid #FFFFFF; }
      #page.pvc #topnav ul.navbar-nav li a {
        padding: 7px 15px;
        color: #FFFFFF;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        transition: all 300ms ease; }
        #page.pvc #topnav ul.navbar-nav li a:hover, #page.pvc #topnav ul.navbar-nav li a:focus, #page.pvc #topnav ul.navbar-nav li a:active, #page.pvc #topnav ul.navbar-nav li a:focus:active {
          background: rgba(255, 255, 255, 0.1); }
      #page.pvc #topnav ul.navbar-nav li.current-menu-item a {
        background: rgba(255, 255, 255, 0.1);
        color: #C0D642; }
      #page.pvc #topnav ul.navbar-nav li:last-child {
        border-right: none; }
  #page.pvc #topnav .topnav-line {
    border-right: 8px solid #fff;
    height: 35px;
    display: block;
    float: left; }
    #page.pvc #topnav .topnav-line.topnav-line-1 {
      background: #979200;
      width: 115px;
      margin-left: -15px; }
    #page.pvc #topnav .topnav-line.topnav-line-2 {
      background: #6D8C95;
      width: 86px; }
    #page.pvc #topnav .topnav-line.topnav-line-3 {
      background: #7AD9E4;
      width: 38px; }
    #page.pvc #topnav .topnav-line.topnav-line-4 {
      background: #C0D642;
      width: 39px; }
    #page.pvc #topnav .topnav-line.topnav-line-5 {
      background: #5A5654;
      width: 45px; }
#page.pvc #top-banner {
  height: 450px;
  background: #2d4048;
  margin-bottom: 8px;
  position: relative; }
  #page.pvc #top-banner .row div:first-child {
    background: url("img/portraitpvc.jpg") 0 center no-repeat;
    background-size: cover; }
  #page.pvc #top-banner .banner-caption h1 {
    font-size: 52px;
    font-weight: 600;
    color: #5A5654;
    margin-bottom: 5px;
    margin-top: 0; }
  #page.pvc #top-banner .banner-caption h2 {
    font-size: 37px;
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 1.1em;
    color: #6D8C95; }
    #page.pvc #top-banner .banner-caption h2:nth-child(2) {
      margin-left: 70px;
      color: #012A49; }
    #page.pvc #top-banner .banner-caption h2:last-child {
      margin-left: -85px;
      color: #7F7B15;
      font-size: 2.2em;
      color: #3d5c65; }
#page.pvc #main-navigation {
  min-height: 34px;
  background: #002D52;
  border: none; }
  #page.pvc #main-navigation .mainnav-lines {
    float: left; }
    #page.pvc #main-navigation .mainnav-lines .mainnav-line {
      border-right: 8px solid #fff;
      height: 34px;
      display: block;
      float: left; }
      #page.pvc #main-navigation .mainnav-lines .mainnav-line.mainnav-line-1 {
        background: #979200;
        width: 115px;
        margin-left: -45px; }
      #page.pvc #main-navigation .mainnav-lines .mainnav-line.mainnav-line-2 {
        background: #6D8C95;
        width: 86px; }
      #page.pvc #main-navigation .mainnav-lines .mainnav-line.mainnav-line-3 {
        background: #7AD9E4;
        width: 38px; }
      #page.pvc #main-navigation .mainnav-lines .mainnav-line.mainnav-line-4 {
        background: #C0D642;
        width: 39px; }
      #page.pvc #main-navigation .mainnav-lines .mainnav-line.mainnav-line-5 {
        background: #5A5654;
        width: 45px; }
  #page.pvc #main-navigation .navbar-collapse ul {
    float: left; }
    #page.pvc #main-navigation .navbar-collapse ul li {
      border-right: 8px solid #FFFFFF; }
      #page.pvc #main-navigation .navbar-collapse ul li a {
        padding: 7px 15px;
        color: #FFFFFF;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        transition: all 300ms ease; }
        #page.pvc #main-navigation .navbar-collapse ul li a:hover, #page.pvc #main-navigation .navbar-collapse ul li a:focus, #page.pvc #main-navigation .navbar-collapse ul li a:active, #page.pvc #main-navigation .navbar-collapse ul li a:focus:active {
          background: rgba(255, 255, 255, 0.2); }
      #page.pvc #main-navigation .navbar-collapse ul li.current-menu-item a {
        background: rgba(255, 255, 255, 0.1);
        color: #73CFDC; }
      #page.pvc #main-navigation .navbar-collapse ul li ul li a {
        color: #666666; }
        #page.pvc #main-navigation .navbar-collapse ul li ul li a:hover {
          color: #8CA5AC; }

footer.site-footer {
  background: #555352;
  color: #FFFFFF;
  padding: 30px 15px; }
  footer.site-footer .widget_nav_menu {
    font-size: 1.1em; }
  footer.site-footer h2, footer.site-footer h3, footer.site-footer h4, footer.site-footer h5, footer.site-footer h6, footer.site-footer p {
    color: #FFFFFF; }
  footer.site-footer p {
    font-size: 1.1em; }
  footer.site-footer h4 {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.4em; }
  footer.site-footer a {
    color: #fff; }
  footer.site-footer .footer-social a {
    color: #3a3837;
    margin-right: 5px;
    font-size: 1.5em;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease; }
    footer.site-footer .footer-social a:hover {
      color: #fff; }
  footer.site-footer .widget ul {
    padding-left: 0;
    list-style: none; }
    footer.site-footer .widget ul li a {
      color: #FFFFFF;
      padding-bottom: 5px;
      display: block; }

.footer-site-info {
  background: #484645;
  color: #CCCCCC;
  padding: 10px 15px; }

#page.pvc footer.site-footer h2, #page.pvc footer.site-footer h3, #page.pvc footer.site-footer h4, #page.pvc footer.site-footer h5, #page.pvc footer.site-footer h6, #page.pvc footer.site-footer p {
  color: #FFFFFF; }

#content {
  margin: 30px 0; }
  #content #primary #main article .entry-content {
    margin: 0; }
    #content #primary #main article .entry-content a, #content #primary #main article .entry-content a:link, #content #primary #main article .entry-content a:visited {
      color: #858100; }
    #content #primary #main article .entry-content hr {
      background: #f1f1f1; }
    #content #primary #main article .entry-content h2:first-child {
      margin-top: 0; }
    #content #primary #main article .entry-content h3, #content #primary #main article .entry-content h4, #content #primary #main article .entry-content h5 {
      margin-bottom: .9em; }
    #content #primary #main article .entry-content p, #content #primary #main article .entry-content ul, #content #primary #main article .entry-content table {
      margin-left: 35px; }
    #content #primary #main article .entry-content ul {
      margin-bottom: 10px;
      font-size: 20px;
      line-height: 28px;
      color: rgba(0, 0, 0, 0.9);
      font-weight: 300;
      padding-left: 15px; }
      #content #primary #main article .entry-content ul li {
        list-style: none; }
        #content #primary #main article .entry-content ul li:before {
          content: "::";
          margin-left: -10px;
          margin-right: 10px; }
    #content #primary #main article .entry-content table {
      max-width: 100% !important;
      width: auto; }
      #content #primary #main article .entry-content table tr td {
        border: none;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 28px;
        color: rgba(0, 0, 0, 0.9);
        font-weight: 300; }
    #content #primary #main article .entry-content .panel-group .panel {
      border: 0 none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
      border-bottom: 2px solid #EEEEEE;
      padding: 10px 0 15px 0;
      position: relative; }
      #content #primary #main article .entry-content .panel-group .panel h3, #content #primary #main article .entry-content .panel-group .panel h4, #content #primary #main article .entry-content .panel-group .panel h5 {
        margin-bottom: 0; }
      #content #primary #main article .entry-content .panel-group .panel .panel-heading {
        background: transparent;
        border: 0 none;
        padding: 0; }
        #content #primary #main article .entry-content .panel-group .panel .panel-heading .panel-title a {
          padding: 15px;
          display: block;
          -webkit-transition: all 200ms ease;
          -moz-transition: all 200ms ease;
          -ms-transition: all 200ms ease;
          transition: all 200ms ease;
          padding-left: 0; }
          #content #primary #main article .entry-content .panel-group .panel .panel-heading .panel-title a:after {
            content: "\f107";
            position: absolute;
            right: 20px;
            top: 15px;
            font-family: "FontAwesome";
            font-size: 40px;
            color: #CCCCCC;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            transition: all 200ms ease; }
          #content #primary #main article .entry-content .panel-group .panel .panel-heading .panel-title a:hover, #content #primary #main article .entry-content .panel-group .panel .panel-heading .panel-title a:focus, #content #primary #main article .entry-content .panel-group .panel .panel-heading .panel-title a:active, #content #primary #main article .entry-content .panel-group .panel .panel-heading .panel-title a:focus:active {
            text-decoration: none;
            outline: 0;
            color: inherit; }
      #content #primary #main article .entry-content .panel-group .panel .panel-body {
        border: 0 none;
        padding-left: 0; }
      #content #primary #main article .entry-content .panel-group .panel .accordion-headline {
        clear: both;
        color: #858100;
        font-weight: 400;
        font-size: 24px; }
      @media screen and (min-width: 1024px) {
        #content #primary #main article .entry-content .panel-group .panel:hover a {
          text-indent: 35px; }
          #content #primary #main article .entry-content .panel-group .panel:hover a:after {
            color: #AAAAAA !important; } }

#page.pvc #content #primary #main article .entry-content a, #page.pvc #content #primary #main article .entry-content a:link, #page.pvc #content #primary #main article .entry-content a:visited {
  color: #8CA5AC; }
#page.pvc #content #primary #main article .entry-content .panel-group .panel {
  border: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #EEEEEE;
  padding: 10px 0 15px 0;
  position: relative; }
  #page.pvc #content #primary #main article .entry-content .panel-group .panel h3, #page.pvc #content #primary #main article .entry-content .panel-group .panel h4, #page.pvc #content #primary #main article .entry-content .panel-group .panel h5 {
    margin-bottom: 0; }
  #page.pvc #content #primary #main article .entry-content .panel-group .panel .panel-heading {
    background: transparent;
    border: 0 none;
    padding: 0; }
    #page.pvc #content #primary #main article .entry-content .panel-group .panel .panel-heading .panel-title a {
      padding: 15px;
      display: block;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
      transition: all 200ms ease;
      padding-left: 0; }
      #page.pvc #content #primary #main article .entry-content .panel-group .panel .panel-heading .panel-title a:after {
        content: "\f107";
        position: absolute;
        right: 20px;
        top: 15px;
        font-family: "FontAwesome";
        font-size: 40px;
        color: #CCCCCC;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        transition: all 200ms ease; }
      #page.pvc #content #primary #main article .entry-content .panel-group .panel .panel-heading .panel-title a:hover, #page.pvc #content #primary #main article .entry-content .panel-group .panel .panel-heading .panel-title a:focus, #page.pvc #content #primary #main article .entry-content .panel-group .panel .panel-heading .panel-title a:active, #page.pvc #content #primary #main article .entry-content .panel-group .panel .panel-heading .panel-title a:focus:active {
        text-decoration: none;
        outline: 0;
        color: inherit; }
  #page.pvc #content #primary #main article .entry-content .panel-group .panel .panel-body {
    border: 0 none;
    padding-left: 0; }
  #page.pvc #content #primary #main article .entry-content .panel-group .panel .accordion-headline {
    clear: both;
    color: #8CA5AC;
    font-weight: 400;
    font-size: 24px; }
  @media screen and (min-width: 1024px) {
    #page.pvc #content #primary #main article .entry-content .panel-group .panel:hover a {
      text-indent: 35px; }
      #page.pvc #content #primary #main article .entry-content .panel-group .panel:hover a:after {
        color: #AAAAAA !important; } }

@media screen and (max-width: 980px) {
  #landingpage #wrapper .pages {
    border: none !important; }

  .unleash_slide {
    border: 0 none !important;
    display: flex !important;
    margin: 0 !important;
    position: relative !important;
    width: 100% !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
    align-items: center;
    justify-content: center; }

  #landingpage #wrapper .pages .page > span {
    margin: 0 !important;
    text-indent: 0 !important;
    padding: 50px;
    font-size: 0.55em; }

  #landingpage #wrapper .pages .page2 > span > h3:first-child {
    margin-top: 15px; }

  #landingpage #wrapper .pages .page2 > span > h3 {
    margin-bottom: 0; }

  #landingpage #wrapper .pages .page2 > span > h2 {
    color: #fff;
    margin-bottom: 10px !important; }

  #topnav {
    margin-bottom: 0; }
    #topnav .row > div.col-sm-8 {
      padding: 0; }
    #topnav .row .topnav-line {
      width: 40px !important; }
    #topnav #secondary-menu {
      margin: 0;
      float: right; }

  #top-banner {
    margin-bottom: 0; }
    #top-banner .row div {
      border: 8px solid #FFFFFF; }
      #top-banner .row div:first-child {
        background-position: center center; }
    #top-banner .banner-caption {
      text-align: center;
      top: auto;
      margin: 51px; }
      #top-banner .banner-caption h1 {
        font-size: 3.1em;
        color: #FFFFFF; }
      #top-banner .banner-caption h2 {
        font-size: 2em;
        margin: 0 !important;
        color: #FFFFFF; }

  #content #primary #main article .entry-content p {
    margin-left: 0; }

  #content #primary #main article .entry-content .panel-group .panel .panel-heading {
    padding-right: 50px; }

  #content #primary #main article .entry-content .panel-group .panel h3, #content #primary #main article .entry-content .panel-group .panel h4, #content #primary #main article .entry-content .panel-group .panel h5 {
    line-height: 22px; } }
@media screen and (max-width: 768px) {
  #topnav #secondary-menu {
    display: none; }

  #main-navigation {
    margin: 0 8px; }
    #main-navigation .navbar-header {
      background: #FFFFFF; }
      #main-navigation .navbar-header button.navbar-toggle {
        background: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        border: none; }
    #main-navigation #navbar-collapse-mobile .mainnav-lines {
      display: none; }
    #main-navigation #navbar-collapse-mobile #primary-menu {
      float: none;
      border: none; }
      #main-navigation #navbar-collapse-mobile #primary-menu li {
        border: none; }
        #main-navigation #navbar-collapse-mobile #primary-menu li ul {
          float: none; }

  #content {
    padding: 40px;
    font-size: .9em; }
    #content h2 {
      line-height: 1.1em;
      font-size: 27px; }
    #content p, #content .entry-content p, #content .entry-content ul, #content .entry-content table tr td {
      font-size: 1.3em !important; }
    #content #primary #main article .entry-content .panel-group .panel .panel-heading .panel-title a::after {
      right: 0;
      top: 45px; }
    #content #primary #main article .entry-content .panel-group .panel .accordion-headline {
      font-size: 19px; }

  footer.site-footer .footer-content > div {
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 50px; }
    footer.site-footer .footer-content > div:last-child {
      border: none;
      margin-bottom: 0;
      padding-bottom: 0; }

  #page.pvc #top-banner .banner-caption h1 {
    font-size: 42px; }

  #page.pvc #top-banner .banner-caption h2,
  #page.pvc #top-banner .banner-caption h2 span {
    font-size: 22px !important;
    margin: 0 !important; }

  #page.pvc #top-banner .banner-caption {
    bottom: 100px; }

  #content #primary #main article .entry-content ul li ul li {
    font-size: .7em; }

  #content #primary #main article .entry-content p, #content #primary #main article .entry-content ul, #content #primary #main article .entry-content table {
    margin-left: 0; } }
#landingpage {
  width: 100%;
  height: 100%; }
  #landingpage > body {
    width: 100%;
    height: 100%; }
  #landingpage #wrapper {
    height: 100%; }
    #landingpage #wrapper .pages {
      width: 100%;
      height: 100%;
      height: 100%;
      position: relative;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
      border-right: 8px solid #fff; }
      #landingpage #wrapper .pages .page {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none; }
        #landingpage #wrapper .pages .page h2.name {
          font-size: 2em;
          margin-bottom: 7px; }
        #landingpage #wrapper .pages .page > span {
          text-indent: -200px;
          margin-top: 200px; }
          #landingpage #wrapper .pages .page > span h2 {
            font-size: 3em;
            margin-top: 0; }
          #landingpage #wrapper .pages .page > span h3 {
            font-size: 2.1em; }
      #landingpage #wrapper .pages .page1 {
        background: #ADAC62;
        border-left: 8px solid #fff;
        border-right: 8px solid #fff;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        transition: all 300ms ease;
        width: 50%; }
        #landingpage #wrapper .pages .page1 h2.name {
          color: #242424; }
        #landingpage #wrapper .pages .page1 > span {
          text-align: center;
          display: block; }
          #landingpage #wrapper .pages .page1 > span > h2 {
            color: #012A49;
            margin-bottom: 0; }
          #landingpage #wrapper .pages .page1 > span > h3 {
            color: #fff;
            margin-top: 0; }
      #landingpage #wrapper .pages .page2 {
        background: #ccc url("img/bgpvcblank.jpg") center center no-repeat;
        background-size: cover;
        border-right: 8px solid #fff;
        width: 50%;
        position: relative; }
        #landingpage #wrapper .pages .page2:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          background: rgba(0, 0, 0, 0.3);
          z-index: -1; }
        #landingpage #wrapper .pages .page2 > span {
          text-align: center;
          display: block; }
          #landingpage #wrapper .pages .page2 > span > h2 {
            color: #fff;
            margin-bottom: 0; }
          #landingpage #wrapper .pages .page2 > span > h3 {
            color: #fff;
            margin-top: 0;
            color: #8ca4ab; }

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