@charset "utf-8";
/* CSS Document */

html {
	background: #273039;
	min-width:320px;
}
#content {
	padding-top:90px;
	margin: 0 auto;
	background: #fff;
}
.subpage #content{
	padding-top:134px;
}
/*
.container .col-md-1,.container .col-md-2,.container .col-md-3,.container .col-md-4,.container .col-md-5,
.container .col-md-6,.container .col-md-7,.container .col-md-8,.container .col-md-9,.container .col-md-10,
.container .col-md-11,.container .col-md-12{
	margin-left:auto;
	margin-right:auto;
}
*/
.alt{
	background:#f0f2f5;	
}
button{
	outline: 0;
}
a, a:hover, a:focus{
	outline: 0;
	color:#0092C7;
}
#content::after{
	content: ' ';
	clear:both;	
}
.center{
	text-align:center;
	margin-left:auto;
	margin-right:auto;	
}
.ghost_btn {
	border: 1px solid #a6a6a6;
	border-radius: 55px;
	text-align: center;
	width: 160px;
/*	height:50px;*/
	padding:5px 0 4px;
	line-height:1.7em;
	color:#a6a6a6;
	text-decoration:none;
	transition: color 0.2s, background 0.2s;
}
.ghost_btn:active, .ghost_btn:focus{
	text-decoration:none;
}
#content .ghost_btn.small, .ghost_btn.small{
	width:160px;	
}
#content .ghost_btn{
	font-family:"Avenir LT W01_55 Roman1475520", Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:1.3em;
	display:block;
	border:1px solid #4f5e6c;
	border-radius:75px;
	padding:10px 0 9px;
	width:200px;
	height:47px;
	margin-left:auto;
	margin-right:auto;
	color:#4f5e6c;
	position:relative;
}
#content .ghost_btn a{
	color:#4f5e6c;
	padding:11px 0;
	width:100%;
}
#content .ghost_btn:hover, .ghost_btn:hover{
	color:#fff;	
	background:#0092c7;
	border:1px solid #0092c7;
	text-decoration:none;
}
#content .ghost_btn:hover a, .ghost_btn:hover a{
	color:#fff;	
	text-decoration:none;
}
.hero_button .btn {
	margin:30px auto 10px;
	display:block;
	background: #0092C7;
	border-radius: 75px;
	width: 300px;
	font-family:"Avenir LT W01_85 Heavy1475544", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	padding:20px 0;
	text-decoration:none;
	transition: margin 0.2s, padding 0.2s, width 0.2s;
	-webkit-box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.37);
	-moz-box-shadow:    0 10px 20px 0px rgba(0, 0, 0, 0.37);
	box-shadow:         0 10px 20px 0px rgba(0, 0, 0, 0.37);

}
.hero_button .btn:hover{
	width:320px;
	padding:25px 5px;
	margin:25px auto 5px;
	background:#279fd4;
}
.hero_button.large .btn {
	width: 450px;
}
.hero_button.large .btn:hover {
	width: 470px;
}

.content_arrow {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f0f2f5;
  margin:0 auto;
}
.highlight {
	width: 50px;
	height: 5px;
	margin: 15px 0;
}
.big_highlight {
	width: 200px;
	height: 10px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.rows .row{
	padding:4em 0 3em;	
	font-family:"Avenir LT W01_55 Roman1475520", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:1.4em;
	text-align:left;
	clear:both;
	margin:0;
}
.rowicon{
	text-align:center;;	
}
.row h2{
	font-family:"Avenir LT W01_65 Medium1475532", Arial, Helvetica, sans-serif;
	font-size:4.8rem;
	line-height:0.8em;
	text-align:left;	
}
.rows.striped .row:nth-child(even){
	background:#eff1f5;	
}
.row ul{
	padding-left:30px;	
	margin-top:20px;
}
.row ul li{
	background-image: url(../images/about/bullet.png);
	background-repeat: no-repeat;
	background-size:17px 17px; 
	background-position: 0px 5px; 
	padding:5px 0 0 40px;
	margin:25px 0 30px;
	width:90%;
	
	font-family:"Avenir LT W01_55 Obliqu1475526", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#4f5e6c;
	line-height:18px;
}
.row.valign{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;		
}
.pg-about .highlight{
	background:#0092c7;
}	

/* jumobtron */
.jumbotron {
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.jumbotron .container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto;
	color: #fff;
	height: 100%;
/*	width: 630px;*/
	text-align: center;
}
.jumbotron h1, .jumbotron .title {
	font-family:"Avenir LT W01_65 Medium1475532", Arial, Helvetica, sans-serif;
	font-size: 6.4rem;
	color: #ffffff;
	line-height: 1.1em;
	text-align: center;
	margin: 0 auto;
}
.jumbotron .highlight {
	width: 50px;
	background: #fff;
	height: 5px;
	margin: 15px auto 15px;
}
.jumbotron .copy {
	font-family: "Avenir LT W01_55 Obliqu1475526", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	width:81%;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
.jumbotron.mini{
	background:	#0092C7;
	height:220px;
}
.jumbotron.mini .title{
	font-size:4.8rem;	
	font-family:"Avenir LT W01_55 Roman1475520", Arial, Helvetica, sans-serif;
}
.jumbotron.mini .copy{
	font-family:"Avenir LT W01_65 Medium1475532", Arial, Helvetica, sans-serif;
}
/* videotron */
.videotron {
	height: 479px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position:relative;
}
.videotron .cover{
	display:none;
	cursor:pointer;
	width:100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	background:rgba(0,0,0,0.5);
}	
.videotron .container {
	margin: 0 auto;
	color: #fff;
	height: 100%;
}
.videotron .info{
	display: flex;
	justify-content:center;
	flex-direction: column;
	text-align:center;
	width:81%;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
}
.videotron .video_button{
	width:100px;
	height:100px;
	position:relative;
	margin:3em auto 0;
}
.videotron .video_button a{
	background:url(../images/common/play-noshadow.svg) no-repeat;
	width:100px;
	height:100px;
	left:0;
	position:absolute;	
}
.videotron .video{
	background:rgba(0,0,0,0.5);
	margin:-480px auto 0;
	width:852px;
	position:relative;
	display:none;
	z-index:4;
}
.videotron .video .close{
	position:absolute;
	opacity:1;
	width:35px;
	height:35px;	
	top:2px;
	left:860px;
	z-index:10;
}
.videotron .video .close a{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	width:35px;
	height:35px;
	z-index:3;
}
.ncino-media-element{
	margin:0 auto;
	width:852px;
	height:480px;	
}
.videotron h1 {
	font-family:"Avenir LT W01_65 Medium1475532", Arial, Helvetica, sans-serif;
	font-size: 6.4rem;
	color: #ffffff;
	line-height: 64px;
	margin: 0;
}
.videotron h2 {
	font-family:"Avenir LT W01_65 Medium1475532", Arial, Helvetica, sans-serif;
}
.videotron .highlight {
	width: 50px;
	background: #fff;
	height: 5px;
	margin: 15px auto 15px;
}
.videotron .copy {
	font-family: "Avenir LT W01_55 Obliqu1475526", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
}
/* iPad Video Player */
.ipad_frame{
	background:url(../images/common/ipad.png) no-repeat;
	background-size:cover;
	margin:-150px auto 0;
	width:830px;
	height:580px;
	position:relative;
}
.ipad_frame.white{
	background:url(../images/common/ipad-white.png) no-repeat;
	background-size:cover;
}
.ipad_content{
	background:#222;
	position:absolute;
	left:76px;
	top:39px;
	width:676px;
	height:380px;	
}
.ipad_title{
	color:#fff;	
	font-size:4.0rem;
	height:61px;
	font-family:"Avenir LT W01_65 Medium1475532", Arial, Helvetica, sans-serif;
	margin:0.4em auto;
	text-align:center;
}
.ipad_video_player{
	width:676px;
	margin:0 auto;
	/*margin:-100px auto 0;	*/
}
/* video player */
/* iPad Video Player */
.video_frame{
	margin:-150px auto 0;
	width:800px;
	height:450px;
	position:relative;
	-webkit-box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.37);
	-moz-box-shadow:    0 10px 20px 0px rgba(0, 0, 0, 0.37);
	box-shadow:         0 10px 20px 0px rgba(0, 0, 0, 0.37);
}
.video_player{
	width:100%;
	margin:0 auto;
	/*margin:-100px auto 0;	*/
}


.main_content{
	width:81%;	
	margin:0 auto;
	font-family:"Avenir LT W01_65 Medium1475532", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:1.8em;
}
.main_content h1{
	font-family:"Avenir LT W01_55 Roman1475520", Arial, Helvetica, sans-serif;
	font-size:48px;
	color:#273039;
	line-height:1.4em;
}
.main_content h2{
	font-family:"Avenir LT W01_55 Roman1475520", Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#273039;
	line-height:1.4em;
	text-align:left;
}
.main_content p{
	margin:1em 0;	
}
.main_content em{
	font-size:16px;
	color:#4f5e6c;
	font-family:"Avenir LT W01_55 Obliqu1475526", Arial, Helvetica, sans-serif;
}
.main_content strong{
	font-family:"Avenir LT W01_85 Heavy1475544", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.quote{
	width:80%;
	padding:75px 0 50px;
	text-align:center;
	margin:-25px auto 0;
	background:url(../images/common/quote.png) top center no-repeat;
	background-size:66px 50px;
}
.quote .highlight{
	margin:2em auto;
/*	background:#424F5B;	*/
}
.quote .text{
	font-family:"Amasis MT W01 Light Italic", Arial, Helvetica, sans-serif;
	font-size:2.8rem;
	line-height:1.6em;
	color:#4a4a4a;
}
.quote .author{
	font-family:"Avenir LT W01_55 Roman1475520", Arial, Helvetica, sans-serif;
	font-size:1.8rem;
	line-height:1.4em;
	color:#4a4a4a;
}
#cookie-banner{
    position: fixed;
    z-index: 10;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(39,48,57,0.93);
    color: #fff;
    z-index: 100;
    padding: 1em 0;
    font-family: "Avenir LT W01_55 Roman1475520", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0px;    
}
#cookie-banner.cookie_banner_float{
    max-width: 24em;
    bottom:1em;
    left:1em;
    padding:1em 2em;
    text-align:left;
}
#cookie-banner a{
    color:#5786f0;
}
#cookie-banner #cookie-banner-ok{
    vertical-align: middle;
    display: inline-block;
    font-family: "Avenir LT W01_55 Roman1475520", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #4f5e6c;
    border:none;
    border-radius: 100px;
    width: 130px;
    margin: 10px 15px;
    background:#fff;
}
#cookie-banner.cookie_banner_float #cookie-banner-ok{
    width:100%;
    display: block;
    margin-left:auto;
    margin-right:auto;
}
#cookie-banner #cookie-banner-ok:hover{
    background:#0092c7;
    color:#fff;
}
.regmark{
	position: relative;
	font-size: 40%;
	line-height: 0;
	vertical-align: baseline;
	top: -1.2em;
}