@charset "UTF-8";
/* CSS Document */
/* Root Variables */ :root {
  --aatan: #b9a88e;
  --aadark: #2D2D35;
  --aablue: #33647E;
  --aagreen: #009999;
  --aaorange: #FF6600;
  --aayellow: #F5B335;
  --aalightgrey: #F3F3F4;

	--gutter:20px;
	--track:13.4375vw;
	--maximum-width:1200px;
	--half-max-width:600px;

}
/* Global Styles */
*, *::before, *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
/*  max-width: 1200px;*/
  color: black;
  font-family: "lores", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
/*
:root {
  font-family: "proxima-soft-condensed", sans-serif;
  font-family: lores, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  align-content: center;
}
body {
  max-width: 1200px;
}
*/
.lores-font {
  font-family: "lores-9-plus-narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lores-font-bold {
  font-family: "lores-9-plus-narrow", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: var(--aablue);
}
body {
  font-size: clamp(14px, 1.5vw, 18px);
  font-size: 16px;
}

header {
  padding: 32px;
}
.header-margins {
  padding-bottom: 10px;
}
.header-text {
  font-size: 1.5rem;
}

address,article,aside,figure,figcaption,footer,header,main,menu,nav,section
	{
		font-size:1em;
		font-style:normal;
	}
	
.style-logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 400px;
}
.style-logo-details {
  width: 300px;
}
.style-nav {
  float: right;
}
.style-nav ul {
  list-style-type: none;
}
.style-nav ul li a {
  text-decoration: none;
  color: var(--aadark);
  text-align: center;
  display: block;
  /*	text-transform: uppercase;*/
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
.col {
  width: 100%;
  height: inherit;
}
.row:before, .row:after {
  content: "";
  display: table;
  align-content: center;
}
.row:after {
  clear: both;
}
/* flex setup. See https://css-tricks.com/snippets/css/a-guide-to-flexbox/ */
/* Parent container */
.container {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  height: auto;
  /* arrange boxes left to right */
  flex-direction: row;
  /* allow wrapping of boxes*/
  flex-wrap: wrap;
  /* center the content */
  justify-content: center;
  /* item alignment: make the boxes span from top to bottom */
  align-items: stretch;
  /* when we have wrapping, how to space in the up-down direction. Keep them together 
	'center' or 'stretch'? */
  align-content: center;
  /* gap between flex items */
  row-gap: 0px;
  column-gap: 0px;
  /* space outside the container */
  margin-top: 0px;
  margin-bottom: 0px;
}
/* Children of flex containers (items) */
.item {
  /* distribute space in the container evenly */
  flex-grow: 1;
  /* max-width: 500px; */
  /* width: 500px;*/
  /* min-width: 500px; */
  /* padding: 40px; */
  margin-left: 10px;
	
  max-width: calc(50% - 40px);
  width: 100%;
  min-width: 500px;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-left: 10px;
}
.p-1col {
  /*  font-size: 18px; */
  font-weight: 200;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: left;
  align-content: center;
/*  font-size: clamp(14pt,  1.7vw, 16pt);*/
  font-size: clamp(20pt,  1.7vw, 25pt);
}
.button {
  border: 1px var(--aaorange) solid;
  padding: 8px 30px;
  border-radius: 30px;
  color: var(--aablue);
  text-decoration: none;
  text-align: center;
}
p {
  /*font-size: clamp(10px, 1.5vw + 1rem, 20px); */
  /*font-size: 16pt;*/
	margin-bottom: 1em;
	
}
h1 {
  font-size: clamp(2em, 3vw, 2.5em);
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 10px;
  color: var(--aaorange);
}
h2 {
  font-size: 24px;
	font-size:2.5rem;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 10px;
  color: var(--aablue);
}
h3 {
  font-size: 28px;
	font-size:2.5rem;
  /*	text-transform: uppercase;*/
  font-weight: 800;
  margin-bottom: 10px;
  text-align: left;
  color: var(--aaorange);
}
h4 {
  font-size: 16px;
	font-size:1em;
  font-weight: 200;
  margin-bottom: 35px;
}
h5 {
  font-size: 40px;
	font-size:3em;
  /*	font-weight: 2000;*/
  margin-top: 0px;
  margin-bottom: 0px;
  color: var(--aablue);
  font-style: italic;
}
h6 {
  font-family: "lores-9-plus-narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
	font-size:1.5em;
  margin-bottom: 0px;
  margin-top: 10px;
  color: var(--aablue);
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a
	{
		font-weight:inherit !important;
	}

.hr-left {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0;
  width: 50%;
  padding: 1px 0px 0px 0px;
  align-items: left;
}
.col {
  width: 100%;
  height: inherit;
}
.row:before, .row:after {
  content: "";
  display: table;
  align-content: center;
}
.row:after {
  clear: both;
}
.one-line-summary {
  padding: 20px 30px 30px 30px;
  /*	background-color: #b9a88e;*/
  text-align: center;
  font-style: italic;
}
.bg-yellow {
  background: var(--aayellow);
}
.bg-yellow-white {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, var(--aayellow) 60%, var(--aayellow) 100%);
}
.bg-blue {
  background: var(--aablue);
}
.bg-blue-white {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, var(--aablue) 60%, var(--aablue) 100%);
}
.bg-green {
  background: var(--aagreen);
}
.bg-green-white {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, var(--aagreen) 60%, var(--aagreen) 100%);
}
.bg-lightgrey {
  background: var(--aalightgrey);
}
.bg-lightgrey-white-90 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, var(--aalightgrey) 60%, var(--aalightgrey) 100%);
  ;
}
.fg-white {
  color: white;
}
.fg-black {
  color: black;
}
.a3x2-image {
  max-width: 250px;
  width: auto;
  margin: 0px;
}
.text-left {
  text-align: left;
}
/* details page specific stuff */
.details-logo {
  position: relative;
  display: block;
  float: right;
}
.col-lg-one-fourth {
  width: 25%;
  margin-left: 10px;
  margin-right: 20px;
}
.col-lg-one-third {
  width: 33.3%;
}
.col-lg-two-thirds {
  width: 66.7%;
}
.col-lg-one-half {
  width: 50.0%;
}
.col-lg-one-sixth {
  width: 16.7%;
}
.square_element {
  width: 150px;
  align-content: left;
}
.align-div-bottom {
  display: inline-block;
  align-self: flex-end;
}
.align-text-left {
  text-align: left;
}
.description-margins {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.description-cell {
  padding-left: 0px;
  padding-right: 30px;
}
.description-cell-font-size {
/*  font-size: clamp(14pt,  1.7vw, 16pt);*/
 font-size: 1.0rem;
}
.align-div-top {
  display: inline-block;
  align-self: flex-start;
}
.hp {
  float: left;
  margin: 0px 15px 20px 0px;
}
.div-spacer-transparent {
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
}
.block-element-left {
  width: 80%;
}
.style-nav ul li {
  display: inline-block;
}
.style-nav ul {
  text-align: center;
}
.style-nav {
  float: right;
}
.style-logo {
  float: left;
}
.abstract-text {
  font-size: 1.4rem;
}
.order-swap-1-2 {
  order: 1;
}
.order-swap-2-1 {
  order: 2;
}
.wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
/*
@media all and (min-width: 768px) and (max-width: 1200px) {
  .container {
    justify-content: space-around;
  }

  .style-nav ul li {
    display: inline-block;
  }

  .abstract-text {
    font-size: 10pt;
  }

	
}
*/

	.hide-on-one-col {
  visibility: visible;
/*  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;

		display: flex;*/
	}


@media all and (max-width: 1040px) {
  .container {
    justify-content: column;
  }
	.item {
		  max-width: calc(100% - 10%);

	}
  .style-nav ul li {
    display: inline-block;
  }
  .style-nav ul {
    text-align: center;
  }
  .style-logo {
    float: center;
  }
  .reverse-on-column-view {
    flex-direction: row-reverse;
  }
		.order-swap-1-2 {
		order: 2;
	}
	.order-swap-2-1 {
		order: 1;
	}
	.hide-on-one-col {
		visibility: hidden;
		display: none;
	}

}
