﻿/*Remove Display of Space Taken Up by Module*/
/*.DnnModule-SteadyRainProductCalltoActionModule {
  display: none;
}*/

.product-buttons li a span:nth-child(3) {
    float: right;
    clear: none;
    margin-top: -53px;
    height: 40px;
}

.calltoaction{
  display: none;
}

@media (min-width: 768px) {
  .steadyrain.calltoaction .modal.productcontactform .modal-dialog .modal-body .form .form-group:after {
    clear: both;
    content: '';
    display: table;
  }
  .steadyrain.calltoaction .modal.productcontactform .modal-dialog .modal-body .form .form-group label {
    float: left;
    width: 40%;
  }
  .steadyrain.calltoaction .modal.productcontactform .modal-dialog .modal-body .form .form-group .controls {
    float: right;
    width: 60%;
  }
  .steadyrain.calltoaction .modal.productcontactform .modal-dialog .modal-footer {
    text-align: center;
  }
  .steadyrain.calltoaction .modal.video .modal-content .video-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0 0 56.25% 0;
    position: relative;
  }
  .steadyrain.calltoaction .modal.video .modal-content .video-wrapper iframe {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

}
@media (min-width: 992px) {
	.product-buttons li a span:nth-child(3) {
		margin-top: -41px;
	}
}
@media (min-width: 1200px) {
	.product-buttons li a span:nth-child(3) {
		margin-top: -48px;
	}
}