@font-face {
	font-family: 'NiveauGroteskMedium';
	src: url('../fonts/NiveauGroteskMedium.eot?') format('eot'), 
		 url('../fonts/NiveauGroteskMedium.otf')  format('opentype'),
		 url('../fonts/NiveauGroteskMedium.woff') format('woff'), 
		 url('../fonts/NiveauGroteskMedium.ttf')  format('truetype'),
		 url('../fonts/NiveauGroteskMedium.svg#NiveauGroteskMedium') format('svg');
}
@font-face {
	font-family: 'NiveauGroteskLight';
	src: url('../fonts/NiveauGroteskLight.eot?') format('eot'), 
		 url('../fonts/NiveauGroteskLight.otf')  format('opentype'),
		 url('../fonts/NiveauGroteskLight.woff') format('woff'), 
		 url('../fonts/NiveauGroteskLight.ttf')  format('truetype'),
		 url('../fonts/NiveauGroteskLight.svg#NiveauGroteskLight') format('svg');
}
@font-face {
	font-family: 'HelveticaNeueLTStd-Md';
	src: url('../fonts/HelveticaNeueLTStd-Md.eot?') format('eot'), 
		 url('../fonts/HelveticaNeueLTStd-Md.otf')  format('opentype'),
		 url('../fonts/HelveticaNeueLTStd-Md.woff') format('woff'), 
		 url('../fonts/HelveticaNeueLTStd-Md.ttf')  format('truetype'),
		 url('../fonts/HelveticaNeueLTStd-Md.svg#HelveticaNeueLTStd-Md') format('svg');
}
@font-face {
	font-family: 'HelveticaNeueLTStd-Lt';
	src: url('../fonts/HelveticaNeueLTStd-Lt.eot?') format('eot'), 
		 url('../fonts/HelveticaNeueLTStd-Lt.otf')  format('opentype'),
		 url('../fonts/HelveticaNeueLTStd-Lt.woff') format('woff'), 
		 url('../fonts/HelveticaNeueLTStd-Lt.ttf')  format('truetype'),
		 url('../fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt') format('svg');
}
@font-face {
	font-family: 'NiveauGroteskRegular';
	src: url('../fonts/NiveauGroteskRegular.eot?') format('eot'), 
		 url('../fonts/NiveauGroteskRegular.otf')  format('opentype'),
		 url('../fonts/NiveauGroteskRegular.woff') format('woff'), 
		 url('../fonts/NiveauGroteskRegular.ttf')  format('truetype'),
		 url('../fonts/NiveauGroteskRegular.svg#NiveauGroteskRegular') format('svg');
}
@font-face {
	font-family: 'HelveticaNeueLTStd-Roman';
	src: url('../fonts/HelveticaNeueLTStd-Roman.eot?') format('eot'), 
		 url('../fonts/HelveticaNeueLTStd-Roman.otf')  format('opentype'),
		 url('../fonts/HelveticaNeueLTStd-Roman.woff') format('woff'), 
		 url('../fonts/HelveticaNeueLTStd-Roman.ttf')  format('truetype'),
		 url('../fonts/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman') format('svg');
}
@font-face {
	font-family: 'Whitney-Semibold';
	src: url('../fonts/Whitney-Semibold.eot?') format('eot'), 
		 url('../fonts/Whitney-Semibold.woff') format('woff'), 
		 url('../fonts/Whitney-Semibold.ttf')  format('truetype'),
		 url('../fonts/Whitney-Semibold.svg#Whitney-Semibold') format('svg');
}
#comments {
    display: none;
}
.page-header-title {
    margin-bottom: 30px;
}
img{
    max-width: 100%;
    height: auto;
}
*:focus {
    outline: none!important;
}
.btn {
    font-family: "HelveticaNeueLTStd-Md", Arial, sans-serif;
    font-size: 15px;
    color: #fff;
    border: none;
    padding: 10px 35px;
    -webkit-transition: box-shadow .4s;
    transition: box-shadow .4s;
}
.btn-primary {
    text-transform: uppercase;
    background: rgb(244,228,125); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(244,228,125,1) 0%, rgba(232,206,33,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,228,125,1)), color-stop(100%,rgba(232,206,33,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(244,228,125,1) 0%,rgba(232,206,33,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(244,228,125,1) 0%,rgba(232,206,33,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(244,228,125,1) 0%,rgba(232,206,33,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(244,228,125,1) 0%,rgba(232,206,33,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e47d', endColorstr='#e8ce21',GradientType=0 ); /* IE6-9 */
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background: rgb(232,206,33); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(232,206,33,1) 95%, rgba(244,228,125,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(95%,rgba(232,206,33,1)), color-stop(100%,rgba(244,228,125,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(232,206,33,1) 95%,rgba(244,228,125,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(232,206,33,1) 95%,rgba(244,228,125,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(232,206,33,1) 95%,rgba(244,228,125,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(232,206,33,1) 95%,rgba(244,228,125,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ce21', endColorstr='#f4e47d',GradientType=0 ); /* IE6-9 */
}
.btn-primary .curret {
    background: transparent url(../img/btn-arrow.png) no-repeat 0 0;
    text-indent: -99999px;
    display: inline-block;
    width: 9px;
    height: 15px;
    position: relative;
    top: 2px;
}

.navbar-brand {
    height: auto;
    margin-bottom: -35px;
    padding: 17px 15px 0;
}
.navbar-brand img {
    max-width: 156px;
}
.navbar-default {
    padding: 10px 0;
    margin-bottom: 0;
}
#menu-primary-navigation {
    margin-top: 7px;
    margin-right: -15px;
}
#menu-primary-navigation > li > a {
    padding: 0 15px;
    border-right: solid 2px #fff;
    font-family: "NiveauGroteskMedium", Arial, sans-serifl;
    text-transform: uppercase;
}
#menu-primary-navigation li:last-child a {
    border-right: none;
    padding-right: 15px;
}
#menu-secondary-navigation {
    margin-top: 4px;
}
.pull-right.top a,
.pull-right.top span {
    position: relative;
    top: -8px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background: transparent;
    color: #003d4c!important;
}
.pull-right.top a,
.pull-right.top span,
#menu-secondary-navigation a {
    font-size: 12px;
    color: #d1ccc4;
    padding: 0 12px;
}
#menu-secondary-navigation li:last-child a {
    padding-right: 0;
}
.navbar-default {
	background-color: #898989;
    border-bottom: solid 7px #6899ae;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
}
.pull-right.top a:hover,
.pull-right.top a:focus,
#menu-secondary-navigation a:hover,
#menu-secondary-navigation a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #003d4c;
    text-decoration: none;
}
.navbar .input-group-btn {
    display: none;
}
.navbar .form-control {
    border: none;
    border-radius: 0;
    background: #cdcdcd;
    height: 23px;
}
.navbar form {
    display: inline-block;
    width: 150px;
}
.header-social {
    margin-top: 4px;
    margin-left: 10px;
}
.header-social a {
    color: #d1ccc4;
    font-size: 20px;
    margin-left: 20px;
    position: relative;
    top: -4px;
}
.header-social a:hover,
.header-social a:focus {
 	color: #003d4c;

}
.rsSlide .rsContent {
    position: relative;
}
.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
    background: #3e5e6f;
}
.top-slider-content {
    right: 100px!important;
    left: auto!important;
    top: 50%!important;
    width: 320px!important;
    margin-top: -100px;
}
.top-slider-content a {
    float: right;
}
.top-slider-content h1 {
    text-align: right;
    color: #1b1b1b;
    font-family: "NiveauGroteskLight", Arial, sans-serif;
    font-size: 48px;
}
.top-slider-content h3 {
    text-align: right;
    color: #1b1b1b;
    font-family: "NiveauGroteskLight", Arial, sans-serif;
    font-size: 30px;
}
.main .royalSlider {
    border-radius: 13px;
    overflow: hidden;
}
.main .royalSlider .rsSlideRoot > h3,
.main .royalSlider .rsSlideRoot > p {
    display: none;
}
.main .rsTabs {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, .6)!important;
    padding: 15px 20px 0;
}
.main .rsUni .rsTabs {
    text-align: left;
    z-index: 99;
}
.main .rsUni .rsTab:hover,
.main .rsUni .rsTab.rsNavSelected {
    background: transparent;
    color: #a5525c;
}
.main .rsUni .rsTab {
    padding: 0px 10px 15px;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: none;
    background: transparent;
}
.rsUni .rsTmb {
    border-right: solid 1px #67696a;
    padding-right: 20px;
}
.main .rsUni .rsTabs .rsTab {
    line-height: 1;
    display: block;
    float: left;
    font-family: "HelveticaNeueLTStd-Md", Arial, sans-serif;
    font-size: 17px;
}
.main .rsUni .rsTabs .rsTab:nth-child(6) {
    clear: both;
}
.main .rsUni .rsTabs .rsTab:nth-child(5) .rsTmb {
    border-right: none;
}
.main .rsUni .rsTabs .rsTab:last-child .rsTmb {
    border-right: none;
}
.content-home-slider-container {
    font-family: "NiveauGroteskLight", Arial, sans-serif;
    position: absolute;
    right: 0;
}
.main .rsSBlock,
.main .rsABlock {
    right: 100px;
    left: auto!important;
    top: 25px!important;
}
.widget_image_widget .promo-block {
    margin-bottom: 50px;
}
.widget_image_widget .promo-block h1 {
    font-size: 27px;
}
.content-home-slider-container h1 {
    font-size: 36px;
    width: 272px;
    color: #fff;
}
.content-home-slider-container p {
    font-size: 24px;
    width: 268px;
    margin-left: 0;
}
.content-home-slider-container .btn {
    padding: 5px 20px;
    margin: 20px 0 0 114px;
}
footer.content-info {
    background-color: #a5525c;
    padding: 20px;
    margin-top: 125px;
}
footer.content-info h3 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    margin-bottom: 4px;
}
footer.content-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer.content-info ul a {
    font-family: Arial, sans-serif;
    color: #fff;
    font-size: 12px;
}
footer.content-info ul a:hover {
    color: #003d4c;
    text-decoration: none;
}
footer.content-info p {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
}
.footer-bootom {
    text-align: center;
    margin-bottom: 145px;
    margin-top: 80px;
}
.footer-bootom > div {
    display: inline-block;
    font-family: "NiveauGroteskLight", Arial, sans-serif;
}
.footer-bootom .img {
    margin-right: 35px;
}
.footer-bootom .content {
    vertical-align: middle;
    text-align: left;
    max-width: 400px;
}
.footer-bootom .content h2,
.footer-bootom .content h1 {
    font-size: 26px;
    color: #fff;
    margin: 0;
    text-transform: none;
}
.footer-bootom .content h2 {
    font-size: 20px;
}
.footer-bootom .content p {
    color: #d1ccc4;
    font-size: 14px;
    margin: 15px 0 0 75px;
    line-height: 1.1;
    max-width: 148px;
}
.wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
    margin-bottom: 10px!important;
}
#featured {
    border-radius: 13px;
}
#featured > li:before {
    height: 100%;
    content: "";
    display: block;
    width: 7px;
    background: rgba(255,255,255,.5);
    position: absolute;
    top: 0;
    left: 0;
}
#featured > li:first-child:before {
    display: none;
}
#featured > li .title {
    font-family: "NiveauGroteskRegular", Arial, sans-serif;
    position: absolute;
    top: 0;
    left: 20px;
    color: #fff;
    font-size: 26px;
}
#featured .content {
    position: absolute;
    top: 73px;
    right: 0;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0.7) 0%, rgba(229,229,229,0.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(229,229,229,0.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0.7) 0%,rgba(229,229,229,0.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0.7) 0%,rgba(229,229,229,0.3) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0.7) 0%,rgba(229,229,229,0.3) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0.7) 0%,rgba(229,229,229,0.3) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#00e5e5e5',GradientType=1 ); /* IE6-9 */
    width: 285px;
    font-family: "HelveticaNeueLTStd-Roman", Arial, sans-serif;
    color: #000;
}
#featured .content ul {
    list-style: none;
    padding: 20px 20px 5px 27px;
}
#featured .content ul li p {
    margin: 0;
}
#featured .content ul li {
    position: relative;
    line-height: 1;
    margin-bottom: 27px;
}
#featured .content ul li time {
    margin: 2px 0;
    display: block;
}
#featured .content ul a {
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
}
#featured .content ul li:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: -1px;
    width: 13px;
    height: 22px;
    background: transparent url(../img/featured-arrow.png) no-repeat 0 0;
}
.home-top-text,
.home-column-text {
    font-family: "HelveticaNeueLTStd-Lt", Arial, sans-serif;
    color: #1b1b1b;
    font-size: 15px;
    letter-spacing: 1px;
}
.home-column-text {
    margin-bottom: 33px;
}
.home-top-text {
    color: #005668;
    font-size: 24px;
}
.promo-block img {
    border-radius: 13px;
    max-height: 242px;
    width: auto;
}
.promo-block h1,
.promo-block h5 {
    font-family: "NiveauGroteskLight", Arial, sans-serif;
}
.promo-block h1 {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.promo-block h5 {
    font-size: 17px;
    margin-top: 0;
}
.promo-block p {
    font-size: 15px;
    color: #1b1b1b;
    font-family: "HelveticaNeueLTStd-Lt", Arial, sans-serif;
}
.home-map {
    text-align: center;
/*    margin-top: -40px;*/
}
.home-map img {
    width: 85%;
}
.promo-block p a {
    color: #a5525c;
}
.promo-block a,
.promo-block a h1,
.promo-block h5 {
    color: #70b3c5;
}
.promo-block a:hover h1,
.promo-block a:hover h5,
.promo-block a:hover {
    text-decoration: none;
    color: #003d4c;
}
.promo-block h1 a {
    text-transform: uppercase;
}
.promo-block h1 a:hover {
    color: #003d4c;
    text-decoration: none;
}
/*
.promo-block a, .promo-block p, .promo-block img{
	display: block;
	margin: 0 auto;
}*/

.promo-block img{
	display: block;
	/* margin-left: -5px; */
}
.vc_row-fluid {
    padding: 0 10px;
}
body .wpb_text_column .home-content-slider {
    margin-top: 35px;
    margin-bottom: 65px;
    background: transparent;
}
.home footer.content-info {
    margin-top: 100px;
}
.main {
    padding-top: 21px;
}
.navbar-default .navbar-toggle >span {
    display: none;
}
.navbar-default .navbar-toggle {
    width: 30px;
    height: 18px;
    background: transparent url(../img/mobile-icons.png) no-repeat 0 0;
    border: none;
    border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.popup {
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -345px;
    padding: 65px 65px 40px 65px;
    background: #fff;
    border-radius: 20px;
    z-index: 9999;
    width: 700px;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 9999;
    opacity: .8;
}
.overlay.open,
.popup.open{
    display: inline-block;
}
.close_popup {
    background: #d9dadb;
    padding: 1px 14px 1px 5px;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    float: right;
    margin: 3px 15px;
}
.close_popup:after {
    background: transparent url(../img/close.png) no-repeat 0 0;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    right: -10px;
    top: -1px;
    position: absolute;
}
.close_popup:hover {
    color: #fff;
    text-decoration: none;
}
#respond {
    display: none;
}
.rsUni .rsArrowIcn {
    width: 24px;
    height: 46px;
    margin-top: -24px;
    background: transparent url(../img/slider-arrow.png) no-repeat 0 0;
}
.rsUni.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -24px 0;
    left: 35px;
}
.rsUni.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: 0 0;
    right: 23px;
    left: auto;
}
#new-royalslider-1:before {
    width: 15%;
    content: "";
    height: 100%;
    background: #3e5e6f;
    display: block;
    position: absolute;
    left: 0;
    z-index: 9;
    top: 0;
    opacity: 0.7;
}
#new-royalslider-1:after {
    width: 15%;
    content: "";
    height: 100%;
    background: #3e5e6f;
    display: block;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 0;
    opacity: 0.7;
}
.rsUni .rsArrow {
    width: 15%;
}
.landing {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 99999;
    text-align: center;
    background: rgba(0,0,0,.87);
    top: 0;
}
.landing img {
    padding-top: 20px;
    padding-bottom: 50px;
}
.landing .header {
    height: 115px;
    position: absolute;
    background: #898989;
    width: 100%;
    z-index: -1;
    border-bottom: solid 9px #70b4c6;
}
.landing .container {
    position: relative;
}
.landing a.close-landing {
    position: absolute;
    top: 0;
    right: 0;
    font-family: "HelveticaNeueLTStd-Roman", Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: rgba(0,0,0, .57);
    padding: 9px 45px;
    display: inline-block;
}
.landing a.close-landing span {
    display: inline-block;
    width: 43px;
    height: 43px;
    position: absolute;
    right: -39px;
    top: 0;
    background: #000 url(../img/arrow-close.png) no-repeat 17px 12px;
    background-size: 9px;
}
.close-landing-bottom {
    background: none;
    width: 100%;
    height: 335px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}
.navbar-collapse {
    position: relative;
}
.nav>li {
    position: static;
}
.mega.dropdown-mega {
    position: absolute;
    right: -15px;
    display: none;
    padding: 24px 40px 24px;
    list-style: none;
    background: #d1ccc4;
    margin-top: 17px;
    width: 675px;
    
}
.mega.dropdown-mega a {
    text-transform: none!important;
}
.menu-recent-post > div:last-child {
    margin-bottom: 0;
}

.menu-recent-post .description > a:first-letter {
    text-transform: uppercase!important;    
}
.mega.dropdown-mega h3 {
    font-family: "NiveauGroteskMedium", Arial, sans-serif;
    color: #6d6e6f;
    font-size: 21px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1;
}
.mega.dropdown-mega ul {
    padding: 0;
    list-style: none;
}
.mega.dropdown-mega ul li {
    margin: 5px 0;
}
.mega.dropdown-mega a {
    font-family: "HelveticaNeueLTStd-Lt", Arial, sans-serif!important;
    color: #6d6e6f;
    font-size: 13px;
    border: none!important;
    padding: 0!important;
}
.mega.dropdown-mega a:hover {
    color: #fff;
    text-decoration: none;
}
.mega.dropdown-mega > div {
    margin-right: 25px;
    width: 225px;
    padding-right: 25px;
    border-right: solid 1px #fff;
    min-height: 370px;
    /*max-height: 370px;*/
}
.mega.dropdown-mega > div:first-child {
    /*width: 175px;*/
	width: 168px;
}
.mega.dropdown-mega > div:nth-last-child(2) {
    margin-right: 0;
    border: none;
    padding: 0;
    width: 152px;
}
.recent-post .description {
    width: 124px;
    margin-left: 10px;
    font-family: "HelveticaNeueLTStd-Roman", Arial, sans-serif;
    font-size: 11px;
    color: #6d6e6f;
}

.mega.dropdown-mega .recent-post a {
    font-family: "HelveticaNeueLTStd-Roman", Arial, sans-serif;
    font-size: 12px;
    color: #005668;
}
.mega.dropdown-mega .recent-post {
    margin-bottom: 20px;
}
.mega.dropdown-mega .recent-post p {
    margin: 0;
}
.menu-recent-post {
    margin-top: 30px;
    text-align: center;
}
.menu-recent-post > div {
    text-align: left;
}
#fountainG{
    display: inline-block;
    position:relative;
    width:150px;
    height:18px;
    margin-left: 15px;
}

.fountainG{
position:absolute;
top:0;
background-color:#8F8F8F;
width:19px;
height:19px;
-moz-animation-name:bounce_fountainG;
-moz-animation-duration:1s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-transform:scale(.3);
-moz-border-radius:12px;
-webkit-animation-name:bounce_fountainG;
-webkit-animation-duration:1s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-transform:scale(.3);
-webkit-border-radius:12px;
-ms-animation-name:bounce_fountainG;
-ms-animation-duration:1s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-transform:scale(.3);
-ms-border-radius:12px;
-o-animation-name:bounce_fountainG;
-o-animation-duration:1s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-transform:scale(.3);
-o-border-radius:12px;
animation-name:bounce_fountainG;
animation-duration:1s;
animation-iteration-count:infinite;
animation-direction:linear;
transform:scale(.3);
border-radius:12px;
}

#fountainG_1{
left:0;
-moz-animation-delay:0.4s;
-webkit-animation-delay:0.4s;
-ms-animation-delay:0.4s;
-o-animation-delay:0.4s;
animation-delay:0.4s;
}

#fountainG_2{
left:19px;
-moz-animation-delay:0.5s;
-webkit-animation-delay:0.5s;
-ms-animation-delay:0.5s;
-o-animation-delay:0.5s;
animation-delay:0.5s;
}

#fountainG_3{
left:38px;
-moz-animation-delay:0.6s;
-webkit-animation-delay:0.6s;
-ms-animation-delay:0.6s;
-o-animation-delay:0.6s;
animation-delay:0.6s;
}

#fountainG_4{
left:56px;
-moz-animation-delay:0.7s;
-webkit-animation-delay:0.7s;
-ms-animation-delay:0.7s;
-o-animation-delay:0.7s;
animation-delay:0.7s;
}

#fountainG_5{
left:75px;
-moz-animation-delay:0.8s;
-webkit-animation-delay:0.8s;
-ms-animation-delay:0.8s;
-o-animation-delay:0.8s;
animation-delay:0.8s;
}

#fountainG_6{
left:94px;
-moz-animation-delay:0.9s;
-webkit-animation-delay:0.9s;
-ms-animation-delay:0.9s;
-o-animation-delay:0.9s;
animation-delay:0.9s;
}

#fountainG_7{
left:113px;
-moz-animation-delay:1s;
-webkit-animation-delay:1s;
-ms-animation-delay:1s;
-o-animation-delay:1s;
animation-delay:1s;
}

#fountainG_8{
left:131px;
-moz-animation-delay:1.1s;
-webkit-animation-delay:1.1s;
-ms-animation-delay:1.1s;
-o-animation-delay:1.1s;
animation-delay:1.1s;
}

@-moz-keyframes bounce_fountainG{
0%{
-moz-transform:scale(1);
background-color:#8F8F8F;
}

100%{
-moz-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-webkit-keyframes bounce_fountainG{
0%{
-webkit-transform:scale(1);
background-color:#8F8F8F;
}

100%{
-webkit-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-ms-keyframes bounce_fountainG{
0%{
-ms-transform:scale(1);
background-color:#8F8F8F;
}

100%{
-ms-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-o-keyframes bounce_fountainG{
0%{
-o-transform:scale(1);
background-color:#8F8F8F;
}

100%{
-o-transform:scale(.3);
background-color:#FFFFFF;
}

}

@keyframes bounce_fountainG{
0%{
transform:scale(1);
background-color:#8F8F8F;
}

100%{
transform:scale(.3);
background-color:#FFFFFF;
}

}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background: transparent;
}
.navbar-default .navbar-collapse {
    max-width: 700px;
    float: right;
}
.main .title-content-slider {
    width: 300px!important;
    left: 15px!important;
    top: 8px!important;
}
.title-content-slider h3 {
    font-family: "NiveauGroteskRegular", Arial, sans-serif;
    font-size: 26px;
    text-transform: uppercase;
}
#new-royalslider-2 img,
#new-royalslider-2 .rsContainer,
#new-royalslider-2 .rsSlide ,
#new-royalslider-2 {
    border-radius: 15px;
}

footer.content-info .col-sm-8 .row .col-sm-2:nth-child(3) {
    width: 19%;
}
footer.content-info .col-sm-8 .row .col-sm-2:nth-child(4) {
    width: 14%;
}
.navbar-fixed-top {
    -webkit-transition: all .4s;
    transition: all .4s;
}
/*.hidden-menu #menu-secondary-navigation,
.hidden-menu .pull-right.top,
.hidden-menu .header-social {
    display: none;
}
.hidden-menu .navbar-header {
    height: 33px;
}
.hidden-menu .navbar-brand {
    padding: 0;
}
.hidden-menu .navbar-brand img {
    max-height: 100%;
}*/
body,
html {
    overflow-x: hidden;
}
.clearfix {border: none!important;}
body {
    margin-top: 113px;
}

/*slider*/
/**anty Flash Of Unstyled Content (F.O.U.C.)*/
#carousel {                /*    the HTML element that will be turned into a carousel */
    width: 100%;        /*    depending on your situation */
    height: 175px;        /*    depending on your situation */
    overflow: hidden;
}
#carousel-wrapper {
    position: relative;
}
.slider-prev-box,
.slider-next-box {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 0;
    background: rgba(62,94,111,.7);
}
.slider-prev-box {
    left: 0;
}
.slider-next-box {
    right: 0;
}
#carousel .slide {
    position: relative;
    float: left;
}
#carousel-prev,
#carousel-next {
    text-indent: -99999px;
    width: 24px;
    height: 46px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    background: transparent url(../img/slider-arrow.png) no-repeat 0 0;
}
#carousel-prev {
    right: 24px;
    background-position: 0 0;
}
#carousel-next {
    left: 24px;
    background-position: -24px 0;
}
#carousel .slide .content {
    position: absolute;
    right: 80px;
    top: 140px;
}
#carousel .slide .content h1 {
    font-family: "NiveauGroteskLight", Arial, sans-serif;
    font-size: 48px;
    text-align: right;
    line-height: 1.23;
    color: #333;
}
#carousel .slide .content h4 {
    font-family: "NiveauGroteskLight", Arial, sans-serif;
    font-size: 30px;
    text-align: right;
    margin-bottom: 30px;
}
#carousel-pager {
    position: absolute;
    right: 25px;
    margin-top: -25px;
}
#carousel-pager a {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    text-indent: -99999px;
    background: transparent;
    border: solid 1px #d1ccc4;
    margin-right: 3px;
}
#carousel-pager a:hover,
#carousel-pager a.selected {
    background: #d1ccc4;
}
/*slider*/


.page-header-img {
    margin: auto;
    max-width: 1285px;
    position: relative;
}
.page.podcasts .page-header-img {
    margin-top: 35px;
}
.page-header-text {
    position: absolute;
    text-align: right;
    color: #fff;
    font-family: "NiveauGroteskLight", Arial, sans-serif;
    right: 80px;
    top: 50%;
    margin-top: -50px;
}
.page-header-text h1 {
    margin: 0;
    font-size: 42px;
    text-transform: uppercase;
    color: #fff;
}
.page-header-text h4 {
    font-size: 32px;
}
.page-title,
.page-subtitle {
    margin: 0;
    color: #005668;
    font-family: "HelveticaNeueLTStd-Lt", Arial, sans-serif;
}
.page-title {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 13px;
}
.wpb_wrapper>h4 {
    margin-bottom: 20px !important;
}
.page-subtitle {
    font-size: 18px;
}
.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
    background: transparent;
}
.wpb_text_column p {
    font-family: "HelveticaNeueLTStd-Lt", Arial, sans-serif;
    font-size: 14px;
    color: #1b1b1b;
}
.widget_categories ul,
.widget_nav_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_categories,
.col-sm-3 .widget_nav_menu {
    margin-bottom: 40px;
    /*margin-top: 93px;*/
}
.vc_span3 .widget_nav_menu {
    margin-bottom: 40px;
}
.widget_categories a,
.read-more-2,
.widget_nav_menu ul a, .learn_more {
    color: #70b3c5;
    font-size: 16px;
    font-family: "NiveauGroteskRegular", Arial, sans-serif;
}
.read-more-2 {
    font-size: 14px;
    font-family: "NiveauGroteskLight", Arial, sans-serif;
}
.widget_categories .active a,
widget_categories a:hover,
/*.wrap .widget_nav_menu ul .active a,*/
.wrap .widget_nav_menu ul a:hover {
    color: #005668;
    text-decoration: none;
}
/*.widget_categories .active a:after,*/
widget_categories a:hover:after,
.read-more-2:after,
.wrap .widget_nav_menu ul .active a:after,
.wrap .widget_nav_menu ul a:hover:after, .learn_more:after {
    content: "";
    background: transparent url(../img/featured-arrow-gold.png) no-repeat 0 0;
    width: 7px;
    height: 14px;
    display: inline-block;
    background-size: 8px;
    position: relative;
    top: 2px;
    margin-left: 17px;
}
.widget_categories a:after,
.wrap .widget_nav_menu ul .active a:after, {
    display: none;
}
.widget_categories a:hover:after,
.wrap .widget_nav_menu ul a:hover:after, .learn_more:after {
    display: inline-block;
}
.widget_categories li,
.wrap .widget_nav_menu ul li {
    padding: 5px 0 11px 20px;
    background: transparent url(../img/border.png) repeat-x 0 100%;
}
.widget_categories ul li:last-child,
.wrap .widget_nav_menu ul li:last-child {
    border-bottom-width: 0;
}
.widget_news_widget .time-wrapper {
    width: 30%;
    float: left;
}
.widget_news_widget .time {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #737a3f;
    font-family: "Whitney-Semibold", Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    padding: 14px 0;
    float: left;
    margin-right: 20px;
}
.widget_news_widget .item-news a {
    /*width: calc(100% - 70px);*/
    width: 70%;
    float: left;
    font-family: "HelveticaNeueLTStd-Lt", Arial, sans-serif;
    font-size: 13px;
    color: #1b1b1b;
    margin-top: 5px;
}
.widget_news_widget > .item-news {
    margin: 1px 0 35px;
}
.widget_news_widget {
    margin-top: 50px;
}
.widget_categories h3,
.widget_ppc_widget h3,
.widget_related_stories_widget h1,
.widget_news_widget h1,
.widget_listcategorypostswidget h3 {
    font-family: "NiveauGroteskLight", Arial, sans-serif;
    font-size: 16px;
    color: #70b3c5;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.widget_listcategorypostswidget h3 {
    font-size: 24px;
}
.widget_categories .children {
    display: none;
}
.project-block {
    margin-top: 40px;
    margin-bottom: 70px;
}
.experts-carousel-title h3,
.experts-carousel-title h3 a,
.experts-carousel-title h5,
.project-block h3,
.project-block h5,
.widget_ppc_widget h4{
    font-family: "NiveauGroteskLight", Arial, sans-serif;
    font-size: 26px;
    color: #70b3c5;
}
.experts-carousel-title h5,
.project-block h5 {
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: -11px;
}
.experts-carousel-title a:hover {
    text-decoration: none;
}
.experts-carousel-title a:hover > * {
    color: #2a6496;
}
.project-block h5 {
    margin-bottom: 30px!important;
}
.project-block h6 {
    font-size: 15px;
    color: #313131;
    font-family: Mariad Pro, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-top: 0;
}
.read-more,
.project-block a {
    color: #a5525c;
}
.widget_ppc_widget h6 a,
.project-block h6 a {
    color: #313131;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.read-more:hover,
.project-block a:hover,
.project-block h6 a:hover {
    text-decoration: underline;
    color: #003d4c;
}
.project-block p {
    margin: 0;
    font-size: 12px;
    color: #1b1b1b;
    font-family: Mariad Pro, Arial, sans-serif;
}
.widget_ppc_widget li,
ul.styled li,
.project-block li {
    margin-bottom: 17px;
    position: relative;
}
.project-block li a {
    display: block;
}
.widget_ppc_widget li:before,
ul.styled li:before,
.project-block li:before {
    position: absolute;
    left: -18px;
    top: 4px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #febf0f;
    border-radius: 50%;
}
ul.styled li h6 {
    display: inline-block;
    margin: 0 20px 0 0;
    font-family: "HelveticaNeueLTStd-Roman", Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
ul.styled li p {
    display: inline;    
}
.widget_ppc_widget,
.widget_related_stories_widget .project-block {
    margin-top: 40px;
}
.experts-carousel-title {
/*    margin-top: 100px;*/
    margin-top: 54px;
}
.bottom.experts-carousel-title {
    margin-top: 30px;
}
.vc_row-fluid {
    padding: 0;
}
.widget_ppc_widget ul,
ul.styled,
.project-block ul {
    padding-left: 20px;
    list-style: none;
}
ul.styled {
    margin-top: 24px;
}
.experts-carousel-wrapper {
    margin: 25px -40px 0;
    position: relative;
}
.experts-carousel > div {
    float: left;
    height: 275px;
    width: 175px;
    margin: 0 38px;
}
.experts-carousel h4 {
    margin: 4px 0 2px;
}
.experts-carousel h4,
.experts-carousel > div {
    font-family: "HelveticaNeueLTStd-Lt", Arial, sans-serif;
    font-size: 14px;
    color: #1b1b1b;
}
.experts-carousel .expert-subtitle {
    color: 000;
}
.experts-carousel .position a {
    text-decoration: none;
    color: #a5525c;
}
.experts-carousel .position a:hover {
	text-decoration: none;
	color: #003d4c;
}
.experts-carousel-wrapper .carousel-prev {
    display: block;
    width: 15px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 85px;
    background: transparent url(../img/carousel_arrow.png) no-repeat 0 0;
}
.experts-carousel-wrapper .carousel-next {
    display: block;
    width: 15px;
    height: 30px;
    position: absolute;
    top: 85px;
    background: transparent url(../img/carousel_arrow.png) no-repeat -15px 0;
    right: 0;
}
#carousel div .content{
    opacity: 0;
}
#breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
}
#breadcrumbs li {
    font-family: "HelveticaNeueLTStd-Roman", Arial, sans-serif;
    font-size: 12px;
    display: inline-block;
    color: #898989;
}
#breadcrumbs li a {
    color: #898989;
}
#breadcrumbs li.separator {
    margin: 0 5px;
}
#breadcrumbs li:last-child,
#breadcrumbs strong {
    font-weight: normal;
    color: #a5525c;
    font-size: 12px;
}
.expert-read-more {
    font-family: "NiveauGroteskLight", Arial, sans-serif;
    font-size: 17px;
    color: #70b3c5;
    display: block;
}
.expert-read-more:hover {
    text-decoration: none;
}
.expert-read-more:after {
    content: "";
    width: 14px;
    height: 28px;
    display: inline-block;
    background: transparent url(../img/featured-arrow-gold.png) no-repeat 0 0;
    background-size: 9px;
    position: relative;
    top: 16px;
    margin-left: 20px;
}
.experts-list .expert-title a,
.experts-list .expert-title, .facetwp-template .expert-title, .facetwp-template .expert-title a  {
    font-family: "NiveauGroteskLight", Arial, sans-serif;
    font-size: 24px;
    color: #70b3c5;
    margin-top: 0;
    margin-bottom: 0;
}
.experts-list .expert-title.special-report a,
.experts-list .expert-title.special-report {
    font-size: 16px;
}
.experts-list .expert-title a:hover {
    text-decoration: none;
    color: #2a6496;
}
.experts-list .expert-position, .facetwp-template  .expert-position{
    margin-top: 10px; 
    font-family: "NiveauGroteskLight", Arial, sans-serif;
    font-size: 18px;
    color: #70b3c5;
}
.experts-list .expert-position.position,  .facetwp-template .expert-position.position{
    color: #a5525c;
    font-size: 14px;
}
.experts-list .expert-position.special-report, .facetwp-template .expert-position.special-report  {
    font-size: 14px;
    color: #1e1e1e;
    margin-bottom: 10px;
}
.border,
.experts-list .border {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: -moz-linear-gradient(left,  rgba(192,196,196,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(192,196,196,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(192,196,196,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(192,196,196,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(192,196,196,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(192,196,196,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c4c4', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    margin: 50px 0 0 15px;
}
.border {
    margin-left: 0;
    margin-top: 45px;
    margin-bottom: 45px!important;
}
.experts-list > div:nth-last-child(2) .border,
.experts-list > article:last-child .border{
    display: none;
}
.sidebar-img {
    position: relative;
    margin-bottom: 50px;
}
.sidebar-img .pointer {
    display: block;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    width: 40px;
    height: 54px;
    background: transparent url(../img/C-copy-2.png) no-repeat 0 0;
    background-size: 40px;
}
.sidebar-img:hover .pointer {
    opacity: 1;
}
.sidebar-img .pointer.one {
    top: 97px;
    left: 49px;
}
.sidebar-img .pointer.two {
    top: 74px;
    left: 92px;
}
.sidebar-img .pointer.three {
    top: 74px;
    left: 151px;
}
.pagination {
    margin-top: 60px;
}
.pagination a,
.pagination span, .facetwp-pager .facetwp-page {
    display: inline-block;
    width: 38px;
    height: 38px;
    background-color: #737a3f;
    color: #fff;
    text-decoration: none;
    font-family: "HelveticaNeueLTStd-Md", Arial, sans-serif;
    font-size: 16px;
    padding: 9px 0;
    text-align: center;
}
.facetwp-pager .facetwp-page.active, .facetwp-pager .facetwp-page:hover{
	background-color: #70b3c5;
}
.facetwp-pager .facetwp-page  {
	margin-right:4px !important;
}
.facetwp-seo {
	display:none;
}
.pagination span,
.pagination a:hover {
    background-color: #70b3c5;
}
.filter-2,
.filter {
    background: #eeeeee;
    padding: 22px 25px;
    margin-bottom: 65px;
    max-height: 58px;
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
}
.filter.open {
    max-height: 730px;
}
.filter-2 h1,
.filter h1 {
    font-family: "NiveauGroteskLight", Arial, sans-serif;
    font-size: 16px;
    color: #70b3c5;
    margin-top: 0;
    text-transform: none;
    margin-bottom: 19px;
}
.filter-2 {
    max-height: 100px;
}
.filter h1:hover {
    cursor: pointer;
}
.filter h1:after {
    content: "";
    display: inline-block;
    background: transparent url(../img/featured-arrow-gold.png) no-repeat 0 0;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 15px;
    height: 16px;
    margin-left: 10px;
    margin-bottom: -4px;
}

.filter.open h1:after {
    content: "";
    display: inline-block;
    background: transparent url(../img/featured-arrow-gold.png) no-repeat 0 0;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 15px;
    height: 16px;
    margin-left: 10px;
    margin-bottom: 1px;
}
.filter-2 h1:after {
    display: none;
}
.filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.filter ul label {
    font-family: "NiveauGroteskRegular", Arial, sans-serif;
    font-size: 14px;
    color: #535353;
    font-weight: normal;
}
.site-page-header {
    font-family: "HelveticaNeueLTStd-Lt", Arial, sans-serif;
}
.site-page-header h1 {
    text-transform: uppercase;
    color: #005668;
    font-size: 24px;
    margin: 0;
}
.site-page-header h3 {
    color: #005668;
    font-size: 18px;
    margin: 0;
    margin-top: 9px;
    margin-bottom: 25px!important;
}
.site-page-header p {
    color: #1b1b1b;
    font-size: 14px;
}

.header-border {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: -moz-linear-gradient(left, rgba(192,196,196,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(192,196,196,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(192,196,196,1) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(192,196,196,1) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(192,196,196,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(192,196,196,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c4c4', endColorstr='#00ffffff',GradientType=1 );
    margin: 50px 0!important;
}
.promo-block > a {
    position: relative;
}
/*.promo-block img {
    min-height: 240px;
}*/
.video-icon {
    /* width: 240px;
    height: 240px;
    position: absolute; */
    top: 0px;
    left: 0px;
    background-size: 75px;
    z-index: 999;
}

.insights-logo-top {
    margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 992px) {
    .video-icon {

    }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
h1 {
    font-family: "NiveauGroteskLight", Arial, sans-serif;
    font-size: 20px;
    color: #70b3c5;
    text-transform: uppercase;
}
.widget_ppc_widget h4,
.widget_related_stories_widget h3 {
    margin-top: -12px;
    font-size: 17px;
    text-transform: uppercase;
}
.careers-top-block .promo-block h1 {
    text-transform: uppercase!important;
}
.careers-top-block .promo-block h1,
.careers-top-block h2 {
    margin: 0;
    font-size: 26px;
    font-family: "NiveauGroteskLight", Arial, sans-serif;
    text-transform: none;
    margin-top: 10px;
}
.wpb_separator {
    margin-bottom: 35px!important;
    margin-top: 25px;
}
.carrer-name {
    font-size: 16px;
}
.experts-carousel-title.career {
    margin-top: 0;
}
.experts-carousel-title.career h3 {
    margin-top: 0;
	margin-bottom: 30px;
}
.experts-carousel-title.career h5 {
    margin-bottom: 15px;
}
.job .job-content {
    padding-left: 70px;
    background: transparent url(../img/gold-arrow-copy-2.jpg) no-repeat 0 0;
    font-size: 12px;
    padding-top: 8px;
}
.job .job-content h4 {
    font-family: "HelveticaNeueLTStd-Roman", Arial, sans-serif;
    font-size: 16px;
}
.wpb_separator {
    background-color: #c0c4c4;
    height: 3px!important;
    border: none;
}
.sidebar-social {
   /* -moz-border-image: url(../img/border.png) 4 0 0 0 repeat;
    -webkit-border-image: url(../img/border.png) 4 0 0 0 repeat;
    -o-border-image: url(../img/border.png) 4 0 0 0 repeat;
    border-image: url(../img/border.png) 4 0 0 0 repeat;*/
    margin-top: -30px;
    margin-bottom: 50px;
    padding-left: 20px;
}
.sidebar-social h3 {
    margin-top: 11px;
    margin-bottom: 11px;
    color: #70b3c5;
    font-size: 16px;
    font-family: "NiveauGroteskRegular", Arial, sans-serif;
}
.sidebar-social a {
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #fff;
    background-color: #d1ccc4;
    font-size: 20px;
    margin-right: 11px;
    text-align: center;
    padding-top: 2px;
}
.sidebar-social a:hover {
    color: #003d4c;
}
html.landing, .landing body {
  /*width: auto !important;*/
  overflow: hidden !important;
}
.entry-title {
    margin-top: 0;
}
.blockquote {
    color: #70b3c5;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 50px!important;
}
.blockquote .img {
    text-align: center;
}
.blockquote img {
    margin-top: 15px;
}
.bio-sidebar-block {
    -moz-border-image: url(../img/border.png) 4 0 0 0 repeat;
    -webkit-border-image: url(../img/border.png) 4 0 0 0 repeat;
    -o-border-image: url(../img/border.png) 4 0 0 0 repeat;
    border-image: url(../img/border.png) 4 0 0 0 repeat;
    padding: 0 0 0 2px;
}
.bio-sidebar-block h1 {
    margin-bottom: 20px;
}
.bio-sidebar-block h6 {
    font-family: "HelveticaNeueLTStd-Lt", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.bio-sidebar-block span {
    margin: 15px 0 30px!important;
    display: block;
}
.bio-sidebar-block p a {
    font-size: 13px;
    color: #a5525c;
    font-style: italic;
}
.footer-bootom.two .content h1 {
    font-size: 32px;
}
.footer-bootom.two .content p {
    margin: 0;
    color: #fff;
    font-size: 24px;
    max-width: none;
}
.feature-content-img {
    margin-bottom: 35px!important;
}



.expanded {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.expanded.open {
    max-height: 1000px;
}
.experts-list .col-sm-4 img {
    border-radius: 10px;
}
.col-sm-3.pull-right {
    padding-top: 30px;
}
.search-2 {
    margin-top: 40px;
}
.search-2 .search-submit {
    background: #ccc;
    height: 34px;
    line-height: 1;
}
.widget_tag_cloud h3 {
    display: none;
}
.widget_tag_cloud {
    margin-top: 40px;
}
form#sbc-search input.multi-cat {
    width: 100%!important;
}
/*select#cat,
#sbc-submit{
    display: none!important;
}*/
.nav_menu-7 {
    width: 114px;
}
.experts-multimedia .keywords-search {
    padding-left: 20px;
}
.filter-one {
    display: none;
}
.category-special-reports .filter-one,
.category-projects .filter-one,
.category-past-projects .filter-one {
	display: block;
}
.keywords-search #s {
    margin-bottom: 20px;
}
.keywords-search #s {
    width: 100%;
    padding: 4px;
    font-size: 12px;
}
.keywords-search .title {
    font-family: "NiveauGroteskLight", Arial, sans-serif;
    font-size: 16px;
    color: #70b3c5;
}
.st_facebook_large .stLarge {
    background: url(../img/facebook.jpg) no-repeat 0 0!important;
    background-size: 32px!important;
}
.st_linkedin_large .stLarge {
    background: url(../img/kinked-in.jpg) no-repeat 0 0!important;
    background-size: 32px!important;
}
.st_twitter_large .stLarge {
    background: url(../img/twitter.jpg) no-repeat 0 0!important;
    background-size: 32px!important;
}
.search-field {
    width: 100%;
    border-radius: 0;
    border: solid 1px #000;
}
.navbar .filter-2.open {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
    max-height: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
}
.navbar .filter-2.open h1 {
    display: none;
}
.navbar .filter-2.open input {
    border: none;
}
.widget_categories a:hover {
    color: #005668;
    text-decoration: none;
}
.widget_categories a:hover:after {
    content: "";
    background: transparent url(../img/featured-arrow-gold.png) no-repeat 0 0;
    width: 7px;
    height: 14px;
    display: inline-block;
    background-size: 8px;
    position: relative;
    top: 2px;
    margin-left: 17px;
}
.experts-list article {
    margin-bottom: 40px;
}
.content img {
	border-radius: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.widget.text-6,
.widget.text-7,
.widget.text-8 {
    margin-top: 40px;
}
.nav_menu-13.widget_nav_menu,
.nav_menu-12.widget_nav_menu {
    margin-bottom: 40px;
}
.widget {
	margin-bottom: 40px;
}
header .widget {
    margin-bottom: 0;
}

.fancybox-lock .fancybox-overlay {
	background: rgba(0,0,0,.8);
}
.constant-contact-signup {
	background: #eeeeee;
	padding: 24px;
	padding-bottom: 10px;
}
.constant-contact-signup h3 {
	font-family: "NiveauGroteskLight", Arial, sans-serif;
	color: #70b3c5;
	font-size: 24px;
	margin-bottom: 4px;
	margin-top: 0;
}
.constant-contact-signup p {
	font-family: "NiveauGroteskLight", Arial, sans-serif;
	color: #70b3c5;
	font-size: 16px;
}
.constant-contact-signup input[type="text"] {
	width: 100%;
	border: none;
	padding: 2px 5px;
	margin-bottom: 14px;
}
/*.constant-contact-signup .button {
	display: none;
}*/
.search-results .col-sm-3.pull-right {
    padding-top: 0;
}

.widget_listcategorypostswidget li {
    position: relative;
    list-style: none;
}
.widget_listcategorypostswidget li:before {
    position: absolute;
    left: -18px;
    top: 4px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #febf0f;
    border-radius: 50%;
 }
 .widget_listcategorypostswidget ul {
    padding-left: 20px;
 }
 .widget_listcategorypostswidget li {
    color: rgba(0,0,0,.65);
 }
 .widget_listcategorypostswidget li a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
 }
 .widget_listcategorypostswidget li a.read-more-3 {
    color: #A5525C;
    text-transform: none;
    display: inline;
 }
 .lcp_catlist .sidebar-cat-list {
    display: none;
 }
 .constant-contact-form,
 #cc_form_1 {
	background: #eeeeee!important;
	border: none!important;
	padding: 0;
 }
 .constant-contact-form,
 #cc_form_3 {
	background: #eeeeee!important;
	border: none!important;
	padding: 0;
 }
 .constant-contact-form {
	padding: 10px 25px;
 }
 .constant-contact-form h3 {
 	font-family: "NiveauGroteskLight", Arial, sans-serif;
	font-size: 24px;
	color: #70b3c5;
    margin-bottom: 3px;
 }
.constant-contact-form p {
    font-family: "NiveauGroteskLight", Arial, sans-serif;
    color: #70b3c5;
    margin-bottom: 0;
	font-size:16px;
}
.constant-contact-form #cc_form_1 {
 	padding: 0!important;
    margin-top: 0;
 }
.constant-contact-form #cc_form_3 {
 	padding: 0!important;
    margin-top: 0;
 }
 .constant-contact-form {
    max-width: 320px;
 }
#cc_form_1 input {
	box-shadow: none!important;
}
#cc_form_3 input {
	box-shadow: none!important;
}
#cc_form_1 input {
	color: #666;
	padding: 8px!important;
	border: none!important;
	font-weight:normal!important;
}
#cc_form_3 input {
	color: #666;
	padding: 8px!important;
	border: none!important;
	font-weight:normal!important;
}
.kws_input_fields {
	text-align: left!important;
}
#constant-contact-signup-errors {
    text-align: left;
}
#constant-contact-signup-errors label {
    font-weight: normal;
    color: #000!important;
}
#cc_form_1 input[type="submit"] {
	background: #fff;
	border: solid 1px #CFCFCF!important;
	border-radius: 3px;
    color: #666;
}
#cc_form_3 input[type="submit"] {
	background: #fff;
	border: solid 1px #CFCFCF!important;
	border-radius: 3px;
    color: #666;
}
.kws_form .gform_wrapper {
	background: none!important;
	filter: none!important;
}
.widget_listcategorypostswidget li .no-break { 
	display:none;
	}
    .expert-position{color:#005668;margin-bottom:0;font-size:14px;margin-top:5px}.expert-position.margin-40{margin-bottom:40px}
#dsq-comments li{
    height: 0px;
    display: block;
    overflow: hidden;
}
.thumbnail.wp-caption {
    max-width: 100% !important;
}
#TB_caption {
    height: auto !important;
    padding: 7px 30px 10px 25px;
    float: left;
}
.screen-reader-text {
    display: none;
}
.caption.wp-caption-text {
	font-weight: bold;
	font-size: 12px;
	font-family: "HelveticaNeueLTStd-Lt",Arial,sans-serif;
}

/*Homepage customization*/
.home-top-text  {
	font-size: 20px;
	line-height: 30px;
	color: #70b3c5;
	text-align: center;
	font-family: "NiveauGroteskRegular", Arial, sans-serif;
}

.wpb_content_element.home-top-text {
    margin: 0px !important;
    padding: 21px 0px 32px 0px !important;
}

/* .page_title .wpb_wrapper:before {
    content: " ";
    width: 100%;
    height: 40px;
    display: block;
    background: transparent url(../img/line.png) no-repeat center;
} */
.page_title {
    background-image: url('../img/line.png');
    text-align: center;
    /*margin-bottom: -25px !important;*/
}

.page_title .wpb_wrapper p {
  /* margin-top: -35px; */
  display: inline-block;
  background-color: #fff;
  margin: 0 auto;
  padding: 0 10px;
	font-family: "NiveauGroteskLight", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 26px;
 }

 .home.page .wrap.container {
    padding: 0
}

.home.page .promo-block>a:nth-child(2) {
    width: 280px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    border-radius: 10px
}

.home.page .promo-block img {
    width: 100%;
    max-width: 100%;
    padding: 0;
    max-height: none
}

.home.page .promo-block {
    width: 100%
}

.home.page .promo-block h1 {
    color: #70b3c5;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: none;
    padding: 0 15px;
    font-family: "NiveauGroteskRegular",Arial,sans-serif;
    max-height: 38px;
    overflow: hidden
}

.home.page .promo-block p {
    padding: 0 15px;
    font-family: "NiveauGroteskLight",Arial,sans-serif
}

.homepage_subtitle_picture {
	width: 100%;
	height: auto;
	padding: 0px;
}
.homepage_subtitle_picture img{
	
	padding: 0px;
}

.homepage_subtitle p{
	font-size: 26px;
	font-family: "NiveauGroteskLight", Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.homepage_circle_block img {
	width: 224px;
	border-radius: 112px;
	border: 12px solid #ebebeb;
	padding: 0px;
	margin-bottom: 20px;
}
.homepage_circle_block:focus, .homepage_circle_block:hover  {
    color: #CBCFDA;
} 

.homepage_circle_block p {
	text-align: center;
    font-family: "NiveauGroteskLight", Arial, sans-serif;
    font-size: 18px;
    color: #1b1b1b;
}

.homepage_circle_block {
	text-decoration: none;
    color: #CBCFDA;
}

footer.content-info {
	background-color: #898989;
	padding: 40px 0px;
	border-top: 4px solid #6899ae;
}


.caroufredsel_wrapper {
    margin: 0 auto !important;
     visibility: hidden; 
}

.wpb_wrapper .caroufredsel_wrapper {
    visibility: visible;
}

#carousel-wrapper-bg-white, #carousel-wrapper-bg {
    position: absolute;
    top: 93px;
    left: 0px;
    width: 100%;
    height: 500px;
    z-index: 999;
    display: none;
}
#goog-gt-tt {
	display:none !important;
	
}

#carousel-wrapper-bg-loader {
    position: absolute;
    top: 93px;
    left: 0px;
    z-index: 999;
    display: none;
}

.home footer.content-info {
	margin-top: 0px;
}

.mobile-footer-sub {
	width: 104%;
  margin-left: -10px;
  margin-bottom: -50px;
  color: #fff;
  background: #71b4c7;
  padding: 15px 35px;
}

.mobile-footer-sub h4{
    /* margin-left: 15px; */
    font-family: "NiveauGroteskLight", Arial, sans-serif;
}

.mobile-footer-sub-box {
	width: 300px;
	margin: 0 auto;
  height: 150px;

}


.normal-footer-sub {
    display: none;
}
/* 
.core_expertise_container p{
    padding-left: 30px;
}
.core_expertise_container p:first-of-type{
    padding-top: 30px;
} */

.core_expertise_container a{
    padding-left: 15px;
    background: #ababab;
    border-top: 1px solid #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px; 
    font-family: "NiveauGroteskLight", Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    display: block;
    margin: 0 auto;
    /* max-width: 650px; */
    width: 100%;
}

.core_expertise_container a.active {
    font-family: "NiveauGroteskMedium", Arial, sans-serif;
}
.core_expertise_container a.active:before {
    content: ">> ";
    color: #e7de33;
}

.core_expertise_container .wpb_raw_code{
    margin-bottom: 0px !important; 
}
.core_expertise_background {
    /* height: 350px; */
    /* overflow: hidden; */
    margin-bottom: 0px !important; 
} 

 .core_expertise_background img{
    border-radius: 10px 10px 0px 0px;
    display: inherit;
    margin: 0 auto; 
    width: 100%;
} 

.core_expertise_element {
    padding: 0 5px;
}

.background-overlay {
    position: absolute;
    display: none;
}



.bottom-bar {
    background-color: rgba(56,56,56, 0.65);
    width: 100%;
    height: 100px;
    margin-top: -100px;
    padding: 0px 20px;
    color: #fff;
    position: absolute;
    top: 522px;
}
.bottom-bar h1 {
    margin: 0px;
    padding-top: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}
.bottom-bar h4 {
    font-size: 15px;
    color: #fff;
    margin: 9px 0px 0px 0px;
    font-weight: bold;
}

/**/
#cc_form_2 .cc_first_name, #cc_form_2 .cc_last_name  {
    width: 115px;
    float: left;
    margin: 0 5px 0px 0;
}

#cc_form_2 input[type="text"]{ 
  border: 0px;
  border-radius: 0px;
  height: 27px;
    border: 2px solid #fff;
}

#cc_form_2 .cc_email_address {
    float: left;
}

#cc_form_2 .cc_email_address input{
    width: 242px; 
}

#cc_61b8b59f3d_Go {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    border: 0px;
    background: #6d9eaf;
    color: #fff;    
  margin-top: 17px;
  margin-left: -2px;
  padding: 0px;
}



#cc_form_2 {
    margin-top: -10px !important;
    float: left !important;
}

#cc_form_2 input.t, #cc_form_2 input.b {
    font-family: "NiveauGroteskLight", Arial, sans-serif !important;

}

#carousel-pager {
    visibility: hidden;
}


@media (min-width: 768px) {
	.promo-block a, .promo-block p, .promo-block img{
/* 	max-width: 250px; */
}
.sfb>.wpb_column {
	padding: 0 35px;
}
.sfb>.wpb_column:first-of-type {

	 	margin: 0;
		margin-left: -35px;
		margin-right: 35px;
		float: left;
}
.sfb>.wpb_column:last-of-type {
	padding-left: 70px;
	padding-right: 0px;
	margin: 0;
	float: right;
}
	.home .container {
	  width: 98%;
	  max-width: 990px;
	}

  .home.page .promo-block>a:nth-child(2){
  	width: 100%;/* 
    height: 160px; */
  }

.mobile-footer-sub {
	display: none;
}

.core_expertise_background {
    position: absolute;
    z-index: -2;
}

.core_expertise_container a{
    background: none;
    padding-left: 25px;
    border: 0px;
    padding-top: 1px;
    padding-bottom: 1px; 
    font-size: 13px;
    line-height: 13px;
    font-family: "NiveauGroteskLight", Arial, sans-serif;
    font-weight: 100;
    }
.small-gap {
    height: 0px;
}

 .core_expertise_background img{
    border-radius: 10px;
    padding: 0px;
}

.background-overlay {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDU3NiAzMjQiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSItMS40MjEwODU0NzE1MjAyZS0xNCUiIHkxPSI1MCUiIHgyPSIxMDAlIiB5Mj0iNTAlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY5OTlhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY5OTlhZCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iNTc2IiBoZWlnaHQ9IjMyNCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
background-image: -moz-linear-gradient(left, #6999ad 0%, rgba(106,154,173,0) 100%);
background-image: -o-linear-gradient(left, #6999ad 0%, rgba(106,154,173,0) 100%);
background-image: -webkit-linear-gradient(left, #6999ad 0%, rgba(106,154,173,0) 100%);
background-image: linear-gradient(left, #6999ad 0%, rgba(106,154,173,0) 100%);
width: 100%;
    height: 50px;
    z-index: -1;
    border-radius: 10px 0 0 10px;
    display: block;

}

.normal-footer-sub i {
    font-size: 32px;
    height: 45px;
    width: 45px;
    text-align: center;
    padding: 6px;
    border: 2px solid #fff;
    border-radius: 3px;
    margin-right: 3px;
    margin-top: 10px;
    color: #6a9aae;
}

.normal-footer-sub {
    background: #e2e2e2 url(../img/map.png) no-repeat 0 0;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: 50%;
    display: block;
}

.normal-footer-sub h4{
    font-size: 14px;
    color: #1b1b1b;
    font-family: "NiveauGroteskLight", Arial, sans-serif;
}

#cc_61b8b59f3d_Go {
  
  margin-top: 34px;
}

.bottom-bar {
    background-color: rgba(56,56,56, 0.65);
    width: 100%;
    height: 70px;
    margin-top: -70px;
    padding: 0px 20px;
    color: #fff;
    position: absolute;
    top: 522px;
}

}

@media (min-width: 992px) {
	.home .container {
	  width: 96%;
	  max-width: 1170px;
	}

.core_expertise_container {
    padding: 0px 15px 0 0 !important;/*k*/
}

.core_expertise_container a{
    padding-top: 2px;
    padding-bottom: 2px; 
    font-size: 17px;
    line-height: 17px;
    }

    .small-gap {
        height: 10px;
    }

.homepage_subtitle{
    max-width: 575px;/*k*/
}
.current_projects_container {
    padding: 0px 0 0 15px !important; /*k*/
}
.current_projects_container>.wpb_wrapper{
    float: right;/*k*/
    }

  .home.page .promo-block>a:nth-child(2){
  	width: 100%;/* 
    height: 180px; */
  }

  .home .vc_col-sm-12.wpb_column.vc_column_container {
	padding-left: 0px;
} 

    .circles_container {
    margin: 50px -3.8% 0 -3.8%;
    padding-bottom: 50px !important;  /*need to upload to server*/ 
}



}

@media (min-width: 1200px) {
.circles_container {
    margin: 50px -5.3% 0 -5.3%;
}
}


@media (min-width: 1286px) {
    .home .container {
      width: 1285px;
      max-width: 1170px;
    }
}


@media (min-width: 1700px) {
 
    .insights-logo-top {
        margin-left: -340px;
        margin-bottom: -75px;
    }

    .insights-logo-top img {
    	float: left;
    	margin-left: 70px;
    	margin-top: -20px;
}

    .gray-line-vertical {
        height: 80px;
        width: 315px;
        border-right: 3px solid #ccc;
    }
}

/* responsive videos */
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* end responsive videos */

.clear {
    clear:both;
}
div.podcast {
    margin-bottom: 75px;
    overflow: hidden;
}
div.podcast:nth-child(2n+1) {
    clear: both;
}
div.podcast:nth-child(3),div.podcast:nth-child(4) {
    margin-bottom: 0px;
}

div.podcast .wp-post-image {
    width:100%;
}
@media (min-width: 992px) {
    div.podcast .wp-post-image {
        height: 260px;
    }
}
@media (max-width: 767px) {
    .category-podcasts img.attachment-post-thumbnail {
        width: 100%;
        margin-bottom: 20px;
    }
}

.row .row {
    margin-bottom: 30px;
}

.podcasts h1 {
    font-size: 65px;
    color: #000;
    text-align: left;
    background: none;
    margin-top: 3px;
    margin-bottom: 25px;
}

@media (min-width: 1230px) {
    .podcasts .page-header-img img{
        width:1020px;height:535px;
    }
    
    
}
.podcasts #breadcrumbs {
    display: none;
}

.podcasts h4 a, .archive.tax-categories h4 a{
        font-size: 24px;
    color: #6fb3c5;
    font-family: "NiveauGroteskRegular", Arial, sans-serif;
    text-transform: capitalize;
}

.podcasts h4.expert-position.special-report {
    margin: 25px 0px 10px;
    font-size: 14px;
    color: #000;
    font-family: "NiveauGroteskLight", Arial, sans-serif;
}


.podcast-buttons {
    font-size: 12px;
    font-family: 'HelveticaNeueLTStd-Roman', Arial, sans-serif;
    margin-top: 1px;
}

.podcast .podcast-buttons {
	    margin-top: 3px;
}
.podcast h4 a {
	font-size:20px;
}

.category-podcasts .podcast-buttons,.page:not(.podcasts) .podcast-buttons, .single .podcast-buttons{
    margin-top: 25px;
}
.mt15 {
	margin-top:15px;
}
@media (max-width: 500px) {
	.page.podcasts .podcast-buttons{
		padding-top: 25px;
	}
	
	.single .powerpress_player {
		padding-top:0px !important;
		padding-bottom:10px !important;
	}
    
    
}

.category a.expert-read-more + div.podcast-buttons {
    /*margin-top: -17px;*/
}

.podcast_audio {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .podcast-buttons,.category .podcast-buttons{
        margin-top: 25px;
    }
}
@media (max-width: 500px) {
    .podcast-buttons,.category .podcast-buttons{
            float: none !important;
        clear: both;
    }
    .podcast-buttons img.itunes {
        width: 65px !important;
    }
    .podcast-buttons img.google {
        width: 65px !important;
    }
    .podcast-buttons img.rss {
        width: 20px !important;
    }
       
    .powerpress_player {
        /*display: none;*/
    }
    .podcast-player-div {
        float: none !important;
        clear: both;
    }
    .podcast-read-more-div {
        float: none !important;
        clear: both;
    }
}



.podcast-buttons img, .powerpress_subscribe_links img {
    border-radius: 0px;
    padding: 0px;
    display: inline-block;
    margin-top: -16px;
}
.podcast-buttons img.itunes, .powerpress_subscribe_links img[src*="itunes"] {
    width: 76px;
}
.podcast-buttons img.google, .powerpress_subscribe_links img[src*="google"] {
    width: 73px;
}
.podcast-buttons img.rss, .powerpress_subscribe_links img[src*="rss"] {
    width: 25px;
}

.podcasts .description {
        font-family: "NiveauGroteskLight", Arial, sans-serif;
        font-size: 14px;
}
.podcasts .learn_more {
    font-family: "NiveauGroteskLight", Arial, sans-serif;
        font-size: 14px;
        color:#70B3C5;
}

.wp-pagenavi a, .wp-pagenavi span {
        padding: 9px 14px;
}

.podcast .description {
    margin-bottom: 25px;
}

.archive.tax-categories .main {
    padding-top: 0px;
}

.archive.tax-categories .page-header-img img {
    border-radius: 0px;
}

.archive.tax-categories h4.main-title {
        margin-top: 50px;
    margin-bottom: 30px;
}

.podcast .expert-read-more, .archive.tax-categories .expert-read-more{
    display: none;
}

.category-podcasts .expert-read-more {
    font-size:14px;
            clear: both;
        margin-top: -2px;        
}

.single .powerpress_player {
    padding-top: 0px;
    clear: both;
}
.no-round {
	border-radius:0px !important;
}
.powerpress_links_mp3 {
	display:none;
}
.powerpress_subscribe_links{
	float:right;
	padding-top: 20px;
}

.multimedia_carousel_wrapper{position:relative;}
.multimedia_carousel .promo-block { float: left;  height: 650px; width: 293.33px;  margin-right:52px; }
.multimedia_carousel_wrapper .carousel-next {display: block;   width: 15px;   height: 30px;   position: absolute;  top: 100px;    background: transparent url(//creativedc.staging.wpengine.com/wp-content/themes/roots-master/assets/css/../img/carousel_arrow.png) no-repeat -15px 0;    right: 35px;}
.multimedia_carousel_wrapper .carousel-prev {display: block;    width: 15px;    height: 30px;    position: absolute;    left: -35px;    top: 100px;    background: transparent url(//creativedc.staging.wpengine.com/wp-content/themes/roots-master/assets/css/../img/carousel_arrow.png) no-repeat 0 0;}
.multimedia_carousel_wrapper .caroufredsel_wrapper {width:100%!important;}

@media (max-width: 450px) {
	.multimedia_carousel_wrapper .carousel-prev {
		 left: -20px;
	}
	.sidebar-social {
		margin-top:20px;
	}
	.multimedia_carousel_wrapper .caroufredsel_wrapper, .multimedia_carousel .promo-block {
		height:630px;
	}
}

body .lcp_paginator li {
	border:0px !important;
}

.widget_listcategorypostswidget ul.lcp_paginator li:before, .widget_ppc_widget ul.lcp_paginator li:before, .project-block ul.lcp_paginator li:before {
	display:none;
}

/* for shareit buttons */
.stArrow, .stArrow * {display:none !important;}

[data-sf-form-id="23590"] {
		background: #eee;
		padding: 22px 25px;
		margin-bottom: 65px;
	}
	[data-sf-form-id="23590"] ul {
		padding: 0px;
	}
	
	[data-sf-form-id="23590"] .sf-field-search h4{
		font-family: "NiveauGroteskLight",Arial,sans-serif;
		font-size: 24px;
		color: #70b3c5;
		margin-top: 0;
		text-transform: none;
		margin-bottom: 19px;
	}
	[data-sf-form-id="23590"] input, [data-sf-form-id="23590"] select {
		width:95%;
		color: #776d6d;
			font-weight: 300;
		    padding-top: 3px;
			padding-left:5px;
		background:#fff;
border-radius:0px;
border:0px;		
	}
	[data-sf-form-id="23590"] select {
			background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) #fff no-repeat 95% 50%;
			height: 30px;
				padding: 5px;
				-moz-appearance: none; -webkit-appearance: none; appearance: none;


	}
	.searchandfilter label {
		width: 100%;
	}
	[data-sf-form-id="23590"] input[name="_sf_submit"]{
		background: #fff;
		border: solid 1px #cfcfcf !important;
		border-radius: 3px;
		color: #666;
		width: 50%;
		padding-top: 3px;
	}
	
body .facetwp-seo {
	/*display:block;*/
	clear:both;
}
body .facetwp-seo a {
	margin-right:20px;
}

.facet-sidebar{
	background: #eee !important;
    padding: 10px 25px;
}
.facet-sidebar input, .facet-sidebar  select{
	width:100%;
	border: 0;
    padding: 5px;
}
.facet-sidebar h3 {
	font-family: "NiveauGroteskLight",Arial,sans-serif;
    font-size: 24px;
    color: #70b3c5;
    margin-bottom: 3px;
}
.facet-sidebar .facetwp-facet {
	margin-bottom: 10px;
}
.facet-sidebar .facetwp-counts {
	display:none;
}


.facet-sidebar select{
		background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50% #fff;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;

}
.facetwp-pager {
	display:block;
	clear:both;
}
.facetwp-pager .facetwp-pager-label{
	    float: right;
    padding-top: 11px;
}

#constant-contact-signup-2 [type="submit"], #constant-contact-signup-1  [type="submit"]{
	margin-top:0px !important;
}

footer li.menu-news a:after {
	display:none;
}