/* Reset */
* { margin: 0; padding: 0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
ol, ul { margin:10px 0 0; padding:10px 10px 10px 30px; }
ul { list-style-type:square; }
ul li { margin: 0; padding: 0; }
img { line-height:0; padding:0; margin:0; outline:none; border:none; text-decoration:none; }
a { outline:none; border:none; text-decoration:none; color:#3a4049; transition:all 0.3s; }
a:hover { text-decoration:underline; }
//p, blockquote, iframe { padding-bottom:20px!important; }
p { padding-bottom:15px; }
sup { vertical-align:top; font-size:0.6em; }

aside { font-style: italic; font-size: 0.9em;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* BODY */
html { 
	overflow-x: hidden;
}
body { 
	position: relative;
	margin: 0;
	padding: 0;
	color: #00294a;
	font-family: "proxima-nova",sans-serif;
	font-size: 18px;
	font-weight: 300;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch;
	//-webkit-font-smoothing: antialiased;
}
.body-copy { 
	font-size: 18px;
	line-height: 1.3;
}
.body-list li { 
	list-style: none;
	padding-bottom: 12px;
}
.body-list li::before {
	content:'\25A0';
	display:block;
	position:relative;
	max-width:0;
	max-height:0;
	left:-22px;
	top:-2px;
	color:#0cb4ff;
	font-size:18px;
}
.journal-intro p { 
	padding-bottom:0;
}

/* SCROLL BAR */
::-webkit-scrollbar { 
	width:12px;
} 
::-webkit-scrollbar-track { 
	border-left:1px solid #eeeeee;
	-webkit-border-radius:0;
	border-radius:0;
	background:#eeeeee;
}
::-webkit-scrollbar-thumb { 
	-webkit-border-radius:0;
	border-radius:0;
	background:#bbbbbb;
}
::-webkit-scrollbar-thumb:window-inactive {
	background:#eeeeee;
}

/* BUTTONS */
.button-default { 
	margin:0 0 10px;
	padding:10px 16px;
	border:none;
	background-color:#0cb4ff;
	color:#ffffff;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	font-family:inherit;
	font-size:15px;
	font-weight:500;
	text-align:center;
	transition:all 0.4s;
	cursor:pointer;
}
.button-default:hover { 
	background-color:#40b4dd;
	text-decoration:none!important;
}
.button-blue { 
	background-color:#0cb4ff;
	border:none;
	color:#ffffff;
}
.button-life:hover { 
	color:#ffffff;
}
.button-life-active { 
	background-color:#0cb4ff;
	color:#ffffff;
}
.button-inactive { 
	background-color:#eaeaea;
	color:#6f6f6f;
	cursor:default;
}
.button-inactive:hover { 
	background-color:#eaeaea;
}
.button-max {
	display: inline-block;
	width: 100%;
}

/* IMAGES */
.mainimg { 
	display:block;
	width:100%;
	margin:0;
	padding:0;
	border:none;
}
.ie9 img[src$='.svg'] { 
	width:100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	img[src$='.svg'] { 
	width:100%;
	}
}

/* STRUCTURE */
#topbar { 
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100px;
	padding-top:18px;
	transition:all 0.5s;
}
.topbar-b { 
	color:#3a4049;
}
.topbar-w { 
	color:#ffffff;
}
.topbar-b .top-shadow { 
	text-shadow:0 0 9px rgba(255, 255, 255, 0.7);
}
.topbar-w .top-shadow { 
	text-shadow:0 0 9px rgba(0, 0, 0, 0.5);
}
.topbar-scroll { 
	height:66px!important;
	padding-top:0!important;
	background-color:#ffffff;
}
.home-page #logo { 
	opacity:0;
	top:-100px;
}
#logo { 
	float:left;
	width:215px;
	height:38px;
	margin-top:14px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	cursor:pointer;
	transition:all 0.3s;
}
.topbar-b #logo { 
	background-image:url(../img/capprec-bm-c.svg);
}
.topbar-w #logo { 
	background-image:url(../img/capprec-bm-w-02.svg);
}
#sheader { 
	color:#ffffff;
	background-color:#04b3e5;
	text-align:center;
	line-height:1;
	padding:12px 0 3px;
}

/* NAVIGATION */
.main-nav { 
	float:right;
	margin-top:15px;
}
.main-nav ul {
	list-style:none;
	padding:0;
	margin:0;
	//color:#ffffff;
}
.main-nav ul .li { 
	display:inline-block;
	position:relative;
	white-space:nowrap;
	margin-left:12px;
	padding:0;
	border-bottom:3px solid transparent;
	font-size:16px;
	line-height:30px;
	font-weight:500;
	//cursor:pointer;
}
.main-nav ul .li a { 
	display:block;
	width:100%;
	height:100%;
	padding:0 10px;
	text-decoration:none!important;
}
.main-nav .li:hover { 
	border-bottom:3px solid #0cb4ff;
}
.main-nav .li a:hover { 
	color:#0cb4ff!important;
}
.navactive { 
	border-bottom:3px solid #0cb4ff!important;
}
.navactive .mspan a { 
	color:#0cb4ff!important;
}
.mchild { 
	display:none;
	position:absolute;
	z-index:999999;
	top:30px;
	right:-1px;
	height:auto;
	border-top:3px solid #0cb4ff;
	background-color:rgba(255, 255, 255, 1);
	-webkit-box-shadow:0px 3px 12px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:0px 3px 12px 0px rgba(50, 50, 50, 0.2);
	box-shadow:0px 3px 12px 0px rgba(50, 50, 50, 0.2);
}
.mspan { 
	cursor:pointer;
}
.mdrop { 
	display:block;
}
.mchild li { 
	display:block;
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:500;
	line-height:1;
	text-align:right;
}
.mchild li:first-child {
	border-top:1px solid transparent;
}
.mchild li:hover { 
	background-color:#f5f5f5;
}
.mchild li a { 
	padding:10px 20px!important;
}
.mchild .mcopy:hover { 
	//background:#e6e5da;
}
.mchild li a.flight i { 
	color:#0cb4ff;
}
.mchild li a.flight { 
	font-size:14px;
}


/* MENU */
.cbar { 
	float:right;
	border:none;
	padding:0;
	margin-left:30px;
	margin-top:5px;
	font-size:16px;
	line-height:28px;
	font-weight:500;
	text-decoration:none!important;
	cursor:pointer;
}
.topbar-b .cactive, .topbar-b .cbar-border { 
	border-bottom:1px solid #3a4049;
}
.topbar-w .cactive, .topbar-w .cbar-border { 
	border-bottom:1px solid #ffffff;
}
.cbar-icon { 
	margin-top:25px;
	font-size:18px!important;
}
.cbar-icon:hover { 
	text-decoration:none;
}
.cbar-icon i:hover { 
	color:#ff00a0;
}

#rightbar { 
	display:block;
	//opacity:0;
	visibility:hidden;
	position:fixed;
	z-index:-1;
	top:0;
	right:0;
	width:245px;
	height:100%;
	margin:0;
	padding:90px 30px 25px;
	color:#ffffff;
	background-color:#00294a;
	overflow-x:hidden;
	//-webkit-box-shadow:inset 10px 0px 11px -3px rgba(50, 50, 50, 0.55);
	//-moz-box-shadow:inset 10px 0px 11px -3px rgba(50, 50, 50, 0.55);
	//box-shadow:inset 10px 0px 11px -3px rgba(50, 50, 50, 0.55);
}
#rightbar .cactive, #rightbar .cbar-border { 
	border-bottom:1px solid #ffffff;
}


/* HAMBURGER */
#navicon { 
	display:none;
	float:right;
	width:36px;
	height:25px;
	position:relative;
	margin:21px 5px 0;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	transition:.5s ease-in-out;
	cursor:pointer;
}
#navicon span { 
	display:block;
	position:absolute;
	height:2px;
	width:100%;
	border-radius:2px;
	opacity:1;
	left:0;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:.25s ease-in-out;
	-moz-transition:.25s ease-in-out;
	-o-transition:.25s ease-in-out;
	transition:.25s ease-in-out;
}
.topbar-b #navicon span { 
	background:#3a4049;
}
.topbar-w #navicon span { 
	background:#ffffff;
}
#navicon span:nth-child(1) { 
	top:0px;
}
#navicon span:nth-child(2), #navicon span:nth-child(3) { 
	top:10px;
}
#navicon span:nth-child(4) { 
	top:20px;
}
#navicon.open span:nth-child(1) { 
	top:10px;
	width:0%;
	left:50%;
}
#navicon.open span:nth-child(2) { 
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
#navicon.open span:nth-child(3) { 
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
#navicon.open span:nth-child(4) { 
	top:10px;
	width:0%;
	left:50%;
}

/* MAIN BAR */
#mainbar { 
	display:block;
	position:relative;
	width:100%;
	height:100%;
	margin:0;
	padding:0 245px 0 0;
	overflow-x:hidden;
}
.mainbar_sub { 
	position:relative;
	//padding-top:20px;
	padding-left:80px;
	padding-right:80px;
}
.mainwrap { 
	padding-left:80px;
	padding-right:80px;
}


.wrapper, .wrapper-s { 
	position:relative;
	clear:both;
	width:100%;
	max-width:1280px;
	margin:auto;
	padding:0 25px;
}
.wrapper-s { 
	max-width:1180px;
}
.wrapper-pad { 
	padding-top:70px;
	padding-bottom:70px;
}
.wrapper-pad-top { 
	padding-top:70px;
}

/* HOME PAGE */
.hero-img { 
	height:400px;
}
.main-hero .table-cell { 
	padding-left:20px;
	padding-right:20px;
}
.main-hero-bm { 
	width:90%;
	max-width:550px;
	margin:auto;
}
.main-hero-copy { 
	margin-top:45px;
	//color:#818486;
	font-size:30px;
}
.main-hero-title { 
	position:relative;
	display:inline-block;
	width:130px;
	color:#0cb4ff;
	font-weight:600;
}
.main-hero-title span { 
	display:none;
	position:absolute;
	z-index:1;
	bottom:-9px;
	right:0;
}
.hero-go { 
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
}
.hero-go-wrapper { 
	display:inline-block;
}
.hero-go-scroll { 
	display:block;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
}
.hero-go-wrapper i { 
	padding:0 20px 25px;
	color:#0cb4ff;
	font-size:90px;
	line-height:0.5;
	cursor:pointer;
}

.port-list { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.port-list li { 
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:30%;
	position:relative;
	margin:0 -4px 20px 5%;
	padding:25px 0;
}
.port-list li::before { 
	content:'';
	position:absolute;
	z-index:1;
	top:0;
	bottom:0;
	width:0;
	left:-17%;
	//border-left:3px dotted #0cb4ff;
	border-left:2px dotted #b7b7b7;
}
.port-list li:first-child { 
	margin-left:0;
}
.port-list li:first-child::before { 
	border-left:none;
}
.port-list-box { 
	text-align:center;
}
.port-left-pad { 
	padding-left:5%;
}
.port-list-box a { 
	display:block;
	width:100%;
	height:100%;
	text-decoration:none!important;
}
.port-list-box:hover .life-link { 
	text-decoration:underline;
}
.port-icon-box { 
	min-height:130px;
}
.port-logo-box { 
	min-height:60px;
}
.port-icon-box img, .port-logo-box img { 
	display:inline-block;
}
.port-list-copy { 
	margin-bottom:25px;
	font-size:16px;
	font-weight:300;
}
.port-hero { 
	min-height:350px;
	color:#ffffff;
	font-weight:700;
	font-size:60px;
	text-shadow:0 0 9px rgba(0, 0, 0, 0.5);
}
.container-box { 
	padding:33px 40px;
	background-color:#ffffff;
}
.port-copy-new { 
	padding: 1px 10px 0 0;
    background-color: #ffffff;
    font-size: 15px;
}

.about-list { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.about-list li { 
	display:inline-block;
	vertical-align:top;
	margin:0 -5px 20px 0;
	text-align:center;
}
.news-list li { 
	flex:1 0 auto;
	flex-grow:1;
	min-width:33%;
	max-width:225px;
	margin:20px -5px 50px 0;
}
.about-list li:first-child { 
	margin-left:0;
}
.about-list li a { 
	display:block;
	width:100%;
	height:100%;
}
.about-list-img { 
	display:inline-block;
	min-height:90px;
}
.about-list-img img { 
	max-width:65px;
}
.about-list-copy {
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
}
.about-hero { 
	min-height:280px;
}
.about-desc-cat { 
	display:inline-block;
	position:absolute;
	top:15px;
	right:15px;
	padding:4px 8px;
	background-color:#ffffff;
	border-radius:2px;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
}
.about-desc-wrapper { 
	position:absolute!important;
	z-index:1;
	bottom:0;
}
.about-desc { 
	background-color:rgba(255, 255, 255, 0.9);
	padding:18px 22px 11px;
	font-size:16px;
}
.about-desc-copy { 
	display:inline-block;
	padding-right:20px;
	padding-bottom:10px;
	font-size:16px;
	line-height:1.2;
}
.about-desc-link { 
	font-weight:700;
	color:#0cb4ff;
	padding-left:5px;
	white-space:nowrap;
}
.about-desc-button { 
	display:inline-block;
	white-space:nowrap;
}
.about-port-title { 
	display:block;
	font-size:18px;
	font-weight:600;
	padding:9px 15px;
	text-align:center;
	text-decoration:none!important;
	border-bottom:1px solid #00294a;
	cursor:pointer;
}
.about-shares-title {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.about-table-col { 
	width:20px;
}
.about-table-spacer { 
	height:20px;
}

.brand-list { 
	display:flex;
	clear:both;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
}
.brand-list img { 
	margin:15px 10px;
	max-height: 50px;
    max-width: 150px;
    filter: grayscale(100%);
}
.brand-list img.bheight {
	max-height: 75px;
}

.subscribe-title { 
	padding-bottom:28px;
	color:#0cb4ff;
	font-weight:600;
	line-height:1.1;
}
.subscribe-copy { 
	padding:10px 20px 10px 0;
	font-size:19px;	
	font-weight:500;
}
.subscribe-input { 
	position:relative;
	height:44px;
	width:300px;
}
.subscribe-input input { 
	padding-right:112px;
	height:44px;
	line-height:44px;
	margin:0;
	padding:0 12px;
	font-size:17px;
}
.subscribe-button { 
	position:absolute;
	top:0;
	right:0;
	height:44px;
	width:90px;
	border-radius:0 2px 2px 0;
	line-height:44px;
	padding:0;
	font-size:17px;
}
.results-title { 
	font-size:22px;
}
.seminar-table-img { 
	width: 50%;
}
.seminar-table-copy { 
	padding: 30px 35px;
}

/* PROJECTS */
.project-list { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.project-list li { 
	float:left;
	position:relative;
	width:33%;
	height:300px;
	margin-right:0.5%;
	margin-bottom:6px;
}
.project-list li:nth-child(3n+3) { 
	margin-right:0;
}
.project-mask { 
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000000;
	text-align:center;
	cursor:pointer;
}
.project-mask-sub { 
	display:table-cell;
	vertical-align:middle;
	padding:0 20px;
	color:#ffffff;
}
.project-mask-title { 
	font-size:26px;
	font-weight:500;
}
.project-mask-copy { 
	margin-top:20px;
	font-size:14px;
	font-weight:300;
	letter-spacing:2px;
	text-transform:uppercase;
}
.project-header {
	padding-bottom:70px;
}
.project-column, .project-column70, .project-column50, .project-column32, .project-column30 { 
	width:100%;
	margin-bottom:8px;
}
.project-column { 
	clear:both;
}
.project-column70 { 
	width:69.6%;
}
.project-column68 { 
	width:66.4%;
}
.project-column50 { 
	width:49.6%;
}
.project-column30 { 
	width:29.6%;
}
.project-column32 { 
	width:32.8%;
}
.project-margin32 { 
	margin-right:0.8%;
}

.project-column33 { 
	float:left;
	width:33.33%;
	padding:5px 0;
	text-align:center;
	font-size:16px;
	font-weight:300;
}
.project-column33-l { 
	text-align:left;
}
.project-column33-r { 
	text-align:right;
}
.xlheight { 
	min-height:1437px;
}
.lheight { 
	min-height:955px;
}
.mheight { 
	min-height:645px;
}
.msheight { 
	min-height:500px;
}
.sheight { 
	min-height:400px;
}
.xsheight { 
	min-height:300px;
}
.iheight { 
	min-height:473px;
}
.ilheight { 
	min-height:918px;
}
.imheight { 
	min-height:318px;
}
.isheight { 
	min-height:300px;
}
.imargin { 
	margin-bottom:9px;
}
.nmargin { 
	margin-bottom:0;
}

/* INVESTOR PAGE */

/* LIFE PAGE */
.life-buttons { 
	padding:0 0 50px;
}
.posts-list { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.posts-list li { 
	display:inline-block;
	vertical-align:top;
	width:31%;
	margin:0 -4px 50px 3%;
	cursor:pointer;
}
.posts-list li a { 
	display:block;
	width:100%;
	height:100%;
	text-decoration:none!important;
}
.posts-list li:hover .life-img:before, .posts-list li:hover .videos-img:before  { 
	opacity:1;
}
.posts-list li:hover .life-link { 
	text-decoration:underline;
}
.posts-list li:nth-child(3n+1) { 
	margin-left:0;
}
.life-img { 
	position:relative;
	height: 130px;
	margin-bottom: 10px;
	background-color: #00294a;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px;
}
.life-img:before { 
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.6);
	background-image:url(../img/icon-plus.png);
	background-position:center center;
	background-repeat:no-repeat;
	opacity:0;
	transition:all 0.5s;
}
.life-wrapper { 
	padding:5px 5px 10px;
}
.life-cat { 
	padding-bottom:12px;
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
}
.life-title { 
	margin-bottom:12px;
	font-size:19px;
	font-weight:400;
	line-height:1.1;
	//white-space:nowrap;
	//text-overflow:ellipsis;
	//overflow:hidden;
}
.life-date {
	margin-bottom:4px;
	font-size:13px;
	font-weight:600;
	text-transform:uppercase;
}
.life-copy { 
	margin-bottom:12px;
	font-size:15px;
	line-height:1.2;
}
.life-link { 
	font-size:15px;
	font-weight:700;
	color:#0cb4ff;
}
.life-more { 
	font-size:0.9em;
}

/* NEWS */
.news-header { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
	margin-bottom:30px;
	font-size:20px;
	font-weight:500;
}
.news-header li { 
	display:block;
	padding-bottom:22px;
}
.news-header li a { 
	padding-bottom:7px;
}
.news-header li a:hover { 
	text-decoration:none!important;
	border-bottom:1px solid #0cb4ff;
}
.news-active { 
	border-bottom:1px solid #0cb4ff;
}

.sens-list { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.sens-list li { 
	display:block;
	border-bottom:1px solid #0cb4ff;
	font-size:18px;
	cursor:pointer;
}
.sens-list li:last-child { 
	border-bottom:none;
}
.sens-list li i { 
	color:#0cb4ff;
}
.sens-list-date { 
	width:110px;
}
.sens-list-title { 
	font-weight:500;
}
.sens-list-media { 
	float:right;
}
.sens-list li a { 
	display:block;
	position:relative;
	width:100%;
	height:100%;
	padding:10px 35px 10px 12px;
	text-decoration:none!important;
	transition:all 0.3s;
}
.sens-list li a:hover { 
	background-color:#f7f7f7;
}
.sens-list li a i { 
	position:absolute;
	top:14px;
	right:12px;
}
.tag-title { 
	margin:25px 0 15px;
	font-size:19px;
	font-weight:700;
}

/* JOURNAL */
.journalimg { 
	margin-bottom:40px;
}
.journal-entry, .journal-more { 
	//font-size:18px;
}
.journal-entry a {
	text-decoration:underline;
	word-break:break-word;
}
.journal-copy { 
	display:none;
}
.journal-more { 
	height:30px;
	display:inline-block;
	margin-top:30px;
	font-weight:500;
	white-space:nowrap;
	overflow:hidden;
}
.journal-divider { 
	width:100%;
	height:0;
	border-top:1px solid #c6c6c6;
	margin:70px 0 80px;
}
.journal-load { 
	padding-bottom:15px;
	font-size:26px;
	font-weight:500;
}

.journal-list { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.journal-list li { 
	display:inline-block;
	vertical-align:top;
	position:relative;
	width:31%;
	margin-right:-4px;
	margin-left:3.5%;
	margin-bottom:70px;
}
.journal-list li:nth-child(3n+1) { 
	margin-left:0;
}
.journal-img { 
	height:220px;
	margin-bottom:15px;
}
.journal-title { 
	margin-bottom:25px;
	font-size:19px;
	font-weight:500;
}
.journal-date { 
	margin-bottom:25px;
	font-size:14px;
	font-weight:300;
	text-transform:uppercase;
}
.journal-body { 
	margin-bottom:22px;
	font-size:17px;
	font-weight:300;
}
.journal-read { 
	display:inline-block;
	font-size:17px;
	font-weight:500;
}
.journal-pad { 
	padding:0 12px;
}

/* SECTIONS */
.div-section { 
	clear:both;
	width:100%;
	background-color:#ffffff;
}
.hero-bar, .hero-showcase { 
	width:100%;
	//min-height:596px;
	min-height:610px;
	color:#ffffff;
	padding:225px 0 30px;
	background-color:#071e1d;
	background-image:url(../img/main-banner.jpg);
	background-position:center center;
	background-size:cover;
}
.hero-showcase { 
	background-image:url(../img/showcase-banner.jpg);
}
.hero-header { 
	font-size:58px;
	line-height:57px;
	font-weight:700;
	width:100%;
	max-width:610px;
	margin:auto;
}
.hero-sub { 
	font-style:italic;
	font-size:26px;
	max-width:450px;
	margin:auto;
	margin-top:7px;
	margin-bottom:11px;
}

.team-col-68 { 
	float:right;
	width:68%;
	padding-bottom:35px;
}
.team-col-28 { 
	float:left;
	width:28%;
}
.team-list { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.team-list li { 
	display:inline-block;
	position:relative;
	vertical-align:top;
	width:33.33%;
	margin-right:-4px;
}
.team-box { 
	display:inline-block;
	width:100%;
	max-width:235px;
	margin:0 0 25px;
	text-align:center;
	cursor:pointer;
}
.team-image img { 
	display:inline-block;
	width:70%;
	border-radius:50%;
	margin:0;
	padding:0;
	border:3px solid #0cb4ff;
}
.team-title { 
	margin-top:7px;
	font-size:17px;
	font-weight:700;
}
.team-body { 
	margin-top:0;
	font-size:15px;
}
.team-contact { 
	margin-top:12px;
	font-size:18px;
	color:#ff00a0;
	font-weight:500;
}

.feature-div { 
	background-color:#071e1d;
	color:#ffffff;
}
.feature-title { 
	font-size:22px;
	font-weight:500;
}
.feature-sub { 
	margin-top:3px;
	font-size:18px;
	font-weight:500;
}
.feature-video-title { 
	margin-top:20px;
	font-size:18px;
}
.feature-video-sub { 
	margin-top:10px;
	padding-bottom:15px;
	font-size:12px;
	line-height:20px;
}

.contact-divider { 
	width:100%;
	height:0;
	border-top:1px solid #c6c6c6;
	margin:50px 0 0;
}

.map-div { 
	//background-color:#e2e2e2;
	position:relative;
	height:300px;
}
#googlemap { 
	position:absolute;
	z-index:0;
	height:100%;
	width:100%;
	top:0;
	left:0;
}
.map-cover { 
	position:absolute;
	z-index:1;
	height:100%;
	width:100%;
	top:0;
	left:0;
}
.map-directions { 
	position:absolute;
	z-index:2;
	top:20px;
	right:40px;
}

.contact-table-details { 
	width:300px;
}

/* HEADINGS */
h1 { 
	padding-bottom:38px;
	font-size:30px;
	font-weight:400;
	line-height:1.3;
}
.header1 { 
	padding-bottom:38px;
	font-size:35px;
	font-weight:100;
	line-height:1.4;
}
.header2 { 
	font-size:32px;
	line-height:1.4;
}
.page-header { 
	margin-bottom: 30px;
	padding-bottom: 10px;
	color: #00294a;
	font-size: 28px;
	font-weight: 600;
	border-bottom: 1px solid #00294a;
}
.page-sub, .page-share { 
	margin-bottom:30px;
	font-size:17px;
	font-weight:300;
}
.page-sub { 
	text-transform:uppercase;
	letter-spacing:1px;
}
.approach-header { 
	width: 100%;
	max-width: 470px;
	padding-top: 190px;
	color: #00294a;
	font-size: 82px;
	font-weight: 800;
	line-height: 1;
}

/* WEIGHTS */
.weight-m { 
	font-weight:400;
}

/* INTRO BAR */
.intro-copy { 
	line-height:35px;
}

.barclear { 
	clear:both;
	width:100%;
	margin-top:15px;
	padding:0;
}
.barpad { 
	padding:20px;
}
.bw_div { 
	cursor:default;
}
.bw_block { 
	display:inline-block;
	vertical-align:top;
	padding:15px 20px;
}
.bw_l { 
	padding-left:10px;
}
.bw_i { 
	color:#777777;
	cursor:pointer;
}
.bw_i:hover { 
	color:#333333;
}

.rightmenu { 
	display:block;
	position:absolute;
	top:0;
	right:245px;
	padding:0;
	width:100%;
	padding:0;
}
.sidemenu { 
	left:-245px;
}
.activemenu { 
	left:0;
}
.barcover { 
	//display:none;
	position:fixed;
	z-index:9;
	top:0;
	left:-245px;
	width:100%;
	height:100%;
	background-color:rgba(255, 255, 255, 0.4);
	cursor:default;
}

.column100 { 
	clear:both;
	width:100%;
}
.column70 { 
	width:70%;
}
.column68 { 
	width:68%;
}
.column62 { 
	width:62%;
}
.column50 { 
	width:50%;
}
.column48 { 
	width:48.5%;
}
.column47 { 
	width:47%;
}
.column40 { 
	width:40%;
}
.column35 { 
	width:35%;
}
.column33 { 
	float:left;
	width:33%;
}
.column30 { 
	width:30%;
}
.column28 { 
	float:left;
	width:28%;
}

/* RIGHT BAR */
.laccount { 
	height:76px;
	padding-left:20px;
	cursor:default;
}
.laccount_icon { 
	float:left;
	width:36px;
	height:36px;
	margin:16px 0;
	font-size:24px;
	font-weight:700;
	line-height:36px;
	color:#ffffff;
	text-align:center;
	border:3px solid #ffffff;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
.laccount_copy { 
	float:left;
	height:76px;
	margin-left:12px;
	width:90px;
	font-size:16px;
	font-weight:400;
	line-height:1;
	overflow:hidden;
	display:table;
}

.laccount_copy span {
	display:table-cell;
	vertical-align:middle;
}

.laccount_icon_s { 
	float:left;
	width:30px;
	height:30px;
	margin:0 15px 0 5px;
	font-size:20px;
	font-weight:700;
	line-height:30px;
	color:#ffffff;
	text-align:center;
	border:3px solid #ffffff;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
.laccount_copy_s { 
	float:left;
	margin-top:7px;
}
.laccount_button { 
	display:block;
	float:right;
	height:76px;
	padding:0 30px 0 26px;
	color:#ffffff;
	font-size:20px;
	line-height:76px;
	cursor:pointer;
}
.laccount_button:hover { 
	color:#ffffff;
}
.ltools_button { 
	color:#ffffff;
}
.ltools_button:hover { 
	color:#ffffff;
}
.laccount_sub { 
	position:absolute;
	right:0;
	top:16px;
	cursor:pointer;
}
.laccount_sub_s { 
	position:absolute;
	top:0;
	right:0;
	height:60px;
	//padding-left:10px;
	line-height:60px;
	cursor:pointer;
}
.laccount_sub_s:hover { 
	//background:#797979;
	color:#ffffff;
}
.laccount_sub_s i { 
	width:70px!important;
	margin-right:0!important;
	text-align:center;
}
.ltools { 
	//background:#797979;
	color:#ffffff;
}
.lmenu, .lsubmenu {
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.lmenu li { 
	position:relative;
	width:100%;
	margin-bottom:25px;
	padding:5px 0;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	letter-spacing:1px;
}
.lmenu li:hover { 
	//text-decoration:underline;
}
.lmenu li a { 
	color:#ffffff;
	text-decoration:none!important;
}
.lmenu li span { 
	padding-bottom:10px;
	cursor:pointer;
}
.lactive { 
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:6px;
	//background:#a09494;
	cursor:pointer;
}
.larrow { 
	height:16px;
	padding-left:25px;
	margin-bottom:-1px;
	//background-color:#ffffff;
	background-image:url(../img/carrow_r.png);
	background-position:30px bottom;
	background-repeat:no-repeat;
}
.lsplit { 
	width:100%;
	clear:both;
	border-top:1px solid #e0e0e0;
	margin:0 auto;
}

.lsocial { 
	position:absolute;
	bottom:20px;
	left:30px;
	margin-top:15px;
	font-size:28px;
}
.lsocial i { 
	cursor:pointer;
}
.lsocial i:hover { 
	color:#f5f5f5;
}
.rightbar-logo { 
	position:absolute;
	z-index:999999;
	top:31px;
	right:-185px;
	//right:28px;
	width:185px;
	height:33px;
	background-image:url(../img/capprec-bm-w-02.svg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	cursor:pointer;
}

/* TIMELINE */
.time-block-left, .time-block-right { 
	position:relative;
	padding-top:10px;
	padding-bottom:120px;
	margin-left:0;
}
.time-block-left { 
	float:left;
	border-right:2px solid #0cb4ff;
	padding-right:80px;
	text-align:right;
}
.time-block-right { 
	float:right;
	border-left:2px solid #0cb4ff;
	padding-left:80px;
	text-align:left;
}
.time-circle-left, .time-circle-right { 
	position:absolute;
	top:0;
	width:100px;
	height:100px;
	text-align:center;
	line-height:100px;
	background-color:#0cb4ff;
	color:#ffffff;
	border:none;
	border-radius:50%;
	font-size:22px;
	font-weight:700;
}
.time-circle-left { 
	right:-53px;
}
.time-circle-right { 
	left:-53px;
}
.time-copy span { 
	display:block;
	padding-bottom:8px;
	font-size:17px;
}

/* INPUT ELEMENTS */
.check-input { 
	width:100%;
	margin:5px 0;
	padding:12px 15px;
	background-color:#ffffff;
	border: none;
	font-family:inherit;
	font-size:17px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-appearance:none;
}
.check-input-m { 
	margin-right:2%;
}
.check-input50 { 
	float:left;
	width:49%;
}
.check-tarea { 
	float:left;
	width:100%;
	height:190px;
	margin:5px 0;
	padding:15px;
	border:none;
	overflow-y:auto;
	resize:none;
	background-color:#ffffff;
	border:1px solid #0cb4ff;
	font-family:inherit;
	font-size:17px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-appearance:none;
}

.dropdown { 
	float:left;
	height:34px;
	overflow:hidden;
	background:#e9e9e9 url(../img/CB_DownArrow.png) no-repeat right center;
	border:0;
	border:none;
}
.dropdown select {
	height:34px;
	padding-right:25px;
	background:transparent;
	font-family:inherit;
	font-size:16px;
	line-height:34px!important;
	color:#3a4049;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance: none;
	border:0;
	border:none;
	@include border-radius(0);
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	cursor:pointer;
}
.dropdown70 { 
	width:70px;
}
.dropdown70 select { 
	width:98px;
}
.dropdown90 { 
	width:90px;
	height:38px;
	border:1px solid #333333;
	margin-top:5px;
}
.dropdown90 select { 
	width:118px;
	height:38px;
	font-size:17px;
	line-height:35px!important;
}
.dropdown350 {
	width:350px;
	height:34px;
	overflow:hidden;
	background:#ffffff url(../img/CB_DownArrow.png) no-repeat right center;
	border:0;
	border:none;
}
.dropdown350 select {
	width:378px;
	height:34px;
	padding:0 0 0 11px;
	background:transparent;
	font-family:inherit;
	font-size:16px;
	line-height:34px!important;
	color:#787864;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance: none;
	border:0;
	border:none;
	@include border-radius(0);
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	cursor:pointer;
}
.dropdownfull { 
	clear:both;
	width:100%;
	height:40px;
	margin:5px 0;
	overflow:hidden;
	background:#ffffff url(../img/CB_DownArrow.png) no-repeat right center;
	border:0;
	border:none;
}
.dropdownfull_g { 
	clear:both;
	width:100%;
	height:40px;
	margin:5px 0;
	overflow:hidden;
	background:#f4efef url(../img/CB_DownArrow.png) no-repeat right center;
	border:0;
	border:none;
}
.dropdownfull select, .dropdownfull_g select {
	width:110%;
	height:40px;
	padding:0 0 0 11px;
	background:transparent;
	font-family:inherit;
	font-size:16px;
	line-height:40px!important;
	color:#333333;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance: none;
	border:0;
	border:none;
	@include border-radius(0);
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	cursor:pointer;
}


/* MODAL DESIGN */
.modal { 
	font-size:16px;
	padding:15px 25px 90px 15px;
	background:#ffffff;
}
.mwrapper { 
	width:100%;
	height:100%;
	padding:30px 50px 30px;
}
.modalbar { 
	position:fixed;
	z-index:99995;
	bottom:0;
	left:0;
	padding:12px 14px;
	width:100%;
	text-align:right;
	background:#a09494;
}


/* NOTIFIER */
.notifier_bar { 
	display:inline-block;
	position:fixed;
	z-index:99995;
	bottom:25px;
	right:25px;
	padding:12px 16px;
	background:#ed6e45;
	font-size:16px;
	color:#ffffff;
	white-space:nowrap;
	overflow:hidden;
}
.notifier_msg { 
	float:left;
	padding:12px 0 0 20px;
}
.notifier_close { 
	float:right;
	width:45px;
	height:45px;
	background:transparent url(../img/CB_CloseX_Inactive.png) no-repeat center center;
	cursor:pointer;
}
.notifier_close:hover { 
	background:transparent url(../img/CB_CloseX_Active.png) no-repeat center center;
}

/* VIDEO */
.videowrap { 
	position:relative;
	//padding-bottom:56.25%;
	padding-bottom:53%;
	padding-top:25px;
	height:0;
	margin:auto;
	//margin-bottom:36px;
	//max-width:860px;
}
.videowrap iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.video-divider { 
	height:30px;
}
.videopop { 
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:transparent;
	cursor:pointer;
}
.videopop:hover { 
	background-color:rgba(0, 0, 0, 0.3);
}
.video-button {
	display:inline-block;
	padding:10px 18px;
	margin-bottom:10px;
	background:#eee;
	border:none;
	border-radius:7px;
	color:#222;
	font-family:inherit;
	font-size:16px;
	text-shadow:0 1px white;
	cursor:pointer;
}

.video-button:hover {
	background-color:#8cf;
	text-shadow:0 1px hsla(0, 0%, 100%, 0.5);
	color:#222;
}
.video-button:active, .video-button.is-checked {
	background-color:#28f;
}
.video-button.is-checked {
	color:#ffffff;
	text-shadow:0 -1px hsla(0, 0%, 0%, 0.8);
}
.video-button:active {
	box-shadow:inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}
.video-button-group:after {
	content:'';
	display:block;
	clear:both;
}
.video-button-group .video-button {
	display:inline-block;
	width:100%;
	max-width:200px;
	border-radius: 0;
	margin:0 20px;
}
.grid:after { 
	content:'';
	display:block;
	clear:both;
}
.video-item { 
	display:inline-block;
	width:45%;
	margin:30px 2%;
}
.videoicon { 
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	//background:transparent url(../img/youtube-off.png) no-repeat center center;
	background-image:url(../img/youtube-off.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:80px 56px;
	cursor:pointer;
}
.videoicon:hover { 
	background-image:url(../img/youtube-on.png);
}
.video-footer { 
	font-size:20px;
	font-weight:400;
	margin:50px 0 30px;
}


.embed-container { 
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
	max-width:100%;
}
.embed-container iframe, .embed-container object, .embed-container embed { 
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* CIRCLES */
.circle { 
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	//behavior: url(./javascript/PIE/PIE.php);
}

/* SCROLL TO TOP */
#topscroll { 
	display:none;
	position:fixed;
	z-index:999999;
	bottom:20px;
	right:25px;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:30px;
	line-height:48px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	background-color:#ff00a0;
	-webkit-box-shadow:2px 2px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:2px 2px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow:2px 2px 8px 0px rgba(50, 50, 50, 0.75);
	cursor:pointer;
}
#topscroll:hover { 
	background-color:#fd45b9;
}

/* FOOTER */
#footer { 
	padding:90px 0 50px;
	font-size:14px;
}
.footer-box { 
	border-top:1px solid #0cb4ff;
	padding-top:29px;
}
.footer-col-20 { 
	display:inline-block;
	vertical-align:top;
	width:19%;
	margin-right:-4px;
	padding-bottom:30px;
	padding-right:25px;
}
.footer-sub { 
	position:relative;
	width:24.2%;
	padding:31px 30px;
	margin-top:-30px;
	font-weight:300;
	font-size:15px;
	line-height:1.1;
	color:#ffffff;
}
.footer-sub-input { 
	font-size:15px;
	margin:6px 0;
	padding:10px 13px;
}
.footer-sub-button { 
	border: none;
}
footer-sub-button:hover { 
	background-color: #ffffff!important;
	color: #0cb4ff!important;
}
.footer-header { 
	margin-bottom:30px;
	font-size:17px;
	font-weight:500;
	text-transform:uppercase;
}
.footer-item { 
	padding:1px 0;
	margin-bottom:3px;
}
.footer-item i { 
	font-size:16px;
}
.footer-links .footer-header { 
	margin-bottom:0;
}
.footer-pipe { 
	font-weight:500;
	margin:0 25px;
}
.footer-print { 
	line-height:1.5;
	text-align:center;
}
.footer-terms { 
	font-weight:500;
	text-transform:uppercase;
}
.footer-indent { 
	padding-left:12px;
}

/* TABLES */
.table { 
	position:relative;
	display:table;
	height:100%;
	width:100%;
}
.table-auto { 
	height:auto;
}
.table-row { 
	display:table-row;
}
.table-cell { 
	display:table-cell;
}
.table-cell-t { 
	vertical-align:top;
}
.table-cell-m { 
	vertical-align:middle;
}
.table-cell-b { 
	vertical-align:bottom;
}
.table-nheight { 
	height:auto;
}

.investor-calendar { 
	//width:100%;
	border-collapse:collapse;
}
.investor-calendar th { 
	text-align:left;
	padding-bottom:5px;
	border-bottom:1px solid #c6c6c6;
	font-weight:300;
}
.investor-calendar th:first-child, .investor-calendar td:first-child { 
	padding-right:35px;
}

/* TABLES - DATA */
.data-preview { 
	width:100%;
	border-collapse:collapse;
}
.data-preview th, .data-preview td { 
	vertical-align:top;
	padding:16px 12px;
	border-bottom:1px solid #0cb4ff;
	font-size:17px;
	font-weight:300;
	text-align:center;
}
.data-preview th { 
	font-weight:600;
}
.data-preview th:first-child, .data-preview td:first-child { 
	text-align:left;
}

/* GENERAL */
*:focus {
	outline:none;
}
.relative { 
	position:relative;
}
.clear { 
	clear:both;
}
.clicker { 
	cursor:pointer;
}
.cdefault { 
	cursor:default!important;
}
.flight { 
	font-weight:400;
}
.fmedium { 
	font-weight:500;
}
.link { 
	cursor:pointer;
}
.link:hover { 
	text-decoration:underline;
}
.flink { 
	color:#ffffff;
	cursor:pointer;
}
.flink:hover { 
	text-decoration:underline;
}
.tlink { 
	text-decoration:underline;
}
.block { 
	display:block;
}
.inblock { 
	display:inline-block;
}
.hidden { 
	display:none;
}
.left { 
	float:left;
}
.right { 
	float:right;
}
.tleft { 
	text-align:left;
}
.tright { 
	text-align:right;
}
.tcenter { 
	text-align:center;
}
.noselect { 
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.cover { 
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.cover-top { 
	background-position:top center;
}
.cover-bottom { 
	background-position:bottom center;
}
.cover-bottom-right { 
	background-position:bottom right;
}
.cover-right { 
	background-position:center right;
}
.cover-left { 
	background-position:center left;
}
.cover-top-right { 
	background-position:top right;
}
.cover-top-left { 
	background-position:top left;
}
.contain { 
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
}
.bg-white, .white { 
	background-color: #ffffff;
}
.bg-grey { 
	background-color: #eaeaea;
}
.bg-blue { 
	background-color: #0cb4ff;
}
.bg-navy { 
	background-color: #00294a;
}
.twhite { 
	color: #ffffff;
}
.tblue { 
	color: #0cb4ff;
}
.tnavy { 
	color: #00294a;
}
.divider { 
	clear:both;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:2px dotted #a9a79c;
}
.divider-s { 
	height:15px;
}
.divider-m { 
	height:30px;
}
.divider-l { 
	height:60px;
}
.show-l { 
	display:block;
}
.show-m { 
	display:none;
}
.prev-arrow { 
	padding-left:30px;
	background-image:url(../img/slider-arrow-left-on.png);
	background-position:center left;
	background-repeat:no-repeat;
	background-size:19px;
}
.next-arrow { 
	padding-right:30px;
	background-image:url(../img/slider-arrow-right-on.png);
	background-position:center right;
	background-repeat:no-repeat;
	background-size:19px;
}
.flex { 
	display:-webkit-flex;
	display:flex;
}
.flex-row { 
	-webkit-flex-direction:row;
	flex-direction:row;
}
.flex-vcenter { 
	-webkit-align-items:center;
	align-items:center;
}
.flex-center { 
	-webkit-justify-content:center;
	justify-content:center;
}
.flex-justify { 
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.flex-around { 
	-webkit-justify-content:space-around;
	justify-content:space-around;
}
.flex-wrap { 
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.nowrap { 
	white-space:nowrap;
}

/* PLACEHOLDER */

label.error { 
	display:block;
	font-size:15px;
	font-weight:400;
}
#yerror { 
	display:none;
	overflow:auto;
	padding: 20px 25px 10px 25px;
	background-color: #0cb4ff;
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
}
#yerror label { 
	float:none;
	width:auto;
}

.placeholder { color: #797979; }
.placeholderFocus { color: #797979; }

::-webkit-input-placeholder { color:#797979; } /* WebKit browsers */
:-moz-placeholder { color:#797979; } /* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color:#797979; } /* Mozilla Firefox 19+ */
input:-moz-placeholder { color:#797979; }
:-ms-input-placeholder { color:#797979; } /* Internet Explorer 10+ */

#psearchform::-webkit-input-placeholder { color:#797979; }
#psearchform:-moz-placeholder { color:#797979; }
#psearchform::-moz-placeholder { color:#797979; }
#psearchform:-ms-input-placeholder { color:#797979; }

.check_input::-webkit-input-placeholder, .check_tarea::-webkit-input-placeholder { color:#797979; } /* WebKit browsers */
.check_input:-moz-placeholder, .check_tarea:-moz-placeholder { color:#797979; } /* Mozilla Firefox 4 to 18 */
.check_input::-moz-placeholder, .check_tarea::-moz-placeholder { color:#797979; } /* Mozilla Firefox 19+ */
.check_input:-moz-placeholder, .check_tarea:-moz-placeholder { color:#797979; }
.check_input:-ms-input-placeholder, .check_tarea:-ms-input-placeholder { color:#797979; } /* Internet Explorer 10+ */
.check_input::-moz-placeholder, .check_tarea::-moz-placeholder { color:#797979; }

.msearchi::-webkit-input-placeholder { color:#333333; } /* WebKit browsers */
.msearchi:-moz-placeholder { color:#333333; } /* Mozilla Firefox 4 to 18 */
.msearchi::-moz-placeholder { color:#333333; } /* Mozilla Firefox 19+ */
.msearchi:-moz-placeholder { color:#333333; }
.msearchi:-ms-input-placeholder { color:#333333; } /* Internet Explorer 10+ */
.msearchi::-moz-placeholder { color:#333333; }


/* MEDIA QUERIES - 1100PX */
@media screen and (max-width: 1100px) { 

/* FOOTER */
.footer-strategy { 
	float:left;
}

}


/* MEDIA QUERIES - 960PX */
@media screen and (max-width: 960px) { 

/* HOME PAGE */
.port-list li::before { 
	left:-17%;
}
.port-list-copy { 
	font-size:18px;
}
.seminar-table, .seminar-table .table-cell { 
	width: 100%;
	display:block;
}
.seminar-table-img { 
	height:300px;
}

/* GENERAL */
.column62, .column35 { 
	float:left;
	clear:left;
	margin:0 0 5px;
	width:100%;
}

}


/* MEDIA QUERIES - 900PX */
@media screen and (max-width: 900px) { 

/* INVESTOR PAGE */
.posts-list li { 
	width:49%;
	margin-left:2%;
}
.posts-list li:nth-child(2n+1) { 
	margin-left:0;
}

/* FOOTER */
.footer30, .footer70 { 
	float:left;
	clear:left;
	margin:0 0 5px;
	width:100%;
}

}

/* MEDIA QUERIES - 850PX */
@media screen and (max-width: 850px) { 

/* NAVIGATION */
#navicon { 
	display:block;
}
.cbar, .main-nav { 
	display:none;
}

/* HOME PAGE */
.about-list li { 
	width:48%;
	margin:0 -4px 30px 2%;
}
.about-list li:nth-child(odd) { 
	margin-left:0;
}

/* JOURNAL */
.journal-list li { 
	width:49%;
	margin-left:1%;
}
.journal-list li:nth-child(3n+3) { 
	margin-left:1%;
}
.journal-list li:nth-child(2n+2) { 
	margin-left:0;
}

/* PROJECTS */
.project-list li { 
	width:49%;
	margin-right:1%;
}
.project-list li:nth-child(3n+3) { 
	margin-right:1%;
}
.project-list li:nth-child(2n+2) { 
	margin-right:0;
}
.lheight { 
	min-height:700px;
}
.mheight { 
	//min-height:645px;
}
.iheight { 
	min-height:346px;
}
.imargin { 
	margin-bottom:8px;
}

/* FOOTER */
.footer-col-20 { 
	width:33.33%;
}

}


/* MEDIA QUERIES - 710PX */
@media screen and (max-width: 710px) { 
/* @media screen and (max-width: 480px) and (orientation: portrait) { */
	/* HOME PAGE */
	.about-table, .about-table-main { 
		display:block;
		width:100%;
		margin-bottom:20px;
	}
	.about-table-pic { 
		min-height:300px;
	}

	.approach-header { 
		padding-top: 140px;
		font-size: 60px;
	}

	.column68, .column28 { 
		float: left;
		clear: left;
		margin: 0 0 5px;
		width: 100%;
	}

	/* VIDEO */
	.video-item {
		width: 100%;
		margin: 30px 0;
	}
}


/* MEDIA QUERIES - 603PX */
@media screen and (max-width: 603px) { 

.body-copy { 
	font-size:18px;
}

.approach-header { 
	font-size:55px;
}

/* BUTTONS */
.button-default { 
	min-width:100px;
}

/* STRUCTURE */
#topbar { 
	padding:1px 0;
}

.hero-bar { 
	padding-top:200px;
}
.hero-header { 
	font-size:46px;
	line-height:1.1;
}
.hero-sub { 
	font-size:24px;
}

.header1 { 
	font-size:28px;
}
.header2 { 
	font-size:22px;
}

/* SECTIONS */
.intro-copy {
	font-size:18px;
	line-height:1.7;
}
.team-title { 
	font-size:18px;
}
.team-body { 
	font-size:15px;
}
.team-contact { 
	font-size:15px;
}

.feature-title { 
	font-size:18px;
}
.feature-sub { 
	font-size:15px;
}
.feature-video-title { 
	font-size:15px;
}

.contact-title { 
	font-size:18px;
	font-weight:400;
}
.contact-contact { 
	font-size:15px;
}
.contact-manager { 
	font-size:15px;
}
.contact-address { 
	font-size:15px;
	line-height:1.4;
}

/* GENERAL */
#main, #aside, .column50, .column40, .column47, .column48, .column33, .column30, .imagel49, .imager49, .imagel40, .imager60, .imagel60 img, .imager40 img, .imagel40 img, .imager60 img { 
	float:left;
	clear:left;
	margin:0 0 5px;
	width:100%;
}
.show-l { 
	display:none;
}
.show-m { 
	display:block;
}

/* JOURNAL */
.journal-list li { 
	width:100%;
	margin-right:0;
}

/* PROJECTS */
.project-list li { 
	width:100%;
	margin-right:0;
}
.project-column70, .project-column68, .project-column50, .project-column30, .project-column32, .project-column33 { 
	clear:left;
	width:100%;
}
.project-margin32 { 
	margin-right:0;
}
.project-column33 { 
	padding:20px 0;
}
.project-column33-l, .project-column33-r { 
	text-align:center;
}
.lheight, .ilheight, .xlheight { 
	min-height:400px;
}
.mheight, .msheight, .iheight { 
	clear:both;
	min-height:400px;
}

/* HOME PAGE */
.hero-img { 
	height:280px;
}
.port-list li { 
	display:block;
	width:100%;
	position:relative;
	margin:0 0 20px 0;
}
.port-list li::before { 
	content:'';
	position:absolute;
	z-index:1;
	top:-14px;
	right:0;
	left:0;
	width:100%;
	height:0;
	border-left:none;
	border-top:2px dotted #b7b7b7;
}
.port-list li:first-child { 
	margin-top:0;
}
.port-list li:first-child::before { 
	border-top:none;
}
.port-list-box { 
	width:100%;
	max-width:100%;
}
.port-left-pad { 
	padding-top:35px;
	padding-left:0;
}
.port-hero { 
	font-size:38px;
}
.container-box { 
	padding:22px;
}
.results-title { 
	font-size:17px;
}

/* INVESTOR PAGE */
.posts-list li { 
	width:100%;
	margin-left:0;
}

/* TIMELINE */
.time-block-left, .time-block-right { 
	width:auto;
	margin-left:30px;
	margin-top:-7px;
	padding-left:50px;
	padding-bottom:70px;
}
.time-block-left { 
	float:left;
	border-right:none;
	border-left:2px solid #0cb4ff;
	padding-right:0;
	text-align:left;
}
.time-circle-left, .time-circle-right { 
	right:auto;
	left:-38px;
	width:70px;
	height:70px;
	font-size:20px;
	line-height:69px;
}

.contact-table, .contact-table .table-cell { 
	display:block;
	width:100%;
}

/* FOOTER */
.footer-col-20 { 
	width:50%;
}
.footer-sub { 
	margin-top:0;
	width:100%;
}

}


/* MEDIA QUERIES - 520PX */
@media screen and (max-width: 520px) { 
/* @media screen and (max-width: 520px) and (orientation: portrait) { */

/* NAVIGATION */
#logo { 
	width:157px;
	height:28px;
	margin-top:17px;
}

.main-hero-copy { 
	font-size:21px;
}
.main-hero-title { 
	display:block!important;
	width:100%!important;
	text-align:center;
}
.main-hero-title span { 
	bottom:0!important;
	left:0!important;
	right:0!important;
}

/* SECTIONS */
.team-list li { 
	width:100%;
}

/* INPUT */
.check_input_m { 
	margin-right:0;
}
.check_input50 { 
	width:100%;
}

.sens-list-date, .sens-list-title, .sens-list-media { 
	float:left;
	clear:left;
	margin:0 0 5px;
	width:100%;
}
.sens-list-title { 
	font-weight:400;
}

}


/* MEDIA QUERIES - 480PX */
@media screen and (max-width: 480px) and (orientation: portrait) { 

/* STRUCTURE */
.hero-header { 
	font-size:42px;
}

/* HOME PAGE */
.table-desc, .table-desc .table-cell { 
	display:block;
}
.table-desc button { 
	float:left;
	margin-top:10px;
}

}


/* MEDIA QUERIES - 380PX */
@media screen and (max-width: 380px) and (orientation: portrait) { 

/* FOOTER */
.footer-col-20 { 
	width:100%;
}

}