.cc  {
    max-width: 100%!important;
    padding: 10px 100px 10px 100px;
}
.ch 
    {
        max-width: 100%!important;
        padding: 10px 73px 10px 73px;
    }
.career-header {
    background: url(../../img/franchise/career.jpg) center center no-repeat;
background-size: cover;
height: 78%;
background-position: center;
}

.career-header .career-header-content {
    padding-top: 13.5rem;
    text-align: left;
    padding-bottom: 20.5rem;
}

.career-header .text-container {
    margin-top: 0;
    margin-bottom: 0;
}
.cfm {
    border: 1px solid #ccc;
    padding: 35px;
    border-radius: 5px;
}

/* form */
.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}

.form-group.has-error.has-danger {
	margin-bottom: 0.625rem;
}


.form-group.has-error.has-danger .help-block.with-errors ul {
	margin-top: 0.375rem;
}


.form-control-input, .form-control-select {
    display: block;
    width: 100%;
    padding: 4px 0px 8px 0px;
    padding-left: 1.3125rem;
    border: 1px solid #c4d8dc;
    border-radius: 0.25rem;
    background-color: #fff;
    color: #626262;
    font: 400 0.875rem/1.875rem "Raleway", sans-serif;
    transition: all 0.2s;
    -webkit-appearance: none;
}

.label-control {
	position: absolute;
	top: 0.87rem;
	left: 1.375rem;
	color: #626262;
	opacity: 1;
	font: 400 0.875rem/1.375rem "Raleway", sans-serif;
	cursor: text;
	transition: all 0.2s ease;
}
.form-control-textarea {
	display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
	width: 100%;
	height: 8rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
	padding-top: 1.25rem;
	padding-left: 1.3125rem;
	border: 1px solid #c4d8dc;
	border-radius: 0.25rem;
	background-color: #fff;
	color: #626262;
	font: 400 0.875rem/1.75rem "Raleway", sans-serif;
	transition: all 0.2s;
}


.form-control-input:focus + .label-control, .form-control-input.notEmpty + .label-control, .form-control-textarea:focus + .label-control, .form-control-textarea.notEmpty + .label-control {
    top: 0.125rem;
    opacity: 1;
    font-size: 0.75rem;
    font-weight: 700;
    /* display: none; */
}


/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.form-control-input {
		padding-top: 1.25rem;
		padding-bottom: 0.75rem;
		line-height: 1.75rem;
	}

	.form-control-select {
		padding-top: 0.875rem;
		padding-bottom: 0.75rem;
		height: 3.125rem;
		line-height: 2.125rem;
	}
}

select {
    /* you should keep these first rules in place to maintain cross-browser behavior */
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../../img/franchise/down-arrow.png');
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

select::-ms-expand {
    display: none; /* removes the ugly default down arrow on select form field in IE11 */
}


.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
	border: 1px solid #a1a1a1;
	outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
	border: 1px solid #a1a1a1;
}

.checkbox {
	font: 400 0.75rem/1.25rem "Raleway", sans-serif;
}

input[type='checkbox'] {
	vertical-align: -15%;
	margin-right: 0.375rem;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.label-control {
		top: 0.9375rem;
	}
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
	top: 0.125rem;
	opacity: 1;
	font-size: 0.75rem;
    font-weight: 700;
    display:none;
}

.form-control-input,
.form-control-select {
	display: block; /* needed for proper display of the label in Firefox, IE, Edge */
	width: 100%;
	padding: 4px 0px 8px 0px;
	padding-left: 1.3125rem;
	border: 1px solid #c4d8dc;
	border-radius: 0.25rem;
	background-color: #fff;
	color: #626262;
	font: 400 0.875rem/1.875rem "Raleway", sans-serif;
	transition: all 0.2s;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	height: 3rem;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.form-control-input {
		padding-top: 1.25rem;
		padding-bottom: 0.75rem;
		line-height: 1.75rem;
	}

	.form-control-select {
		padding-top: 0.875rem;
		padding-bottom: 0.75rem;
		height: 3.125rem;
		line-height: 2.125rem;
	}
}

select {
    /* you should keep these first rules in place to maintain cross-browser behavior */
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../../img/franchise/down-arrow.png');
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

select::-ms-expand {
    display: none; /* removes the ugly default down arrow on select form field in IE11 */
}

.form-control-textarea {
	display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
	width: 100%;
	height: 8rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
	padding-top: 1.25rem;
	padding-left: 1.3125rem;
	border: 1px solid #c4d8dc;
	border-radius: 0.25rem;
	background-color: #fff;
	color: #626262;
	font: 400 0.875rem/1.75rem "Raleway", sans-serif;
	transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
	border: 1px solid #a1a1a1;
	outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
	border: 1px solid #a1a1a1;
}

.checkbox {
	font: 400 0.75rem/1.25rem "Raleway", sans-serif;
}

input[type='checkbox'] {
	vertical-align: -15%;
	margin-right: 0.375rem;
}


/* IE10+ hack to raise checkbox field position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	input[type='checkbox'] {
		vertical-align: -9%;
	}
}

.form-control-submit-button {
	display: inline-block;
	width: 17%;
	height: 2.125rem;
	border: 1px solid #1e4169;
	border-radius: 1.5rem;
	background-color: #1e4169;
	color: #fff;
	font: 700 0.75rem/0 "Raleway", sans-serif;
	cursor: pointer;
	transition: all 0.2s;
	margin-top: 18px;
	text-transform:capitalize!important;
	font-size: 14px;
}

.form-control-submit-button:hover {
	background-color: transparent;
	color: #1e4169;
}

/* Form Success And Error Message Formatting */
#rmsgSubmit.h3.text-center.tada.animated,
#cmsgSubmit.h3.text-center.tada.animated,
#pmsgSubmit.h3.text-center.tada.animated,
#rmsgSubmit.h3.text-center,
#cmsgSubmit.h3.text-center,
#pmsgSubmit.h3.text-center {
	display: block;
	margin-bottom: 0;
	color: #626262;
	
}

.help-block.with-errors .list-unstyled {
	color: #626262;
	font-size: 0.75rem;
	line-height: 1.125rem;
	text-align: left;
}

.help-block.with-errors ul {
	margin-bottom: 0;
}
/* end of form success and error message formatting */

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.label-control {
		top: 0.9375rem;
	}
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
	top: 0.125rem;
	opacity: 1;
	font-size: 0.75rem;
	font-weight: 700;
}

.form-control-input,
.form-control-select {
	display: block; /* needed for proper display of the label in Firefox, IE, Edge */
	width: 100%;
	padding: 4px 0px 8px 0px;
	padding-left: 1.3125rem;
	border: 1px solid #c4d8dc;
	border-radius: 0.25rem;
	background-color: #fff;
	color: #626262;
	font: 400 0.875rem/1.875rem "Raleway", sans-serif;
	transition: all 0.2s;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	height: 3rem;
}
.ssd 
{
	font-style: italic;
    line-height: 33px;
    font-size: 19px;
    padding: 85px 0px 0px;
}

@media only screen and (max-width:768px) {
    .career-header {
        background: url(../../img/franchise/career.jpg) top no-repeat;
    background-size: cover;
    height: 90%;
    background-position: unset;
    margin-top: 66px;
	}
	.lis {
		list-style-type: none;
		margin-bottom: 0px;
		/* margin-left: -51px; */
		color: #1e4169;
		font-size: 12px;
	}
    .career-header .career-header-content {
        padding-top: 60px;
        text-align: left;
        padding-bottom: 40px;
    } 
    .turquoise {
        color: #292B2C;
        font-size: 26px;
    }
    .cc {
        max-width: 100%!important;
        padding: 10px 0px 10px 0px;
    }
    .form-control-submit-button {
        display: inline-block;
        width: 40%;
        height: 2.125rem;
        border: 1px solid #1e4169;
        border-radius: 1.5rem;
        background-color: #1e4169;
        color: #fff;
        font: 700 0.75rem/0 "Raleway", sans-serif;
        cursor: pointer;
        transition: all 0.2s;
        margin-top: 18px;
        text-transform: capitalize!important;
    
}
h2.aboutus-title {
    font-size: 18px;
}
}

@media screen and (min-width:768px) and (max-width:1024px)and (orientation : landscape)
		{
	.lis {
		list-style-type: none;
		margin-bottom: 0px;
		/* margin-left: -35px; */
		color: #1e4169;
		margin-right: 0%;
	}
.career-header .career-header-content {
	padding-top: 6.5rem;
	text-align: left;
	padding-bottom: 11.5rem;
}
.turquoise {
    color: #292B2C;
    font-size: 26px;
    margin-left: 46px;
}
}
@media screen and (min-width:768px) and (max-width:1024px)and (orientation : portrait)
		{
    .lis {
        list-style-type: none;
        margin-bottom: 0px;
        /* margin-left: -35px; */
        color: #1e4169;
        margin-right: 57%;
	}
	.turquoise {
		color: #292B2C;
		font-size: 26px;
		margin-left: 30px;
	}
	.navbar-custom {
      
        box-shadow: none;
        background: #fff;
		
		padding:10px;
	}
	.career-header .career-header-content {
        padding-top: 12.5rem;
        text-align: left;
        padding-bottom: 11.5rem;
	}
	.disabled-link 
	{
		pointer-events: none;
		cursor: default;
		text-decoration: none;
		color: black;
	}
}
@media screen and (min-width:1024px) and (max-width:1366px)
{
    .lis {
        list-style-type: none;
        margin-bottom: 0px;
        /* margin-left: -35px; */
        color: #1e4169;
        margin-right: 0%;
    }
  
}