@charset "utf-8";

* {
    margin: 0;
}



* {
  box-sizing: border-box;
}



html,
html * {
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}



p {
margin: 0 0 5px 0;
}


/* Text Rules */


p.uppercase {
    text-transform: uppercase;
}



/* End Text Rules */



/*Title Column*/


.title-column {
max-width: 90%;
max-height: flex;
background-color: #1C1276;
color: #FFFFFF;
margin: 0 auto 0 auto;
line-height: 1.2;
padding: 10px 0px -5px 0px;
text-align: center;
display: flex;
border-radius: 30px;
}


.title-column1 {
max-width: 70%;
background-color: #FFFFFF;
color: #1C1276;
margin: 5px auto 5px auto;
line-height: 55px;
padding: 12px 0px 12px 0px;
text-align: center;
font-size: 3.10vw;
border-radius: 30px;
border: 3px solid #1C1276;
box-sizing: border-box;
justify-content: center;
}


.title-column2 {
max-width: 70%;
background-color: #FFFFFF;
color: #1C1276;
margin: auto auto auto auto;
height: 60px;
padding: 4px;
text-align: center;
font-size: 1.5vw;
line-height: 4vw;
border-radius: 30px;
border: 3px solid #FFFFFF;
box-sizing: border-box;
justify-content: center;
}

/*End Title Column*/


/*Flex Box Three-Column Row*/


.column-layout {
max-width: 90%;
padding: 20px 50px;
display: flex;
border-radius: 30px;
}

.column-layout-blue-frame {
max-width: 90%;
background-color: #B2C0E4;
margin: 40px auto 0 auto;
line-height: 1.65;
padding: 20px 50px;
display: flex;
border-radius: 30px;
}


.main-bar {
flex: 14;
order: 2;
margin-top: 60px;
margin-bottom: 60px;
}


.sidebar-one {
flex: 0.5;
order: 1;
}


.sidebar-two {
flex: 0.5;
order: 3;
}

/*End Flex Box Three-Column Row*/



/* Flex Box Separated Multi-Color Two-Column Row - Call-Out2 */

.call-outs2-container {
max-width: 90%;
margin: 20px auto 0 auto;
align-items: stretch;
}


.call-out2 {
padding: 5px;
box-sizing: border-box;
margin-bottom: 20px;
flex-basis: 45%;
}


@media (min-width: 900px) {
 .call-outs2-container {
  display: flex;
  justify-content: space-between;
   }
}


.call-out2:nth-child(1) {background-color: #E5E7FC;}
.call-out2:nth-child(2) {background-color: #E5E7FC;}

/* End Flex Box Separated Multi-Color Two-Column Row - Call-Out2 */





/*Flex Box Separated Multi-Color Three-Column Row*/

.call-outs-container {
max-width: 1300px;
margin: 40px auto 0 auto;
align-items: stretch;
}


.call-out {
padding: 20px;
box-sizing: border-box;
margin-bottom: 20px;
flex-basis: 32%;
}


@media (min-width: 900px) {
 .call-outs-container {
  display: flex;
  justify-content: space-between;
 }
}


.call-out:nth-child(1) {background-color: #1E14B7;}
.call-out:nth-child(2) {background-color: #B2C0E4;}
.call-out:nth-child(3) {background-color: #3667A7;}


/* End Flex Box Separated Multi-Color Three-Column Row*/



.indent {
   text-indent:50px;
}



.block-quote {
  margin-left: 50px;
  margin-right: 50px;
}


.block-quote2 {
  margin-left: 65px;
  margin-right: 65px;
}


body {
   font-family: arial, sans-serif;
   font-size: lvw;
   background: #FFFFFF;
   padding : 300px 0px 30px 0px;
}


body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}


main {
  flex-grow: 1;
}


header {
   position: absolute;
   padding: 1em 2em 1em 2em;
   z-index: 1000;
   top: 0;
   left: 0;
   width: 100%;
   background: #FFFFFF;
}


img { 
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


a, a:visited {
	color: inherit;
}



nav {
  z-index: 400;
  top: 0;
  left: 0;
  opacity: .95;
  background: #FFFFFF;
  position: relative;
  display: block !important;
  float: none;
  width: 30%;
  padding: 0 0 0 0;
  height: 2.5em;
  margin-bottom: 10px;
}



.site-logo {
	position: relative;
	display: block;
	float: left;
	width: 40px;
}


.site-logo img {
	width: 40px;
}


.logo {
	opacity: 1;
}


/* Start site-nav */

.site-nav {
	position: right;
	float: right;
	z-index: 400;
	top: 0;
	left: 0;
	display: block !important;
	width: 80%;
	padding: .75em 1em 0 0;
	opacity: .95;
	background: none;
}


.site-nav ul {
	list-style-type: none;
	margin: 0;
	text-align: right;
}


.site-nav ul li {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 1.5em;
}


.site-nav ul li a {
	font-size: .85em;
	padding-bottom: .5em;
	text-decoration: none;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #FFFFFF;
	-webkit-transition: color .3s;
	transition: color .3s;
}



.site-nav ul li a:hover {
	outline: none;
	border-bottom: 2px solid white;
}

/* End site-nav */




/* Start site-nav2 */

.site-nav2 {
	display: block !important;
	width: 100%;
	opacity: .95;
	background: none;
}


.site-nav2 ul {
	list-style-type: none;
	margin: 0;
	word-spacing: 20px;
	text-align: center;
}


.site-nav2 ul li {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0;
}


.site-nav2 ul li a {
	font-size: min(max(12px, 3vw), 18px);
	padding-bottom: .1em;
	text-decoration: none;
	letter-spacing: .20em;
	text-transform: uppercase;
	color: #1C1276;
	-webkit-transition: color .3s;
	transition: color .3s;
}



.site-nav2 ul li a:hover {
	outline: none;
	border-bottom: 2px solid #1C1276;
}

/* End site-nav2 */



.preface {
  background-color: #1C1276;
  border-radius: 30px;
  padding: 1em 3em 1em 3em;
  margin: auto;
  width: 90%;
 }


.preface-content {
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	color: #FFFFFF;
	z-index: 999;
	padding-top: 2em;
	padding-bottom: 2em;
	width: 100;
	text-align: center;
}

/*BEGIN HEADER FONTS*/

h1 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: #FFFFF;
	font-weight: 100;
	font-size: 1.5em;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
	letter-spacing: .60em;
	margin-left: .7em;
	margin-bottom: .15em;
	margin: 0;
    padding: 0;
}


h2 {
	font-weight: 100;
	font-size: 2em;
	margin-bottom: .15em;
	padding-top: 15px;
	letter-spacing: .3em;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
	transform: rotate(-8deg);
	margin: 0;
    padding: 0;
	}


h3 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	transform: rotate(-8deg);
	font-stretch: ultra-expanded;
	text-transform: uppercase;
	text-shadow: 5px 5px 8px white;
	font-size: 3.5em;
	font-weight: 100;
	letter-spacing: .35em;
	margin: 0;
    padding: 0;
}



h4 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	text-transform: uppercase;
	font-size: 1.0em;
	font-weight: 100;
	letter-spacing: .35em;
	margin: 0;
    padding: 0;
	text-align: center;
	color: #1C1276;
}


h5 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: 30;
	letter-spacing: .25em;
	margin: 0;
    padding: 0;
	text-align: center;
	color: #000000;
}


h6 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	text-transform: uppercase;
	font-size: 0.50em;
	font-weight: 12;
	letter-spacing: .25em;
	margin: 0;
    padding: 0;
	text-align: center;
	color: #000000;
}


h7 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	text-transform: uppercase;
	font-size: 0.80em;
	font-weight: 10;
	letter-spacing: .25em;
	margin: 0;
    padding: 0;
	text-align: center;
	color: #000000;
}


h8 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	text-transform: uppercase;
	font-size: 1.0em;
	font-weight: 100;
	letter-spacing: .35em;
	margin: 0;
    padding: 0;
	text-align: center;
	color: #FFFFFF;
}


/*END HEADER FONTS*/

.intro {
  flex: 1;
  position: relative;
  color: #343144;
  background: #fff;
  height: 10em;
  padding: 4em 6em 4em 6em;
}


.intro p {
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	color: #343144;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-size: 2.5em;
	line-height: 1.8;
	letter-spacing: .325em;
}


.intro2 {
  flex: 1;
  position: relative;
  color: #343144;
  background: #ffffff;
  height: auto;
  padding: 4em 6em 4em 6em;
  }


.article1 {
  flex: 1;
  color: #343144;
  background: #ffffff;
  height: auto;
  max-width: 80%;
  padding: 2px 0px 12px 0px;
  text-align: justify;
  font-size: min(max(12px, 3vw), 18px);
  box-sizing: border-box;
  justify-content: center;
  }


.intro2 p {
	font-family: 'acumin-pro', sans-serif;
	color: #000000;
	position: relative;
	text-align: justify;
	text-transform: full-width;
	font-size: 1.5em;
	line-height: 1.2;
	letter-spacing: 0em;
}


.see-more {
	font-size: 1em;
	display: inline-block;
	margin-top: 4.1em;
	padding: 0 0 .4em 0;
	transition: all .3s;
	text-decoration: none;
}

.see-more:hover {
	border-bottom: 1px solid white;
}


.col {
	width: 100%;
	}


.col1 {
	width: 100%;
	}


.col2 {
	float: left;
  	width: 50%;
}


.col3 {
	float: right;
  	width: 50%;
}


.row:before, .row:after {
	content: "";
	display: table;
}


.row:after {
	clear: both;
}


.flex-container {
  height: flex;
  flex-direction: column;
  min-height: 100vh;
}


.content {
  flex: 1;
  position: relative;
  color: #343144;
  background: #fff;
  height: 10em;
  padding: 12em 6em 12em 6em;
}


.content p {
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	color: #343144;
	position: absolute;
	align-content: flex-end;
	text-align: left;
	text-transform: uppercase;
	font-size: 2.5em;
	line-height: 1.8;
	letter-spacing: .325em;
}


.content2 {
  flex: 1;
  position: relative;
  color: #343144;
  background: #fff;
  height: 10em;
  padding: 12em 6em 12em 6em;
}



.content2 p {
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	color: #343144;
	position: absolute;
	align-content: flex-end;
	text-align: left;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.8;
	letter-spacing: .325em;
}



.box1 {
	margin: auto;
	width: 90%;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	height: auto;
	}


.box2 {
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
	height: auto;
}


.box3 {
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: left;
	height: auto;
}


.button {
	border: 2px #1C1276 solid;
	horizontal-align: center;
	text-align: center;
	width: 120px;
	padding: 8px 30px;
	border-radius: 30px;
	color: #1C1276;
	background-color: #FFFFFF;
	text-decoration: none;
}

/*Tablet View*/


@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 100%;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}


/*Footer*/

.banner {
 height: 100px;
 width: 100vw;
 margin: 40px auto 40px auto;
 background-image: linear-gradient(to top right, rgba(7,67,107,1.00) 0%, rgba(28,18,118,0.28) 100%);
 display: flex;
}

.center-text {
 color: #FFFFFF;
 text-transform: uppercase;
 font-size: 1.75em; 
 margin: auto;
}


