@charset "UTF-8";
/* Styles for Sue Newport Consulting */


html,
body {
  height: 100%;
}
p {
	font-size: 1.15rem;
}
.main a {
    color: #134fb7;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 3rem 4rem;
}
.blockquote:nth-child(1n+0) {
    background-color: #f1f8fb;
}
.blockquote:nth-child(2n+0) {
    background-color: #effaf0;
}
.blockquote:nth-child(3n+0) {
    background-color: #fafaf1;
}
h2 {
	line-height: 1.5;
}
ul {
  list-style: none; /* Remove default bullets */
}
ul li::before {
  content: "\2022";
  color: #275cba;
  font-weight: normal;
  display: inline-block;
  width: 1.5rem;
  margin-left: -1.5rem;
}
li {
	margin-bottom: 0.5rem;
	font-size: 1.15rem;
}
.dropdown-menu {
	width: 280%;
}
.dropdown-item {;
	white-space: normal;
}
.display-1 {
    line-height: 1.1;
}
.lead {
    font-size: 1.5rem;
}
.quote {
	font-style: italic !important;
	font-size: 
}
.type-bold {
	font-weight: bold;
	font-size: 1.3rem;
}
hr {
	width: 15%;
	margin: 2rem 0;
}


/* nav */

nav ul li::before,
.services ul li::before {
	display: none;
}
ul.services-list li::before {
	display: none;
}
.navbar-brand img {
	width: 160px;
}
.nav-item a {
	font-size: 1.15rem;
	line-height: 1.75rem;
	text-transform: uppercase;
	margin-right: 1.5rem;
}
.nav-item a.active:after {
    content: "";
    display: block;
    margin: 0 auto;
    padding-top: 0.75rem;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
}
.navbar-toggler:focus {
   outline: none !important;
   box-shadow: none;
}
a.dropdown-item {
	text-transform: none;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-menu[data-bs-popper].index {
    top: 130%;
    left: 5px;
    margin-top: 0rem;
}
.dropdown-menu[data-bs-popper] {
    top: 96%;
    left: 5px;
    margin-top: 0rem;
}

/* header */

.head {
	padding-top: 7rem;
}
.head-text {
	font-size: 1.8rem;
}

/* footer */

.fa-bars {
	font-size: 1.75rem;
	color: #fff;
}
.footer-col {
	background-color: #2F5377;
	color: #fff;
}
.footer-col p {
	font-size: 0.9rem;
}
.footer-col a:hover {
	color: #fff;
}
.foot-title {
	font-weight: 800;
}
.links {
	font-size: 1.6rem;
}
.links i {
	padding-right: 0.2rem;
}
.links a {
	color: #fff;
}
.links a:hover {
	color: #43B0F8;
}

/* home */

ul.services-list {
	text-decoration: none;
	list-style: none;
	color: #004284;
	margin-bottom: 0;
}
ul.services-list li a {
	color: #004284;
}
ul.services-list li a:hover {
	color: #43B0F8;
}
ul.services-list li.title {
    font-size: 1.8rem;
    color: #004284;
}
ul.services-list li.link {
	font-size: 1.2rem;	
}
ul.services-list li {
	font-size: 1.5rem;
	line-height: 2rem;
	padding-bottom: 1rem;
}

/* services */

.service {
	background-color: #F4F9FF;
	padding: 2rem 3.6rem 2rem 2rem;
}
.services ul.services-list li.title {
	text-transform: none;
	font-size: 1.8rem;
	color: #004284;
}
.services ul.services-list li.info {
	font-size: 1rem;
	line-height: 1.5rem;
	color: #000;
}
#service-arrow {
}
.srh-img {
	width: 80%;
}


@media (max-width: 992px) {

	.overlay {
	  position: fixed;
	  background: #000;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 0%;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transition: opacity .35s, visibility .35s, height .35s;
	  transition: opacity .35s, visibility .35s, height .35s;
	  overflow: hidden;
	}
	.overlay.open {
	  opacity: .9;
	  visibility: visible;
	  height: 100%;
	}
	
	.navbar-collapse {
		margin: 1rem 0 0;
	}
	.nav-item a.active:after {
    content: "";
    display: block;
    margin: 0 0 0 0;
    padding-top: 0.75rem;
    border-bottom: 1px solid #fff;
    width: 20%;
	}
	.nav-item a {
    font-size: 1.15rem;
    text-transform: uppercase;
    margin-right: 1.5rem;
    padding-bottom: 0.5rem;
	}

}

