@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
}

sub {
  vertical-align: baseline;
}

h1,
h2 {
  margin-top: 0;
}

.testimonial {
  font-style: italic;
	text-transform: initial;
	font-size:28px;
	font-weight: bold;
	color: #f4d9d9;
}


input:focus {
  outline: 0;
}

p {
  margin-top: 0;
}

ul {
  padding: 0;
}

input {
  -webkit-appearance: none;
}

.draft-info {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 50000;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 10px;
  border-radius: 10px;
}
.draft-info p {
  margin: 0;
}

#logo,
#logo-footer {
  font-size: 38px;
  color: #940000;
  font-family: "Righteous", arial, sans-serif;
  font-weight: 700;
}
#logo a,
#logo-footer a {
  color: #940000;
  text-decoration: none;
}

#logo sub,
#logo-footer sub {
  color: #323232;
  font-size: 20px;
  font-weight: 500;
  font-family: "Maven Pro", arial, sans-serif;
}

div#main-container {
  font-family: "Maven Pro", arial, sans-serif;
  font-size: 18px;
  color: #323232;
  position: relative;
}

header {
  width: 100%;
  height: 79px;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 0 20px;
}
header div.main-logo-wrapper {
  display: inline-block;
  margin: 17px 0 0 0;
}
header div.main-logo-wrapper h1#logo {
  margin: 0;
}
header section#nav {
  position: relative;
  float: right;
  margin: 17px 0 0 0;
  font-size: 19px;
  font-weight: 400;
}
header section#nav div.hamburger {
  background-color: white;
  border: 1px solid #adadad;
  border-radius: 8px;
  display: inline-block;
  color: #009400;
  cursor: pointer;
}
header section#nav div.hamburger > p {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding: 7px;
  margin: 0;
  float: left;
  font-size: 22px;
}
header section#nav div.hamburger i {
  float: left;
  font-size: 25px;
  padding: 9px 9px 0 0;
}
header section#nav div.hamburger .bridge {
  content: '';
  height: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
}
header section#nav > ul {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  background-color: white;
  border-radius: 5px;
  padding: 10px;
  list-style: none;
  border: 1px solid #cccccc;
}
header section#nav > ul li {
  color: #009400;
}
header section#nav > ul li a {
  color: #009400;
  text-decoration: none;
  padding: 7px 0 9px 0;
  border-bottom: 1px solid #CDEACC;
  white-space: nowrap;
  display: block;
}
header section#nav > ul li a:hover {
  color: #80d580;
}
header section#nav > ul li:first-child a {
  padding-top: 2px;
}
header section#nav > ul li:last-child a {
  border-bottom: none;
  padding-bottom: 2px;
}

.cta.overlay {
  display: block;
  text-align: center;
  padding: 25px 50px 10px 50px;
  margin: 50px 0 10px 0;
  font-size: 25px;
  color: white;
  background-color: black;
}
body.pin .on-mobile a {
    color: white;
}
html.opacity .cta.overlay {
  background-color: rgba(0, 0, 0, 0.75);
}
.cta.overlay h1 {
  text-shadow: 1px 1px 2px black;
  margin-bottom: 20px;
}

.centered-division {
  max-width: 1000px;
  margin: 0 auto;
}
.centered-division:before, .centered-division:after {
  content: " ";
  display: table;
}
.centered-division:after {
  clear: both;
}

body div.wrapper.background-1 {
  position: relative;
  padding-top: 79px;
  background: url("/images/background-4.jpg");
  background-size: cover;
  padding-bottom: 40px;
}

@media (max-width: 700px) {
    body.pin div.wrapper.background-1 {
        padding-bottom: 0;
    }
}
@media (max-width: 700px) {
    body.pin .cta.overlay {
        margin-bottom: 0;
    }
}
body div.wrapper.background-1 div.title {
  background-color: #940000;
  text-align: center;
  color: white;
  font-size: 31px;
  padding: 20px;
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
}
body div.wrapper.background-1 div.title h1 {
  margin: 0;
}
body div.wrapper.background-1 div.article-wrapper {
  margin: 0 10px;
}
body div.wrapper.background-1 div.article-wrapper article {
  min-height: 600px;
  height: auto;
  max-width: 1000px;
  background-color: white;
  margin: 0 auto;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#main-container > footer {
  background-color: #940000;
  padding: 40px 30px 100px 30px;
  text-align: center;
}
#main-container > footer .conference-now {
  margin-bottom: 30px;
}
#main-container > footer div.footer-nav {
  margin: 0 auto 20px auto;
  font-size: 14px;
  color: #ca6464;
  max-width: 1100px;
}
#main-container > footer div.footer-nav ul {
  list-style: none;
  width: 70%;
  margin: 0 auto;
  font-size: 16px;
  font-family: arial, sans-serif;
  font-weight: 500;
}
#main-container > footer div.footer-nav .list-separator {
  float: left;
  color: #FFA5A5;
  font-weight: 700;
}
html.flexbox #main-container > footer div.footer-nav ul {
  display: flex;
  justify-content: space-between;
}
html.flexbox #main-container > footer div.footer-nav .list-separator {
  float: none;
}
#main-container > footer div.footer-nav ul li {
  float: left;
  margin-right: 10px;
  padding-left: 10px;
}
html.flexbox #main-container > footer div.footer-nav ul li {
  margin-right: 0;
  padding-left: 0;
}
#main-container > footer div.footer-nav ul li a {
  color: #FFA5A5;
  text-decoration: none;
}
#main-container > footer div.footer-nav ul li a:hover {
  color: white;
}
#main-container > footer #logo-footer {
  margin: 0;
  clear: both;
}
#main-container > footer #logo-footer,
#main-container > footer section#copyright {
  color: #ca6464;
}
#main-container > footer section#copyright {
  font-size: 15px;
  font-family: arial, sans-serif;
  font-weight: 700;
}

section.bottom div.how-it-works {
  padding: 10px 10px;
  background-color: #940000;
  color: white;
  display: block;
}
section.bottom div.how-it-works:before, section.bottom div.how-it-works:after {
  content: " ";
  display: table;
}
section.bottom div.how-it-works:after {
  clear: both;
}
section.bottom div.how-it-works h1 {
  margin: 0;
  font-size: 31px;
  text-align: center;
}
section.bottom div.how-it-works ol {
  box-sizing: border-box;
  min-width: 900px;
  font-size: 13px;
  list-style: none;
  padding-left: 30px;
  margin-top: 22px;
  margin: 15px auto 10px auto;
}
section.bottom div.how-it-works ol:before, section.bottom div.how-it-works ol:after {
  content: " ";
  display: table;
}
section.bottom div.how-it-works ol:after {
  clear: both;
}
section.bottom div.how-it-works ol i {
  font-size: 40px;
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle;
}
section.bottom div.how-it-works ol li {
  float: left;
  width: 33.3%;
  padding: 0 10px;
  box-sizing: border-box;
}
section.bottom div.how-it-works ol li p {
  display: table-cell;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  vertical-align: middle;
}
section.bottom div.how-it-works ol li p sub {
  font-size: 70%;
}
section.bottom div.wrapper.background-2 {
  position: relative;
  background-color: #E8E5D6;
  background-size: cover;
  color: #940000;
  padding: 30px 40px 70px 40px;
}
section.bottom div.wrapper.background-2:before, section.bottom div.wrapper.background-2:after {
  content: " ";
  display: table;
}
section.bottom div.wrapper.background-2:after {
  clear: both;
}
section.bottom div.wrapper.background-2 div.what-our-users-say {
  text-align: center;
}
section.bottom div.wrapper.background-2 div.what-our-users-say h1 {
  font-size: 45px;
}
section.bottom div.wrapper.background-2 div.quotes .quote-1 {
  float: left;
}
section.bottom div.wrapper.background-2 div.quotes .quote-2 {
  float: right;
}
section.bottom div.wrapper.background-2 div.quote {
  width: 40%;
  background-color: white;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  text-align: center;
  padding: 30px;
}
section.bottom div.wrapper.background-2 div.quote blockquote {
  margin: 10px 0 0 0;
}
section.bottom div.wrapper.background-2 div.quote h2 {
  font-size: 31px;
  margin: 0 0 10px 0;
  line-height: 31px;
  font-weight: 500;
}
section.bottom div.wrapper.background-2 div.quote footer {
  color: #323232;
  font-size: 19px;
  font-weight: 500;
}
html.flexbox section.bottom div.wrapper.background-2 div.quotes {
  display: flex;
  justify-content: space-around;
}
html.flexbox section.bottom div.wrapper.background-2 div.quotes .quote-1,
html.flexbox section.bottom div.wrapper.background-2 div.quotes .quote-2 {
  float: none;
}

a {
  color: #940000;
}

a.testimoniallink {
  color: #fff;
}

.right {text-align:center;}
.maxw-400 {max-width: 400px;}
.maxw-270 {max-width: 270px;}
a:hover {
  color: #dfb3b3;
}

relative-header {
  padding-top: 79px;
}

body.index input,
footer input {
  font-size: 25px;
}

button,
input,
a.btn-link {
  padding: 12px 19px 12px 19px;
  border-radius: 5px;
  border: 0;
  font-family: "Maven Pro", arial, sans-serif;
  font-weight: 500;
}

input.email,
input.request-pin {
  vertical-align: middle;
}

input.email {
  width: 340px;
  background-color: white;
}

a.btn-link,
button.green,
input.green {
  background-color: #009400;
  cursor: pointer;
  color: white;
}
a.btn-link:hover,
button.green:hover,
input.green:hover {
  background-color: #00ab00;
}

a.btn-link {
  text-decoration: none;
  font-size: 25px;
}

.green-text {
  color: #009400;
}

.quote h2 {
  position: relative;
  quotes: "“" "”";
}
.quote h2:before, .quote h2:after {
  color: #940000;
  font-family: arial;
  font-size: 2em;
  vertical-align: -22px;
  line-height: 0.1em;
  display: inline;
}
.quote h2:before {
  content: open-quote;
  margin-right: 10px;
  margin-left: -20px;
}
.quote h2:after {
  content: close-quote;
  margin-right: -20px;
  margin-left: 10px;
}

.form-error {
  color: red;
}

input[type="checkbox"] {
    background-color: white;
    padding: 13px;
    color: #34C568;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
}

input[type="checkbox"]:checked:before {
    font-family: "FontAwesome";
    content: '\f00c';
    display: block;
    position: absolute;
    left: 4.5px;
    top: 4px;
    font-size: 17px;
    margin: 0 auto;
}

.form-success {
  font-size: 26px;
  margin-bottom: 10px;
}

.form-success.contact-us {
  text-align: center;
  color: #009400;
  margin-bottom: -30px;
}

body.index section.top,
body.index section.bottom {
  position: relative;
}
body.index h1 {
  font-size: 40px;
}
body.index section.top div.wrapper.background-1 {
  position: relative;
  padding-top: 79px;
  padding-bottom: 0;
  background: url("/images/background-4.jpg") no-repeat center 30%;
  background-size: cover;
}

@media (min-width: 1216px) {
    body.index div.wrapper.background-1 .cta.conference-call {
        background-size: cover;
    }
}

@media (max-width: 700px) {
    body.index section.top div.wrapper.background-1 {
        background: transparent;
    }
body.index div.wrapper.background-1 .cta.conference-call {
  background: url("/images/background-4.jpg");
  background-repeat: no-repeat;
  background-position: 50% 30%;
}
}

@media (max-width: 570px) {
    body.index div.wrapper.background-1 .cta.conference-call {
        background-position-y: 40%;
    }
}

body.index section.top .cta {
  z-index: 2;
  display: block;
  text-align: center;
  padding: 10px 50px;
}
body.index section.top .conference-call {
  font-size: 25px;
  color: white;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  padding-top: 145px;
}
body.index section.top .conference-call h1 {
  text-shadow: 1px 1px 12px black;
  text-shadow: 1px 1px 12px rgba(0,0,0,0.8);
  margin-bottom: 20px;
  font-size: 34px;
}
body.index section.top .conference-call p.small-text {
  font-size: 12px;
  max-width: 700px;
  margin: 15px auto;
  font-family: arial, sans-serif;
  color: #323232;
  text-shadow: 0 0 10px white;
  word-spacing: 2px;
  line-height: 15px;
}
body.index section.top .conference-call #request-pin-form input.email {
  /* box-shadow: 0 0 2px rgba(20, 20, 20, 0.3); */
  border: 2px solid #009400;  
}
body.index section.top .points {
  background-color: white;
  display: block;
  padding: 25px 50px;
  color: black;
}
html.opacity body.index section.top .points {
  background-color: rgba(255, 255, 255, 0.75);
}
body.index section.top .points ul {
  list-style: none;
}
body.index section.top .points ul li {
  float: left;
  width: 50%;
  text-align: left;
  margin: 0 0 20px 0;
}
body.index section.top .points ul li:nth-child(3), body.index section.top .points ul li:nth-child(4) {
  margin: 0;
}
body.index section.top .points ul li i {
  display: table-cell;
  font-size: 50px;
  float: left;
  vertical-align: top;
}
body.index section.top .points ul li h2 {
  display: table-cell;
  margin: 0;
  font-size: 20px;
  padding: 0 30px 0 15px;
  font-weight: 500;
}

body.pin section#main p {
  font-size: 29px;
}
body.pin section#main p.thats-it {
  font-size: 35px;
  color: #AAFFAA;
}
body.pin section#main p.thats-it i {
  margin-right: 5px;
  font-size: 50px;
  vertical-align: -1.5px;
}
body.pin section#main p.number {
  margin-bottom: 15px;
}
body.pin section#main p.number,
body.pin section#main p.pin {
  font-size: 35px;
}

body.pin section#main p.pin {
    margin-bottom: 10px;
}

body.pin span.formatted-number,
body.pin span.formatted-pin {
  background-color: white;
  padding: 3px 6px;
  font-weight: 700;
  white-space: nowrap;
}
body.pin span.formatted-number a,
body.pin span.formatted-pin a {
  color: #940000;
  text-decoration: none;
}
body.pin span.formatted-number {
  color: #940000;
}
body.pin span.formatted-pin {
  color: #009400;
}

body.about div.about-cols:before, body.about div.about-cols:after {
  content: " ";
  display: table;
}
body.about div.about-cols:after {
  clear: both;
}
body.about div.about {
  width: 50%;
  min-width: 480px;
  float: left;
  box-sizing: border-box;
  height: 170px;
}
body.about div.about:before, body.about div.about:after {
  content: " ";
  display: table;
}
body.about div.about:after {
  clear: both;
}
body.about div.about:nth-child(1), body.about div.about:nth-child(3) {
  padding-right: 10px;
}
body.about div.about:nth-child(2), body.about div.about:nth-child(4) {
  padding-left: 10px;
}
body.about div.about p {
  font-size: 20px;
  clear: both;
}
body.about div.about i {
  font-size: 60px;
  line-height: 69px;
  margin-right: 15px;
  vertical-align: -16px;
  float: left;
}
body.about div.about h2 {
  margin-bottom: 10px;
  padding-top: 15px;
}

body.contact-us {
  font-size: 18px;
}
body.contact-us form#contact-us-form {
  margin: 80px auto 0 auto;
  padding: 0 20px;
  width: 45%;
}
body.contact-us form#contact-us-form:before, body.contact-us form#contact-us-form:after {
  content: " ";
  display: table;
}
body.contact-us form#contact-us-form:after {
  clear: both;
}
body.contact-us form#contact-us-form input,
body.contact-us form#contact-us-form textarea {
  clear: both;
  font-size: 24px;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}
body.contact-us form#contact-us-form textarea,
body.contact-us form#contact-us-form input[type='text'],
body.contact-us form#contact-us-form input[type='email'] {
  border: 1px solid #cccccc;
}
body.contact-us form#contact-us-form input[type='submit'] {
  width: auto;
  margin: 0 auto;
  display: block;
  padding: 10px 25px;
}
body.contact-us form#contact-us-form > input, body.contact-us form#contact-us-form > textarea {
  margin-bottom: 10px;
}

body.faq article h1 {
  font-size: 34px;
  color: #940000;
  margin-bottom: 10px;
  margin-top: 40px;
}
body.faq article h1 i {
  font-size: 60px;
  line-height: 60px;
  vertical-align: -7px;
  margin-right: 10px;
}
body.faq article ul {
  padding-left: 20px;
}
body.faq article a {
  color: #323232;
}
body.faq .contact-us-cta {
  font-size: 31px;
  text-align: center;
  margin-top: 40px;
}
body.faq .contact-us-cta a {
  color: white;
}

body.cookie-policy article p {
  word-break: break-word;
}
body.cookie-policy article ul {
  padding-left: 20px;
}

body.terms-and-conditions article ul {
  padding-left: 20px;
}

@media (max-width: 460px) {
  html {
    min-width: 280px;
  }

  html #main-container section.bottom .quotes .quote {
    font-size: 22px;
  }
  html #main-container input,
  html #main-container input.email,
  html #main-container input.request-pin,
  html #main-container input[type='button'] {
    font-size: 20px;
  }
  html #main-container .conference-now input {
    width: 100%;
    white-space: normal;
  }

  body.about .about-cols .about h2 i {
    float: left;
  }
}
@media (max-width: 700px) {
  html #main-container .main-logo-wrapper {
    width: auto;
  }
  html #main-container .main-logo-wrapper #logo sub {
    display: none;
  }
  html #main-container .cta.points {
    padding-left: 20px;
    padding-right: 20px;
  }
  html #main-container .cta.points ul li {
    width: 100%;
    clear: both;
  }
  html #main-container .cta.points ul li:nth-child(3) {
    float: left;
    margin-bottom: 20px;
  }
  html #main-container .cta.points ul li h2 {
    padding: 0;
    font-size: 21px;
    line-height: 21px;
  }
  html #main-container .cta.points ul li i {
    line-height: 45px;
    margin-right: 10px;
  }
  html #main-container section.bottom .how-it-works {
    padding-left: 20px;
    padding-right: 20px;
  }
  html #main-container section.bottom .how-it-works h1 {
    width: 100%;
    text-align: left;
  }
	  html #main-container section.bottom .trustpilot h1 {
    width: 100%;
    text-align: center;
		    margin-bottom: 14px;
  }
  html #main-container section.bottom .how-it-works br {
    display: none;
  }
  html #main-container section.bottom .how-it-works ol {
    padding: 0;
    min-width: 0;
  }
  html #main-container section.bottom .how-it-works ol li {
    max-width: 100%;
    width: 100%;
    clear: both;
    padding: 0;
    margin-bottom: 20px;
  }
  html #main-container .quotes .quote h2:before,
  html #main-container .quotes .quote h2:after {
    vertical-align: -14px;
  }
  html #main-container .conference-now input {
    font-size: 17px;
  }
  html #main-container div.wrapper.background-1 {
    padding-top: 53px;
  }
  html #main-container div.wrapper.background-1 div.title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  html #main-container .conference-call h1 br {
    display: none;
  }
  html #main-container header {
    height: 53px;
    padding: 0 10px;
  }
  html #main-container header div.main-logo-wrapper,
  html #main-container header section#nav {
    margin: 5px 0 0 0;
  }
  html #main-container input.email {
    width: 100%;
    box-sizing: border-box;
  }
  html #main-container div.title h1 {
    font-size: 30px;
  }

  body.pin section#main span.formatted-number,
  body.pin section#main span.formatted-pin {
    margin-top: 0.5em;
    display: block;
  }
  body.pin section#main p.thats-it,
  body.pin section#main p.number,
  body.pin section#main p.pin,
  body.pin section#main p {
    font-size: 20px;
  }
  body.pin section#main p.thats-it i {
    font-size: 30px;
  }
  body.pin section#main span.formatted-number,
  body.pin section#main span.formatted-pin {
    font-size: 26px;
    padding: 10px;
  }

  #main-container .cta.overlay {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  body.about .about-cols .about {
    width: 100%;
    min-width: auto;
    height: auto;
  }
  body.about .about-cols .about i {
    display: table-cell;
    vertical-align: top;
    min-width: 52px;
  }
  body.about .about-cols .about div.right {
    display: table-cell;
  }

  body.contact-us form#contact-us-form {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
  body.contact-us form#contact-us-form input,
  body.contact-us form#contact-us-form textarea {
    font-size: 20px;
  }

  body.about #main-container .about-cols {
    min-width: auto;
  }

  body.faq article h1 {
    font-size: 28px;
  }
  body.faq .contact-us-cta {
    line-height: normal !important;
  }
  body.faq .contact-us-cta a {
    display: block;
    margin-top: 10px;
  }
}

html body.index input.email {
  margin-bottom: 10px;
}

@media (max-width: 970px) {
  html body.index section.top .conference-call {
    padding-left: 10px;
    padding-right: 10px;
  }
  html body.index section.top .conference-call h1 {
    font-size: 100%;
  }
  html body.index input.request-pin {
    clear: both;
    margin-bottom: 10px;
  }
  html body.index .cta.points {
    min-width: auto;
  }
  html section.bottom div.wrapper.background-2 .quotes {
    flex-direction: column;
  }
  html section.bottom div.wrapper.background-2 .quotes .quote {
    clear: both;
    width: auto;
    height: auto;
  }
  html section.bottom div.wrapper.background-2 .quotes .quote h2 {
    font-size: 25px;
  }
  html section.bottom div.wrapper.background-2 .quotes .quote h2 br {
    display: none;
  }
  html section.bottom div.wrapper.background-2 .quotes .quote:nth-child(1) {
    margin-bottom: 20px;
  }
  html section.bottom .how-it-works {
    padding-left: 20px;
    padding-right: 20px;
  }
  html section.bottom .how-it-works h1 {
    width: 100%;
    text-align: center;
  }
  html section.bottom .how-it-works br {
    display: none;
  }
  html section.bottom .how-it-works ol {
    width: 100%;
    padding: 0;
    min-width: 0;
  }
  html footer .footer-nav ul {
    flex-direction: column;
  }
  html footer .footer-nav ul li {
    margin-bottom: 10px;
  }
  html footer .footer-nav ul li:last-child {
    margin-bottom: 0;
  }
  html footer .footer-nav ul .list-separator {
    display: none;
  }
  html .small-text br {
    display: none;
  }
  html input,
  html input.email {
    width: auto;
  }
  html body.faq .contact-us-cta {
    line-height: 44px;
    font-size: 22px;
  }
  html body.faq .contact-us-cta a {
    white-space: nowrap;
    font-size: 17px;
  }
  html body.faq article h1 i {
    float: left;
    line-height: 80px;
  }
  html body.about .about-cols .about {
    width: 100%;
  }
  html #main-container .article-wrapper article {
    padding: 20px;
  }
  html .main-logo-wrapper {
    width: 80%;
  }
  html .main-logo-wrapper h1 {
    position: relative;
  }
  html .main-logo-wrapper h1 sub {
    position: absolute;
    top: 0;
    left: 150px;
  }
}
@media (max-width: 1060px) {
  body.about .about-cols .about {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
}

body.index section.top .conference-call #request-pin-form .form-inner {
    margin: 0 auto;
    display: block;
}

body.index section.top .conference-call #request-pin-form .form-inner:before,
body.index section.top .conference-call #request-pin-form .form-inner:after {
    content: " ";
    display: table;
}

body.index section.top .conference-call #request-pin-form .form-inner:after {
    clear: both;
}

@media (min-width: 590px) {
    body.index section.top .conference-call #request-pin-form div#email-wrapper {
        float: left;
    }
    body.index section.top .conference-call form#request-pin-form .form-inner {
        width: auto;
    }
}
@media (min-width: 460px) {
    body.index section.top .conference-call #request-pin-form .form-inner {
        display: inline-block;
        width: 400px;
    }
}
body.index section.top .conference-call #request-pin-form #email-wrapper {
    float: none;
}
body.index section.top .conference-call #request-pin-form #email-wrapper #request-pin-form-email {
    margin-bottom: 10px;
}

body.index section.top .conference-call #request-pin-form .input-outer-wrapper {
    display: block;
    clear: both;
}
body.index section.top .conference-call #request-pin-form .input-wrapper {
    font-size: 18px;
    background-color: #f4d9d9;
    padding: 5px 5px 5px 10px;
    border-radius: 8px;
    clear: both;
    width: auto;
    margin: 0 auto 10px auto;
    display: inline-block;
}
body.index section.top .conference-call #request-pin-form .input-wrapper input#enable-recording {
    margin-left: 7px;
    vertical-align: middle;
    padding: 11px;
    border: 1px solid lightgrey;
    color: #009400;
}
body.index section.top .conference-call #request-pin-form .input-wrapper input#enable-recording:before {
    left: 3px;
    top: 2px;
}
body.index section.top .conference-call #request-pin-form .input-wrapper label {
    color: #323232;
    font-weight: 500;
    vertical-align: -1px;
    
}
body.index section.top .conference-call #request-pin-form input.request-pin {
    margin-left: 0;
    vertical-align: top;
    height: 57px;
}
@media (min-width: 590px) {
    body.index section.top .conference-call #request-pin-form input.request-pin {
        margin-left: 7px;
    }
}
@media (max-width: 345px) {
    body.index section.top .conference-call #request-pin-form .input-wrapper {
        font-size: 15px;
    }
}

body.pin section#main p.copy-to-clipboard {
  font-size: 18px;
  text-decoration: underline;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 25px;
}
body.pin p.copy-to-clipboard:after {
  content: 'Copied!';
  position: absolute;
  right: 0;
  top: 25px;
  left: 0;
  width: auto;
  background-color: black;
  margin: auto;
  border-radius: 5px;
  padding: 5px;
  display: none;
}
body.pin p.copy-to-clipboard.tooltip:after {
  display: inline-block;
}
.g-recaptcha-disclaimer p {
    font-size: 12px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
}
.grecaptcha-badge {
    display: none;
}
.g-recaptcha-disclaimer p,
.g-recaptcha-disclaimer p a {
    color: white;
}