<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*   
Theme Name: VMWP
Theme URI: http://davidkerrdesign.com/
Description: Designed by David Kerr Design, Coded by AgaveWeb, LLC
Author: AgaveWeb
Author URI: http://AgaveWeb.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1000
Tags:
*/
/*! normalize.css v2.1.1 | MIT License | git.io/normalize*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block
}

audio,canvas,video {
    display: inline-block
}

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

[hidden] {
    display: none
}

html {
    background: #fff;
    color: #000;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: none
}

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

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

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

b,strong {
    font-weight: 400
}

dfn {
    font-style: italic
}

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

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

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

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,input,select,textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,input {
    line-height: normal
}

select {
    text-transform: none
}

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

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

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

textarea {
    overflow: auto;
    vertical-align: top
}

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

/* Contents
 
 Global
 Header 
 Navigation
 Sidebar
 Post
 Meta
 Footer
 Misc
 Pagination
 Forms
 Comments 
 Typography
 
*/
/* Global */
/* ---------------------------------------------------------- */
body {
    margin: 0px;
    padding: 0px 1.5%;
    background: #fff
}

html {
    padding: 0px;
    margin: 0px;
}

/* Flex Grid */
.outer_wrap {
    margin: 0 auto;
    max-width: 1500px;
    padding-bottom: 20px;
}

.home .inner_wrap {
    /* margin:0 0 0 20px; */
}

.inner_wrap {
}

.flex_10, .flex_20, .flex_25, .flex_30, .flex_33, .flex_40, .flex_50, .flex_60, .flex_66, .flex_70, .flex_75, .flex_80, .flex_90, .flex_100 {
    display: inline;
    float: left;
    position: relative;
}

.flex_10 {
    width: 10%;
}

.flex_20 {
    width: 20%;
}

.flex_25 {
    width: 25%;
}

.flex_30 {
    width: 30%;
}

.flex_33 {
    width: 33%;
}

.flex_40 {
    width: 40%;
}

.flex_50 {
    width: 50%;
}

.flex_60 {
    width: 60%;
}

.flex_66 {
    width: 66%;
}

.flex_70 {
    width: 70%;
}

.flex_75 {
    width: 75%;
}

.flex_80 {
    width: 80%;
}

.flex_90 {
    width: 90%;
}

.flex_100 {
    width: 100%;
}

.clear {
    clear: both;
}

.post-type-archive-projects .flex_30 {
    float: right
}

.home .content {
    padding: 0
}

/* Header */
/* ---------------------------------------------------------- */
.outer_header_wrap {
    margin: 0 auto;
    max-width: 1500px;
}

.inner_header_wrap {
    padding: 20px 0;
    width: 100%;
}

#header svg {
    background: #fff;
}

/* Navigation */
/* ---------------------------------------------------------- */
#navigation {
    position: relative;
    clear: both;
    display: block;
    float: none;
    margin: 75px auto 0;
    padding: 0;
    width: 100%;
    font-family: 'Oswald';
    letter-spacing: 1.5px;
    font-weight: 400
}

#navigation a {
    color: #5a5a59;
}

#navigation li &gt; a {
    background: no-repeat -15px 7px transparent;
    padding-bottom: 0px;
    -webkit-transition: 200ms ease;
    -moz-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease;
}

#navigation ul {
    font-size: 19px;
    list-style: none;
    margin: 0;
    float: right;
}

#navigation li {
    float: left;
    position: relative;
}

ul.menu &gt; li {
    display: inline-block;
    min-height: 30px;
    padding-top: 10px;
    font-size: 19px;
}

#navigation a {
    display: block;
    line-height: 1.4;
    padding: 0px 0px 0px 20px;
    margin: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
}

#navigation ul ul ul {
    left: 100%;
    top: 0;
}

#navigation ul ul {
    background: #fff;
    padding: 0px 5px 5px !important;
    top: 34px;
    left: -293px;
    right: -173px;
    z-index: 99999;
    padding: 0;
    background: rgba(255,255,255,0.95);
    position: absolute;
    display: none;
}

#navigation ul .menu-item-1213 ul {
    left: -250px
}

#navigation ul ul li a {
    font-size: 16px;
    height: auto;
    line-height: 1.4;
    padding: 5px 5px 4px 4px;
    margin: 0 5px 0 15px;
    text-align: left;
    text-transform: none;
    display: inline-block;
    float: left;
    letter-spacing: 0;
}

#navigation li:hover &gt; a, #navigation a:focus {
    color: #bf2026
}

#navigation ul ul li:hover &gt; a, #navigation ul ul li.current-menu-item a {
    color: #bf2026;
    background: none;
}

#navigation ul li:hover &gt; ul, #navigation ul li:focus-within &gt; ul {
    display: block;
}

#navigation ul li:hover &gt; a, li.current-menu-ancestor a {
    position: relative;
}

#navigation ul li:hover &gt; a, #navigation ul li.current-menu-parent &gt; a, #navigation ul li.current-page-ancestor &gt; a, #menu-header-menu &gt; li.current-menu-item &gt;a, .custom_tax_architecture #navigation ul li.menu-item-1211 &gt; a, #blogpage #navigation ul li.menu-item-1213 a, .custom_tax_urban-design #navigation ul li.menu-item-1214 &gt; a, .custom_tax_on-the-boards #navigation ul li.menu-item-3596 &gt; a {
    background: url(images/on.png) no-repeat 3px 7px transparent ;
}

#navigation ul ul li a {
    background: none !important
}

#navigation ul ul li a:hover:after {
    content: none;
}

/* Sidebar */
/* ---------------------------------------------------------- */
#sidebar {
    margin: 0px 0px 0px 50px;
}

#sidebar img {
    max-width: 100%;
    height: auto;
}

.sidebar_quote p {
    font-family: 'Oswald';
    font-size: 23px;
    color: #840a16;
    font-weight: 100;
    margin: -8px 0 10px;
    padding: 0;
}

p.attrib {
    font-family: 'Oswald';
    font-size: 23px;
    color: #444;
    font-weight: 100;
    text-align: right;
}

#sidebar hr {
    border-top: 0;
    border-bottom: 2px solid #eee
}

#sidebar .flex_100 {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

#sidebar ul {
    margin: 20px 0 0 0;
    padding: 0;
}
.downloads img {max-width:18px !important}
#sidebar .backlinks span a:after {
    content: ','
}

#sidebar .backlinks span:last-child a:after {
    content: '';
}

/* Post */
/* ---------------------------------------------------------- */
img#featuredimg {
    width: 100%;
    margin-top: 10px;
}

object, video {
    max-width: 100%;
    width: 100%;
}

.wp-caption {
    max-width: 100%;
    height: auto;
}

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

.wp-caption img, .gallery-icon img {
    height: auto;
}

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

.alignleft {
    float: left;
    margin: 0px 20px 20px 0px;
    clear: both;
}

.alignright {
    float: right;
    margin: 0px 0px 20px 20px;
    clear: both;
}

/* Footer */
/* ---------------------------------------------------------- */
.home .outer_footer_wrap {
    margin: 10px 0 30px -10px
}

.outer_footer_wrap {
    margin: -20px 0 30px 0
}

.inner_footer_wrap {
    width: 100%;
    border-top: 10px solid #8a8889;
    max-width: 1500px;
    margin: 0 auto 0;
    padding: 20px 0 0 ;
}

.fwidget h3 {
    color: #bf2026 !important;
    font-size: 18px !important;
}

.fwidget, .fwidget p {
    font-family: 'Open Sans';
    font-weight: 100;
    font-size: 14px !important;
    line-height: 1.5
}

.copyright, .copyright p, .copyright a {
    font-family: 'Open Sans';
    font-weight: 100;
    font-size: 14px !important;
    color: #737373 !important;
}

.copyright {
    text-align: right;
    margin: 30px 0
}

.outer_footer_wrap .flex_50 svg {
    float: left ;
    margin-right: 40px;
}

.outer_footer_wrap .flex_50 image {
    float: left ;
    margin-right: 40px;
}

.flex_50.addresses {
    width: 70%;
}

.fwidget.flex_33 {
    width: 22%;
    padding-right: 2%;
}

.flex_50.socsearch {
    width: 30%;
}

/* Misc */
/* ---------------------------------------------------------- */
.wp-caption-text {
    font-size: 14px;
    text-align: right;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    font-weight: 300;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

/* Pagination */
/* ---------------------------------------------------------- */
.pagenavi {
    margin: 0 auto 20px auto;
    width: 400px;
    padding: 5px;
    background: #f3f3f3;
    border: 1px solid #ccc;
    -moz-box-shadow: inset 0 0 5px #fff;
    -webkit-box-shadow: inset 0 0 5px #fff;
    box-shadow: inset 0 0 5px #fff;
}

.pagenavi a {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    text-decoration: none;
    color: #666;
    background-color: inherit;
}

.pagenavi a:hover {
    color: #000;
}

.pagenavi span.pages {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    color: #333;
    font-weight: bold;
    background-color: inherit;
}

.pagenavi span.current {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    font-weight: bold;
    color: #fff;
    background-color: #ccc;
}

/* Comments */
/* ---------------------------------------------------------- */
h3#reply-title {
    padding: 0px;
    margin: 0px;
}

#comments-title:before {
    content: "Comments: ";
    color: #777;
}

#comments-title {
    padding: 30px 0px 0px 0px;
    margin: 0px;
    text-align: center!important;
}

.comment-author {
    font-weight: bolder;
    font-size: 14px;
    font-style: italic;
    text-transform: capitalize;
    margin: 40px 0px 0px 0px;
    padding: 40px 0px 0px 0px;
}

.comment-author .avatar {
    display: block;
    float: left;
    margin: -5px 12px 0px 0px;
    padding: 0px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: solid 5px #f3f3f3;
}

#comment-block {
    padding: 0px;
    overflow: hidden;
}

.comment-body p {
    margin: 10px 0px 10px 0px;
    padding: 10px 10px;
    background-color: #f3f3f3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#comment-block .children {
    margin: -50px 0px 0px 0px;
}

#comment-block ol, #comment-block .children li {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    list-style-type: none;
}

#comment-block a {
    color: #006699;
}

.commentmetadata {
    font-size: 10px;
    padding: 0px;
    margin: 0px;
}

#respond {
    margin: 40px 0px 0px 0px;
}

/* Navigation 2 */
/* ---------------------------------------------------------- */
.navigation {
    width: 100%;
    text-align: center;
    padding: 3px;
    margin: 30px 0px !important;
}

.navigation a {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    font-weight: bold;
    color: #bf2025;
    background: #fff;
}

.navigation a:hover {
    color: #fff !important;
    padding: 5px 6px 4px 6px;
    margin: 3px;
    font-weight: bold;
    background-color: #bf2025;
    text-decoration: none !important;
}

.navigation span.pages {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    color: #bf2025;
    font-weight: bold;
    background-color: inherit;
    display: none;
}

.navigation span.current {
    padding: 4px 4px;
    margin: 3px;
    font-weight: bold;
    color: #fff;
    background-color: #bf2025;
}

/* Typography Framework */
/* ---------------------------------------------------------- */
body {
    font-family: 'Oswald', Geneva, sans-serif;
    font-size: 18px;
    color: #020202;
    line-height: 1.4;
    font-weight: 100;
}

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

a:hover {
    text-decoration: underline;
    color: #666;
}

#sidebar a {
    font-weight: 400;
}

#sidebar ul li {
    list-style: none
}

thead {
    display: table-header-group;
}

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

img {
    max-width: 100% ;
}

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

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

p {
    margin: 0 0 16px;
    line-height: 1.6;
    font-size: 15px;
    color: #020202;
    font-family: 'Open Sans';
}

.content li {
    margin: 0 0 3px;
    line-height: 1.6;
    font-size: 15px;
    color: #020202;
    font-family: 'Open Sans'
}

.content ul {
    margin: 0;
    padding: 10px 0 10px 15px;
}

.content ul li {
    background: url(images/greyarrow_mini.png) no-repeat 0 8px;
    margin: 0;
    list-style: none;
    padding: 0 0 5px 20px;
}

.content ul.soc, .content ul.soc li, .sharing, ul.downloads {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
}

ul.downloads li {
    font-family: 'Oswald';
    font-size: 18px;
    padding: 10px 0;
    display: block;
    background: none
}

ul.downloads li a {
    color: #0b6be2;
}

small {
    font-size: 75%;
    line-height: 1.5;
    display: block;
}

em {
    font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    color: inherit;
    text-rendering: optimizelegibility;
}

h1 {
    font-size: 33px;
    color: #696969;
    font-weight: 400;
}

h1.page-title {
    margin: 0 0 10px
}

h2 {
    font-size: 25px;
    color: #696969;
    margin: 0 0 10px 0;
    font-weight: 400;
}

.single-projects h3, .page-template-default h3 {
    text-transform: uppercase;
}

h3 {
    color: #840a16;
    font-size: 18px;
    margin: 0 0 0px 0;
    font-weight: 400;
}

#sidebar h3 {
    font-weight: 400;
    text-transform: none
}

.fwidget h3 {
    font-size: 16px;
    font-weight: 400;
    text-transform: none
}

.fwidget a {
    color: #bf2026 !important;
}

h4 {
    color: #840a16;
    font-size: 18px;
    margin: 0 0 0px 0;
    font-weight: 100;
}

#sidebar h4 {
    color: #302f2f;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 10px
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11.9px;
}

ul ul, ul ol, ol ol, ol ul {
    margin-bottom: 0;
}

#lev4 ul {
    margin: 0 0 20px;
    padding: 0
}

#lev4 ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #797879
}

#lev4 ul li a {
    color: #797879
}

blockquote {
    font-size: 14px;
    line-height: 22px;
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 20px;
    quotes: "\201C""\201D""\2018""\2019";
    padding: 20px 10px 20px 90px;
    background: url("images/quotes.png") 10px 10px no-repeat #f3f3f3;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
}

tr, td {
    padding: 5px;
}

th {
    padding: 5px;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
}

form {
    margin: 0 0 20px;
}

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

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

legend small {
    font-size: 15px;
    color: #999999;
}

label, input, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

label {
    margin-bottom: 5px;
}

#respond label {
    display: block;
}

select, textarea, input[type="text"], input[type="email"] {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

input[type="text"], input[type="email"] {
    display: inline-block;
    height: 20px;
    padding: 6px;
    margin-bottom: 10px;
    margin-right: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

textarea {
    height: auto;
    width: 80%;
}

radio, checkbox {
    min-height: 20px;
    padding-left: 20px;
}

radio input[type="radio"], checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

textarea, input[type="text"], input[type="email"] {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

textarea:focus, input[type="text"]:focus, input[type="email"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
}

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

select {
    height: auto;
    line-height: 30px;
    width: 220px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

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

input[type="submit"] {
    display: inline-block;
    padding: 5px 20px !important;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    background-color: #be2026;
    border: 1px solid !important;
}

input[type="submit"]:hover {
    background-color: #fff;
    color: #be2026;
}

div.outer_footer_wrap &gt; div &gt; div:nth-child(2) &gt; div:nth-child(2) {
    text-align: right
}

input#s {
    padding: 5px 6px 1px 0;
    width: 70%;
    border-radius: 0;
    color: #333;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ccc;
}

input#searchsubmit {
    border-radius: 0;
    background: url('images/mag.png') 0% 0% no-repeat ;
    border: 0 !important;
    text-indent: -999px;
    width: 25px;
    height: 35px
}

input#searchsubmit:hover {
    opacity: 0.6
}

.search img.postfeatured {
    float: left;
    margin: 0 20px 20px 0;
}

#topsearch {
    position: absolute;
    right: 0;
    width: 300px;
    text-align: right;
    top: -60px;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family:si;
        src: url(fonts/socicon.svg) format(svg);
    }
}

.soc {
    display: inline-block;
    padding: 5px 0 0 0;
    margin: 5px 0 0 0px;
    list-style: none;
    vertical-align: middle;
}

.inner_footer_wrap .soc {
    padding: 0px 0 0 0;
}

.soc li {
    display: inline-block;
    *display: inline;
    zoom:1; }

.soc li a {
    font-family: si!important;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 19px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 20px;
    margin-right: 5px;
    color: #fff;
    background-color: #adadad;
    -webkit-transition: 200ms ease;
    -moz-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease;
}

.inner_footer_wrap .soc li a {
    background: #626363;
    color: #fff
}

.soc li a:hover {
    text-decoration: none !important;
    background-color: #bf2026;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
}

.soc-icon-last {
    margin: 0 !important;
}

.soc-twitter:before {
    content: 'a';
}

.soc-facebook:before {
    content: 'b';
}

.soc-youtube:before {
    content: 'r';
}

.soc-google:before {
    content: 'c';
}

.soc-linkedin:before {
    content: 'j';
}

.soc-pinterest:before {
    content: 'd';
}

.soc-instagram:before {
    content: 'x';
}

/* News */
.postexcerpt {
    clear: both;
    padding-top: 15px;
    font-family: 'Oswald', Geneva, sans-serif;
    font-size: 18px;
    color: #020202;
    line-height: 1.4;
    font-weight: 100;
}

.postexcerpt p {
    font-family: 'Oswald', Geneva, sans-serif;
    font-size: 18px;
    color: #020202;
    line-height: 1.4;
    font-weight: 100;
}

.postexcerpt img {
    float: left;
    margin: 0 20px 0 0;
}

h3.entry-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    padding: 0 0 5px 0;
    text-transform: none
}

h3.entry-title a {
    color: #bf2026;
}

/* masonry */
ul.catz, ul.blogcatz {
    list-style: none;
    padding: 0;
    margin: 0 0 12px -5px !important;
}

ul.catz li, ul.blogcatz li {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    line-height: 1.2;
    background: none;
    font-family: 'Oswald', sans-serif;
}

ul.catz li a, ul.blogcatz li a {
    color: #171717;
    padding: 0 5px;
    font-size: 19px;
    font-weight: 100;
}

ul.catz li:after, ul.blogcatz li:after {
    content: '|';
}

ul.catz li:last-child:after, ul.blogcatz li:last-child:after {
    content: ''
}

p.catz a:after {
    content: ', ';
}

p.catz a:last-child:after {
    content: ''
}

p.blogcatz a:after {
    content: ', ';
}

p.blogcatz a:last-child:after {
    content: ''
}

.current-cat a {
    color: #bf2026 !important;
    text-decoration: none
}

#masonrycontainer {
    margin: 30px 0 0 0;
}

#masonrycontainer .grid-item {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.grid-item {
    position: relative;
    cursor: pointer;
}

.grid-item .deetz {
    position: absolute;
    bottom: 3px;
    left: 5px;
    display: inline-block;
}

.video .deetz {
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0
}

.grid-item h3 {
    background: rgba(0,0,0,0.2);
    color: #fff;
    font-size: 22px;
    padding-left: 5px;
    font-weight: 400;
    display: inline-block;
    text-transform: none;
    opacity: 0;
}

.grid-item:hover h3 {
    background: rgba(0,0,0,0.7);
    padding-right: 10px;
    opacity: 1;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.grid-item h4 {
    color: #fff;
    font-size: 14px;
    padding-left: 5px;
    text-transform: uppercase;
    font-weight: 100;
    display: none
}

.grid-item h4 a {
    color: #fff;
    display: inline-block;
    ; background: #bf2026;
    padding: 0 2px;
    margin-bottom: 3px;
    text-decoration: none
}

.grid-item:hover h4 {
    display: block;
}

p.pcats {
    text-transform: uppercase;
    font-weight: 800;
    color: #999;
    font-size: 11px;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0 0 3px;
}

.gutter-sizer {
    width: 10px;
}

.single-single {
    width: 32.3%;
    height: 240px
}

.single-double {
    width: 32.3%;
    height: 490px
}

.double-single {
    width: 65.6%;
    height: 240px
}

.double-double {
    width: 65.6%;
    height: 490px
}

.grid-item:hover {
    opacity: 0.8;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.home .headline a {
    color: #fff;
    text-decoration: none
}

.padding, .bg {
    height: 100%;
}

.block {
    cursor: pointer;
    float: left;
    position: relative;
    opacity: 1;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    overflow: hidden;
}

.home .cstiles {
    top: 10px;
}

.cstiles__item .headline {
    position: absolute;
    bottom: 0;
}

.cstiles__item .outer_footer_wrap {
    margin-top: 15px;
}

.cstiles__item .headline {
    padding: 0 15px 0;
    width: 95%;
    min-height: 26px;
}

.cstiles__item h3 a {
    display: none;
    color: #fff;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.4;
    text-transform: none
}

.cstiles__item:hover h3 a {
    color: #fff;
    display: inline-block;
    margin: 0 0 5px;
    padding: 0 5px 0 ;
    text-decoration: none;
    background: rgba(0,0,0,0.6);
}

.bg {
    background-repeat: no-repeat;
    padding: 0px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    cursor: pointer;
}

.bg:hover {
    padding: 6px !important;
    margin: -6px !important;
    ; }

/* Special Templates */
html {
    overflow-x: hidden;
    overflow-y: scroll;
}

iframe {
    max-width: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 54.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
    max-width: 100%;
}

.page-id-1194 .maincontent {
    padding-bottom: 30px;
}

.oneitem img {
    filter: grayscale(100%)
}

.oneitem:hover img {
    filter: grayscale(0%)
}

.active img.hoverpic {
    display: block;
    margin-bottom: 5px;
}

a.resume {
    font-family: 'Oswald', sans-serif;
    color: #0b6be2;
    display: block;
    padding: 10px 0 0 22px;
    font-weight: 400;
    background: url(images/pdf.png) no-repeat 0 12px;
}

a.project_sheet {
    font-family: 'Oswald', sans-serif;
    color: #0b6be2;
    display: block;
    padding: 10px 0 0 22px;
    font-weight: 400;
    background: url(images/pdf.png) no-repeat 0 12px;
    margin: 0;
    font-size: 18px;
}

a.gmap {
    font-family: 'Oswald', sans-serif;
    color: #0b6be2;
    display: block;
    padding: 10px 0 0 22px;
    font-weight: 400;
    background: url(images/gmap.png) no-repeat 0 12px;
}

.cstiles.is-auto-fix {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
}

.page-template-architecture .cstiles__item.is-fixer, .page-template-urbandesign .cstiles__item.is-fixer {
    margin: 0 !important;
    display: none;
}

.page-template-architecture .cstiles__item.is-fixer:last-child, .page-template-urbandesign .cstiles__item.is-fixer:last-child {
    margin: 2px !important;
    display: block;
}

/* Before after twentytwenty */
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: white;
    position: absolute;
    z-index: 30;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    color: white;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    line-height: 38px;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
    left: 50%;
    margin-left: -6px;
}

.twentytwenty-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block;
}

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.twentytwenty-before-label {
    opacity: 0;
}

.twentytwenty-before-label:before {
    content: "Before";
}

.twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-after-label:before {
    content: "After";
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px;
}

.twentytwenty-overlay {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25;
}

.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1;
}

.twentytwenty-before {
    z-index: 20;
}

.twentytwenty-after {
    z-index: 10;
}

.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid white;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
    -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
    -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

.twentytwenty-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}

.twentytwenty-up-arrow {
    border-bottom: 6px solid white;
    top: 50%;
    margin-top: -17px;
}

.twentytwenty-down-arrow {
    border-top: 6px solid white;
    bottom: 50%;
    margin-bottom: -17px;
}

/* Project Single */
.grid-item {
    background-position: 50% 50%;
}

.grid-item {
    opacity: 1
}

.slider, .video {
    opacity: 1 !important
}

#makeMeScrollable div.scrollableArea img {
    max-height: 360px;
    width: auto;
}

.scrollableArea figure {
    padding-right: 3px !important;
    margin: 0 !important;
}

.scrollableArea figure:last-child {
    padding-right: 0px !important;
}

.my-gallery {
    margin: 10px 0 22px 0
}

img.thumbz {
    opacity: 0
}

.hiddencaption {
    display: none !important
}

h1.entry-title {
    font-size: 22px;
    font-weight: 100;
    line-height: 1.3;
    margin: 0 0 2px 0;
}

h1.entry-title a {
    font-weight: 400
}

h2.subtitle {
    color: #696969;
    font-size: 33px;
    margin-bottom: 30px;
}

span.architecture, span.urban-design {
    display: none;
}

.single-projects #sidebar span, .single-projects #sidebar h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 100;
}

.single-projects #sidebar span a {
    color: #696868
}

/* Gallery hideshow */
.item {
    position: relative;
    cursor: pointer;
}

.item .deetz {
    position: absolute;
    bottom: 3px;
    left: 5px;
    display: inline-block;
}

.item h3 {
    background: rgba(0,0,0,0.2);
    color: #fff;
    font-size: 22px;
    padding-left: 5px;
    font-weight: 400;
    display: inline-block;
    text-transform: none;
    opacity: 0;
}

.item:hover h3 {
    background: rgba(0,0,0,0.7);
    padding-right: 10px;
    opacity: 1;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.item h4 {
    color: #fff;
    font-size: 14px;
    padding-left: 5px;
    text-transform: uppercase;
    font-weight: 100;
    display: none
}

.item h4 a {
    color: #fff;
    display: inline-block;
    ; background: #bf2026;
    padding: 0 2px;
    margin-bottom: 3px;
    text-decoration: none
}

.item:hover h4 {
    display: block;
}

.gallery .item {
}

.hide {
    opacity: 0;
    display: none
}

/* Animations */
.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0.8);
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.05);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(0.8);
    }

    50% {
        opacity: 1;
        -o-transform: scale(1.05);
    }

    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.delay {
    -webkit-animation-delay: 0.30s;
    -moz-animation-delay: 0.30s;
    -o-animation-delay: 0.30s;
    animation-delay: 0.30s;
}

.delay-three {
    -webkit-animation-delay: 0.60s;
    -moz-animation-delay: 0.60s;
    -o-animation-delay: 0.60s;
    animation-delay: 0.60s;
}

.delay-two {
    -webkit-animation-delay: 1.0s;
    -moz-animation-delay: 1.0s;
    -o-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

.delay-one {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
}

@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
}

@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-20px);
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.animated.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
}

.animated.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

#members-list .oneitem, #members-list .spacer {
    text-align: left;
    display: inline-block;
    overflow: hidden;
    padding-bottom: 0px;
    max-width: calc( 15% - 30px );
    margin-right: 10px;
    width:100%;
}

#members-list .oneitem.tileactive {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 20px;
}
#members-list .oneitem.tileactive .memberFetcher {line-height:1.5}
h2.item-title {
    color: #bf2026;
    font-size: 19px;
}

.oneitem h3 {
    color: #666;
    text-transform: none
}

h3.phone {
    display: block;
    color: #bf2026;
}

.redline {
    border-bottom: 15px solid #bf2026;
    padding-bottom: 5px !important;
    min-height: 0 !important;
    width: 100%;
    height: 8px;
    margin-bottom: 10px
}

.brick .tile_front .deetz {
    height: 10em;
    overflow-y: auto;
}

.brick img {
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
    width: 100%;
}

.oneitem.tileactive .tile_front {
    display: none
}

.brick:not(.tileactive):hover {
    opacity: 1;
    transition: opacity 0.1s;
    cursor: pointer;
}

.brickcontent {
    display: none
}

.tileactive .brickcontent {
    display: block;
    padding: 0 15%;
    width: 70%;
}

.tileactive .brickcontent img {
    max-width: 20%;
    float: left;
    height: auto;
    margin: 0 15px 5px 0
}

a.close {
    display: inline-block;
    font-family: 'Open Sans';
    text-decoration: none;
    float: right;
    font-size: 1.5rem;
    border: 1px solid;
    padding: 5px;
}

/* Masonry grid */
.masonry {
    transition: all .2s ease-in-out;
    column-gap: 20px;
    column-fill: initial;
}

/* Masonry item */
.masonry .brick {
    margin-bottom: 30px;
    display: inline-block;
    /* Fix the misalignment of items */
    vertical-align: top;
    /* Keep the item on the very top */
}

/* Masonry image effects */
.masonry .brick img {
    transition: all .2s ease-in-out;
    backface-visibility: hidden;
    /* Remove Image flickering on hover */
}

/* Bordered masonry */
.masonry.bordered {
    column-gap: 20px;
}

.masonry.bordered .brick {
    padding-bottom: 25px;
    margin-bottom: 25px;
}

/* Gutterless masonry */
.masonry.gutterless {
    column-gap: 0;
}

.masonry.gutterless .brick {
    margin-bottom: 0;
}

/* Masonry on tablets */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .masonry {
        column-count: 2;
    }
}

/* Masonry on big screens */
@media only screen and (min-width: 1024px) {
    .masonry {
        column-count: 8;
    }
}

#locationlist ul {
    margin: 0 0 20px;
    padding: 0;
}

#locationlist li {
    display: inline;
    background: none;
    padding: 0;
    margin: 0;
}

#locationlist button {
    color: #171717;
    padding: 0 5px;
    font-size: 19px;
    font-weight: 100;
    font-family: 'Oswald', sans-serif;
    cursor: pointer;
    border: 0;
    background: none;
}

#locationlist li:after {
    content: "|";
    line-height: 1;
    vertical-align: top;
    padding-top: 7px;
    display: inline-block;
}

#locationlist ul li:last-child:after {
    content: ""
}

#locationlist button.active {
    font-weight: 500;
}

@media screen and (max-width: 1000px) {
    #members-list .oneitem, #members-list .spacer {
        width: 100%;
        max-width: calc(32% - 10px);
        margin-right: 5px;
    }

    .tileactive .brickcontent img {
        min-width: 200px
    }
}


@media only screen and (max-width: 680px) {
    .tileactive .brickcontent img {
        width:240px;
        max-width: 240px !important
    }

    .tileactive .brickcontent {
        padding: 4%;
        width: 92%
    }

    #members-list .oneitem, #members-list .spacer {
        width: 45%;
        max-width: 45%;
        margin: 0
    }
}


@media only screen and (max-width: 480px) {
    .tileactive .brickcontent img {
        width:240px;
        max-width: 240px !important
    }

    .tileactive .brickcontent {
        padding: 04%;
        width: 92%
    }

    #members-list .oneitem, #members-list .spacer {
        width: 70%;
        max-width:70%;
        margin: 0
    }
}
.fwidget.flex_33 a {line-height:1.2; padding:5px 0; display:inline-block}

#hsearch, #topsearch {display:none;}
.shiftnav-toggle-button {float:right;}
@media screen and (min-width: 1079px) {
	.shiftnav-toggle-button {display:none !important}
    #hsearch { float:right; text-align:right; display:block;}
    #newssearch {max-width:30%; float:right; width:50%; text-align:right}
    }</pre></body></html>