/**umb_name:Heading One*/
.headingOne {
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 48px;
  line-height: 115%;
  font-weight: 200; }

/**umb_name:Heading Two*/
.headingTwo {
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 28px;
  line-height: 115%;
  font-weight: 200; }

/**umb_name:Heading Three*/
.headingThree {
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 22px;
  line-height: 115%;
  font-weight: 200; }

/**umb_name:Subheading*/
.subheading {
  font-size: 24px;
  color: #004684;
  }

/**umb_name:Button Orange*/
.button--orange {
  width: auto; }

.button--orange > a {
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  width: auto;
  padding: 14px 22px;
  background: #ccc;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: background-color .15s ease-in-out;
  -moz-transition: background-color .15s ease-in-out;
  -ms-transition: background-color .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
  background-color: #ee964b; }
  .button--orange > a:hover {
    background-color: #f0a462; }
  .button--orange > a:active {
    background-color: #ec8834; }

/* Responsive iFrame */
.myIframe {
     position: relative;
     padding-bottom: 65.25%;
     padding-top: 30px;
     height: 1000px;
     overflow: auto; 
     -webkit-overflow-scrolling:touch; //<<--- THIS IS THE KEY 
     border: solid black 1px;
} 
.myIframe iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

