body {
  font-size: 16px;
  color: #000;
  margin: 0;
  padding: 0;
}
body, p, div, li, ol, dl, td, em, pre, blockquote, textarea, input, select {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
strong, b {
  font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  line-height: 1.2em;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0; padding: 0;
  margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
}

/* HEADINGS / BODY FONT SIZES */
h1 {
  font-size: 28px;
  line-height: 32px;
}
h2 {
  font-size: 26px;
  line-height: 30px;
}
h3 {
  font-size: 24px;
  line-height: 28px;
}
h4 {
  font-size: 18px;
  line-height: 22px;
}
h5 {
  font-size: 16px;
  line-height: 20px;
}
h6 {
  font-size: 15px;
  line-height: 20px;
}
body {
  font-size: 14px;
  line-height: 19px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 38px;
    line-height: 42px;
  }
  h2 {
    font-size: 35px;
    line-height: 40px;
  }
  h3 {
    font-size: 30px;
    line-height: 35px;
  }
  h4 {
    font-size: 20px;
    line-height: 25px;
  }
  h5 {
    font-size: 18px;
    line-height: 23px;
  }
  h6 {
    font-size: 16px;
    line-height: 21px;
  }
  body {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1240px) {
  h1 {
    font-size: 50px;
    line-height: 55px;
  }
  h2 {
    font-size: 40px;
    line-height: 46px;
  }
  h3 {
    font-size: 34px;
    line-height: 40px;
  }
  h4 {
    font-size: 26px;
    line-height: 36px;
  }
  h5 {
    font-size: 26px;
    line-height: 32px;
  }
  h6 {
    font-size: 22px;
    line-height: 28px;
  }
  body {
    font-size: 17px;
    line-height: 25px;
  }
}
/* PARAGRAPH */
p {
  line-height: 1.5em;
  padding: 12px 0px 12px 0;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
}
a {
  color: #0b7fc3;
  text-decoration: none;
}
a:hover {
  color: #0b7fc3;
  text-decoration: underline;
}
em, i {
  font-style: italic;
}
.clear {
  clear: both;
}
hr {
  height: 2px;
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
  border-right: none;
  border-left: none;
  width: 100%;
}
/* Main Styles ==================================  */
#container {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 2200px;
}
.innerWidth {
  width: 100%;
  padding: 0 15px 0 15px;
}
.navWidth {
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .innerWidth {
    width: 80%;
    padding: 0 15px 0 15px;
  }
  .navWidth {
    width: 80%;
  }
} /* end media  */
/* logo - main nav area */
#logoNavHead-out {
  position: relative;
  width: 100%;
  min-height: 130px;
  background-color: rgba(255, 255, 255, 1);
  margin: auto;
  transition: all 0.3s ease;
  z-index: 2;
}
#logoNavHead-in {
  position: relative;
  margin: auto;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
#logo {
  position: relative;
  margin: 10px 0 0 15px;
  transition: all 0.3s ease;
}
#logo img {
  width: 160px;
  height: 94px;
  border: 0;
}
#phoneCall {
  position: relative;
  display: none;
}
#phoneCall a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}
#phoneCall a:hover {
  color: #333;
  text-decoration: none;
}
.topLink {
  padding-right: 30px;
}
@media screen and (min-width: 640px) {
  #phoneCall {
    display: block;
  }
  #logoNavHead-in {
    justify-content: space-between;
  }
} /* end media  */
/* header section */
.header {
  position: relative;
  margin: auto;
  transition: all 0.3s ease;
}
#header-inner {
  position: relative;
  margin: auto;
  transition: all 0.3s ease;
}
.header-caption {
  text-align: center;
  margin-bottom: 20px;
	padding-top: 50px;
}
.header-caption h1::before {
  position: absolute;
  left: calc(50% - 40px);
  top: -10px;
  content: ' ';
  width: 80px;
  height: 4px;
  background-color: #0f7bba;
}
.header-caption h6 {
  padding-bottom: 20px;
}

a.services-btn {
  color: #0f7bba;
  background-color: #FFF;
  padding: 5px 20px;
  border: 2px solid #0f7bba;
  border-radius: 25px;
  text-transform: uppercase;
  display: inline-block;
}
a.services-btn:hover {
  color: #fff;
  background-color: #0f7bba;
  text-decoration: none;
}
#process-out {
  clear: both;
  float: left;
  position: relative;
  width: 100%;
  margin: auto;
  transition: all 0.3s ease;
}
.processLeft {
  position: relative;
  top: 0px;
  float: left;
  width: 100%;
  margin: 10px 0% 40px 0;
  transition: all 0.3s ease;
}
.processRight {
  display: none;
}
@media screen and (min-width: 768px) {
  .processLeft {
    position: relative;
    top: 0px;
    float: left;
    width: 50%;
    margin: 40px 0% 40px 3%;
    transition: all 0.3s ease;
		background-color: #FFF;
  }
  .processRight {
    display: block;
    float: left;
    width: 44%;
    padding: 0px 0 20px 0;
    margin: 40px 0 40px 0;
    min-height: 900px;
    transition: all 0.3s ease;
    background-color: #FFF;
    background-image: url(../img/e3_secureehost_website.jpg);
    background-repeat: no-repeat;
    background-position: right 18px;
  }
}
@media screen and (min-width: 1240px) {
  .processLeft {
    position: relative;
    top: 0px;
    float: left;
    width: 42%;
    margin: 40px 0% 40px 12%;
    transition: all 0.3s ease;
  }
  .processRight {
    width: 46%;
    padding: 0px 0 20px 0;
    margin: 40px 0 40px 0;
    min-height: 900px;
    transition: all 0.3s ease;
  }
} /* end media  */
#processIntro {
  padding: 0 30px 0 30px;
}
@media screen and (min-width: 768px) {
  #processIntro {
    padding: 0 50px 0 0;
  }
}
#processBlueBox {
  margin: 60px 0 0 0;
  padding: 40px 30px 40px 30px;
  background-color: #0f7bba;
  color: #000;
  box-shadow: 12px 12px 35px 0px rgba(0, 0, 0, 0.25);
  opacity: 1;
  transition: all 0.3s ease;
}
.processLinks {}
.processLinks ul, .processLinks li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.processLinks ul li {
  border-bottom: 1px solid #232323;
	border-bottom: 1px solid #a1c4d9;
}
.processLinks ul li a {
  color: #FFF;
  font-size: 110%;
  font-weight: 400;
  display: block;
  padding: 8px 0 8px 0;
  text-decoration: none;
  transition: all 0.3s ease;
}
.processLinks ul li a:hover {
  text-decoration: none;
  padding: 8px 0 8px 4px;
  ;
}
/* new footer */
.footer {
  clear: both;
  float: left;
  width: 100%;
  background: rgba(15, 123, 187, 1);
  background-image: linear-gradient(to right, #0f7bbb, #06a5c2);
  padding: 60px 0;
}
#footer-in {
  position: relative;
  margin: auto;
  text-align: center;
  transition: all 0.3s ease;
}
.footer a {
  float: none;
  color: #FFF;
  transition: all 0.3s ease;
}
.footer h4 {
  margin: 0;
  padding: 0;
  color: #FFF;
}
.footer h4, .footer a {
  float: none;
  text-align: center;
  margin: 10px auto;
  display: block;
}
a.footer-ph {
  font-size: 20px;
}
a.footer-ph:hover {
  color: #000;
}

@media screen and (min-width: 840px) {
  .footer h4 {
    float: left;
    color: #FFF;
    font-size: 24px;
  }
  .footer a {
    float: right;
    margin-top: 10px;
    margin-right: 15px;
  }
	a.footer-ph {
		font-size: 26px;
		margin-top: 15px;
	}
}
@media screen and (min-width: 1240px) {
  .footer h4 {
    font-size: 38px;
  }
}
.footer a:hover {
  text-decoration: none;
}
a.footer-contact-btn {
  color: #107cbc !important;
  background-color: #FFF;
  padding: 5px 20px;
  border-radius: 25px;
  margin-left: 0px;
  margin-right: 0px;
  text-transform: uppercase;
  display: inline-block;
}
a.footer-contact-btn:hover {
  color: #fff !important;
  background-color: #000;
}
@media screen and (min-width: 1480px) {
  a.footer-contact-btn {
		margin-left: 15px;
    margin-right: 15px;
  }
}
.footer-copyright {
  position: relative;
  clear: both;
}
.footer-copy-in {
  position: relative;
  margin: 0 auto;
  padding: 10px 0 10px 15px;
	font-size: 15px;
	color: #333;
}
.footer-copy-in a {
 color: #333;
}
.fPipe {
  color: #FFF;
  padding: 0 5px 0 5px;
  font-weight: 300;
}
