/* BRAND COLORS

	Blue, light: #5a79ad
	Blue, dark: #475f99
	Green, light: #c3d148
	Green, dark: #81b24e
	Orange, light: #e9c03a
	Orange, dark: #d8963a

*/

#columnRight {
	width: 35%;
    min-height: 500px;
    float: left;
    margin: 25px 0 0;
    background-color: #FFEFBD;
    border-radius: 10px 10px 0 0;
    box-shadow: 2px 2px 16px -3px #000;
    -webkit-box-shadow: 2px 2px 16px -3px #000; 
    -moz-box-shadow: 2px 2px 16px -3px #000; 
    padding-top: 15px;
    border-radius: 30px 0;
    padding-bottom: 25px;
}
#columnRight #actionBtns .callOut { /* BRAND */
    background-color: #5a79ad;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5a79ad), to(#475f99));
    background-image: -webkit-linear-gradient(top, #5a79ad, #475f99);
    background-image:    -moz-linear-gradient(top, #5a79ad, #475f99);
    background-image:     -ms-linear-gradient(top, #5a79ad, #475f99);
    background-image:      -o-linear-gradient(top, #5a79ad, #475f99);
    background-image:         linear-gradient(to bottom, #5a79ad, #475f99);
    border-radius: 12px;
    box-shadow: 1px 2px 13px 1px #999;
    -webkit-box-shadow: 1px 2px 13px 1px #999; 
    -moz-box-shadow: 1px 2px 13px 1px #999;
}
#columnRight #actionBtns .callOut:hover { /* BRAND */
	background-color: #475f99;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#475f99), to(#5a79ad));
    background-image: -webkit-linear-gradient(top, #475f99, #5a79ad);
    background-image:    -moz-linear-gradient(top, #475f99, #5a79ad);
    background-image:     -ms-linear-gradient(top, #475f99, #5a79ad);
    background-image:      -o-linear-gradient(top, #475f99, #5a79ad);
    background-image:         linear-gradient(to bottom, #475f99, #5a79ad);
    box-shadow: 1px 2px 13px 1px #666;
    -webkit-box-shadow: 1px 2px 13px 1px #666; 
    -moz-box-shadow: 1px 2px 13px 1px #666; 
}
#columnRight #actionBtns a, 
#columnRight #actionBtns a .callOut span, 
#columnRight #actionBtns a .callOut p { /* BRAND */
	color:#FFF !important
}

#tourVideo img {
	margin: 23px auto 0;
	position: relative;
	display: block;
}
#tourVideo {
	cursor: pointer;
}

#columnRight #actionBtns .callOut {
	width: 89% !important;
}
div#actionBtns {
    margin: -12px 7%;
    width: 86%;
}
.introVideoDialog .ui-dialog-titlebar.ui-widget-header {
	margin-right: 8px;
	float: right;
	width: 100%;
	margin-bottom: -44px;
}
