/*!
Theme Name: bridgehousing
Theme URI: http://underscores.me/
Author: AgaveWeb
Author URI: https://agaveweb.com/
Description: Designed by David Kerr Design, Coded by AgaveWeb
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bridgehousing
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

bridgehousing is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: 'futura-pt', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

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

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

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

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

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

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

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

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

input {
    line-height: normal;
}

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

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

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td, th {
    padding: 5px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, input, select, optgroup, textarea {
    color: #404040;
    font-family: 'futura-pt', sans-serif;
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

h1, .spacer {
    font-size: 45px;
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 300;
    margin: 0;
    line-height: 1.2;
    display: block;
}

h1.entry-title {
    margin: 35px 0 30px;
}

h1.person-title {
    margin: 35px 0 0;
}
h2.press-year {
    font-size: 26px;
    font-weight: 700;
    font-family: 'brandon-grotesque';
    margin: 0px 0 15px;
}
h3 {
    font-size: 26px;
    font-weight: 700;
    font-family: 'brandon-grotesque';
    margin: 0px 0 15px;
}

h3.widget-title {
    font-size: 26px;
    font-weight: 700;
    font-family: 'brandon-grotesque';
}

h4 {
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 17px;
}

h4.title {
    min-height: 40px;
}

h4.person-title {
    margin: 0 0 20px 0;
}

h5 {
    font-weight: 600;
    letter-spacing: 0;
    font-size: 20px;
    margin: 30px 0 10px;
    color: #02517a
}

p {
    margin: 0 0 10px;
    line-height: 1.5;
    font-size: 18px;
}

/* had to put this in for imported posts with divs instead of paragraphs */
div {
    line-height: 1.5;
    font-size: 18px;
}

.home .sow-image-container {
    line-height: 0;
    margin: 0;
    padding: 0;
}

.home .story {
    position: relative;
    cursor: pointer;
}
.home .sow-image-container img {width:100% !important; height: auto;}
.home .story .so-widget-sow-editor {
    position: absolute;
    bottom: 0;
}

.home .stories .panel-grid-cell {
    overflow: hidden;
}

.home .stories .panel-grid-cell:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .45s cubic-bezier(.33,.66,.66,1);
    transition: all .45s cubic-bezier(.33,.66,.66,1);
}

.intro, .intro p, h2 {
    font-size: 32px;
    font-family: 'brandon-grotesque';
    font-weight: 400;
    line-height: 1.2
}

.intro {
    margin-bottom: 25px;
}

.elink {
    display: inline-block;
    margin: 0 0 15px;
    font-size: 18px;
}

.sidequote p, .sidequote blockquote {
    padding: 0;
    margin: 0;
    font-size: 32px;
    font-family: 'brandon-grotesque';
    font-weight: 300;
    line-height: 1.2
}

.noimage, .noimage h2 {
    padding: 0;
    margin: 0;
    font-size: 32px;
    font-family: 'brandon-grotesque';
    font-weight: 300;
    line-height: 1.2
}

.hasimage {
    padding: 0;
    margin: 0;
    font-size: 32px;
    font-family: 'brandon-grotesque';
    font-weight: 300;
    line-height: 1.2
}

div.noimage a {
    color: #666;
}

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

#primary blockquote, #primary blockquote p {
    padding: 0;
    margin: 0;
    font-size: 32px;
    font-family: 'brandon-grotesque';
    font-weight: 300;
    line-height: 1.2
}

#primary blockquote {
    margin: 25px 0 25px;
}

#primary blockquote:before {
    background: url(images/quotes.png) no-repeat 0 0 #f9d565;
    content: "";
    height: 40px;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

div.noimage:before {
    background: url(images/quotes.png) no-repeat 0 0 #f9d565;
    content: "";
    height: 40px;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}

#primary {
    width: 72%;
    float: left;
    padding-bottom: 30px;
}

#secondary {
    width: 25%;
    float: right;
    padding-bottom: 70px;
}

#primary.fullwidth {
    width: 100%;
}

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

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

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

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

ul {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    margin: 0 0 1.5em;
}

ol li {
    padding-left: 10px;
    margin-bottom: 10px;
    list-style: decimal;
}

ol.comment-list {
    list-style: none;
}

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

ol.comment-list {
    margin: 0;
    padding: 0;
}

ol.comment-list > li {
    margin: 0 0 20px;
    padding: 20px;
    border: 1px dotted #ccc;
    border-radius: 10px 0 10px;
    background: #fefefe;
}

ol.comment-list li img {
    float: left;
    margin: 0 10px 5px 0;
}

.comment-content {
    padding-top: 10px;
}

.comment-metadata {
    display: none
}

b.fn {
    font-size: 17px;
    line-height: 1;
    padding: 0;
    margin: 0;
    display: block;
}

#page ul {
    margin: 5px 0 15px;
    list-style: none;
}

#page ul li:before {
    font-family: 'FontAwesome';
    content: '\f0da';
    margin: 0 7px 0 -15px;
    color: #c0c0c0;
    font-size: 17px;
    float: left;
}

#page ul.slick-dots li:before {
    content: ""
}

#page ul li {
    padding: 5px 0;
    font-size: 18px;
    line-height: 1.4
}

#page .entry-content li.page_item_has_children a {
    font-weight: bold;
}

#page .entry-content li.page_item_has_children:before {
    content: "";
    padding: 0;
    margin: 0;
}

#page .entry-content li.page_item_has_children {
    padding: 0;
    margin: 15px 0 5px -40px;
}

#page #secondary ul {
    padding: 0 0 15px 17px;
}

#page #secondary ul li {
    padding: 0;
    font-size: 20px;
    margin-bottom: 7px;
    font-family: 'brandon-grotesque'
}

#page #secondary ul li:before {
    color: #d96345;
    font-size: 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

figure {
    margin: 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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

.sidequote:before {
    background: url(images/quotes.png) no-repeat 0 0 #f9d565;
    content: "";
    height: 40px;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.sidequote {
    color: #111;
    padding: 0;
    font-weight: 300;
}

.sidequote cite {
    text-transform: uppercase;
    text-align: right;
    display: block;
    font-style: normal;
    color: #666;
    letter-spacing: 1px;
    padding: 15px 0
}

#secondary h2 {
    background: #3d77c4;
    padding: 4px 14px;
    text-transform: uppercase;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 28px;
}

#secondary h3 {
    background: #3d77c4;
    padding: 4px 14px;
    text-transform: uppercase;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 28px;
}

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

input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 3px;
    background: rgba(255,255,255,0.7);
}

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #bf4a30;
    text-decoration: none;
}

a:visited {
    color: #bf4a30;
}

a:hover, a:focus, a:active {
    color: #02517a;
}

.site-main a:visited {
    border-bottom: 2px solid #f9d565;
    box-shadow: inset 0 -1px 0 #f9d565;
    -webkit-transition: all .45s cubic-bezier(.33,.66,.66,1);
    transition: all .45s cubic-bezier(.33,.66,.66,1)
}

.site-main a:active, 
.site-main a:hover {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .45s cubic-bezier(.33,.66,.66,1);
    transition: all .45s cubic-bezier(.33,.66,.66,1);
    box-shadow: inset 0 -33px 0 rgba(249, 213, 101, 0.9)
}

.site-main .intro a:active, 
.site-main .intro a:hover {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .45s cubic-bezier(.33,.66,.66,1);
    transition: all .45s cubic-bezier(.33,.66,.66,1);
    box-shadow: inset 0 -40px 0 rgba(249, 213, 101, 0.9)
}

.site-main button a {color:#fff; background:transparent !important; box-shadow: none !important; color:#fff !important}


#newsloop h2 a:hover {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .45s cubic-bezier(.33,.66,.66,1);
    transition: all .45s cubic-bezier(.33,.66,.66,1);
    box-shadow: inset 0 -40px 0 rgba(249, 213, 101, 0.9)
}

a:focus {
    outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    width: 100%;
    background: #3d77c4
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    text-align: right;
    float: right;
    font-family: 'brandon-grotesque',sans-serif;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    text-align: left;
    margin: 0;
    padding: 2px 0;
    opacity: 0;
    transform: matrix3d(1.2,0,0.00,0,0.00,2,0.00,0,0,0,1,0,0,0,0,1);
    -webkit-transform: matrix3d(1.2,0,0.00,0,0.00,2,0.00,0,0,0,1,0,0,0,0,1);
    transform-origin: center 0 0px;
    transition: all 0.4s ease 0s;
    -webkit-transform-origin: center 0 0px;
    -webkit-transition: all 0.4s ease 0s;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
    padding-top: 0;
    margin-left: -2px;
    padding-left: 2px;
}

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

.main-navigation ul ul li {
    padding-left: 0;
    margin-left: 0;
    left: 0;
}

.main-navigation ul ul a {
    width: 200px;
    background: #fafafa;
    font-size: 18px;
    line-height: 1.2;
    padding-top: 5px;
    padding-bottom: 5px;
}

.main-navigation ul ul ul a {
    margin-left: 0px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li a:hover + ul,
.main-navigation ul li a:focus + ul,
.main-navigation ul.focused  {
    left: auto;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transition: all 0.25s;
}

.main-navigation li {
    float: left;
    position: relative;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    text-transform: uppercase
}

.main-navigation li {
    text-align: left;
    margin-left: 10px;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0 7px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.main-navigation ul#primary-menu > li > a {
    padding: 2px 15px
}

.main-navigation a:hover,
.main-navigation a:focus, 
.main-navigation li:hover > a,
.main-navigation li.current-menu-parent > a, 
.main-navigation li.current-menu-item > a, 
.main-navigation #primary-menu > li.current-menu-ancestor > a, 
.main-navigation #primary-menu > li.current-page-ancestor > a, 
#blog .main-navigation li.menu-item-28 > a, 
#blog .main-navigation li.menu-item-28 > a,
.post-type-archive-in_the_news .main-navigation li.menu-item-28 > a {
    background: #02517a;
    color: #fff;
}

.main-navigation li.menu-item-4042 > a {
    background: #bf4a30
}

.main-navigation li.menu-item-4042 > a:hover {
    background: #02517a
}

.main-navigation li.capitals > a {
    text-transform: uppercase;
}

.main-navigation ul ul a {
    color: #02517a;
    text-transform: none;
}

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

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

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

.facetwp-pager,
.navigation {
    text-align: center;
    font-size: 20px;
}

.navigation .page-numbers,
.facetwp-pager a.facetwp-page {
    display: inline-block;
    padding: 4px 10px;
    background: #fff;
    line-height: 1;
    border: 1px solid #fff
}

.navigation .current,
.facetwp-pager a.facetwp-page.active  {
    background: #02517a;
    color: #fff
}

.navigation .page-numbers:hover,
.facetwp-pager a.facetwp-page:hover {
    border: 1px solid #058
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.entry-content .alignleft {
    display: inline;
    float: left;
    margin: 0 1.5em 1em 0;
    padding-top: 5px;
    padding-bottom: 15px;
}

.entry-content .alignright, figure.alignright {
    display: inline;
    float: right;
    margin: 0 0 1em 1.5em;
    max-width: 50% !important;
    height: auto;
    padding-top: 5px;
}

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

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

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

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

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

.site {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    ; }

.menu-main-header-nav-container {
    max-width: 1280px;
    margin: 0 auto;
}

ul#catlist {
    margin: 0;
    padding: 0;
}

ul#catlist li.cat-item {
    text-transform: uppercase;
    display: inline-block;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    font-size: 18px;
}

ul#catlist li.cat-item:before {
    content: "| " ;
    margin: 0;
    font-size: 1.3em;
    float: none;
}

ul#catlist li.cat-item a {
    color: #000;
}

ul#catlist li.cat-item a:hover {
    color: #02517a
}

ul#catlist li.cat-item:first-child:before {
    content: ""
}

ul#catlist li.cat-item.current-cat a {
    font-weight: bold;
}

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

.bypostauthor {
    display: block;
}

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

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-bottom: 20px;
    height: 0;
    overflow: hidden;
}
iframe {border: none;}
.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%;

}
.entry-content div:not([class]) {margin:15px 0;}
img.hot-random-image {width:100%;}
.custom-logo-link {
    display: inline-block;
}

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

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

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

.wp-caption-text {
    text-align: left;
    font-style: italic;
    color: #666;
}

.site-header {
    margin-bottom: 10px;
}

.site-branding {
    width: 22%;
    float: left;
}

.sec-navigation {
    width: 78%;
    float: right;
    text-align: right
}

.sec-navigation ul {
    padding: 0;
    margin: 0;
}

.sec-navigation li {
    list-style: none;
    font-family: 'brandon-grotesque';
    font-size: 23px;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.sec-navigation li:first-child a {
    font-weight: bold
}

.sec-navigation li a {
    padding: 0 10px;
    margin: 0;
}

.sec-navigation li:after {
    content: "|";
    color: #bf4a30
}

.sec-navigation li:last-child a {
    padding: 0 0 0 10px;
}

.sec-navigation li:last-child:after {
    content: "";
}

.sec-navigation li.searchlink a:after {
    font-family: 'FontAwesome';
    content: " \f002 ";
    font-size: 17px;
    margin: -5px 0 0 6px;
    display: inline-block;
}

.main-navigation {
    width: 100%;
    float: left;
}

.site-header {
    width: 100%;
    position: relative;
    padding-top: 15px;
}
.site-header a img{transform: scale(1); 
will-change: transform; 
-webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    backface-visibility: hidden;
    }
.site-header a:hover img {
   
    transform: scale(1.02)
}

.headcontainer {
    max-width: 1280px;
    margin: 0 auto;
}

.home h1 {
    display: none;
}

.blocklink {
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.blocklink:hover {
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

a.button {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid transparent;
    background: #cd6250;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 9px 30px;
}

#primary a.button:visited {
}

#primary a.button:active, #primary a.button:hover {
    color: #000;
    text-decoration: none;
}

a.button:hover {
    background: #02517a;
    color: #fff;
    border: 1px solid #fff;
}

a.button.white {
    background: #fff;
    color: #02517a;
    font-weight: 700;
    padding: 9px 20px;
}

a.button.white:hover {
    background: #02517a;
    color: #fff
}

.site-footer {
    padding-top: 0px;
    margin-top: 30px;
}

#overlay {
    margin-top: -300px;
    color: #fff;
    font-size: 55px;
    height: 290px;
    overflow: hidden;
}

#overlay p, #overlay h2{
    font-size: 45px;
    line-height: 1.1;
    margin: 0 0 15px;
    padding: 6px 10px 20px;
    text-shadow: 0 0 3px  #000;
    background: #32598fee;
}

.blocklink img {
    width: 100%;
}

.blocklink h3 {
    font-size: 32px;
    line-height: 1.1;
    font-family: 'brandon-grotesque';
    color: #cd6250
}

.blocklink p {
    font-size: 18px;
}

.story p, .story p a {
    color: #fff;
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.story h3, .story h3 a {
    color: #ffebaf;
    font-family: 'brandon-grotesque';
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
}

#newsloop h3.widget-title {
    font-size: 24px;
    color: #cd6250;
    font-family: 'brandon-grotesque';
    margin-bottom: 12px;
}

#newsloop h2 {
    font-size: 28px;
}

#newsloop p {
    font-size: 18px
}

#newsloop .entry-content {
    margin-bottom: 10px;
}

#buttonz {
    padding-top: 10px;
}

#buttonz p {
    font-size: 18px;
    margin: 10px 0 25px
}

.home .site-footer {
    margin-top: 0
}

.site-footer .panel-layout {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px ;
    position: relative;
    font-family: 'brandon-grotesque', sans-serif;
}

.site-footer ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.site-footer .menu a {
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    padding-bottom: 6px;
    color: #fff;
}

.site-footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.site-footer ul.menu > li:nth-child(1), .site-footer ul#menu-footer-donate-menu {
    font-weight: bold;
}

#pl-w5a6a31dd25f44 .so-panel {
    margin-bottom: 5px !important;
}

.site-footer ul.sub-menu > li {
    font-weight: normal;
}

.site-footer input.search-field {
    max-width: 80%;
}

.site-footer .search-submit {
    max-width: 20%;
    background: none;
    border: 0;
}

.site-footer .search-submit {
    display: inline-block;
    color: #ccc;
}

.s .btn-search {
    background: #3d77c4;
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    left: 40px;
    line-height: 50px;
    text-align: center;
    color: white;
}

.s i {
    font-size: 25px;
}

.s {
    display: none;
    background: #3d77c4;
    padding: 20px 42px;
    text-align: center;
    position: relative;
    transition: background-color 500ms linear;
}

.s input {
    border: none;
    padding: 10px 0;
    background: none;
    color: white !important;
    outline: none;
    border-bottom: 1px solid white;
    width: 80%;
    font-size: 26px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}

.s button {
    background: none;
    border: none;
}

.s .sbtn {
    font-size: 36px;
    color: white;
}

.s input::-webkit-input-placeholder {
    color: rgba(255,255,255,1);
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}

.s .btn-search {
    text-decoration: none;
    background-color: #1995cc;
    color: white;
    border-bottom: 4px solid #215198;
    border-radius: 0 0 2px 2px;
    -webkit-transition: background-color 250ms ease-out, ;
    -moz-transition: background-color 250ms ease-out;
    -o-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out;
}

.s .btn-search:hover {
    background-color: deepskyblue;
}

#signupform p {
    color: #fff;
    font-size: 28px;
}

#signupform a {
    border-radius: 0;
    padding: 7px 20px ;
    background: #02517a ;
    border: 1px solid #fff !important;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    margin: 0 20px
}

#signupform a:hover, #signupform a:active {
    color: #fff
}

#socnets a {
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    margin: 2px;
    background: #fff;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    opacity: 0.65;
    color: #74706c;
    font-size: 20px
}

#socnets a:hover {
    opacity: 1;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#copyright p, #copyright, #copyright a {
    color: #fff;
    font-size: 14px;
}

#copyright p small, #copyright small, #copyright small a {
    color: #fafafa;
    font-size: 14px;
}

.historybox .panel-widget-style {
    position: relative;
    min-height: 300px;
    -moz-transition: 200ms easeInOu;
    -o-transition: 200ms ease;
    transition: 200ms ease;
}

.historybox .panel-widget-style .so-widget-sow-editor {
    position: absolute;
    bottom: 20px;
    left: 20px;
    max-width: calc( 100% - 40px );
}

.historybox h3.widget-title {
    font-size: 24px;
    margin: 0;
    font-weight: 700;
}

.historybox p {
    margin: 0;
}

.historybox h3, .historybox p {
    background: rgba(255,255,255,0.8);
    padding: 5px 10px 3px;
}

.historybox > .so-panel > div {
    background-size: 100% !important;
}

.historybox > .so-panel > div:hover {
    background-size: 110% !important;
    -moz-transition: 200ms easeInOu;
    -o-transition: 200ms ease;
    transition: 200ms ease;
}

/* Post */
/* ---------------------------------------------------------- */
.post-thumbnail {
    max-width: 60%;
    float: right;
    margin: 0 0 1em 1.5em !important;
}
.search .post-thumbnail {max-width:20%;}
.search .entry-summary {margin-bottom:30px;}
.entry-meta, .entry-meta a {
    color: #555;
    margin: -10px 0 20px;
    padding: 0;
}
.search h2 {font-size:26px; padding:0 !important; margin:0 0 10px 0; font-weight: bold;  }
#masonry-loop {
    margin: 35px -3% 0 0
}

.masonry-entry {
    width: 25%;
    padding-bottom: 60px;
    padding-right: 3%;
    float: left;
}
.bios .masonry-entry {min-height:305px; padding-bottom:30px;}
.facetwp-template .masonry-entry {
    padding-bottom: 10px
}

.masonry-entry img {
    opacity: 1;
    -webkit-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    -ms-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
    -webkit-backface-visibility: hidden;
}

.masonry-entry:hover img {
    opacity: 0.7
}
.masonry-entry:hover .nohover img {opacity:1}
.bios .masonry-entry:hover img {
    opacity: 1
}
.masonry-entry h3, .masonry-entry h3 a {
    color: #777676;
    font-weight: 300;
    font-size: 14px;
    margin: 5px 0 12px
}
.masonry-entry h6, .masonry-entry h6 a {
    color: #777676;
    font-weight: 300;
    font-size: 14px;
    margin: 5px 0 12px
}

.masonry-entry h2.flip_title {font-size:22px !important; color:#000; font-weight: 300;
    font-size: 14px;
    margin: 5px 0 12px;}

.masonry-entry {
    font-size: 18px;
    color: #000;
}

.facetwp-template .masonry-entry {
    min-height: 300px;
}
.masonry-entry h2 {
    font-size: 24px;
    font-weight: 700;
    font-family: "brandon-grotesque", sans-serif;
    padding: 0;
    margin: 0;
    line-height: 1
}
.masonry-entry h2.entry_title { font-weight:300; font-size: 28px; line-height: 1.1}

.blogimage img {
    width: 100%;
}

.masonry-entry ul {
    margin: 0;
    padding: 0 0 0 15px;
}

#page .masonry-entry ul li:before {
    color: #bf4a30;
    font-size: 20px;
}

#page .masonry-entry ul li a {
    color: #bf4a30;
    font-size: 18px;
    font-weight: 400;
}

#page .masonry-entry ul li a span {
    font-weight: 700;
}

.mobileshow {
    display: none;
}

.post-type-archive-properties .intro p {
    font-size: 25px;
    line-height: 1.4;
    padding: 0 0 10px;
}
.post-type-archive-properties h3 {  font-size: 24px; line-height:1; margin-bottom:0;}
.post-type-archive-properties h3 a{    font-size: 24px;
    font-weight: 700;
    font-family: "brandon-grotesque", sans-serif; color:#D36148; line-height:1.5}

#page .masonry-entry ul li a:hover {color:#681E0D !important}

#facetz .facetwp-counter {
    display: none ;
}

#facetz .sfac {
    float: left;
    display: inline-block;
}

#facetz:after {
    content: "";
    clear: both;
    display: block;
}

#facetz .county, #facetz .city {
    width: 15%;
}

#facetz select {
    width: 90%;
}
#facetz h2 {
    padding: 0;
    margin: 0 0 5px;
    font-weight: normal;
    font-size: 18px;
    color: #333;
}
#facetz h5 {
    padding: 0;
    margin: 0 0 5px;
    font-weight: normal;
    font-size: 18px;
    color: #333;
}

#facetz .ticks {
    width: 70%;
    float: left;
}

#facetz .facetwp-type-checkboxes {
    margin: 0;
    float: left;
    width:100%;
}

#facetz .facetwp-facet-now_leasing {
    margin: 0;
}

#facetz {min-width:100%;}

.facetwp-checkbox {
    margin: 0 1% 5px 0;
    width: 23%;
    display: inline-block;
}

.facetwp-checkbox {
    background: url(images/facetwp-checkbox.png) 0 50% no-repeat !important;
    background-size: 21px 21px !important;
    line-height: 1.5;
    padding-left: 25px !important;
}

.facetwp-checkbox.checked {
    background: url(images/facetwp-checkbox-on.png) 0 50% no-repeat !important;
    background-size: 21px 21px !important;
}

.proppreview {
    max-width: 18%;
    float: left;
    margin-right: 2%;
}

.proppreview .post-thumbnail {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.proppreview img {
    max-width: 100% !important
}

.proppreview h3 {
    font-size: 20px;
    font-weight : bold;
    margin: 0;
}

.single-properties .slick-slider-wrapper {
    max-width: 538px;
}

#primaryproperty {
    width: 47%;
    float: left;
    padding-right: 3%;
}

#primaryproperty .features h2 {
    background: #bf4a30;
    color: #fff;
    padding: 3px 10px;
    line-height: 1.2;
    margin: 17px 0;
    max-width: 538px;
    font-size: 28px;
    font-weight: bold
}


#primaryproperty .features h3 {
    background: #bf4a30;
    color: #fff;
    padding: 3px 10px;
    line-height: 1.2;
    margin: 17px 0;
    max-width: 538px;
    font-size: 28px;
    font-weight: bold
}

#primaryproperty ul li:before {
    content: "";
    padding: 0;
    margin: 0;
    width: 0;
    height: 0;
}

#primaryproperty ul {
    padding: 0;
    margin: 0 0 17px;
}

#primaryproperty ul li {
    padding: 0;
    margin: 0 0 8px;
}

#secondaryproperty {
    max-width: 50%;
    float: left;
}

#secondaryproperty h2 {
    font-weight: normal;
    font-family: 'brandon-grotesque', sans-serif;
    margin: 0 0 8px;
    padding: 0;
    line-height: 1;
}

#secondaryproperty ul.location li:before {
    content: "";
    padding: 0;
    margin: 0;
    width: 0;
    height: 0;
}

#secondaryproperty ul.location {
    padding: 0;
    margin: 0 0 17px;
}

#secondaryproperty ul.location li {
    padding: 0;
    margin: 0;
}

#secondaryproperty .features h3 {
    border-top: 5px solid #f9d565;
    margin: 40px 0 7px;
    padding-top: 5px;
}

#secondaryproperty .cf7md-admin-customize-message {
    display: none;
}

#cf7md-form .mdc-textfield--focused.mdc-textfield--upgraded:not(.mdc-textfield--fullwidth):not(.mdc-textfield--multiline)::after, #cf7md-form .mdc-multi-select:focus .mdc-list-item:checked, #cf7md-form .mdc-checkbox__background::before, #cf7md-form .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background, #cf7md-form .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background, #cf7md-form .mdc-radio__background::before, #cf7md-form .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle, #cf7md-form .mdc-button--primary.mdc-button--raised, #cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background::before, #cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background .mdc-switch__knob, #cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background .mdc-switch__knob::before {
    background: #B7432A
}

/* Awards */
p.awarded span.fa {
    color: #d15f4a;
    font-size: 14px;
}

p.awarded {
    line-height: 1.2;
}

.orgname {
    font-size: 12px;
    clear: both;
    display: block;
    padding: 5px 0 10px
}

.floatright {
    float: right;
    max-width: 50%;
    margin: 0 0 2% 2%;
}

.floatleft {
    float: left;
    max-width: 50%;
    margin: 0 2% 2% 0;
}

.page-template-awards-template  .masonry-entry h2{
    
    color: #fff;
    padding: 0;
    line-height: 1.2;
    margin: 0 0;

    font-weight: bold
}
.page-template-awards-template  .masonry-entry h2 span { color:#fff; font-size:18px; background: #bf4a30; padding: 8px 13px; display:block; font-weight: bold;}


#pl-40 .historybox .panel-widget-style {
    background-repeat: no-repeat !important;
}

body .hidden {display: none !important; }

/* Dynamic To Form page */

.page-id-3443 .wpcf7-form.sent .mdc-layout-grid__cell{display: none;}
.cf7md-admin-customize-message,
.page-id-3443 .site-header,
.page-id-3443 .main-navigation,
.page-id-3443 .site-footer {display: none;}
.wpcf7-form-control-wrap iframe {margin-top:-20px;}

h2.himage {padding: 0;
    margin: 0;
    font-size: 32px;
    font-family: 'brandon-grotesque';
    font-weight: 300;
    line-height: 1.2;}

@media screen and (max-width: 1450px) {
    .historybox .panel-widget-style {
        min-height: 240px;
    }
}

@media screen and (max-width: 1180px) {
    #overlay p, #overlay h2 {
        font-size:3rem
    }

    .story p, .story p a {
        font-size: 16px;
    }

    .historybox .panel-widget-style {
        min-height: 200px;
    }

    .historybox h3.widget-title {
        font-size: 18px;
    }

    .historybox p {
        font-size: 17px;
    }
}

@media screen and (max-width: 1024px) {
    .stories .panel-grid-cell-empty {
        display: none !important;
    }

    #pl-40 .historybox .panel-widget-style {
        background-size: cover !important;
        background-position: 50% 10% !important
    }

    .home .story .so-widget-sow-editor {
        position: relative;
        text-align: left;
        padding: 5% 0;
    }

    .home .story .sow-image-container {
        text-align: center;
    }

    .home .story .sow-image-container img {
        float: none;
        margin: 40px auto 10px;
    }

    .story h3, .story h3 a {
        font-size: 20px;
    }

    .story p, .story p a {
        font-size: 30px;
    }

    .story p {
        padding-right: 100px;
    }

    .intro, .intro p, h2, .sidequote p, .sidequote blockquote, blockquote.noimage {
        font-size: 28px;
    }

    #facetz .county, #facetz .city {
        width: 50%;
    }

    #facetz .ticks {
        width: 100%;
    }

    .facetwp-template h3 {
        font-size: 20px;
        line-height: 1.3
    }

    .facetwp-checkbox {
        width: 31%;
    }

    .facetwp-template .masonry-entry {
        min-height: 250px
    }
}

@media screen and (max-width: 700px) {
    .facetwp-checkbox {
        width:48%;
    }

    .proppreview {
        max-width: 31%;
        margin-right: 2%;
    }

    #primary {
        width: 100%;
        float: left;
        padding-bottom: 20px;
    }

    #secondary {
        width: 100%;
        float: left;
        padding-bottom: 10px;
    }

    .masonry-entry {
        width: 49%;
    }

    #overlay p, #overlay h2 {
        font-size: 2rem;
        padding-top: 100px;
    }

    #overlay {
        margin-top: -260px;
    }

    .home .story .so-widget-sow-editor {
        position: relative;
        text-align: center;
        padding: 0;
    }

    .story p {
        padding-right: 0px;
    }

    #primary figure {
        max-width: 50% !important;
        float: right;
    }

    #overlay p, #overlay h2 {
        font-size: 1.5rem;
        padding-top: 100px;
    }

    #primaryproperty, #secondaryproperty {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }

    #secondaryproperty {
        padding-top: 30px
    }

    #primaryproperty .features h3 {
        max-width: 100%;
    }

    .bttn-fill.bttn-md {
        font-size: 17px;
        margin-top: 10px;
    }

    .site-branding {
        width: 50%;
    }

    .site-branding img.custom-logo {
        max-width: 300px;
        height: auto;
        width: 300px;
    }

    .sec-navigation {
        width: auto;
        padding-top: 84px;
    }

    li.menu-item-401 {
        display: none;
    }

    .main-navigation {
        height: 5px
    }

    .story h3, .story h3 a {
        font-size: 15px;
    }

    .story p, .story p a {
        font-size: 20px;
    }

    .home .stories .panel-grid-cell img {
        max-width: 300px;
        margin: 40px auto 10px;
    }

    .site-footer img {
        max-width: 300px;
        margin: 10px auto;
        float: none;
    }

    .floatright {
        float: right;
        max-width: 100%;
        margin: 0 0 2% 0;
    }

    .floatleft {
        float: left;
        max-width: 100%;
        margin: 0 0 2% 0;
    }

    .historyboxes .panel-grid-cell {
        min-height: 200px;
        min-width: 100% !important;
        margin-bottom: 20px;
    }

    #pl-40 .panel-grid.panel-no-style, #pl-40 .panel-grid.panel-has-style > .panel-row-style {
        display: block
    }

    .historybox .panel-widget-style .so-widget-sow-editor {
        width: 100% ;
    }
}

@media screen and (max-width: 590px) {
    #newsloop h2 {
        font-size:22px;
    }

    #newsloop p {
        font-size: 17px;
        line-height: 1.4;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    h1, .spacer {
        font-size: 34px;
    }

    .intro, .intro p, h2, .sidequote p, .sidequote blockquote {
        font-size: 28px;
    }

    .masonry-entry h3 {
        font-size: 20px;
    }

    h4.title {
        font-size: 16px;
        line-height: 1.2;
        min-height: 55px;
    }

    #overlay {
        margin-top: -280px;
    }

    #overlay p, #overlay h2 {
        font-size: 1.2rem;
        padding-top: 110px;
    }

    #signupform {
        text-align: center;
    }

    #signupform a {
        display: block;
        text-align: center;
        margin-top: 20px;
    }

    .site-footer .textwidget p {
        text-align: center;
    }

    .site-branding {
        width: 100%;
        text-align: left;
    }

    .site-branding img.custom-logo {
        max-width: 300px;
        height: auto;
        width: 80%;
    }

    .sec-navigation {
        width: auto;
        padding-top: 14px;
    }

    .sec-navigation li {
        font-size: 18px
    }

    .proppreview {
        max-width: 48%;
        margin-right: 2%;
    }
}

@media screen and (max-width: 420px) {
    .masonry-entry {
        width: 100%;
    }
}

a[href$=".pdf"]:after {
  font-family: FontAwesome;
  content: "\00a0\f1c1";  
  font-size:13px;
  vertical-align:top;
  color:#e01d00;
}
#post-434 a[href$=".pdf"]:after {display: none; }
.fwnormal {font-weight:normal}
.sr-only {
position:absolute; 
left:-10000px; 
top:auto; 
width:1px; 
height:1px; 
overflow:hidden;
} 
 
.sr-only:focus 
{ 
position:static; 
width:auto; 
height:auto; 
} 
.wpcf7-form.sent .cf7md-form {display:none;}

.screen-reader-shortcut {color:#000; background:#fff;}
a h3.title  {
    color:#bf4a30;
    min-height: 40px;
     font-weight: 300;
    letter-spacing: 1px;
    font-size: 17px;
     margin: 0 0 20px 0;
}
.page-template-page_emailform #cf7md-form .cf7md-item {text-align:right; margin-right:0; padding-right:0; }