/**
 * custom override
 */

 
.form-inline, #directoryEditForm, .profile, .profile-edit {
	width: 80% !important;
	float:left !important;
	}
 
.formResponsive input[type="radio"] {
	display: none;
	}

#all {
    padding-top: 2em !important;
}

.rsform-block.rsform-block-rate-your-experience, .rsform-block.rsform-block-how-can-we-improve {
	margin-bottom: 250px !important;
	}
	
.rsform-block.rsform-block-thank-you {
	margin-top: -250px;
	}
	
.formResponsive label {
    margin: 3px 30px 3px 0 !important;
}
	
body h2 {
    display: none !important;
}

@font-face {
    font-family: OpenSans-CondBold_font;
    src: local(OpenSans-CondBold_font), url('fonts/OpenSans-CondBold.ttf') format('opentype');
}

.fTitle {
	font-family: OpenSans-CondBold_font;
    font-size: 6em;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase !important;
    color: #0b72d1 !important;
    margin: 80px 0 100px;
    text-align: center !important;
    /* border-bottom: 1px solid #b4bcc3 !important;
    margin-bottom: 50px !important; */
} 

body h5 {
    font-size: 2em !important;
    font-weight: bold !important;
    color: #0b72d1 !important;
}

body {
	background: #ffffff;
	height: 100% !important;
    min-height: 1000px !important; 
}''

/* MOBILE MODE CSS (iphone portrait)
----------------------------------------------------------- */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) {
	
.fTitle {
    font-size: 3em !important;
    line-height: 1.0em !important;
    margin: 70px 0 20px !important;
}

.Logo{
    padding-top: 30px !important;
}

.Logo img{
    width: 70% !important;
}

img.thankyou {
    width: 20% !important;
}
img.Logothankyou {
	margin-top: -20px !important;
    width: 60% !important;
}
}

/* MOBILE MODE CSS (iphone landscape)
----------------------------------------------------------- */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) {
	
.fTitle {
    font-size: 3em  !important;
    padding: -20px 0 30px !important;
}

.Logo{
    margin-top: 5% !important;
}

.Logo img{
    width: 50% !important;
}

.thanksText {
	margin: 10px !important;
	}

img.thankyou {
    width: 15% !important;
}
img.Logothankyou {
	margin-top: -20px !important;
    width: 60% !important;
}	
}

/* MOBILE MODE CSS (general mobile portrait)
----------------------------------------------------------- */

@media screen and (max-width: 579px){
	
.fTitle {
    font-size: 3em !important;
    line-height: 1.0em !important;
    padding: 70px 0 20px !important;
}

.Logo{
    padding-top: 30px !important;
}

.Logo img{
    width: 70% !important;
}

img.thankyou {
    width: 20% !important;
}
img.Logothankyou {
	margin-top: -20px !important;
    width: 60% !important;
}
}

/* MOBILE MODE CSS (general mobile landscape)
----------------------------------------------------------- */

@media screen and (max-width: 750px){
	
.fTitle {
    font-size: 3em  !important;
    margin: -20px 0 30px !important;
}

.Logo{
    margin-top: 5% !important;
}

.Logo img{
    width: 50% !important;
}

.thanksText {
	margin: 10px !important;
	}

img.thankyou {
    width: 15% !important;
}
img.Logothankyou {
	margin-top: -20px !important;
    width: 60% !important;
}
}

/* TABLET PORTRAIT MODE CSS (ipad portrait)
----------------------------------------------------------- */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
.formResponsive .formHorizontal .formControls {
		margin-left: 0px !important;
	}
	.formResponsive .formHorizontal .formControlLabel {
		margin-left: 0px !important;
		width: 0px !important;
	}
	.formBody label {
    max-width: 12% !important;
	}
	.rsform-block.rsform-block-rate-your-experience, .rsform-block.rsform-block-how-can-we-improve {
	margin-bottom: 80px !important;
	}
	
.fTitle {
    font-size: 4em !important;
    line-height: 1.0em !important;
    margin: 100px 0 100px !important;
}

.Logo{
    margin-top: 20% !important;
}
}

/* TABLET LANDSCAPE MODE CSS (ipad Landscape)
----------------------------------------------------------- */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	
	.formResponsive .formHorizontal .formControls {
		margin-left: 0px !important;
	}
	.formResponsive .formHorizontal .formControlLabel {
		margin-left: 0px !important;
		width: 0px !important;
	}
	.formBody label {
    max-width: 14% !important;
	}
	.rsform-block.rsform-block-rate-your-experience, .rsform-block.rsform-block-how-can-we-improve {
	margin-bottom: 120px !important;
	}
	
.fTitle {
	font-size: 5em !important;
    margin: 0px 0 100px !important;
}
}





/* TABLET LANDSCAPE MODE CSS (general tablet Landscape)
----------------------------------------------------------- */

@media screen and (min-width:971px) and (max-width: 1024px) {
	
	.formResponsive .formHorizontal .formControls {
		margin-left: 0px !important;
	}
	.formResponsive .formHorizontal .formControlLabel {
		margin-left: 0px !important;
		width: 0px !important;
	}
	.formBody label {
    max-width: 14% !important;
	}
	.rsform-block.rsform-block-rate-your-experience, .rsform-block.rsform-block-how-can-we-improve {
	margin-bottom: 120px !important;
	}
	
.fTitle {
	font-size: 5em !important;
    margin: 0px 0 100px !important;
}
}








