/*
Default Color           #CB4335
Default Color (hover)   #B03A2E
*/

a.ThemeLink:link, a.ThemeLink:active, a.ThemeLink:visited {

}

.ocg-dynamic-slider {
  display:block;
  position:relative;
  height:100vh;
}

.ocg-slider {
  position:absolute;
    display:none;
    z-index:3000;
    background:#FFFFFF;
    height:100vh;
    width:0px;
    top:0px;
    right:0px;
}
.slider-open {
  position:absolute;
  z-index:3001;
  display:block;
  width:650px;
    right:0px !important;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider-transition {
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ocg-overlay {
  position:fixed;
  z-index:1999;
  display:none;
  top:0px;
  left:0px;
  width:100vw;
  height:100vh;
  background:rgba(0,0,0,0.40);
}
.ocg-overlay-slider {
  position:fixed;
  z-index:1999;
  display:none;
  top:0px;
  left:0px;
  width:100vw;
  height:100vh;
  background:rgba(0,0,0,0.40);
}
.ocg-modal { }

#modal-dynamic {
  position: fixed;
  top: 50px;
  left:35%;
  width:600px;
  min-height: 75px;
  z-index: 9000;
  background:#FFFFFF;
  display:none;
  border-radius:2px;
  -webkit-box-shadow: 0px 30px 75px 20px rgba(0,0,0,0.50);
  -moz-box-shadow: 0px 30px 75px 20px rgba(0,0,0,0.50);
  box-shadow: 0px 30px 75px 20px rgba(0,0,0,0.50);
}
#modal-dynamic-full {
  position: fixed;
  top: 0px;
  width:100vw;
  height:100vh;
  z-index: 9000;
  background:#FFFFFF;
  display:none;
  border-radius:2px;
  -webkit-box-shadow: 0px 30px 75px 20px rgba(0,0,0,0.50);
  -moz-box-shadow: 0px 30px 75px 20px rgba(0,0,0,0.50);
  box-shadow: 0px 30px 75px 20px rgba(0,0,0,0.50);
}
.OCG-Modal-Header-Text {
  display:block;
  text-align:center;
  font-size:40px;
  font-weight:100;
  color:#FFF;
}
.OCG-Modal-Sub-Header-Text {
  display:block;
  text-align:center;
  font-size:22px;
  font-weight:300;
  color:#FFF;
  text-transform: uppercase;
}
.OCG-Modal-Header {
  position:relative;
  display:block;
  background-color:#212630;
  text-align:center;
  padding:25px;
}
.OCG-Modal-Close {
  position:absolute;
  top:10px;
  right:10px;
  color:#FFF;
}
.OCG-Modal-Icon-Holder {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #713CC1 !important;
  line-height: 75px;
  text-align: center;
  background: #FFF;
  margin:0 auto !important;
}
.OCG-Modal-Icon {
  font-size:50px;
  margin-left:-25px;
}
.OCG-Modal-Content {
  display:block;
  width:80%;
  margin:0 auto;
  padding:25px;
}
.Cursor:hover, .cursor:hover {
  cursor: pointer !important; 
}
.clearfix {
  clear:left !important;
  clear:right !important;
  clear:both !important;
}
.full-width {
  display:block;
  width:100%;
}

.Transition {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.clearfix {
  clear:left !important;
  clear:right !important;
  clear:both !important;
}
.full-width {
  display:block;
  width:100%;
}

.Transition {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.Elevation1 {
    -webkit-box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);
    -moz-box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);
    box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    will-change: transform, box-shadow;
}
.Elevation1:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 0 16px 32px 0 rgba(62, 57, 107, 0.28), 0 0 0 transparent;
}

.Elevation {
    -webkit-box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);
    -moz-box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);
    box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    will-change: transform, box-shadow;
}
.Elevation:hover {
    box-shadow: 0 16px 32px 0 rgba(62, 57, 107, 0.28), 0 0 0 transparent;
}

.DefaultColor-Link {
    color:#CB4335 !important;
}
.DefaultColor-Link:hover {
    color:#B03A2E !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color:#CB4335 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color:#CB4335 !important;
  color: white; 
}
.DefaultColor-Btn {
    color:#FFFFFF !important;
    background-color:#CB4335 !important;
    border-color:#CB4335 !important;
}
.DefaultColor-Btn:hover {
    color:#FFFFFF !important;
    background-color:#B03A2E !important;
    border-color:#B03A2E !important;
}

.DefaultColor-Background:hover {
    color:#FFFFFF !important;
    background-color:#B03A2E !important;
    border-color:#B03A2E !important;
}


input[type=radio] + label {
  color: #ccc;
  font-style: italic;
} 
input[type=radio]:checked + label {
  color: #B03A2E;
  font-style: normal;
} 

.Card-Row {
  display:block;
  padding:0px;
  margin:0px;
}
.Card-Row:hover {
  cursor:pointer;
}
.Card-Row-Label {
  display:block !important;
  width:100% !important;
}


.Card-Card {
  display:block;
  padding:0px 15px 15px 15px;
}
  .Card__Card-Number {
    display:block;
    margin-top:-10px;
    font-size:27px;
  }
  .Card__Card-Details {
    display:block;
    text-align:right;
    font-size:27px;
  }
  .Card__Card-Holder {
    display:block;
    font-size:18px;
  }
.Card-Card:hover {
  cursor:pointer;
}

.Bridger__Business-Logo {
  max-height:80px;
  width:auto;
}

.header-title {
    font-family: "IBM Plex Sans Condensed", sans-serif;
    margin: 10px 0;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
}
.Balance-Due {
    font-size:23px;
}
.Balance-Due-Padding {
    padding-top:11px;
}




.Cart__Section-Title {
  display:block;
  font-size:26px;
}

.Cart__Section-Divider {
  display:block;
  height:10px;
  margin-bottom:75px;
  width:100% !important;
  border-bottom:1px solid #CCC;
}

.Commerce-Checkout-Value {
  display:block;
  text-align:right;
}















.Cart-Position-Holder {
  display:block;
  text-align:left;
  padding-top:18px;
  padding-left:25px;
}






.paymeth_input {
  width: calc(100% - 10px);
  min-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: .5px;
  border: 0;
  border-bottom: 2px solid #f0f0f0; }
  .paymeth_input:valid {
    border-color: #24cf5f; }
  .paymeth_input:focus {
    outline: none;
    border-color: #fbcf34; }



















    