.mainItemDesc h3:before {
	bottom: -25px;
}
.mainItemDesc h3 {
	margin-bottom: 35px;
}
.singlePostWrap > ul li:before {
	background:transparent;
}
.dspp_panel {
	font-family: 'Lato';
}
.dspp_content ul {
	margin-left:20px;
}
.dspp_content ul li {
	list-style: disc !important;
	margin-bottom:8px;
	color:#444;
}
a.dspp_step.dspp_step-green-blue.dspp_step4 {
	padding-left:25px !important;
	margin-left: 0 !important;
}
.dspp_panel a.dspp_step {
	width:30% !important;
	font-size:15px;
}
.mainMenu {
    margin: 18px 36px 0px 0;
}
#header .is-sticky .mainMenu {
    margin-top: 18px;
}
.mainMenu > ul > li {
    padding-bottom: 0;
}
#header .headerWrap {
    background: #fff!important;
    /*border-bottom-color: rgba(0,0,0,0)!important; */
    z-index: 99999;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.06)!important;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.06)!important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06)!important;
}
#header .mainMenu ul li a {
    color: #7f7f7f;
}
#header .is-sticky .logo {
    margin-top: 0;
}

.logo {
    margin-top: 0;
}
.logo img {
    max-width: 340px;
}

.home .ourTeam {
    padding-bottom: 55px;
}
.home .ourTeam li {
    list-style: disc;
}
.home .ourTeam .storyImg {
    width: 60%;
}
.home .ourTeam .storyDesc {
    width: 30%;
}
.container {
    padding-bottom: 332px;
}
#footer {
    border-top: 50px solid #168cb9;

}
.footerMenu li {
    display: inline-block;
    margin: 0px 5px;
}

.gridItem2 .gridItemDesc {
    background: rgba(1,139,187,0.9);
}
.slideDesc h2 {
    font-size: 40px;
    line-height: 45px;
}
.slideDesc h2 span {
    font-size: 20px;
    line-height: 21px;
}
.mainItemDesc {
    padding: 30px 50px 0;
}
.mainItemDesc h3 {
    font-size: 28px;
    line-height: 38px;
}
.mainItemDesc p {
    margin-bottom: 42px;
}
.home .ourTeam li {
    margin-bottom: 20px;
    font-size: 20px;

}
.home .ourTeam li > span {
    width: 100%;
    max-width: none;
    float: none;
}
.teamItem .overlay {
    background: rgba(1,139,187,0.8);
}
.location-map {
    width: 50%;
    float:left;
    height: 250px;
}
.location-map .map {
    height:400px;
}
.contactForm {
    padding: 40px 0 100px 0;
}
.mainItemDesc p {
    font-size:16px;
    line-height: 21px;
}
.gridItemDesc .viewMore {
    left:20px;
}
.gridItemDesc {
    padding: 30px 20px 0 20px;
}
.contactInfo p, .storyDesc p, .singlePostWrap p {
    margin-bottom:15px;
    font-size:16px;
    color:#444;
    line-height: 25px;
}
.storyDesc h3 {
    line-height: 5px;
    margin-bottom:75px;
}
/*
.storyDesc2 {
    width:60%;
    margin: 0px auto;
}
*/
.teamList {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    height:265px;
}
.teamList li {
    list-style: none !important;
    text-align: center;
}
.pageHeader {
    height:160px;
}
.pageHeader h1 {
    top:88px;
}
.footerSubscribe   form p {
    margin-top: 10px;
    font-size: 12px;
}
.footerSubscribe   form p input[type="checkbox"] {
    margin-left: 5px;
    margin-right: 5px;
}
.footerSubscribe   form p label:first-child input[type="checkbox"] {
    margin-left: 0;
}
.footerSubscribe.contact-page-subscribe-form {
    float: none;
}
.footerSubscribe.contact-page-subscribe-form form {
    float: none;
    margin: 0 auto;
}
#productDesc .info_wrapper {
    display: none;
}
#productDesc .info_wrapper:first-child {
    display: block;
}
.tabrow {
    text-align: left;
    list-style: none;
    margin: 70px 0 20px;
    padding: 0 0 0 15px;
    line-height: 24px;
    height: 36px;
    overflow: hidden;
    font-size: 12px;
    font-family: verdana;
    position: relative;
}
.tabrow li {
    border: 1px solid #AAA;
    background: #D1D1D1;
    background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
    text-shadow: 0 1px #FFF;
    margin: 0 -5px;
    padding: 5px 20px;
}
.tabrow a {
    color: #555;
    text-decoration: none;
}
.tabrow li.selected {
    background: #f4f4f4;
    color: #333;
    z-index: 2;
    border-bottom-color: #f4f4f4;
}
.tabrow:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #AAA;
    z-index: 1;
}
.tabrow li:before,
.tabrow li:after {
    border: 1px solid #AAA;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}
.tabrow li:before {
    left: -6px;
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #D1D1D1;
}
.tabrow li:after {
    right: -6px;
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #D1D1D1;
}
.tabrow li.selected:before {
    box-shadow: 2px 2px 0 #f4f4f4;
}
.tabrow li.selected:after {
    box-shadow: -2px 2px 0 #f4f4f4;
}
body.fixedbody {
    overflow: hidden;
}
.teamItemDesc {
    overflow-y: scroll;
}
@media only screen and (max-width: 1258px) {
	.dspp_panel a.dspp_step {
		font-size:12px;
	}
}
@media only screen and (max-width: 1023px) {
    .home .showMobileMenu span {
    background: #333333!important;
}
.page.page-template-default .wrapper {
    width: 100%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dspp_panel a.dspp_step {
		font-size:9px;
	}
}
@media only screen and (max-width: 767px) {
	.pageHeader h1 {
		font-size: 24px;
		line-height: 22px;
	}
	.singlePostWrap h5 {
		font-size:24px;
	}
	.dspp_panel a.dspp_step {
		width:9% !important;
		font-size:9px;
		text-indent:100%;
		white-space: nowrap;
		overflow: hidden;
	}
	a.dspp_step.dspp_step-green-blue.dspp_step4 {
		padding-left:40px !important;
		margin:0 0 0 -20px !important;
	}
    .home .ourTeam .storyImg  {
    width: 100%;
}
.home .ourTeam .storyDesc {
    width: 80%;
}
.container {
    padding-bottom: 428px;
}
.mainItemDesc {
    padding: 30px 9px 0;
    position: relative;
    height: auto;
    padding-bottom: 10px;
}
.mainItemDesc h3 {
    font-size: 32px;
}
.mainItemDesc p {
    font-size: 16px;
}
.slide.active .slideDesc {
    top: 30%;
}
.slideDesc h2 {
    font-size: 20px;
    line-height: 30px;
}
.mainItem {
    padding-bottom: 0;
}
.gridItemWrap {
    margin-top: 20px;
}
.gridItem {
    padding-bottom: 0;
    margin-bottom: 20px;

}
.gridItemImg {
    width: 40%;
    overflow: hidden;

    float: left!important;
}
.gridItemImg img {
    position: relative;
    width: auto;
    max-width: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
}
.gridItemDesc {
    width: 60%;
    height: auto;
    top: auto;
    bottom: auto;
    padding-left: 5%;
    padding-right: 5%;
    float: right!important;
    min-height: 100%;
    left: auto!important;
    right: 0!important;
}
.storyImg {
    margin-top: 40px;
}
.gridItemWrapLeft  .gridItemDesc {
    background: #fff;
}
.gridItemWrapLeft .gridItemDesc h3 {
    color: #333333;
}
.gridItemWrapLeft .gridItemDesc p {
    color: #7f7f7f;
}
.gridItemWrapLeft .gridItemDesc .viewMore {
    color: #168cb9;
}
.gridItemWrapLeft .gridItemDesc .viewMore:hover {
    color: #333;
}
.gridItemWrapLeft .gridItemWhite .gridItemDesc {
    background: #168cb9;
}
.gridItemWrapLeft .gridItemWhite .gridItemDesc h3 {
    color: #fff;
}
.gridItemWrapLeft .gridItemWhite .gridItemDesc p {
    color: #b6dbf4;
}
.gridItemWrapLeft .gridItemWhite .gridItemDesc .viewMore {
    color: #b6dbf4;
}
.gridItemWrapLeft .gridItemWhite .gridItemDesc .viewMore:hover {
    color: #fff;
}
}
@media only screen and (max-width: 479px) {
.location-map {
    width: 100% !important;
    height: 420px !important;
    float:none !important;
}
.contactInfo {
	float:none !important;
	width:100% !important;
}
.contactForm {
	padding: 0 0 50px 0;
}
.ourContact .wrapper {
	padding: 50px 0 0 0;
}
.teamList li span {
	font-size:12px;
}
div.slideDesc {
	margin-top:0px !important;
}
.slideDesc h2 span {
	font-size:16px;
	line-height: 22px;
}
    #header .logo {
    margin-left: 0;
}
.logo img {
    max-width: 250px;
    padding-top: 8px;
}
.mainItem {
    padding-bottom: 0;
}
.gridItemDesc {
    padding-top: 10px;

    line-height: 20px;
    margin-bottom: 5px;
}
.gridItemDesc h3 {
    line-height: 20px;
    font-size: 18px;
    margin-bottom: 5px;
}
.gridItemDesc p {
    font-size: 14px;
}
.gridItem2 {
    padding-bottom: 0;
}
.gridItem2 .gridItemDesc {
    margin-bottom: 0;
}
}