/* cmsms stylesheet: 00_reset modified: 03/16/21 09:36:58 */
/* Reset */


* {
	box-sizing: border-box;
}

html {
	padding:0;
}

.clearfix,
.hidden {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}
body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  background-color: #ffffff;
  font-size:14px;
  line-height: 1.6em;
}


div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0px;
  padding: 0px;
}
p {
	margin-bottom:.5em;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

fieldset,
img {
  border: 0px;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

/* Main headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

a {text-decoration:none;}

strong {
   font-weight:600;
}
/* cmsms stylesheet: structure modified: 01/05/22 09:35:50 */
/* Structure */
header {
	width:100%;
	padding: 2em 2em;
	background-color: #3e3e3e;
	color:#fff;
	margin: 0;
}
header h2 {
	font-size: 2em;
	line-height: 1.3em;
}
header h2 a:link, header h2 a:visited {color:#fff;}
header h2 a:hover {color:#999;}
.search_block {
        padding: 0;
        width:100%;
	font-size: 1em;
	line-height: 1.3em;
        text-align: center;
}
.search_block p {
        padding: 0;
        width:100%;
	font-size: 1em;
	line-height: 1.3em;
}
.search_block h2 {
        padding: 0;
        width:100%;
	font-size: 3.5em;
	line-height: 1.3em;
        color:#c1c1c1;
}
.search_block form {
	font-size: 2em;
}
.search_block form input {
	margin-bottom: .5em;
}
.search-button {
        padding: 0 2%;
}
.copytext {
	width:90%;
	margin:0 auto;
	padding: .5em .5em;
}
#pagecontent {
	width:90%;
	margin:0 auto;
	padding: 5% 5%;
	border: 1px solid #a1a1a1;
}
#pagecontent button {
	margin:0 auto;
	padding: .5em 1em;
	border: 1px solid #a1a1a1;
        margin-bottom:2em;
}
#pagecontent button a:link,
#pagecontent button a:visited {
	color:#333;
}
#pagecontent button:hover,
#pagecontent button a:hover {
        background-color:#333;
	color:#fff;
}


.page_title {
	width:90%;
	margin:0 auto;
	padding: 5% 5% 5% 5%;
}
h1 {
	font-size: 2.5em;
	line-height: 1.2em;
}
h2 {
	font-size: 1.3em;
	line-height: 1.5em;
        margin-bottom:0;
}
/* ******************** Summary View ************************* */
.sum_items {
	display: flex;
        flex-wrap: wrap;
        justify-content:center;
	width:100%;
}
.item {
       width:20%;
       padding: 0 1em;
       margin: 0 0 2em 0;
       border-bottom: 1px dashed #999;
}
.item img {
       width:auto;
       max-height:100px;
       max-width:100%;
       margin: .2em 0 0 0;
}
.item a:link, .item a:visited {color:#333;}
.item a:hover {text-decoration:underline;}
.item-num {
	font-size: .8em;
	line-height: 1.2em;
        margin:.5em 0;
}
/* ******************** Detail Styles ************************* */
.objectdesc {
	padding: 1em 0 2em 0;
}
.objectdetail {
	display: flex;
	width:100%;
}
.objectrecord {
	flex:2;
	background-color: #e3e3e3;
	padding: 1em 2em;
}
.objectrec h3 strong {
	font-weight: 600;
}
.objectimg {
	flex:3;
	padding: 1em 2em;
}
.objectimg img {
	width:100%;
	height: auto;
	margin: 0 0 1em 0;
}
footer {
	width:100%;
	padding: 3em 2em 5em 2em;
	font-size: .75em;
	line-height: 1.2em;
	text-align: center;
}
