body {
    color: #333332;
    font-family: "museo-sans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 10px;
    background: none transparent;
}
h3.panel-title {
    color: #30455A;
    font-family: "museo-sans", Arial, Helvetica, sans-serif;
    font-size: 24px;
 font-weight: 900;
    margin: 0 0 22px 0;
}
#additionalOptionsToggle {
    display: inline-block;
    height: 31px;
    padding-top: 2px;
    padding-right: 41px;
}
.collapsed {
    background: url(https://MyPigeonForge.com/images/additional_plus.png) right top no-repeat;
}
.expanded {
    background: url(https://MyPigeonForge.com/images/additional_minus.png) right top no-repeat;
}
.container {
    padding-left: 0px;
    padding-right: 0px;
}
.container-narrow > hr {
    margin: 30px 0;
}
.titleFont {
    font-family: "apolline", "Georgia", "Times New Roman", serif;
}
.apolline {
    font-family: "apolline", "Georgia", "Times New Roman", serif;
    float: right;
    padding-top: 35px;
    padding-left: 5px;
}
h5 {
    font-size: 18px;
    font-weight: 600;
    color: #314356;
}
.panel {
    margin-bottom: 20px;
    background: none; 
    border: none; 
    border-radius: 0; 
    -webkit-box-shadow: none; 
    box-shadow: none; 
}
.panel-default>.panel-heading {
    background: none;
    border: none;
}
.panel-heading {
    padding: 10px 0;
}
.panel-body {
    padding: 0;
}
.formStyle {
    margin-top: 5px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #0d6797;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.ctaBackground {
    background: url("c:/Users/sstarnes/Desktop/Digital-CTA.png");
    color: #fff;
}
.ctaText {
    color: #fff;
    position: relative;
    top: -28px;
}
.CTA_Div {
    float: left;
    padding-left: 35px;
}
.button {
    background: #af4a17;
    border: 0;
    color: #fff;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    min-height: 30px !IMPORTANT;
    padding: 7px 42px 7px 22px;
    font-size: 15px;
    font-weight: 500;
    min-width: auto;
    text-decoration: none !important;
    border-radius: 3px;
    position: relative !important;
}
.button:hover{
    color: #fff;
    box-shadow: 0 2px 1px rgba(0,0,0,.5);
}
.order-copy-btn input {
    padding-left: 55px;
    padding-right: 80px;
}
.order-copy-btn .arrow {
    right: 50px;
}
.arrow {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 12px solid white;
    border-bottom: 6px solid transparent;
    right: 15px;
    position: absolute;
    top: 11px;
    z-index: 999;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before, [type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left:0; top: 2px;
    width: 17px; height: 17px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
.checkbox {
    margin-top: 25px;
    background-color: none;
}
.checkbox-inline input[type="checkbox"], .checkbox-inline input[type="radio"] {
    float: left;
    margin-left: -20px;
}
input[type="checkbox"], input[type="radio"] {
    width:25px;
    height:25px;
    background: none;
    float: left;
}
#additionalOptionsToggle {
    cursor: pointer;
}
.additionalOptions {
    display: none;
}
label {
    cursor: pointer;
    font-weight: normal;
}
label span {
    position: relative;
    top: 5px;
    left: 5px;
}
.OnlineTop {
    display: block;
 clear:both;
}
.OnlineBottom {
    display: none;
}

/* floating labels */
input:focus ~ .floating-label, select:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label, select:not(:focus):valid ~ .floating-label{
  top: 3px;
  left: 26px;
  font-size: 11px;
  opacity: 1;
  color: #326797;
}
.inputText {
  font-size: 14px;
  width: 100%;
  height: 39px;
  padding-top: 14px;
}
.floating-label {
  position: absolute;
  pointer-events: none;
  left: 24px;
  top: 9px;
  transition: 0.2s ease all;
  font-size: 14px;
  color: #a2a2a2;
}

@media only screen and (max-width: 519px ) {
 .OnlineTop {
  display: none;
 }
 .OnlineBottom {
  display: block;
  width: 302px;
  padding-top: 10px;
 }
 .CTA_Div {
  display: none;
 }
}