/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

/*
                            |' \ 
         _                  ; : ; 
        / `-.              /: : | 
       |  ,-.`-.          ,': : | 
       \  :  `. `.       ,'-. : | 
        \ ;    ;  `-.__,'    `-.| 
         \ ;   ;  :::  ,::'`:.  `. 
          \ `-. :  `    :.    `.  \    "Unordered and Messy CSS is the enemy, stay vigilant." 
           \   \    ,   ;   ,:    (\                              -Abraham Lincoln
            \   :., :.    ,'o)): ` `-. 
           ,/,' ;' ,::"'`.`---'   `.  `-._ 
         ,/  :  ; '"      `;'          ,--`. 
        ;/   :; ;             ,:'     (   ,:) 
          ,.,:.    ; ,:.,  ,-._ `.     \""'/ 
          '::'     `:'`  ,'(  \`._____.-'"' 
             ;,   ;  `.  `. `._`-.  \\ 
             ;:.  ;:       `-._`-.\  \`. 
              '`:. :        |' `. `\  ) \ 
                 ` ;:       |    `--\__,' 
                   '`      ,' 
                        ,-' 

## INDEX ## 
1 |  UA Web Branding Banner
2 |  Front page styles
3 |  Global Font & Link Styles
4 |  Page, body and elements
5 |  Wrappers (Omega)
	 #5.1# | User
	 #5.2# | Search
	 #5.3# | Branding
	 #5.3# | Menu
	 #5.4# | Header
	 #5.5# | Preface
	 #5.6# | Content
	 #5.7# | Postscript
	 #5.8# | Footer
6 |  Display Suite Classes
7 |  View Styles
8 |  Flex Slider
9 |  Tables
10|  Menu(s)
11|	 FEMA Dashboard (for Zack)


11|  Paleoclimate Tool
12|  Blog Stylin'

*/

/* #1# UA WEB BRANDING BANNER */
Body {
    background: url("https://www.climas.arizona.edu/sites/default/files/styles/adaptive/public/responsive_background/bg_16x12-med.jpg?itok=66zGJf6i") repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}


.photoecredz {
	
	
}

.grid-9 h1.title {
	display: none;
}


#ui-widget-overlay {
	display: none;
}

img.caption.image-adaptive{
	width: 100%
}

.block-event-sidebar .field-type-email {
	max-width: 210px;
	min-width: 50px;
	font-size: 11px;
	overflow: hidden;
}

.field-label {
 	font-family: 'Arimo',helvetica,sans-serif;
 	font-size: 14px;
 	color: #595150;
}

.search-info {	
	display: none !important;
}

#zone-user-wrapper {	
	margin-top: 0px;
}

#ua-web-branding-banner-v1 {
	z-index: 5000 !important;
}

#block-jump-menu-jump-menu-m-main-menu {
	display: block;
	float: right;
	position: relative;
	top: -5px;
}

select {
	
	border: none;
	
}


.twitters-icon {
	float: left;
	padding: 5px;
}

.twitter-title {}
.twitter-body {
	color: #e4711e !important;
}

#node_periodical_full_group_summary .h2 {
		margin-bottom: : 25px;
}

#block-views-periodicals-block-1 {
	height: 25px !important;
}

#block-block-10 h4 {	
	color: #FFF !important;
	margin-bottom: 0px !important;
	font-size: 14px !important;
	font-weight: bold;
}

#block-block-10 p {
	font-size: 13px !important;
}

#block-ds-extras-publication-top-block a {	
	color: #FFF !important;
}

#simplepinmap-items-container a {
	background-color:#e4711e;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-color: #e06d29 !important;
    border: 1px solid #efae82 !important;
	display:inline-block;
	color: #FFF !important;
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	font-weight:normal;
	padding:6px 10px;
	text-decoration:none !important;
	min-width: 80px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

#simplepinmap-items-container a:hover {
	background-color: #94a44a !important;
    border: 1px solid #c3cc9a !important;
	color: #FFF !important;
}

.dynamic-research-block p {
	color: #5a5150;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;	
}


a:link .readmore {
	color: #FFF !important;
}

.indicates-required {
	display: none;
}

.asterisk {
	display: none;
}

#admin-menu-wrapper a {
	color: #FFF !important;	
}

#admin-menu-wrapper ul.dropdown:link {
	color: #FFF !important;
}

#admin-menu-menu a:link {
	color: #FFF !important;
}

a:link {
	text-decoration: none !important;
	font-weight: 600 !important;
}

a:hover {}

a:visited {}

.more-link {
	background-color:#e4711e;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #e68f50;
	display:inline-block;
	color: #FFF !important;
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	font-weight:normal;
	padding:6px 10px;
	text-decoration:none !important;
	min-width: 80px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	float: right;
	border: 1px solid #efae82;
}.more-link:hover {
	background-color:#94a44a;
	border: 1px solid #c3cc9a;
	color: #FFF !important;
}.more-link: {
	position:relative;
	top:1px;
}.more-link a:link {
	color: #FFF !important;
	text-decoration: none !important;
	text-transform: uppercase;
}.more-link a:visited {
	color: #FFF !important;
	text-decoration: none !important;
	
}.more-link:visited {
	color: #FFF !important;
	text-decoration: none !important;
	text-transform: uppercase;	
}

.cv {}

.homepage { 
	padding-top: 10px;	
}

.homepage:after {}

#mc_embed_signup input.button {	 
	color: #FFF;
	background-image: none !important;
	background-color:#e4711e;
}
 
#mc_embed_signup input.button:hover {	 
	color: #FFF;
	background-image: none !important;
	background-color:#e68e53;
}
 
.float-right {	
	float: right;
}

.node-people .field-items {}

.ds-comma {
	clear: both;
	width: 300px;
}

@media print
{
.ds-comma {page-break-after:always;}
}

#region-content .region-inner {
	margin-left: 5px;
	margin-right: 5px;
}

.field-name-field-location-url a:link {	
	font-weight: bold !important;
}

.block-quadrant-view-block {
	position: relative;
	top: 0px; 
}

.jcaption {	
	color: #000;
}

.floatleft {
	clear: both;
	float: left;
	margin: 4px 10px 4px 0;
}

.floatright {
  	clear: both;
  	float: right;
  	margin: 4px 0 4px 10px;
}

#ua-web-branding-banner-v1  {
	z-index: 500 !important;
	position: relative;
	top:0px;
}

.responsive-background-slide {
	z-index: 0;
}

/* #2# FRONT PAGE ONLY STYLES */

.front .title {
	display: none;
}

.front .region-content-inner {
	display: none;
}

/*## #3# GLOBAL FONT AND LINK STYLES ##*/

h1 {}
h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	color: #595150;
	margin-bottom: 0px;
}

h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.0em !important;
	font-weight: 400;
	color: #595150;
	margin-bottom: 0px;
}
h4 {}
h5 {}
h6 {}

p { 
  	font-family: 'Arimo',helvetica,sans-serif;
  	font-size: 14px;
  	color: #595150;
}

a:link {	
	color: #743f0b;
}

a:visited { 
	color: #743f0b !important;
}

a:hover {
  	color: #595150 !important;
}

.datey {
	font-size: 10px;
	color: #a59c9f;
	text-transform: uppercase;
}

/*## #4# PAGE, BODY & PAGE ELEMENTS  ##*/

#responsive-background-image-0 { 	
	width: 100%;
	height: 100%;
	min-height: 1250px;
	z-index: 0;
}

.form-layout-default {
	background-color: #FFF;
}

#media-broswer-pager-wrapper {
	background-color: #FFF; 
	z-index: 999;
}


#page-title {
	color: #ada197;
	font-family: 'Oswald', sans-serif;
	font-size: 3em;
	font-weight: 300;
}


.orange-button {
	background-color:#e4711e;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-color: #e06d29 !important;
    border: 1px solid #efae82 !important;
	display:inline-block;
	color: #FFF !important;
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	font-weight:normal;
	padding:6px 10px;
	text-decoration:none !important;
	min-width: 80px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}.orange-button:hover {
	background-color: #94a44a !important;
    border: 1px solid #c3cc9a !important;
	color: #FFF !important;
}.orange-button: {
	position:relative;
	top:1px;
}

.orange-button a {
	color: #FFF !important;
	text-decoration: none !important;
	text-transform: uppercase;
}

.orange-button a:visited {
	color: #FFF !important;
	text-decoration: none !important;
}

.orange-button:visited {
	color: #FFF !important;
	text-decoration: none !important;
	text-transform: uppercase;
}

/*## #5# WRAPPERS ##*/

/*## #5.1# USER ##*/

#zone-user-wrapper {}

#zone-user {
	background-color: #ebe8e5;
	border-bottom: 2px solid #93a445;
	min-height: 0px;
}

#region-user-first {
	height: 0px;
	width: 500px;
}

#block-block-4 a {
	color: #595150 !important;
}

.mail-text {
	position: relative;
	top: -4px;
	vertical-align: middle;
}

/*## #5.2# SEARCH BAR ##*/
/* UI Consistency */
::-moz-focus-inner {
  	border: 0;
  	padding: 0;
}

input[type="search"]::-webkit-search-decoration {
 	display: none;
}

input,
button,
select,
textarea {
 	margin: 0;
 	vertical-align: middle;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid;
	border-color: #ddd #bbb #999;
	cursor: pointer;
	color: #333;
	font: bold 12px/1.2 Arial, sans-serif;
	outline: 0;
	overflow: visible;
	padding: 3px 10px 4px;
	text-shadow: #fff 0 1px 1px;
	width: auto;
	*padding-top: 2px; /* IE7 */
	*padding-bottom: 0px; /* IE7 */
}

button {
	*padding-top: 1px; /* IE7 */
	*padding-bottom: 1px; /* IE7 */
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  outline: 0;
  padding: 2px 3px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  height: 1.8em;
  *padding-top: 2px; /* IE7 */
  *padding-bottom: 1px; /* IE7 */
  *height: auto; /* IE7 */
}

/* Separate rule for Firefox. Cannot stack with WebKit's. */
input.placeholder_text,
textarea.placeholder_text,
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888;
}

::-webkit-input-placeholder {
  color: #888;
}

button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  -moz-box-shadow: #06f 0 0 7px;
  -webkit-box-shadow: #06f 0 0 7px;
  box-shadow: #06f 0 0 7px;
  z-index: 1; /* For Opera */
}

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select[disabled],
textarea[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #888;
  cursor: default;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

/* Tweaks for Safari + Chrome. */
@media (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-image: url(../images/select-arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  select[size],
  select[multiple] {
    background-image: none;
    padding: 0;
  }
}

textarea {
	min-height: 40px;
	overflow: auto;
	resize: vertical;
	width: 100%;
}

optgroup {
	color: #000;
	font-style: normal;
	font-weight: normal;
}

/* IE6 */
.ie6-button,
* html button {
	border: 1px solid;
	border-color: #ddd #bbb #999;
	cursor: pointer;
	color: #333;
	font: bold 12px/1.2 Arial, sans-serif;
	padding: 2px 10px 0px;
	overflow: visible;
	width: auto;
}

* html button {
	padding-top: 1px;
	padding-bottom: 1px;
}

.ie6-input,
* html textarea,
* html select {
	background: #fff;
	border: 1px solid;
	border-color: #848484 #c1c1c1 #e1e1e1;
	color: #000;
	padding: 2px 3px 1px;
	font-size: 13px;
	font-family: Arial, sans-serif;
	vertical-align: top;
}

* html select {
	margin-top: 1px;
}

.placeholder_text,
.ie6-input-disabled,
.ie6-button-disabled {
	color: #888;
}

.ie6-input-disabled {
	background: #eee;
}

.form-actions input {
	margin-right: 0.5em;
}

.form-actions input:hover {
	background: #FFFFFF;
}

label {
	font-weight: bold;
}

input[type=text] {
    border: none;
    color: #979797;
    height: 28px;
    padding-left:10px;
    width: 191px;
    background-color: #FFF;
    border-radius: none !important;
}

input[type=Edit-submit.form-submit] {
    color: #979797;
    height: 24px;
    width: 103px;
    color: #bbbbbb;
    text-transform:uppercase;
    background-color: #FFF !important;
}

input[type=button], input[type=text] {
    border: 0;
    border-radius:0px !important;
    background-color: #FFF;
}

#region-user-second input[type=button], input[type=text] {
    position: relative;
    border-radius: none !important;
    background-color: #FFF;
    border-left: 1px #c7bfb7 solid;
    border-right: 1px #c7bfb7 solid;
    border-bottom: 1px #c7bfb7 solid;
    border-top: 1px #c7bfb7 solid;
    height: 31px;
    margin-bottom: 0px !important;
    border-radius: 0px !important;
    width: 75%;
}

#block-search-form {	
	height: 30px;
}

#region-user-second {
	float: right;
}

#search-block-form input#edit-submit.form-submit {
	background-color: #FFF !important;
	position: relative;
	z-index: 50;
	border-radius: 0px !important;
	color: #c7bfb7 !important;
	border-color: #FFF !important;
	background-image: none !important;
	top: -25px;
	left: 80px;
}

input#edit-submit--2.form-submit {
	background-color: #c6bdb6;
	background-color: #c6bdb6;
	position: relative;
	z-index: 50;
	border-radius: 0px;
	color: #595150;
	border-color: #FFF;
	background-image: none;
}

/*## #5.3# BRANDING ##*/

#zone-branding-wrapper {}

#zone-branding {
	background-color: #FFF;
}


#logo {
	width: 250px;
}

.region-logo { 
	float: left;
}

.logo-img {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.region-search {
	position: relative;
	top: 40px;
	float: left;
}

/*## #5.4# MENU ##*/

#zone-menu-wrapper {}

.region-menu {}

#zone-menu {
	background-color: #FFF;
	height: 40px;
}

/*## #5.5# HEADER ##*/

#zone-header-wrapper {}
#zone-header {
	background-color: #FFF;
}

#om-leaf-om-u2-583227200-1 {}

#om-menu- {
	display: block;
	float: right;
	position: relative;
	top: -100px;
}

#nice-menu-1 {
	display: none;
}


#region-header-first {
	background-color: #fff;
}

#region-header-second {	}

#region-header-second h2 {
	color: #FFF;
	text-align: center;
	padding-top: 15px;
}

#zone-header {}

/*## #5.6# PREFACE ##*/

#zone-preface-wrapper {}
#zone-preface {
	background-color: #fff;
}

.pre-first {
	background-color: #FFF;
	padding-left: 8px;
	padding-right: 8px;
}

.pre-first  .p {
	font-size: 14px;
	color: #26aa45;
	padding-left: 10px;
}

.pre-second {
	background-color: #FFF;
	padding-left: 8px;
	padding-right: 8px;
}

.pre-third {
	background-color: #FFF;
	padding-left: 8px;
	padding-right: 8px;
}

/*## #5.7# CONTENT ##*/

#zone-content-wrapper {
	background: none;
}

#content {
	background-color: #FFF;
}

#zone-content {
	background-color: #FFF;
}

.sidebar-region .block-inner {
	padding: 20px;
}

.sidebar-region p {
	text-wrap: normal;
	overflow-x: 
}

#region-sidebar-first .block {
	position: relative;
	left: -10px;
	padding: 20px;
  background-color: #c6bdb6;
}

.sidebar-region h2 {
	color: #FFF;
	font-size: 1.5em;
	border-bottom: solid #FFF 1px;
	margin-bottom: 4px;
}
#region-sidebar-first .block h2 {
  color: #fff;
  text-decoration: none;
}
#region-sidebar-first #block-block-14 {
  background-color: #fff;
}

.content-region {}

#zone-content .content {
	padding-bottom: 75px;
}

.region-content-inner {
	background-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
}

.region-content-inner h1 {
	color: #ada197;
	font-family: 'Oswald', sans-serif;
	font-size: 3em;
	font-weight: 300;
}

/*## #5.8# POSTSCRIPT MAIN ##*/

#zone-postscript-wrapper {}
#zone-postscript {
	background-color: #595150;
}

#zone-postscript a:link {	
	text-decoration: none !important;
	color: #FFF !important;
	font-weight: 300 !important;
}

#zone-postscript  a:hover {
	text-decoration: none !important;
	color: #f4f4f4 !important;
	font-weight: 300 !important;
}

#zone-postscript a:visited {
	text-decoration: none !important;
	color: #FFF !important;
	font-weight: 300 !important;
}

/*## POSTSCRIPT BLOCKS GLOBAL ##*/

.postscript-title a {
	color: #fff;
	font-weight: bold;
}

.postscript-row {
	padding-bottom: 5px;
	border-bottom: 1px #FFF solid;
	padding-top: 5px;
}

/*## POSTSCRIPT PODCAST ##*/
/*## POSTSCRIPT FONTS ##*/

#zone-postscript a:link {
	color: #e8e2dc;
	font-weight: 400;
	text-decoration: none;
	font-size: 13px;
}

#zone-postscript a:hover {
  	color: #FFF;
}

#zone-postscript .block-inner {
	padding: 20px;
}

#zone-postscript h2.block-title {
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}

#zone-postscript h2.block-title span {
  	color: #c6bdb6;
}

#zone-postscript p {
	color: #FFF;
	text-decoration: none;
}

/*## #5.9# FOOTER MAIN ##*/

#zone-footer-wrapper {}
#zone-footer {
	background-color: #ada196;
}

#zone-footer .zone-footer a:link {
	color: #FFF;
}

.region-footer-first a {
	color: #FFF !important;
}

.region-footer-first p {
	font-size: 10px;
}

.region-footer-second p {
	float: right;
	padding-right: 5px;
	
}

/*## FOOTER FONTS ##*/

#zone-footer a {	
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

/*## #6# DISPLAY SUITE CLASSES ##*/

.h2 {
	font-size: 2.5em;
	color: #595150;
}

.caption-text {}

.button_link {
	background-color:#e4711e;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #e68f50;
	display:inline-block;
	color:#FFF !important;
	font-size:15px;
	font-weight:bold;
	padding:6px 10px;
	text-decoration:none;
	min-width: 80px;
	text-transform: uppercase;
	float: right;
	
}.button_link:hover {
	background-color: #94a44a !important;
    border: 1px solid #c3cc9a !important;
	color: #FFF !important;
}
.button_link: {
	position:relative;
	top:1px;
	color:#FFF !important;
}

.button_link:visited {
	color:#FFF !important;
}

.button_link a:link {
	color:#FFF !important;
	text-decoration: none;
	text-transform: uppercase;
}

.left_column {}
.right_column {
	padding-left: 20px;
}

.column_right_image {}
.column-left {
	float: left;
}

.column-right {
	float: left;	
	max-width: 400px;
	min-width: 215px;
}

.column-right img {
	width: 360px;
}

.field-name-field-figure-1 {}

.field-name-field-figure-2 {}

/* #6.1# STAFF PAGE AND MENU */

.staff-row {
	float: left;
	max-width: 215px;
	min-height: 215px;
	text-align: center;
	margin-bottom: 25px;
	padding-left: 40px;
}

.staff-title a {
	text-align: center;
	color: #595150 !important;
}

.staff-title2 {
	font-size: .75em;
	font-weight: bold;
	text-align: center;
	width: 200px;
}
.staff-phone {
	text-align: center;
	font-size:  .75em;
}
.staff-email {
	text-align: center;
	font-size: .75em;
}

.staff-email:link {
	text-decoration: none;
}


/*## #6.2# SWCO MAIN PAGE DISPLAY ##*/

.swco-button-row {
	float: left;
}

.swco-button-row a:link {
	color: #FFF !important;
} 

.swco-button-row a:visited {
	color: #FFF !important;
} 

.swco-button {
	background-color:#e4711e;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #e68f50;
	display:inline-block;
	color:#ffffff !important;
	font-size:12px;
	font-weight:bold;
	padding:3px 5px;
	text-decoration:none;
		text-transform: uppercase;
}.swco-button:hover {
	background-color:#e68e53;
}.swco-button: {
	position:relative;
	top:1px;
}

.swco-button:visited {
	color: #FFF !important;
}

.swco-button a:link {
	color: #FFF !important;
	text-decoration: none;
	text-transform: uppercase;
}

.swco-button a:visited {
	color: #FFF !important;
	text-decoration: none;
}

#block-ds-extras-swco-top {
	padding: 0px;
}

#block-book-navigation {
	background-color: #c6bdb6;
}

#block-book-navigation h2.block-title a:link {
	color: #FFF !important;
}

a.book-title {
	color: #FFF !important;
}

.tan-block {
	background-color: #c6bdb6;
}

.tan-block  h4  {
	color: #FFF !important;
	font-size: 14px !important;
	padding: 0 0 0 0 !important;
	clear: right;
	margin-bottom: 0px;
}

.tan-block h2.block-title {
	color: #FFF;
	text-decoration: none;
	border-bottom: #FFF 1px solid;
}

.book-title {
	color: #FFF;
	text-decoration: none;
}

#book-navigation {
    visibility: hidden;
}

.book-navigation .page-links {
    visibility: hidden;
}

#block-book-navigation  ul {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}

li.leaf a {
	color: #595150 !important;
	text-decoration: none;
	padding-bottom: 10px;
	list-style-type: none;
}

li.leaf a:hover {
	color: #f4f4f4 !important;
}

#block-book-navigation li {
	border-bottom: 1px solid #FFF;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	position: relative;
	left: -5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.newsletter-block {
	float: right;
	background-color: #FFF !important;
}

#block-block-5 { 
	background-color: #c6bdb6;
	text-align: center;
	position: relative;
	max-width: 720px;
	min-width: 420px;
	left:-10px;
}

#block-block-8 {
	background-color: #c6bdb6;
	color: #595150;
}

#block-block-8 a:link {
	color: #FFF;
}

#block-block-8 h2.block-title {
	color: #FFF;
	border-bottom: #fff 1px solid;
	width: 100%;
	margin-bottom: 5px;
}

/* SWCO BANNER */

.swco-banner {
	text-align: center;
	width: 1200px;
}

.swco-title h2{
	float: left;
	color: #FFF;
	padding-top: 25px;
	font-weight: 100;
	font-size: 2.7em;
}

h2.swco-head {
	color: #FFF !important;
	font-weight: 100;
	font-size: 3.5em;
	padding-top: 35px;
	text-align: center;
	float: left;
}

.swco-icon {
	text-align: center;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

/* END SWCO BANNER */


.field-name-field-intro-notes {
	border-left: 6px solid #c6bdb5;
	margin-left: 10px;
}

.field-name-field-intro-notes p {
	padding-left: 10px;
}

.context-swco-top {
	background-color: #fff;
	width: 200px;
}

.context-swco-top a {
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

.button-row {}

/* Global DS Block Region */

.block-ds-extras {
	background-color: #c6bdb6;
}

.block-ds-extras  h2{
	color: #FFF;
	border-bottom: #fff 1px solid;
	width: 100%;
	margin-bottom: 5px;
}

.block-ds-extras .field-label{
	color: #595150;
	font-weight: 100;
}

.block-ds-extras .field-item{
	color: #fff;
	font-weight: 100;
}

.block-ds-extras a:link {
	color: #fff;
	font-weight: 100;
	text-decoration: none !important;
}

.block-ds-extras a:visited {
	color: #fff;
	font-weight: 100;
	text-decoration: none !important;
}

.block-ds-extras a:hover {
	color: #d46933;
	font-weight: 100;
	text-decoration: none !important;
}

/* People Block Region for DS */

.bold {
	font-weight: bold;
}

.bold-upper {
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.block-ds-extras-people-profile h2 {
	color: #333;
}

.block-ds-extras-people-profile .field-name-field-title-or-education {
	font-weight: bold;
}

.field-name-field-fax {
	text-align: center;
}

.block-people-profile {
	background-color: #FFF;
	text-align: center;
	color: #595150;
}

.block-people-profile .field-item{
	color: #595150;
	font-weight: 100;
}


.block-people-profile .field-label {
	text-align: center;
}

.block-people-profile a:link {
	color: #e4711e;
	font-weight: 300 !important;
	text-decoration: none !important;
}

.block-people-profile a:visited {
	color: #595150;
	font-weight: 100;
	text-decoration: none !important;
}

.block-people-profile a:hover {
	color: #d46933;
	font-weight: 100;
	text-decoration: none !important;
}

/*## #7# VIEWS ##*/

/* EVENT EXTERIOR VIEW */
.event-row {
	height: 170px !important;
}

.event-row .event-body {
	float: left;
	width: 300px;
	clear: right;
}

.event-row .event-title {
	float: left;
	clear: right;
}

.event-row .brown-box {
	background-color: #beb4ab;
	color: #FFF !important;
	margin-right: 10px;
	padding: 10px;
	width: 140px;
	height: 140px;
	float: left;
	color: #FFF;
	border-bottom: 1px solid #fff;
}

.event-row h2 {
	color: #FFF !important;
	//border-bottom: 1px solid #fff;
	background-color: #999;
	text-align: center;
	width: 140px ;
	font-size: 28px;
}

.event-row p {
	color: #FFF;
	margin-bottom: 0px !important;
}

.event-row a {
	font-size: 20px !important;
}

/*## QUADRANTS ##*/

.quad-row {
	text-align: center;
	height: 175px;
	padding-bottom: 25px;
	position: relative;
	top: -15px;
}

.quad-title { 
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	text-align: center;	
}

.quad-body {
	text-align: center;
	width: 75%;
}

.quad-link {
	padding-top: 20px;
	text-align: center;
}

.quad-link .orange-button {
	color: #FFF !important;
	background: none;
	border: none;
}

.quad-link .orange-button:hover {
	color: #FFF !important;
	background-color: #94a44a;
    border: 1px solid #c3cc9a;
}

.quad-icon {
	text-align: center;
	padding-bottom: 20px;
}

/*## #8# FLEX SLIDER ##*/

#swco-button-block {	
	float: right;
}

.swco-pdf {
	float: left;
}

.swco-pdf a:link {
	color: #FFF !important;
}

.swco-web {
	float: left;
	margin-left: 10px;
}

#swco-info-block {
	background-color: #595150;
	position: relative;
	top: -50px;
	width: 100%;
	color: #FFF;
	z-index: 200;
	float: right;
	padding: 10px;
	height: 100px;
	padding-top: 15px;	
}

.swco-issue {
	color: #FFF;
	font-weight: bold;
	float: left;
}

.swco-volume {
	color: #FFF;
	font-weight: bold;
	float: left;
	padding-left: 10px;
}

.swco-flex-title {
	color: #aea198;
	z-index: 3;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 3em;
	margin-bottom: 0px !important;
	padding-left: 5px;
	z-index: 3 !important;
}

.swco-flex-body {
	background-color: #595150;
	position: relative;
	top: -100px;
	width: 100%;
	color: #FFF;
}

.flex-direction-nav {
	position: relative;
	top: -150px;
}

.flexslider {
	height: 150px;
	background-color: #595150;
	max-width: 720px;
}

.flexslider-processed {
	border: none;
	position: relative;
	background-color: #595150;
}

#flexslider_views_slideshow_main_view_feature_slider-block_1 img {
	max-height: 500px;
	max-width: 1200px;
}

#flexslider_views_slideshow_main_view_feature_slider-block_2 img {
	max-height: 500px;
	max-width: 1200px;
}

.flex-nav-container {	
	max-height: 300px;
	border: none;
	background-color: #FFF;
}

.flex-row{
	background-color: #595150;
}

.item-list{
	background-color: #595150;
}

.flex-list-class{}

.flex-body {
	background-color: #595150;
	position: absolute;
	top: -100px;
	width: 100%;
	display: none;
	color: #FFF;
	z-index: 2 !important;
}

.flex-date .date-display-single {
	color: #FFF !important;
	position: relative;
	top: -30px;
	right: 10px;
	float: right;
	text-transform: uppercase;
	z-index: 5;
}

.flex-title {
	color: #aea198;
	z-index: 999 !important;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	padding: 2px;
}

.flex-title h2 {
	padding:10px;
    line-height: 12px;
	padding-left: 20px;
}

.flex-link{
	position: relative;
	top: 5px;
	left: 60px;
	float: right;
    z-index: 4;
}

.flex-link a {
	color:#FFF;
	text-decoration: none;
}

.flex-description {
	position: relative;
	top: 70px !important;
	left: 12px !important;	
	z-index: 3 !important;
}

.flex-control-nav {
	position: relative;
	top: -35px;
	left: -125px;
}

.flex-edit {
	position: relative;
	top: -275px;
}

.photoecredz {
	
	position: relative;
	top: -55px !important;
	color: #FFF !important;
	font-size: 11px !important;
	z-index: 3 !important;
	font-style: italic;
	left: 3px;
}

/*## #9# TABLE STYLES ##*/

table {
  	border: 1px solid #CCC;
  	width: 100%;
}

thead th, th {
 	background: #5a5150;
 	border-bottom: 1px solid #ccc;
 	color: #c6bdb5;
 	text-transform: uppercase;
}

td, th {
  	padding: 4px 8px;
  	vertical-align: middle;
}

th a, th a:link, th a:visited {
  	text-decoration: none;
    color: #FFF !important;
}

th a:link {
  	display: block;
    color: #FFF !important;
}

th a:hover {
	color: #743f0b !important;
	text-decoration: underline;
}

th a img {
  	margin: 0 0 0 5px;
}

th. {
  	background: #e67000;
  	border-left: 1px solid #CCC;
  	border-right: 1px solid #CCC;
}

.tbody {
	font-family: Open+Sans+Condensed:700;
	font-size: 12px;
	color: #595150 ; 
}

/* Odd & Even Styles */
tr.even td {
  	background: #FFF;
}

tr.odd td {
  	background: #efecea;
}

td. {
  	border-left: 1px solid #CCC;
  	border-right: 1px solid #CCC;
}

tr.even td. {
  	background: #6b6665;
}

tr.odd td. {
  	background: #6b6665;
}

tr:hover td,
tr.even:hover td.,
tr.odd:hover td. {
  	background: #f9f7f5;
}

td ul.links {
  	margin-bottom: 0;
}

/* #10# MENU */

#nice-menu-2 {
	float: right;
	text-align: center;
	position: relative;
	top: -30px;
	left: -30px;
}

#block-nice-menus-2 {
	z-index: 0;
}

#nice-menu-2 a {
	background-color:#e4711e;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #e68f50;
	display:inline-block;
	color:#ffffff !important;
	font-size: .75em;
	font-weight:bold;
	padding:6px 10px;
	text-decoration:none;
	min-width: 40px;
	text-transform: uppercase;
	margin-left: 5px;
}#nice-menu-2 a:hover {
	background-color:#e68e53;
}#nice-menu-2 a: {
	position:relative;
	top:1px;
}

#nice-menu-2 a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;	
}

#nice-menu-2 a:visited {
	color: #FFF;
}

/**********************************/
/*   PALEOCLIMATE INTER TOOL    */
/**********************************/
#paleomap {
	margin: 0 auto;
	padding: 0;
	position: relative;
	height:342px;
	width:575px;
}

#paleomap #azframe {
	background: url(/files/climas/tools/paleoclimate/base_az.jpg) no-repeat top left;
	width: 281px;
	height: 342px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

map#az-map {
	width: 281px;
	height: 10px;
	position: absolute;
	top: 342px; /*moves HTML map out of the way of links*/
	left: 0;
	margin: 0;
	padding: 0;
}

#paleomap #azframe #azparts{
	background: url(/files/climas/tools/paleoclimate/transparentaz.png) no-repeat top left;
	width: 281px;
	height: 342px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#paleomap #nmframe {
	background: url(/files/climas/tools/paleoclimate/base_nm.jpg) no-repeat top left;
	width: 294px;
	height: 342px;
	position: absolute;
	top: 0;
	left: 281px;
	margin: 0;
	padding: 0;
}

map#nm-map {
	width: 294px;
	height: 10px;
	position: absolute;
	top: 342px; /*moves HTML map out of the way of links*/
	left: 0;
	margin: 0;
	padding: 0;
}

#paleomap #nmframe #nmparts{
	background: url(/files/climas/tools/paleoclimate/transparentnm.png) no-repeat top left;
	width: 294px;
	height: 342px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

/****** Interior Page Anchor Tabs ******/
div#paleonav ul.paleo-jump {
	margin-bottom: 10px;
	padding: 5px 0 0 5px;
	background-color: #fff;
	border-top: 2px solid #869F2B;
	border-bottom: 2px solid #869F2B;
}

div#paleonav ul.paleo-jump li {
	display: block;
	float: left;
	padding: 0;
}

div#paleonav ul.paleo-jump li a {
	display: block;
	width: 90px;
	background: none;
	border: none;
	height: auto;
	margin-right: 8px;
	padding: 3px 8px;
	text-decoration: none;
}

div#paleonav ul.paleo-jump li a:hover {
	background-color: none;
	border-color: none;
	color: #cc6600;
}

/* PUBLICATIONS */

#biblio-header {}
.biblio-category-section {}
.biblio-separator-bar {
	background-color: #595150;
	color: #FFF;
}

.biblio-entry {
	border-bottom: 1px solid #ada197;
	padding-bottom: 10px;
}

/* CUSTOM SEARCH BLOCKS */

#block-custom-search-blocks-1, #block-custom-search-blocks-2 .custom-search-box.form-text {
	padding: 10px;
	border: 2px #cec6c0 solid;
	font-size: 18px;
	color: #cec6c0;
}

#block-custom-search-blocks-1, #block-custom-search-blocks-2 .form-submit {
	top: 10px;
	color: #cec6c0;
	font-size: 18px;
	background-color: none !important;
	border: none !important;	
}

#edit-submit .form-submit {
	color: #cec6c0;
	font-size: 14px;
	background-color: none !important;
	border: none !important;
}

#edit-actions {	
	background-color: none !important;
	border: none !important;
}

.form-wrapper {
	background-color: none !important;
	border: none !important;
}

/*Media Kit */

.view-media-kit {
	width: 420px;
}

.view-media-kit h3 {
	clear: both;
}

#node_people_full_group_sil_display .field-item:last-child {}

.all-important-silly-line-to-separate-two-fields {}

#block-block-6 {
	display: none;
}

.fml {
	background-color: #f4f4f4;
}

.sdate {
	position: relative;
	top: -18px;
	float: right;
}

/*## 11 FEMA Dashboard ##*/
.fema-h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	color: #595150;
	margin-bottom:0;
	padding-bottom:0;
}

.fema-h5 {
	display: block;
	font-size: 1.17em;
	margin-before: 1em;
	margin-after: 1em;
	margin-start: 0;
	margin-end: 0;
	font-weight: bold;
}

.fema-img {
	max-width: 100%;
	max-height: 100%;
	min-width: 70%;
	min-height: 70%;
}

#fema-container {
	width: 90%;
	margin: 0px auto;
}

#text-body {}

.text-bold {
	font-weight: bold;
}

.content-body {}

.threat-matrix {
	float: left;
	margin-right: 10px;
	width: 200px;
	height: 150px;
}

/*Begin each graph section*/
.graph-content-container {
	clear: both;
	padding-top: 20px;
	height: 500px;
}

.graph-container-left {
	width: 46.9%;
	float: left;
	margin-right: 50px;
}

.graph-container-right {
	width: 46.9%;
	float: left;
}

.graph-content-title {
	font-weight: bolder;
	font-size: 1.20em;
}

.graph-image {
	padding-top: 10px;
	text-align: center;
}

.graph-descriptions {
	padding-top: 5px;
}

/* makes the icon and link title are on the same line in media / presentatiosn */

.file-icon p {
	display: none;
}

.file-icon a {
	float: left;
}

.file-icon img {
	float: left;
	padding-right: 5px;
}

/* Additional links on profile pages */


/* BLOG STYLIN' */

/* Removes "Read More" && "Climas's Blog" node buttons */
.node-blog .clearfix .node-links {
        display: none;
}
/* styles sidebar to look like the rest of the site */
.page-blog-archive .region-sidebar-first .block-block,
.page-blog-category .region-sidebar-first .block-block,
.node-type-blog .region-sidebar-first .block-block,
.page-blog .region-sidebar-first .block-block {
        background-color: #c6bdb6;
}
.page-blog-archive .region-sidebar-first .block-views,
.page-blog-category .region-sidebar-first .block-views,
.node-type-blog .region-sidebar-first .block-views,
.page-blog .region-sidebar-first .block-views {
        background-color: #c6bdb6;
}
.page-blog-archive .region-sidebar-first h2,
.page-blog-category .region-sidebar-first h2,
.node-type-blog .region-sidebar-first h2,
.page-blog .region-sidebar-first h2 {
        color: #FFF;
        border-bottom: #FFF 1px solid;
        width: 100%;
        margin-bottom: 5px;
}
.page-blog-archive .region-sidebar-first a,
.page-blog-category .region-sidebar-first a,
.node-type-blog .region-sidebar-first a,
.page-blog .region-sidebar-first a {
        color: #595150 !important;
}
.page-blog-archive .region-sidebar-first .content,
.page-blog-category .region-sidebar-first .content,
.node-type-blog .region-sidebar-first .content,
.page-blog .region-sidebar-first .content {
        padding-bottom: 0px !important;
}

/** Override for FLEXSLIDER Library */
/** Must use version 1.8 but we want the style of 2.1 */
.flex-nav-container ol.flex-control-nav {
    clear: both;
    padding-top: 35px;
}
.flex-control-nav li a {
    width: 11px;
    height: 11px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    text-indent: -9999px;
}
.flex-control-nav li a.active {
    color: #000;
}
.flex-nav-container ul.flex-direction-nav {
    clear: both;
    width: 20px;
    position: absolute;
    top: 112%;
    cursor: pointer;
    right: 129px;
}
.flex-control-nav li {
    margin: 0 0 0 14px;
}
.flex-direction-nav li .prev {left: -16px;}
.flex-direction-nav li .next {right: -20px; background-position: -27px 0;}
.flex-direction-nav li a{
    width: 30px;
    height: 30px;
    margin: -13px 0 0;
    display: block;
    background: url(../images/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
}
.side_bar_swco {
    width: 100%;
}
.side_swco_logo {
    width: 50%;
    margin: 0 auto;
}
.side_swco_header {
    width: 70%;
    margin: 0 auto;
}
.page-swco #block-block-29 .content,
.page-swco #block-views-swc-featured-image-block .content {
    padding-bottom: 0px;
}
.page-swco .views-field-field-image img {
    width: 100%;
}

@media all
and (max-width: 479px)
{
  #flexslider_views_slideshow_main_view_feature_slider-block_1 img { max-width: 100%; }
  .flex-nav-container ol.flex-control-nav {
    clear: none;
    padding-top: 50px;
  }
  .flex-nav-container ul.flex-direction-nav {
    clear: none;
    top: 84%;
    right: 48%;
    display: inline-block;
  } 
  .flex-link   { display: none; } 
  .photoecredz { 
	      top: 0px !important; 
	 position: absolute;
 	font-size: 11px !important;
	  z-index: 3 !important;
	    color: #333;	
  }
}

#node-fema-dashboard-2055 .field-name-field-additional-image-1 {
	display: block !important;
	width: 100% !important;
	float: none;	
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	margin-top: 10px;
}
