*:not(p) {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html,
body {
  margin: 5px;
  padding: 0;
  background-color: #127ABD;
}
@font-face {
  font-family: 'gotham-book-webfont';
  src: url('fonts/gotham-book-webfont.eot');
  src: url('fonts/gotham-book-webfont.woff') format('woff'), url('fonts/gotham-book-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'gotham-bold-webfont';
  src: url('fonts/gotham-bold-webfont.eot');
  src: url('fonts/gotham-bold-webfont.woff') format('woff'), url('fonts/gotham-bold-webfont.ttf') format('truetype');
}
* {
  font-family: 'gotham-book-webfont';
}
.v-container {
  position: relative;
  padding: 20px;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  border-radius: 5px;
  text-align: center;
  background-color: #EBECF0;
  font-size: 0;
}
.v-button {
  display: block;
  color: #444;
  border: 1px solid #444;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
  text-align: center;
  cursor: pointer;
  background-color: white;
  font-size: 14px;
}
.v-hide {
  display: none;
}
.v-disabled {
  opacity: 0.5;
}
p {
  text-align: center;
  font-size: 12px;
  color: #444;
  margin-top: 0;
  margin-bottom: 30px;
}
.v-heading {
  text-align: center;
  font-size: 26px;
  color: white;
}
.v-iframe-container {
  text-align: center;
}
.iframe-links {
  margin-top: 15px;
  border: none;
  width: 100%;
  ssmax-width: 830px;
  height: 650px;
  border-radius: 5px;
  background-color: white;
}
iframe {
  margin-top: 15px;
  border: none;
  width: 100%;
  max-width: 830px;
  height: 3500px;
  border-radius: 5px;
  background-color: white;
}
