@charset "UTF-8";
/*!* @import '//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700'; *!*/
/*@import 'icons.css';*/

/* ============================================================================
   Fonts
   ============================================================================ */
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon/icomoon.eot?xsqmxl');
    src: url('../fonts/icomoon/icomoon.eot?xsqmxl#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf?xsqmxl') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?xsqmxl') format('woff'),
    url('../fonts/icomoon/icomoon.svg?xsqmxl#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ============================================================================
   Typography
   ============================================================================ */

/* Text colors */
.text-light {
    color: #b7b7b7;
}

/* Text transform */
.text-caps,
.text-transform-uppercase {
    text-transform: uppercase;
}

/* Text weight */
.text-bold,
.text-font-weight-bold {
    font-weight: bold;
}

/* ============================================================================
   Icons
   ============================================================================ */
.icomoon:before {
    display: inline-block;
    width: 1em;
    margin-right: .5em;
    opacity: .62;
    font: normal normal 1.4em/0 'icomoon';
    speak: none;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    text-indent: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Formats
   ============================================================================ */
.icomoon-after:before {
    margin: 0 0 0 .5em;
}

.icomoon-inline:before {
    margin-right: .2em;
    font-size: 1.2em;
}

.icomoon-inline.icomoon-after:before {
    margin: 0 0 0 .2em;
}

/* ============================================================================
   Buttons
   ============================================================================ */
.button-color-transparent {
    background-color: rgba(0, 0, 0, .25);
}

.button-color-transparent:hover {
    background-color: rgba(0, 0, 0, .43);
}

/* ============================================================================
   Badges
   ============================================================================ */
.badge {
    border-width: 2px;
    border-style: solid;
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin: 0 .75rem;
    padding: 0;
    position: relative;
    font-size: .8rem;
    font-weight: 700;
    box-sizing: content-box;
}

a.badge:hover,
a.badge:focus,
a.badge:hover .icon:before,
a.badge:focus .icon:before,
button.badge:hover,
button.badge:focus,
button.badge:hover .icon:before,
button.badge:focus .icon:before {
    color: #fff !important;
}

button.badge:focus {
    outline: none;
}

.badge .icomoon:before {
    margin: 0;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

/* Badge sizes
   ============================================================================ */

/* Extra Small */
.badge-xsmall {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: .5em;
}

/* Small */
.badge-small {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: .6em;
}

/* Large */
.badge-large {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1em;
}

/* Extra Large */
.badge-xlarge {
    width: 68px;
    height: 68px;
    line-height: 68px;
    font-size: 1.6em;
}

/* Badge formats
   ============================================================================ */

/* Zoom */
.badge-zoom {
    margin: 0 .25rem;
}

.badge-zoom .icomoon:before {
    font-size: 2em;
}

/* Hollow */
.badge-hollow {
    background: none;
}

/* No Border */
.badge-no-border {
    border: 0;
}

/* Left */
.badge-left {
    float: left;
    margin-left: 0;
}

/* Right */
.badge-right {
    float: right;
    margin-right: 0;
}

/* Center */
.badge-center {
    display: block;
    margin: 0 auto;
}

/* ============================================================================
   Helpers
   ============================================================================ */

/* Margin
   ============================================================================ */
.margin-xsmall {
    margin: .25rem !important;
}

.margin-small {
    margin: .75rem !important;
}

.margin {
    margin: 1.5rem !important;
}

.margin-medium-large {
    margin: 1.875rem !important;
}

.margin-large {
    margin: 2.25rem !important;
}

.margin-xlarge {
    margin: 3rem !important;
}

.margin-xxlarge {
    margin: 4.5rem !important;
}

.margin-none {
    margin: 0 !important;
}

@media screen and (min-width: 40em) {
    .margin-medium-size-xsmall {
        margin: .25rem !important;
    }

    .margin-medium-size-small {
        margin: .75rem !important;
    }

    .margin-medium-size-medium {
        margin: 1.5rem !important;
    }

    .margin-medium-size-medium-large {
        margin: 1.875rem !important;
    }

    .margin-medium-size-large {
        margin: 2.25rem !important;
    }

    .margin-medium-size-xlarge {
        margin: 3rem !important;
    }

    .margin-medium-size-xxlarge {
        margin: 4.5rem !important;
    }

    .margin-medium-none {
        margin: 0 !important;
    }
}

@media screen and (min-width: 64em) {
    .margin-large-size-xsmall {
        margin: .25rem !important;
    }

    .margin-large-size-small {
        margin: .75rem !important;
    }

    .margin-large-size-medium {
        margin: 1.5rem !important;
    }

    .margin-large-size-medium-large {
        margin: 1.875rem !important;
    }

    .margin-large-size-large {
        margin: 2.25rem !important;
    }

    .margin-large-size-xlarge {
        margin: 3rem !important;
    }

    .margin-large-size-xxlarge {
        margin: 4.5rem !important;
    }

    .margin-large-none {
        margin: 0 !important;
    }
}

@media screen and (min-width: 100em) {
    .margin-xlarge-size-xsmall {
        margin: .25rem !important;
    }

    .margin-xlarge-size-small {
        margin: .75rem !important;
    }

    .margin-xlarge-size-medium {
        margin: 1.5rem !important;
    }

    .margin-xlarge-size-medium-large {
        margin: 1.875rem !important;
    }

    .margin-xlarge-size-large {
        margin: 2.25rem !important;
    }

    .margin-xlarge-size-xlarge {
        margin: 3rem !important;
    }

    .margin-xlarge-size-xxlarge {
        margin: 4.5rem !important;
    }

    .margin-xlarge-none {
        margin: 0 !important;
    }
}

/* Margin Top */
.margin-top-xsmall {
    margin-top: .25rem !important;
}

.margin-top-small {
    margin-top: .75rem !important;
}

.margin-top {
    margin-top: 1.5rem !important;
}

.margin-top-medium-large {
    margin-top: 1.875rem !important;
}

.margin-top-large {
    margin-top: 2.25rem !important;
}

.margin-top-xlarge {
    margin-top: 3rem !important;
}

.margin-top-xxlarge {
    margin-top: 4.5rem !important;
}

.margin-top-none {
    margin-top: 0 !important;
}

/* Margin Right */
.margin-right-xsmall {
    margin-right: .25rem !important;
}

.margin-right-small {
    margin-right: .75rem !important;
}

.margin-right {
    margin-right: 1.5rem !important;
}

.margin-right-medium-large {
    margin-right: 1.875rem !important;
}

.margin-right-large {
    margin-right: 2.25rem !important;
}

.margin-right-xlarge {
    margin-right: 3rem !important;
}

.margin-right-xxlarge {
    margin-right: 4.5rem !important;
}

.margin-right-none {
    margin-right: 0 !important;
}

/* Margin Bottom */
.margin-bottom-xsmall {
    margin-bottom: .25rem !important;
}

.margin-bottom-small {
    margin-bottom: .75rem !important;
}

.margin-bottom {
    margin-bottom: 1.5rem !important;
}

.margin-bottom-medium-large {
    margin-bottom: 1.875rem !important;
}

.margin-bottom-large {
    margin-bottom: 2.25rem !important;
}

.margin-bottom-xlarge {
    margin-bottom: 3rem !important;
}

.margin-bottom-xxlarge {
    margin-bottom: 4.5rem !important;
}

.margin-bottom-none {
    margin-bottom: 0 !important;
}

/* Margin Left */
.margin-left-xsmall {
    margin-left: .25rem !important;
}

.margin-left-small {
    margin-left: .75rem !important;
}

.margin-left {
    margin-left: 1.5rem !important;
}

.margin-left-medium-large {
    margin-left: 1.875rem !important;
}

.margin-left-large {
    margin-left: 2.25rem !important;
}

.margin-left-xlarge {
    margin-left: 3rem !important;
}

.margin-left-xxlarge {
    margin-left: 4.5rem !important;
}

.margin-left-none {
    margin-left: 0 !important;
}

/* Margin Top Negative */
.margin-top-negative-xsmall {
    margin-top: -.25rem !important;
}

.margin-top-negative-small {
    margin-top: -.75rem !important;
}

.margin-top-negative {
    margin-top: -1.5rem !important;
}

.margin-top-negative-medium-large {
    margin-top: -1.875rem !important;
}

.margin-top-negative-large {
    margin-top: -2.25rem !important;
}

.margin-top-negative-xlarge {
    margin-top: -3rem !important;
}

.margin-top-negative-xxlarge {
    margin-top: -4.5rem !important;
}

/* Margin Right Negative */
.margin-right-negative-xsmall {
    margin-right: -.25rem !important;
}

.margin-right-negative-small {
    margin-right: -.75rem !important;
}

.margin-right-negative {
    margin-right: -1.5rem !important;
}

.margin-right-negative-medium-large {
    margin-right: -1.875rem !important;
}

.margin-right-negative-large {
    margin-right: -2.25rem !important;
}

.margin-right-negative-xlarge {
    margin-right: -3rem !important;
}

.margin-right-negative-xxlarge {
    margin-right: -4.5rem !important;
}

/* Margin Bottom Negative */
.margin-bottom-negative-xsmall {
    margin-bottom: -.25rem !important;
}

.margin-bottom-negative-small {
    margin-bottom: -.75rem !important;
}

.margin-bottom-negative {
    margin-bottom: -1.5rem !important;
}

.margin-bottom-negative-medium-large {
    margin-bottom: -1.875rem !important;
}

.margin-bottom-negative-large {
    margin-bottom: -2.25rem !important;
}

.margin-bottom-negative-xlarge {
    margin-bottom: -3rem !important;
}

.margin-bottom-negative-xxlarge {
    margin-bottom: -4.5rem !important;
}

/* Margin Left Negative */
.margin-left-negative-xsmall {
    margin-left: -.25rem !important;
}

.margin-left-negative-small {
    margin-left: -.75rem !important;
}

.margin-left-negative {
    margin-left: -1.5rem !important;
}

.margin-left-negative-medium-large {
    margin-left: -1.875rem !important;
}

.margin-left-negative-large {
    margin-left: -2.25rem !important;
}

.margin-left-negative-xlarge {
    margin-left: -3rem !important;
}

.margin-left-negative-xxlarge {
    margin-left: -4.5rem !important;
}

/* Padding
   ============================================================================ */
.padding-xsmall {
    padding: .25rem !important;
}

.padding-small {
    padding: .75rem !important;
}

.padding {
    padding: 1.5rem !important;
}

.padding-medium-large {
    padding: 1.875rem !important;
}

.padding-large {
    padding: 2.25rem !important;
}

.padding-xlarge {
    padding: 3rem !important;
}

.padding-xxlarge {
    padding: 4.5rem !important;
}

.padding-none {
    padding: 0 !important;
}

@media screen and (min-width: 40em) {
    .padding-medium-size-xsmall {
        padding: .25rem !important;
    }

    .padding-medium-size-small {
        padding: .75rem !important;
    }

    .padding-medium-size-medium {
        padding: 1.5rem !important;
    }

    .padding-medium-size-medium-large {
        padding: 1.875rem !important;
    }

    .padding-medium-size-large {
        padding: 2.25rem !important;
    }

    .padding-medium-size-xlarge {
        padding: 3rem !important;
    }

    .padding-medium-size-xxlarge {
        padding: 4.5rem !important;
    }

    .padding-medium-none {
        padding: 0 !important;
    }
}

@media screen and (min-width: 64em) {
    .padding-large-size-xsmall {
        padding: .25rem !important;
    }

    .padding-large-size-small {
        padding: .75rem !important;
    }

    .padding-large-size-medium {
        padding: 1.5rem !important;
    }

    .padding-large-size-medium-large {
        padding: 1.875rem !important;
    }

    .padding-large-size-large {
        padding: 2.25rem !important;
    }

    .padding-large-size-xlarge {
        padding: 3rem !important;
    }

    .padding-large-size-xxlarge {
        padding: 4.5rem !important;
    }

    .padding-large-none {
        padding: 0 !important;
    }
}

@media screen and (min-width: 100em) {
    .padding-xlarge-size-xsmall {
        padding: .25rem !important;
    }

    .padding-xlarge-size-small {
        padding: .75rem !important;
    }

    .padding-xlarge-size-medium {
        padding: 1.5rem !important;
    }

    .padding-xlarge-size-medium-large {
        padding: 1.875rem !important;
    }

    .padding-xlarge-size-large {
        padding: 2.25rem !important;
    }

    .padding-xlarge-size-xlarge {
        padding: 3rem !important;
    }

    .padding-xlarge-size-xxlarge {
        padding: 4.5rem !important;
    }

    .padding-xlarge-none {
        padding: 0 !important;
    }
}

/* Padding Top */
.padding-top-xsmall {
    padding-top: .25rem !important;
}

.padding-top-small {
    padding-top: .75rem !important;
}

.padding-top {
    padding-top: 1.5rem !important;
}

.padding-top-medium-large {
    padding-top: 1.875rem !important;
}

.padding-top-large {
    padding-top: 2.25rem !important;
}

.padding-top-xlarge {
    padding-top: 3rem !important;
}

.padding-top-xxlarge {
    padding-top: 4.5rem !important;
}

.padding-top-none {
    padding-top: 0 !important;
}

/* Padding Right */
.padding-right-xsmall {
    padding-right: .25rem !important;
}

.padding-right-small {
    padding-right: .75rem !important;
}

.padding-right {
    padding-right: 1.5rem !important;
}

.padding-right-medium-large {
    padding-right: 1.875rem !important;
}

.padding-right-large {
    padding-right: 2.25rem !important;
}

.padding-right-xlarge {
    padding-right: 3rem !important;
}

.padding-right-xxlarge {
    padding-right: 4.5rem !important;
}

.padding-right-none {
    padding-right: 0 !important;
}

/* Padding Bottom */
.padding-bottom-xsmall {
    padding-bottom: .25rem !important;
}

.padding-bottom-small {
    padding-bottom: .75rem !important;
}

.padding-bottom {
    padding-bottom: 1.5rem !important;
}

.padding-bottom-medium-large {
    padding-bottom: 1.875rem !important;
}

.padding-bottom-large {
    padding-bottom: 2.25rem !important;
}

.padding-bottom-xlarge {
    padding-bottom: 3rem !important;
}

.padding-bottom-xxlarge {
    padding-bottom: 4.5rem !important;
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}

/* Padding Left */
.padding-left-xsmall {
    padding-left: .25rem !important;
}

.padding-left-small {
    padding-left: .75rem !important;
}

.padding-left {
    padding-left: 1.5rem !important;
}

.padding-left-medium-large {
    padding-left: 1.875rem !important;
}

.padding-left-large {
    padding-left: 2.25rem !important;
}

.padding-left-xlarge {
    padding-left: 3rem !important;
}

.padding-left-xxlarge {
    padding-left: 4.5rem !important;
}

.padding-left-none {
    padding-left: 0 !important;
}

/* ============================================================================
   Inner
   ============================================================================ */
.inner-xsmall {
    padding: 1rem;
}

.inner-small {
    padding: 1.5rem;
}

.inner {
    padding: 2rem;
}

.inner-large {
    padding: 6%;
}

.inner-xlarge {
    padding: 10%;
}

@media screen and (min-width: 40em) {

    .inner-large {
        padding: 3rem;
    }

    .inner-xlarge {
        padding: 4.5rem;
    }

    .inner-medium-none {
        padding: 0;
    }

    .inner-medium-size-xsmall {
        padding: 1rem;
    }

    .inner-medium-size-small {
        padding: 1.5rem;
    }

    .inner-medium-size-medium {
        padding: 2rem;
    }

    .inner-medium-size-large {
        padding: 3rem;
    }

    .inner-medium-size-xlarge {
        padding: 4.5rem;
    }

}

@media screen and (min-width: 64em) {

    .inner-large-none {
        padding: 0;
    }

    .inner-large-size-xsmall {
        padding: 1rem;
    }

    .inner-large-size-small {
        padding: 1.5rem;
    }

    .inner-large-size-medium {
        padding: 2rem;
    }

    .inner-large-size-large {
        padding: 3rem;
    }

    .inner-large-size-xlarge {
        padding: 4.5rem;
    }

}

@media screen and (min-width: 100em) {

    .inner-xlarge-none {
        padding: 0;
    }

    .inner-xlarge-size-xsmall {
        padding: 1rem;
    }

    .inner-xlarge-size-small {
        padding: 1.5rem;
    }

    .inner-xlarge-size-medium {
        padding: 2rem;
    }

    .inner-xlarge-size-large {
        padding: 3rem;
    }

    .inner-xlarge-size-xlarge {
        padding: 4.5rem;
    }

}

/* ============================================================================
   Shadow
   ============================================================================ */
.shadow {
    -webkit-box-shadow: 0 10px 20px #ebebeb;
    box-shadow: 0 10px 20px #ebebeb;
}

.shadow-none {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (min-width: 40em) {

    .shadow-medium {
        -webkit-box-shadow: 0 10px 20px #ebebeb;
        box-shadow: 0 10px 20px #ebebeb;
    }

    .shadow-medium-none {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

}

@media screen and (min-width: 64em) {

    .shadow-large {
        -webkit-box-shadow: 0 10px 20px #ebebeb;
        box-shadow: 0 10px 20px #ebebeb;
    }

    .shadow-large-none {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

}

@media screen and (min-width: 100em) {

    .shadow-xlarge {
        -webkit-box-shadow: 0 10px 20px #ebebeb;
        box-shadow: 0 10px 20px #ebebeb;
    }

    .shadow-xlarge-none {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

}


/* Positioning
   ============================================================================ */
.position-absolute {
    position: absolute;
    z-index: 1;
}

.position-relative {
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 40em) {

    .position-absolute-medium {
        position: absolute;
        z-index: 1;
    }

    .position-relative-medium {
        position: relative;
        z-index: 1;
    }

}

@media screen and (min-width: 64em) {

    .position-absolute-large {
        position: absolute;
        z-index: 1;
    }

    .position-relative-large {
        position: relative;
        z-index: 1;
    }

}

@media screen and (min-width: 100em) {

    .position-absolute-xlarge {
        position: absolute;
        z-index: 1;
    }

    .position-relative-xlarge {
        position: relative;
        z-index: 1;
    }

}

/* Top */
.position-top-none {
    top: 0;
}

.position-top {
    top: 4rem;
}

.position-top-large {
    top: 10rem;
}

/* Right */
.position-right-none {
    right: 0;
}

.position-right {
    right: 4rem;
}

.position-right-large {
    right: 10rem;
}

/* Bottom */
.position-bottom-none {
    bottom: 0;
}

.position-bottom {
    bottom: 4rem;
}

.position-bottom-large {
    bottom: 10rem;
}

/* Left */
.position-left-none {
    left: 0;
}

.position-left {
    left: 4rem;
}

.position-left-large {
    left: 10rem;
}

/* Center Horizontal */
.position-center-x {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

/* Center Vertical */
.position-center-y {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/* ============================================================================
   Copy to clipboard
   ============================================================================ */
.js-copy-button {
    margin: 0 0 0 .5rem;
}

.js-copy-button-copied {
    background-color: #76bb76;
}

/* ============================================================================
   Photo Booth
   ============================================================================ */
.booth {
    width: 163px;
    overflow: hidden;
    position: absolute;
    top: 117px;
    left: 55px;
}

.booth video {
    width: 289px;
    transform: translate(-70px);
}

/********************
WORDPRESS BODY CLASSES
style a page via class

********************/

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
    width: 96%;
    margin: 0 auto;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
    /*adds highlight on hover */
    /* on click */
    /* mobile tap color */
}

a:hover, a:focus, a:visited:hover, a:visited:focus {
}

a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 P STYLES
******************************************************************/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    /*
    if you're going to use webfonts, be sure to check your weights
    http://css-tricks.com/watch-your-font-weight/
    */
    /* removing text decoration from all headline links */
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none;
}

/*********************
HEADER STYLES
*********************/
.header {
}

.header #inner-header li {
    list-style: none;
}

.header #inner-header .off-canvas-list ul {
    margin-left: 0;
}

.header #inner-header .off-canvas-list ul .dropdown {
    margin-left: 20px;
}

#logo {
    margin: 0.57em 0 0.17em;
    font-size: 2.75rem;
    font-weight: bold;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.top-bar .title-area {
    z-index: 1;
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
    background: none repeat scroll 0 0 #efefef;
    border-radius: 4px;
    color: #2e3542;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    padding: 5px 12px;
}

/* entry content */
.entry-content {
    /*
    image alignment on a screen this size may be
    a bit difficult. It's set to start aligning
    and floating images at the next breakpoint,
    but it's up to you. Feel free to change it up.
    */
}

.entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    margin-bottom: 1.5em;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 2rem;
}

.entry-content video, .entry-content object {
    max-width: 100%;
    height: auto;
}

.entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px;
}

/* end .entry-content */
.wp-caption {
    max-width: 100%;
    background: #eee;
    padding: 5px;
    margin-bottom: 2rem;
    /* images inside wp-caption */
}

.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}

.wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: left;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination a:hover {
    color: black;
}

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
    /* number of comments span */
}

#respond ul {
    margin-left: 0px;
}

.commentlist {
    /* general comment classes */
    /* vcard */
    /* end .commentlist .vcard */
    /* comment meta */
    /* comment content */
    /* end .commentlist .comment_content */
    /* comment reply link */
    /* end .commentlist .comment-reply-link */
}

.commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */
}

.commentlist li:last-child {
    margin-bottom: 0;
}

.commentlist li ul.children {
    margin: 0;
    /* variations */
    /* change number for different depth */
}

.commentlist li[class*=depth-] {
    margin-top: 1.1em;
}

.commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0;
}

.commentlist li:not(.depth-1) {
    margin-left: 10px;
    margin-top: 0;
    padding-bottom: 0;
    background: #e7e7e7;
}

.commentlist li.depth-3 {
    background: #dadada;
}

.commentlist .vcard {
    margin-left: 50px;
}

.commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal;
}

.commentlist .vcard time {
    float: right;
}

.commentlist .vcard time a {
    color: #999;
    text-decoration: none;
}

.commentlist .vcard time a:hover {
    text-decoration: underline;
}

.commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff;
}

.commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em;
}

.commentlist .comment-reply-link {
    cursor: pointer;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */
    background-color: #008cba;
    border-color: #0079a1;
    color: white;
    float: right;
}

.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
    background-color: #0079a1;
}

.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
    color: white;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
    margin: 1.5em 10px;
    padding-bottom: 2.2em;
}

.respond-form form {
    margin: 0.75em 0;
}

.respond-form form li {
    list-style-type: none;
    clear: both;
    margin-bottom: 0.7335em;
}

.respond-form form li label,
.respond-form form li small {
    display: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
    padding: 3px 6px;
    background: #efefef;
    border: 2px solid #cecece;
    line-height: 1.5em;
    /* form validation */
}

.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
    background: #fff;
}

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
    outline: none;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
    max-width: 400px;
    min-width: 250px;
}

.respond-form form textarea {
    resize: none;
    width: 97.3%;
    height: 150px;
}

/* comment submit button */
/* comment form title */
#comment-form-title {
    margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
    margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
.nocomments {
    margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
    margin: 0;
}

.widget ul li {
    list-style: none;
    /* deep nesting */
}

/*********************
FOOTER STYLES
*********************/
.footer {
    clear: both;
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */

/*
Email Validation with RMC
*/
.with-rmc-validation .has-rmc-account-warning {
    display: none;
}

.with-rmc-validation .rmc-warning {
    margin-top: 1rem;
}

/*
MEDIUM
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 40.063em) {
    /******************************************************************

    Stylesheet: 481px and Up Stylesheet

    This stylesheet is loaded for larger devices. It's set to
    481px because at 480px it would load on a landscaped iPhone.
    This isn't ideal because then you would be loading all those
    extra styles on that same mobile connection.

    A word of warning. This size COULD be a larger mobile device,
    so you still want to keep it pretty light and simply expand
    upon your base.scss styles.

    ******************************************************************/
    /*********************
    NAVIGATION STYLES
    *********************/
    /* .menu is clearfixed inside mixins.scss */
    .menu {
        /* end .menu ul */
    }

    .menu ul {
        /* end .menu ul li */
        /* highlight current page */
        /* end current highlighters */
    }

    .menu ul li {
        /*
        plan your menus and drop-downs wisely.
        */
    }

    .menu ul li a {
        /*
        you can use hover styles here even though this size
        has the possibility of being a mobile device.
        */
    }

    /* end .menu */
    /*********************
    POSTS & CONTENT STYLES
    *********************/
    /* entry content */
    .entry-content {
        /* at this larger size, we can start to align images */
    }

    .entry-content .alignleft, .entry-content img.alignleft {
        margin-right: 1.5em;
        display: inline;
        float: left;
    }

    .entry-content .alignright, .entry-content img.alignright {
        margin-left: 1.5em;
        display: inline;
        float: right;
    }

    .entry-content .aligncenter, .entry-content img.aligncenter {
        margin-right: auto;
        margin-left: auto;
        display: block;
        clear: both;
    }

    /* end .entry-content */
    /*********************
    SIDEBARS & ASIDES
    *********************/
    .widget {
        padding: 0 10px;
        margin: 2.2em 0;
    }

    /*********************
    FOOTER STYLES
    *********************/
    /*
    check your menus here. do they look good?
    do they need tweaking?
    */
    /* end .footer-links */
}

/*
LARGE
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 64.063em) {
    /******************************************************************

    Stylesheet: 768px and Up

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

    ******************************************************************/
    /*********************
    GENERAL STYLES
    *********************/
    /*********************
    LAYOUT & GRID STYLES
    *********************/
    .wrap {
        max-width: 1140px;
    }

    /*********************
    HEADER STYLES
    *********************/
    /*********************
    NAVIGATION STYLES
    *********************/
    .nav {
        /* highlight current page */
        /* end current highlighters */
    }

    /* end .nav.footer-nav */
    /*********************
    SIDEBARS & ASIDES
    *********************/
    .widget ul li {
        border-bottom: 1px solid #EFEFEF;
        margin-bottom: 0.75em;
        padding-bottom: 0.75em;
        /* deep nesting */
    }

    .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em;
    }

    /* links widget */
    /* meta widget */
    /* pages widget */
    /* recent-posts widget */
    /* archives widget */
    /* tag-cloud widget */
    /* calendar widget */
    /* category widget */
    /* recent-comments widget */
    /* search widget */
    /* text widget */
    /*********************
    FOOTER STYLES
    *********************/
    /*
    you'll probably need to do quite a bit
    of overriding here if you styled them for
    mobile. Make sure to double check these!
    */
    .footer-links ul li {
        /*
        be careful with the depth of your menus.
        it's very rare to have multi-depth menus in
        the footer.
        */
    }

    /* end .footer-links */
}

/*
XLARGE
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 90.063) {
    /******************************************************************

    Stylesheet: 1280px and Up

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

    ******************************************************************/
}

/*
XXLARGE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 120.063em) {
    /******************************************************************

    Stylesheet: 1440px and Up

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

    ******************************************************************/
}

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    /******************************************************************
    Site Name:
    Author:

    Stylesheet: Retina Screens & Devices Stylesheet

    When handling retina screens you need to make adjustments, especially
    if you're not using font icons. Here you can add them in one neat
    place.

    ******************************************************************/
    /*

    EXAMPLE
    Let's say you have an image and you need to make sure it looks ok
    on retina screens. Let's say we have an icon which dimension are
    24px x 24px. In your regular stylesheets, it would look something
    like this:

    .icon {
        width: 24px;
        height: 24px;
        background: url(img/test.png) no-repeat;
    }

    For retina screens, we have to make some adjustments, so that image
    doesn't look blurry. So, taking into account the image above and the
    dimensions, this is what we would put in our retina stylesheet:

    .icon {
        background: url(img/test@2x.png) no-repeat;
        background-size: 24px 24px;
    }

    So, you would create the same icon, but at double the resolution, meaning
    it would be 48px x 48px. You'd name it the same, but with a @2x at the end
    (this is pretty standard practice). Set the background image so it matches
    the original dimensions and you are good to go.

    */
}

/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
    /******************************************************************

    Stylesheet: Print Stylesheet

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

    ******************************************************************/
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a, a:visited {
        color: #444444 !important;
        text-decoration: underline;
    }

    a:after, a:visited:after {
        content: " (" attr(href) ")";
    }

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

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

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

    thead {
        display: table-header-group;
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

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

    .sidebar,
    .page-navigation,
    .wp-prev-next,
    .respond-form,
    nav {
        display: none;
    }
}

.center-div{
    display: flex;
    justify-content: center;
    aligh-item: center;
}

.bkstyle{
    background: red;
}

/*
=========================================================
BLOG POST
=========================================================
*/


.article-blog{
    display: flex;
    justify-content: center;
}

.article-blog p,
.article-blog ul li,
.article-blog ol li{
    /*font-family: 'Playfair Display', serif;*/
    font-family: 'Crimson Text', serif;

}

.article-blog h1, .article-blog h3, .article-blog h2{
    color: black;
}

.article-blog p, .article-blog ul li, .article-blog ol li{
    color: black;
    font-size: 1.4rem;
}
.article-blog article{
    display: grid;
    grid-template-columns: 1fr .4fr;
    margin-top: 4rem;
    column-gap: 8rem;
}

.entry-content .has-content-area div {
    max-width: 300px;
}

@media only screen and (min-width: 40.063em) {
    .entry-content .has-content-area div {
        max-width: 700px;
    }
}
.the-side-bar-2{
    grid-column: 2 / 3;
    grid-row: 3;
    width: 100%;
    padding: 0;
}

.the-side-bar-2 .sidebar-1{
    padding: 0;
}

.the-side-bar-2 .sidebar-1 .widget{
    margin-top: 0;
}

.the-side-bar-2 .sidebar-1 .widget .textwidget a,
.the-side-bar-2 .sidebar-1 .widget .textwidget a img{
    width: 100%;
}

.article-blog article header{
    grid-column: 1 / 3;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr .3fr;
    margin-bottom: 4rem;
}

.article-blog article header h1,
.article-blog article header p,
.article-blog article header .author-basic-info,
.article-blog article header .featured-img
{
    grid-column: 1 / 3;
}

.featured-post-container{
    grid-column: 1 / 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.featured-post-container h2{
    margin-top: 5rem;
    padding-top: 1.5rem;
    margin-bottom: 0rem;
    border-top: 1px solid black;
    grid-column: 1 / 4;
}

.featured-post-container article{
    width: 100%;
    margin-top: 0rem;
}

.featured-post-container article header{
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    text-align: left;
}

.author-basic-info{
    width: 250px;
    justify-self: center;
    display: grid;
    grid-template-columns: .3fr 1fr;
    text-align: left;
    column-gap: 1rem;
    margin: 1rem 0rem;
}

.author-basic-info img{
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    align-self: center;
}

.author-basic-info h5, .author-basic-info p{
    margin: 0;
    font-size: .8rem;
}

.author-basic-info h5{
    font-weight: bold;
    font-size: .9rem;
}

.social-block{
    width: max-content !important;
    justify-self: flex-end;
    grid-column: 2 / 3;
}

.social-block div{
    width: max-content !important;
    display: flex;
    gap: 1rem;
}

.social-block, .social-block div span{

}

.social-block div span{
    padding: 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #5866715e;
    width: 35px;
    height: 35px;
}

.social-block, .social-block div span i{
    color: #586671 !important;
    font-size: 1.2rem !important;
}

.article-blog footer{
    grid-column: 1 / 3;
    justify-self: center;
}

.article-blog .marketo-form{
    grid-column: 1 / 3;
    justify-self: center;
}

.article-blog a{
    grid-column: 1 / 3;
    justify-self: center;
}

.article-blog .author-bio{
    grid-column: 1 / 3;
    justify-self: center;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 950px) {

    .article-blog article{
        grid-template-columns: 1fr;
    }

    .article-blog article header{
        grid-column: 1;
    }

    .article-blog footer{
        grid-column: 1;
    }

    .featured-post-container h2{
        grid-column: 1;
    }

    .featured-post-container{
        grid-column: 1;
        grid-template-columns: 1fr;
    }

    .featured-post-container img{
        width: 100% !important;
    }

    .article-blog .author-bio{
        grid-column: 1;
    }

    .article-blog a{
        grid-column: 1;
        justify-self: center;
    }

    .article-blog .marketo-form{
        grid-column: 1;
    }

    .the-side-bar-2{
        grid-column: 1;
        grid-row: 5;
        width: 100%;
        padding: 0;
    }

    .article-blog article header{
        grid-template-columns: 1fr;
    }


}