@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
/* This file will hold styles for the mobile version of your website (mobile first).
 * This also can include ANY global CSS that applies site-wide. Unless overwritten 
 * by a more specific style rule, CSS declarations in global.css will apply site-wide. */

/* CSS for the custom module on the Southside Virginia Community College */

.red{color:#FF0000;}

/* add an image icon to the email and phone */
.views-field-mail span,
.views-field-field-svcc-phone-number div {
		display:	inline-block;
		padding-left: 30px;
}

.views-field-mail span {
	 background:url("../images/email.jpg")  center left no-repeat; 
}

.views-field-field-svcc-phone-number div {
	 background:url("../images/phone.jpg")  center left no-repeat;
}

.views-field-field-narrative-paragraph-1 {
  clear:both;
}

.bio-container {
  clear: both;
  height: 60px;
  overflow: hidden;
}

.bio-handle {
	 text-align:right;
}
 
.bio-handle a,
.bio-handle a:active,
.bio-handle a:focus,
.bio-handle a:link,
.bio-handle a:hover {
 	cursor: pointer;
		text-decoration:none;
}

.left {text-align: left;}
.center {margin: 0 0 0 20%;}
.tac {text-align:center;}
.right {text-align: right;}
.fl-left {float: left;}
.center {margin:0 50px;}
.fl-right {float: right;}
.views-field-body {
  display: inline-block;
  clear: both;
}
em {font-style: italic;}
strong {
  font-size: 1.05em;
  font-weight: bold;
}
body {
  background-color:#C8BD90;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#4a4949;
  line-height:normal;
  font-weight:normal;
  margin:0px;
  padding:0px;
  width:100%;
}
.page {
  background: #c8bd90; /* Old browsers */
  background: -moz-linear-gradient(top,  #c8bd90 0%, #bbac81 .5%, #dfd7a9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8bd90), color-stop(.5%,#bbac81), color-stop(100%,#dfd7a9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #c8bd90 0%,#bbac81 .5%,#dfd7a9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #c8bd90 0%,#bbac81 .5%,#dfd7a9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #c8bd90 0%,#bbac81 .5%,#dfd7a9 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #c8bd90 0%,#bbac81 .5%,#dfd7a9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8bd90', endColorstr='#dfd7a9',GradientType=0 ); /* IE6-9 */
  max-width: 100%;
}
/* Alert */
.notificationIcon-handle {
  color: rgb(255, 255, 255);
  display: block;
  font-size: 22px;
  line-height: 40px;
  /*margin-top: -5px;
  padding: 0 8px;*/
  text-decoration: none;
}
/* font add */
/* @font-face {
  /* font-family: 'RobotoCnRegular';
  src: url('roboto-condensed-webfont.eot');
  src: url('roboto-condensed-webfont.eot?#iefix') format('embedded-opentype'), url('roboto-condensed-webfont.woff') format('woff'), url('roboto-condensed-webfont.ttf') format('truetype'), url('roboto-condensed-webfont.svg#RobotoCnRegular') format('svg'); */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* font-family: 'RobotoCnBold'; 
  src: url('roboto-boldcondensed-webfont.eot');
  src: url('roboto-boldcondensed-webfont.eot?#iefix') format('embedded-opentype'), url('roboto-boldcondensed-webfont.woff') format('woff'), url('roboto-boldcondensed-webfont.ttf') format('truetype'), url('roboto-boldcondensed-webfont.svg#RobotoCnBold') format('svg');*/
  font-weight: normal;
  font-style: normal;
} */

/* common classes */
a, p, ul, ol, li, img, span, strong, em {
  -moz-font-feature-settings: inherit;
  -moz-font-language-override: inherit;
  border: 0 none;
  font-family: inherit;
  font-size: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  line-height:normal;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
}
a,
img,
spam {
  border:0px;
  margin:0px;
  padding:0px;
}

img {
  border:0px;
  /* margin-right:20px;*/
  padding:0 10px 0px 0;
}

.node img {
	height:auto;
	max-width:100%;
}


p {
  border:0px;
  padding:0px;
  margin-bottom:10px;
  text-align:justify;
  line-height:20px
}
h1, h2, h3, h4, h5, h6 {
  font-family:Verdana, Geneva, sans-serif;
  font-weight:normal;
}
h1{font-size:1.6em;}
h2,
article h2.node-title{font-size:1.4em;}
h3{font-size:1em;}
h4{font-size:.9em;}
h5{font-size:.8em;}
h6{font-size:.7em;}
.bodylist li {
  margin-bottom:8px;
  text-align:justify;
}

.clear {
  clear:both;
}

/* remove the title from the front start */
.front #page-title {
  /*display:none;*/
}

/* remove the title from the front end */
/* home page start */
.page {
  margin:0 auto;
}

/********************     header start     ********************/
#section-header,
#section-content {
  width:100%;
}

/********************     quick links     ********************/
.block-popup,
.block-menu-quick-links ul li {
  background: rgb(90,56,19); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(90,56,19,1) 0%, rgba(46,26,2,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(90,56,19,1)), color-stop(100%,rgba(46,26,2,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(90,56,19,1) 0%,rgba(46,26,2,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(90,56,19,1) 0%,rgba(46,26,2,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(90,56,19,1) 0%,rgba(46,26,2,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(90,56,19,1) 0%,rgba(46,26,2,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a3813', endColorstr='#2e1a02',GradientType=0 ); /* IE6-9 */
  color:#fffae6;
  display:block;
  font-family:Arial, Helvetica, sans-serif;
  font-size:22px;
  height:40px;
  list-style:none;
  margin-left: 11px;
  padding:0;
  text-align:center;
}

.head_icon {
  border-right:none;
  float:none;
  height: 12px;
  margin: 0 auto;
  padding: 5px 0 0;
}

#block-popup-popup ul {
  
}

#block-popup-popup ul li {
  display: inline-block;
  float: none;
  font-size: 22px;
  font-weight:normal;
}

.block-menu-quick-links ul li a {
  color:#FFFFFF;
  display:block;
  line-height:40px;
  padding:0px 8px;
  text-decoration:none;
}

/********************    top menu      ********************/
/*.block-menu-quick-links ul li.no-moble-parent,*/

/********************    main-menu     ********************/
.menu-main-menu-container ul.menu li {
    /*background: url("../images/menu_bg_main.jpg") repeat-x scroll left top;*/
 background: #790e22; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc5MGUyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MjAxMTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #790e22 0%, #620114 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#790e22), color-stop(100%,#620114)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #790e22 0%,#620114 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #790e22 0%,#620114 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #790e22 0%,#620114 100%); /* IE10+ */
background: linear-gradient(to bottom,  #790e22 0%,#620114 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#790e22', endColorstr='#620114',GradientType=0 ); /* IE6-8 */
}
mobile-menu-toggle,
.menu-main-menu-container ul.menu li {
  font-size: 22px;
  font-weight: bold;
  min-height: 38px;
  text-align: center;
}

mobile-menu-toggle,
.menu-main-menu-container ul.menu li a {
  color:#FFFFFF;
  display:block;
  font-size: 1.2em;
  line-height:40px;
  padding:0px 5px;
  text-decoration:none;
}

.menu-main-menu-container ul.menu li.home_image a {
  color: transparent;
  font-size:0;
  line-height:0; 
}

.zone-menu .menu_inner {
	display:none;
}

#block-menu-menu-quick-links {
	padding:5px 0;
	float:right;
	text-align:right;
}

#zone-user #region-user-first {
	width:99%;
	margin:0 1%;
}

#zone-user .block-jump-menu .ctools-jump-menu-select {
	width:100%;
}

#block-jump-menu-jump-menu-m-main-menu {
	margin-top:5px;
	margin-bottom:5px;
}

#block-jump-menu-jump-menu-m-main-menu .ctools-jump-menu-select {
	width:100%;
}

#block-jump-menu-jump-menu-m-main-menu .ctools-jump-menu-select option.d-2 {
	display:none;
}

#block-menu-menu-sports .menu ul li{
  margin-left: 10px;
}

/*#block-menu-menu-current-students .menu ul li,
.block-menu-menu-prospective-sutdents .menu ul li {
	margin-left: 0px;
}
*/

#block-menu-menu-sports .menu li,
#block-menu-menu-current-sutdents .menu li,
.block-menu-menu-prospective-sutdents .menu li {
  clear: both;
}

.menu-main-menu-container ul.menu {text-transform: capitalize;}

ul li.expanded {
  list-style-image: none;
  list-style-type: none;
  margin-left: 15px 15px 15px 0;
}


#block-views-slideshows-block {
	display:inline-block;
	width:100%;
	overflow:hidden;
}

.home_image a {
  /* background: url(../images/home_hover.jpg) top left no-repeat !important; */
  background-image: url(../images/home.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 40px;
  /*width: 67px;*/
}

.home_image a:hover,
.home_image a.focus {
  /* background: url(../images/home_hover.jpg) top left no-repeat !important; 
  background-image: url(../images/home_hover.jpg);
  background-repeat: no-repeat;
  background-position: center center;*/
}
.menu-main-menu-container ul.menu li:hover {background:none repeat scroll 0 0 #391112;}

/* glossary menu */
#block-menu-menu-staff-glossary ul.menu li {
  display: inline-block;
  line-height: 40px;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}
#block-menu-menu-staff-glossary ul.menu li:hover{background: none repeat scroll 0 0 #391112;}
/********************    preface       ********************/
#block-views-banner-left-block .attachment-before {
  display:none;
}

.block-banner-left-block div.banner-left {
  display:none;
}

/*
 * Responsive styling for preface region
 */

.container-24 #region-preface-first.grid-24 {
	width:96%;
	margin:0 2%;
	height:auto;
}

/*
 * responsive styling to hide second banner menu block on desktop view
 */

#block-views-banner-left-block-1 {
  background: none;
  width:100%;
  top:1px;
}

#block-views-banner-left-block-1 .view-content {
  padding: 0 3%;
}

#block-views-banner-left-block-1 .banner-left {
  border-bottom: none;
  background: #8e8868; /* Old browsers */
  background: -moz-linear-gradient(top,  #8e8868 0%, #62573c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8e8868), color-stop(100%,#62573c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #8e8868 0%,#62573c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #8e8868 0%,#62573c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #8e8868 0%,#62573c 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #8e8868 0%,#62573c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8868', endColorstr='#62573c',GradientType=0 ); /* IE6-9 */
  width: 40%;
  margin: 1% 2%;
  padding: 1% 2%;
  text-align: center;
  display: inline-block;
  border-radius:10px;
}

#block-views-banner-left-block-1 .banner-left .banner_left_txt {
	width: 100%;
	padding-left:0;
}

#block-views-banner-left-block-1 .banner-left .banner_left_txt a {
	font-size:16px;
	display:block;
}

#block-views-banner-left-block-1 .banner-left span {
	display:none;
}

/*
 * overlay (title/description/link) styling for slideshow at mobile sizes - HIDE AT MOBILE
*/

.views-field-field-slide-show-text {
	display:none;
}


.overlay-wrapper {
  background:rgba(0, 0, 0, 0.9);
}

.view-slideshows {position: relative;}
.overlay-wrapper {
  bottom: 0;
  color:#FFFFFF;
  font-size:1.1em;
  left: 0;
  position: relative;
  width: 100%;
  height:100%;
}

/* main-menu */
#zone-menu-wrapper {
    /*background:url(../images/menu_bg_main.jpg) left top repeat;*/
    background: #7b1024; /* Old browsers */
    background: -moz-linear-gradient(top,  #7b1024 1%, #7b0e23 8%, #70091e 46%, #650216 77%, #620114 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#7b1024), color-stop(8%,#7b0e23), color-stop(46%,#70091e), color-stop(77%,#650216), color-stop(100%,#620114)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7b1024 1%,#7b0e23 8%,#70091e 46%,#650216 77%,#620114 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7b1024 1%,#7b0e23 8%,#70091e 46%,#650216 77%,#620114 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7b1024 1%,#7b0e23 8%,#70091e 46%,#650216 77%,#620114 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7b1024 1%,#7b0e23 8%,#70091e 46%,#650216 77%,#620114 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b1024', endColorstr='#620114',GradientType=0 ); /* IE6-9 */
    float: none;
    margin: 0px;
    padding: 5px 0;
    width: 100%;
}

.overlay-title {
  border-right: 1px solid rgb(255, 255, 255);
  color: #EC941A;
  font-size: 1em;
  font-weight: bold;
  height: 70px;
  left: 0;
  margin-top:5px;
  padding: 0 10px;
  position: absolute;
  text-shadow: 1px 1px 0px rgb(30,30,30);
  width: 23%;
  line-height: 16px;
}

.overlay-text {
  left: 0;
  margin-left:30%;
  color:#ccc;
  position: relative;
  width: 60%;
  font-size: 12px;
  top: 0;
}

.overlay-link {
	text-align: right;
}

.overlay-link a {
  color: #D8A62C;
  font-size: 1em;
}

.content_right_great a,
#block-views-right-side-image-links-block a,
.banner_left_txt a {
  color: #FFFFFF;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.content_right_great a,
#block-views-right-side-image-links-block a{display:block;}
.content_right_great a:hover,
#block-views-right-side-image-links-block a:hover,
.banner_left_txt a:hover {
  color: #E5B130;
  text-decoration: none;
}
.banner_left_txt span {
  color: #FFFFFF;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}
/********************    content start ********************/
.sched-block{
  border:1px solid rgba(0,0,0,.2);
  display:inline-block;
  margin-left:20px;
  padding:5px 10px;
}
.sched-block h3{
  font-weight:bold;
  margin:0;
  padding:0;
}
.sched-block li{list-style-type: none;}
/* side menu links */
.not-front aside,
#block-menu-menu-about-svcc .content ul,
.not-front #region-content .sub-menu {
  background: #baab80; /* Old browsers */
  background: -moz-linear-gradient(top,  #baab80 0%, #dfd7a9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#baab80), color-stop(100%,#dfd7a9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #baab80 0%,#dfd7a9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #baab80 0%,#dfd7a9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #baab80 0%,#dfd7a9 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #baab80 0%,#dfd7a9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#baab80', endColorstr='#dfd7a9',GradientType=0 ); /* IE6-9 */
  margin: 0 10px 0 21px;
}

.not-front .sub-menu ul {
	padding-left:0;
}

.page-node-264 #block-system-main {display:none;}

#block-menu-menu-about-svcc {
	display:none;
}

.block-jump-menu-m-menu-about-svcc.block-jump-menu-jump-menu-m-menu-about-svcc {
	display:block;
}

#mobile-menu-toggle {
	border-bottom: 1px solid #D6D5CE;
	display:block;
  font-size: 22px;
  font-weight: bold;
	padding: 5px 0;
}

#region-content .sub-menu li.expanded,
#region-content .sub-menu li,
aside ul.menu li.expanded a,
aside ul.menu li.leaf {  
  border-bottom: 1px solid #D6D5CE;
	display:block;
  font-size: 22px;
  font-weight: bold;
  list-style: none outside none;
  margin-left: 10px;
  text-align: center;
}
#region-content .sub-menu a,
aside ul.menu a {
  color: #000000;
}
aside .region-inner {
  margin-left: 10px;
}
#block-views-events-block .views-row {
  border-bottom: 1px dotted #606E72;
  clear: both;
  min-height: 50px;
}
.con_left_eve_rou .date-month,
.con_left_eve_rou .date-day {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
.con_left_eve_rou,
.con_left_eve_right {
  display: inline-block;
}
.con_left_eve_rou {width: 60px;}
.con_left_eve_right {width: 75%;}
h2.block-title,
#page-title {
  color:#70091E;
  display:block:
  /* font-family: 'RobotoCnBold'; */
  float:left;
  font-size:22px;
  min-height:38px;
  line-height:38px;
  margin:5px auto 0;
  padding-left:10px;
  text-transform: capitalize;
  width:98.5%;
  margin-bottom:15px;
}
ul.menu li.expanded {text-align: center;}
.content-left-cen {
  background:none repeat scroll 0 0 #D6DADB;
  border-radius: 0px 0px 5px 5px; 
  -moz-border-radius: 0px 0px 5px 5px; 
  -webkit-border-radius: 0px 0px 5px 5px; 
  border: 1px solid #BCC3C5;
  float:left;
  padding:0 10px 0 10px;
}

.content-left-cen.view-id-events {
	float:none;
}

#zone-content {
	background-color: #F7F6EF;
}
#block-system-main {padding: 0 20px;}
.page-node-58363 #block-system-main {display:none;}
.front h2.block-title,
.front #page-title {
  background: #6F081D;
  background: -moz-linear-gradient(top, #503a14 0%, #442709 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #503a14), color-stop(100%, #442709));
  background: -webkit-linear-gradient(top, #503a14 0%, #442709 100%);
  background: -o-linear-gradient(top, #503a14 0%, #442709 100%);
  background: -ms-linear-gradient(top, #503a14 0%, #442709 100%);
  background: linear-gradient(to bottom, #503a14 0%, #442709 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6F081D', endColorstr='#442709', GradientType=0 );
  background: url("../images/menu_bg_main.jpg") repeat-x scroll left top;
  color:#FFFFFF;
}
.field-name-field-headline-image {
  clear: both;
  max-width: 100%;
}
.field-name-field-headline-image .field-items {
  overflow: hidden;
  max-width: 100%;
}
.field-name-field-headline-image .field-items .field-item,
.field-name-field-headline-image .field-items img{max-width:100%}
#page-title {float:none;}
#page-title{width:98%;}
.node-type-events #page-title {display: none;}
.view-news-headlines .views-row {
  border-bottom: 1px dotted #606E72;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.field-name-field-field-date-event .field-item:after{content: ' -- '}
/********************    footer start  ********************/

.footer_main {
	background: #ffffff;
}

#zone-footer {
  background:#62593d;
  /*float:left;*/
  margin:0 auto;
  padding:0;
}

#zone-footer .region {
	margin: 18px 10px 10px;
}

.copyrigt {
  color:#c5c1b5;
  float:left;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}
#region-footer-first .menu li {
  border-right: none;
  display: block;
  text-align:left;
  margin: 0 0 10px;
  padding: 0 8px;
}
.not-front #region-footer-first .menu li {
	margin: 10px 0;
}
#region-footer-first .menu li.last {
  border-right: none;
}
#region-footer-first {
  text-align: center;
}
#region-footer-first ul.menu {
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#region-footer-first ul.menu li {
	
}
.ssv {
  background:none;
  color:#c5c1b5;
  float:right;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}

.ssv ul.menu li {
  list-style:none;
}

.sharethis-buttons {
  padding .5em 0;
}

.field-name-field-campus-photo .field-item {
  display: inline-block;
  float: left;
  padding: 0.5em 0 0.5em 3.5em;
}

.field-name-field-campus-photo {
  clear: both;
}

.field-name-field-campus-city{
  float:left; 
}

.field-name-field-campus-city .field-item:after {
  content: ",";
}

.field-name-field-states,
.field-name-field-campus-zip-code {
  display:inline;
  float:left;
  padding-left:7px;
}

.field-name-field-campus-phone {
  clear:both;
}

/*.views-view-grid td, th {padding: 10px 5px 5px 76px;}*/
.views-view-grid td, th {padding: 0;}

/* crime-stats */
.crime-stats label {
  display: inline-block;
  font-weight: bold;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 150px;
}
.staff {
  margin: 0 0 15px;
}

/* alert */
.alert {
  font-size:1.1em;
  font-weight:bold;
  color:FF0000;
}

.svcc-alert-title {
	font-weight:700;
}

/* zoomify */
#zoomify { 
  width:870px; 
  height:550px; 
  margin:auto; 
  /*border:1px; 
  border-style:solid;
  border-color:#696969;*/
}
/* library form */
.svcc-library-catalog-wrapper {
  clear: both;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
.form-item-field-lrs-category-value .form-item {
  display: inline-block;
  padding: 0 20px 0 0;
  text-align: center;
}
#views-exposed-form-lrs-databases-by-subject-page .views-submit-button {display: none;}
#edit-field-lrs-category-value-wrapper label {text-align:center}
#block-menu-menu-sports a {display: block;}


/* calendar css rules go here */


.content_right_live,
.content_right_apply,
.content_right_catalog,
.content_right_course,
.content_right_virginia {
  background: url("../images/medea_bg_no_border.png") repeat-x scroll center center transparent;
  height: 30px;
  padding: 10px 0 0;
  text-align: center;
  width: 100%;
}

/* follow me css start */
.content_right_medea {
  background:url("../images/medea_bg_no_border.png") repeat-x scroll left top transparent;
  width:100%;
}

.follow-links a { 
  color: transparent;
  height: 40px;
  overflow: hidden;
  width: 10px;
}

.content_right_medea p,
.content_right_medea a {
  display: inline-block;
  /*height: 40px;*/
  padding-right: 7px;
  width: 40px;
}
.content_right_medea p {
  padding: 5px 0 0;
  margin-bottom:0;
  text-align: center;
  width: 30%;
}

a.follow-link-this-site {
  background-image: url("../images/rss.png");
  padding: 0;
}

a.follow-link-facebook {
  background-image: url("../images/fb.png");
  padding: 0;
}

a.follow-link-twitter {
  background-image: url("../images/tw.png");
  padding: 0;
}

a.follow-link-this-site:hover,
a.follow-link-facebook:hover,
a.follow-link-twitter:hover {
  background-position:0px -40px;
}

.content_right_great {
  background: none repeat scroll 0 0 #86A0CC;
  border-radius: 5px 5px 5px 5px;
  border-top: 20px solid #DE0000;
  float: right;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.content_right_great:hover {
  background-position:0px -80px;
  cursor:pointer;
}
/* my svcc faq */
.view-my-svcc-faq h3{
	border-bottom: 1px solid;
	color: #5D0B17;
  font-size: 1.75em;
	margin: 0 0 10px;
  text-transform: uppercase;
}
.view-my-svcc-faq .views-row{margin:0 0 10px;}
.my-svcc-faq-answer {
  margin-left: 20px;
}
.my-svcc-faq-answer ul li {
	list-style-image: none;
	list-style-type: none;
}
.view-my-svcc-faq views-field{
  display:block;
}
.my-svcc-label, .my-svcc-data {
  display: inline-block;
}
.my-svcc-data {
	/* padding-left:10px; */
}
.redcolor {
  color: #FF0000;
}

/* follow me css end */
/* remove the change password fields */
.form-type-password{display: none;}
.not-logged-in .form-type-password
{display: block;}
#user-login-form div.item-list{display: none;}
#schedule-info-form .form-item {display:inline-block;}
.context-schedule .sharethis-buttons,
.form-type-password-confirm {display: none;}
tbody {border-top: none;}
/* class schedule */
.view-course-schedule thead th, 
.view-course-schedule td.views-field {text-align: left;}
.view-course-schedule td.views-field-field-course-decrlong {text-align: left;}
.view-course-schedule td.views-field-field-course-hybrid-decrlong {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /* padding: 0 0 0 184px; */
  text-align: left;
  padding-left:15px;
}

#schedule-info-form .form-item {
	display:block;
	float:none;
	padding-left:0;
}

.view-course-schedule table caption {
	display:block;
}

.class-filter {
	background:#dfd1a6;
	border-radius: 10px 10px 10px 10px;
  	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
  	color: #000000;
  	font-size: .9em;
  	font-weight: bold;
  	line-height: 30px;
  	margin: 15px auto;
  	padding: 3px 0px;
  	text-align: left;
}

.class-filter .filter-title {
	font-size:1.2em;
	margin-left:20px;
}

.class-filter .filter {
	margin-left:20px;
}

#block-schedule-info-schedule .view-grouping-header {
	font-size:1.2em;
	color:#6e081c;
	font-weight:700;
}

@media 
only screen and (max-width: 980px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

.view-course-schedule h4 {
	color:#000;
	font-weight:700;
	margin-bottom:0;
	margin-top:5px;
}

.view-course-schedule table.views-table {
	margin-bottom:50px;
}

.view-course-schedule table,
.view-course-schedule thead,
.view-course-schedule tbody,
.view-course-schedule th,
.view-course-schedule td,
.view-course-schedule tr {
	display:block;
}

.view-course-schedule thead tr {
	position:absolute;
	top: -9999px;
	left: -9999px;
}

.view-course-schedule  tr {
	border:1px solid #ccc;
}

.view-course-schedule td {
	border:none;
	border-bottom:1px solid #eee;
	position:relative;
	padding-left:40%;
}

.view-course-schedule td:before {
	position:absolute;
	left:6px;
	width:35%;
	padding-left:10px;
	padding-right:10px;
	white-space:nowrap;
}

	.view-course-schedule td.views-field-field-course-nbr:before { content: "NBR"; }
	.view-course-schedule td.views-field-field-course-sect:before { content: "SECT"; }
	.view-course-schedule td.views-field-field-course-location:before { content: "Location"; }
	.view-course-schedule td.views-field-field-course-decrlong:before { content: "Session"; }
	.view-course-schedule td.views-field-field-course-credits:before { content: "Credits"; }
	.view-course-schedule td.views-field-field-course-days:before { content: "Days"; }
	.view-course-schedule td.views-field-field-course-begin:before { content: "Begin"; }
	.view-course-schedule td.views-field-field-course-end:before { content: "End"; }
	.view-course-schedule td.views-field-field-course-room:before { content: "Room"; }
	.view-course-schedule td.views-field-field-course-instructor:before { content: "Instructor"; }

}

table .view-course-schedule a{color:#640115;}
.views-field-field-course-nbr {padding-left:0; width: auto;}
.views-field-field-course-sect {width: auto;}
.views-field-field-course-location {width: auto;}
.views-field-field-course-credits {width: auto;}
.views-field-field-course-days {width: auto;}
.views-field-field-course-begin, .views-field-field-course-end {width: auto;}
.views-field-field-course-room {width: auto;}
.views-field-field-course-instructor {padding-right:0; width: auto;}
.name-staff {
  color: #0062A0;
  text-decoration: none;
}

.views-field-field-course-location a {
	font-size:.9em;
}

.view-staff-handbook {
  padding: 30px 20px;
}

.handbook-title {
  display: inline-block;
  width: 350px;
}
.pager li.pager-first a, .pager li.pager-previous a, .pager li.pager-next a, .pager li.pager-last a {
    padding: 4px 0;
    text-align: center;
    width: 68px;
}
.date-display-single { line-height:normal; }

// alert message
li.alert .alert-link {
  background-image: url(../images/alert.png);
  color: #FFC500;
  font-weight: bold;
}


// alert message
li.alert .alert-link {
  background-image: url(../images/alert.png);
  color: #FFC500 !important;
  font-weight: bold;
}

#block-views-alerts-block-1 {
	display:block;
}

#block-views-alerts-block-1 .block-inner h2 a,
#block-views-alerts-block-1 .close.fl-right:hover {
	color:#0062A0;
	font-weight:bold;
}
#block-views-alerts-block-1 .block-inner h2 a:hover,
#block-views-alerts-block-1 .close.fl-right:hover {
	color:#FFFFFF;
  text-decoration: none;
}
#block-views-alerts-block-1 .block-inner .content .view-content {
  background-color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 0 0 10px 10px;
}
#block-views-alerts-block-1 .block-inner h2.block-title {
  background: #f5de8e; /* Old browsers */
  background: -moz-linear-gradient(top,  #f5de8e 0%, #fccd4d 50%, #f8b500 51%, #ed9219 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5de8e), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#ed9219)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f5de8e 0%,#fccd4d 50%,#f8b500 51%,#ed9219 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f5de8e 0%,#fccd4d 50%,#f8b500 51%,#ed9219 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f5de8e 0%,#fccd4d 50%,#f8b500 51%,#ed9219 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f5de8e 0%,#fccd4d 50%,#f8b500 51%,#ed9219 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5de8e', endColorstr='#ed9219',GradientType=0 ); /* IE6-9 */
	margin: 0;
	padding: 5px 20px;
	width: 900px;
}

#block-views-alerts-block-1 .view-content .views-row {
	border-bottom: 1px dotted #ccc;
	padding-top:5px;
}

#block-views-alerts-block-1 .view-content .views-row-first {
	padding-top:0;
}

#block-views-alerts-block-1 .view-content .views-row-last {
	border-bottom: none;
}


.close {
  font-weight: bold;
  font-size: 2em;
  margin-top: -46px;
}

#block-block-5 {
  padding-left: 20px;
}
#edit-name,
#edit-pass {
  width: 300px !important;
}
.page-gainful-employment .views-table {
  width: 99%;
}
.page-gainful-employment .views-table th.views-field-edit-node {
  width: 40px;
}

.page-news .feed-icon {
	margin-top:5px;
	margin-bottom:5px;
}

.page-news a.feed-icon {
	float:right;
	margin-right:10px;
}

#region-footer-second .content p a.footer-image img {
	position:relative;
	right:0;
}

#zone-branding .logo-img a {
	position:relative;
	width:500px;
	height:500px;
}

#zone-branding .logo-img img {
	display:block;
	margin:0 auto;
}

.not-front #region-sidebar-first {
	margin:0;
	background:transparent;
	padding:30px 0;
}


.front #region-sidebar-first {
	background:transparent;
}

#region-sidebar-first .block-menu {
	display:none;
}

#region-sidebar-first .block-jump-menu {
	
}

#region-sidebar-first .region-inner.region-sidebar-first-inner .block-jump-menu {
	margin: 0 10px;
}

#region-sidebar-first .block-jump-menu select.ctools-jump-menu-select,
.block-jump-menu-m-menu-about-svcc.block-jump-menu-jump-menu-m-menu-about-svcc .ctools-jump-menu-select {
	width:100%;
}

.block-jump-menu-m-menu-about-svcc.block-jump-menu-jump-menu-m-menu-about-svcc .ctools-jump-menu-select {
	margin-top:10px;
	margin-bottom:20px;
}

#footer {
	display:none;
}

sup {
	vertical-align:super;
}

sub {
	vertical-align:sub;
}

sub, sup {
    font-size: 0.75em;
    line-height: 100%;
}






.zone-user-wrapper {
	background: #5c3913; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVjMzkxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTIwMDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #5c3913 0%, #3a2005 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c3913), color-stop(100%,#3a2005)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5c3913 0%,#3a2005 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5c3913 0%,#3a2005 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5c3913 0%,#3a2005 100%); /* IE10+ */
background: linear-gradient(to bottom,  #5c3913 0%,#3a2005 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c3913', endColorstr='#3a2005',GradientType=0 ); /* IE6-8 */
  margin:0px;
  padding:0px;
  width:100%;
}

#zone-user-wrapper {
	min-height:30px;
}
 
.block-menu-quick-links ul li a {
  color:#fffae6;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:normal;
  list-style:none;
  text-decoration:none;
}

/* quick links */
.block-popup,
.block-menu-quick-links ul li {filter:none;}
.block-menu-quick-links {
  float:right;
  padding:7px 0 0;
  text-align:right;
}
.block-menu-quick-links ul {
  list-style:none;
  margin:0px;
  padding:0px;
}
.block-menu-quick-links ul li {
  background-color:transparent;
  display:inline-block;
  float:left;
  font-size:12px;
  height:auto
  margin-left: 0;
  text-align:center;
}
.block-menu-quick-links ul li {
  background:none;
  height:auto;
}

.view-event-calendar {
	max-width:100%;
	padding:0 5px;
}


/*make Calendar responsive*/

@media (max-width: 740px) {

 .calendar-calendar td, .calendar-calendar .month-view .full tr td.single-day.today, .calendar-calendar tbody, .calendar-calendar .month-view .full td.single-day .calendar-empty, .calendar-calendar .month-view .full td.single-day.empty, .calendar-calendar .month-view .full td.date-box.empty{
        border:0;
      background: none;
  }
  .calendar-calendar tr.date-box{
        display:none;
  }
  .calendar-calendar table thead{
        display:none;
  }
  .calendar-calendar td.no-entry, .calendar-calendar td.empty{
       display:none;
  }
  .calendar-calendar td{
     display:block;
     width:100%;
    }
}



.campus-row,
.library-row {
	margin-left:0;
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-bottom:30px;
}

.campus-row .views-field,
.library-row .views-field {
	display:block;
}

.library-row img {
	max-width:100%;
	height:auto;
}

#zone-branding .grid-8.region.region-branding {
	z-index:1;
}

.view-school-staff .views-row {
	overflow:hidden;
}

#block-menu-menu-quick-links {
	vertical-align:middle;
}

#block-menu-menu-quick-links li.leaf.alert {
	margin-left:0;
}

#block-menu-menu-quick-links ul {
	overflow:hidden;
}

#block-menu-menu-quick-links li a {
	margin-bottom:5px;
	font-size:10px;
	padding:0px 2px;
}



/* removes the next and previous arrows start */
.jcarousel-skin-default .jcarousel-next, .jcarousel-skin-default .jcarousel-prev {display: none;}
.view-slideshows {margin:0px;}
/* corrects the height, width, and padding on the Slideshow front page start */
.jcarousel-skin-default .jcarousel-container-horizontal {
  height: 100%;
  margin: auto;
  padding: 0;
  width: 100%;
}
.jcarousel-view--slideshows--block,
.jcarousel-view--slideshows--block li,
.jcarousel-skin-default .jcarousel-clip-horizontal {
  width: 700px;
}
.jcarousel-skin-default .jcarousel-item-horizontal {margin: 0;}
.jcarousel-navigation li a:hover,
.jcarousel-navigation li.active a {
  background: none repeat scroll 0 0 #5C1316;
  border:1px solid #E8C955;
}
/* removes the next and previous arrows start */
/* reposition and image the slideshow start */
/*div.fadenav*/
.jcarousel-navigation {
	display: none;
}
.jcarousel-navigation a {
  background: #ccc;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #5c1316;
  color: transparent;
  display: block;
  float: left;
  height: 12px;
  margin: 0 0 0 2px;
  overflow: hidden;
  text-decoration:none;
  width: 12px;
  font-size:0;
  line-height:0; 
}
/*div.fadenav*/
.jcarousel-navigation a:hover {text-decoration: none;}
/*div.fadenav*/
.jcarousel-navigation a.current {background: #696969;}
.jcarousel-navigation a:visited {color: transparent;}
/* reposition and image the slideshow start */
.field-name-field-headline-image {
  clear: both;
  width: 100%;
}




/*
 * jcarousel responsive styling
 */

#block-views-slideshows-block .jcarousel-skin-default .jcarousel-container-horizontal {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

#block-views-slideshows-block .jcarousel-skin-default .jcarousel-clip-horizontal {
  width: 100%;
  height:auto;
}
/*
#block-views-slideshows-block .jcarousel-skin-default .jcarousel-clip-horizontal ul.jcarousel.jcarousel-view--slideshows--block.jcarousel-dom-1.jcarousel-processed.jcarousel-list.jcarousel-list-horizontal {
  max-width:100%;
  height:auto;
}
*/
#block-views-slideshows-block .jcarousel-skin-default .jcarousel-clip-horizontal ul.jcarousel.jcarousel-view--slideshows--block.jcarousel-dom-1.jcarousel-processed.jcarousel-list.jcarousel-list-horizontal li.jcarousel-item.jcarousel-item-horizontal {
  max-width:100%;
  height:auto;
}

#block-views-slideshows-block .jcarousel-skin-default .jcarousel-clip-horizontal ul.jcarousel.jcarousel-view--slideshows--block.jcarousel-dom-1.jcarousel-processed.jcarousel-list.jcarousel-list-horizontal li.jcarousel-item.jcarousel-item-horizontal img {
  max-width:100%;
  height:auto;
}


/*
 * Search form block at < 740px
 */

/* search bar */
.block-search-form {
  background-color:#E0D7A9;
  border:1px solid #C5B789;
  border-radius:10px;
  float:right;
  margin:25px 0 0 0;
  padding:0;
  width: 100%;
  /*width:366px;*/
}


#block-search-form .block-inner {
  padding: 10px;
}

.form-item-search-block-form {
  border:0px;
  /*float:left;*/
  width: 70%;
  position: relative;
  display: inline-block;
  margin: 0;
}
.form-item-search-block-form input {
  border:0px;
  color:#766a43;
  float:left;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  height:25px;
  line-height:29px;
  list-style:none;
  /*margin-top: -15px;
  padding:0 10px 0 10px;*/
  text-decoration:none;
  width:80%;
  background: transparent;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

#search-block-form {
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
  height: 25px;
  background: #FFF;
  border: 1px solid #AAA;
  z-index: 20;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: inset 0 0 10px #ccc;
  -webkit-box-shadow: inset 0 0 10px #ccc;
  box-shadow: inset 0 0 10px #ccc;
}

#search-block-form #edit-actions,
#search-block-form #edit-actions--2 {
  border:0px;
  float:right;
  margin-left:5px;
  margin-top:2px;
  width:30px;
}

#

* + html #search-block-form #edit-actions,
* + html #search-block-form #edit-actions--2 {
  border:0px;
  float:left;
  margin-left:3px;
  width:30px;
}

#search-block-form #edit-actions input,
#search-block-form #edit-actions--2 input {
  background:url(../images/search_submit.png) left top no-repeat;
  border:0px;
  color:transparent;
  float:right;
  font-size:0;
  height:29px;
  line-height:0; 
  margin-top: 0;
  text-shadow: none;
  width:30px;
  padding:0;
}

@media only screen  and (max-width: 608px) {
	.node iframe,
	.node img {
		width:100%;
	}
}

.svcc-responsive-full-width-container {
	display:block;
	width:100%;
}

.svcc-responsive-block-half {
	display:block;
	width:100%;
}

.svcc-responsive-block-third {
	display:block;
	width:100%;
}

.svcc-responsive-block-quarter {
	display:block;
	width:100%;
}

.svcc-responsive-block-content {
	display: block;
	width:100%;
}

.view-job-posting {
	width:100%;
}

/* FooTable inner padding */
.footable-row-detail-cell {
	padding:8px 12px;
}

/* Campus locations menu responsive styling */
.block-views-eight-sites-block-2 h2.block-title {
	font-size:22px;
}

/* Footable last updated column header fix */

.views-field.footable-visible.footable-last-column {
	white-space: nowrap;
}

#search-form input#edit-keys {
	max-width: 100%;
}



/* School Staff filters */

.page-school-staff #block-system-main.block-system-main {
	padding:0;
}

.view-school-staff.view-id-school_staff.svcc-school-staff .views-exposed-widgets label,
.view-school-staff.view-id-school_staff.svcc-school-staff .views-exposed-widgets .views-exposed-widget .views-widget {
	display:block;
}

.view-school-staff.view-id-school_staff.svcc-school-staff .views-exposed-widgets label {
	width:7em;
}

.view-school-staff.view-id-school_staff.svcc-school-staff .views-exposed-widget {
	margin-bottom:10px;
}

.view-school-staff.view-id-school_staff.svcc-school-staff .views-exposed-form {
	width:100%;
}

.view-school-staff.view-id-school_staff.svcc-school-staff .views-exposed-form .views-exposed-widget {
	padding: .5em 0 0 0;
	width:100%;
}

.view-school-staff.view-id-school_staff.svcc-school-staff .views-exposed-form .views-exposed-widget.views-submit-button,
.view-school-staff.view-id-school_staff.svcc-school-staff .views-exposed-form .views-exposed-widget.views-reset-button {
	width:auto;
}

.view-school-staff.view-id-school_staff.svcc-school-staff .views-exposed-form .views-exposed-widget.views-submit-button {
	margin-right:20px;
}

.view-school-staff.view-id-school_staff.svcc-school-staff .views-submit-button {
	padding-top:0;
}

.view-school-staff.view-id-school_staff.svcc-school-staff .views-exposed-form {
	position:relative;
}

.view-school-staff.view-id-school_staff.svcc-school-staff .views-exposed-form .views-exposed-widget.views-submit-button {
	margin-right:20px;
}

.view-school-staff.view-id-school_staff.svcc-school-staff .views-exposed-form .views-exposed-widget.views-reset-button {

}

@media (min-width:0px){

#edit-field-staff-first-name-value,
#edit-field-staff-last-name-value,
#edit_field_school-staff-location_value_chosen,
#edit_field_school-staff-department_value_chosen {
	width:100% !important;
}

}

@media (min-width:370px){

#edit-field-staff-first-name-value,
#edit-field-staff-last-name-value {
	width:250px !important;
}

#edit_field_school-staff-location_value_chosen,
#edit_field_school-staff-department_value_chosen {
	width:340px !important;
}

}

.views-exposed-widget.views-submit-button #edit-submit-school-staff,
.views-exposed-widget.views-reset-button #edit-reset {
	background: #F4DA87;
  	background-image: -webkit-linear-gradient(top, #F4DA87, #EC941A);
  	background-image: -moz-linear-gradient(top, #F4DA87, #EC941A);
  	background-image: -ms-linear-gradient(top, #F4DA87, #EC941A);
  	background-image: -o-linear-gradient(top, #F4DA87, #EC941A);
  	background-image: linear-gradient(to bottom, #F4DA87, #EC941A);
  	-webkit-border-radius: 11;
  	-moz-border-radius: 11;
  	border-radius: 11px;
  	color: #ffffff;
  	font-size: 12px;
  	padding: 4px 10px 4px 10px;
  	text-decoration: none;
  	border: solid #ca944d 1px;
  	font-weight:500;
  	text-transform:uppercase;
  	text-shadow: 1px 1px 3px #666666;
}

.views-exposed-widget.views-submit-button #edit-submit-school-staff:hover,
.views-exposed-widget.views-reset-button #edit-reset:hover {
	background: #A23248;
  	background-image: -webkit-linear-gradient(top, #A23248, #690418);
  	background-image: -moz-linear-gradient(top, #A23248, #690418);
  	background-image: -ms-linear-gradient(top, #A23248, #690418);
  	background-image: -o-linear-gradient(top, #A23248, #690418);
  	background-image: linear-gradient(to bottom, #A23248, #690418);
  	text-decoration: none;
  	border: solid #460310 1px;
}

.view-school-staff.view-id-school_staff.svcc-school-staff .views-exposed-form .views-exposed-widget .form-submit {
	margin-top:.6em;
}

.view-school-staff.view-id-school_staff.svcc-school-staff .view-content .name-position .field-content div {
	line-height:14px;
}

.view-school-staff.view-id-school_staff.svcc-school-staff .view-content .views-field-field-school-staff-department,
.view-school-staff.view-id-school_staff.svcc-school-staff .view-content .views-field-field-school-staff-location {
	padding-left:20px;
}

.view-school-staff.view-id-school_staff.svcc-school-staff .view-content .views-field-field-school-staff-department .views-label,
.view-school-staff.view-id-school_staff.svcc-school-staff .view-content .views-field-field-school-staff-location .views-label {
	font-weight:700;
	display:inline-block;
	line-height:14px;
}

.view-school-staff.view-id-school_staff.svcc-school-staff .view-content .views-field-field-school-staff-department .field-content,
.view-school-staff.view-id-school_staff.svcc-school-staff .view-content .views-field-field-school-staff-location .field-content {
	display:inline-block;
	line-height:14px;
}

.svcc-staff-loc {
	margin-top:5px;
}


.node-school-staff .field-name-field-staff-position .field-items a {
	line-height:14px;
}

#edit-field-school-staff-department-value.form-select,
#edit-field-school-staff-location-value.form-select {
	width:250px;
}