/*
vim:fileencoding=utf-8:ts=2:sw=2:expandtab
*/


@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

.btn{
	display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.42857143;
}

/* Use SMART green for btn-success class */
.btn-success{
	background-color: #567445;
  border-color: #567445;
  color: #fff;
  font-family: 'Montserrat';
}

.btn-success:hover{
	background-color: #49643A;
	border-color: #49643A;
}

/*********************************************************************************************************************/
div.daas-ui-center-xs, div.daas-ui-center-xs-middle {max-width: 300px; margin: 0 auto;}
div.daas-ui-center-sm, div.daas-ui-center-sm-middle {max-width: 500px; margin: 0 auto;}
div.daas-ui-center-md, div.daas-ui-center-md-middle {max-width: 700px; margin: 0 auto;}
div.daas-ui-center-lg, div.daas-ui-center-lg-middle {max-width: 900px; margin: 0 auto;}

/*********************************************************************************************************************/ 
/* Virtual Desktop */

div.faded-line{

  margin: 15px auto;
}

.vd-box > div.faded-line{

  margin: 20px auto;
}

div.faded-line span{ 
  
  display: block;
  border: none;
  color: white;
  height: 1px;
  background: black;
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#000), to(#fff));
}

div.vd-box{

  background-color: white; 
  max-width: 800px; 
  margin: 3em auto; 
  padding: 20px; 
  border: 10px solid rgb(96, 125, 77); 
  border-radius: 3px;
  text-align: center;
}

img.vd-hdr-img{

  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}

p.vd-smrt-tagline{

  text-align: center; 
  font-size: 18px; 
  color: #777;
  margin-bottom: 5px;
}

p.vd-recipient{
  
  font-family: 'Shadows Into Light';
  text-align: center;
  font-size: 22px;
  color: #607D4D;
  margin-top: 5px;
}

div.vd-georgew{
  
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  z-index: 99; 
  position: relative;
	margin-bottom: -23px;
}

img.vd-georgew{

  width: 400px; 
}

@media (max-width: 767px){
	img.vd-georgew{
			
		width: 350px;
	}
	div.vd-georgew{
  
		margin-bottom: -21px;
	}
}

@media (max-width: 576px){
	img.vd-georgew{
			
		width: 250px;
	}
	div.vd-georgew{
  
		margin-bottom: -16px;
	}
}

div.vd-smrt-video{

  position: relative; 
  z-index: 1; 
  max-width: 600px; 
  margin: 0 auto;
}

div.vd-adv-info{

  text-align: center; 
  color: #777;
}

div.vd-adv-info > .x-free-gift{
	margin: 0 auto;
}

div.vd-adv-info > .x-free-gift td.x-display-lg-none > .x-book-image{
	width: 250px;
	margin-bottom: 1em;
}

@media (min-width: 577px){
	div.vd-adv-info > .x-free-gift td.x-display-lg-none{
		display: none;
	}
}

div.vd-adv-info > .x-free-gift td.x-display-sm-none > .x-book-image{
	border:#49643A 1px solid;
  width: 150px;
}

@media (max-width: 576px){
	div.vd-adv-info > .x-free-gift td.x-display-sm-none{
		display: none;
	}
}

div.vd-adv-info > .x-free-gift td > .x-free-gift-text{
	margin-bottom: 10px; 
	margin-top: 0;
}

div.vd-adv-info > .x-free-gift td > .x-free-gift-download{
	text-decoration: none;
}

@media (max-width: 576px){
	div.vd-adv-info > .x-free-gift{
		width: 100%;
	}
	div.vd-adv-info > .x-free-gift td > .x-free-gift-download{
		display: block;
		white-space: pre-wrap;
	}
}

div.vd-adv-info p{
  
  margin-bottom: 0px;
  line-height: 1.5em;
  font-size: 18px;
}

div.vd-adv-info a.vd-adv-email{
  
  color: rgb(96, 125, 77);
  text-decoration: none;
}

div.vd-adv-info p.vd-adv-name{

  font-size: 24px;
  font-family: 'Shadows Into Light';
  margin-top: 15px;
  color: rgb(96, 125, 77);
}


/*********************************************************************************************************************/

html, body{

  font-family: 'Montserrat';
  height: 100%;
  background-color: #F3F4F6;
}

h1.green-hdr{
  
  text-align: center;
  margin-bottom: 25px;
  color: #81BF7E;
  font-size: 25px;
}

.list-group a h1{
  
  font-size: 18px;
  color: #607D4D;
  font-weight: bold;
}

.list-group a img.img-thumbnail{
  
  float: left;
  margin-right: 10px;
  max-width: 150px;
  height: auto;
}

/* Login and forgot password screen */

div.centerbox{
  margin: 3em auto;
  max-width: 500px;
}

div.gray-border-box{
  border: 10px solid rgb(230, 231, 233);
  background-color: white;
  border-radius: 3px;
}

h1.adv-login-hdr,
h1.adv-forgot-hdr,
h1.adv-finder-hdr{

  text-align: center;
  color: #46B038;
  font-size: 24px;
}

h1.adv-choose-hdr{
  
  text-align: center;
  font-size: 24px;
  color: black;
}

p.forgot-pwd{
  
  margin-top: 5px;
  margin-bottom: 0px;
}

p.forgot-pwd a{
  
  color: black;
}

div.adv-login-btns,
div.adv-forgot-btns,
div.adv-finder-btns{
  
  background-color: #eee;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

@media (max-width: 510px){

  div.adv-loginbox,
  div.adv-forgotbox,
  div.center-box{
  
    width: 98%;
  }
}

/* Welcome screen */

div.center-box{

  border: 10px solid rgb(230, 231, 233);
  background-color: white;
  border-radius: 3px;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  height: 280px;
  width: 500px;
  padding: 25px 15px;
}

div.center-box > h1{

  text-align: center;
  font-size: 20px;
  color: rgb(144, 122, 142);
  margin-top: 0px;
}

div.center-box > p > .green-btn{

  color: #ffffff;
  background-color: #46B038;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}

div.center-box > p > .green-btn:hover{

  color: #46B038;
  border: 1px solid #46B038;
  background-color: #ffffff;
}

div.center-box > p > .big{

  font-size: 20px;
  font-weight: normal;
  padding: 20px;
}

/* Navigation Menu */

.navbar-default{
  
  margin-right: -15px;
  margin-left: -15px;
  border-radius: 0px;
  border-right: 0px;
  border-left: 0px;
  background-image: linear-gradient(to bottom,#fff 0,#ddd 100%);
}

.navbar-default .navbar-brand{

  color: rgb(80, 185, 72) !important;
}

.navbar-default{
  
  padding-left: 0px;
}

.navbar-default .navbar-toggle .icon-bar{

  background-color: rgb(80, 185, 72) !important;
}

.navbar-default ul.dropdown-menu li a h4{
  
  color: #607D4D;
  font-size: 16px;
}

/* Styles for the admin tools popover */

.popover-title{
  
  font-family: 'Montserrat';
}

div.admintools_section{
  
  background-color: #f5f8fa;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
  box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
  padding: 10px;
  margin-bottom: 10px;
  font-family: 'Montserrat';
}

div.admintools_section p.text-center{
  
  margin-bottom: 0px;
}

ul div li.nav-adminicon a:focus {
  
  outline: none;
  text-decoration: none;
}

div.admintools_section a i {
  
  color: #3097D1;
  font-size: 30px;
}

li.nav-adminicon>div.popover{
    max-width: none;
    width: 450px;
}

/* Left Menu Template */


table.content-leftmenutemplate-menu {
  background-color: #eeeeee;
  width: 100%;
}

table.content-leftmenutemplate-menu tr.selected td {
  background-color: #e3e3e3;
}

table.content-leftmenutemplate-menu tr:hover td {
  background-color: #e0e0e0;
}

table.content-leftmenutemplate-menu tr td {
  border-bottom: 1px solid #dddddd;
}

table.content-leftmenutemplate-menu tr td.content-leftmenutemplate-icon {
  width: 60px;
  padding: 10px;
}

table.content-leftmenutemplate-menu tr td.content-leftmenutemplate-link {
  padding: 10px;
}

table.content-leftmenutemplate-menu tr td.content-leftmenutemplate-link a:hover{
  
  text-decoration: none;
}

table.content-leftmenutemplate-menu tr td.content-leftmenutemplate-link h5 {
  margin: 0;
  line-height: 1.3;
  color: #607D4D;
  font-weight: bold;
}

table.content-leftmenutemplate-menu tr td.content-leftmenutemplate-link p {
  margin: 0;
  color: black;
  line-height: 1.3;
}

/* Disabled styles */

table.content-leftmenutemplate-menu tr.disabled td.content-leftmenutemplate-link h5 {
  color: #999;
}

table.content-leftmenutemplate-menu tr.disabled td.content-leftmenutemplate-link p {
  color: #999;
}

/* Styles for advisor finder */

h2.adv-srch-hdr{

  color: #232323;
  margin: 0px;
  text-align: center;
  padding-top: 40px;
  font-family: 'Montserrat';
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.adv-srch-panel{

  width: 400px;
  margin: 20px auto;
}

p.adv-srch-btn{

  text-align: center;
  margin-bottom: 0px;
}

p.adv-srch-btn a{

  color: #232323;
  font-size: 12px;
}

p.adv-clr-srch{

  text-align: center;
  margin-bottom: 20px;
  font-family: 'Montserrat';
  text-decoration: underline;
}

p.adv-clr-srch a{

  color: black;
}

div.adv-srch-results-hdr{
  
  padding-top: 25px;
  box-shadow: 0 7px 9px -4px rgba(0,0,0,0.4);
  padding-bottom: 25px;
  text-align: center;
  margin-right: -15px;
  margin-left: -15px;
  background: -moz-linear-gradient(45deg, rgba(35,35,35,1) 0%, rgba(46,46,46,1) 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(35,35,35,1)), color-stop(100%, rgba(46,46,46,1)));
  background: -webkit-linear-gradient(45deg, rgba(35,35,35,1) 0%, rgba(46,46,46,1) 100%);
  background: -o-linear-gradient(45deg, rgba(35,35,35,1) 0%, rgba(46,46,46,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(35,35,35,1) 0%, rgba(46,46,46,1) 100%);
  background: linear-gradient(45deg, rgba(35,35,35,1) 0%, rgba(46,46,46,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2E2E2E', endColorstr='#232323',GradientType=1 );
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.adv-srch-results-hdr h3{

  color: white;
  font-family: 'Montserrat';
  margin-top: 0px;
  margin-bottom: 0px;
}

div.map_container{

  width: 700px; 
  margin: 40px auto;
}

#map_holder{

  width: 100%;
}

table.adv-srch-results{

  font-family: 'Montserrat';
  width: 70%;
  margin: 35px auto;
}

table.adv-srch-results tr td,
table.adv-srch-results tr th{

  vertical-align: middle;
  border: none;
}

table.adv-srch-results tr:hover{

  background-color: rgba(80, 185, 72, 0.3);
}

th.adv-name{

  font-size: 16px;
}

img.adv-srch-results{

  width: 80px; 
  height: auto; 
  margin-bottom: 0px;
}

@media (max-width:992px){

  table.adv-srch-results{
  
    width: 100%;
  }
}

@media (max-width:710px){

  div.map_container{
  
    width: 98%;
  }
}

@media (max-width:480px){

  h2.adv-srch-hdr{
  
    font-size: 24px;
  }
  
  div.adv-srch-results-hdr h3{
  
    font-size: 16px;
  }
}

@media (max-width:420px){

  div.adv-srch-panel{
  
    width: 98%;
  }
  
  th.adv-name{

    font-size: 12px;
  }
  
  table.adv-srch-results{

    font-size: 12px;
  }
  
  img.adv-srch-results{

    width: 60px;
  }
}
/* These styles create a responsive container for the email wow video */

.x-video-wrapper{
  position: relative;
}

.x-video-wrapper > div{
  position: relative !important;
  display: block;
  height: 0 !important;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  z-index: 0 !important;
  width: 100%;
}

.x-video-wrapper > div > video{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

/* Styles for the click to unmute feature on the presentation video */

a.click-to-unmute{
  position: absolute; 
  left: 0; 
  right: 0; 
  top: 0; 
  bottom: 0; 
  z-index: 99; 
  text-decoration: none;
}

a.click-to-unmute > div{
  display: flex; 
  height: 100%;
}

a.click-to-unmute > div > div{
  margin: auto; 
  background-color: rgba(255, 255, 255, 0.9); 
  border-radius: 4px; 
  padding: 5% 10%; 
  text-align: center;
}

a.click-to-unmute > div > div > div{
  font-weight: 500; 
  font-size: 1.25vw; 
  margin-bottom: 25px;
}

@media (max-width: 991px){
	a.click-to-unmute > div > div > div{
	font-size: 3vw;
    margin-bottom: 10px;
	}
}

a.click-to-unmute > div > div > img{
  width: 12vw;
}

@keyframes fadeIn { 
  from { opacity: 0; } 
}

.animate-flicker {
  animation: fadeIn 1s infinite alternate;
}
