* { 
    box-sizing:border-box; 
}

.default-hidden {
    display: none;
}

body, html { 
    height:100%;
}

#root {
    max-width: 1000px;
    min-width: 1000px;
    margin: auto;
    position: relative;
}

#logo {
    max-width: 100%;
    max-height: 100px;
}

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

a, .call-to-action img  {
	text-decoration:none;
	color:#991a40;
}

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

#main {
    height: 650px;
    background: white;
    border-bottom-right-radius: 100% 100px;
    border-bottom-left-radius: 100% 100px;
    box-shadow: 0px 0 30px black;
    max-width: 100%;
    position: relative;
    overflow: visible !important;
    z-index: 1;
}

#nav {
    width: 42%;
    height: 100%;
    margin-right: -5px;
    border-right: 1px solid rgb(220,220,220);
    position: relative;
    border-bottom-left-radius: 150% 12%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 5px 0 15px rgb(200,200,200);
}

#main.page-view-open #nav {
    box-shadow: 5px -7px 15px rgb(200,200,200);
}

#demo {
    width: 58%;
    height: 100%;
    text-align: center;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 1% 1%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

#header {
    padding: 0 20px 20px 20px;
    text-align: center;
}

#title {
    font-size: 35px;
    font-weight: 300;
    color:#000000;
}

#subtitle {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 300;
    color:#000000;
}

#titles {
    padding: 30px 0;
    border-top: 1px solid rgb(100,100,100);
    border-bottom: 1px solid rgb(100,100,100);
}

#video-title {
    padding-left: 20px;
    color: #991a40;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 25px;
    margin-top: 5px;
}

#videos-list a {
    display: block;
    padding: 20px;
    font-family: sans-serif;
    font-size: 16px;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

#videos-list a:before {
    margin-right: 10px;
    font: normal normal normal 20px/1 FontAwesome;
}

.video-item {
    position: relative;
}

.video-item:before {
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(100,100,100), rgb(230,230,230));
}

.video-item:last-child:after {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(100,100,100), rgb(230,230,230));
}

#app-list {
    padding: 20px;
}

#app-list > * {
    float: left;
    display: inline-block;
    width: calc(50% - 10px);
    cursor: pointer;
}

#app-list > *:first-child {
    margin-right: 10px;
}

#app-list > *:last-child {
    margin-left: 10px;
}

#footer {
    padding: 20px;
    width: 100%;
    position: absolute;
    top: 768px;
}

#disclosure-list {
    color: #991a40;
}

#disclosure-list > *:last-child {
    float: right;
}

#disclosure-list > * {
    display: inline-block;
}

div#phone {
    background: url(/click/mobile/2/img/productDisplay/phone-bg-portrait.png);
    width: 349px;
    height: 720px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 1;
}

#phone.landscape {
    position: fixed;
    bottom: auto;
    top: 150px;
    background: url(/click/mobile/2/img/productDisplay/phone-bg-landscape.png);
    width: 660px;
    height: 349px;
}

#phone.landscape #phone-demo {
    top: 15px;
    width: 568px;
    height: 320px;
}

#phone.landscape div#phone-mask {
    width: 568px;
    height: 320px;
    top: 15px;
    left: 45px;
}

iframe#phone-demo {
    position: relative;
    top: 50px;
    height: 568px;
    width: 320px;
    overflow: hidden;
    border: none;
}

div#phone-mask {
    position: absolute;
    top: 50px;
    height: 568px;
    width: 320px;
    left: 14px;
    cursor: pointer;
    background: rgba(0,0,0,.35);
    z-index: 1;
}

#try-it-now {
    z-index: 2;
    position: absolute;
    right: -8px;
    top: calc(50% - 150px);
    height: 227px;
    width: 175px;
    cursor: pointer;
}

#try-it-now > * {
    position: absolute;
    left: 0;
    top: 0;
}

#try-it-now > h1 {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 155px;
    height: 78px;
    margin: auto;
    padding-left: 40px;
    font-weight: 400;
    text-shadow: 1px 1px 2px rgba(0,0,0,.55);
}

.sms-steps h4, .sms-steps h3 {
    margin: 0 auto 10px auto;
    width: 50%;
}

.sms-steps {
    text-align: center;
}

.activate-app {
    margin-top: 20px;
}

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

.modal-header {
    color: white;
    background: rgb(50,50,50);
}

button.close {
    color: white;
    opacity: 1;
}

#page-view {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -15px;
    overflow: visible !important;
}

.learn-more {
    width: 200px;
    margin: auto;
    text-align: center;
    background: white;
    border-bottom-right-radius: 50% 10px;
    border-bottom-left-radius: 50% 10px;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid rgb(150,150,150);
    border-top: none;
    margin-top: -1px;
}

.learn-more > a {
    font-family: sans-serif;
}

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

#page-view-container {
    height: 580px;
    background: rgb(230,230,230);
    border-bottom-right-radius: 100% 100px;
    border-bottom-left-radius: 100% 100px;
    position: absolute;
    width: 100%;
    top: 70px;
    padding-top: 70px;
    box-shadow: 0px 0 30px black;
}

#page-view-content {
    height: 95%;
    padding: 20px;
    width: 50%;
    position: relative;
}

.page-select {
	-webkit-appearance: none;
	-moz-appearance: none;
 	appearance: none;
 	border: 1px solid #6699CC;
 	border-radius: 0px;
    background:#FFF;
 	width: calc(100% + 20px);
    height: 40px;
 	padding: 0 10px;
 	font-size: 18px;
	font-weight: 300;
	color: #6699CC;
	cursor:pointer;
	cursor:hand;
	outline: none;
}

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

.page-content {
    height: calc(100% - 70px);
    overflow: auto;
    margin: 20px -20px 0 -20px;
    padding: 0 20px 20px 20px;
}

#page-view.page-view-open {
    background: rgb(230,230,230);
    border-top: 1px solid rgb(150,150,150);
    height: calc(100% - 140px);
    bottom: 0;
    border-bottom-left-radius: 125% 8%;
}

.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 #6A6353;
	color: #6A6353;
}

.page-content h2, .page-content h4, .page-content h6 {
	color: #FFFFFF;
	background: #6A6353;
	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;
}

.page-select-button.fa.fa-bars {
    position: absolute;
    right: 10px;
    top: 30px;
}

.modal-body .page-content {
    max-height: 400px;
    overflow: auto;
    margin: 20px 0 0 0;
    padding: 0;
}

.modal-body .page-select {
    width: 100%;
}

.modal-body .page-select-button.fa.fa-bars {
    top: 24px;
    right: 25px;
}

#root.open-demo div#demo {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: rgba(0,0,0,.5);
}

#root.open-demo div#phone {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 0;
    border-radius: 0;
    border-color: rgb(150,150,150);
    background: none;
    height: 568px;
    width: 320px;
}

#root.open-demo div#phone-mask {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

#root.open-demo #phone-demo {
    position: static;
}

#root.open-demo div#phone.landscape {
    width: 568px;
    height: 320px;
}

.fdic-disclaimer {
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	margin: auto;
}

@media only screen and (max-width : 1023px) { 
    #demo {
        display: none;
    }
	
	.fdic-disclaimer {
		position: absolute;
		top: 15px;
		left: 0;
		right: 0;
		margin: auto;
		display: block;
	}

    div#nav {
        height: auto;
        width: 100%;
        margin: 0;
        border: none;
        display: block;
        padding: 20px;
    }

    div#main {
        border-radius: 0;
        height: auto !important;
        width: 100%;
    }

    div#footer {
        padding-top: 20px;
    }

    div#root {
        height: 100%;
        width: 95%;
        min-width: 95%;
        max-width: 100%;
    }

    button#mobile-demo-button {
        display: block;
        margin: 20px 0 0 0;
        width: 100%;
        font-size: 20px;
        padding: 15px;
        border-radius: 10px;
        background: #991a40;
        border-color: rgb(50, 150, 230);
    }

    div#page-view {
        bottom: auto;
        text-align: center;
        position: static;
        background: transparent !important;
        border-top: none !important;
        height: auto !important;
        margin: 20px 0 0 0;
        display: block !important;
    }

    .learn-more {
        border-radius: 0;
        border: none;
        width: auto;
        display: inline-block;
    }

    .learn-more a {
        line-height: 40px;
    }

    #disclosure-list > * {
        display: block;
    }

    #disclosure-list > *:last-child {
        float: none;
    }

    div#page-view-container {
        display: none !important;
    }

    div#page-view-container {
        display: none !important;
    }

    div#videos {
        display: block !important;
        margin: 0 -20px;
    }

    div#titles {
        display: block !important;
    }

    div#header {
        padding: 0 0 20px 0;
    }
}

@media only screen and (width: 1024px) and (height: 768px) {
    div#phone {
        padding: 20px;
        bottom: auto;
        top: 20px;
        border-radius: 15px;
    }

    div#phone-mask {
        height: calc(100% - 40px);
        top: 20px;
    }

    div#main {
        height: 700px;
    }

    div#footer {
        padding-top: 35px;
    }
}

@media only screen and (max-width: 375px) and (max-height: 667px) {
    div#phone {
        height: 560px;
    }

    iframe#phone-demo {
        height: 560px;
    }
}

@media only screen and (max-width: 320px) and (max-height: 568px) {
    div#phone {
        width: 320px;
        height: 460px;
    }

    iframe#phone-demo {
        height: 460px;
        width: 320px;
    }
}
 