/*added 03-01-2016*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*added 01-20-16 begin*/
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

@media only screen and (max-width: 890px) {
.left-box
{
    width: 100%;
    float: none;
}

.right-box
{
    width: 100%;
    float: none;
}    

.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
}

@media (max-width: 767px) {

  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*added 01-20-16 end*/


/*added 09-25-15 begin*/
div.left_caption{
  float: left;
  width: 30%;
  margin: 0.5em;
  padding: 0.5em;
  font-style: italic;
}
div.right_caption{
  float: right;
  width: 30%;
  margin: 0.5em;
  padding: 0.5em;
  font-style: italic;
}
/*added 09-25-15 end*/

/* reset */
* {font-size: 100.01%;}
html {font-size: 62.5%;height:100%;}
body {
	font:1em Helvetica, Verdana, Arial, sans-serif;
	color:#67686b;
	/*-webkit-text-size-adjust:100%;*/
	height:100%;
	margin:0;
	background:#fff url(../images/bg-body.png) repeat-y 100% 0;
}
/*added 11-10-14*/
.home{
	background:#fff url() repeat-y 100% 0;
}
/*end added 11-10-14*/
img {
	border-style:none;
	vertical-align:top;
	max-width:100%;
}
.maroon-text {
	color: #61162D;
}
a {
/*   Commented by Mario Pena 6/6/2013*/
    text-decoration:none;
    color:#61162d;
}
a:hover {text-decoration:underline;}
a:active {background-color: transparent;}
input,
textarea,
select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
  	color:#000;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
.skip{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.skip:focus{
	position:static;
	width:auto;
	height:auto;
}
.hidden{display:none;}
#wrapper{
	width:100%;
	height:100%;
	display:table;
	margin:0 auto;
}
/* header */
#header{
	min-height:89px;
	position:relative;
	z-index:10;
}
/* header-holder */
.header-holder{
	width:100%;
	z-index:10;
	position:fixed;
	top:0;
	left:0;
}
.header-holder .container{
	position:relative;
	padding:19px 0 12px;
}
/* logo */
.logo{
	position:absolute;
	top:0;
	left:10px;
	overflow:hidden;
	text-indent:-9999px;
        width:116px;
        height:165px;
        background:url(../images/logo768.png) no-repeat 0 0;	
	margin:0;
	padding:6px 21px 20px 0;
	z-index:2;
}
.logo a{
	display:block;
	height:100%;
}
/* top-panel */
#header .top-panel{
	height:1%;
	padding:0 200px 0 171px;
	position:relative;
	z-index:1;
	background-color: #61162d;/*added 09-25-14*/
	border-top: 1px #cccccc solid;/*added 09-25-14*/
	/*background:url(../images/bg-top-panel.png) repeat-x 0 -3px;disabled 09-25-14*/
}
/* bottom-panel */
#header .bottom-panel{
	height:1%;
	padding:0 200px 0 171px;
	background:url(../images/bg-bottom-panel.png) repeat-x 0 100%;
}
.header-holder .holder{
	height:1%;
}
.header-holder .holder:after{
	clear:both;
	display:block;
	content:"";
}
/* search */
#header .search{
	position:absolute;
	top:0;
	right:42px;
	margin:5px 0 0 -10px;
	background:url(../images/sprite.png) no-repeat 0 0;
}
#header .search input[type="text"]{
	float:left;
	border:none;
	background:none;
	padding:1px 2px 3px 9px;
	color:#dbdada;
	width:75px;
	height:14px;
	font:bold 10px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#header .search input.text-active{color:#000;}
/* nav */
.nav{
	margin:0;
	padding:0;
	list-style:none;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
	width:100%;
	float:left;
}
.nav li{
	position:relative;
}
#header .top-panel .nav{width:100%;}
.nav>li{
	float:left;
	text-align:center;
}
.nav>li>div>a{
	/*white-space:nowrap;*/
	padding:8px 5px 8px;
	display:inline-block;
	vertical-align:top;
	color:#fff;
}
.nav>li.active>div>a,
.nav>li.hover>div>a{
	text-decoration:none;
	background:#c6af5e;
}
.nav>li.hover>div{
	position:relative;
}
.nav>li>div ul{
	background:#fff;
	border-left: 1px solid #61162d;
	border-bottom: 1px solid #61162d;
	border-right: 1px solid #61162d;
	width:128px;
	height: 199px;
	padding:5px 0;
	margin:0;
	list-style:none;
	color:#231f20;
	/*font-weight:bold;*/
	font-size:12px;
	line-height:12px;
	display:none;
	text-align:left;
	/*letter-spacing:-1px; --RWD kerning issues */
}
.bottom-panel .nav>li>div ul{margin:-7px 0 0;}
.nav>li>div ul ul{
	background:#ccc;
	border-bottom: 1px solid #61162d;
	margin:2px 0 0 0 !important;
	padding:3px 0 14px;
	list-style:none;
	color:#0f1031;
	width: 170px;
	height: 192px;
	font-size:14px;
	line-height:14px;
}
.nav>li>div ul li.hover{position:relative;}
.nav>li>div ul .drop-slide-wrapper{
	left:128px!important;
	top:-7px!important;
}
.nav>li>div ul .drop-slide-wrapper>.drop-slide-wrapper{position:static !important; top:0 !important; margin-top:0 !important;}
.nav>li>div ul ul li{
	padding:4px 8px 8px;
}
.nav>li>div ul ul a{display:block;}
.nav>li>div ul ul a img{
	display:block;
	margin-bottom:4px;
}
.nav>li>div ul>li{
	padding:0 7px 7px;
}
.nav>li>div ul>li>a{color:#231f20;}
.nav>li>div ul>li.hover>a{text-decoration:underline;}
.nav>li>div ul>li.hover{position:relative;}
.bottom-panel .links{
	float:right;
	margin:0 -191px 0 -10px;
	padding:2px 0 5px;
	list-style:none;
	width:200px;
	text-align:right;
}
.bottom-panel .links li{
	display:inline-block;
	vertical-align:top;
	background:url(../images/separator01.png) no-repeat 0 3px;
	padding-left:7px;
	margin-left:3px;
	font-weight:bold;
	font-size:10px;
	line-height:14px;	
}
* +html .bottom-panel .links li{display:inline;}
.bottom-panel .links li a{color:#5e0d2e;}
.bottom-panel .links li:first-child{
	margin-left:0;
	padding-left:0;
	background:none;
}
.bottom-panel .nav>li>div{
	float:left;
	width:100%;
	margin-bottom:-7px;
}
.bottom-panel .nav>li>div>a{
	white-space:nowrap;
	display:inline-block;
	vertical-align:top;
	color:#61162d;
	padding:0 5px 0 0;
}
.bottom-panel .nav>li>div>a>span{
	padding:3px 5px 5px 11px;
	display:block;
	min-height:22px;
	cursor:pointer;
}
.bottom-panel .nav>li.hover>div>a,
.bottom-panel .nav>li.active>div>a{
	background:url(../images/bg-nav-a.png) no-repeat 100% 100%;
	cursor:pointer;
}
.bottom-panel .nav>li.hover>div>a>span,
.bottom-panel .nav>li.active>div>a>span{
	background:url(../images/bg-nav-a.png) no-repeat 0 -2px;
	cursor:pointer;
}
/* slideshow */
.slideshow{
	position:relative;
	z-index:1;
	width:100%;
}
/* slideset */
/*.slideset img{width:100%;} --Changed by Mario Pena to prevent distortion on 20" monitors*/
.slideset img{
	width:100%;
}
.ad-slideshow .slideset img{max-width:210px;}
.slideset img.active{
	z-index:3;
}
/*began modifying 09-15-14 */
.slideset .prev{
        z-index:12;
	position:absolute;
        overflow:hidden;
        text-indent:-9999px;
        width:48px;
        height:68px;
        background:url(../images/sprite.png) no-repeat -195px 0;
        bottom:-10px;
        left:100px;
}
.slideset .next{
	z-index:12;
        position:absolute;
        overflow:hidden;
        text-indent:-9999px;
        width:48px;
        height:68px;
        background:url(../images/sprite.png) no-repeat -295px 0;
        bottom:-10px;
        right:100px;
}
.slideset .controls{
    height:60px;
    width:100%;
    left:0px;
    bottom:10px;
	z-index:12;
    overflow:hidden;
	position: absolute;
	background-color: transparent;
	background-image: url("../images/overlay01.png");
}

/*added 09-19-14*/
.mask-wrapp ul{
        list-style:none;
	margin-top: -10px;
	margin-bottom: -10px;
}

.hide-sml-bck{
	display: none;
}


/*added 09-17-14*/
.bg-desc{
        width:60%;
        left:20%;
        bottom: 0px;
	z-index:12;
        overflow:hidden;
        position: absolute;
	overflow: hidden;
        text-indent: 0px;
        height: 60px;
	color: black;
	font-size: 16px; 
}
/*end modifications 09-15-14*/
/* inner-gallery */
.gal-frame{
	position:absolute;
	bottom:23px;
	right:0;
	z-index:12;
	width:50%;
	top: 100px;
	height: 50%
}
.gal-holder{
	margin:0 auto;
	max-width:1024px;
}
.inner-gallery{
	width:25%;/* Changed 20140424 */
	float:right;
	margin-right:32px;
}
.inner-gallery .gholder{
	overflow:hidden;
	position:relative;
	/*background:#fff;*/
	border:4px solid #cccccc;/*changed from fff to cccccc 09-25-14*/
	margin-bottom:31px;
}
.inner-gallery .gholder ul{
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}
.inner-gallery .gholder li{
	float:left;
	position:absolute;
	width:100%;
	z-index:1;
}
.inner-gallery .gholder li.active{
	z-index:2;
}
.inner-gallery .gholder li img{width:100%;}

/*end new additions*/
.inner-gallery .description{
	position:absolute;
	left:0;
	bottom:-2px;
	width:100%;
	color:#231f20;
	font-size:15px;
	line-height:18px;
	z-index:9;
}
.inner-gallery .description a{color:#61162d;}
.inner-gallery .description .t{
	background:url(../images/bg-descr-tr.png) no-repeat 100% 0;
	padding-right:9px;
	height:9px;
	overflow:hidden;
}
.inner-gallery .description .t .l{
	background:url(../images/bg-descr-tl.png) no-repeat 0 0;
	height:9px;
}
.inner-gallery .description .b{
	background:url(../images/bg-descr-br.png) no-repeat 100% 0;
	padding-right:9px;
	height:9px;
	overflow:hidden;
}
.inner-gallery .description .b .l{
	background:url(../images/bg-descr-bl.png) no-repeat 0 0;
	height:9px;
}
.inner-gallery .description .c{
	background:url(../images/overlay2.png);
	padding:2px 10px 0 14px;
	height:1%;
}
.slideset .mask{
	overflow:hidden;
	position:relative;
}
/* thumbs */
.inner-gallery .thumbs{
	/*background:url(../images/overlay01.png); commented out 11-11-14*/
	padding:0px 34px 13px 44px;/*top changed from 14 to 0 11-11-14*/
	overflow:hidden;
	position:relative;
}
.inner-gallery .thumbs .prev{
	position:absolute;
	overflow:hidden;
	text-indent:-9999px;
	width:48px;
	height:68px;
	background:url(../images/sprite.png) no-repeat -195px 0;
	top:-4px;/*changed from 10 to -4 11-11-14*/
	left:8px;
}
.inner-gallery .thumbs .next{
	position:absolute;
	overflow:hidden;
	text-indent:-9999px;
	width:48px;
	height:68px;
	background:url(../images/sprite.png) no-repeat -295px 0;
	top:-4px;/*changed from 10 to -4 11-11-14*/
	right:-10px;
}
.thumbs-holder{
	overflow:hidden;
	position:relative;
	width: 100%;
}
.thumbs-holder ul{
	width:9999px;
	margin:0;
	padding:0;
	list-style:none;
}
.thumbs-holder li{
	float:left;
	width:42px;
	padding-right:15px;
}
.thumbs-holder li img{width:100%;}
/* slideshow */
/*  Added by Rory King 02-27-14  emergency notification css*/

#emergency-message
{
        display:none;
}

/*           end               */

.messager{
	position:absolute;
	top:95px;
	left:200px;/*changed from 0 11-14-14*/
	z-index:8;
	width:60%;/*changed from 100% 11-14-14*/
	color:#231f20;
	font:bold 1.9em/1.211em Arial, Helvetica, sans-serif;
}
.openclose-holder{
	margin:0 auto;
	max-width:1024px;
	position:relative;
}
.messager .box{margin:0 17px 0 14px;}
.messager .opener{
	position:absolute;
	top:-15px;
	right:8px;
	overflow:hidden;
	text-indent:-9999px;
	width:28px;
	height:28px;
	display:none;
	background:url(../images/sprite.png) no-repeat -124px 0;
}
.messager.active .opener{display:block;}
.messager .box .t{
	overflow:hidden;
	background:url(../images/bg-slide-tl.png) no-repeat 0 0;
	padding-left:19px;
	height:9px;
}
.messager .box .t .r{
	float:right;
	background:url(../images/bg-slide-tr.png) no-repeat 0 0;
	width:19px;
	height:9px;
}
.messager .box .t .c{
	background:#d0b158;
	display:block;
	overflow:hidden;
	height:9px;
}
.messager .box .b{
	overflow:hidden;
	background:url(../images/bg-slide-bl.png) no-repeat 0 0;
	padding-left:19px;
	height:9px;
}
.messager .box .b .r{
	float:right;
	background:url(../images/bg-slide-br.png) no-repeat 0 0;
	width:19px;
	height:9px;
}
.messager .box .b .c{
	background:#d0b158;
	display:block;
	overflow:hidden;
	height:9px;
}
.messager .box .center{
	height:1%;
	background:#d0b158;
	padding:0 19px 11px;
}
.messager .box p{margin:0;}
.messager .box h2{
	margin:0;
	color:#e51e25;
	font:bold 1.053em/1.15em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
/* address-row */
.address-row{
	border-top:3px solid #c6af5e;
	background:#61162d;
	text-align:center;
	color:#fff;
	padding:1px 0 4px 41px;
	font-size:1.5em;
	line-height:1.333em;
}
.address-row .type{display:none;}
.address-row em{font-style:normal;}
.address-row a{color:#fff}
.address-row address{font-style:normal;}
.address-row span{
	background:url(../images/bullet02.png) no-repeat 0 6px;
	padding:0 16px 0 30px;
}
.address-row span:first-child{
	background:none;
	padding-left:2px;
}
/* page */
#page {
    width:100%;
    display:table-row;
}
/* main */
#main{width:100%;}
/* content-section */
.content-section{
	overflow:hidden;
	padding:20px 0 14px;
}
/* content-box */
.content-box{
	float:right;
	width:686px;
}
/* left-column */
.content-section .left-column{
	float:left;
	width:210px;
	margin-left:49px;
	padding-top:33px;
}
.content-section .ad{margin-bottom:17px;}
.content-section a{text-decoration:underline;}
/* side-box */
.content-section .side-box{
	margin:-34px -20px 5px -6px;
}
.side-box .box-title{
	display:block;
	font-size:3.1em;
	line-height:1em;
	margin:0 6px 10px;
	position:relative;
	font-weight:bold;
	color:#c6af5e;
}
.side-box .box-container{width:100%;}
.side-box .t{
	background:url(../images/bg-side-tr.png) no-repeat 100% 0;
	padding-right:21px;
	height:22px;
	overflow:hidden;
}
.side-box .t .l{
	background:url(../images/bg-side-tl.png) no-repeat 0 0;
	height:22px;
	display:block;
}
.side-box .b{
	background:url(../images/bg-side-br.png) no-repeat 100% 0;
	padding-right:21px;
	height:32px;
	overflow:hidden;
}
.side-box .b .l{
	background:url(../images/bg-side-bl.png) no-repeat 0 0;
	height:32px;
	display:block;
}
.side-box .c{
	background:url(../images/bg-side-cr.png) repeat-y 100% 0;
	padding-right:21px;
}
.side-box .c .l{
	background:url(../images/bg-side-cl.png) repeat-y 0 0;
	padding:0 15px 0 18px;
	height:1%;
}
.side-box .c .l:after{
	clear:both;
	display:block;
	content:"";
}
.side-box .holder{
	float:left;
	width:100%;
	margin:-21px 0 0;
}
.side-box ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:1.5em;
	line-height:1.2em;
}
.side-box li{
	vertical-align:top;
	height:1%;
	background:url(../images/border01.png) no-repeat 0 100%;
	padding:12px 0 16px;
	color:#231f20;
}
.side-box li a{color:#231f20;}
.side-box li .date{
	display:block;
	padding-bottom:5px;
}
.side-box .title{
	display:block;
	padding:27px 0 13px;
	color:#231f20;
	font-size:1.7em;
	line-height:1em;
}
.content-section .social .title{
	display:block;
	color:#61162d;
	font-size:1.7em;
	line-height:1em;
	font-weight:bold;
	margin:-3px 0 0 7px;
	position:relative;
}
.content-section .social ul{
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.content-section .social li{
	float:left;
	margin-left:7px;
}
.content-section .social li:first-child{margin-left:6px;}
.content-section .row{
	padding-bottom:8px;
	width:100%;
}
.content-section .row:after{
	clear:both;
	display:block;
	content:"";
}
/* box */
.content-section .box{
	float:left;
	width:335px;
}
.content-section h2{
	font-size:3em;
	line-height:1em;
	position:relative;
	margin:0 8px 0px;
	color:#61162d;
}
.content-section .png-box{
	width:100%;
	font-size:1.5em;
	line-height:1.2em;
}
.png-box .t{
	background:url(../images/bg-pngbox-tr.png) no-repeat 100% 0;
	padding-right:29px;
	height:22px;
	overflow:hidden;
}
.png-box .t .l{
	background:url(../images/bg-pngbox-tl.png) no-repeat 0 0;
	height:22px;
	display:block;
}
.png-box .b{
	background:url(../images/bg-pngbox-br.png) no-repeat 100% 0;
	padding-right:29px;
	height:25px;
	overflow:hidden;
}
.png-box .b .l{
	background:url(../images/bg-pngbox-bl.png) no-repeat 0 0;
	height:25px;
	display:block;
}
.png-box .center{
	background:url(../images/bg-png-box-r.png) repeat-y 100% 0;
	padding-right:29px;
}
.png-box .cl{
	background:url(../images/bg-pngbox-cl.png) repeat-y 0 0;
	padding:0 0 0 34px;
	height:1%;
	min-height:290px;
}
.png-box .cl:after{
	clear:both;
	display:block;
	content:"";
}
.png-box .holder{
	float:left;
	width:100%;
	margin:-5px 0 0;
}
.png-box ul{
	margin:0;
	list-style:none;
}
.png-box .list{padding:14px 0 0;}
.png-box .list li{
	background:url(../images/bullet03.png) no-repeat 0 3px;
	padding:0 0 17px 15px;
	height:1%;
	vertical-align:top;
}
.png-box .more{color:#61162d;}
.png-box .events-list{
	padding:14px 0 0;
	margin-left:-6px;
}
.png-box .events-list li{
	padding-top:18px;
	height:1%;
	vertical-align:top;
}
.png-box .events-list li:first-child{padding-top:0;}
.events-list .title{
	display:block;
	font-weight:bold;
}
.events-list .title a{color:#61162d;}
.png-box .news-list{
	margin:0 0 0 -9px;
	padding:11px 0 0;
}
.news-list li{
	overflow:hidden;
	padding-top:21px;
}
.news-list li:first-child{padding-top:0;}
.news-list li strong{color:#231f20;}
.news-list li a{color:#61162d;}
.news-list .text-holder{overflow:hidden;}
.news-list p{margin:0;}
.news-list .visual{
	float:left;
	width:73px;
	margin:3px 18px 0 0;
}
.png-box .social-list{
	margin:0 0 0 -12px;
	padding:14px 0 0;
}
.social-list li{
	overflow:hidden;
	padding-top:27px;
}
.social-list li:first-child{padding-top:0;}
.social-list li a{color:#61162d;}
.social-list p{
	margin:0;
	overflow:hidden;
}
.social-list .visual{
	float:left;
	width:69px;
	margin-top:2px;
}
.tabs-holder{
	float:left;
	width:309px;
	margin:-15px -5px -5px -28px;
	position:relative;
}
.tabs-holder .tabset{
	overflow:hidden;
	margin:0 0 0 2px;
	padding:0;
	list-style:none;
}
.tabs-holder .visual{margin-bottom:2px;}
.tabs-holder .tabset li{
	float:left;
	width:49.9%;
}
.tabs-holder .tabset a{
	display:block;
	margin-right:2px;
	height:36px;
	font-size:15px;
	line-height:36px;
	text-align:center;
	padding-top:3px;
	background:#67686b url(../images/bg-tabset.png) repeat-x 0 100%;
	color:#fff;
	font-weight:normal;
}
.tabs-holder .tabset a.active,
.tabs-holder .tabset a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#231f20;
	background:#ccc url(../images/bg-tabset.png) repeat-x 0 0;
}
.tabs-holder .tab-content{min-height:243px;}
.tabs-holder .tab{
	background:#ccc;
	min-height:242px;
	margin-left:2px;
	overflow:hidden;
	height:1%;
}
.degrees-list{
	padding:13px 27px 0 14px;	
}
.degrees-list li{
	padding-top:18px;
	vertical-align:top;
	height:1%;
}
.degrees-list li:first-child{padding-top:0;}
.degrees-list li .date{
	display:block;
	color:#231f20;
	font-weight:bold;
}
.degrees-list p{margin:0;}
.tab-news{
	padding:22px 21px 0;
}
.tab-news li{padding-bottom:18px;}
.learn-section .row{padding-bottom:3px;}
/* apply-section */
.apply-section{padding-bottom:21px;}
.section-title{
	border:solid #c6af5e;
	border-width:5px 0;
	padding:0 0 8px;
	color:#fff;
	font-size:4em;
	line-height:1em;
	margin:0;
	background:#61162d;
}
.section-title span{
	display:block;
	margin:0 auto;
	max-width:924px;
}
.apply-section .holder{
	padding:27px 20px 0 34%;
	height:1%;
	font-size:1.5em;
	line-height:1.2em;
}
.apply-section .holder:after{
	clear:both;
	display:block;
	content:"";
}
.apply-section .visual{
	float:left;
	width:308px;
	position:relative;
	margin-right:25px;
}
.apply-section .visual img{
	position:relative;
	z-index:2;
	width:100%;
}
.apply-section .mask{
	width:335px;
	height:252px;
	position:absolute;
	top:-5px;
	left:-7px;
	z-index:1;
}
.apply-section .mask img{position:static;}
.apply-section .text-holder{
	overflow:hidden;
	padding:20px 0 0;
}
.apply-section .list{
	margin:0;
	padding:0;
	list-style:none;
}
.apply-section .list li{padding:0 0 5px;}
.apply-section h4{
	color:#61162d;
	margin:0 0 10px;
	font-size:2.067em;
	line-height:1em;
}



/* Support Section */
.support-section .mask{
	width:335px;
	height:252px;
	position:absolute;
	top:-5px;
	left:-7px;
	z-index:1;
}
.support-section .mask img{position:static;}

/* live-section */
.live-section{padding-bottom:21px;}
.section-title{
	border:solid #c6af5e;
	border-width:5px 0;
	padding:0 0 8px;
	color:#fff;
	font-size:4em;
	line-height:1em;
	margin:0;
	background:#61162d;
}
.section-title span{
	display:block;
	margin:0 auto;
	max-width:924px;
}
.live-section .holder{
	padding:27px 20px 0 34%;
	height:1%;
	font-size:1.5em;
	line-height:1.2em;
}
.live-section .holder:after{
	clear:both;
	display:block;
	content:"";
}
.live-section .visual{
	float:left;
	width:308px;
	position:relative;
	margin-right:25px;
}
.live-section .visual img{
	position:relative;
	z-index:2;
	width:100%;
}
.live-section .mask{
	width:335px;
	height:252px;
	position:absolute;
	top:-5px;
	left:-7px;
	z-index:1;
}
.live-section .mask img{position:static;}
.live-section .text-holder{
	overflow:hidden;
	padding:20px 0 0;
}
.live-section .list{
	margin:0;
	padding:0;
	list-style:none;
}
.live-section .list li{padding:0 0 5px;}
.live-section h4{
	color:#61162d;
	margin:0 0 10px;
	font-size:2.067em;
	line-height:1em;
}


/* learn-section */
.learn-section{
	padding:0 0 10px;
}
/* lead-section */
.lead-section{
	padding:0 0 10px;
}
.learn-section .section-title{margin-bottom:36px;}
/* athletics-section */
.athletics-section .section-title{margin-bottom:26px;}
.athletics-section .tabset{
	overflow:hidden;
	margin:0;
	padding:1px 0 0 2px;
	list-style:none;
	background:#fff;
	position:relative;
	z-index:3;
}
.athletics-section .tabset li{
	float:left;
	width:25%;
}
.athletics-section .tabset a{
	display:block;
	background:#67686b url(../images/bg-tabset.png) repeat-x 0 100%;
	margin-right:2px;
	height:36px;
	font-size:15px;
	line-height:36px;
	text-align:center;
	color:#fff;
	padding-top:3px;
}
.athletics-section .tabset a.active,
.athletics-section .tabset a:hover{
	text-decoration:none;
	color:#231f20;
	background:#ccc url(../images/bg-tabset.png) repeat-x 0 0;
}
.athletics-section .visual{
	position:relative;
	margin-bottom:7px;
}
.athletics-section .visual img{
	position:relative;
	z-index:2;
	width:100%;
}
.athletics-section .mask{
	width:670px;
	position:absolute;
	top:-5px;
	left:-7px;
	z-index:1;
}
.athletics-section .mask img{
	position:static;
	width:auto;
}
.athletics-section .info-block{padding:32px 34px 0 9px;}
.athletics-section .tab{
	padding:15px;
	background:#ccc;
	margin-left:2px;
}
.athletics-section h2{
	margin:0 0 0px;
}
/* footer */
#footer {
    width:100%;
    overflow:hidden;
    display:table-footer-group;
	color:#61162d;
	font-size:10px;
	line-height:12px;
	font-weight:bold;
}
#footer a{
	color:#61162d;
}
#footer .footer-holder {
    height:1%;
    display:table-row;
}
#footer .footer-frame { display:table-cell;}
.footer-frame{padding:224px 36px 20px 29px;}
.footer-frame .row,
.aligncenter{
	margin:0 auto;
	max-width:1024px;
}
.footer-frame .row:after,
.aligncenter:after{
	clear:both;
	display:block;
	content:"";
}
.footer-logo{
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/footer-logo.png) no-repeat 0 0;
	width:84px;
	height:64px;
	margin-right:14px;
}
#footer .copy{
	float:left;
	max-width:260px;
	padding-top:5px;
}
#footer address{
	font-style:normal;
}
#footer .links{
	float:right;
	text-align:right;
	max-width:318px;
	padding-top:5px;
}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
}
#footer li{
	display:inline;
	background:url(../images/bullet01.png) no-repeat 0 4px;
	padding-left:8px;
	margin-left:1px;
}
#footer li:first-child{
	padding-left:0;
	margin-left:0;
	background:none;
}
#footer .bottom-panel{
	padding:9px 0 0;
	text-align:center;
	margin:0 auto;
	max-width:1024px;
}
.print-logo,
.tablet2-column,
.drop-link-box,
.mobile-nav,
.mobile-social,
.mobile-address-row,
.mobile-quick-news{display:none;}
.fright{
	float:right!important;
	margin:0 0 0 -260px!important;
	padding-top:0!important;
}
.inner-section{
	padding:0 40px 70px!important;
	margin:65px auto;
	max-width:944px;
}
.inner-section .social{padding-bottom:11px;}
.devider{
	width:100%;
	max-width:1024px;
}
.devider img{width:100%;}
.content-column{
	float:left;
	width:100%;
	font-size:1.4em;
	line-height:1.286em;
}
/* .content-column img { 
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  padding: 3px;
}*/
.content-column .c1{
        margin:0 0 0 0 ; /*changed from 0 280px 0 0 to 0 0 0 0 9-8-15*/
}
.text-column {
        float:left;
        width: 40%;
}
.text-column.right {float:right;}
.content-column .c1 h1{
        color: #000;
        font-size: 26px;
	line-height: 45px;
}
.content-column .c1 h1#fittext1 {
        color: #61162D;
        font-size: 26px;
}
.content-column .c1 h1#fittext2 {
        color: #61162D;
        font-size: 26px;
        margin-top: 0px; /*added 041416*/
        margin-bottom: 0px; /*added 041416*/
}
.content-column .c1 h2{
        font-size: 24px;
        margin:0;
	padding-top: 10px;
}
.content-column .c1 h3{
        color: #000;
        font-size: 22px;
}
.content-column .c1 h4{
        color: #61162d;;
        font-size: 20px;
}
div.column h2 {
	color: #000;
	margin-left: -30px;
	margin-bottom: 0px;
}
.content-column p{margin:0 0 10px;}
div.ad-slideshow {
	position: relative;
	height:143px;
}
div.ad-slideshow div.slide {
	position: absolute;
	z-index: 1;
}
div.ad-slideshow div.slide.active {
	z-index: 2;
}
/* max-width 1500px */
@media only screen and (max-width: 1500px) {
	.c .holder{
		font-size: 10px;
		line-height: 10px;
	}
}
/* max-width 1200px */
@media only screen and (max-width: 1200px) {
	.hide-sml-bck{display: block;}
	.hide-lrg-bck{display: none;}
	.hide-thumb{display: none;}//*09-23-14*/
	.mask-wrapp{max-height: 600px;}
	.inner-gallery{width:35%;} /* added 20140424 */
	.bg-desc{/* thumbs *//*added 09-17-14*/
		font-size: 12px;	
	}
	.inner-gallery .thumbs{
        	max-width: 218px;/* added 20140424 */
        	margin-left: 30px;/* added 20140424 */
	}
        .logo{
                width:116px;
                height:165px;
                background:url(../images/logo768.png) no-repeat 0 0;
                padding:0px 20px 20px 0;
                margin-top: -10px;
        }
/* added 20140424 */
/* max-width 1152px */
}
@media only screen and (max-width: 1024px) {
        .inner-gallery{width:30%;} /* added 20140424 */
/* thumbs */
        .inner-gallery .thumbs{
        	max-width: 218px;/* added 20140424 */
        	margin-left: 2px;/* added 20140424 */
        }
}
/* end 20140424 */
/* max-width 920px */
@media only screen and (max-width: 920px) {
	.nav{font-size:11px;}
	.mask-wrapp{max-height: 450px;}
	.c .holder{
        	font-size: 7px;
        	line-height: 10px;
	}
}
/* max-width 890px */
@media only screen and (max-width: 890px) {
	.nav>li>div ul{
        	font-size:11px;
        	line-height:11px;
        }
	.header-holder {
		position:absolute;
		top:9px;
	}
	.header-holder .container{padding-top:16px;}
	.logo{
		width:116px;
		height:165px;
		background:url(../images/logo768.png) no-repeat 0 0;
		padding:0px 20px 20px 0;
		margin-top: -10px;
	}
	.nav{
		font-size:10px;
	}
	.nav > li > div > a{
		padding:4px 5px 5px;
		letter-spacing:-1px;
	}
	.bottom-panel .nav > li > div > a > span{padding:0 0 0 5px;}
	.bottom-panel .links li{
		font-size:9px;
		letter-spacing:-1px;
		line-height:13px;
	}
	#header .search{
		background-position:-406px 0;
		margin-top:3px;
		right:32px;
	}
	#header .search input[type="text"]{		
		width:64px;
		height:14px;
		line-height:14px;
		font-size:9px;
		padding:0;
	}
	#header .top-panel{padding:0 138px 0 130px;}
	#header .bottom-panel{padding:0 138px 0 130px;}
	.bottom-panel .nav > li.hover > div > a, .bottom-panel .nav > li.active > div > a{
		background-position:100% -78px;
	}
	.bottom-panel .nav > li.hover > div > a > span, .bottom-panel .nav > li.active > div > a > span{
		background-position:0 -10px;
	}
	.bottom-panel .links{
		padding:0 0 4px;
		margin:0 -132px 0 -20px;
		width:146px;
	}
	.messager{
		top:89px;
		font-size:1.4em;
		line-height:1.214em;
	}
	.slideshow .box h2{
		font-size:1.071em;
		line-height:1.133em;
	}
	.messager .box{margin:0 14px 0 13px;}
	.slideshow .box .center{padding:0 14px 4px;}
	.slideshow .box .t{height:8px;}
	.messager .opener{
		width:21px;
		height:21px;
		background-position:-496px 0;
		top:-11px;
		right:6px;
	}
	.gal-frame{
		bottom:15px;
		/*added 9-17-14*/
		width:50%;
		top: 0px;
	}
	.inner-gallery{
		margin-right:41px;
		margin-top: 80px;
	}
	.inner-gallery .thumbs{padding:11px 26px 9px 34px;}
	.inner-gallery .thumbs .prev{
		width:42px;
		height:56px;
		background-position:0 -96px;
		left:5px;
	}
	.inner-gallery .thumbs .next{
		width:42px;
		height:56px;
		background-position:-64px -96px;
		right:-9px;
	}
	.thumbs-holder li{
		width:32px;
		padding-right:11px;
	}
	.inner-gallery .gholder{margin-bottom:23px;}	
	.inner-gallery .description{
		display:block;
		width:100%;
		color:#231f20;
		font-size:15px;
		line-height:18px;
		z-index:9;
	}
	.inner-gallery .description a{color:#61162d;}
	.inner-gallery .description .t{
		background:url(../images/bg-descr-tr.png) no-repeat 100% 0;
		padding-right:9px;
		height:9px;
		overflow:hidden;
	}
	.inner-gallery .description .t .l{
		background:url(../images/bg-descr-tl.png) no-repeat 0 0;
		height:9px;
	}
	.inner-gallery .description .b{
		background:url(../images/bg-descr-br.png) no-repeat 100% 0;
		padding-right:9px;
		height:9px;
		overflow:hidden;
	}
	.inner-gallery .description .b .l{
		background:url(../images/bg-descr-bl.png) no-repeat 0 0;
		height:9px;
	}
	.inner-gallery .description .c{
		background:url(../images/overlay2.png);
		padding:2px 10px 0 14px;
		height:1%;
	}
	.address-row{
		font-size:1.1em;
		line-height:1.182em;
		padding:2px 0 4px 21px;
	}
	.address-row span{
		background:url(../images/bullet04.png) no-repeat 0 5px;
		padding:0 11px 0 23px;
	}
	.content-section{padding:33px 0 14px;}
	.content-box{
		float:none;
		width:auto;
		padding-left:52px;
	}
	.perspectives-box.png-box .cl{min-height:190px;}
	.tablet-hidden{display:none;}
	.content-section .left-column{
		float:none;
		width:auto;
		height:1%;
		position:relative;
		margin:-8px 0 0 62px;
		padding:0;
	}
	.content-section .left-column:after{
		clear:both;
		display:block;
		content:"";
	}
	.content-section .left-column .social{
		position:absolute;
		top:-66px;
		left:-6px;
	}
	.content-section .social li.twitter{width:30px;}
	.content-section .social li.facebook{width:30px;}
	.content-section .social li.youtube{width:76px;}
	.content-section .social li.rss{width:30px;}
	.content-section .ad{
		float:left;
		margin:0 15px 0 0;
		width:200px;
	}
	.content-section .fright{
		width:190px;
		margin:0 0 0 -210px!important;
	}
	.content-section .fright .social{
		position:static!important;
		padding:3px 0 9px;
	}
	.content-section .fright .social li{margin-left:5px;}
	.content-section .fright .ad{
		float:none;
		margin:0 0 14px;
	}
	.content-section .ad-box{
		float:left;
		margin-bottom:-17px;
	}
	.content-section .ad-box .ad{
		float:none;
		margin:0 0 37px;
	}
	.section-title{padding:0 60px 8px;}
	.apply-section .holder{padding:31px 20px 0 8%;}
	.apply-section{padding-bottom:18px;}
	.learn-section{
		padding:0;
		margin-bottom:-17px;
	}
	.learn-section .section-title{margin-bottom:40px;}
	.content-section .side-box{
		float:left;
		width:335px;
		margin:3px 6px 5px -10px;
	}
	.side-box li{background-position:50% 100%;}
	.side-box .title{display:none;}
	.side-box .c .l{padding:0 15px 20px 18px;}
	.content-section .left-column .bottom-ad{
		margin:184px 0 0;
	}
	.athletics-section{
		padding:0 0 11px;
	}
	.athletics-section .section-title{
		margin-bottom:-14px;
	}
	.athletics-section .info-block{padding:32px 68px 16px 6px;}
	.footer-frame{
		padding:0 64px 20px 62px;
	}
	.footer-frame .row{
		position:relative;
	}
	#footer{
		overflow:visible;
	}
	.footer-logo{
		position:absolute;
		float:none;
		margin:0;
		top:-66px;
		right:0;
	}
	#footer .bottom-panel{padding-top:35px;}
	* +html #main{
		overflow:hidden;
		position:relative;
	}
	.nav>li>div ul ul a{
		display:none;
	}
	.nav>li>div ul ul {
		width:0px;
		height:0px;
		border:none;
	}
}
/* max-width 700px */
@media only screen and (max-width: 700px) {
	.hide-thumb{display: block;}/*added 09-23-14*/
	.live-section,
	.learn-section,
	.athletics-section,
	.bottom-panel .nav,
	.tablet2-hidden{display:none;}
	.messager{
		top:175px;/*changed 11-14-14*/
		font-size:1em;
		line-height:1.2em;
                width:100%;/*added 11-14-14*/
                left:0px;/*added 11-14-14*/
	}
	.messager .box{
		margin:0 35px 0 24px;
	}
	.slideshow .box h2{
		font-size:1.1em;
		line-height:12px;
	}
	.messager .opener{
		background-position:-571px 0;
		width:15px;
		height:15px;
		right:31px;
		top:-6px;
	}
	.slideshow .box .center{padding:0 12px 4px;}
        .inner-gallery{
                margin-top: 0px;
        }	
	.inner-gallery .gholder{
		border:none;
		margin:0;
		background:none;
	}
	.inner-gallery .description{
		position:absolute;
		bottom:0;
		right:0;
		width:201px;
		left:auto;
	}
	#header .top-panel{
		/*background:#710e2a url(../images/bg-top-panel-tablet.png) repeat-x 0 0; commented out 11-13-14  */
		background:#710e2a url() repeat-x 0 0; /* added 11-13-14 */
		padding:0 104px 0 130px;
	}
	#header .search{
		background-position:0 -181px;
		margin-top:5px;
		right:5px;
	}
	#header .search input[type="text"]{		
		width:99px;
		height:19px;
		font-size:14px;
		line-height:19px;
		padding:3px 5px;
	}
	.header-holder .container{padding-top:0;}
	.header-holder{top:0;}
	.c .holder{
        	font-size: 14px;
        	line-height: 14px;
        }
	.logo{
		top:0px;
		margin-top: 0px;
	}
	.nav > li{width:33%!important;}
	.nav > li > div > a{
		letter-spacing:0;
		padding:0 5px 1px;
	}
	.nav{
		white-space:nowrap;
		padding:6px 0 3px;
		font-size:10px;
	}
	#header .bottom-panel{padding:0 15px 0 130px;}
	.bottom-panel .links{
		padding:4px 0 5px;
		width:auto;
		float:none;
		margin:0 -4px 0 -10px;
	}
	.bottom-panel .links li{
		letter-spacing:0
	}	
	#header .slideset,
	.thumbs-holder{display:none;}
	.inner-gallery .thumbs{
		padding:0;
		position:absolute;
		background:none;
		width:100%;
		max-width:100%;/* Added 050214 */
		bottom:127px;
		z-index:5;
	}
	.inner-gallery .thumbs .prev{
		display:block;
		margin-left:12px;
		width:54px;
		height:60px;
		position:static;
		float:left;
		background:url(../images/sprite.png) no-repeat 0 -223px;
	}
	.inner-gallery .thumbs .next{
		display:block;
		margin-right:11px;
		width:54px;
		height:60px;
		position:static;
		float:right;
		background:url(../images/sprite.png) no-repeat 0 -293px;
	}
	.gal-frame{
		position:relative;
		bottom:0;
		/*added 9-17-14*/
                width:100%;
	}
	.inner-gallery{
		margin-right:0;
		width:100%;
		float:none;
	}
	.inner-gallery .description .c{padding:0 10px 0 16px;}
	.inner-gallery .description .c:after{
		clear:both;
		display:block;
		content:"";
	}
	.inner-gallery .description .c .holder{
		float:left;
		margin:-5px 0 -4px;
		width:100%;
		position:relative;
	}
	.address-row{
		padding:0 0 4px 45px;
		font-size:0.9em;
		line-height:10px;
	}
	.slideset .prev{
		display:block;
		bottom:127px;
		left:12px;
		width:54px;
		height:60px;
		background:url(../images/sprite.png) no-repeat 0 -223px;
	}
	.slideset .next{
		display:block;
		bottom:127px;
		right:11px;
		width:54px;
		height:60px;
		background:url(../images/sprite.png) no-repeat 0 -293px;
	}
	.content-section{padding:17px 0 21px 6px;}
	.content-box{padding-left:0;}
	.content-section h2{
		font-size:2.7em;
	}
	.content-section .box{
		width:50.9%;
		margin-right:-1%;
	}
	.png-box .cl{padding-left:31px;}
	.content-section .png-box{
		font-size:1.3em;
		line-height:1.231em;
	}
	.png-box .list{padding-top:11px;}
	.png-box .list li{
		background:url(../images/bullet06.png) no-repeat 0 3px;
		padding:0 0 15px 13px;
	}
	.png-box .cl{min-height:254px;}
	.png-box .events-list{padding-top:10px;}
	.png-box .events-list li{padding-top:16px;}
	.tablet2-column{
		display:block;
		margin:0 0 0 -2px;
		height:1%;
	}
	.tablet2-column:after{
		clear:both;
		display:block;
		content:"";
	}
	.content-section .tablet2-column .side-box{
		width: 51%;
		margin:0;
	}
	.side-box ul{
		font-size:1.4em;
		line-height:1.286em;
	}
	.side-box li{padding:10px 0 14px;}
	.side-box .box-title{
		font-size:3em;
		line-height:29px;
	}
	.tablet2-column .right-col{
		float:right;
		width:44%;
		padding-top:54px;
	}
	.content-section .ad{
		float:none;
		max-width:220px;
		margin:0 0 11px;
	}
	.tablet2-column .right-col .social{
		margin:13px 0 6px;
	}
	.content-section .social .title{
		font-size:19px;
	}
	.content-section .social li{width:auto!important;}
	.section-title{padding:0 49px 8px;}
	.apply-section .holder{padding:27px 10px 0 5%;}
	.apply-section .visual{
		width:241px;
		margin-right:30px;
	}
	.apply-section .mask{
		width:262px;
		height:auto;
	}
	.apply-section .text-holder{padding:0;}
	.footer-frame{padding:80px 22px 20px 31px;}
	#footer{
		font-size:9px;
		line-height:10px;
	}
	#footer .bottom-panel{
		padding-top:10px;
		margin:0 -12px;
	}
	.footer-logo{
		background:url(../images/bg-footer-tablet-logo.png) no-repeat 0 0;
		width:97px;
		height:65px;
		top:-68px;
	}
	.drop-link-box{
		top:-64px;
		left:2px;
		position:absolute;
		display:block;
		z-index:15;
	}
	.drop-link-box .drop-link{
		display:block;
		background:#710e2a url(../images/bullet09.png) no-repeat 100% 0;
		color:#fff!important;
		line-height:26px;
		font-size:17px;
		font-weight:bold;
		width:183px;
		padding:0 44px 0 14px;
	}
	#footer .drop-link-box .slide{
		position:absolute;
		left:0;
		bottom:100%;
		font-size:12px;
		line-height:18px;
		background:#710e2a;
		width:100%;
	}
	#footer .drop-link-box .slide ul{
		margin:0;
		padding:0;
		list-style:none;		
	}
	#footer .drop-link-box .slide li{
		background:none;
		margin:0;
		padding:0;
	}
	#footer .drop-link-box .slide a{
		display:block;
		color:#fff!important;
		padding:4px 8px;
	}
}
/* max-width 590px */
@media only screen and (max-width: 590px) {
	body{background:#fff;}
	.tablet2-column,
	.inner-section .fright{display:none;}
	.header-holder{
		position:relative;
		top:0;
		left:0;
		background:#ccc;
	}
	.logo{
		background:url(../images/logo768.png) no-repeat 0 0;/*changed from logo480.png tp logp.png 09-17-14*/
		width:116px;
		height:165px;/*modified 09-17-14*/
		top:0;
		left:5px;
		padding:5px 20px 20px 6px;
	}
	.header-holder .container{
		padding:17px 0 20px 186px;
	}
	#header .top-panel{
		background:none;
		padding:0 10px 5px 0;
	}
	#header .top-panel .nav{display:none;}
	#header .search{
		background-position:-159px -178px;
		margin:0;
		position:static;
		float:right;
	}
	#header .search input[type="text"]{	
		width:129px;
		height:22px;
		padding:5px;
		font-size:17px;
		line-height:22px;
	}
	#header .bottom-panel{
		background:none;
		border:none;
		padding:2px 13px 0 3px;
	}
	.bottom-panel .links{padding:0;}
	.bottom-panel .links li{
		font-size:11px;
		line-height:14px;
		margin-left:9px;
		padding-left:9px;
	}
	.mobile-nav{
		position:absolute;
		top:180px;
		left:5px;
		display:block;
		width:162px;
		z-index:15;
	}
	.mobile-nav .opener{
		display:block;
		background:#61162d url(../images/bullet10.png) no-repeat 100% 0;
		color:#fff;
		font-weight:bold;
		font-size:9px;
		line-height:15px;
		padding:3px 25px 4px 8px;
	}
	.mobile-nav .slide{
		background:#61162d;
	}
	.mobile-nav ul{
		font-size:10px;
		line-height:14px;
		margin:0;
		padding:0;
		list-style:none;
	}
	.mobile-nav li{
		height:1%;
		vertical-align:top;
	}
	.mobile-nav li a{
		color:#fff;
		text-transform:uppercase;
		display:block;
		padding:2px 8px;
	}
	.mobile-social{
		display:block;
		margin-top:-10px;
	}
	.messager{
		top:215px;/*changed 11-14-14*/
		font-size:0.9em;
		line-height:1.111em;
	}
	.messager h2{
		font-size:1em;
	}
	.messager .box{
		margin:0 13px 0 12px;
	}
	.messager .opener{
		width:14px;
		height:13px;
		background-position:-535px 0;
		right:8px;
	}
	.messager .box .center{
		padding:0 7px 3px;
		height:1%;
	}
	.messager .box .center:after{
		clear:both;
		display:block;
		content:"";
	}
	.messager .box .center .holder{
		float:left;
		margin:-5px 0 -3px;
		width:100%;
	}
	.messager .box .t{background:url(../images/bg-slide-tl-mobile.png) no-repeat 0 0;}
	.messager .box .b{background:url(../images/bg-slide-bl-mobile.png) no-repeat 0 0;}
	.messager .box .b .r{background:url(../images/bg-slide-br-mobile.png) no-repeat 0 0;}
	.slideset .prev{
		bottom:104px;
		left:6px;
		width:48px;
		height:52px;
		background:url(../images/sprite.png) no-repeat 0 -377px;
	}
	.slideset .next{
		bottom:104px;
		right:3px;
		width:48px;
		height:52px;
		background:url(../images/sprite.png) no-repeat 0 -446px;
	}
	.inner-gallery .description{
		font-size:13px;
		line-height:16px;
		width:30.4%;
	}
	.inner-gallery .description .c{padding:0 8px 0 9px;}
	.inner-gallery .description .c .holder{margin:-5px 0 -7px;}
	.address-row{padding:1px 0 4px;}
	.address-row span{background-position:0 3px;}
	.content-section h2{
		font-size:2.1em;
	}
	.content-section{padding:19px 0 0 4px;}
	.content-section .box{margin-right:-2%;}
	.content-section .png-box{
		font-size:1em;
		line-height:1.3em;
	}
	.png-box .list li{
		background:url(../images/bullet12.png) no-repeat 0 3px;
		padding:0 0 11px 10px;
	}
	.png-box .holder{margin-top:-8px;}
	.png-box .cl{
		padding-left:25px;
		min-height:142px;
	}
	.mobi-hidden{display:none;}
	.png-box .events-list{
		margin-left:-4px;
		padding-bottom:4px;
	}
	.png-box .events-list li{padding-top:12px;}
	.content-section .social .title{font-size:18px;}
	.content-section .social li.twitter{width:30px!important;}
	.content-section .social li.facebook{width:30px!important;}
	.content-section .social li.youtube{width:76px!important;}
	.content-section .social li.rss{width:30px!important;}
	.content-section .social li{margin-left:17px;}
	.section-title{
		font-size:2.1em;
		padding:3px 10px 6px;
	}
	.apply-section{padding-bottom:58px;}
	.apply-section .holder{
		padding:20px 10px 0 2%;
		font-size:1.1em;
		line-height:1.182em;
	}
	.apply-section .visual{
		margin-right:25px;
		width: 192px;
	}
	.apply-section .mask{width:210px;}
	.apply-section h4{
		font-size:25px;
		margin-bottom:9px;
	}
	#footer .footer-frame{
		border-top:2px solid #c6af5e;
		padding:4px 18px 20px;
	}
	#footer .links,
	#footer .copy{
		float:none;
		width:auto;
		text-align:left;
		max-width:100%;
		font-style:normal;
	}
	#footer li:first-child{
		background: url(../images/bullet01.png) no-repeat 0 4px;
		display: inline;
		margin-left: 1px;
		padding-left: 8px;
	}
	#footer ul{display:inline;}
	#footer ul:first-child li:first-child{
		background:none;
		padding-left:0;
		margin-left:0;
	}
	#footer .copy{
		padding-top:21px;
	}
	#footer .bottom-panel{
		margin:0;
		padding-top:21px;
		text-align:left;
		max-width:324px;
	}
	.drop-link-box{
		left:-8px;
		top: -40px;
	}
	.footer-logo{
		top:auto;
		bottom:-81px;
	}
	.drop-link-box .drop-link{
		background:#61162d url(../images/bullet10.png) no-repeat 100% 0;
		color:#fff;
		font-weight:bold;
		font-size:9px;
		line-height:15px;
		padding:3px 25px 4px 8px;
		width:129px;
	}
	.content-column{
		float:none;
		padding-top:30px;
	}
	.content-column .c1{margin:0;}
}
/* max-width 400px */
@media only screen and (max-width: 420px) {
	#header .search input[type="text"]{/*added 08-05-14 */
        	width:100%;
        	font:bold 10px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	}	
	#header .search{
		/*display:none; disabled 08-05-14 to enable search on mobile view*/
		margin-left:5%;/*added 08-05-14 */
		margin-right:5%;/*added 08-05-14 */
		width: 90%;/*added 08-05-14 */
        	background:none;/*added 08-05-14 */
		background-color: white;/*added 08-05-14 */
	}
	.inner-section{
        	margin:0 auto;
	}
	.text-column { 
		clear:left;
		width: 190px;
	}
	.text-column .right {
		clear:right;
	}
        .messager{/*added 11-14-14*/
                padding-top:150px;
        }
	.logo{
		position:static;
		margin:0 0 0 100px;
		background:url(../images/logo768.png) no-repeat 0 0;/*changed from logo480.png tp logp.png 09-17-14*/
		width:116px;
		height:165px;/*modified 09-17-14*/
		padding:7px 20px 20px 7px;
	}
	.header-holder .container{padding:0 0 2px;}
	#header .top-panel{
		padding:0;
	}
	#header .bottom-panel{
		text-align:center;
		padding:0 15px 3px 0;
		margin-top:15px;/* changed from -15px 08-05-14 */
		position:relative;
	}
	.bottom-panel .links{
		float:none;
		text-align:center;
		margin:0;
	}
	.bottom-panel .links li{
		float:none;
		margin-right:-4px;
		display:inline;
		background-position:0 2px;
	}
	.mobile-nav{
		position:relative;
		top:0;
		left:0;
		background:#c6af5e;
		padding:13px 0 13px 24px;
		width:auto;
	}
	.mobile-nav .opener{
		background:url(../images/bullet13.png) no-repeat;
		font-size:15px;
		line-height:18px;
		padding:10px 50px 10px 14px;
		width:217px;
	}
	.mobile-nav .slide{
		width:272px;
		background:#710e2a;
	}
	.messager{
		top:201px;
		font-size:12px;
		line-height:14px;
	}
	.messager .box h2{
		font-size:12px;
		line-height:14px;
	}
	.slideset .prev{
		bottom:87px;
		left:6px;
		width:39px;
		height:41px;
		background:url(../images/sprite.png) no-repeat -145px -228px;
	}
	.slideset .next{
		bottom:87px;
		right:3px;
		width:39px;
		height:41px;
		background:url(../images/sprite.png) no-repeat -219px -228px;
	}
	.messager .box{margin:0 13px 0 10px;}
	.messager .box .center .holder{margin:-7px 0 -3px;}
	.messager .box .center{padding:0 7px 10px;}
	.messager .opener{top:-3px}
	.messager .box .t{background:url(../images/bg-slide-tl.png) no-repeat 0 0;}
	.messager .box .b{background:url(../images/bg-slide-bl.png) no-repeat 0 0;}
	.messager .box .b .r{background:url(../images/bg-slide-br.png) no-repeat 0 0;}
	.inner-gallery .description{
		width: 84.4%;
		margin-right:27px;		
	}
	.inner-gallery .description .c .holder{
		margin:0;
		padding:1px 0 3px;
	}
	.address-row{display:none;}
	.mobile-address-row{
		display:block;
		padding:6px 0;
		border-top:8px solid #c6af5e; 
	}
	.section-title{
		font-size:22px;
		padding:0 22px 2px;
	}
	.apply-section .holder{padding:12px 7% 0;}
	.content-box{display:none;}
	.mobile-quick-news{
		display:block;
	}
	.mobile-quick-news .social{padding:0 0 11px 18px;}
	.mobile-quick-news .social .title{font-size:23px;}
	.content-section .social li.twitter{width:36px!important;}
	.content-section .social li.facebook{width:36px!important;}
	.content-section .social li.youtube{width:95px!important;}
	.content-section .social li.rss{width:36px!important;}
	.content-section .social li img{width:100%;}
	.content-section .social li:first-child{margin-left:7px;}
	.content-section .social li{margin-left:21px;}
	.mobile-quick-news .slider-row{
		height:1%;
		padding:21px 0 18px 5px;
		position:relative;
		z-index:30;
	}
	.mobile-quick-news .slider-row:after{
		clear:both;
		display:block;
		content:"";
	}
	.mobile-quick-news .open-close{
		float:left;
		width:126px;
		margin-left:20px;
		position:relative;
	}
	.mobile-quick-news .opener{
		background:#61162d url(../images/bullet14.png) no-repeat 100% 0;
		font-size:10px;
		line-height:18px;
		padding:0 6px;
		display:block;
		color:#fff;
	}
	.mobile-quick-news .open-close .slide{
		background:#fff;
		position:absolute;
		top:100%;
		left:0;
	}
	.mobile-quick-news .slide ul{
		margin:0;
		padding:0;
		list-style:none;
		border-style:solid;
		border-color:#ccc;;
		border-width:3px;
		font-size:10px;
		line-height:12px;
		color:#fff;
	}
	.mobile-quick-news .slide li{
		height:1%;
		vertical-align:top;
		padding:5px 6px;
	}
	.mobile-quick-news .slide a{color:#61162d;}
	.mobile-quick-news .slide .date{display:block;}
	.content-section{
		overflow:visible;
		padding:0;
	}
	#footer .footer-frame{
		padding:60px 24px 20px;
		border:none;
	}
	.drop-link-box{
		left: 1px;
		top: -45px;
	}
	.drop-link-box .drop-link{
		background:#61162d url(../images/bullet14.png) no-repeat 100% 0;
		font-size:10px;
		line-height:18px;
		padding:0 6px;
		width:123px;
	}
	.footer-logo{
		width:67px;
		height:44px;
		background:url(../images/footer-logo320.png) no-repeat 0 0;
		top:-46px;
		right:-13px;
	}
	.address-row span.tel{
		background:none;
		padding-left:0;
	}
	.address-row span{padding-left:19px;}
	.address-row span.adr{
		display:block;
		padding-bottom:3px;
	}
	.apply-section .visual{
		float:none;
		margin:0 0 17px;
		width:271px;
	}
	.apply-section .mask{width:293px;}
	.apply-section .text-holder{padding:0 10px;}
	.apply-section{padding-bottom:12px;}
}
@media only screen and (max-width: 300px) {
        .logo{
                margin:0 0 0 100px;
        }
}
