@import url('//fonts.googleapis.com/css?family=GFS+Didot|Lato:300,300i,400,400i,700,700i&display=swap');

/************ 

TEMPLATE NOTES

Teal: #1ea4a5; rgba(30,164,165,1)

************/

body { color: #333; font-size: 1.1rem; font-family: 'Lato', sans-serif; }

h1, h2, h3, h4, h5, h6 { margin: .75rem 0; line-height: 1.3; font-weight: normal;}
p { line-height: 1.3; font-size: 1.1rem;  font-family: 'Lato', sans-serif; }

h1 { text-transform: uppercase; letter-spacing: 2px; font-weight: 300; color: black; font-size: 2.5rem;}
h2, .page-header h2 { text-transform: uppercase; letter-spacing: 2px; color: #1ea4a5; font-size: 2rem; border-bottom: 1px solid rgba(0,0,0,0.25); line-height: 1.3; margin: 0 0 20px 0; padding: 0; }
h3 { font-family: 'GFS Didot', serif; letter-spacing: 0.05rem; color: black; font-size: 2rem; line-height: 1.1; }
h4 {background: #f3f3f3; font-size: 1.75rem; color: #333; padding: 0.5rem 1rem; letter-spacing: 1px; font-weight: 300; }
h5 { letter-spacing: 1px; color: #1ea4a5; font-size: 1.5rem; text-transform: uppercase;}
h6 {color: #777; font-size: 1.6rem; font-style: italic;}
a { color: #1ea4a5; }
a:hover { color: #333; }

blockquote {
	color: #333;     
	padding: 0 0 0 15px;
	margin: 0 0 20px;
	border-left: 5px solid #d5d5d5;
	font: italic 16px/22px Georgia, Serif;
	line-height: 1.2;
	font-size: 1.3rem;
}

address {
	font-style: italic;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.2;
}

/************ BUTTONS  ************/
.readon, .button, .btn, p.readmore .btn   { 
  color: white; 
  font-size: 1.1rem;
  text-transform: none;
  font-weight: normal;
  background: #1ea4a5; 
  padding: .8rem 1.5rem; 
  border-radius: .5rem; 
  margin: 0;
  display: inline-block;
  font-weight: 500;
  line-height: 1.125rem;
  border: none;
  transition: all .2s ease-in;
  letter-spacing: 0.025rem; 
}

.readon:hover, .button:hover, .btn:hover,  p.readmore .btn:hover {background: #333; color: white;}

.btn .icon-chevron-right { display: none;}

/************ TABLES  ************/
.fancytable th {color: white; background: #333; border: 1px solid #333;}
.fancytable td { border: 1px solid #333;}

/************ ALERT ************/
.alert .g-content {padding: 0; margin: 0;}
.alert {border: none; padding: 0; margin: 0; background-color: #FFCFCF; color: #FF0000;}
.alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6, .alert p { margin-left: 20px; color: red; background: transparent;}
#g-navigation { padding-bottom: 0;}
#g-navigation .g-content { margin: 0; padding: 0;}

/************ HOMELAYOUT  ************/
.homelayout .hiddenhome { display: none; }
p.buttonheading { margin: 0; padding: 0; }
.homelayout p { font-size: 1.2rem; }

/************ SUBPAGES BODY PATTERN ************/
#g-container-main { background: url(../images/template/pattern-bottom.png) 100% 100% no-repeat !important; background-size: 60% !important; margin-left: 0px; margin-right: 0px; padding-left: 10%; padding-right: 10%; }

@media only all and (max-width: 74.938rem) and (min-width: 48rem) {
	#g-container-main { background-size: 75% !important; padding-left: 4%; padding-right: 4%; }
}
	

@media only screen and (max-width: 767px) {
	#g-container-main { background-size: 100% !important; padding-left: 1%; padding-right: 1%; }
}

/************ HEADER ************/
.header-logo .g-content { margin: 0; padding: 1rem 0; }
.g-logo img { width: 240px; }
.g-logo img:hover { opacity: 0.8; }
.align-xy { display: flex; align-items: center; justify-content: center; }
.align-y { display: flex; align-items: center; }
.align-right.icons { display: flex; justify-content: flex-end; }

@media only screen and (max-width: 767px) {
	.g-logo img { width: 60% !important; }
	.header-logo .g-content { padding: 1.5rem 0.75rem 0.75rem 0.75rem; }
	.icons .g-content.g-particle { margin: 0px; padding-top: 1rem; }
	.align-y { display: flex; align-items: center; justify-content: center; }
	.align-right.icons { justify-content: center; }
}

/************ TOP ICONS  ************/
.g-iconmenu {display: flex; width: 100%;  margin: 0 0 0 auto;}
.g-iconmenu > a  { color: #ffffff;  flex:1; }
.g-iconmenu > a:hover { color: #1ea4a5; }
.g-iconmenu > a:first-child { border-left: none; padding-right: 50px; }
.g-iconmenu span { display: block; text-align: center; }
.g-iconmenu .g-iconmenu-text {  line-height: 1.1; font-size: 0.9rem; font-weight: 300; letter-spacing: 0.025rem; }
.g-iconmenu .g-iconmenu-icon {  font-size: 1.3rem; padding-bottom: 10px; }

@media only screen and (max-width: 767px) { 
	.g-iconmenu { width: 100%; margin: 0 auto; }
	.g-iconmenu .g-iconmenu-text {  font-size: 0.9rem; }
	.g-iconmenu .g-iconmenu-icon {  font-size: 0.9rem; }
}

/************ MENU ************/
.g-overlaytoggle .nav-toggle .g-overlaytoggle-bar, .g-overlaytoggle .nav-toggle .g-overlaytoggle-bar:before, .g-overlaytoggle .nav-toggle .g-overlaytoggle-bar:after { background: white; height: 2px; width: 27px; }
.g-overlaytoggle .g-overlaytoggle-bar-wrapper { padding: 10px 0px 16px 115px; }
.g-overlaytoggle .g-overlaytoggle-text { color: white; font-size: 1.25rem; top: 0; right: 10px; letter-spacing: 1px; font-weight: 400; padding-top: 2px;}
.nav-toggle.active .g-overlaytoggle-bar { background-color: transparent !important; }
.overlay-menu .g-content.g-particle { margin-top: 75px; }

.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, .g-main-nav .g-toplevel > li.active > .g-menu-item-container { color: white; }
.g-main-nav .g-standard > .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown { margin-top: 0px;}
.g-main-nav .g-toplevel > li:hover, .g-main-nav .g-toplevel > li.active {   background: rgba(0,0,0,.1); }
.g-main-nav .g-sublevel > li:hover, .g-main-nav .g-sublevel > li.active {   background: rgba(0,0,0,.1); }
.g-main-nav .g-toplevel > li > .g-menu-item-container { text-align: center;  padding: 0.625rem 0.75rem;  }
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {display: none; }
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container { font-size: 1.15rem; text-transform: uppercase; letter-spacing: 0.065rem; }

.g-main-nav ul.g-toplevel { display: flex; flex-wrap: nowrap; justify-content: space-around; }
.g-main-nav .g-standard .g-fade.g-dropdown { z-index: 10;}
.g-main-nav .g-dropdown { border-radius: 0 0 6px 6px;}

.g-main-nav .g-standard > .g-dropdown.g-dropdown-right, .g-main-nav .g-fullwidth > .g-dropdown.g-dropdown-right { left: 0; }

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.g-overlaytoggle .g-overlaytoggle-bar-wrapper { padding: 10px 0px 16px 90px; }
}

@media only screen and (max-width: 767px) { 
	.g-offcanvas-toggle { top: 20px; left: 20px; }
}

/************ OFFCANVAS MENU  ************/
.g-offcanvas-toggle {color: white; }
#g-offcanvas #g-mobilemenu-container .g-toplevel > li > .g-menu-item-container > .g-menu-item-content, #g-offcanvas #g-mobilemenu-container .g-sublevel > li > .g-menu-item-container > .g-menu-item-content { font-weight: normal; }
#g-offcanvas .g-menu-item-title { color: white; font-size: 1.15rem; text-transform: uppercase; letter-spacing: 0.065rem;  }
#g-offcanvas #g-mobilemenu-container ul > li > a.g-menu-item-container:hover {background: rgba(0,0,0,0.15); }
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {border: none; background: none; }
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {border: none; background: none; }

/************ SIDE MENU  ************/
#g-aside .moduletable[class*="box"] { padding: 0; }
#g-aside .g-content { padding-left: 0; padding-right: 0px;}
.moduletable .nav.menu li a { width: 100%; border-radius: 0; padding: 10px 20px; color: white; font-weight: normal;}
.moduletable .nav.menu li{ transition: all .2s ease-in; border-radius: 3px; width: 100%; padding: 0; margin: 0;}
.moduletable .nav.menu, .moduletable .unstyled { border: none; padding: 0; margin: 0; display: block;  background: black;  border-radius: 0; }
.moduletable .nav.menu li:last-child {  padding-bottom: 0;  margin-bottom: 30px;}
.moduletable .nav.menu .nav-child li:last-child {  margin-bottom: 0px;}
.moduletable .nav .nav-child { margin-top: 0px;}
.moduletable .nav.menu .nav-child li { border: none; margin-left: 20px; padding-right: 20px;}

.moduletable .nav.menu li.current.active a, .moduletable .nav.menu li a:hover { color: white; background: #1ea4a5; font-weight: normal; }

/************ ROTATOR ************/
#g-slideshow { padding: 0; }
#g-slideshow .g-content { padding: 0; margin: 0; }
.layout-showcase .sprocket-features-img-container img { float: none; width: 100%;  height: 75vh !important; object-fit: cover; object-position: center; }
.sprocket-features-list li .sprocket-features-container { width: 100%; height: 75vh!important; overflow: hidden; position: relative; }

.arrows-active .sprocket-features-list { margin-left: 0px; margin-right: 0px;}
.sprocket-features-list li .sprocket-features-container .sprocket-features-img-container { position: absolute; top: 0; right: 0; left: 0; bottom: 0; z-index: 1; }
.sprocket-features-list li .sprocket-features-container .sprocket-features-content {  
	position: absolute; 
	z-index: 2; 
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden; 
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.sprocket-features-desc { background: rgba(30,164,165,0.75); padding: 10vw 7vw; }
.layout-showcase .sprocket-features-pagination li { padding: 8px;}
.sprocket-features-pagination { z-index: 3 !important; }
.pagination-active .sprocket-features-pagination { bottom: 15px; } 

@media only screen and (max-width: 767px) {
	.layout-showcase .sprocket-features-img-container img { height: 65vh !important; }
	.sprocket-features-list li .sprocket-features-container { height: 65vh !important;  }
	.sprocket-features-desc { width: 80%; padding: 30px; }
	.sprocket-features-desc h1 { font-size: 1.5rem; }
}

/************ BIGGER ARROWS ON SLIDESHOW ************/
.sprocket-features.layout-showcase.arrows-active.arrows-onhover .sprocket-features-arrows .arrow { 	background: none; box-shadow: none; color: white;}
.sprocket-features.layout-showcase.arrows-active.arrows-onhover .sprocket-features-arrows .arrow { font-size: 5rem; }
.arrows-active .sprocket-features-list {margin: 0px; }
.arrows-onhover .sprocket-features-arrows .arrow.prev { margin-left: 0;}
.arrows-onhover .sprocket-features-arrows .arrow.next { margin-right: 0;}

@media only screen and (max-width: 767px) {
	.sprocket-features-pagination, .sprocket-features-arrows { display: none;}
}

/************ WELCOME ************/
#g-header { padding-bottom: 3%; }
img.logo-circle { width: 20vh; }
img.bobby-pins { width: 320px; margin-top: 6%; }
#g-header h1 { font-weight: 400; line-height:  1.2; letter-spacing: 5px; margin: 2rem 0; }
#g-header p { font-size: 1.25rem; }

@media only screen and (min-width: 1200px) {
	img.logo-circle { width: 250px; }
}

@media only screen and (max-width: 767px) {
	img.logo-circle { width: 250px; margin-bottom: 30px; }
	#g-header h1 { letter-spacing: 4px; }
}

/************ PHOTO TITLE SECTION - IMAGES PARALLAX ************/
.homelayout body, .homelayout html { height: 100%; }

#g-above { 	height: 65vh; background-color: black; background-image: url(/images/stories/solutio/Services.png); background-attachment: fixed;
	background-position: 50% 0%; background-repeat: no-repeat; background-size: cover; }

#g-utility { 	height: 65vh; background-color: black; background-image: url(/images/stories/solutio/Meet%20Our%20Team.png); background-attachment: fixed;
	background-position: 50% 0%; background-repeat: no-repeat; background-size: cover; }

#g-expanded { 	height: 65vh; background-color: black; background-image: url(/images/stories/solutio/Salon%20Policies.png); background-attachment: fixed;
	background-position: 50% 0%; background-repeat: no-repeat; background-size: cover; }

@media only screen and (max-width: 767px) {
	#g-above { height: 50vh; background: url(/images/stories/solutio/Services.png) 50% 0% no-repeat !important; background-size: cover !important; }
	#g-utility { height: 50vh; background: url(/images/stories/solutio/Meet%20Our%20Team.png) 50% 50% no-repeat !important; background-size: cover !important; }
	#g-expanded { height: 50vh; background: url(/images/stories/solutio/Salon%20Policies.png) 50% 50% no-repeat !important; background-size: cover !important; }
}

/************ PHOTO TITLE SECTION - TEXT ************/
#g-above, #g-utility, #g-expanded { padding: 0; }
#g-above .g-content, #g-utility .g-content, #g-expanded .g-content { margin: 0; padding: 0; background: rgba(0,0,0,0.25); }
.photo-title p { margin: 0; }
.photo-title-container { height: 65vh; position: relative; text-align: center; color: white; }
.photo-title-container > a { position: absolute; top: 0; bottom: 0; right: 0; left: 0; font-size: 3.5rem; color: white; }
.photo-title-text { text-transform: uppercase; letter-spacing: 7px; font-weight: 300; }
.photo-title-container > a:hover { background: rgba(0,0,0,0.45); }
.photo-title-container > a > div { position: absolute; top: 0; bottom: 0; right: 0; left: 0; display: flex; justify-content: center; align-items: center; }

@media only screen and (max-width: 767px) { 
	.photo-title-container { height: 50vh; }
	.photo-title-container > a { font-size: 2.25rem; }
}

/************ BOOK AN APPOINTMENT ************/
.homelayout #g-showcase { 
	background: url(../images/template/pattern-right2.png) /*100% 0%*/ no-repeat /*!important*/; 
	/*background-size: 50% !important;*/ 
	padding-top: 3%; 
	padding-bottom: 3%; 
	background-position: right bottom;}
	

@media only screen and (max-width: 767px) {
	.homelayout #g-showcase { padding-top: 10%; padding-bottom: 10%; background-size: cover !important; }
}

/************ MEET OUR TEAM ************/
/*homelayout*/
#g-feature:before { border: none; }
#g-feature { padding-top: 3%; }

/*secondary menu item*/
.team .pull-left { max-width: 50%; }
.team .pull-left.item-image { margin-bottom: 1.5rem; }
.team .item.column-1 { margin-bottom: 3.5rem; margin-right: 15px; }
.team .item.column-2 { margin-bottom: 3.5rem; margin-left: 15px; }

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.team .pull-left.item-image { margin-bottom: 1.5rem; }
}

@media only screen and (max-width: 767px) {
	.team .item.column-1 { margin-bottom: 50px; margin-right: 0px; }
	.team .item.column-2 { margin-bottom: 30px; margin-left: 0px; }
	.team .item { display: flex; flex-direction: column; }
	.team .pull-left { max-width: 75%; margin-bottom: 0px; padding: 0; }
	.team .pull-left.item-image { margin-bottom: 0; }
}

/************ TEAM PROFILES ************/
.sprocket-strips-container { display: flex; justify-content: center; }
.sprocket-strips .readon span { font-size: 1.2rem; }
.sprocket-strips { position: relative; }
.sprocket-strips-item { background: url(../images/template/article.png) 0 0 no-repeat; }

.sprocket-strips-arrows .arrow { background: none; color: rgba(0,0,0,.5); font-size: 5rem; box-shadow: none;}
.layout-slideshow .sprocket-features-pagination li, .layout-slideshow .sprocket-features-arrows .arrow {box-shadow: none; }
.layout-slideshow .sprocket-features-arrows .arrow { top: 50%;}
.sprocket-strips .sprocket-strips-nav .arrow { position: absolute; top: 50% }
.sprocket-strips .sprocket-strips-nav .arrow.next { right: -50px; }
.sprocket-strips .sprocket-strips-nav .arrow.prev { left: -50px; }
.sprocket-strips-content > a.readon { position: absolute; top: 0; right:0; bottom: 0; left: 0; background: none; display: flex; justify-content: center;  align-items: center; }
.sprocket-strips-item { position: relative; }
.sprocket-strips-item .readon { padding: 0; margin: 0; text-transform: uppercase; font-weight: 300; letter-spacing: 2px; }
.sprocket-strips-item .readon:hover { background: rgba(30,164,165,0.9);}
.sprocket-strips-item .readon span  { flex: 1; text-align: center; transition: all .2s ease-in; opacity: 0; }
.sprocket-strips-item .readon:hover span  { opacity: 1; }
.sprocket-strips-content h4 { 
	position: absolute; left: 0; right: 0; bottom: 0; 
	background: rgba(30,164,165,0.85); font-size: 1.5rem; text-shadow: 0px 0px 3px rgba(0,0,0,.25); 
	margin-bottom: 0px; min-height: 60px; text-align: center; transition: all .2s ease-in; border-radius: 0 0 .5rem .5rem; 
	display: flex;   align-items: center;   justify-content: center; font-family: 'GFS Didot', serif; 
}
.sprocket-strips-item { box-shadow: 0px 0px 10px rgba(0,0,0,0.35), 2px 2px 9px rgba(0,0,0,0.35); }
.sprocket-strips-content h4 a { color: white; }
.sprocket-strips-item { height: 20vw; border-radius: .5rem; }
.sprocket-strips .cols-4 > li { width:  19%;}
.sprocket-strips-container > li { margin: 10px 3%;}
.sprocket-strips-item:hover .sprocket-strips-content h4 { opacity: 0;}
.sprocket-strips-item { background-position: 50% 50%; background-size: cover; }
.sprocket-lists-title { padding: 15px 10px !important;}
.sprocket-lists-item .sprocket-padding { padding-top: 0px;}

@media only screen and (max-width: 767px) {	
	.sprocket-strips-container { /*display: block;*/ display: flex; justify-content: center; flex-basis: 50%; flex-wrap: wrap; }	
	.sprocket-strips .cols-4 > li { width: 43%; float: left; }
	.sprocket-features-content img { display: none;}
	.sprocket-strips .sprocket-strips-nav .arrow.next { right: -20px; }
	.sprocket-strips .sprocket-strips-nav .arrow.prev { left: -25px; }
	.sprocket-strips-item { height: 45vw;  }
	.sprocket-strips-content h4 { font-size: 1.3rem; }
}

/************ REDKEN BLACK ELITE ************/
.redken .g-content { background: #1ea4a5; margin-bottom: 9%; margin-top: 3%; padding: 45px; }
.redken h1 { border-bottom: 1px white solid; padding-bottom: 1rem; margin-bottom: 1.5rem; letter-spacing: 4px; }
#g-feature { background: url(../images/template/redken.jpg) 100% 100% no-repeat !important; background-size: cover !important; }

@media only screen and (max-width: 767px) {
	#g-feature { padding-bottom: 10%; background-size: contain !important; }
	#g-feature .g-grid:first-child .g-content { margin-bottom: 0px; padding-bottom: 0px; }
}

/************ LOVE, CONTACT, FEEDBACK ************/
#g-extension { padding: 0; }
.love { background: url(../images/template/pattern-left.png) 0% 0% no-repeat !important; background-size: 50% !important; padding-top: 3%; padding-bottom: 3%; }
.contact-left, .contact-right { height: 425px; } /* EQUAL TO THE HEIGHT OF THE EMBEDDED MAP, SEE DIRECTIONS ARTICLE  */
.contact-left { background: url(../images/template/contact-us.jpg) 0% 0% no-repeat !important; background-size: cover !important; display: flex; justify-content: center; align-items: center;}
.contact-left .platform-content { background: rgba(30,164,165,0.9); margin: 0 auto; padding: 25px; display: flex; justify-content: center; align-items: center; width: 39vw; }
.contact-left .platform-content img { padding: 10px; width: 55px; }
.contact-left .platform-content img:hover { background: rgba(0,0,0,0.1); border-radius: 7px; }
.contact-left a { color: #333; }
.contact-left a:hover { color: white; }
.contact-right .g-content { margin: 0 0 0 1rem; }
.contact-right p { margin-bottom: 0px; }
.feedback { padding-top: 3%; padding-bottom: 3%; }

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.love { background-size: 60% !important; }
}

@media only screen and (max-width: 767px) {
	.love {  padding-top: 10%; padding-bottom: 10%; background-size: cover !important; }
	.contact-left, .contact-right { height: auto; }
	.contact-left { margin-bottom: 20px; }
	.contact-left .platform-content { width: 80vw; }
	.contact-left h1 { font-size: 2.25rem; }
	.contact-right .g-content { margin: 0; }
	.feedback { padding-top: 10%; padding-bottom: 10%; }
}

/************ FOOTER ************/
#g-footer { border-top: none; padding-top: 5px; padding-bottom: 5px; }
#g-footer a{ color: white;  }
#g-footer a:hover, #g-footer .g-social a:hover { color: #1ea4a5 !important; }
#g-footer .g-social a { font-size: 1.75rem; }
#g-footer p { margin-bottom: 0px; }

@media only screen and (max-width: 767px) {
	#g-footer { overflow: visible; }
	#g-footer .g-logo img { width: 40% !important; }
	.footer-logo .g-content.g-particle { margin-top: 0.625rem!important; padding-top: 1.5rem!important; }
	.footer-social .g-content.g-particle { margin-bottom: 0.625rem!important; padding-bottom: 1.5rem!important; }
	/*#g-footer .align-xy, #g-footer .align-y { display: block; }*/
	#g-footer .platform-content {padding: 0;}
	#g-copyright { display: none !important; }
}

/************ ADMIN FOOTER  ************/
#g-copyright .g-block { display: flex; align-items: center; justify-content: flex-end; }
#g-copyright .g-content { margin: 0; padding: 0;}
#g-copyright { margin: -50px 0 0 0 !important; padding: 0;}
#g-copyright a .fa.fa-lock { color: white; }
#g-copyright a:hover .fa.fa-lock { color: #1ea4a5; }

/************ HERO IMAGE ************/
.hero p { margin: 0; }
.hero img { height: 26vh; object-fit: cover; width: 100%; opacity: 0.55; }
.hero .g-content { margin: 0; padding: 0; background: black; }

/*@media only screen and (max-width: 767px) { 
	.hero img { height: 34vw; }
}*/

/************ HERO WITH TEXT OVERLAY ************/
.hero-container { position: relative; text-align: center; color: white; }
.hero-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; }
.hero-text h1 { color: white; font-size: 3.5rem; text-shadow: 0px 0px 20px rgba(0,0,0,0.8); }


@media only screen and (max-width: 767px) { 
	.hero-text h1 { font-size: 2.25rem; }
}

/************ SERVICES PAGE ************/
.services .item.column-1 { margin-right: 25px; }
.services .item.column-2 { margin-left: 25px; }
.services .page-header h2 { border-bottom: none; background: #f3f3f3; font-size: 1.75rem; color: #333; padding: 0.5rem 1rem; letter-spacing: 1px; font-weight: 300; }
.services table { margin-bottom: 60px; }
.services table.equaltable { margin-bottom: 0px; }
.services table.equaltable h4 { margin-top: 0px; }
hr.line { border-bottom: 1px solid rgba(0,0,0,0.25); }
.services img.levels { margin: 2rem 0; }

@media only screen and (max-width: 767px) { 
	.itemid-126 .item.column-1 { margin-right: 0; }
	.itemid-126 .item.column-2 { margin-left: 0; }
}


/************ 

TEMPLATE NOTES

Teal: #1ea4a5; rgba(30,164,165,1)

************/