/* This file will hold the main styles for your website. */

/* HEADER SECTION */
body {
  /*font-family: 'Ubuntu',arial,sans-serif;*/ /* original*/
  color: #000; 
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
}

/* This will make the tag clouds (in the tagclouds module) block so that each tag will be displayed 
on a new line with a bullet like a list item */
span.tagclouds-term {
  display: list-item;
  margin: 0 0 0 20px;  /* add to make bullets left margin be under the header block */
}

/* Make the "Skip to main content" link at the top of every page visible.
	This entry overrides the .element-invisible selector in system.base.css */
#skip-link .element-invisible.element-focusable{
    height: auto;
}

#skip-link {
position: static;
}

/* Make the "Skip to main content" link at the top of every page behave like a regular link,
	i.e. underline when active or when mouse hovers over it. */
#skip-link a:focus, #skip-link a:hover{
	text-decoration: underline;
}

/* zone-user */
#zone-user {
  height: 29px;
}
.zone-user .block {
  margin: 0 5px;
}
#zone-user .block-title {
  display: none;
}
#zone-user ul li {
  display: inline;
  padding: 0 2px;
}
#zone-user ul li a {
  line-height: 27px;
  font-size: 13px;
  border: 2px solid transparent;
}

/* region-user-first */
.region-user-first {
  float: left; /* LTR */
}
.region-user-first .block {
  float: left; /* LTR */
}

/* region-user-second */
.region-user-second {
  float: right; /* LTR */
}
.region-user-second .block {
  float: right; /* LTR */
}

/* block-system-user-menu */
.zone-user #block-system-user-menu {
  margin-top: 4px;
}
.zone-user #block-system-user-menu ul li {
  padding: 0;
}
.zone-user #block-system-user-menu ul li a {
  line-height: 23px;
  font-size: 10px;
}
.not-logged-in #block-system-user-menu ul {
  background: url("../images/login.png") no-repeat scroll left bottom;  /* LTR */
  padding-left: 20px; /* LTR */
}

/* block-locale-language */
#zone-user #block-locale-language ul {
  margin-bottom: 0;
}
#zone-user #block-locale-language ul li {
  padding: 0 3px;
}
#zone-user #block-locale-language img {
  vertical-align: middle;
}

/* zone-branding-wrapper */
#zone-branding-wrapper {
/*   border-bottom: 1px solid transparent; */
     border-bottom: none;   /* changed jk - merge menu with branding */
}

/* make the site name link at the top White */
#zone-branding a, #zone-branding a.active {
    color: rgb(255, 255, 255);
}
/* font size and margin for the site name at the top */
h2.site-name, h1.site-name {
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
}
/* Don't display the site slogan below the site name under the banner*/
h6.site-slogan {
	display: none;
}
	
#zone-branding #block-search-form {
  float: right; /* LTR */
  width: 95%;
  max-width: 40em;
}
#zone-branding #block-search-form .container-inline {
  padding-right: 5em; /* LTR */
}
#zone-branding #block-search-form .form-type-textfield  {
  width: 97%;
  margin-right: 3%; /* LTR */
  float: left; /* LTR */
}
#zone-branding #block-search-form .form-type-textfield input {
  width: 100%;
}

#zone-branding #block-search-form .form-type-textfield input {
  font-size: 1.3em;
}
#zone-branding #block-search-form .form-actions {
  float: left; /* LTR */
  width: 5em;
  margin-right: -6em; /* LTR */
  margin-left: 5px; /* LTR */
}

#zone-branding #block-search-form .form-submit {
  margin-top: 1.4em;
  width: 5em;
  text-indent: -9999px;
  background: url("../images/search.png") no-repeat scroll center center;
/*  border: 1px solid transparent; */
  border: 1px solid black;  /* added for contrast-jk */
}

.region-branding .branding-data {
  float: left; /* LTR */
}

/* zone-menu */
#zone-menu .block-title {
  display: none;
  /*font-size: 20px;/* added */ 
}

#zone-menu{
  font-size: 14px;/* added */ /* added jk */
}

.zone-menu ul li{
  display: inline;
  padding: 0 5px;
}


.zone-menu ul li  a {
  line-height: 27px;
  /*font-size: 13px; */
}

/* zone-header */

#zone-header {
  margin-bottom: 15px;
}
#zone-header h2.block-title {
  margin-top: 15px;
  border-color: rgba(255, 255, 255, 0.2);
}
/* region-header-first */
#region-header-first {
  float: left; /* LTR */
}
#region-header-first .block {
  float: left; /* LTR */
}

/* region-header-second */
#region-header-second {
  float: right; /* LTR */
}
#region-header-second .block {
  float: right; /* LTR */
}

/* block-search */
.block-search {
  padding: 10px;
}

/* CONTENT SECTION */

#zone-content {
  padding-top: 15px;
}
#region-content {
  padding-top: 0px;   /* change from padding-top: 15px;  so center content moves up a little */
  overflow: auto;
}

/* needs work for mobile compatibility
#region-content::-webkit-scrollbar {
  width: 10px;
  height: 16px;
}
#region-content::-webkit-scrollbar:hover {
  background: whitesmoke;
}
#region-content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}
#region-content::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}
*/

/* zone-postscript-wrapper */

#zone-postscript-wrapper .block {
  padding: 15px 0;
}
#zone-postscript h2.block-title {
  border-color: rgba(255, 255, 255, 0.2);
}

/* #zone-footer */
#zone-footer .region {
/*   padding: 20px; */
     padding: 5px;	/* changed to tighten up the footer-jk */
}
#zone-footer ul li {
  display: inline;
}
#zone-footer .block-title {
  display: none;
}
/* BLOCKS */

h2.block-title {
  color:#ffffff;
  text-align: center;
  padding: 3px 0 3px;
  border-bottom: 1px solid;
  font-size: 18px; /* Changed from 10px to 20 to increase size liz*/
  font-weight: bold;
  background: #153870; /* changed this to add a GSA blue background to block title */
}

/* FONTS */

h1, h2, h3, h4, h5, h6 {
  /*font-family: 'Ubuntu',arial,sans-serif;*/
  font-family: Arial,Helvetica,sans-serif;
  letter-spacing: normal;
}
h1 {
  font-size: 25px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 17px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 11px;
}

/* additions for gsa website consolidation */

.gradient {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,f4f4f4+31,e2e2e2+53,baeaf3+100 */
background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top,  #f7f7f7 0%, #f4f4f4 31%, #e2e2e2 53%, #baeaf3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(31%,#f4f4f4), color-stop(53%,#e2e2e2), color-stop(100%,#baeaf3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#f4f4f4 31%,#e2e2e2 53%,#baeaf3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7f7f7 0%,#f4f4f4 31%,#e2e2e2 53%,#baeaf3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7f7f7 0%,#f4f4f4 31%,#e2e2e2 53%,#baeaf3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f7f7f7 0%,#f4f4f4 31%,#e2e2e2 53%,#baeaf3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#baeaf3',GradientType=0 ); /* IE6-9 */
}

.branding-gradient {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8acff2+0,f1f3f4+51,a1c5d1+81,b4ccd5+100 */
background: #8acff2; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #8acff2 0%, #f1f3f4 51%, #a1c5d1 81%, #b4ccd5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#8acff2), color-stop(51%,#f1f3f4), color-stop(81%,#a1c5d1), color-stop(100%,#b4ccd5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #8acff2 0%,#f1f3f4 51%,#a1c5d1 81%,#b4ccd5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #8acff2 0%,#f1f3f4 51%,#a1c5d1 81%,#b4ccd5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #8acff2 0%,#f1f3f4 51%,#a1c5d1 81%,#b4ccd5 100%); /* IE10+ */
background: linear-gradient(135deg,  #8acff2 0%,#f1f3f4 51%,#a1c5d1 81%,#b4ccd5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8acff2', endColorstr='#b4ccd5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.menu-gradient {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9bd5f2+0,f1f3f4+46,a1c5d1+76,b4ccd5+100 */
background: #9bd5f2; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #9bd5f2 0%, #f1f3f4 46%, #a1c5d1 76%, #b4ccd5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#9bd5f2), color-stop(46%,#f1f3f4), color-stop(76%,#a1c5d1), color-stop(100%,#b4ccd5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #9bd5f2 0%,#f1f3f4 46%,#a1c5d1 76%,#b4ccd5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #9bd5f2 0%,#f1f3f4 46%,#a1c5d1 76%,#b4ccd5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #9bd5f2 0%,#f1f3f4 46%,#a1c5d1 76%,#b4ccd5 100%); /* IE10+ */
background: linear-gradient(135deg,  #9bd5f2 0%,#f1f3f4 46%,#a1c5d1 76%,#b4ccd5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bd5f2', endColorstr='#b4ccd5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.fancyfont {
  font-family: 'Ubuntu',arial,sans-serif;
  color: #000; 
  font-size:18px;
  text-align: center;
}

.padtop {
     margin-top: 10px;
     margin-bottom: -25px;
}

.shrink-bottom {
   /* margin-top: -5px; */
  /*  margin-bottom: -5px; */
}

.shrink-top {
    margin-top: -15px;
}

.myfeed {
    position: relative;
    left: 90px;
    bottom: 7px;
}

.link-container {
    width: 100%; 
    text-align: center;
}

.main-link {
    display: inline-block;
    padding-right: 2%;
    padding-bottom: 20px;
    vertical-align: middle;
}

.main-link h2.title {
    margin: -5px 0px 0px;
    text-align: center;
    font-size: 20px; 
    font-weight: normal;
    color: #000000;
    display: block;
}

#mainlink1 a, #mainlink1 a.active {
    color: #000000;
    font-weight: bold;
}

#mainlink2 a, #mainlink2 a.active {
    color: #000000;
    font-weight: bold;
}

#mainlink3 a, #mainlink3 a.active {
    color: #000000;
    font-weight: bold;
}

#mainlink4 a, #mainlink4 a.active {
    color: #000000;
    font-weight: bold;
}

#mainlink5 a, #mainlink5 a.active {
    color: #000000;
    font-weight: bold;
}

.main-link .main-link-body {
    width: 145px;
    height: 225px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;  
    border: 1px solid #75C4EC; 

    /* Permalink - use to edit and share this gradient:     http://colorzilla.com/gradient-editor/#b2cbd4+0,f2f4f4+100 */
    background: #b2cbd4; /* Old browsers */
    background: -moz-linear-gradient(top,  #b2cbd4 0%, #f2f4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2cbd4), color-stop(100%,#f2f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b2cbd4 0%,#f2f4f4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b2cbd4 0%,#f2f4f4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b2cbd4 0%,#f2f4f4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b2cbd4 0%,#f2f4f4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2cbd4', endColorstr='#f2f4f4',GradientType=0 ); /* IE6-9 */
}

.main-link .main-link-body:hover, .main-link-body:focus {
    border: 1px solid #153870;
}

.main-link .icon {
    overflow: hidden;
    text-align: center;
}

.main-link .link-body {
    overflow: hidden;
    line-height: 120%; 
    text-align: center;
    font-size: 14px; 
    color: #000000;
    margin: 5px 0px 0px;
}

.card-container {
    width: 100%; 
    text-align: center;
}

.main-card {
    display: inline-block;
    padding-right: 3%;
    padding-bottom: 20px;
    padding-top: 20px;
    vertical-align: middle;
}

.main-card h2.title {
    margin: 0px 0px 15px;
    text-align: center;
    font-size: 20px; 
    font-weight: normal;
    color: #000000;
    display: block;
    background-color: #F4F4F4;
    border: 1px solid #75C4EC;
}

.main-card .main-card-body {
    width: 400px;
    min-height: 250px;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box; 
    background-color: #EEF9FF;
    border: 1px solid #75C4EC; 
    position: relative;
}


.main-card .main-card-body:hover, .main-card-body:focus {
    border: 1px solid #153870;
}

.main-card .card-body {
    /*position: absolute;
    top: 60px;*/
    margin-right: 10px;
    min-height: 200px;
    line-height: 1.8em;
    text-align: left; 
}


.card-body ul {
    margin-left: -5%;
}

.main-card .card-footer {
    position: absolute;
    bottom: 3px;
    right: 5%;
}

.last {
    padding-right: 0;
}

.payload {
    background-color: #F5FCFF;
}

.payload-section {
    margin-left: 10px;
    margin-right: 5px;
}

h2.blue_background {
background :#153870; 
color:white;
padding-left: 5px;
}

strong.blue {
color:#153870; 
}

.nofloat {
   clear: both;
}

.flip-card {
    float: left;
    height: 260px;
    width:  300px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.flip-card h2.title {
    margin: 0px 0px 15px;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    display: block;
}

.flip-card h3.title {
    margin: 0px 0px 15px;
    font-size: 20px;
    font-weight: normal;
    color: #185394;
    display: block;
}

.flip-card .field-name-body {
    width: 300px;
    height: 260px;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: #EEF9FF;
    border: 1px solid #75C4EC;
    color: #333;
    z-index: 90;
    box-sizing: border-box;
    position: relative;
}

.flip-card .field-name-body:hover, .field-name-body:focus {
    border: 1px solid #153870;
}

.link-spanner {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}

.flip-card .cardBody {
    height: 150px;
    overflow: hidden;
    line-height: 1.6em;
}

.nav-footer {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.nav-footer li {
    display: inline;
};

.nav-footer a{
    display: inline-block;
    padding: 10px;
}

.security-footer {
    border-top-style: solid;
    border-width: 1px;
    border-color: #ccc;
    margin-top: -10px;
}

/* end of additions for gsa website consolidation */


/*h1.site-name, h2.site-name {
  font-size: 25px;
}*/

li.comment_forbidden {
  font-size: 11px;
}
.node-links ul li a, .comment-links ul li a {
  font-size: 10px !important;
  padding: 4px 5px 3px !important;
}

#region-content .node-teaser .node-title {
  font-size: 25px;/* changed from 13px to get bigger teaser on the front page*/
  font-weight: bold;
  border: 1px solid;
  margin: 0 -10px;
  min-height: 15px;
  padding: 15px 31px;
}

#region-content .node-teaser, #region-content .comment {
  border: 1px solid;
  border-top: none;
  margin: 0px 0 20px;  /* changed from margin: 20px 0;  so center content moves up a little */
}
#region-content .content {
  padding: 0 10px;
  margin: 0px 0; /* changed from margin: 10px 0;  so center content moves up a little*/
}
#region-content .submitted, .comment footer {
  padding: 10px;
}
#region-content .submitted {
  padding: 10px;
}
#region-content .node-links {
  padding: 0 10px;
}

/* LINKS */
/* original
a:link, a:visited {
  text-decoration: none;
}*/

a {
  text-decoration: underline !important;
}

/* Added from section 508 global */
a:link, a:visited {
  color: #002776; /*IDM dark blue AC 02062013*/
  text-decoration: underline;
}

a:hover, a:focus {
  color: #202124;
  text-decoration: underline;
}

a:active {
  color: #202124;
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}
/* end added */

ul li a.active {
  font-weight: bold;
}
.node-links, .comment-links {
  float: right; /* LTR */
  margin: 10px 0;
}
.node-links ul li:not(.comment_forbidden) a, .comment-links ul li:not(.comment_forbidden) a {
  border-radius: 5px;
  font-weight: normal;
  float: right; /* LTR */
}
.node-links ul li.addtoany a {
  border: none;
  background: none;
  float: right; /* LTR */
}

/* BUTTONS */
button, input[type="reset"], input[type="submit"], input[type="button"] {
  border-radius: 2px;
  height: 30px;
}
input[id|="edit-submit"] {
  border: 1px solid transparent;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.node footer {
  font-size: 10px;
}

/* COMMENTS */

.comment header {
  font-size: 13px;
  font-weight: bold;
  border: 1px solid;
  margin: 0 -10px;
  min-height: 15px;
  padding: 15px 31px;
}
.comment header h3 {
  margin-bottom: 0;
  font-size: 13px;
}
.comment footer {
  padding: 5px;
  background: url("../images/comment-arrow.png") no-repeat scroll 17% bottom;  /* LTR */
  height: 28px;
  font-size: 8px;
}
.comment > div {
  border-radius: 5px;
  padding: 10px;
  margin: 0 10px;
}
.node .username, .comment .username {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
}
.comment footer > time {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
}
h2.comment-form {
  border: 1px solid;
  border-bottom: none;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin-top: 40px;
  margin-bottom: 0;
}
.comment-form {
  border: 1px solid;
  padding: 10px;
}

/* MISC */

/* Views */
.views-exposed-widgets .views-submit-button {
  clear: both;
}

legend {
  font-weight: bold;
}


.block-inner li {
	margin: 0 0 0 20px;  /* add to get bullets left margin to start under block heading in blick lists*/
}