/********** CSS **********/

/*** remove trouble logging in ***/

#jcemediabox-popup-frame {
    z-index: 99999;
}

#rt-drawer,
#rt-drawer .rt-container,
#rt-drawer .rt-container .rt-grid-12,
#system-message-container,
#system-message {
    width: fit-content;
}


.nav-tabs li {
	display: none;
}




/*** hqin and other wide page width ***/

.menu-hqin #rt-mainbody-surround .rt-container,
.menu-summit-session1 #rt-mainbody-surround .rt-container,
.menu-summit-session2 #rt-mainbody-surround .rt-container,
.menu-summit-session3 #rt-mainbody-surround .rt-container {
    background: none;
}

.menu-hqin #rt-main .rt-grid-9,
.menu-summit-session1 #rt-main .rt-grid-9,
.menu-summit-session2 #rt-main .rt-grid-9,
.menu-summit-session3 #rt-main .rt-grid-9 {
	width: 100%;
}

.menu-hqin #rt-main .rt-grid-3,
.menu-summit-session1 #rt-main .rt-grid-3,
.menu-summit-session2 #rt-main .rt-grid-3,
.menu-summit-session3 #rt-main .rt-grid-3 {
	display: none;
}




.form-validate {
	margin: 0;
	padding: 0;
}


.menu-pfac-members-login #rt-main .trouble,
.menu-ptn-members-login #rt-main .trouble {
	margin-top: 0;
	padding-top: 0;
}

.menu-pfac-members-login #rt-main .rt-grid-9 .rt-block,
.menu-ptn-members-login #rt-main .rt-grid-9 .rt-block {
	margin-bottom: 0;
	padding-bottom: 0;
}




a:hover {
	text-decoration: underline;
}


.createdby {
	display: none !important;
}





span.event_button.details {
    background: linear-gradient(to top, #005696 0%, #0088ee 100%);
    color: #fff;
    text-shadow: none;
	font-weight: 400;
	display: inline-block;
	margin: 5px 0;
	padding: 0 20px;
	border: 5px solid #b3a59f;
	letter-spacing: .01em;
	border-radius: 20px;
}

a.event_button:hover span.event_button.details {
    background:  linear-gradient(to bottom, #005696 0%, #0088ee 100%);
	text-decoration: underline;
}






.font-size-is-xlarge {
    font-size: 16px;
    line-height: 1.5em;
}

ul li {
    line-height: 1.2em;
	padding-bottom: 5px;
}

html {
	background: #005696;
}

body {
	background: #fff;
}

body, p, td, .gf-menu .item {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	text-shadow: none !important;
}

h1, h2, h3, h4, h5, h6,.title, .component-content h2 { 
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 600;
	letter-spacing: -.6px;
	color: #005696;
    text-shadow: none;
    border-bottom: none;
    box-shadow: none;
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.1;
}

h1 { font-size: 240%; }
h2 { font-size: 200%; }
.title { font-size: 160%; color: #b3a59f }
h3 { font-size: 160%; }
h4 { font-size: 130%; }
h5 { font-size: 120%; }
h6 { font-size: 110%; }

h2 a {
	border-bottom: 1px solid #b3a59f;
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: block;
}

ul, ol {
	padding: 0;
	margin: 0 0 10px 25px;
}

hr {
	clear: both;
	border: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ddd;
}



/*** structural ***/

#editor-xtd-buttons {
	display: none;
}


.mce-fullscreen {
	margin-top: 160px;
}






/*** this fixes the anchor top padding issue ***/

a:not([href]) {
	display: block;
	position: relative;
	top: -140px;
	visibility: hidden;
}






#rt-top-surround {
    background: rgba(255,255,255,.90);
	border-bottom: 8px solid #005696;
	box-shadow: none;
	z-index: 99;
	position: fixed;
	width: 100%;
}

#rt-drawer {
    background: none;
    border: none;
    box-shadow: none;
	position: relative;
	z-index: 99;
}

#system-message .alert-warning {
  color: #005696;
  background: rgba(255,255,255,.95);
  border: 1px solid #005696;
  position: absolute;
  top: 115px;
  left: 25px;
}

#rt-content-top .breadcrumbs {
	margin-bottom: 0;
	padding-bottom: 0;
}






/*** breadcrumbs ***/

#rt-breadcrumbs a {
    font-size: inherit;
	padding-right: 5px;
}

#rt-breadcrumbs a:after,
#rt-breadcrumbs a:before {
    display: none;
}


#rt-breadcrumbs .rt-block {
	padding: 130px 0 0 25px;
	margin: 0;
	background: none;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    list-style: none;
	border-radius: 0;
	font-size: 80%;
	background: none;
}

.breadcrumb li {
    display: inline-block;
}











#rt-showcase {
	padding-top: 120px;
}

.rt-grid-9 > .rt-block {
	padding: 0;
	margin: 0;
}

#rt-mainbody {
	padding: 15px;
	margin: 10px;
}

#rt-mainbody-surround .rt-container {
	background: linear-gradient(to right, #fff 0%,#fff 75%,#ede9e8 75%);
}












/*** logo ***/

#rt-top .top-logo {
	padding: 20px 0 15px;
	margin: 0;
}

#rt-top .top-logo img {
	max-width: 190px;
}






/*** social ***/

#rt-top .rt-container .rt-omega > .social-media {
	position: absolute;
	right: 15px;
	top: 10px;
	padding: 0;
	margin: 0;
}

#rt-top .social-media img {
	opacity: .5;
}

#rt-top .social-media img:hover {
	opacity: 1;
}










/*** menu ***/

.gf-menu-toggle {
    z-index: 999999 !important;
}


.gf-menu.l1 > li.active > a,
.gf-menu.l1 > li:hover > a {
    background: url(../images/menu-hilite.png) no-repeat 50% bottom;
	color: #005696;
	height: 54px;
}

.gf-menu li.parent > .item::after {
	display: none;
}

.gf-menu {
    float: right;
	margin-top: 63px;
	text-transform: uppercase;
	text-size: 15px;
}

.gf-menu.l1 > li,
.gf-menu.l1 > li.active {
    background: none;
    border: rgba(0,0,0,0);
    box-shadow: none;
    border-radius: 0;
}

.gf-menu.l1 > li:hover {
    background: none;
    box-shadow: none;
	border-color: rgba(0,0,0,0);
    margin-top: -1px !important;
	background: url(../images/menu-hilite-bg.png) no repeat;
}

.gf-menu.l1 > li.active:hover {
}

.gf-menu.l1 > li .item {
    margin: 0;
	padding: 0;
	color: #ac9f99;
}



/*** dropdowns ***/

.gf-menu.l1 > li:hover > .item .border-fixer { display: none !important; }

.gf-menu .dropdown {
    background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	border-radius: 0 0 8px 8px;
	border-top: 8px solid #005696;
	border-left: none !important;
}

.gf-menu .dropdown ul li {
	padding: 0;
	margin: 0;
	border-left: none !important;
}

.gf-menu .dropdown ul li > .item {
	padding: 6px 10px 6px 15px;
	margin: 0;
	border-left: none !important;
}

.gf-menu .dropdown ul li:hover > .item {
	color: #005696;
    background: url(../images/menu-dropdown-hilite.png) no-repeat 0 50%;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0);
	border-top: none;
    box-shadow: none;
}








/*** search icon ***/

#rt-top .gf-menu.l1 > li:last-child .item,
#rt-top .gf-menu.l1 > li:hover:last-child .item {
	box-shadow: none !important;
    height: 36px;
	width: 36px;
    text-indent: -9999px;
	transition: all 0.5s ease-in-out;
	background: none;
	margin-top: 0 !important;
}


#rt-top .gf-menu.l1 > li:last-child {
    background: url("../images/searchmenu-bg-ro.png") no-repeat;
	margin-top: -6px !important;
	opacity: .5;
}

#rt-top .gf-menu.l1 > li:hover:last-child {
	opacity: 1;
}






/*** homepage rotators ***/

.bt-introtext a {
	color: #005696 !important;
}

#rt-showcase {
	border: none;
}

.rt-showcase-pattern {
    background: url(../images/showcase-bg.jpg) no-repeat 0 0;
	background-size: cover;
	background-position: 50% 50%;
	border: none;
	border-bottom: 8px solid #005696;
	padding: 20px 0 0;
}

#rt-showcase .home-rotator {
	padding: 0;
	margin: 0;
}

.home-rotator .slides_control {
	min-height: 332px;
}

.home-rotator .bt-cs .bt-inner {
    padding: 25px 25px;
}

.home-rotator .bt-image-link {
	display: block;
	float: left;
	margin: -35px 25px 0px 0px;
	background: url(../images/rotator-bg.png) no-repeat 0 0;
	background-size: 100% 100%;
	padding: 15px;
	pointer-events: none;
	cursor: default;
}

.home-rotator .bt-cs .bt-inner img {
    outline: none;
    border: 10px solid #fff;
    max-width: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,.3)
}

.home-rotator .slide:nth-child(even) img {
	transform: rotate(-3deg);
}

.home-rotator .slide:nth-child(odd) img {
	transform: rotate(3deg);
}

/* text */

.home-rotator .bt-cs .bt-inner .bt-title {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 245%;
	font-weight: 400;
    line-height: 100%;
	letter-spacing: -1px;
    color: #fff;
    text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	margin-top: 25px;
}

.home-rotator .bt-cs .bt-inner .bt-title:hover {
	color: #fff !important;
	text-shadow: 1px 1px 5px rgba(0,0,0,.6);
}

.home-rotator .bt-introtext {
	font-size: 150%;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	font-weight: 400;
	line-height: 1.4;
}







/*** scroll to top button ***/

#gototop {
	border:5px solid #b3a59f;
	margin: 10px;
	padding: 10px;
	background: linear-gradient(to top, #005696 0%, #0088ee 100%);
	color: #fff;
	border-radius: 40px;
} 
	
#gototop:hover{
	background: linear-gradient(to bottom, #005696 0%, #0088ee 100%);
	color:#fff;
}




/*** read more btn ***/

.readmore {
	font-size: 85%;
    background-image: none;
	filter: none;
	border: 5px solid #b3a59f;
	background: linear-gradient(to top, #005696 0%, #0088ee 100%);
	color: #fff;
	border-radius: 20px;
}

.readmore:hover {
	background: linear-gradient(to top, #0088ee 0%, #005696 100%);
}

.readmore a {
	color: #fff !important;
	text-shadow: none;
	padding: 0 10px;
}



/*** readon btn ***/

.readon {
	font-size: 85%;
	color: #fff !important;
    border: 5px solid #b3a59f;
    background-image: none;
	filter: none;
    background: linear-gradient(to top, #005696 0%, #0088ee 100%);
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	border-radius: 5px;
	text-shadow: none;
	padding: 0 20px;
	border-radius: 20px;
}

.readon:hover {
    background: linear-gradient(to top, #0088ee 0%, #005696 100%);
	color: #fff !important;
	text-shadow: none;
}


/*** client login ***/

#rt-top .client-login .client-login {
    position: absolute;
    right: 10px;
    top: 5px;
	font-size: 80%;
	border: 5px solid #b3a59f;
	margin: 0;
	padding: 5px 10px 4px;
	background: linear-gradient(to top, #005696 0%, #0088ee 100%);
	color: #fff;
	border-radius: 20px;
	height: 15px;
	text-shadow: none;
	line-height: 1;
}

#rt-top .client-login a {
	color: #fff !important;
}

#rt-top .client-login .client-login:hover {
	background: linear-gradient(to top, #0088ee 0%, #005696 100%);
}









/*** features ***/

#rt-feature .rt-block {
	border: 5px solid #ffffff;
	box-shadow: 0 0 12px rgba(0,0,0,.2);
	padding: 0;
	margin: -115px 5px 0;
	transition: all 0.3s ease-in-out;
}

#rt-feature .rt-block:hover {
	border-color: #005696;
	box-shadow: 0 0 18px rgba(0,0,0,.4);
	padding: 0;
	margin: -120px 5px 0;
}


#rt-feature .rt-block img {
	width: 100% !important;
	height: auto !important;
}




.component-content ul.actions {
	float: right;
	margin-top: -37px;
}



/*** captions ***/

.jcemediabox-zoom-span {
	padding: 0 !important;
}

.wf_caption img {
	
}

.wf_caption > span {
	font-size: 90% !important;
	font-weight: 400 !important;
	line-height: 1.3;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid rgba(0,0,0,.2);
}

.icons .wf_caption span {
	font-size: 100%;
	line-height: inherit;
	background: inherit;
	padding: inherit;
	border: none;
	margin-bottom: inherit;
}




/*** blog pages ***/

.items-leading,
.blog .item  {
	border: 1px solid #b3a59f;
	padding: 15px 15px 0;
	border-radius: 10px;
	margin-bottom: 10px !important;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}

.component-content .pagination {
    font-size: 80%;
	font-weight: 400 !important;
}

.component-content .pagination ul li {
    padding-bottom: 0;
}


.component-content .pagination ul li .pagenav {
  font-size: 1em;
  line-height: 16px;
    display: inline;
  vertical-align: middle;
}






/*** tabs ***/

.menu-home .rt-grid-9 > .homepage-tabs {
	margin: 35px 0 10px;
}

.sprocket-tabs-nav {
    border: none;
    background: none;
}

ul.sprocket-tabs-nav li .sprocket-tabs-inner {
	font-family: 'Archivo Narrow', sans-serif;
	margin: 0 0 0 10px;
	background: #fff;
    color: #b3a59f;
	border-radius: 8px 8px 0 0;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	transition: all 0.3s ease-in-out;
}

ul.sprocket-tabs-nav li.active .sprocket-tabs-inner,
ul.sprocket-tabs-nav li:hover .sprocket-tabs-inner {
	background: #669ac0;
	color: #fff;
}

.sprocket-tabs-panels {
	background:#fff;
	border-radius: 8px;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	margin: 0 10px 10px;
	padding: 10px 25px;
	position: relative;
	z-index: 9;
}

ul.sprocket-tabs-nav li {
    padding-bottom: 0;
}







/*** hiin section ***/

.cat-children > h3 {
	display: none;
}

.cat-children > div {
	display: table;
	width: 97%;
	
    border: 1px solid #b3a59f;
    padding: 15px 15px 0;
    border-radius: 10px;
    margin-bottom: 10px !important;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}

.blog .cat-children .item-title {
	font-size: 180%;
	display: block;
	padding: 10px 0 10px;
	border-bottom: 1px solid #ccc;
}

.blog .cat-children .item-title:after {
	content: " - click for more...";
	font-size: 100%;
}

.blog .cat-children div .last {
	padding-left: 30px;
	border-left: 2px solid #ddd;
}

.blog .cat-children .last .item-title {
	font-size: 150%;
}

.cat-children ul {
    list-style: inherit;
    margin: 0 0 10px 25px;
}










/*** icons ***/

.icons {
	display: inline-block;
}

.icons br,
.icons hr {
	display: none;
}

.icons .wf_caption {
	float: left;
	padding: 0 5px 5px;
	min-height: 190px;
}

.icons .wf_caption span {
	padding-top: 10px;
	font-family: 'Archivo Narrow', sans-serif;
	color: #b3a59f;
	text-align: center;
	line-height: 1;
	font-size: 125%;
}






/*** board table ***/

table.board {
	border: 3px solid #ccc;
	width: 100% !important;
}

table.board td {
	padding: 10px !important;
}

table.board tr {
	border: 1px solid #ddd;
}

table.board tr:nth-child(odd) {
	background: #eee;
}


table.board img {
	min-width: 220px;
	height: auto !important;
	padding-right: 10px !important;
}






/*** responsive tables ***/

div.flow4 {
	text-align: center;
}

div.flow4 table {
	text-align: left;
	width: 24%;
	min-width: 250px;
	display: inline-block;
	vertical-align: top;
	margin-right: .5%;
	margin-bottom: 15px;
	border: 1px solid #ccc;
}

div.flow4 table:last-child {
	margin-right: 0;
}

div.flow4 table td {
	padding: 0 15px;
}

.respond {
	margin: auto;
	width: 100%;
	line-height: 1.2;
	border: none;
}

.respond tr, .respond td {
	display: inline-block;
	vertical-align: top;
	border: none;
	background: none !important;
	text-align: center;
}

.respond tr, .respond td p {
	font-family: 'Archivo Narrow', sans-serif !important;
	color: #b3a59f;
	font-size: 13px;
}

.respond td {
	padding: 0;
}

.respond td img {
	max-width: 100%;
}








/*** featured news ***/

#rt-content-bottom{
/*	border-bottom: 30px solid #005696; */
	margin-bottom: 20px;
}

body div#newsflash.roknewsflash {
    border: 0;
    margin: 0;
    height: inherit;
	background: #fff;
	padding: 0 10px;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
	overflow: hidden;
}

#rt-content-bottom > .rt-container {
	padding: 20px 0;
	background: linear-gradient(to right, #fff 0%,#fff 75%,#ede9e8 75%);
}

.roknewsflash .controls {
    top: 40%;
}

#rt-content-bottom .featured-news {
	border: 1px solid #ccc;
	border-radius: 10px;
	margin: 0 10px;
	padding: 0;
	min-height: 100px;
}

#rt-content-bottom .featured-news #newsflash .flashing {
	border-radius: 10px 0 0 10px;
	margin: auto 0;
	padding: 40px;
	font-family: 'Archivo Narrow', sans-serif;
	background: #005696;
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 400;
}

#newsflash ul {
	padding: 20px 10px 20px 225px;
	display: block;
	position: relative;
}

#newsflash ul li {
	position: relative;
}









/* pagebreaks */

.panel h3 {
	font-size: 130%;
}

.panel h3 {
	font-size: 130%;
}

.panel h3 a span:after {
	font-family: "Montserrat", sans-serif !important;
	content: " [click to expand]";
	font-size: 70%;
	color: #b3a59f;
	font-weight: 400;
	padding: 0;
	margin: 0;
	line-height: 1;	
}

.panel h3.pane-toggler-down a span:after {
	content: " [click to close]";
}

.panel h3:hover a span:after {
	color: #005696;
}

.pane-down {
	border: 1px solid #b3a59f !important;
	border-top: none !important;
	border-radius: 0 0 10px 10px;
	padding: 15px;
	margin-bottom: 15px;
}








/*** copyright in footer ***/

#rt-footer {
    color: #fff;
    background: #b3a59f;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
	font-size: 70%;
	font-weight: 300;
}

#rt-footer .copyright {
    padding: 15px 0 0;
	margin: 0;
}





/*** footer icons ***/

#rt-copyright {
	background: #005696;
	margin-bottom: 50px;
}












/*** sidebar ***/

#rt-sidebar-a .rt-block {
	background: #fff;
	border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
	margin: 15px;
	border: 2px solid #fff;
}

#rt-sidebar-a .sbfeature {
	padding: 0;
	border-radius: 10px;
}

#rt-sidebar-a .sbfeature img {
	border-radius: 8px;
}

#rt-sidebar-a .sidebar-events {
	padding: 15px;
	line-height: 1.3;
}

#rt-sidebar-a .sidebar-fulleventslink {
	padding: 0 15px;
}

#rt-sidebar-a .rt-block .module-title h2 {
	font-family: 'Archivo Narrow', sans-serif;
	letter-spacing: -.1px;
	color: #fff;
	background: #005696;
	border-radius: 10px 10px 0 0;
	border: none;
	margin: -15px -15px 15px;
	padding: 15px;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 150%;
}



/*** sidebar menu ***/

#rt-sidebar-a ul ul {
    margin-left: 25px;
    padding: 0;
}

ul.menu ul.small {
    font-size: 100%;
}

#rt-sidebar-a ul.menu li {
    margin: 0;
	padding: 4px 0;
}

#rt-sidebar-a ul.menu li a {
	font-weight: 400 !important;
}

#rt-sidebar-a ul.menu li a:before {
	display: none;
}

#rt-sidebar-a ul.menu li.active > a:before,
#rt-sidebar-a ul.menu li:hover > a:before {
	content: url(../images/menu-hilite-sidebar.png);
	display: inline-block;
	position: absolute;
	margin-left: -17px;
	margin-right: 4px;
	padding-bottom: 0;
}

#rt-sidebar-a ul.menu li:hover a {
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}










/*** dt register ***/

.com_dtregister .eventlist-row, .com-dtregister .eventlist-row {
    margin-bottom: 10px;
    padding-top: 10px;
}

.com_dtregister .eventlists .event-footer, .com-dtregister .eventlists .event-footer {
    margin: 10px 0;
}

.dth-btn-default {
	font-size: 90%;
    background-image: none;
	filter: none;
	border: 5px solid #b3a59f;
	background: linear-gradient(to top, #005696 0%, #0088ee 100%);
	color: #fff;
	border-radius: 20px;
	display: none;
}

.dth-btn-default:hover {
	background: linear-gradient(to top, #0088ee 0%, #005696 100%);
}

.dth-btn-default {
	color: #fff !important;
	text-shadow: none;
	text-shadow: none;
	padding: 0 10px;
}

.dtfield span {
	top: -4px !important;
}

.dtfield span.dt_checkbox_label {
	top: 0 !important;
}

.dt_checkbox_label {
    padding: 0 10px 0 10px;
    margin: 7px 0 0 10px;
}

dt.dtlabel {
    font-size: inherit;
	font-weight: 500;
}

a.detailslink {
	height: 25px;
	width: 100px;
	display: block;
}

a.detailslink:after {
	font-size: 85%;
	content: "Details";
	text-shadow: 1px 1px 2px #000;
	font-style: normal;
	color: #fff;
	font-weight: 400;
	text-align: center;
	display: block;
	border: 3px solid #b3a59f;
	background: linear-gradient(to top, #005696 0%, #0088ee 100%);
	border-radius: 15px;
	margin-top: 5px;
}

img.event_button {
    display: none;
}

table.event_message td {
	font-size: 16px;
}

td.eventlist {
    text-indent: 0;
}

table.event_message td {
    padding: 10px;
    border: 1px solid #ccc;
}

table.st-grid td .rb-i {
	line-height: 80%;
}

table.event_message .eventlist {
	line-height: 140%;
}

#mvEventContainer .st-c {
	font-family: "Montserrat", sans-serif !important;
}

#txtdatetimeshow {
    line-height: 1;
	font-size: 16px;
}

body .dt_event_title {
	line-height: 1.1;
}

.eventListRow2 {
    background: #fff;
}

.eventListRow1 {
    background: #ede9e8;
}

.dt_event_title a:link, .dt_event_title a:visited {
    font-style: normal;
    font-size: 16px;
	font-weight: 400;
}

.printborder {
    border: 2px solid #c3d9ff;
}

.calmain {
    border-bottom: none;
    background: none;
}

.st-bg-today {
    background-color: #f8f4f3;
}

.st-dtitle-today {
    background-color: #005696;
	color: #fff;
}

.st-dtitle {
    padding: 5px;
}

table.st-grid tr td div span {
	font-size: 12px;
}

div#caltoolbar #showtoday,
div#caltoolbar #showreflashbtn,
div#caltoolbar #showtodaybtn,
div#caltoolbar #showdaybtn,
div#caltoolbar #showweekbtn,
div#caltoolbar #showmonthbtn,
div#caltoolbar .btnseparator {
	display: none;
}


/*** dt sidebar ***/

#dtevents {
	line-height: 1.4;
}

.dt_event_title a:link, 
.dt_event_title a:visited {
    font-size: 90%;
	font-weight: 600;
}








/*** staff table ***/

div.staff img {
	margin: 0 !important; 
	width: 220px !important; 
	height: auto !important; 
	min-width: 100px !important;
	padding: 20px 20px 10px;
}

div.staff p {
	display: inline-table;
	border: 1px solid #ddd;
	text-align: center;
	margin: 0 15px 15px 0;
	padding: 0 0 10px;
	width: auto;
	border: 1px solid #ddd;
	font-size: 85%;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	line-height: 1.4em;
}



@media only screen and (min-width: 1500px) and (max-width: 1699px) {
	
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	
}

@media only screen and (min-width: 1300px) and (max-width: 1399px) {
	
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
	
}

@media only screen and (max-width: 1199px) {
	
	
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	
	

}

@media only screen and (min-width: 768px) and (max-width: 959px) {	


}

@media only screen and (max-width: 767px) {
	
div.flow4 table {
	width: 100%;
	display: table;
}
	
	#rt-mainbody-surround .rt-container,
	#rt-bottom > .rt-container {
		background: #fff;
	}
	
	#rt-top .client-login {
		padding: 0;
		margin: 0;
	}
	
	#rt-top .client-login .client-login {
		position: relative;
		width: 30%;
		margin: auto;

	}
	
	#rt-top .client-login .client-login p {
		text-align: center !important;
	}

	
	.top-logo img {
		max-width: 50%;
	}
	
	.top-logo p {
		text-align: center;
	}
	
	#rt-bottom .featured-news #newsflash .flashing {
		padding: 40px 10px;
		font-size: 15px;
	}
	
	#newsflash ul {
		padding: 7px 10px 20px 90px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 480px) {

}

@media only screen and (max-width: 359px) {
	
}
