body {
    max-width: 1440px;
    margin: 0 auto;
}

/* /help-guidance/online-help-center Hide 3rd selector */
.page-node-1695 .form-item-tids-field-topic-category {
    display: none;
}

/* Homepage banner - 071122 */
.homepage-banner img {
   width: 100%;
   height: auto;
}	

.home-left {
   float: left;
   max-width: 550px;
   width: 40%;
}

.get-answers {
   float: left;
   max-width: 210px;
   width: 20%;
}

.get-answers img {
   margin-top: 100px;
}

.home-right {
   float: left;
   max-width: 600px;
   width: 40%;
}

.right-buttons {
   max-width: 600px;
}

.right-button {
   float: left;
}

.right-buttons div:nth-child(1) {
   width: 19.7%;
}

.right-buttons div:nth-child(2) {
   width: 25.8%;
}

.right-buttons div:nth-child(3) {
   width: 26%;
}

.right-buttons div:nth-child(4) {
   width: 23.5%;
}

/* Popup On Load */

#cboxOverlay { opacity: 0.5 !important; }
.field-field-background-image { 
    position: absolute;
    top: 0;
}
.field-field-background-image img { width: 100%; }
.field-fake-body {
    width: 60%;
    text-align: center;
    margin: 180px auto 0;
    font-family: Tahoma;
    font-size: 1.2em;
    position: relative;
    z-index: 5; 
}

.field-fake-body .donate-button {
    display: block; 
    background-color: #5770ee; 
    color: #fff; 
    padding: 10px 10px;
    width: 45%;
    margin: 0 auto;
}


#cboxClose {
    top: 0      !important;
    right: 0    !important;
}

/* UberCart */
.node .submitted { display: none; }

.node-product,
.section-cart #cart-form-pane,
.section-cart #uc-cart-checkout-form {
    max-width: 68.75%;
}

.node-product .field-title-field { 
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
}

.node-product .field-uc-product-image img {
    width: 100%;
    max-width: 640px;
}

.node-product .display-price {
   float: none;
   text-align: left;
}

.node-product .add-to-cart {
    margin-bottom: 30px;
}

.section-prevention-training-on-demand .product-image {
    float: none;
    text-align: left;
}

.section-prevention-training-on-demand .field-uc-product-image img {
    max-width: 400px;
}

.node-product .sticky-table,
.section-prevention-training-on-demand .sticky-table { display: none; }

.section-training .videowrapper {
    max-width: 960px;
}

.uc-credit-cctype { 
    width: auto !important; 
}

#block-block-14 {
    display: block;
}

#block-block-14 img {
    width: 100%;
    max-width: 1080px;
}

#block-views-slideshow-overlay-tabs-slides {
    display: none;
}

/* Homepage full-width */
.front #main {
    padding: 0px;
}

.front #main .max-width-container {
    max-width: 100%;
    width: 100%;
} 



/*Homepage CTA  */
.view-homepage-cta .views-row {
    float: left;
    width: 33%;
}

.node-cta {
    min-height: 480px;
    text-align: center;
    padding: 20px;
    margin: 20px;    
    border: 3px solid #65BCCD;
}


.node-cta .field-cta-image img {
    width: 100%;
    height: auto;
    max-width: 325px;
    margin-bottom: 10px;
}

.node-cta .field-cta-button {
    background-color: #7275b8;
   	border-radius:28px;
	display:inline-block;
	cursor:pointer;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:11px 31px;
	text-decoration:none; 
}

.node-cta .field-cta-button a:link,
.node-cta .field-cta-button a:visited,
.node-cta .field-cta-button a:hover {
     color: #fff !important;
}

/* Homepage Featured */
#block-views-homepage-featured-block {
    margin-bottom: 40px;
}

.view-homepage-featured .views-row {
    margin: 20px 0;
    padding: 40px 40px 20px;
    min-height: 375px;
    border-top: 3px solid #ccc;
/*    border-bottom: 3px solid #ccc; */
}

.view-homepage-featured .field-featured-button {
    background-color: #7275b8;
        border-radius:28px;
        display:inline-block;
        cursor:pointer;
        font-family:Arial;
        font-size:18px;
        font-weight:bold;
        padding:11px 31px;
        text-decoration:none;
}

.view-homepage-featured .field-featured-button a:link,
.view-homepage-featured .field-featured-button a:visited,
.view-homepage-featured .field-featured-button a:hover {
     color: #fff !important;
}

.views-row-odd .feature_text {
    float: right;
    width: 60%;
}

.views-row-odd .feature_image {
    float: left;
    width: 40%;
}

.views-row-even .feature_text {
    float: left;
    width: 60%;
}

.views-row-even .feature_image {
    float: right;
    width: 40;
}

.feature_image img {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-bottom: 10px;
}


@media all and (max-width: 1100px) {
    .feature_text, .feature_image {
	float: none !important;
	width: auto !important;
    } 


}

@media all and (max-width: 960px) {
    .view-homepage-cta .views-row {
        float: none;
        width: 100%;
    }

    .node-cta {
        height: auto;
    }
}

@media all and (max-width: 725px) {
     #block-block-14 {
	display: block;
    }

    #block-views-slideshow-overlay-tabs-slides {
	display: none;
    }

    .home-left {
     	width: 70%;
    }

    .home-right {
	width: 100%;
    	float: none;
    }
}
