body {
    margin: 0;
    padding: 0;
    text-align: left;
    background: #F8FAFC;
    font-family: "poppins", arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #0F172A;
}


a {
    text-decoration: none;
}

strong {
    font-weight: 500;
}

label {
    font-size: 18px;
    text-align: left;
     display: block;

}

input {
    width: 90%;
    height: 32px;
    border-radius: 16px;
    padding: 6px 12px;
    margin: 0;
    font-size: 16px;
    font-family: "poppins", arial, sans-serif;
}

input[type="submit"] {
    background-color: #063E76;
    height: 60px;
    width: 75%;
    border: none;
    border-radius: 14px;
    color: #F8FAFC;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0 0 18px 0;
    cursor: pointer;
    font-family: "poppins", arial, sans-serif;
}

input[type="submit"]:hover {
    background-color:#AE902C;
}

textarea {
    width: 90%;
    border-radius: 16px;
    padding: 6px 12px;
    font-size: 16px;
    font-family: "poppins", arial, sans-serif;
}

.formstage {
    width: 90%;
    max-width: 420px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.bolderinlinetext {
    font-weight: 400;
}

.button {
    background-color: #063E76;
    border: none;
    border-radius: 14px;
    color: #F8FAFC;
    padding: 12px 36px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 10px;
    cursor: pointer;
}

.button:hover {
    background-color:#AE902C;
}

.button-alt {
     background-color:#AE902C;
}

.button-alt:hover {
     background-color:#063E76;
}
   
ul {
	text-align: left;
    font-size: 16px;
    font-weight: 300;
}


li {
	text-align: left;
    margin: 1em 0;
}

ol {
	text-align: left;
    font-size: 16px;
    font-weight: 300;
}

.featurelist {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    max-width: 840px;
}

.formresponse {
	font-size: 24px;
	font-weight: 700;
    color: #08539D;
    margin: 12px 0;
	line-height: 1.5;
}

h1, h2, h3, h4, h5 {
    margin: 12px 0;
	line-height: 1.5;
}

h1 {
	font-size: 24px;
	font-weight: 700;
    color: #08539D;
}

h2 {
	font-size: 20px;
	font-weight: 700;
}

h3 {
	font-size: 18px;
	font-weight: 600;
}
h4 {
	font-size: 16px;
	font-weight: 600;
}

h5 {
	font-size: 14px;
	font-weight: 500;
}

/*------Content Specific-------*/

.map {
    width: 320px; 
    height: 450px;
    
}

.thumb {
    padding: 0 0 0 0;
    border: 6px solid #D4AF36;
    border-radius: 58px;
    margin: 0 auto;
    height: 110px;
    width: 110px;
}

.logostage {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.logostage img {
    width: 60%;
    margin: 0 auto;
    padding: 0;
    max-width: 560px;
}

.librarylogostage {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.librarylogostage img {
    width: 75%;
    margin: 0 auto;
    padding: 20px 0 0 0;
    max-width: 720px;
}

.footerstage {
    clear: both;
    width: 100%;
    margin: 32px auto 0 auto;
    text-align: center;
    padding: 0;
    background-color: #6B7280;
}

.footerlogo img {
    width: 260px;
    margin: 18px auto;
    padding: 0;
}

.footertext {
    color: #F8FAFC;
    margin: 0 0 12px 0;
    padding: 0;
}

.footertext p {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    font-size: 14px;
}

.copyrighttext {
    color: #F8FAFC;
    margin: 0;
    padding: 0 0 18px 0;
}

.copyrighttext p {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    font-size: 12px;
}

.footertext a {
    color: #F8FAFC;
}

.footertext a:hover {
    color: #D4AF36;
}

.footertext a:active {
    color: #D4AF36;
}

.contentstage {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

.methodology p {
    text-align: left;
}

.contentstage-blue-outer {
    width: 100%;
    margin: 48px auto;
    text-align: center;
    padding: 0;
     border-top: 1px solid #063E76; 
    border-bottom: 1px solid #063E76;
}

.contentstage-blue {
    width: 100%;
    margin: 12px auto;
    text-align: center;
    padding: 24px 0;
    background-color: #5E8FBF;
    color: #F8FAFC;
}

.contentstage-blue h1 {
    color: #F8FAFC;
    margin: 18px 0 0 0;
}

.contentstage-blue p {
    margin: 0 auto 18px auto;
    text-align: center;
    color: #F8FAFC;
    max-width: 960px;
    padding: 18px 24px 0 24px;
}

.wordlogo {
    font-weight: 700;
    color: #08539D;
}

.wordlogowhite {
    font-weight: 700;
    color: #F8FAFC;
}

.wordlogoorange {
    font-weight: 700;
    color: #D4AF36;
}

.quotebubble {
    display: grid;
    align-content: center;
    margin: 32px auto;
    text-align: center;
    background-color:  #E5CF86;
    width: 90%;
    min-height: 160px;
    border: 1px solid #AE902C;
    border-radius: 24px;
}

.quotebubble h1 {
	font-size: 18px;
	font-weight: 700;
    font-style: italic;
    color: #0F172A;
      padding: 0 14px;
}

.quotebubble p {
	font-size: 18px;
    margin: 0;
    padding: 0;
    color: #0F172A;
}

 .quotebubble a {
    text-decoration: none;
    display: grid;
    align-content: center;
    width: 100%;
    height: 100%;
    min-height: 160px;
    border-radius: 24px;
    }

.quotebubble a:hover {
    background-color:  #D4AF36;
}

.searchbubble {
    display: grid;
    align-content: center;
    margin: 32px auto;
    text-align: center;
    background-color:  #E5CF86;
    width: 90%;
    max-width: 480px;
    min-height: 160px;
    border: 1px solid #AE902C;
    border-radius: 24px;
}

/*------LIBRARY--SPECIFIC------*/

.blogintro {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}


.blogintro a {
    font-weight: 500;
    color: #5E8FBF;
}

.blogintro a:visited {
    font-weight: 500;
    color: #5E8FBF;
}

.blogintro a:hover {
    font-weight: 500;
    color: #D4AF36;
}

.searchbubble h1 {
	font-size: 18px;
	font-weight: 700;
    font-style: italic;
    color: #0F172A;
    padding: 0 14px;
}

.searchbubble p {
	font-size: 18px;
    margin: 0;
    padding: 0;
    color: #0F172A;
}

 .searchbubble a {
    text-decoration: none;
    display: grid;
    align-content: center;
    width: 100%;
    height: 100%;
    min-height: 160px;
    border-radius: 24px;
    }

.searchbubble a:hover {
	 background-color:  #D4AF36;
}

.special-page-title {
    color: #D4AF36;
}

.special-page-title-alt {
    color: #08539D;
}

#searchform {
    margin: 0 auto;
    text-align: center;
    width: 324px;
}

#s {
    border: none;
}

#searchsubmit {
    margin: 24px 0;    
    width: 180px;
    background-color:#AE902C;
}

#searchsubmit:hover {
    background-color: #9CBAD8;
}

.button-excerpt {
    background-color: #9CBAD8;
    border: none;
    border-radius: 14px;
    color: #F8FAFC;
    padding: 8px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 0;
    cursor: pointer;
   
}

.button-excerpt a {
    color: #F8FAFC;
}

.button-excerpt:hover {
    background-color:#E5CF86;
     color: #6B7280;
}

.button-excerpt a:hover {
   color: #6B7280;
}

.postborder {
    clear: both;
    border-bottom: 2px solid #E5CF86;
    padding: 24px;
    margin: 0 0 24px 0;
}

.postborder p {
    text-align: left;
}

.entry-title {
    text-align: left;
    margin: 12px 0;
	line-height: 1.5;
	font-size: 24px;
	font-weight: 700;
    color: #08539D;
}

.entry-title a {
    color: #08539D;
}

.entry-title a:hover {
   color: #D4AF36;
}

.entry-title a:active {
    color: #063E76;
}    

.entry-meta p {
    color: #6B7280;
    font-size: 12px;
    margin: 0 auto;
    text-align: left;
    padding: 0;
}

.entry-meta a {
    font-weight: 500;
    color: #5E8FBF;
}

.entry-meta a:hover {
   color: #D4AF36;
}

.entry-meta a:active {
    color: #5E8FBF;
}    

.pagecount {
	display:inline-block;
	text-align: center;
	font-size: 16px;
    font-weight: 300;
    color: #0F172A;
    margin: 0 auto 12px auto;
    padding: 0;
	clear:both;
}

.nav-next {
	display:inline-block;
	font-size: 16px;
    font-weight: 300;
	float: right;
	text-align: right;
    margin: 0 0 18px 0;
    padding: 0 18px 0 0;
}
.nav-prev {
	display:inline-block;
	float: left;
	font-size: 16px;
    font-weight: 300;
	text-align: left;
    margin: 0 0 18px 0;
    padding: 0 0 0 18px;
}

.blogbottomnav {
	clear:both;
	margin: 0;
	display:block;
	height: 24px;
	padding: 0;
}

.blogbottomnav a {
	 font-weight: 500;
     color: #08539D;
}
.blogbottomnav a:visited {
	 font-weight: 500;
   color: #08539D;
}

.blogbottomnav a:hover {
	 font-weight: 500;
   color: #D4AF36;
}

.bottom-nav-next {
	margin: 24px 0 36px 24px;
    font-size: 16px;
    text-align: left;
    font-weight: 300;
    color: #6B7280;
}

.bottom-nav-next a {
    font-weight: 500;
    color: #08539D;
}

.bottom-nav-next a:visited {
    font-weight: 500;
       color:#08539D;
}

.bottom-nav-next a:hover {
    font-weight: 500;
       color:#D4AF36;
}

.bottom-nav-prev {
    margin: 36px 0 0 24px;
    font-size: 16px;
    text-align: left;
    font-weight: 300;
    color: #6B7280;
}

.bottom-nav-prev a {
    font-weight: 500;
    color: #08539D;
}

.bottom-nav-prev a:visited {
    font-weight: 500;
     color: #08539D;
}

.bottom-nav-prev a:hover {
    font-weight: 500;
     color: #D4AF36;
}



/*------NAVIGATION-------*/
.mainnavbar {
	
	position: sticky;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
	text-align: center;
	width: 100%;
	background-color: #5E8FBF;
	height: 48px;
	z-index: 1000;
	
}
.mainnavbar ul {
    margin: 0;
    padding: 0;
	color: #F8FAFC;
	font-size: 1em;
	list-style: none;
}

.mainnavbar li {
    margin: 0;
    padding: 0;
	display: inline;
}

.mainnavbar li a {
	text-decoration: none;
    background-color: #E5CF86;
	color: #0F172A;
}

.mainnavbar ul li a:hover {
    background-color: #AE902C;
	color: #F8FAFC;
}

.mainnavbar ul li a:active {
	background-color: #E5CF86;
	color: #F8FAFC;
}

.menu-link {
    margin: 0;
	padding: 8px;
    height: 48px;
    text-align: right;
}

a.menu-link {
	display: block;
	padding: 0;
    margin: 0;
}
    
.menu-link img {
    margin: 0;
	padding: 8px;
    height: 32px;
    width:  32px;
}
		
nav[role=navigation] {
	clear: both;
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.js nav[role=navigation] {
	overflow: hidden;
	max-height: 0;
}
		
nav[role=navigation].active {
    margin: 0;
	max-height: 300em;
}

nav[role=navigation] ul {
	margin: 0;
	padding: 0;
    border-top: 1px solid #ffffff;
    float: right;
}

nav[role=navigation] li a {
	display: block;
    text-align: right;
    width: 180px;
    margin: 0;
	padding: 6px 12px;
	border-bottom: 1px solid #ffffff;
}

body#home a#homenav,
body#team a#teamnav,
body#services a#servicesnav,
body#methodology a#methodologynav,
body#blog a#librarynav,
body#contact a#contactnav{
    background-color: #D4AF36;
}


/*-----------------------------*/
/*-----------------------------*/
/*SCREEN SIZE BREAK 1 START HERE*/
/*-----------------------------*/
/*-----------------------------*/

/*----------------------------*/
/*------MIN WIDTH 640px for Mobile -----*/
/*----------------------------*/

@media screen and (min-width: 640px) {
    
body {
}
    
iframe {
    width: 600px; 
    height: 450px;
}
    
.postborder {
    padding: 32px;
}    
    
p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}
    
ul {
	text-align: left;
    font-size: 18px;
    font-weight: 300;
}

li {
	text-align: left;
    margin: 1em 0;
}

ol {
	text-align: left;
    font-size: 18px;
    font-weight: 300;
}    
    
.featurelist {
    width: 80%;
    margin: 0 auto;
}    

.featurelist li {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}  
    
.footerlogo img {
    width: 260px;
    margin: 20px auto;
    padding: 0;
}    
    
h1, h2, h3, h4, h5 {
    margin: 18px 0;
	line-height: 1.2;
}
    
.formresponse {
	font-size: 28px;
}    

h1 {
	font-size: 28px;
	font-weight: 700;
    color: #08539D;
}
    
h2 {
	font-size: 23px;
	font-weight: 700;
}

h3 {
	font-size: 18px;
	font-weight: 600;
}
    
h4 {
	font-size: 16px;
	font-weight: 600;
}

h5 {
	font-size: 14px;
	font-weight: 500;
}   
    
.footertext p {
    font-size: 15px;
}

.copyrighttext p {
    font-size: 13px;    
    }
    
.button {
    background-color: #063E76;
    border: none;
    border-radius: 16px;
    color: #F8FAFC;
    padding: 14px 48px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 12px;
    cursor: pointer;
}
    
.button:hover {
    background-color:#AE902C;
}

.button-alt {
    background-color:#AE902C;
}

.button-alt:hover {
    background-color:#063E76;
}
     
.quotebubble {
    display: grid;
    align-content: center;
    margin: 32px auto;
    text-align: center;
    background-color:  #E5CF86;
    width: 80%;
    min-height: 180px;
    border: 1px solid #AE902C;
    border-radius: 24px;
}

.quotebubble h1 {
	font-size: 21px;
	font-weight: 700;
    font-style: italic;
    color: #0F172A;
    padding: 0 16px;
}

.quotebubble p {
	font-size: 21px;
    margin: 0;
    padding: 0;
    color: #0F172A;
}

 .quotebubble a {
    text-decoration: none;
    display: grid;
    align-content: center;
    width: 100%;
    height: 100%;
    min-height: 180px;
    border-radius: 24px;
}

.quotebubble a:hover {
    background-color:  #D4AF36;
}
    
.contentstage-blue h1 {
    margin: 24px 0 0 0;
}

.contentstage-blue p {
    margin: 0 auto 24px auto;
}  
    
.entry-title {
	font-size: 28px;
}
.entry-meta p {
    font-size: 14px;
} 
    
.pagecount {
	font-size: 18px;
}

.nav-next {
	font-size: 18px;
    margin: 0 0 16px 0;
    padding: 0 18px 0 0;
}
.nav-prev {
	font-size: 18px;
    margin: 0 0 16px 0;
    padding: 0 0 0 18px;
}

.bottom-nav-next {
	margin: 24px 0 36px 24px;
    font-size: 21px;
}

.bottom-nav-prev {
    margin: 36px 0 0 24px;
    font-size: 21px;
}

.blogbottomnav {
	clear:both;
	margin: 0;

	height: 32px;
	padding: 0;
}
    
}


/*-----------------------------*/
/*-----------------------------*/
/*SCREEN SIZE BREAK 2 START HERE*/
/*-----------------------------*/
/*-----------------------------*/

/*----------------------------*/
/*------MIN WIDTH 920px for Full Sceen------*/
/*----------------------------*/

@media screen and (min-width: 920px) {
    
body {
    }
    
    
p {
    font-size: 19px;
 font-weight: 300;
    line-height: 1.5;
}
    
ul {
	text-align: left;
      font-size: 19px;
     font-weight: 300;
}


li {
	text-align: left;
    margin: 1em 0;
}

ol {
	text-align: left;
    font-size: 19px;
    font-weight: 300;

}
    
.featurelist {
    width: 80%;
    margin: 0 auto;
}    

.featurelist li {
    font-size: 19px;
    font-weight: 300;
    line-height: 1.5;
}        
    
h1, h2, h3, h4, h5 {
    margin: 18px 0;
	line-height: 1.2;
}
    
.formresponse {
	font-size: 32px;
}        

h1 {
	font-size: 32px;
    padding: 0 0 18px 0;
	font-weight: 700;
    color: #08539D;
}
h2 {
	font-size: 24px;
	font-weight: 700;
}

h3 {
	font-size: 20px;
	font-weight: 600;
}
h4 {
	font-size: 18px;
	font-weight: 600;
}

h5 {
	font-size: 18px;
	font-weight: 500;
}   
    
.footerlogo img {
    width: 400px;
    margin: 24px auto;
    padding: 0;
    max-width: 640px;
}    
    
.footertext p {
    font-size: 16px;
}

.copyrighttext p {
  
    font-size: 14px;    
    }    
    
.button {
  background-color: #063E76;
  border: none;
    border-radius: 18px;
  color: #F8FAFC;
  padding: 16px 54px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 12px;
  cursor: pointer;
}
    
    .button:hover {
  background-color:#AE902C;
}

.button-alt {
     background-color:#AE902C;
}

.button-alt:hover {
     background-color:#063E76;
}
   
    

.quotebubble {
    display: grid;
    align-content: center;
    margin: 32px auto;
    text-align: center;
    background-color:  #E5CF86;
    width: 60%;
    min-height: 200px;
    border: 1px solid #AE902C;
    border-radius: 24px;

}

.quotebubble h1 {
	font-size: 24px;
	font-weight: 700;
    font-style: italic;
    color: #0F172A;
    padding: 0 18px;
}

.quotebubble p {
	font-size: 24px;
    margin: 0;
    padding: 0;
    color: #0F172A;
}


 .quotebubble a {
      text-decoration: none;
      display: grid;
    align-content: center;
      width: 100%;
      height: 100%;
      min-height: 200px;
         border-radius: 24px;
    }

.quotebubble a:hover {
	 background-color:  #D4AF36;
}
    
.contentstage-blue h1 {
    margin: 32px 0 0 0;
}

.contentstage-blue p {
    margin: 0 auto 32px auto;
}    
    
    
a.menu-link {
	display: none;
	padding: 0;
	margin: 0;
}

.js nav[role=navigation] {
	max-height: none;
}

nav[role=navigation] ul {
	border: 0;
    float: none;

}
			
nav[role=navigation]  li {
	display: inline-block;
     
}

nav[role=navigation] li a {
	border: 0;
	margin: 0;
	padding: 4px 32px;
    text-align: center;
    width: auto;
    }

.mainnavbar {
    
	position: sticky;
    top: 0;
    left: 0;
    margin: 0 auto;
	text-align: center;
	width: 100%;
	background-color: #5E8FBF;
	height: auto;
	line-height: 36px;
	z-index: 1000;
	
}
  	
.mainnavbar ul {
	color: #F8FAFC;
	font-size: 1em;
	list-style: none;
	background-color: #5E8FBF;
    text-align: center;
   
}

.mainnavbar li {
	display: inline;
    text-align: center;
}

.mainnavbar li a {
	text-decoration: none;
	background-color: #5E8FBF;
	color: #F8FAFC;
	margin: 0 auto;
   text-align: center;
}

.mainnavbar ul li a:hover {
	background-color: #E5CF86;
	color: #0F172A;
}

.mainnavbar ul li a:active {
	background-color: #5E8FBF;
	color: #F8FAFC;
}    
    
    
.entry-title {
	font-size: 32px;
}        

}    
