/* :::::::::::::::::::::::::::::::::::::::::::::::::::
	NAVIGATION
::::::::::::::::::::::::::::::::::::::::::::::::::: */
.main-navigation, .sub-navigation { float: none; font-weight: 400; font-size: 1.8em; line-height: 38px; height: 38px; }

.main-navigation li:last-child, .sub-navigation li:last-child{ margin: 0; }

.main-navigation a, .sub-navigation a{
	padding: 10px 15px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
}

.main-navigation a, .sub-navigation a,
.main-navigation a:visited, .sub-navigation a:visited{ color: #003b5c; font-weight: normal; }

.current-menu-item > a,
.current-menu-item > a:visited,
#section-nav .current-page-ancestor a,
#section-nav .current-page-ancestor a:visited{ background: #2774ae; color: white;}

.main-navigation .container{ margin: 0 auto; }

#menu-main{ float: left; }

#section-nav{ position: relative; }
#section-nav ul{ list-style-type: none; }
#section-nav ul li{ display: inline-block; }

header .search-form{ float: right; margin-top: -1px; }
header .search-form label{
	font-size: 1em;
	display: inline-block;
	margin-bottom: 0;
	float: left;
}
header .search-form .search-field{
	padding: 3px 6px;
	width: 16.7rem; height: 2.4rem;
	box-sizing: border-box;
}
header .search-form .search-field,
header .search-form .search-submit{
	border-radius: 3px;
	font-size: 1.4rem;
	border: 0;
}
header .search-form .search-submit{
	text-transform: uppercase;
	padding: 0 1.1rem;
	width: auto; height: 2.4rem;
	text-shadow: none;
	box-shadow: none;
	color: white;
	margin-left: -4px;

	background: #2a4988; /* Old browsers */
	background: -moz-linear-gradient(left,  #2a4988 0%, #005587 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2a4988), color-stop(100%,#005587)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #2a4988 0%,#005587 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #2a4988 0%,#005587 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #2a4988 0%,#005587 100%); /* IE10+ */
	background: linear-gradient(to right,  #2a4988 0%,#005587 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a4988', endColorstr='#005587',GradientType=1 ); /* IE6-9 */
}

header .search-form .search-submit:before{
	content: '\f002';
	font-family: FontAwesome;
	font-size: 1.3rem;
	margin-right: 0.3em;
}

#site-overlay{ display: none; }


/* :::::::::::::::::::::::::::::::::::::::::::::::::::
	LOGO
::::::::::::::::::::::::::::::::::::::::::::::::::: */
#logo a { background:url(../img/ucla-grad-logo.png) left bottom / contain no-repeat; display:block; text-indent:-9999px; }


/* :::::::::::::::::::::::::::::::::::::::::::::::::::
	HERO / PRESTIGE IMAGE
::::::::::::::::::::::::::::::::::::::::::::::::::: */
.hero-image-container{ position: relative; z-index: 0; }

.hero-image-container .overlay{
	width: 100%; /* height: 170px; */ /* moved height to responsive.css - 20150120 AW */
	position: absolute; bottom: 0;
	z-index: 1;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjgyZCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjI4MmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(34,40,45,0) 0%, rgba(34,40,45,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,40,45,0)), color-stop(100%,rgba(34,40,45,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(34,40,45,0) 0%,rgba(34,40,45,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(34,40,45,0) 0%,rgba(34,40,45,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(34,40,45,0) 0%,rgba(34,40,45,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(34,40,45,0) 0%,rgba(34,40,45,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0022282d', endColorstr='#22282d',GradientType=0 ); /* IE6-8 */
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::
	CALLOUT (CTA) BUTTON - Updated 4/18/19
::::::::::::::::::::::::::::::::::::::::::::::::::: */
.vertical-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

a.fill-div {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	text-align: center;
}

#cta-box{ position: absolute; right: -35px; bottom: 114px; z-index: 10; height:120px; width: 215px;  /* changed width 212px to 215px for SmartRecs */
	background: rgb(255,209,0); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZjIxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWQzMTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,209,0,6) 0%, rgba(255,184,28,18) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,209,0,6)), color-stop(100%,rgba(255,184,28,18))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,209,0,6) 0%,rgba(255,184,28,18) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,209,0,6) 0%,rgba(255,184,28,18) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,209,0,6) 0%,rgba(255,184,28,18) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,209,0,6) 0%,rgba(255,184,28,18) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd100', endColorstr='#ffb81c',GradientType=0 ); /* IE6-8 */
}
#cta-mobile a, #cta-box a{ text-transform: uppercase; text-decoration: none; }
#cta-mobile a span, #cta-box a span{ display: block; text-align: center; }

#cta-box a, #cta-mobile a,
#cta-box a:visited, #cta-mobile a:visited{ color: #005587; }


#cta-mobile{ display: none;
	background: #ffd100; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffd100 0%, #ffb81c 50%, #ffd100 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffd100), color-stop(50%,#ffb81c), color-stop(100%,#ffd100)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffd100 0%,#ffb81c 50%,#ffd100 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffd100 0%,#ffb81c 50%,#ffd100 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffd100 0%,#ffb81c 50%,#ffd100 100%); /* IE10+ */
	background: linear-gradient(to right,  #ffd100 0%,#ffb81c 50%,#ffd100 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd100', endColorstr='#ffb81c',GradientType=1 ); /* IE6-9 */
}

#cta-mobile a .big{ padding: 0px; margin: 0px; }
#cta-mobile a .med{ padding: 0px; margin: 0px; }
#cta-mobile a .small{ display: none; }

/* majors pages */
.page-template-template-major .nav-menu #menu-item-4489 > a{
  color: #fff;
  background: #2774ae;
}

nav.breadcrumb{ font-size: 1.3rem; margin-bottom: 2em; }

.degree-container .circle{ float: left; margin: 0 1em 0 2em; }

.button-container.dept-site-link{ margin: 3em 0; }

nav#major-tabs{}
nav#major-tabs ul{
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  border: 2px solid #297cb3;
  border-radius: 0.9rem;
  background-color: #daebfe;
}
nav#major-tabs ul li{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 200px;
  text-align: center;
  margin: 0;
  padding: 0.9rem;
}

nav#major-tabs ul li+li{ border-left: 2px solid #297cb3; }

nav#major-tabs ul li:first-child{ border-radius: 0.7rem 0 0 0.7rem; }
nav#major-tabs ul li:last-child{ border-radius: 0 0.7rem 0.7rem 0; }

/* tabs in template major */
#tabs {
    position: relative;
    background: transparent;
    border: none;
}

#tabs .ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em;
	background: none;
}

#tabs .ui-widget-content{
  min-height: 1400px;
}

#tabs .ui-tabs-nav .ui-state-default {
    background: transparent;
    border: 1px;
    border-color: #2774ae;
    text-align: center !important;
}

#tabs .ui-tabs-nav .ui-state-default a {
    position: relative;
    background-color: #daebfe;
    border: 1px;
    border-color: #2774a3;
    width: 100%;
}

#tabs .ui-tabs-nav .ui-state-active a {
    position: relative;
    color: #FFFFFF;
    background-color: #2774ae;
    border: none;
    width: 100%;
}

#tabs .ui-tabs-nav .ui-state-hover a {
    position: relative;
    color: #FFFFFF;
    background-color: #2774ae;
    border: none;
    width: 100%;
}

#tabs .ui-tabs-nav .ui-state-active a:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(58, 123, 167, 0);
	border-top-color: #2774ae;
	border-width: 12px;
	margin-left: -12px;
}

#tabs .ui-tabs-nav li:first-child a{
    -moz-border-radius: 6px 0px 0px 6px;
    -webkit-border-radius: 6px 0px 0px 6px;
    border-radius: 6px 0px 0px 6px;
}

#tabs .ui-tabs-nav li:last-child a{
    -moz-border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px;
}

#tabs .ui-tabs-nav li {
    position: relative;
    margin: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    width: 33.3%;
    text-align: center;
}

#tabs .ui-widget-header {
    background: transparent;
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.ui-widget-content .major-tab a {
  color: #3368ff;
}

.ui-widget-content .major-tab a:visited {
  color: #AB2EFF;
}

/* change font color for tab text to match rest of the site 7/3/19 */
.ui-widget-content .major-tab p {
  color: #1a1a1a;
}

/* programs and program requirements pages */
.grad-pagination {
  padding: 10px 15px 10px 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.grad-pagination .page-numbers,
.major-tab .grad-pagination .page-numbers {
  position:relative;
	background:#daebfe;
	color:#555555;
	padding:3px;
	width: 78px;
	text-align: center;
	font-size:1.5rem;
}

.grad-pagination .placeholder{
  width: 78px;
}

.grad-pagination a {
    color:#555555 !important;
}

.emm-paginate a {background:#ddd; border:1px solid #ccc; color:#666; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}

.grad-pagination a:hover,
.major-tab .grad-pagination a:hover {
    background:#2774ae;
    color:#FFFFFF !important;
    text-decoration: none;
}

.grad-pagination .next:hover:after {
    border-left-color: #2774ae;
}

.grad-pagination .prev:hover:after {
    border-right-color: #2774ae;
}

.grad-pagination .current {
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  position:relative;
	background:#2774ae !important;
	color:#FFFFFF !important;
}

.grad-pagination .current:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(58, 123, 167, 0);
	border-top-color: #2774ae;
	border-width: 8px;
	margin-left: -8px;
}

.grad-pagination a.prev {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  text-decoration: none;
}
.grad-pagination a.prev:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(201, 234, 247, 0);
	border-right-color: #daebfe;
	border-width: 13px;
	margin-top: -13px;
}

.grad-pagination a.next {
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-bottomleft: 1em;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  text-decoration: none;
}
.grad-pagination a.next:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(201, 234, 247, 0);
	border-left-color: #daebfe;
	border-width: 13px;
	margin-top: -13px;
}


.a-z-anchors{ text-align: center; }
/* 7/1/19 Added color for Accessibility  */
.a-z-anchors h4{ color: #1a1a1a; }

.header-container { width: 100%; }
.degree-header-label{ float: left; text-align: left; width: 520px; }

.major-container {
  width:100%;
  min-height: 22px; 
  margin: 12px auto;
}
.major-container.indent{ padding-left: 2em; }
.major-container .title {
  float:left; clear: both;
  font-size: 1.3rem;
  line-height: 1.5;
  max-width: calc(100% - 70px);
}
.major-container .title + .title{ margin-left: 0.5em; clear: none; }

.major-container p{ margin: 0; }

.major-container .title > p{ 
  font-size: 1em; 
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 7/1/19 Changed color from #217CB5 for accessibility */
.dept-label{
  float:left; 
  color:#1a1a1a;
}
.dept-label > p{
  font-size: 0.8em;
  line-height: 1.875;
  display: inline-block;
  vertical-align: baseline;
}
p.label{
  color:#545454;
  font-size: 1.0em;
  float: left;
  /*display: inline-block;
  white-space: nowrap;   */
}

.slide {
    float: left;
    font-size: 1.2em;
}

span.circle {
  display: inline-block;
}

.degree-content { float:right; }
.degree { text-align:center; width:30px; color:#287cb3; font-size:1.4em; }

.cleared  { clear:both; height: 0px;}

.circle {
  width:22px;
  height:22px;
  border-radius:100%;
  color:#fff;
  text-align:center;
  background:#217CB5;
}
/* 7/1/19 changed color from #757777 for accessibilty. */
.circle.only-phd{
    background:#fff;
	border: 1px;
	border-style: solid;
	border-color: #217CB5;
	color: #217CB5;
}
.circle.only-title{
  background: #217CB5;
  font-size: 1.0em;
  width: 17px;
  height: 17px;
  margin-left: 8px;
  margin-right: 0.8px;
  margin-bottom: 2px;
}
/* 7/1/19 changed color from #757777 for accessibilty. */
.circle.only-title.only-phd {
	background: #fff;
}
.circle.only-blank{ background:#fff; }
.degree-content .circle{
  float: left;
  margin-left: 4px;
}

a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  color: #FFFFFF;
  font-size: 1.0em;
  background: #287CB3;
  height: 27px;
  line-height: 27px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #287CB3;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  top: 5px;
  left: 50%;
  margin-left: -90px;
  z-index: 999;
}

#programs-hierarchy{ margin-top: 1.5em; }
#programs-hierarchy ul{
  list-style: none;
  margin-left: 2em;
  margin-bottom: 0;
}
#main-content #programs-app-wrap li{
  font-size: 1em;
}

/* PROGRAM REQUIREMENTS */

body.single-gd_program_reqs table{
	font-size: 1.5em;
  border-spacing: 0;
	margin-bottom: 22px;
	border-collapse: collapse;
}

body.single-gd_program_reqs table p{
	font-size: 1em;
}

body.single-gd_program_reqs table th, body.single-gd_program_reqs table td {
  border-width: 1px;
  border-style: solid;
	padding: 4px;
}

body.single-gd_program_reqs table {
}

/* majors page tabs - admission & program reqs, program stats */
#content .ui-widget,
#content .ui-widget button{   font: normal 400 10px/1.375 ProximaNova, Verdana, sans-serif; }

#tabs .ui-tabs-panel {
  font-size: 1rem;
  padding: 0;
}

h3 big{ font-size: 100%; }

#program-reqs-tab table td{
  border: 1px solid #545454;
  padding: 4px;
}

#program-reqs-tab table{
  margin-bottom: 22px;
}

#program-reqs-content ul li{
	font-size: 1.0em;
}

#program-reqs-content ol li{
	font-size: 1.0em;
}

#statistics-tab .subtable td{
  padding: 1em 0.8em 0.2em;
  border-bottom: 1px solid;
}

#statistics-tab .subtable tr:first-child td,
#statistics-tab .subtable tr:last-child td{
  border-bottom: 0;
}

#statistics-tab .subtable p{
  margin: 0;
  padding: 0;
}

/* accommodations for irregular formatting in program requirements pages */
section#program-reqs-content{ font-size: 1.5rem; }
#program-reqs-content p{ font-size: 1em; }

#main-content .gd_program_reqs table li {
    font-size: 1em; 
}

#main-content .program-reqs-tab li {
    font-size: 1.0em; 
}

/* BANNER shortcode styles */

h3.banner-wrap{
  width: 100%;
  text-transform: none;
  padding: 10px 0;
  line-height: 1.3;
  font-weight: 200;
}

h3.banner-right{
  text-align: right;
  padding-right: 30px;
}

h3.banner-right span.banner{ margin-right: -30px; }

h3.banner-left{ padding-left: 30px; }
h3.banner-left span.banner{ margin-left: -30px; }

h3 span.banner{
  padding: 10px 15px;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

h3 span.banner.light{
  background: #ffd100;
  color: #005587;
  
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fed314+0,fef219+50,fed314+100 */
  background: -moz-linear-gradient(left,  #ffb81c 0%, #ffd100 50%, #ffb81c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffb81c), color-stop(50%,#ffd100), color-stop(100%,#ffb81c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #ffb81c 0%,#ffd100 50%,#ffb81c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #ffb81c 0%,#ffd100 50%,#ffb81c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #ffb81c 0%,#ffd100 50%,#ffb81c 100%); /* IE10+ */
  background: linear-gradient(to right,  #ffb81c 0%,#ffd100 50%,#ffb81c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb81c', endColorstr='#ffb81c',GradientType=1 ); /* IE6-9 */

}
h3 span.banner.dark{
  background: #005587;
  color: #ffd100;
}

.banner .fix-overlap{ position: relative; }


/* BLOCKQUOTE styles - diversity page */

blockquote{
  background: transparent;
  border: 0;
}
blockquote p{
  font-size: 2.4rem;
  font-style: italic;
  color: #767676;
  margin-bottom: 0.4em;
}
blockquote footer{ 
  font-size: 1.3rem; 
  text-align: right;
  line-height: 1.4;
}
blockquote cite{ 
  font-weight: bold; 
  font-style: normal; 
  margin-bottom: 0.4em;
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::
	SITE FOOTER
::::::::::::::::::::::::::::::::::::::::::::::::::: */
footer.site-footer{
	position: relative;
	background: #2774ae;
	padding: 1.8em 1.4em;
}

.site-footer > div{ width: 49%; margin: 0; }
.site-footer > div.menu-links{ width: auto; float: left; }

.site-footer > div.menu-links > div { width: 130px; margin: 0; display: inline-block; }

.site-footer a, .site-footer .current-menu-item > a{ color: white; background: transparent; font-weight:normal; }

footer .menu-footer-container{
  float: left;
  margin-right: 2em;
}

footer ul.menu{ font-size: 1.3em; line-height: 1.642; list-style: none; margin: 0; }

.site-footer > div.social-links{ width: 190px; float: right; }

.site-footer > div.social-links a{
  font-size: 2.4em;
  float: right; 
  margin-left: 0.55em; 
  line-height: 1;
}

.site-footer > div.social-links a.giving{ 
  font-size: 1.3rem; 
  line-height: 1;
  color: #005587; 
  background-color: #ffd100; 
  padding: 5px 9px;
  border-radius: 4px;
}

.site-footer .menu #menu-item-3389 a:before{
  font-family: FontAwesome;
  content: '\f041';
  margin-right: 0.33em;
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::
	FORMS
::::::::::::::::::::::::::::::::::::::::::::::::::: */
#main-content form ul{ margin: 0; margin-left: 1.6em; }
#main-content form ul ul{ margin-left: 1em; }
#main-content form li{ font-size: inherit; line-height: 1.6; list-style-type: none; }

#main-content form li label ul li,
#main-content form .editor-help li{ list-style-type: disc; }

button, input, select, textarea{ margin: 0.2px 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea{
	border-color: #005587;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
/* input[type="search"]:focus, */
textarea:focus {
	outline: none;
	border-color: #2774ae;
}

input[type="checkbox"],
input[type="radio"]{
	height: 2em;
	vertical-align: top;
	margin-top: 1px;
	margin-right: 0.5em;
}

input.display-text,
input.display-text:focus{
  border: 0;
  box-shadow: none;
}

/* Shib Logout button both class & ID */
a.logout, a.logout:visited, #logout{
	color: #b32018;
}


form .editor-help{ font-size: 1.3em; line-height: 1.384; margin-bottom: 9px; }

form label{ color: #287cb3; font-size: 1.8em; margin-bottom: 9px; display: block; }

/* using the one below similar to production ----- These settings are for #grapes-filters label */

/*form label{
	color: #287cb3;
	font-size: 1.3rem;
	line-height: 2rem;
	margin-bottom: 0;
	padding: 0 1px;
	width: 172px;
	width: calc(100% - 3em);
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: bottom;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
*/


form li input + label{ display: inline-block; margin: 0; }

form li input[type="checkbox"] + label,
form li input[type="radio"] + label{ max-width: calc(100% - 27px); }

form li input[type="checkbox"] + label { color: #404040; }

form .editor-container label ul,
form .editor-container label ol { margin: 1em 0 0 1em; }

.field-container{ margin-top: 2em; }
.field-container .field-container:first-child,
form .field-container:first-child,
form input[type="hidden"]:first-child + .field-container,
form input[type="hidden"]:first-child + .gd-hide + .field-container{ margin-top: 0; }

select[data-type="date"], select[data-type="month"], select[data-type="year"] {
  width: 32.6%;
}

.button-container{
	border-color: #B8E2F2;
	border-style: solid;
	border-width: 0px;
	margin: 2em 15px;
}


/* review .description styles after demo */
.button-container + .description{
	font-size: 1.5em;
	margin: 2em 0;
}

.description ul{
	margin-top: 1.5em;
}

.description li{
	font-size: 1em !important;
}

button, .gd-report button{
	width: 100%; /* move to responsive.css */
	color: #063E71;
	text-shadow: none;
	border-radius: 20px;
    font-size: 1.5em;
}

button, .gd-form button{
	width: 100%; /* move to responsive.css */
	color: #005587;
	text-shadow: none;
	border-radius: 20px;
}

button.gd-btn{
	overflow: hidden;

	border: 1px solid #005587;
	border-radius: 3.6em;
	background: rgba(255,255,255,0.4);
	box-shadow: inset 0 0 20px 0px rgba(59,105,143,0.05);
	min-height: 43px;

	transition: all 0.2s ease-in;
	background-clip: padding-box;
}

button.logout{
     background:none;
     border:none; 
     padding:0;
     font: inherit;
     /*border is optional*/
     cursor: pointer;
		 box-shadow: inset 0 0 0px 0px;
		 color: #b32018;
		 display: inline-block;
		 width: 75px;
}

button.gd-btn.alert{
	border-color: #b32018;
	box-shadow: inset 0 0 20px 0px rgba(179,32,24,0.05);
	color: #b32018;
}

button[type="submit"], button#check, button.gd-btn.primary{
	border: 0rem;
	background-color: #daebfe;
	box-shadow: inset 0 0 20px 0px rgba(0,0,0,0.06);
}

button.gd-btn:hover,
button.gd-btn.faux-hover{
	color: white;
	background-color: #2774ae;
	border-color: #2774ae;
}

.gd-btn.in-progress,
button.in-progress,
button.gd-btn.in-progress:hover,
button.gd-btn.in-progress.faux-hover,
button.gd-btn:active{
	color: white;
	background-color: #005587;
	border-color: #2774ae;
}

button.gd-btn:focus{
	border: 0.1rem solid #2774ae;
	padding: 1.09rem;
	outline: 0;
}

.gd-btn .progress,
button .progress{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0%;

	background-color: #2774ae;

	transition: width 3s ease-in;
	border-radius: 19px;
}

.gd-btn .btn-label,
button .btn-label{
	position: relative;
/* 	transition: all .2s ease-in; */
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: 300;
}

.btn-label small{
	font-size: 1.1rem;
	font-weight: 400;
}

.gd-btn .btn-icons{
	position: absolute;
	right: 24px;
	top: 0; bottom: 0;
}


button.gd-btn.alert:hover,
button.gd-btn.alert.faux-hover,
button.gd-btn.alert:active,
.gd-btn.in-progress.alert,
button.in-progress.alert{
	color: white;
	background-color: #b32018;
	border-color: #b32018;
}

.gd-btn.in-progress.alert,
button.in-progress.alert,
button.gd-btn.in-progress.alert:hover,
button.gd-btn.in-progress.alert.faux-hover{
	background-color: #661210;
}

.gd-btn.alert .progress,
button.alert .progress{
	background-color: #b32018;
}


.editor-help.error{
	color: #b32018;
	font-size: 1.5em;
	line-height: 1.53;
}

div[data-error]{
	background-color: #b32018;
	color: white;
	padding: 0.4em 0.6em 0.4em 1.6em;
	text-indent: -1em;
	font-size: 1.3em;
	line-height: 1.65;
/* 	height: 1.65em; */
	opacity: 1;
	border-radius: 0 0 3px 3px;

  -webkit-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out;

}

div[data-error]:empty{
	height: 0;
	opacity: 0;
	margin-top: 0;
}

div[data-error]:not(:empty):before {
	font-family: FontAwesome;
	content: "\f077";
	margin-right: 0.5em;
	font-size: 0.6em;
	vertical-align: text-top;
}

div[data-error] a{
  color: white;
  text-decoration: underline;
}

.field-container textarea{
  -webkit-transition: all 0.8s ease-out;
          transition: all 0.8s ease-out;
}

.field-container.error > label{
	color: #b32018;
}

.field-container.error textarea {
	border: 1px solid #b32018;

	border-radius: 3px 3px 0 0;

  -webkit-animation: pink-pulse 2s ease-out;
          animation: pink-pulse 2s ease-out;
}

.field-container.error textarea:focus{}

.flags-container{
	margin-top: 1em;
}

.flags-container ul{
	list-style-type: none;
	margin-left: 2em;
}

.flags-container ul li{
	margin-left: 2em;
}

.flags-container ul li:before{
	float: left;
	margin-left: -2em;
	font-family: FontAwesome;
	content: "\f071";
	color: #D81118;
}

.unconditionalflags-container{
	margin-top: 1em;
}

.unconditionalflags-container ul{
	list-style-type: none;
	margin-left: 0em;
}

.unconditionalflags-container ul li{
	margin-left: 0em;
}
/*
.unconditionalflags-container ul li:before{
	float: left;
	margin-left: -2em;
	font-family: FontAwesome;
	content: "\f071";
	color: #D81118;
}
*/

.button-container button{ position: relative; }

.button-container button *{
	transition: opacity 1s ease-in-out;
}

.button-container button i{
	opacity: 0;
	visibility: visible !important;
	position: absolute;
	top: 0; bottom: 0;
	font-size: 13px;
	width: 13px; height: 13px;
	margin: auto;
}

.button-container button.primary i{
	color: white;
}

/* single select module */
#main-content ul.gd-ss{
	margin: 0 15px;
}

.gd-ss li{
	border: 1px solid #3b698f;
	padding: 1em;
	padding-left: 1.6em;
	border-radius: 3.6em;
	-webkit-box-shadow: inset 0 0 10px rgba(69,122,166,0.4);
	box-shadow: inset 0 0 10px rgba(69,122,166,0.4);
	margin-bottom: 0.65em;
}

#main-content .gd-ss li{ margin-bottom: 0.65em; }

form .gd-ss li input + label{ width: calc(100% - 1.5em); }

.gd-ss input[type="radio"]:checked,
/* .gd-ss input[type="radio"]:disabled, */
.gd-ss input[type="radio"].faux-disabled{
	visibility: hidden;
}

.gd-ss input[type="radio"]:checked + label::before,
.gd-ss input[type="radio"].faux-disabled + label::before{
	display: block;
	position: absolute;
  font-family: FontAwesome;
	height: 2.8rem;
  line-height: 1.6em;
	font-size: 1.8rem;
  visibility: visible;
  margin-left: -1.4em;
}

.gd-ss input[type="radio"]:checked + label::before{
	color: #3b698f;
	content: "\f00c";
}

.gd-ss input[type="radio"].faux-disabled + label::before{
	color: #daebfe;
	content: "\f05e";
}

input:disabled + label,
.gd-ss input[type="radio"]:disabled + label{
  cursor: default;
}

.gd-ss li .info{
	font-size: 1.3em;
	margin: 0 0 1em 1.7em;

	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.3s;
	-o-transition: max-height 0.3s;
	transition: max-height 0.3s;
}

.gd-ss li input[type="radio"]:checked ~ .info{
	max-height: 1000px;
}


/* form status view */

#status-container{
	font-size: 1.3em;
}

#status-container ul{
	list-style-type: none;
	margin: 1.5em 0;
}

#status-container ul li{
	padding: 1em 1.6em 1.2em;
	margin-bottom: 0.3em;
	border: 1px solid #daebfe;
	border-radius: 12px;
	width: 100%;
	display: table;
	font-size: 1em;
}

#status-container ul li.completed{
	background-color: #E7EF97;
	border-color: #EAE165;
}

#status-container ul li.approved{
	background-color: #E7EF97;
	border-color: #EAE165;
}

li.completed .gd-status-eta-detail{ display: none; }

#status-container ul li.normal.pending{
	background-color: #D8E9F4;
	border-color: #daebfe;
}

.gd-status-actions{
}

li.completed + li.normal .gd-status-actions{
	display: block;
}

#status-container ul li.alert{
	background-color: #F4EEE2;
	border-color: #B32018;
}

#status-container strong.gd-status-title{
	font-size: 1.15em;
	line-height: 1.6;
	display: block;
	margin-bottom: 1em;
}

li.completed strong.gd-status-title,
li.normal strong.gd-status-title,
li.completed .gd-status-eta,
li.normal .gd-status-eta{
	color: #3B698F;
}

li.alert strong.gd-status-title,
li.alert .gd-status-eta{
	color: #B32018;
}

.gd-status-eta{
	float: right;
	font-size: 0.85em;
	line-height: 2.26;
	margin-right: 0.6em;
}

li.completed .gd-status-eta{ display: none; }

ul li .status-icon{
	font-size: 18px;
	float: right;
}

.status-icon .gd-status-complete{
	color: green;
}
.status-icon .gd-status-incomplete{
	color: #427ca2;
}
li.alert .status-icon .gd-status-incomplete,
.status-icon .gd-status-error{
	color: #B32018;
}

.gd-status-contact{ margin-bottom: 1em; }
.gd-status-contact:last-child{ margin-bottom: 0; }

.gd-status-actions{ margin: 2em 0; }
.gd-status-actions button{ margin-bottom: 1em; }
.gd-status-actions button:last-child{ margin: 0; }

.gd-status-eta-detail{ margin-top: 1em; font-style: italic; color: #545454; }

#status-container ul li.view-level-1{
	padding-bottom: 1em;
}

#status-container strong.gd-status-title{
	margin-bottom: 0;
}

.gd-status-note{
  margin: 0 -1.6em 1em;
  padding: 1em 1.6em;
}

li.alert .gd-status-note{
  color: white;
  background: #B32018;
}

li.completed .gd-status-note{
  color: white;
  background: #B32018;
}

li.approved .gd-status-note{
  color: white;
  background: #005587;
}

.gd-status-note i{ float: left; }
.gd-status-note div{ margin: 1em 1em 1em 2em; }
.gd-status-note div:first-of-type{ margin-top: 0; }
.gd-status-note div:last-of-type{ margin-bottom: 0.2em; }

.gd-status-events button{ margin: 1em 0 2em; }

.gd-status-eta-detail,
.gd-status-events,
.gd-status-contact{
	max-height: 500px;
	opacity: 1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}


li.view-level-1 .gd-status-eta-detail,
li.view-level-1 .gd-status-events,
li.view-level-1 .gd-status-contact,
li.view-level-1 .gd-status-note{
	max-height: 0;
	overflow: hidden;
	margin: 0; padding: 0;
	opacity: 0;
}


/* Reviewer View */
#approval-info h3{ text-transform: none; margin-bottom: 22px; }
#approval-info .info-box{ margin: 0 0 42px 10px; }
#approval-form{ margin-top: 32px; }

/* #btn-after{ margin: 0 -15px; } */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::
	GRAPES
::::::::::::::::::::::::::::::::::::::::::::::::::: */
#search-header{
  padding: 20px 30px;
  background: white;
  position: relative;
}

#search-header p:last-of-type{
  margin-bottom: 0;
}

form#grapes-filters{
	max-width: 250px;
	margin: 0;
	padding-right: 40px;
	float: left;
}

.search-header-bg{
	width: 100%;
	position: relative;
}

#grapes-filters header{
	font-size: 1.4rem;
	margin-top: -66px;
	color: white;
}

#grapes-filters header,
#grapes-search-results thead{
	text-transform: uppercase;
	line-height: 36px;
	letter-spacing: .05em;
}

#grapes-filters fieldset{
	margin-top: 4rem;
}

#grapes-filters legend{
	font-size: 1.4em;
	text-transform: uppercase;
	color: #287cb3;
	margin: 0 0 1em;
}

form legend {
    font-size: 1.4em;
    text-transform: uppercase;
    color: #287cb3;
    margin: 0 0 1em;
}

#grapes-filters label{
	color: #063e72;
	font-size: 1.3rem;
	line-height: 2rem;
	margin-bottom: 0;
	padding: 0 1px;
	width: 172px; /* fallback */
	width: calc(100% - 3em);
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: bottom;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

#grapes-filters input[type="radio"],
#grapes-filters input[type="checkbox"]{
	height: 1em;
	vertical-align: baseline;
}

#grapes-filters .results{
	width: 3em;
	display: inline-block;
	font-size: 1.1em;
	line-height: 2rem;
	text-align: right;
	color: #4e4e4e;
}

.big-search{
	width: 100%;
	padding: 20px 30px;
	position: relative;
}

.big-search .search-field{
	color: #427ca2;
	width: 100%;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn-inside, .btn-inside:hover, .btn-inside:focus, .btn-inside:active{
	width: 10%;
	position: absolute;
	top: 0px; bottom: 0px; right: 0px;
	line-height: 100%;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}

.btn-inside:focus{
  text-shadow: 0px 0px 4px #95d4eb;
  outline: none;
}

#grapes-results-wrap{ display: table; }

#main-content #grapes-search-results{
	font-size: 1.4em;
	table-layout: fixed;
}

#grapes-search-results colgroup.award,
#grapes-search-results colgroup.award col{
	width: 60%;
}

#grapes-search-results thead{}
#grapes-search-results thead tr,
#grapes-search-results th{
	background-color: transparent;
	font-weight: normal;
	color: #3368FF;
}

#grapes-search-results th{ cursor: pointer; }

#grapes-search-results tbody{
	color: #565656;
}

/* right-align text in deadline/amount columns */
#grapes-search-results thead th+th,
#grapes-search-results tbody td+td,
#grapes-search-results thead th+th+th,
#grapes-search-results tbody td+td+td{
	text-align: right;
}

#grapes-search-results a.title{
	font-size: 1.6rem;
	line-height: 1.4;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

#grapes-search-results .desc{
	font-size: 1.3rem;
	line-height: 2rem;
	height: 6rem;
	overflow: hidden;
	position: relative;
}

#grapes-search-results .desc:after{
	content: '';
	text-align: right;
	position: absolute;
	bottom: 0; right: 0;
	width: 25%;
	height: 2rem;

	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(90%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

#grapes-search-results .error{ color: #b32018; }

/* infinite scroll loading message */
#grapes-search-results .loader{
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
/*
  opacity: 0;
  transform: translate(0,50px);
*/
}
#grapes-search-results .loader.active{ 
  opacity: 1; 
  transform: translate(0,0);
}
#grapes-search-results .loader tr{ background: transparent; }
#grapes-search-results .loader td p{
  text-align: center;
  margin: 0;
}
#grapes-search-results .loader td p i.fa{ margin-right: 0.4em; }

/* grapes details view */

.award-details h3{
	font-size: 1.8rem; /* 2.4 on mobile */
	margin-top: 3.8rem;
}

.award-details p.left + div{
  font-size: 1.1rem;
}

.award-details > h1{
  /* font-size: 4.8rem; */
}

/* forms list page */
#gd-forms-filters-wrap{
	position: relative;
}

ul#gd-forms-filters{
	margin-top: -15px;
	margin-left: 0;
	margin-bottom: 2em;
	padding: 0.5em 0 1em;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

#gd-forms-filters li{
	flex-grow: 1;
	text-align: center;
	margin-bottom: 0;
}

#forms-list{}

#forms-list h2{ text-transform: uppercase; margin: 2.7em 0 1.2em; }

#forms-list h4+p{ margin-bottom: 28px; }

#forms-list section{ margin-bottom: 50px; }

/* :::::::::::::::::::::::::::::::::::::::::::::::::::
	EVENTS PLUGIN CHANGES
::::::::::::::::::::::::::::::::::::::::::::::::::: */
#main-content .event_description li{
  font-size: 1em;
}

#main-content .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, 
#main-content .evo_pop_body .evcal_desc span.evcal_event_subtitle{
  text-transform: none;
}

.evo_metarow_learnM a,
.evo_metarow_learnM a h3.evo_h3{
  color: #3368ff;
}

.evo_metarow_learnM a:visited,
.evo_metarow_learnM a:visited h3.evo_h3{
  color: #AB2EFF;
}

#main-content .ajde_evcal_calendar .evcal_event_details a:hover{
  text-decoration: underline;
}

#main-content .ajde_evcal_calendar .evcal_month_line p {
  padding-top: 16px;
}

/* Grad Slam */
.question {  
  padding: 0.4em 0;
  padding-left: 1.2em;
  margin-bottom: 0.4em;
  font-size: 1.5rem;
  color: #536895;
  font-weight: bold;
  cursor: pointer;
  background-image: url(../img/gd-gradslam-accordion-triangle.gif);
  background-position: 0px -29px;
  background-repeat: no-repeat;
}

.question.ui-accordion-header-active {
  background-position : 0px 1px;
}
  
.answer {  
  margin-left:20px;
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::
	UTILITY CLASSES
::::::::::::::::::::::::::::::::::::::::::::::::::: */

.pre-wrap{ white-space: pre-wrap; }

.left{ float: left; margin-right: 1em; width: 20%; }

.no-transition{
	transition: all 0s !important;
}

.fade-out{ opacity: 0 !important; visibility: visible !important; }
.fade-in{ opacity: 1 !important; visibility: visible !important; }

.gd-hide{ display: none !important; }

.appear{
	opacity: 1;
	max-height: 200px; overflow: hidden;
	-webkit-animation: appear 1s normal;
	animation: appear 1s normal;
}

.disappear{
	opacity: 0;
	max-height: 0 !important; overflow: hidden;
	-webkit-animation: appear 1s reverse;
	animation: appear 1s reverse;
}

.appear-lg{
	opacity: 1;
	max-height: 10000px; overflow: hidden;
	-webkit-animation: appear-lg 1.4s normal;
	animation: appear-lg 1s normal;
}

.disappear-lg{
	opacity: 0;
	max-height: 0 !important; overflow: hidden;
	-webkit-animation: appear-lg 1s reverse;
	animation: appear-lg 1s reverse;
}

.appear, .disappear,
.appear-lg, .disappear-lg{
/* 	animation-fill-mode: forwards; */
}

hr, hr.diamonds {
    border: none;
    background: transparent;
    height: 1em;
    margin: 3em auto;
    color: #545454;
    text-align:center;
}
    
hr:before, hr.diamonds:before {
    content: "♦♦♦";
    letter-spacing: 0.4em;
}

/* quick links
   7/2019 updated to make color contrast accessible */
   #quick-links {
    padding: 15px;
    border: 1px solid #dddddd;
    border-radius: 15px;
    box-shadow: 0 2px 10px 0 rgba(146,146,146,0.2);
}

#quick-links br {
  display: none;
}

#quick-links ul {
  margin-left: 0;
}

#quick-links ul li {
  float: left;
	margin-bottom: 0.2em;
  margin-left: 2em;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::
	CSS ANIMATION DEFINITIONS
::::::::::::::::::::::::::::::::::::::::::::::::::: */

@-webkit-keyframes pink-pulse{
	0% {
		box-shadow: inset 0px 0px 30px 5px rgb(255, 255, 255);
	}
	20% {
		box-shadow: inset 0px 0px 30px 5px rgb(249, 215, 223);
	}
	90% {
		box-shadow: inset 0px 0px 30px 5px rgb(255, 255, 255);
	}
}

@keyframes pink-pulse{
	0% {
		box-shadow: inset 0px 0px 30px 5px rgb(255, 255, 255);
	}
	20% {
		box-shadow: inset 0px 0px 30px 5px rgb(249, 215, 223);
	}
	90% {
		box-shadow: inset 0px 0px 30px 5px rgb(255, 255, 255);
	}
}


@-webkit-keyframes appear {
  0%   { opacity: 0.0; max-height: 0px; }
  100% { opacity: 1.0; max-height: 200px; }
}
@keyframes appear {
  0%   { opacity: 0.0; max-height: 0px; }
  100% { opacity: 1.0; max-height: 200px; }
}

@-webkit-keyframes appear-lg {
  0%   { opacity: 0.0; max-height: 0px; }
  100% { opacity: 1.0; max-height: 2000px; }
}
@keyframes appear-lg {
  0%   { opacity: 0.0; max-height: 0px; }
  100% { opacity: 1.0; max-height: 2000px; }
}