
/* -------------------------
-  BEGIN GSA CUSTOMIZATION -
----------------------------*/

/*SCIENCE ARTICLE STYLES*/
.archiveHead {
    color: #FFF;
}

#science p.author {
    margin: .5em 0 0 0;
    font: 120% Arial, Helvetica, sans-serif;
}

#science p.affil {
    margin: 0 0 .5em 0;
    font: 90% Arial, Helvetica, sans-serif;
}

#science p.eq {
    margin-left: 3em;
    margin-right: 3em;
    text-align: center;
    font-family: "Times New Roman", Times, Cambria, "serif"
}

#science p.mag {
    font: bold 140% Georgia, "Times New Roman", Times, serif;
    color: #666;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

#science p.view {
    font: bold 140% "Times New Roman", Times, serif;
    color: #000000;
    border-bottom: 1px solid #CC0000;
    margin: 0;
    padding: 0 0 .3em;
}

#science p.vol {
    text-align: right;
    font-size: 100%;
    margin-bottom: 0;
}

#science p.pExtract {
    font-family: "Times New Roman", Times, serif;
    font-size: 130%;
    margin: -0.5em 3em 1em 3em;
}

#science p.caption {
    font-size: 90%;
    margin-bottom: 0;
    margin-top: 0;
}

#science ol.refs {
    font-size: 110%;
}

#science #abstract {
    margin: 1.5em 2em 3em 2em;
}

#science #abstract p.tag {
    margin: 0;
    font-size: 90% !important;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
}

#toc {
    margin: 0 1em 1em 1em;
}

#toc p.feature {
    font: 120% Verdana, Geneva, sans-serif;
    color: #666;
    margin: 0;
    text-transform: uppercase;
}

#toc p.title {
    font-weight: bold;
    margin: .9em 0 0 0;
}

#toc p.titleOnly {
    float: left;
    margin: 0 0 .2em 0;
}

#toc p.author {
    font-style: italic;
    color: #666;
    margin: 0 0 .2em 0;
}

#toc p.links {
    font-size: 110%;
    float: left;
    margin: 0 0 .2em 0;
}

#toc p.page {
    border-bottom: 1px dotted #999;
    text-align: right;
    margin: .5em 0 2em 0;
}

#toc p.ruleBelow {
    border-bottom: 1px solid #999;
}

#tocLeftCol {
    text-align: center;
}

#tocLeftCol a,
#content #tocLeftCol a:visited {
    color: #000;
    text-decoration: none;
}

#tocLeftCol a:hover,
#content #tocLeftCol a:active,
#content #tocLeftCol a:focus {
    color: #000;
    text-decoration: underline;
}

#GoogleAds p {
    font-size: 90%;
    margin: .5em;
    padding: 0;
}

.gsat-archive-year-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.gsat-archive-year-flex-child {
	flex: 1 0 17%;
	max-width: 20%;
}

/*END SCIENCE ARTICLE STYLES*/

/*EMAIL MASK*/
.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
}

/*TEMPORARY ADJUSTMENT FOR HERO TO ALLOW MORE QUICK LINKS - AUG 2017*/
.hpHeroRight {
 padding: 1.5em !important; 
}

/*LANDING PAGE STYLES*/
.lpHeroContainer {
    width: 100%;
    float: left;
    display: block;
    background-image: url(images/backgrounds/textured-black-bg.jpg);
    background-size: cover;
    background-repeat:no-repeat;
    border-radius: 8px;
    padding: 2em;
}

.lpHeroContainer h1 { 
    color:#fff !important;
}

.lpHeroContainer .TextButton a:hover { 
    text-decoration: none !important;
}

.lpHeroSection { 
    color: #ccc;
    padding: 0;
    min-height: 250px;
    background:none;
}
.lpHeroSectionRight {
 color: #ccc;
 padding-left: 2em;
	background:none;
 border-left: 1px solid #ccc;
/* 
 min-height: 250px;
*/
}
/*
.lpHeroSection img {
    float: left;
	margin-right:1em;
}
*/
.lpHeroSection a, .lpHeroSectionRight a  {
	color: #F0FFF0;
	text-decoration: none !important;
}
.lpHeroSection a:hover, .lpHeroSectionRight a:hover { 
    text-decoration: underline !important;
}
.lpSection ul {
	padding-left:0 !important;
 }
.lpSection li {
    list-style: none;
    border-bottom: 1px solid #ddd !important;
    padding: 10px 0 !important;
    left: 0 !important;
    line-height: 1.5em;
}

.lpSection img {
    max-height:150px;
}

@media (max-width:991px){
	.lpHeroSectionRight {
        border: none;
        padding-left: 0;
        margin-top: 1em;
    }
}

/*END LANDING PAGE STYLES*/


/*MISC OVERRIDES & ADDITIONS*/
.TextButton {
  padding: .5em 1em;
  text-transform: none !important;
  min-width: 70px;
}
.LargeButton {
  padding: 7px 17px !important;
  min-width: 80px;
}
.MediumButton { 
  padding: 5px 14px !important;
  min-width: 75px;
}
a.TextButton { 
    text-decoration: none !important;
}

.RadTabStripTop_Metro .rtsLevel1, 
.RadTabStripTop_Metro .rtsLevel1 .rtsUL,
.RadTabStrip_Metro .rtsLevel1,
.RadTabStrip_Metro .rtsLevel1 .rtsUL {
  background-color: #290949 !important;
}

a.ste-toggle.off {
    background-color: #666;
}

a.ste-toggle.off:hover {
    background-color: #888;
}


.RadTabStrip_Metro .rtsLevel1 .rtsLI {
	margin:0 .25em
}

.RadTabStrip_Metro .rtsLevel1 .rtsLink {
    border: 1px solid #290949 !important;
	text-decoration:none;
	display:block;
	padding:.5em 1em;
	border:1px solid #fff!important;
	border-radius:4px 4px 0 0;
	border-bottom:none!important;
}

.RadTabStrip_Metro .rtsLevel .rtsTxt {
	font-size: 1.25em;
	font-family: 'BakerSignetBT-Roman', serif;
}

.nav-tabs {
    background-color: transparent;
    border-color: #cccccc;
    padding-top: .3em;
}

.nav-tabs li a {
    border-color: #cccccc;
}

.nav-tabs li a:hover {
    border-color: #bbbbbb;
    background-color: #cccccc;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
	background-color: #fdfdfd;
}

.block {
    border: 1px solid #ccc;
    padding: .5em;
    background-color: #fff;
}

.popover {
    min-width: 280px;
}

.popover-content {
    font-size: 12px;
}

table.table th {
    background-color: #eee;
}

.pull-left {
    margin-right: 1em;
}

.pull-right {
    margin-left: 1em;
}

h3 {
    font-size: 150%;
    border-bottom: 1px solid #eee;
    padding-bottom: 3px;
}

h5 {
    font-size: 150%;
    border-bottom: 1px solid #eee;
    padding-bottom: 3px;
}

.red {
    color: #FF0000;
}

.grey {
    color: #CCCCCC;
}

.brightGreen {
    color: #3BC000
}

dt {
    margin-top: .5em;
}

dd {
    font-size: .9em;
}

dropcap {
    float: left;
    width: 0.7em;
    font-size: 400%;
    font-family: algerian, courier;
    line-height: 80%;
    margin-right: .1em;
}

.quoteSm {
    margin: .5em 2.5em 1.5em 2.5em;
    font-style: italic !important;
}

.panel { 
    background-color: transparent;
    box-shadow: none;
}

.BlockTLItem {
    margin: 0;
    padding: 0 0 .5em 0 !important;
}

.BlockTLItem p {
  margin: .5em 0 0 0;
  padding: 0;
}

.PublishDate {
    font-style: normal;
}

#divOuter .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-left: 2px !important;
}

.BlockTLItem #gjbText {
    display: none;
}

.BlockTLItem p {
    clear:left; 
}

.panel .panel-heading .panel-title {
    font-size: 22px;
}

.well h2 {
    margin-top: 0px;
}

audio {
    width: 100%;
}

/*END MISC OVERRIDES*/


/*FLIP CARD STYLES*/
.flip {
  -webkit-perspective: 800;
  -ms-perspective: 800;
  -moz-perspective: 800;
  -o-perspective: 800;
  width: 100%;
  min-height: 200px;
  text-overflow:inherit;
  position: relative;
  margin: .5em 1em .5em 0;
  float: left;
}
.flip .card.flipped {
  transform: rotatey(-180deg);
  -ms-transform: rotatey(-180deg);
  /* IE 9 */
  -moz-transform: rotatey(-180deg);
  /* Firefox */
  -webkit-transform: rotatey(-180deg);
  /* Safari and Chrome */
  -o-transform: rotatey(-180deg);
  /* Opera */
}
.flip .card {
  width: 100%;
  height: inherit;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  -moz-transform-style: preserve-3d;
  -moz-transition: 0.5s;
  -ms-transform-style: preserve-3d;
  -ms-transition: 0.5s;
  -o-transform-style: preserve-3d;
  -o-transition: 0.5s;
  transform-style: preserve-3d;
  transition: 0.5s;
}
.flip .card .face {
  width: 100%;
  height: inherit;
  position: absolute;
  z-index: 2;
  padding: 1em;
  backface-visibility: hidden;
  /* W3C */
  -webkit-backface-visibility: hidden;
  /* Safari & Chrome */
  -moz-backface-visibility: hidden;
  /* Firefox */
  -ms-backface-visibility: hidden;
  /* Internet Explorer */
  -o-backface-visibility: hidden;
  /* Opera */
}
.flip .card .front {
  position: absolute;
  z-index: 1;
  background: #000;
  color: #FFF;
  cursor: pointer;
}
.flip .card .back {
  background: #eee;
  color: black;
  cursor: pointer;
  font-size:90%;
  transform: rotatey(-180deg);
  -ms-transform: rotatey(-180deg);
  /* IE 9 */
  -moz-transform: rotatey(-180deg);
  /* Firefox */
  -webkit-transform: rotatey(-180deg);
  /* Safari and Chrome */
  -o-transform: rotatey(-180deg);
  /* Opera */
}
/*END FLIP CARD STYLES*/


/*LEGACY STYLES FOR ARCHIVE PAGES*/
#content table.TblRightBorder {
    float: right !important;
    margin: .5em 0 .5em 1em;
    border: 1px solid #999;
}

#content table.TblLeftBorder {
    float: left !important;
    margin: .5em 1em .5em 0;
    border: 1px solid #999;
}

#content table.TblRightNoBorder {
    float: right !important;
    margin: .5em 0 .5em 1em;
    border: 0;
}

#content table.TblLeftNoBorder {
    float: left !important;
    margin: .5em 1em .5em 0;
    border: 0;
}

#content tr {
    vertical-align: top;
}

#content .ImgRightBorder {
    float: right;
    border: 1px solid #000000;
    margin-left: .5em;
}

#content .ImgRightNoBorder {
    float: right;
    border: 0;
    margin-left: .5em;
}

#content .ImgLeftBorder {
    float: left;
    border: 1px solid #000000;
    margin-right: .5em;
}

#content .ImgLeftNoBorder {
    float: left;
    border: 0;
    margin-right: .5em;
}

#content .h4ArrowTop {
    float: right;
    vertical-align: text-bottom;
    border: none;
    margin: .1em .5em 0 .5em;
}

#content p.pTop {
    font-size: 90%;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
    color: #4D1979;
}

.table-striped>tbody>tr:nth-of-type(odd) { 
    background-color: #F5F5F5;
}

/*END LEGACY STYLES FOR ARCHIVE PAGES*/

/* TURNING OFF URLS IN PRINOUTS*/
@media print {

    a[href]:after {
        content: " ";
    }
}

/* CCR CUSTOM RULES START */

.paddingTopBottom {
    padding-top: 1em;
    padding-bottom: 1em;
}

.paddingTop {
    padding-top: 1em;
}

.paddingBottom {
    padding-bottom: 1em;
}

.h-sm-margin {
    margin-top: .25em;
}

.panelPurple {
    border-color: #4D1979;
}

.panelGreen {
    border-color: #00584A;
}

hr.gsa-light-green {
	margin: 1.5em 0em;
	border: 2px solid #11695B;
}

.green-fade-rtl {
	margin: 1.5em 0em;
	height: 4px;
	background-image: linear-gradient(to left, #00584A, transparent);
}

.green-fade-ltr {
    margin: 1.5em 0em;
    height: 4px;
    background-image: linear-gradient(to right, #00584A, transparent);
}

.cutline {
    font-size: .85em;
    margin-top: .25em;
    color: #666;
}

.cutline a {
    color: #666;
}

.panel-title .collapsed .collapse-icon {
	transform: rotate(-90deg);
    margin-top: -.33em;
}

.panel-heading .panel-title a.panel-sans {
	font-family: 'Open Sans', 'Verdana', 'Aria', sans-serif;
	font-size: 0.7em;
	text-decoration: none;    
}

.no-show, .display-none {
    display: none;
}

.officers-dynamic .sysicon {
	display: none;
}

body .col-primary a.tel {
    text-decoration: none;
	white-space: nowrap;
}

.table tr.bg-color-one th, .table tr.bg-color-one td {
    background-color: #5E2A8A; 
    color: #fff;
}

#responsiveTable {
	position: relative;
}

.hanging-indent-1-5 {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

/* Use < .image-inherit > to clear image behavior on home page */ 
.hpMain .iMIS-WebPart:nth-child(1) .image-inherit {
    float: inherit;
    max-width: inherit;
    margin: inherit;
}

.margin-top-none, .optcl .margin-top-none {
    margin-top: 0px;
}

/* Landing page heros */
.landing-hero {
    padding: 2em 0em;
    border-bottom: 1px dotted #ddd;
    border-radius: 5px;
}

.landing-hero-head {
    font-family: 'BakerSignetBT-Roman', serif;
    font-size: 4em;
    color: #00584A;
    line-height: 1em;
    margin-bottom: .5em;
}

.landing-hero-subhead {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    margin: .75em 0em .5em 0em;
}

.landing-hero .align-top {
    margin-top: 0px;
}

.landing-hero .row .landing-hero-body a {
    text-decoration: none;
    color: #5b996b;
}

.landing-hero .row .landing-hero-body a:hover {
    text-decoration: underline;
    color: #852f86;
}

.landing-hero .row .landing-hero-body a.TextButton {
    text-decoration: none;
    color: #fff;
    margin-top: .5em;
}

.optcl .landing-hero-overlay h1 {
	font-size: 5em;
	font-family: 'BakerSignetBT-Roman', Times New Roman, serif;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	bottom: -.275em;
	margin: 0;
}

/* Carousel mods */

.flexslider .slides .slideContent.right.no-bg {
    background: none;
}   

.optcl a.carousel-control, .optcl a.carousel-control:hover, .optcl a.carousel-control:active {
	color: #fff;
}

@media screen and (min-width: 768px) {
    .flexslider .slides .slideContent.right.slideCompact {
        min-width: 540px;
        padding-left: 225px;
    }
	
    .flexslider .slides .slideContent.left.slideCompact {
        min-width: 540px;
        padding-right: 225px;
    }	
}

.pub-thumbs {
    padding: 1em .5em 0em 0em;
}

.pub-thumbs-row {
    padding-left: 15px;
}

.pub-thumbs img {
    border: 1px solid #999;
}

.landing-hero img.main-image {
    margin-top: 1em;
}

/* Geoscience calendar */

.geocal .ext-event {
    padding-left: .75em;
    margin-bottom: 1.25em;
}

/* Make all items in a row same height */
.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
    flex-grow: 1;
    padding-top: 1em;
    padding-bottom: 1em;
}

.display-flex .flex-to-bottom {
	position: absolute;
	bottom: 0;
}

/* Center row items vertically */
.row.display-flex-center-v {
	align-items: center;
}

/* Alignment and other rules */
.sm-center-img {
    margin: auto;
    display: block;
}

.sm-img-container {
	background-color: #eee;
}

.center-block {
    margin: auto;
    display: block;
}

.gsat-ref-list {
    list-style: none;
    padding-left: 3em;
    text-indent: -1.5em;
    font-size: .9em;
}

.gsat-ref-list li {
    padding-bottom: .5em;
}

.gsat-abstract-toc {
    max-width: 70em;
    margin: auto;
}

.gsat-main-article {
    max-width: 35em;
    font-size: 1.15em;
}

.gsat-main-article .well {
    font-size: .85em;
}

.gsat-main-wrapper {
    max-width: 70em;
    margin: auto;
}

.gsat-fig {
    max-width: 70em;
    margin: auto;
    padding: 0em 1em;
}

.gsat-fig img, .gsat-fig .img-responsive {
    max-width: 100%;
}

.gsat-fig-text {
    max-width: 35em;
}

.unstyled-list {
    list-style: none;
	padding: 0;
}

.unstyled-list-padding {
	padding-left: 0;
}

.unstyled-list-padding li {
	list-style: none;
	padding-bottom: .65em;
}

.tab-one {
    margin-left: 1em;
}

/* Special rules for About Section pages and dynamic content */

.thinHR {
    margin-top: 5px;
    margin-bottom: 15px;
}

.section-title {
    text-align: right;
    font-weight: 700;
}

.section-tag-list .panel {
    margin-bottom: 0px;
}

.section-tag-list .optcl .panel {
    margin-bottom: 20px;
}

.section-tag-list .panel-heading {
    display: none;
}

.section-tag-list .optcl .panel-heading {
    display: block;
}

.section-tag-list .TaggedListPanel {
    margin: -15px;
}

.TaggedListPanel .tagged-list-no-margin {
	margin: -15px -15px 0px -15px;
}

#techsessions dl dt, #symposia dl dt {
    font-weight: 700;
}

#techsessions dl dd, #symposia dl dd {
    font-size: .95em;
}

/* Special Rules for Penrose and Thompson pages */

.pen-tho p {
    font-size: 15px;
}

.pen-tho .small {
	font-size: 85%;
}

.pen-tho .larger {
    font-size: 1.15em;
}

.pen-tho .lead {
    font-family: 'BakerSignetBT-Roman', serif;
    font-size: 1.7em;
}

.pen-tho h4 {
    font-size: 19px;
    /* base copper -25% sat, +30% light */
    text-decoration: underline;
    text-decoration: underline solid #c19d86;
}

.pen-tho h4.tho {
    text-decoration: underline solid #405e8f;
}

.pen-tho .banner {
    margin: 1em 0 3em 0;
}

.pen-tho .banner .banner-logo {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.pen-tho .hr-heavy.pen {
    border: 3px solid #2a3e5e;
    margin: 2em 0em;
}

.pen-tho .hr-heavy.tho {
    border: 3px solid #894d26;
    margin: 2em 0em;
}

.pen-tho .nav.nav-tabs {
    background-color: transparent;
    border-bottom-color: #ccc;
}

.pen-tho .nav-tabs li a {
    text-decoration: none;
    font-family: 'BakerSignetBT-Roman', serif;
    font-size: 1.5em;
    color: #333;
}

.pen-tho .nav-tabs li.active a {
    background-image: url("/App_Themes/GSA_20_2_19/images/bgNoise.png");
    background-color: #fdfdfd;
    border-color: #ccc;
    border-bottom-color: transparent;
}

.pen-tho .nav-tabs .dropdown-menu li.active a {
    background-image: none;
	background-color: #eee;
}

.pen-tho .nav-tabs .dropdown-menu li a:hover {
    background-image: none;
	background-color: #bbb;
}

.pen .open > a, .pen .open > a:focus, .pen .open > a:hover {
    background-image: none;
	background-color: #eee;
	border-color: #894d26;
}

.tho .open > a, .tho .open > a:focus, .tho .open > a:hover {
	background-image: none;
    background-color: #eee;
	border-color: #405e8f;
}

.pen-tho .nav-tabs.pen li.active a {
    color: #894d26;
}

.pen-tho .nav-tabs.tho li.active a {
    color: #405e8f;
}

.pen-tho .nav.nav-tabs .dropdown .dropdown-menu li a {
	color: #333;
}

.pen-tho .nav.nav-tabs.pen .dropdown .dropdown-menu li.active a {
	color: #894d26;
}

.pen-tho .nav.nav-tabs.tho .dropdown .dropdown-menu li.active a {
	color: #405e8f;
}

/* SPECIAL MEMBERSHIP RULES */
.mbr-category-flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	padding: 1em 2em 2em 1em;
	border: 1px solid #ddd;
	border-radius: .25em;
}

.mbr-category-flex .flex-item {
	text-align: center;
}

.flex-item.divider {
	border-left: 1px solid #666;
	padding: 0;
}

.mbr-category-flex .flex-item h3 {
	text-transform: uppercase;
	height: 2.35em;
	font-size: 1.4em;
}

.mbr-category-flex .flex-item .info-text {
	font-size: .85em;
	margin: 0;
}

.mbr-category-flex .flex-item .dues {
	font-size: 1.2em;
	font-weight: 700;
}

.mbr-category-flex .flex-item .btn-optcl-sm {
	color: #fff;
	padding: .25em .5em;
	border-radius: .25em;
	font-size: .9em;
	font-weight: 700;
	text-decoration: none;
	bottom: 0px;
}

.mbr-category-flex .flex-item.professional h3 {
	color: #1f335b;
}

.mbr-category-flex .flex-item.professional .btn-optcl-sm {
	background-color: #1f335b;
}

.mbr-category-flex .flex-item.ecp h3 {
	color: #00aaa6;
}

.mbr-category-flex .flex-item.ecp .btn-optcl-sm {
	background-color: #00aaa6;
}

.mbr-category-flex .flex-item.student h3 {
	color: #cc6822;
}

.mbr-category-flex .flex-item.student .btn-optcl-sm {
	background-color: #cc6822;
}

.mbr-category-flex .flex-item.k12 h3 {
	color: #8dc640;
}

.mbr-category-flex .flex-item.k12 .btn-optcl-sm {
	background-color: #8dc640;
}

.mbr-category-flex .flex-item.affiliate h3 {
	color: #4D1979;
}

.mbr-category-flex .flex-item.affiliate .btn-optcl-sm {
	background-color: #4D1979;
}

.mbr-footer-promo {
	display: flex;
	background-image: url('https://www.geosociety.org/images/gsa/mbr/sandstone-waves-bg-900x300.jpg');
	background-size: cover;
	text-align: center;
	padding: 1em;
}

.mbr-footer-promo .flex-item {
	padding: 0em 1em;
	width: 50%;
}

.mbr-footer-promo .flex-item.divider {
	padding: 0;
	width: 0px;
}

.mbr-category-tile-flex {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}

.mbr-category-tile-flex .flex-item {
	width: 30%;
	min-height: 225px;
	border-radius: .5em;
	margin: 1.5%;
	padding: 1em;
	color: #fff;
	background-color: #666;
	position: relative;
}

.optcl .mbr-category-tile-flex .flex-item a {
	text-decoration: none;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.optcl .mbr-category-tile-flex a.flex-item:hover {
	text-decoration: none;
	color: #fff;
}

.mbr-category-tile-flex .flex-item .info-text {
	font-size: .85em;
	margin: 0;
}

.mbr-category-tile-flex .flex-item .dues {
	font-size: 1.25em;
	font-weight: 700;
}

.mbr-category-tile-flex .flex-item h3 {
	text-transform: uppercase;
	height: 2.35em;
	font-size: 1.4em;
}

.mbr-category-tile-flex .flex-item.professional {
	background-color: #1f335b;
}

.mbr-category-tile-flex .flex-item.ecp {
	background-color: #00aaa6;
}

.mbr-category-tile-flex .flex-item.student {
	background-color: #cc6822;
}

.mbr-category-tile-flex .flex-item.k12 {
	background-color: #8dc640;
}

.mbr-category-tile-flex .flex-item.affiliate {
	background-color: #4D1979;
}

.mbr-download-flex {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.mbr-download-flex .flex-item {
	text-align: center;
	width: 100%;
	max-width: 30%;
	padding: .75em .25em .75em .25em;
}

.mbr-download-flex .flex-item img {
	border: 1px solid #999;
}

.icon-list {
	display: flex;
	margin-bottom: .5em;
	align-items: center;
}

/* NEW MEMBER ONBOARDING RULES */

.new-member-flex {
	display: flex;
	align-items: flex-start;
}

.new-member-icon {
	font-size: 6em;
	text-align: center;
	line-height: 1.45;
	color: #4D1979;
	background: #ddd;
	margin-top: .75em;
	border: 0px;
	border-radius: 1em;
	width: 100%;
	max-width: 1.5em;
	height: 1.5em;
	z-index: 10;
}

#task-community .new-member-icon {
	color: #00584A;
}

.new-member-task {
	width: 100%;
	padding: 1em 1em 1em 8em;
	margin-left: -4.5em;
	border: 1px solid #ddd;
	border-radius: 1em;
}

.new-member-task h2 {
	margin-top: 0;
}

/* WEBINAR LIBRARY */
.wbnr-search-container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.wbnr-search-button {
	display: inline-block;
	padding: .25em .75em;
	background-color: #4D1979;
	color: #fff;
	cursor: pointer;
	width: 4em;
	border-radius: 1em;
	margin: 0 .25em;
	text-align: center;
	border: 2px solid #4D1979;
}

.wbnr-search-button.wbnr-search-x {
	width: 3em;
	background-color: transparent;
	color: #4D1979;
	font-weight: 700;
	margin: 0;
}

.wbnr-search-container .wbnr-search {
	width: 20em;
	max-width: 75%;
	border-radius: 1em;
}

.wbnr .wbnr-category-container h2 {
	margin-bottom: .5em;
}

.wbnr-category-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.wbnr-category-row .wbnr-card {
	width: 100%;
	max-width: 30%;
	margin: 1em 1.667%;
}

.wbnr .wbnr-card h4 {
	font-size: 1.1em;
	margin-bottom: .25em;
}

.wbnr .wbnr-card .wbnr-title {
	height: 2.35em;
	line-height: 1.15;
	position: relative;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;	
}

.wbnr .wbnr-card .wbnr-title a {
	color: #333;
	text-decoration: none;
}

.wbnr-thm {
	position: relative;
}

.wbnr-thm .wbnr-length {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 0em .25em;
	background-color: #808080;
	color: #fff;
	font-size: .75em;
	opacity: 0.8;
}

.wbnr .wbnr-details {
	padding: .25em;
}

.wbnr .wbnr-slides, .wbnr .wbnr-info, .wbnr .wbnr-date {
	font-size: .8em;
	color: #808080
}

.wbnr-noauth {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #333;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	color: #fff;
	text-align: center;
	padding-top: 2em;
}

.wbnr-noauth:active {
	opacity: 0.75;
}

.wbnr-card.wbnr-hover .wbnr-noauth {
	opacity: 0.75;
}

.wbnr .wbnr-noauth p a {
	color: #fff;
}

.wbnr-card .wbnr-noauth p {
	display: none;
}

.wbnr-card.wbnr-hover .wbnr-noauth p {
	display: block;
}

/* Data Repository */

.dr-link-generator .dr-input {
	width: 20em;
	font-size: 1.15em;
	max-width: 75%;
	border-radius: .25em;
	height: 2.3em;
	padding: .2em 1em;
}

.DRLinkFlex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dr-link-generator label {
	display: block;
}

.dr-link-generator .dr-link-button {
	display: inline-block;
	cursor: pointer;
}

.dr-link-generator .DRLinkFlex .dr-link-button .btn-optcl {
	height: 2.3em;
}

/* OPTICAL THEME UPDATES */
body .optcl {
	font-size: 16px;
}

.optcl h1, .optcl h2, .optcl h3, .optcl h4, .optcl h5, .optcl h6 {
	font-family: 'Open Sans', Arial;
	border: none;
	font-weight: 700;
}

.optcl h1 {
	font-size: 2.75em;
	margin-bottom: 1em;
}

.optcl h2 {
	font-size: 2em;
	margin-bottom: .625em;
	margin-top: .75em;
}

.optcl h3 {
	font-size: 1.5em;
	margin-bottom: .625em;
	margin-top: .75em;
}

.optcl h4 {
	font-size: 1.15em;
	margin-bottom: .625em;
	margin-top: .75em;
}

.optcl h5 {
	font-size: 1.5em;
	text-transform: uppercase;
	margin-bottom: .625em;
	margin-top: .75em;
}

.optcl h6 {
	font-size: 1.25em;
	text-transform: uppercase;
	margin-bottom: .625em;
	margin-top: .75em;
}

.optcl h1.h1-h2-subhead {
	margin-bottom: 0em;
}

.optcl h2.h1-h2-subhead {
	margin-top: 0em;
	font-size: 1.25em;
	font-weight: 400;
	color: #777;
	margin-bottom: 2em;
}

.optcl .gray-subhead {
	padding: .5em;
}

.optcl .gray-subhead h4 {
	padding: .4em 1em;
	margin: 0.5em -0.5em;
	background-color: #eee;
}

.optcl .panel.panel-gray {
	border-radius: 1em;
	background-color: #eee;
	border: none;
}

.optcl a {
	color: #00584A;
}

.optcl a:hover {
	color: #11695B;
}

.optcl h1 a, .optcl h2 a, .optcl h3 a, .optcl h4 a, .optcl h5 a, .optcl h6 a,
.optcl h1 a:hover, .optcl h2 a:hover, .optcl h3 a:hover,
.optcl h4 a:hover, .optcl h5 a:hover, .optcl h6 a:hover {
	color: inherit;
}

.optcl a.btn-optcl {
	font-family: 'Open Sans', Arial;
	font-size: 1.15em;
	text-align: center;
	color: #fff;
	cursor: pointer;
	padding: .2em 1em;
	border-radius: .25em;
	border: 2px solid #4D1979;
	display: inline-block;
	min-width: 6em;
	max-width: 12em;
	margin: .5em .25em;
	text-decoration: none !important;
	background-image: none;	
}

.optcl a.btn-optcl.disabled {
	opacity: 0.65;
	pointer-events: none;
	cursor: default;
}

.optcl a.btn-optcl.btn-optcl-sm {
	font-size: 1.1em;
	padding: .25em .75em;
}

.optcl a.btn-optcl.btn-optcl-1 {
	background-color: #00584A;
	border: 2px solid #00584A;
}

.optcl a.btn-optcl.btn-optcl-1:hover {
	background-color: #11695B;
	border-color: #11695B;
}

.optcl a.btn-optcl.btn-optcl-2 {
	background-color: #4D1979;
}

.optcl a.btn-optcl.btn-optcl-2:hover {
	background-color: #5E2A8A;
	border-color: #5E2A8A;
}

.optcl a.btn-optcl.btn-optcl-3 {
	color: #4D1979
}

.optcl a.btn-optcl.btn-optcl-3:hover {
	color: #5E2A8A;
	border-color: #5E2A8A;
}

.optcl a.btn-optcl.btn-optcl-4 {
	color: #00584A;
	border-color: #00584A;
}

.optcl a.btn-optcl.btn-optcl-4:hover {
	color: #11695B;
	border-color: #11695B;
}

.optcl-text-container {
	max-width: 45em;
	margin: auto;
}

.optcl .panel.panel-default {
    margin: 1em 0em;
    border: 1px solid #eee;
    border-radius: .25em;	
}

.optcl .panel-group .panel {
	border-radius: 0;
}

.optcl .panel .panel-heading {
	background-color: #eee;
	border-radius: 0;
	margin-bottom: .5em;
}

.optcl .panel .panel-heading .panel-title {
	font-size: 18px;
	margin-bottom: .25em;
	margin-top: .25em;
	display: inline-block;
	max-width: 90%;
}

.optcl .panel .panel-heading .panel-title a {
	text-decoration: none;
}

.optcl .panel-group .panel, .optcl .panel-group .StandardPanel {
	border: none;
}

.optcl .panel .panel-collapse .panel-body {
	border-top: none;
	border-bottom: solid 1px #ddd;
}

.optcl .panel .panel-heading .panel-plus {
	width: 2em;
	height: 2em;
	background-image: url('/images/gsa/buttons/panel-plus.png');
	background-size: contain;
	display: block;
	background-repeat: no-repeat;
	float: right;
}

.optcl .panel .panel-heading .panel-plus.collapsed {
	transform: rotate(45deg);
}

.optcl .table.clean th {
	border: none;
	background-color: transparent;
}

.optcl .table-responsive .table.text-wrap td {
	white-space: normal;
}

/* Lists with breakpoint-dependent appearance */

ul.sm-block-md-inline {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.sm-block-md-inline li {
    display: inline;
}

/* EXPERIMENTAL */
.simple-collapse-content {
	border-bottom: 1px solid #ddd;
	padding-right: 1em;
	margin-top: 1em;
}

.simple-collapse .collapsed .glyphicon.glyphicon-plus {
	display: inline-block;
}

.simple-collapse .glyphicon.glyphicon-plus {
	display: none;
}

.collapsed .glyphicon.glyphicon-minus {
	display: none;
}

.read-more-less.collapsed::after {
    content: "Read more +"
}

.read-more-less::after {
    content: "Read less –"
}  

/* Full-width row background */
.full-width-bg {
    width: 100%;
	padding: 2em 1em;
}

.bg-color-green, 
.bg-color-purple, 
.bg-color-gray {
	padding: 1em 1.5em;
	margin-right: -15px;
	margin-left: -15px;
}

.bg-color-green {
	background-color: #dae6e0;
}

.bg-color-purple {
	background-color: #e0dae6;
}

.bg-color-gray {
	background-color: #eee;
}

/* EarthCache */

.nav-tabs > li.ec-planetary > a, 
.nav-tabs > li.ec-planetary > a:focus, 
.nav-tabs > li.ec-planetary > a:hover,
.nav-tabs > li.active.ec-planetary > a, 
.nav-tabs > li.active.ec-planetary > a:focus, 
.nav-tabs > li.active.ec-planetary > a:hover {
	background: linear-gradient(to bottom, #fadbd8, #fdfdfd);
}

.nav-tabs > li.active.ec-planetary > a, 
.nav-tabs > li.active.ec-planetary > a:focus, 
.nav-tabs > li.active.ec-planetary > a:hover {
    border-bottom-color: #fdfdfd;
}

/* JOB BOARD RULES */

.optcl.job-board h1 {
	margin-bottom: .75em;
}

.job-board .job-board-icon {
	color: #4D1979;
	width: 1em;
	margin: 0em .5em;
	text-align: center;
}

.job-board .panel h4 {
	margin-top: 0em;
	color: #00584A;
}

.job-board .main-details {
	font-weight: 700;
	margin: 0em;
	display: flex;
}

.job-board .job-description {
	margin-top: 1em;
}

.optcl.job-board .view-job {
	font-size: .8em;
	font-weight: 400;
}

.job-board .compensation {
	font-size: .8em;
}

.job-board .compensation .job-board-icon {
	font-size: 1.25em;
}

.job-board .panel.panel-gray.featured-job {
	border-top: 2em solid #852f86;
}

.job-board .panel.panel-gray.featured-job::before {
	content: "Featured";
	position: absolute;
	margin-top: -1.75em;
	margin-left: 2em;
	color: #ffffff;
	font-weight: 700;
}

.job-board .panel.panel-gray.click-feedback {
	background-color: #fafafa;
}

/* JOB BOARD: Row with img */    
.job-board .primary-flex-container {
	display: flex;
	justify-content: space-between;
}

.job-board .primary-flex-container .img-flex-container img {
	margin: .5em 1em;   
}

.job-board .img-flex-container img {
    max-width: 125px;
}

/* JOB BOARD: Search box */
#jobSearchInput {
	width: 15em;
	max-width: 100%;
}

.job-board .btn-optcl {
	cursor: pointer;
}

.job-board .jb-jumpToSection {
	margin-right: .75em;
}

#results-number {
	padding-left: .5em;
}

/* JOB BOARD: Featured Positions */
.panel.panel-gray.featured-positions {
	border-top: 2em solid #13294d;
}

.featured-positions .row:nth-last-child(n+2) {
    border-bottom: 1px dotted #aaa;
    padding-bottom: .5em;
}

.featured-positions .row {
    padding-top: .5em;
}

.optcl .featured-positions a.btn-optcl.btn-optcl-1 {
    font-size: 1em;
}

/* JOB BOARD: Individual Page */
.jb-full-job {
    width: 100%;
    max-width: 40em;
    margin: auto;
}

.jb-full-job .jb-organization::before, .jb-full-job .jb-location::before {
	font-family: FontAwesome;
	color: #4D1979;
	width: 1em;
	margin: 0em .25em;
	text-align: center;    
}

.jb-full-job .jb-organization::before {
	content: "\f1ad";
}

.jb-full-job .jb-location::before {
	content: "\f041";
}

.jb-full-job .jb-organization, .jb-full-job .jb-location {
    font-weight: 700;
    font-size: 1.1em;
}

.jb-full-job .jb-organization {
	margin-bottom: .25em;
}

.jb-full-job .jb-image {
    float: right;
    margin: 0 0 1em 1em;
}

/* JTPC RULES */

.jtpc a, .jtpc a:visited {
    color: #136baf;
    text-decoration: none;
}

.jtpc a:hover, .jtpc a:active {
    color: #64c5e2;
    text-decoration: none;
}

/* SECTION / SIP NAV RULES */
.sip-nav .navbar-brand {
	padding: 3px 20px;
}

.sip-nav .navbar-header .navbar-toggle:hover,
.sip-nav .navbar-header .navbar-toggle:focus {
	background-color: #11695B;
}

.sip-nav .navbar-header .navbar-toggle .icon-bar {
	background-color: #ddd;
}

.section-nav .navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: none;
}

.section-nav .navbar-collapse {
	padding-left: 15px;
	padding-right: 15px;
	background-color: unset;
}

/* SIP TIMELINE RULES */

.timeline-item-icon {
    font-size: 2em;
    color: #4D1979;
}

.timeline-item {
    padding: 0 1.5em;
    text-align: center;
    border-radius: 1em;
}

.timeline-line-container {
	display: none;
}

/* EMERGENCY BANNER RULES */

.emergency-banner {
	position: relative;
	background-color: #e11;
	z-index: 100;
	padding: .5em 1em;
	text-align: center;
	color: #fff;
	font-weight: 700;
}

.emergency-banner p {
	margin: 0;
	font-weight: 700;
}

/*
.wrapper {
    position: relative;
}
*/

@media screen and (min-width: 768px) { 
    .offsetAnchor { 
        margin-top: -150px;
        padding-bottom: 150px; 
        height: 0;
        display: block; 
        position: relative;
        z-index: -1;        
    }

    .sm-float-right {
        float: right;
        padding: 0 0 .5em 1em;
    }

    .sm-float-left {
        float: left;
        padding: 0 1em .5em 0;
    }

    .landing-hero-right {
        border-left: 2px solid #222;
    }

    /* Experimental for section meetings */
    #sectionMenuMobile {
        display: none;
    }

    /* Set minimum nav height for consistency ^^^ */
    /* Create several different heights to accommodate? e.g., .section-row-offset-175 .section-row-offset-225, etc. */
    .section-row-offset-225 {
        margin-top: -225px;
        z-index: 10;
    }

    .section-row-offset-175 {
        margin-top: -175px;
        z-index: 10;
    }    

    .section-row-offset-125 {
        margin-top: -125px;
        z-index: 10;
    }    

    .section-row-offset-75 {
        margin-top: -75px;
        z-index: 10;
    }      

	.bg-color-green, 
	.bg-color-purple, 
	.bg-color-gray {
		margin-right: 0em;
		margin-left: 0em;
	}
	
	/* SIP TIMELINE RULES */
	
	.timeline-5-container {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-evenly;
	}

	.timeline-item.timeline-item-1, 
	.timeline-item.timeline-item-3, 
	.timeline-item.timeline-item-5 {
		flex-basis: 33%;
		order: 1;
	}

	.timeline-item.timeline-item-2, .timeline-item.timeline-item-4 {
		flex-basis: 33%;
		order: 3;
	}

	.timeline-line-container .timeline-line {
		flex-basis: 100%;
		order: 2;
		border: 1px solid #11695B;
		height: 0;
	}

	.timeline-line-container {
		flex-basis: 100%;
		order: 2;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		margin: 1em 0em
	}

	.timeline-line-container .triangle-1,
	.timeline-line-container .triangle-3,
	.timeline-line-container .triangle-5 {
		order: 1;
		flex-basis: 33%;
	}

	.timeline-line-container .triangle-2,
	.timeline-line-container .triangle-4 {
		order: 3;
		flex-basis: 33%;
	}

	.timeline-line-container .triangle-up {
		height: 50px;
		width: 8px;
		margin: auto;
	}

	.timeline-line-container .triangle-down {
		height: 50px;
		width: 8px;
		margin: auto;    
	}

}

@media screen and (max-width: 767px) {
    .offsetAnchor {
        margin-top: -50px;
        padding-bottom: 50px;
        height: 0;
        display: block;
    }

    .sm-float-left, .sm-float-right {
        margin: auto;
        padding-bottom: .5em;
    }

    .sm-float-left img, .sm-float-right img {
        display: block;
        margin: auto;
    }

    .sm-center-img {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .landing-hero-head {
        font-size: 3em;
        text-align: center;
    }

    .landing-hero img.main-image {
        margin-top: 0em;
    }

    .landing-hero .align-top {
        margin-top: .75em;
    }   

	.optcl .landing-hero-overlay h1 {
		font-size: 3em;
	}
	
	.optcl h1 {
		margin-bottom: .75em;
	}	
	
	.optcl h2 {
		margin-top: .5em;
	}

    .pub-thumbs {
        padding-right: 15px;
    }

    .sm-v-collapse {
        padding-top: 0;
        padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 0;
    }

    .flexslider .slides .slideContent.right.no-bg {
        background: #fefefe;
    }    
    
    /* Experimental for section meetings */
    #sectionMenuMobile {
        display: block;
        font-size: 1.25em;
    }

    #sectionMenuMobile a {
        text-decoration: none;
        color: #333;
        background-color: #eee;
    }
	
	.sectionMenuContainer #sectionMenuMobile a, .sectionMenuContainer #sectionMenuMobile span {
		text-decoration: none;
		color: #eee;
		background-color: #00584A;
		border-color: #00584A
	}		
	
	.sectionMenuContainer #sectionMeetingNav {
		margin-bottom: 0;
	}

	.sectionMenuContainer {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 100;
		width: 100%;
	}

	.sectionMenuContainer a.list-group-item, .sectionMenuContainer a {
		border-radius: 0;
	}	

    /* Special rules for About Section pages and dynamic content */
    .section-title {
        font-size: 1.1em;
        text-align: left;
    }
	
	/* SPECIAL MEMBERSHIP RULES */
	.mbr-category-flex {
		flex-direction: column;
		border: none;
		padding: 0;
		font-size: 1em;
	}	
	
	.mbr-category-flex .flex-item:nth-child(n+2) {
		margin-top: 2em;
		border-left: none;
		border-top: 1px solid #666;
	}
	
	.mbr-category-tile-flex {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	
	.mbr-category-tile-flex .flex-item {
		width: 250px;
		margin: 1.5%;
		max-width: 90%;
	}	
	
	.mbr-footer-promo {
		flex-direction: column;
	}

	.mbr-footer-promo .flex-item {
		padding: 1em;
		width: 100%;
	}
	
	.mbr-download-flex {
		display: flex;
		flex-direction: column;
		align-content: center;
	}

	.mbr-download-flex .flex-item {
		width: 100%;
		max-width: 90%;
		padding: 0 0 .5em 0;
	}	
	
	/* NEW MEMBER ONBOARDING RULES */
	.new-member-flex {
		flex-direction: column;
		align-items: center;
	}
	
	.new-member-icon {
		margin-bottom: .25em;
		text-align: center;
		margin-top: .25em;
	}	
	
	.new-member-task {
		padding-left: 1em;
		margin-left: 0;
	}
		
	/* SPECIAL WEBINAR RULES */
	.wbnr-category-row {
		flex-direction: column;
		align-content: center;
	}

	.wbnr-category-row .wbnr-card {
		width: 100%;
		max-width: 480px;
		margin: 1em;
	}
	
	/* DATA REPOSITORY RULES */
	.DRLinkFlex {
		flex-direction: column;
	}
	
    /* Lists with breakpoint-dependent appearance */

    ul.sm-block-md-inline li {
        display: block;
    }

    .sm-display-none {
        display: none;
    }

    /* Penrose and Thompson */
    .pen-tho .lead {
        font-size: 1.5em;
    }

    .pen-tho p {
        font-size: 1.1em;
    }
    
    .pen-tho .nav-tabs {
        border: none;
    }
    
    .pen-tho .nav-tabs li {
        float: none;
    }    
    
    .pen-tho .nav-tabs li a {
        border-radius: 0;
        padding: .25em 1em;
    }    

    .pen-tho .nav-tabs li.active a, .pen-tho .nav-tabs li.active a {
        background-color: #eee;
    }       

    .pen-tho .nav-tabs li ul {
        background-color: #fdfdfd;
    }

    .pen-tho .nav-tabs.pen li.active li a, .pen-tho .nav-tabs.tho li.active li a {
    	background-color: transparent;
    }

    .pen-tho .nav.nav-tabs .dropdown .dropdown-menu li.active a {
        background-color: #eee;
    }     
	
	/* WEBINAR LIBRARY */
	.wbnr-search-container {
		display: block;
		font-size: 1.25em;
	}
	
	.wbnr-search-container .wbnr-search {
		display: block;
		margin: .5em 0em;
		width: 100%;
		max-width: 100%;
	}
	
	.wbnr-search-button {
		margin: 0 0 0 .25em;
		float: right;
		width: 25%;
	}
	
	/* JOB BOARD */
	#jobSearchInput {
		margin-bottom: 1em;
	}

	.job-board .primary-flex-container {
		flex-direction: column;
	}
	
	.job-board .primary-flex-container .img-flex-container img {
		margin: 1em 1em 0em 0em;
	}	
	
	/* SECTION / SIP NAV */
	.navbar.section-nav.navbar-default {
        position: fixed;
        width: 100%;
        margin: 0px;
        padding: 0px;
        left: 0;
        bottom: 0;
        z-index: 10;
    }

    .sip-nav .navbar-header {
        background-color: #00584A;
    }
}