/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */

/* =============================================================================
 *   Base
 * ========================================================================== */

/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */
 

 
html {
  background: #fff;
}


body.html {
  font-size: 87.5%;
  background: url("/theme/bkg-pattern.png") 0 0 transparent;
}


/* =============================================================================
 *   HTML Elements
 * ========================================================================== */

h1 {
	margin-left: 10px;
}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

p {}

b,
strong {}

i,
em {}

dfn {}

sup {}

sub {}

del {}

ins {}

blockquote {}

cite {}

q {}

address {}

ul {}

ol {}

li {}

dl {}

dd {}

dt {}

abbr {}

acronym {}

pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}


/* =============================================================================
 *   Wrappers
 * ========================================================================== */

/*
 * New page wrapper for background
 */
#bgcontainer {
 width: 100%;
 min-height: 100%;
 background: url("/theme/sps_page_bg.png") no-repeat 50% 50% transparent; 
 }
 

/*
 * New page wrapper for 100% width
 */
#pagecontainer {
 width: 100%;
 }
 
 /*
 * New header wrapper for specified height
 */
#headcontainer {
 background: url("/theme/tree_bg2.png") repeat-x scroll 0 0 #FFFFFF;
 width: 100%;
 z-index: 1000 !important;
 /* TODO: replace z-index heirarchy */
 position: relative;
 }
 
#footcontainer {
 background: url("/theme/footerbg.png") repeat-x 0 0 #FFFFFF !important;
 width: 100%;
 }
 
#footerbtm {
 background: none no-repeat 0 0 #ffffff;
 color: #625C5A;
 font-size: 15px;
 padding-top: 20px;
 }
 
#footer_address {
 color: #625C5A;
 display: inline;
 float: left;
 line-height: 2em;
 margin-top: 5px;
 }
 
#footer_social {
 display: inline;
 float: right;
 }
 
#footer_soc_join {
 display: inline;
 float: left;
 margin-top: 5px;
 margin-right: 30px;
 }
 
 #sps_sml_logo {
 margin: 0 0 -24px 15px;
 }
 
.footer_soc_btn {
 display: inline;
 float: left;
 margin-left: 20px;
 }
 
 
/* Gray info bar at bottom */
.whitelink {
    color: #625C5A;
    font-size: 16px;
    line-height: 1.42857;
    min-height: 90px;
    padding-top: 15px;
    text-align: center;
}
 
.whitelink a {
 color: #ffffff;
 }
 
 .whitelink li{
  display: inline-block;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  text-align: center;
  line-height: 1.5em;
 }
 
 .firstli {
  border-left: 0 !important;
 }
 
/* .whitelink ul {
 text-align:center;
 }
 
 .whitelink ul li {
 display: inline; float: left;
 font-size: 18px;
 line-height: 1.42857;
 text-align: center;
 font-weight: 100;
 } */

/*
 * Page wrapper, includes the .container class which sets the overall page or section width
 * Main wrapper in page.tpl.php, the .container class sets the width of the page, do not add width to it!
 */
#page {}

.container {
	width: 100% !important;
	max-width: 1080px !important;
}
	
#pagecontainer .container {
}

/*
 * Wraps all header elements - branding and .region-header
 */
#header {}

/*
 * Wraps the sidebars the content column
 */
#columns {
	margin-top: 0;
	background: none 0 0 transparent;
	z-index: 0 !important;
	position: relative;
	min-height: 100%;
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.not-front #columns {
    background-color: #FFF;
}

/*
 * Main content column wrapper
 */
#content-column {
	background: none 0 0 #fff;
	z-index: 0 !important;
	position: relative;
}

/*
 * Main content column wrapper - FRONT PAGE
 */
.front .content-column {
	background: none 0 0 transparent !important;
	z-index: 0 !important;
	position: relative;
}

/*
 * Main content column wrapper - SECONDARY PAGES
 */
.not-front .content-column {
	background: none 0 0 #FFF !important;
	z-index: 0 !important;
	position: relative;
}

/*
 * Wraps the main-content-header, the content region and feed-icons. Use this wrapper to style the entire main content column
 */
#main-content {
    margin-left: 0;
	margin-right: 0 !important;
}

/*
 * Wraps the content region, avoid applying styles to this wrapper, its used mainly for position and invisible gutters and can be problematic to style
 */
#content {}

#block-system-main .not-front {
	padding-left: 10px !important;
}

/*
 * Footer wrapper
 */
#footer {}

/*
 * Panels may need additional margin wrangling when in the $content region
 */
#content .panel-display {}

/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width of the contained element - you
 * can style this but never add any width/margin/padding/borders etc to .container
 */
/*
 * Wraps #page
 */
#page-wrapper {}
#page-wrapper .container {}

/*
 * Wraps the leaderboard
 */
#leaderboard-wrapper {}
#leaderboard-wrapper .container {}

/*
 * Wraps the header
 */
#header-wrapper {
  /* Debug styles, is this working */
  background: rgba(255, 192, 203, 0.5);
}
#header-wrapper .container {}

/*
 * Wraps the nav elements
 */
#nav-wrapper {}
#nav-wrapper .container {}

/*
 * Wraps breadcrumb
 */
#breadcrumb-wrapper {}
#breadcrumb-wrapper .container {}

/*
 * Wraps messages and help
 */
#messages-help-wrapper {}
#messages-help-wrapper .container {}

/*
 * Wraps the secondary content/preface region
 */
#secondary-content-wrapper {}
#secondary-content-wrapper .container {}

/*
 * Wraps the main content column
 */
#content-wrapper {}
#content-wrapper .container {}

/*
 * Wraps the tertiary content/postfix region
 */
#tertiary-content-wrapper {}
#tertiary-content-wrapper .container {}

/*
 * Footer wrapper
 */
#footer-wrapper {
  /* Debug styles, is this working? */
  background: rgba(255, 192, 203, 0.5);
}
#footer-wrapper .container {}


/* =============================================================================
 *   Branding
 * ========================================================================== */

/*
 * Wraps all the branding elements, logo, name and slogan
 */
#branding {}

/*
 * Logo
 */
#logo {
  padding: 10px 0;
  max-width: 268px;
  padding-top: 20px;
}

#logo img {
  vertical-align: bottom;
}

/*
 * Wrapper for the site name and slogan (hgroup)
 */
#name-and-slogan {}

/*
 * Site name (h1)
 */
#site-name {
  margin: 0;
}

#site-name a {}

#site-name a:link,
#site-name a:visited {
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
#site-slogan {
  margin: 0;
}


/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * Main content header wraps the page title, tabs and actions links
 */
#main-content-header {}

/*
 * The main page title (h1)
 */
#page-title {
  position: relative;
  padding-top: 10px;
  font-weight: 700;
  font-size: 22px;
}


/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

/*
 * Feed icons
 */
.feed-icon {}

/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
.more-link {}

/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
ul.links {
  margin: 0;
  padding: 0;
}

ul.links.inline {
  display: block;
}

ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
  margin: 0;
}


/* =============================================================================
 *   Regions
 * ========================================================================== */

/*
 * Standard region wrapper, don't add width to any regions, you will bork the layout - no margin, padding or borders etc
 */
.region {}

/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
.region-inner {}

/*
 * Regions can be nested, such as when using Panels
 */
.region-inner .region-inner {}

/*
 * Header region, embedded in the #header
 */
.region-header {}

/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
.region-help {}

/*
 * Secondary content
 */
.region-secondary-content {}

/*
 * Sits above the main content header, like a content-top region
 */
.region-highlighted {}

/*
 * Sits below the main content, like a content-bottom region
 */
.region-content-aside {}

/*
 * Sidebars - targets both
 */
.sidebar {}



/*
 * AT SPSCC new column defs 
 */
 

/* Front Page hack for main wrapper background */
.front .at-spscc-wrapper {
	background-color: transparent;
	margin-left:10px;
	margin-right:10px;
	width:auto;
	max-width:1060px;
	box-sizing: border-box;
}

.at-spscc-wrapper {
	background-color: white;
	margin-left:10px;
	margin-right:10px;
	padding-top:10px;
	width:auto;
	max-width:1060px;
	box-sizing: border-box;
}

.at-spscc-wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.at-spscc-wrapper .at-spscc-left {
	float:left;
	margin-right:-250px;
	width:250px;
	z-index:2;
	position:relative;
}

.at-spscc-wrapper .at-spscc-main {
	float:left;
	padding-left:250px;
	padding-right:200px;
	width:100%;
	z-index:1; 
	position:relative;
}

.at-spscc-wrapper.noleft .at-spscc-main {
	padding-left:0;
}

.at-spscc-wrapper.noright .at-spscc-main {
	padding-right:0;
}

.at-spscc-wrapper .at-spscc-right {
	float:right;
	width:200px;
	padding-top:10px;
	margin-left:-200px;
	z-index: 2;
	position:relative;
}

.at-spscc-wrapper .at-spscc-continued {
	display:block;
	xmargin-left: 5px;
}

@media only screen and (max-width:768px) {
	.at-spscc-wrapper .at-spscc-continued {
		display:none;
	}
}
@media only screen and (min-width:769px) {
	.at-spscc-wrapper .at-spscc-continued-mobile {
		display:none;
	}
}

.at-spscc-wrapper .at-spscc-right .region-sidebar-second {
	width:180px;
	margin-left:0;
}
/* asdfx */
 
 /* smalltouch_portrait one_col_stack */
@media only screen and (max-width:768px) {
	.at-spscc-wrapper {
		margin-left:0;
		margin-right:0;
	}
	.at-spscc-wrapper .at-spscc-left {
		float:none;
		clear:both;
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	.at-spscc-wrapper .at-spscc-main {
		padding-left:0;
		padding-right:0;
	}
	.at-spscc-wrapper .at-spscc-right {
		float:none;
		clear:both;
		width:100%;
		margin-left:0;
		margin-right:0;
	}
}
/* smalltouch_landscape one_col_stack asdfxasdfx
@media only screen and (min-width:321px) and (max-width:480px) {
	.at-spscc-wrapper {
		margin-left:0;
		margin-right:0;
	}
	.at-spscc-wrapper .at-spscc-left {
		float:none;
		clear:both;
		width:100%;
		margin-left:0;
		margin-right:0;
		padding-left: 10px;
		padding-right: 10px;
	}
	.at-spscc-wrapper .at-spscc-main {
		padding-left:0;
		padding-right:0;
	}
	.at-spscc-wrapper .at-spscc-right {
		float:none;
		clear:both;
		width:100%;
		margin-left:0;
		margin-right:0;
	}
}
*/
/* tablet_portrait two_sidebars_left_stack asdfxasdfx
@media only screen and (min-width:481px) and (max-width:768px) {
	.at-spscc-wrapper .at-spscc-left {
		width:160px;
		margin-right:-160px;
	}
	.at-spscc-wrapper .at-spscc-main {
		padding-left:180px;
		padding-right:0;
	}
	.at-spscc-wrapper .at-spscc-right {
		float:none;
		width:100%;
		margin-left:0;
		padding-left:0;
		margin-right:0;
	}
}
/* tablet_landscape three_col_grail */
@media only screen and (min-width:769px) and (max-width:1024px) {
	.at-spscc-wrapper .at-spscc-left {
		width:180px;
		margin-right:-180px;
	}
	.at-spscc-wrapper .at-spscc-main {
		padding-left:200px;
	}	
}
*/
 
 

/*
 * Section Menu
 */
.region-section-menu {
	width:250px;
	margin-left:-100%;
}

/*
 * First sidebar
 */
 
 .at-spscc-wrapper .region-sidebar-first {
	margin-left: 0;
 }

/*
 * First sidebar Block
 */
.region-sidebar-first .block {
	xmargin-left: -10px;
	padding-top: 10px;
}

/*
 * First sidebar Block Title
 */
.sidemenu_green .block-title {
	color: #ffffff;
	/* old color: 009644 */
	background-color: #009e60;
	text-align: left;
	height: auto;
	line-height: 30px;
	font-size: 24px;
	font-weight: 100;
	padding-left: 12px;
	position: relative;
    padding-bottom: 10px;
    padding-left: 14px;
    padding-right: 8px;
    padding-top: 10px;
}

.sidemenu_gray .block-title {
	color: #ffffff;
	/* old color: 514B49 */
	background: #54575a;
	text-align: left;
	height: auto;
	line-height: 30px;
	font-size: 24px;
	font-weight: 100;
	padding-left: 12px;
	position: relative;
    padding-bottom: 10px;
    padding-left: 14px;
    padding-right: 8px;
    padding-top: 10px;
}

.sidemenu_blue .block-title {
	color: #ffffff;
	/* old color: 003ca1 */
	background: #0051ba;
	text-align: left;
	height: auto;
	line-height: 30px;
	font-size: 24px;
	font-weight: 100;
	padding-left: 12px;
	position: relative;
    padding-bottom: 10px;
    padding-left: 14px;
    padding-right: 8px;
    padding-top: 10px;
}

.sidemenu_orange .block-title {
	color: #ffffff;
	/* old color: bb4227 */
	background: #d64123;
	text-align: left;
	height: auto;
	line-height: 30px;
	font-size: 24px;
	font-weight: 100;
	padding-left: 12px;
	position: relative;
    padding-bottom: 10px;
    padding-left: 14px;
    padding-right: 8px;
    padding-top: 10px;
}

.sidemenu_lime .block-title {
	color: #ffffff;
	/* old color: 43ad2a */
	background: #1eb53a;
	text-align: left;
	height: auto;
	line-height: 30px;
	font-size: 24px;
	font-weight: 100;
	padding-left: 12px;
	position: relative;
    padding-bottom: 10px;
    padding-left: 14px;
    padding-right: 8px;
    padding-top: 10px;
}


/*
 * Second sidebar
 */
.region-sidebar-second {}

/*
 * Tertiary content
 */
.region-tertiary-content {}

/*
 * Footer region
 */
.region-footer {}


/* =============================================================================
 *   Links
 * ========================================================================== */

a {
  text-decoration: none;
}

a:link,
a:visited {}

a:active,
a.active {}

a:hover,
a:focus {
  text-decoration: underline;
}



/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

/*
 * Use one of the following id's for granular control:
 *  - #menu-bar (menu bar region)
 *  - #primary-menu (main menu)
 *  - #secondary-menu (secondary/user menu)
 * You can target all of these with .nav or div[id$="menu-bar"]
 */
.nav {
  clear: both;
  margin: 10px;
}

.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}

.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}

.nav li a:visited,
.nav ul.menu li a:visited {}

.nav li a:hover,
.nav li a:focus,
.nav ul.menu li a:hover,
.nav ul.menu li a:focus {}

.nav .block {
  margin-bottom: 0;
}


/* =============================================================================
 *   Superfish
 * ========================================================================== */

ul.sf-menu {
  margin-bottom: 0;
}

ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  text-decoration: none;
  height: auto;
  line-height: 1.0em;
}

ul.sf-menu a:link,
ul.sf-menu a:visited {}

ul.sf-menu li {
}

ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
  outline: 0;
}

ul.sf-menu a {}

ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
  outline: 0;
}

/*
 * Superfish blocks
 */
.block-superfish {}

.block-superfish .block-inner .content {}

.block-superfish ul {
/*   padding: 0 !important; */
}

.block-superfish ul ul {}

.block-superfish ul ul ul {}

.block-superfish ul ul ul ul {}

.block-superfish li {
/*   margin: 0 !important;
  padding: 0 !important; */
}

/*
 * Vertical style
 */
.sf-vertical {
  width: 100%;
}

.sf-vertical li {
  width: 100%;
}

.sf-vertical li.last {}

.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
}

.sf-vertical li a {
}

.sf-vertical li a:hover {
}

/*
 * Navbar style
 */
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}


/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {
  padding-left: 15px;
}

ul.menu ul {
  padding-left: 15px;
}

ul.menu ul ul {}

ul.menu ul ul ul {}

ul.menu li {
  margin: 0;
}

ul.menu li.collapsed,
ul.menu li.expanded,
ul.menu li.leaf {}

ul.menu li a {}

ul.menu li a:link,
ul.menu li a:visited {}

ul.menu li a:active,
ul.menu li a.active {}

ul.menu li a:hover,
ul.menu li a:focus {}

ul.menu li.active a,
ul.menu li.active-trail a {}

ul.menu li.first,
ul.menu li.last {}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
  padding: 0;
}


/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */

.book-navigation {}

.book-navigation .page-links {}

.book-navigation .page-previous {}

.book-navigation .page-next {}

.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */
  min-width: 2em;
  white-space: nowrap;
}

.book-navigation .menu {
  margin-left: 0;
}


/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

#breadcrumb {
  margin: 10px 0;
  display: none;
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}

#breadcrumb .breadcrumb-label:after {
  content: ":";
}

#breadcrumb ol {
  margin: 0;
  padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

#breadcrumb li {
  list-style: none;
  display: inline;
}

#breadcrumb li.crumb-first {}

#breadcrumb li.crumb-last {}

#breadcrumb a {}

#breadcrumb a:link,
#breadcrumb a:visited {}

#breadcrumb a:active,
#breadcrumb a.active {}

#breadcrumb a:hover,
#breadcrumb a:focus {}


/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

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

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}

ul.pager li.pager-current {
  font-weight: 700;
}

.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
ul.pager li {}

ul.pager li a {}

ul.pager li a:link,
ul.pager li a:visited {}

ul.pager li a:active,
ul.pager li a.active {}

ul.pager li a:hover,
ul.pager li a:focus {}

ul.pager li.pager-item {}
ul.pager li.first {}
ul.pager li.last {}
ul.pager li.pager-current {}
ul.pager li.pager-first {}
ul.pager li.pager-previous {}
ul.pager li.pager-next {}
ul.pager li.pager-last {}


/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}


#skip-link a {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}


/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
  margin-bottom: 15px;
}

ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}

ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}

ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}

ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}

ul.secondary li a {}

ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}


/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

ul.action-links li {}


/* =============================================================================
 *  Field Styling
 * ========================================================================== */

/*
 * Wrapper for any field
 */
.field {}

/*
 * Above and inline classes are on the field wrapper
 */
.field-label-above {}

/*
 * When labels are set to inline in field display settings the clearfix class is automatically added
 */
.field-label-inline {}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}


/*
 * Field types (Core)
 */

/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
.field-type-image {}

.field-type-image .caption {}

.field-type-image .full-caption {}

.field-type-image .teaser-caption {}

/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}

.field-label-inline .field-label, .field-label-inline .field-items {
    float: left;
    max-width: 100%;
}

.field-items .field-item p {
    max-width: 100%;
    display: block;
    word-wrap: break-word;
}

.page-node-614 p {
	float: unset !important;
}

.page-node-614 .field-items .field-item p {
	float: unset !important;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Text
 */
.field-type-text {}

/*
 * Long text
 */
.field-type-text-long {}

/*
 * Text with summary
 */
.field-type-text-with-summary {}

/*
 * File
 */
.field-type-file {}

/*
 * Number/Integer
 */
.field-type-number-integer {}

/*
 * Decimal
 */
.field-type-number-decimal {}

/*
 * Number float
 */
.field-type-number-float {}

/*
 * List
 */
.field-type-list-text {}

/*
 * List boolean
 */
.field-type-list-boolean {}

/*
 * List integer
 */
.field-type-list-integer {}

/*
 * List float
 */
.field-type-list-float {}

/*
 * Field types (Contrib)
 */
.field-type-datetime {}

.field-type-node-reference {}

.field-type-user-reference {}

/*
 * Named fields
 */
.field-name-body {}

.field-name-field-image {}

.field-name-field-tags {}

/*
 * Underscores in field name are replaced with dashes
 */
.field-name-field-FIELDNAME {}

/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
.ia-n .field-type-image,
.iat-n .field-type-image {}

/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}


/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
.block {
  margin-bottom: 20px;
}

/*
 * Inner wrapper for most blocks, good for margin, padding and borders, block_system_main does not have it
 */
.block-inner {}

/*
 * The first block in the region
 */
.block.first {}

/*
 * The last block in the region
 */
.block.last {}

/*
 * Zebra striping for each block in the region
 */
.block.odd {}

/*
 * Zebra striping for each block in the region
 */
.block.even {}

/*
 * Block title
 */
.block-title {
  margin: 0;
}


/*
 * Block content wrapper
 */
.block-content {}

/*
 * Match item list and block menu margin and padding
 */
.block-content {}

.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
}

.block-content li {
  margin: 0;
  padding: 0;
}

/*
 * Block for the latest news items in the first category
 */
#block-aggregator-category-1 {}

/*
 * Block for the latest news items in the first feed
 */
#block-aggregator-feed-1 {}

/*
 * First block created with "Add block" link
 */
#block-block-1 {}


/*
 * "Recent blog posts" block
 */
#block-blog-recent {}

/*
 * "Book navigation" block for the current book's table of contents
 */
#block-book-navigation {}

/*
 * "Recent comments" block
 */
#block-comment-recent {}

/*
 * "Active forum topics" block
 */
#block-forum-active {}

/*
 * "New forum topics" block
 */
#block-forum-new {}

/*
 * Language switcher block
 */
#block-locale-language {}

/*
 * Custom menu block
 */
#block-menu-menu-NAME {}

/*
 * "Recent content" block
 */
#block-node-recent {}

/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
#block-node-syndicate {}

/*
 * "Most recent poll" block
 */
#block-poll-recent {}

/*
 * "Author information" block for the profile of the page's author
 */
#block-profile-author-information {}

/*
 * "Search form" block
 */
#block-search-form {}

/*
 * "Shortcuts" block
 */
#block-shortcut-shortcuts {}

/*
 * "Popular content" block
 */
#block-statistics-popular {}

/*
 * "Main menu" block
 */
#block-system-main-menu {}

/*
 * "Management" block for Drupal management menu
 */
#block-system-management {}

/*
 * "Navigation" block for Drupal navigation menu
 */
#block-system-navigation {}

/*
 * "User menu" block for Drupal user menu
 */
#block-system-user-menu {}

/*
 * "System help" block
 */
#block-system-help {}

/*
 * "Main page content" block
 */
#block-system-main {
  margin-left: 20px;
  margin-right: 10px;
}

/*
 * "Powered by Drupal" block
 */
#block-system-powered-by {}

/*
 * "User login form" block
 */
#block-user-login {}

/*
 * "Who's new" block for a list of the newest users
 */
#block-user-new {}

/*
 * "Who's online" block for a list of the online users
 */
#block-user-online {}

/*
* General cleanup of webform blocks in main content
*/
div.at-spscc-main .block-webform {
	margin-left: 20px;
}

/* =============================================================================
 *   Node Styling
 * ========================================================================== */

.node {
  margin-bottom: 20px;
}

.node.node-promoted {}

.node.node-sticky {}

.node.node-by-viewer {}

.node.node-teaser {}

.node.node-full {}

.node.odd {}

.node.even {}

.node .node-title {
  margin: 0;
}

.node .user-picture {}

.node .submitted {}

.node .submitted .username {}

.node .submitted time {}

.node .node-content {}

.node ul.links {}

.node ul.links li {}

.node ul.links li a {}

.node ul.links li.node-read-more a {}

.node ul.links li.comment-add a {}

.node ul.links li.comment-comments a {}

.node ul.links li.comment-new-comments a {}

.node ul.links li.blog-sernames-blog a {}

.node ul.links li.print-html a {}

.node ul.links li.print-email a {}

.node ul.links li.print-pdf a {}

.preview .node {}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
.node-page {}

.node-article {}

.node-book {}

.node-forum {}

.node-poll {}


/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */

/*
 * Wrapper for the list of comments and its titles
 */
#comments {
  margin: 1.5em 0;
}

#comments h2 {}

#comments h2.comment-title {
  margin: 0;
}

#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
.comment {
  margin-bottom: 20px;
}

.comment.first {}

.comment.last {}

.comment.odd {}

.comment.even {}

.comment .user-picture {}

.comment .submitted {}

.comment .submitted p {}

.comment .submitted .username {}

.comment .submitted time {}

.comment .user-signature {}

.comment ul.links {}

/*
 * Comment title
 */
.comment-title {
  margin: 0;
}

/*
 * Comment states
 */
.comment-new {}

.comment-by-anonymous {}

.comment-by-node-author {}

.comment-by-viewer {}

.comment-title-hidden {}

.comment-with-picture {}

.comment-with-signature {}

/*
 * Preview of the comment before submitting new or updated comment
 */
.comment-preview {}

/*
 * "New" marker for comments that are new for the current user
 */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
.indented {
  margin-left: 40px;
}


/* =============================================================================
 *   Forms
 * ========================================================================== */

/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item {}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-item label {
  font-weight: 700;
}

.form-item label.option {}

/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
  color: #c00;
}

.form-item .description {
  font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item {}

/*
 * The submit button
 */
.form-submit {}

.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
  border: 1px solid #ccc;
}

/*
 * Tips for Drupal's input formats
 */
.tips {}

/*
 * Buttons used by contrib modules like Media
 */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}


/* =============================================================================
 *   Tables
 * ========================================================================== */

table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

table.sticky-header {
  z-index: 10;
}

table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc;
}

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

caption,
th,
td {
  text-align: left;
}

thead tr {
  font-weight: 700;
  background-color: #e5e5e5;

}

td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

tbody {}

tbody tr {
  border-top: 1px solid #ccc;
}

tr.odd {
  background: #fff;
}

tr.info,
tr.even,
tr:nth-child(2n+2) {
  border-bottom: 0;
  background-color: #f5f5f5;
}

tr.drag {}

tr.drag-previous {}

tr.odd td.active {
  background-color: #eee;
}

tr.even td.active {
  background-color: #ebebeb;
}

.lt-ie8 tr {}

.lt-ie8 tr.even,
.lt-ie8 tr.odd {}

.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td {}

#forum td .created,
#forum td .posts,
#forum td .topics,
#forum td .last-reply,
#forum td .replies,
#forum td .pager {
  white-space: normal;
}


/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */


div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status {}

div.warning {}

tr.warning {}

div.error,
tr.error {}

.error {}

.warning {}

/*
 * Unpublished nodes
 */
.node-unpublished,
.comment-unpublished {}

.node-unpublished,
.comment-unpublished {}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 {}

.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative;
}


/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {}
.maintenance-page .container {
  padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

.db-offline {}

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}

.db-offline div.messages {
  margin: 20px 0 0;
}

.db-offline #content {
  padding: 20px 0;
}


/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
#styleguide-header {
  padding: 0 10px;
}

#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

#menublock_main {
	margin-top: 48px;
	margin-left: 10px;
}

#menu_btns {
	line-height: 0.8em;
}

#btn_study {
	display: inline;
	float: left;
	width: 180px;
	font-size: 18px;
	text-align: center;
	color: #625C5A;
	font-weight: 100;
	line-height: 1.0em;
}

#btn_admin {
	display: inline;
	float: left;
	width: 220px;
	font-size: 18px;
	text-align: center;
	color: #625C5A;
	line-height: 1.0em;
	font-weight: 100;
}

#btn_pay {
	display: inline;
	float: left;
	width: 180px;
	font-size: 18px;
	text-align: center;
	color: #625C5A;
	font-weight: 100;
	line-height: 1.0em;
}

#btn_conted {
	display: inline;
	float: left;
	width: 220px;
	font-size: 18px;
	text-align: center;
	color: #625C5A;
	font-weight: 100;
	line-height: 1.0em;
}

#btn_resource {
	display: inline;
	float: left;
	width: 200px;
	font-size: 18px;
	text-align: center;
	color: #625C5A;
	font-weight: 100;
	line-height: 1.0em;
}

#txt_study {
	margin-top: 10px;
}

#txt_admin {
	margin-top: 18px;
}

#txt_pay {
	margin-top: 10px;
}

#txt_conted {
	margin-top: 0px;
}

#txt_resource {
	margin-top: 10px;
}

#icon_study {
	float: left;
	width: 56px;
	height: 56px;
	margin-right: -10px;
	margin-left: 0px;
}

#icon_admin {
	float: left;
	width: 56px;
	height: 56px;
	margin-right: -25px;
}

#icon_pay {
	float: left;
	width: 56px;
	height: 56px;
	margin-right: -15px;
}

#icon_conted {
	float: left;
	width: 56px;
	height: 56px;
	margin-right: -15px;
}

#icon_resource {
	float: left;
	width: 56px;
	height: 56px;
	margin-right: -15px;
}
#block-block-1 {
	background: none 0 0 #ffffff;
	padding-bottom: 17px;
	margin-left: -10px;
	margin-top: 52px;
	width: 104%;
	box-shadow: 0 8px 3px -4px #777777;
}

.field-label-inline .field-label {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.field-name-field-section,
.field-name-field-policy-number,
.field-name-field-effective-date, 
.field-name-field-last-revised {
	border-bottom: 1px solid #000000;
}

/*
 * Containers for Top Menu minipanel drop down display
 */
 
/*
 * Divs for AREAS OF STUDY
 */
#aos_wrapper {
	margin: -20px -40px 0 0;
}
#aos_container {
	display: block;
	width: 100%;
}

#aos_one {
	display: block;
	float: left;
	padding-right:15px;
	width: 34%;
	padding-left: 10px;
}

#aos_two {
	display: block;
	float: left;
	padding-right:15px;
	width: 34%;
}

#aos_three {
	display: block;
	float: left;
	padding-right:15px;
	width: 32%;
}

.aos_header {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

p.aos_header, pre.aos_header{
    margin: 0 0 0.5em;
}

.aos_body {
	font-size: 14px;
	font-weight: normal;
}

/*
 * Divs for ADMINISTRATION
 */
#adm_container {
	display: block;
	width: 100%;
}

#adm_one {
    display: block;
	float: left;
	padding-right:15px;
	width: 31%;
	padding-left: 10px;
}

#adm_two {
	display: block;
	float: left;
	padding-right:15px;
	width: 31%;
}

#adm_three {
	display: block;
	float: left;
	padding-right:15px;
	width: 31%;
}

.adm_header {
	font-size: 18px;
	font-weight: 500;
}

.adm_body {
	font-size: 14px;
	font-weight: normal;
}

/*
 * Divs for PAY FOR COLLEGE
 */
#pfc_container {
	display: block;
	width: 100%;
}

#pfc_one {
    display: block;
	float: left;
	padding-right:15px;
	width: 31%;
	padding-left: 10px;
}

#pfc_two {
	display: block;
	float: left;
	padding-right:15px;
	width: 31%;
}

#pfc_three {
	display: block;
	float: left;
	padding-right:15px;
	width: 31%;
}

.pfc_header {
	font-size: 18px;
	font-weight: 500;
}

.pfc_body {
	font-size: 14px;
	font-weight: normal;
}

/*
 * Divs for CCE
 */
#cce_container {
	display: block;
	width: 100%;
}

#cce_one {
    display: block;
	float: left;
	padding-right:15px;
	width: 31%;
	padding-left: 10px;
}

#cce_two {
	display: block;
	float: left;
	padding-right:15px;
	width: 31%;
}

#cce_three {
	display: block;
	float: left;
	padding-right:15px;
	width: 31%;
}

.cce_header {
	font-size: 18px;
	font-weight: 500;
}

.cce_body {
	font-size: 14px;
	font-weight: normal;
}

/*
 * Divs for CRS
 */
#crs_container {
	display: block;
	width: 100%;
}

#crs_one {
    display: block;
	float: left;
	padding-right:15px;
	width: 31%;
	padding-left: 10px;
}

#crs_two {
	display: block;
	float: left;
	padding-right:15px;
	width: 31%;
}

#crs_three {
	display: block;
	float: left;
	padding-right:15px;
	width: 31%;
}

.crs_header {
	font-size: 18px;
	font-weight: 500;
}

.crs_body {
	font-size: 14px;
	font-weight: normal;
}

 
/*
 * Divs for CONTINUING EDUCATION
 */
 
/*
 * Divs for CAMPUS RESOURCES
 */

/* .logged-in .overlay #headcontainer  {
	display: none;
} */

.overlay-open #headcontainer {
	display: none;
}

/* .menu-minipanel .menu-minipanel-430 .minipanel-processed {
	
} */

#block-menu-menu-programs li {
	display: block;
	float: left;
	margin-top: 0;
}

#block-menu-menu-programs .menu-depth-2 {
	display: none;
}

/*
 * Classes for MENU MINIPANELS
 */
 
/*
 * MENU MINIPANELS BUTTON	->	AREAS OF STUDY
 */
#block-menu-menu-programs a.menu-minipanel-430 {
	display: block;
	height: 79px;
	width: 180px;
	background: url("/theme/menu_aos.svg") no-repeat 0 11px transparent;
	color: transparent !important;
	margin-left: 17px;
/* 	margin-top: -14px; */
}

/*
 * MENU MINIPANELS BUTTON	->	ADMISSIONS
 */
#block-menu-menu-programs a.menu-minipanel-431 {
	display: block;
	height: 79px;
	width: 180px;
	background: url("/theme/menu_adm.svg") no-repeat 0 11px transparent;
	color: transparent !important;
	margin-left: 35px;
/* 	margin-top: -14px; */
}

/*
 * MENU MINIPANELS BUTTON	->	PAY FOR COLLEGE
 */
#block-menu-menu-programs a.menu-minipanel-432 {
	display: block;
	height: 79px;
	width: 154px;
	background: url("/theme/menu_pfc.svg") no-repeat 0 11px transparent;
	color: transparent !important;
	margin-left: 35px;
/* 	margin-top: -14px; */
}

/*
 * MENU MINIPANELS BUTTON	->	CONTINUING ED
 */
#block-menu-menu-programs a.menu-minipanel-433 {
	display: block;
	height: 79px;
	width: 195px;
	background: url("/theme/menu_cce.svg") no-repeat 0 11px transparent;
	color: transparent !important;
	margin-left: 35px;
/* 	margin-top: -14px; */
}

/*
 * MENU MINIPANELS BUTTON	->	CAMPUS RESOURCES
 */
#block-menu-menu-programs a.menu-minipanel-434 {
	display: block;
	height: 79px;
	width: 175px;
	background: url("/theme/menu_cre.svg") no-repeat 0 11px transparent;
	color: transparent !important;
	margin-left: 35px;
/* 	margin-top: -14px; */
}

/*
 * MENU MINIPANELS hover instances
 */
#block-menu-menu-programs .menu-minipanel-430.qtip-hover {
	background: url("/theme/menu_aos_h.svg") no-repeat 0 11px #009744;
}

#block-menu-menu-programs .menu-minipanel-431.qtip-hover {
    background: url("/theme/menu_adm_h.svg") no-repeat 0 11px #bb4227;
}

#block-menu-menu-programs .menu-minipanel-432.qtip-hover {
    background: url("/theme/menu_pfc_h.svg") no-repeat 0 11px #43ad2a;
}

#block-menu-menu-programs .menu-minipanel-433.qtip-hover {
    background: url("/theme/menu_cce_h.svg") no-repeat 0 11px #625c5a;
}

#block-menu-menu-programs .menu-minipanel-434.qtip-hover {
    background: url("/theme/menu_cre_h.svg") no-repeat 0 11px #003ca1;
}


#block-menu-menu-programs {
	margin: 0;
	padding: 0;
}

#block-menu-menu-programs ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 72px;
}

/*
 * Overall QTIP Containers
 */
.qtip-wrapper-0 {
	margin: -20px 0 0 -7px;
	position: fixed;
	width: 100%;
	background-color: rgba(5, 107, 34, 0.9);
}

.qtip-wrapper-1 {
	margin: -20px 0 0 -222px;
	position: fixed;
	width: 100%;
	background-color: rgba(145, 39, 22, 0.9);
}

.qtip-wrapper-2 {
	margin: -20px 0 0 -437px;
	position: fixed;
	width: 100%;
	background-color: rgba(5, 107, 34, 0.9);
/* 	background-color: rgba(53, 50, 49, 0.9); */
}

.qtip-wrapper-3 {
	margin: -20px 0 0 -626px;
	position: fixed;
	width: 100%;
	background-color: rgba(53, 50, 49, 0.9);
}

.qtip-wrapper-4 {
	margin: -20px 0 0 -856px;
	position: fixed;
	width: 100%;
	background-color: rgba(4, 41, 94, 0.9);
}

/*
 * MM Block Title Divs
 */
#mini-panel-areas_of_study .block-title {
    background-color: #009744;
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    margin: -10px -19px 0 -20px;
    padding: 24px;
}

#mini-panel-admissions .block-title {
  color: #FFFFFF;
  background-color: #bb4227;
    font-size: 19px;
    font-weight: 500;
    margin: -10px -19px 0 -20px;
    padding: 24px;
}

#mini-panel-pay_for_college .block-title {
  color: #FFFFFF;
  background-color: #43ad2a;
    font-size: 19px;
    font-weight: 500;
    margin: -10px -19px 0 -20px;
    padding: 24px;
}

#mini-panel-corporate_and_continuing_education .block-title {
  color: #FFFFFF;
  background-color: #625c5a;
    font-size: 19px;
    font-weight: 500;
    margin: -10px -19px 0 -20px;
    padding: 24px;
}

#mini-panel-campus_resources .block-title {
  color: #FFFFFF;
  background-color: #003ca1;
    font-size: 19px;
    font-weight: 500;
    margin: -10px -19px 0 -20px;
    padding: 24px;
}

/*
 * MM Block Content divs
 */
#mini-panel-areas_of_study .block-content {
  color: #FFFFFF;
}

#mini-panel-admissions .block-content {
  color: #FFFFFF;
}

#mini-panel-pay_for_college .block-content {
  color: #FFFFFF;
}

#mini-panel-corporate_and_continuing_education .block-content {
  color: #FFFFFF;
}

#mini-panel-campus_resources .block-content {
  color: #FFFFFF;
}

.qtip-contentWrapper {
	background-color: transparent;
}

/*
 * Content QTIP Containers
 */
/* .qtip-wrapper-0 .qtip-content { */
/* 	background-color: #009744 !important; */
/* } */

/* .qtip-wrapper-1 { */
/* 	margin: -20px 0 0 0; */
/* 	position: fixed; */
/* } */

/* .qtip-wrapper-2 { */
/* 	margin: -20px 0 0 0; */
/* 	position: fixed; */
/* } */

/* .qtip-wrapper-3 { */
/* 	margin: -20px 0 0 0; */
/* 	position: fixed; */
/* } */

/* .qtip-wrapper-4 { */
/* 	margin: -20px 0 0 0; */
/* 	position: fixed; */
/* } */

#block-views-slideshow-view-large-block {
	margin-top: 0px;
}

#block-views-slideshow-view-large-block .views-field-title {
	display: none;
}

/* Views Slideshow textual content */
.views-field-field-slide-text-l {
	background-color: rgba(0, 61, 162, 0.7);
    border-radius: 0 30px 30px 0;
    color: #FFFFFF;
    font-size: 48px;
	font-weight: 400;
	line-height: 1.1em;
    padding: 20px 0px;
    position: absolute;
	margin-top: -26%;
	width: auto;
	height: 85px;
}

.views-field-field-slide-text-l a {
	color: #FFFFFF !important;
	padding-top: 26px;
	padding-bottom: 47px;
	padding-left: 60px;
	padding-right: 60px;
	margin-top: -26%;
	width: auto;
	text-decoration: none;
}

.views-field-field-slide-subtext-l {
    color: #FFFFFF;
    font-size: 20px;
    margin-left: 60px;
    margin-top: -26%;
    padding-top: 78px;
    position: absolute;
}

#block-custom-search-blocks-1 {
	padding-left: 10px;
}

#block-custom-search-blocks-1 .custom-search-box {
	width:100%;
}

.print-page {
	margin-top: 15px;
	position: absolute;
}

.views-slideshow-cycle-main-frame-row-item .views-ajax-processed-processed {
	height: 85px;
	padding-top: 26px;
	padding-bottom: 47px;
	padding-left: 60px;
	padding-right: 60px;
}

.views-content-counter a {
	display: block;
	float: left;
	background: none 0 0 no-repeat #FFFFFF;
	color: transparent;
	border: 1px solid #000000;
	font-size: .2em;
	height: 20px;
	width: 20px;
}

.views-content-counter a:hover {
	display: block;
	float: left;
	background: none 0 0 no-repeat #555555;
	color: transparent;
	border: 1px solid #000000;
	font-size: .2em;
	width: 20px;
	height: 20px;
}

.views-content-counter a .active {
	display: block;
	float: left;
	background: none 0 0 no-repeat #000000;
	color: transparent;
	border: 1px solid #000000;
	font-size: .2em;
	width: 20px;
	height: 20px;
}

.views-slideshow-controls-top {
	display: none;
}

body.mceContentBody {
	background-image: none;
    background-color: #FFFFFF;
}



.views_slideshow_cycle_main {
  width: 100%;
  float: left;
}
.views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
  width: 100% !important;
  height: auto;
}
.views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  height: auto;
}

.views-slideshow-cycle-main-frame,
.views-slideshow-cycle-main-frame-row {
    width: 100% !important;
    margin: auto;
}

.views_slideshow_cycle_teaser_section {
    width: 100% !important;
	margin: auto;
}

#views_slideshow_cycle_div_slideshow_view_large-block_0 {
    width: 100% !important;
	height: auto !important;
	margin: auto;
}
#views_slideshow_cycle_div_slideshow_view_large-block_1 {
    width: 100% !important;
	height: auto !important;
	margin: auto;
}

#views_slideshow_cycle_div_slideshow_view_large-block_2 {
    width: 100% !important;
	height: auto !important;
	margin: auto;
}

.views_slideshow_cycle_main .field-content {
  max-width: 100%;
  width: 100%;
}
.views_slideshow_cycle_main .field-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}


/* New Admin Toolbar z-index fix*/
#toolbar {
  z-index: 2001;
}

/* Provides padding fro main content on front page */
.front .node .node-content {
  position: relative;
}

/* Blocks for front page (middle of page) */
#fblock-apply {
  height: 200px;
  width: auto;
  overflow: hidden;
}

#fblock-class {
  height: 250px;
  width: auto;
  overflow: hidden;
}

#fblock-campus {
  height: 250px;
  width: auto;
  overflow: hidden;
}

.fblock-interior {
  padding: 0 20px 20px;
  font-size: 15px;
  color: #625C5A;
  line-height: 1.4em;
}

#block-block-9 {
  border-radius: 3px 3px 0 0;
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  margin-top: 0;
  margin-bottom: 0 !important;
  background-color: #FFF;
  vertical-align: top;
}

#block-block-9 h2.block-title {
  background-color: #009644;
  border-radius: 3px 3px 0 0;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 100;
  padding: 14px;
}

#block-block-10  {
  border-radius: 3px 3px 0 0;
  display: inline-block;
  width: 32%;
  margin-top: 0;
  margin-bottom: 0 !important;
  background-color: #FFF;
  vertical-align: top;
}

#block-block-10 h2.block-title {
  background-color: #D64123;
  border-radius: 3px 3px 0 0;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 100;
  padding: 14px;
}

#block-block-11 {
  border-radius: 3px 3px 0 0;
  display: inline-block;
  width: 32%;
  margin-left: 2%;
  margin-top: 0;
  margin-bottom: 0 !important;
  background-color: #FFF;
  vertical-align: top;
}

#block-block-11 h2.block-title {
  background-color: #43AD2A;
  border-radius: 3px 3px 0 0;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 100;
  padding: 14px;
}

#block-block-12 {
  border-radius: 3px 3px 0 0;
  display: inline-block;
  width: 100%;
  margin-top: 12px;
  background-color: #FFF;
}

#block-block-12 h2.block-title {
  background-color: #54575A;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 100;
  padding: 14px;
  margin-top: -15px;
}

#block-block-8 {
  display: inline-block;
  width: 100%;
  margin-top: 0;
  background-color: transparent;
  vertical-align: top;
}

/* Cindy took out border-right: 1px solid black; and increased width 22.75 to 24% */
#cnblock-1 {
 width: 24%;
 display: inline-block;
 padding-left: 1.1%;
 padding-right: 1%;
 margin-top: 20px;
 margin-bottom: 30px;
 vertical-align: top;
}
#cnblock-2 {
 width: 24%;
 display: inline-block;
 padding-left: 1%;
 padding-right: 1%;
 margin-top: 20px;
 margin-bottom: 30px;
 vertical-align: top;
}
#cnblock-3 {
 width: 24%;
 display: inline-block;
 padding-left: 1%;
 padding-right: 1%;
 margin-top: 20px;
 margin-bottom: 30px;
 vertical-align: top;
}
#cnblock-4 {
 width: 24%;
 display: inline-block;
 padding-left: 1%;
 padding-right: 1%;
 margin-top: 20px;
 margin-bottom: 30px;
 vertical-align: top;
}

.cnblock-int-top {
 font-size: 19px;
 font-weight: 500;
 line-height: 1.1em;
 padding-left: 10px;
 vertical-align: top;
 margin-bottom: 10px;
}

.cnblock-int-btm {
 font-size: 18px;
 font-weight: 400;
 color: #625C5A;
 padding-left: 10px;
}

/* Transparent Spacer Block for front page */
#front_spacer img {
height: auto;
margin: 0;
max-width: 100%;
padding: 0;
width: 100%;
}

/*** MUST NOT CHANGE WIDTH PERCENTAGE OF 16.8%!!! ***/
#front_spacer {
position: relative; top: 0px; left: 0px; display: block; opacity: 1; width: 16.8%; height: auto;
}

/* Set page top for non-front page columns */
.not-front .columns {
    margin-top: 0;
	background-color: #FFF;
}

/*
 * Mobile Menu styles
 */
.mobile_menu .ready-accordion {
	margin: 0 0 20px 0;
}


.mobile_menu #mm_subsearch {
	width: 50%;
	margin:0;
	float: right;
	padding: 0 10px 0 0;
	height:unset;
	box-sizing: border-box;
}


.mobile_menu .mm_subsubsearch {
	color: #625C5A;
	font-family: proxima-nova,Arial,Helvetica,sans-serif;
	text-align: center;
	font-size: 15px;
	line-height: 1.42857;
	box-sizing: border-box;
	border-left: 2px solid #C2C2C2;
	border-right: 2px solid #C2C2C2;
	float: left;
	width: 100%;
	padding: 8px 10px;
}

.mobile_menu .mm_searchform {
	color: #625C5A;
	font-family: proxima-nova,Arial,Helvetica,sans-serif;
	text-align: center;
	font-size: 15px;
	line-height: 1.42857;
	box-sizing: border-box;
}

.mobile_menu .mm_searchbox {
	color: #625C5A;
	font-family: proxima-nova,Arial,Helvetica,sans-serif;
	text-align: center;
	font-size: 15px;
	line-height: 1.42857;
	box-sizing: border-box;
	position: relative;
	display: table;
	border-collapse: separate;
	width: 100%;
}

.mobile_menu .mm_searchinput {
	border-collapse: separate;
	box-sizing: border-box;
	margin: 0px;
	font-family: inherit;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	color: #625C5A;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 0px !important;
	float: left;
	width: 100%;
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	display: table-cell;
}

.mobile_menu .mm_searchbuttongroup {
	width: 38px;
	line-height: 1.42857;
	color: #625C5A;
	font-family: proxima-nova,Arial,Helvetica,sans-serif;
	text-align: center;
	border-collapse: separate;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	font-size: 0px;
	white-space: nowrap;
}

.mobile_menu .mm_searchbutton {
	border-collapse: separate;
	box-sizing: border-box;
	margin: 0px 0px 0px -1px;
	text-transform: none;
	-moz-user-select: none;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	color: #FFF;
	border-radius: 0px !important;
	background-color: #003DA2;
	position: relative;
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}


.mobile_menu {
	display: none;
}

.mobile_menu #mm_master {
	width:100%;
	height:47px;
	padding:0;
	text-align:center;
	margin:0 auto;
	color: #625C5A;
	font-size: 22px;
	display:block;
	border-left: 2px solid #C2C2C2;
}

#mm_master .mm_img {
    position: relative;
    top: 7px;
}


/* Hides the "Any" tab for P&P search*/
.form-item-custom-search-types-c-all {
    display: none;
}


/* Desktop Hamburger Helper */
#block-block-7 {
	display: none;
}

.region-hamburger {
	width: 100% !important;
	background-color: #FFF;
	box-shadow: 0 6px 4px rgba(0, 0, 0, 0.5);
    x-moz-box-shadow: 0 8px 3px -2px #222222;
    x-webkit-box-shadow: 0 8px 3px -2px #222222;
}

/* Hamburger Hack */
.region-hamburger .block {
   margin-bottom: 0 !important;
   -webkit-margin-before: 0 !important;
}

.region-hamburger .block-inner {
   margin-right: 0 !important;
   margin-left: 0 !important;
}

#full-header .block,
#full-header.block-inner {
   margin: 0;
}

#full-header figure {
	line-height: 0;
}

.sidemenu .menu {
  margin: 0px 0 0 0px;
  padding: 0;
}

.sidemenu .menu a {
  color: #f1f1f1;
  display: block;
  color: #f1f1f1;
  padding-right: 10px;
  padding: 0.75em;
}

.sidemenu_proj .menu a {
  padding-left: 1em;
  font-size: 1.2em;
  letter-spacing: .1em;
  color: #FFFFFF;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* TOP AND TITLE */

/*
.sidemenu .block-title a,
.sidemenu .block-title a:hover,
.sidemenu .block-title a:visited,
.sidemenu .block-title a:active,
.sidemenu .block-title a:link {
	color: #FFF;
	background-color: transparent;
}
.sidemenu .block-title a:hover {
	text-shadow: black 0.1em 0.1em 0.2em;
}
*/
.block-title a.block-title-link,
.block-title a.block-title-link:hover,
.block-title a.block-title-link:visited,
.block-title a.block-title-link:active,
.block-title a.block-title-link:link {
	color: #FFF;
	background-color: transparent;
}
.block-title a.block-title-link:hover {
	text-shadow: black 0.1em 0.1em 0.2em;
	text-decoration: none;
}


.region-sidebar-menu .sidemenu a {
	line-height:1.1em;
	padding-top: 5px;
	padding-bottom: 5px;
}

.sidebar .sidemenu .menu-block-wrapper > .menu ul {
	padding-top: 10px !important;
	padding-bottom: 20px !important;
}

.sidebar .sidemenu .menu-block-wrapper > .menu li > a {
	padding-top: 11px;
	padding-bottom: 11px;
}

.sidebar .sidemenu .menu-block-wrapper > .menu > li li > a {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	font-size: 14px !important;
	line-height: 18.5667px;
}

.sidebar .sidemenu .menu-block-wrapper > .menu > li li li > a {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	font-size: 12px !important;
	line-height: 18.5667px;
	width: 100%;
	padding-left: 40px !important;
}


.sidebar .sidemenu .content > .menu-block-wrapper > .menu > li {
	border-bottom: 1px solid #ffffff;
}

/* old settings for menu font styles - altered (see below) per CR's request */
/*
*	.sidemenu .menu a {
*	  padding-left: 1em;
*	  font-size: 1.2em;
*	  letter-spacing: .1em;
*	  color: #FFFFFF;
*	}
*/

.sidemenu .menu a {
    color: #ffffff;
    font-size: 16px !important;
    letter-spacing: 0 !important;
    padding-bottom: 1em !important;
    padding-left: 2em !important;
    padding-top: 1em !important;
}

.sidemenu .menu a {
  padding-left: 1em;
  font-size: 1.2em;
  letter-spacing: .1em;
  color: #FFFFFF;
}

/* 2ND */
.sidemenu .menu .menu a {
  padding-left: 2.1em;
  font-size: 0.9em;
  letter-spacing: .1em;
  color: #FFFFFF;
}

/* 3RD */
.sidemenu .menu .menu .menu a {
  padding-left: 3.2em;
  font-size: 0.8em;
  letter-spacing: .09em;
  color: #FFFFFF;
}

/* 4TH */
.sidemenu .menu .menu .menu .menu a {
  padding-left: 4.3em;
  font-size: 0.77em;
  letter-spacing: .06em;
  color: #FFFFFF;
}


.sidemenu a:hover,
.sidemenu a:active,
.sidemenu a:focus,
.sidemenu a.active {
  text-decoration: none;
  /* deprecated... font-weight: 700; */
  /* deprecated... letter-spacing: .075em; */
  background-color: #434247;
  color: #FFFFFF;
}

.sidemenu .menu li {
  list-style: none;
}

/* To be revisited... 
	Same bat time, same bat channel
.sidemenu .active-trail a {
  color: yellow !important;
}
*/

.sidemenu .block-content {
  color: #f1f1f1;
  display: block;
  border-bottom: 1px solid #ffffff;
  color: #f1f1f1;
  background: #625C5A;
}

.sidemenu .menu, .sidemenu .ol, .sidemenu .ul, .sidemenu .dl {
  margin: 0;
  padding: 0;
}

.sidemenu .block-content ul, .sidemenu .block-content ol {
    padding: 0 !important;
}

li.dhtml-menu-open > a {
    text-decoration: none;
}

/* div-sidebar WORKAROUND */
div.sidebar {
    position: inherit;
}
/*
div.sidebar .block {
    min-width: 110px !important;
}
*/

/* Wow - this was fun... here is some code to fix the AT 3.1 - 3.2 update */
#block-menu-menu-programs li.expanded, li.collapsed, li.leaf {
	padding: 0;
}

/* Folders view */
.view-folders .view-grouping-header {
   background-color: #625C5A !important;
   color: #fff !important;
   font-size: 20px;
   padding: 3px 10px 4px 10px;
}

.view-folders caption {
   color: #222 !important;
   font-size: 18px;
   font-weight: 600;
}

.view-folders dt a {
   font-size: 16px;
   font-weight: 500;
}

/* .node-type-folder h1 {
   display: none;
}*/




/* VETFORM STYLES */

.form-item-student-info-sid {
	display: inline-block;
	width: 50%;
	height: 50px;
	float: left;
}

.form-item-student-info-pin {
	display: inline-block;
	width: 50%;
	height: 50px;
	float: left;
}

.form-item-student-info-year {
	display: inline-block;
	width: 50%;
	height: 50px;
	float: left;
}

.form-item-student-info-sess {
	display: inline-block;
	width: 50%;
	height: 50px;
	float: left;
}

#wrap-enr {
	display: none;
}

#wrap-enr2 {
	display: block;
	font-family: courier, sans;
	font-size: 1em;
}

#prs-info-namef {
	display: inline-block;
	width: 50%;
	height: 80px;
	float: left;
}

#prs-info-namel {
	display: inline-block;
	width: 50%;
	height: 80px;
	float: left;
}

.wrap-siddup {
	display: inline-block;
	width: 50%;
	height: 80px;
	float: left;
}

#prs-info-addr1 {
	display: inline-block;
	width: 50%;
	height: 80px;
	float: left;
}

#prs-info-addr2 {
	display: inline-block;
	width: 50%;
	height: 80px;
	float: left;
}

#prs-info-addrnew {
	display: inline-block;
	width: 50%;
	height: 80px;
	float: left;
}

#prs-info-city {
	display: inline-block;
	width: 50%;
	height: 80px;
	float: left;
}

#prs-info-state {
	display: inline-block;
	width: 50%;
	height: 80px;
	float: left;
}

#prs-info-zip {
	display: inline-block;
	width: 50%;
	height: 80px;
	float: left;
}

#prs-info-phoneh {
	display: inline-block;
	width: 50%;
	height: 80px;
	float: left;
}

#prs-info-phonem {
	display: inline-block;
	width: 50%;
	height: 80px;
	float: left;
}

#prs-info-email {
	display: inline-block;
	width: 50%;
	height: 80px;
	float: left;
}


/* Checkboxes */

.form-item-chk-all-chk1 {
	display: inline-block;
	width: 45%;
	min-height: 20px;
	float: left;
	padding: 10px;
	margin: 0 !important;
}

.form-item-chk-all-chk2 {
	display: inline-block;
	width: 45%;
	min-height: 20px;
	float: left;
	padding: 10px;
	margin: 0 !important;
}

.form-item-chk-all-chk3 {
	display: inline-block;
	width: 45%;
	min-height: 20px;
	float: left;
	padding: 10px;
	margin: 0 !important;
}

.form-item-chk-all-chk4 {
	display: inline-block;
	width: 45%;
	min-height: 20px;
	float: left;
	padding: 10px;
	margin: 0 !important;
}

.form-item-chk-all-chk5 {
	display: inline-block;
	width: 45%;
	min-height: 20px;
	float: left;
	padding: 10px;
	margin: 0 !important;
}

.form-item-chk-all-chk6 {
	display: inline-block;
	width: 45%;
	min-height: 20px;
	float: left;
	padding: 10px;
	margin: 0 !important;
}

#edit-chk-all-7 {
	display: inline-block;
	width: 45%;
	border: 0 none !important;
	margin: 0 !important;
	padding: 0 !important;
	vertical-align: top;
	float: left;
}

.form-item-chk-all-7-chk7 {
	display: block;
	width: 100%;
	min-height: 20px;
	float: left;
	padding: 10px;
	margin: 0 !important;
	vertical-align: top;
}

.form-item-chk-all-7-chk7b {
	display: inline-block;
	width: 100%;
	min-height: 20px;
	float: left;
	padding: 10px;
	margin-top: -15px;
	vertical-align: top;
}

.form-item-chk-all-7-chk7b label {
	font-weight: 400;
	font-size: 1em;
	margin-bottom: 5px;
}

#edit-chk-all-8 {
	display: inline-block;
	width: 50%;
	border: 0 none !important;
	margin: 0 0 0 25px !important;
	padding: 0 !important;
	vertical-align: top;
	float: left;
}

.form-item-chk-all-8-chk8 {
	display: inline-block;
	width: 100%;
	min-height: 20px;
	float: left;
	padding: 0px;
	margin-top: 9px;
	margin-left: 5px;
	vertical-align: top;
}

.form-item-chk-all-8-chk8b {
	display: inline-block;
	width: 100%;
	min-height: 20px;
	float: left;
	padding: 10px;
	margin: -46px 0 0 12px !important;
	vertical-align: top;
}

#edit-chk-all-8-chk8b {
	margin-left: -18px;
}

.form-item-chk-all-8-chk8b .description {
	margin-left: -18px;
}

.form-item-chk-all-8-chk8b label { 
	margin-bottom: 10px;
}

.form-item-chk-all-8-chk8c {
	display: block;
	width: 100%;
	min-height: 20px;
	padding-left: 5px;
	margin-top: -5px;
	float: left;
}

.form-item-chk-all-chk9 {
	display: inline-block;
	width: 45%;
	min-height: 20px;
	float: left;
	padding: 10px;
	margin: 0 !important;
}

.form-item-chk-all-chk10 {
	display: inline-block;
	width: 45%;
	min-height: 20px;
	float: left;
	padding: 10px;
	margin: 0 !important;
}

.form-item-chk-all-chk11 {
	display: inline-block;
	width: 45%;
	min-height: 20px;
	float: left;
	padding: 10px;
	margin: 0 !important;
}

.form-item-val-sig {
	
}

.form-item-val-sigdate {
	
}

/* END VETFORM STYLES */


/* Storage Form CSS */

.field-name-field-enr-hist {
	margin-bottom: 20px;
	white-space: pre;
}

.field-name-field-enr-hist {
	margin-bottom: 20px;
	white-space: pre;
}

.field-name-field-prs-namef {
	display: inline-block;
	width: 30%;
	margin-bottom: 10px;
	height: 21px;
}

.field-name-field-prs-namel {
	display: inline-block;
	width: 30%;
	margin-bottom: 10px;
	height: 21px;
}

.field-name-field-prs-sid {
	display: inline-block;
	width: 30%;
	margin-bottom: 10px;
	height: 21px;
}

.field-name-field_vf_spcr1 {
	display: none;
}

.field-name-field-prs-adr-1 {
	display: inline-block;
	width: 30%;
	margin-bottom: 10px;
	height: 21px;
}

.field-name-field-prs-adr-2 {
	display: inline-block;
	width: 30%;
	margin-bottom: 10px;
	height: 21px;
}

.field-name-field-prs-adrnew {
	display: inline-block;
	width: 30%;
	margin-bottom: 10px;
	height: 21px;
}
.field-name-field_vf_spcr2 {
	display: none;
}

.field-name-field-prs-city {
	display: inline-block;
	width: 30%;
	margin-bottom: 10px;
	height: 21px;
}

.field-name-field-prs-state {
	display: inline-block;
	width: 30%;
	margin-bottom: 10px;
	height: 21px;
}

.field-name-field-prs-zip {
	display: inline-block;
	width: 30%;
	margin-bottom: 10px;
	height: 21px;
}

.field-name-field_vf_spcr3 {
	display: none;
}

.field-name-field-prs-phoneh {
	display: inline-block;
	width: 30%;
	margin-bottom: 10px;
	height: 21px;
}

.field-name-field-prs-phonem {
	display: inline-block;
	width: 30%;
	margin-bottom: 10px;
	height: 21px;
}

.field-name-field-prs-emailt {
	display: inline-block;
	width: 30%;
	margin-bottom: 10px;
	height: 21px;
}

.field-name-field-vf-chk1 {
	display: block;
	width: 90%;
	margin-bottom: 20px;
	height: 21px;
}	

.field-name-field-vf-chk2 {
	display: block;
	width: 90%;
	margin-bottom: 20px;
	height: 21px;
}

.field-name-field-vf-chk3 {
	display: block;
	width: 90%;
	margin-bottom: 20px;
	height: 21px;
}

.field-name-field-vf-chk4 {
	display: block;
	width: 90%;
	margin-bottom: 20px;
	height: 21px;
}

.field-name-field-vf-chk5 {
	display: block;
	width: 90%;
	margin-bottom: 20px;
	height: 21px;
}

.field-name-field-vf-chk6 {
	display: block;
	width: 90%;
	margin-bottom: 20px;
	height: 21px;
}

.field-name-field-vf-chk7 {
	display: block;
	width: 90%;
	margin-bottom: 20px;
	height: 21px;
}

.field-name-field-vf-chk7b {
	display: block;
	width: 90%;
	margin-bottom: 20px;
	height: 21px;
}

.field-name-field-vf-chk8 {
	display: block;
	width: 90%;
	margin-bottom: 20px;
	height: 21px;
}

.field-name-field-vf-chk8b {
	display: block;
	width: 90%;
	margin-bottom: 20px;
	height: 21px;
}

.field-name-field-vf-chk9 {
	display: block;
	width: 90%;
	margin-bottom: 20px;
	height: 21px;
}

.field-name-field-vf-chk10 {
	display: block;
	width: 90%;
	margin-bottom: 20px;
	height: 21px;
}

.field-name-field-vf-chk11 {
	display: block;
	width: 90%;
	margin-bottom: 20px;
	height: 21px;
}

.field-name-field-val-sig {
	display: inline-block;
	width: 30%;
	margin-bottom: 10px;
	height: 21px;
	float: left;
}
.field-name-field-val-sigdate {
	display: inline-block;
	width: 30%;
	margin-bottom: 10px;
	height: 21px;
	float: left;
}

.field-name-field-record-printed-y-n- {
	display: inline-block;
	width: 30%;
	margin-bottom: 10px;
	height: 21px;
	float: left;
}

/* END - Storage Form CSS */

/* HIDE TOP MENU */
#block-menu-menu-programs {
	margin-left: auto;
	margin-right: auto;
	width: 1080px;
}
/* END HIDE TOP MENU */

/* PDF Icon / text link */
.print-pdf {
  position: absolute;
  margin-top: 10px;
  margin-left: -15px;
}

/* Drag & Drop File Field box */
.droppable {
	width: 98.5%;
	border: 3px dashed #cccccc;
	border-radius: 30px;
}
.droppable-message {
	height: 130px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: url("../images/cloud3.svg") no-repeat 60% 15px transparent;
	font-size: 1em;
	line-height: 3em;
	text-align: left;
	padding-left: 20%;
}

.droppable-standard-upload {
	line-height: 2em;
}

.droppable-browse-button {
	padding-left: 5px;
	padding-right: 5px;
}


/* New (Header) USER MENU */

#block-superfish-4 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#block-superfish-4 a, #block-superfish-4 a:hover, #block-superfish-4 a:active, #block-superfish-4 a:focus {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px !important;
}

/* Menu Bar NAV */

#menu-bar.nav {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#menu-bar {
	margin-right: 10px;
	margin-left: 10px;
}

#menu-bar nav {
	margin-left: 0;
	margin-right: 0;
}


/* Menu Bar BLOCK (for Prosp. Student Form) */

#menu-bar .block {
	margin-left: 0;
	margin-right: 0;
}

#psf_welcome_hdr {
	background: none 0 0 #003ca1;
	color: #FFFFFF;
	padding: 10px;
	font-size: 2em;
	font-style: italic;
}

#psf_welcome_body {
	background: none 0 0 #FFFFFF;
	color: #222222;
	padding: 10px;
	font-size: 1.2em;
}

#prospective-student-form-node-form {
	/* width: 320px; */
	width: 100%;
	margin: 0 auto;
}

#prospective-student-form-node-form .form-type-textfield, #prospective-student-form-node-form .field-type-list-boolean-form, #prospective-student-form-node-form .form-type-select {
	position: relative;
	width: 250px;
	display: inline;
	float: left;
}

#prospective-student-form-node-form div.vertical-tabs {
	display: inline-block;
	width: 80%;
}


/*jQuery Cleanup */

.howto {
	display: block;
	width: 95%;
}

.howto-hdr {
	
}


.flag-wrapper {
	margin-top: 10px;
	display: block;
	float: right;
	width: 200px;
	margin-right: 10px;
}

.flag-wrapper a {
	float: right;
}

.flag-throbber {
	margin-left: 10px;
	margin-right: 10px;
}

.flag-message {
    float: right;
    height: 38px;
    margin-top: -16px;
    position: relative;
    text-align: right;
    width: 200px;
}


/* Leaderboard Styling (for tabs at top right) */
/* Leaderboard Region Settings */
.region-leaderboard {
    position: absolute;
	float: right;
	top: 0;
	right: 0;
	display: inline-block;
}

.region-leaderboard ul {
	margin: 0;
	padding: 0;
	line-height: 1.0em;
}

.region-leaderboard ul li {
	display: inline;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	margin: 0 2px;
	padding: 0 4px;
	font-weight: 100;
	border: 1px solid #888;
	border-top: none;
	background-color: #BBB;
	list-style: none;
}

.region-leaderboard ul li a {
	color:#006;
}

.region-leaderboard ul.contextual-links li {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;	
	border: none;
	background-color: transparent;
	display: block;
}

.view-current-it-projects caption {
	font-size: 1.2em;
	font-weight: 600;
}

.view-current-it-projects td {
	width: 50%;
}

.region-topsearch {
	position: relative;
	float: right;
	display: inline-block;
	top: 20px;
}

a.ts_ribbon_one {
        font-size: 14px;
	color: 	#003da2;
	display: inline-block;
	float: right;
	padding-left: 15px;
	text-decoration: none;
}

a.ts_ribbon_two {
        font-size: 14px;
	color: 	#009744;
	display: inline-block;
	float: right;
	padding-left: 15px;
	text-decoration: none;
}

a.ts_ribbon_three {
        font-size: 14px;
	color: 	#0072CF;
	display: inline-block;
	float: right;
	padding-left: 15px;
	text-decoration: none;
}

a.ts_ribbon_four {
        font-size: 14px;
	color: 	#54575A;
	display: inline-block;
	float: right;
	padding-left: 15px;
	text-decoration: underline;
}



a.ribbon_one {
    font-size: 15px;
	color: 	#009744;
	display: inline-block;
	float: left;
}

a.ribbon_two {
    font-size: 15px;
	color: 	#003DA2;
	display: inline-block;
	float: right;
}

#topbox {
	width: 480px;
}

#dlinks:after {
	clear: both;
	content:'';
	display: block;
}

/* Side Menu magic */
.section-nav-click {
    border: 2px solid #A2C5FF;
    display: none;
    font-size: 17px;
    padding: 2px;
    text-align: center;
    width:100%;
    color: #003DA2;
    font-family: proxima-nova,Arial,Helvetica,sans-serif;
    cursor: pointer;
}

.section-nav-click i.section-menu-icon {
	background: url("/theme/menu_icon.png") repeat scroll 0 0 / 20px 20px rgba(0, 0, 0, 0);
    	display: inline-block;
    	height: 17px;
    	margin-right: 8px;
    	position: relative;
    	top: 1px;
    	width: 19px;
}

/* Side Menu Jquery wrapper */

@media (min-width: 481px) {
	.section-nav-hide {
		display: block !important;
	}
}
.section-nav-hide .region {
	width:100%;
}
.section-nav-hide .block-menu-block div.block-inner {
	margin: 0;
}
.region.sidebar .block-inner {
	margin-left:0;
	margin-right:0;
}

.aos_header a:link, .aos_header a:hover, .aos_header a:visited, .aos_header a:active {
	color: #fff;
}

.aos_body a:link, .aos_body a:hover, .aos_body a:visited, .aos_body a:active {
	color: #fff;
}


/* Need to move after rollout */

.ts_searchbox {
    border-collapse: separate;
    box-sizing: border-box;
    color: #625c5a;
    display: table;
    font-family: proxima-nova,Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 1.42857;
    margin-top: 26px;
    position: relative;
    text-align: center;
    width: 333px;
    float: right;
}

.ts_searchinput {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-collapse: separate;
    border-radius: 0 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-sizing: border-box;
    color: #625c5a;
    display: table-cell;
    float: left;
    font-family: inherit;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    margin: 0;
    padding: 5px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}


.ts_searchbuttongroup {
    border-collapse: separate;
    box-sizing: border-box;
    color: #625c5a;
    display: table-cell;
    font-family: ,Arial,sans-serif;
    font-size: 0;
    line-height: 1.42857;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 38px;
}


.ts_searchbutton {
    -moz-user-select: none;
    background-color: #003da2;
    background-image: none;
    border: 1px solid transparent;
    border-collapse: separate;
    border-radius: 0 !important;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: proxima-nova,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 30px;
    line-height: 1.5;
    margin: 0 0 0 -1px;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
    white-space: nowrap;
}

#block-block-2,
#aos_one,
#aos_two,
#aos_three {
	box-sizing: border-box;
}

a.tabledrag-handle .handle {
    background: url("/misc/draggable.png") no-repeat scroll 6px 9px rgba(0, 0, 0, 0);
    height: 13px;
    margin: -0.4em 0.5em;
    padding: 1.42em 1.5em;
    width: 13px;
}

.page-node-add-prospective-student-form #page-title {
	display: none;
}

.page-node-add-prospective-student-form #edit-field-faux-title-und-0-value {
	display: none;
}

.form-item-field-faux-title-und-0-value {
	font-size: 2em;
}


/* Prospective Student Form */


.page-node-add-prospective-student-form .text-full, .page-node-add-prospective-student-form .form-text {
	border: 1px solid #999999;
	border-radius: 5px;
	box-shadow: 0px 3px 5px #CCCCCC;
	line-height: 2em;
	padding: 0px 10px;
	color: #777777;
}

.page-node-add-prospective-student-form label {
	color: #555555;
	font-size: 0.9em;
	font-weight: 100;
}

.page-node-add-prospective-student-form .field-type-text-long-form {
	position: relative;
	width: 100%;
	display: inline-block;
}

#psf_welcome_hdr {
	
}

psf_welcome_body {
	
}

#adm_page_header {
	height: 10px;
}

#adm_page_one {
	background: #bb4227;
	height: 330px;
	border-radius: 5px;
	color: #FFFFFF;
}

#adm_page_two {
	background: #43ad2a;
	height: 330px;
	border-radius: 5px;
	color: #FFFFFF;
}

#adm_page_three {
	background: #003ca1;
	height: 330px;
	border-radius: 5px;
	color: #FFFFFF;
}

/* Desktop View --> Add/Drop Form (to be transferred) */

.civi_33l {
	display: inline-block;
	width: 33%;
	height: 20px;
}


.civi_33 {
	display: inline-block;
	width: 33%;
	height: 20px;
}

.civi_15 {
	display: inline-block;
	width: 15%;
}

.civi_10 {
	display: inline-block;
	width: 9%;
}

.civi_10f {
	display: inline-block;
	width: 9%;
}

.civi_10f .form-type-radio {
	display: inline;
	padding-right: 4px;
}

.civi_50 {
	display: inline-block;
	width: 42%;
}

.civi_50l {
	display: inline-block;
	width: 42%;
}

.civi_20 {
	display: inline-block;
	width: 18%;
}

.civi_20f {
	display: inline-block;
	width: 18%;
}

.civi_20f .form-type-radio {
	display: inline;
	padding-right: 4px;
}

.civi_ad_zipwrap {
	display: inline-block;
	width: 10%;
}

.civi_ad_ctrywrap {
	display: inline-block;
	width: 23%;
	margin-right: -4px
}

.civi_ad_fname {

}

.civi_ad_lname {

}

.civi_ad_mname {

}

.civi_ad_sid {

}

.civi_ad_ssn {

}

/* !!! vvv Need to use civi,d7-generated sub-selectors vvv !!! */
.civi_ad_birthdate {

}
/* !!! ^^^ Need to use civi,d7-generated sub-selectors ^^^ !!! */

.civi_ad_email {

}

.civi_ad_phn1 {

}

.civi_ad_phn2 {

}

.civi_ad_add1 {

}

.civi_ad_add2 {

}

.civi_ad_city {

}

.civi_ad_state {

}

.civi_ad_zip {

}

.civi_ad_country {

}

.civi_ad_rs {

}

.civi_ad_qtr {

}

.civi_ad_yr {

}

.civi_ad_purpose {

}

.civi_ad_edugoal {

}

.civi_ad_length {

}

.civi_ad_wstat {

}

.civi_ad_edulvl {

}

.civi_ad_fstat {

}


/* Mockup CCE */

.page-node-1497 #page-title {
	display: none;
}

#cce_page {
	width: 100%
}

#cce_titlebar {
	padding: 0 5px;
}

#cce_title {
    display: block;
    font-size: 1.62em;
    font-weight: 600;
    margin-top: 10px;
    position: relative;
    vertical-align: top;
}

#cce_buttontainer {
    display: block;
    float: left;
    position: relative;
    width: 50%;
}

#cce_search_container {
    	float: left;
    	position: relative;
   	width: 50%;
}

#cce_search_label {
	font-weight: 600;
	color: #333333;
	letter-spacing: .05em;
}

#cce_search_boxtainer {
	height: 30px;
}

#cce_search_box {
	border: 1px solid black;
	height: 30px;
	float: left;
	position: relative;
	width: 80%;
	color: #AAAAAA;
	text-align: center;
	padding: .2em 0 0 0;
}

#cce_search_button {
	background-color: #003da2;
	color: #ffffff;
	float: right;
	font-size: 0.85em;
	height: 30px;
	padding: 0.5em .5em 0;
	position: relative;
	text-align: center;
	width: 20%;
}

#backto_container {
    float: left;
    position: relative;
   	width: 50%;
	height: 54px;
}

#backto_button {
	margin-top: 2px;
}

#applynow_button {
	
}

#backto_button a,
.red_button a {
    background-color: #bb4227;
    border-radius: 5px;
    box-shadow: 0 2px 3px #222;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 500;
    height: 30px;
    letter-spacing: 0.05em;
    margin: 0px 17px;
    padding: 5px 10px 6px;
    text-align: center;
}

#backto_button a:hover,
.red_button a:hover {
    background-color: #CC0000;
    border-radius: 5px;
    box-shadow: 0 2px 3px #222;
    color: #dddddd;
    font-size: 1.1em;
    font-weight: 500;
    height: 30px;
    letter-spacing: 0.05em;
    margin: 0px 17px 0;
    padding: 5px 10px 6px;
    text-align: center;
    text-decoration: none;
}

#welcometxt {
	font-size: 1em;
	padding: 0 10px;
	display: inline-block;
	position: relative;
}


#hb_panel {
	border: 1px solid #009744;
    float: left;
    height: auto;
    margin: 1%;
    width: 48%;
}

#hbpan_title {
	text-align: center;
	font-size: 1.05em;
	font-weight: 600;
	height: 51px;
	color: #FFFFFF;
	background: none 0 0 #009744;
	padding: 12px;
}
#hbpan_img {
	height: auto;
	margin-bottom: -5px;
}
#hbpan_jump {
	text-align: left;
	font-size: 1.1em;
	font-weight: 300;
	color: #FFFFFF;
	background: none 0 0 #009744;
	padding: 1em;
}


#ce_panel {
	border: 1px solid #003ca1;
    float: left;
    height: auto;
    margin: 1%;
    width: 48%;
}

#cepan_title {
	text-align: center;
	font-size: 1.05em;
	font-weight: 600;
	height: 51px;
	color: #FFFFFF;
	background-color: #003ca1;
	padding: 12px;
}
#cepan_img {
	height: auto;
	margin-bottom: -5px;
}
#cepan_jump {
	text-align: left;
	font-size: 1.1em;
	font-weight: 300;
	color: #FFFFFF;
	background: none 0 0 #003ca1;
	padding: 1em;
}

#third_panel {
	width: 243px;
	height: auto;
	float: left;
	margin: 1%;
	border: 1px solid #222;
}

#third_title {
	text-align: center;
	font-size: 1.05em;
	font-weight: 600;
	height: 51px;
	color: #FFFFFF;
	background-color: #222;
	padding: 2px 5px;
}
#third_img {
	height: auto;
	margin-bottom: -5px;
}
#third_jump {
	text-align: left;
	font-size: 1.1em;
	font-weight: 300;
	color: #FFFFFF;
	background: none 0 0 #222;
	padding: 1em 0;
}



.hb_jump {
    margin: 0 0 0 33px;
    padding: 0 20px 0 0;
    text-align: left;
}
.hb_jumpitm {
	color: #FFFFFF;
}
.ce_jump {
    margin: 0 0 0 33px;
    padding: 0 20px 0 0;
    text-align: left;
}
.ce_jumpitm {
	color: #FFFFFF;
}
.third_jump {
    margin: 0 0 0 33px;
    padding: 0 20px 0 0;
    text-align: left;
}
.third_jumpitm {
	color: #FFFFFF;
}

/* Apply Block styles */
.field-name-field-interest-applyblock {
    border: 1px solid #999999;
    border-radius: 5px;
    display: inline-block;
    float: right;
    height: 342px;
    line-height: 2em;
    overflow: hidden;
    padding: 20px;
}

.field-name-field-interest-applyblock .node-title {
	display: none;
}

.field-name-field-interest-applyblock .field {
	display: block;
	float: left;
	width: 100%;
	line-height: 2em;
}

.node-apply-block .field-name-field-apply-apply {
	background-color: #BB4227;
	border-radius: 5px;
	padding: 5px 10px;
}

.node-apply-block .field-name-field-apply-apply:hover {
	background-color: #222;
}

.node-apply-block .field {
	padding: 5px 10px;
	font-size: 1.2em;
}

.node-apply-block .field-type-link-field {
	/* font-weight: bold; //Deprecated - only for mockup */
	/* letter-spacing: .3px; */
}

.node-apply-block .field a {
	color: #BB4227;
}

.node-apply-block .field a:hover {
	color: #222;
	text-decoration: none;
}

.node-apply-block .field-name-field-apply-apply a {
	color: #FFFFFF !important;
}

/* Interest Node Styles */

.node-interest .field-name-field-interest-image {
	display: inline-block;
	width: 100%;
	float: left;
	height: 346px;
	overflow: hidden;
}

.node-interest .field-name-body {
	font-size: 1em;
}

.node-type-interest #page-title {
	display: none;
}

.node-type-interest .field-name-title {
	font-size: 1.5em;
	font-weight: bold;
}

.node-type-interest .group-right {
	width: 33%;
}

.node-type-interest .group-left {
	width: 66%;
}

.node-type-interest .callout-font {
	line-height: 1.2em;
}

/* Interest Master view */
.page-areas-of-interest .field-name-field-interest-thumbnail {
	display: block;
	float: left;
	padding-right: 20px;
}

.page-areas-of-interest .field-name-title {
	display: block;
	margin-top: -20px !important;
	color: #777;
}

.page-areas-of-interest .field-name-field-interest-desc {
	margin-bottom: 10px;
}

.page-areas-of-interest .field-name-field-interest-learnmore a {
	background: none repeat scroll 0 0 #bb4227;
    border: 1px solid #93321e;
    border-radius: 3px;
    color: white;
    font-family: proxima-nova,Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    padding: 7px 14px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px #96351f;
    display: inline-block;
}

.page-areas-of-interest .field-name-field-interest-learnmore a:hover {
	background: none repeat scroll 0 0 #ea4600;
    color: white;
}

.page-areas-of-interest .views-row {
	border-top: 1px solid #777;
	padding-top: 10px;
}

.page-areas-of-interest .basic1, .page-areas-of-interest .basic2, .page-areas-of-interest .interestvid {
	font-size: 1.2em;
	color: #222;
}

.page-areas-of-interest .basic1:hover, .page-areas-of-interest .basic2:hover, .page-areas-of-interest .interestvid:hover {
	text-decoration: none;
	color: #777;
}

.page-areas-of-interest .group-right {
	padding-left: 42px;
}


/* Answer Center Styles */
.view-bk-browse caption {
	font-size: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	color: #333;
	letter-spacing: .05em;
}



/* MISC STUFF / SLIDESHOW */

/* Slideshow Styles (NEW --> DELETE DEPRECATED) */
.view-slideshow-view-large .views-field-field-slide-textarea {
	color: #ffffff !important;
    /* margin-top: -26%; */
    /*padding: 26px 60px 47px;*/
    text-decoration: none;
    background-color: rgba(0, 61, 162, 0.7);
    border-radius: 0 30px 30px 0;
    /* font-size: 48px; //Move to sub-div style */
    /* font-weight: 400; //Move to sub-div style */
    height: 85px;
    line-height: 1.1em;
    margin-top: -16%;
    padding: 10px 6px;
    position: absolute;
    width: auto;
}

.view-slideshow-view-large .field-name-field-slide-text-l {
	xfont-size: 48px;
	font-size:3em;
    margin-left: 40px;
    margin-top: 19px;
    padding-right: 20px;
}

.view-slideshow-view-large .field-name-field-slide-subtext-l {
	xfont-size: 20px;
	font-size:1.5em;
    margin-left: 20px;
    margin-top: 31px;
    padding: 0 20px;
}


/* Slideshow - Home Page vertical alignment hack */
#block-views-slideshow-view-large-block.block {
	margin-bottom: 0;
}

#views_slideshow_controls_text_previous_slideshow_view_large-block a,
#views_slideshow_controls_text_previous_slideshow_view_large-block a:hover,
#views_slideshow_controls_text_previous_slideshow_view_large-block a:active {
	background-image: url("/theme/icons/slideshow/ssbtn_left.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 29px auto;
    color: transparent;
    padding: 20px;
    text-decoration: none;
    font-size: 0px;
}

#views_slideshow_controls_text_next_slideshow_view_large-block a,
#views_slideshow_controls_text_next_slideshow_view_large-block a:hover,
#views_slideshow_controls_text_next_slideshow_view_large-block a:active {
	background-image: url("/theme/icons/slideshow/ssbtn_right.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 29px auto;
    color: transparent;
    padding: 20px;
    text-decoration: none;
    font-size: 0px;
}

.views-slideshow-controls-text-status-play a {
	background-image: url("/theme/icons/slideshow/ssbtn_pause.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 29px auto;
    color: transparent;
    padding: 20px;
    text-decoration: none;
    font-size: 0px;
}

.views-slideshow-controls-text-status-pause a {
	background-image: url("/theme/icons/slideshow/ssbtn_resume.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 29px auto;
    color: transparent;
    padding: 20px;
    text-decoration: none;
    font-size: 0px;
}

@media screen and (min-width:1080px) {
	#views_slideshow_controls_text_slideshow_view_large-block {
		margin-left: 930px;
	    margin-top: 300px;
	    position: absolute;
	    width: 128px;
	    z-index: 101;
	}
}

@media screen and (max-width:1070px) {
	#views_slideshow_controls_text_slideshow_view_large-block {
		float: right;
		z-index: 101;
		top: -42px;
		position: relative;	
	}
	#views_slideshow_controls_text_slideshow_view_large-block::after {
		clear:both;
	}
}


/* Buttonizer Styles */

#buttonizer_id {
	background-color: #FFFFFF !important;
}

.linkbutton {
	border: 0 none;
	font-family: arial;
}

.linkbutton {
	border: 0 none;
	font-family: arial;
}

.redbutton {
	display: inline-block;
	margin-top: 20px;
}

/*Hack for mockup - REMOVE when done */
.page-node-3121 .redbutton {
	display: block;
    float: right;
    margin-right: 20px;
    margin-top: 188px;
}

.redbutton a {
	background: none repeat scroll 0 0 #bb4227;
    border: 1px solid #93321e;
    border-radius: 3px;
    color: white;
    font-family: proxima-nova,Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    padding: 7px 14px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px #96351f;
    display: inline-block;
}

.redbutton a:hover {
	background: none repeat scroll 0 0 #ea4600;
}

.node-type-section-getting-started .redbutton a {
	width: 250px;
}

.lgreenbutton a {
	background: none repeat scroll 0 0 #43ad2a;
    border: 1px solid #238d0a;
    border-radius: 3px;
    color: white;
    font-family: proxima-nova,Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    padding: 7px 14px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px #218b08;
    display: inline-block;
}

.lgreenbutton a:hover {
	background: none repeat scroll 0 0 #63cd1a;
}

.dgreenbutton a {
	background: none repeat scroll 0 0 #009744;
    border: 1px solid #007522;
    border-radius: 3px;
    color: white;
    font-family: proxima-nova,Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    padding: 7px 14px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px #007724;
    display: inline-block;
}

.dgreenbutton a:hover {
	background: none repeat scroll 0 0 #22b926;
}

.bluebutton a {
	background: none repeat scroll 0 0 #003da2;
    border: 1px solid #001b80;
    border-radius: 3px;
    color: white;
    font-family: proxima-nova,Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    padding: 7px 14px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px #001d82;
    display: inline-block;
}

.bluebutton a:hover {
	background: none repeat scroll 0 0 #205ce4;
}

.graybutton a {
	background: none repeat scroll 0 0 #625c5a;
    border: 1px solid #403a38;
    border-radius: 3px;
    color: white;
    font-family: proxima-nova,Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    padding: 7px 14px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px #423c3a;
    display: inline-block;
}

.graybutton a:hover {
	background: none repeat scroll 0 0 #827c7a;
}


/* NEW APPLY NOW BUTTON STYLES */
/* Cirlce Button */
.round-button {
	width:42%;
	margin: 0 auto;
}
.round-button-circle {
    background: none repeat scroll 0 0 #bb4227;
    border: 6px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 3px gray;
    height: 90px;
    overflow: hidden;
    padding-bottom: 100%;
    width: 90px;
}
.round-button-circle:hover {
	background:#ea4600;
}
.round-button a {
    color: #ffffff;
    display: block;
    float: left;
    font-family: Verdana;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 0.7em;
    margin-top: -1.1em;
    padding-bottom: 50%;
    padding-top: 50%;
    text-align: center;
    text-decoration: none;
    width: 100%;
    text-shadow: 1px 1px #96351f;
    font-family: proxima-nova,Arial,Helvetica,sans-serif;
}


/* Pill button */
/* generic settings */

.rounded {
    font-family: Helvetica, Tahoma, Geneva, sans-serif;
    text-decoration:none;
    border-radius: 30px 30px 30px 30px;
    font-weight: bold;
    display:inline-block;
}

/* rounded button sizes */

.big {
    font-size:18px;
    line-height:1.8em;
    padding:10px 20px;
}
.medium {
    font-size:13px;
    line-height:1.62em;
    padding:8px 16px;
}
.small {
    font-size:11px;
    line-height:1.46em;
    padding:5px 10px;
}

/* button status */

.button:link, .button:visited {
    -webkit-transition: All 0.5s ease 0s;
    -moz-transition: All 0.5s ease 0s;
    -o-transition: All 0.5s ease 0s;
    -ms-transition: All 0.5s ease 0s;
    transition: All 0.5s ease 0s;
    
    text-shadow: 0 -1px 1px rgba(37, 56, 7, 0.6);
    
    color: #E2ECCD;
    
    border-bottom: 1px solid #617C1B;
    border-left: 1px solid #c0da83;
    border-right: 1px solid #617C1B;
    border-top: 1px solid #c0da83;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
    /* background */

    background: #c5de89; /* Old browsers */
    background: -moz-linear-gradient(top, #c5de89 0%, #9cc350 50%, #466a0e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c5de89), color-stop(50%, #9cc350), color-stop(100%, #466a0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c5de89 0%, #9cc350 50%, #466a0e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c5de89 0%, #9cc350 50%, #466a0e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c5de89 0%, #9cc350 50%, #466a0e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c5de89 0%, #9cc350 50%, #466a0e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5de89', endColorstr='#466a0e', GradientType=0 ); /* IE6-9 */
    
    -webkit-background-size: 100% 120%;
    -moz-background-size: 100% 120%;
    background-size: 100% 120%;
    background-position: 0 100%;
}
.button:hover {
    color:#F6F9F1;
    
    -webkit-background-size: 100% 120%;
    -moz-background-size: 100% 120%;
    background-size: 100% 120%;
    background-position: 0 0;
    text-decoration: none;
}
.button:active {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    
    text-shadow: 0 -1px 1px rgba(255, 255, 255, 1);
    
    color: #557B10;
    
    background: #466a0e; /* Old browsers */
    background: -moz-linear-gradient(top, #466a0e 0%, #9cc350 50%, #c5de89 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #466a0e), color-stop(50%, #9cc350), color-stop(100%, #c5de89)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #466a0e 0%, #9cc350 50%, #c5de89 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #466a0e 0%, #9cc350 50%, #c5de89 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #466a0e 0%, #9cc350 50%, #c5de89 100%); /* IE10+ */
    background: linear-gradient(to bottom, #466a0e 0%, #9cc350 50%, #c5de89 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#466a0e', endColorstr='#c5de89', GradientType=0 ); /* IE6-9 */
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: 0 0;
}

/* Pill with border */

@mixin letterpress-dark ($alpha: 0.5) {
    text-shadow: 0 1px rgba(255, 255, 255, $alpha);
}

@mixin letterpress-light ($alpha: 0.25) {
    text-shadow: 0 -1px rgba(0, 0, 0, $alpha);
}

%button {        
    // Grayscale gradient
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.0%22%3E%3Cdefs%3E%3ClinearGradient%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%20id%3D%22g%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22rgb%28255%2C255%2C255%29%22%20stop-opacity%3D%220.1%22/%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22rgb%280%2C0%2C0%29%22%20stop-opacity%3D%220.1%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20fill%3D%22url%28%23g%29%22%20width%3D%22100%25%22%20height%3D%22100%25%22/%3E%3C/svg%3E");
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
    
    // Extend gradient to the outer edge of the border
    background-origin: border-box;
    
    // RGBa border
    border: 1px solid rgba(0, 0, 0, 0.1);
    
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.1) inset;
    border-radius: 0.25em;
    cursor: pointer;
    display: inline-block;
    font-size: 87.5%;
    line-height: 1.5;
    margin: 0.5em 0.5em 0 0;
    padding: 0.25em 1em;
    text-align: center;
    white-space: nowrap;
    
    &:hover,
    &:focus {
        background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.0%22%3E%3Cdefs%3E%3ClinearGradient%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%20id%3D%22g%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22rgb%28128%2C128%2C128%29%22%20stop-opacity%3D%220.1%22/%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22rgb%280%2C0%2C0%29%22%20stop-opacity%3D%220.1%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20fill%3D%22url%28%23g%29%22%20width%3D%22100%25%22%20height%3D%22100%25%22/%3E%3C/svg%3E");
        background-image: -webkit-linear-gradient(rgba(128, 128, 128, 0.1), rgba(0, 0, 0, 0.1));
        background-image: linear-gradient(rgba(128, 128, 128, 0.1), rgba(0, 0, 0, 0.1));
    }
    &:active {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    }
}

.pill {
	@extend %button;
    @include letterpress-light();
    background-color: rgba(0, 0, 144, 0.5);
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.0%22%3E%3Cdefs%3E%3ClinearGradient%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%20id%3D%22g%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22rgb%28255%2C255%2C255%29%22%20stop-opacity%3D%220.1%22/%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22rgb%280%2C0%2C0%29%22%20stop-opacity%3D%220.1%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20fill%3D%22url%28%23g%29%22%20width%3D%22100%25%22%20height%3D%22100%25%22/%3E%3C/svg%3E");
    border: 5px solid #112255;
    border-radius: 99em;
    color: white;
    font-size: 1.7em;
    padding: 5px 20px;
}

.mct1 {
	width: 100%;
	display: inline-block;
	margin-bottom: -18px;
	position: relative;
	padding-right: 1%;
	vertical-align: top;
	line-height: 1em;
}

.mct1 h3 {
	line-height: .5em;
}

.mct2 {
	width: 49%;
	display: inline-block;
	margin-bottom: -18px;
	position: relative;
	padding-right: 1%;
	vertical-align: top;
	float: left;
	font-size: 50%;
	margin-top: 20px;
}

.mct3 {
	width: 33%;
	display: inline-block;
	margin-bottom: -18px;
	position: relative;
	padding-right: 1%;
	vertical-align: top;
}

.mct1_col1 {
	width: 100%;
	border: 1px solid #6f7378;
	border-radius: 3px 3px 0 0;
}

.mct1_col2 {
	width: 100%;
	border: 1px solid #6f7378;
	border-radius: 3px 3px 0 0;
}

.mct1_col3 {
	width: 100%;
	border: 1px solid #6f7378;
	border-radius: 3px 3px 0 0;
}

.redblock {
    color: white;
    display: block;
    font-family: proxima-nova,Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 1.42857;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px #96351f;
	font-weight: strong;
	text-decoration: none;
    padding: 10px 20px;
    border-radius: 1px 1px 0 0;
	background-color: #D64123;
}

.lgreenblock {
    color: white;
    display: block;
    font-family: proxima-nova,Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 1.42857;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px #1eb53a;
	font-weight: strong;
	text-decoration: none;
    padding: 10px 20px;
    border-radius: 1px 1px 0 0;
	background-color: #00AA00;
}

.dgreenblock {
    color: white;
    display: block;
    font-family: proxima-nova,Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 1.42857;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px #96351f;
	font-weight: strong;
	text-decoration: none;
    padding: 10px 20px;
    border-radius: 1px 1px 0 0;
	background-color: #009e60;
}

.blueblock {
    color: white;
    display: block;
    font-family: proxima-nova,Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 1.42857;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px #96351f;
	font-weight: strong;
	text-decoration: none;
    padding: 10px 20px;
    border-radius: 1px 1px 0 0;
	background-color: #0051ba;
}

.lblueblock {
    color: white;
    display: block;
    font-family: proxima-nova,Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 1.42857;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px #96351f;
	font-weight: strong;
	text-decoration: none;
    padding: 10px 20px;
    border-radius: 1px 1px 0 0;
	background-color: #0072CF;
}


.grayblock {
    color: white;
    display: block;
    font-family: proxima-nova,Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 1.42857;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px #96351f;
	font-weight: strong;
	text-decoration: none;
    padding: 10px 20px;
    border-radius: 1px 1px 0 0;
	background-color: #54575a;
}

.node-type-interest #block-system-main {
	margin-top: 10px;
	margin-right: 20px;
}

.node-type-interest .field-name-title {
	position: relative;
	display: inline-block;
}

/* Tab Test below */
#block-quicktabs-overview {
	padding: 0 10px;
}

.page-node-3128 h2 {
	margin: 0;
}

/* areas of interest style refinements - move to appropriate location when done */
.page-areas-of-interest h2 {
    font-size: 1.5em;
    margin: 11px 0 3px 0;
}

.acc-head {
	display:block;
}
