/* request_sc:regular*/
/* Last-Modified: Fri, 25 Sep 2026 21:00:09 GMT [ver: ] */
/* Current-Time:Fri, 25 Sep 2026 16:04:56 -0500*/
/* NOT Pulled From Cache */
/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/*
 * apply a natural box layout model to all elements
 */
 
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


/* ==========================================================================
   General
   ========================================================================== */

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font: 16px/24px 'Questrial', sans-serif;
    font-weight: 400;
    color: #464646;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    background: #eee;
}

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

.float-right { float: right !important; }
.float-left { float: left !important; }
.float-none { float: none !important; }
.block { display: block !important; }

.margin-none { margin: 0 !important;}
.margin-top { margin-top: 50px !important; }
.margin-bottom { margin-bottom: 50px !important; }
.margin-bottom-dbl { margin-bottom: 100px !important; }
.margin-bottom-half { margin-bottom: 25px !important; }

.padding-none { padding: 0 !important; }
.padding-top { padding-top: 50px !important; }
.padding-bottom { padding-bottom: 50px !important; }
.padding-bottom-dbl { padding-bottom: 100px !important; }
.padding-bottom-half { padding-bottom: 25px !important; }

hr {
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #e1e1e1;
    clear: both;
}

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

h1, h2, h3, h4, h5, h6 { 
    color: #333;
    font-family: 'Cinzel', sans-serif;
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 25px;
    margin-top: 0;
}

h4, h5, h6 { 
    color: #555;
}

h1, .h1 { font-size: 34px; }
h2, .h2 { font-size: 30px; }
h3, .h3 { font-size: 26px; }
h4, .h4 { font-size: 22px; }
h5, .h5 { font-size: 18px; }
h6, .h6 { font-size: 16px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #464646; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #69b9b5; }

p { margin: 0 0 25px 0; }
em { font-style: italic; }
strong, b { font-weight: 700; }
small, .small { font-size: 90%; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.uppercase { text-transform: uppercase; }
.selected, .current { color: #69b9b5 !important; }

@font-face {
    font-family: 'boldbrush';
    src: url('//www.briennembrown.com/styles/shared/fonts/boldbrush-webfont.eot');
    src: url('//www.briennembrown.com/styles/shared/fonts/boldbrush-webfont.eot?#iefix') format('embedded-opentype'),
         url('//www.briennembrown.com/styles/shared/fonts/boldbrush-webfont.woff2') format('woff2'),
         url('//www.briennembrown.com/styles/shared/fonts/boldbrush-webfont.woff') format('woff'),
         url('//www.briennembrown.com/styles/shared/fonts/boldbrush-webfont.ttf') format('truetype'),
         url('//www.briennembrown.com/styles/shared/fonts/boldbrush-webfont.svg#new_fontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fleur:before {
    content: 'F';
    font-family: 'boldbrush';
    font-size: 28px;
    font-style: normal;
    position: relative;
    top: 4px;
    left: 0;
    margin-right: 5px;
}

.dpw {
    position: relative;
    width: 35px;
    height: 16px;
    display: inline-block;
}

.dpw:before {
    content: 'D';
    font-family: 'boldbrush';
    font-size: 60px;
    font-style: normal;
    line-height: 0;
    position: absolute;
    top: 8px;
    left: 0;
}

.boldbrush {
    font-family: 'boldbrush';
    font-size: 24px !important;
    font-style: normal;
    position: relative;
    top: 2px;
    left: 0;
}

.faso-user-p {
    margin: 0;
    padding: 0;
}

.enso:before {
    content: 'B';
    color: #69b9b5;
    font-family: 'boldbrush';
    font-size: 28px;
    font-style: normal;
    position: relative;
    top: 4px;
    left: 0;
    margin-right: 5px;
}

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

a {
    color: #69b9b5;
    text-decoration: none;
    outline: 0;
    -webkit-transition:0.2s color linear;
            transition:0.2s color linear;
}

a:hover { color: #999; }
a:hover, a:active, a:focus { outline: 0; }


/* ==========================================================================
   Lists
   ========================================================================== */
   
.inline-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.inline-list li {
    float: left;
    margin: 0 10px;
}

.inline-list li:first-child {
    margin-left: 0px;
}

.inline-list li:last-child {
    margin-right: 0px;
}

/* ==========================================================================
   Structure
   ========================================================================== */
   
#wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 60px;
    min-height: 100%;
}

.main {
    position: relative;
    z-index: 10;
    padding: 100px 0 0px;
}

.spacer {
    height: 50px;
}

.page-title {
    display: none;
}

/* ==========================================================================
   Header
   ========================================================================== */
   
.header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 101;
    line-height: 54px;
    height: 100px;
    padding: 20px 60px;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
}

.site-title {
    float: left;
}

.site-title img {
    vertical-align: middle;
    width: 300px;
    height: auto;
}

.main-nav {
    float: right;
}

.hamburger {
    cursor: pointer;
    float: right;
    display: none;
}

.hamburger i {
    font-size: 20px;
    color: #464646;
    -webkit-transition:0.2s color linear;
            transition:0.2s color linear;
}

.hamburger i:hover {
    color: #69b9b5;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu li {
    position: relative;
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    /*left: 0;*/
    z-index: 99;
}

.sf-menu > li {
    float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu ul ul {
    top: 0;
    left: 100%;
}


/*** SKIN ***/
.sf-menu {
    float: right;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.sf-menu ul {
    min-width: 10em; /* allow long menu items to determine submenu width */
    *width: 10em; /* no auto sub width for IE7, see white-space comment below */
    right: -15px;
    top: 60px;
    background: #eee;
    border: 3px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sf-menu ul:before {
    content: '';
    position: absolute;
    top: -10px;
    right: 20px;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eee;
}

.sf-menu a {
    padding: 0 0 30px 30px;
    display: block;
    position: relative;
    color: #464646;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    zoom: 1; /* IE7 */
}

.sf-menu li {
    white-space: nowrap; /* no need for Supersubs plugin */
    *white-space: normal; /* ...unless you support IE7 (let it wrap) */
    -webkit-transition: background .2s;
            transition: background .2s;
}

.sf-menu li:hover > a, .sf-menu li > a:hover, .sf-menu li.current > a {
    color: #69b9b5;
}

.sf-menu li li a {
    padding: 8px 15px;
    line-height: 12px;
    text-align: right;
}

.sf-menu .selectednavlink a {
    color: #69b9b5 !important;
}

.sf-menu .emptynavlink {
    display: none !important;
    visibility: hidden;
}

/* ==========================================================================
   Mobile Nav Overlay
   ========================================================================== */
   
.overlay {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    overflow: auto;
    z-index: 9999;
}

.nav-wrapper {
    text-align: center;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
}

.mobile-nav {
    padding: 50px 0px 25px;
}

.mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #464646;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 0;
}

.mobile-nav ul li a:hover {
    color: #69b9b5;
}

.mobile-nav ul ul {
    margin-bottom: 10px;
}

.mobile-nav ul ul li a {
    font-size: 12px;
    color: #999;
    padding: 0;
}

.mobile-nav .selectednavlink a {
    color: #69b9b5 !important;
}

.mobile-nav .emptynavlink {
    display: none !important;
    visibility: hidden;
}

.nav-wrapper .close {
    font-size: 20px;
    color: #464646;
    cursor: pointer;
    position: absolute;
    right: 60px;
    top: 30px;
    -webkit-transition:0.2s color linear;
            transition:0.2s color linear;
}

.nav-wrapper .close:hover {
    color: #69b9b5;
}

/* ==========================================================================
   Social
   ========================================================================== */
   
.social {
    float: right;
}

.social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.social ul li {
    display: inline;
    margin-right: 5px;
    margin-left: 5px;
}

.social ul li i {
    font-size: 17px;
}

.social ul li a {
    color: #69b9b5;
    line-height: normal;
}

.social ul li a:hover {
    color: #999;
}

/* ==========================================================================
   Footer
   ========================================================================== */
   
#footer {
    background: #fff;
    padding: 20px 60px;
    width: 100%;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#footer .copyright {
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    line-height: 10px;
}

#footer .bug a {
    color: #69b9b5;
    text-decoration: none;
}

#footer .bug a:hover {
    color: #999;
}

#footer .bug .fleur {
    font-size: 24px;
}

#footer .myic {
    margin-bottom: 10px;
}
/* ==========================================================================
   Misc
   ========================================================================== */

.full-background-img {
    width: 100%;
    position: relative;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.post-nav {
    list-style: none;
    overflow: hidden;
    border-top: 1px solid #e1e1e1;
    padding: 20px 0 0;
    margin: 50px 0 0;
}

.post-nav li {
    float: left;
    width: 33.33333%;
    text-align: center;
}

.post-nav li:first-child {
    text-align: left;
}

.post-nav li:last-child {
    text-align: right;
}

.post-nav li i {
    font-size: 24px;
    line-height: normal;
}

.post-nav li a {
    /*color: #666;*/
    text-decoration: none;
}

.post-nav li a:hover {
    /*color: #999;*/
}

.social-helper {
    display: inline-block;
}

.share-buttons {
    width: 100%;
    text-align: center;
}

.share-buttons table {
    margin: 0 auto;
}

/* ==========================================================================
   Grid Item Hover
   ========================================================================== */
   
.grid figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    max-width: 100%;
}

.grid figure figcaption {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}
   
figure.hover-effect {
    background: #fff;
}

figure.hover-effect img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
            transition: opacity 0.35s;
    -webkit-backface-visibility: hidden; /* Image movement fix on hover */
            backface-visibility: hidden;
}

figure.hover-effect:hover img {
    opacity: 0.2;
}

figure.hover-effect figcaption::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #69b9b5;
    content: '';
    -webkit-transform: translate3d(0,10px,0);
            transform: translate3d(0,10px,0);
}

figure.hover-effect h2 {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 25px;
    width: 100%;
    text-align: left;
    color: #464646;
    -webkit-transform: translate3d(0,-30px,0);
            transform: translate3d(0,-30px,0);
}

figure.hover-effect figcaption::before,
figure.hover-effect h2 {
    -webkit-transition: -webkit-transform 0.35s;
            transition: transform 0.35s;
}

figure.hover-effect:hover figcaption::before,
figure.hover-effect:hover h2 {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}

/* ==========================================================================
   Buttons
   ========================================================================== */
   
.btn, input[type='submit'] {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #69b9b5;
    display: inline-block;
    cursor: pointer;
    position: relative;
    background: #fff;
    border: none;
    padding: 18px 40px;
    max-width: 100%;
    -webkit-transition: 0.2s all linear;
            transition: 0.2s all linear;
}

.btn:hover, input[type='submit']:hover {
    color: #fff;
    background: #69b9b5;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.pagination {
    text-align: center;
    padding-top: 25px;
    clear: both;
    margin-bottom: 100px;
}

.pagination ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.pagination ul li {
    float: left;
    list-style: none;
}

.pagination ul li a {
    text-decoration: none;
    padding: 10px 15px;
    color: #69b9b5;
}

.pagination ul li a:hover {
    color: #fff;
    background: #69b9b5;
}

.pagination ul li a.current {
    color: #69b9b5 !important;
    background: #fff;
}

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

textarea:focus, input:focus, button:focus, select:focus {
    outline: 0 !important;
}

input[type="text"], textarea {
    font: 16px/24px 'Questrial', sans-serif;
    font-weight: 400;
    color: #;
    width: 100%;
    padding: 10px 20px;
    margin: 0;
    border: none;
    background: #fff;
    
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0;
}

input[type="text"] {
    height: 46px;
}

textarea {
    height: 200px;
}

input[type="submit"] {
    display: block;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0;
}

.form-item {
    margin-bottom: 25px;
}

.form-item.error input, .form-item.error textarea {
    border-bottom: 3px solid #69b9b5;
}

.form-item.error label {
    color: #69b9b5;
}

.radio-group {
    display: block;
    margin-bottom: 20px;
}

input[type='radio'] {
    margin-right: 5px;
}

.alert {
    margin-bottom: 20px;
    display: block;
}

.alert label {
    color: #69b9b5;
    display: block;
}

/* ==========================================================================
   Blog
   ========================================================================== */

#blog-topical-nav, #blog-archive-nav {
    display: none;
}

.post-comment {
    margin-bottom: 10px;
    padding: 20px;
}

.post-comment .avatar {
    margin-right: 12px;
    float: left;
}

.post-comment .post-message {
    margin-bottom: 20px;
}

.post-comment .post-meta {
    font-size: 13px;
    line-height: normal;
}

.post-comment .post-body {
    overflow: hidden;
}

.post-message p:last-child {
    margin-bottom: 0px;
}

.blog-comment-odd {
    background: #dddddd;
}

.blog-comment-even {
    background: none;
}

.social-buttons {
    overflow: hidden;
    margin-bottom: 20px;
}

.social-buttons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-buttons li {
    display: inline;
    line-height: normal;
    margin: 0;
    padding: 6px 12px;
}

.social-buttons li a {
    font-size: 25px;
    line-height: normal;
}

.post-nav {
    list-style: none;
    overflow: hidden;
    border-top: 1px solid #e1e1e1;
    padding: 20px 0 0;
    margin: 50px 0 0;
}

.post-nav li {
    float: left;
    width: 33.33333%;
    text-align: center;
}

.post-nav li:first-child {
    text-align: left;
}

.post-nav li:last-child {
    text-align: right;
}

.post-nav li i {
    font-size: 24px;
    line-height: normal;
}

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

.social-helper {
    display: inline-block;
}

.share-buttons {
    width: 100%;
    text-align: center;
}

.share-buttons table {
    margin: 0 auto;
}

.related-posts {
    margin-bottom: 50px;
}

.related-posts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-posts ul li {
    margin-bottom: 10px;
}

.caption {
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
}

.success_message {
    font: 16px/24px 'Questrial', sans-serif !important;
    font-weight: 400 !important;
    padding: 20px;
    color: #464646;
    background-color: #dddddd !important;
}

.success_message h2 {
    font-size: 24px !important;
}

.success_message .blog_comment {
    border-bottom: none !important;
}

.follow-link {
    text-align: left;
    margin-top: 10px;
}

.follow-link a, .follow-link i {
    font-size: 14px;
    text-decoration: none;
}

.follow-link i {
    margin-right: 5px;
    color: #69b9b5;
}

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

.faso-sidebar-blog-topical, .faso-sidebar-blog-archives {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: none;
    width: 130px;
    overflow: hidden;
    background-color: #dddddd;
}

.faso-sidebar-blog-topical:after, .faso-sidebar-blog-archives:after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #464646;
    font-size: 16px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 1px;
    right: 7px;
    z-index: 5;
}

.faso-sidebar-blog-topical select, .faso-sidebar-blog-archives select {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #464646;
    line-height: normal;
    padding: 5px 8px;
    width: 130px;
    cursor: pointer;
    border: none;
    z-index: 10;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-border-radius: 0px;
            border-radius: 0;
}

/* ==========================================================================
   Grid
   ========================================================================== */

.row {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.row.full-width-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

*[class*='col-'] {
    float: left;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
}

.col-1-1 { width: 100%; float: none; }
.col-1-2 { width: 50%; }
.col-1-3 { width: 33.33333%; }
.col-2-3 { width: 66.66666%; }
.col-1-4 { width: 25%; }
.col-3-4 { width: 75%; }
.col-1-5 { width: 20%; }
.col-2-5 { width: 40%; }
.col-3-5 { width: 60%; }
.col-4-5 { width: 80%; }

.alpha { padding-left: 0; }
.omega { padding-right: 0; }

.cell { padding: 25px; }

.centered { margin: 0 auto; position: relative; float: none; }

.grid { overflow: hidden; margin: 0; padding: 0; list-style: none; }
.grid-item { padding: 10px; margin: 0; }
.grid-item img { width: 100%; }
.grid-item h2 { font-size: 30px; }
.grid-item p:last-child { margin-bottom: 0 !important; }

.grid-item-2 { padding: 15px; margin: 0; }

/* ==========================================================================
   Slick Slider
   ========================================================================== */
   
#about-slider {
    margin-bottom: 100px;
}
   
.slick-slider {
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}


/* ==========================================================================
   Slick Theme
   ========================================================================== */
   
/* Slider */
.slick-loading .slick-list {
    background: #fff url('//www.briennembrown.com/styles/custom/briennebrown/images/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 32px;
    height: 32px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'FontAwesome';
    font-size: 32px;
    line-height: 1;

    opacity: .75;
    color: white;

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

.slick-prev {
    left: 15px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '\f104';
}

[dir='rtl'] .slick-prev:before {
    content: 'â†’';
}

.slick-next {
    right: 15px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '\f105';
}

[dir='rtl'] .slick-next:before {
    content: 'â†';
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -75px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\f04d';
    text-align: center;

    opacity: .25;
    color: black;

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

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #69b9b5;
}

/* ==========================================================================
   lightGallery
   ========================================================================== */

/*clearfix*/
.group {
 *zoom: 1;
}
.group:before, .group:after {
    display: table;
    content: "";
    line-height: 0;
}
.group:after {
    clear: both;
}
/*/clearfix*/

.light-gallery {
    overflow: hidden!important;
}
#lg-gallery img {
    border: none!important;
}
#lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999!important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 1;
    -webkit-transition: opacity 0.35s ease;
    -moz-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    -ms-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
    background: #eee;
}
#lg-outer .lg-slide{
    position: relative;
}
/*lightGallery starting effects*/
#lg-gallery.opacity {
    opacity: 1;
    transition: opacity 1s ease 0s;
    -moz-transition: opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s;
    -o-transition: opacity 1s ease 0s;
    -ms-transition: opacity 1s ease 0s;
}
#lg-gallery.opacity .thumb-cont {
    opacity: 1;
}
#lg-gallery.fade-m {
    opacity: 0;
    transition: opacity 0.5s ease 0s;
    -moz-transition: opacity 0.5s ease 0s;
    -webkit-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    -ms-transition: opacity 0.5s ease 0s;
}
/*lightGallery starting effects*/


/*lightGallery core*/
#lg-gallery {
    height: 100%;
    opacity: 0;
    width: 100%;
    position: relative;
    transition: opacity 1s ease 0s;
    -moz-transition: opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s;
    -o-transition: opacity 1s ease 0s;
    -ms-transition: opacity 1s ease 0s;
}
/**/
#lg-slider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    white-space: nowrap;
}
/**/
#lg-slider .lg-slide {
    background: url('//www.briennembrown.com/styles/custom/briennebrown/images/loading.gif') no-repeat scroll center center transparent;
    display: inline-block;
    height: 100%;
    text-align: center;
    width: 100%;
}
#lg-slider .lg-slide.complete {
    background-image: none;
}
#lg-gallery.show-after-load .lg-slide > * {
    opacity: 0;
}
#lg-gallery.show-after-load .lg-slide.complete > * {
    opacity: 1;
}
#lg-slider.slide .lg-slide, #lg-slider.use-left .lg-slide {
    position: absolute;
    opacity: 0.4;
}
#lg-slider.fade-m .lg-slide {
    position: absolute;
    left: 0;
    opacity: 0;
}
#lg-slider.animate .lg-slide {
    position: absolute;
    left: 0;
}
#lg-slider.fade-m .current {
    opacity: 1;
    z-index: 9;
}
#lg-slider .lg-slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
#lg-gallery.opacity .lg-slide .object {
    transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
}
.lg-slide .object {
    transform: scale3d(0.5, 0.5, 0.5);
    -moz-transform: scale3d(0.5, 0.5, 0.5);
    -ms-transform: scale3d(0.5, 0.5, 0.5);
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    -o-transform: scale3d(0.5, 0.5, 0.5);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
    -ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
}
#lg-gallery.fade-m .lg-slide .object {
    transform: scale3d(0.5, 0.5, 0.5);
    -moz-transform: scale3d(0.5, 0.5, 0.5);
    -ms-transform: scale3d(0.5, 0.5, 0.5);
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    -o-transform: scale3d(0.5, 0.5, 0.5);
}
#lg-slider.fade-m.on .current {
    opacity: 1;
    transition: opacity 0.5s ease 0s;
    -moz-transition: opacity 0.5s ease 0s;
    -webkit-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    -ms-transition: opacity 0.5s ease 0s;
}
#lg-slider.fade-m .lg-slide {
    transition: opacity 0.4s ease 0s;
    -moz-transition: opacity 0.4s ease 0s;
    -webkit-transition: opacity 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s;
    -ms-transition: opacity 0.4s ease 0s;
}
#lg-slider.slide .lg-slide {
    transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px);
}
#lg-slider.slide.on .lg-slide {
    opacity: 0;
}
#lg-slider.slide .lg-slide.current {
    opacity: 1 !important;
    transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate3d(0px, 0px, 0px) !important;
}
#lg-slider.slide .lg-slide.prev-slide {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
    -moz-transform: translate3d(-100%, 0px, 0px);
    -ms-transform: translate3d(-100%, 0px, 0px);
    -webkit-transform: translate3d(-100%, 0px, 0px);
    -o-transform: translate3d(-100%, 0px, 0px);
}
#lg-slider.slide .lg-slide.next-slide {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px);
}
#lg-slider.use-left .lg-slide {
    left: 100%;
}
#lg-slider.use-left.on .lg-slide {
    opacity: 0;
}
#lg-slider.use-left .lg-slide.current {
    opacity: 1 !important;
    left: 0% !important;
}
#lg-slider.use-left .lg-slide.prev-slide {
    opacity: 0;
    left: -100%;
}
#lg-slider.use-left .lg-slide.next-slide {
    opacity: 0;
    left: 100%;
}
#lg-slider.slide.on .lg-slide, #lg-slider.slide.on .current, #lg-slider.slide.on .prev-slide, #lg-slider.slide.on .next-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}
#lg-slider.speed .lg-slide, #lg-slider.speed .current, #lg-slider.speed .prev-slide, #lg-slider.speed .next-slide {
    transition-duration: inherit !important;
    -moz-transition-duration: inherit !important;
    -webkit-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
    -ms-transition-duration: inherit !important;
}
#lg-slider.timing .lg-slide, #lg-slider.timing .current, #lg-slider.timing .prev-slide, #lg-slider.timing .next-slide {
    transition-timing-function: inherit !important;
    -moz-transition-timing-function: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
    -ms-transition-timing-function: inherit !important;
}
#lg-slider .lg-slide img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    cursor: -moz-grabbing;
    cursor: grab;
    cursor: -webkit-grab;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}
#lg-gallery .thumb-cont .thumb-inner {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
 @-webkit-keyframes rightEnd {
 0% {
left: 0;
}
 50% {
left: -30px;
}
 100% {
left: 0;
}
}
@keyframes rightEnd {
 0% {
left: 0;
}
 50% {
left: -30px;
}
 100% {
left: 0;
}
}
@-webkit-keyframes leftEnd {
 0% {
left: 0;
}
 50% {
left: 30px;
}
 100% {
left: 0;
}
}
@keyframes leftEnd {
 0% {
left: 0;
}
 50% {
left: 30px;
}
 100% {
left: 0;
}
}
.lg-slide .object.right-end {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lg-slide .object.left-end {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
/*lightGallery core*/


/*action*/
#lg-action {
    bottom: 20px;
    position: fixed;
    left: 50%;
    margin-left: -30px;
    z-index: 9;
    -webkit-backface-visibility: hidden;
}
#lg-action.has-thumb {
    margin-left: -46px;
}

#lg-action a {
    margin: 0 3px 0 0 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    display: inline-block !important;
    display: inline-block;
    vertical-align: middle;
 *display: inline;
 *zoom: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    width: 28px;
    height: 28px;
    font-family: 'FontAwesome';
    color: #69b9b5;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#lg-action a.disabled {
    opacity: 0.6;
    filter: alpha(opacity=60);
    cursor: default;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.65) !important;
}
#lg-action a:hover, #lg-action a:focus {
    color: #fff;
    background-color: #69b9b5;
    /*background-color: rgba(0, 0, 0, 0.85);*/
}
#lg-action a#lg-next:after {
    left: 9px;
    top: 3px;
    position: absolute;
}
#lg-action a#lg-prev:before {
    left: 8px;
    top: 3px;
    position: absolute;
}
#lg-action a#lg-prev:before {
    content: "\f053";
}
#lg-action a#lg-next:after {
    content: "\f054";
}
#lg-action a.cl-thumb:after {
    font-family: 'FontAwesome';
    content: "\f00a";
    left: 6px;
    top: 3px;
    font-size: 16px;
    position: absolute;
}
/*action*/

/*counter*/
#lg-counter {
    bottom: 52px;
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 9;
    color: #464646;
}
/*lightGallery Thumb*/
#lg-gallery .thumb-cont {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #eee;
    -webkit-transition: max-height 0.4s ease-in-out;
    -moz-transition: max-height 0.4s ease-in-out;
    -o-transition: max-height 0.4s ease-in-out;
    -ms-transition: max-height 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out;
    z-index: 9;
    max-height: 0;
    opacity: 0;
}
#lg-gallery.open .thumb-cont {
    max-height: 350px;
}
#lg-gallery .thumb-cont .thumb-inner {
    margin-left: -12px;
    padding: 12px;
    max-height: 290px;
    overflow-y: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#lg-gallery .thumb-cont .thumb-info {
    background-color: #fff;
    padding: 7px 20px;
}
#lg-gallery .thumb-cont .thumb-info .count {
    color: #464646;
    font-size: 12px;
}
#lg-gallery .thumb-cont .thumb-info .close {
    color: #69b9b5;
    display: block;
    float: right !important;
    width: 28px;
    position: relative;
    height: 28px;
    border-radius: 0px;
    margin-top: -2px;
    background-color: #eee;
    /*background-color: rgba(0, 0, 0, 0.65);*/
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1090;
    cursor: pointer;
}
#lg-gallery .thumb-cont .thumb-info .close i:after {
    left: 8px;
    position: absolute;
    top: 2px;
}
#lg-gallery .thumb-cont .thumb-info .close i:after, #lg-close:after {
    content: "\f00d";
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 16px;
}
#lg-gallery .thumb-cont .thumb-info .close:hover {
    text-decoration: none;
    color: #fff;
    background-color: #69b9b5;
    /*background-color: rgba(0, 0, 0, 1);*/
}
#lg-gallery .thumb-cont .thumb {
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
 *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
    margin-bottom: 4px;
    height: 50px;
    width: 50px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    overflow: hidden;
    border-radius: 0px;
    cursor: pointer;
    -webkit-transition: border-color linear .2s, opacity linear .2s;
    -moz-transition: border-color linear .2s, opacity linear .2s;
    -o-transition: border-color linear .2s, opacity linear .2s;
    -ms-transition: border-color linear .2s, opacity linear .2s;
    transition: border-color linear .2s, opacity linear .2s;
}
@media (min-width: 800px) {
#lg-gallery .thumb-cont .thumb {
    width: 94px;
    height: 94px;
}
}
#lg-gallery .thumb-cont .thumb > img {
    height: auto;
    max-width: 100%;
}
#lg-gallery .thumb-cont .thumb.active, #lg-gallery .thumb-cont .thumb:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    border-color: #ffffff;
}
/*lightGallery Thumb*/

/*lightGallery Video*/
#lg-slider .video-cont {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}
#lg-slider .video-cont {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#lg-slider .video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
#lg-slider .video .object {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}
/*lightGallery Video*/


/*lightGallery Close*/
#lg-close {
    color: #69b9b5;
    height: 28px;
    position: absolute;
    right: 20px;
    top: 9px;
    width: 28px;
    z-index: 1090;
    cursor: pointer;
    background-color: #000;
    border-radius: 0px;
    background-color: #eee;
    /*background-color: rgba(0, 0, 0, 0.65);*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    text-decoration: none;
}
#lg-close:after {
    position: absolute;
    right: 8px;
    top: 2px;
}
#lg-close:hover {
    text-decoration: none;
    background-color: #69b9b5;
    color: #fff;
}
.custom-html {
    background: none repeat scroll 0 0 black;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    color: #fff;
    font-family: Arial, sans-serif;
    height: 70px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}
.custom-html p {
    font-size: 14px;
}
.custom-html > h4 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 15px;
}

/* Custom Styles */
.img-caption {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    color: #464646;
    font-size: 16px;
    width: 100%;
    white-space: normal;
    padding: 10px 50px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.img-caption a {
    color: #69b9b5;
    text-decoration: underline;
}

.img-caption a:hover {
    color: #999;
}


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

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

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

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

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

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

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

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

    .grid-item {
        width: 33.33333%;
    }
    
    .grid-item-2 {
        width: 50%;
    }
    
}

@media only screen and (max-width : 1200px) {

    .grid-item {
        width: 33.33333%;
    }
    
    .grid-item-2 {
        width: 50%;
    }
    
    .item-title {
        font-size: 20px;
    }
    
    .item-category {
        font-size: 14px;
    }
    
    .main-nav {
        display: none;
    }
    
    .hamburger {
        display: block;
    }
    
    .mobile-nav ul li.has-subnav > a {
        position: relative;
        padding-bottom: 0px;
    }
    
    .mobile-nav ul li.has-subnav > a::after {
        content: '\f107';
        font-family: 'FontAwesome';
        color: #464646;
        font-size: 16px;
        width: 25px;
        height: 25px;
        position: absolute;
        top: 10px;
        right: -25px;
    }
    
}

@media only screen and (max-width : 992px) {

    .grid-item {
        width: 50%;
    }
    
}

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

    .grid-item {
        width: 50%;
    }
    
    .item-title {
        font-size: 18px;
    }
    
    .item-category {
        font-size: 12px;
    }
    
}

@media only screen and (min-width: 641px) {
    
    .hide-on-desktop {
        display: none !important;
        visibility: hidden;
    }

}

@media only screen and (max-width: 640px) {

    *[class*='col-'] {
        float: none;
        width: 100%;
    }
    
    .alpha { padding: 0; }
    .omega { padding: 0; }
    
    .header {
        position: static;
    }
    
    .site-title {
        margin-bottom: 10px;
    }
    
    .main {
        padding: 0;
    }
    
    .social-buttons {
        position: static;
        margin-bottom: 25px;
    }
    
    .social-buttons li {
        float: left;
        padding: 6px 10px;
    }
    
    .btn, input[type='submit'] {
        width: 100%;
    }
    
    .spacer {
        height: 25px;
    }
    
    .hide-on-mobile {
        display: none !important;
        visibility: hidden;
    }
    
    .post-nav {
        margin-bottom: 15px;
    }
    
    .follow-link {
        text-align: center;
    }
        
    .blog-topics {
        text-align: center;
    }

}

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

    .grid-item {
        width: 100%;
    }
    
    #wrapper {
        padding-bottom: 110px;
    }
    
    .header {
        height: auto;
        text-align: center;
        line-height: normal;
    }
    
    .site-title {
        float: none;
    }
    
    .hamburger {
        float: none;
    }
    
    #footer {
        height: auto;
        text-align: center;
        padding: 20px 15px;
    }
    
    #footer .copyright {
        float: none;
        margin-bottom: 25px;
    }
    
    .social {
        float: none;
    }
    
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

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

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

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

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

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

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

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