/* MAIN STYLESHEET FOR PERCEPTIVE */


/* ===== GLOBAL ===== */

body {
	font-family: ProximaNovaA-Regular;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}
.cnt-titles {
	//font-family: 'Crimson+Text', serif;
	font-family: ProximaNovaA-Bold;
	font-weight: normal;
	font-style: normal;
}

.nowrap {
	white-space: nowrap;
}

.section-pad {
	padding: 50px 0 60px 0;
}

.v-align-parent {
	display: table;
	height: 100%;
}
.v-align-child {
	display: table-cell;
	vertical-align: middle;
}
.centerup {
	margin: 0 auto;
	text-align: center;
}
/* ======== OVERRIDES ========== */

#main-column .page {
	padding: 0;
	border: none;
}

/* ---- END OVERRIDES -------- */

/* -------- MAIN NAVBAR ---------- */

.navbar-toggle {
	border: none;
}
@media (min-width: 1295px) {
	.smllogo {
		margin-left: -60px;
	}
}
@media (max-width: 1199px) and (min-width: 1090px) {
	.smllogo {
		margin-left: -60px;
	}
}
@media (max-width: 991px) and (min-width: 845px) {
	.smllogo {
		margin-left: -50px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.smllogo a img {
		width: 150px;
	}
	.wsmenu {
		font-size: 12px;
	}
}

.navbar-brand {
	max-width: 200px;
	padding: 0;
}
.dropdown-menu {
	font-size: inherit;
}

@media (min-width: 768px) {
	.main-navigation {
		margin-top: 50px;
		margin-bottom: 0;
	}
	.navbar-default {
	  background-color: #fff;
	  background-image: none;
	  border: none;
	  box-shadow: none;
	  margin-bottom: 0;
	  height: 120px;
	}
	ul.nav li.dropdown:hover ul.dropdown-menu,
	span.dropdown:hover ul.dropdown-menu {
	display: block;    
	}
	span.dropdown ul.dropdown-menu {
		margin: 0;
	}
  .navbar-nav {
    float: left;
    margin: 38px 25px 0 40px;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
  	font-size: 16px;
    padding: 0;
    margin-right: 40px;
  }
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
		background-color: #fff;
		background-image: none;
		box-shadow: none;
	}

  .navbar-default .navbar-nav > .active > a {
  	//border-bottom: 1px solid #1ba2df !important;
  }
  a.investor-login {
  	float: right;
  	display: block;
  	background-color: #1ba2df;
  	padding: 2px 8px;
  	margin-top: 35px;
  	color: #fff;
  	text-decoration: none;
  }
  a:hover.investor-login,
  a:visited.investor-login {
  	color: #fff;
  	text-decoration: none;
  }
  .dropdown-menu {
	position: relative;
	min-width: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	background-color: transparent;
  }
  .investor-dd {
  	float: right;
  	clear: both;
  }
  .dropdown-menu > li > a {
    padding: 2px 0 0 0;
    color: #1ba2df;
    font-size: .8em;
  }
  .dropdown-menu > li > a:hover {
  	background: none;
  	text-decoration: underline;
  	color: inherit;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover {
  	color: #1ba2df;
  	background: none;
  }
  .dropdown-menu > .active > a:hover {
  	text-decoration: underline;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.main-navigation {
		margin-top: 42px;
	}
	.navbar-default {
	  height: 112px;
	}
  .navbar-nav {
    margin-top: 33px;
  }
  .navbar-nav > li > a {
  	font-size: .9em;
  }
  .dropdown-menu {
  	font-size: .8em;
  }
  .navbar-brand {
	max-width: 180px;
  }
  a.investor-login {
  	font-size: .8em;
  }
  /* borrowing query 
  .itemwrap {
	height: 290px;
  }*/

}
@media (min-width: 831px) and (max-width: 991px) {
	.main-navigation {
		margin-top: 30px;
	}
	.navbar-default {
	  height: 100px;
	}
  .navbar-nav {
    margin-top: 27px;
  }
  .navbar-nav > li > a {
  	font-size: .8em;
  	margin-right: 30px;
  }
  .navbar-nav > li:last-child > a {
  	margin-right: 0;
  }
  .dropdown-menu {
  	font-size: .7em;
  }
  .navbar-brand {
	max-width: 160px;
  }
  a.investor-login {
  	margin-top: 26px;
  	font-size: .7em;
  }
  span.dropdown ul.dropdown-menu {
  	margin-top: -4px;
  }
  /* borrowing query 
  .itemwrap {
	height: 240px;
  }*/
}
@media (min-width: 768px) and (max-width: 830px) {
	.main-navigation {
		margin-top: 30px;
	}
	.navbar-default {
	  height: 90px;
	}
  .navbar-nav {
    margin: 15px 0 0 20px;
  }
  .navbar-nav > li > a {
  	padding: 5px 0 0 0;
  	font-size: .7em;
  	margin-right: 30px;
  }
  .dropdown-menu {
  	font-size: .7em;
  }
  .navbar-brand {
	max-width: 140px;
  }
  a.investor-login {
  	font-size: .7em;
  	margin-top: 20px;
  }
  span.dropdown ul.dropdown-menu {
  	margin-top: -10px;
  }
  /* borrowing query 
  .itemwrap {
	height: 240px;
  }*/
}
@media (max-width: 767px) {
	.main-navigation {
		margin-top: 16px;
		margin-bottom: 0;
	}
	.navbar-default {
	  background-color: #fff;
	  background-image: none;
	  border: none;
	  box-shadow: none;
	}
  .navbar-brand {
  	max-width: 170px;
  }
  .navbar-default .navbar-collapse {
  	border: none;
  }
  .navbar-default .navbar-nav>.open>a {
  	background: none;
  	background-color: #fff !important;
  	box-shadow: none;
  }
  a.investor-login {
  	//float: right;
  	display: table-cell;
  	background-color: #1ba2df;
  	padding: 2px 8px;
  	color: #fff;
  	text-decoration: none;
  }
  /* borrowing query 
  .itemwrap {
	height: 300px;
  }*/
/*	.mbl-flush {
	  margin-right: -15px;
	  margin-left: -15px;
	}
*/	.mbl-flush:before,
	.mbl-flush:after {
	  display: table;
	  content: " ";
	}
	.mbl-flush:after {
		clear: both;
	}
}
@media (max-width: 600px) {
/*	.itemwrap {
		height: 270px;
	}
*/}
@media (max-width: 500px) {
/*	.itemwrap {
		height: 230px;
	}
*/}
@media (max-width: 400px) {
/*	.itemwrap {
		height: 190px;
	}
*/	.special-col {
		width: 100%;
	}
}

/* ------ FOOTER --------- */

footer {
	border-top: 1px solid #707070;
	padding-top: 10px;
	margin-top: 50px;
	margin-bottom: 75px;
	font-size: .9em;
}
footer a {
	color: inherit;
}
.footer-right {
	text-align: right;
}
.footer-right > table {
	float: right;
}
footer ul {
	list-style: none;
	padding-left: 0;
}
.footer-left li {
	display: inline-block;
	margin-right: 30px;
	vertical-align: top;
}
.footer-left li:first-child {
	font-family: Dual-300;
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
	color: #1ba2df;
}
.footer-right li {
	display: inline;
	margin-left: 20px;
}
@media (max-width: 767px) {
	.footer-left li {
		display: block;
		margin-right: 0;
		text-align: center;
	}
	.footer-right {
		text-align: center;
	}
	.footer-right li {
		display: inline;
		margin-left: 20px;
		margin-right: 20px;
	}
	.footer-right > table {
		margin: 0 auto;
		float: none;
	}

}

/* ------- END FOOTER -------- */

/* ----- HOMEPAGE -------- */

#front-section1 {
	background: url("../images/front-section1-BG.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
#front-section3 {
	background: url("../images/front-section3-BG.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
#front-section5 {
	background: url("../images/front-section5-BG.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
@media (max-width: 767px) {
	#front-section1, #front-section3, #front-section5 {
		background-attachment: initial;
	}
}

#front-section1 .icon,
#front-section3 .icon,
#front-section5 .icon {
	color: #fff;
	display: block;
	width: 250px;
	height: 65px;
	padding-left: 75px;
	margin-bottom: 250px;
	text-shadow: 0px 0px 4px rgba(100, 100, 100, .9);
}
#front-section1 .icon {
	background: url("../images/front-section1-E.png") no-repeat left top;
	background-size: 65px auto;
}
#front-section3 .icon {
	background: url("../images/front-section3-C.png") no-repeat left top;
	background-size: 65px auto;
}
#front-section5 .icon {
	background: url("../images/front-section3-C.png") no-repeat left top;
	background-size: 65px auto;
}

.home-block-text {
	width: fit-content;
    width: -moz-fit-content;
	background-color: #fff;
	padding: 5px 10px;
	margin-bottom: 3px;
	font-size: 30px;
	font-family: Dual-300;
	font-weight: normal;
	font-style: normal;
}

#front-section2,
#front-section6 {
	background-color: #2f3642;
	color: #c2c2c2;
}
#front-section2 .cnt-titles,
#front-section4 .cnt-titles {
	font-size: 24px;
	margin-bottom: 10px;
	color: #fff;
}
#front-section2 .v-align-child {
	height: 200px;
	padding-left: 50px;
	padding-right: 50px;
}
#front-section2 .section2-BG1 {
	background: url("../images/front-section2-BG1.jpg") no-repeat center;
	background-size: cover;
	height: 200px;
}
#front-section2 .section2-BG2 {
	background: url("../images/front-section2-BG2.jpg") no-repeat center;
	background-size: cover;
	height: 200px;
}
#front-section2 a,
#front-section4 a {
	font-family: ProximaNovaA-Bold;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	font-size: .8em;
}

#front-section4 {
	min-height: 400px;
	background: url("../images/front-section4-BG.jpg") no-repeat top center;
	background-size: cover;
	color: #fff;
	text-shadow: 0px 0px 6px rgba(90, 90, 90, 1);
}
#front-section4 .section-pad {
	padding-top: 50px;
	padding-bottom: 105px;
}
@media (max-width: 767px) {
	#front-section4 .section-pad {
		padding-top: 220px;
		padding-bottom: 10px;
	}
}
#front-section6 h2,
.cnt-head-txt h2 {
	font-family: Dual-300;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	margin-top: 0;
	font-size: 17px;
	letter-spacing: 3px;
}

.home-block-text a {
	color: inherit !important;
	text-decoration: none !important;
}
/* -------- HOMEPAGE CAROUSEL OVERRIDES ------- */
.slide-img-holder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 103px;
}

.owl-carousel .owl-item a { color: #c2c2c2; text-decoration: none; }
.owl-carousel .owl-item img {
	display: initial !important;
	width: fit-content !important;
}
.owl-carousel .owl-item p { margin-bottom: 20px; }

@media (min-width: 1250px) {
	.owl-prev {
		left: -50px !important;
	}
	.owl-next {
		right: -50px !important;
	}
}
@media (min-width: 1200px) {
	.owl-prev {
		left: -20px !important;
	}
	.owl-next {
		right: -20px !important;
	}
}
@media (min-width: 1050px) {
	.owl-prev {
		left: -40px !important;
	}
	.owl-next {
		right: -40px !important;
	}
}
@media (min-width: 768px) {
	.owl-prev {
		left: -15px !important;
	}
	.owl-next {
		right: -15px !important;
	}
}
@media (max-width: 767px) {
	.sa_owl_theme .owl-nav div {
		position: relative !important;
	}
	.owl-nav {
		text-align: center;
		margin-top: 25px;
	}
	.owl-prev {
		left: -20px !important;
	}
	.owl-next {
		right: -20px !important;
	}
}
/* -------- HOMEPAGE TEXT ANIMATIONS -------- */

/*div.slide-right {
  width:inherit;
  overflow:hidden;
}
.home-block-text {
  animation: 2s slide-right;
}

@keyframes slide-right {
  from {
    margin-left: -100%;
    //width: inherit; 
  }

  to {
    margin-left: 0%;
    //width: inherit;
  }
}*/

/* ------- CONTENT PAGES -------- */

.banner-icon {
	margin-top: 25px;
	margin-bottom: 60px;
	width: 65px;
	height: 65px;
}
.banner-title {
	color: #fff;
	font-size: 26px;
	font-family: Dual-200;
	font-weight: normal;
	font-style: normal;
	text-shadow: 1px 1px 6px rgba(90, 90, 90, 1);	
}
.cnt-head-txt {
	padding-left: 12%;
	padding-right: 12%;
}
@media (max-width: 1199px) {
	.cnt-head-txt {
		padding-left: 6%;
		padding-right: 6%;
	}
}
@media (max-width: 767px) {
	.cnt-head-txt {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* FOOTERLINKS */
#footerlinks-banner {
	background: url("../images/banner-footerlinks.jpg") no-repeat top center;
	background-size: cover;
}
#footerlinks h3 {
	font-size: 15px;
	margin-bottom: 3px;
	font-weight: 700;
}

/* ABOUT US page */

#about-banner {
	background: url("../images/banner-about-BG.jpg") no-repeat top center;
	background-size: cover;
}
#about-banner .banner-icon {
	background: url("../images/banner-icon-A.png") no-repeat;
	background-size: contain;
}
#oh-one .BG {
	background: url("../images/about-img1.jpg") no-repeat top center;
	background-size: auto 410px;
}
#oh-two .BG {
	background: url("../images/about-img2.jpg") no-repeat top center;
	background-size: auto 410px;
}
#oh-three .BG {
	background: url("../images/about-img3.jpg") no-repeat top center;
	background-size: auto 410px;
}
.about-tl1 {
	font-size: 35px;
	font-family: Dual-200;
	font-weight: normal;
	font-style: normal;	
	margin:0;
}
.about-tl2 {
	font-size: 11px;
	font-family: ProximaNovaA-Bold;
	font-weight: normal;
	font-style: normal;
	margin-top: -5px;
}
.about-tl3 {
	color: #1ba2df;
	font-size: 19px;
	font-family: ProximaNovaA-Bold;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 30px;
}
.about-tl4 {
	font-family: 'Crimson+Text', serif;
	font-size: 19px;
}
.about-pad {
	padding: 50px 50px 25px 50px;
}
.about-quote {
	padding: 350px 40px 40px 200px;
	color: #fff;
	font-family: 'Crimson+Text', serif;
	font-size: 1.1em;
}
.about-quote span {
	font-size: 2.1em;
}
.caption {
	font-family: ProximaNovaA-Bold;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	letter-spacing: 2px;
}
.factoid-1 {
	background: url("../images/about-factoid-BG1.jpg") no-repeat center;
	background-size: cover;
}
.factoid-2 {
	background: url("../images/about-factoid-BG2.jpg") no-repeat center;
	background-size: cover;
}
.factoid-3 {
	background: url("../images/about-factoid-BG3.jpg") no-repeat center;
	background-size: cover;
}
.factoid-4 {
	background: url("../images/about-factoid-BG4.jpg") no-repeat center;
	background-size: cover;
}
@media (max-width: 767px) {
	#oh-one .BG, #oh-two .BG, #oh-three .BG {
		background-color: #2f3541;
	}
	.about-quote {
		padding: 440px 15px 30px 15px;
	}
	.about-pad {
		padding: 30px 15px 30px 15px;
	}
}
@media (min-width: 768px) {
	#oh-one, #oh-three,
	#strategies-ls .strategies1 .container {
		background: url("../images/BG-gray-L.png") repeat-y center;
	}
	#oh-two,
	#strategies-credit .strategies1 .container {
		background: url("../images/BG-gray-R.png") repeat-y center;
	}
	#oh-one .BG {
		background-size: auto 325px;
	}
	#oh-two .BG {
		background-size: auto 325px;
	}
	#oh-three .BG {
		background-size: auto 325px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.about-quote {
		padding: 350px 30px 30px 30px;
	}
	.about-pad {
		padding: 30px;
	}
}
/* TEAM page */

#team-banner {
	background: url("../images/banner-team-BG.jpg") no-repeat top right;
	background-size: cover;
}
#team-banner .banner-icon {
	background: url("../images/banner-icon-T.png") no-repeat;
	background-size: contain;
}
#operations h2, #investment h2 {
	margin-top:-30px;
	font-size: 20px;
}
#operations ul, #investment ul, #PEI ul {
	list-style: none;
	padding: 20px 0 0 0;
}
#operations li, #investment li, #PEI li {
	display: inline-block;
	margin: 0 15px;
}
.team-select {
	display: table-cell;
	width: 150px;
	height: 50px;
	color: #000;
	vertical-align: middle;
}
a.team-select {
	text-decoration: none;
	transition: background-color .35s;
}
a.team-select:hover,
.place {
	background-color: #bee4f5;
}

.itemwrap h3 {
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 0;
}
.itemwrap h4 {
	color: #b4b4b4;
	font-size: 12px;
	margin-top: 5px;
}
.itemwrap a {
	text-decoration: none;
	outline: none;
	border: none;
}
.close {
	filter: alpha(opacity=40);
	opacity: .4;
}
.modal-content {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.3);
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
}
.modal-header {
	padding: 15px 15px 0 15px;
	border: none;
}
.modal-header img {
	width: 23px;
	height: auto;
}
.modal-body {
	padding: 0 15px 30px 15px;
}
.modal-body img {
	margin-bottom: 15px;
}
.modal-body h3 {
	color: #333;
	font-size: 20px;
	margin-top: 0;
	text-transform: uppercase;
}
.modal-body h4 {
	color: #666;
	font-size: inherit;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 700px;
		margin: 60px auto;
	}
}
/*.itemwrap, .invwrap {
    animation-name: fd-zm;
    animation-duration: 1s;
}

@keyframes fd-zm {
    from {opacity: 0;}
    to {opacity: 1;}
}*/

/* ---- isotope stuff ---- */

/* Filter styles */
.filter li {
    display: flex;
    align-items: center;
    transition: padding-left .2s;
}

.filter label {
    margin-bottom: 0;
    flex: 1 1 100%;

}

.filter li:hover {
    padding-left: 1em;
}

.filter li.checked {
    background: #ededed;
    padding-left: 1em;
}

.filter input[type="checkbox"] {
    display: none;
}

.sort-clear button {
    background: black;
}

.sort-clear button:hover,
.sort-clear button.checked {
    background: #767676;
}


/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height;
     -moz-transition-property: height;
      -ms-transition-property: height;
       -o-transition-property: height;
          transition-property: height;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/* ======= STRATEGIES SECTION ======= */

.CNT-panel {
	padding-bottom: 20px;
}
@media (min-width: 768px) {
	.CNT-panel {
		display: table;
		padding-left: 50px;
		padding-right: 50px;
		height: 570px;
	}
}

.CNT-panel h2 {
	font-family: ProximaNovaA-Bold;
	font-weight: normal;
	font-style: normal;
	color: #1ba2df;
	font-size: 17px;
}
.CNT-panel h3 {
	font-family: 'Crimson+Text', serif;
	font-size: 17px;
}
.CNT-panel ul {
	list-style: none;
}
.CNT-panel li {
	list-style-image: url("../images/bullet.png");
	list-style-position: outside;
	margin-bottom: 8px;
}
.strategies2 {
	background-color: #2f3642;
	color: #fff;
	text-align: center;
}
.strategies2 h3 {
	font-family: Dual-300;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: 2px;
}

/* ----- LIFE SCIENCE PAGE */

#strategies-ls .banner {
	background: url("../images/banner-ls-BG.jpg") no-repeat center;
	background-size: cover;
}
#strategies-ls .banner-icon {
	background: url("../images/banner-icon-L.png") no-repeat;
	background-size: contain;
}
#strategies-ls .strategies1 .BG-panel {
	height: 570px;
	background: url("../images/strat-ls-BG1.jpg") no-repeat center top;
	background-size: cover;
}
#strat-ls3 {
	padding-top: 250px;
	padding-bottom: 30px;
	background: url("../images/strat-ls-BG2.jpg") no-repeat center top;
	background-size: cover;
}
#strat-ls4 {
	background-color: #282828;
}
#strat-ls4 .leftpanel {
	height: 275px;
	background: url("../images/strat-ls-BG3.jpg") no-repeat center top;
	background-size: cover;
}
#strat-ls4 .rightpanel {
	height: 275px;
	background: url("../images/strat-ls-BG4.jpg") no-repeat center top;
	background-size: cover;	
}
#strategies-ls td {
	font-size: .9em;
}
#strategies-ls td img {
	width: 36px;
	height: auto;
	margin: 5px 10px 5px 0;
}
#strategies-ls .tstone-bord5 {
	border: none !important;
}
.tstone {
	margin-top: 30px;
}
.tstone h4 {
	font-size: 12px;
	color: #c2c2c2;
}

@media (min-width: 768px) and (max-width: 991px) {
	#strategies-ls .tstone-bord2, #strategies-ls .tstone-bord4 {
		border: none !important;
	}
	#strategies-ls .strategies1 .BG-panel {
		height: 700px;
	}
	#strategies-ls .CNT-panel {
		padding-left: 25px;
		padding-right: 15px;

	}
}


/* ----- CREDIT PAGE */

#strategies-credit .banner {
	background: url("../images/banner-credit-BG.jpg") no-repeat center;
	background-size: cover;
}
#strategies-credit .banner-icon {
	background: url("../images/banner-icon-C.png") no-repeat;
	background-size: contain;
}
#strategies-credit .strategies1 .BG-panel {
	height: 570px;
	background: url("../images/strat-credit-BG1.jpg") no-repeat center top;
	background-size: cover;
}
@media (max-width: 767px) {
	#strategies-credit .strategies1 .BG-panel {
		background-size: cover;
	}
}
#strat-credit3 {
	padding-top: 250px;
	padding-bottom: 30px;
	background: url("../images/strat-credit-BG2.jpg") no-repeat center top;
	background-size: cover;
}
#strat-credit4 {
	background-color: #282828;
}
#strat-credit4 .leftpanel {
	height: 275px;
	background: url("../images/strat-credit-BG3.jpg") no-repeat center top;
	background-size: cover;
}
#strat-credit4 .rightpanel {
	height: 275px;
	background: url("../images/strat-credit-BG4.jpg") no-repeat center top;
	background-size: cover;	
}
.tstone1 {
	font-family: ProximaNovaA-Bold;
	font-weight: normal;
	font-style: normal;	
}
.tstone2 {
	color: #c2c2c2;
}

/* 5 column layout css */
.col-five {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 15px;
    width: 100%;
    float: left;
    margin-top: 30px;
}
#strategies-ls .col-five {
	padding-left: 15px;
    border-right: 1px solid #c2c2c2;
}
#strategies-credit .tstone-bord1, #strategies-credit .tstone-bord2, #strategies-credit .tstone-bord3, #strategies-credit .tstone-bord4 {
	padding-right: 15px;
	padding-bottom: 15px;
	border-right: 1px solid #c2c2c2;
}
#strategies-credit .tstone-bord5 {
	border: none;
	padding-right: 15px;
	padding-bottom: 15px;
}
#strategies-credit .col-five img,
#strategies-credit .col-five h4 {
	padding-right: 15px;
	font-size: .8em;
}
@media (max-width: 767px) {
	.tstone-bord1, .tstone-bord2, .tstone-bord3, .tstone-bord4 {
		border-right: none !important;
	}
	#strategies-credit .col-five {
		padding-left: 30px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.tstone-bord2, .tstone-bord4 {
		border: none !important;
	}
	.col-five {
        width: 50%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-five {
        width: 20%;
        float: left;
    }
}



/* ----- VENTURE PAGE */

#strategies-venture .banner {
	background: url("../images/banner-venture-BG.jpg") no-repeat center;
	background-size: cover;
}
#strategies-venture .banner-icon {
	background: url("../images/banner-icon-V.png") no-repeat;
	background-size: contain;
}
#strategies-venture .strategies1 .BG-panel {
	height: 570px;
	background: url("../images/strat-venture-BG1.jpg") no-repeat center top;
	background-size: cover;
}
@media (max-width: 767px) {
	#strategies-venture .strategies1 .BG-panel {
		background-size: cover;
	}
}
#strategies-venture .strategies3 {
	padding-top: 150px;
	padding-bottom: 30px;
	background: url("../images/strat-venture-BG2.jpg") no-repeat left top;
	background-size: cover;
}


/* INVESTMENTS page */

#investments-banner {
	background: url("../images/banner-investments-BG.jpg") no-repeat left center;
	background-size: cover;
}
#investments-banner .banner-icon {
	background: url("../images/banner-icon-I.png") no-repeat;
	background-size: contain;
}
#inv-facts {
	background: url("../images/invest-factoid-BG.jpg") no-repeat center;
	background-size: cover;
	padding-top: 20px;
	padding-bottom: 20px;
}
#inv-facts img {
	padding-top: 20px;
	padding-bottom: 20px;
}
#inv-lower1 {
	background: url("../images/invest-BG2.jpg") no-repeat center top;
	background-size: cover;
	min-height: 650px;
}
#inv-lower2 {
	background-color: #282828;
}
#inv-lower2 .leftpanel {
	height: 275px;
	background: url("../images/invest-BG3.jpg") no-repeat center top;
	background-size: cover;
}
#inv-lower2 .rightpanel {
	height: 275px;
	background: url("../images/invest-BG4.jpg") no-repeat center top;
	background-size: cover;	
}
.inv-select {
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 25px;
	color: #000;
}
.checked {
	background-color: #bee4f5 !important;
}
a.inv-select {
	text-decoration: none;
	//background-color: #fff;
	transition: background-color .35s;
}
a.inv-select:hover {
	background-color: #bee4f5;
}
.inv-block {
	cursor: pointer;
	border: 1px solid #b9bcc0;
	background-color: #f8f9fa;
	filter: brightness(0%);
	filter: grayscale(100%);
	margin-bottom: 30px;
	transition: filter .35s;
	transition: background-color .35s;
	margin: 15px auto;
}
.inv-block:hover {
	filter: none;
	background-color: #fff;
}
.inv-disclaimer {
	margin-top: 30px;
	margin-bottom: 60px;
	color: #888;
	font-size: 13px;
}
@media only screen and (max-width: 767px) {
	.inv-block {
		filter: none;
	}
}

/* CONTACT US page */

#contact-banner {
	background: url("../images/banner-contact-BG.jpg") no-repeat top center;
	background-size: cover;
}
#contact-banner .banner-icon {
	background: url("../images/banner-icon-C.png") no-repeat;
	background-size: contain;
}
.responsive-map {
	margin-top: 25px;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}
.responsive-map iframe {
	left: 0;
	top: 0;
	height: 400px;
	width: 100%;
	position: absolute;
}
span.contact-title {
	font-family: Dual-300;
	font-weight: normal;
	font-style: normal;
	font-size: 1.3em;
}


.imgwrap img {
	width: 100%;
	height: auto;
}

/*  -- Bootstrap Accordion styling overrides --  */
.panel {
	border: 1px solid #cfd0d0;
	background-color: #f6f7f8;
	padding: 0 20px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-group .panel {
  border-radius: 0px;
  margin-bottom: 20px;
}
.panel-title {
  font-size: 22px;
  color: inherit;
}
.panel-title strong {
	font-family: ProximaNovaA-Bold;
}
.panel-title > a {
  padding-right: 40px;
}

.panel-default > .panel-heading {
	background: none;
}

.panel-heading {
  padding: 13px 0 11px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  background-color: transparent;
  /*height: 33px;*/
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: none;
}
.panel-collapse {
  clear: both;
}
.panel-body {
  padding: 0px;
  margin-right: 25px;
  background: transparent;
  padding-bottom: 15px  ;
}
.panel-body p {
}

.panel-heading .accordion-toggle:after {
  float: right;
  /* adjust as needed */
  content: url("../images/ARYA-accordion_op.png");
  margin-top: -2px;
  padding: 0;
  position: inherit; /* was relative */
  display: block;
}

.panel-heading .accordion-toggle.collapsed:after {
  content: url("../images/ARYA-accordion_cl.png");
  float: right;
  margin-top: -2px;
  padding: 0;
  position: inherit; /* was relative */
  display: block;
}


/* ARYA SPECIAL PAGE STYLES */

.page-id-502 .wsmenucontainer { /* hide navs and logo */
	display: none;
}
.ARYAbanner {
	height: 260px;
	margin-top: 30px;
	margin-bottom: 60px;
	background-size: cover;
}
#ARYA-banner {
	background: url("../images/ARYA-banner.jpg") no-repeat top center;
	background-size: cover;
}
#ARYA2-banner {
	background: url("../images/ARYA2-banner.jpg") no-repeat top left;
	background-size: cover;
}
#ARYA3-banner {
	background: url("../images/ARYA3-banner.jpg") no-repeat top left;
	background-size: cover;
}
#ARYA4-banner {
	background: url("../images/ARYA4-banner.jpg") no-repeat top left;
	background-size: cover;
}
#ARYA5-banner {
	background: url("../images/ARYA5-banner.jpg") no-repeat top left;
	background-size: cover;
}
.ARYAbanner .banner-title {
	font-family: Dual-300;
	padding-top: 150px;
	font-size: 75px;
}
.ARYA-box {
	border: 1px solid #cfd0d0;
	background-color: #f6f7f8;
	padding: 0 20px 20px 20px;
}
#ARYA-pg h2 {
	color: #18a3cd;
	padding-left: 20px;
	margin-top: 60px;
	margin-bottom: 10px;
	font-family: ProximaNovaA-Bold;
	font-size: 22px;
}
#ARYA-pg .ARYA-box h2 {
	margin-top: 10px;
	padding-left: 0;
}
#ARYA-pg p {
	margin-bottom: 20px;
}
#ARYA-pg a.cta1 {
	background-color: #aadae9;
	color: inherit;
	padding: 0 15px;
	display: block;
	float: right;
}

#ARYA-pg a.pdf1 {
	display: block;
	padding: 10px 60px 10px 20px;
	border: 1px solid #cfd0d0;
	background: #f6f7f8 url("../images/ARYA-icon_pdf.png") no-repeat right center;
	font-family: ProximaNovaA-Bold;
	font-size: 22px;
	color: inherit;
}

@media (min-width: 768px) {
	.shobrak {
		display: none;
	}
}

@media (max-width: 767px) {
	#ARYA-pg a.cta1 {
		margin-top: 25px;
	}
	.panel-title { font-size: 16px; }
	#ARYA-pg a.pdf1 { font-size: 16px; }
	#ARYA-pg h2 { font-size: 18px; padding-right: 20px; }
	#ARYA-pg .hideme { display: none; }
	.panel-heading .accordion-toggle:after { content: url("../images/ARYA-accordion_op_sm.png"); }
	.panel-heading .accordion-toggle.collapsed:after { content: url("../images/ARYA-accordion_cl_sm.png"); }
}
@media (max-width: 420px) {
	.panel-title { font-size: 13px; }
	#ARYA-pg a.pdf1 { font-size: 13px; }
	.nowrap { white-space: normal; }
	.panel-title > a { padding-right: 0; }
}


/* ----- FORM CONTROLS ------ */
.respondwidth { width: 100%; }


input.wpcf7-submit {
	display: block;
	border: none;
	background-color: #aadae9;
	color: inherit;
	padding: 0 15px;
	letter-spacing: 1px;
	text-align: center;
}
.wpcf7-text, .wpcf7-email, .wpcf7-textarea {
	border: none;
	padding: 4px 20px;
	margin-bottom: 30px;
}
p.req {
	font-size: 14px;
	margin: auto;
	text-align: right;
	color: initial;
}

/* -- iPhone portrait alignment fixes -- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
}




