
a {
color: #c0c5f9;
}

a:hover {
font-weight: 600;
color:#7c87f1;
}

#sp-header {
border-bottom: 1px solid rgba(237, 237, 237, 0.3);
}

/*Contact Us */
.sppb-addon-person {
background-color: #121330;

}

.myperson {
box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.4);
}

.sppb-addon-person .sppb-person-information>span.sppb-person-email
{
color:#fff;
}

.myperson .sppb-person-image {
padding-top: 10px;
}

/*Contact Us end */

/*Menu */

.sp-megamenu-wrapper {
text-transform: uppercase;
}

.sp-megamenu-parent a.active, .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #c0c5f9 !important;
	text-decoration: underline;
	font-weight: 600;
transition: color 0.5s ease;
	}


.sp-megamenu-parent > li > a:hover, .sp-megamenu-parent > li > span:hover {
  color: #c0c5f9 !important;
  font-weight: 600;
  transition: color 0.5s ease;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #c0c5f9 !important;
}


.sp-megamenu-parent > li.active:hover > a, .sp-megamenu-parent > li.active > a {
  color: #c0c5f9 !important;
  position: relative;
  text-decoration: underline;
	font-weight: 600;
	transition: color 0.5s ease;
}
.sp-megamenu-parent > li.active:hover > a:before, .sp-megamenu-parent > li.active > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: none;
}

.sp-megamenu-parent > li.active:hover > a:before, .sp-megamenu-parent > li.active > a:before {
background-color: transparent;
}


@media (max-width: 990px) {
#sp-header .logo .logo-image {
    margin-top: 0px;
}
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {

display: flex;
}

/*Menu end */


/*Videos */
.videoWrapper {
    padding: 5px;
	}

	
.captions {
word-wrap: break-word; 
text-align:center; 
font-weight: 600; 
padding: 5px;
font-size: 12px;
}

@media (min-width: 768px){

.itemContainer {
    float: left;
    min-width: 0;
   padding: 0 8px 0 0;

}
}
.cc-m-video-align-left {
    float: left;
}

.cc-m-video-gutter {
    max-width: 100%;
    height: auto!important
	}
.finalvid 
{
    padding-bottom: 56.25%;
	height: 0 !important;
    width: 100%;
    position: relative;
}

.finalvid iframe {
position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	overflow: hidden;
}

.clear {
clear: both;
}

.itemContainer .videoWrapper:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

/*Videos end*/

/*Locations*/
.taccordion h1 {
  text-align: center;
  color: #333;
  margin-top:250px;
}

.taccordion {
  width: 100%;
  max-width: 1080px;
  height: 450px;
  overflow: hidden;
  margin: 50px auto;
}

.taccordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.taccordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 25%;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}

.taccordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.taccordion ul li div a {
  display: block;
  height: 450px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  transition: all 200ms ease;
}

.taccordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.taccordion ul li div a h2 {
  text-overflow: clip;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 160px;
}

.taccordion ul li div a p {
  top: 160px;
  font-size: 13.5px;
}

.taccordion ul li:nth-child(1) { background-image: url("../../../images/locs/1b.jpg"); }

.taccordion ul li:nth-child(2) { background-image: url("../../../images/locs/4.jpg"); }

.taccordion ul li:nth-child(3) { background-image: url("../../../images/locs/5.jpg"); }

.taccordion ul li:nth-child(4) { background-image: url("../../../images/locs/6.jpg"); }

.taccordion ul li:nth-child(5) { background-image: url("../../../images/locs/5.jpg"); }

.taccordion ul li:nth-child(6) { background-image: url("../../../images/locs/6.jpg"); }

.taccordion ul:hover li { width: 14%; }

.taccordion ul:hover li:hover { width: 50%; }

.taccordion ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }

.taccordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
 @media screen and (max-width: 450px) {

body { margin: 0; }

.taccordion { height: auto; }

.taccordion ul li div
   {
       max-height:250px;
   }
.taccordion ul li,
.taccordion ul li:hover,
.taccordion ul:hover li,
.taccordion ul:hover li:hover {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transition: none;
  transition: none;
  max-height:250px;
}
   
 .taccordion ul li div a * {
    opacity: 1;
   }

   .taccordion ul li div a h2 {
background: rgba(0, 0, 0, 0.4);
  top: 40px;
}

}
/*Locations end*/

@media screen and (min-width: 750px) {
.why-gr 
{
border-right: 1px solid;
}

}
/*Locations body padding*/
#sp-main-body 
{
padding: 20px 0px;
}



#sp-bottom-top #sp-bottom-top3 .social-icons li a {
color: #c0c5f9;
}

#sp-bottom-top #sp-bottom-top3 .social-icons li a:hover {
color: #c0c5f9;
}

#sp-bottom-top .container-inner {
border: none;
}