/**** Foundation 6 ***/
/**** General Styles ***/
html, body{
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
}
body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 94%;
  font-weight: 400;
  color: #6e6e6e;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Cinzel', serif;
  font-weight: 400;
  letter-spacing: -.035em;
}
.breadcrumbs {
  padding-left: 0;
  padding-right: 0;
  border: none;
  background-color: transparent;
  margin:0;
}
.breadcrumbs a, a {
  color: #0098d8;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s; /* Safari */
  transition: all 1s;
}
a:hover, a:focus {color: #363636;}

.callout {margin-bottom: 0;}

.no-padding-bottom {padding-bottom: 0 !important;}

.no-padding-top {padding-top: 0 !important;}

.no-padding-left {padding-left: 0 !important;}

.no-padding-right {padding-right: 0 !important;}

.no-padding {padding: 0 !important;}

.no-border {border: 0 !important;}

.uppercase {text-transform: uppercase;}

.circle {
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}
.button.success, .bg-primary {
  background-color: #62257C;
  color: #fff;
}
.button.success:hover, .bg-dark {
  background-color: #333;
  color: #fff;
}
.button.hollow.white {
  border-color: #fff;
  color: #fff;
}
.button.hollow.white:hover, .button.hollow.white:focus {
  background-color: #fff;
  color: #000;
}
.bg-light {background-color: #f5f8fb;}

.border-white {border-color: #fff; border-style: solid;}

.border-black {border-color: #333; border-style: solid;}

.border-2 {border-width: 2px !important;}

.border-3 {border-width: 3px !important;}

.border-4 {border-width: 4px !important;}

.border-5 {border-width: 5px !important;}

.rotate-h-3 {
  -ms-transform: rotate(3deg); /* IE 9 */
  transform: rotate(3deg);
}
.rotate-h-5 {
  -ms-transform: rotate(5deg); /* IE 9 */
  transform: rotate(5deg);
}
.rotate-ah-3 {
  -ms-transform: rotate(-3deg); /* IE 9 */
  transform: rotate(-3deg);
}
.rotate-ah-5 {
  -ms-transform: rotate(-5deg); /* IE 9 */
  transform: rotate(-5deg);
}
/**** Top Bar ***/
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.top-bar {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
  font-weight: 600;
}
.top-bar, .top-bar ul {background-color: #fff;}

.top-bar a {color: #333;}

.top-bar a:hover, .top-bar .dropdown.menu>li.is-active>a {
  color: #6E2993;
}
.top-bar .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  content:'↓';
  border: none;
  width: auto;
  height: auto;
  margin-top: -7px;
  line-height: 1;
}
.top-bar .dropdown .is-dropdown-submenu a:hover {
  background-color: #6E2993;
  color: #fff;
}
.is-dropdown-submenu {z-index:99;}

.menu-icon {
  position: absolute;
  right: 20px;
}
.menu-icon:after {
  background-color: #333;
  -webkit-box-shadow: 0 7px 0 #333, 0 14px 0 #333;
  box-shadow: 0 7px 0 #333, 0 14px 0 #333;
}
/* Intro Banner */
.bcg-parallax {
  height: 100vh;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.bcg-parallax.with-form {
  height: 400px;
}
.bcg {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 150%;
  top: 0;
  z-index: 1;
  opacity: 0.7;
}
.bcg-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:2;
}
.with-form .bcg-content {
  top: 60%;
}
.bcg-content a {color: #fff;}

.bcg-content h1 {
  margin-bottom: 20px;
  line-height: 1.1;
}
.bcg-content p {margin-bottom: 1.5em;}

.bcg-content .button {
  position: relative;
  top: 0;
  animation-name: movetop;
  animation-duration: 4s;
}
/**** Section ****/
.section, .section-title, .section-content  {
  padding: 2em 0;
  position: relative;
}
.section.with-img, .section.with-bg {
  padding: 3em 0;
}
.section.with-img {
  color: #fff;
  background-size: cover;
  background-position: center;
}
.section.with-img:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.3);
}
.section-title h3 {
  line-height: 1.2
}
.section-content li {
  margin-bottom: 1em;
}
.features .svg-inline--fa {
  font-size: 350%;
  margin-bottom: .35em;
}
.features h4 {
  margin: 0;
  line-height: 1.2;
}
.features ul, .features p, .features .button {
  margin-top: 1em;
  margin-bottom: 2em;
}
.partner-slider img {
  text-align: center;
  margin: 0 auto;
  max-width: 80%;
  max-height: 80px;
}
.testimonial {padding: 1em 0;}

.testimonial blockquote {
  background-color: #fff;
  padding: 1.25em;
  border: none;
}
/**** Articles ****/
.post {padding: 1em 0 2em; border-top: 1px dotted #afafaf;}

h3.post-title {margin-bottom: 1.5rem;}

.post p, .post div, .post li {
  font-size: 110%;
  margin-bottom: 1.23em;
}
.post h1, .post h2, .post h3 {
  margin: .85em 0 .7em;
  line-height: 1.2;
}

/**** Slider ****/
.single-slider:after {
  content:'';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0,0,0,.3);
  z-index:1;
}
.slider-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index:88;
}
.index-slider, 
.index-slider .slick-slide,
.index-slider .slick-list,
.index-slider .slick-track,
.index-slider .slick-slide>div {
  height: 100%;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  top:50%;
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: rgba(255,255,255,.9);
  border-color: transparent;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  z-index: 1;
  cursor:pointer;
  box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
.slick-prev {left: -20px;}

.slick-next {right: -20px;}

.index-slider .slick-prev, .index-slider .slick-next {
  background-color: transparent;
  box-shadow: none;
}
.slick-prev:hover, .slick-next:hover,
.slick-prev:active, .slick-next:active,
.slick-prev:focus, .slick-next:focus {
  background-color: #fff;
  border: none;
}
.slick-prev:before, .slick-next:before {
  content:'';
  display: block; 
  width: 8px; 
  height: 8px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #0098D8;
  border-style: solid;
  margin: 15px;
}
.slick-prev:before {border-width: 0 0 2px 2px;}

.slick-next:before {border-width: 2px 2px 0 0;}

/* Dots */
.slick-dots {
	display: block;
	width: 100%;
  padding: 0;
	list-style: none;
	text-align: center;
	margin: 10px 0;
	z-index:5;
}
.slick-dots li {
  position: relative;
	display: inline-block;
	width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
	cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
	display: block;
	width: 20px;
  height: 20px;
  padding: 5px;
	cursor: pointer;
	color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
  line-height: 10px;
	position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  opacity: .25;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 20px;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: #000;
}
/**** CTAs ****/

/**** Footer ***/
#footer {padding: 3em 0;}

#footer .logo {
  display: block;
  margin: 1em 0;
}
#footer .logo img {height: 60px;}

.social-section a {
  font-size: 130%;
  display: inline-block;
  vertical-align: top;
  padding: 0 .35rem;
}
.credits {font-size: 80%;}

#scrollup{
  background-color: #000;
  color: #ddd;
  position:fixed;
  text-align: center;
  bottom:50px;
  right:20px;
  transition: all 0.2s linear;
  z-index: 99;
  border: 1px solid rgba(255,255,255,.1);
}
#scrollup:hover{
  background-color: #62257C;
  color: #fff;
}
#scrollup .svg-inline--fa {
  width: 42.7px;
  height: 40px;
  line-height: 40px;
  font-size: 90%;
  padding: 5px 10px;
}
/*******************************
          Responsive
*******************************/
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
  .topbar-responsive-logo img {
    max-height: 55px;
  }
  .menu-icon {
    top: 27px;
  }
  #topbar-responsive {
    top: 67px;
  }
  .top-bar .dropdown.menu>li {
    display: inline-block;
    width: 100%;
  }
  .top-bar .dropdown.menu>li.opens-left>.is-dropdown-submenu {
    position: relative;
    top: 0;
    laft: 0;
  }
  .bcg-content h1 {
    font-size: 220%;
  }
  .section-title h3 {
    font-size: 200%;
  }
  .wrap-content {
    padding-top: 50px;
  }
  h3.post-title {
    font-size: 185%;
  }
  .post h3 {
    font-size: 150%;
  }
} 
/* min-width 641px, medium screens */
@media only screen and (min-width: 40em) {
  .topbar-responsive-logo img {
    max-height: 70px;
  }
  .menu-icon {
    top: 35px;
  }
  .section-title h3 {
    font-size: 280%;
  }
  .bcg-content p, .section-content p, .section-content li {
    font-size: 110%;
  }
  .wrap-content {
    padding-top: 90px;
  }
  h3.post-title {
    font-size: 235%;
  }
} 
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 40em) and (max-width: 64em) {
  #topbar-responsive {
    top: 87px;
  }
  .bcg-content h1 {
    font-size: 250%;
  }
} 
/* max-width 1025px, small-medium screens */
@media only screen and (max-width: 64em) {
  #topbar-responsive {
    position: absolute;
    width: 100%;
    left: 0;
    z-index:999;
  }
  .top-bar .dropdown.menu>li>a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
} 
/* min-width 1025px, large screens */
@media only screen and (min-width: 64em) {
  .top-bar .dropdown.menu>li>a {
    line-height: 90px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
/*** Issue with Foundation iPad ***/
@media only screen and (min-width: 1023px) and (max-width: 1025px) {
	
}
/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 64.063em) and (max-width: 90em) { 
  
}
/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) {
  
}
/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen and (min-width: 90.063em) and (max-width: 120em) { } 

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 120.063em) { }

@media print { 
  
}