@charset "utf-8"; /* CSS Document */

#article p, #article ul li {
    font-size: 1.3em;
    letter-spacing: 0px;
    margin-bottom: 30px;
}
#article ol li {
	font-size: 1.3em;
}
ol li ul li {
    font-size: 1em !important;
    margin-top: 0.5em;
}
#article ul li, #article ol li {
    margin-bottom: 1.75rem;
}
#article h2 {
    font-size: 1.65rem !important;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    padding: 0;
    display: block;
    background: none;
    width: auto;
    border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
	color: #04a8ce;
}	
#testimonials h2 {
    font-size: 2rem !important;
    line-height: 2.4rem;

}
#testimonials h4 {	
	text-transform: none;	
	text-align: center;	
	font-size: 1.5em;	
	}	
#expertise h4 {
    text-transform: none;
}
h5 {
	font-family: brandon-grotesque, sans-serif;
}
a.cta-color, .cta-color {
    transition: all .2s;
	display: inline;
}
a.cta-color:hover, .cta-color:hover {
    background-color: #fff !important;
    color: #04a8ce !important;
    text-decoration: none;
    border-color: #04a8ce;
}
a.ghost:hover {
    background-color: #04a8ce !important;
    color: #fff !important;
}
/* TESTIMONIAL SLIDER LINK STYLES */	
a.test-link {	
        text-decoration: none;	
    transition: all .3s;	
}	
a.test-link:hover {	
    background: #efefef;	
	border-radius: 24px;	
}	
.test-link img {	
		border-radius: 50% !important;	
	}	
#testimonials a.cta-color:hover, #testimonials .cta-color:hover {
    background-color: #ffffff !important;
    color: #04a8ce !important;
    text-decoration: none;
    border: 2px solid #04a8ce !important;
}
blockquote {
    margin: 2rem 0rem;
    font-size: 1.5em;
    font-style: italic;
    display: block;
    padding-left: 2rem;
    border-left: 2px solid;
	border-image: 
    linear-gradient(
      to bottom, 
      rgba(175,22,133,1), 
      rgba(0,169,206,1)
    ) 1 100%;
	}
img.body-img-fl {
    border-radius: 12px;
    width: 600px;
    max-width: 50%;
    float: left;
    margin: 8px 24px 24px 0;
}
/* DELIVERING THE FUTURE SECTION #who section. BOTTOM OF ARTICLES */
.bg-lt-blue {
	background: #e5f6fa;
	}
#who ul li {
    margin-bottom: 0.1rem;
}
#who p.lead {
	font-size: 1.4em;
	line-height: 2em;
	}
#who h2.grad {
  background: linear-gradient(to right, #E72D1E, #BF1A93, #00A9CE, #64A70B) !important;
  border-radius: 44px !important;
  color: #122dff;
  display: inline-block;
  font-size: 20px;
  padding: 2px !important;
  text-decoration: none;
}
#who h2 span { /*  */
    background: #fff;
    display: block !important;
    padding: .75em 1em !important;
    border-radius: 44px;
    color: #00A9CE;
}

/* CARD LINKS W/ARROWS */
a.clickable-div {
    display: block;
    text-decoration: none;
    color: #000;
}
.indent-p {
	margin-left: 8%;	
	}
	
.box-shad {
    max-height: 365px;	}
.hov-arrow {
    margin: auto;
    background: #04a8ce;
    display: block;
	opacity: 1;
    width: 46px;
    height: 46px;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 50%;
    position: relative;
    bottom: -10px;
	z-index: 1;
	transition: all 0.5s ease;
}
a.clickable-div:hover + .hov-arrow {
	opacity: 1;
	bottom: -10px;
	}

.card {
  xwidth: 300px;
  height: 280px;
  xpadding: 0;
  xbox-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
  xborder-radius: 8px;
  xbox-sizing: border-box;
  xoverflow: hidden !important;
	cbackground: #fff;
	xposition: relative;
	z-index: 2;
}

.card * {
  transition: 0.3s ease all;
}

.xcard img {
  margin: 0;
  width: 300px;
  height: 224px;
  object-fit: cover;
  display: block;
}

.card h3 {
  margin: 0;
  padding: 12px 12px 48px;
  line-height: 32px;
  font-weight: 500;
  font-size: 20px;
}

.card .focus-content {
  display: block;
  padding: 8px 12px;
}

.card p {
  margin: 0;
  line-height: 1.5;
}

.card:hover img, .card:focus-within img {
  margin-top: -20px;
}

.hov-arrow:hover h3 {
  padding: 8px 12px 0;
}

	
/* SOCIAL ICONS */

#header ul li {
  list-style: none;
}

#header a.social {
    width: 46px;
    height: 46px;
    background-color: #04a8ce;
    text-align: center;
    line-height: 44px;
    font-size: 20px;
    margin: -6px 14px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    z-index: 1;
}
xa.clickable-div:hover::after {
    content: '>';
    display: flex;
    position: relative;
    margin: auto !important;
    background: #04a8ce;
    padding: 12px;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    font-size: 1.75em;
    line-height: .5em;
    flex-wrap: nowrap;
    justify-content: center;
}
a.social .icon {
  position: relative;
  color: #fff;
  transition: .5s;
  z-index: 3;
}

a.social:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

a.social:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a66c2;
  transition: .5s;
  z-index: 2;
}

a.social:hover:before {
  top: 0;
}
/*
.social ul li:nth-child(1) a:before{
  background: #3b5999;
}

.social ul li:nth-child(2) a:before{
  background: #55acee;
}

.social ul li:nth-child(3) a:before {
  background: #0077b5;
}

.social ul li:nth-child(4) a:before {
  background: #dd4b39;
}
*/
/* REMOVES STYLES OF OTHER SLIDERS - BEST FOR IMAGE ONLY SLIDERS */
.item-row {
    background: #ffffff;
    border-radius: 0px !important;
    padding: 0em;
    margin-top: 22px;
    background-image: none;
}	
.owl-carousel .owl-item img {
    border-radius: 50%;
	max-width: 100% !important;
	width: 250px;
	margin-bottom: 24px;
	margin-top: 12px;
	border:0
	}
.icon {
    width: 150px;
	max-width: 100%;
}
.owl-theme .owl-nav {	
    margin-top: 31px;	
	}
.img-circle {
		border-radius: 50%;
	}	
	
q{
  font-size: 30px;
  quotes: "\201C""\201D""\2018""\2019";
  padding: 10px 20px;
  line-height: 1.4;
}

q:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 5px;
  color: #000;
  font-size: 1.5em;
}
q:after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 10px;
  position: relative;
  top: 5px;
  color: #000;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
#expertise h4 {
    font-size: 1.2em;
}
img.body-img-fl {
    max-width: 100%;
    float: none;
}
#testimonials h4 {	
	text-transform: none;	
	text-align: center;	
	font-size: 1em;	
	}	
#testimonials h2 {
    font-size: 1.75rem !important;
    line-height: 2rem;
}
.owl-carousel .owl-item img {	
    xmargin-bottom: 0px	
}	
.owl-carousel .owl-item h4 {	
    xmargin-bottom: 30px !important;	
}
/* ADJUST CARD BOXES WITH ARROWS FOR HEIGHT ON MOBILE - DEPENDS ON AMOUNT OF TEXT. */
.box-shad {
    max-height: 345px;
}
.hov-arrow {
    xbottom: -40px;
    display: none;
	}
.card {
    height: 230px;
	}
a.clickable-div:hover + .hov-arrow {
    opacity: 1;
    bottom: -48px;
}
	}
@media screen and (max-width: 600px) {		
.owl-prev {	
    left: 37%;	
}	
.owl-next {	
    right: 37%;	
}	
	}
@media screen and (max-width: 576px) {
/* REMOVES HOVER ARROWS ON CARD BOXES ON MOBILE */
a.clickable-div:hover + .hov-arrow {
    opacity: 0;
	}
.owl-prev {	
    left: 35%;	
}	
.owl-next {	
    right: 35%;	
}	
}