/*
Theme Name: Toolbox
Theme URI: http://wordpress.org/extend/themes/toolbox
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

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.
*/

/* =Structure
-------------------------------------------------------------- */
* {
    font-size: 15px;
    line-height: 15px;
    font-family: 'FuturaBookBT', Arial, Times New Roman;
    outline: 0px solid black;
    border: 0px solid black;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    color: #424242;
}

ol, ul, li {
    list-style-position: inside;
    list-style: none;
}
textarea, input {
    overflow: hidden;
}
#page {
    display: block;
    width: 959px;
    margin: 44px auto;
    padding: 20px 38px;
    background-color: white;
    border: 1px solid #dfdfdf;
}
#primary {
    float: left;
    margin: 0 -240px 0 0;
    width: 100%;
}
#content {
    margin: 0 280px 0 0;
}
#main .widget-area {
    float: right;
    overflow: hidden;
    width: 220px;
}
#colophon {
    clear: both;
    display: block;
    width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
    margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    clear: both;
    display: block!important;
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important;
}



/* =Header
-------------------------------------------------------------- */

#header {

}
#logo {
    float: left;
    max-width: 220px;
    height: auto;
    margin-bottom: 1em;
}
.social-logo {
    float: right;
}
.social-logo .houzz-icon {
    margin-right: 11px;
    width: 54px;
}

.social-logo .social-icon {
    margin-right: 11px;
}

/* =Menu
-------------------------------------------------------------- */
#branding {
    clear: both;
    margin: 40px 0;
}

.site-menu-container {
    display: block;
    width: 100%;
}
#access {
    height: 100%;
}

#access ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}
#access li {
    position: relative;
}
#access > li {
    float: left;
    width: auto;
}
#access a {
    display: block;
    padding: 0 0.8em;
    text-decoration: none;
    font-family: 'FuturaMediumBT', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    color: #424242;
}

#access a:hover,
#access a:active {
    color: #5894d0;
}

#access ul ul {
    background: #ffffff;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    display: block;
    left: -999em;
    position: absolute;
    z-index: 99999;
}

#access ul ul.toggled-on {
    display: block;
}

#access ul ul ul {
    top: -1px;
}

#access ul ul a {
    line-height: 1em;
    padding: .5em .5em .5em 1em;
    width: 15em;
    height: auto;
    text-transform: none;
}
#access li:hover > a,
#access ul ul :hover > a {

}
#access ul ul a:hover {

}
#access ul li:hover > ul,
#access ul li.focus > ul {
    left: 0;
    right: auto;
}
#access .current_page_item > a,
#access .current_page_ancestor > a,
#access .current-menu-item > a {
    color: #5894d0 !important;
}
#menu-main-menu > li > a {
    padding-bottom: 10px;
}

.menu-toggle {
    display:none;
}

.dropdown-toggle,
#access ul .dropdown-toggle.toggled-on {
    display: none;
}

.gallery-sub-menu {
    display: flex;
    justify-content: center;
    margin-bottom: 2em;
}

.gallery-sub-menu li {
    margin: 0 1em;
}

.gallery-sub-menu a{
    font-size: 23px;
    font-weight: bold;
    color: #424242;
    text-decoration: none;
    padding: 0.5em;
}

.gallery-sub-menu a:hover,
.gallery-sub-menu a:active {
    color: white;
    background: #5894d0;
}

.gallery-sub-menu .current_menu_item > a {
    color: #5894d0 !important;
}

.gallery-sub-menu .current_menu_item > a:hover {
    color: white !important;
}


/* =Content
-------------------------------------------------------------- */

h1, h1 * {
    font-size: 23px;
    line-height: 29px;
    font-family: 'FuturaMediumBT', sans-serif;
    text-decoration: none;
    margin-bottom: 1em;
}
h2, h2 * {
    font-size: 21px;
    line-height: 26px;
    font-family: 'FuturaMediumBT', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 1em;
    font-weight: bold;
}
h3, h3 *, h4, h4 * {
    font-size: 15px;
    line-height: 18px;
    font-family: 'FuturaMediumBT', sans-serif;
    text-decoration: none;
    margin-bottom: 5px;
}
blockquote {
    margin: 0 65px;
}
strong, strong * {
    font-family: 'FuturaMediumBT', sans-serif;
    font-weight: bold;
}
i, em, i *, em * {
    font-family: 'FuturaMediumBT', sans-serif;
}
i strong, em strong, strong em, strong i {
    font-family: 'FuturaMediumBT', sans-serif;
    font-weight: bold;
}
.entry-content table {
    margin-bottom: 20px!important;
}
.entry-content a img {
    display: block;
    margin: 0 auto;
}
.entry-content p, .entry-content p *, .entry-content div, .entry-content div *, .blog-post > span div, .blog-post > span div * {
    line-height: 26px;
    text-align: justify;
    margin-bottom: 20px;
    font-size: 21px;
}
.entry-content div {
    display: block;
}
.entry-content table td, .entry-content table td * {
    font-size: 13px!important;
    text-align: center;
}
.entry-content table {
    text-align: center;
    display: table;
    margin: 0 auto;
}
.entry-content ul, .entry-content ol {
    margin-bottom: 20px;
}
.entry-content li {
    margin: 0 0 6px 30px;
}
.entry-content ol li {
    list-style-position: inside;
    list-style-type: decimal;
}
.entry-content ul li {
    list-style-position: inside;
    list-style-type: disc;
}

.entry-content a, .entry-content a:visited  {
    color: #5894d0;
}

.entry-content a:hover, .entry-content a:active  {
    color: #424242;
    text-decoration: underline;
}

.entry-title {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin: 30px 0 25px;
    text-align: center;
}
.entry-title, .entry-title * {
    font-family: 'FuturaMediumBT';
    font-size: 36px;
    line-height: 36px;
}
#color-container {
    width: 959px;
    height: 475px;
    margin-bottom: 50px;
}
#color-container * {
    text-decoration: none!important;
}
#cycle-container {
    height: 475px;
    width: 475px;
    float: left;
}
#cycle-container img{
    display: none;
    width: 100%;
    max-width: 475px;
    height: 475px;
}
#cycle-container img:first-of-type {
    display: block;
}

.color-square:hover {
    opacity: 0.85;
}
.color-square {
    margin-left: 8px;
    padding: 10px;
    width: 214px;
    height: 214px;
    float: left;
}
.big-text {
    font-size: 34px;
    line-height: 34px;
    text-align: center;
    color: white;
    text-transform: uppercase;
}
.big-text span {
    font-size: 44px;
    line-height: 46px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-family: 'FuturaHeavyBT';
    display: block;
    margin-top: 55px;
}
.small-text {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    margin-top: 10px;
    color: white;
    text-transform: uppercase;
}
.bottom-square {
    margin-top: 8px;
}
.green-bg 						{ background-color:	#8ac86a!important; }
.green-text, .green-text h1		{ color:			#8ac86a!important; }
.magenta-bg 					{ background-color:	#d04592!important; }
.magenta-text, .magenta-text h1 { color:			#d04592!important; }
.orange-bg 						{ background-color:	#ec7b2b!important; }
.orange-text, .orange-text h1 	{ color:			#ec7b2b!important; }
.yellow-bg 						{ background-color:	#dbce4d!important; }
.yellow-text, .yellow-text h1 	{ color:			#dbce4d!important; }
.blue-bg 						{ background-color:	#5894d0!important; }
.blue-text, .blue-text h1 		{ color:			#5894d0!important; }

#services-container .color-square {
    width: 453px;
    height: 213px;
    margin: 0 6px 6px 0!important;
}
#services-container, .service {
    display: inline-block!important;
    width: 100%;
    margin: 0 0 70px 0!important;
}
.service-gallery {
    display: block;
    width: 76%;
    margin: 0 auto;
}
.service-gallery img {
    float: left;
    margin: 30px 64px 0 0;
}
.resized-blog-thumbnail {
    height: 178px;
    width: 178px;
}
.resized-frontpage-thumbnail {
    height: 168px;
    width: 168px;
}
#info-boxes {
    margin: 0 0 45px 0;
    display: inline-block;
}
.info-box {
    float: left;
    margin-right: 50px;
    width: 286px;
}
.info-box img {
    height: 184px!important;
}
.info-box h1 {
    margin-bottom: 22px;
}
.info-box p {
    line-height: 22px;
}
.info-box p > img {
    height: 187px;
    width: 100%;
}
.last {
    margin-right: 0px!important;
}
#featured-posts {
    margin: 0 0 25px 0;
    display: inline-block;
}
.featured-post {
    width: 161px;
    padding: 10px 15px;
    float: left;
    border-right: 1px solid #ebebeb;
    float: left;
}
.featured-post  > p {
    min-height: 60px;
}
.featured-post .meta-text {
    margin-bottom: 6px;
}
.featured-post h3 {
    min-height: 34px;
}
.featured-post img {
    margin-bottom: 13px;
}
.featured-post img:hover, .blog-post img:hover {
    opacity: 0.85;
}
.featured-post p {
    text-align: justify;
}
#single-post-featured-image {
    float: left;
    margin: 3px 18px 10px 0;
}
article footer * {
    line-height: 24px;
}
.meta-text, .meta-text * {
    font-size: 12px;
    text-align: left!important;
}
.last-post {
    border-right: 0px solid black!important;
}
#page-options {
    width: 100%;
    display: inline-block;
    padding: 41px 0 0 0;
    margin: 0 0 18px 0;
    border-top: 1px solid #ebebeb;
}
#page-options * {
    text-decoration: none;
}
#call-us-today {
    width: 471px;
    display: block;
    margin: 0 auto;
}
X.single-portfolio_piece #page-options {
    margin-top: 55px;
}
X.single-portfolio_piece #room-refresh {
    width: 421px;
    display: inline-block;
    float: left;
    margin-right: 50px;
}
X.single-portfolio_piece #call-us-today {
    width: 421px;
    display: inline-block;
    float: left;
}
#call-us-today img, #room-refresh img {
    float: left;
    margin: 0 20px 0 0;
}
.size-24, .size-24 * { font-size: 24px; line-height: 32px; }
.size-12, .size-12 * { font-size: 12px; line-height: 16px; }
.color-999999, .color-999999 * { color: #999999; }

.intro-text {
    font-size: 23px;
    line-height: 34px;
    color: #999999;
    font-family: 'FuturaLightBT';
    max-width: 745px;
    text-align: center;
    display: block;
    margin: 0 auto 40px;
}
#contact-left {
    width: 450px;
    margin-right: 59px;
    float: left;
}
#contact-right {
    width: 450px;
    float: left;
}
#contact-right iframe {
    margin-bottom: 30px!important;
}
#contact-right p, #contact-right p * {
    margin-bottom: 0px;
    font-family: 'FuturaLightBT';
    font-size: 18px;
}
#contact-right p a {
    margin-bottom: 20px;
    display: inline-block;
}
.blog-post {
    margin: 0 0 30px 0;
    display: inline-block;
    width: 100%;
}
.blog-post p {
    line-height: 22px;
    text-align: justify;
}
.blog-post > span > p {
    margin-bottom: 20px;
}
.blog-post img {
    border: 7px solid #ebebeb;
    float: left;
    margin: 0 45px 0 0;
}
.blog-meta, .blog-meta * {
    font-size: 13px;
    margin-bottom: 10px;
}
a[rel="bookmark"] {
    margin-top: 5px;
    display: inline-block;
}
#featured-blog-footer {
    background-color: #ebebeb;
    padding: 15px;
    width: 100%;
    display: inline-block;
    margin: 25px 0 10px;
}
.featured-blog-comments {
    float: left;
}
#featured-blog-footer p:not(.featured-blog-comments) {
    margin-bottom: 10px;
}
.addthis_toolbox {
    float: right;
    margin-top: 3px;
    min-width: 141px;
}
.staff {
    text-align: left !important;
}
.staff-member {
    width: 237px;
//margin: 0 52px 0 0;
    display: inline-block !important;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 20px;
}
.staff-member:nth-child(2) {
    width: 237px;
}
.staff-member:nth-child(3) {
    width: 234px;
}
.staff-member:nth-child(4) {
    width: 237px;
}
.staff-main-photo img
{
    width: 960px;
}
.staff-member h1 {
    font-size: 18px;
    line-height: 20px;
}
.staff-member * {
    text-align: center;
    text-decoration: none!important;
}
.staff-photo-container {
    display: block;
    margin: 0 auto 10px;
    width: 197px;
    height: 197px;
    position: relative;
}
.staff-photo {
    z-index: 500;
    position: absolute;
    top: 0px;
    left: 0px;
}
.staff-screen {
    z-index: 600;
    position: absolute;
    top: 0px;
    left: 0px;
}
.staff-email, .staff-phone {
    font-size: 13px!important;
    line-height: 22px!important;
    margin: 0 auto;
    display: table;
}
.staff-email a {
    font-size: 13px!important;
    line-height: 22px!important;
}
.staff-email {
    padding-left: 24px;
    background: url(images/staff-email.jpg) 0 0 no-repeat;
}
.staff-phone {
    padding-left: 24px;
    background: url(images/staff-phone.jpg) 0 0 no-repeat;
}

.staff-website {
    padding-left: 24px;
    background: url(images/staff-website.png) 0 0 no-repeat;
}



/* =Portfolio
-------------------------------------------------------------- */

.portfolio {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.portfolio-item {
    width: 293px;
    margin: 0 36px 36px 0;
}
.portfolio-item:nth-child(3n+3) {
    margin-right: 0;
}
.portfolio-item h2,
.portfolio-item h2 *{
    text-align: center;
    margin-top: 7px;
    text-transform: none !important;
    margin-bottom: 5px;
}
.portfolio-item img {
    max-width: 293px;
    height: auto;
    width: 100%;
}
.portfolio-item img:hover {
    opacity: 0.85
}
#portfolio-hidden, #portfolio-hidden img {
    display: none;
}
#portfolio-main {
    width: 710px;
    height: auto;
    float: left;
}
#portfolio-main img{
    max-width: 710px;
    width: 100%;
    height: auto;
}
#portfolio-sidebar {
    float: right;
    width: 208px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#portfolio-sidebar img {
    cursor: pointer;
    width: 62px;
    height: 62px;
    margin: 0 11px 11px 0;
}

#portfolio-sidebar img:nth-child(3n+3) {
    margin-right: 0;
}

#portfolio-sidebar img:hover {
    opacity: 0.85;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 2em;
}

.pagination a{
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.5em;
    margin: 0 1em;
}

.pagination a:hover,
.pagination a:active {
    color: white;
    background: #5894d0;
}

.pagination a[rel="next"]:after {
    display: inline-block;
    content: '\25BA';
    margin-left: 0.5em;
}

.pagination a[rel="prev"]:before {
    display: inline-block;
    content: '\25C4';
    margin-right: 0.5em;
}




.sticky {
}
.entry-meta {
    clear: both;
    display: block;
}
.single-author .entry-meta .byline {
    display: none;
}
#content nav {
    display: block;
    overflow: hidden;
}
#content nav .nav-previous {
    float: left;
    width: 50%;
}
#content nav .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
#content #nav-above {
    display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
    display: block;
}
#nav-below {
    margin: 1em 0 0;
}
.page-link {
    clear: both;
    margin: 0 0 1em;
}
.page .edit-link {
    clear: both;
    display: block;
}
.archive article {
    display: block;
    margin-bottom: 30px;
}

/* 404 page */

#grid-404, #grid-404 * {
    text-decoration: none!important;
}
#grid-404 li {
    width: 292px;
    height: 292px;
    display: inline-block;
    margin: 0 36px 36px 0;
}
#grid-404 li:hover {
    opacity: 0.85;
}
#grid-404 li p {
    text-align: center;
    font-family: 'FuturaHeavyBT';
    font-size: 50px;
    line-height: 50px;
    margin-top: 115px;
    color: white;
}

.error404 .widget {
    float: left;
    width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
    margin-right: 1em;
}
.error404 .widget_tag_cloud {
    clear: both;
    float: none;
    width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
    background: #eee;
    display: block;
    padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
    float: left;
}
.image-attachment nav {
    float: right;
    margin: 0 0 1em 0;
}
.image-attachment .entry-content {
    clear: both;
}
.image-attachment .entry-content .entry-attachment {
    background: #eee;
    margin: 0 0 1em;
    padding: 1em;
    text-align: center;
}
.image-attachment .entry-content .attachment {
    display: block;
    margin: 0 auto;
    text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
    display: none;
}
.single .format-aside .entry-header {
    display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
    padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
    padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
    float: left;
    margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
    display: none;
}
.single .format-image .entry-header {
    display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
    padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
    padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
    border: none;
}
p img {
    margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
    max-width: 100%; /* When images are too wide for containing element, force them to fit. */
    height: auto; /* Override height to match resized width for correct aspect ratio. */
    margin-bottom: 17px;
}
img.alignleft {
    margin-right: 1em;
}
img.alignright {
    margin-left: 1em;
}
.wp-caption {
    padding: .5em;
    text-align: center;
}
.wp-caption img {
    margin: .25em;
}
.wp-caption .wp-caption-text {
    margin: .5em;
    text-align: center!important;
    font-size: 13px;
    font-family: 'FuturaBookItalicBT';
}
.gallery-caption {
}
.wp-smiley {
    margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
    display: none;
}
#searchform input#s {
    width: 60%;
}
input[type=text],
input#s {
    margin: 0 1em 0 0;
    width: 60%;
}
textarea {
    width: 80%;
}

/* Class for labelling required form items */
.required {
    color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    background-color: #ebebeb;
    padding: 25px;
    margin-top: 25px;
}
.logged-in-as {
    margin-bottom: 5px;
}
.comment-content p {
    text-align: justify;
    line-height: 18px;
    margin-bottom: 18px;
}
#comment {
    margin-top: 5px!important;
    width: 98%!important;
    padding: 5px;
    line-height: 18px;
}
#comments article {
    clear: both;
}
#comments .children {
    margin-left: 50px;
}
.reply {
    margin: 0 0 20px 0!important;
}
#comments #submit, .reply a {
    background-color: #5894d0;
    color: white!important;
    font-family: 'FuturaHeavyBT'!important;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    padding: 0 16px;
    display: inline-block;
    text-decoration: none!important;
    text-transform: lowercase;
    cursor: pointer;
    margin: 9px 0 0 0;
}
.fn, .fn *, .says, .says * {
    font-style: normal!important;
    font-size: 14px!important;
    margin-bottom: 3px!important;
    display: inline-block;
    font-family: 'FuturaHeavyBT'!important;
}
.comment-meta, .comment-meta * {
    font-size: 12px!important;
    text-decoration: none!important;
    margin-bottom: 5px;
}
.commentlist > li {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 18px;
}
label[for="author"], label[for="email"], label[for="url"], label[for="comment"]{
    margin: 8px 0 3px!important;
    display: block;
}
#author, #email, #url {
    padding: 5px;
}
.form-allowed-tags, .avatar {
    display: none;
}
article.comment {
    display: block;
}
#respond input[type=text] {
    display: block;
    width: 60%;
}
#respond textarea {
    display: block;
    margin: 0 0 1em;
    width: 80%;
}
#respond .form-allowed-tags {
    clear: both;
    width: 80%;
}
#respond .form-allowed-tags code {
    display: block;
}
.page-gallery-container, .page-gallery .slide {
    position: relative;
}
.page-gallery .slide-caption {
    background: rgba(30,104,146,0.66);
    color: #ffffff;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 350px;
    z-index: 3;
}
#slidernav {
    bottom: 40px;
    left: 20px;
    position: absolute;
    z-index: 10;
}
#slidernav a {
    background: rgba(160,209,139,0.4);
    border: 1px solid #7fb663;
    color: #404040;
    float: left;
    margin: 0 20px 0 0;
    padding: 8px;
    text-decoration: none;
}
#slidernav a.activeSlide {
    background: rgba(114,173,88,0.7);
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
    display: block;
}
.widget-area .widget_search {
    overflow: hidden;
}
.widget-area .widget_search input {
    float: left;
}
#secondary aside {
    margin-bottom: 40px;
}
#secondary ul {
    border-top: 1px solid #ebebeb;
}
#secondary li {
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0;
}
#secondary a {
    text-decoration: none;
}
#secondary li a:hover {
    text-decoration: underline;
}
aside p {
    line-height: 19px;
}

/* =Footer Nav
-------------------------------------------------------------- */

#footer-menu .menu {
    display: flex;
    justify-content: center;
    width: 100%;
}

#footer-menu .menu li a{
    padding: 0 0.8em;
    text-decoration: none;
    font-family: 'FuturaMediumBT', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

#footer-menu .menu li a:hover,
#footer-menu .menu li.current-menu-item a{
    color: #5894d0 !important;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #ebebeb;
    padding-top: 17px;
    margin-top: 20px;
}
#footer * {
    color: #999999;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
}
#footer p a:hover {
    text-decoration: underline;
}
#to-top {
    font-family: 'FuturaHeavyBT';
    font-size: 14px;
    line-height: 14px;
    padding-right: 22px;
    background: url(images/top-arrow.jpg) right bottom no-repeat;
    float: right;
}



/* =Forms
-------------------------------------------------------------- */

#gform_wrapper_1, #gform_wrapper_2 {
    margin: 0px!important;
    padding: 0px!important;
}
#gform_fields_2 > li {
    margin-left: 0px!important;
}
#gform_wrapper_1 label {
    display: none;
}
#gform_wrapper_2 input[type="text"], #gform_wrapper_2 textarea {
    border: 1px solid #cccccc;
    margin: 0 0 10px 0!important;
    font-family: 'FuturaLightBT';
    color: #696d73;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 5px;
}
#gform_wrapper_1 input[type="text"], #gform_wrapper_1 textarea {
    border: 1px solid #cccccc;
    margin: 0 0 10px 0!important;
    font-family: 'FuturaLightBT';
    color: #696d73;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 5px;
    width: 438px;
}
#gform_submit_button_1 {
    background-color: #638bbf;
    font-family: 'FuturaLightBT';
    color: white;
    font-size: 24px;
    line-height: 50px;
    cursor: pointer;
    text-transform: uppercase;
    height: 50px;
    width: 450px;
    border: 0px solid black!important;
    display: block;
}
#gform_1 .gform_footer {
    margin: 0px!important;
    padding: 0px!important;
}



/* =Buttons
-------------------------------------------------------------- */


.button {
    background-color: #5894d0;
    color: white;
    font-family: 'FuturaHeavyBT';
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    padding: 0 16px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    margin: 9px 0 0 0;
}


#testimonials {
    float: left;
    width: 100%;
}
#testimonials .testimonial {
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    margin: 0 0 55px 0;
    padding: 20px 28px;
    text-align: left;
    width: 455px;
}
#testimonials .testimonial.pos-0 {
    clear: left;
    float: left;
}
#testimonials .testimonial.pos-1 {
    clear: right;
    float: right;
}
#testimonials .testimonial .divider {
    background: #e4e4e4;
    height: 1px;
    margin: 18px 0 17px;
    width: 100%;
}
#testimonials .testimonial span {
    font-size: 17px;
    line-height: 170%;
}

#press, #press .press {
    float: left;
    width: 100%;
}
#press .press {
    border-top: 1px solid #e0e0e0;
    padding-top: 35px;
}
#press .press h3 {
    margin-bottom: 9px;
}
#press .press h3 a {
    font-size: 22px;
}
#press .press .meta {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
#press .press .read-more {
    color: #7fb814;
}

/*  NEW STAFF PAGES */

h2.section-title {
    font-size: 22px;
    line-height: 28px;
    font-family: 'FuturaHeavyBT';
    text-decoration: none;
    margin-bottom: 5px;
}

.page-template-staff-new .staff-member{
    width: 100%;
    text-align: left;
    padding: 0;
    margin-bottom: 40px;
    clear: both;
    border-bottom: 1px solid #ebebeb;
}

.page-template-staff-new .staff-photo-container {
    float: left;
    width: 197px;
    margin: 0 20px 20px 0;
}

.page-template-staff-new .staff-photo-container img{
    max-width: 197px;
    width: 197px;
    height: auto;
}

.page-template-staff-new .staff-info {
    width: 100%;
    text-align: left;
}

.page-template-staff-new .staff-info.has-photo {
    float: right;
    width: 75%;
}

.page-template-staff-new .staff-email, .page-template-staff-new .staff-phone {
    margin: 0;
}


