
div { box-sizing:border-box; }
body, html { height:100%;}

body {

		
	background: linear-gradient(#002f60, #f3f3f3);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f60', endColorstr='#f3f3f3',GradientType=0 );
	background: -webkit-linear-gradient(#002f60, #f3f3f3);
	background: -o-linear-gradient(#002f60, #f3f3f3);
	background: -moz-linear-gradient(#002f60, #f3f3f3);
	margin:0px;
	font-family:sans-serif;
	padding:0px;
	background-repeat: no-repeat;
	background-color:#f3f3f3;

}

a,
ul.call-to-action img 
{
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	text-decoration:none;
	color:#002f60;
}

a:hover,
ul.call-to-action img:hover {
	opacity:.7;
}

.learn-more > a {
	text-decoration:none;
	color:#002f60;
	line-height:35px;
    font-family:sans-serif;
}


/* For layering views */
.container-view {position:absolute;top:0px;height:1px;width:1px;z-index:20;} 


/*	Content View ---------------------------------------------------- */
.content-view {width:1024px;margin:auto;height:100%}


/*	Page View ------------------------------------------------------- */
.page-view {
	width:1024px;
	margin:auto;
	background-image:url(/click/mobile/2/img/productDisplay/content-view-bg.png);
	background-repeat:no-repeat;
	height:100%;
}

.page-view-content {
	margin: 0px 40px;
    position: relative;
    top: 160px;
    width: 485px;
    height: 440px;
	opacity:0;
}

select::-ms-expand { /* for IE 11 */
    display: none;
}

.page-select {
	-webkit-appearance: none;
	-moz-appearance: none;
 	appearance: none;
 	border: 1px solid #002f60;
 	border-radius: 0px;
    background:#FFF;
 	width: 100%;
 	padding: 10px;
 	font-size: 18px;
	font-weight: 300;
	color: #002f60;
	cursor:pointer;
	cursor:hand;
	outline: none;
}

.page-select-button {
	float: right;
    position: relative;
    top: -33px;
    right: 10px;
}

.page-select-button:before {
	font-size:20px;
	color:#002f60;
}

.page-content {
	width:100%;
	max-height:371px;
	padding-right:15px;
	overflow:auto;
}

/*	Fixed Logo ------------------------------------------------------ */
.logo {
	position: absolute;
    top: 0px;
    z-index: 10;
    width: 419px;
    height: 85px;
    text-align: center;
    display: block;
    margin-left: 15px;
	background:#FFF;
}

.fdic-disclaimer {
	position: relative;
    padding-top: 15px;
    left: 550px;
    z-index: 20;
    text-align: center;
}

/*	Demo View ------------------------------------------------------- */
.demo-view {
	width:1024px;
	height:664px;
	margin:auto;
	background-image:url(/click/mobile/2/img/productDisplay/demo-view-bg.png);
	background-repeat:no-repeat;
	position:absolute;
	top:0px; 
	z-index:5;
}

.left-col {
    position: relative;
    left: 15px;
    top: 85px;
    height: 550px;
    overflow:auto;
    width: 420px;
}

.messaging-view {
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	text-align:center;
	padding:20px;
	margin:20px;
}

.messaging-view > h1 {
	margin-bottom:5px;
	margin-top:10px;
	font-weight:200;
	font-size:35px;
	color:#000000;
}

.messaging-view > h2 {
	margin-top:0px;
	margin-bottom:10px;
	font-size: 20px;
    font-weight: 200;
	color:#000000;
}

.video-view {
	height:300px;
}

.video-view > h3 {
	padding:5px 20px 10px 20px;
	font-size:15px;
	color:#002f60;
	font-weight: 600;
}

.video-view > ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

.video-view a {
	text-decoration:none;
	display:block;
	padding:10px 20px 10px 20px;
	font-size:18px;
    font-family:sans-serif;
	font-weight:400;
	color:#002f60;
}

.learn-more > a:before,
.learn-more:before,
.video-view a:before {
	font-size:20px;
	margin-right:10px;
    font: normal normal normal 20px/1 FontAwesome;
}

.video-view li:last-child:after,
.video-view li:before {
	content: "";
	height: 1px;
    background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.learn-more {
	background:url(/click/mobile/2/img/productDisplay/learn-more-bg.png);
	width:212px;
	height:44px;
	text-align:center;
	display:block;
	color:#002f60;
	margin:auto;
	top:70px;
    left:-270px;
	position:relative;
	line-height:40px;
	font-size:18px;
	font-weight:200;
}

/*	Phone Container ------------------------------------------------------ */
.phone-container {
	background:url(/click/mobile/2/img/productDisplay/phone-bg-portrait.png);
	width:349px;
	height:720px;
	position:relative;
	top:0px;	
	left:550px;
	z-index:20;
}
@media only screen 
	and (max-width : 1022px){ 
	.phone-container {		
		left:0px;		
	}

}
.phone-container > iframe {
	display: block;
    margin: 0px;
    width: 325px;
    height: 550px;
    margin: 20px auto;
    background: #FFF;
	position:relative;
	z-index:20;
	top:50px;
	left:0px;
      overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.phone-container.rotate {
	background-image:url(/click/mobile/2/img/productDisplay/phone-bg-landscape.png);
	height:349px;
	width:660px;
	margin:auto;
	left:200px;
	top:150px;
}

.phone-container.rotate iframe {
	width: 550px;
    height: 325px;
	top: 13px;
    left: 0px;
}

.inactive-demo-view {
		height:0px;
		width:0px;
		position:absolute;
		z-index:25;
	}
	.inactive-demo {
		height: 200px;
		opacity: .5;
		width: 325px;
		height: 550px;
		position: relative;
		top: 50px;
		left: 12px;
		cursor: pointer;
		background: #000;
		cursor: hand;
	}

/*	Call To Action -------------------------------------------------- */
ul.call-to-action {
	padding:0px;
	margin:0px;
	position:relative;
	top:685px;
	left:0px;
	width:1024px;
	list-style-type:none;
}

ul.call-to-action > li {
	float:left;
	margin-left:20px;
}

ul.call-to-action > li img {
	cursor:pointer;
	cursor:hand;
}

/*	Modal Window --------------------------------------------------- */
.sms-steps {
	text-align:center;
	display:none;
}

#step1.sms-steps {
	display:block;
}

#sms_short_code {
	margin-bottom:20px;
}

.sms-steps h3, .sms-steps h4 {
	font-weight: 600;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
}

.sms-steps h4 {
	font-weight:normal;
}

.modal-header {
	background: linear-gradient(0deg, #222222, #484848);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#484848',GradientType=0 );
	background: -webkit-linear-gradient(#222222, #484848);
	background: -o-linear-gradient(#222222, #484848);
	background: -moz-linear-gradient(#222222, #484848);
    box-shadow: 0px 2px 5px #333;
    color: #fff;
    border-bottom: 0px;
}

.modal-footer {
	border-top:0px;
}

.modal-body {
	padding-bottom:0px;
}
.modal-backdrop.fade.in:after {
    content: '\00d7';
    opacity: 1;
    color: white;
    float: right;
    padding: 20px;
	margin: -10px 20px;
	font-weight:bold;
    font-size:25px;
	cursor:pointer;
}
.modal-header .close,
.btn.btn-default {
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.activate-app {
	margin-top:25px;


}

/* Page Content */
.page-content p, .page-content li {
	font-size: 12px;
	line-height: 1.5em;
	padding-left: 10px;
}
.page-content h1, .page-content h3, .page-content h5 {
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #002C5F;
	color: #002C5F;
}
.page-content h2, .page-content h4, .page-content h6 {
	color: #FFFFFF;
	background: #002C5F;
	padding: 5px;
	margin: 0px;
}
.page-content h1, .page-content h2 {
	font-size: 1.1em;
}
.page-content h3, .page-content h4 {
	font-size: 16px;
	margin-bottom:10px;
 }
.page-content h5, .page-content h6, .indexImages h5 {
	font-size: 0.75em;
}

/*	Modal Window --------------------------------------------------- */
footer {
	font-size: 1.0em;
    overflow: visible;
    padding: 0px 20px;
    margin: 0px 10px;
    position:relative;
    top:786px;
    width:1024px;
	color: #002f60;
}

footer > p:first-child {
	/*margin:20px;*/
    float:left;
}

footer > p:last-child {
	margin:0px;
    padding:10px;
    float:right;
  
}

/* Try It Now  --------------------------------------------------- */
    
    #try_it_now {
		height: 227px;
		width: 175px;
		overflow: hidden;
		position: relative;
		top: -350px;
		left: 182px;
		z-index: 100;
		cursor:hand;
        color:#002f60;
		cursor:pointer;
	}
	
	#try_it_now h1 {
		position: relative;
		top: -380px;
		left: 25px;
		width: 165px;
		margin: 0px;
		padding: 0px;
		text-align: center;
		color: #FFF;
		font-size: 2.5em;
		font-weight: 100;
		text-shadow: 1px 1px 1px #000;
	}
	
	#try_it_now_shadow {
		position:relative;
		top:-227px;
	}
    
    #demo_modal,
	#demo_modal iframe,
	#demo_modal .modal-dialog,
	#demo_modal .modal-content,
	#demo_modal .modal-body {
		width:325px;
		height:550px;
		border-radius:0px;
		box-shadow:none;
	}
	
	#demo_modal.rotate,
	#demo_modal.rotate iframe,
	#demo_modal.rotate .modal-dialog,
	#demo_modal.rotate .modal-content,
	#demo_modal.rotate .modal-body {
		width:520px !important;
		height:325px !important;
		border-radius:0px;
		box-shadow:none;
	}
	
	#demo_modal .modal-dialog {
		margin:0px !important;
	}
	
	#demo_modal {
		padding-right:0px !important;
		padding-left:0px !important;
		width: 350px;
		height: 745px;	
	}
	
	#demo_modal .modal-body {
		padding:0px;
	}
	
	#demo_modal .close {
		position: absolute;
		z-index: 100;
		right: 10px;
		top: 9px;
		opacity: 1;
		box-shadow: 1px 1px 1px #000;
		padding: 5px;
		background: #FFF;
		font-size:1em;
	}
	div#demo_modal .modal-content {
    background: transparent;
border:none;
}
	.orientation_message {
		background:#000;
		text-align:center;
		display:none;
		color:#FFF;
		width:100%;
		height:100%;
		z-index:9999;
		top:0px;
		position:absolute;
	}
	
	.orientation_message > h1 {
		position:relative;
		margin:0px;
		padding:0px;
	}
	
	#learn_more_modal .modal-footer {
		border-top:1px solid #e5e5e5;
	}
	
	#learn_more_modal .page-content {
		height:auto;
		min-height:auto;
		max-height:auto;
	}
    
    .modal-header .close {
    	opacity:1.0;
        color:#FFF;
    }

@media only screen 
	and (max-width : 1024px){ 

	#full_view {
   		display:none;
    }
    
    #mobile_view {
    	display:block;
        width:100%;
    }
    
    #mobile_view > .content-view {
    	background:#FFF;
        margin:0px 20px 0px 20px;
        box-shadow:5px 5px 10px #000;
        padding-bottom:10px;
        width:auto;
    }
    
    .logo {
    	position:static;
        width:100%;
        margin-left:0px;
    }
    
	.fdic-disclaimer {
    	position:static;
        width:100%;
        margin-left:0px;
    }

    .open-demo-button {
    
    	text-align: center;
        font-size: 25px;
        background-color: #6699CC;
        color: #FFF;
        margin: 20px;
        box-shadow: 1px 1px 1px #000;
        border-radius: 10px;
        padding: 20px;
        cursor:pointer;
        cursor:hand;
    
    }
    
    .learn-more {
    	background:transparent;
        width:auto;
        height:auto;
        top:0px;
        position:static;
    }
    
    ul.call-to-action {
    	position:static;
        width:100%;
        top:0px;
        left:0px;
    	margin:auto;
    }
    
     ul.call-to-action > li {
     	float:none;
        margin:10px 0px 10px 0px;
        text-align:center;
     }
     
     .video-view {
     	height:auto;
     }
     
     footer {
     	position:static;
        top:0px;
        left:0px;
        margin:10px 0px;
        width:100%;
     }

}

@media only screen and (min-width : 1023px){ 

	#full_view {
   		display:block !important;
    }
    
    #mobile_view {
    	display:none !important;
    }
      
    .logo {
        position: absolute;
        top: 0px;
        z-index: 10;
        width: 419px;
        height: 85px;
        text-align: center;
        display: block;
        margin-left: 15px;
        background:#FFF;
    }
    
    ul.call-to-action {
    	padding: 0px;
        margin: 0px;
        position: relative;
        top: 685px;
        left: 0px;
        width: 1024px;
        list-style-type: none;
    }
    
    ul.call-to-action > li {
    	float: left;
   		margin-left: 20px;
    }
        
    .learn-more {
        background:url(/click/mobile/2/img/productDisplay/learn-more-bg.png);
        width:212px;
        height:44px;
        text-align:center;
        display:block;
        color:#002f60;
        margin:auto;
        top:70px;
        left:-270px;
        position:relative;
        line-height:40px;
        font-size:18px;
        font-weight:200;
    }
         
     .video-view {
     	height:300px;     
     }
     
     footer {
        font-size: 1.0em;
        overflow: visible;
        padding: 0px 20px;
        margin: 0px 10px;
        position:relative;
        top:786px;
        width:1024px;
        color: #002f60;
     }

}

/* iPad --------------------------------------------------- */

#ipad_view {
    display:none;
}

@media only screen
    and (orientation : landscape) 
    and (min-device-width : 768px)
    and (min-device-height: 1024px) { 
    
        #ipad_view {
            display:block;
        }
        
        #full_view {
            display:none;
        }
    
        #ipad_view .demo-view {
            background-image:url(/click/mobile/2/img/ipad_bg.png);
            height:585px;
        }
        
        #ipad_view .page-view {
            background-image:url(/click/mobile/2/img/PgContentBG.png);
        }
        
        #ipad_view .phone-container {
            background:black;
            border-radius: 20px;
            box-shadow: 1px 1px 10px#000;
            height:600px;
        }
        
        #ipad_view .inactive-demo {
            height:551px;
            top:25px;
        }
        
        #ipad_view .phone-container iframe {
            top:25px;
            
        }
        
        #ipad_view #try_it_now {
            top:-370px;
        }
        
        #ipad_view .logo {
            margin-left:10px;
        }
        
        #ipad_view .messaging-view {
            padding:10px;
        }
        
        #ipad_view .learn-more {
            top:80px;
        }
        
        #ipad_view ul.call-to-action {
            top:595px;
        }
        
        #ipad_view footer {
            top:680px;
        }
        
        #ipad_view .page-view-content {
            top: 170px;
            width: 460px;
            height: 345px;
        }
        
        #ipad_view .page-content {
            max-height: 270px;
        }
        
        #ipad_view .phone-container.rotate {
            height:349px;
            width:600px;
            margin:auto;
            left:200px;
            top:135px;
        }
        
        #ipad_view .phone-container.rotate iframe {
            width: 550px;
            height: 325px;
            top: 13px;
            left: 0px;
        }
        
        #ipad_view  .left-col {
            left:0px;
            height:447px;
            overflow:auto;
        }
    
}


