
@font-face {
    font-family: 'GoodTimesRg-Regular';
    src: url('/fonts/GoodTimesRg-Regular.eot?') format('eot'),
    url('/fonts/GoodTimesRg-Regular.otf')  format('opentype'),
    url('/fonts/GoodTimesRg-Regular.woff') format('woff'),
    url('/fonts/GoodTimesRg-Regular.ttf')  format('truetype'),
    url('/fonts/GoodTimesRg-Regular.svg#GoodTimesRg-Regular') format('svg');
}
:root {
}

body:before {
    display: none;
}

@media only screen {
    body:before {
        content: 'sm';
    }
}
@media only screen and (min-width: 40.063em) {
    body:before {
        content: 'md';
    }
}
@media only screen and (min-width: 64.063em) {
    body:before {
        content: 'lg';
    }
}
@media only screen and (min-width: 90.063em) {
    body:before {
        content: 'xl';
    }
}
@media only screen and (min-width: 120.063em) {
    body:before {
        content: 'xxl';
    }
}
/* global settings, variables, values; eg.

  $fonts: {
    header: 'Roboto Slab',
    body:   'Raleway'
  }

*/
/*@import 'helpers_.css';*/
/* functions; eg.

  @function font($font) {
    @return map_get($fonts, $font);
  }

*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
    padding: 0;
}
@-ms-viewport {
    width: device-width;
    zoom: 1.0;
}
@-o-viewport {
    width: device-width;
    zoom: 1.0;
}
@viewport {
    width: device-width;
    zoom: 1.0;
}

* {
    box-sizing: border-box;
}
/* reset, normalise; eg.

  html, body {
    margin: 0;  // fix default padding on body and html type
    padding: 0;
  }

*/

body, html {
    width: 100%;
}

body {
}

h1, h2, h3, h4 {
}

h1, h2 {
}

p {
}

.blog-post-body.blog-post-body.blog-post-body :not(p) > img {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 15px;
    line-height: 1.2;
    background: url(/img/bg.png) top left;
    /*font-family: var(--font-family-serif);*/
    /*font-family: var(--font-family-cursive)*/


}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

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

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

ul {
    padding:0;
    margin:0;
}

a, a:visited {
    color: #DF6A00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


/* ===== Initializr Styles ==================================================
   
   ========================================================================== */

body {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    color: #3F3E40;
}

.wrapper {
    /*width: 90%;*/
    margin: 0 auto;
    background-color: #fff;
    padding-left: 15px!important;
    padding-right: 15px!important;
}

/* ===================
    ALL: Orange Theme
   =================== */

.button {
    font-family: 'Signika', serif;
    font-weight: 600;
    color: #fff!important;
    padding: 5px 10px;
    background: #DF6A00;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 5px;
    display: inline-block;
}

.header-container {

}

.footer-container,
.main aside {
   
}

.header-container,
.footer-container,
.main aside {
    
}

.title {
    color: white;
}

.logo {
    margin-top: 10px;

}

.logo img {
    display: block;
    margin:0 auto;
}

.header-contact {
     font-family: 'GoodTimesRg-Regular', monospace;
     font-size: 24px;
     text-align: center;
}

.header-contact ul {
    text-align: center;
}

.header-contact ul li {
    display: inline-block;
    margin:0 5px;
}

.header-contact ul li a {
    height:30px;
    width:31px;
    font-size: 0;
    display: block;
    float: left;
    background: url(/img/skype.png) no-repeat center;
}

.header-contact ul li:nth-child(2) a {
    background-image: url(/img/youtube.png);
}

.header-contact ul li:nth-child(3) a {
    background-image: url(/img/linkedin.png);
}

.header-contact ul li:nth-child(4) a {
    background-image: url(/img/twitter.png);
}

.header-contact ul li:nth-child(5) a {
    background-image: url(/img/facebook.png);
}



.slogan {
    text-align: center;
    color: #4a4b4e;
    font-family: 'GoodTimesRg-Regular', monospace;
    font-size: 18px;
  

}

.slogan span {
    color: #282828;
}

.header-container nav {
    clear:both;

}

.header-container nav li a {
    font-family: 'Signika', serif;
    text-transform: uppercase;
}

.header-container nav li a {
    text-decoration: none;
}


/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 5px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    

    color: white;
    background: rgba(90,89,91,1);
    line-height: 1.4;
}

nav a:hover,
nav a:visited {
    color: white;
}

.header-container nav ul li ul {
    display: none;
}

.current>a {
    color: #DF6A00!important;
}



/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 15px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside ul{
    padding:0;
    list-style-type: none;
}

.main .hero-image {
    width:100%;
    margin: auto;
    text-align: center;
}

.flex-direction-nav a {
    display: none!important;
}

.flex-control-nav {
    bottom:auto!important;
}

.main aside .quick-links {
    font-family: 'Signika', serif;
    font-size: 15px;
    list-style-type: none;
    max-width: 240px;

}

.main aside .quick-links li {
    
    background: url(/img/sound.png) no-repeat center right, #DF6A00;
    list-style-type: none;
    margin-bottom: 5px;
}

.main aside .quick-links li:nth-child(2) {
    background: url(/img/monitor.png) no-repeat center right, #DF6A00;
}

.main aside .quick-links li:nth-child(3) {
    background: url(/img/qmark.png) no-repeat 97% center, #DF6A00;
}

.main aside .quick-links li a {
    color: #fff;
    text-decoration: none;
    padding: 25px 15px;
    font-weight: 600;
    display: block;
}

.main .home-top {
    margin: 10px 0 5px 0;
}

.main .home-top article h1 {
    margin-top: 1px;
    font-family: 'Signika', serif;
    font-size: 28px;
    color: #282828;
    font-weight: 400;
}

.main .home-top aside .quick-links {
    font-size: 18px;
}

.main .home-top aside .quick-links {
    max-width: 317px;
}

.main aside.subnav {
    background: #3f3e40;
    padding-top: 10px;

}

.main aside.subnav ul li {
 /*   padding:8px 10px;*/
}

.main aside.subnav ul li:hover {
    /*background: var(--color-orange);*/
}

.main aside.subnav ul li a{
    font-family: 'Signika', serif;
    font-size: 13px;
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    padding:8px 10px;
    display: block;
}

/*third sub level*/
.main aside.subnav ul li.sub a{
    padding-left: 25px;
}

.main aside.subnav ul li a:hover {
    background: #DF6A00;
    color: #fff!important;
}

.main aside.subnav ul li ul {
    padding-left: 15px;
    display: none;
}



 .main aside .quote img {
        width:240px;
    }

.main .home-middle ul li {
    list-style-type: none;
    border: 1px solid #d9d9d9;
    margin-bottom: 5px;
   
   
}

.main .home-middle ul li .thumb {
    position: relative;
    float: left;
}

.main .home-middle ul li p.overlay {
    position: relative;
    color: #fff;
    font-family: 'Audiowide', cursive;
    font-size: 18px;
    background: #000000;
    background: rgba(0,0,0,0.6);
    padding: 5px 15px;
    text-transform: uppercase;
    margin-top: -30px;
}

.main .home-middle ul li >p {
    clear: both;
    padding: 10px;
}

.main .home-middle ul li .button {
    margin-left: 10px;
}

.main .home-middle ul li ul li {
    border:0;
}

.main .home-middle .testslider {
    clear: both;
}

.main .home-middle .testslider .flex-control-nav {
    display: none;
}



.main .home-bottom .button {
    margin:10px;
}

.main .home-bottom ul {
    border: 1px solid #d9d9d9;
    padding: 5px 5px 0;
}

.main .home-bottom ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 3%;
    margin-bottom: 5px;
}

.main .home-bottom ul li:last-child {
    margin-right: 0;
}

.main .page-content {
    margin: 10px 0;
}
.main .page-content h1 {
    font-family: 'Audiowide', cursive;
    color:#282828;
    text-transform: uppercase;
    text-align: left;
}

.main .page-content h2 {
    font-size: 18px;
    color: #DF6A00;   
}

.main .page-content article img {
    margin: 0 0 0 10px;
}

.main .page-content article ul{
    list-style-type: none;
}

.main .page-content article ul li {
    padding-left: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.main .page-content article ul li:before {
    content: "-";
    color: #DF6A00;
    margin-left: -10px;
    margin-right: 10px;
}

#accordion .title-btn {
    font-size: 16px;
    color: #DF6A00;
    cursor:pointer;
}

#accordion .title-btn:before {
    content: " ";
    background: url(/img/dd_arrow_o.png) no-repeat center;
    display: inline;
    padding: 8px;
    margin-right: 5px;
}

#accordion .content {
    margin-left: 22px;
}



.main aside .downloads li a,
.main aside .BlogRecentPost li a,
.main aside .BlogPostArchive li a,
.main aside .BlogTagList li a {
    color:#282828;
    margin: 5px 0;
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.blog-post-body.blog-post-body.blog-post-body img {
    margin: 0;
}

.main aside .literature {
    margin: 7px 0;
}
.main aside .literature a {
     color:#282828;
     font-size: 12px;
     font-weight: 700;
}

.main .product-details-list > li:before {
    content:""!important;
}

.main .product-details-list img {
    margin-left: 0;
}







.footer-container footer {
    color: white;
    padding: 20px;
    background-color: #3F3E40;
}

.footer-container footer h3 {
    color: #DF6A00;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 5px;
    text-transform: uppercase;
    clear: both;
    padding-left:10px;
}

.footer-container footer >div ul{
    padding-left: 25px;
}

.footer-container footer >div ul li {
    float: left;
    padding-right: 25px;
}

.footer-container footer >div ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
} 


.footer-container footer >div ul li a:hover {
    text-decoration: underline;
    color: #DF6A00;
}



.footer-container footer .footer-bottom {
    width: 100%;
    clear: both;
    
}

.footer-container footer .footer-bottom p{
    font-size: 12px;
   
}

.footer-container footer .footer-bottom nav ul {
    margin:1.15em 0;
    padding:0;
}

.footer-container footer .footer-bottom nav li {
    padding:0;
}

.footer-container footer .footer-bottom nav li a {
    font-size: 12px;
    background: none;
    padding: 0 5px;
    border-right: 1px solid #fff;
    line-height: 1;
}

.footer-container footer .footer-bottom nav li:last-child a {
    border:0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

   

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE
   ==================== */

.header-container header >div {
    float: left;
}

    .header-container,
    .main aside {
    
    }

    .header-container header .slogan {
        float: right;
        text-align: right;
    }

    .logo {
        max-width: 35%;
    }

    .header-contact {
        margin-left: 3%;
    }

    .header-contact p {
        margin: 20px 0;
    }

/* ============
    WIDE: Menu
   ============ */

    .header-container nav {
        border-top: 10px solid #DF6A00;
        border-bottom:1px solid #a1a2a0;
    }


    nav a {
        
        background: none;
        padding: 10px 18px;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

    .header-container nav >ul {
        height: 40px;

        background: #3F3E40;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a595b', endColorstr='#535254', GradientType=0 );
    }

    .header-container nav ul li {
        /*position: relative;*/
        float: left;
        /*padding: 0 10px;*/
        border-right: 1px solid #a1a2a0;

    }

   
    
    .header-container nav ul li ul{
        display: none;
        margin-top: 0;
        background-color: #2d2d2e;
        padding: 10px 0;
        position: absolute;
        display: none;
        z-index: 8999;
        width: 250px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        
    }

    .header-container nav ul li ul li {
        float: left!important;
        border:0!important;
        width:100%;
        padding:0;
        border: 0;
    }

    .header-container nav ul li ul li:hover {
        background: none;
    }

    .header-container nav ul li ul li a{
        display: block;
        text-transform: none;
        font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
        font-size: 12px;
        text-decoration: none;
        text-align: left;
        padding:3px 10px 3px 20px;
    }

    .header-container nav ul li ul li a:hover {
        color: #DF6A00;
    }

    .header-container nav ul li ul.second-level {
        border-bottom: 1px solid #40413f;
        border-radius: 0;
        padding: 0;
        width:500px;
    }

    .header-container nav ul li ul.second-level > li {
        width:auto;
    }

    .header-container nav ul li ul.second-level > li a{
        padding: 10px 20px;
        border-right:1px solid #40413f;
    }

    .header-container nav ul li ul.second-level > li:last-child a {
        border:0;
    }

    .header-container nav ul li ul.second-level > li:hover {
         background: #3F3E40;
  
    }

    .header-container nav ul li ul li ul {
        border-top: 1px solid #40413f;;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        left:0;
        width:500px;
    }

    .header-container nav ul li ul li ul li {
        width:50%;
    }

    .header-container nav ul li ul li ul li a {
        padding:3px 20px!important;
        border:0!important;
    }

    .header-container nav ul li:hover {
        background: rgba(56,55,57,1);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(56,55,57,1)), color-stop(100%, rgba(80,79,81,1)));
        background: -webkit-linear-gradient(top, rgba(56,55,57,1) 0%, rgba(80,79,81,1) 100%);
        background: linear-gradient(to bottom, rgba(56,55,57,1) 0%, rgba(80,79,81,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383739', endColorstr='#504f51', GradientType=0 );
    }


    .header-container nav ul li:hover >ul {
        display: block;
    }

    .header-container  nav>ul li:last-child {
        /*float: right;*/
        border-right: 0;
        /*border-left: 1px solid #a1a2a0;*/
    }

    .subarrow:after {
        content: " ";
        background: url(/img/dd_arrow.png) no-repeat center;
        display: inline;
        padding: 8px;
        margin-left: 15px;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 51%;
    }

    .main aside {
        float: right;
        width: 25%;
    }

    .main aside.subnav {
        width:19%;
        float: left;

    }

    .main aside .button {
        width: 92%;
        margin-top: 5px;
    }

    .main aside .quote img {
        width:100%;
    }



    .main .hero-image {
        position: relative;
        color: #fff;
        text-align: left;
    }

    .main .hero-image li {
        position: relative;
    }

    .main .hero-image h1 {
        position: absolute;
        font-size: 42px;
        font-family: 'Signika', serif;
        
        top: 0px;
        left: 40px;
        font-weight: 400;
        line-height: 1;
    }

    .main .hero-image p {
        position: absolute;
        bottom:-20px;
        left:0;
        padding: 5px 10px 10px;
        padding-left: 10%;
        font-size: 25px;
        background: #000000;
        background: rgba(0,0,0,0.4);

    }

    .flex-control-nav {
        bottom:0px!important;
    }

    .main .home-top article {
        width: 66.4%;
        border: 1px solid #d9d9d9;
        padding: 15px; /* Safari/Chrome, other WebKit */    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    }

    .main .home-top aside {
        width: 33%;
    }

    .main .home-middle ul li {
        list-style-type: none;
        float: left;
        width: 33%;
        margin-right: 3px; /* Safari/Chrome, other WebKit */    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    }

    .main .home-middle ul li:last-child {
        margin-right: 0;
    }

    .main .home-middle ul li ul li {
        float: none;
        width:auto;
        margin:auto;
    }

    .main .home-middle .testslider li p {
        margin-top:0;
    }



    .main .page-content article {
        padding: 0 2%;
        text-align: justify;
    }


    /*height hack*/

    .main .page-content {
        position: relative;
        overflow: hidden;

        -webkit-transform: translateZ(0);

                transform: translateZ(0);
    }

    .main aside.subnav > ul {
        position: relative;
        z-index: -1;
    }

    .main aside.subnav:after {
        content: '';

        display: block;
        position: absolute;
        top: 0;
        bottom: 0;

        width: 19%;

        background-color: #3f3e40;
    }

    @supports (isolation: isolate) {
        .main .page-content {
            isolation: isolate;
            -webkit-transform: none;
                -ms-transform: none;
                    transform: none;
        }

        .main aside.subnav > ul {
            position: static;
            z-index: auto;
        }

        .main aside.subnav:after {
            z-index: -1;
        }
    }

    .footer-container footer > div {
        float: left;
        width:33%;
        margin-right: 3px;
        margin-bottom: 20px;
    }

    .footer-container footer > div:nth-of-type(3) {
        margin-right: 0;
    }

    .footer-container footer .footer-bottom p{
        float: left;

    }

    .footer-container footer .footer-bottom {
        margin-bottom: -20px;
    }

    .footer-container footer .footer-bottom nav {
        float:right;
        margin-top: -5px;
    }




}

@media only screen and (min-width: 940px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 960px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }

    .logo {
        max-width: none;
    }

    .header-contact {
        margin-left: 8%;
    }

    .main .hero-image p {
        bottom: 10px;
    }

    .main .home-bottom ul  {
        text-align: center;
    }

    .footer-container  footer .footer-bottom {
        width: auto;

        margin: 20px -20px -20px;
        padding: 0 20px;

        float: none;
        overflow: auto;

        border-top: 1px solid #3c3c3c;

        background-color: #2f2f2f;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

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

.hidden {
    display: none !important;
    visibility: hidden;
}

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

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

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

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

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

/*Business Catalyst contact form*/

.webform .captchaimg img {
    margin: 10px 0!important;

}

.webform input, .webform textarea, .webform select {
    margin-bottom: 10px;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    width: 270px!important;
    padding: 5px 2px;
}

.webform .req {
    color: red;
}

.webform label {
    font-weight: bold;
}

.webform input[type="submit"] {
    font-family: 'Signika', serif;
    font-weight: 600;
    color: #fff!important;
    padding: 5px 10px;
    background: #DF6A00;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 5px;
    display: inline-block;
    border:0;
}

.system-message, .system-error-message {
    background-color: #fff;
    border: 0;
    color: inherit;
    margin: 0;
    min-height: 0;
    height: auto !important;
    height: 110px;
    padding: 0;
}

.downloads {
    display:none;
}

#nextLink, #prevLink {
    width:50%!important;
    position: fixed!important;

}

#nextLink {
    background-position: right center!important;
}

#prevLink {
    background-position: left center!important;
}

.photogalleryItem img {

    margin-left: 0!important;

}


.o-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;background-color: #000000;background-color:rgba(0,0,0,0.7);opacity:0;z-index:-1;cursor:pointer;-webkit-transition-property:opacity,z-index;transition-property:opacity,z-index;-webkit-transition-timing-function:ease-in-out,step-end;transition-timing-function:ease-in-out,step-end;-webkit-transition-duration:250ms;transition-duration:250ms}.o-lightbox.is-active{opacity:1;z-index:5;-webkit-transition-timing-function:ease-in-out,step-start;transition-timing-function:ease-in-out,step-start}.o-lightbox__obj-border,.o-lightbox__obj-container{position:absolute}.o-lightbox__obj-border{top:50%;left:50%;width:2px;height:2px;margin-top:-1px;margin-left:-1px;background-color:white;-ms-transform:scale(60, 60);-webkit-transform:scale(60, 60);transform:scale(60, 60);-webkit-transition-property:-webkit-transform;transition-property: -webkit-transform;transition-property: transform;transition-property:transform, -webkit-transform;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:250ms;transition-delay:250ms;-webkit-transition-duration:250ms;transition-duration:250ms;z-index:1}.o-lightbox__obj-container{top:0;left:0;width:100%;height:100%;padding:96px 60px;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0;transition-delay:0;-webkit-transition-duration:250ms;transition-duration:250ms;z-index:3}@media only screen and (max-width: 60.0625em){.o-lightbox__obj-container{padding:46px 10px}}.o-lightbox__obj-container.is-active{opacity:1;-webkit-transition-delay:500ms;transition-delay:500ms}.o-lightbox__close-button{display:block;position:absolute;right:0;bottom:2px;left:0;z-index:4;font-size:16px;text-align:center;color:white}.o-lightbox__tagline{display:block;padding:10px;line-height:24px;font-size:16px;font-family:"Roboto Condensed","sans-serif";color: #050505;color:rgba(5,5,5,0.8)}.o-lightbox__tagline:empty{padding:0}.is-lightboxed{position:relative;display:inline-block;max-width:100%;max-height:100%;top:50%;left:50%;margin:0 auto;cursor:default;-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}
.o-image{display:block;max-width:100%;margin-left:auto;margin-right:auto}

.c-gallery {
    margin: -12px;

    line-height: 0;
    font-size: 0;

    text-align: center;
}

.c-gallery > a {
    display: inline-block;
    margin: 12px;
}

.c-gallery > a > img {
    margin: 0 !important;
}
.row {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row:before, .row:after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            -webkit-box-ordinal-group: 2;
            order: 1; }
  .row:after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -9px;
    margin-left: -0.5625rem;
    margin-right: -9px;
    margin-right: -0.5625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.84375rem;
        margin-right: -0.84375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 9px;
  padding-left: 0.5625rem;
  padding-right: 9px;
  padding-right: 0.5625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.84375rem;
      padding-right: 0.84375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

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

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

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

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

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

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

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

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

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

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

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

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 9px;
  padding-left: 0.5625rem;
  padding-right: 9px;
  padding-right: 0.5625rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.84375rem;
    padding-right: 0.84375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.84375rem;
    padding-right: 0.84375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
/* site-wide element default styles; eg.

  h1 {
    font-family: font('header');
  }

*/
/*@import 'scopes_.css';*/
/* scope-wide element default styles; eg.

  .s-foo-scope h1 {
    font-family: font('header');
  }

*/
/*@import 'objects_.css';*/
/* layout; eg.

  .o-bar {
    // row layout
  }

*/
/*@import 'components_.css';*/
/* styling; eg.

  .c-navbar {
    // navbar styles
  }

*/
.u-clearfix:before, .u-clearfix:after {
    content: '';

    display: block;

    width: 100%;
    height: 0;

    clear: both;
}
/* overrides; eg.

  .u-mb\:1r {
    margin-bottom: rhythm() !important;
  }

*/