/* #Table of contents
==================================================
#1 Modified Foundation
#2 Custom Theme Styles
#3 Dark Countdown Timer
#4 Responsive
#5 Layouts
==================================================
*/

/* #1 Modified Foundation
================================================== */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body { font-size: 100%; }

body {
  background: #fff;
  color: #363945;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  
  cursor: default;
}

a:hover { cursor: pointer; }

a:focus { outline: none; }

img, object, embed {
  max-width: 100%;
  height: auto;
}

object, embed {
  height: 100%;
}

img { -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left { float: left !important; }
.right { float: right !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }

img {
  display: inline-block;
  vertical-align: middle;
}

select { width: 100%; }

/* Grid HTML Classes */
/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 52.5em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse .column,
  .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .small-1 {
    position: relative;
    width: 8.33333%; }

  .small-2 {
    position: relative;
    width: 16.66667%; }

  .small-3 {
    position: relative;
    width: 25%; }

  .small-4 {
    position: relative;
    width: 33.33333%; }

  .small-5 {
    position: relative;
    width: 41.66667%; }

  .small-6 {
    position: relative;
    width: 50%; }

  .small-7 {
    position: relative;
    width: 58.33333%; }

  .small-8 {
    position: relative;
    width: 66.66667%; }

  .small-9 {
    position: relative;
    width: 75%; }

  .small-10 {
    position: relative;
    width: 83.33333%; }

  .small-11 {
    position: relative;
    width: 91.66667%; }

  .small-12 {
    position: relative;
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  .large-1 {
    position: relative;
    width: 8.33333%; }

  .large-2 {
    position: relative;
    width: 16.66667%; }

  .large-3 {
    position: relative;
    width: 25%; }

  .large-4 {
    position: relative;
    width: 33.33333%; }

  .large-5 {
    position: relative;
    width: 41.66667%; }

  .large-6 {
    position: relative;
    width: 50%; }

  .large-7 {
    position: relative;
    width: 58.33333%; }

  .large-8 {
    position: relative;
    width: 66.66667%; }

  .large-9 {
    position: relative;
    width: 75%; }

  .large-10 {
    position: relative;
    width: 83.33333%; }

  .large-11 {
    position: relative;
    width: 91.66667%; }

  .large-12 {
    position: relative;
    width: 100%; }
}


/* Typography resets */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5,
h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  direction: ltr; }

/* Default Link Styles */
a {
  color: #0d90da;
  line-height: inherit; }
  a:hover, a:focus {
    color: #ff8400; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: "Nunito Sans", "Lato", "Roboto", helvetica, arial;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  font-weight: normal;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.25em;  }

h2 {
  font-size: 2.25em; }

h3 {
  font-size: 1.375em; }

h4 {
  font-size: 1.125em;
  margin-top: 0px;
  font-weight: bold;
}

hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0; }

/* Helpful Typography Defaults */

em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit;
  font-style: italic;
  color: #999;
}

/* Lists */
ul, ol, dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit; }

ul, ol {
  margin-left: 0; }

/* Unordered Lists */
ul li ul, ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
}
ul.no-bullet {
  list-style: none; }

/* Blockquotes */
blockquote {
  font-size: 1.125em;
  color: #999;
}
blockquote cite {
  display: block;
  font-weight: bold;
  font-style: normal;
  color: #333;
}
blockquote, blockquote p {
  line-height: 1.6;
  font-style: italic;
}
blockquote .title {
  font-style: italic;
  font-weight: 200;
  color: #333;
}

@media only screen and (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.45em; line-height:1.15em; }

  h2 {
    font-size: 1.25em; line-height:1.15em;  }

  h3 {
    font-size: 1.6875em; }

  h4 {
    font-size: 1.125em; line-height:1.15em; }
}

button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1.25em;
  background-color: #004fa7;
  border-color: #004fa7;
  color: white;
  -webkit-appearance:none;
  border-radius: 10px;
  box-shadow: 0px 3px 0px 0px #004fa7;
      transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
button:hover, button:focus {
  background-color: #004fa7;
  
}

button:active {
  background-color: #e17400;
  position: relative;
  top: 3px;
}

button.expand, .button.expand {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}

button, .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
  -webkit-appearance: none;
}

button.tiny, .button.tiny {
  padding-top: 0.5em;
  padding-bottom: 0.4375em;
  -webkit-appearance: none;
}

button.small, .button.small {
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
  -webkit-appearance: none;
}

button.large, .button.large {
  padding-top: 1.03125em;
  padding-bottom: 1.03125em;
  -webkit-appearance: none;
}

@media only screen {
  button, .button {
    transition: background-color 300ms ease-out;
  }
  button:active, .button:active {
    box-shadow: 0px 2px 8px rgba(0,0,0,0.15) inset;
  }
  button.radius, .button.radius {
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
}

@media only screen and (min-width: 768px) {
  button, .button {
    display: inline-block;
  }
}



/* #2 Custom Theme Styles
================================================== */

.header {
  font-family: "Open Sans", sans-serif;
}

.header .logo {
  display: block;
  margin: 1.25em 0px 1.5625em;
}

.header .logo img {
  max-width: 75%;
  max-height: 50px;
}

.header p.tagline {
  font-size: 2em;
  text-align: right;
  font-weight: bolder;
  margin: .6em 0px 0px;
}

.header hr {
  margin-top: 0px;
}

h1 {
  font-family: "Poppins", "Nunito Sans", "Lato", "Roboto", "Open Sans", serif;
  font-weight: 700;
  margin-bottom: 0.3em;
    letter-spacing: -1px;
}

h1 strong {
  font-weight: 900;
  color: #ff8400;
}

h2 {
 font-family: "Nunito Sans", "Lato", "Roboto", "Open Sans", sans-serif;
 font-weight: lighter;
 margin-bottom: 0px;
}

h1, h2 {
  text-align: center;
}

h4 {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: .5em;
 font-family: "Nunito Sans", "Lato", "Roboto", "Open Sans", sans-serif;

}


/* Host Styles */

.hosts {
  background-color: #f7f6f4;
  padding: 2.5em .9375em 1.25em;
  text-align: center;
}

.hosted-by {
  font-size: .875em;
  margin-bottom: 0px;
}

.hosts .host {
  font-weight: 600;
    
}

.hosts img {
  border-radius: 9000px;
  margin-bottom: .5em;
}

/* Form Panel */

.panel2 {
  padding: 35px;
  border: 3px #f1efea solid;
  background-color: #f7f6f4;
  text-align: center;
}

.panel2 p {
  font-size: 1.125em;
}

.countdown-timer {
  padding-top: 1em;
}

.panel2 .date, .panel2 .time {
  display: block;
}

/* Webinar Details */

.webinar-details p, .webinar-details ul, .webinar-details ol {
  font-size: 1.125em;
}

.webinar-details ul, .webinar-details ol {
  margin-left: 2em;
  font-style: italic;
  margin-top: 0px;
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  color: #165B92;
  margin-bottom: 1em;
}

.media p {
  font-size: .9375em;
}

ul {
  margin-top: 1.875em;
}

.number {
  background: #165B92;
  border-radius: 50%;
  height: 1.875em;
  width: 1.875em;
  text-align: center;
  padding-top: .125em;
  font-weight: bold;
  color: #fff;
}

form {
  margin-bottom: 0px;
}

button {
  font-size: 1.3125em;
  font-weight: bolder;
  margin-bottom: .8em;
}

p.optin-error {
  color: red;
  display: none;
  font-size: .875em;
}

.has-error .optin-error {
  display: block;
}

.footer {
  margin-top: 4.25em;
  color: #999;
  min-height: 4.375em;
  padding-top: 2.5em;
    padding-bottom: 2.5em;
  margin-bottom: 3em;
}

.footer p {
  font-size: .875em;
}

.footer a {
  color: #999;
  text-decoration: underline;
}

.footer-link {
  text-align: right;
}

.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
    border:2px solid #eee;
}

/* Self Clearing Floats */

.group {
  position: relative;
}

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/* #3 Dark Countdown Timer
================================================== */

.hasCountdown {
  margin: 0px auto;
  max-width: 18.75em; /*300px*/
  font-family: "Open Sans", sans-serif;
  margin-bottom: 1em;
}

.dark .countdown_row {
  clear: both;
}

/*.countdown_show4 {}*/

.dark .countdown_section, .dark .colon {
  display: block;
  float: left;
  text-align: center;
  color: #999;
}

.dark .countdown_section {
  width: 21%;
  font-size: 75%;
  text-transform: uppercase;
}

.dark .colon {
  width: 5%;
}

.dark .countdown_amount {
  max-height: 63px;
  width: 100%;
  display: block;
  border: 1px #111 solid;
  border-radius: 4px;
  background: #2f2f2f url("../img/dark-timer-bg-tile-9e1f3437e7c5716789951d6ca82f5e01.png") repeat-x;
  background-position: center center;
  margin-bottom: 7px;
  box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,.2),
  0px 2px 0px 0px #111111,
  0px 3px 0px 0px #111111;
}

.dark .countdown_amount {
  font-size: 325%;
  line-height: 165%;
  font-weight: lighter;
}

.dark .colon {
  font-size: 187.50%;
  line-height: 200%;
  font-weight: lighter;
}

.dark .countdown_amount {
  color: #fff;
}


.personal_intro{
    display: block;
}



.btn7 {
	display: block;
	font-size: 26px;
    font-family: "ProximaNova-Semibold", 'nunito sans', 'roboto', lato, arial;
	line-height: 1.4;
	padding: 20px;
	color: #fff;
	font-weight: 600;
	background: #1C61B4;
	white-space: normal;
    width: 100%;
    max-width: 480px;

   
}




.btn:hover, .btn:focus {
	color: #333;
	background: #ffd100;
}




.visible_img {
    display: block;
    padding-top: 10px;
    padding-bottom: 0px;
}


  .avatar_img {
        width: 70px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        
}
    





/* #4 Responsive
================================================== */

/* Mobile device or screen lower than 768px wide */
@media only screen and (max-width: 767px) {

     body {
    font-size: 100%;
  }
    
    
    .logo2 {
    width: 180px;
    padding-top: 5px;
    padding-bottom: 5px;
}
 
    
    
.visible_img {
    display: block;
    padding-top: 10px;
    padding-bottom: 0px;
}
  
    
  .header .logo {
    margin-top: 1.5em;
  }
  .header .large-1:last-child, .arrow {
    display: none;
  }
  h1 br {
    display: none;
  }
    
     h1 {
    font-size: 1.95em; line-height:1.15em; }

  h2 {
    font-size: 1.35em; margin-top: 0px; } 
    
    
  .hosts {
    padding: 1em .5em 0px;
    margin-bottom: 2em;
	display: none;
     
  }
    
    
    .hosts .host {
  font-weight: 600;
    font-size: 1.5em;
        padding-bottom: 10px;
}
    
    
    img {
        width: 150px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        
}
 
    
  .personal_intro{
    display: block;
}  
    
    
    
    .btn7 {
	display: block;
	font-size: 24px;
	line-height: 1.1;
	padding: 22px;
	color: #fff;
	font-weight: 600;
	background: #1C61B4;
	white-space: normal;
    width: 90%;
}
    
  
  
    
    
    
  .footer p, .footer p.text-right {
    text-align: center !important;
    margin-bottom: 1em;
  }
  .header p, .header p.tagline {
    text-align: center;
  }
  .header p.tagline {
    margin: 0px 0px .5em;
  }
     
    
    
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  
  .header .logo {
    margin-top: 1.5em;
  }
  .header .large-1:last-child {
    display: inline;
  }
  .header p.tagline {
    margin: .9em 0px 0px;
  }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  body {
    font-size: 100%;
  }
  .footer p {
    text-align: center;
    margin-bottom: 1em;
  }
 .footer p, .footer p.text-right {
    text-align: center !important;
    margin-bottom: 1em;
  }
  .header p, .header p.tagline {
    text-align: center;
  }
  .header p.tagline {
    margin: 0px 0px .5em;
  }
    
    
      .btn7 {
	display: block;
	font-size: 24px;
	line-height: 1.1;
	padding: 22px;
	color: #fff;
	font-weight: 600;
	background: #1C61B4;
	white-space: normal;
    width: 100%;
}
    
    
    
    
    
}

/* #5 Layouts
================================================== */

.layout-single-host .host2 {
  display: none;
    width: 100%
}

.layout-single-host .hosts .small-6 {
  width: 100%;
   
}










/* Progress Bar ---------------------- */
div.progress2 { padding: 2px; margin-bottom: 10px; border: 1px solid #cccccc; height: 15px; /* meter */ /* border radii */ }
div.progress2 .meter { background: #90bf25; height: 100%; display: block; width: 50%; }
div.progress2.secondary .meter { background: #90bf25; }
div.progress2.success .meter { background: #90bf25; }
div.progress2.alert .meter { background: #90bf25; }
div.progress2.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
div.progress2.radius .meter { -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
div.progress2.round { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; }
div.progress2.round .meter { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; }

p.progress2 { font-size: 12px; color: #969696; font-style: italic;}
p.progress2-title { font-size: 20px; font-family: 'Source Sans Pro', sans-serif; font-weight: 400; color: #db3939; margin-bottom: 4px; }




.number_active{background:#039;color:#fff}.btns{font-weight:normal;font-size:2.4rem;line-height:50px;width:40%;max-width:200px;display:inline-block;margin:0 auto;border-radius:4px;cursor:pointer;text-decoration:none;z-index:10;text-align:center;color:#fff;border:solid 1px #3bbf23;background:#368528;background-image:linear-gradient(to bottom,#47cf2f,#368528);-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.btns:hover{opacity:0.8}.btnyes{margin-top:20px;background-color:#6ca655}.btnno{background:#c00;margin-left:10px;color:#efb9b9;border:1px solid #ca4949}#final,#v1,#v2,#v3,#v4,#v5,#checking,#results{display:none}.progress2{display:inline-block;width:100%;height:40px;border:1px solid #47cf2f;border-radius:15px}.progress2>#progress_bar{width:0;height:100%;-webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;-o-transition:all 0.5s linear;transition:all 0.5s linear;-moz-animation:progress-bar-stripes 2s linear infinite;-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;-webkit-border-radius:15px 0 0 15px;border-radius:15px 0 0 15px;background-color:#47cf2f;background-image:-webkit-linear-gradient(135deg,#1ea206 25%,transparent 25%,transparent 50%,#1ea206 50%,#1ea206 75%,transparent 75%,transparent);background-image:linear-gradient(135deg,#1ea206 25%,transparent 25%,transparent 50%,#1ea206 50%,#1ea206 75%,transparent 75%,transparent);background-size:40px 40px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15)}@-webkit-keyframes "progress-bar-stripes"{from{background-position:40px 0;}to{background-position:0 0;}}@-o-keyframes "progress-bar-stripes"{from{background-position:40px 0;}to{background-position:0 0;}}@keyframes "progress-bar-stripes"{from{background-position:40px 0;}to{background-position:0 0;}}#final p{text-align:center}#final p > span{text-decoration:underline}#final .validate p{font-weight:bold;text-align:center;margin:10px 0}#final h3{font-size:3.3rem}#final #results p{font-size:1.8rem;margin:15px 0;text-align:left;padding:0 20px}#final p.bold{font-weight:bold}@media screen and (max-width: 440px){html{}#first_page{width:94%;min-width:300px;height:auto}}@media screen and (max-width: 375px){.progress2{height:30px}}@media screen and (max-width: 375px){#first_page{padding:2%}#first_page p{padding-bottom:5px}}







.body-content ul, .body-content li, .body-left ul, .body-left ol, .text ul, .text ol{margin:0;padding:0;}
.body-content li, .body-content li, .body-left li, 

.text li{list-style:none; background: url('../img/bullet.png') top left no-repeat;text-align: left;padding-left: 45px; padding-bottom: 0px;   min-height: 45px;margin-bottom:20px; }
