/* -------------------- General -------------------- */
html, body {
  overflow-x: hidden!important
} 
.sticky-topbar {
  width: 100%;
}
.sticky.is-stuck .section-nav {
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.5);
}
.sticky.is-stuck {
    position: fixed;
    z-index: 9999;
}
.sticky.is-stuck .section-nav .top-bar {
    padding: 0.65rem 0;
}
.sticky {
    position: relative;
    z-index: 5000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
body {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color:#444444;
}
a {
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
}
a:hover {
  color: #258dad;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
h2, .h2 {
    font-size: 3rem;
    line-height: 1.2;
}
h1, .h1 {
    font-size: 3.5rem;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e1e1e1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #e1e1e1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #e1e1e1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #e1e1e1;
}
.section-header {
    margin:0 0 4.5rem 0
}
.section-header p {
    font-size:24px;
    font-size:1.45rem;
}
.section-header h2 strong {
  color:#246dff;
  font-weight:700;
}
h1 strong {
  color:#246dff;
  font-weight:700;
}
h2 strong {
  color:#246dff;
  font-weight:700;
}
h3 strong {
  color:#246dff;
  font-weight:700;
}
h4 strong {
  color:#246dff;
  font-weight:700;
}
h5 strong {
  color:#246dff;
  font-weight:700;
}
h6 strong {
  color:#246dff;
  font-weight:700;
}
p strong {
  color:#246dff;
  font-weight:700;
}
ul, ol, dl {
  font-size: 1.45rem;
  padding-left: 1.25rem;
}
.button {
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #246dff;
    color: #fff;
    font-weight:700;
    padding: 0.55em 2.25em;
    border-radius: 0;
    position: relative;
}
.button:hover {
    background: #ee466e;
}
.uppercase-btn.button {
  text-transform: uppercase;
}
.top-bar .uppercase-btn.button {
    color:#fff;
}
.top-bar-right {
  display:none;
}
a.button.uppercase-btn.promobutton {
    margin-left: 15px;
}
.title-bar {
  display:none;
  background: #0096f5;
  text-align: center;
}
.alternate-btn.button {
  background-color:#ee466e;
  color:#fff;
}
.alternate-btn.button:hover {
    background: #464b56;
    color:#fff;
}
.clear-btn.button {
  background-color:transparent;
  text-transform:uppercase;
}
.clear-btn.button:hover {
    background: #464b56;
    color:#fff;
}
.arrow-btn.button {

}
.arrow-btn.button:after {
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  font-weight:700;
  margin-left:10px;
}
.blue-btn.button {
  color:#246dff;
}
.blue-btn.button:hover {
    color: #464b56;
    background:transparent;
}
.outlined-container {
  border:2px solid #246dff;
  padding: 1rem 2rem;
  text-align: center;
}
.section-alt-grid-inside span {
    display: inline-block;
    margin-right: 12px;
}
.section-alt-grid-inside span img {
    max-height: 100%;
}
.section-alt-grid-inside h2 {
    display: inline-block;
}
.section-subtitle {
    margin-bottom: 1.5rem;
}
.section-subtitle h2 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    text-transform: uppercase;
    color:#246dff;
    font-size: 1rem;
    letter-spacing: 0.65px;
}

.hero-content .section-subtitle span {
  display: inline-block;
  margin-right: 12px;
}
.hero-content .section-subtitle span img {
  max-width: 50px;
  height: auto;
}
.hero-content .section-subtitle {
  margin-bottom: 1.5rem;
}
.hero-content .section-subtitle h2 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  text-transform: uppercase;
  color:#246dff;
  font-size: 1rem;
  letter-spacing: 0.65px;
  font-weight: 700;
}

/* -------------------- Content List -------------------- */
.grid-content ul {
    list-style: none;
    padding-left: 0;
    font-size: 0.95rem
}
.grid-content li {
    position: relative;
    padding-left: 20px;
}
.grid-content ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-top: 0;
}
.grid-content ul li {
  flex: 1 0 200px;
  box-sizing: border-box;
  color: #171e42;
  padding: 0 0 0 18px;
}
.duo-link .button {
    padding: 0.85em 2.5em 0.85em 0;
}


.grid-content li:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background-image: url('../img/list-icon.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 12px;
    transform: translateY(-50%);
}
.grid-content h4 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    text-transform: uppercase;
    color:#246dff;
    font-size: 1rem;
    letter-spacing: 0.65px;
}



/* -------------------- Hero -------------------- */
.section-hero h2 strong, 
.outlined-container h2 strong,
.section-info-list h2 strong,
.section-form h2 strong,
.section-embed h2 strong,
.hiliter h2 strong {
  color:#246dff;
  font-weight:700;
}
.hiliter h6 {
  color:#246dff;
  font-weight:700;
  letter-spacing: 0.65px;
}
.section-hero p, 
.outlined-container p,
.non-outlined-container p,
.form-container p,
.embed-container p {
    font-size: 1.45rem;
    line-height: 1.35;
}
.outlined-container {
  border:1px solid rgba(197,197,197,0.25);
  padding: 3rem 3.25rem;
  background:#fff;
}
.non-outlined-container {
  border:0 solid rgba(197,197,197,0.25);
  border-radius: 3px;
  padding: 3rem 3.25rem;
  background:#fff;
}
.outlined-container h2,
.non-outlined-container h2
 {
  margin-bottom:1rem;
}
.section-non-outlined {
    margin: 5rem 0 0;
}
.hero-image {
    position:relative;
    text-align: center;
    margin-left: 2rem;
}
.hero-image img {
  width:100%;
}
.hero-image img {
  /*-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.36);
  -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.36);
  box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.36);*/   
}
.hero-image.noshadow.place-video .grid-video-main img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;    
}
.hero-image.noshadow.non-video img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;    
}
.grid-image.place-video.noshadow img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;    
}
.grid-image.noshadow img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;    
}
.play-icon {
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    -webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;    
}
.play-wrap .play-icon {
    border: 1px solid rgba(247, 246, 246, 0.25);
    background: rgba(52, 52, 52, 0.39);
    padding: 10px;
    opacity:0.95;
    box-sizing: border-box;
    transform: scale(1.25);
}
.play-icon img {
  opacity:0.95;
}
.play-icon:hover {
  box-shadow: none;
  opacity:1;
  transform: scale(1.5);
}
.hero-image .play-icon img {
  box-shadow: none;
  opacity:0.95;
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
  display: none;
}
.hero-image .play-icon img:hover {
  box-shadow: none;
  opacity:1;
  transform: scale(1.25);
}
.section-hero {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 5rem;
    margin-bottom: 8rem;
}
.page-home .section-hero {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 7rem;
    margin-bottom: 6rem;
}
.page-svg {
    position: absolute;
    top: -50px;
    left: 0;
    z-index: -1;
}
.hero-content {
  padding-right: 2rem;
}
.hero-content .link-group {
    text-align: left;
}
.hero-content h1, .hero-content h2, .hero-content h3 {
  line-height: 1;
  font-weight: 900;
  letter-spacing: 2px;
}
.hero-content h1 strong, .hero-content h2 strong, .hero-content h3 strong {
  font-weight: 900;
}

.hero-content h1,  .hero-content h1 strong {
  font-size:3.8rem;
}

.hero-content p {
  padding: 1rem 0;
}
.universal .hero-content,
.contact .hero-content
{
  text-align: center;
}
.universal .hero-content .link-group, .universal-two .hero-content .link-group {
    //text-align: center;
}
.page-universal-two {

}

.fancybox-bg {
    background: #246dff;
}
.section-alt-grid .grid-bgnd {
    background: transparent;
    overflow: hidden;
    position: relative;
    z-index: 10;
    padding: 1rem 3rem 1rem 3rem;
    margin-bottom: 0.5rem;
}

/* -------------------- Nav -------------------- */
.menu-hover-lines {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.35s ease;
}

.menu-hover-lines li a {
  padding: 0.75rem 0;
  color: rgba(10, 10, 10, 0.5);
  position: relative;
  margin-left: 1rem;
}

.menu-hover-lines li:first-child a {
  margin-left: 0;
}

.menu-hover-lines li.active > a {
  background-color: transparent;
}

.menu-hover-lines a:before,
.menu-hover-lines a::after {
  height: 3px;
  position: absolute;
  content: '';
  transition: all 0.35s ease;
  background-color: #1779ba;
  width: 0;
}

.menu-hover-lines a::before {
  top: 0;
  left: 0;
}

.menu-hover-lines a::after {
  bottom: 0;
  right: 0;
}

.menu-hover-lines a:hover,
.menu-hover-lines li.active > a {
  color: #0a0a0a;
  transition: all 0.35s ease;
}

.menu-hover-lines a:hover::before,
.menu-hover-lines .active a::before,
.menu-hover-lines a:hover::after,
.menu-hover-lines .active a::after {
  width: 100%;
}
.menu a {
    color: #464b56;
    font-weight: 700;
    font-size: 0.9rem;
}
.menu a:hover {
    color: #246dff;
}
.top-bar {
  padding:2rem 0;
}
.top-bar, .top-bar ul {
    background-color: transparent;
}
.top-bar .current.navbar-item {
  color:#246dff;
}
.menu li.hilite1  {
    background: #246dff;
    border-radius: 0;
    color: #fff;
    position: relative;
    margin-left:10px;
    margin-right:10px;
}
.menu li.last.hilite1  {
    margin-left: 10px;
    margin-right:0;
}
.menu li.hilite1:hover {
    background: #ee466e;
}
.menu li.hilite1 > a {
    text-transform: uppercase;
    color: #fff;
}
.menu li.hilite1 > a:hover {
    color: #fff;
}
li.is-submenu-item.is-dropdown-submenu-item {

}
.dropdown.menu > li.is-active > a {
    background: transparent;
    color: #246dff;
}
.dropdown.menu > li.hilite1.is-active > a {
   background: transparent;
    color: #fff;
}
li.current.is-submenu-item.is-dropdown-submenu-item a {
    color: #246dff;
}
.menu.submenu {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.45);
    border:0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #246dff transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem;
}
.accordion-menu .hilite1.is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem;
}
.no-js .top-bar {
  display: none;
}


/* -------------------- Alternating Grid -------------------- */
.section-alt-grid .section-alt-grid-inside .section-alt-grid-inverse.cell {
    order: 1;
}
.section-alt-grid .section-alt-grid-inside:nth-child(even) {

}
.section-alt-grid-inside {
    padding: 4rem 0;
}
.section-alt-grid-inside .grid-image  {
  margin: 0 0 0 2rem;
  width:100%;
  height:auto;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.36);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.36);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.36);
}
.section-alt-grid-inside .grid-image.noshadow  {
  box-shadow:none;
}
.section-alt-grid-inside .cell {
    position: relative;
}
.section-alt-grid-inside .section-alt-grid-normal .grid-image {
  margin: 0 2rem 0 0;
}
img.img-bg-alpha {
  position:absolute;
  z-index:-1;
  transform: translateY(-4.5rem);
  left: auto;
  right: -160px;
}
.section-alt-grid-other img.img-bg-alpha {
  position:absolute;
  z-index:-1;
  transform: translateY(-4.5rem);
  left: auto;
  right: -160px;
}
.section-alt-grid-normal img.img-bg-alpha {
    position:absolute;
    z-index:-1;
    transform: translateY(-4.5rem);
    left: -160px;
}
.grid-content h2 {
  font-size: 2rem;
}
.grid-content p {
  font-size:1rem;
}
.grid-content h2 strong {
    color: #246dff;
    font-weight: 700;
}
.section-alt-grid-inverse {
    padding-top: 2rem;
}
.section-alt-grid {
    margin-bottom: 4rem;
}

/* -------------------- Popup -------------------- */
.popup-content h6 strong {
    color: #246dff;
    font-weight: 700;  
}
.popup-content img {
    width: 100%;
    height: auto;
}
.popup-content {
    text-align: center;
}
.popup-body {
    margin: 2rem 0 1rem;
}
.popup-script {
    margin: 1rem 0 2rem;
}
.popup-content .button {
    margin-bottom:2rem;
}
.fancybox-content {
    padding: 0;
}
.popup-body,
.popup-script {
    padding: 0 2rem;
    box-sizing: border-box;
}
p.fancybox-close {
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
}
.fancybox-slide--html .fancybox-close-small {
    color: #fff;
    padding: 0;
    right: 0;
    top: 0;
    background:rgba(0, 0, 0, 0.8);
}

/* -------------------- Feature Grid -------------------- */
.section-feature-grid {
    text-align: center;
    padding: 4rem 0.5rem 8rem;
}
.feature-title {
    font-weight: 700;
    line-height: 1.15;
    font-size: 1.5rem;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    height: 58px;
    margin-top: 1.65rem;
    margin-bottom: 1rem;
}
.feature-grid p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.25;
    text-rendering: optimizeLegibility;
}
.feature-grid img {
    width: 48px;
    max-width: 100%;
}
.feature-grid .cell {
    margin-bottom: 4.25rem;
}

/* -------------------- Contact Methods -------------------- */
.section-info-list {
    text-align: center;
    padding: 4rem 0.5rem 8rem;
}
.info-list {
    font-weight: 700;
    line-height: 3;
    font-size: 1.5rem;
}
.info-list h5 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  margin-top:1rem;
}
.info-list h5 strong {
  font-weight: 700;
  color: #246dff;
}
.info-list h5 a {
  color: #464b56;
}
.info-list h5 a strong {
  font-weight: 700;
  color: #246dff;
}
.info-list p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.25;
    text-rendering: optimizeLegibility;
}
.info-list img {
    max-width: 56px;
    height: auto;
}
a.telephone {
    color: #464b56;
    font-size: 1.25rem;
    font-weight: 400;
}
.info-misc .button {
    margin: 0;
    padding: 4px;
    display: block;
    font-weight: 900;
}
.info-misc {
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
}


/* -------------------- Logo Grid -------------------- */
.section-logo-grid {
    text-align: center;
    background: #fff;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.logo-grid .cell {
    margin-bottom: 4.25rem;
}


/* -------------------- Countdown -------------------- */
.section-countdown {
    text-align: center;
    background: #246dff;
    padding: 8rem 1rem;
    margin-bottom: 4rem;
    color: #fff;
    position: relative;
}
.date-txt {
    display: inline-block;
    width: 100%;
    font-size: 3.5rem;
    padding-bottom: 2rem;
}
.general-shapes {
    width: 20%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}
img.countdown-bg-alpha-right {
    position: absolute;
    top: -40%;
    right: -10%;
}
img.countdown-bg-alpha-left {
    position: absolute;
    bottom: -40%;
    left: -10%;
}
img.countdown-bg-alpha-left-alt {
    position: absolute;
    top: -40%;
    left: -10%;
}
img.countdown-bg-alpha-top {
    position: absolute;
    top: -25%;
    right: -10%;
    z-index:-1;
}
img.countdown-bg-alpha-top-alt {
    position: absolute;
    top: -40%;
    left: -10%;
    z-index:-1;
}
img.countdown-bg-alpha-bottom {
    position: absolute;
    bottom: -30%;
    left: -10%;
    z-index:-1;
}

img.countdown-bg-footer-left-alt {
    position: absolute;
    top: -40%;
    left: -10%;
    z-index:1;
}
img.countdown-bg-footer-top-alt {
    position: absolute;
    top: -30%;
    left: -10%;
    z-index:-1;  
}
/*html.sr {
  visibility: hidden;
}*/

/* -------------------- Slider -------------------- */
.section-slider {
    padding-bottom: 12rem;
    padding-top: 3rem;
}
.section-slider .slick-prev:focus,
.section-slider .slick-next:focus
{
    color: #fff;
    outline: none;
    background: #246dff;
}
.content-slider {

}
.content-container {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size:cover;
}

/*.content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}*/
.content-container {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
}
.content-column {
    width:50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.content-column p {
    font-size: 1.45rem;
    line-height: 1.25;
    margin:2rem 0 2rem;
}
.content-column .slide-cite p {
    font-size: 1.45rem;
    line-height: 1;
    margin:0;
}
.content-container.slick-slide img {
    display: inline-flex !important;
}
.content-column.column-alpha {
    text-align: left;
    box-sizing: border-box;
    padding: 0 1.85rem 0 0;
}
.content-column.column-beta {
    position:relative;
    text-align: center;
}
.content-column.column-beta.column-image {
    position:relative;
    text-align: center;
}
.slide-cite {
    display: inline-block;
    width: 100%;
    //height: 78px;
    padding: 1rem 0 3rem;
}
.slide-cite span {
    display: inline-block;
    vertical-align: top;
}
.slide-cite img {
  margin-right:1.5rem;
}
.content-column .button:before {
    content:"\f109";
    font-family: 'Font Awesome 5 Free';
    font-size: 22px;
    opacity: 0.85;
    font-weight:700;
    color:#fff;
    margin-right: 10px;
}
.slick-prev {
    left: 0;
    z-index: 10;
}
.slick-next {
    right: auto;
    left:60px;
    z-index: 10;
}
.slick-prev, .slick-next {
    top: auto;
    bottom:-33px;
    display: block;
    width: 52px;
    height: 52px;
    padding: 0;
    transform: translate(0, 60%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #246dff;
}
.slick-prev:hover, .slick-next:hover {
    background: #ee466e;
}
.slick-dots {
    position: absolute;
    bottom: -48px;
    left: 120px;
    display: block;
    width: 25%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
.slick-next:before {
    content: '\f0da';
}
.slick-prev:before {
    content: '\f0d9';
}
.slick-prev:before, .slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 32px;
    opacity: 1;
    font-weight:700;
}
.slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 8px;
}
.slick-dots li button {
    width: 16px;
    height: 16px;
    padding: 5px;
    color: transparent;
    outline: none;
}
.slick-dots li.slick-active button:before {
    opacity: .99;
    color: #fff;
    background: #fff;
    border-radius: 100px;
    border: 3px solid #246dff;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    opacity: .99;
    color: #246dff;
    border: 3px solid #246dff;
    background: #246dff;
    border-radius: 100px;
}


.slider-controls  .slick-dots {
  position: absolute;
  bottom: -48px;
  left: 120px;
  display: block;
  width: 25%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
.slider-controls  .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 8px;
}
.slider-controls  .slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 5px;
  color: transparent;
  outline: none;
}
.slider-controls  .slick-dots li.slick-active button:before {
  opacity: .99;
  color: #fff;
  background: #fff;
  border-radius: 100px;
  border: 3px solid #246dff;
}
.slider-controls  .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  opacity: .99;
  color: #246dff;
  border: 3px solid #246dff;
  background: #246dff;
  border-radius: 100px;
}



img.column-image-bg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    transform: translateY(-10%);
}
.slider-link {
    text-align: right;
    margin-top: -9px;
}
.slide-link {
    color: #246dff;
    font-weight: 700;
    text-transform: uppercase;
    font-size:0.9rem;
    margin-bottom: 2rem;
    display: inline-block;
}
.slide-link:after {
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 10px;
}
.universal .section-slider {
    padding-bottom: 10rem;
    padding-top: 4rem;
}



.big-slide-wrap {
  padding-left: 18%;
  overflow: hidden;
  box-sizing: border-box;
}
.front-slider .content-container {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  //padding-left: 200px;
  //margin-left:200px;
}
.front-slider .content-column.column-alpha {
  padding: 0 0 0 0;
  width: 40%;
}
.front-slider .content-column.column-beta.column-image {
  width: 60%;
}
.front-slider .content-container.slick-slide .column-image img {
  display: inline-flex !important;
  width: 100%;
  height: auto;
  margin-left: 60px;
}
.front-slider .slick-prev, .front-slider .slick-next {
  top: auto;
  bottom: 0
}
.front-slider .slick-dots {
  position: absolute;
  bottom: -17px;
}
.content-container.slick-slide {
  outline: transparent;
}
.front-slider .content-column p strong {
  color:#444444;
}



/* -------------------- Footer -------------------- */
.section-footer-top {
    text-align: center;
    background: #444444;
    color: #fff;
    padding: 8rem 1rem 3rem;
    position:relative;
    margin-top: 12rem;
}
.section-footer-top h2 {
  margin-bottom:1.8rem;
}
.footer-nav a {
    color:#fff;
    font-weight:700;
    display:inline-block;
    margin:0 0.85rem;
}
.section-footer-mid {
  text-align: center;
  background: #444444;
  border-top: 2px solid #717B7B;
  margin-bottom: 3rem;
  padding: 2rem 0 5rem;
}
.footer-logo a {
    display: inline-block;
    width: 100%;
}
.section-footer-bottom {
    text-align: center;
    background:#ffffff;
    color: #444444;
    padding-bottom: 3rem;
}
.section-footer-bottom a {
  color: #444444;
}
.footer-bottom-nav a {
  display: inline-block;
}
.footer-bottom-nav a:after {
  content:"\2022";
  margin:0 8px;
}
.footer-bottom-nav a:last-child:after {
  display:none;
  margin:0;
}
p.copyright {
    margin-bottom: 0;
}
.footer-logo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 2rem;
}
.footer-logo img {
  max-width: 100px;
}
.footer-nav {
    margin: 4rem 2rem 4rem;
}


/* ------------------------------------- Form ------------------------------------- */
.InputfieldStateRequired > .InputfieldHeader:first-child:after {
    content: '*';
    margin-left: 0.25em;
    color: #246dff;
}
.InputfieldContent input,
.InputfieldContent textarea {
    border: 2px solid #e1e1e1;
    border-radius: 4px;
    font-size: 0.9rem;
    padding: 1rem 0.5rem;
}
label.InputfieldHeader {
  font-size:1.15rem;
}
.InputfieldContent {
  margin-top:0.5rem;
}
.InputfieldContent button {
    border-radius:0;
    border:0;
    background:#246dff;
    padding:0.7rem 3rem;
    text-transform: uppercase;
    color:#fff;
    font-weight:400;
    font-size:1rem;
    letter-spacing:0.05rem;
    cursor:pointer;
}
.InputfieldContent button:hover,
.InputfieldContent button:focus {
    background-color: #258dad;
    color: #fefefe;
}
.section-form {
    margin: 0 0 6rem 0;
}
.section-embed {
  margin: 0 0 6rem 0;
}
.section-embed .embed-box {
  position: relative;
  //padding-bottom: 56.25%;
  padding-bottom: 18vh;
  /* 16:9 */
  padding-top: 25px;
  height: 100%;
  width: 100%;
  margin: auto;
  display: block;
}
.section-embed .embed-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  bottom:0;
  width: 100%;
  min-height: 780px;
  //height:100%;
  //margin-bottom:10vh;
}

/* ------------------------------------- Social Icons ------------------------------------- */
.social-icons {
  padding-top: 6rem;
}
.social-icons a {
    margin: 0.25rem;
    color: #fff;
    font-size: 1.5rem;
}
.social-icons a:hover {
  opacity: 0.7;
}

/* ------------------------------------- Pricing ------------------------------------- */
.switch-paddle {
    border-radius: 200px;
    background: #e1e1e1;
}
input:checked ~ .switch-paddle {
    background: #0496f4;
    margin-top: 8px;
}
input + .switch-paddle {
    margin-top: 8px;
}
.switch-paddle::after {
    border-radius: 200px;
}
.switch-container-two {
  display:none;
}

.price-content sup {
    top: -1.85em;
    font-weight: 700;
    color: #777;
}
.price-content sub {
    bottom: 0;
}
.price-content sub, 
.price-content sup {
    font-size: 100%;
}
.price-content.text-center {
    border-radius: 4px;
    border: 2px solid #e1e1e1;
    padding-bottom: 2rem;
    margin-top:1rem;
}
.price-content.popular {
    margin-top:0;
    border:0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);   
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background: #fff;     
}
.price-content h3 {
    border-bottom: 2px solid #e1e1e1;
    line-height: 2.85;
    text-transform:capitalize;
    font-size:1.5rem;
    font-weight:700;
    margin: 0;
}
.price-content.popular h3 {
    color:#246dff;
}
.price-content.popular .price-number {
  color:#246dff;
}
.price-content p {
  margin-top:0.5rem;
  padding: 0 1rem;  
}
.price-feature p {
    margin: 0;
    line-height: 2.5;
}
.price-feature {
    color: #fff;
    font-weight: 900;
    background: #0496f5;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.75px;
    margin-top: -3px;
}
.price-box .price-number {
    font-size: 3.5rem;
    font-weight: 900;
}
.price-box p {
    font-weight: 400;
}
.price-box p strong {
    font-weight: 400;
    color:#246dff;
}
.price-box, .pricing-info {
  padding: 0 1rem;  
}
.pricing-info ul {
    list-style: none;
    padding-left: 0;
    margin: 1.5rem 0 3rem 0;
    font-size: 1rem;
}
.pricing-info ul li {
    position: relative;
    padding-left: 0;
    margin-bottom: 0.85rem;
}
.pricing-info ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background-image: url('../img/checkmark.png');
    //background-size: cover;
    background-position: center;
    top: 9px;
    transform: translateY(-50%);
    transform: translateX(-150%);
}
ul.switch-list {
    list-style-type: none;
    margin: 0 0 6rem 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    clear: both;
    padding:0;
}
ul.switch-list li {
    display: inline-block;
    vertical-align: text-top;
    margin: 0 10px;
}
li.list-year {
    padding-top:5px;
    font-weight:700;
}
li.list-month {
    padding-top:5px;
    font-weight:700;
}
.current-price {
    color:#246dff; 
    font-weight:700;  
}  
/*.pricing-info ul {
    list-style: none;
    padding-left: 0;
}
.pricing-info ul li {
    position: relative;
    padding-left: 20px;
}
.pricing-info ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background-image: url('../img/checkmark.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}*/


.section-faq {
    margin: 15rem 0;
}
.accordion {
    margin-left: 0;
    background: #fefefe;
    list-style-type: none;
    margin-top: 2.5rem;
}
.accordion-title {
    position: relative;
    display: block;
    padding: 2.25rem 0.15rem;
    border-top: 1px solid #e6e6e6;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    font-size: 1.45rem;
    line-height: 1;
    color: #333;
    font-weight: 700;
}
.accordion-title:hover, .accordion-title:focus {
    background-color: #fff;
    color:#246dff;
}
.accordion-content {
    padding: 0 0.15rem;
    border: 0;
    border-bottom: 0;
    background-color: #fefefe;
    color: #0a0a0a;
    font-size: 1.15rem;
}
.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -1rem;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.is-active > .accordion-title::before {
    content: '\f077'; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}


/* ------------------------------------- Overrides ------------------------------------- */
.non-outlined-container img,
.outlined-container img {
    vertical-align: initial;
}
.non-outlined-container img.align_left,
.outlined-container img.align_left {
    float:left;
    padding-right:0.75rem;
    padding-bottom:0.5rem;
}
.non-outlined-container img.align_right,
.outlined-container img.align_right {
    float:right;
    padding-left:0.75rem;
    padding-bottom:0.5rem;
}


/* ------------------------------------- Animation ------------------------------------- */
.zoom {
  transform-origin: center;
  transform-box: fill-box;
  animation: zoom 2000ms alternate infinite; 
}
.zoom-big {
  transform-origin: center;
  transform-box: fill-box;
  animation: zoom-big 4800ms linear alternate infinite; 
}
.fader {
  transform-origin: center;
  transform-box: fill-box;
  animation: fade-in 1500ms alternate infinite; 
}
.spin {
  transform-origin: center;
  transform-box: fill-box;
  animation: spin 2s infinite; }

.zoom-spin {
  transform-origin: center;
  transform-box: fill-box;
  animation: zoom-spin 3s ease-in-out alternate infinite; 
}
.left-right {
    animation: left-right 1500ms 5 linear alternate-reverse;
}
.up-down {
    animation: up-down 1000ms 10 ease-in-out alternate;
}
.up-down-two {
    animation: up-down-two 2000ms 20 linear alternate;
}


@keyframes fade-in {
  from {
    opacity: 0;
    filter: blur(3px); 
    }
  to {
    opacity: 1;
    filter: blur(0px); 
    } 
}
@keyframes zoom {
  0% {
    transform: scale(1.2); 
    }
  100% {
    transform: scale(0.8); } 
}
@keyframes zoom-big {
  0% {
    transform: scale(1.8); 
    }
  100% {
    transform: scale(1.1); } 
}
@keyframes spin {
  0% {
    transform: rotate(0deg); 
    }
  100% {
    transform: rotate(360deg); 
    } 
}
@keyframes zoom-spin {
  0% {
    transform: scale(0.4) rotate(0deg); 
    }
  100% {
    transform: scale(1) rotate(360deg); 
    } 
}
@keyframes left-right {
    0% { transform: translateX(-5px); 
    }
    100% { transform: translateX(30px); 
    }
}
@keyframes up-down {
    0% { transform: translateY(0); 
    }
    100% { transform: translateY(-8px); 
    }
}
@keyframes up-down-two {
    0% { transform: translateY(0); 
    }
    50% { transform: translateX(-25px); 
    }    
    100% { transform: translateY(-100px); 
    }
}

/* ------------------------------------- CTA Block ------------------------------------- */
.section-cta-block {
  padding: 7rem 0 2rem;
}
/* Single Card Start */
.single-list-card-wrapper {
  padding-right: 5rem;
  box-sizing: border-box;
}
.list-card-item-top img {
  width: 100%;
  display: block;
}
.single-list-card-item::after {
  content: ' ';
  display: table;
  clear: both;
}
.list-card-item-top {
  float: right;
  width: 66%;
  margin-right: -100%;
  position: relative;
  z-index: 0;
}
.list-card-item-bottom {
  float: left;
  width: 65%;
  z-index:5
}
.single-list-card-content-wrap {
  background: hsl(0,0%,100%);
  padding: 2rem 2.75rem;
  //box-shadow: 0px 1px 8px 2px hsla(0, 0%, 40%, 0.25);
  position: relative;
  //min-height: 400px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.single-list-card-content {
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  flex: 1;
}

@supports (display: grid) {
  .list-card-item-top img {
    width: 100%;
    display: block;
  }
  .single-list-card-item {
    display: grid;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    align-items: flex-start;
  }
  .list-card-item-bottom {
    grid-column: 7 / -1;
    grid-row: 1;
    width: 100%;
  }
  .list-card-item-top {
    grid-row: 1;
    grid-column: 1 / span 8;
    width: 100%;
  }
}
/* Single Card End */