
/**
 * GENERAL STYLES
 */

@font-face {
    
    font-family: 'CIBC';
    src: url('../fonts/Whitney-Bold-Pro.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    
}

@font-face {
    
    font-family: 'BigPicApp';
    src: url('../fonts/Whitney-Medium-Pro.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    
}
    

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

html, body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    font-family: 'CIBC', 'Arial';
    font-size: 1.05em;

/*    background-color: #eee;*/
    background-color: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

    width: 100%;
    height: 100%;
}

input, input::-webkit-outer-spin-button, input::-webkit-inner-spin-button, select { -webkit-appearance: none; }
input {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
}
select.input-lg { line-height: 133%; padding: 0px 16px; }
b, h1, h2, h3, h4, h5, h6, .bold, .h1, .h2, .h3, .h4, .h5, .h6 { 
    font-family: 'CIBC', 'Arial';
    font-weight: normal; }


/* HEADER */
.header {
    font-family: 'CIBC', 'Arial';
    position: fixed; top: 0px; left: 0px; width: 100%;
/*    height: 48px;*/
     font-size: 20px; line-height: 40px; letter-spacing: 0.05em;
    color: hsl(0, 0%, 95%); background-color: white;
}
/*.header.ios7 { height: 68px; padding-top: 24px; }*/
.header .title { text-transform: uppercase; vertical-align: 3px; }
.header .btn { 
       height: 44px;
    /* width: 89px; */
    background: none;
    padding: 0;
    margin-right: 15px;
/*    padding-left: 25px;*/
    /* margin-right: 2px; */
    /* margin-left: 2px; */
    color: #424242;
}

/* MOBILE FIXES FOR BUTTONS */
text:focus,
.btn:focus {
    outline: 3px solid #484848;
}

/*.btn:focus { outline: none; }*/

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { color: #ffffff; background-color: #5cb85c; border-color: #4cae4c; }

/* OTHER ADJUSTMENTS */
#main { position: relative; }
label { font-size: 1.2em; font-weight: normal; }
.thick {
  font-weight: bold;
}


@keyframes sk-bouncedelay
 {
    0%,80%,100%
    {
        transform:scale(0);
    }
    40%
    {
        transform:scale(1.0);
    }
 }
  
   
  
.loaderGraphic {
    display: none; 
    position: absolute;
    left: -10px;
    top: 0px;
    width: 100%;
    height: 102%;
    z-index: 9999;
    background: center no-repeat rgba(255,255,255,1);
    transform: translateZ(0);
    transform: translate3d(0,0,0);
}

 
.loaderPageGraphic {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    min-height: 80vh;
    z-index: 99999;
    background: center no-repeat rgba(255,255,255,1);
    transform: translateZ(0);
    transform: translate3d(0,0,0);
    
    position:fixed;
    padding:0;
    margin:0;

} 

.spinner {
    position: absolute;
    margin: 0 0 0 -30px;
    left: 50%;
    top: 50%;
    width: 70px;
    text-align: center;
}
 
 
.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #0055a5;
    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
 
 
 
.spinner .bounce1 {
    animation-delay: -0.32s;
}
 
.spinner .bounce2 {
    animation-delay: -0.16s;
}


#main_home { padding: 0; height: 489px; top: 50%; margin-top: 155px; }
#main { padding: 0; height: 489px; top: 50%; margin-top: -475px; }

#about_you { border-right: #CCC solid 1px; }
#birth_date .col-xs-6 { padding-top: 15px; padding-bottom: 5px; }
#birth_date .col-xs-6, #f_name .col-xs-12 { padding-left: 10px; padding-right: 10px; }
#lang .btn{ border: 0px; }

.container { width: 95%; max-width: 768px; padding: 30px 0; }
.row { margin: 0; }
.row.content { margin: 20px 0 20px; }
.row.content .col-xs-6 { padding-top: 5px; padding-bottom: 5px; }

div.title { margin-top: -7px; font-family: 'CIBC', 'DIN-md', 'HelveticaNeue', Helvetica, Arial, sans-serif; color: #0061A9; margin-bottom: 25px; }
button#preferences { height: 44px; width: 44px; background: none; padding: 0; margin-right: 2px; margin-left: 2px; color: hsl(0, 0%, 95%); }
select::-ms-expand {
    display: none;
}

/**
 * ICONS
 */

.icon { position: relative; display: inline-block; }
.header .icon { height: 100%; vertical-align: -12px; }
.btn-asset .icon { position: absolute; top: 7px; left: 7px; }

/* SIZES */
.icon-95 { width: 95px; height: 95px; }
.icon-50 { width: 50px; height: 50px; }
.icon-30 { width: 30px; height: 30px; }
.header .icon-30, .icon-44 { width: 44px; height: 44px; }
.icon-25 { width: 25px; height: 25px; }


/* COLORS */
.blue { color: #00416F; }
.fill-dblue { fill: #00416F; }
.fill-lblue { fill: #0061A9; }
.fill-lgray { fill: hsl(0, 0%, 95%); }
.fill-mgray { fill: hsl(0, 0%, 40%); }
.fill-dgray { fill: hsl(0, 0%, 20%); }

.stroke-lblue { stroke: #0061A9; }
.stroke-mgray { stroke: hsl(0, 0%, 40%); }

label.title { font-size: 1.2em; font-weight: normal; margin-bottom: 10px; margin-bottom: 22px; }

div.tooltip {
    position: absolute;
    text-align: center;
    border: 0px;
    border-radius: 8px;
    pointer-events: none;
    right: 42px;    
    opacity: 1; pointer-events: all;
    line-height: 1;
    font-weight: bold;
    padding: 8px;
    background: #eee;
    border-radius: 10px;
    z-index: 1;
    width: 105px;
}


/* Creates a small triangle extender for the tooltip */

div.tooltip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: #eee;
  content: "\25BC";
  position: absolute;
  text-align: center;
}


/* Style northward tooltips differently */
div.tooltip:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}

.big-pic-logo {
    
    font-family: 'CIBC';
    font-size: 22px;
    color: #616161;
  
    
}

.cibc-logo{
    width: 25%;
    position: fixed;
    bottom: 10px;
    right: 20px;
    width:120px;
    z-index: 99;
}
