@charset "UTF-8";
/* CSS Document */

/****************************** 
******************************* 
ALL INTEFACE/LAYOUT IDS & STYLES
****************************** 
COLORS:
Dark Green: 086b69
Lighter Green (home banner): 069593
Aqua (footer): 0099a8
TAN/Brown: c9e9ed
Yellow: ffd204
******************************/
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 14px;
    line-height: 1.8;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-weight: 400;
}
body {
    font-size: 1em;
    line-height: 1.6;
    background-color: #0099a8;
}
img {
    max-width: 100%;
}
#wrapper, #page {
    width: 100%;
    position: relative;
}
.inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
section, article, header, footer, nav, aside, hgroup, main {
    display: block;
}
/*HEADER---------------------------------------------*/
header#masthead {
    position: relative;
    height: 167px;
    border-bottom: 12px solid #e2e1da;
    background-color: #FFF;
}
.header-left {
    float: left;
    width: 30.4878%;/*300/984*/
    position: relative;
    height: 167px;
}
.header-right {
    float: right;
    /*width:69.51219%;684/984*/
    width: 68.59756%;/*675/984*/
    position: relative;
    height: 167px;
}
.phone {
    color: #006670;
    font-size: 20px;
    position: absolute;
    bottom: 52px;
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 2px 0 2px 40px;
}
.phone a {
    color: #006670;
    text-decoration: none;
}
/*MAIN NAVIGATION---------------------------------------------*/
nav#main-nav {
    position: absolute;
    background-color: #086b69;
    bottom: 12px;
    right: 0;
    width: 100%;
    font-size: 12px;
}
nav#main-nav > ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
}
nav#main-nav > ul > li {
    float: left;
    border-left: 1px solid #89b8b7;
}
nav#main-nav > ul > li:first-child {
    border-left: none;
}
nav#main-nav > ul > li > a {
    color: #FFF;
    display: block;
    padding: 7px 20px;
    text-decoration: none;
    text-transform: uppercase;
}
nav#main-nav > ul > li > a:hover {
    background-color: #c9e9ed;
    color: #086b69;
}
nav#main-nav > ul > li:hover {
    background-color: #c9e9ed;
    color: #086b69;
}
nav#main-nav > ul > li:hover > a {
    color: #086b69;
}
nav#main-nav ul.sub-menu {
    display: none;
    position: absolute;
    background-color: #c9e9ed;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 200;
}
nav#main-nav ul.sub-menu li {
}
nav#main-nav ul.sub-menu li a {
    color: #086b69;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
}
nav#main-nav > ul > li:hover ul.sub-menu {
    display: block;
}
/*TOUCH STYLES----------------------------------*/
.touch nav#main-nav > ul > li > a:hover { /*remove hover style for touch*/
    background-color: transparent;
    color: #FFF;
}
.touch nav#main-nav > ul > li:hover { /*remove hover style for touch*/
    background-color: transparent;
    color: #FFF;
}
.touch nav#main-nav > ul > li.active > a {
    background-color: #c9e9ed;
    color: #086b69;
}
.touch nav#main-nav > ul > li:hover ul.sub-menu {/*remove hover style for touch*/
    display: none;
}
.touch nav#main-nav > ul > li.active ul.sub-menu {
    display: block;
}
/*Add menu items to hide on non-touch screens i.e. extra overview links*/

.no-touch nav#main-nav #menu-item-61 {
/*display:none;*/
}
/*END TOUCH STYLES---------------------------------*/


nav#top-nav {
    position: absolute;
    right: 0;
    bottom: 55px;
    font-size: 12px;
}
nav#top-nav > ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
}
nav#top-nav > ul > li {
    float: left;
    margin-left: 20px;
}
nav#top-nav > ul > li > a {
    display: block;
    text-decoration: none;
    color: #086b69;
    text-transform: uppercase;
}
nav#top-nav > ul > li > a:hover {
}
nav#top-nav ul.sub-menu {
    display: none;
}
nav#top-nav > ul > li:hover ul.sub-menu {
    display: block;
}
/*HOMEPAGE---------------------------------------------*/
#homebanner {
    background-color: #069593;
    overflow: hidden;
}
.slider-wrap {
    max-width: 984px;
    margin: 0 auto;
    background-color: #eee;
    -webkit-box-shadow: 2px 0px 60px -9px rgba(0,0,0,0.75), -2px 0px 60px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 0px 60px -9px rgba(0, 0, 0, 0.75, -2px 0px 60px -9px rgba(0,0,0,0.75));
    box-shadow: 2px 0px 60px -9px rgba(0,0,0,0.75), -2px 0px 60px -9px rgba(0,0,0,0.75);
}
.homecontent {
    border-top: 1px solid #FFF;
    background: #dadada;
    background: -moz-linear-gradient(top, #dadada 0%, #eeeeee 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #dadada), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #dadada 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #dadada 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #dadada 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #dadada 0%, #eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#eeeeee', GradientType=0 );
}
.homecontent:after {
    content: "";
    display: table;
    clear: both;
}
.home-left {
    float: left;
    width: 59.75609%;/*588/984*/
    font-size: 1.1428571em; /*16/14*/
    padding-top: 20px;
}
.home-right {
    float: right;
    width: 37.80487%; /*372/984*/
    background-image: url(../images/headshot-bg.png);
    background-repeat: no-repeat;
    background-position: center 42px;
}
.home-right, .home-left {
    min-height: 210px;
    position: relative;
}
.tina-photo {
    /* margin: -93px auto 0px; */
    display: block;
    top: -85px;
    right: 21.10215%; /*78.5/372*/
    left: 21.10215%;
    position: absolute;
    z-index: 10;
}
.homebottom {
    background-color: #c9e9ed;
    min-height: 200px;
    padding-bottom: 30px;
}
.homebottom-ribbon-bg {
    height: 50px;
    background-color: #da9a5e;
}
.homebottom-ribbon {
    margin: 0 auto;
    max-width: 1024px;
    background-color: #c9e9ed;
    height: 50px;
    position: relative;
}
.ribbon {
    display: block;
    position: absolute;
    top: -4px;
}
.home-bottom-title {
    display: none;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 20px;
}
.home-bottom-content {
    margin: 0 -.25406%; /*2.5/984*/
    width: 100%;
}
.home-bottom-content:after {
    content: "";
    display: table;
    clear: both;
}
.home-bottom-box {
    margin: 0 .25406%; /*2.5/984*/
    height: 180px;
    background-color: #fff;
    float: left;
}
.home-bottom-box.photo {
    width: 18.29268%; /*180/984*/
    border: 6px solid #FFF;
}
.home-bottom-box.testimonial {
    width: 43.08943%; /*424/984*/
    padding: 20px;
}
/*CONTENT---------------------------------------------*/
#content {
    position: relative;
    background-color: #FFF;
    padding-bottom: 30px;
}
.home.page #content {
    padding-bottom: 0px;
}
#content .inner {
}
.content-nested-left {
    float: left;
    width: 100%;
}
.content-nested-right {
    float: right;
    width: 24.39024%; /*240/984*/
}
.has-sidebar .content-nested-left {
    width: 72.15447%; /*710/984*/
}
.half-width .content-nested-right, .half-width.has-sidebar .content-nested-left, .half-width .content-nested-left {
    width: 48%;
}
.content-nested-left-half {
    float: left;
    width: 450px;
    border: 1px solid #CCC;
}
.content-nested-right-half {
    float: right;
    width: 450px;
    border: 1px solid #CCC;
}
.page-content, .entry-content, .entry-summary {
    margin: 0;
}
/*FOOTER---------------------------------------------*/
#footer {
    position: relative;
    min-height: 100px;
    color: #FFF;
}
#footer .inner {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.footer-info {
    font-size: 14px;
    margin-bottom: 15px;
}
#footer .aimg {
    font-size: 11px;
}
#footer a {
    text-decoration: none;
    color: #FFF;
}
#footer a:hover {
    color: #ffd204;
}
/*MOBILE HEADER---------------------------------------------*/
.mobile-header {
    display: none;
    height: 50px;
    position: fixed;
    width: 100%;
    background-color: #069593;
    z-index: 1000;
    top: 0;/* text-align: center; */
}
.logowrap {
    max-width: 250px;
    text-align: center;
    margin: 15px auto 0;
}
.logowrap p {
    padding: 0;
    /*font: 600 14px/14px "Open Sans", Helvetica, Arial, sans-serif;*/
    color: #EC1F26;
}
.ToggleMenu.Open {
    width: 50px;
    height: 50px;
    float: left;
    margin-left: 0;
    background-color: #086b69;
    background-image: url(../images/open-menu-button.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.ToggleRight.Open {
    width: 50px;
    height: 50px;
    float: right;
    margin-right: 10px;
    background-color: #EC1F26;
    background-image: url(../images/open-menu-button.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.ToggleMenu.Close, .ToggleRight.Close {
    width: 40px;
    height: 40px;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    background-color: #086b69;
    background-image: url(../images/close-menu-button.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 2px solid #FFF;
}
.ToggleRight.Close {
    float: left;
    margin-left: 10px;
}
.ToggleMenu:hover, .ToggleRight:hover {
    background-color: #000;
}
/*Side Menu----------------------*/
div#sidemenu {
    background-color: #EEE;
    -webkit-box-shadow: 2px 0px 26px -6px rgba(0,0,0,0.65);
    -moz-box-shadow: 2px 0px 26px -6px rgba(0,0,0,0.65);
    box-shadow: 2px 0px 26px -6px rgba(0,0,0,0.65);
    border-right: 1px solid #CCC;
    background-image: url(../images/sidemenu-bg.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    border-top: none;
    border-bottom: none;
}
.sidr ul li:hover>a, .sidr ul li:hover>span, .sidr ul li.active>a, .sidr ul li.active>span, .sidr ul li.sidr-class-active>a, .sidr ul li.sidr-class-active>span {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.sidr ul li ul li:hover>a, .sidr ul li ul li:hover>span, .sidr ul li ul li.active>a, .sidr ul li ul li.active>span, .sidr ul li ul li.sidr-class-active>a, .sidr ul li ul li.sidr-class-active>span {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.sidr ul li {
    border-top: none;
    border-bottom: none;
    outline: 0;
}
.sidr ul li ul li {
    line-height: 1.4;
}
.sidr ul li {
    display: block;
    margin: 0;
    line-height: 1.4;
    padding: 0;
}
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
    border-top: none;
    line-height: 1.4;
    background-color: #086b69;
}
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
    border-top: none;/*SUBMENU*/
    line-height: 1.4;
}
.sidr ul li a, .sidr ul li span {
    padding: 10px 15px;
    display: block;
    text-decoration: none;
}
.SideMenu .SubNav {
    display: none;
}
.SubNav .head {
    font-size: 14px;
    font-weight: bold;
}
.SideMenu .SubNav2 {
    border: none !important;
}
.MainLink {
    background-image: url(../images/sidelinks-expand.png);
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 33px !important;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-weight: bold;
}
li.active .MainLink {
    background-image: url(../images/sidelinks-close.png);
    color: #0099a8;
}
.SubNav li:hover {
    border: none !important;
}
/*WP Side Menu--------------------------------*/
.sidr ul.SideMenu {
    margin-top: 55px;
    background-color: #069593;
}
.SideMenu .sub-menu {
    display: none;
}
.SideMenu > li {
    border-bottom: dotted 1px #3dc3c1 !important;
}
.SideMenu > li > a {
    background-image: none;
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 33px !important;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    outline: 0;
}
.SideMenu > li.menu-item-has-children > a {
    background-position: left 4px;
    background-image: url(../images/sidelinks-expand.png);
}
.SideMenu > li.active {
    background-color: #c9e9ed;
}
.SideMenu > li.active > a {
    background-image: url(../images/sidelinks-close.png);
    background-color: #c9e9ed;
    color: #086b69;
}
.sub-menu li:hover {
    border: none !important;
}
.sub-menu li a {
}
.sub-menu li a:hover {
    color: #ffd204 !important;
    background-color: #086b69;
}
/*------------------------------------------*/


.smallmenu {
    text-align: left;
    font-size: 12px;
    border: none !important;
    background-color: #c9e9ed;
    width: 90%;
    margin: auto !important;/* -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;*/
}
.smallmenu li {
    padding: 0;
    line-height: 42px !important;
    border: none !important;
}
.smallmenu li:hover {
    background-color: none;
}
.smallmenu li a {
    padding: 0 0 0 20px !important;
    color: #086b69 !important;
    text-transform: uppercase;
}
.smallmenu li a:hover {
    color: #FFF !important;
    background-color: #333;
}
/*INTERNAL HEADER-------------------------------------*/
.page-header-wrap {
    min-height: 62px;
    margin-bottom: 20px;
    /*background-image:url(../images/page-header-wrap-bg.png);*/
    background-position: top;
    background-repeat: repeat-x;
    background-color: #da9a5e;
    background: #da9a5e;
    background: -moz-linear-gradient(top, #a8713d 0%, #da9a5e 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #a8713d), color-stop(100%, #da9a5e));
    background: -webkit-linear-gradient(top, #a8713d 0%, #da9a5e 100%);
    background: -o-linear-gradient(top, #a8713d 0%, #da9a5e 100%);
    background: -ms-linear-gradient(top, #a8713d 0%, #da9a5e 100%);
    background: linear-gradient(to bottom, #a8713d 0%, #da9a5e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8713d', endColorstr='#da9a5e', GradientType=0 );
}
.page-header-top {
    height: 8px;
}
.page-header-bottom {
    height: 6px;
    background-image: url(../images/page-header-bottom-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.page-header {
    min-height: 48px;/*background-image:url(../images/header-bg.png);
	background-repeat:no-repeat;
	background-position:center top;*/
}
.page-header .inner {
    min-height: 48px;
    background-color: #d7ba9a;
    padding-top: 7px;
    background-image: url(../images/page-header-inner-bg.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.page-header h1.entry-title {
    font-size: 28px;
    line-height: 1.2;
    color: #333;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.55);
}
/*CONTENT ELEMENTS--------------------------------------*/

text-shadow-dark {
    color: #333;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.55);
}
text-shadow-light {
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.55);
}
.CallOutText p {
    margin: 0px 0;
    padding: 0;
    line-height: 1.4;
}
.CallOutText {
    font-size: 18px;
    overflow: hidden;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    color: #0099a8;
}
.CallOutText.floatRight {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #ccc;
    margin-left: 20px;
    padding-left: 20px;
    text-align: left;
    width: 200px;
}
.CallOutText.floatLeft {
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #ccc;
    margin-right: 20px;
    padding-right: 20px;
    text-align: right;
    width: 200px;
}
.stitch-callout {
    margin-bottom: 15px;
    font-size: 16px;
    background-color: #c9e9ed;
    text-align: center;
    color: #333;
    padding: 6px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.55);
}
.stitch-callout-content {
    padding: 15px;
    border: dashed 1px #239cab;
    position: relative;
}
.stitch-callout.tan a {
    color: #FFF;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.55);
    text-decoration: none;
}
.stitch-callout a {
    color: #40acba;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.55);
    text-decoration: none;
}
.stitch-callout a:hover {
    color: #086b69;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.55);
    text-decoration: none;
}
.stitch-callout.tan {
    background-color: #d7ba9a;
}
.stitch-callout.tan .stitch-callout-content {
    border: dashed 1px #9a673f;
}
.stitch-callout-content p {
    margin: 0px 0;
    padding: 0;
    line-height: 1.4;
}
.stitch-callout.floatRight {
    margin-left: 20px;
    max-width: 200px;
    -ms-transform: rotate(4deg); /* IE 9 */
    -webkit-transform: rotate(4deg); /* Chrome, Safari, Opera */
    transform: rotate(4deg);
}
.stitch-callout.floatLeft {
    margin-right: 20px;
    max-width: 200px;
    -ms-transform: rotate(-4deg); /* IE 9 */
    -webkit-transform: rotate(-4deg); /* Chrome, Safari, Opera */
    transform: rotate(-4deg);
}
img.main-image {
    display: block;
    background-color: #c9e9ed;
    padding: 7px;
}
/*responsive youtube video */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*FANCY BORDER--------------------------------*/

.fancy-border {
    margin-bottom: 25px;
}
.fancy-border .image {
    margin-bottom: 0px;
}
.fancy-border .gallery-image img {
    margin-bottom: 0px;
}
.fancy-border:before, .fancy-border:after {
    content: "";
    display: block;
}
.fancy-border:before {
    background-image: url(../images/fancy-border-top-brown.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 27px
}
.fancy-border:after {
}
.fancy-border-content {
    border-top: 1px solid #765333;
    border-bottom: 1px solid #765333;
    padding: 5px 10px;
    text-align: center;
    /*background-color:#d7ba9a;*/
    background-color: #eae3dc;
    color: #333;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.55);
}
.fancy-border.nobg .fancy-border-content {
    background-color: transparent;
    padding: 5px 0;
}
.fancy-border-content p {
    padding: 0;
}
/*NINJA FORMS-----------------------------------------------*/
.nf-form-fields-required { /*Hide the default required message*/
    display: none;
}
.widget_ninja_forms_widget {
    background-color: #EEE;
    padding: 10px;
    border: 1px solid #ccc;
}
.widget_ninja_forms_widget .textarea-wrap textarea {
    height: 70px;
}
.contact-form-top {
    width: 84px;
    height: 84px;
    background-image: url(../images/contact-form-top.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin: -34px auto 10px;
}
.ninja-form-intro-text {
    font-size: 11px;
    margin-bottom: 10px;
}
#ninja_forms_required_items, .nf-field-container {
	margin-bottom: 10px !important;
}
.nf-field-label {
	margin-bottom: 2px !important;
}
.widget_ninja_forms_widget .submit-wrap input {
	cursor:pointer;
	font-size:14px;
	padding: 8px 10px;
	margin: 0px;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px 6px 6px 6px;
	box-shadow: none;
	color: #FFF;
	background: #086b69;
	border: 1px solid #086b69;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}
.widget_ninja_forms_widget .submit-wrap input:hover {
	  background: #c9e9ed;
  color: #086b69;
	border: 1px solid #c9e9ed;
	box-shadow: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
/*ABOUT------------------------------------------*/
.questions {
    margin-bottom: 15px;
}
.questions ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
}
.questions li {
    background-image: url(../images/checkmark.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 36px;
    margin-bottom: 12px;
}
.questions .title2 {
}
/*Solutions Grid------------------------------------------*/

.solutions-wrap {
    margin: 0 -1.40895% 20px; /*10/710*/
}
.solutions-wrap:after {
    content: "";
    display: table;
    clear: both;
}
.solutions-block {
    width: 30.51643%; /*216.66666/710*/
    margin: 40px 1.40895% 10px; /*10/710*/
    float: left;
    border: 1px solid #CCC;
    background-color: #EEE;
}
.solutions-icon {
    width: 84px;
    height: 84px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: -34px auto 10px;
}
.paper .solutions-icon {
    background-image: url(../images/solutions-icons-paper.png);
}
.computer .solutions-icon {
    background-image: url(../images/solutions-icons-computers.png);
}
.closets .solutions-icon {
    background-image: url(../images/solutions-icons-closets.png);
}
.kitchens .solutions-icon {
    background-image: url(../images/solutions-icons-kitchens.png);
}
.bedrooms .solutions-icon {
    background-image: url(../images/solutions-icons-bedrooms.png);
}
.basements .solutions-icon {
    background-image: url(../images/solutions-icons-garages.png);
}
.solutions-content {
    text-align: center;
    padding: 0 7px 10px;
}
.solutions-content .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    padding: 5px 0;
    margin-bottom: 5px;
    border-top: dashed 1px #CCC;
    border-bottom: dashed 1px #CCC;
}
.solutions-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.solutions-content ul li {
    font-size: 12px;
    margin-bottom: 10px;
    padding-left: 20px;
    text-align: left;
    background-image: url(../images/checkmark.png);
    background-position: left 1px;
    background-repeat: no-repeat;
    background-size: 17px;
}
/*Getting Started------------------------------------------*/
.number-block {
}
.number-block:after {
    content: "";
    display: table;
    clear: both;
}
.number {
    display: block;
    width: 46px;
    height: 46px;
    float: left;
    -webkit-border-radius: 46px;
    -moz-border-radius: 46px;
    border-radius: 46px;
    background-color: #c9e9ed;
    position: relative;
    text-align: center;
    line-height: 46px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.55);
    color: #086b69;
    font-size: 24px;
}
.number:before {
    display: block;
    border: dashed 1px #239cab;
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    top: 4px;
    left: 4px;
}
.number-content {
    margin-left: 55px;
    padding-top: 5px;
}
.number-content .title {
    padding-bottom: 4px;
}
/*GALLERY------------------------------------------------*/

.gridrow.two-up .gallery-description {
    margin-top: 0px;
    font-size: 12px;
}
.gallery-description {
    margin-top: 45px;
    font-size: 12px;
}
.gallery-wrap .fancy-border {
}
/*BOTTOM CTA's------------------------------------------*/
.testimonial-cta {
    padding: 20px;
}
.testimonial-cta:after {
    content: "";
    display: table;
    clear: both;
}
.testimonial-content {
    /* background-color: #FFF; */
    padding: 10px;
    padding: 6px 0 0 34px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* border: 1px solid #DDD; */
    background-image: url(../images/quote.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.testimonial-author {
    font-size: 11px;
    float: right;
    margin: 5px 5px 5px 0;
}
.bottom-cta {
/*margin-top:20px;
	margin-bottom:20px*/;
}
.bottom-cta .gridrow.smallmargin .gridcol {
    text-align: left;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
a.cover {
    position: absolute;
    background-color: #fff;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
a.cover:hover {
    opacity: .25;
}
#sidemenu .phone {
    color: #006670;
    font-size: 18px;
    position: absolute;
    bottom: auto;
    top: 14px;
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 27px;
    padding: 2px 0 2px 33px;
    margin-left: 5px;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-weight: 400;
}
