/* -------------------------------------
	AGENTS SECTION BEGIN */

/* adjust header height to allow .add-top-bar to be sticky */
@media only screen and (min-width:960px) {
    .subsite.nophoto #header,
    .subsite.nophoto #header.fixed-position {
        height: 124px;
    }
    .subsite.nophoto .top-bar-wrap {
        background: #fff;
        height: 94px;
    }
    .subsite.nophoto #header.fixed-position .top-bar {
		height:93px;
	}
	.subsite.nophoto #header .bar {
		padding:11px 15px 0 0;
	}
}
/* change color of links in top-nav */
.subsite .top-nav ul li a {
    color:#dadada;
}
.subsite .top-nav ul li a:hover {
    color:#fff;
}

@media only screen and (max-width: 959px){
    .subsite #footer #footer-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .subsite #footer #footer-wrapper {
        padding-bottom: 76px;
    }
}

/* remove gradient from box */
.subsite .personal-information.style03 .add-holder {
    background: #f6f5f2;
}

/* keep box to 300px height */
@media only screen and (min-width:768px) {
    .subsite .personal-information.style03 .add-holder {
        max-height: 328px;
    }
    .subsite .personal-information .photo-box img {
        max-height: 288px;
    }
    .subsite .personal-information.style03 .text-holder {
        padding-bottom: 28px;
    }
}

/* crop bg image on large screens and fill in bg with solid color */
@media only screen and (min-width:960px) {
    .subsite #main .personal-information.style03 {
        background-color: rgba(221, 220, 217, 1);
        background-position: center top;
        /* background-size: 100% 78% !important; */
    }
}

/* bg-holder to better position bg image on mobile */
@media only screen and (max-width: 767px){
    .subsite .bg-holder {
        height: 250px;
        background-size: cover !important;
        background: url('../images/img80.jpg') no-repeat 100%;
    }
    .subsite main#main .personal-information.style03 {
        padding-top: 0;
        background: transparent;
    }
}

/* move up arrow (mobile) above sticky footer */
.subsite .btn-top,
.property-detail-page .btn-top {
	bottom:65px;
}

.subsite .personal-information .phones-list li::before {
	content: "M ";
	color: #c5a62e;
}
.subsite .personal-information .phones-list li::after {
	content: "";
	position: relative;
	top:auto;
	left:auto;
}
.subsite .personal-information .phones-list li {
	padding-left: 0;
}

/* AGENTS SECTION END */


/* fix padding on footer-wrapper */
#footer #footer-wrapper {
    padding: 20px 20px 40px;
}



/* HEADER BEGIN */

/* fix position of search bar */
#header_search_form .twitter-typeahead {
    top: auto !important; /*override style.css line 1104 */
    vertical-align:top;
}

/* remove box-shadow from search form select */
.search-box .jcf-select {
    box-shadow: none;
}

/* make text in drop down smaller */
.jcf-list .jcf-option {
    font-size:11px;
}

/* add hover to more search options link */
.search-box .open-close .opener:hover,
.search-box .open-close .opener:focus {
    color:#4976b2;
}

/* remove aggressive rollover effect on search button on mobile */
@media only screen and (max-width: 767px) {
    .search-box fieldset .result:hover {
        background: #243764;
        border-color: #243764;
    }
    .search-box fieldset .result:hover span {
        color: #fff;
    }
}

/* fix nav issues */
.nophoto #header,
.nophoto #header .top-bar,
.nophoto #header .top-bar .name{
    height: 90px;
}
.nophoto #header .top-bar .name h1,
.nophoto #header .top-bar .name div.header-logo-image-non-h1,
.nophoto #header .top-bar .name h2,
.nophoto #header .top-bar .name h3,
.nophoto #header .top-bar .name h4,
.nophoto #header .top-bar .name p,
.nophoto #header .top-bar .name span,
.nophoto #header .top-bar-section li a {
    line-height: 90px !important;
}
.nophoto #header .bar {
    height: 89px;
    padding: 22px 15px 0 0;
}
.nophoto #header.fixed-position,
.nophoto #header.fixed-position .top-bar,
.nophoto #header.fixed-position .top-bar .name {
    height: 70px;
}
.nophoto #header.fixed-position .top-bar .name h1,
.nophoto #header.fixed-position .top-bar .name div.header-logo-image-non-h1,
.nophoto #header.fixed-position .top-bar .name h2,
.nophoto #header.fixed-position .top-bar .name h3,
.nophoto #header.fixed-position .top-bar .name h4,
.nophoto #header.fixed-position .top-bar .name p,
.nophoto #header.fixed-position .top-bar .name span,
.nophoto #header.fixed-position .top-bar-section li a {
    line-height: 70px !important;
}
.nophoto #header.fixed-position .bar {
    height: 70px;
    padding: 11px 15px 0 0;
}

@media only screen and (min-width: 1140px) {
	.fixed-position .top-bar .title-area {
	    margin-right: 43px !important;
	}
	.subsite.nophoto #header.fixed-position .title-area {
		margin-right: 20px !important;
	}
}

@media only screen and (max-width: 960px) {
    .nophoto #header,
    .nophoto #header .top-bar,
    .nophoto #header .top-bar .name {
        height: 70px;
    }
    .nophoto #header .top-bar .name h1,
    .nophoto #header .top-bar .name div.header-logo-image-non-h1,
    .nophoto #header .top-bar .name h2,
    .nophoto #header .top-bar .name h3,
    .nophoto #header .top-bar .name h4,
    .nophoto #header .top-bar .name p,
    .nophoto #header .top-bar .name span,
    .nophoto #header .top-bar-section li a  {
        height: 70px;
        line-height: 70px !important;
    }
    .nophoto #header .bar,
    .nophoto #header.fixed-position .bar {
        height: 70px;
        padding: 16px 15px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .nophoto #header,
    .nophoto #header .top-bar,
    .nophoto #header .top-bar .name{
        height: 50px;
    }
    .nophoto #header .top-bar .name h1,
    .nophoto #header .top-bar .name div.header-logo-image-non-h1,
    .nophoto #header .top-bar .name h2,
    .nophoto #header .top-bar .name h3,
    .nophoto #header .top-bar .name h4,
    .nophoto #header .top-bar .name p,
    .nophoto #header .top-bar .name span,
    .nophoto #header .top-bar-section li a {
        line-height: 50px !important;
    }
    .nophoto #header .bar {
        height: 50px;
        padding: 8px 12px 0 0;
    }
    .nophoto #header.fixed-position .top-bar .name h1,
    .nophoto #header.fixed-position .top-bar .name div.header-logo-image-non-h1,
    .nophoto #header.fixed-position .top-bar .name h2,
    .nophoto #header.fixed-position .top-bar .name h3,
    .nophoto #header.fixed-position .top-bar .name h4,
    .nophoto #header.fixed-position .top-bar .name p,
    .nophoto #header.fixed-position .top-bar .name span,
    .nophoto #header.fixed-position .top-bar-section li a {
        line-height: 50px !important;
    }
    .fixed-position .top-bar .title-area {
        margin-right: 43px !important;
    }
    
    #header.header-sticky {
        left: 0;
        position: fixed !important;
        width: 100%;
    }

    .left-off-canvas-toggle {
        position:fixed !important;
    }

}

/* fix font weight in drop down */
.nophoto.header-style03 #header .top-bar-section li .dropdown li.menu-item-has-children > a {
    font:14px/18px "News Gothic MT W01 Bold",Arial,Helvetica,sans-serif !important;
}

/* fix menu breaking */
@media only screen and (min-width: 960px) and (max-width: 1139px) {
	#header.fixed-position .top-bar-section a {
		padding:0 14px !important;
	}
}

/* HEADER END */



/* OFF SCREEN MENU BEGIN */
.left-off-canvas-menu .off-canvas-list ul {
	background: #eeece7;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1) inset;
}
.left-off-canvas-menu ul.off-canvas-list li.back a {
    background: rgba(0,0,0,.05);
}
ul.off-canvas-list li a::after {
    top:auto;
    margin-top: 0;
}
.left-off-canvas-menu ul.off-canvas-list .menu-item-has-children .menu-item-has-children li a {
    font-family:'News Gothic MT W01';
    font-size:13px;
    line-height: 17px;
}

/* OFF SCREEN MENU END */



/* HOME PAGE BEGIN */

/* ad style to slider */
.property-detail-page.nophoto .custom-gallery {
	background:#f7f5f1;
	box-shadow: inset 0 -120px 80px -15px rgba(0, 0, 0, 0.08);
}

/* fix font weight on mobile subnav-bar on mobile */
@media only screen and (max-width: 767px) {
    .structure-section .filter-menu ul li {
        font-family: "News Gothic MT W01", Arial, Helvetica, sans-serif;
    }
}

/* change font size to 28px */
.post-grid .title h3 {
    font-size:28px;
}

/* hide breadcrumb on homepages */
.page-template-page-homepage .breadcrumbs-holder {
    display:none;
}

.page-template-page-homepage .explore-section .news-box-next.hover .caption{
    border-width: 1px;
}

.page-template-page-homepage .explore-section .news-box-next a{
   color:#fff;
}

.page-template-page-homepage .explore-section .news-box-next .caption .holder .frame{
    padding-top: 80px;
}

.page-template-page-homepage .explore-section .news-box-next.hover .caption .holder .frame{
    -webkit-transition: transition: padding-top 0.25s ease;
    -moz-transition: transition: padding-top 0.25s ease;
    transition: padding-top 0.25s ease;
    padding-top: 10px;
}

/* adjust font sizes on property boxes */
.page-template-page-homepage .structure-section .structure-gallery .post-box .base-text-box .title {
	font-size: 12px;
}
.page-template-page-homepage .structure-section .structure-gallery .post-box .base-text-box .button {
	font-size: 18px;
	height: 36px;
	padding: 2px 10px;
}

/* make flash content responsive */
.story-box #flashContent {
	margin-bottom:18px;
}
@media only screen and (min-width: 1150px) and (max-width: 1346px) {
	.story-box #flashContent object,
	.story-box #flashContent object object {
		width: 454px;
		height: 95px;
	}
}
@media only screen and (min-width:960px) and (max-width: 1149px) {
	.story-box #flashContent object,
	.story-box #flashContent object object {
		width: 380px;
		height: 80px;
	}
}
@media only screen and (max-width: 600px) {
	.story-box #flashContent object,
	.story-box #flashContent object object {
		width: 300px;
		height: 63px;
	}
}

/* add white pointer */
.page-template-page-homepage .gallery-filter-bar .pointer::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    bottom: 0px;
    content: "";
    left: 50%;
    margin: 0 0 -1px -5px;
    position: absolute;
    z-index: 10;
}

/* fix width of image block so it lines up with blue arrow */
.page-template-page-homepage .about-area-section .content-block .image-block,
.page-template-page-homepage.responsive-page .about-area-section .content-block .image-block {
	width:50%;
}
@media screen and (max-width: 767px) {
	.page-template-page-homepage.responsive-page .about-area-section .content-block .image-block {
		width:100%;
	}
	.page-template-page-homepage .about-area-section .content-block .text-holder {
		padding-top: 0;
	}
}

/* fix type size on community block */
.page-template-page-homepage .explore-section .news-box-next h3 {
	letter-spacing: 1.2px;
	font-size: 28px;
	line-height: 32px;
}
.page-template-page-homepage .explore-section .news-box-next .holder {
	text-align: center;
}
@media only screen and (min-width:959px) {
	.page-template-page-homepage .explore-section .news-box-next h3 {
		font-size:28px;
		line-height: 32px;
	}
}
@media only screen and (min-width:960px) and (max-width:1139px) {
	.page-template-page-homepage .explore-section .news-box-next h3 {
		font-size:18px;
		line-height: 22px;
	}
}

/* HOME PAGE END */



/* PROPERTY DETAIL PAGE BEGIN */

/* updates to accordion nav */
 .property-detail-page #main li.accordion-navigation a {
    font: normal 18px/20px "Sabon MT W01 Semibold","Times New Roman",Times,serif;
    border: 1px solid #adadad;
    color: #001e45;
     text-transform:none;
}
.property-detail-page .article .accordion > li > a {
    height:42px;
    padding: 10px 19px;
    text-align:center;
}
.property-detail-page .article .accordion > li > a::after {
    top: 17px;
}
.property-detail-page #main li.accordion-navigation.active a {
    background-color: #f6f5f2;
}
.property-detail-page #main li.accordion-navigation div a {
    border:none;
}
.property-detail-page #main li.accordion-navigation.active div a {
    background-color: transparent;
}
.property-detail-page .tabset-info-section .accordion > li > a::after {
    background: url("../images/sprite.png") no-repeat -187px -66px;
    content: "";
    height: 8px;
    margin-top: -1px;
    overflow: hidden;
    position: absolute;
    right: 33px;
    top: 50%;
    width: 13px;
}
.property-detail-page .tabset-info-section .accordion > li.active > a::after {
    background: url("../images/sprite.png") no-repeat -187px -84px;
    margin-top: -2px;
}
.property-detail-page .tabset-info-section .accordion > li {
	margin:11px 0 0;
	line-height: 24px;
}
.property-detail-page .tabset-info-section .accordion > li:first-child {
	margin-top: 0;
}
.property-detail-page .tabset-info-section .accordion > li > a {
	height: 42px;
    padding: 10px 19px;
    text-align: center;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .property-detail-page .article .accordion > li > a,
    .property-detail-page .tabset-info-section .accordion > li > a {
        text-align:left;
    }
    .property-detail-page .article .accordion > li {
        margin: 11px 0 0;
    }
}

/* fix spacing issues if there is not a quote */
.property-detail-page .agents-container {
    margin-bottom: 0;
}
.property-detail-page .blockquote-holder {
    margin-top:28px;
    margin-bottom: 50px;
}
.property-detail-page .section-map {
    margin-top:0;
}

/* fix margin for short description h3 */
.property-detail-page .section-overview h3 {
    margin:22px 0 30px;
}

/* fix position of blue arrow above .section-market */
.responsive-page .about-area-section::after {
    margin-left: -11px;
    margin-bottom: 1px;
}

/* color of current page in breadcrumb */
.property-detail-page.nophoto .breadcrumbs > .current {
    color:#011d42;
}

/* center items in add-info-table */
.property-detail-page .add-info-table .columns {
	text-align: center;
}
.property-detail-page .add-info-table li {
	float:none;
	display: inline-block;
	margin-right: -4px;
}
.property-detail-page .add-info-table ul li:first-child::after {
	background: none;
}

/* add margin to short-description */
.property-detail-page .short-description {
	margin-top: 21px;
}

/* fix font size and width of currency select box */
.property-detail-page .heading-info-box .price .jcf-select.jcf-select-currency-select {
	min-width:70px;
}
.property-detail-page .heading-info-box .price .jcf-select.jcf-select-currency-select .jcf-select-text {
	font-size: 14px;
	line-height: 24px;
}

/* remove margin on bottom of agents container */
.property-detail-page .agents-container.style03 {
	margin-bottom: 0;
}

/* fix about-area-section image width */
@media only screen and (min-width:768px) {
	.property-detail-page .about-area-section .content-block .image-block {
		width:50%;
	}
}

/* add shadows and top border to listing tool bar */
.property-detail-page .bar-listing-tools {
    background-color: #f7f5f1;
    background-image: url('../images/toolbar-shadow-left.png'), url('../images/toolbar-shadow-right.png');
	background-position: left top, right top;
	background-repeat: no-repeat;
	box-shadow:inset 0px 2px 4px rgba(0,0,0,.05);
	border-top: 1px solid #e0e0de;
}

/* add shadow to sticky listing tool bar when fixed */
.property-detail-page .bar-listing-tools.fixed-position {
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

/* fix sub section titles on mobile */
@media only screen and (max-width:767px) {
	.property-detail-page .getting-city-section .text-block h2,
	.property-detail-page .brokerage-listing-section .heading h2,
	.property-detail-page .section-lifestyles .sub-headline h2,
	.property-detail-page .email-form .heading h2 {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: .5px;
	}
}

/* fix slideshow height and style on mobile */
@media only screen and (max-width: 767px) {
	.property-detail-page .rsDefault .rsArrowIcn {
		top:60%;
	}
    .rsFullscreen {
        z-index: 9999999;
    }
}

/* add SLW button */
.slw-button {
	width:100%;
	margin: 12px 0;
}
.description-block .slw-button {
	float: left;
	clear: left;
	margin: 12px 24px 0 -10px;
    width: 38.6%;
}
@media only screen and (max-width:1139px) {
	.description-block .slw-button {
		margin: 12px 60px 0 0;
		width:45%;
	}
}
@media only screen and (max-width:959px) {
	.description-block .slw-button {
		margin: 12px 60px 0 0;
	    width: 48%;
	}
}
.slw-button .button {
	position: relative;
	width:100%;
	color:#06376c;
	font:normal 14px/20px "News Gothic MT W01", Arial, Helvetica, sans-serif;
	margin: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	text-transform: uppercase;
	border:1px solid #40658d;
	box-shadow:inset 0px 15px 15px rgba(255,255,255,.4);
	background: #dae1e7;
	background: -moz-linear-gradient(top, #ffffff 0%, #dae1e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dae1e7)); 
	background: -webkit-linear-gradient(top, #ffffff 0%,#dae1e7 100%); 
	background: -o-linear-gradient(top, #ffffff 0%,#dae1e7 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#dae1e7 100%); 
	background: linear-gradient(to bottom, #ffffff 0%,#dae1e7 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dae1e7',GradientType=0 ); 
}
.slw-button .button .icon {
	position: absolute;
	top:-6px;
	left:16px;
	background: url('../images/slw-icon.png') no-repeat;
	width:28px;
	height:43px;
}
.slw-button .button:after {
	background: url('../images/slw-arrow.png') no-repeat;
	width:12px;
	height:14px;
	content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    z-index: 3;
    margin-top: -7px;
}

/* PROPERTY DETAIL PAGE END */



/* PROPERTY RESULTS PAGE BEGIN */

/* fix margin below filter menu */
.page-template-page-prop-search-results .filter-menu-bar {
    padding-bottom: 24px;
}

/* fix font size on button */
.page-template-page-prop-search-results .search-content-result .add-menu-bar .button {
    font-size: 14px;
}

@media only screen and (min-width:768px) and (max-width:960px) {
    /* fix font-size in search form */
    .page-template-page-prop-search-results .jcf-select.jcf-select-your-search-filter .jcf-select-text,
    .page-template-page-prop-search-results .your-search-bar .price-filter .opener,
    .page-template-page-prop-search-results .your-search-bar .beds-filter .opener,
    .page-template-page-prop-search-results .your-search-bar .more-filter .opener {
        font-size: 14px;
    }
    /* fix padding above filter menu bar */
    .page-template-page-prop-search-results .filter-menu-bar {
        padding-top: 23px;
    }
    /* fix form width overflowing wrapper */
    .page-template-page-prop-search-results .filter-menu-bar .pagination-box {
        width:238px;
    }
    .search-results-page .filter-menu-bar .save-search-link .text {
        padding: 11px 0 0;
        width: auto;
    }
}

/* hide lower sort by menu at bottom of results */
.page-template-page-prop-search-results .results-content-holder .filter-menu-bar .jcf-select-sort-by-select,
.page-template-page-prop-search-results .results-content-holder .filter-menu-bar .jcf-select-sort-by-select .jcf-select-text,
.page-template-page-prop-search-results .results-content-holder .filter-menu-bar .jcf-select-sort-by-select .jcf-select-opener,
.page-template-page-prop-search-results .results-content-holder .filter-menu-bar .view-list-menu {
    display:none;
}
.page-template-page-prop-search-results .results-content-holder .filter-menu-bar .jcf-select-sort-by-select {
    border:none;
}

/* fix stlye of number of photo number */
.search-content-result .image-box .info-photos .number {
    color: #e7d079;
    font-family: 'News Gothic MT W01 Bold', Arial, Helvetica, sans-serif;
}

/* PROPERTY RESULTS PAGE END */



/* LIFESTYLE PAGE BEGIN */

/* hide additional lifestyle categories */
.additional-lifestyle-categories {
    display:none;
}

/* remove padding from bottom of promo-section */
.page-template-page-lifestyle-landing .promo-section {
    padding-bottom: 0;
}

.page-template-page-lifestyle-gallery .description-block {
	padding-top: 32px;
}

@media only screen and (min-width:961px) and (max-width:1140px) {
	.page-template-page-lifestyle-gallery .description-block {
		padding-bottom: 0px;
	}
}

@media only screen and (max-width:767px) {
	.page-template-page-lifestyle-gallery #main {
		padding-top: 50px;
	}
	.page-template-page-lifestyle-gallery .start-section-holder.alt {
		margin-bottom: 0;
	}
	.lifestyle-page .sub-menu {
		display: block;
	}
	.page-template-page-lifestyle-gallery .subnav-bar {
		padding-bottom: 0;
	}
	.page-template-page-lifestyle-gallery .description-block {
		padding-top: 0;
	}
	.page-template-page-lifestyle-gallery .video-block .description-block {
		height:auto;
	}
}

/* LIFESTYLE PAGE END */


/* COMMUNITY ARCHIVE BEGIN */

/* community-news section */
.community-news .news-section {
    background: transparent;
}
.community-news .news-section::before,
.community-news .news-section::after,
.community-news .news-block::before,
.community-news .news-block::after {
    bottom: auto;
    box-shadow: none;
    height: auto;
    left: auto;
    max-width: none;
    position: relative;
    transform: none;
    width:auto;
    z-index: -1;
}
.community-news .news-section > .frame {
    padding: 0;
}
.community-news .news-section .frame .row {
    margin:0;
}
.community-news .news-block {
    margin: 0;
    background: transparent;
    color:#ccc;
}
.community-news .news-block .news-frame {
    padding:0;
}
.community-news .latest-news-box {
    background: transparent;
}
.community-news .latest-news-box .heading,
.community-news .more-news-box .heading {
    border-color: #425979;
}
.community-news .latest-news-box h2,
.community-news .more-news-box h2{
    color: #fff;
}
.community-news .latest-news-box .date-block .date,
.community-news .more-news-box .post .date {
    background: #001734;
}
.community-news .latest-news-box .date-block .date > .frame,
.community-news .more-news-box .post .date > .frame{
    color: #425979;
    font-weight: 600;
}
.community-news .latest-news-box .date-block .date > .frame .number,
.community-news .more-news-box .post .date > .frame .number {
    color: #6290d0;
    font-weight: normal;
}
.community-news .latest-news-box .date-block h3,
.community-news .more-news-box .post h3 a {
    color: #ccc;
}
.community-news .more-news-box .post h3 {
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
}
.community-news .more-news-box .post h3,
.community-news .more-news-box .post .author,
.community-news .more-news-box .post p {
    margin-left: 95px;
}
.community-news .latest-news-box .button-holder {
    text-align: left;
}
.community-news .latest-news-box .button-holder .button {
    color:#fff;
    border: 1px solid #7e7e7e;
}
.community-news .latest-news-box .button-holder .button:hover,
.community-news .latest-news-box .button-holder .button:focus{
    background: transparent;
    border-color: #fff;
}
.community-news .more-news-box .link-holder .more {
    color: #fff;
}
.community-news .more-news-box .link-holder .more:hover,
.community-news .more-news-box .link-holder .more:focus {
    color:#0078a0;
}
@media screen and (min-width: 420px) {
    .community-news .latest-news-box > .holder,
    .community-news .more-news-box {
        padding: 0;
    }
    .community-news .latest-news-box .button-holder .button {
        display: inline;
    }
}

/* COMMUNITY ARCHIVE END */



/* make video play button 30% smaller */
.about-area-section .content-block .image-block .btn-play {
    height:66px;
    width:66px;
}
.about-area-section .content-block .image-block .btn-play::after {
    border-width: 14px 24px;
    margin: -13px 0 0 -7px;
}
@media only screen and (max-width:1140px) {
    .responsive-page .about-area-section .content-block .image-block .btn-play {
        width: 58px;
        height: 58px;
    }
    .responsive-page .about-area-section .content-block .image-block .btn-play:after {
        border-width: 12px 20px;
        margin: -12px 0 0 -7px;
    }
}



/* MARKET WATCH PAGE BEGIN */

.market-reports .row--margin-bottom--large{
    margin-bottom: 0;
}

/* MARKET WATCH PAGE END */



/* GRAVITY FORMS START */

/* Market Watch Forms */
.page-template-page-market-watch #subscribe_form{
    background: #ebeae5;
    padding: 36px 0;
}
.page-template-page-market-watch .email-form .heading{
    margin: 0;
}

#subscribe_form #field_5_7 label{
    font-size: small;
}

#subscribe_form .gfield_checkbox .label-holder{
    width: 80%;
    float: right;
}

/* fix firefox float bug */
.email-form .row-holder .label-holder {
	float:none;
}

/* GRAVITY FORMS END */



/* CAREERS PAGE START */

.page-template-page-careers .subnav-bar.sticky-box.fixed-position {
    border-top:none !important;
}
.page-template-page-careers .subnav-bar.sticky-box {
    height: auto;
}
.page-template-page-careers .sub-menu li:last-child {
    background: #0d2752;
}
.page-template-page-careers .sub-menu li:last-child a {
    color:#fff;
}
.page-template-page-careers .description-block,
.page-template-page-careers #section-management {
    text-align: center;
    padding-bottom: 40px;
}
.page-template-page-careers #section-testimonials .blockquote-section {
    padding-top: 30px;
}
.page-template-page-careers .description-block h2,
.page-template-page-careers .description-block h3,
.page-template-page-careers .description-block h4,
.page-template-page-careers .description-block h5,
.page-template-page-careers .description-block h6 {
    font-family: "Sabon MT W01 Semibold", "Times New Roman", Times, serif;
    text-align: center;
}
.page-template-page-careers .description-block .heading h2,
.page-template-page-careers #section-management .heading h2,
.page-template-page-careers #section-testimonials .heading h2,
.page-template-page-careers #section-start .heading h2,
.page-template-page-careers #section-start .section-content h2 {
    color:#122a4b;
    font-family: "Sabon MT W01 Semibold", "Times New Roman", Times, serif;
    font-size:40px;
    line-height: 42px;
    padding: 24px;
    text-align: center;
}
.page-template-page-careers #section-testimonials .heading h2 {
    color: #fff;
    padding-bottom: 0;
}
.page-template-page-careers #overview.section-overview p {
    font-family: "News Gothic MT W01", Arial, Helvetica, sans-serif;
    text-align: center;
}
.page-template-page-careers .cycle-gallery {
    border-top: none;
    margin-bottom: 0;
}
.page-template-page-careers #section-testimonials .author {
    color: #d3c54f;
}
.page-template-page-careers #section-start .section-content h4 {
    color:#1a376d;
    font-family: 'News Gothic MT W01';
    font-weight: 700;
    font-size:18px;
    line-height: 24px;
    text-transform: uppercase;
}
.page-template-page-careers #section-start .section-content {
    font-family: 'News Gothic MT W01';
}
.page-template-page-careers #section-start .section-content li {
    margin-bottom: 6px;
}
@media only screen and (min-width:960px) {
    .page-template-page-careers .cycle-gallery .btn-prev,
    .page-template-page-careers .cycle-gallery .btn-next {
        bottom: auto;
        top: 50%;
        margin: -58px 0 0;
    }
}

@media only screen and (max-width:959px) {
    .page-template-page-careers .description-block .heading h2,
    .page-template-page-careers #section-management .heading h2,
    .page-template-page-careers #section-testimonials .heading h2,
    .page-template-page-careers #section-start .heading h2,
    .page-template-page-careers #section-start .section-content h2 {
        font-size: 26px;
        line-height: 28px;
    }
    .page-template-page-careers #section-start .section-content h4 {
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (max-width:767px) {
    .page-template-page-careers .start-section-holder {
        margin-bottom: 0;
    }
    .page-template-page-careers .sub-menu.style02 {
        display: block;
    }
}


/* CAREERS PAGE END */