@media only screen and (max-width: 600px) {

#OverviewBanner .BannerInfo .DateRange {
    padding: 0px 20px;
    font-size: 20px;
    color: black !important;
    margin-bottom: 7px;
    margin-top: 20%;
}

#OverviewBanner .BannerInfo .VenueInfo {
    padding: 0px 20px;
    font-size: 16px;
    color: black !important;
    background: none;
    min-width: 240px;
}

.region-sidebar-second {
  margin-top: 5% !important;
}

}

  

.dialog-off-canvas-main-canvas {
  
  
   background-position: 904% 119px;
  background-repeat: repeat-x; /* Do not repeat the image */
  
  background-color: #f7f8f3;

}

.navbar-is-static-top {
    background-color: #f7f8f3;
}

.general-page-body-container {
    background-image: url("/sites/default/files/assets/cgh-ascgr/ASGCR%202026%20Header%20with%20title.png"); /* The image used */
     background-size: 100%;
   background-position: 0px 0px;
  background-repeat: no-repeat; /* Do not repeat the image */
}

#eventsreg-nav-bar {
    background-color: #383838;
}






.region-sidebar-second {
  margin-top: 100%;
}





.col-sm-9 {
  width: 70%;
}

.col-sm-3 {
  width: 30%;
}


#eventsreg-nav-bar .navbar-inverse .navbar-nav > .active > a {
  border-bottom: 4px solid #bb0f3d;
}

h2 {
  margin-top: 28%;
  color: #C6375E;
}


.select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    padding-right: 2em;
    margin-top: 5px;
}

.description {
 margin-left: 2%;
    margin-bottom: 3%;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 1%;
}

.description {
  background-color: white;
  border: none;
  margin: 0px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: left;
    background-color: #fffffb;
    border: none;
    border-radius: 4px;
}

.tableHeader {
  color: white;
  background-color: #1658a2;
}

.responsive {
  width: 100%;
  max-width: 1150px;
  height: auto;
}

#edit-registration .panel-heading {
  display: block !important;
}

.card-header {
    margin-bottom: 0;
   background: rgb(44,61,151);
background: linear-gradient(90deg, rgba(44,61,151,1) 0%, rgba(3,161,199,1) 100%);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.btn-link {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    border-radius: 0;
}

.row-header {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    border-radius: 0;
}


.btn-link:focus, .btn-link:hover {
    color: #bae3f5;
    text-decoration: none;
    background-color: transparent;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border: 0px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
    
}



.card-body {
  margin: 10px;
}

/*Css for call for proposals expandable panels*/

/*
 CSS for the main interaction
*/
.accordion > input[type="checkbox"] {
  position: absolute;
  left: -100vw;
}

.accordion .content {
  overflow-y: hidden;
  height: 0;
  transition: height 0.3s ease;
}

.accordion > input[type="checkbox"]:checked ~ .content {
  height: auto;
  overflow: visible;
}

.accordion label {
  display: block;
}

/*
 Styling
*/
body {
  font: 16px/1.5em "Overpass", "Open Sans", Helvetica, sans-serif;
  color: #333;
  font-weight: 300;
}

.accordion {
  margin-bottom: 1em;
}

.accordion > input[type="checkbox"]:checked ~ .content {
  padding: 15px;
  border: 1px solid #e8e8e8;
  border-top: 0;
}

.accordion .handle {
  margin: 0;

}

.accordion label {
  color: #333;
  cursor: pointer;
  font-weight: normal;
  padding: 15px;
  background: #e8e8e8;
  font-size: 20px;
}

.accordion label:hover,
.accordion label:focus {
  background: #d8d8d8;
}

.accordion .handle label:before {
 background-image: url('/sites/default/files/assets/cgh-ascgr/216773_under_icon.png');
    background-size: 15px 15px;
    display: inline-block;
    width: 15px; 
    height: 15px;
    content:"";
      font-weight: normal;
  margin-right: 10px;
  font-size: .58em;
  line-height: 1.556em;
  vertical-align: middle;

}

.accordion > input[type="checkbox"]:checked ~ .handle label:before {
	background-image: url('/sites/default/files/assets/cgh-ascgr/216604_come_icon.png');
    background-size: 20px 20px;
    display: inline-block;
    width: 20px; 
    height: 20px;
    content:"";
}


svg.ext  {
	display:none;

}


  .omb-statement {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 20px;
    }

.omb-date {
    text-align: right;
    }



