/*********************** STANDARD ELEMENTS ****************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  font-weight: 400;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 16px;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #231f20;
  text-align: left;
  background: #ffffff;
  line-height: 1.45em;
  min-width: 320px;
}

input,
textarea {
  font-family: "Lato", sans-serif;
}

/* for the admin page editing area */
.mceContentBody {
  background-color: #ffffff !important;
  background-image: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* td {
	
} */

/* GENERAL FORMATTING */

a,
a:visited {
  text-decoration: none;
  color: #0f75bc;
  font-weight: 700;
  transition: all 0.4s;
}

a:hover,
a:active {
  color: #000;
  transition: all 0.4s;
}

strong {
  font-weight: 700;
}
em {
  font-weight: unset;
}

li {
  margin-left: 1.7em;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.45em;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.7em;
}

h1 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: 0.5em;
  line-height: 1.35em;
  color: #be222f;
}

h1.home {
  font-size: 1.9em;
  color: #be222f;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.connectHeader {
  font-size: 1.9em;
  font-weight: 600;
  margin-bottom: 0.5em;
  line-height: 1.45em;
  color: #be222f;
}

h2 {
  font-size: 1.7em;
  font-weight: 500;
  color: #04263b;
  margin-top: 1.3em;
  margin-bottom: 0.5em;
  line-height: 1.35em;
}

h3 {
  font-size: 1.2em;
  margin-top: 1.3em;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #04263b;
}

h4 {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 500;
  color: #0077ae;
}

a.btn {
  display: inline-block;
  background: #be222f;
  color: white !important;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  padding: 5px 20px;
}

a.btn:hover {
  opacity: 0.8;
  transition: all 0.4s;
}

a.btn-get-a-quote {
  color: #be222f !important;
  background: white;
  font-weight: 600;
}

.text-box {
  width: 89%;
  background: #f4f4f4;
  color: #04263b !important;
  font-size: 1rem !important;
  line-height: 1.5em !important;
  font-weight: 600;
  padding: 1.75rem;
  text-align: center;
}

#headerRight {
  display: flex;
  flex: 1;
  position: relative;
  align-items: flex-end;
  margin: 0 0 0 1rem;
  flex-direction: column;
  justify-content: center;
}

#headerRight .topHeaderContact a {
  color: white;
  font-weight: 400;
  white-space: nowrap;
  font-size: 1rem;
  transition: all 0.4s;
}

#headerRight .topHeaderContact a:hover {
  color: #be222f;
  transition: all 0.4s;
}

#headerRight .topHeaderContact a:hover img {
  opacity: 0.7;
  transition: all 0.4s;
}

#headerRight .topHeaderContact a img {
  vertical-align: top;
}

#header .how-can-we-help-you p {
  text-align: center;
  color: white;
  font-weight: 400;
  font-size: 3rem;
  text-transform: none;
  width: 80%;
  margin: 0 auto;
  text-shadow: 0 0 8px #4a4a4a;
  line-height: 1.35em;
}

.banner-have-need-want-container {
  display: flex;
  width: 80%;
  margin: 1.5rem auto 0;
  justify-content: space-between;
}

.banner-have-need-want-container div {
  height: 105px;
  background: #be222f;
  flex-basis: 30%;
  position: relative;
}

#header .banner-have-need-want-container div p {
  text-align: center;
  color: white;
  font-weight: 400;
  font-size: 24px;
  text-transform: none;
  width: 100%;
  margin: 0;
  text-shadow: none;
  line-height: 1.35em;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#header .banner-have-need-want-container div p span {
  display: block;
  font-size: 1.1rem;
  font-weight: 300;
}

#header .banner-have-need-want-container div p a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  padding: 20px 0;
  white-space: nowrap;
  transition: all 0.2s;
}

#header .banner-have-need-want-container div p a:hover {
  opacity: 0.7;
  transition: all 0.2s;
}

.cityline-awards {
  margin-bottom: 5rem;
  width: 53%;
  display: flex;
  justify-content: space-between;

  display: none;
}

.cityline-awards > div {
  text-align: center;
  flex-basis: 32%;
}

#content_area.wrap.homepage #content h1 {
  width: 53%;
}

.div-we-biuld-bus {
  background: #ebecec;
}

.div-we-biuld-bus > .wrap {
  display: flex;
  padding: 3rem 0;
}

.quality-portfolio,
.we-biuld {
  flex: 1;
  position: relative;
}

.we-biuld .h2-we-biuld-bus,
.we-biuld .h3-we-biuld-bus,
.we-biuld p {
  padding-left: 8rem;
}

.we-biuld p.imac-desktop {
  padding-left: 0;
}

h2.h2-we-biuld-bus {
  font-size: 2.5rem;
  font-weight: 500;
  text-transform: unset;
  margin-bottom: 0.5em;
  margin-top: -3rem;
  line-height: 1.35em;
  color: #0077ae;
}

.div-we-biuld-bus p {
  font-size: 1.1rem;
  font-weight: 300;
}

.quality-portfolio p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.35em;
  width: 75%;
  margin: 0 auto 3rem;
}

p.imac-desktop {
  margin-top: -385px;
  position: relative;
  right: -170px;
  width: 700px;
}

p.iphone-11-a,
p.iphone-11-b {
  width: 50%;
  margin: 0;
  width: 350px;
}

p.iphone-11-a {
  top: -130px;
  left: 35px;
  position: absolute;
}

p.iphone-11-b {
  position: relative;
  left: 255px;
}

#content_area.wrap.homepage {
  padding-bottom: 8rem;
}

.div-creating-seo {
  padding: 0 2rem 6rem;
}

h3.h3-creating-seo {
  text-align: center;
  margin-bottom: 3rem;
}

.seo-container {
  display: grid;
  grid-gap: 1rem 2rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.seo-div {
  margin-top: 1rem;
}

.seo-div p {
  font-size: 1rem;
  font-weight: 400;
}

.div-testimonials {
  background: #ebecec;
}

.div-testimonials > .wrap {
  display: flex;
  padding: 5rem 0 4rem;
}

.testimonials-macbookair,
.testimonials-container {
  flex: 1;
}

.testimonials-container {
  padding-right: 2rem;
}

.testimonials-macbookair {
  position: relative;
}

.p-macbookair {
  left: -300px;
  position: absolute;
  top: -150px;
}

.testimonials-container blockquote {
  font-size: 1.5rem;
  line-height: 1.35em;
  margin-bottom: 1.5rem;
}

.testimonials-container blockquote span {
  display: inline-block;
  margin: 0 0 0 -15px;
  width: 15px;
}

.testimonials-container blockquote {
  margin-left: 5rem;
}

.testimonials-container blockquote p {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.35em;
}

.testimonials-container blockquote p,
.testimonials-container blockquote p:first-child,
.testimonials-container blockquote p:last-child {
  position: relative;
}

.testimonials-container blockquote p:first-child::before,
.testimonials-container blockquote p:last-child::after {
  position: absolute;
  display: block;
  font-family: "Arial, Helvetica, sans-serif";
  font-size: 200%;
}

.testimonials-container blockquote p:first-child::before {
  top: -0.7rem;
  left: -2.5rem;
  content: "\201C";
}

.testimonials-container blockquote p:last-child::after {
  bottom: -0.75rem;
  right: -0.75rem;
  content: "\201D";
}

.testimonials-container > p {
  margin-bottom: 3rem;
  margin-left: 5rem;
  font-size: 16px;
}

.div-our-services {
  padding: 0 2rem;
}

h2.h2-our-services,
h2.h2-creating-seo {
  color: #231f20;
  font-size: 2.5rem;
  text-align: center;
  text-transform: unset;
}

h2.h2-our-services {
  margin-bottom: 4rem;
}

h3.h3-our-services {
  color: #0077ae;
  font-size: 1.4rem;
  font-weight: 500;
  /* white-space: nowrap; */
  min-height: 80px;
}

.our-services-container {
  /* display: flex;
	flex-direction: row;
	justify-content: space-between; */
  display: grid;
  grid-gap: 2rem;
  /* grid-template-columns: repeat(auto-fit, minmax(250px,1fr)); */
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  margin-bottom: 5rem;
}

.our-services-container > div {
  box-shadow: 0 5px 25px #c5c5c5;
  /* flex-basis: 16%; */
  text-align: center;
  padding: 1rem 1rem 1.5rem;
}

.our-services-container > div p {
  font-size: 1rem;
  /* margin-bottom: 3rem; */
  min-height: 180px;
}

p.btn-our-services {
  display: none;
}

.our-services-container > div > h3.h3-our-services + p {
  display: block;
}
.seo-container > div.seo-div > h4.h4-creating-seo + p {
  display: block;
}

.div-certificates {
  background: #ebecec;
  padding: 1.5rem 0 2.5rem;
}

.div-certificates .seo-serv {
  text-align: center;
  font-size: 0.8em;
  margin-top: 0.5rem;
}

.div-get-a-quote {
  background: #be222f;
  color: white;
  padding: 3rem 0.5rem 1.7rem;
}

.div-get-a-quote > .wrap {
  display: flex;
}

.certificates-container {
  /* display: flex;
    flex-direction: row;
    justify-content: space-between; */

  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(10%, 1fr));
}

.certificates-container > div {
  /* flex-basis: 20%; */
  text-align: center;
  position: relative;
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.certificates-container > div a {
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.certificates-container #google-partner img {
  max-width: 87px;
}

.div-get-a-quote p {
  text-align: center;
}

.div-get-a-quote .wrap p:first-child {
  flex: 2;
  font-size: 1.5rem;
  padding-top: 0.5rem;
  line-height: 1.45em;
}

.div-get-a-quote .wrap p:nth-of-type(2) {
  flex: 1;
}

img,
embed,
object,
video {
  max-width: 100%;
  border: 0 none;
}

p {
  margin-bottom: 0.8em;
}

#content p,
#contentContact p,
input,
textarea {
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-weight: 300;
}

#content ul,
#content ol {
  margin-left: 1.1em;
  margin-bottom: 1.5em;
  margin-top: 0;
}

#content ul li,
#content ol li {
  line-height: 2.2rem;
  margin-bottom: 0.3em;
  color: #231f20;
  font-weight: 300;
  font-size: 1rem;
}

#content ul li {
  list-style: none;
  position: relative;
}

#contentContact ul li::before,
#content ul li::before {
  position: absolute;
  display: block;
  content: "";
  width: 17px;
  height: 14px;
  top: 13px;
  left: -28px;

  background: url(../../../images/bullet.png) no-repeat;
}

/*********************** MAIN DIVS ****************************/
#top {
  min-width: 320px;
  width: 100%;
}

#middle {
  width: 100%;
  position: relative;
  min-width: 320px;
  overflow: hidden;
}

#bottom {
  width: 100%;
  position: relative;
  min-width: 320px;
  background: #363436;
}

/* end main divs */

/* Main wrap: this defines the full width site limits */
.wrap {
  background: transparent;
  clear: both;
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 1220px;
  /* max-width: 1280px; */
  /* min-width: 320px; */
}
.wrap::after {
  clear: both;
  display: table;
  content: "";
}

.wide-wrap {
  background: transparent;
  clear: both;
  display: block;
  margin: 0 auto;
  padding: 0;
  /* width: 98%; */
  /* min-width: 320px; */
  max-width: 1220px;
}
.wide-wrap::after {
  clear: both;
  display: table;
  content: "";
}

#header .wide-wrap {
  display: flex;
}

/* Unwrap: removes the max-width restriction */
.unwrap {
  max-width: unset;
}
/* end .wrap */

.fixedContainer-opacity {
  position: absolute;
  width: 100%;
  height: 150px;
  top: 0;
  left: 0;
  /* background: white; */
  /* background: #fafafa; */
  background: #f4f4f4;
  opacity: 0.7;
}

.opacity-none {
  opacity: 1 !important;
  transition: all 0.1s;
}

.fixedContainer-opacity.opacity-none {
  height: 100px !important;
  transition: all 0.1s;
  /* border: 1px solid #ccc; */
}

#header-logo {
  width: 197px;
  height: 150px;
  position: relative;
}

#header-logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

#header-logo a:hover {
  opacity: 0.7;
  transition: all 0.2s;
}

#header-logo.logoWidthSmall {
  width: 130px !important;
  height: 100px;
  transition: all 0.2s;
}

#header-logo.logoWidthSmall a {
  width: 130px !important;
  transition: all 0.2s;
}

#header-logo a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#headerCall {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1.25rem;
}

.opacity-none #headerCall {
  margin-top: 0.75rem;
}

#topNav {
  flex: 1;
  min-width: 475px;
  text-align: center;
}

#iconbar {
  display: none !important;
}

.top-banner-text {
  width: 100%;
  height: calc(100% - 150px);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 149px;
  z-index: 997;
}

.top-banner-text > .wrap {
  width: 100%;
}

.top-banner-text h1 {
  width: 75%;
  color: white;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2.8rem;
  text-shadow: 0 0 8px black;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.top-banner-text h1:after {
  position: absolute;
  content: "";
  width: 10%;
  height: 4px;
  background: #6e491e;
  bottom: -2rem;
  left: calc(50% - 5%);
}

.top-banner-text p {
  width: 45%;
  margin-top: 2rem;
}

/* .insetLarge h1,
.insetSmall h1 {

	visibility: hidden;

}

.insetLarge p,
.insetSmall p {

	visibility: hidden;
} */

#header #topNav nav {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* #header #topNav #topMenu {
	display: flex;
    justify-content: space-around;
} */

/* #headerCall #topHeaderPhone {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
} */

#headerCall #topHeaderPhone a {
  display: inline-block;
  white-space: nowrap;
  margin-left: 2rem;
  color: #be222f;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
}

#headerCall #topHeaderPhone a:hover {
  color: #231f20;
}

#headerCall #topHeaderPhone a img {
  vertical-align: text-top;
  margin-right: 0.5rem;
  /* padding-right:5px; */
}

.div-home-contact-us {
  padding: 3rem 1.5rem;
  background: #ebecec;
}

.div-home-contact-us h2 {
  width: 50%;
  font-size: 2.5rem;
  color: #231f20;
  margin: 0 auto;
  text-align: center;
  text-transform: none;
  padding: 0 0.5rem 1.5rem;
  font-weight: 700;
}

.div-home-contact-us p {
  text-align: center;
  width: 50%;
  margin: 0 auto 2rem;
}

#footer .p-market-experts {
  color: white;
  margin: 2.5rem 0 0;
  width: 70%;
}

/* cmsInnerWrap: divs with this class will have consistent margins and padding
** Used to wrap #content and #sidebar divs. Also add it to any div that should 
** have the same padding as the main content. In the header and footer, for example
** Notes: must be inside .wrap
**		  Changes here must be reflected in uncmsInnerWrap (found below)
**		  Margins must be in percentages to be unwrapped later
*/
.cmsInnerWrap {
  /* margin: 0 3%; */
  position: relative;
}
.cmsInnerWrap::after {
  clear: both;
  display: table;
  content: "";
}
/* Undoes the innerwrap at each break 
** Useful for custom segments that need to fill the full site width instead of respecting padding
** eg   padding(.cmsInnerWrap)
** margin   |
** (.wrap)  |
**	   |    |
**	----------------------------------------
**  |     |   |inside cmsInnerWrap|   |     |  
**  |     |   |  Normal Content   |   |     |     
**  |     |   |                   |   |     |   
**  |     |    .uncmsInnerWrap        |     |
**  |     | lets us set content all   |     |
**  |     | the way to the margin.    |     |
**  |     | good for feature areas    |     |
**  |     | with full width images    |     |
**  |     | or backgrounds            |
**  |     |   |                   |   |     |  
**  |     |   |  Normal Content   |   |     |     
**  |     |   |                   |   |     |      
*/
.uncmsInnerWrap {
  margin-left: -3.2%;
  margin-right: 0;
  width: 106.4%;
}
@media (min-width: 600px) {
  /* .cmsInnerWrap {
		margin: 0 2%;
	} */
  .uncmsInnerWrap {
    margin-left: -2.1%;
    width: 104.2%;
  }
  .cms_desktop #content .uncmsInnerWrap {
    unwrap_in_content_with_sidebar: ;
    margin-left: -3%;
    width: 105%;
  }
}
@media (min-width: 1220px) {
  /* .cmsInnerWrap {
		margin: 0;
	} */
  .uncmsInnerWrap {
    margin-left: -1.4%;
    width: 102.9%;
  }
  .cms_desktop #content .uncmsInnerWrap {
    unwrap_in_content_with_sidebar: ;
    margin-left: -2%;
    width: 103.6%;
  }
}
@media (min-width: 1320px) {
  .cmsInnerWrap {
    margin: 0;
  }
  .uncmsInnerWrap {
    margin: 0;
    width: 100%;
  }
}
/* end cmsInnerWrap */

@media only screen and (max-width: 1290px) {
  .top-banner-text .wrap {
    padding: 1.5rem;
    width: calc(100% - 3rem);
  }
}

@media only screen and (max-width: 1250px) {
  .we-biuld .h2-we-biuld-bus,
  .we-biuld .h3-we-biuld-bus,
  .we-biuld p {
    padding-right: 2rem;
  }

  .we-biuld p.imac-desktop {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1180px) {
  #header .banner-have-need-want-container div p {
    /* font-size: 1.2rem; */
    font-size: 19.2px;
  }

  #header .banner-have-need-want-container div p span {
    font-size: 1rem;
  }

  #content_area.wrap.homepage #content h1 {
    font-size: 2.2rem;
  }

  .our-services-container {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }

  .our-services-container > div p {
    min-height: 150px;
  }

  .div-certificates {
    padding: 1rem 0 2rem;
  }

  .certificates-container {
    /* grid-gap: 0.5rem; */
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  }
}

@media only screen and (max-width: 1080px) {
  .top-banner-text h1 {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2rem;
  }

  #header-logo {
    width: 130px;
  }

  #content_area.homepage.noSidebar #content {
    padding: 0 3rem !important;
  }

  #content_area.wrap.homepage #content h1 {
    font-size: 2.2rem;
    width: 100%;
    text-align: center;
  }

  #content_area.wrap.homepage {
    padding-bottom: 2rem;
  }

  .cityline-awards {
    margin-bottom: 2rem;
    width: 100%;
  }

  p.imac-desktop {
    margin-top: -105px;
  }

  .p-macbookair {
    top: -20px;
    right: -20px;
  }

  p.iphone-11-a {
    display: none;
  }

  p.iphone-11-b {
    left: 110px;
    margin-bottom: 20rem;
  }

  .we-biuld .h2-we-biuld-bus {
    margin-left: calc(0px - 52%);
    padding-left: 3rem;
    margin-bottom: 3rem;
  }

  .we-biuld p.imac-desktop {
    padding-right: 0;
  }

  .quality-portfolio p {
    text-align: left;
  }

  .div-get-a-quote > .wrap {
    display: block;
  }

  /* .certificates-container {
		display: block;
	}
	
	.certificates-container > div {
		display: block;
		width: 33.33%;
		float: left;
	}

	.certificates-container > div:nth-of-type(4) {
		clear: both;
	}

	.certificates-container > div:nth-of-type(4),
	.certificates-container > div:nth-of-type(5) {
		width: 50%;
	} */

  .we-biuld .h3-we-biuld-bus,
  .we-biuld p {
    width: 90%;
    padding-left: 0;
  }

  .we-biuld p.imac-desktop {
    width: 700px;
  }
}

@media only screen and (max-width: 1050px) {
  .we-biuld .h2-we-biuld-bus {
    margin-left: calc(0px - 50%);
  }
}

@media only screen and (max-width: 1040px) {
  #header .how-can-we-help-you p {
    font-size: 2.5rem;
  }

  .top-banner-text p {
    margin-top: 1rem;
  }

  #header .top-banner-text p a.btn {
    font-size: 0.85rem;
  }
}

@media only screen and (max-width: 990px) {
  .fixedContainer-opacity {
    opacity: 1;
    height: 100px;
  }

  .top-banner-text {
    height: calc(100% - 100px);
    margin-top: 100px;
  }

  #headerCall {
    /* order: unset; */
    /* flex: 1; */
    /* flex: unset; */
    /* margin-top: 0; */

    position: relative;
    top: 49px;
    right: 3rem;
    margin: 0;
    z-index: 100;
  }

  .opacity-none #headerCall {
    margin-top: 0;
  }

  #header #topNav #topMenu {
    display: none;
  }

  #header #topNav #topMenu {
    border-top: 1px solid #ccc;
    border-right: 1px solid #363436;
    border-bottom: 1px solid #363436;
    border-left: 1px solid #363436;
  }

  #header-logo {
    /* flex: 1; */
    height: 100px;
  }

  /* #header-logo a {
		width: 130px;
	} */

  #headerCall #topHeaderPhone {
    margin: 0;
    position: absolute;
    top: 50%;
    left: unset;
    -ms-transform: translate(30%, -50%);
    transform: translate(30%, -50%);
    right: 7rem;
  }

  #header #topNav {
    /* width: auto !important; */
    /* min-width: auto !important; */
    min-width: unset !important;
    /* flex: unset; */
  }

  #header .banner-have-need-want-container div p {
    font-size: 16px;
  }

  #header .banner-have-need-want-container div p span {
    font-size: 0.9rem;
  }

  .banner-have-need-want-container div {
    height: 85px;
  }

  /* #mobileMenu {
		margin: 26px 20px 0 0 !important;
	} */

  #header #topNav nav {
    /* width: calc(292% - 1rem); */
    top: 100px;
    left: unset;
    -ms-transform: unset;
    transform: unset;
    /* right: calc(0% + 1rem); */
  }

  .we-biuld .h3-we-biuld-bus,
  .we-biuld p {
    width: 85%;
  }
}

@media only screen and (max-width: 979px) {
  .banner-have-need-want-container div {
    padding: 0 0.3rem;
  }

  .testimonials-container blockquote,
  .testimonials-container > p {
    margin-left: 2rem;
  }

  .testimonials-container blockquote p {
    font-size: 19.2px;
  }

  .we-biuld .h3-we-biuld-bus,
  .we-biuld p {
    width: 75%;
  }
}

@media only screen and (max-width: 990px) {
  /* #headerRight {
		flex: unset;
		float: none;
		display: block;
		position: absolute;
		right: 5rem;
		display: flex;
	} */

  #headerRight {
    height: 100px;
    margin-right: 1em;
    float: right;
    flex: 1;
    position: relative;
    display: block;
  }

  .top-banner-text {
    height: 100%;
    margin-top: 0;
  }

  #header .how-can-we-help-you p {
    width: 100%;
  }

  #header .how-can-we-help-you p {
    margin-top: 0;
  }

  .banner-have-need-want-container {
    width: 85%;
  }

  #content_area.wrap.homepage #content_wrap {
    margin-bottom: 14rem;
  }

  #mobileMenu {
    margin: 26px 20px 0 0 !important;
  }

  .div-we-biuld-bus > .wrap {
    flex-direction: column;
    padding-bottom: 0;
  }

  .we-biuld {
    order: 1;
    margin-bottom: 3rem;
  }

  .quality-portfolio {
    order: 2;
  }

  .we-biuld .h2-we-biuld-bus {
    margin-left: 0;
  }

  p.iphone-11-a {
    display: block;
    position: relative;
    float: none;
    top: 0;
    left: 0;
    margin-left: calc(50% - 250px);
  }

  p.iphone-11-a::after {
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    left: 250px;
    width: 350px;
    height: 438px;
    /* border: 1px solid red; */
    background: url("../../../images/iphone11.png") no-repeat;
    background-size: cover;
  }

  p.iphone-11-b {
    /* left: 6rem;
		top: 6rem;
		margin-bottom: 4rem;
		float: left; */

    display: none;
  }

  p.imac-desktop {
    right: 0;
    width: 94% !important;
    margin: -300px auto 0;
  }

  h2.h2-we-biuld-bus {
    margin: 0.5rem auto 2rem;
    /* padding: 0 3rem !important; */
    padding: 0 1.5rem !important;
  }

  h3.h3-we-biuld-bus {
    margin: 0.5rem auto 2rem;
    /* padding: 0 3rem !important; */
    padding: 0 1.5rem !important;
  }

  .we-biuld p {
    /* padding: 0 3rem !important; */
    padding: 0 1.5rem !important;
  }

  .we-biuld p.imac-desktop {
    padding: 0 !important;
  }

  .quality-portfolio p {
    text-align: center;
  }

  .we-biuld .h3-we-biuld-bus,
  .we-biuld p {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.6rem !important;
  }

  h2 {
    font-size: 1.3rem !important;
  }

  /* .top-banner-text {
		margin-top: 100px;
	} */

  .top-banner-text h1 {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-shadow: 1px 1px 2px black;
  }

  .top-banner-text p {
    margin-top: 1rem;
  }

  #header .top-banner-text p a.btn {
    font-weight: 500;
    font-size: 0.9rem;
  }

  .banner-have-need-want-container div {
    height: 60px;
  }

  .banner-have-need-want-container {
    margin-top: 0.5rem;
  }

  #header .how-can-we-help-you p {
    font-size: 1.75rem;
    color: black;
    text-shadow: 0 0 8px white;
  }

  #content_area.wrap.homepage #content h1 {
    text-align: center;
  }

  .banner-have-need-want-container {
    flex-direction: column;
    width: 50%;
  }

  .banner-have-need-want-container div {
    flex: auto;
    margin-bottom: 0.5rem;
  }

  #header .banner-have-need-want-container div p {
    /* font-size: 1.2rem; */
    /* font-size: 19.2px; */
    font-size: 1rem;
  }

  #header .banner-have-need-want-container div p span {
    font-size: 1rem;
  }

  /* 	
	.certificates-container > div:nth-of-type(4) {
		clear: unset;
	}

	.certificates-container > div:nth-of-type(3),
	.certificates-container > div:nth-of-type(5) {
		clear: both;
	}

	.certificates-container > div:nth-of-type(1),
	.certificates-container > div:nth-of-type(2),
	.certificates-container > div:nth-of-type(3),
	.certificates-container > div:nth-of-type(4) {
		width: 50%;
	}

	.certificates-container > div:nth-of-type(5) {
		width: 100%;
	} */

  .our-services-container {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .our-services-container > div p {
    min-height: auto;
  }

  h3.h3-our-services {
    min-height: 45px;
  }
}

@media only screen and (max-width: 679px) {
  .div-home-contact-us h2,
  .div-home-contact-us p {
    width: 75%;
  }

  .div-testimonials > .wrap {
    display: block;
    padding: 0;
  }

  .testimonials-container {
    padding: 0 2rem;
    margin-top: -100px;
  }

  .p-macbookair {
    position: relative;
    top: -100px;
    left: 0;
  }

  .testimonials-container blockquote,
  .testimonials-container > p {
    margin-left: 0;
    text-align: center;
  }

  .testimonials-container blockquote p:first-child::before {
    left: -1rem;
  }

  .div-creating-seo {
    padding-bottom: 8rem;
  }
}

@media only screen and (max-width: 620px) {
  #headerCall {
    right: 0;
  }

  #topHeaderPhone a span {
    display: none;
  }

  #headerCall #topHeaderPhone a {
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .banner-have-need-want-container {
    width: 60%;
  }

  .banner-have-need-want-container div {
    padding: 0 1rem;
  }

  #headerCall #topHeaderPhone {
    right: 5.5rem;
  }

  .div-home-contact-us h2,
  .div-home-contact-us p {
    width: 96%;
  }

  /* .cityline-awards {
		display: block;
	} */

  /* .cityline-awards > div {
		width: 50%;
		float: left;
	} */

  /* .cityline-awards > div:nth-child(3) {
		clear: both;
		width: 100%;
		margin-top: .5rem;
	} */

  #content_area.wrap.homepage #content h1 {
    clear: both;
    margin: 1rem auto;
    width: 90%;
  }

  .div-certificates {
    padding: 2rem 0;
  }

  /* .certificates-container {
		display: flex;
		flex-direction: column;
	}

	.certificates-container > div {
		width: 100% !important;
		float: none;
		flex-basis: unset;
	} */

  .certificates-container {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    margin: 0.5rem;
  }

  .seo-container {
    grid-template-columns: repeat(auto-fit, minmax(192px, 1fr));
  }

  /* .cityline-awards > div {
		width: 46%;
		margin: 0 2%;
	}

	.cityline-awards > div:nth-child(3) {
		width: 46%;
		margin: .5rem 27%;
	} */
}

@media only screen and (max-width: 479px) {
  #header .how-can-we-help-you p {
    font-size: 1.5rem;
  }

  .banner-have-need-want-container {
    width: 90%;
  }

  .banner-have-need-want-container div {
    height: 70px;
  }

  .top-banner-text h1 {
    font-size: 1.3rem;
    line-height: 1.4rem;
  }

  .top-banner-text p {
    margin-top: 0.5rem;
  }

  #content_area.wrap.homepage #content h1 {
    font-size: 1.8rem;
  }

  #content_area.wrap.homepage #content_wrap {
    margin-bottom: 5rem;
  }

  h2.h2-creating-seo {
    text-align: left;
    color: #0077ae;
    font-weight: 400;
    font-size: 2rem;
    margin-top: 0.7em;
  }

  h3.h3-creating-seo {
    text-align: left;
    font-weight: 600;
  }

  .seo-container {
    display: block;
  }

  .seo-div:first-child {
    border-top: 1px solid #ccc;
  }

  .seo-div {
    margin-top: 0;
    border-bottom: 1px solid #ccc;
    padding: 0.3rem 0;
  }

  .seo-div p {
    display: none;
  }

  h2.h2-we-biuld-bus {
    font-size: 1.8rem;
  }

  p.iphone-11-a {
    margin-left: calc(50% - 127px);
  }

  p.iphone-11-a::after {
    display: none;
  }

  .our-services-container {
    display: block;
    grid-gap: unset;
    grid-template-columns: unset;
    margin-bottom: 2rem;
  }

  .our-services-container > div {
    box-shadow: none;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
  }

  .our-services-container > div:first-child {
    border-top: 1px solid #ccc;
  }

  .our-services-container > div a.btn {
    display: none;
  }

  .our-services-container > div p {
    margin-bottom: 0;
    font-size: 1.1rem;
  }

  .our-services-container > div > h3.h3-our-services.h3-our-serv-toggle {
    cursor: pointer;
    min-height: auto;
  }
  .seo-container > div.seo-div > h4.h4-creating-seo.h3-our-serv-toggle {
    cursor: pointer;
  }

  .our-services-container > div > h3.h3-our-services.h3-our-serv-toggle + p {
    display: none;
  }
  .seo-container > div.seo-div > h4.h4-creating-seo.h3-our-serv-toggle + p {
    display: none;
  }

  h2.h2-our-services {
    margin-bottom: 2rem;
  }

  h3.h3-our-services {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  p.btn-our-services {
    display: block;
    text-align: center;
    margin-bottom: 2rem;
  }

  p.imac-desktop {
    margin-top: -150px;
  }

  .div-creating-seo {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-our-services {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media only screen and (max-width: 425px) {
  /* .cityline-awards {
		margin-top: 9rem;
	} */

  /* #content_area.wrap.homepage #content h1 {
		margin-top: 8rem;
	} */
}

@media only screen and (max-width: 375px) {
  /* .cityline-awards {
		margin-top: 11rem;
	} */

  #headerCall #topHeaderPhone a {
    margin-left: 0.75rem;
  }

  #headerCall #topHeaderPhone {
    width: 100px;
  }

  #headerCall #topHeaderPhone {
    right: 5rem;
  }
}

@media only screen and (max-width: 340px) {
  /* .cityline-awards {
		margin-top: 12rem;
	} */
}

/* Stacked class is used with the iconbar but can be used anywhere this arrangement is needed
**	small screen:
**	{Top Left   }{    Top Right}
**	{Left       }{        Right}
**
**	and fullscreen:
**	{                   TopLeft}{Top Right}{Left}{Right}
*/
.stacked {
  width: 100%;
  position: relative;
  background: black;
}
.stacked::after {
  display: table;
  content: "";
  clear: both;
}

.stacked .stackedTop {
  width: 100%;
  text-align: center;
  background: black;
}
.stacked .stackedTop::after {
  display: table;
  content: "";
  clear: both;
}
.stacked .stackedTopLeft {
  float: left;
}

.stacked .stackedTopRight {
  float: right;
}

.stackedBottom {
  background: black;
  border-bottom: 6px solid #93304a;
}
.stacked .stackedBottom::after {
  display: table;
  content: "";
  clear: both;
}

.stacked .stackedLeft {
  width: 50%;
  float: left;
}

.stacked .stackedRight {
  width: 50%;
  float: right;
  text-align: right;
}

@media (min-width: 600px) {
  .stacked {
    border-bottom: 6px solid #93304a;
  }

  .stacked .stackedGroup {
    float: right;
  }

  .stacked .stackedTop {
    float: left;
    text-align: right;
    width: unset;
    border-bottom: unset;
  }

  .stacked .stackedBottom {
    float: right;
    text-align: right;
    width: unset;
    border-bottom: unset;
  }

  .stacked .stackedLeft {
    float: left;
    text-align: right;
    width: unset;
  }

  .stacked .stackedRight {
    float: left;
    text-align: right;
    width: unset;
  }
}
/* end .stacked */

/*  CONTENT and Sidebar */

#content_area {
  text-align: left;
  /* padding: 2em 0em 2em 0em; */
  padding: 1rem 0;
}

#content_wrap {
  margin-top: 0;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
}

#content {
  order: 2; /* put_in-middle_using_flex:; */
}

/* default sidebar behaviour (small screens or default if device has js disabled) */
.sidebarPart {
  /*common class for sidebar-top and sidebar_bottom */
  box-sizing: border-box;
}
#sidebar-top {
  margin-top: 0;
  margin-bottom: 1em;
  order: 1; /* above_content_w_flex:; */
}
#sidebar-bottom {
  margin-top: 2em;
  order: 3; /* below_content_w_flex:; */
}

/* Rules for Content and Sidebar for Desktop
	.cms_desktop_sidebar: class added to content_wrap with js when screen width >=900px and sidebar is present
	#jsSidebarWrap: added with js. This div wraps #sidebar_top/bottom iff screen width >= 900px and sidebar exists
	<div #jsSidebarWrap > <- only exists when sidebar exists and screen width >=900px
		<div #sidebar_top>
		<div #sidebar_bottom>
	
*/
#content_wrap.cms_desktop_sidebar {
  flex-direction: row;
  margin-left: 0;
}
#content_wrap.cms_desktop_sidebar #content {
  flex: 3 0px;
  order: 1;
  padding-right: 1em;
}
#content_wrap.cms_desktop_sidebar #jsSidebarWrap {
  order: 2;
  width: 20em;
  margin-top: 4em;
}

@media (min-width: 550px) and (max-width: 990px) {
  #content_wrap.cms_desktop_sidebar #jsSidebarWrap {
    order: 2;
    width: 17em;
    margin-top: 4em;
  }
}

/*  end CONTENT and Sidebar */

/*********************** Utility CLASSES ****************************/
.clearAfter::after {
  display: "table";
  clear: "both";
  content: "";
}
.clear {
  clear: both;
}
.nobr,
.nowr {
  white-space: nowrap;
}
.whiteBG {
  background: white;
}
.blackBG {
  background: black;
}
.left {
  float: left;
}
.right {
  float: right;
}
.full {
  width: 100%;
}
.leftimg {
  clear: left;
  float: left;
  margin: 0.3em 2em 2em 0;
  font-style: italic;
}
.rightimg {
  clear: right;
  float: right;
  margin: 0.3em 0 2em 2em;
  font-style: italic;
}
.leftimg p,
.rightimg p {
  margin: 0.5em 0 0 0;
}
.fullimg {
  width: 100%;
  margin-bottom: 1em;
}
.half {
  width: 50%;
}
.halfleftimg {
  float: left;
  width: 48%;
  margin: 1em 0;
}
.halfrightimg {
  float: right;
  width: 48%;
  margin: 1em 0;
}
.imgfullwidth {
  width: 100%;
}
.side2sideleft {
  width: 49%;
  margin-right: 1%;
}
.side2sideright {
  width: 49%;
  margin-left: 1%;
}
.side3sideleft {
  width: 32%;
  margin-right: 1%;
}
.side3sidemid {
  width: 32%;
  margin-left: 1%;
  margin-right: 1%;
}
.side3sideright {
  width: 32%;
  margin-left: 1%;
}
.third {
  width: 35%;
}
.center {
  display: block;
  margin: 2em auto;
  text-align: center;
  font-style: italic;
  width: auto;
}
.noscale {
  max-width: none;
}
@media (max-width: 549px) {
  .left,
  .right {
    float: none;
  }
  .leftimg,
  .rightimg {
    float: none;
    margin: 2em auto;
    display: block;
    text-align: center;
    font-style: italic;
  }
  .half,
  .third {
    width: auto;
  }
  .hideinmobile {
    display: none;
  }
}
.width25 {
  max-width: 25%;
  display: block;
}
.width50 {
  max-width: 50%;
  display: block;
}
.width75 {
  max-width: 75%;
  display: block;
}

/* .toggleExpandable {
    cursor: pointer;
}
.toggleExpandable::before {
    content: '\0025BC';
    margin-right: 1rem;
	float:left;
}
.toggleExpandable.open::before {
    content: '\0025B2';
}
.expandableItem {
    display: none;
} */

.toggleExpandable {
  cursor: pointer;
  border-top: 1px solid #ababab;
  /* padding-top: .8rem; */
  position: relative;
  padding-left: 1.5rem;
}

.toggleExpandable::before {
  content: "\00002B";
  margin-right: 0.75rem;
  float: left;
  width: 15px;
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
  top: 0.65rem;
  transition: all 0.3s;
  display: block;
  position: absolute;
  left: 0;
}

.toggleExpandable.open::before {
  content: "\00002D";
  font-size: 1.75rem;
  top: 0.6rem;
  transition: all 0.3s;
}

.expandableItem {
  display: none;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.toggleExpandable.lasttoggleExpandable {
  border-bottom: 1px solid #ababab;
  margin-bottom: 1.5rem;
}

.toggleExpandable.lasttoggleExpandable.open {
  border-bottom: none;
  margin-bottom: 0;
}

.toggleExpandable.lasttoggleExpandable.open + .expandableItem {
  border-bottom: 1px solid #ababab;
}

.toggleExpandable h3 {
  margin-top: 0.5em;
}

/* JUSTIFY FLOATING DIVS */

ul.justify {
  font-size: 0 !important;
  line-height: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: justify;
  text-justify: distribute-all-lines;
}

ul.justify:after {
  content: "";
  display: inline-block;
  width: 100%;
}

ul.justify li {
  display: inline-block;
  font-size: 1rem;
  line-height: 1rem;
  margin: 0 auto !important;
  this-will-center-single-objects: ;
  padding: 0 !important;
}

/* (untested) IE hacks to make li's line up */
* + html ul.justify li {
  display: inline;
}
* html ul.justify li {
  display: inline;
}

@media screen and (max-width: 549px) {
  #content ul {
    margin-left: 0;
  }

  #content ul.longList {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }
}

/** FORMS **/
form {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
form div {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
}
form label .fmrequire,
.fmrequire {
  color: #ff0000;
  margin-left: 3px;
}
form input[type="submit"] {
  padding: 3px;
}
#fmMessage {
  padding: 1em;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  display: none;
}
#fmMessage.fmError {
  background: #fc6c6c;
}
#fmMessage.fmSuccess {
  background: #7cff8c;
}
form div.fmCheckboxRow,
form div.fmRadioRow {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-bottom: 1rem;
}

form div.fmCheckboxRow label,
form div.fmRadioRow label {
  margin-left: 0;
}

form div.fmRadioRow input[type="radio"] {
  margin-left: 1em;
}

form input[type="text"],
form input[type="email"],
form textarea {
  width: 100%;
  background: #ffffff;
  padding: 0.5rem;
  margin: 0 0 1rem 0;
  vertical-align: middle;
  border: 1px solid #c0c0c0;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form .selectType {
  width: 100%;
  ppheight: 2em;
  pppadding-left: 1em;
  padding: 1rem;
  margin: 0 0 1rem 0;
  vertical-align: middle;
  border: 1px solid #c0c0c0;
  color: #757579 !important;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8em;
}

form .selectType select,
form select {
  color: #757579;
  padding: 0.5em;
  margin-bottom: 1rem;
}

form textarea {
  margin-bottom: 1rem !important;
  min-height: 12em;
}

form #captchaContainer {
  display: block;
  max-width: 330px;
}

form #captcha-image-box {
  display: block;
}

form img#captcha {
  width: 100%;
}

form input[type="submit"],
form input#button {
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-size: 1.15em;
  border: none;
  background: #0f75bc;
  color: #ffffff;
  font-weight: 400;
  xmargin: 1rem 0 0 0;
  letter-spacing: 1px;
}

form input[type="submit"]:hover,
form input#button:hover,
form input[type="submit"]:active,
form input#button:active {
  background: #121212;
  color: #ffffff;
  cursor: pointer;
}

#content form[target="paypal"] {
  width: 150px !important;
  border: 1px solid #ccc;
  padding: 2rem;
}

.writeReview {
  clear: both;
  display: inline-block;
  width: 90%;
  margin-bottom: 0.5em;
}

.writeReviewIcon {
  float: left;
  width: 35px;
  margin-right: 7px;
}

.writeReviewText {
  float: left;
  width: 82%;
  margin-top: 0.3em;
}

#socialbuttons {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  margin: 0 !important;
}

.blogShareButtons {
  /* border: 1px solid red; */
  margin-right: 0;
  float: unset;
}

.blogShareButtons .fb_iframe_widget iframe {
  top: 0 !important;
}

.blogShareButtons > span,
.fb_iframe_widget > span {
  vertical-align: unset !important;
}

#twitter-widget-0 {
  top: 0 !important;
}

.blogShareButtons:nth-of-type(2) > div {
  margin-top: 0 !important;
}

.pinterPlacement {
  margin-top: 0 !important;
}

.blogShareButtons:nth-of-type(3) > span {
  display: block !important;
  text-align: left !important;
}

.blogShareButtons.pinterPlacement > span {
  display: block !important;
  width: fit-content !important;
}

.blogShareButtons:nth-of-type(5) {
  position: relative;
}

#print-btn {
  position: absolute !important;
}

.white-rock-winner-logo {
  max-width: 120px;
}
