@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
p {
	margin: 0 0 13px 0;
	font-size: 16px;
    line-height: 24px;
    letter-spacing: 1%;
}
html, body {
	height:100%;
}
a, a:visited, a:active, a:focus {
	color: #023843;
    text-decoration:none;
	
}
a:hover {
	color: #023843;
    text-decoration: underline;
	cursor: pointer;
}
body {
	background-color:#ffffff;
	font-size: 16px;
    color: #023843;
    line-height: 24px;
    letter-spacing: 1%;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, sans-serif;
}




body.testMode, body.testMode h1, body.testMode h2, body.testMode h3, body.testMode p {
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, sans-serif !important;
}
body.testMode h1 {
	font-size: 42px !important;
    color: #023843 !important;
    line-height: 64px !important;
    letter-spacing: -4% !important;
    font-weight: 350 !important;
}
body.testMode h2 {
	font-size: 31px !important;
    color: #023843 !important;
    line-height: 32px !important;
    letter-spacing: 1% !important;
    font-weight: 350 !important;
}
body.testMode, body.testMode h3, body.testMode p, body.testMode input[type="text"], body.testMode textarea {
	font-size: 16px !important;
    color: #023843 !important;
    line-height: 24px !important;
    letter-spacing: 1% !important;
    font-weight: 325 !important;
}
body.testMode footer p, body.testMode footer a, body.testMode footer a:visited, body.testMode footer a:active, body.testMode footer a:focus {
	color: #FFFFFF !important;
}
body.testMode footer a:hover {
	color: #FFFFFF !important;
}
body.testMode footer, body.testMode footer p {
	font-size: 11px !important;
}
body.testMode label {
    font-weight: 350 !important;
}
body.testMode input[type=submit]:hover, body.testMode input[type=submit]:active, body.testMode input[type=submit]:focus {
    background-color: #023843 !important;
    color: #BAA94A !important;
}
body.testMode input[type=submit] {
    background-color: #BAA94A !important;
    border-radius: 6px !important;
	font-size: 16px !important;
    color: #023843 !important;
    line-height: 24px !important;
    letter-spacing: 1% !important;
    font-weight: 350 !important;
}
body.testMode .radio-container:hover input ~ .checkmark {
    background-color: #BBBBBB !important;
    border: 1px solid #BBBBBB !important;
}
body.testMode .radio-container input:checked ~ .checkmark {
    background-color: #023843 !important;
    border: 1px solid #023843 !important;
}
body.testMode .bi-plus-circle-fill {
    color: #023843 !important;
}



img {
	border: 0;
	height: auto;
	line-height: 100%;
	display: block;
	outline: none;
	text-decoration: none;
	-ms-interpolation-mode: bicubic;
}
a img {
	border: none;
}
header {
	/*flex: 0 0 auto;*/
}
header .container {
	padding:0 20px;
	/*width:960px;*/
}
header .banner {
padding:0;
margin:0 auto;
}

header img {
	margin-top:0px;
	margin-bottom:0px;
}
section {
	/*flex: 1 0 auto;*/
}
.sectionTitle {
	/*flex:0;*/
}
section.logo {
	background-color: #023843;
	border-bottom: 2px solid #FFFFFF;
	margin-bottom: 30px;
}
section.logo img {
	margin-top: 0px;
	margin-bottom: 0px;
}
section.sectionTitle .container {
	padding: 120px 20px;
}
section.main_content .container {
	padding: 20px;
}
.banner-bg {
    background-color: #394349;
    background-image: url(https://mail-quilterfp.co.uk/32520/img/bg-green-hero.png), url(https://mail-quilterfp.co.uk/32520/img/bg.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 65%, 50%;
    background-position: left 50%, right 80%;
}
h1 {
    margin-top: 20px;
    margin-bottom: 20px;	
	font-size: 38px;
    color: #023843;
    line-height: 54px;
    letter-spacing: -4%;
    font-weight: 350;
}
h2 {
    margin-top: 30px;
    margin-bottom: 10px;
	font-size: 31px;
    color: #023843;
    line-height: 32px;
    letter-spacing: 1%;
    font-weight: 350;
}
h3 {
    margin-top: 0px;
    margin-bottom: 10px;
	font-size: 24px;
    color: #023843;
    line-height: 30px;
    letter-spacing: 1%;
    font-weight: 350;
}
.grey-lines {
	border-bottom: 1px solid #394349;
	border-top: 1px solid #394349;
	margin: 20px 0;
}	
.red {
	background-color: #951A26;
}
.red-font, .clCompulsoryMarker {
	color: #951A26;
	font-weight: bold;
}		
.green-line {
	border-bottom: 2px solid #023843;
	margin: 10px 0 20px;
}
.form-horizontal {
	margin-top:20px;
}
input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus, input[type=submit]:active:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
    background-color: #BAA94A !important;
    color: #023843 !important;
}
input[type=submit], .btn-primary {
	padding: 10px 40px;
	border: 0 !important;
    margin-top:20px;
    background-color: #BAA94A;
    border-radius: 6px;
	font-size: 16px;
    color: #023843;
    line-height: 24px;
    letter-spacing: 1%;
    font-weight: 350;
}
footer {
    background-color: #363636;
    margin-top: 30px;
    padding: 50px 0px;
    color: #FFFFFF;
	text-align: center;
	font-size:11px;
}
footer p {
    color: #FFFFFF;
	text-align: center;
	font-size:11px;
}
footer a, footer a:visited, footer a:active, footer a:focus {
	color: #FFFFFF;
    text-decoration:underline;
}
footer a:hover {
	color: #FFFFFF;
    text-decoration: underline;
	cursor: pointer;
}
label {
    font-weight: 350;
}
.mandatory {
	margin-bottom:30px;
}
.form-horizontal .radios {
	padding-top:0;
	vertical-align:top;
	margin-top: 0;
 margin-bottom: 0;
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.info {
	padding-left:0px;
}
.row-session {
	margin-bottom:10px;
}
.label-text {
	padding-left: 5px;
}
.session-details {
	margin-top:10px;
}
.session-details img{
	max-width:200px;
	width:100%;
	height:auto;
}
p.clCompulsoryMarker {
	padding:0;
	margin:0;
}
.has-error * {
	color: red !important;
}
.has-error .form-control {
    border: 1px solid red;
}
.has-error .form-control:focus {
    border-color: red;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 0, 0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 0, 0,.6);
}
.error {
	font-size:12px;
	color: red;
}
.glyphicon {
    font-size: 90%;
}
.form-control {
    border-radius: 0px;
}
.form-control:focus {
    border-color: #023843;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 54, 67,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 54, 67,.6);
}
#attendance-error {
	display: block;
}

.col-xs-1 {
	width: 5% !important;
}
.col-xs-11 {
    width: 89%;
}
.redBox {
	padding: 20px 30px 20px;
	background-color: #023843;
	width:80%;
}

.footer {
	font-size: 11px;
}
.pointer {
	cursor: default;
}
.radio {
	display: inline-block;
	width: 20px;
}
.session {
	display: inline-block;
	width: 500px;
	margin-top: 20px;
}
.clCompulsoryMarker {
	color: #FF0004;
}
input, textarea {
	font-size:16px;
}
input[type="text"] {
	width: 100%;
	font-size:16px;
}
input[type="text"]:disabled {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: not-allowed;
}
.coach, .accommodation {
	padding-top: 16px;
	padding-left: 24px;
}


/* Customize the label (the container) */
.radio-container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    margin-right: 0px;
    font-weight: normal;
    line-height: 25px;
}

/* Hide the browser's default checkbox */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #cccccc;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
    background-color: #BBBBBB !important;
    border: 1px solid #BBBBBB !important;
}

/* When the checkbox is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
    background-color: #023843 !important;
    border: 1px solid #023843 !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.radio-container .checkmark:after {
  left: 9px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    margin-right: 20px;
    font-weight: normal;
    line-height: 25px;
}
.checkbox-container.checkbox-container-inline {
  display: inline-block;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #cccccc;
  border: 1px solid #CCCCCC;
  border-radius: 0%;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #BBBBBB !important;
    border: 1px solid #BBBBBB !important;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #023843 !important;
    border: 1px solid #023843 !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}













.addguest {
    line-height: 34px;
}
.bi-plus-circle-fill:hover {
    color: #023843;
}
.bi-plus-circle-fill:hover, .bi-dash-circle-fill:hover {
    cursor:pointer;
}
.bi-plus-circle-fill {
    font-size:34px;
    color: #023843;
    vertical-align: middle;
}
.bi-dash-circle-fill {
    font-size:34px;
    color:red;
    display: none;
}
#guests>div:last-child i.bi-dash-circle-fill {
    display: inline-block;
}


.headerlinks {

}
.headerlinks, .headerlinks a, .headerlinks a:visited, .headerlinks a:active, .headerlinks a:focus {
	color: #FFFFFF;
    text-decoration:none;
}
.headerlinks a:hover {
	color: #FFFFFF;
    text-decoration: underline;
	cursor: pointer;
}

#venue-details-box {
	margin-top: 30px;
	/*margin-bottom: 20px;*/
	border:1px solid #023843;
	border-radius: 10px;
	font-size:14px;
}
#venue-details-box #venue-details-address {
	padding:15px;
}
#venue-details-box #venue-details-date {
	background-color: #BAA94A;
	padding:15px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#venue-image-box img {
	border-radius: 10px;
}


.collapsing {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.venue-details-link:hover {
	cursor: pointer;
	/*text-decoration: underline;*/
}


.qcqcfp.headerlinks {
	text-align: center !important;
}
.viewhidetext {
	white-space: nowrap;
    overflow: hidden;
}










@media (min-width: 768px) {
.form-horizontal .control-label {
    text-align: left !important;
}
}

@media (min-width: 959px) {
.container {
    width: 800px !important;  
}
}

@media (max-width: 1200px) {
.banner-bg {
    background-size: 75%, 60%;
}
}

@media (max-width: 1000px) {
.banner-bg {
    background-size: contain, contain;
}
}

@media (max-width: 768px) {
h1 {
    text-align: left;
	font-size: 36px;
}
.radio {
	text-align:center;
	vertical-align:top;
	margin-top: 0;
    margin-bottom: 0;
	}
.form-horizontal .radio{
	padding-top:0;	
	text-align:center;
	vertical-align:top;
	margin-top: 0;
    margin-bottom: 0;
}
.container {
	width:100% !important;
}
.redBox {
	width:100%;
}
    .guestrow {
        display: table;
        margin-bottom:20px;
    }
    .guestrow:nth-child(2), .guestrow:nth-child(4), .guestrow:nth-child(6) {
        background-color: #DDDDDD;
        padding-top: 5px;
    }
    .guestrow>div {
        display: table-cell;
    }
    .guestrow>div:last-child {
        vertical-align: middle;
    }
	.logo-right img {
		margin-top: 0px !important;
	}

.mob-aligncenter {
	text-align: center !important;
}
.mob-aligncenter img {
	display: inline-block !important;
}
.mob-margin0  {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.mob-marginbot10 {
	margin-bottom: 10px !important;

}
}

@media (max-width: 750px) {
.banner-bg {
    background-size: cover, contain;
}
section.sectionTitle .container {
	padding: 70px 20px;
}
}

@media (max-width: 479px) {
input[type=submit] {
	width:100%;
}
.session-details .col-xs-1 {
		display: none;
	}
}