*{
    font-family:Montserrat !important;
}
body {
    color: #30455a;
    font-family:"museo-sans";
    font-size: 22px;
    padding: 10px 0px;
    background: none transparent;
}
p {
    line-height: 32px;
    font-weight:300;
}

.mt-30{
  margin-top: 30px;
}
h3.panel-title{
    color: #30455A;
    font-family: "apolline", "Georgia", "Times New Roman", serif;
    font-size: 24px;
    margin: 0 0 22px 0;
}

#additionalOptionsToggle {
    display: inline-block;
    height: 31px;
    padding-top: 2px;
    padding-right: 41px;
}
.collapsed {
    background: right top no-repeat;
 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAfCAMAAAAocOYLAAAAVFBMVEUAAADMzMzNzc3Y2Nj5+fny8vL39/fa2tru7u7y8vLr6+vX19fx8fHr6+v39/fLy8teXl6Kioq1tbXU1NTo6Ojc3NzOzs69vb2xsbGEhITGxsahoaE6v4zDAAAAD3RSTlMA9u/XLVQ6ym1Zg99hij66swwBAAAA1klEQVQoz32T2w6DIAxAW0B0060qiLf//8+pCVaF9TwQkpNekrbAGD84R84N3kBKoZEiWL8e1pRIV1CbW7CiJ3hJ8WbN4CeNXqZpTDIYju7atrtkMIfX9MeT3nWFqecKHM6eqQEsCh6/4Enw5GEQ/QBO9A7C9o5dZPORdfcB9ndqM8y0A0H04ai/9JEtf/yOR/17/33avxe9B4uCRwugBa95fjmPBc8/50ven5xXBg4alfWqOfc3tjDO8xo1vuGkShdcVXDBPu+ntNL96YLF7X4Dhfv9/gBnPi0wFVdoUgAAAABJRU5ErkJggg==);
}
.expanded {
    background: right top no-repeat;
 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAfCAMAAAAocOYLAAAAYFBMVEUAAADLy8vNzc3Y2Nj5+fnLy8vy8vL39/fa2tru7u7y8vLr6+v5+fnPz8/X19fx8fHr6+v39/fLy8teXl61tbWKioro6Ojc3NzS0tLOzs7V1dW9vb2xsbGEhITGxsahoaEuu7iDAAAAEnRSTlMA9e/XLPhUOsptWYMw8t9hij5tn1gpAAAAw0lEQVQoz4WTSRaCMAxA0wEKgqBRO4DD/W+p5CnFUsJfdPObpEMCEW3d4NEPzrawplQCfxTdIbG6Iht3qPYvWGLKcZGiIZ1QnJho2vDNoKNOSrTkFW6hJl3Hk2crKNymAzCC8cUZLHJYcKx34FnvIXzW8ZbhNfkA03q/ZHhQAgisD1T/ec0wUv298+/dn38/Yfj3V/z/iZL//4rvH6mB6GVe93P/ilzxBmZquY6uYYFJ5kdUhpk/oUpYQfMbMAzOaph5A7nmNVm1m0hiAAAAAElFTkSuQmCC);
}
/* Base for label styling */
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em; left: .22em;
  font-size: 1.05em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
.checkbox-wrapper .checkbox {
    padding-left: 0;
}
/* accessibility */


/* hover style just for information */
label:hover:before {
  border: 2px solid #4778d9!important;
}

.container-narrow > hr {
    margin: 30px 0;
}
h5 {
    font-size: 18px;
    font-weight: 900;
    color: #30455A;
}
.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 #555555;
    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;
    -webkit-appearance:none;
}
.ctaText {
    color: #fff;
    position: relative;
    top: -28px;
}
.CTA_Div {
    text-align: center;
}
.OrderCTA-text {
    color: #FFF;
    font-size: 22px;
    background: url("https://www.mypigeonforge.com/images/order.png");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    min-height: 53px;
    min-width: 264px;
}
[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: 0px;
    width: 22px; height: 22px;
    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"] {
    position: initial;
    width:25px;
    height:25px;
    background: none;
    float: left;
}
.checkbox.no-padding-left{
    padding-left: 0 !important; 
}
#additionalOptionsToggle {
    cursor: pointer;
}
.additionalOptions {
    display: none;
}
label {
    cursor: pointer;
    font-weight: normal;
}
label span {
    position: relative;
    top: 5px;
    left: 5px;
}
.checkbox label span {
    left: 10px;
}
.OnlineTop {
    display: block;
    text-align: center;
}
.OnlineBottom {
    display: none;
}
/*vv Start*/
*{
    outline:none;
}
.order-copy-btn input {
    padding-left: 55px;
    padding-right: 55px;
}
.order-copy-btn .arrow {
    right: 50px;
}
.red_button {
    background: #6083a3; /* #0fb1e4 */
    border: 0;
    color: #fff;
    min-height: 30px !IMPORTANT;
    padding: 7px 42px 7px 22px;
    font-size: 15px;
    font-weight: 500;
    min-width: auto;
    text-decoration: none !important;
    position: relative !important;
}
.red_button:hover{
    color: #fff;
}
.red_button:after {
    content: "\f061";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0,-50%);
    font-family: 'font awesome 5 free';
    font-weight: 900;
}

iframe {
    width: 1px;
    min-width: 100%;
}

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;
}


p.titleFont {
  font-size: 29px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.25;
  color:#30455A;
}

.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;
}

.checkbox label {
    font-size: 16px;
    font-weight: 500;
}

select#Country_Code,
select#Province {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-position: 97% center;
 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAUVBMVEUAAABJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUkEOXXZAAAAG3RSTlMA22YjD/7557kt0s2tlYWBQhgVB/Hv6r9VTjLdOjAVAAAAVklEQVQY053LSQ6AMAwDQDfdoRuU/f8PRZWI6LlziGVFxoDk++YTnJV/l9ZBzWLhvopJ8W34J+1ZW1Z3fGu/hxZhe3hbTASiKQC7Tc76Qoe0JqBHhGEvStkCVa2gfkwAAAAASUVORK5CYII=)
}

@media only screen and (max-width: 519px ) {
    .OnlineTop {
        display: none;
    }
    .OnlineBottom {
        display: block;
        width: 302px;
        padding-top: 10px;
    }
    .CTA_Div {
        display: none;
    }
    .mobile-only .OnlineTop,
    .mobile-only .CTA_Div {
        display:block;
    }
}
@media only screen and (min-width: 519px ) {
    .mobile-only {
        display:none;
    }
}
@media only screen and (min-width: 768px ) {
    .panel-intro p.titleFont { 
        font-size: 34px;
    } 
}
@media (min-width: 992px) {
    .container {
        width: auto;
    }
}