/* Minification failed. Returning unminified contents.
(970,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(984,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(1414,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(1427,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(1601,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(1692,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(1706,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(1888,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(1986,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(2000,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
.prime-logo-p {
    width:214px;
    height:55px;
    background-image:url(/images/landing/logo.png);
    background-repeat:no-repeat;
    margin-top:14px;
}
.text-lrg-primary-blue {
  color: #29aae1;
  font-size:30px;
  font-weight:500;
  margin-bottom:30px;
}

.scroll {
    overflow: auto;
    max-height: 280px;
}

.lrg_scroll .lrg_p {
    color:black;
}

.text-lrg-primary-orange-icon {
  color: #f7941e;
  font-size:30px;
  font-weight:500;
}

.text-lrg-primary-orange {
  color: #f7941e;
  font-size:30px;
  font-weight:500;
  margin-top:-33px;

}
.text-lrg-secondary-blue {
  color: #007396;
  font-size:30px;
  font-weight:500;
  margin-top:-33px;
}
.text-lrg-secondary-green {
  color: #BABc16;
  font-size:30px;
  font-weight:500;
   margin-top:-33px;
}

.lrg-primary-blue {
  color: #29aae1;
}
.lrg-primary-orange {
  color: #f7941e;
}
.lrg-secondary-blue {
  color: #007396;
}
.lrg-secondary-green {
  color: #BABc16;
}

.show-grid_lrg [class^="col-"] {
  background-color: #007396;
  border: 1px solid #ddd;
  padding-bottom: 0px;
  padding-top: 5px;
}
.show-grid_lrg {
  margin: 15px 0;
}
.show-grid_lrg .bg {
    background: #f1f3f6;
}

.primary-orange-icon{
     color: #f7941e;
  font-size:30px;
  font-weight:500;
  margin-top:33px;
}
.hpanel.hbg-primary-blue .panel-body {
  background: #29aae1;
  background-image:url(/Images/landing/risk-icon-bg.png);
  background-repeat:no-repeat;
  color: #fff;
  border: none;
  background-position:right;
}
.hpanel.hbg-primary-orange .panel-body {
  background: #F7941e;
   background-image:url(/Images/landing/gene-icon-bg.png);
   background-repeat:no-repeat;
  color: #fff;
  border: none;
  background-position:right;
}
.hpanel.hbg-secondary-blue .panel-body {
  background: #007396;
   background-image:url(/Images/landing/medication-icon-bg.png);
   background-repeat:no-repeat;
  color: #fff;
  border: none;
  background-position:right;
}
.hpanel.hbg-secondary-green .panel-body {
  background: #BABc16;
   background-image:url(/Images/landing/surgery-icon-bg.png);
   background-repeat:no-repeat;
  color: #fff;
  border: none;
  background-position:right;
}
.progress-bar-lrg-secondary-green {
  border-right: 4px solid #BABc16;
}
.full .progress-bar-lrg-secondary-green {
  background-color: #BABc16;
  border-right: 4px solid #BABc16;
}
.progress-bar-lrg-secondary-blue {
  border-right: 4px solid #007396;
}
.full .progress-bar-lrg-secondary-blue {
  background-color: #007396;
  border-right: 4px solid #007396;
}
.text-big-lrg {
  font-size: 40px;
}
.text-small-lrg {
    padding-bottom:10px;
    text-align:left;
}

.modal-footer-lrg {
  padding: 15px;
  text-align: center;
  background-color: #fff;
}
.modal-footer-lrg .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer-lrg .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer-lrg .btn-block + .btn-block {
  margin-left: 0;
}


@media (min-width:1500px){.container{width:1370px}}
.landing-page .navbar .loginregister {
    padding: 5px 30px;
    margin-top:16px;
}
.landing-page header {
  background: url(/images/landing/hero2.jpg) 50% 0;
  height: 811px;
  padding-top: 50px;
  margin-bottom: 30px;
  width:100%;
  background-repeat:repeat-x;
}


.error-hero {
  background: url(/images/landing/error_hero.jpg) 50% 0;
  height: 616px;
  padding-top: 50px;
  margin-bottom: 30px;
  width:100%;
  background-repeat:repeat-x;
}

span.error {
  color: #ff0000;
}

.oops{

    font-family:MyriadPro;
    color:#6a6c6f;
    font-size:60px;
    text-align:center;
    padding-top:98px;
  
}

.fa-exclamation-circle{

    color:#b9ba38;
    font-size:67px;
    padding-right:22px;

}


.oops-msg{

    font-family:MyriadPro;
    color:#6a6c6f;
    font-size:30px;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;
    padding-top:5px;
    clear:both;
}

.gist{
    color:#29AAE1; 
    font-size:60px; 
    font-weight:normal;
}

.prime{
    color:#f59336; 
    font-size:60px; 
    font-weight:bold; 
    padding-right:10px;
}

.footer-error-border{
    border-bottom-color:#E4E5E7;
  border-bottom-style:solid;
  border-bottom-width:1px;
  padding:30px 0;
}


.landing-page .lrg {
  position: absolute;
  right: 0px;
  top: 170px;
  text-align: right;
  z-index: 99;
}
.landing-page .lrg img {
  border-radius:1px;
  margin-left:12px;
  margin-right:172px;
  margin-top:56px;
  width:960px;
}
.landing-page .lrg p {
  color: #a7afb8;
  margin-bottom: 5px;
}

.landing-page .lrg img {
  /*-webkit-box-shadow: 0px 0px 8px 0px #333333;
  -moz-box-shadow: 0px 0px 8px 0px #333333;
  box-shadow: 0px 0px 8px 0px #333333;*/
 border-radius:1px;
  margin-right:-115px;
  margin-top:40px;
  width:910px;
}


 



@font-face {
font-family: 'MyriadPro';
font-style: normal;
font-weight: normal;
src:url(/Content/fonts/MyriadPro.ttf);
src: local('MyriadPro Regular'), url(/Content/fonts/MyriadPro.ttf) format('opentype'), url(/Content/fonts/MyriadPro.ttf) format('ttf');
}
.hero-h1{
    font-size:34px;
    color:#fff;
    text-align:center;
    margin-top:20px;
    font-weight:normal;
}
.hero-h1-logo{
    font-size:36px;
    color:#fff;
    font-family:'MyriadPro';
}
.hero-h2{
   
  color:#FFFFFF;
  font-size:57px;
  font-weight:bold;
  margin-top:55px;
  text-align:center;
}
.hero-h3{
  color:#FFFFFF;
  font-size:17px;
  font-weight:normal;
  margin-top:7px;
}



 .hero-h4 {
  color:#FFFFFF;
  font-size:17px;
  font-weight:normal;
  margin-top:7px;
}

 .landing-page p {
  color: #a7afb8;
  margin-top:10px;
}



.hero-register {
  position: relative;
  top: 80px;
  z-index: 100;
}

.img-responsive{
    
	margin:0px auto;
	position:relative;
	background-position:center;
}
.footer-new{
   width:1000px;
	position:relative;
	margin:0 auto;
}

.login-container-lrg {
  max-width: 420px;
  margin: auto;
  padding-top: 2%;
}
.register-container-lrg {
  max-width: 900px;
  margin: auto;
  padding-top: 2%;
}

.responsive-img-edit{
    
       
    display: block;
  max-width: 100%;
  height: auto;
}


.footer-logo{
    width:100%;
    float:left;
    padding:15px 0;
}


.copy-rt{
    width:100%;
    float:left;
    text-align:right;
    padding:25px 15px 15px 15px;
    color:#A7AFB8;
}


.btn-xs-lrg {
  border-radius:0;
  font-size:13px;
  line-height:1.5;
  padding:5px 15px;
}

.element {
    color:#333333;
}
.element strong {
    color:#333333;
}
.element p, ul {
    color:#333333;
}


.btn-lrg-s-blue {
  background-color: #007396;
  border-color: #007396;
  color: #FFFFFF ;
}
.btn-lrg-s-blue:hover,
.btn-lrg-s-blue:focus,
.btn-lrg-s-blue:active,
.btn-lrg-s-blue.active,
.open .dropdown-toggle.-lrg-s-blue {
  background-color: #007396;
  border-color: #007396;
  color: #FFFFFF ;
}
.btn-lrg-s-blue:active,
.btn-lrg-s-blue.active,
.open .dropdown-toggle.btn-lrg-s-blue {
  background-image: none;
}
.btn-lrg-s-blue.disabled,
.btn-lrg-s-blue.disabled:hover,
.btn-lrg-s-blue.disabled:focus,
.btn-lrg-s-blue.disabled:active,
.btn-lrg-s-blue.disabled.active,
.btn-lrg-s-blue[disabled],
.btn-lrg-s-blue[disabled]:hover,
.btn-lrg-s-blue[disabled]:focus,
.btn-lrg-s-blue[disabled]:active,
.btn-lrg-s-blue.active[disabled],
fieldset[disabled] .btn-lrg-s-blue,
fieldset[disabled] .btn-lrg-s-blue:hover,
fieldset[disabled] .btn-lrg-s-blue:focus,
fieldset[disabled] .btn-lrg-s-blue:active,
fieldset[disabled] .btn-lrg-s-blue.active {
  background-color: #2489cc;
  border-color: #2489cc;
}

.btn-lrg-s-green {
  background-color: #BABc16;
  border-color: #BABc16;
  color: #FFFFFF ;
}
.btn-lrg-s-green:hover,
.btn-lrg-s-green:focus,
.btn-lrg-s-green:active,
.btn-lrg-s-green.active,
.open .dropdown-toggle.-lrg-s-blue {
  background-color: #BABc16;
  border-color: #BABc16;
  color: #FFFFFF ;
}
.btn-lrg-s-green:active,
.btn-lrg-s-green.active,
.open .dropdown-toggle.btn-lrg-s-green {
  background-image: none;
}
.btn-lrg-s-green.disabled,
.btn-lrg-s-green.disabled:hover,
.btn-lrg-s-green.disabled:focus,
.btn-lrg-s-green.disabled:active,
.btn-lrg-s-green.disabled.active,
.btn-lrg-s-green[disabled],
.btn-lrg-s-green[disabled]:hover,
.btn-lrg-s-green[disabled]:focus,
.btn-lrg-s-green[disabled]:active,
.btn-lrg-s-green.active[disabled],
fieldset[disabled] .btn-lrg-s-green,
fieldset[disabled] .btn-lrg-s-green:hover,
fieldset[disabled] .btn-lrg-s-green:focus,
fieldset[disabled] .btn-lrg-s-green:active,
fieldset[disabled] .btn-lrg-s-green.active {
  background-color: #2489cc;
  border-color: #2489cc;
}

.btn-lrg-p-blue {
  background-color: #29aae1;
  border-color: #29aae1;
  color: #FFFFFF ;
  /*margin-top:16px;*/
  text-align:center;
}
.btn-lrg-p-blue:hover,
.btn-lrg-p-blue:focus,
.btn-lrg-p-blue:active,
.btn-lrg-p-blue.active,
.open .dropdown-toggle.-lrg-s-blue {
  background-color: #29aae1;
  border-color: #29aae1;
  color: #FFFFFF ;
}
.btn-lrg-p-blue:active,
.btn-lrg-p-blue.active,
.open .dropdown-toggle.btn-lrg-p-blue {
  background-image: none;
}
.btn-lrg-p-blue.disabled,
.btn-lrg-p-blue.disabled:hover,
.btn-lrg-p-blue.disabled:focus,
.btn-lrg-p-blue.disabled:active,
.btn-lrg-p-blue.disabled.active,
.btn-lrg-p-blue[disabled],
.btn-lrg-p-blue[disabled]:hover,
.btn-lrg-p-blue[disabled]:focus,
.btn-lrg-p-blue[disabled]:active,
.btn-lrg-p-blue.active[disabled],
fieldset[disabled] .btn-lrg-p-blue,
fieldset[disabled] .btn-lrg-p-blue:hover,
fieldset[disabled] .btn-lrg-p-blue:focus,
fieldset[disabled] .btn-lrg-p-blue:active,
fieldset[disabled] .btn-lrg-p-blue.active {
  background-color: #2489cc;
  border-color: #2489cc;
}


.btn-lrg-p-blue-dashboard {
  background-color: #29aae1;
  border-color: #29aae1;
  color: #FFFFFF ;
  margin-bottom:20px;
  margin-top:20px;
  text-align:center;
}

.btn-lrg-p-blue-dashboard:hover,
.btn-lrg-p-blue-dashboard:focus,
.btn-lrg-p-blue-dashboard:active,
.btn-lrg-p-blue-dashboard.active,
.open .dropdown-toggle.-lrg-s-blue-dashboard {
  background-color: #29aae1;
  border-color: #29aae1;
  color: #FFFFFF ;
}
.btn-lrg-p-blue-dashboard:active,
.btn-lrg-p-blue-dashboard.active,
.open .dropdown-toggle.btn-lrg-p-blue-dashboard {
  background-image: none;
}
.btn-lrg-p-blue-dashboard.disabled,
.btn-lrg-p-blue-dashboard.disabled:hover,
.btn-lrg-p-blue-dashboard.disabled:focus,
.btn-lrg-p-blue-dashboard.disabled:active,
.btn-lrg-p-blue-dashboard.disabled.active,
.btn-lrg-p-blue-dashboard[disabled],
.btn-lrg-p-blue-dashboard[disabled]:hover,
.btn-lrg-p-blue-dashboard[disabled]:focus,
.btn-lrg-p-blue-dashboard[disabled]:active,
.btn-lrg-p-blue-dashboard.active[disabled],
fieldset[disabled] .btn-lrg-p-blue-dashboard,
fieldset[disabled] .btn-lrg-p-blue-dashboard:hover,
fieldset[disabled] .btn-lrg-p-blue-dashboard:focus,
fieldset[disabled] .btn-lrg-p-blue-dashboard:active,
fieldset[disabled] .btn-lrg-p-blue-dashboard.active {
  background-color: #2489cc;
  border-color: #2489cc;
}

.btn-lrg-p-orange {
  background-color: #F7941e;
  border-color: #F7941e;
  color: #FFFFFF ;
  /*margin-top:16px;*/
}
.btn-lrg-p-orange:hover,
.btn-lrg-p-orange:focus,
.btn-lrg-p-orange:active,
.btn-lrg-p-orange.active,
.open .dropdown-toggle.-lrg-s-orange {
  background-color: #F7941e;
  border-color: #F7941e;
  color: #FFFFFF ;
}
.btn-lrg-p-orange:active,
.btn-lrg-p-orange.active,
.open .dropdown-toggle.btn-lrg-p-orange {
  background-image: none;
}
.btn-lrg-p-orange.disabled,
.btn-lrg-p-orange.disabled:hover,
.btn-lrg-p-orange.disabled:focus,
.btn-lrg-p-orange.disabled:active,
.btn-lrg-p-orange.disabled.active,
.btn-lrg-p-orange[disabled],
.btn-lrg-p-orange[disabled]:hover,
.btn-lrg-p-orange[disabled]:focus,
.btn-lrg-p-orange[disabled]:active,
.btn-lrg-p-orange.active[disabled],
fieldset[disabled] .btn-lrg-p-orange,
fieldset[disabled] .btn-lrg-p-orange:hover,
fieldset[disabled] .btn-lrg-p-orange:focus,
fieldset[disabled] .btn-lrg-p-orange:active,
fieldset[disabled] .btn-lrg-p-orange.active {
  background-color: #2489cc;
  border-color: #2489cc;
}


.btn-lrg-p-orange-jumbo:hover,
.btn-lrg-p-orange-jumbo:focus,
.btn-lrg-p-orange-jumbo:active,
.btn-lrg-p-orange-jumbo.active,
.open .dropdown-toggle.-lrg-s-orange {
  background-color: #F7941e;
  border-color: #F7941e;
  color: #FFFFFF ;
}
.btn-lrg-p-orange-jumbo:active,
.btn-lrg-p-orange-jumbo.active,
.open .dropdown-toggle.btn-lrg-p-orange-jumbo {
  background-image: none;
}
.btn-lrg-p-orange-jumbo.disabled,
.btn-lrg-p-orange-jumbo.disabled:hover,
.btn-lrg-p-orange-jumbo.disabled:focus,
.btn-lrg-p-orange-jumbo.disabled:active,
.btn-lrg-p-orange-jumbo.disabled.active,
.btn-lrg-p-orange-jumbo[disabled],
.btn-lrg-p-orange-jumbo[disabled]:hover,
.btn-lrg-p-orange-jumbo[disabled]:focus,
.btn-lrg-p-orange-jumbo[disabled]:active,
.btn-lrg-p-orange-jumbo.active[disabled],
fieldset[disabled] .btn-lrg-p-orange-jumbo,
fieldset[disabled] .btn-lrg-p-orange-jumbo:hover,
fieldset[disabled] .btn-lrg-p-orange-jumbo:focus,
fieldset[disabled] .btn-lrg-p-orange-jumbo:active,
fieldset[disabled] .btn-lrg-p-orange-jumbo.active {
  background-color: #2489cc;
  border-color: #2489cc;
}




.btn-lrg-p-orange-dashboard {
  background-color: #F7941e;
  border-color: #F7941e;
  color: #FFFFFF ;
  margin-top:22px;
  margin-bottom:22px;
}
.btn-lrg-p-orange-dashboard:hover,
.btn-lrg-p-orange-dashboard:focus,
.btn-lrg-p-orange-dashboard:active,
.btn-lrg-p-orange-dashboard.active,
.open .dropdown-toggle.-lrg-s-orange-dashboard {
  background-color: #F7941e;
  border-color: #F7941e;
  color: #FFFFFF ;
}
.btn-lrg-p-orange-dashboard:active,
.btn-lrg-p-orange-dashboard.active,
.open .dropdown-toggle.btn-lrg-p-orange-dashboard {
  background-image: none;
}
.btn-lrg-p-orange-dashboard.disabled,
.btn-lrg-p-orange-dashboard.disabled:hover,
.btn-lrg-p-orange-dashboard.disabled:focus,
.btn-lrg-p-orange-dashboard.disabled:active,
.btn-lrg-p-orange-dashboard.disabled.active,
.btn-lrg-p-orange-dashboard[disabled],
.btn-lrg-p-orange-dashboard[disabled]:hover,
.btn-lrg-p-orange-dashboard[disabled]:focus,
.btn-lrg-p-orange-dashboard[disabled]:active,
.btn-lrg-p-orange-dashboard.active[disabled],
fieldset[disabled] .btn-lrg-p-orange-dashboard,
fieldset[disabled] .btn-lrg-p-orange-dashboard:hover,
fieldset[disabled] .btn-lrg-p-orange-dashboard:focus,
fieldset[disabled] .btn-lrg-p-orange-dashboard:active,
fieldset[disabled] .btn-lrg-p-orange-dashboard.active {
  background-color: #2489cc;
  border-color: #2489cc;
}

.btn-lrg-p-orange-dashboard-jumbo {
  background-color: #F7941e;
  border-color: #F7941e;
  color: #FFFFFF ;
}
.btn-lrg-p-orange-dashboard-jumbo:hover,
.btn-lrg-p-orange-dashboard-jumbo:focus,
.btn-lrg-p-orange-dashboard-jumbo:active,
.btn-lrg-p-orange-dashboard-jumbo.active,
.open .dropdown-toggle.-lrg-s-orange-dashboard{
  background-color: #F7941e;
  border-color: #F7941e;
  color: #FFFFFF ;
}
.btn-lrg-p-orange-jumbo:active,
.btn-lrg-p-orange-jumbo.active,
.open .dropdown-toggle.btn-lrg-p-orange-jumbo {
  background-image: none;
}
.btn-lrg-p-orange-dashboard-jumbo.disabled,
.btn-lrg-p-orange-dashboard-jumbo.disabled:hover,
.btn-lrg-p-orange-dashboard-jumbo.disabled:focus,
.btn-lrg-p-orange-dashboard-jumbo.disabled:active,
.btn-lrg-p-orange-dashboard-jumbo.disabled.active,
.btn-lrg-p-orange-dashboard-jumbo[disabled],
.btn-lrg-p-orange-dashboard-jumbo[disabled]:hover,
.btn-lrg-p-orange-dashboard-jumbo[disabled]:focus,
.btn-lrg-p-orange-dashboard-jumbo[disabled]:active,
.btn-lrg-p-orange-dashboard-jumbo.active[disabled],
fieldset[disabled] .btn-lrg-p-orange-dashboard-jumbo,
fieldset[disabled] .btn-lrg-p-orange-dashboard-jumbo:hover,
fieldset[disabled] .btn-lrg-p-orange-dashboard-jumbo:focus,
fieldset[disabled] .btn-lrg-p-orange-dashboard-jumbo:active,
fieldset[disabled] .btn-lrg-p-orange-dashboard-jumbo.active {
  background-color: #2489cc;
  border-color: #2489cc;
}




.des-gist-text{
    font-size:150px;
    color:#fff;
    font-weight:bold;
    text-align:center;
    margin-top:174px;
   
}
 
 
    .des-gist-text-para {
  color:#FFFFFF;
  font-size:41px;
  text-align:center;
}



.description-bg {
  background: url(/images/landing/hero2.jpg) 50% 0 no-repeat;
  height: 811px;
  padding-top: 50px;
  margin-bottom: 30px;
}

.landing-page .heading h1 {
  font-weight:normal;
  font-size: 28px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}



.hero-header-grey-last-login-heading {
  color:#706F75;
  font-size:17px;
  font-weight:normal;
  padding:5px;
}


.top-msg-icon-text {
  color: #f7941e;
  font-size:40px;
  font-weight:500;
  margin-top:-15px;
  padding-right:14px;
  vertical-align:middle;

}

.top-msg-wrapper{
    
    text-align:center;
    padding:20px;
    height:auto;
    
}

.top-msg{
    font-size:19px;
    font-weight:bold;
    color:#6d7477;
    display:inline-block;
    text-align:center;
  
    margin:0 auto;
    position:relative;

}

.resend-text{
    color:#bbbc16;
    font-size:13px;
    font-family:MyriadPro;
    text-decoration:underline;
    margin-bottom:25px;

}

.hero-header-grey-last-login-date{
    color:#6e6e6c;
    font-size:14px;
    text-align:center;

    
}
.fa-calendar-check-o{
    font-size:17px;
    margin-right:10px;
}



.econsent-msg{

    width:50%;
    text-align:center;
    float:left;
    font-size:20px;
    font-weight:bold;
    color:#6d7477;
    padding-top:10px;
    margin-left:300px;
    background-color:#000;
}


.signout-speaker{

    width:10%;
    float:right;
}


.exclamation-icon {
   
    width:50%;
    float:left;
    font-size:20px;
    font-weight:bold;
    color:#6d7477;
    text-align:center;
    margin-left:200px;
    background-color:#2489cc;
}

.clear{
    clear:both;
}















/*landing page wrapper sections start here*/

.landing-pg-wrapper{
    width:100%;
    margin:80px auto;
    position:relative;
}

.msg-wrapper{
    width:83%;
    margin-top:-80px;
    margin-left:85px;
   
}

.register-icon-wrapper{
    width:25%;
    float:right;
     margin:58px auto;
    position:relative;


   
}



.regbut{
    background-color: #F7941e;
  border-color: #F7941e;
  color:#FFFFFF;
  width:95%;
  margin:15px auto;
  position:relative;
  font-size:47px;
  font-weight:500;
  padding-left:65px;
  padding-right:65px;
   border-radius:0;
  font-family:MyriadPro;
  padding-bottom:8px;
  padding-top:8px;
  text-align:center;
}

.regbut A{
    
  color:#FFFFFF;
   text-align:center;
 
}

.regbut a:hover{
    
  color:#FFFFFF;
   text-align:center;
}




.three-d-wrapper{

    width:70%;
    height:730px;
    margin-top:30px;
    display: block;
    left: 99px;
    position: absolute;
   
  
   
    z-index: 50;
}

.dashboard-3d-img{
  
background: url(/images/landing/dashboard.png) 50% 0 no-repeat;

width:960px;
margin-right:380px;

}


.mem-wrapper{
    width:25%;
   margin-top:-100px;
    float:right;
    clear:both;
}

.already-mem-text{
    color:#A7AFB8;
  font-size:17px;
  width:auto;
  margin-top:35px;
  text-align:center;
}

.store-wrapper{
    width:20%;
    float:right;
    margin-right:27px;
    margin-top:-30px;


}


.apple-store-icon{
    width:125px;
    height:44px;
    margin:0 auto;
    position:relative;
    float:left;
  
    /*background-image:url(/Images/landing/apple-store-icon-large.png);
   /*margin-right:40px;
   padding-left:5px;*/*/
  

  
}

.google-play-icon{

     width:125px;
    height:44px;
     margin:0 auto;
    position:relative;
    float:right;
    /*background-image:url(/Images/landing/google-play-icon-large.png);
    /*margin-right:10px;*/*/
   
 





}

/*
.dashboard-3d-img{
  
background: url(/images/landing/dashboard-md.png) 50% 0 no-repeat;
height:502px;
width:758px;
}*/





/*iPhone 5 portrait, Crappy Android portrait, Crappy Android landscape  */
@media screen and (max-width:320px){


 



  .hero-h2{
    font-size:60px;
    color:#fff;
    font-weight:bold;
}
 

   .hero-h4 {
  color:#000;
  font-size:17px;
  font-weight:normal;
  padding:30px 10px 0 10px;
}


      .hpanel.hbg-primary-blue .panel-body {
  background: #29aae1;
  background-image:none;
  background-repeat:no-repeat;
  color: #fff;
  border: none;
}
.hpanel.hbg-primary-orange .panel-body {
  background: #F7941e;
   background-image:none;
   background-repeat:no-repeat;
  color: #fff;
  border: none;
}
.hpanel.hbg-secondary-blue .panel-body {
  background: #007396;
   background-image:none;
   background-repeat:no-repeat;
  color: #fff;
  border: none;
}
.hpanel.hbg-secondary-green .panel-body {
  background: #BABc16;
   background-image:none;
   background-repeat:no-repeat;
  color: #fff;
  border: none;
}












}




/*iPhone 5 portrait, Crappy Android portrait, Crappy Android landscape  */
@media screen and (max-width:1700px){




   .hero-h4 {
  color:#000;
  font-size:17px;
  font-weight:normal;
  margin-top:-70px;
  padding:30px 10px 0 10px;
}


      .hpanel.hbg-primary-blue .panel-body {
  background: #29aae1;
  background-image:none;
  background-repeat:no-repeat;
  color: #fff;
  border: none;
}
.hpanel.hbg-primary-orange .panel-body {
  background: #F7941e;
   background-image:none;
   background-repeat:no-repeat;
  color: #fff;
  border: none;
}
.hpanel.hbg-secondary-blue .panel-body {
  background: #007396;
   background-image:none;
   background-repeat:no-repeat;
  color: #fff;
  border: none;
}
.hpanel.hbg-secondary-green .panel-body {
  background: #BABc16;
   background-image:none;
   background-repeat:no-repeat;
  color: #fff;
  border: none;
}




 
}


@media screen and (max-width:959px) {


    .hero-h1 {
  color:#FFFFFF;
  font-size:30px;
}

 

     .hero-h1-logo {
  color:#FFFFFF;
  font-family:MyriadPro;
  font-size:25px;
}




  .hero-h3 {
  color:#FFFFFF;
  font-size:17px;
  font-weight:normal;
  margin-top:-16px;
  padding:30px 10px 0 10px;
 line-height:22px;
}

  



 .des-gist-text{
    font-size:45px;
    color:#fff;
    font-weight:bold;
    text-align:center;
    margin-top:50px;
   
}
 
 
    .des-gist-text-para {
  color:#fff;
  font-size:18px;
  text-align:center;
}

  



.description-bg{
  background: url(/images/landing/hero2-responsive.jpg) 50% 0 no-repeat;
  height: 300px;
  padding-top: 50px;
  margin-bottom: 30px;
}
  
 

    .hero-h2 {
        color: #FFFFFF;
        font-size: 55px;
        font-weight: bold;
        margin-top: 45px;
    }


  



.oops{

    font-family:MyriadPro;
    color:#6a6c6f;
    font-size:40px;
    text-align:center;
    padding-top:98px;
  
}

.fa-exclamation-circle{

    color:#b9ba38;
    font-size:60px;
    padding-right:22px;

}


.oops-msg{

    font-family:MyriadPro;
    color:#6a6c6f;
    font-size:25px;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;
    padding-top:5px;
    clear:both;
}

.gist{
    color:#29AAE1; 
    font-size:35px; 
    font-weight:normal;
}

.prime{
    color:#f59336; 
    font-size:35px; 
    font-weight:bold; 
    padding-right:10px;
}


.econsent-msg{

    width:50%;
    text-align:center;
    float:left;
    font-size:10px;
    font-weight:bold;
    color:#6d7477;
    padding-top:10px;
    margin-left:0px;
}


.landing-pg-wrapper{
    width:89%;
    margin:80px auto;
    position:relative;
}






}




/*Styles for screen 600px and lower*/
@media screen and (max-width: 767px) {




    .btn-jumbo-lrg {
        border-radius: 0;
        font-family: MyriadPro;
        font-size: 39px;
        font-weight: 500;
        margin-top: -87px;
        padding-left: 65px;
        padding-right: 65px;
    }

    .footer-logo{
    width:100%;
    float:left;
    padding:15px 15px 15px 15px;
    
    }


    .copy-rt{
        width:100%;
        float:none;
        text-align:center;
        padding:25px 15px 15px 15px;
        color:#A7AFB8;
    }


    .responsive-img-edit{
    
         margin:auto;
         position:relative;
         background-position:center;
    }


.hero-h4 {
  color:#fff;
  font-size:17px;
  font-weight:normal;
  margin-top:-70px;
  padding:30px 10px 0 10px;
}

  .landing-page p {
  color:#A7AFB8;
  margin-top:-30px;
}


  .hero-h2{
   
  color:#fff;
  font-size:25px;
  font-weight:bold;
  margin-top:100px;
  text-align:center;

}
 
 


  .landing-page .heading h1 {
  font-weight:normal;
  font-size: 20px;
  margin-bottom: 5px;
  letter-spacing: 3px;
}



.oops{

    font-family:MyriadPro;
    color:#6a6c6f;
    font-size:30px;
    text-align:center;
    padding-top:98px;
  
}

.fa-exclamation-circle{

    color:#b9ba38;
    font-size:55px;
    padding-right:15px;

}


.oops-msg{

    font-family:MyriadPro;
    color:#6a6c6f;
    font-size:19px;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;
    padding-top:5px;
    clear:both;
}


.gist{
    color:#29AAE1; 
    font-size:30px; 
    font-weight:normal;
}

.prime{
    color:#f59336; 
    font-size:30px; 
    font-weight:bold; 
    padding-right:10px;
}


.store-wrapper{
    width:100%;
    float:right;
    margin-right:-51px;
    margin-top:30px;
    

}


.apple-store-icon{
    width:50%;
    height:44px;
    margin:-45px 0 0 285px;
    position:relative;
    float:left;
   
    /*background-image:url(/Images/landing/apple-store-icon-large.png);
   /*margin-right:40px;
   padding-left:5px;*/*/
  

}

.google-play-icon{

     width:50%;
    height:44px;
     margin:0 40px;
    position:relative;
    float:right;
    /*background-image:url(/Images/landing/google-play-icon-large.png);
    /*margin-right:10px;*/*/
   
}

}



@media screen and (max-width : 1024px){ 

       .top-msg-icon-text {
  color: #f7941e;
  font-size:35px;
  font-weight:500;
  margin-top:-8px;
  padding-right:14px;
  vertical-align:middle;

}
    
.top-msg{
    font-size:15px;
    font-weight:bold;
    color:#6d7477;
    display:inline-block;
    text-align:center;
  
    margin:0 auto;
    position:relative;

}

.resend-text{
    color:#bbbc16;
    font-size:14px;
    font-family:MyriadPro;
    text-decoration:underline;
    margin-bottom:25px;

}


.three-d-wrapper{

    width:auto;
    height:730px;
    margin-top:30px;
   
}




.register-icon-wrapper{
    width:100%;
    float:right;
    margin-top:0 auto;
    position:center;

}



.regbut{
    background-color: #F7941e;
  border-color: #F7941e;
 color:#fff;
  width:auto;
  margin:15px auto;
  position:relative;
  font-size:47px;
  font-weight:500;
  padding-left:65px;
  padding-right:65px;
   border-radius:0;
  font-family:MyriadPro;
  padding-bottom:8px;
  padding-top:8px;
  text-align:center;
}

.regbut A{
    
  color:#FFFFFF;
   text-align:center;
   margin-left:-15px;
 
}

.regbut a:hover{
    
  color:#FFFFFF;
   text-align:center;
}

.hero-h2 {
  color:#FFFFFF;
  font-size:23px;
  font-weight:bold;
  margin-top:30px;
  text-align:center;
  margin-left:15px;
}

.msg-wrapper{
    width:100%;
    margin-top:-50px;
    margin-left:-10px;
   
   
}


.mem-wrapper{
    width:100%;
   margin-top:15px;
    float:left;
    clear:both;
}

.already-mem-text{
    color:#A7AFB8;
  font-size:17px;
  width:auto;
  text-align:center;
  margin-top:-50px;
}



.store-wrapper{
    width:100%;
    float:right;
    margin-right:27px;
    margin:20px auto;
    position:relative;


}


.apple-store-icon{
    width:47%;
    height:44px;
    margin:0 auto;
    position:relative;
    float:left;
   margin-left: auto;
    margin-right: auto;
    text-align:right;
    display: table-cell;
    vertical-align:sub;
   
   
    /*background-image:url(/Images/landing/apple-store-icon-large.png);
   /*margin-right:40px;
   padding-left:5px;*/
  

  
}

.google-play-icon{

     width:47%;
    height:44px;
     margin:0 auto;
    position:relative;
     margin-left: auto;
    margin-right: auto;
   float:right;


    /*background-image:url(/Images/landing/google-play-icon-large.png);
    /*margin-right:10px;*/*/
   
 
}


}













@media only screen and (min-width:1025px) and (max-width: 1500px) {


        .top-msg-icon-text {
  color: #f7941e;
  font-size:35px;
  font-weight:500;
  margin-top:-8px;
  padding-right:14px;
  vertical-align:middle;

}

    .top-msg{
    font-size:15px;
    font-weight:bold;
    color:#6d7477;
    display:inline-block;
    text-align:center;
  
    margin:0 auto;
    position:relative;

}

    .hero-h2 {
  color:#FFFFFF;
  font-size:50px;
  font-weight:bold;
  margin-top:55px;
  text-align:center;
}


.mem-wrapper{
    width:25%;
   margin-top:-100px;
    float:right;
    clear:both;
}


.already-mem-text{
    color:#A7AFB8;
  font-size:17px;
  width:auto;
  margin-top:35px;
  text-align:center;
}


.store-wrapper{
    width:23%;
    float:right;
    margin-right:15px;
    margin-top:-30px;
   


}


.apple-store-icon{
    width:125px;
    height:44px;
    margin:0 auto;
    position:relative;
    float:left;
   
    /*background-image:url(/Images/landing/apple-store-icon-large.png);
   /*margin-right:40px;
   padding-left:5px;*/*/
  

  
}

.google-play-icon{

     width:125px;
    height:44px;
     margin:0 auto;
    position:relative;
    float:right;
    /*background-image:url(/Images/landing/google-play-icon-large.png);
    /*margin-right:10px;*/*/
   
 





}
.msg-wrapper{
    width:83%;
    margin-top:-80px;
   
    margin-left:15px;
}

}





@media only screen and (min-width:1025px) and (max-width: 1200px) {



  .landing-page .lrg img {
  /*-webkit-box-shadow: 0px 0px 8px 0px #333333;
  -moz-box-shadow: 0px 0px 8px 0px #333333;
  box-shadow: 0px 0px 8px 0px #333333;*/
   border-radius:1px;
  margin-right:-100px;
  margin-top:30px;
  width:910px;
}



    .hero-h2 {
  color:#FFFFFF;
  font-size:60px;
  font-weight:bold;
  margin-top:55px;
  text-align:center;
  margin-right:-120px;
}

    .hero-h1{
    font-size:34px;
    color:#fff;
    text-align:center;
    margin-top:20px;
    font-weight:normal;
    
  margin-right:-120px;
}

.three-d-wrapper{

    width:70%;
    height:730px;
    margin-top:30px;
   
}




.register-icon-wrapper{
    width:100%;
    float:right;
    margin-top:0 auto;
    position:center;


}



.regbut{
    background-color: #F7941e;
  border-color: #F7941e;
 color:#fff;
  width:auto;
  margin:15px auto;
  position:relative;
  font-size:47px;
  font-weight:500;
  padding-left:65px;
  padding-right:65px;
   border-radius:0;
  font-family:MyriadPro;
  padding-bottom:8px;
  padding-top:8px;
  text-align:center;
}

.regbut A{
    
  color:#FFFFFF;
   text-align:center;
   margin-left:-15px;
 
}

.regbut a:hover{
    
  color:#FFFFFF;
   text-align:center;
}



.msg-wrapper{
    width:83%;
   
   
}

.mem-wrapper{
    width:100%;
   margin-top:15px;
    float:left;
    clear:both;
}

.already-mem-text{
    color:#A7AFB8;
  font-size:17px;
  width:auto;
  text-align:center;
  margin-top:-35px;
}



.store-wrapper{
    width:100%;
    float:right;
    margin-right:27px;
    margin:20px auto;
    position:relative;
    
    


}


.apple-store-icon{
    width:47%;
    height:44px;
    margin:0 auto;
    position:relative;
    float:left;
   margin-left: auto;
    margin-right: auto;
    text-align:right;
    display: table-cell;
    vertical-align:sub;
   
   
    /*background-image:url(/Images/landing/apple-store-icon-large.png);
   /*margin-right:40px;
   padding-left:5px;*/
  

  
}

.google-play-icon{

     width:47%;
    height:44px;
     margin:0 auto;
    position:relative;
     margin-left: auto;
    margin-right: auto;
   float:right;


    /*background-image:url(/Images/landing/google-play-icon-large.png);
    /*margin-right:10px;*/*/
   
 
}



}













@media only screen and (min-width:1200px) and (max-width: 1250px) {

  

 .hero-h2 {
  color:#FFFFFF;
  font-size:50px;
  font-weight:bold;
  margin-top:55px;
  text-align:center;
}


.mem-wrapper{
    width:25%;
   margin-top:-98px;
    float:right;
    clear:both;
   
}

.already-mem-text{
    color:#A7AFB8;
  font-size:17px;
  width:auto;
  margin-top:35px;
  text-align:center;
}


.register-icon-wrapper{
    width:25%;
    float:right;
     margin:40px auto;
    position:relative;


   
}
.regbut{
    background-color: #F7941e;
  border-color: #F7941e;
 color:#fff;
  width:auto;
  margin:32px auto;
  position:relative;
  font-size:47px;
  font-weight:500;
  padding-left:65px;
  padding-right:65px;
   border-radius:0;
  font-family:MyriadPro;
  padding-bottom:8px;
  padding-top:8px;
  text-align:center;
}

.store-wrapper{
    width:23%;
    float:right;
    margin-right:17px;
    margin-top:-28px;
   


}


.apple-store-icon{
    width:125px;
    height:44px;
    margin:0 auto;
    position:relative;
    float:left;
   
    /*background-image:url(/Images/landing/apple-store-icon-large.png);
   /*margin-right:40px;
   padding-left:5px;*/*/
  

  
}

.google-play-icon{

     width:125px;
    height:44px;
     margin:0 auto;
    position:relative;
    float:right;
    /*background-image:url(/Images/landing/google-play-icon-large.png);
    /*margin-right:10px;*/*/
   
 





}


}




