/* base font size (1rem) */
html { font-size: 16px; }

body {
	color: #242526;
	font: normal normal 400 1rem/1.5 "Lato", Arial, Helvetica, sans-serif;
}

p {
	letter-spacing: 0.012em;
	line-height: inherit;
	margin: 0 0 .625rem;
}

p:last-child {
	margin-bottom: 0;
}




h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 0.012em;
	text-transform: capitalize;
}

h1 a, h1 a:link, h1 a:visited,
h2 a, h2 a:link, h2 a:visited,
h3 a, h3 a:link, h3 a:visited,
h4 a, h4 a:link, h4 a:visited,
h5 a, h5 a:link, h5 a:visited,
h6 a, h6 a:link, h6 a:visited,
.h1 a, .h1 a:link, .h1 a:visited,
.h2 a, .h2 a:link, .h2 a:visited,
.h3 a, .h3 a:link, .h3 a:visited,
.h4 a, .h4 a:link, .h4 a:visited,
.h5 a, .h5 a:link, .h5 a:visited,
.h6 a, .h6 a:link, .h6 a:visited {
	color: inherit;
    font-weight: inherit;
}


/*h1, h2 { color: #091f40; }

h2, h3 {
    font-weight: 700;
	text-transform: uppercase;
}

#main h1,
h2.block-title {
    margin-bottom: 2.5rem;
    margin-top: 4rem;
    position: relative;
}

#main h1:before,
h2.block-title:before {
    background: #091f40;
    bottom: 100%;
    content: "";
    height: 2px;
    left: 0;
    margin-bottom: 0.5rem;
    position: absolute;
    width: 3em;
}


h1 {
	font-size: 1.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

h2 { font-size: 1.375rem; }

h3 {
	color: #6d6e71;
	font-size: 1.125rem;
	font-size: 1.25rem;
	letter-spacing: 0.05rem;
}

h4 { font-size: 1.375rem; }
*/


h1,
.h1 {
	border-bottom: 1px solid #e3d8d8;
	color: #002653;
	font-size: 1.42857rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	padding-bottom: 0.25em;
}

h1#page-title {
	margin-bottom: 1em;
}

h2,
.h2 {
	color: #002653;
	font-size: 1.35714rem;
	letter-spacing: 0.05em;
}

h2.block-title {
	border-bottom: 1px solid #e3d8d8;
    padding-bottom: 6px;
}

h3,
.h3 {
	color: #002653;
	font-size: 1.28571rem;
}

.sidebar .block h3 {
	border-bottom: 1px solid #e3d8d8;
	font-size: 1.14286rem;
}

h4,
.h4 {
	color: #002653;
	font-size: 1.14286rem;
}

h5,
.h5 {
	color: #002653;
	font-size: 1.07143rem;
}

h6,
.h6 {
	color: #002653;
	font-size: 1rem;
	text-transform: none;
}


/* ELEMENTS: LINKS
----------------------------------------------- */
a {
	color: #820000;
	font-weight: bold;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/*
a:visited {
  color: #820000;
}
*/

a:hover {
  color: #a61919;
}

a:active {
	color: #820000;
}

a[href^="tel:"] {
	color: inherit;
}



/* ELEMENTS: BUTTONS
----------------------------------------------- */

.button {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.33), inset 0 0 5px rgba(255, 255, 255, 0.2);
	        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.33), inset 0 0 5px rgba(255, 255, 255, 0.2);
	color: #eee;
	letter-spacing: 0.05em;
	margin: 0;
	text-transform: capitalize;
}

.button.secondary {
	background: #012550;
}

.button.success {
	background-color: #820000;
	color: #fff;
}

.button.success:hover {
	background: #4d0000;
	color: #fff;
}

.button.alert {
	background-color: #c00;
}

.button.warning {
	background-color: #c2ccd6;
	text-shadow: none;
}

.button.warning:hover {
	background-color: #a3b3c2;
	color: #fff;
}

button.tiny a, .button.tiny a,
button.small a, .button.small a,
button a, .button a,
button.expand a, .button.expand a {
	display: block;
	padding: .75em 2em;
	-webkit-transition: all 0.3s linear 0;
	transition: all 0.3s linear 0;
}

/* button hovers */
.button.srjc-blue-bg:is(:hover,:active) {
  background-color: #243e7b;
}

.button.srjc-red-bg:is(:hover,:active) {
  background-color: #ab1c21;
}

.button.light-gray-bg:is(:hover,:active) {
  background-color: #bfc2c4;
}

.button.light-blue-bg:is(:hover,:active) {
  background-color: #8eb1d7;
}

.button.light-red-bg:is(:hover,:active) {
  background-color: #c28180;
}

.button.gray-bg:is(:hover,:active) {
  background-color: #aeb7c1;
}

.button.yellow-bg:is(:hover,:active) {
  background-color: #f1c965;
}

.button.teal-blue-bg:is(:hover,:active) {
  background-color: #52bfeb;
}

.button.border {
  border: .5em solid #e6e7e8;
}

.button.rounded {
  border-radius:1em;
}

.button.pill {
  border-radius:2em;
}



/* ELEMENTS: BLOCKQUOTE
----------------------------------------------- */
blockquote, blockquote p {
	color: #242526;
	padding: 20px 30px;
}

blockquote {
	background: rgba(242, 224, 183, 0.8);
}

blockquote cite {
	color: #808080;
	font-size: 1rem;
}



/* ELEMENTS: PAGINATION
----------------------------------------------- */
ul.pagination li.current a {
	background: #820000;
	cursor: pointer;
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus {
	background: #bf1d1d;
}

ul.pagination li a {
	padding: 0.2625rem 0.725rem 0.2625rem;
}


/* HELPERS: TEXT-TRANSFORM
----------------------------------------------- */

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-nocase {
	text-transform: none;
}