
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;500;700&family=PT+Serif:ital,wght@0,400;0,700;1,700&display=swap');


html, body {
	height:100%;
    padding: 0;
    margin: 0;
}
* {
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
	background-color: #ffffff;
	position:relative;
    color: #555555;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5em;
	font-weight: 300;
}

.container {
	max-width:100%;
	padding:0;
}

.wrapper {
	max-width:1024px;
	border:none;
	margin:0 auto;
	padding:0;
	background:none;
    clear: both;	
}
th, td {
	padding: 0.35em;
}

a {
	color:#ab0534;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
strong {
	font-weight: bold;
	font-weight: 700;
}
em {
	font-style: italic;
}
.center {
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Serif', serif;
	font-weight: 700;
	text-transform: uppercase;
}
h2 {
	margin:0;
	color:#ab0534;
	font-size:2em;
	border-bottom: 1px #ddd solid;
	padding-bottom: 5px;
}

h2 a {
	margin:0;
	color:#ab0534;
}
h2.post-title {
	line-height: 1.2em;
}
h3 {
	font-size: 18px;
	display: block;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: left;
}
h3.post-title {
	margin: 0;
	color: #ab0534;
	font-size: 1.4em;
	border-bottom: 1px #ddd solid;
	padding-bottom: 5px;
}
.content:first-child h3.post-title {
	margin-top: 1.5em;
}
.post-title a {
	margin: 0;
	color: #ab0534;
}
.post-meta {
	clear: both;
	color: #9f9f9f;
	font-size: 12px;
	margin-bottom: 10px;
}
.post-container {
	clear: both;
}
h4 {
	color: #333333;
	font-size: 22px;
	margin: 1em 0;
}
p, hr, dl, pre, form, table, address, blockquote {
	margin: 1.6em 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
ul, ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 2.0em;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
hr {
	background: #dddddd;
	border: none;
	clear: both;
	float: none;
	height: 1px;
	width: 100%;
}
.clearFix {
	clear: both;
}

/***************************** NAVIGATION *********************************************/


.main-nav {
	background:#ab0634;
	overflow: hidden;
}

.main-nav a {
	float: left;
    display: block;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	color: #FFFFFF;
	text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	font-weight: 500;
	
}

.active {
	background:#740122;
	color: #FFFFFF;
}

.main-nav .icon {
	display: none;
}


.main-nav a:hover {
	background:#740122;
	color: #FFFFFF;
}



/***************************** HEADER *****************************************/
.header {
	margin: 0 auto;
}
.logo {
	padding:15px 0 15px 25px;
    width: 50%;
    float: left;
    margin: 0;
}

.hdr_titles {
	margin-top:25px;
	padding:10px;
	float:right;
	background:none;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: right;
	text-align: right;
    width: 50%;
}
.credentials {font-family: 'PT Serif', serif;
    font-size: 16px;
    font-weight: 700;
}
.hdr-images {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.swiper-button-next::after, .swiper-button-prev::after {
	font-size: 16px!important;
}
/*********************** Swiper *****************************/
.swiper {
	width: 100%;
	height: 100%;
	border-bottom: 3px solid #ab0634;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-button-next::after, .swiper-button-prev::after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	/* text-transform: none !important; */
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}
.swiper-button-next, .swiper-button-prev {
	color: var(--swiper-navigation-color,#ab0634);
	background-color: #ab0634;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	opacity: 0.5;
}
/***************************** CONTENT *****************************************/

.content {
	margin-top: 40px;
	margin-bottom: 20px;
}
p.quote {
	margin-top: 30px;
	margin-bottom: 0;
}
.quote {
	font-family: 'PT Serif', serif;
	font-size: 18px;
	font-style: italic;
}
.reference {
	font-size: 12px;
	margin-top: .25em;
}
.sidebar {
	margin-top: 40px;
	padding-top: 20px;	
}
.sidebar-wrapper {
	background: #f9f9f9;
	margin: 0 0 20px;
	padding: 10px 20px;
	border: none;
}
.sidebar h3 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color:#ffffff;
	background: #ab0534;
	padding: 10px 20px;
	font-weight: 500;
}
.sidebar ul {
	margin: 0;
	padding: 0;
}
li.post {
	font-size: 14px;
	list-style-type: none;
	border-bottom: solid 1px #555555;
	padding: 15px 0;
}
li.post:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.statelist {
	font-size: 12px;
	font-style: italic;
}
.award-image {
	width: 35%;
	margin: 5px 20px 20px 0;
	float: left;
	box-sizing: border-box;
}

/*********************** Articles **********************************/
.more-articles {
	border-top: solid 1px #ccc;
}
/**************************  Internal Grid  ***************************************/


/* resets */
*,
*:before,
*:after {
  box-sizing: border-box;
}

.clearfix:after {
	content: "";
  	clear: both;
}

.row {
  	margin: 0 -10px;
  	margin-bottom: 40px;
}

.row:last-child {
  	margin-bottom: 0;
}

[class*="col-"] {
  	padding: 10px;
}
.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/***************************** FOOTER *****************************************/



#footer {
	background:#000;
	max-width:100%;
	clear:both;
	margin-top:0;
	color:#fff;
	min-height:200px;
	padding-top:35px;
	border-top:3px solid #ab0634;
}

#footer-wrapper {
	margin:0 auto;
	max-width:1024px;
}

.footer-menu {
	text-align:center;
}
.footer-menu li {
	display: inline;
	list-style-type: none;
}
#footer .ftr-copyright {
	font-size: 12px;
}
#footer a {
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight: bold;
}
.footer-menu li a {
    border-left: 1px solid #cccccc;
    padding: 0 8px;
}
.footer-menu > li:first-child > a {
    border-left: none;
    padding: 0 8px 0 0;
}
#footer a:visited {
	color: #fff;
}
#footer p {
	font-size:14px;
}

#footer a:hover {
	color:#fff;
	text-decoration:underline;
}

#footer a:visited {
	color:#fff;
}

.copyright {
	text-align:center;

}

@media screen and ( max-width: 950px ) {
	.wrapper {
		padding: 0 20px;
	}
	.main-nav .wrapper {
		padding: 0;
	}
	.main-nav a:not(:first-child) {
		display: none;
	}
	.main-nav a.icon {
		float: right;
		display: block;
	}
	.main-nav.responsive {
		position: relative;
	}
	.main-nav.responsive a.icon {
		position:absolute;
		right: 0;
		top: 0;
	}
	.main-nav.responsive a {
		float: none;
		display: block;
		text-align: left;
		max-height: 100%;
	}	  
}
@media screen and ( max-width: 768px ) {
	.logo, .hdr_titles {
		float: none;
		display: block;
		width: 100%;
		text-align: center;		
	}
	.logo {
		padding: 15px 20px;
	}
	.logo img {
		width: 100%;
		max-width: 400px;
		height: auto;
	}
	.hdr_titles {
		text-align:center;
		margin: 0;
		padding-bottom: 15px;
	}
	.content, .sidebar {
		width: 100%;
	}
	h2 {
		font-size: 1.5em;
	}
}
@media all and ( max-width: 480px ) {
	.alignleft, .alignright {
		float: none;
		display: block;
		margin: 0;
	}
	.prev-article.alignleft {
		float: left;
	}
	.next-article.alignright {
		float: right;
	}
	.grid {
		float: none;
		margin-bottom: 0;
	}
	.post-entry img {
		padding-bottom: 20px;
	}
  
		
  }
  