view-field-job-title-table-column/*
www.devsaran.com
*/

/*google font*/
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);


/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

@media screen and (min-width: 1080px ) and (orientation:portrait){
	#footer{
		position: absolute !important;
		bottom: 0 !important;
		height: auto !important;
		padding: 0 !important;
		margin: 0 !important;
		line-height: 0 !important;
	}
	
	body{
		height: 100vh !important;
	}
	
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  background: #fff;
  line-height: 1;
}

/* Block elements */
header, hgroup, footer, section, article, aside {
  display: block;
}

blockquote, q {
  quotes:none;
  border: 1px solid #bbbbbb;
  background: #d8d8d8 url(images/quote.png) no-repeat;
  padding: 10px 5px 5px 47px;
  text-shadow: 1px 1px #fff;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

code {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

ins {
  background-color:#fdfc9b;
  text-decoration:none;
}

mark {
  background-color:#fdfc9b;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

hr {
  height:1px;
  background: #9f9f9f;
  margin: 7px 0;
  border: none;
  clear: both;
  float: none;
  width: 100%;
}

input, select {
  vertical-align:middle;
}

select {
  border-radius: 4px;
  border: 1px solid #ACACAC;
  padding: 3px 4px;
}

.clear {
  clear: both;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  text-indent: -9999px;
  height: 0;
}

fieldset {
  border: 1px solid #ccc;
  margin: 0 0 1.4615em;
  padding: 1.5385em;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 15px;
  width: 100%;
}

th, tr, td {
  vertical-align: middle;
}

.sticky-header th, .sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

/*-----------------------------------------------------------------------------------*
/* = Body, Common Classes & Wrap
/*-----------------------------------------------------------------------------------*/

/*Remove Scrollbar*/
::-webkit-scrollbar {
    display: none;
}

body {
  height: 1400px;
  font-size: 14px;
  line-height: 1.6em;
  background: url('/themes/custom/rlkiosk/images/background.jpg') no-repeat 50%;
  color: #333;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

.fc-button-primary:not(:disabled).fc-button-active .fc-button-primary:not(:disabled):active, .fc-button:hover, .fc-button-primary:hover, .fc-button-primary,
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number, .fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number:hover{
	color: #000 !important;
}

#content{
	clear: both;
	min-height: 1080px;
}

#footer{
		
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p { margin: 0 0 1em }
strong { font-weight: 700 }
em { font-style: italic }

* html .clearfix{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.remove-margin { margin-right: 0 !important }

/*-----------------------------------------------------------------------------------*
/* = Structure
/*-----------------------------------------------------------------------------------*/

#wrap{
    margin: 0 auto;
    width: 1080px;
	min-height: 1080px;
}
body,
table,
td {
    color: #333;
}

/*-------------------------------------------*
/*Headings
/*-------------------------------------------*/
h1,
h2,
h3,
h4 {
  color: #333;
  line-height: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.2em;
}

h2 {
  font-size: 21px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h2,
h3 {
  margin-top: 12px;
  margin-bottom: 8px;
}

h1 a,
h2 a,
h3 a,
h4 a { color: #333 }
h2 a:hover,
h3 a:hover,
h4 a:hover { color: #000; text-decoration: none; }


/* -------------- Form Elements   ------------- */

fieldset {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 32px;
  padding: 0 0 10px;
  position: relative;
  top: 12px; /* Offsets the negative margin of legends */
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.fieldset-wrapper {
  margin-top: 25px;
}

.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0;
}

.filter-wrapper { top: 0; padding: 1em 0 0.2em;
-khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

.filter-wrapper .form-item label { margin-right: 10px; }

.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }

.filter-guidelines { padding: 0 1.5em 0 0.5em; }

fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; border-radius: 0; }

fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em;
left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
-khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px;
-khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; display: inline;}

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
/* IE10 */
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Opera */
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* IE6-9 */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');

border: 1px solid #dbdbdb;
-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white;
color: #333333; text-shadow: 0 1px 0 white; position: relative; font-weight:bold; padding: 8px 1em 9px 1em; margin-right: 10px; }

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
/* IE10 */
background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Opera */
background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* IE6-9 */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');

-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white;
-webkit-box-shadow: inset 0 1px 0 0 white;
-o-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
cursor: pointer; }

button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }

a.button, #main a.button  { text-decoration:none; }

.button-alt,
.button,
.button.small,
.button.large,
.button.medium { background-image: none; padding: 8px 1em 9px 1em; margin: 0; display: inline-block; font-stretch: narrower;
font-weight: bolder; text-align: center; text-decoration: none; }

.button.left { float: left; }

.button.right { float: right; }

.button.center,.button.middle { margin: 0px auto; text-align: center; display: inherit; }

.button-alt a,.button a,.button.small a { font-size: .9em; line-height: 14px; text-decoration:none; }

.button.medium a { font-size: 1.2em; line-height: 20px; }

.button.large a { font-size: 1.5em; line-height: 24px; }

/*-------------------------------------------------*
/* = Header
/*-------------------------------------------------*/
#header {
  width: 980px;
}
#header-top{
  position: relative;
}
#logo{
  float: left;
  width: 60%;
}
#logoimg {
  float:left;
  padding-right: 15px;
}
#sitename {
  float:left;
}
#sitename h1 {
  padding-top: 10px;
  margin: 0px;
}
#sitename h1 a{
  font-size: 38px;
  font-weight: bold;
  color: #333;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(192,192,192, 0.6);
}

#logo a:hover { color: #000; }

#header-top .search-block {
  float: right;
  width: 40%;
  margin: 14px 0 0;
}

.search-block #search-block-form {
  text-align: right;
}

#search-block-form input[type="submit"] {
  padding: 4px 1em 5px;
}

#site-slogan {
  padding: 35px 0 15px;
  margin-top: 20px;
  border-top: double #ddd;
  text-align: center;
  font-size: 28px;
}

/*-------------------------------------------------*
/* =  Navigation
/*-------------------------------------------------*/
/*** ESSENTIAL Navigation Style ***/
#main-menu ul.menu,
#main-menu ul.menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-menu ul.menu { line-height: 1.0 }
#main-menu ul.menu ul {
  position: absolute;
  top: -999em;
  width: 160px; /* left offset of submenus need to match (see below) */
}
#main-menu ul.menu ul li { width: 100% }
#main-menu ul.menu li:hover {
  visibility: inherit; /* fixes IE7 'sticky bug' */
}
#main-menu ul.menu li {
  float: left;
  position: relative;
}
#main-menu ul.menu a {
  display: block;
  position: relative;
}
#main-menu ul.menu li:hover ul,
#main-menu ul.menu li.sfHover ul {
  left: 0;
  top: 55px; /* match top ul list item height */
  z-index: 99;
}
#main-menu ul.menu ul li:hover li ul.menu,
#main-menu ul.menu ul li.sfHover li ul.menu { top: -999em }
#main-menu ul.menu ul li:hover ul.menu,
#main-menu ul.menu ul li.sfHover ul.menu {
  left: 160px;
  top: 0;
}
/* navigation skin ***/
#main-menu ul.menu {
  float: left;
  margin-bottom: 1em;
}
#main-menu ul.menu a {
  height: 55px;
  line-height: 55px;
  font-size: 13px;
  font-weight: bold;
  color: #ddd;
  padding: 0 20px;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main-menu ul.menu li{
  padding-right: 2px;
  background-image: url("images/nav-border.png");
  background-position: right top;
  background-repeat: no-repeat;
}
/*
#main-menu ul.menu li:last-child{
  background-image: none;
}
*/
#main-menu ul.menu a:focus,
#main-menu ul.menu a:hover,
#main-menu ul.menu a:active,
#main-menu ul.menu li.sfHover > a {
  color: #fff;
  background-color: #000;
}

#main-menu ul li a.active {
  color: #fff;
  background-color: #000;
  border-bottom: 4px solid #1f82cb;
  height: 59px;
  line-height: 59px;
  margin-left: -1px;
}
#main-menu ul li a.active-trail {
  color: #fff;
  background-color: #000;
  border-bottom: 4px solid #1f82cb;
  height: 59px;
  line-height: 59px;
  margin-left: -1px;
}
#main-menu ul ul li a.active {
  color: #fff;
  background-color: #000;
  border-bottom: none;
  height: auto;
  line-height:1em;
  margin-left:none;
}
#main-menu ul ul li a.active-trail {
  color: #fff;
  background-color: #000;
  border-bottom: none;
  height: auto;
  line-height:1em;
  margin-left:none;
}
#main-menu ul ul ul li a.active {
  color: #fff;
  background-color: #000;
  border-bottom: none;
  height: auto;
  line-height:1em;
  margin-left:none;
}
/*Subs*/
#main-menu ul.menu ul{
  background: #444;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.4);
  box-shadow:  0 0 3px rgba(0,0,0,.4);
}
#main-menu ul.menu ul a{
  margin: 0px;
  font-size: 12px;
  padding: 15px 20px;
  line-height: 1em;
  height: auto;
  font-weight: normal;
  background-image: none;
  z-index: 200;
}
#main-menu ul.menu ul li{
  border: none;
  background-image: none;
}
#main-menu ul.menu ul a:focus,
#main-menu ul.menu ul a:hover,
#main-menu ul.menu ul a:active {
  color: #fff;
}
#main-menu ul.menu ul .current-menu-item a{
  color: #fff;
  border: none !important;
}
#main-menu ul.menu ul li:last-child{
  border-bottom: 0px;
}


#main {
  float: left;
}

#post-content {
  display: inline;
  margin: 0;
}

body.sidebar-first #post-content {
  float: left;
  width: 660px;
  padding-right: 30px;
  border-right: double #ddd;
  overflow: hidden;
}
.node {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEE;
}

#post-content h1 {
  margin-bottom: 0px;
}

.page-title {
  margin-bottom: 10px !important;
 margin-top: 10px !important;
	text-align: center;
}

#sidebar {
  width: 260px;
  float: right;
}
#sidebar .block {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#sidebar .block > h2 {
  font-size: 16px;
  margin-top: 0px !important;
  margin-bottom: 10px;
}

.region-header {
  margin-bottom: 25px;
}

.region-header .block {
  margin-bottom: 15px;
}

.view-footer .block {
  margin-bottom: 15px;
}

#footer-wrap{
  width: 100%;
  background: #333;
  margin-top: 30px;
  font-size: 13px;
  border-top: 4px solid #ddd;
}
#footer {
    height: 120px;
    position: relative;
    bottom: 0;
}
#footer-widget-wrap{
}
#footer-left,
#footer-middle,
#footer-right{
  float: left;
  width: 280px;
  margin-top: 30px;
}
#footer-right{
}
#footer-middle{
  margin-left: 40px;
  margin-right: 40px;
}
#footer-right{
}

#footer-wrap .block {
  color: #7f7f7f;
  margin-bottom: 30px;
}
#footer-wrap .block > h2{
  color: #fff;
  font-size: 16px;
  margin: 0 0 20px;
}

#copyright{
  font-size: 12px;
  color: #666;
  margin-top: 15px;
  padding-top: 15px;
  border-top: double #ddd;
}
#credit{
  text-align: right;
}

#preface-wrapper {
margin:5px auto 25px;
}

#preface-wrapper .column {
float: left;
}

#preface-wrapper.in1 .column {
width: 100%;
}

#preface-wrapper.in2 .column {
width: 50%;
}

#preface-wrapper.in3 .column {
width: 33.3%;
}

#preface-wrapper .block {
margin: 0 15px;
}

#preface-wrapper .block-title {
margin-top:15px;
}

#preface-wrapper .region {
margin:15px 0;
}

.submitted {
  background: #dfdddd;
  padding: 4px 9px;
  border-radius: 4px;
  color: #383838;
  text-shadow: 1px 1px #fff;
  clear: both;
  display: block;
  margin-bottom: 2px;
}

.links li a {
  background-color: #E7E5E3;
  color: #100100;
  padding: 4px 5px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}

.content ul, .content ol {
  padding-left:20px;
}

.content table {
  background: #ececec;
  border: 1px solid #bbbbbb;
}

/*.content th {
  background: #dbdbdb;
  padding: 5px 4px;
  text-shadow: 1px 1px #fff;
  border-right: 1px solid #c8c7c7;
}

.content td {
  background: #ebebeb;
  color: #747474;
  text-align: left;
  padding-left: 4px;
  border-right: 1px solid #c8c7c7;
  border-bottom: 1px solid #c8c7c7;
}*/

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#main table.cke_editor {
  background: transparent;
  border: 0;
}
#main table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}


/*-------------------------------------------*
/* Menus and item lists
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  -moz-transition: background 0.3s ease-in-out 0s;
  background: none repeat scroll 0 0 #999;
  border-radius: 3px 3px 3px 3px;
  color: #fff !important;
  font-family: 'Helvetica Nue',Arial;
  font-weight: bold;
  line-height: 1em;
  padding: 3px 4px;
  text-decoration: none;
}

.field-name-field-tags a:hover{
  background: none repeat scroll 0 0 #1F82CB;
  text-decoration: none;
  text-shadow: none;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

#main .field-label{
  color: #000;
}

#main .field-items .field-item{
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/* Comments */

.comment h2.title { margin-bottom: 1em; }

.comment div.user-picture img { margin-left: 0; }

.comment { margin-bottom: 20px; display: table; vertical-align: top; }

.comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; }

.comment .attribution img { margin: 0; border: 1px solid #d3d7d9; }

.comment .attribution .username { white-space: nowrap; }

.comment .comment-submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; }

.comment .comment-submitted .comment-time { font-size: 0.786em; }

.comment .comment-submitted .comment-permalink { font-size: 0.786em; text-transform: lowercase; }

.comment .content { font-size: 0.929em; line-height: 1.6; }

.comment .comment-arrow { background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 20px; }

.comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1px solid #d3d7d9; }

.comment .indented { margin-left: 40px; }

.comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; }

.comment .comment-text .comment-arrow { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager {
}

.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

.field-name-taxonomy-forums .field-items {
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{
  font-size: 16px;
}


/*-----------------------------------------------------------------------------------*
/* Shortcodes
/*-----------------------------------------------------------------------------------*/

/*columns*/
.one-half{ width:48%; }
.one-third{ width:30.66%; }
.two-third{ width:65.33%; }
.one-fourth{ width:22%; }
.three-fourth{ width:74%; }
.one-fifth{ width:16.8%; }
.one-sixth{ width:13.33%; }
.one-half, .one-third, .two-third, .one-fourth, .three-fourth, .one-fifth, .one-sixth {
  position:relative; margin-right:4%; float:left;
}


.column-last{margin-right: 0px;}


/*********************Custom Style By Garret*************************/
/* Layout */
body {
  margin: 0 auto;
  margin-left: 0;
  margin-right: 0;
}
.limiter {
  width: 940px;
  margin: 0 auto;
  padding: 10px 0;
}

.limiter clear-block /* Needed to work correctly on Main Site */
{  display: none;	}

.sidebar {
  /*  Added Style display:none	*/
  display: none;
  width: 220px;
}

/* Added Region */
#content_top {
  width: 100%;
  padding-top: 10px;
  margin-bottom: 10px;
}

.secondaryNav {
 width: 100%;
 text-align: center;
 margin: 0 auto;
}

.secondaryNav table {
  border-collapse: separate;
  border-spacing: 100px 0;
}

#left {
  margin-right: 20px;
  float: left;
}

#right {
  margin-left: 20px;
  float: right;
}

.one-sidebar #content {
  width: 700px;
}

.two-sidebars #content {
  width: 460px;
}

.no-sidebars #content {
  float: none;
}

.sidebar-right #content,
.two-sidebars #content {
  float: left;
}

.sidebar-left #content {
  float: right;
}

/*  Added Header Styles */
#header {
  width: 1080px;
	line-height: 0;
}

/*  Added Navigation Styles */
.navigation img{
  float: left;
  padding: 0;
  height: 56px;
}

.navigation img .inside{
  width: 20%;
}

.navigation img .outside{
  width: 30%;
}

/*  Added Page Styles */
#feedback_simple {
	display: none;
}

.kioskButton {
	display: block;
	border-radius: 10px;
    font-family: Arial;
    font-size: 20px;
    background: #008080;
	margin: 0 300px;
    margin-top: 20px;
	margin-bottom: 10px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.blockNavButtons1 {
	display: block;
	border-radius: 10px;
    font-family: Arial;
    font-size: 20px;
    background: #008080;
	margin: 0 300px;
    padding: 10px 20px;
}

.blockNavButtons2 {
	display: inline-block;
	border-radius: 10px;
    font-family: Arial;
    font-size: 20px;
	margin: 0 50px;
    background: #008080;
    padding: 10px 100px;
}

.blockNavButtons5 {
	display: inline-block;
	border-radius: 10px;
    font-family: Arial;
    font-size: 18px;
	margin: 0 5px;
    background: #008080;
    padding: 5px 5px;
}

#main .page-title {
	display: none;
}

#main {
    text-align: center;
    width: 100%;
    height: 1550px;
    overflow: auto;
}

#main table {
    text-align: left;
}

/*#main table td{
	line-height: 1em;
	font-size: 15.5px;
}*/

.node-links .comment_add {
	display: none;
}

.officeLink {
	text-decoration: underline;
	color: #008080;
	font-weight: bold;
}

.comment_add {
	display: none;
}

.comment_forbidden span{
	display: none;
}


/*  Added Footer Styles */
#footer {
  height: 120px;
  position: relative;
  bottom: 0;
  text-align: center;
}
.view-footer {
    text-align: center;
}
.feedbackLink {
    height: 35px;
	margin-top: 30px;
}
.feedbackLink a {
    padding: 5px 10px;
    background: #666666;
    font-size: 1.5em;
}

/*-------------------------------------------*
/*links
/*-------------------------------------------*/
a:link, #view-field-job-title-table-column {
    color: #006666;
}

#view-field-job-title-table-column{
	width: 30%;
}

#view-field-phone-table-column{
	color: #000;
}

a:visited {
    
}
a:hover {
    
}
a:visited:hover {
    
}
a:focus {
    
}
td a:link {
    color: #058E7C;
}
/* For Kiosk Button Links */
tealA, a.tealA , a:link.tealA, a:hover.tealA, a:visited.tealA,
.tealA a, .tealA a:link, .tealA a:hover, .tealA a:visited {
    color: #058E7C;
}
.selectedButton {
	background: #E2F3EE;
	border: 1px solid #92D8CE;
}
.selectedButton a, .selectedButton a:link, .selectedButton a:hover, selectedButton a:visited {
	color: #058E7C;
}
#footer .view-display-id-block_3 a {
    color: #058E7C;
}


/* Individual Page Styles */

/* HOME PAGE */
.homepageButtonRow{
    margin: 36px 10px;
}
.homepageButtonRow img {
    margin: 0 18px;
}
.homeRotatingDiv {
    margin-top: 50px;
    margin-right: 50px;
}
.homeRotatingDiv .contentContainer {
    position: fixed;
}
.homeRotatingDiv .kioskButton {
    width: 300px;
    margin: 25px 100px;
}

#block-views-hours-args-block-3 {
    padding: 50px 0;
    background-color: #FFFF88;
}
.pane-hours-args {
    margin-top: 175px;
}
#block-views-hours-args-block-3 h2, .pane-hours-args h2 {
	display: none;
}
#block-views-hours-args-block-3 a, .pane-hours-args a {
    color: #006666 !important;
    font-size: 3.5em;
    padding: 25px 100px 35px;
    text-decoration: underline;
}
#block-views-block-duplicate-of-events-block-2 {
    position: relative;
    width: 1080px;
	text-align: center;
}
#block-views-block-duplicate-of-events-block-2 h2 {
    color: #006666;
    font-size: 3em;
}

.todaybreak{
	margin-top: 300px;
}

#block-views-block-duplicate-of-events-block-2 .view-footer h2 {
    text-decoration: underline;
}

/* HOURS PAGE */
.calendar-calendar td .inner div.calendar div, .calendar-calendar td .inner div.calendar div a{
	background: #fff;
}

.calendar-calendar td.today .inner div.calendar div, .calendar-calendar td.today .inner div.calendar div a{
	background: #C3D6E4;
}

.view-hours-args.view-display-id-page_4 .view-footer h4 {
    font-size: 3em;
    padding-top: 10px;
}
.view-hours-args.view-display-id-page_4 .view-footer p {
    font-size: 1.5em;
    line-height: 1.5em;
}


/* FIND A PERSON, FIND YOUR LIBRARIAN, AND FIND A PLACE LIGHTBOX STYLES */
#lightbox {
    padding-top: 350px;
	margin: 0 auto;
	top: 0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.9);
    text-align:center;
}

#lightbox p {
	clear: both;
    text-align: center;
    color: #008080;
    font-size: 32px;
	font-weight: bold;
}

#lightbox img {
    box-shadow: 0 0 25px #008080;
}
/* FIND YOUR LIBRARIAN AND FIND A PLACE */
.page-node-11982 table, .page-node-11983 table {
    padding: 0 10px;
    max-width: 90%;
    margin: 50px 5%;
    background: none;
    font-size: 1.25em;
}
.page-node-11982 table thead, .page-node-11983 table thead  {
    font-weight: bold;
    font-size: 28px;
    background-color: #E2F3EE;
    border: none;
}
.page-node-11983 table thead th {
    padding: 15px 5px;
}
.page-node-11982 table td, .page-node-11983 table td {
    padding: 12px 5px;
    border: none;
}
.page-node-11983 table td.views-field-field-office {
    color: #006666;
    font-weight: bold;
    text-decoration: underline;
}
.page-node-11983 table td.views-field-field-phone {
    max-width: 200px;
}
.page-node-11982 table tr.even, .page-node-11983 table tr.even {
    background-color: #FFF;
}
.page-node-11982 #comments, .page-node-11983 #comments  {
    display: none;
}
/* FIND A PLACE */
.page-node-11985 .mapsFloorMap {
    float: left;
    margin-top: 20px;
}
.page-node-11985 .mapsFloorMap img {
    width: 480px;
    margin: 0 15px;
    margin-bottom: 25px;
    cursor: pointer;
}
.page-node-11985 h1 {
    font-size: 4em;
}
.page-node-11985 table {
    font-size: 25px;
    background: none;
    border: none;
}
.page-node-11985 table td {
	font-size: 22px;
    line-height: 1em;
	font-weight: bold;
	padding: 9.5px 5px;
    padding-left: 250px;
    border: none;
}

/* GROUP STUDY */
.page-node-11986 p, .page-node-11986 .view-content {
    line-height: 1.5;
}
.page-node-11986 #content {
	margin: 0 27%;
}
.page-node-11986 table {
    padding-left: 100px;
    line-height: 1em;
	color: #fff;
	width: 90%;
	margin: 0 auto;
}
.page-node-11986 #content th {
    font-weight: bold;
}
.page-node-11986 table th, .page-node-11986 table td {
	font-size: 24px;
    padding: 20px;
}
.page-node-11986 .room, .page-node-11986 .availability {
	background: grey;
}
.page-node-11986 .available {
	background: #99CC66;
	color: #fff;
}
.page-node-11986 .unavailable {
	background: #F24646;
	color: #fff;
}
.page-node-11986 .reservationButtonDiv {
    margin: 52px 0 75px;
    width: 100%;
}
.page-node-11986 .reservationButton {
	font-family: Arial;
    background-color: #FFFF88;
    color: #006666 !important;
    font-size: 3.5em;
    padding: 35px 105.6px 40px;
    text-decoration: underline;
}
.page-node-11986 #lightbox {
    padding-top: 150px;
}
.page-node-11986 #roomFloor {
    color:#006666;
    font-size: 4em;
}
.page-node-11986 #roomDescription h2 {
    color:#006666;
    font-size: 1.25em;
}
.page-node-11986 #roomDescription p {
    max-width: 80%;
    margin: 0 auto;
    font-size: .85em;
}


/* ROOM RESERVATION */
#rooms {
	width: 705px;
	margin: 0 auto;
}

#rooms #info {
	height: 175px;
    font-size: 18px;
}
#rooms .date, #rooms .hours {
    font-size: 18px;
}

#rooms #date-change select {
    margin: 10px auto;
    font-size: 16px;
}

#page-touchkiosk-something-room_reservations-policies h5 {
	font-size: 3.5em;
}

#page-touchkiosk-something-room_reservations-policies li {
	text-align: left;
	font-size: 18px;
}


/* COMPUTER AVAILABILITY */
.page-node-11987 .legend {
    float: left;
	margin-left: 50px;
	text-align: left;
	text-align:left;
}
.page-node-11987 .legend h1 {
	color:#008080;
    font-size:1.5em;
    font-weight:bold;
    margin: 20px 0 5px 0;
}
.page-node-11987 #lcMapSmall {
    margin-top: 20px;
	margin-left: 75px;
}

.page-node-11987 .borrowFromTAC {
    clear: both;
    font-size: 4em;
    padding-top: 50px;
    line-height: 1em;
}
.page-node-11987 .borrowFromTAC h1 {
    font-size: 1.5em;
    color: #006666;
}


/* TODAY IN THE LIBRARY PAGE */
.view-id-duplicate_of_events table {
    width: 85%;
    margin: 0 auto;
}
.view-id-duplicate_of_events table th {
    font-size: 18px;
    padding: 5px;
    background-color: #E2F3EE;
}
.view-id-duplicate_of_events table th a {
    color: #006666 !important;
    font-weight: bold;
}
.view-id-duplicate_of_events h2 {
	font-size: 3.5em;
}
.view-id-duplicate_of_events .view-empty
{
	font-size: 30px;
    padding: 15px;
    font-weight: bold;
}
.view-id-duplicate_of_events td {
	font-size: 16px;
	padding: 10px;
}

#imageContainer img{
	display: block;
}

/* LIBRARY TRIVIA GAME */
.page-node-12002 {
	color: #008080;
	font-size: 18px;
}

.page-node-12002 h2 {
	padding-top: 20px;
}

.page-node-12002 ol {
	list-style: upper-alpha;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 15px;
}

.page-node-12002 .correct {
	font-weight: bolder;
	color: green;
}

.page-node-12002 .incorrect {
	color: red;
}

/* LIBRARY FEEDBACK & SUGGESTIONS */
.webform-client-form-11994 {
    width: 900px;
    margin: 0 auto;
}
.form-item label {
	padding-top: 10px;
	font-size: 20px;
    font-weight: bold;
	display: inline;
}
.form-item label.option {
    font-weight: normal;
}
.webform-component .form-item .form-radios, .webform-component .form-item .form-checkboxes {
	text-align: left;
	font-size: 10px;
	margin: 0 auto;
	width: 355px;
}
.form-actions input.form-submit {
	border-radius: 10px;
	font-family: Arial;
	font-size: 20px;
	background: #008080;
	color: #fff;
	padding: 10px 20px;
}

/* KIOSK FEEDBACK & SUGGESTIONS */
.webform-client-form-11993 {
    padding-top: 50px;
    width: 900px;
    margin: 0 auto;
}


/* -------------------Garret Testing for responsive maps---------------------------- */
article #drawTable, #mapDisplay {
    padding: 0;
    width: 600px;
    height: 875px;
    margin: 0 auto;
}
#drawTable .grxd, #mapDisplay .grxd{
    width:100%;
    height:100%;
}
.grxd div {
    padding: 0;
    margin: 0;
    width: 7px;
    height: 7px;
    float: left;
}
.selectedCell img {
    position: absolute;
    margin: -25px 0px 0 -25px;
}

/* ----------------------------- ROOM RESERVATIONS ---------------------------- */

#rooms #tabbedPanels #info a, #rooms .room-tabs li a {
    color: #058E7C;
}
#openModal ul li {
    list-style: none;
}
#rooms {
	overflow: auto;
}
.page-room-reservations  .region-sidebar-second .block {
	width: 215px;
}
.page-room-reservations  .region-sidebar-second  {
	margin: 0;
}
.page-room-reservations #page #page-inner #main #content #content-inner {
	padding-right: 220px;
}
.page-room-reservations .region-sidebar-second #block-room_reservations-1 .links {
	display: none;
}
#rooms #tabbedPanels {
	float: left;
}
#rooms #tabbedPanels #info {
	width: 700px;
	overflow: auto;
}
#rooms #arrow {
	float: left;
}
#rooms #start {
	width: 590px;
	float: left;
	padding: 15px 0 0 10px;
	font-weight: bold;
}
.reservations-block ul {
	list-style-image: url(images/bullet.gif);
}
.reservations-block #reservations{
	margin-bottom: 5px;
}
#rooms .room-tabs {
	margin: 0 0 0 7px;
	padding: 0;
}
#rooms .room-tabs li {
	float: left;
	list-style: none;
	margin: 0 7px -1px 0;
}
#rooms .room-tabs li a {
	display: block;
	text-decoration: none;
	padding: 3px 5px;
	background: #dddddd;
	border: 1px solid #999999;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
}
#rooms .room-tabs li a.active {
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
}
#rooms .panelContainer {
	width: 700px;
	clear: left;
	overflow: auto;
	border: 1px solid #999999;
	background-color: #ffffff;
}
#rooms .panel {
	margin-bottom: 70px;
	padding: 0 10px;
}
#rooms #tabbedPanels .date {
	clear: both;
	text-align: center;
	margin: 0;
}
#rooms #tabbedPanels .hours {
	text-align: center;
	margin-bottom: 5px;
	font-weight: bold;
	color: #666666;
}
#rooms #date-selectbox {
	margin: 0 0 10px 280px;
}
#rooms .panel .gcolumns .grid-column {
	float: left;
}
#rooms div.grid-column {
    max-width:97px;
}
#rooms .panel .gcolumns ul {
	padding: 0 1px;
}
#rooms .panel .gcolumns li {
	font-size: 85%;
	list-style-type: none;
	border: 1px solid #dddddd;
	height: 1.33em;
	line-height: 15px;
	margin: -1px auto 0;
	text-align: center;
}
#rooms .panel .gcolumns li.odd {
	border-top: 1px solid #999999;
}
#rooms .panel .gcolumns li.room-info {
	border: none;
}
#rooms .panel .gcolumns li.room-info-heading {
	padding-bottom: 5px;
}
#rooms .panel .gcolumns li.room-info-footer {
	padding-top: 5px;
}
#rooms .panel .gcolumns .hours-column li {
	width: 70px;
}
#rooms .panel .gcolumns .room-column-6 li {
	width: 93px;
}
#rooms .panel .gcolumns .room-column-5 li {
	width: 93px;
}
#rooms .panel .gcolumns .room-column-4 li {
	width: 93px;
}
#rooms .panel .gcolumns .room-column-3 li {
	width: 93px;
}
#rooms .panel .gcolumns li.timeslot {
	background-color: #ffffff;
}
#rooms .panel .gcolumns li.reservable {
	background-color: #ffffff;
}
#rooms .panel .gcolumns li.open {
	background-color: #ffffff;
}
#rooms .panel .gcolumns li.booked {
	background-color: #dddddd;
}
#rooms .panel .gcolumns li.closed {
	background-color: #d1dfdf;
	border: 1px solid #d1dfdf;
}
#rooms .hide {
	display: none;
}
.page-room-reservations .form-item label {
	display:inline;
}
#txtmsg-fields {
	display: none;
}
#rooms ul,
#rooms ul li.leaf {
  list-style-image: none;
}
#room-reservations-form input[type="text" i]:disabled  {
  background-color: #fff;
  border: none;
  margin-left: 15px;
}



/* ----------------------------- CATALOG PAGE ---------------------------- */

#page-catalog {
	padding-top: 30px;
}
#page-catalog  .hide {
	display: none;
}
#page-catalog .show {
	display: block;
}
.page-catlog-title {
	align: center;
}
#bento-search-box {
    padding-bottom: 2em;
    padding-top: 1em;
    text-align: center;
}
input#bento-search-button.submit {
    padding: 5px;
    margin-left: -8px;
	border-radius: 0;
	box-shadow: none;
}
input#bento-search-button.submit:hover {
    background: #000;
}
.homesearch {
    display:inline; vertical-align: middle;
}
.homesearch #formatdropdown, .homesearch .submit {
    background: url("/guides/sites/all/themes/guides/images/tealback.jpg") repeat-x #006666;
    color: white;
}
.homesearch input#bento-search.inputtext {
    padding: 5px;
    color: #6B6B6B;
    box-shadow: 0 1px 0 #ffffff, 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    width: 500px;
}
.homesearch .submit {
    font-weight: bold;
}
.homesearch input, .homesearch #formatdropdown {
    border: 1px solid #006666;
}
#bento-results {
	margin: 0 auto;
	width: 400px;
}
.bento-results-header h5 {
    background-color: #808080;
    color: white;
    font-size: 1.3em;
    padding: 0.3em;
}
.bento-results-content {
	padding: 20px 0;
}
.bento-result {
    margin-bottom: 20px;
    width: 100%;
    overflow: auto;
}
.bento-results .bento-results-columns .briefcitJacket {
    float: left;
    width: 75px;
}
.bento-result .briefcitJacket img {
    background-image: url("http://library.uncw.edu/nocoverimage.png");
    height: 100px;
    width: 65px;
    margin-right: 10px;
}
.bento-catalog-detail {
    margin-left: 75px;
    text-align: left;
}
.bento-catalog-detail .title a,
.bento-catalog-detail a,
.bento-catalog-detail a:hover {
    color: #006666;
}

#content{
	clear: both;
	min-height: 1080px;
}

.kiosk-table
{
  
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 15px;
  width: 100%;
  background: #ececec;
  border: 1px solid #bbbbbb;
}

.kiosk-table h3{
  text-align: center;
}

.kiosk-table th, .kiosk-table td{
	border-bottom: 1px solid #C0C0C0;
}

.view-content{
	margin-bottom: 30px;
	clear: left;
}

.todaysHours{
	text-align: center;
}

.todaysHours table{
	border-collapse: collapse;
border-spacing: 0;
  background: #ececec;
  border: 1px solid #bbbbbb;
text-align: left;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
width: 90%;
margin-left: 5%;
margin-bottom: 40px;
margin-top: -40px;
}

.todaysHours th{
	font-size: 18px;
padding: 5px;
background-color: #E2F3EE;
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
}
.todaysHours tr{
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;

}

.todaysHours h2{
	color: #006666;
font-size: 3em;
text-align: benter;
}

.todaysHours td{
	font-size: 16px;
padding: 10px;
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
}

.region-content{
	margin-bottom: 0px;
}

.mapsFloorMap{
	float: left;
  margin-top: 20px;
}

.mapsFloorMap, .tealA, .mapsFloorMap{
	text-align: center;
}

.mapsFloorMap img {
	width: 480px;
margin: 0 15px;
  margin-bottom: 0px;
margin-bottom: 25px;
cursor: pointer;

}

.mapsFloorMap h1, .mapsClear h1{
	margin-bottom: 20px;
line-height: 1.2em;
font-size: 4em;
}

.mapsClear{
	clear: left;
	text-align: center;
}

tealA a, .tealA a:link{
	  color: #058E7C;
		margin-bottom: 12px;
		font-size: 22px;
		font-weight: bold;
}

.views-row-zebra {
    /* padding: 10px 30px; 
    border: 1px solid #e9ecef; */
	background-color: #FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 10px;
	padding-left: 6px;
	padding-bottom: 10px;
	padding-right: 6px;
}

.views-row-zebra:nth-child(odd){
	background-color: #FFFFFF;
}	

.views-row-zebra:nth-child(even) {
     background-color: #e9ecef;
}

.kiosk-table table{
	  padding: 0 10px;
  max-width: 90%;
  margin: 50px 5%;
  background: none;
  font-size: 1.25em;
border: 1px solid #bbbbbb;
border-collapse: collapse;
border-spacing: 0;
margin-bottom: 15px;
width: 90%;
margin-left: 5%;
  text-align: left;
}

.kiosk-table thead{
	font-weight: bold;
font-size: 28px;
background-color: #E2F3EE;
border: none;
}

.kiosk-table th{
	border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 12px 5px;
border: none;
}
		
.kiosk-table tr{
	border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
}

.kiosk-table td{
	font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 12px 5px;
border: none;
}

.kiosk-table tbody{
	border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}

.todaysHours h2 {
  color: #006666;
  font-size: 3em;
  text-align: center;
  margin-bottom: 30px;
}

.kioskheader{
	padding: 50px 0;
background-color: #FFFF88;
text-align: center;
}

.kioskheader h2{
	
	margin-top: 12px;
margin-bottom: 8px;
	
}

.kioskheader a{
color: #006666 !important;
font-size: 3.5em;
padding: 25px 100px 35px;
text-decoration: underline;

}

.feedbackLink a, .feedbackLink a:link{
	color: #FFF;
}

.bentothumbnail {
  width: 15%;
  float: left;
  margin-right: 10px;
  vertical-align: text-top;
}

.bento-content {
  width: 70%;
  float: left;
  margin-left: 15px;
  text-align: left;
}

.bentothumbnail img {
  width: 100%;
}

.record {
  margin-bottom: 20px;
}

#sendTextMessageDiv_popup{
	display:
}

.sendTextMessageButton{
	margin-bottom: 20px;
}

#block-rlkiosk-content{
	text-align: center;
	margin-top: 30px;
}

#block-rlkiosk-content .form-textarea-wrapper{
	margin-bottom: 25px;
}

#block-rlkiosk-content label{
	display: block;
}

.form-email{
	border: 1px solid grey;
}