

.static-titles {
  padding:15px 0px;
  background-color:#EFEFEF !important;
  background-image:none !important;
  border-bottom:1px solid #CCCCCC;
}
.static-titles .padding-width .Btn {
  float:left;
  margin:5px 0px 0px 0px;
}
.static-titles .TitleText {
  margin:0px 0px 0px 70px;
}
.static-titles h1 {
  color:#013354;
  font-size:2em;
  line-height:1em;
  text-shadow:none;
}
.static-titles .sub-title	{
  color:#1FABE0;
  font-size:12px;
}
.IframeWrapper {
  /* background:#FFFFFF url(backgrounds/registerBg.jpg) no-repeat 50% 50%;
  background-size:cover; */
}
.IframeWrapper iframe {
  border: none;
  min-width:100%;
  max-width:100%;
  height:539px;
  border:none;
}
.IframeWrapper .padding-width {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width:580px){
  .static-titles .padding-width .Btn {
    margin:0px;
  }
  .static-titles {
    display: none;
  }
  .IframeWrapper {
    font-size:0px;
  }
  .IframeWrapper iframe {
    max-height:620px !important;
  }
  .IframeWrapper .padding-width {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width:420px){
  .static-titles h1 {
    font-size:1.4em;
  }
}
