﻿/* Careers Menu Fix */

#menu_section .menu_desc_plain {
    font-size: 12px;
    margin: 0 0 20px;
    font-weight: 800;
    color: #4d565b;
    font-family: "Fira Sans", sans-serif;
}

#menu_nav .menu_careers_item
{
    color: #4d565b;
    font-family: "Fira Sans", sans-serif;
}

#menu_nav .menu_careers_item {
    outline: 0;
    -webkit-appearance: none;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    padding: 30px;
    display: block;
    float: left;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #menu_nav .menu_careers_item.active span,
    #menu_nav .menu_careers_item:hover span {
        height: 100%;
    }

    #menu_nav .menu_careers_item span {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: 0;
        height: 0;
        width: 100%;
        display: block;
        background: #5feaf3;
    }


@media only screen and (min-width: 768px) and (max-width: 1023px) {


    #menu_nav .menu_careers_item:hover span {
        height: 0;
    }
}



/* ADA Fixes */
/* Catering Panel */
.cc1 {
    padding: 0 0 130px;
}

    .cc1 img {
        float: left;
    }

    .cc1 .content,
    .cc2 img {
        float: right;
    }

.cc2 .content {
    float: left;
}


@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .cc1 {
        padding: 0 0 50px;
    }

        .cc1 .content,
        .cc1 img,
        .cc2 .content,
        .cc2 img {
            float: none;
        }
}

.site_toggle_dd {
    cursor: pointer;
}


.visually-hidden {
    position: absolute;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

#contact_forms .checkbox_container label {
    float: left;
    padding: 0 0 0 10px;
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
    margin: 0;
}

.form_instructions {
    display: block;
    padding: 0 !important;
    font-size: 12px !important;
    margin: 0 0 10px !important;
    text-transform: uppercase;
    font-weight: 800;
}


/* ADA Fixes */
#links td {
    clear: both;
}

.btn {
    width: 80%;
    margin-right: 20px;
    display: block;
    max-width: 300px;
}


.slick-arrow {
    height: 30px;
}

.skip-navigation {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

.skip-navigation:focus,
.skip-navigation:active {
	color: #fff;
	background-color:#891c20;
	font-family:"Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	width:25%;
	height:auto;
	overflow:auto;
	padding:5px 20px;
	border-radius: 0 0 15px 15px;
	text-align:center;
	font-size:1em;
	z-index:999;
}

#frmSubscribeForm {
    width: 668px;
}

#submit_email_div {
    margin: 15px auto;
    width: 220px;
}

.emailform-2-col {
    float: left;
}

.hp_section {
	background-attachment: inherit !important;
}

@media only screen and (min-width:1024px) {
    .one-section {
        padding-bottom: 20px !important;
        padding-top: 80px !important;
    }
}

@media only screen and (max-width:1023px) {
    .hp_section {
        background-attachment: scroll;
    }
}

@media only screen and (max-width:1023px) and (min-width:768px) {

        #frmSubscribeForm {
            width: 595px;
        }

        #submit_email_div {
            width: 177px;
        }
    }

@media only screen and (max-width:1023px) {

    .btn {
        max-width: 100px;
        margin-right: 0px;
    }

}

 @media only screen and (max-width: 767px) {

        #frmSubscribeForm {
            width: auto;
        }

        #submit_email_div {
            width: auto;
        }

        .emailform-2-col {
            float: none;
        }

        .btn {
            max-width: 100px;
            margin-right: 0px;
        }


    }
