html {

}

body {
	padding: 0px;
	margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

#nav_container {
    background: #000000;
    height: 65px;
    position: relative;
    z-index: 20;
    width: 100%;
    position: fixed;
    top: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
}

a:focus {
    outline: none;
}

img {
    padding: 0px;
    margin: 0px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
    font-size: 0;
}

#peco_mobile_logo, #mobile_header, #landing_mobile_header, .pallet_clear, #hamburger, #search_icon, .mobile_image, #home_bot_mobile, #mobile_nav_container, #search_mobile_active, #form_tag_line, .landing_box_text, #desktop_search_input, #search_field_mobile, #search_field_mobile_initial, #mobile_triggers, .contact_br {
    display: none;
}

#nav {
    width: 76%;
    margin: 0px auto;
    padding: 25px 0 15px;
}

#main_nav {
    float: left;
    width: 60%;
}

#main_nav li {
    float: left;
    margin-right: 35px;
    position: relative;
    z-index: 20;
}

#main_nav li:last-child {
    margin-right: 0px;
}

#main_nav li a {
    color: #FFFFFF;
}

#main_nav li a:hover {
    border-bottom: 2px solid #ca1029;
}

#utility_nav {
    float: right;
    width: 39%;
}

#utility_nav li {
    float: right;
    margin-left: 15px;
    color: #FFFFFF;
    position: relative;
    z-index: 100;
}

#desktop_search_input {
    position: absolute;
    top: 40px;
    z-index: 999;
    padding: 15px;
    background: #000000;
    right: -11px;
}

#desktop_search_input input::placeholder {
    color: #FFFFFF;
}

#desktop_search_input input:focus {
    border-radius: 6px;
    outline: none;
}

#desktop_search_input input {
    background: #59595c;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    height: 30px;
    font-size: 1em;
    text-indent: 10px;
    color: #FFFFFF;
    min-width: 250px;
    font-weight: 300;
    letter-spacing: 0.075em;
}

.active_li {
    border-bottom: 2px solid red;
}

#utility_nav li:last-child {
    margin-left: 0px;
}

#utility_nav li a {
    color: #FFFFFF;
}

#utility_nav li a:hover {
    border-bottom: 2px solid #F00;
}


.red_btn_nav {
    background: #d0112b;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    padding: 3px 10px 6px;
    font-size: 1em;
    font-weight: 700;
    position: relative;
    top: -7px;
}

#header {
    position: relative;
    z-index: 5;
}

#header img {
    width: 100%;
    position: relative;
    z-index: 5;
}

#utility_nav img {
    width: 15px;
    border: none;
}

#landing_header {
    width: 100%;
    position: relative;
    z-index: 5;
    /*margin-top: -13%;*/
}
#header_container {
    width: 100%;
}

#logo_container {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 9;
    background: transparent;
    top: 65px;
}

#home_logo {
    width: 40% !important;
    margin: 0px auto;
    z-index: 99;
    position: relative;
}

#header_bottom {
    top: -18px;
    z-index: 1 !important;
}

#no_banner {
    display: block;
    padding-top: 15%;
}

#slick_slider {
    position: absolute;
    top: 30.5%;
    left: 12%;
    width: 30%;
    z-index: 15;
}

.slick_slide {
    color: #FFFFFF;
}

.slick_slide h2 {
    font-size: 3.5em;
    font-weight: bold;
    letter-spacing: .025em;
    margin-bottom: 20px;
    line-height: 1.15em;
}

.slick_slide p {
    font-size: 1.25em;
    font-weight: lighter;
    line-height: 1.5em;
    margin-top: 0px;
    margin-bottom: 25px;
}

.slick_slide a div {
    font-size: 1.15em;
    color: #FFFFFF;
    font-weight: lighter;
    padding: 10px;
    border: 2px solid #FFFFFF;
    width: 30%;
    text-align: center;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.slick_slide a div:hover {
    background: #FFFFFF;
    color: #a30207;
    font-weight: 700;
}
.slick-arrow {
    display: none !important;
} 

.slick-dots {
    margin-top: 20px;
}

.slick-dots li {
    display: inline;
    margin: 3px;
}

.slick-dots li button {
    color: transparent;
    font-size: 0;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    background: transparent;
    width: 20px;
    height: 20px;
}

.slick-dots li button:hover {
    cursor: pointer;
}
.slick-dots li.slick-active button {
    background: #FFFFFF;
}

#pallet_image {
    z-index: 10;
    position: relative;
    margin-top: -2.015%;
}

#pallet_image img {
    width: 100%;
}

#pallet {
    margin: 30px auto 60px;
}

#pallet ul {
    width: 61%;
    margin: 0px auto;
}

#pallet li {
    float: left;
    width: 23.25%;
    text-align: center;
    color: #59595c;
    font-size: 1em;
    border-right: 1px solid #cccccc;
    margin-left: 0.875%;
    padding-right: 0.875%;
}

#pallet li sup {
    font-size: 0.5em;
}

.pallet_sup {
    display: inline;
    font-size: 0.35em !important;
}

#pallet li p {
    font-size: 1.15em;
    line-height: 1.5em;
    font-weight: lighter;
}

.second_pallet_li p {
    position: relative;
    top: 6px;
}

.third_pallet_li p {
    position: relative;
    top: -4px;
}

#last_pallet_li {
    border-right: 1px solid #FFFFFF !important;
    padding-right: 0px !important;
}

#pallet li strong {
    color: #d0112b;
    font-size: 4em;
    font-weight: 700;
    line-height: 1.15em;
}

#read_more_list {
    margin-bottom: 100px;
}

#read_more_list ul {
    width: 76%;
    margin: 0px auto;
}

#read_more_list li {
    float: left;
    width: 31%;
    text-align: left;
    font-size: 1.25em;
    margin-right: 3%;
    color: #59595c;
}

#last_rml_li {
    margin-right: 0px !important;
}

#read_more_list li img {
    width: 100%;
    margin-bottom: 20px;
}

#read_more_list li strong {
    color: #59595c;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.25em;
}

#read_more_list li p {
    font-weight: lighter;
    font-size: 1em;
    line-height: 1.5em;
}

.red_btn_home_atag {
    color: #FFFFFF;
}
.red_btn_link_home {
    padding: 0 5px;
    border: 1px solid #ca1029;
    background: #ca1029;
    border-radius: 0px;
    text-align: center;
    font-size: .575em;
    vertical-align: text-bottom;
    white-space: nowrap;
}

.red_btn_home_atag:hover {
    color: #ca1029;
}
.red_btn_link_home:hover {
    background: #FFFFFF;
}

.red_btn_home_atag_center {
    color: #FFFFFF;
}
.red_btn_link_home_center {
    padding: 1% 3%;
    border: 1px solid #ca1029;
    background: #ca1029;
    border-radius: 6px;
    text-align: center;
}
.red_btn_home_atag_center:hover {
    color: #ca1029;
}
.red_btn_link_home_center:hover {
    background: #FFFFFF;
}


#form_container {
    height: 100%;
    background: #212121;
    position: relative;
    z-index: 18;
}

#form_block {
    float: left;
    width: 37.25%;
    min-height: auto;
    color: #FFFFFF;
    padding: 1% 0 1% 12%;
    margin: auto 0;

}

#form_block h1 {
    color: #d0112b;
    font-size: 3em;
}

#form_image {
    width: 100%;
}

#form_image img {
    width: 100%;
    margin-bottom: -5px;
}

.form_background_image {
    background: url(../images/form_image_right.gif) no-repeat 0 65%;
    background-size: cover;
    z-index: 10;
    height: 300px;
    width: 100%;
    position: relative;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/form_image_right.gif',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/form_image_right.gif',sizingMethod='scale')";  
}

.form_field {
    width: 49%;
    float: left;
    margin-bottom: 15px;
}

.form_field label {
    font-size: 1.25em;
    line-height: 1.5em;
}

.form_field input[type="text"] {
    width: 90%;
    background: #59595c;
    border: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    height: 40px;
    color: #FFFFFF;
    font-size: 1.25em;
    text-indent: 10px;
}

.form_field select {
    height: 40px;
    background: #59595c;
    color: #FFFFFF;
    width: 90%;
    font-size: 1.15em;
    border: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
}

.form_checkbox {
    width: 100%;
    margin-bottom: 15px;
}

.cb_question {
    width: 60%;
    float: left;
}

.cb_input {
    width: 20%;
    float: right;
}

.form_field_submit {
    width: 30%;
    float: left;
    margin-bottom: 15px;
}

.form_field_submit button {
    background: #d0112b;
    border: none;
    color: #FFFFFF;
    font-size: 1.15em;
    padding: 5px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.form_field_sav {
    width: 65%;
    float: left;
    margin-bottom: 15px;
}

.form_field_sav input[type="text"] {
    border: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    height: 40px;
    font-size: 1.25em;
    text-align: right;
}

#sav {
    width: 65%;
    background: #FFFFFF;
    color: #59595c;
    padding-right: 20px;
}

#bullet_points {
    position: relative;
    background: url('../images/home_middle_bg.png') repeat 0 0;
    z-index: 9;
}

#bullet_points_ul_container img {
    padding-top: 0px !important;
}

#bullet_points_ul_container {
    width: 76%;
    margin: 0 12% 0;
    position: absolute;
    margin-top: 7.25%;
    left: 0;
    right: 0;
}

#bullet_points img {
    width: 100%;
}

#bullet_points ul li {
    float: left;
    width: 22%;
    text-align: center;
    color: #d0112b;
    margin-right: 3.75%;
}

#bullet_points ul li strong {
    color: #d0112b;
}

#last_bp_li {
    margin-right: 0px !important;
}

#bullet_points ul li img {
    width: 60%;
}

#bullet_points ul li strong {
    font-size: 3em;
    font-weight: 700;
}

#bullet_points ul li p {
    color: #4d4d4d;
    font-size: 1em;
}

#bullet_points_bottom {
    width: 100%;
    position: relative;
    top: -200px;
}

#bullet_points_bottom img {
    width: 100%;
}

#arrow_list_container {
    margin-bottom: 0;
    padding-bottom: 0;
    overflow-x: hidden;
}

.alc_blocks {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: bottom;
    width: 49.25%;
}

.last_child {
    padding-top: 3%;
    vertical-align: top;
}

#first_block_image {
    width: 100%;
}

#arrow_list_container strong {
    font-size: 2.25em;
    font-weight: 700;
    color: #d0112b;
    line-height: 1em;
}

#arrow_list_container p {
    color: #4d4d4d;
    font-size: 1.75em;
    font-weight: 400;
    margin-top: 10px;
}

#arrow_list_container ul {
    list-style-type: none;
    width: 60%;
    margin-left: 20%;
}

#arrow_list_container ul li {
    background: url(../images/right_arrow_li.png) no-repeat 0px 5px;
    padding-left: 40px;
    padding-top: 1px;
}

#arrow_list_container ul li p {
    font-size: 1.15em;
    margin-top: 8px;
    padding-bottom: 20px;
}
#arrow_list_container ul li p a {
    color: #59595c;
}
#bottom_cta {
    position: relative;
    z-index: 4;
    overflow-x: hidden;
}

#bottom_cta img {
    width: 100%;
    vertical-align: bottom;
}

#bottom_cta_text {
    position: absolute;
    width: 35%;
    text-align: center;
    z-index: 99;
    top: auto;
    bottom: 120px;
    margin: 0 33%;
}

#bottom_cta_text strong {
    font-size: 2.5em;
    font-weight: 700;
    color: #d0112b;
}

#bottom_cta_text p {
    font-size: 1.25em;
    color: #000000;
}

#bottom_cta_text button {
    background: #d0112b;
    border: none;
    color: #FFFFFF;
    font-size: 1em;
    padding: 8px 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}


#footer {
    width: 100%;
    position: relative;
    z-index: 9;
}

#footer_container {
    width: 76%;
    margin: 0px auto;
    color: #FFFFFF;
    text-align: center;
    padding: 20px 0;
}

#footer_container span {
    padding: 0 8px;
    font-size: 1em;
}

.social_foot_space {
    padding: 0 !important;
}

#footer_container span a {
    font-size: 1em;
    color: #FFFFFF;
}

#footer_container span a:hover, #sitemap_left a:hover {
    color: #cd1230;
}

#footer_container span a img {
    width: 35px;
    vertical-align: middle;
}

@media screen and (max-width: 2050px) {
    #bottom_cta_text {
        bottom: 92px;
    }
}

@media screen and (min-width: 2000px) {
    #header_bottom {
        top: -23px;
    }
}

@media screen and (max-width: 2000px) {
    #bullet_points_bottom {
        top: -130px;
    }
}

@media screen and (max-width: 1840px) {
    #slick_slider {
        top: 21.5%;    
    }
}

@media screen and (max-width: 1780px) {
    #bottom_cta_text strong {
        font-size: 2em;
    }
    #slick_slider {
        width: 32%;
    }
}

@media screen and (max-width: 1750px) {
    .slick_slide h2 {
        font-size: 3em;
    }
}

@media screen and (max-width: 1700px) {
    #slick_slider {
        top: 18.5%;
    }
}

@media screen and (max-width: 1680px) {
    #bottom_cta_text {
        bottom: 66px;
    }

}

@media screen and (max-width: 1630px) {
    #slick_slider {
        width: 30%;
    }
}

@media screen and (max-width: 1600px) {
    #bullet_points_bottom {
        top: -30px;
    }
}

@media screen and (max-width: 1540px) {
    #nav, #pallet ul, #read_more_list ul, #bullet_points_ul_container, #footer_container {
        width: 90%;
    }
    #slick_slider {
        left: 5%;
    }
    #form_block {
        width: 42.25%;
        padding: 1% 0 1% 5%;
    }
    #bullet_points_ul_container {
        width: 90%;
        margin: 10% 5% 0;
    }
    .slick_slide h2 {
        font-size: 2em;
        margin-bottom: 0;
    }
    .slick_slide p {
        font-size: 1.15em;
    }
    #bullet_points_bottom {
        top: 0px;
    }
}

@media screen and (max-width: 1500px) {
    #arrow_list_container ul {
        width: 80%;
        margin-left: 15%;
    }
    #bottom_cta_text {
        bottom: 82px;
    }
    #bottom_cta img {
        width: 120%;
        left: -9%;
        position: relative;
    }
}

@media screen and (max-width: 1450px) {
    .slick_slide a div {
        width: 35%;
    }
}

@media screen and (max-width: 1380px) {
    #bottom_cta_text p {
        font-size: 1em;
        margin-top: 5px;
        line-height: 1.5em;
    }
    .slick-dots {
        margin-top: 0px;
    }
}

@media screen and (max-width: 1320px) {
    #bullet_points_ul_container {
        margin: 9.5% 5% 0;
    }
    #bullet_points ul li img {
        width: 45%;
        padding-bottom: 15px;
    }
    #bullet_points ul li strong {
        font-size: 2.5em;
        line-height: 1em;
    }
    .slick_slide h2 {
        font-size: 1.75em;
    }
    .slick_slide p {
        font-size: 1.075em;
    }
    .slick_slide a div {
        font-size: 1em;
    }
}

@media screen and (max-width: 1300px) {
    #nav {
        width: 98%;
    }
    #pallet ul {
        margin: 30px auto 30px;
    }
    #pallet li p {
        font-size: 1em;
        padding: 0 1.5%;
    }
}

@media screen and (max-width: 1285px) {
    #bottom_cta_text {
        bottom: 65px;
    }
}

@media screen and (max-width: 1270px) {
    .slick_slide h2 {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1250px) {
    #no_banner {
        margin-top: 0;
    }
}

@media screen and (max-width: 1240px) {
    .slick_slide a div {
        width: 38%;
    }
}


@media screen and (max-width: 1220px) {
    #nav {
        width: 99%;
    }
    .slick_slide a div {
        font-size: 1em;
        padding: 5px 10px;
    }
}

@media screen and (max-width: 1200px) {
    #pallet li:last-child {
        width: 22.5%;
    }
    #bottom_cta_text {
        bottom: 75px;
    }
}

@media screen and (max-width: 1190px) {
    #bottom_cta img {
        width: 118%;
    }
    #bottom_cta_text {
        bottom: 57px;
    }
}

@media screen and (max-width: 1180px) {
    #slick_slider {
    top: 18%;
    width: 30%;
    }
    #slick_slider h2 {
        margin-top: 30px;
    }
    .slick_slide a div {
        font-size: 1em;
        padding: 6px;
    }
}

@media screen and (max-width: 1170px) {
    #main_nav li {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1160px) {
    #arrow_list_container strong {
        position: relative;
        top: -30px;
        width: 1000px;
        white-space: nowrap;
        left: -475px;
    }
}

@media screen and (max-width: 1130px) {
    #bottom_cta_text {
        bottom: 46px;
    }
}

@media screen and (max-width: 1110px) {
    #bottom_cta_text {
        bottom: 50px;
    }
}

@media screen and (max-width: 1105px) {
    #bottom_cta_text {
        width: 38%;
    }
    #bottom_cta img {
        left: -7%;
    }
}

@media screen and (max-width: 1090px) {
    #slick_slider {
        top: 33%;
        width: 34%;
    }
    .slick_slide p {
        display: none;
    }
}
@media screen and (max-width: 1060px) {
    #bottom_cta img {
        width: 128%;
        left: -12.5%;
    }
}

@media screen and (max-width: 1024px) {
    #bottom_cta_text {
        width: 39%;
        margin: 0 32.5%;
    }
}

@media screen and (max-width: 1020px) {
    #bottom_cta_text {
        bottom: 33px;
        width: 52%;
        margin: 0px 26%;
    }
}

@media screen and (max-width: 975px) {
    .slick_slide h2 {
        font-size: 2em;
        margin-bottom: 0px;
    }
    .slick_slide p {
        font-size: 1em;
        margin: 2px;
    }
}

@media screen and (max-width: 960px) {
    .desktop_image {
        display: none;
    }
    #hamburger, #search_icon, .mobile_image, #mobile_triggers {
        display: block;
    }
    #nav_container {
        height: 65px;
        position: relative;
        z-index: 10;
    }
    #nav {
        padding: 0;
        height: 65px;
    }
    #search_icon {
        z-index: 21;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    #search_icon img {
        width: 100%;
    }
    #hamburger {
        width: 45px;
        height: 40px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        overflow: hidden;
        left: 20px;
        top: 19.5px;
        position: relative;
    }
    #hamburger.menu-opened {
        top: 16.5px;
    }
    #hamburger span {
        display: block;
        position: absolute;
        height: 4px;
        width: 35px;
        background: #FFFFFF;
        border-radius: 4px;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #hamburger #span_one {
        top: 0px;
    }
    #hamburger #span_two {
        top: 12px;
    }
    #hamburger #span_three {
        top: 24px;
    }
    #hamburger.menu-opened #span_one {      
        top: 15px;       
        -webkit-transform: rotate(135deg);      
        -moz-transform: rotate(135deg);     
        -o-transform: rotate(135deg);       
        transform: rotate(135deg);      
    }       
    #hamburger.menu-opened #span_two {      
        opacity: 0;     
        right: -60px;       
    }       
    #hamburger.menu-opened #span_three {      
        top: 15px;       
        -webkit-transform: rotate(-135deg);     
        -moz-transform: rotate(-135deg);        
        -o-transform: rotate(-135deg);      
        transform: rotate(-135deg);     
    }

    #search_field_mobile {
        height: 58px;
    }
    #search_field_mobile::placeholder {
        color: #000000;
    }
    #search_field_mobile input:focus {
        outline: none;
    }
    #search_field_mobile input {
        background: #FFFFFF;
        border: 1px solid #cccccc;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        height: 40px;
        font-size: 1em;
        text-indent: 10px;
        color: #000000;
        width: 98%;
        font-weight: 300;
        letter-spacing: 0.075em;
        position: absolute;
        margin: 8px auto 0;
        left: 0;
        right: 0;
    }

    #mobile_search_close {
        width: 45px;
        height: 40px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        overflow: hidden;
        margin-top: 13px;
        position: absolute;
        right: 0px;
    }

    #mobile_search_close span {
        display: block;
        position: absolute;
        height: 4px;
        width: 35px;
        background: #000000;
        border-radius: 4px;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #mobile_search_close #span_one {
        top: 0px;
    }
    #mobile_search_close #span_two {
        top: 12px;
    }
    #mobile_search_close #span_three {
        top: 24px;
    }
    #mobile_search_close.menu-opened #span_one {      
        top: 15px;       
        -webkit-transform: rotate(135deg);      
        -moz-transform: rotate(135deg);     
        -o-transform: rotate(135deg);       
        transform: rotate(135deg);      
    }       
    #mobile_search_close.menu-opened #span_two {      
        opacity: 0;     
        right: -60px;       
    }       
    #mobile_search_close.menu-opened #span_three {      
        top: 15px;       
        -webkit-transform: rotate(-135deg);     
        -moz-transform: rotate(-135deg);        
        -o-transform: rotate(-135deg);      
        transform: rotate(-135deg);     
    }

    #search_field_mobile_initial {
        position: relative;
        top: 3.75px;
    }
    #search_field_mobile_initial::placeholder {
        color: #000000;
    }
    #search_field_mobile_initial input:focus {
        outline: none;
    }
    #search_field_mobile_initial input {
        background: #FFFFFF;
        border: 1px inset #cccccc;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        height: 40px;
        font-size: 1em;
        text-indent: 10px;
        color: #000000;
        width: 98%;
        font-weight: 300;
        letter-spacing: 0.075em;
        position: absolute;
        margin: 6px auto 0;
        left: 0;
        right: 0;
    }

    #mobile_search_close_initial {
        width: 45px;
        height: 40px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        overflow: hidden;
        margin-top: 10.65px;
        position: absolute;
        right: 7px;
    }

    #mobile_search_close_initial span {
        display: block;
        position: absolute;
        height: 4px;
        width: 35px;
        background: #000000;
        border-radius: 4px;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #mobile_search_close_initial #span_one {
        top: 0px;
    }
    #mobile_search_close_initial #span_two {
        top: 12px;
    }
    #mobile_search_close_initial #span_three {
        top: 24px;
    }
    #mobile_search_close_initial.menu-opened #span_one {      
        top: 15px;       
        -webkit-transform: rotate(135deg);      
        -moz-transform: rotate(135deg);     
        -o-transform: rotate(135deg);       
        transform: rotate(135deg);      
    }       
    #mobile_search_close_initial.menu-opened #span_two {      
        opacity: 0;     
        right: -60px;       
    }       
    #mobile_search_close_initial.menu-opened #span_three {      
        top: 15px;       
        -webkit-transform: rotate(-135deg);     
        -moz-transform: rotate(-135deg);        
        -o-transform: rotate(-135deg);      
        transform: rotate(-135deg);     
    }

    #mobile_header {
        top: -5px;
    }

    #main_nav, #utility_nav, #home_header, #landing_header {
        display: none;
    }

    #peco_mobile_logo, #mobile_header, #landing_mobile_header {
        display: block;
    }

    #no_banner {
        margin-top: 25.5%;
    }
    .rl_banner {
        margin-top: 0 !important;
    }
    #home_logo {
        width: 90% !important;
        top: -5px;
    }
    #slick_slider {
        top: 38.75%;
        display: flex !important;
        align-items: center;
        width: 90%;
    }
    .slick_slide h2 {
        font-size: 2.5em;
        margin-bottom: 15px;
        width: 45%;
        padding-left: 5%;
    }
    .slick_slide p {
        display: none !important;
    }
    .slick_slide a div {
        font-size: 1em;
        border: 1px solid #FFFFFF;
        width: 18%;
        margin-left: 5%;
    }
    .slick-arrow {
        display: block !important;
    }
    .slick-next {
        background: transparent url(../images/slide_right.png) no-repeat 0 0;
        border: none;
        padding: 0;
        margin: 0;
        color: transparent;
        cursor: pointer;
        float: right;
        font-size: 0;
        background-size: 100%;
        z-index: 20;
        height: 30px;
        width: 30px;
        min-width: 30px;
        }
    .slick-prev {
        background: transparent url(../images/slide_left.png) no-repeat 0 0;
        border: none;
        padding: 0;
        margin: 0;
        color: transparent;
        cursor: pointer;
        float: left;
        font-size: 0;
        background-size: 100%;
        z-index: 20;
        height: 30px;
        width: 30px;
        min-width: 30px;
    }
    #header_bottom {
        top: -20px;
    }

    #pallet_image {
        display: none;
        margin-top: -3.8%;
    }
    #pallet {
        margin: 10px auto 30px;
    }
    #pallet ul {
        width: 90%;
        margin: 0px auto;
    }
    .pallet_clear {
        display: block;
        clear: both;
    }
    #pallet li:first-child, #pallet li, #pallet li:last-child {
        width: 49%;
        height: 190px;
        margin: 0;
        padding: 0;
    }
    .second_pallet_li {
        border-right: none !important;
    }
    .first_pallet_li, .second_pallet_li {
        border-bottom: 1px solid #cccccc;
    }
    #pallet li p {
        margin-top: 45px;
    }
    #read_more_list {
        margin-top: 30px;
        margin-bottom: 0;
    }
    #read_more_list ul {
        width: 100%;
    }
    #read_more_list li {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    #last_rml_li {
        margin-bottom: 0px !important;
    }
    #read_more_list li p, .red_btn_home_atag, .red_btn_link_home {
        display: none;
    }
    .mobile_link {
        display: block !important;
    }
    #read_more_list li {
        margin-bottom: 0px;
    }
    #bullet_points {
        padding-top: 80px;
        padding-bottom: 300px;
    }
    #bullet_points_ul_container {
        width: 100%;
        margin: 0px auto;
    }
    #bullet_points ul {
        width: 100%;
    }
    #bullet_points ul li {
        width: 49%;
        margin-bottom: 50px;
        margin-right: 0px;
        text-align: center;
    }
    #bullet_points ul li img {
        width: 30%;
        padding-bottom: 5px;
    }
    #bullet_points ul li p {
        width: 60%;
        margin: 15px auto 0;
    }
    #bottom_cta_text p {
        margin-bottom: 5px;
    }
    .mobile_gone {
        display: none;
    }
    #form_block {
        padding: 5% 0;
    }
    #form_block, #form_image {
        width: 100%;
        float: none;
    }
    #infoform {
        display: none;
    }
    #form_block h1 {
        color: #FFFFFF;
        text-align: center;
    }
    #form_tag_line {
        display: block;
        text-align: center;
    }
    #form_tag_line_trigger {
        color: #FFFFFF;
    }
    .form_background_image {
        max-height: 360px;
    }
}

@media screen and (max-width: 950px) {
    #bottom_cta_text {
        bottom: 60px;
    }
    #bottom_cta img {
        width: 160%;
        left: -30%;
    }
}

@media screen and (max-width: 880px) {
    #arrow_list_container strong {
        position: relative;
        white-space: normal;
        left:0;
        top:0;
    }
    .alc_blocks {
        display: none;
    }
    .last_child {
        display: block;
        width: 100%;
    }
    #arrow_list_container {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    #arrow_list_container ul {
        width: 80%;
        margin: 0px auto;
    }
    #arrow_list_container ul li {
    }
}

@media screen and (max-width: 860px) {
    #bottom_cta img {
        left: -29%;
    }
}

@media screen and (max-width: 805px) {
    #pallet_image {
        margin-top: -4.2%;
    }
}

@media screen and (max-width: 790px) {
    #bottom_cta img {
        width: 175%;
        left: -37%;
    }
}

@media screen and (max-width: 780px) {
    #bottom_cta_text {
        width: 55%;
        margin: 0 25%;
    }
}
@media screen and (max-width: 768px) {
    #slick_slider {
        top: 39.5%;
    }
    .slick_slide h2 {
        font-size: 2.15em;
    }
    .slick_slide a div {
        width: 20%;
    }
    #bottom_cta img {
        left: -36%;
    }
}

@media screen and (max-width: 760px) {
    #slick_slider {
        top: 42.75%;
    }
    #bullet_points {
        padding-top: 40px;
        padding-bottom: 0px;
    }
    #bullet_points>img {
        display: none;
    }
    #bullet_points_ul_container {
        position: relative;
        padding: 65px 0 15px;
    }
    #bullet_points ul li {
        float: none;
        width: 100%;
        margin-bottom: 80px;
        margin-right: 0px;
        display: block;
    }
    #bullet_points ul li img {
    }
    #bullet_points {
        position: relative;
        padding-bottom: 10px;
        background: -webkit-linear-gradient(left top, #b5b3b3, #FFFFFF);
        background: -o-linear-gradient(bottom right, #b5b3b3, #FFFFFF);
        background: -moz-linear-gradient(bottom right, #b5b3b3, #FFFFFF);
        background: linear-gradient(to bottom right, #b5b3b3, #FFFFFF);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#550000FF, endColorstr=#55FFFF00);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#550000FF, endColorstr=#55FFFF00)";
    }
    #bullet_points_bottom {
        display: none;
    }
    #home_bottom {
        display: none;
    }
    #home_bot_mobile {
        display: block;
    }
    #bottom_cta_text {
        bottom: 120px;
    }
    #bottom_cta img {
        width: 150%;
        left: -23%;
    }
}

@media screen and (max-width: 750px) {
    #bottom_cta img {
        width: 105%;
        left: 0px;
    }
    #bottom_cta_text {
        bottom: 80px;
    }
}
@media screen and (max-width: 730px) {
    #form_block h1 {
        font-size: 2em;
    }
}

@media screen and (max-width: 720px) {
    #pallet_image {
        margin-top: -5%;
    }
}

@media screen and (max-width: 710px) {
    #slick_slider {
        top: 43.25%%;
    }
    .slick_slide h2 {
        font-size: 1.95em;
    }
    .slick_slide a div {
        font-size: 0.85em;
        width: 22%;
    }
}

@media screen and (max-width: 705px) {
    #bottom_cta_text {
        bottom: 64px;
    }
    #bottom_cta_text {
        width: 56%;
    }
}

@media screen and (max-width: 695px) {
    #bottom_cta_text {
        width: 63%;
        margin: 0 20%;
    }
}

@media screen and (max-width: 635px) {
    #bottom_cta_text {
        bottom: 50px;
    }
}

@media screen and (max-width: 630px) {
    .slick_slide h2 {
        font-size: 1.75em;
    }
}

@media screen and (max-width: 620px) {
    #bottom_cta img {
        width: 125%;
        left: -10%;
    }
    #bottom_cta_text {
        width: 64%;
        margin: 0 19%;
    }
}

@media screen and (max-width: 605px) {
    #pallet_image {
        margin-top: -5.75%;
    }
    #bullet_points ul li p {
        width: 70%;
    }
    .slick_slide h2 {
        font-size: 1.5em;
        width: 40%;
    }
    .slick_slide a div {
        width: 25%;
    }
    #bottom_cta_text {
        width: 80%;
        margin: 0 10%;
    }
    #search_field_mobile_initial input {
        height: 38px;
        width: 95%;
    }
    #search_field_mobile input {
        height: 36px;
        width: 93%;
        margin: 12px auto 0;
    }
    #mobile_search_close {
        margin-top: 15.25px;
        right: 12px;
    }
}

@media screen and (max-width: 550px) {
    #slick_slider {
        top: 44.65%;
    }
    .slick_slide h2 {
        font-size: 1.25em; 
        width: 45%;
    }
    .slick-prev {
        background-size: 55%;
    }
    .slick-next {
        background-size: 55%;
    }
    #form_block h1 {
        padding: 0 20%;
    }
}

@media screen and (max-width: 520px) {
    .slick_slide a div {
        width: 30%;
    }
    #bottom_cta_text {
        width: 85%;
        margin: 0px 8%;
    }
}

@media screen and (max-width: 500px) {
    #bottom_cta_text strong {
        font-size: 1.5em;
    }
    .mobile_cut {
        display: none;
    }
    #pallet_image {
        margin-top: -6.875%;
    }
}

@media screen and (max-width: 480px) {
    #read_more_list li strong {
        font-size: 1em;    
    }
    #bottom_cta_text {
        bottom: 65px;
    }
    #pallet li strong {
    font-size: 3.5em;
    }
    #pallet li p {
        font-size: 0.875em;
    }
    .first_pallet_li p {
        margin-top: 60px !important;
    }
    #slick_slider {
        top: 34.65%;
    }
}

@media screen and (max-width: 460px) {
    #bottom_cta_text {
        bottom: 50px;
    }
    #slick_slider {
        top: 33.65%;
    }
}

@media screen and (max-width: 450px) {
    #slick_slider {
        top: 30.05%;
    }
    .slick_slide a div {
        font-size: 0.65em;
        width: 25%;
    }
    .slick-prev {
        width: 40px;
    }
    .slick-next {
        width: 22px;
    }

}

@media screen and (max-width: 400px) {
    #bottom_cta_text {
        bottom: 35px;
        width: 90%;
        margin: 0px 5%;
    }
}

#mobile_nav_wrapper {
    position: relative;
    z-index: 9;
}

#mobile_logo_container {
    padding-bottom: 3%;
    border-bottom: 1px solid #CCCCCC;
}

#mobile_menu {
    display: block;
    background: #59595c;
}

#mobile_menu_logo {
    width: 100%;
    margin-top: -1px;
}

#mobile_menu ul {
    width: 100%;
    text-align: center;
}

#mobile_menu ul li {
    padding: 17px 0;
    font-size: 1.65em;
    color: #FFFFFF;
    font-weight: 700;
    border-bottom: 1px solid #CCCCCC;
}

#mobile_menu ul li a {
    color: #FFFFFF;
}

.mobile_menu_list {
    width: 2%;
}

#mobile_hot_links {
    text-align: center;
}

#mobile_red_link {
    width: 100%;
    padding: 5% 0;
}

#mobile_red_link_image {
}

#mobile_social_links {
    list-style: none;
    padding-bottom: 3.5%;
}

#mobile_social_links li {
    display: inline;
    margin: 0 0.5%;
    border-bottom: none !important;
}

#mobile_social_links li a {
}

.mobile_social_image  {
    width: 6%;
}

.active_bg {
    background: #FFFFFF !important;
}

.active {
    background: #000000 !important;
}

@media screen and (min-width: 960px) {
    #home_logo, #infoform {
        display: block !important;
    }
    #search_field_mobile, #search_field_mobile_initial, #mobile_nav_wrapper, #mobile_triggers {
        display: none !important;
    }
    .active_bg {
        background: #000000 !important;
    }
}
@media screen and (max-width: 768px) {
    .mobile_social_image  {
        width: 7%;
    }
}
@media screen and (max-width: 605px) {
    .mobile_menu_list {
        width: 3%;
    }
}

.landing_container  {
    margin-top: -60px;
}

.landing_page {
    margin-top: -5.75%;
}

.landing_container h1 {
    text-align: center;
    color: #ca1029;
    font-size: 5em;
}

.landing_container p {
    text-align: center;
    font-weight: 400;
    color: #4d4d4d;
}

.page_lead_sentence {
    width: 46.25%; 
    margin: -25px auto 0;
    font-size: 1.25em;
}

#landing_boxes {
    width: 80%;
    margin: 60px auto;
    text-align: center;
}

.landing_box {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    width: 49%;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    border-bottom: 4px solid #FFFFFF;
}

.landing_box_image_wrap {
    position: relative;
    background-size: cover !important;
    height: 100%;
    width: 100%;
    max-height: 400px;
    height: 400px;
}

#landing_box_image_wrap_one {
    background: url(../images/landing_1.png) no-repeat 0 0;
}

#landing_box_image_wrap_two {
    background: url(../images/landing_4.png) no-repeat 0 0;
}

#landing_box_image_wrap_three {
    background: url(../images/landing_6.png) no-repeat 0 0;
}

#landing_box_image_wrap_four {
    background: url(../images/landing_3.png) no-repeat 0 0;
}

#landing_box_image_wrap_five {
    background: url(../images/landing_5.png) no-repeat 0 0;
}

#landing_box_image_wrap_six {
    background: url(../images/landing_2.png) no-repeat 0 0;
}

.landing_box_image {
    width: 100%;
}

.landing_box_tease {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    text-align: center;
    color:#FFFFFF;
    background: rgba(0,0,0,.4);
}

.landing_box_tease:hover {
    background: rgba(0,0,0,.4) url(../images/Push_Button.png) no-repeat bottom right;
    background-position-x: 98.5%;
    background-size: 60px;
    background-position-y: 97%;
}

@media screen and (max-width: 1030px) {
    .landing_box_tease {
        background: rgba(0,0,0,.4) url(../images/Push_Button.png) no-repeat bottom right;
        background-position-x: 98.5%;
        background-size: 60px;
        background-position-y: 97%;
    }
}


.landing_box_tease_wrapper {
    display: table;
    vertical-align: bottom;
    height: 100%;
    width: 100%;
   margin-top: expression((parentNode.offsetHeight.offsetHeight/2)-(parseInt(this.offsetHeight)/2) <0 ? "0" :(parentNode.offsetHeight/2)-(parseInt(this.offsetHeight)/2) +'px');
}

.landing_box_tease_wrapper_center {
    display: table-cell;
    vertical-align: middle;
    margin-top: expression((parentNode.offsetHeight.offsetHeight/2)-(parseInt(this.offsetHeight)/2) <0 ? "0" :(parentNode.offsetHeight/2)-(parseInt(this.offsetHeight)/2) +'px');
}

.landing_box_tease h2 {
    font-size: 2em;
}

.landing_box_tease p {
    color: #FFFFFF;
    font-weight: 400;
    padding: 0 10%;
    font-size: 1.15em;
}

.landing_box_text  {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: url(../images/red_bg_point_four.png) repeat;
    color: #FFFFFF;
    height: 100%;
    overflow: scroll;
}

.landing_box_text_wrapper {
    display: table;
    vertical-align: bottom;
    height: 100%;
    width: 100%;
    margin-top: expression((parentNode.offsetHeight.offsetHeight/2)-(parseInt(this.offsetHeight)/2) <0 ? "0" :(parentNode.offsetHeight/2)-(parseInt(this.offsetHeight)/2) +'px');
}

.landing_box_text_wrapper_center {
    display: table-cell;
    vertical-align: middle;
    margin-top: expression((parentNode.offsetHeight.offsetHeight/2)-(parseInt(this.offsetHeight)/2) <0 ? "0" :(parentNode.offsetHeight/2)-(parseInt(this.offsetHeight)/2) +'px');
}

.landing_box_text h2 {
    width: 80%;
    margin: 0px auto;
    font-size: 1.25em;
    letter-spacing: .05em;
    font-weight: bold;
    text-align: left;
}


.landing_box_text p {
    width: 80%;
    margin: 0px auto;
    text-align: left !important;
    padding: 5px 0;
    font-weight: lighter;
    color: #FFFFFF;
}

.landing_box_text a {
    color: #FFFFFF;
    text-decoration: underline;
}

#pallet_vert {
    text-align: center;
    margin-top: 100px;
}

#pallet_vert img {
    width: 33%;
    margin-bottom: -5px;
    position: relative;
    z-index: 1;
    vertical-align: bottom;
}


@media screen and (max-width: 1600px) {
    .page_lead_sentence {
        width: 65%;
    }
}

@media screen and (max-width: 1500px) {
    .overflow_container {
        overflow: scroll;
        max-height: 60%;
        min-height: 240px;

    }
}

@media screen and (max-width: 1300px) {
    #landing_boxes {
        width: 100%;
    }
    #landing_box_image_wrap_six {
        background: url(../images/landing_2.png) no-repeat -100px 0;
    }
}

@media screen and (max-width: 1060px) {
    .landing_container h1 {
        font-size: 3.729375em;
    }
    .page_lead_sentence {
        width: 75%;
        margin: 15px auto 0;
    }
}

@media screen and (max-width: 1050px) {
    #landing_box_image_wrap_six {
        background: url(../images/landing_2.png) no-repeat -180px 0;
    }
    #pallet_vert img {
        width: 60%;
    }
}

@media screen and (max-width: 960px) {
    .landing_container {
        margin-top: 0px;
    }
}

@media screen and (max-width: 860px) {
    .landing_box {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid #FFFFFF;
    }
    #landing_box_image_wrap_six {
        background: url(../images/landing_2.png) no-repeat 0px 0;
    }
    #landing_box_image_wrap_five {
        background: url(../images/landing_5.png) no-repeat 0px 0;
    }
}

@media screen and (max-width: 720px) {
    .landing_container h1 {
        font-size: 3.729375em;
    }
    .page_lead_sentence {
        width: 90%;
    }
    #landing_box_image_wrap_six {
        background: url(../images/landing_2.png) no-repeat -180px 0;
    }
    #landing_box_image_wrap_five {
        background: url(../images/landing_5.png) no-repeat -165px 0;
    }
}

@media screen and (max-width: 620px) {
    .landing_container h1 {
        font-size: 2.75em;
        margin: 20px 10px -40px;
    }
    .why_page h1 {
        font-size: 2.75em;
        margin: 55px 10px -5px;
    }
}

@media screen and (max-width: 540px) {
    #landing_box_image_wrap_six {
        background: url(../images/landing_2.png) no-repeat -240px 0;
    }
}



.desktop_mainmenu {}

.mobile_mainmenu {}

.desktop_submenu {
    display: none;
    position: absolute;
    z-index: 20;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 5px 15px 5px;
    left: 0;
    top: 24px;
}
.desktop_submenu:hover {
    display: block;
}

.mobile_submenu {
    display: none;
    border-top: 15px solid #59595c;
    background: url(../images/red_bg_point_four.png) repeat;
    padding: 10px 0;
}

.mobile_submenu a li {    font-size: 0.8em !important;
    font-weight: lighter !important;
    border-bottom: none !important;
    padding: 5px 0 !important;
}

.desktop_submenu li {
    display: block;
    float: none !important;
    padding: 10px 10px 0;
    white-space: nowrap;
}

.rotate {
    transform: rotateZ(90deg);
}

.detail_container {
    width: 80%;
    margin: 0px auto;
    color: #4d4d4d;
    text-align: center;
    padding-top: 5px;
}

.more_space {
    padding-top: 30px;
}

.detail_container h2, .detail_container h3, .detail_container h4 {
    text-align: left;
}

.detail_column {
    width: 45%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    padding: 0 2.25%;
}

.detail_column h2 {
    margin-bottom: -10px;
    text-align: left;
}

.detail_column a h2 {
    color: #4d4d4d;
}

.detail_column p {
    text-align: left !important;
    line-height: 1.5em;
    font-weight: 500 !important;
}

.staffer {
    margin-bottom: 40px;
}

.staff_image {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 20%;
    padding-right: 5%;
}

.news_image {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 20%;
    padding-right: 5%;
}

.staff_image img {
    width: 100%;
}

.news_image img {
    width: 100%;
    opacity: 0.9;
}

.news_image img:hover {
    opacity: 1;
}

.staff_desc, .news_desc {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 60%;
    vertical-align: top;
}

.staffer_name {}

.staffer_title {
    color: #4d4d4d;
    margin-top: 10px;
    font-weight: 400;
}

.staff_desc p {}

.news_event_link_title {
    color: #4d4d4d;
}

.news_event_link_title:hover {
    color: #ca1029 !important;
}

.news_item {
    margin-bottom: 30px;
    text-align: left;
}

.news_title {
    font-weight: 400;
}

.news_title:hover {
    color: #ca1029 !important;
}


.col_lineup, .col_lineup_bot {
    padding: 0 60px; 
}
.col_lineup h2 {
    margin-top: 5%;
}
.col_lineup .detail_column:nth-child(2) {
        padding-left: 0;
        margin-left: -5%;
}


@media screen and (max-width: 1280px) {
    .news_list li {
        margin-bottom: 10px;
    }

}
@media screen and (max-width: 805px) {
    .col_lineup {
        padding: 0;
    }
    .col_lineup h2 {
        margin-top: 12%;
    }

    .col_lineup .detail_column:nth-child(2) {
        margin-left: 0;
    }
}

.col_lineup .detail_column:nth-child(3) {
        padding-right: 0;
}

.news_events_landing .detail_column:nth-child(2) {
        padding-left: 0;
        padding-right: 4%;
}
.news_events_landing .detail_column:nth-child(3) {
        padding-right: 0;
        padding-left: 4%;
}

.col_lineup_bot .detail_column:nth-child(3) {
    padding-left: 0;
    margin-left: -5.5%;
    padding-right: 4%;
}

.col_lineup_bot .detail_column:nth-child(4) {
    padding-right: 0;
    padding-left: 0;
}
@media screen and (max-width: 805px) {
    .col_lineup_bot {
        padding: 0;
    }

    .col_lineup_bot .detail_column:nth-child(3) {
        margin-left: 0;
        padding-right: 0;
    }
}

.news_events_landing {
    margin-top: -60px;
}

#news_events_title {
    margin-bottom: 50px;
}

@media screen and (max-width: 1255px) {
    #news_events_title {
        padding-top: 30px;
    }
}

@media screen and (max-width: 1100px) {
    .news_events_landing .news_title {
        margin-top: 0;
    }
}

@media screen and (max-width: 970px) {
    .news_events_landing {
        padding-bottom: 45px;
    }
}

@media screen and (max-width: 860px) {
    .news_events_landing .detail_column:nth-child(2) {
            padding-right: 0;
    }
    .news_events_landing .detail_column:nth-child(3) {
            padding-left: 0;
    }
    .news_image {
        width: 20%;
    }
    .news_events_landing .news_title {
        margin-top: 1em;
    }
}

@media screen and (max-width: 720px) {
    .news_events_landing {
        padding-bottom: 15px;
    }
}


.news_spacing_top {
    padding-bottom: 70px;
    padding-top: 0px;
}

.news_spacing_bot {
    padding-top: 40px;
}

.news_spacing_bot p {
    font-weight: 400;
    text-align: left;
    line-height: 1.5em;
}

.news_bg {background: #ededed;
    margin-top: 0;
    margin-bottom: 60px;
    padding:  120px 60px 60px;
}

.news_list li {
    background: url(../images/red_arrow_right_news.png) no-repeat top left;
    background-size: 20px;
    padding-left: 30px;
    line-height: 1.5em;
    min-height: 60px;
    text-align: left;
}

.news_list li a {
    text-decoration: none;
    color: #4d4d4d;
}

.news_list li a:hover {
    text-decoration: underline;
    color: #ca1029;
}

.sponsor_list li {
    background: url(../images/PECO_Award.png) no-repeat top left;
    background-size: 30px;
    padding-left: 40px;
    line-height: 1.5em;
    min-height: 60px;
    text-align: left;
}


.sponsor_list li a {
    text-decoration: none;
    color: #4d4d4d;
}

.sponsor_list li a:hover {
    text-decoration: underline;
    color: #ca1029;
}

#see_more_press_releases, #see_less_press_releases {
    margin-top: 30px;
}

#more_press_releases, #more_lb  {
    display: none;
    padding: 0 60px;
}
#more_lb  {
     margin-bottom: 20px;
}
#archive_pr_title {
display: none;
padding: 0 60px;
}
#more_press_releases .detail_column:nth-child(1) {
        padding-left: 0;
        margin-left: -5%;
}

#more_press_releases .detail_column:nth-child(2) {
    padding-right: 0;
}
.red_bg_top {
    background: #ca1029;
    padding-top: 10%;
    position: absolute;
    top: 0;
    left: -4px;
    z-index: 88;
    width: 50%;
}
.red_bg_bot {
    background: #ca1029;
    width: 38.05%;
    padding: 10% 0 16% 12%;
    vertical-align: bottom;
}
.red_white_right {
    padding: 10% 10% 0 0;
    width: 38%;
}
.red_white_right .news_item {
    width: 80%;
    margin: 0px auto;
}
#rl_more_news_btn {
    text-align: center;
    margin-top: 20px;
}

#more_news_btn {
    background: #ca1029;
    margin: 3% auto 0;
    text-align: center;
    color: #FFFFFF;
    padding: 1% 3%;
    border-radius: 6px;
    white-space: nowrap;
}

#more_news_btn:hover {
    color: #ca1029 !important;
    background: #FFFFFF;
    border: 1px solid #ca1029;
}
#red_link_login_button:hover {
    color: #ca1029 !important;
    background: #FFFFFF;
    border: 1px solid #ca1029;
    cursor: pointer;
}

@media screen and (max-width: 1600px) {
    .red_bg_bot {
        padding: 5% 0 16% 12%;
    }
    .red_white_right {
        padding: 5% 10% 0 0;
    }
}

@media screen and (max-width: 1540px) {
    .red_bg_bot {
        padding: 5% 0 16% 7%;
        width: 43.05%;
    }
    .red_white_right {
        padding: 5% 0% 0 4%;
        width: 44%;
    }
    .red_white_right .news_item {
        width: 100%;
    }
}

@media screen and (max-width: 1250px) {
    .red_link_container {
            margin-top: -10%;
    }
}

@media screen and (max-width: 1190px) {
    .red_white_right .news_item .news_desc a h2 {
        font-size: 1.15em;
    }
}
@media screen and (max-width: 1060px) {
    .red_bg_bot {
        padding: 14% 0 18% 7%;
    }
    .red_white_right {
        padding: 10% 0% 0 4%;
    }
}

@media screen and (max-width: 960px) {
    .red_bg_top {
        padding-top: 20%;
    }
    .red_bg_bot {
        padding: 14% 0 23% 7%;
    }
}

@media screen and (max-width: 805px) {
    #more_press_releases {
        padding: 0;
    }
    #archive_pr_title {
    padding: 0 0;
    }
    #more_press_releases .detail_column:nth-child(1) {
        margin-left: 0;
    }

    #more_press_releases .detail_column:nth-child(2) {
        margin-left: 0;
        padding-right: 0;
    }
    .red_bg_top {
        left: 0;
    }
}



#more_press_releases .detail_column {}
#more_press_releases .detail_column .news_list {}
#more_press_releases .detail_column .news_list li {}

.detail_three_column {
    width: 30%; 
    display: inline-block; 
    *display: inline;
    zoom: 1;
    vertical-align: top; 
    padding: 0 1.25%;
}

.detail_three_column img {
    width: 65%;
}

.detail_three_column a {
    color: #4D4D4D;
}

.detail_three_column a:hover {
    color: #ca1029;
}

.event_item {
    margin-bottom: 45px;
    vertical-align: top;
    min-height: 230px;
    border: 1px solid #cd1230;
    padding: 20px;
}

.event_item h2 {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 1.35em;
    text-align: center;
}

.tradeshow_link:hover {
    color: #ca1029;
    text-decoration: underline;
}
.contact_spacing_bottom a {
    color: #4D4D4D;
}
.contacts_link {
    color: #4D4D4D;
}

.contacts_link:hover {
    color: #ca1029;
    text-decoration: underline;
}

.careers_link {
    color: #4D4D4D;
    font-weight: 400;
}

.careers_link:hover {
    color: #ca1029;
    text-decoration: underline;
}

.event_item p {
    text-align: left;
    margin: 0;
    line-height: 1.5em;
    font-weight: 300;
    text-align: center;
}

#nga {
    width: 53.3%;
}

#wwa {
    width: 75%;
}

#iwia {
    width: 56%;
}

#cwpca_acpcb {
    width: 35.5%;
}

#cfig_fcei {
    width: 27.5%;
}

#pma_logo {
    width: 36.5%;
}

#bcfood {
    width: 64%;
}

#fcpc {
    width: 50%;
}

#bcpma {
    width: 64%;
}

#ifda {
    width: 69%;
}

#illuminators {
    width: 65%;
}

#pma {
    width: 41%;
}

#mhioa {
    width: 49%;
}

#united_fresh {
    width: 54%;
}

#qpma {
    width: 100%;
}

#nwp_ca {
    width: 100%;
}

#cpma {
    width: 100%;
}

.container_width {
    width: 80%;
    margin: 0px auto; 
}

.trigger_link {
}


.seventy {

}

.thirty {
    text-align: center;
}

.thirty h2 {
    margin-bottom: 0px;
    text-align: left;
}

.thirty img {
}

#full_pallet, #half_pallet {
    display: none;
}

#full_pallet .detail_container, #half_pallet .detail_container {
    padding-top: 0;
}

#full_pallet ul , #half_pallet ul {
    text-align: left;
    margin-top: -15px;
    margin-bottom: 25px;
}

#full_pallet_trigger, #half_pallet_trigger {
    font-size: 1.25em;
    font-weight: 700;
    color: #4d4d4d;
    text-align: left;
}

#spec_intro {
    margin-bottom: 60px;
}
#spec_intro p {
    text-align: left;
    font-weight: 300;
}

.spec_red_gray {
    padding: 0;
    margin: 0;
    line-height: 1em !important;
    padding-bottom: 5px;
}

.spec_line {
    padding: 0;
    margin: 0;
    line-height: 1em !important;
    padding-top: 5px;
}

.spec_red_title {
    color: #ca1029;
}

.download_link {
    color: #4d4d4d;
    cursor: pointer;
}

.download_link:hover, #full_pallet_trigger:hover, #half_pallet_trigger:hover {
    color: #ca1029;
    text-decoration: underline;
}

table {
    border-collapse: collapse;
    border: 1px solid #000000;
    width: 100%;
}

th {
    border: 1px solid #000000;
    word-break: break-word;
}

td {
    border-right: 1px solid #000000;
    text-align: left;
    vertical-align: top;
    padding-left: 2%;
    word-break: break-word;
}

.red {
    text-align: left;
    color: #ca1029;
}

.gray {
    text-align: left;
}

.trigger_link {
    padding: 10px 0;
    font-size: 1.15em;
    border-bottom: 1px solid #4d4d4d;
}

.trigger_link img {
    width: 15px;
}

@media screen and (max-width: 1685px) {
    .desktop_submenu {
        background: rgba(0, 0, 0, 0.9);
    }
}



@media screen and (max-width: 1255px) {
    .leadership {
        display: block;
        width: 100%;
    }
    .staff_image {
        width: 20%;
    }
    .staff_image img {
        width: 100%;
    }
    .staff_desc {
        width: 72%;
    }
    .news_bg {
        padding: 60px 0 20px;
    }
}

@media screen and (max-width: 960px) {
    .news_bg {
        margin-bottom: 0px;
    }
    .news_title {
        font-size: 1.15em;
    }
}
@media screen and (max-width: 860px) {
    .news_events_landing .detail_column {
        width: 100%;
        display: block;
        vertical-align: top;
        padding: 0;
    }
}

@media screen and (max-width: 805px) {
    .detail_column {
        width: 100%;
        display: block;
        vertical-align: top;
        padding: 0;
    }
}

@media screen and (max-width: 760px) {
    .detail_three_column {
        width: 100%;
        display: block;
        padding: 0;
    }
}

@media screen and (max-width: 720px) {
    .staff_image {
        width: 100%;
        display: block;
        text-align: center;
    }
    .staff_image img {
        width: 50%;
    }
    .staffer_name, .staffer_title {
        text-align: center !important;
    }
    .staff_desc {
        width: 100%;
        display: block;
    }
    .news_item {
        padding-bottom: 40px;
    }
    .news_image {
        width: 100%;
        display: block;
        text-align: center;
    }
    .news_image img {
        width: 40%;
    }
    .news_desc {
        width: 100%;
        display: block;
    }

}

#sitemap_wrapper {
    position: relative;
    z-index: 10;
}

#footer_bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    min-height: 480px
}

@media screen and (max-width: 2000px) {
    #footer_bg {
        min-height: 500px
    }
}
@media screen and (max-width: 1600px) {
    #footer_bg {
        min-height: 460px
    }
}
@media screen and (max-width: 1420px) {
    #footer_bg {
        min-height: 425px
    }
}
@media screen and (max-width: 1250px) {
    #footer_bg {
        min-height: 400px
    }
}
@media screen and (max-width: 960px) {
    #footer_bg {
        min-height: 900px
    }
}
@media screen and (max-width: 910px) {
    #footer_bg {
        min-height: 815px
    }
}
@media screen and (max-width: 760px) {
    #footer_bg {
        min-height: 760px
    }
}
@media screen and (max-width: 605px) {
    #footer_bg {
        min-height: 715px
    }
}

@media screen and (max-width: 540px) {
    #footer_bg {
        min-height: 680px
    }
}

#sitemap_container {
    width: 76%;
    margin: 0 auto;
    padding: 5% 0 1%;
    position: relative;
    z-index: 9;
}

#sitemap_left, #sitemap_right {
    color: #FFFFFF;
    width: 48%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    line-height: 1.75em;
}

#sitemap_left img {}

#sitemap_logo {
    width: 40%;
    padding-bottom: 3%;
}

#sitemap_left p {
    margin: 2px;
    padding: 0;
}

#sitemap_left b {}

#sitemap_left a {
    color: #FFFFFF;
    font-weight: 300;
}

#awards_images {
    padding: 5% 0 0;
}

#awards_images img {
    width: 20%;
    padding: 0 1%;
    max-height: 80px;
    width: auto;
}

.sitemap_links {
    width: 48%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.sitemap_links ul {
    padding-left: 25%;
}

.sitemap_links li {
    line-height: 1.75em;
}

.sitemap_links a {
    color: #FFFFFF;
    opacity: 0.9;
    font-size: 0.875em;

}

.sitemap_links a:hover {
    border-bottom: 2px solid #ca1029;
}


@media screen and (max-width: 1800px) {
    #sitemap_logo {
        width: 50%;
    }
}

@media screen and (max-width: 1750px) {
    #awards_images img {
        max-height: 70px;
    }
}

@media screen and (max-width: 1520px) {
    #awards_images img {
        max-height: 60px;
    }
}

@media screen and (max-width: 1325px) {
    #sitemap_logo {
        width: 55%;
    }
}

@media screen and (max-width: 1300px) {
    #awards_images img {
        max-height: 50px;
    }
}

@media screen and (max-width: 1200px) {
    #awards_images img {
        max-height: 50px;
    }
}

@media screen and (max-width: 1100px) {
    #awards_images img {
        max-height: 42px;
    }
}

@media screen and (max-width: 1085px) {
    .sitemap_links ul {
        padding-left: 15%;
    }
}

@media screen and (max-width: 1050px) {
    #sitemap_logo {
        width: 70%;
    }
}


@media screen and (max-width: 970px) {
    #awards_images img {
        max-height: 44px;
    }
}

@media screen and (max-width: 960px) {
    #awards_images img {
        max-height: 55px;
    }
    #sitemap_container {
        padding: 10% 0;
    }
    #sitemap_logo {
        width: 50%;
    }
    #sitemap_left, #sitemap_right {
        width: 100%;
        display: block;
    }
    #sitemap_left {
        padding-left: 7.5%;
        padding-bottom: 6%;
        width: 92.5%;
    }
}

@media screen and (max-width: 801px) {
    #sitemap_logo {
        width: 58%;
    }
}

@media screen and (max-width: 768px) {
    #sitemap_logo {
        width: 60%;
    }
}

@media screen and (max-width: 768px) {
    #sitemap_container {
        padding: 10% 0 2%;
    }
    #sitemap_logo {
        width: 68%;
    }
    #sitemap_left {
        padding-left: 0;
        padding-bottom: 6%;
        width: 100%;
        text-align: center;
    }

}

@media screen and (max-width: 620px) {
    #awards_images img {
        max-height: 50px;
    }
    #sitemap_wrapper {
        background: url(../images/desktop_footer_bg.jpg) -2px 0;
    }
}

@media screen and (max-width: 605px) {
    #sitemap_container {
        padding: 15% 0 5%;
    }
    #footer_container {
        padding-bottom: 10%;
    }
}

@media screen and (max-width: 570px) {
    #awards_images img {
        max-height: 44px;
    }
}

@media screen and (max-width: 500px) {
    #awards_images img {
        max-height: 40px;
    }
}

@media screen and (max-width: 480px) {
    #sitemap_container {
        width: 100%;
    }
}

#online_store_link {
    padding: 0 0 20px;
    margin-top: -10px;
}

#online_store_link a {
    color: #FFFFFF;
    font-size: 1.5em;
}

@media screen and (max-width: 605px) {
    .mobile_social_image {
        width: 8%;
    }
    #online_store_link {
        padding: 0 0 13px;
    }

    .mobile_menu_list {
        width: 3%;
    }
}

.landing_link .landing_box_tease_wrapper_center:hover {
    background: url(../images/red_bg_point_four.png) repeat !important;
    color: #FFFFFF;
}


#content_left_double h1 { margin-top: 1em; margin-bottom:0.7em; text-align: center; font-size:20px; }
#content_left_double>ul { margin-top: 15px; }
h2 { margin-top: 1em; margin-bottom:0.7em; }
h3 { margin-top: 1em; margin-bottom:0.7em; }
#content_left_double p { margin-top: 1em!important; }
#content_right_single p { margin-top: 0px!important; }
#content_left_double { line-height:175%!important; }
.eoo { text-align:center; font-weight:bold; font-style:italic; }
@media print {
    @page { size:8.5in 11in; margin: 3cm; margin-top: 2.5cm; margin-bottom:2.5cm; }
    #content { float: left; }
    #content, #content_container, #content_left_double 
        { width: 97%!important; line-height:175%!important; }
    #content_container { width:97%!important; }
    #header, #top_image, #secondary_nav, #content_right_single, #awards, #social_media, 
    #footer, #navigation_links { display: none; }
    #peco_logo { display:block; top:0cm; padding: 0.2cm;  }
    h1 { text-align: center; font-size: 20pt!important; line-height: 26pt; }
    h2, h3, h4 { font-size: 18pt!important; font-weight:bold;  line-height: 25pt; page-break-after: avoid; }
    li, p { page-break-inside: avoid; font-size: 17pt!important;  line-height: 26pt!important; }
}

.detail_column .dl_print_spec {
    font-weight: 700 !important;
    line-height: 1em;
    margin: 50px 0;
    text-align: center !important;
}

.dl_print_spec img {
    width: 15px;
    transform: rotate(90deg);
}


#service_net_image {
    width: 40.5%;
}

@media screen and (max-width: 1800px) {
    #service_net_image {
        width: 55.5%;
    }
}

@media screen and (max-width: 1260px) {
    #service_net_image {
        width: 66.5%;
    }
}

@media screen and (max-width: 1050px) {
    #service_net_image {
        width: 75.5%;
    }
}

@media screen and (max-width: 880px) {
    #service_net_image {
        width: 85.5%;
    }
}

@media screen and (max-width: 801px) {
    #service_net_image {
        width: 93%;
    }
}

@media screen and (max-width: 605px) {
    .spec_phone_fix {
        width: 90%;
    }
}


#full_pallet h4, #half_pallet h4 {
    margin-bottom: 5px;
    margin-top: 36px;
}

#brochures, #casestudies, #pallet_specs {
    display: none;
}

#downloads_list .trigger_link {
    text-align: left;
}
#downloads_list .trigger_link a {
    font-weight: 400;
    font-size: 1.25em;
    color: #4D4D4D;
}

#brochures ul {}
#brochures ul li {
    width: 22%;
    margin: 0 1%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
}
#brochures ul li img {
    width: 90%;
}
#brochures a {    color: #4D4D4D;}

#casestudies ul {}
#casestudies ul li {
    width: 22%;
    margin: 0 1%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
}
#casestudies ul li img {
    width: 90%;
}
#casestudies a {    color: #4D4D4D;}


#pallet_specs ul {}
#pallet_specs ul li {
    width: 22%;
    margin: 0 1%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
}
#pallet_specs ul li img {
    width: 90%;
}
#pallet_specs a {    color: #4D4D4D;}

#videos ul {}
#videos ul li {
    width: 30%;
    margin: 2% 1%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    vertical-align: top;
}
#videos ul li img {
    width: 90%;
}
#videos a {    color: #4D4D4D;}


#peco_today_video, #peco_saftey_english_video, #peco_saftey_spanish_video, #peco_saftey_french_video, #sales_inquiry, #mailing_list {
    display: none;
}

#red_link_login_modal {
    display: none;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999999;
}

 .dialog_box {
    width: 60%;
    position: absolute;
    top: 18%;
    margin: 0 auto;
    padding: 1%;
    z-index: 999999999999999999;
    text-align: center;
    background: #FFFFFF;
    border-radius: 20px;
    border: 5px solid #ffffff;
    left: 0;
    right: 0;
}

.close_video_btn {
    position: absolute;
    right: -30px;
    top: -30px;
    color: #ffffff;
    border-radius: 50%;
    padding: 0.1% 1.5%;
    border: 3px solid #ffffff;
    background: #000000;
    cursor: pointer;
}

.contact_container {
    height: 100%;
    background: #59595c;
    margin-top: 5%;
}
.contact_detail {
    float: left;
    width: 37.25%;
    min-height: auto;
    color: #FFFFFF;
    padding-left:12%;
    margin-top: 4.5%;
}
.contact_map {
    float: right;
    width: 49.25%;
}

.contact_map img {
    width: 100%;
}

.contact_detail_row {
    padding: 2% 0;
}

.contact_header_link {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.contact_detail_column_image {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 10%;
    vertical-align: middle;
}

.contact_detail_column_image img {
    width: 70%;
}

.contact_detail_column_button {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    text-align: center;
    margin-right: 3%;
}

.contact_detail_column_button a {
    color: #FFFFFF;
}

.red_btn_contact {
    background: #d0112b;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    padding: 6px 10px 9px;
    font-size: 1em;
    white-space: nowrap;
}

.contact_detail_column_button a:hover {
    color: #d0112b;
}
.red_btn_contact:hover {
    background: #FFFFFF;
}
.contact_detail_column {
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 3%;
}

.contact_detail_column p {
    text-align: left;
    font-size: 1.25em;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}
.contact_title_red {
    color: #cf0a2c;
}
.contact_title_gray {
    color: #59595c;
}

.contact_spacing_bottom {
    margin-bottom: 5%;
}
#map_container {
    position: relative;
    padding-top: 56%;
}
#map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

@media screen and (max-width: 2160px) {
    .contact_detail {
        margin-top: 4%;
    }
}
@media screen and (max-width: 1750px) {
    .contact_detail {
        margin-top: 3.5%;
    }
}

@media screen and (max-width: 1460px) {
    #map_container {
        padding-top: 58%;
    }
}

@media screen and (max-width: 1250px) {
    .contact_detail {
        margin-top: 3.15%;
        padding-left: 5%;
    }
    .contact_detail_column_image img {
        width: 90%;
    }
    #map_container {
        padding-top: 64%;
    }

}
@media screen and (max-width: 1180px) {
    .contact_detail {
        margin-top: 2.5%;
        padding-left: 3%;
    }
}

@media screen and (max-width: 1050px) {
    .contact_detail {
        margin-top: 3.75%;
        width: 46%;
    }
    .contact_detail_column p {
        font-size: 1.15em;
    }
    #map_container {
        padding-top: 76%;
    }
}

@media screen and (max-width: 1000px) {
    .contact_detail {
        margin-top: 5.75%;
    }
    #map_container {
        padding-top: 85%;
    }
}


@media screen and (max-width: 850px) {
    .contact_detail {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    #contact_detail_wrapper {
        position: relative;
        padding: 3%;
        text-align: center;
    }
    .contact_detail_row {
        padding: 2% 0;
        display: inline-block;
        *display: inline;
        zoom: 1;
        text-align: center;
        vertical-align: top;
        width: 32%;
        margin: 1%;
    }
    .contact_detail_row:last-child {
        width: 100%;
        text-align: center;
    }
    .contact_detail_column_image {
        display: block;
        width: 30%;
        vertical-align: middle;
        text-align: center;
        margin: 0px auto;
    }

    .contact_detail_column p {
        font-size: 1.15em;
        text-align: center;
    }

    .red_btn_contact {
        margin-bottom: 3%;
    }
    .contact_map {
        float: none;
        width: 100%;
    }
    #map_container {
        padding-top: 40%;
    }
    .contact_br {
        display: block;
    }
}

@media screen and (max-width: 801px) {
    .contact_spacing_bottom {
        margin-bottom: 10%;
    }
    .contact_container {
        margin-top: 15%;
    }
}

@media screen and (max-width: 750px) {
    .contact_detail_column_button {
        margin-bottom: 3%;
    }
    .contact_br {
        display: none;
    }
    #contact_detail_wrapper {
        padding: 10% 0;
    }
    .contact_detail_row {
        display: block;
        padding-left: 10%;
        width: 90%;
        margin: 0;
        text-align: left;
    }
    .contact_detail_column_image {
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 10%;
    }
    .mobile_spacing_top {
        margin-top: 25px;
    }
    .contact_detail_column {
        display: inline-block;
        *display: inline;
        zoom: 1;
        text-align: left;
        width: 80%;
    }
    .contact_detail_column p {
        text-align: left;
        margin-left: 2%;
    }
    .contact_detail_column p a {
        color: #FFFFFF;
        text-decoration: none;
    }
    .contact_detail_row:last-child .contact_detail_column p {
        text-align: center;
        margin-left: 0;
    }
    .contact_detail_row:last-child {
        padding: 0;
        margin: 5% 0 0;
    }
    #map_container {
        padding-top: 55%;
    }
}

@media screen and (max-width: 605px) {
    #map_container {
        padding-top: 70%;
    }
}

#red_link_header {
    text-align: left;
    color: #FFFFFF;
    font-size: 2em;
    margin-bottom: 35px
}

@media screen and (max-width: 1250px) {
#red_link_header {
    padding-top: 40px;
}
}

@media screen and (max-width: 960px) {
#red_link_header {
    padding-top: 0px;
}
}

.red_link_login_form_field {

}

.red_link_login_form_field input {
    padding: 3% 2%;
    width: 80%;
    margin-bottom: 15px;
    border-radius: 7px;
    border: 1px solid #cccccc;
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: .1em;
}
#red_link_login_form_forgot_password {
    text-align: left;
    padding-left: 2%;
    margin-bottom: 35px;
}
#red_link_login_form_forgot_password a {
    color: #FFFFFF;
    font-style: italic;
}
#red_link_login_btn_container {
    text-align: center;
    padding-right: 12%;
}
#red_link_login_button {
    background: #ca1029;
    padding: 10px 30px;
    color: #FFFFFF;
    border-radius: 6px;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .1em;
    margin-bottom: 35px;
    border: 1px solid #FFFFFF;
}
#asset_recovery_program_link {
    text-align: center;
    padding-right: 12%;
}
#request_pallet_pickup {
    text-align: center;
    padding-right: 12%;
    margin-bottom: 35px
}
#request_pallet_pickup_btn {
    padding: 1% 3%;
    border-radius: 6px;
    font-size: 1.25em;
    border: 1px solid #FFFFFF;
    background: #ca1029;
    color: #FFFFFF;
}

#request_pallet_pickup_btn:hover {
    color: #ca1029;
    border: 1px solid #ca1029;
    background: #FFFFFF;
}
#asset_recovery_program_btn {
    padding: 1% 3%;
    border-radius: 6px;
    font-size: 1.25em;
    border: 1px solid #FFFFFF;
    background: #ca1029;
    color: #FFFFFF;
}

#asset_recovery_program_btn:hover {
    border: 1px solid #ca1029;
    color: #ca1029;
    background: #FFFFFF;
}

.no_vert_pallet {
    margin-bottom: 15%;
}

.no_vert_pallet img {
    width: 100%;
}
.job_closer {
    border-top: 1px solid #4d4d4d;
    padding-top: 20px;
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 20px;
}

.center_text {
    text-align: center !important;
}
.eoo {
    font-weight: 700 !important;
}
.job_listing {
    text-align: left;
    padding-top: 0;
}
.job_listing p {
    text-align: left;
}

.job_listing_ul {
    list-style: disc;
    margin-left: 5%;
}

.job_listing_ul li {}

.job_listing_ul ul {
    list-style: circle;
    margin-left: 22px;
}

.job_listing_ul ul ul {
    list-style: square;
}

.job_listing_ul ul li {}

.red_btn_atag {
    color: #FFFFFF;
 }
.red_btn_link {
    padding: 0 5px;
    border: 1px solid #ca1029;
    background: #ca1029;
    border-radius: 0px;
    text-align: center;
    font-size: .575em;
    vertical-align: text-bottom;
    white-space: nowrap;
}

.red_btn_atag:hover {
    color: #ca1029;
}
.red_btn_link:hover {
    background: #FFFFFF;
    color: #ca1029;
}
#red_link_login_form_forgot_password a:hover {
    text-decoration: underline;
}
.news_pr_link {
    color: #ca1029;
    padding: 10px 30px;
    border-radius: 6px;
    border: 1px solid #ca1029;
    font-size: 1em;
    background: #FFFFFF;
    cursor: pointer;
}
.news_pr_link:hover {
    background: #ca1029;
    color: #FFFFFF;
}
#latest_news_rlp {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2em;
    color: #4d4d4d;
}
@media screen and (max-width: 805px) {
    .red_bg_top {
        width: 100%;
    }
    .red_link_container {
        margin-top: -7%;
    }
    .red_bg_bot {
        text-align: center;
        padding-top: 10%;
        padding-bottom: 10%;
    }
    #red_link_header {
        text-align: center;
    }
    #red_link_login_form_forgot_password {
        padding-left: 10%;
    }
    #red_link_login_btn_container {
        padding-right: 0;
    }
    #asset_recovery_program_link, #request_pallet_pickup {
        padding-right: 0;
    }
    .red_white_right {
        padding: 15% 0;
    }
    .red_white_right .news_item {
        width: 80%;
        margin: 5% auto;
    }
}


.detail_row {
    text-align: left;
    margin-top: 10px;
    vertical-align: top;
}

.detail_row input {
    width: 98.5%;
    height: 38px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    font-size: 1.15em;
    color: #4d4d4d;
}

.detail_row textarea {
    border-radius: 6px;
    border: 1px solid #cccccc;
    font-size: 1.15em;
    color: #4d4d4d;
}

.column_left {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    width: 49%;
    margin-top: 10px;
    vertical-align: top;
}
.column_right {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    width: 49%;    
    margin-top: 10px;
    vertical-align: top;
}

.column_left input {
    width: 80%;
}

.column_right input {
    width: 100%;
}

#copy_address_container {
    text-align: right;
}
#copy_address_text {
    font-style: italic;
    font-size: 0.85em;
    font-weight: 700;
    vertical-align: middle;
}

#copy_address {
    width: auto;
    height: auto;
}

#frm_contact #comments {
    width: 94.5%;
    margin-left: -5px;
    border-color: #cccccc;
}

#google_captcha_container {
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 20px auto;
}

#frm_contact #submit {
    color: #FFF;
    background-color: #ca1029;
    padding: 10px 30px;
    width: auto;
    border: 1px solid #ca1029;
    border-radius: 6px;
    font-size: 1em;
    cursor: pointer;
}

#frm_contact #submit:hover {
    color: #ca1029;
    background-color: #FFFFFF;
    border: 1px solid #ca1029;
}

.centered_row {
    text-align: center !important;
}

#frm_contact select {
    height: 38px;
    width: 100%;
    font-size: 1em;
}

.formError .formErrorContent {
    width: 100%;
    background: none; 
    position: relative;
    z-index: 5001;
    color: #ee0101;
    width: 150px;
    font-family: tahoma;
    font-size: 11px;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.formError .formErrorArrow {
    display: none;
}

.formError {
    margin-left: -95px;
    margin-top: 36px !important;
    z-index: 9999999999999999999 !important;
}

.push_icon {
    width: 60px;
    position: absolute;
    right: 10px;
    bottom: 10px; 
}

.gsc-control-cse, {
    overflow: hidden;
}
.gsc-control-cse, .gsc-control-cse table, .gsc-control-cse td {
    border: none;
}


#sales_inquiry, #mailing_list {
    display: none;
    background: #d0112b;
    color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
}

#guestbook_trigger span {
    font-size: .825em;
}

#guestbook_trigger {
    color: #FFFFFF;
}

#guestbook_trigger:hover {
    color: #d0112b;
}

#si_wrapper, #ml_wrapper {
    padding: 20px 0;
    width: 80%;
    margin: 0px auto;
}

#ml_wrapper {
    text-align: center;
}

#si_form_logo {
    width: 175px;
}
#si_wrapper .header {
    text-align: center;
    padding-top: 20px;

}
#si_wrapper label {
    line-height: 2.15em;
}
#si_wrapper .header div {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 1.75em;
    padding: 10px;
}
.full_width {
    width: 100%;
    margin-top: 10px;
}
.full_width textarea {
    width: 94% !important;
    margin-left: 0 !important;
    border-radius: 6px;
    margin-bottom: 20px;
}

#sales_inquiry #frm_contact #submit, #subForm input[type="submit"] {
    color: #ca1029;
    background-color: #FFFFFF;
    padding: 10px 30px;
    width: auto;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    font-size: 1em;
    cursor: pointer;
}

#sales_inquiry #frm_contact #submit:hover, #subForm input[type="submit"]:hover {
    color: #FFFFFF;
    background-color: #ca1029;
}

.sign_up_input {
    border: none;
    border-radius: 6px;
    height: 32px;
    font-size: 1em;
    padding-left: 10px;
}

.more_text {
    display: none;
}

#less_joe, #less_tom, #less_adrian, #less_jeff, #less_mike, #less_ken, #less_roberto, #less_ed, #less_denneen, #less_swati, #less_patti {
    display: none;
}

.align_left p {
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .align_left  {
        display: block;
        width: 100%;
    }
}

.page_end_sentence {
    width: 90%;
    margin: 0px auto;
}

.red_detail_link {
    color: #ca1029;
    cursor: pointer;
}

.red_detail_link:hover {
    text-decoration: underline;
}


#fixed_logo {
    display: none;
}
#fixed_logo img {
    width: 100px;
    position: relative;
    top: -4px;
}



#ss_img_resources, #ss_img_news_events, #ss_img_form_home {display: none;}

@media screen and (max-width: 1050px) {
    #ss_img_resources {display: block;}
    #ls_img_resources {display: none;}
    #ss_img_news_events {display: block;}
    #ls_img_news_events {display: none;}
    #ss_img_form_home {display: block;}
    #ls_img_form_home {display: none;}
}

@media screen and (max-width: 760px) {
    #ss_img_form_home {display: none;}
}

.red_border {
    border: 1px solid #cf0000;
    border-radius: 50%;
}


.no_page_image {
    
}
.no_page_image h1 {
    
}

@media screen and (max-width: 1060px) {
.no_page_image {
    padding-top: 3%;
}
}


@media screen and (max-width: 960px) {
.no_page_image {
    padding-top: 0;
    margin-top: -20%;
}
}

@media screen and (max-width: 620px) {
.no_page_image h1 {
    margin: 20px 10px 20px;
}
}



.trade_left {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    background: #cd1230;
    border-radius: 50%;
    width: 120px;
    height: 120px;
}
.trade_booth {
    text-align: center !important;
    color: #FFFFFF !important;
    font-size: 1.25em;
    margin-top: 23px !important;
}
.booth_number {
    text-align: center !important;
    color: #FFFFFF !important;
    font-size: 1.75em !important;
    line-height: 1em !important;
}
.trade_right {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    width: 200px;
    text-align: center;
    padding-left: 10px;
}
.trade_right a {}
.trade_right p {
    text-align: center;
}
.trade_right img {
    width: 60px;
}
.trade_right {}
.right_middle {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.right_middle img {
}
.right_middle p {}


@media screen and (max-width: 1525px) {
    .trade_right {
        padding-top: 20px;
        width: 100%;
    }
}

@media screen and (max-width: 760px) {
    .trade_right {
        padding-top: 0px;
        width: 160px;
    }
}

@media screen and (max-width: 410px) {
    .trade_right {
        padding-top: 20px;
        width: 100%;
        padding-left: 0;
    }
}

.attended {
    font-size: 1.15em !important;
}


.press_release {    
    text-align: left;
}
#pr_top {
    width: 100%;
}
#pr_top_left {
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: left;
    width: 20%;
    vertical-align: top;
}
#pr_top_right {
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: right;
    width: 79%;
    vertical-align: top;
}
.press_release h2 {

}
.press_release h3 {
    font-weight: 500;
}
.press_release strong {
    font-weight: 500;
}
.press_release p {
    text-align: left;
}
.press_release p strong {
    font-weight: 700;
}
.press_release a {
    color: #ca1029;

}
.pr_row {}
.pr_left_50 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: left;
    width: 49%;
    vertical-align: top;

}
.pr_right_50 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: right;
    width: 49%;
    vertical-align: top;

}

.pr_left_70 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: left;
    width: 69%;
    vertical-align: top;

}
.pr_right_30 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: right;
    width: 29%;
    vertical-align: top;

}


@media screen and (max-width: 1090px) {
    #pr_top_left, #pr_top_right, .pr_left_50, .pr_right_50, .pr_left_70, .pr_right_30, .press_release h3 {
        width: 100%;
        display: block;
    }
}

.press_release_header {
    margin-top: 0px !important;
}

@media screen and (max-width: 960px) {
    .press_release_header {
        margin-top: -20% !important;
    }
}


.red_link_login_form_label {
    color: #FFFFFF;
    font-size: 1.15em;
}