@charset "utf-8";
/* Global Styles */
	span.introduction {
  display: inline-block;
 /*padding-left: auto;
 padding-right: auto;*/
  margin-left: 18vw;
  margin-right: 18vw;
 /* padding-left: 6vw;
  padding-right: 6vw;*/
  /*width: 60%;*/
  line-height: normal;
  /*height: 2vh;*/
  font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  text-align:left;
  font-size: 2.5vw;
}
logo {
	/* Company Logo text */
	/*new*/max-width: 75%;
    height: auto;/*end new*/
	float: left;
	/*padding-left: 0.2em;*/
    padding-left: 2vw;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #FFFFFF;
}

.mainContent {
    padding:2vw;
    display: block;
}
/* Sticky Footer 4/9/19 
evrything but width is new
New Note 7/13/20: This doesn't work with the new index, so I've turned off the footer there.*/
.footer {
	 /*Container for footer artices */
    width: 100%;
    height: 20px;
    position: absolute;
    margin-left:42vw;
    margin-right:42vw;
    bottom: 0;}
 	/*padding-left: 2%;
	padding-right: 2%;   
}
/*Added 4/9/19 from previous CSS attempts*/

       /* NOTE: Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* Header */
header .profileLogo .logoPlaceholder {
	float: left;
	margin-bottom: 50px;
}
header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
}
header .profileHeader {
	text-align: left;
	padding-top: 10%;
}
header .socialNetworkNavBar .socialNetworkNav {
	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;
}
/* Main content sections */
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 22.5%;
}
.mainContent .section1 .section1Content {
	display: block;
	margin-top: 0%;
	margin-right: 0%;
	margin-left: 26%;
	margin-bottom: 0%;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 26%;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
.mainContent .externalResourcesNav {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
}
}
