
/***************  templates/main/css/rfptest.css  ***************/
.form-wrapper,
.submitted .moduleBody > p{
	display: none !important;
}
div.something{
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
select::-ms-expand{
	display: none; 
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* new rfp form for brisbane */
.type_selectInPageEditable select{
	-webkit-appearance:none;
}

#mod_flexibleForms input.fieldInput[type="checkbox"] {
	display: inline-block;
	height: 14px;
	width: 14px;
	margin: 8px auto 0;
}
#mod_flexibleForms input.fieldInput[type="checkbox"]:after{
	background-color: transparent;
}
#mod_flexibleForms input.fieldInput[type="checkbox"]:checked:after{
	content: '';
}
#mod_flexibleForms .rfp-from-wrapper .section h3{
	margin-bottom: 0;
	float: left;
	margin-right: 20px;
}
.sub-title {
	margin: 0 0 20px;
	position: relative;
	top: -2px;
	display:table;
}
#mod_flexibleForms .fieldBlock.yourEmail,
#mod_flexibleForms .fieldBlock.yourLeClub,
#mod_flexibleForms .fieldBlock.accommodationRequired,
#mod_flexibleForms .fieldBlock.flexibleDates{
	margin-right: 0;
}
.club-section{
	float: left;
}
	#mod_flexibleForms .fieldBlock.yourLeClub {
	  margin-bottom: 10px;
	}
#mod_flexibleForms .rfp-from-wrapper .section  {
	/* border-bottom: 2px solid #888e98; */
	padding-bottom: 20px;
	margin-bottom: 0px;/* 20px; */
}
#mod_flexibleForms .rfp-from-wrapper .sub-section{
	width: 100%;
}
#mod_flexibleForms .rfp-from-wrapper .sub-section > *{
	margin-right: 0;
}
#mod_flexibleForms .rfp-from-wrapper .sub-section .type_checkBox,
.rfp-from-wrapper .sub-section p.item-name{
	width: 25%;
	clear: left;
}
#mod_flexibleForms .rfp-from-wrapper .sub-section .type_text,
.rfp-from-wrapper .sub-section p.details{
	width: 75%;
	
}
#mod_flexibleForms .rfp-from-wrapper .sub-section .type_checkBox > *,
.rfp-from-wrapper .sub-section p{
	float: left;
}


#mod_flexibleForms .rfp-from-wrapper .sub-section .type_checkBox .fieldLabel {
  float: right;
  width: calc(100% - 30px);
  margin: 7px 0 0 10px; 
}
#mod_flexibleForms .rfp-from-wrapper .sub-section .type_text .fieldLabel{
	margin: 0;
	display: none;
}
#mod_flexibleForms .rfp-from-wrapper .sub-section .type_checkBox .flexFormFieldHTML  {
  width: 20px;
}

#mod_flexibleForms .fieldBlock.eventMessage{
	margin-right: 0;
	width: 100%;
}
#mod_flexibleForms .rfp-from-wrapper button{
	clear: both;
}

.title-wrapper {
	border-bottom: 2px solid #888e98;
	margin-bottom: 20px;
	position: relative;
	padding-top: 20px;
	float: left;
	width: 100%;
}
.open .title-wrapper {
	cursor: pointer;
}
.title-wrapper.close{
	margin-bottom: 0px;
}
.title-wrapper:after {
	content:"";
	display: block;
	position: absolute;
	top: 20px;
	right: 10px;
	width: 0px;
	height: 0px;
	background-color: none;
	border-style: solid;
	border-width: 20px 15px 0;
	border-color: #051e5b transparent transparent;
	cursor: pointer;
}
.open .title-wrapper::after {
	border-color: transparent transparent #051e5b;
	border-width: 0 15px 20px;
}
.accordian-block.close{
	display: none;
}
#mod_flexibleForms .rfp-from-wrapper .section.close {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* .title-wrapper.close {
	border: medium none;
	margin-bottom: 0;
} */
.section.close{
	cursor: pointer;
}
.button{
  background: #31a0ae;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.button.active{
  background:#95a2b2;
  cursor: default;
}

.eventTypeSocial, .social-form .eventType{
	display: none;
}
.social-form .eventTypeSocial{
	display: block;
}
.tabs-wrapper {
	clear: both;
	float: left;
	width: 100%;
}
#mod_flexibleForms {
	width: calc(100% - 54px);
}
#mod_flexibleForms .clarkequayMeetings-form .section-3 .sub-section {
	width: 100%;
}
#mod_flexibleForms .clarkequayMeetings-form .section-3 .sub-section .type_checkBox,
#mod_flexibleForms .clarkequayMeetings-form .section-3 .sub-section p.item-name{
	width:25%;
	clear:left;
}
#mod_flexibleForms .clarkequayMeetings-form .section-3 .sub-section .type_text,
#mod_flexibleForms .clarkequayMeetings-form .section-3 .sub-section p.details {
	width: 75%;
}
#mod_flexibleForms .clarkequayMeetings-form .section-3 .sub-section > *{
	margin-right:0 !important;
}
#mod_flexibleForms .clarkequayMeetings-form .section-3 .sub-section .type_checkBox .flexFormFieldHTML {
	width: 20px;
}
#mod_flexibleForms .clarkequayMeetings-form .section-3 .sub-section .type_checkBox .fieldLabel{
  float: right;
  margin: 20px 0 0 10px;
  width: calc(100% - 30px);
}
#mod_flexibleForms .clarkequayMeetings-form .section-3 .sub-section input.fieldInput[type="checkbox"] {
	margin: 20px auto 0;
}

/* Landscape tablet */	
@media (min-width: 1024px) and (max-width: 1279px) {
	#page_rfp.geelong #mod_flexibleForms ,
	#page_rfp.brisbane #mod_flexibleForms,
	#page_rfp.perthlangley #mod_flexibleForms {
	  padding: 0 22px 18px;
	}
	#page_rfp #mod_flexibleForms .meetings-form .fieldBlock.sterrtNumber,
	#page_rfp #mod_flexibleForms .weddings-form .fieldBlock.sterrtNumber,
	#page_rfp #mod_flexibleForms .meetings-form .fieldBlock.startDate,
	#page_rfp #mod_flexibleForms .weddings-form .fieldBlock.startDate{
		margin-right:0;
	}
	#page_rfp #mod_flexibleForms .meetings-form .fieldBlock.yourEmail,
	#page_rfp #mod_flexibleForms .weddings-form .fieldBlock.yourEmail,
	#page_rfp #mod_flexibleForms .meetings-form .fieldBlock.accommodationRequired,
	#page_rfp #mod_flexibleForms .weddings-form .fieldBlock.accommodationRequired{
		margin-right:20px;
	}
	#mod_flexibleForms .clarkequayMeetings-form .section-3 .sub-section .type_text input.fieldInput ,
	#mod_flexibleForms .clarkequayMeetings-form .section-3 .sub-section .type_text textarea.fieldInput{
		box-sizing: border-box;
	}
	#mod_flexibleForms .clarkequayMeetings-form .section-3  textarea.fieldInput {
		height: 124px;
		padding-left: 1.6%;
		padding-right: 0;
	}
}
/* Portrait tablet to Landscape */
@media (min-width: 768px) and (max-width: 1023px) { 

	#page_rfp #mod_flexibleForms .fieldBlock{	
		margin:0 25px 24px 0;
	}
	#page_rfp #mod_flexibleForms .meetings-form .fieldBlock.postalCode,
	#page_rfp #mod_flexibleForms .meetings-form .fieldBlock.yourMessage,
	#page_rfp #mod_flexibleForms .weddings-form .fieldBlock.postalCode,
	#page_rfp #mod_flexibleForms .weddings-form .fieldBlock.yourMessage,
	#page_rfp #mod_flexibleForms .clarkequayMeetings-form .fieldBlock.yourLeClub{	
		margin-right:0;
	}
	#page_rfp #mod_flexibleForms .meetings-form .fieldBlock.city,
	#page_rfp #mod_flexibleForms .meetings-form .fieldBlock.country,
	#page_rfp #mod_flexibleForms .weddings-form .fieldBlock.city,
	#page_rfp #mod_flexibleForms .weddings-form .fieldBlock.country,
	#page_rfp #mod_flexibleForms .clarkequayMeetings-form .fieldBlock.country{	
		margin-right:24px;
	}

}
/* Mobile to Portrait tablet */
@media (max-width: 767px) {
	#page_rfp.geelong #mod_flexibleForms .rfp-from-wrapper .sub-section .type_checkBox,
	#page_rfp.brisbane #mod_flexibleForms .rfp-from-wrapper .sub-section .type_checkBox,
	#page_rfp.perthlangley #mod_flexibleForms .rfp-from-wrapper .sub-section .type_checkBox,
	#page_rfp .rfp-from-wrapper .sub-section p.item-name{
		width: 55%;
	}
	#page_rfp.geelong #mod_flexibleForms .rfp-from-wrapper .sub-section .type_text,
	#page_rfp.brisbane #mod_flexibleForms .rfp-from-wrapper .sub-section .type_text,
	#page_rfp.perthlangley #mod_flexibleForms .rfp-from-wrapper .sub-section .type_text,
	#page_rfp .rfp-from-wrapper .sub-section p.details{
		width: 45%;
	}
	.rfp-from-wrapper .title-wrapper .sub-title {
		display: block;
		float: left;
	}
}
/***************  templates/main/libs/jquery/slick/slick.css  ***************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
	z-index:0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
	outline: none;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}