/*
Theme Name: PRG
Version: 1.0
Author: Hot Off the 'Press
Author URI: http://tc2013.overnightwebsitechallenge.com/teams/110/
*/

/* ---------------------------------------------------------------------
Original Author: Lynn Wloszek
Contributors: N/A

Target Browsers: All
Media Type: Screen, Projection
Width: All Sizes

Colors:
accent red: #990008;
accent yellow: #f39f08;

------------------------------------------------------------------------ */

/* ---------------------------------------------------------------------
RESET CSS (thanks Eric Meyer)
------------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

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

:focus {
    outline: 0;
}

/* Always show a vertical scrollbar, even when there is no scrolling */
html {
    overflow-y: scroll;
}

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

.gmap img {
    max-width: none;
}

.gmap-infowindow {
    overflow: hidden;
}


/* Don't let iOS and WinMobile mobile-optimize text for you */
/* Turn this rule on for mobile sites or sites using mediaqueries */
/*
html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
*/

/* ---------------------------------------------------------------------
 HTML5 Block / Inline Block declarations
------------------------------------------------------------------------ */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

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

/* ---------------------------------------------------------------------
 Form Reset Styles
------------------------------------------------------------------------ */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

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

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

::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* ---------------------------------------------------------------------
    Page Styles
------------------------------------------------------------------------ */

html,
body {
    height: 100%;
}

body,
input,
select,
textarea {
    font: 14px/1 Arial, Helvetica, sans-serif;
    color: #5f5f5f;
}

a {
    text-decoration: none;
}
.page-content a,
.side-by-side-content a {
    font-weight: bold;
}
.page-content h1 a,
.side-by-side-content h1 a,
.page-content h2 a,
.side-by-side-content h2 a,
.page-content h3 a,
.side-by-side-content h3 a,
.page-content h4 a,
.side-by-side-content h4 a,
.page-content h5 a,
.side-by-side-content h5 a,
.page-content h6 a,
.side-by-side-content h6 a {
    font-weight: normal;
}
.page-content a:hover,
.page-content a:focus,
.side-by-side-content a:hover,
.side-by-side-content a:focus {
    border-bottom: 1px dotted #999;
    color: #000;
}
strong {
    font-weight: bold;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* ---------------------------------------------------------------------
    Grid Styles
------------------------------------------------------------------------ */

.grid-row {
    clear: both;
    position: relative;
}

.grid-row:after {
    content: "";
    display: table;
    clear: both;
}

.grid-col {
    float: left;
}

.grid-col + .grid-col {
    margin-left: 1.66%;
}

.grid-cols-no-margin > .grid-col + .grid-col {
    margin-left: 0;
}

/* 6-col */
.size1of6 { width: 15%; }
.size2of6 { width: 31.66%; }
.size3of6 { width: 48.32%; }
.size4of6 { width: 64.98%; }
.size5of6 { width: 81.64%; }
.size6of6 { width: 100%; }

.prefix1of6 { margin-left: 16.66%; }
.prefix2of6 { margin-left: 33.32%; }
.prefix3of6 { margin-left: 49.98%; }
.prefix4of6 { margin-left: 66.64%; }
.prefix5of6 { margin-left: 83.3%; }

.suffix1of6 { margin-right: 16.66%; }
.suffix2of6 { margin-right: 33.32%; }
.suffix3of6 { margin-right: 49.98%; }
.suffix4of6 { margin-right: 66.64%; }
.suffix5of6 { margin-right: 83.3%; }

/* ---------------------------------------------------------------------
 List Styles
------------------------------------------------------------------------ */

.h-list:after {
    content: "";
    display: table;
    clear: both;
}

.h-list-right {
    float: right;
}

.h-list > .h-list-right {
    float: right;
}

.h-list > * {
    float: left;
}

/*.h-list > * + * {
    margin-left: 10px;
}*/

.h-list-wide > * + * {
    margin-left: 20px;
}

.h-list-left-pipe {
    border-left: 1px solid rgb(221,221,221);
}

.h-list-no-margin > * + * {
    margin-left: 0;
}

/* ---------------------------------------------------------------------
    Container Styles
------------------------------------------------------------------------ */

.page-container {
    position: relative;
    min-height: 100%;
}

.content-sections {
    overflow: auto;
    padding-bottom: 130px;
}

.page-content {
    margin-bottom: 70px;
}

.wrapper {
    margin: 0 auto;
    max-width: 960px;
    position: relative;
    width: 100%;
}
.single-column .wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 25px;
}

.header-section {
    background: #f6f6f6;
    -moz-box-shadow:    0 3px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.25);
    box-shadow:         0 3px 5px rgba(0,0,0,0.25);
    border-bottom: 1px solid #c0c0c0;
    height: 80px;
    position: relative;
    z-index: 175;
    
}

.header-section .wrapper {
}

/*body.blog .content-header,
body.single .content-header {
    margin-top: 40px;
}*/


/* ---------------------------------------------------------------------
    Logo Styles
------------------------------------------------------------------------ */

.logo-container {
    z-index: 200;
}

a.logo {
    background: url(./images/prg-logo.png) no-repeat center;
    display: block;
    position: absolute;
    height: 133px;
    width: 265px;
    text-indent: -9999px;
    margin-left: 49%;
    left: -115px;
    top: -40px;
}

/* ---------------------------------------------------------------------
    Top Liner Bar Styles
------------------------------------------------------------------------ */

.top-liner {
    background: #f8c56b;
    height: 44px;height:64px;
    line-height: 44px;
}
.top-liner ul {
    margin-left: 20px;
    width: 50%;
}

a.header-donate,
a.listings-global {
    color: #ac720b;
    font: 12px/44px Cutive, Georgia, Times, serif;
    line-height: 44px;
    padding-top: 1px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
}
a.header-donate:hover,
a.header-donate:focus,
a.listings-global:hover,
a.listings-global:focus {
    color: #000;
}
a.header-donate {
    float: left;
}
a.listings-global {
    float: right;
}
.top-liner a span {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    position: relative;
    top: 1px;
    width: 17px;
}
.top-liner a:hover span,
.top-liner a:focus span {
    background-position: 0 -100px;
}
a.listings-global span {
    background-image: url('./images/icon_house.png');
    margin-left: 5px;
}
a.header-donate span {
    background-image: url('./images/icon_gift.png');
    margin-right: 5px;
    top: 2px;
}

/* ---------------------------------------------------------------------
    Global Nav Bar Styles
------------------------------------------------------------------------ */

.global-nav {
    padding: 10px 0;
}
.global-nav a,
a#global-opener {
    color: #5f5f5f;
    display: block;
    font-family: Cutive, Georgia, Times, serif;
    font-size: 18px;
    line-height: 20px;
    padding: 13px 20px 7px;
}
a#global-opener,
#smallwidth-global {
    display: none;
}
.global-nav ul.ings {
    position: absolute;
    right: 0;
    top: 10px;
}

.global-nav > li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.global-nav li.homebuyers {
    width: 170px;
}
.global-nav li.homeowners {
    width: 210px;
}
.global-nav li.homeowners a {
    padding-left: 25px;
}
.global-nav li.developing {
    width: 210px;
}
.global-nav li.developing a {
    padding-right: 25px;
}
.global-nav li.celebrating {
    width: 169px;
}
.global-nav li.developing,
.global-nav li.celebrating {
    text-align: right;
}

.global-nav-flavor-text {
    display: block;
    font-size: 14px;
}
.global-nav li a:hover,
.global-nav li a:focus {
    color: #000;
}

.page-parent-homebuyers .global-nav li.homebuyers a,
.page-parent-homeowners .global-nav li.homeowners a,
.page-parent-developing .global-nav li.developing a,
.page-parent-celebrating .global-nav li.celebrating a {
    color: #c80003;
}

/* ---------------------------------------------------------------------
    Callout Styles
------------------------------------------------------------------------ */

.callouts-band {
    position: relative;
    background: #990008;
}

.callouts {
    
}

.callouts > * {
    height: 100%;
    width: 315px;
}

.callout-content {
    padding: 15px;
    background: rgba(153, 0, 8, 0.3);
    min-height: 100%;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
}

.callout-header {
    color: rgba(255,255,255,0.8);
    font-family: Cutive;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}

.callout-body p {
    margin-bottom: 20px;
}

.callout-quote {
    font-family: Cutive, Georgia, Times, serif;
    font-style: italic;
    line-height: 1.4;
}

.callout-quote-cite {
    display: block;
    font-family: Cutive, Georgia, Times, serif;
    font-style: normal;
    text-align: right;
    font-size: 10px;
}
.callouts-band li {
    min-height: 200px;
}

.callouts-band li.callout.left {
    display: table;
    height: 200px;
}

.left .callout-content {
    display: table-cell;
    vertical-align: middle;
}

.callouts-band li.callout.middle {
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    /* background: url('./images/bg_callout_sketch.jpg') no-repeat center;*/
}

.callouts-band li.callout.right {
    /* background: url('./images/bg_callout_people.jpg') no-repeat center;*/
    border-right: 0;
}

/* ---------------------------------------------------------------------
    Hero Styles
------------------------------------------------------------------------ */
.hero {
    background: url('./images/hero_default.jpg') no-repeat 50% -40px #78A257;
    border-bottom: 11px solid #f39f08;
    height: 95px;
    /*height: 350px;*/
}
.hero.map {
    background: transparent;
    height: 450px;
}

body.single-house_listing .hero.map {
    height: 250px;
}

body.page-homebuyers .hero,
body.page-homeowners .hero,
body.page-developing .hero,
body.page-celebrating .hero {
    height: 350px;
}

body.page-parent-homebuyers .hero {
    background: url('./images/hero_homebuyer.jpg') no-repeat 50% 0 #211D13;
}
body.page-parent-homeowners .hero {
    background: url('./images/hero_homeowner.jpg') no-repeat 50% 0 #1F1B12;
}
body.page-parent-developing .hero {
    background: url('./images/hero_developing.jpg') no-repeat 50% 0 #E9EADC;
}
body.page-parent-celebrating .hero {
    background: url('./images/hero_celebrating.jpg') no-repeat 50% 0 #547cd1;
}



/* ---------------------------------------------------------------------
    Home Page Styles
------------------------------------------------------------------------ */

.content-header h2,
h2.content-header {
    font: 36px/1.3 Cutive, Georgia, Times, serif;
    margin-bottom: 20px;
}

.content-header a {
    color: #5a5a5a;
}

.content-header span.parent {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.content-header a.link-parent {
    border-bottom: 1px solid #ddd;
    color: #999;
}
.page-home .content-header {
    font-size: 48px;
    margin-top: 40px;
}

.content-meta {
    font: 12px/1.3 Cutive, Georgia, Times, serif;
    margin-bottom: 10px;
}

.content-summary {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.content-body {
    line-height: 1.4;
    margin-bottom: 50px;
}

.content-body p {
    margin-bottom: 20px;
}

.content-body a,
.side-by-side-content a {
    color: #990008;
}

.content-body ul {
    list-style: disc;
}
.content-body ol {
    list-style: decimal;
}
.content-body ul,
.content-body ol {
    margin-bottom: 2em;
    padding-left: 1em;
}
.content-body ul li,
.content-body ol li {
    display: list-item;
}

.content-body table {
    margin-bottom: 20px;
}
.content-body table td {
    border: 1px solid #ccc;
    padding: 0.5em 1em;
}

/* ---------------------------------------------------------------------
    Espresso Events Styles
------------------------------------------------------------------------ */

.espresso_ical_link {
    display: none;
}

/* ---------------------------------------------------------------------
    Story Styles
------------------------------------------------------------------------ */

.story-title-container {
    border-bottom: 1px solid #990008;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.story-title {
    font: 18px/1.3 'Cutive', Georgia, Times, serif;
}

.story-media-container {
    overflow: hidden;
    margin-bottom: 20px;
}
.story-media-container {
    border-bottom: 0 !important;
}
.story-block .size2of6 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 1.667%;
    margin-right: 0;
}

.story-media-caption {
    color: #898989;
    font-style: italic;
    font-size: 12px;
}

.story-listing-content {
    width: 60%;
    margin-left: 40px;
}

.content-listing-cols > .listing-cols {
    width: 48%;
}

.content-listing-cols > .listing-cols + .listing-cols {
    margin-left: 1%;
}

.content-listing-cols > dl.listing-cols.details {
    margin-bottom: 0;
}

.content-listing-cols .listing-non-cols {
    display: block;
    margin-left: 0;
}

.story-summary {
    position: relative;
}
.story-summary,
.story-more-links {
    padding-left: 10px;
}

ul.story-more-links {
    line-height: 1.3;
    list-style: none;
/*    padding: 0;*/
}
ul.story-more-links li {
    display: block;
}

.story-more-links > * {
    margin-bottom: 10px;
}

.story-more-links a {
    color: #990008;
}

/* ---------------------------------------------------------------------
    Listing Styles
------------------------------------------------------------------------ */
.page-listing-detail .content-header {
    border-bottom: 1px solid #990008;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.page-listing-detail .content-header h2 {
    margin-bottom: 0;
}
.page-listing-detail .content-header span.citystatezip,
.page-listing-detail .content-header span.price {
    font-weight: bold;
}
.page-listing-detail .content-header span.price {
    color: #990008;
    float: right;
}

.page-listing-detail dl.details {
    margin-bottom: 20px;
    overflow: hidden;
}
.page-listing-detail dl.details dt {
    clear: both;
    float: left;
    font-weight: bold;
    margin-right: 0.5em;
}
.page-listing-detail dl.details dd {
    display: inline-block;
    float: left;
}
.listing-block {
    float: left;
    padding-right: 30px;
    width: 269px;
}

.house-listing-entry .content-header h2 {
    font-size: 24px;
}

.single-house_listing .listing-block {
    float: none;
    width: auto;
}
.listing-block h4 {
    font-weight: bold;
}

.mls-listing-img {
    max-width: 200px;
    max-height: 150px;
}

.no-img-listing {
    width: 100%;
    margin-left: 0;
}


/* ---------------------------------------------------------------------
    Side-by-side Styles
------------------------------------------------------------------------ */

.side-by-side {
    background: #fff url('./images/side-by-side-bg.jpg') repeat-y 50%;
}
.side-by-side .wrapper {
    background: #fff url('./images/bg_twocolumn_grey.png') repeat-y -1px 0;
}

.side-by-side-item {
    float: left;
    padding: 40px 35px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.side-by-side-nav {
    padding-right: 0;
    width: 314px;
}
.side-by-side-nav a#sidenav-opener {
    display: none;
}

.link-arrow {
    float: right;
    color: #990008;
}

.filter-title {
    text-transform: uppercase;
    font-weight: bold;
    color: #990008;
    margin-bottom: 10px;
}


.side-by-side-content {
    padding-right: 10px;
    width: 646px;
}

.side-by-side-content ul.item-list {
    margin-bottom: 4em;
}
.side-by-side-content ul.item-list li {
    margin-bottom: 2em;
}
.side-by-side-content h3,
.side-by-side-content ul.item-list h3,
.side-by-side-content ul.item-list h4 {
    font-family: Cutive, Georgia, Times, serif;
    line-height: 1.2;
}
.side-by-side-content h3 {
    color: #5F5F5F;
    font-size: 24px;
    margin-bottom: 1em;
}
.side-by-side-content ul.item-list h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 0em;
}
.side-by-side-content ul.item-list h4 {
    font-size: 14px;
    margin-bottom: 0.5em;
}
.side-by-side-content ul.item-list p {
    line-height: 1.333;
}
.side-by-side-content ul.item-list .phone,
.side-by-side-content ul.item-list .email {
    margin-bottom: 0.5em;
}


.side-by-side-nav a {
    background: #fff;
    border: 1px solid #bcbab6;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #5f5f5f;
    display: block;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 10px 10px 10px 15px;
    position: relative;
    text-transform: uppercase;
    width: 230px;
}

.side-by-side-nav a:hover,
.side-by-side-nav a:focus {
    color: #000;
}

.side-by-side-nav .current-menu-item a,
.single-casestudy .side-by-side-nav a[href*="case-studies"],
.single-post .side-by-side-nav a[href*="blog"] {
    border-right: 0;
    color: #990008;
    margin-left: -1px;
    right: -1px;
    width: 254px;

    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* ---------------------------------------------------------------------
    Carousel Styles
------------------------------------------------------------------------ */

.home-carousel {
    position: relative;
    z-index: 150;
    border-bottom: 11px solid #f39f08;
    margin-bottom: 20px;
}

.home-carousel a {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.home-carousel img {
    display: block;
    position: relative;
    min-width: 100%;
}

.carousel-content {
    color: #fff;
    font: normal 22px/1 'Cutive', Georgia, Times, serif;
    position: relative;
}
.carousel-content h2 {
    position: absolute;
}
.carousel-content h2 strong {
    display: block;
    font-size: 36px;
    font-weight: normal;
    padding-top: 0.33em;
}
.carousel-content .illust {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
}

.carousel-content-container {
    position: relative;
    top: 0;
    left: 0;
    min-height: 100%;
}

.home-carousel a.homebuyers {
    background-color: #211D13;
}
.home-carousel a.homebuyers h2 {
    left: 290px;
    text-align: right;
    bottom: -145px;
}
.home-carousel a.homebuyers .illust {
    background-image: url('./images/illust_homebuyers.png');
    height: 299px;
    left: 30px;
    top: 75px;
    width: 274px;
}

.home-carousel a.homeowners {
    background-color: #1F1B12;
}
.home-carousel a.homeowners h2 {
    left: 45px;
    bottom: -160px;
}
.home-carousel a.homeowners .illust {
    background-image: url('./images/illust_homeowners.png');
    height: 278px;
    right: 70px;
    top: 30px;
    width: 220px;
}

.home-carousel a.developing {
    background-color: #E9EADC;
}
.home-carousel a.developing h2 {
    color: #222;
    left: 65px;
    top: 230px;
}
.home-carousel a.developing .illust {
    background-image: url('./images/illust_developing.png');
    height: 203px;
    left: 585px;
    top: 50px;
    width: 249px;
}

.home-carousel a.celebrating {
    background-color: #87B1DA;
}
.home-carousel a.celebrating h2 {
    left: 45px;
    top: 60px;
}
.home-carousel a.celebrating .illust {
    background-image: url('./images/illust_celebrating.png');
    height: 297px;
    left: 520px;
    top: 70px;
    width: 427px;
}

/* ---------------------------------------------------------------------
    House Listing Image Slideshow Styles
------------------------------------------------------------------------ */

.listingSlideshow {
    width: 100%;
}

.listingSlideshow img {
    max-height: 100%;
}

.listingSlideshow-nav {
    overflow: hidden;
}

.listingSlideshow-nav > * {
    float: left;
}

.listingSlideshow-nav > * + * {
    float: right;
}

.listingNavDirection {
    padding: 2px 12px 5px;
    border: 1px solid #252525;
    border-radius: 6px;
    margin: 10px;
    display: block;
    background: #990008;
    color: #F7C571;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    cursor: pointer;
}

/* ---------------------------------------------------------------------
    Blog Styles
------------------------------------------------------------------------ */

.blogContent {
    margin-top: 50px;
}

/* ---------------------------------------------------------------------
    Contact Styles
------------------------------------------------------------------------ */

.event_espresso_form_wrapper input[type=text],
.event_espresso_form_wrapper textarea,
.gform_wrapper input[type=text],
.gform_wrapper textarea {
    border: 1px solid #939393; 
    padding: 3px; 
    font-size: 14px;
}
div[class*="gform"][class*="message"] {
    color: rgb(128,155,98);
}

/* ---------------------------------------------------------------------
    About Styles
------------------------------------------------------------------------ */

.page-staff-board-members #user-xprofile,
.page-staff-board-members #buddypress .activity,
.page-staff-board-members .user-nicename {
    display: none;
}

.side-by-side-content ul.item-list.staffList_execDirector {
    margin-bottom: 2em;
}

.user-profile-img {
    max-width: 100%;
    max-height: 100%;
    margin-right: 20px;
}

.user-profile-container {
    float: left;
}

.user-profile-container_data {
    width: 400px;
}

.user-profile-area {
    overflow: hidden;
}

/* ---------------------------------------------------------------------
    Footer Styles
------------------------------------------------------------------------ */

.footer {
    clear:both;
    height: 130px;
    margin-top: -130px; /* negative value of footer height */
    position: relative;
    width: 100%;
}
.footer .copyright {
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 30px;
}
.footer-nav {
    padding-top: 30px;
}
.footer-nav li {
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
    width: 160px;
}
.footer-nav li ul li {
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    width: auto;
}
.footer a {
    color: #990008;
}
.footer .social {
    position: absolute;
    right: 10px;
    top: 55px;
}
.footer .social li {
    margin-left: 10px;
}
.footer .social li a {
    display: block;
    height: 30px;
    text-indent: -999em;
    width: 30px;
}

.footer .social li.fb a {
    background: url('./images/icon_fb_30.png') no-repeat 0 0 transparent;
}
.footer .social li.tw a {
    background: url('./images/icon_tw_30.png') no-repeat 0 0 transparent;
}
.footer .social li.li a {
   width:37px;
   background: url('./images/icon_li_30.png') no-repeat 0 0 transparent;
}



/* ---------------------------------------------------------------------
    Form Styles
------------------------------------------------------------------------ */

input[type="text"],
textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    padding: 3px 4px;
}
button, input.button, .linkBtn {
    background: #F39F08;
    border: 1px solid #443;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Cutive', Georgia, Times, serif;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px 1px;
   -webkit-appearance: none;
}

.linkBtn {
    color: #000000;
    padding: 5px 10px;
}

.callout.donate button {
    background: #F29E29; /* Old browsers */
    background: -moz-linear-gradient(top,  #F7C571 0%, #F29E29 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7C571), color-stop(100%,#F29E29)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #F7C571 0%,#F29E29 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #F7C571 0%,#F29E29 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #F7C571 0%,#F29E29 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #F7C571 0%,#F29E29 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7C571', endColorstr='#F29E29',GradientType=0 ); /* IE6-9 */

    color: #000;
    font-size: 24px;
    line-height: 2;
    margin-top: 10px;
    padding: 7px 0 0;
    text-transform: none;
    width: 100%;
}


/* ---------------------------------------------------------------------
    CFE Styles
------------------------------------------------------------------------ */

.cfe-container {
    display: block;
    margin-bottom: 20px;
    min-height: 44px;
    position: relative;
}

.cfe-container .cfe {
    position: absolute;
    top: 0;
    left: 0;
}

.cfe-select {
    display: block;
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: bold;
    width: 244px;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    background: url(./images/cfe-select-bg.png) no-repeat 0 0;
}

select.cfe-styled {
    position: relative;
    width: 244px;
    height: 44px;
    margin-bottom: 20px;
    -webkit-appearance: menulist-button;
}

.checkbox-container {
    padding: 15px;
    width: 75%;
    background: #fff;
    -moz-border-radius:    6px;
    -webkit-border-radius: 6px;
    border-radius:         6px;
}

.checkbox-container > * + * {
    margin-top: 10px;
}

/* ---------------------------------------------------------------------
    Pagination Styles
------------------------------------------------------------------------ */

.pagination {
    text-align: center;
    float: right;
    margin: 0 0 30px;
    padding-right: 0;
}

.pagination > * {
    display: inline-block;
}

.pagination a {
    color: #464646;
    font-weight: bold;
    padding: 5px;
}

.pagination-col {
    width: 20%;
}

.pagination-mid-col {
    width: 45%;
}

.pagination-mid-col > * {
    display: inline;
}

.pagination-mid-col > * a {
    display: inline-block;
}

.page-arrow {
    color: #990008;
}

.pagination a:hover .page-arrow {
    color: #ffffff;
}

.pagination a.active,
.pagination a:hover {
    background: #990008;
    color: #ffffff;
}

/* ---------------------------------------------------------------------
    donate-button Styles
------------------------------------------------------------------------ */

.donate-button {
    text-align: center;
    display: block;
    border: 1px solid #443;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Cutive', Georgia, Times, serif;
    background: #F29E29;
    background: -moz-linear-gradient(top, #F7C571 0%, #F29E29 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7C571), color-stop(100%,#F29E29));
    background: -webkit-linear-gradient(top, #F7C571 0%,#F29E29 100%);
    background: -o-linear-gradient(top, #F7C571 0%,#F29E29 100%);
    background: -ms-linear-gradient(top, #F7C571 0%,#F29E29 100%);
    background: linear-gradient(to bottom, #F7C571 0%,#F29E29 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7C571', endColorstr='#F29E29',GradientType=0 );
    color: black;
    font-size: 18px;
    line-height: 2;
    margin-top: 10px;
    padding: 4px 0 0;
    text-transform: none;
    width: 100%;
}

.donate-button:active {
    background: #F7C571;
    background: -moz-linear-gradient(top, #F29E29 0%, #F7C571 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F29E29), color-stop(100%,#F7C571));
    background: -webkit-linear-gradient(top, #F29E29 0%,#F7C571 100%);
    background: -o-linear-gradient(top, #F29E29 0%,#F7C571 100%);
    background: -ms-linear-gradient(top, #F29E29 0%,#F7C571 100%);
    background: linear-gradient(to bottom, #F29E29 0%,#F7C571 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F29E29', endColorstr='#F7C571',GradientType=0 );
}


/* ---------------------------------------------------------------------
    Form Styles
 ---------------------------------------------------------------------*/

.content-body .event_espresso_form_wrapper input[type=text],
.content-body .event_espresso_form_wrapper input[type=url],
.content-body .event_espresso_form_wrapper input[type=email],
.content-body .event_espresso_form_wrapper input[type=tel],
.content-body .event_espresso_form_wrapper input[type=number],
.content-body .event_espresso_form_wrapper input[type=password],
.content-body .gform_wrapper input[type=text], 
.content-body .gform_wrapper input[type=url], 
.content-body .gform_wrapper input[type=email], 
.content-body .gform_wrapper input[type=tel], 
.content-body .gform_wrapper input[type=number], 
.content-body .gform_wrapper input[type=password] {
    padding: 3px;
}

.page .gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit] {
    color: #000;
}



#gforms_confirmation_message {
    font-size: 20px;
    font-family: Cutive, Arial, Helvetica, sans-serif;
}


/* ---------------------------------------------------------------------
    Event Styles
 ---------------------------------------------------------------------*/

.event_content .event_title .a_event_title {
    font-weight: bold;
}

.event_content .event_title .a_event_title:hover {
    border-bottom: 0;
}

.event_title.ui-widget-header {
    line-height: 2 !important;
    padding-top: 7px;
}

.event-display-boxes .event_title.ui-widget-header {
    background: none;
    border: 0;
    border-bottom: 1px solid #b9b9b9;
    padding-left: 0;    
}

.event-display-boxes .ui-widget-header.ui-corner-top {
    background: none;
    border: none;
    padding-left: 0;
}

.event-display-boxes .ui-widget-content {
    border: 0;
    padding-left: 0;
}

.event-display-boxes #event-reg-form-groups .event_questions {
    padding: 0;
}

.event-display-boxes .ui-widget-content .address-block,
.event-display-boxes .ui-widget-content .quest-group-descript {
    padding-left: 0;
}

.event-display-boxes .ui-widget-content .ee-reg-page-questions {
    padding-left: 0;
}

.event-display-boxes .ui-widget-content .address-block a {
    color: #990008;
}

.event_title.ui-widget-header a {
    color: #5f5f5f;
}

#event-reg-form-groups {
    border-top: 1px solid #ddd;
    margin-top: 2em;
    padding-top: 2em;
}

.event-display-boxes a.post-edit-link {
    padding-left: 0;
    display: block;
    margin-top: 15px;
}

.add-additional-attendee-lnk {
    margin-bottom: 10px;
    display: block;
}

.side-by-side-content .add-additional-attendee-lnk:hover,
.side-by-side-content .remove-additional-attendee-lnk:hover,
.side-by-side-content .post-edit-link:hover {
    border-bottom: none;
    cursor: pointer;
    color: #990008;
}

.event-display-boxes .section-heading {
    font-size: 18px;
}

.espresso_add_attendee h4 {
    font-weight: bold;
    margin-bottom: 10px;
}

.event_espresso_form_wrapper .espresso_add_attendee label {
    line-height: 25px;
}

.event_espresso_form_wrapper .espresso_add_attendee p {
    margin-left: 1em;
    margin-bottom: .5em;
}

.remove-additional-attendee-lnk {
    margin: 10px 0 0;
    display: block;
}

.event_content .event-data-display {
    padding: 0;
}

.event-list-display {
    clear: left;
}

.event-list-display.event-display-boxes .event_title {
    padding-top: 10px;
}

.event-list-display .event_title,
.event-list-display .register-link-footer {
    width: 120px;
    float: left;
}

.event-list-display .workshopEventTitle {
    width: auto;
}

.event-list-display .register-link-footer {
    width: 420px;
    float: left;
}

.event-data-display {
    *zoom: 1;
}

.event-data-display:before,
.event-data-display:after {
    content: '';
    display: table;
}

.event-data-display:after {
    clear: both;
}

.event-list-display.event-display-boxes .register-link-footer {
    margin: 0 1em 2em 0;
}

.event-list-display .register-link-footer .donate-button {
    width: 100px;
    font-size: 14px;
}

.event-list-display .register-link-footer .donate-button:hover,
.event-data-display .event_form_submit .donate-button:hover{
    border-bottom: 1px solid #443;
}

.event-data-display .event_form_submit .donate-button {
    width: 75px;
    font-size: 14px;
}

/* ---------------------------------------------------------------------
Original Author: Anthony Ticknor
Contributors: N/A

Quarantine styles applied to areas where content is dynamic and
generated by a content editor / CMS. 

Usage
<div class="user-wysiwyg">
...
</div>
------------------------------------------------------------------------ */

/* ---------------------------------------------------------------------
user-wysiwyg default
------------------------------------------------------------------------ */
.user-wysiwyg {
    font: normal 14px/1.4 Arial, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #5f5f5f;
}

/* ---------------------------------------------------------------------
user-wysiwyg paragraphs
------------------------------------------------------------------------ */
.user-wysiwyg p {
    margin: 0 0 12px 0;
}

/* ---------------------------------------------------------------------
user-wysiwyg headings
------------------------------------------------------------------------ */
.user-wysiwyg h1,
.user-wysiwyg h2,
.user-wysiwyg h3,
.user-wysiwyg h4,
.user-wysiwyg h5,
.user-wysiwyg h6 {
    font: bold 30px/1.2 'Cutive', Georgia, Times, serif;
    color: #990008;
    margin: 0 0 20px 0;
}

.user-wysiwyg h2 {
    font-size: 26px;
}

.user-wysiwyg h3 {
    font-size: 22px;
}

.user-wysiwyg h4 {
    font-size: 18px;
    color: #5f5f5f;
    margin: 0 0 12px 0;
}

.user-wysiwyg h5 {
    font-size: 14px;
    color: #5f5f5f;
    margin: 0 0 12px 0;
}

.user-wysiwyg h6 {
    font-size: 12px;
    color: #5f5f5f;
    margin: 0 0 12px 0;
}

/* ---------------------------------------------------------------------
user-wysiwyg sections
------------------------------------------------------------------------ */
.user-wysiwyg blockquote {
    margin: 0 24px 12px 24px;
    padding: 12px;
    background: #990008;
    font-style: italic;
}

.user-wysiwyg address {
    margin: 0 0 12px 0;
    font-style: italic;
}

/* ---------------------------------------------------------------------
user-wysiwyg anchors
------------------------------------------------------------------------ */
.user-wysiwyg a:link {
    color: #990008;
}

.user-wysiwyg a:visited {
    color: #990054;
}

.user-wysiwyg a:focus,
.user-wysiwyg a:hover {
    color: #005499;
}

.user-wysiwyg a:active {

}

/* ---------------------------------------------------------------------
user-wysiwyg text formatting
------------------------------------------------------------------------ */
.user-wysiwyg strong,
.user-wysiwyg b {
    font-weight: bold;
}

.user-wysiwyg em,
.user-wysiwyg i {
    font-style: italic;
}

.user-wysiwyg del,
.user-wysiwyg strike,
.user-wysiwyg s {
    text-decoration: line-through;
}

.user-wysiwyg u,
.user-wysiwyg ins {
    text-decoration: underline;
}

.user-wysiwyg sup {
    vertical-align: super;
    font-size: smaller;
}

.user-wysiwyg sub {
    vertical-align: sub;
    font-size: smaller;
}

.user-wysiwyg big {
    font-size: larger;
}

.user-wysiwyg small {
    font-size: smaller;
}

.user-wysiwyg abbr,
.user-wysiwyg acronym {
    border-bottom: dotted 1px;
}

.user-wysiwyg cite,
.user-wysiwyg dfn {
    font-style: italic;
}

.user-wysiwyg q {
    font-style: italic;
}

.user-wysiwyg q::before {
    content: open-quote;
}

.user-wysiwyg q::after  {
    content: close-quote;
}

.user-wysiwyg q:lang(en) {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

.user-wysiwyg bdo {
    direction: rtl;
}

.user-wysiwyg blink {
    text-decoration: blink;
}

/* ---------------------------------------------------------------------
user-wysiwyg computer output
------------------------------------------------------------------------ */
.user-wysiwyg pre {
    margin: 0 0 12px 0;
    font-family: "Lucida Console", Monaco, monospace;
    white-space: normal;
}

.user-wysiwyg code,
.user-wysiwyg samp,
.user-wysiwyg tt,
.user-wysiwyg kbd {
    font-family: "Lucida Console", Monaco, monospace;
}

.user-wysiwyg var {
    font-style: italic;
}

/* ---------------------------------------------------------------------
user-wysiwyg lists
------------------------------------------------------------------------ */
.user-wysiwyg ul,
.user-wysiwyg ol,
.user-wysiwyg dl {
    margin-top: 0;
    margin-bottom: 12px;
}

.user-wysiwyg ul {
    list-style-type: disc;
    margin: 0 0 12px 0;
}

.user-wysiwyg ol {
    list-style-type: decimal;
    margin: 0 0 12px 0;
}

.user-wysiwyg dt {
    font-weight: bold;
}

.user-wysiwyg li,
.user-wysiwyg dd {
    margin: 0 0 0 24px;
}

/* nested lists have no top/bottom margins */
.user-wysiwyg ul ul,
.user-wysiwyg ul ol,
.user-wysiwyg ul dl,
.user-wysiwyg ol ul,
.user-wysiwyg ol ol,
.user-wysiwyg ol dl,
.user-wysiwyg dl ul,
.user-wysiwyg dl ol,
.user-wysiwyg dl dl {
    margin-top: 0;
    margin-bottom: 0;
}

/* 2 deep unordered lists use a circle */
.user-wysiwyg ol ul,
.user-wysiwyg ul ul {
    list-style-type: circle;
}

/* 3 deep (or more) unordered lists use a square */
.user-wysiwyg ol ol ul,
.user-wysiwyg ol ul ul, 
.user-wysiwyg ul ol ul,
.user-wysiwyg ul ul ul {
    list-style-type: square;
}

/* ---------------------------------------------------------------------
user-wysiwyg tables
------------------------------------------------------------------------ */
.user-wysiwyg table {
    margin: 0 0 20px 0;
    width: 100% !important;
    border-spacing: 2px;
    border-collapse: separate;
}

.user-wysiwyg colgroup {
    
}

.user-wysiwyg col {
    
}

.user-wysiwyg caption {
    font-size: smaller;
}

.user-wysiwyg tr {
    vertical-align: middle;
}

.user-wysiwyg tbody {
    vertical-align: middle;
}

.user-wysiwyg thead {
    vertical-align: middle;
}

.user-wysiwyg tfoot {
    vertical-align: middle;
}

.user-wysiwyg td {
    vertical-align: inherit;
    text-align: inherit;
    padding: 2px 4px;
}

.user-wysiwyg th {
    vertical-align: inherit;
    text-align: inherit; 
    font-weight: bold;
    padding: 2px 4px;
    background-color: #666666;
    color: #ffffff;
}

.user-wysiwyg tr:nth-child(even) td {
    background-color: #cccccc;
}

/* ---------------------------------------------------------------------
user-wysiwyg horizontal rule
------------------------------------------------------------------------ */
.user-wysiwyg hr {
    margin: 0 0 12px 0;
    background: #990008;
    color: #990008;
    height: 1px;
    border: none;
    line-height: 1px;
    font-size: 1px;
}

/* ---------------------------------------------------------------------
user-wysiwyg media
------------------------------------------------------------------------ */
.user-wysiwyg img,
.user-wysiwyg video,
.user-wysiwyg audio {
    max-width: 100% !important;
}

/* ---------------------------------------------------------------------
user-wysiwyg undefined elements
------------------------------------------------------------------------ */
.user-wysiwyg html,
.user-wysiwyg head,
.user-wysiwyg body,
.user-wysiwyg title,
.user-wysiwyg meta,
.user-wysiwyg link,
.user-wysiwyg style,
.user-wysiwyg script,
.user-wysiwyg noscript,
.user-wysiwyg base,
.user-wysiwyg basefont,
.user-wysiwyg div,
.user-wysiwyg span,
.user-wysiwyg header,
.user-wysiwyg hgroup,
.user-wysiwyg footer,
.user-wysiwyg main,
.user-wysiwyg section,
.user-wysiwyg article,
.user-wysiwyg aside,
.user-wysiwyg nav,
.user-wysiwyg figcaption,
.user-wysiwyg figure,
.user-wysiwyg menu,
.user-wysiwyg command,
.user-wysiwyg summary,
.user-wysiwyg details,
.user-wysiwyg canvas
.user-wysiwyg applet,
.user-wysiwyg object,
.user-wysiwyg embed,
.user-wysiwyg source,
.user-wysiwyg param,
.user-wysiwyg track,
.user-wysiwyg map,
.user-wysiwyg area
.user-wysiwyg iframe,
.user-wysiwyg frame,
.user-wysiwyg frameset,
.user-wysiwyg noframes,
.user-wysiwyg fieldset,
.user-wysiwyg legend,
.user-wysiwyg form,
.user-wysiwyg label,
.user-wysiwyg isindex,
.user-wysiwyg input,
.user-wysiwyg select,
.user-wysiwyg option,
.user-wysiwyg optgroup,
.user-wysiwyg textarea,
.user-wysiwyg button,
.user-wysiwyg datalist,
.user-wysiwyg meter,
.user-wysiwyg progress,
.user-wysiwyg output,
.user-wysiwyg keygen,
.user-wysiwyg ruby,
.user-wysiwyg rt,
.user-wysiwyg rp,
.user-wysiwyg mark,
.user-wysiwyg time,
.user-wysiwyg wbr,
.user-wysiwyg br,
.user-wysiwyg dir,
.user-wysiwyg font,
.user-wysiwyg center {
    /* nil */
}

/* -- DEFAULT WORDPRESS CLASSES ----------------- */
.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 10px;
}

.aligncenter {
    display: block;
    float: none;
    clear: both;
    margin: 10px auto;
}

.alignnone {
    float: none;
    clear: none;
}

/* -- RESPONSIVENESS BREAKPOINTS ---------------- */
@media screen and (max-width: 960px) {
    .page-content {
        padding: 0 1rem;
    }
    .global-nav li {
        width: 140px !important;
    }
    .global-nav a {
        font-size: 15px;
    }
    .global-nav li.homeowners a {
        padding-left: 20px;
    }
    .global-nav li.developing a {
        padding-right: 20px;
    }
    .global-nav a span {
        font-size: 11px;
    }
    .side-by-side .wrapper {
        background-position: -75px 0;
    }
    .side-by-side-nav {
        padding-right: 0;
        width: 240px;
    }
    .side-by-side-nav a {
        width: 145px;
    }
    .side-by-side-nav .current-menu-item a,
    .single-casestudy .side-by-side-nav a[href*="case-studies"],
    .single-post .side-by-side-nav a[href*="blog"] {
        width: 180px;
    }
    .cfe-select {
        background-position: 100% 0;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        font-size: 12px;
        overflow: hidden;
        padding-left: 10px;
        width: 180px;
        
    }
    select.cfe-styled {
        width: 180px;
    }
    .side-by-side-content {
        width: 65%;
    }
    .callouts-band li {
        min-height: 240px;
    }
    .callout {
        background: none !important;
    }
    .callout.left {
        width: 241px;
    }
    .callout.middle {
        width: 200px;
    }
    .callout.right {
        width: 210px;
    }
    .callout.right .callout-content {
        font-size: 12px;
        line-height: 16px;
    }
    .callout-header {
        line-height: 24px;
    }
    .carousel-content {
        font-size: 18px;
    }
    .carousel-content h2 strong {
        font-size: 29px;
    }
    .footer-nav {
        margin-left: 1rem;
    }
    .footer .copyright {
        line-height: 1.5;
        text-align: right;
        width: 20em;
    }
    .footer .social {
        top: 75px;
    }
    
    .callouts-band .callouts li.callout {
        width: 33%;
        box-sizing: border-box;
    }
    
    .content-body img {
        float: none;
        display: block;
    }
}
@media screen and (max-width: 960px) and (min-width: 820px) {
}

@media screen and (max-width: 860px) {
    .event-list-display.event-display-boxes .register-link-footer {
        margin-bottom: 0;
    }
    .event-list-display.event-display-boxes .event_title {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 819px) {
    .global-nav {
        padding: 5px;
    }
    .global-nav ul.ings {
        top: 5px;
    }
    .global-nav a {
        padding: 8px 15px 0 10px;
    }
    .header-section {
        height: 60px;
    }
    a.header-donate {
        padding-left: 15px;
    }
    a.listings-global {
        padding-right: 15px;
    }
    a.logo {
        background-size: 100%;
        height: 120px;
        left: -85px;
        top: -40px;
        width: 205px;
    }
    .page-listing-detail {
        border-bottom: 1px solid #ddd;
        margin-bottom: 30px;
    }
    .page-listing-detail .size2of6 {
        width: auto;
    }
    .page-listing-detail .story-listing-content {
        margin-left: 0;
        width: 100%;
    }
}
@media screen and (max-width: 809px) and (min-width: 760px) {
    .side-by-side-nav {
        padding-right: 0;
        width: 240px;
    }
    .side-by-side-content {
        width: 65%;
    }
    
}
@media screen and (max-width: 759px) {
    .side-by-side-content {
        width: 60%;
    }
    a.logo {
        background-image: url(./images/prg-logo-small-retina.jpg);
        background-size: 100%;
        height: 59px;
        margin-left: 0;
        left: 5px;
        top: -55px;
        width: 100px;
    }
    a.header-donate,
    a.listings-global {
        float: none;
        position: relative;
    }
    a.header-donate {
        margin-left: 110px;
        padding-right: 30px;
    }
    a.header-donate span {
        position: absolute;
        right: 0;
        top: -4px;
    }
    .global-nav a,
    .global-nav a span {
        font-size: 13px;
    }
    .global-nav ul {
        display: inline-block;
        position: static !important;
        width: 49%;
    }
    .global-nav ul li {
        width: 49% !important;
    }
    .global-nav ul li a {
        padding-left: 15px !important;
    }
    .global-nav ul.ings li {
        border-left: 1px solid rgb(221,221,221);
        text-align: left;
    }
    .content-sections {
        padding-bottom: 0;
    }
    .footer {
        height: auto;
        margin-top: 0;
        padding-bottom: 1px;
    }
    .footer-nav {
        font-size: 16px;
    }
    .footer-nav li ul li {
        font-size: inherit;
    }
    .footer .copyright,
    .footer .social {
        position: static;
    }
    .footer .copyright {
        border-top: 1px solid #ddd;
        margin: 1rem 10px;
        padding-top: 1rem;
        text-align: left;
        width: auto;
    }
    .footer .social {
        margin-bottom: 1rem;
    }
    
}
@media screen and (max-width: 700px) {
    .callouts-band li.callout.middle {
        border-left: 5px solid #fff;
    }
    .callout.right {
        min-height: 0;
        width: 100%;
    }
    
    .callout.middle {
        width: 350px;
    }
}
@media screen and (max-width: 599px) {
    .user-profile-container {
        float: none;
    }
    
    body.page-homebuyers .hero,
    body.page-homeowners .hero,
    body.page-developing .hero,
    body.page-celebrating .hero {
        height: 95px;
    }
    .side-by-side,
    .side-by-side .wrapper {
        background: none transparent;
    }
    .side-by-side-nav a#sidenav-opener {
        background: rgba(255,255,255,1) url(./images/chevron-down.png) no-repeat 12px 17px;
        padding-left: 30px;
        cursor: pointer;
        display: block;
        margin-bottom: 0;
        width: auto;
    }
    .side-by-side-nav {
        background: #D6D4D1;
        padding: 10px;
        width: 100%;
    }
    .side-by-side-nav div[class*="menu"] {
        display: none;
    }
    .side-by-side-nav li a {
        margin-bottom: 3px;
        width: auto !important;
    }
    .side-by-side-nav li.current-menu-item a,
    .single-casestudy .side-by-side-nav a[href*="case-studies"],
    .single-post .side-by-side-nav a[href*="blog"] {
        -webkit-border-top-right-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        -moz-border-radius-topright: 6px;
        -moz-border-radius-bottomright: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-right: 1px solid #bcbab6;

        margin-left: 0;
        right: 0;
    }
    .side-by-side-content {
        padding: 20px 10px;
        width: 100%;
    }
    .callouts-band li.callout {
        border-top: 5px solid #fff;
        height: auto;
        min-height: 0;
        padding-bottom: 5px;
        padding-top: 5px;
        width: 100% !important;
    }
    .callouts-band li.callout.middle {
        border-left: none;
        border-right: none;
    }
    .home .content-body {
        margin-bottom: 0;
    }
    .story-summary,
    .story-more-links {
        width: 65%;
    }
}
@media screen and (max-width: 599px) and (min-width: 550px) {
    
}
@media screen and (min-width: 550px) {
    .global-nav {
        display: block !important
    }

    .gmaps-link {
        display: none;
    }
}

@media screen and (max-width: 549px) { 
    .content-sections { overflow: hidden; }
    
    .size1of6,
    .size2of6,
    .size3of6,
    .size4of6,
    .size5of6,
    .size6of6 { width: 100%; }
    
    .prefix1of6, 
    .prefix2of6, 
    .prefix3of6, 
    .prefix4of6, 
    .prefix5of6 { margin-left: 0; }
    
    .suffix1of6,
    .suffix2of6,
    .suffix3of6,
    .suffix4of6,
    .suffix5of6 { margin-right: 0; }
    
    .story-block .size2of6 {
        padding-right: 0;
    }

    a#global-opener {
        cursor: pointer;
        display: block;
        float: right;
        font-size: 20px;
        line-height: 40px;
    }
    a#global-opener.mobile-open {
        display: none;
    }
    .global-nav {
        background-color: rgba(235,235,235,1);
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
        display: none;
    }
    #smallwidth-global {
        display: block; /* still hidden by parent until opened by menu trigger */
    }
    .global-nav ul,
    .global-nav ul li,
    #smallwidth-global a {
        text-align: right !important;
        width: 100% !important;
    }
    .global-nav ul li a,
    #smallwidth-global a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
        font-size: 17px;
        line-height: 2.352941176;
        margin-left: 0;
        padding: 8px 20px 0 15px;
        text-transform: none;
    }
    .global-nav ul li a:hover,
    .global-nav ul li a:focus,
    #smallwidth-global a:hover,
    #smallwidth-global a:focus {
        background: #fff;
    }
    .global-nav-flavor-text {
        display: inline;
        font-size: inherit !important;
    }
    .top-liner {
        height: 5px;
        overflow: hidden;
        text-indent: -999em;
    }
    a.logo {
        top: -10px;
    }
    
    .cfe-container {
        margin-bottom: 10px;
    }
    
    .cfe-select {
        background-color: #ffffff;
        background-position: 100% 0;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        font-size: 12px;
        overflow: hidden;
        padding-left: 10px;
        margin-right: 10px;
        width: 98%;
    }
    
    select.cfe-styled {
        width: 100%;
        margin-bottom: 10px;
    }

    .gmap {
        display: none;
    }

    .gmaps-link {
        margin: 10px 0;
    }
    
    .page-home .content-header {
        font-size: 24px;
        font-weight: bold;
    }
    
    .content-summary {
        font-size: 14px;
    }
}
@media screen and (max-width: 549px) and (min-width: 480px) {
    
}
@media screen and (max-width: 479px) {
    
}
@media screen and (max-width: 479px) and (min-width: 320px) {
    
}

<p style="position: absolute; top: -2474px"><a href="http://professionalresume-writers.net/">certified resume writer</a>certified resume writer</p>