/* CSS Document */
/* begin company/catering modal */


a {
	color: #0078be;
}
a:hover {
	color: #0078be;
}
.about_us .footer a:hover, .footer a:hover {
    color: #fff;
}
/* corp_modals */
.corp_modals_wrapper {
	position: absolute;
	width: 100%;
}
.corp_modals {
	position: relative;
	max-width: 1066px;
	background: #0183C5;
	border-radius: 5px;
	color: #fff;
	text-align: center;
}
.corp_modals h2 {
	font-family: montserrat_bold, sans-serif;
	font-size: 40px;
	line-height: 50px;
	padding: 40px 20px 0;
}
.corp_modals h2 span {
	font-family: Pacifico;
	font-size: 43px;
	line-height: 50px;
}
.corp_modals p {
	font-family: OpenSans_reg;
	font-size: 19px;
	line-height: 27px;
	font-weight: normal;
	max-width: 820px;
	margin: 0 auto;
	padding: 0 20px;
}
.close_x {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #fff;
	font-size: 25px;
	/*padding: 10px 20px;*/
}
.close_x:hover {
	color: #fff;
}
@media screen and (max-width:992px) {
.corp_modals {
	border-radius: 0;
}
.corp_modals h2 {
	font-size: 37px;
	line-height: 47px;
	padding: 40px 0 20px 0;
	margin: 0;
}
.corp_modals h2 span {
	font-size: 39px;
	line-height: 47px;
}
.corp_modals p {
	font-size: 18px;
	line-height: 26px;
}
}
@media screen and (max-width:767px) {
.corp_modals h2 {
	font-size: 27px;
	line-height: 37px;
	padding: 40px 0 20px 0;
	margin: 0;
}
.corp_modals h2 span {
	font-size: 29px;
	line-height: 37px;
}
}


/* corp_modal_panels */
.corp_modal_panels {
	background: #fff;
	text-align: left;
	margin: 25px 30px;
	padding: 40px;
	border-radius: 5px;
	overflow: visible;
	font-family: OpenSans_reg, sans-serif;
	font-size: 15px;
	color: #2D2D2D;
	letter-spacing: 0px;
	line-height: 27px;
	font-weight: normal;
}
.corp_modal_panels .input_row {
	margin: 15px 0;
}
.corp_modal_panels h3 {
	font-family: montserrat_reg, sans-serif;
	font-size: 24px;
	color: #F26C2D;
	letter-spacing: 0px;
	line-height: 34px;
	margin-bottom: 30px;
}
.corp_modal_panels p {
	font-family: OpenSans_reg, sans-serif;
	font-size: 15px;
	color: #2D2D2D;
	letter-spacing: 0px;
	line-height: 27px;
}
.corp_modal_panels label {
	font-family: OpenSans_reg, sans-serif;
	font-size: 15px;
	color: #2D2D2D;
	letter-spacing: 0px;
	line-height: 20px;
	font-weight: normal;
	text-align: left !important;
}
.corp_modal_panels .form-control {
	font-family: OpenSans_reg, sans-serif;
	font-size: 15px;
	color: #2D2D2D;
	letter-spacing: 0px;
	line-height: 27px;
	font-weight: normal;
	display: block;
	width: 100%;
	min-height: 47px;
	padding: 6px 12px;
	background-color: #F2F4F6;
	background-image: none;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.corp_modal_panels .form-control:focus {
	border-color: transparent;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media screen and (max-width:767px) {
.corp_modal_panels {
	padding: 20px;
	border-radius: 5px;
	overflow: visible;
}
.corp_modal_panels h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}
}

.rads {
}
.rads ul {
  list-style: none;
}
.rads ul li {
  display: inline;
  position: relative;
}
.rads ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.rads ul li label {
  display: block;
  position: relative;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.rads ul li label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: -35px;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}

.rads ul li label:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background-color: #F26C2D;
	border-radius: 50%;
	position: absolute;
	left: -32px;
	top: 50%;
	opacity: 0;
	transition: translate(0,-75%);
	-webkit-transform: translate(0,-50%);
	-webkit-transition: all 0.25s linear;
}

.rads input[type=radio]:checked + label:after {
	opacity: 1;
}

.rads ul li:hover label {
}
.rads ul li .check {
  display: block;
  position: absolute;
  border: 1px solid #000;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 20px;
  right: 20px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}
.rads ul li:hover .check {
  border: 1px solid #000;
}
.rads ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.rads input[type=radio]:checked ~ .check {
  border: 1px solid #000;
}
.rads input[type=radio]:checked ~ .check::before {
  background: #F26C2D;
}
.rads input[type=radio]:checked ~ label {
  color: #000;
}

.selectboxit-container {
	width: 100%;
}

.selectboxit-container .selectboxit {
	width: 100% !important;
}

.selectboxit-arrow-container {
	background-color: #0183C5;
	width: 47px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.selectboxit-arrow-container .selectboxit-arrow {
	display: none;
}

.selectboxit-container .selectboxit-options {
	width: 100% !important;
	min-width: 0 !important;
}

.selectboxit-arrow-container:before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border: 2px solid	#fff;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg) translate(25%, -25%);
}
.selectdiv {
	position: relative;
	float: left;
	width: 140px;
	height: 50px;
	background: #F2F4F6;
	margin: 0;
	padding: 0;
}
/*.selectdivBut {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	border: 2px solid #FFFFFF;
	padding: 0 10px;
	margin: 0;
	z-index: 89;
	background: #0183C5 url("../images/down.png") no-repeat 13px 17px;
}*/
.selectdiv select {
	position: relative;
	z-index: 99;
	width: 140px;
	height: 50px;
	background-color: transparent;
	border: 2px solid #FFFFFF;
	padding: 0 10px;
	margin: 0;
}
/* corp_create */
.corp_create {
	background-color: transparent;
	border: 2px solid #fff;
	padding: 10px 30px;
	color: #fff;
	text-transform: uppercase;
	font-family: montserrat_bold, sans-serif;
	font-weight: 700;
	font-size: 15px;
	outline: 0;
	transition: all .5s ease-in-out;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom: 30px;
	min-width: 250px;
}
.corp_create:hover {
	background-color: #fff;
	color: #428bca;
	text-decoration: none!important
}
.corp_create:focus {
	border-color: #333
}
.corp_create.cta_blue {
	border-color: #0083c6;
	color: #0083c6
}
.corp_create.cta_blue:hover {
	background-color: #0083c6;
	color: #fff
}
.grp_catering {
	overflow: visible;
}
.txta_catering {
	width: 767px !important;
}
/* begin create modals */
.corp_contact_catering, .corp_create_account, .corp_join_group {
	display: none;
	margin: 60px auto;
	z-index: 999;
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
/* end modals */
.h47 {
	height: 47px;
}

@media screen and (max-width:992px) {
.corp_create_account {
	margin: 0 auto;
}
.corp_contact_catering {
	margin: 0 auto;
}
.h47 {
	height: 0;
}
.h47 .form-group {
	margin-bottom: 0;
}
}

@media screen and (max-width:1050px) {
.txta_catering {
	width: 100% !important;
}
}
.corp_overlay {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	display: none;
	background-color: #000;
	opacity: 0.5;
}
.homepage_header.corp_header {
	background-image: url(../images/corp_landing_hero.jpg);
	background-repeat:n o-repeat;
	background-size: cover;
	background-position: center;
	min-height: 450px;
	margin-bottom: 30px;
}
@media screen and (max-width:767px) {
.homepage_header.corp_header {
	margin-bottom: 0;
}
}
.homepage_header.corp_header .title {
	margin-top: 85px;
}
@media screen and (max-width:992px) {
.homepage_header.corp_header .title h1 {
	font-size: 60px;
	line-height: 70px;
	/*margin-top: 65px;*/
}
}
@media screen and (max-width:767px) {
.homepage_header.corp_header .title h1 {
	font-size: 40px;
	line-height: 50px;
	/*margin-top: 65px;*/
}
}
.corp_main_content {
	margin: 0 auto !important;
}
.corp_main_content:after {
	content: '';
	display: block;
	max-width: 1226px;
	height: 1px;
	background-color: #C3C3C3;
	margin: 40px auto;
}
@media screen and (max-width:767px) {
.corp_main_content:after {
	margin: 40px auto 20px auto;
}
}
.corp_main_content .main_text {
	margin: 0 auto 35px auto !important;
	text-align: center;
}
.corp_main_content .main_text h3 {
	font-family: montserrat_reg, sans-serif;
	font-weight: normal;
	text-transform: none;
	line-height: 34px;
	margin: 0 auto 20px auto;
	max-width: 860px;
}
@media screen and (max-width:992px) {
.corp_main_content .main_text h3 {
	font-size: 25px;
	line-height: 30px;
}
}
@media screen and (max-width:767px) {
.corp_main_content .main_text h3 {
	font-size: 20px;
	line-height: 25px;
}
}
/*.corp_main_content .main_text h2 span {
	color: #f1560e
}*/
.corp_main_content .main_text p {
	font-family: OpenSans_reg, sans-serif;
	font-weight: 400;
	font-size: 19px;
	color: #343434;
	line-height: 27px;
	margin: 0 auto 15px auto;
	max-width: 860px;
}
@media screen and (max-width:992px) {
.corp_main_content .main_text p {
	font-size: 18px;
	line-height: 25px;
}
}
@media screen and (max-width:992px) {
.corp_main_content .main_text p {
	font-size: 16px;
	line-height: 22px;
}
}
.corp_section_title_bold h2 {
	font-size: 47px;
	font-family: montserrat_bold, sans-serif;
	font-weight: 700;
	text-align: center;
	display: block;
	margin: 40px 0;
}
.corp_section_title_bold h2 span {
	font-size: 49px;
	color: #f1560e;
	font-family: Pacifico, cursive;
	font-weight: 400;
	font-style: normal!important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
@media screen and (max-width:992px) {
.corp_section_title_bold h2 {
	font-size: 37px;
	padding: 0 10px;
}
.corp_section_title_bold h2 span {
	font-size: 39px;
}
}
@media screen and (max-width:767px) {
.corp_section_title_bold h2 {
	font-size: 27px;
	padding: 0 10px;
	margin: 30px 0;
}
.corp_section_title_bold h2 span {
	font-size: 29px;
}
}
.corp_section_title_bold:after {
	content: '';
	display: block;
	width: 105px;
	height: 1px;
	background-color: #C3C3C3;
	margin: 40px auto
}

@media screen and (max-width:767px) {
.corp_section_title_bold {
	margin-top: 10px;
}
.corp_section_title_bold:after {
	content: '';
	display: block;
	width: 105px;
	height: 1px;
	background-color: #C3C3C3;
	margin: 30px auto
}

}
.corp_section_title h2 {
	font-size: 40px;
	font-family: montserrat_reg, sans-serif;
	font-weight: normal;
	text-align: center;
	display: block;
	margin: 20px 0 40px;
}
.corp_section_title h2 span {
	font-size: 41px;
	color: #f1560e;
	font-family: Pacifico, cursive;
	font-weight: 400;
	font-style: normal !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
@media screen and (max-width:992px) {
.corp_section_title h2 {
	font-size: 35px;
}
.corp_section_title h2 span {
	font-size: 36px;
}
}
@media screen and (max-width:767px) {
.corp_section_title h2 {
	font-size: 25px;
}
.corp_section_title h2 span {
	font-size: 26px;
}
}
.corp_section_heading {
	font-size: 40px;
	font-family: montserrat_bold, sans-serif;
	font-weight: 700;
	margin: 0;
	padding: 0;
	line-height: 50px;
}
/*.corp_section_heading span {
	color: #f1560e
}*/
@media screen and (max-width:1200px) {
.corp_section_heading {
	font-size: 34px;
	line-height: 40px;
}
}
@media screen and (max-width:992px) {
.corp_section_heading {
	font-size: 22px;
	line-height: 30px;
}
}
@media screen and (max-width:767px) {
.corp_section_heading {
	font-size: 20px;
	line-height: 25px;
	text-align: center;
}
}
/* begin 3 panels elevator_row*/
.corp_elevator .elevator_row {
	max-width: 1225px;
	min-height: 425px;
	background-color: #f2f4f6;
	margin-bottom: 20px
}
.corp_elevator .xx_height {
	min-height: 450px !important;
}
.corp_elevator_container {
	padding: 60px;
}
.corp_elevator .elevator_row .d_img_left {
	float: left;
	padding-right: 30px;
	padding-bottom: 20px;
}
.corp_elevator .elevator_row .d_img_right {
	float: right;
	padding-left: 30px;
	padding-bottom: 20px;
}
.corp_elevator .elevator_row .img1 {
	margin-top: 20px;
}
.corp_elevator .elevator_row .img2 {
	margin-top: 20px;
}
.corp_elevator .elevator_row .img3 {
	margin-top: 20px;
}
.corp_elevator .elevator_row .d_num_left {
	float: left;
	padding-right: 20px;
	margin-top: 12px;
}
.corp_elevator .elevator_row .d_num_right {
	float: right;
	padding-left: 20px;
	margin-top: 12px;
}
.corp_elevator .elevator_row .d_h1_right {
	text-align: right;
	right: 0;
	left: auto
}
.corp_elevator .elevator_row .d_p_left {
	font-size: 19px;
	line-height: 27px;
	font-family: OpenSans_reg, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 15px 0;
	max-width: 760px;
}
.corp_elevator .elevator_row .d_p_right {
	font-size: 19px;
	line-height: 27px;
	font-family: OpenSans_reg, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 15px 0;
	max-width: 760px;
	right: 0;
	float: right;
	text-align: right;
}
.corp_elevator .elevator_row a {
	font-size: 19px;
	font-family: OpenSans_bold, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 15px 0;
}
.corp_elevator .elevator_row a:not(:first-child) {
	padding-left: 20px;
}
@media screen and (max-width: 535px) {
	.corp_elevator .elevator_row a:not(:first-child) {
		padding-left: 0px;
		display: block;
	}
}
@media screen and (max-width:1200px) {
.corp_elevator .elevator_row .d_img_left {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.corp_elevator .elevator_row .d_img_right {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
.corp_elevator .elevator_row .img1 {
	margin-top: 0;
	width: 150px;
	height: 173px;
}
.corp_elevator .elevator_row .img2 {
	margin-top: 0;
	width: 150px;
	height: 118px;
}
.corp_elevator .elevator_row .img3 {
	margin-top: 0;
	width: 200px;
	height: 150px;
}
.corp_elevator .elevator_row .d_num_left {
	float: left;
	padding-right: 20px;
	margin-top: 10px;
}
.corp_elevator .elevator_row .d_num_left img {
	height: 60px;
	width: 60px;
}
.corp_elevator .elevator_row .d_num_right {
	float: right;
	padding-left: 20px;
	margin-top: 10px;
}
.corp_elevator .elevator_row .d_num_right img {
	height: 60px;
	width: 60px;
}
.corp_elevator .elevator_row .d_p_left {
	font-size: 18px;
	line-height: 26px;
	max-width: none;
}
.corp_elevator .elevator_row .d_p_right {
	font-size: 18px;
	line-height: 26px;
	float: none;
	max-width: none;
}
}
@media screen and (max-width:992px) {
.corp_elevator .elevator_row .d_num_left {
	margin-top: 6px;
}
.corp_elevator .elevator_row .d_num_left img {
	height: 50px;
	width: 50px;
}
.corp_elevator .elevator_row .d_num_right {
	margin-top: 6px;
}
.corp_elevator .elevator_row .d_num_right img {
	height: 50px;
	width: 50px;
}
}

@media screen and (max-width:767px) {
.corp_elevator_container {
	padding: 20px;
}
.corp_elevator .elevator_row .d_img_left {
	float: none;
	padding-right: 0;
	padding-bottom: 0;
	text-align: center;
}
.corp_elevator .elevator_row .d_img_right {
	float: none;
	padding-left: 0;
	padding-bottom: 0;
	text-align: center;
}
.corp_elevator .elevator_row .img1 {
	margin: 20px auto;
	/*padding-right: 55px;*/
	width: 115px;
	height: 133px;
}
.corp_elevator .elevator_row .img2 {
	margin: 20px auto;
	width: 130px;
	height: 102px;
}
.corp_elevator .elevator_row .img3 {
	margin: 20px auto;
	/*padding-right: 40px;*/
	width: 165px;
	height: 124px;
}
.corp_elevator .elevator_row .d_num_left {
	float: none;
	padding-right: 0;
}
.corp_elevator .elevator_row .d_num_left img {
	height: 50px;
	width: 50px;
	margin: 0 auto;
}
.corp_elevator .elevator_row .d_num_right {
	float: none;
	padding-left: 0;
}
.corp_elevator .elevator_row .d_num_right img {
	height: 50px;
	width: 50px;
	margin: 0 auto;
}
.corp_elevator .elevator_row .d_h1_right {
	text-align: center;
}
.corp_elevator .elevator_row .d_p_left {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}
.corp_elevator .elevator_row .d_p_right {
	font-size: 16px;
	line-height: 22px;
	float: none;
	text-align: center;
}
}
/* end 3 panels elevator_row*/
.corp_cta {
	background-color: transparent;
	border: 2px solid #fff;
	padding: 10px 30px;
	color: #fff;
	text-transform: uppercase;
	font-family: montserrat_bold, sans-serif;
	font-weight: 700;
	font-size: 15px;
	outline: 0;
	transition: all .5s ease-in-out;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.corp_cta:hover {
	background-color: #fff;
	color: #428bca;
	text-decoration: none!important
}
.corp_cta:focus {
	border-color: #333
}
.corp_cta.cta_blue {
	border-color: #0083c6;
	color: #0083c6
}
.corp_cta.cta_blue:hover {
	background-color: #0083c6;
	color: #fff
}
.corp_cta_banner {
	background-color: #0078be;
	padding: 60px 0;
	text-align: center;
	color: #fff;
	margin-top: 25px;
}
.corp_cta_banner h2 {
	color: #fff;
	font-family: montserrat_bold, sans-serif;
	font-weight: 700;
	font-size: 40px;
	padding: 0!important;
	margin: 0 0 15px!important;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 50px;
}
.corp_cta_banner h2 em {
	font-family: Pacifico, cursive;
	font-weight: 400;
	font-style: normal!important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 43px
}
@media screen and (max-width:992px) {
.corp_cta_banner h2 {
	font-size: 30px;
	line-height: 40px;
}
.corp_cta_banner h2 em {
	font-size: 33px;
}
}
@media screen and (max-width:767px) {
.corp_cta_banner h2 {
	font-size: 20px;
	line-height: 25px;
}
.corp_cta_banner h2 em {
	font-size: 23px;
}
}
.corp_cta_banner p {
	font-family: OpenSans_reg, sans-serif;
	font-weight: 400;
	font-size: 19px;
	/*padding: 15px 0;*/
	margin: 30px 0;
	line-height: 24px;
}
.corp_cta_banner p strong {
	font-family: OpenSans_bold, sans-serif;
	font-weight: 900;
	font-size: 19px;
	padding-bottom: 15px;
	margin: 0;
	line-height: 24px;
}
.corp_cta_banner p.no_padding {
	padding: 0
}
.corp_cta_banner .tel, .tel:visited {
	color: #fff;
	/*text-decoration: none;*/
}
.corp_cta_banner input[type=text] {
	display: inline-block;
	width: 20%;
	margin-left: 15px
}
.corp_cta_banner input[type=text]:first-child {
	margin-left: 0
}
.add_br {
	display: none;
}
.no_br {
	display: inline-block;
}
@media screen and (max-width:767px) {
.add_br {
	display: inline-block;
}
.no_br {
	display: none;
}
}
.corp-accounts-features-list {
    list-style-type: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.25;
	border-top: 2px solid black;
	padding-left: 20px;
	color: black;
	margin-top: 20px;
}
.corp-accounts-features-list li {
	border-bottom: 2px solid #bbbbbb;
	padding: 10px 0;
}
.corp-accounts-features-list li:last-child {
	border: none;
}
.corp_join_group .ccc_foo {
	height: 50px;
}
.group-order-group-wrap {
	background: #F2F4F6;
	max-height: 350px;
	overflow-y: scroll;
	padding: 0 20px;
	display: none;
	margin-left: 15px;
}
.group-order-group-wrap:nth-child(2){
	display: block;
}
.group-order-group {
	width: 100%;
	border-bottom: 1px dotted #979797;
	padding: 20px 0 20px 0;
	font-family: montserrat_reg, sans-serif;
}
.group-order-group:last-child {
	border: none;
}
.group-order-group p {
	font-weight: bold;
	line-height: 1.5;
	padding: 0;
	font-size: 1.3rem;
}
.group-order-group p:last-child {
	margin-top: 10px;
}
.group-order-group p span {
	font-weight: normal;
}
.group-order-group a {
	font-family: montserrat_reg, sans-serif;
}
.group-order-group a i {
	color: #f1560e;
}
