campaign-footer.menu li ul .active>a {
 color: #2F99A3;
 font-weight: bold;
}

@media (min-width: 1150px) {
 .menu.xlarge-horizontal.accordion-menu {
  flex-wrap: inherit;
  flex-direction: row;
 }
}

#violator-main-outer div.addl-col a {
 color: #ffffff;
}

button.open-seas{
    margin-bottom: 25px;
}

html,
body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

/* One-Column dropdown menu - Desktop Menu update */

@media screen and (min-width: 71.875em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        min-width: 320px;
        right: inherit !important;
        left: 50% !important;
        transform: translateX(-50%);
        padding: 20px;
    }
}

.main-menu li ul li a {
    font-size: 15px !important;
}

.is-dropdown-submenu>li {
    width: 100% !important;
    padding: 5px 0;
}

@media screen and (min-width: 71.875em) {

    .dropdown .is-dropdown-submenu a {
        padding: 5px 10px !important;
        background-color: transparent !important;
    }
    .submenu li#menu-item-3910 a , .submenu li#menu-item-3910 a:hover, .submenu li#menu-item-3910 a:focus, .submenu li#menu-item-3910 a:active {
        color: #2f99a3 !important;
    }

    .dropdown .is-dropdown-submenu .is-dropdown-submenu-parent > .is-dropdown-submenu {
        left: 0 !important;
        right: inherit !important;
        padding-left: 10px !important;
        width: 100% !important;
        min-width: inherit;
        margin: 0 0 2px 0 !important;
    }

    .dropdown .is-dropdown-submenu .is-dropdown-submenu-parent > .is-dropdown-submenu li {
        padding: 0 !important;
    }

    #main-menu .dropdown .is-dropdown-submenu .is-dropdown-submenu-parent > .is-dropdown-submenu li a {
        color: #003545 !important;
        font-size: 14px !important;
        padding: 3px 10px !important;
    }

    #main-menu .dropdown .is-dropdown-submenu .is-dropdown-submenu-parent > .is-dropdown-submenu li a:hover {
        color:#2F99A3 !important;
        opacity: 1 !important;
    }

    .main-menu li ul li ul li a:before {
        display: none !important;
    }
    #main-menu > .menu .is-active > ul > li > a {
        color: #2f99a3 !important;
    }

    #main-menu #menu-openworks li.current_page_item a {
        opacity: 1;
    }

    #main-menu #menu-openworks li.current_page_item a:hover {
        opacity: .7;
    }

    #main-menu #menu-openworks li.current_page_item > a {
        opacity: .7;
    }

    .sticky-top-bar > .menu > li > ul > li > ul > li > a, .sticky-top-bar .menu#menu-openworks-1  > li > ul > li > ul > li > a, .sticky-top-bar .menu#menu-main-navigation-1 > li > ul > li > ul > li > a, .sticky-top-bar .menu#menu-french-main-navigation-1 > li > ul > li > ul > li > a, .sticky-top-bar .menu#menu-german-main-navigation-1 > li > ul > li > ul > li > a, .sticky-top-bar .menu#menu-japanese-main-navigation-1 > li > ul > li > ul > li > a {
        color: #003545 !important;
    }

    .sticky-top-bar > .menu > li > ul > li > ul > li > a:hover, .sticky-top-bar .menu#menu-openworks-1  > li > ul > li > ul > li > a:hover, .sticky-top-bar .menu#menu-main-navigation-1 > li > ul > li > ul > li > a:hover, .sticky-top-bar .menu#menu-french-main-navigation-1 > li > ul > li > ul > li > a:hover, .sticky-top-bar .menu#menu-german-main-navigation-1 > li > ul > li > ul > li > a:hover, .sticky-top-bar .menu#menu-japanese-main-navigation-1 > li > ul > li > ul > li > a:hover  {
        color:#2F99A3 !important;
        opacity: 1 !important;
    }

    #main-menu>.menu#menu-french-main-navigation > .is-active > a,
    #main-menu>.menu#menu-german-main-navigation > .is-active > a,
    #main-menu>.menu#menu-japanese-main-navigation > .is-active > a {
        color: #fff;
    }

    /*#main-menu ul#menu-openworks li.is-active>a, ul#menu-openworks>li>a:hover {
        color: #fff !important;
    }*/
}

/* One-Column dropdown menu - Mobile Menu update */

.top-bar-mobile.popup-open .tiny-top-bar-addl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
.top-bar-mobile.popup-open .tiny-top-bar-addl .login-link,
.top-bar-mobile.popup-open .tiny-top-bar-addl.popup-top-nav > li > a {
    color: #2f99a3 !important;
}

#popup-nav .button {
    width: 100%;
    max-width: 75%;
}

#popup-nav > .popup-nav {
    margin-right: auto;
    margin-left: auto;
    max-width: 75%;
    overflow: hidden;
    display: block !important;
}

#popup-nav > .popup-nav li {
    display: block;
    width: 100%;
    text-align: left;
    transition: 0.25s;
}

#popup-nav > .popup-nav li a {
    text-align: left !important;
    line-height: 30px !important;
    font-size: 18px !important;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid rgba(0,0,0,0.2);
}

#popup-nav > .popup-nav > li > ul.menu {
    position: absolute;
    left: calc(100% + 2px);
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.25s;
    display: block !important;
}

#popup-nav > .popup-nav > li > ul.menu > .sub-back {
    text-align: center;
    color: #000;
    position: relative;
}

#popup-nav > .popup-nav > li > ul.menu > .sub-back a {
    text-align: center !important;
    font-weight: 500 !important;
    color: #003545 !important;
}

#popup-nav > .popup-nav > li > ul.menu > .sub-back:before {
    content:" ";
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #2f99a3;
    border-right: 2px solid #2f99a3;
	transform: translateY(-50%) rotate(-135deg) scale(0.6);
}



@media (min-width: 40em) and (max-width: 71.875em){
    #popup-nav > .popup-nav > li > ul.menu > .sub-back:before {
        left: 15px;
    }
}

#popup-nav > .popup-nav > li > a {
    position: relative;
    display: block;
}

@media (min-width: 40em) and (max-width: 71.875em){
    #popup-nav > .popup-nav > li  a {
        padding-left: 15px;
    }
    #popup-nav .button {
        width: 100%;
        max-width: calc(75% - 30px);
    }
}

#popup-nav > .popup-nav .sub-trigger {
    position: absolute;
    width: 50px;
    padding-left: 25px;
    height: 100%;
    right: 0;
    top: 0;
    display: block;
    color: #2f99a3;
    font-size: 26px;
    text-align: center;
    line-height: 50px;
    text-indent: -9999999px;
}

#popup-nav > .popup-nav .sub-trigger:before {
    content:" ";
    position: absolute;
    display: block;
    right: 8px;
    top: 50%;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #2f99a3;
    border-right: 2px solid #2f99a3;
	transform: translateY(-50%) rotate(45deg) scale(0.6);
}

@media (min-width: 40em) and (max-width: 71.875em){
    #popup-nav > .popup-nav .sub-trigger:before {
        right: 15px;
    }
}

#popup-nav > .popup-nav > li > ul > li > a {
    position: relative;
    display: block;
}

#popup-nav > .popup-nav > li > ul > li > ul {
    position: relative;
    display: block;
}

#popup-nav > .popup-nav > li > ul > li > ul > li {
    border: 0 none !important;
}

#popup-nav > .popup-nav > li > ul > li > ul > li > a {
    border: 0 none !important;
    font-size: 16px;
    color: #003545;
}

#popup-nav > .popup-nav .sub-toggle-trigger {
    position: absolute;
    width: 50px;
    padding-left: 25px;
    height: 100%;
    right: 0;
    top: 0;
    display: block;
    color: #2f99a3;
    font-size: 26px;
    text-align: center;
    line-height: 50px;
}

#popup-nav > .popup-nav .sub-toggle-trigger:before {
    position: absolute;
    width: 100%;
    padding-left: 25px;
    height: 100%;
    right: 0;
    top: 0;
    display: block;
    color: #2f99a3;
    font-size: 26px;
    text-align: center;
    line-height: 50px;
    content: ' \002B';
}

#popup-nav > .popup-nav > li > ul > li > .active .sub-toggle-trigger:before {
    content: ' \2012';
}

#popup-nav > .popup-nav.sub-active > li {
    transition: 0.25s;
}

#popup-nav > .popup-nav.sub-active > li {
    margin-left:calc(-100% + -2px);
}

#popup-nav > .popup-nav.sub-active> li.sub-active > ul.menu {
    transition: opacity 0.25s, left 0.25s 0s, visibility 0s 0.251s;
}

#popup-nav > .popup-nav.sub-active> li > ul.menu.sub-active {
    opacity: 1;
    left: 0;
    visibility: visible;
    transition: opacity 0.25s 0s, left 0.25s 0s, visibility 0s 0s;
}

#popup-nav-menu, #popup-nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

#popup-nav-menu > li {
    font-size: 26px;
    color: #2F99A3;
    line-height: 50px;
    font-weight: 300;
}

/* One-Column update end */

 div.wave-break {
    position:relative;
    z-index:0;
    display: none;
}
div.wave-break > img {
    opacity: 0 !important;
}
div.wave-break > div {
    top: -80px !important;
    overflow: inherit !important;
        clip: inherit !important;
}
div.wave-break > div .jarallax-img {
  position:absolute !important;
  top:0;
  left:0 !important;
    /*margin: 0 !important;*/
  width:100% !important;
  height:100% !important;
  z-index:-1 !important;
}

#home-whymdb div.wave-break > div  {
    top: 0 !important;
}

#home-whymdb div.wave-break > div .jarallax-img {
    width:calc(100% + 10px) !important;
}
.page-template-template-campaign-landing-page .wave-break {
    position: inherit !important;
}
@media screen and (min-width: 71.875em){
    div.wave-break {
        display: block !important;
    }
}
/*@media screen and (min-width: 71.875em){
    img.wave-break, img.wave-divider {
        display: none;
    }
}*/

/* Parallax update */

#homepage-slider{
    position: relative;
    padding: 30px 0 80px;
    min-height: 650px;
    margin:50px 0;
}
#homepage-slider .grid-container h2 {
    text-align: center;
    color:#0E6488;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1.05px;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
#homepage-slider .slider{
    background-color: transparent !important;
    width: 100%;
    height: 100%;
    margin: 0 auto 75px auto;
}

#homepage-slider .slick-slider .slick-track {
    display: flex;
}

#homepage-slider .slick-slide {
    margin: 10px 20px;
    cursor: default;
    display: flex;
    flex-direction: column;
    height: inherit !important;
}

#homepage-slider .slick-list {
  padding: 15px 50px !important;
}

#homepage-slider .slick-slide img {
  width: 100%;
  transform: scale(0.9);
}

#homepage-slider .slick-prev:before,
#homepage-slider .slick-next:before {
  color: black;
}

#homepage-slider .slick-dotted .slick-current img {
  transform: scale(1.1);
}

#homepage-slider .flip-card-back {
  opacity: 0;
  transform: rotateY(180deg);
}

#homepage-slider .flip-card-inner:hover .flip-card-front {
  opacity: 1;
}

#homepage-slider .flip-card-inner:hover .flip-card-back {
  opacity: 1;
  transition: 0.8s;
  transform: rotateY(360deg);
}

#homepage-slider button.slick-prev.slick-arrow {
    /*top: 25pc;
    left: 37pc;*/
    left: 50%;
    bottom: -86px;
    top: inherit;
    transform: translateX(-115%);
}

#homepage-slider button.slick-next.slick-arrow {
    /*top: 25pc;
    right: 40pc;*/
    right: 50%;
    bottom: -86px;
    top: inherit;
    transform: translateX(115%);
}

#homepage-slider .slick-next:before {
    -webkit-transform: scale(-1, 1) !important;
    transform: scale(-1, 1) !important;
}

/*.os-macos #homepage-slider button.slick-next.slick-arrow {
    bottom: -85px;
}*/

#homepage-slider .ancher a {
  text-decoration: none;
  padding: 8px 30px;
  border: 3px solid #2f99a3;
  color: #2f99a3;
  border-radius: 50px;
  display: inline-block;
    height: 49px;
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    text-transform: uppercase;
}
#homepage-slider .flip-card-front a.button:hover{
  background-color: #3099A3;
  color: white;
}

#homepage-slider .flip-card-slider {
  list-style-type: none;
  text-align: center;
  display: block;
  position: relative;
}
#homepage-slider .flip-card-slider.slick-dotted {
  margin-bottom: 50px;
}
#homepage-slider .flip-card-slider .slick-prev,
#homepage-slider .flip-card-slider .slick-next {
  height: 60px;
  width: 60px;
  opacity: 0;
}
#homepage-slider .flip-card-slider .slick-prev:before,
#homepage-slider .flip-card-slider .slick-next:before {
  font-size: 60px;
}
#homepage-slider .flip-card-slider.slick-dotted {
  padding-bottom: 100px;
}
#homepage-slider .flip-card-slider li {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  width: 100%;
}
#homepage-slider .flip-card-slider .slick-track {
  padding: 50px 0;
}
#homepage-slider .flip-card-slider .slick-dots {
  width: 100%;
  text-align: center;
  padding-left: 0;
  margin-left: 0;
  bottom: 0;
}
#homepage-slider .flip-card-slider .slick-dots li {
  display: inline-block !important;
  width: auto;
  height: auto;
  padding: 2px 0;
  display: inline-block;
  margin: 10px 5px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
}
#homepage-slider .flip-card-slider .slick-dots li.slick-active button {
  background-color: #abc74a;
}
#homepage-slider .flip-card-slider .slick-dots li button {
  width: 50px;
  margin: 0 auto;
  text-align: center;
  height: 8px;
  padding: 0;
  background-color: #c4c1c4;
  border-radius: 7px;
  list-style: none;
  display: inline-block;
}
#homepage-slider .flip-card-slider .slick-dots li button:before {
  display: none;
}

#homepage-slider .flip-card {
  width: 100%;
  height: 300px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
#homepage-slider .flip-card-inner {
  position: relative;
  width: 100%;
  text-align: center;
    cursor: pointer;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
#homepage-slider .flip-card-inner:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
}
#homepage-slider .flip-card-inner-top {
  background: #abc74a;
  height: 21px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
    z-index: 5;
    -webkit-transform: translate3d(0, 0, 0);
     -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
#homepage-slider .flip-card:hover #homepage-slider .flip-card-inner {
  transform: rotateY(180deg);
}
#homepage-slider .flip-card-front,
#homepage-slider .flip-card-back {
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  /* -webkit-backface-visibility: hidden; */
  /* backface-visibility: hidden; */
  background-image: linear-gradient(-31deg, #f4f2f4 0%, #ffffff 100%);
  box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2);
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;*/
}
#homepage-slider .flip-card-front.fc-not-flex,
#homepage-slider .flip-card-back.fc-not-flex {
  display: block;
}
#homepage-slider .flip-card-front {
  font-family: "azo-sans-web", sans-serif;
  font-size: 24px;
  color: #2f99a3;
  text-align: center;
  line-height: 28px;
  border-radius: 12px;
  word-wrap: break-word;
    position: static !important;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#homepage-slider .flip-card-front i {
  margin: 0 auto 20px;
  font-size: 65px;
  color: #abc74a;
  display: block;
  position: relative;
  top: 20px;
}
#homepage-slider .flip-card-padding {
  padding: 80px 20px 55px 20px;
        position: relative;
    z-index: 2;
}
#homepage-slider .flip-card-back {
  font-family: "azo-sans-web", sans-serif;
  font-size: 24px;
  color: #2f99a3;
  text-align: center;
  line-height: 28px;
  /* transform: rotateY(180deg); */
  border-radius: 12px;
  word-wrap: break-word;
}
#homepage-slider .flip-card-back .back-title {
  padding-top: 24px;
  padding-bottom: 0;
  margin-bottom: 15px;
}
#homepage-slider .flip-card-back p {
  font-size: 14px;
  color: #424f62;
  text-align: center;
  line-height: 24px;
}

/*#homepage-slider .slick-slide.slick-current.slick-active.slick-center {
  transform: scale(1.1);
}*/

#homepage-slider .flip-card-inner h3 {
    font-family: "azo-sans-web", sans-serif;
    color: #2f99a3;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 35px;
}

#homepage-slider .flip-card-back p,
#homepage-slider .flip-card-front p {
  /*font-size: 18px;
  line-height: 24px;*/
  color: #424f62;
  text-align: center;
    line-height: 24px;
    font-size: 19px;
    line-height: 27.36px;
}

#homepage-slider .flip-card-front p {
    margin-bottom: 45px;
}

#homepage-slider .slick-slide.slick-center .flip-card-inner h3 {
    font-weight: 700;
}

/*#homepage-slider .slick-slide.slick-current.slick-active.slick-center .flip-card-inner p {
    line-height: 24px;
    font-size: 19px;
    line-height: 27.36px;
}*/

#homepage-slider .slick-prev:before,
#homepage-slider .slick-next:before {
  color: #b4da2f !important;
  font-size: 70px !important;
  font-weight: bolder;
    margin: 0;
}

/*#homepage-slider .slick-prev:before {
  content: "\f053" !important;
  font-family: fontawesome !important;
}
#homepage-slider .slick-next:before {
  content: "\f054" !important;
  font-family: fontawesome !important;
}*/
@media(min-width: 1170px) {
    /*#homepage-slider .slick-slide.slick-current.slick-active.slick-center {
        transform: scale(1.1);
    }*/
}
@media only screen and (max-width: 1024px) and (min-width: 700px) {
    /*#homepage-slider .flip-card-inner {
        height: 360px !important;
    }
    #homepage-slider button.slick-prev.slick-arrow {
        top: unset;
        left: 50%;
        bottom: -70px;
    }*/
/*
button.slick-next.slick-arrow {
    top: 30pc;
    right: 22pc;
}*/
}
@media(max-width: 768px) {
  /*#homepage-slider button.slick-next.slick-arrow {right:45.8%;}*/
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
  /*#homepage-slider button.slick-prev.slick-arrow {
        top: unset;
        left: 50%;
        bottom: -70px;
    }*/
}
@media(max-width: 640px) {
    #homepage-slider .slick-slide.slick-current.slick-active.slick-center {
        /*transform: scale(1.1);*/
    }
  /*button.slick-prev.slick-arrow {
    top: 28pc;
    left: 9pc;
}
button.slick-next.slick-arrow {
    top: 28pc;
    right: 9pc;
}
   #homepage-slider .flip-card-inner {
        height: 360px !important;
    }*/

}
@media(max-width: 600px) {

    /*#homepage-slider button.slick-next.slick-arrow {
        right: 38%;
        bottom: -70px;
        top: unset;
        left: unset;
    }*/
}
@media(max-width: 360px) {

    /*#homepage-slider button.slick-next.slick-arrow {
      right: 42%;
      bottom: -70px;
      top: unset;
      left: unset;
    }*/
}


/*@media print, screen and (min-width: 40em) {
  #homepage-slider .flip-card-slider.slick-dotted {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 64em) {
  #homepage-slider .flip-card-slider .slick-dots li {
    padding: 20px 0;
    margin: 20px 5px;
  }
  #homepage-slider .flip-card-slider .slick-dots li button {
    width: 100px;
  }
}
@media screen and (min-width: 75em) {
  #homepage-slider .flip-card-slider .slick-prev,
  #homepage-slider .flip-card-slider .slick-next {
    opacity: 1;
  }
  #homepage-slider .flip-card-slider .slick-prev {
    left: -60px;
  }
  #homepage-slider .flip-card-slider [dir="rtl"] .slick-prev {
    right: -40px;
  }
  #homepage-slider .flip-card-slider .slick-next {
    right: -40px;
  }
  #homepage-slider .flip-card-slider [dir="rtl"] .slick-next {
    left: -60px;
  }
}
@media screen and (min-width: 90em) {
  #homepage-slider .flip-card-slider .slick-prev {
    left: -90px;
  }
  #homepage-slider .flip-card-slider [dir="rtl"] .slick-prev {
    right: -90px;
  }
  #homepage-slider .flip-card-slider .slick-next {
    right: -90px;
  }
  #homepage-slider .flip-card-slider [dir="rtl"] .slick-next {
    left: -90px;
  }
}
@media (max-width: 640px) {
  #homepage-slider button.slick-prev.slick-arrow {
    top: 25pc;
    left: 9pc;
  }
  #homepage-slider button.slick-next.slick-arrow {
    top: 25pc;
    right: 9pc;
  }
}*/

#homepage-slider button.slick-arrow.slick-prev,
#homepage-slider button.slick-arrow.slick-next {
    width: 70px;
    height: 70px;
    margin: 0 !important;
}

#homepage-slider .slick-slide .flip-card-inner {
  display: block;
  font-size: 36px;
  height: 350px;
    width: 420px;
    max-width: 100%;
  line-height: 100px;
  position: relative;
  text-align: center;
  transform: translate(0, 0) scale(.65);
  transition: all .3s ease;
  opacity: 1;
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}
#homepage-slider .skipping-slide .slick-slide .flip-card-inner {
	transition: all .15s ease;
}

#homepage-slider .slick-slide.lt2 .flip-card-inner {
  transform: translate(50%, 0) scale(.65);
}
#homepage-slider .slick-slide.lt1 .flip-card-inner {
  transform: translate(15%, 0) scale(.65);
}
#homepage-slider .slick-slide.gt1 .flip-card-inner {
  transform: translate(-15%, 0) scale(.65);
}
#homepage-slider .slick-slide.gt2 .flip-card-inner {
  transform: translate(-50%, 0) scale(.65);
}
#homepage-slider .slick-slide.slick-center .flip-card-inner {
  z-index: 1;
  transform: scale(1);
  opacity: 1;
    cursor: default;
}
#homepage-slider .slick-slide.slick-center .flip-card-inner:before {
    display: none;
}
@media (min-width: 1200px) {
    #homepage-slider.four-slides .slick-slide .flip-card-inner {
        width:  calc(40vw - ((80px / 100) * 65)); /*calc(33vw - ((85px/100)*65));*/
    }
}
@media (min-width: 992px) and  (max-width: 1199px) {
    #homepage-slider.four-slides .slick-slide .flip-card-inner {
        width:  calc(40vw - ((90px / 100) * 65)); /* calc(33vw - ((90px/100)*65)); */
    }
}
@media (min-width: 769px) and  (max-width: 991px) {
    #homepage-slider.four-slides .slick-slide .flip-card-inner {
        width: calc(40vw - ((85px / 100) * 65));
    }
}
@media (max-width: 768px) {
    #homepage-slider {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 30px;
    }

    #homepage-slider .slick-slide .flip-card-inner {
        width: 70vw;
    }

    #homepage-slider .slick-slide.lt1 .flip-card-inner {
      transform: translate(20%, 0) scale(.65);
    }
    #homepage-slider .slick-slide.gt1 .flip-card-inner {
      transform: translate(-20%, 0) scale(.65);
    }

    #homepage-slider .flip-card-inner-top {
        height: 12px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    #homepage-slider .flip-card-padding {
        padding: 60px 20px 40px;
    }

    #homepage-slider .flip-card-inner h3 {
        font-family: "azo-sans-web",sans-serif;
        color: #2f99a3;
        font-weight: 400 !important;
        font-size: 24px;
        margin-bottom: 20px;
    }

    #homepage-slider .slick-slide .flip-card-inner p {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 25px;
    }

    #homepage-slider .ancher a {
        height: 55px;
        line-height: 32px;
    }

    #homepage-slider button.slick-arrow.slick-prev,
    #homepage-slider button.slick-arrow.slick-next {
        width: 30px;
        height: 30px;
        margin: 0 !important;
        /* bottom: -40px; */
    }

    #homepage-slider .slick-prev:before, #homepage-slider .slick-next:before {
        font-size: 32px !important;
    }

}

ul#menu-openworks li.is-active > a, ul#menu-openworks > li > a:hover{
    color: #fff;
}

.page-template-template-openworks .pricing-option{
  max-width:400px;
}

/**********************************************************************************************/
/* Default page-template-template-openworks */
/**********************************************************************************************/

.page-template-template-openworks h2 {
    color: #1A2C56 !important;
}

.page-template-template-openworks h3 {
    color: #005DAC !important;
}

.page-template-template-openworks h4 {
    color: #2F99A3 !important;
}

.page-template-template-openworks .grey-with-wave,
.page-template-template-openworks-agenda .grey-with-wave {
    background-image: url(../images/openworks/grey-to-white-with-wave-on-bottom.png);
}

.page-template-template-openworks .blue-with-wave,
.page-template-template-openworks .customer-quote-section.wave-quote-section {
    background-image: url(../images/bluewater-background-small.jpg) !important;
}

.page-template-template-openworks .button.blue-azure,
.page-template-template-openworks button.blue-azure,
.page-template-template-openworks input.blue-azure[type="button"],
.page-template-template-openworks input.blue-azure[type="reset"],
.page-template-template-openworks input.blue-azure[type="submit"],
.page-template-template-openworks .button.open-seas,
.page-template-template-openworks button.open-seas,
.page-template-template-openworks input.open-seas[type="button"],
.page-template-template-openworks input.open-seas[type="reset"],
.page-template-template-openworks input.open-seas[type="submit"],
.page-template-template-openworks .button.electric-eel,
.page-template-template-openworks button.electric-eel,
.page-template-template-openworks input.electric-eel[type=button],
.page-template-template-openworks input.electric-eel[type=reset],
.page-template-template-openworks input.electric-eel[type=submit]{
    color: #005DAC !important;
    border: 2px solid #005DAC !important;
    background-color: transparent !important;
}

.page-template-template-openworks .button.blue-azure:hover,
.page-template-template-openworks button.blue-azure:hover,
.page-template-template-openworks input.blue-azure:hover[type="button"],
.page-template-template-openworks input.blue-azure:hover[type="reset"],
.page-template-template-openworks input.blue-azure:hover[type="submit"],
.page-template-template-openworks .button.open-seas:hover,
.page-template-template-openworks button.open-seas:hover,
.page-template-template-openworks input.open-seas:hover[type="button"],
.page-template-template-openworks input.open-seas:hover[type="reset"],
.page-template-template-openworks input.open-seas:hover[type="submit"],
.page-template-template-openworks .button.electric-eel:hover,
.page-template-template-openworks button.electric-eel:hover,
.page-template-template-openworks input.electric-eel:hover[type=button],
.page-template-template-openworks input.electric-eel:hover[type=reset],
.page-template-template-openworks input.electric-eel:hover[type=submit]{
    background-color: #005DAC !important;
    border: 2px solid #005DAC !important;
    color: #fff !important;
}

.page-template-template-openworks .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton,
.page-template-template-openworks .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
    color: #005DAC !important;
    border: 2px solid #005DAC !important;
    background-color: transparent !important;
}

.page-template-template-openworks .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover,
.page-template-template-openworks .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:hover {
    background-color: #005DAC !important;
    border: 2px solid #005DAC !important;
    color: #fff !important;
}

.page-template-template-openworks .basic-column i {
    color: #65B5CF !important;
}

.page-template-template-openworks .slick-dots li.slick-active button {
    background-color: #65B5CF !important;
}

.page-template-template-openworks .pricing-options .pricing-option:nth-child(1) .tile-pricing .tile-pricing-header,
.page-template-template-openworks-ondemand .pricing-options .pricing-option:nth-child(1) .tile-pricing .tile-pricing-header,
.page-template-template-openworks-certification .pricing-options .pricing-option:nth-child(1) .tile-pricing .tile-pricing-header,
.page-template-template-openworks-agenda .pricing-options .pricing-option:nth-child(1) .tile-pricing .tile-pricing-header,
.page-template-template-openworks-sponsors .pricing-options .pricing-option:nth-child(1) .tile-pricing .tile-pricing-header,
.page-template-template-openworks-venue .pricing-options .pricing-option:nth-child(1) .tile-pricing .tile-pricing-header {
    background-color: #005DAC !important;
}

.page-template-template-openworks .pricing-options .pricing-option:nth-child(2) .tile-pricing .tile-pricing-header,
.page-template-template-openworks-ondemand .pricing-options .pricing-option:nth-child(2) .tile-pricing .tile-pricing-header,
.page-template-template-openworks-certification .pricing-options .pricing-option:nth-child(2) .tile-pricing .tile-pricing-header,
.page-template-template-openworks-agenda .pricing-options .pricing-option:nth-child(2) .tile-pricing .tile-pricing-header,
.page-template-template-openworks-sponsors .pricing-options .pricing-option:nth-child(2) .tile-pricing .tile-pricing-header,
.page-template-template-openworks-venue .pricing-options .pricing-option:nth-child(2) .tile-pricing .tile-pricing-header {
   background-color: #1A2C56 !important;
}

.page-template-template-openworks .pricing-options .pricing-option:nth-child(3) .tile-pricing .tile-pricing-header,
.page-template-template-openworks-ondemand .pricing-options .pricing-option:nth-child(3) .tile-pricing .tile-pricing-header,
.page-template-template-openworks-certification .pricing-options .pricing-option:nth-child(3) .tile-pricing .tile-pricing-header,
.page-template-template-openworks-agenda .pricing-options .pricing-option:nth-child(3) .tile-pricing .tile-pricing-header,
.page-template-template-openworks-sponsors .pricing-options .pricing-option:nth-child(3) .tile-pricing .tile-pricing-header,
.page-template-template-openworks-venue .pricing-options .pricing-option:nth-child(3) .tile-pricing .tile-pricing-header {
    background-color: #65B5CF !important;
}

.page-template-template-openworks .pricing-options .pricing-option:nth-child(4) .tile-pricing .tile-pricing-header,
.page-template-template-openworks-ondemand .pricing-options .pricing-option:nth-child(4) .tile-pricing .tile-pricing-header,
.page-template-template-openworks-certification .pricing-options .pricing-option:nth-child(4) .tile-pricing .tile-pricing-header,
.page-template-template-openworks-agenda .pricing-options .pricing-option:nth-child(4) .tile-pricing .tile-pricing-header,
.page-template-template-openworks-sponsors .pricing-options .pricing-option:nth-child(4) .tile-pricing .tile-pricing-header,
.page-template-template-openworks-venue .pricing-options .pricing-option:nth-child(4) .tile-pricing .tile-pricing-header {
    background-color: #0e6488 !important;
}

.page-template-template-openworks .person-headshot {
    background-image: linear-gradient(135deg,#005DAC 21%,#1A2C56 100%) !important;
}

.page-template-template-openworks .agenda-table .agenda-col:nth-child(2) .agenda-header,
.page-template-template-openworks-agenda .agenda-table .agenda-col:nth-child(2) .agenda-header {
    background-color: #C7EAFB !important;
}

.page-template-template-openworks .agenda-table .agenda-col:nth-child(2),
.page-template-template-openworks-agenda .agenda-table .agenda-col:nth-child(2) {
    background: rgba(199,234,251,.95) !important;
}

.page-template-template-openworks .agenda-table .agenda-col:nth-child(3) .agenda-header,
.page-template-template-openworks-agenda .agenda-table .agenda-col:nth-child(3) .agenda-header {
    background-color: #65B5CF !important;
}

.page-template-template-openworks .agenda-table .agenda-col:nth-child(3),
.page-template-template-openworks-agenda .agenda-table .agenda-col:nth-child(3) {
    background: rgba(101,181,207,.95) !important;
}

.page-template-template-openworks .agenda-table .agenda-col:nth-child(4) .agenda-header,
.page-template-template-openworks-agenda .agenda-table .agenda-col:nth-child(4) .agenda-header {
    background-color: #96ddcf !important;
}

.page-template-template-openworks .agenda-table .agenda-col:nth-child(4),
.page-template-template-openworks-agenda .agenda-table .agenda-col:nth-child(4) {
    background: rgba(150,221,207,.95) !important;
}

.page-template-template-openworks .person-col h4 {
    color: #424f62 !important;
}

/* Other openworks templates colors update */

/*.page-template-template-openworks h2 {
    color: #1A2C56;
}

.page-template-template-openworks h3 {
    color: #005DAC;
}

.page-template-template-openworks h4 {
    color: #2F99A3;
}*/

/**********************************************************************************************/
/* openworks - on demand */
/**********************************************************************************************/

.page-template-template-openworks-ondemand h2 {
    color: #1A2C56 !important;
}

.page-template-template-openworks-ondemand h3 {
    color: #005DAC !important;
}

.page-template-template-openworks-ondemand h4 {
    color: #2F99A3 !important;
}

.page-template-template-openworks-ondemand .basic-column i {
    color: #65B5CF !important;
}

.page-template-template-openworks-ondemand .button.blue-azure,
.page-template-template-openworks-ondemand button.blue-azure,
.page-template-template-openworks-ondemand input.blue-azure[type="button"],
.page-template-template-openworks-ondemand input.blue-azure[type="reset"],
.page-template-template-openworks-ondemand input.blue-azure[type="submit"],
.page-template-template-openworks-ondemand .button.open-seas,
.page-template-template-openworks-ondemand button.open-seas,
.page-template-template-openworks-ondemand input.open-seas[type="button"],
.page-template-template-openworks-ondemand input.open-seas[type="reset"],
.page-template-template-openworks-ondemand input.open-seas[type="submit"],
.page-template-template-openworks-ondemand .button.electric-eel,
.page-template-template-openworks-ondemand button.electric-eel,
.page-template-template-openworks-ondemand input.electric-eel[type=button],
.page-template-template-openworks-ondemand input.electric-eel[type=reset],
.page-template-template-openworks-ondemand input.electric-eel[type=submit]{
    color: #005DAC !important;
    border: 2px solid #005DAC !important;
    background-color: transparent !important;
}

.page-template-template-openworks-ondemand .button.blue-azure:hover,
.page-template-template-openworks-ondemand button.blue-azure:hover,
.page-template-template-openworks-ondemand input.blue-azure:hover[type="button"],
.page-template-template-openworks-ondemand input.blue-azure:hover[type="reset"],
.page-template-template-openworks-ondemand input.blue-azure:hover[type="submit"],
.page-template-template-openworks-ondemand .button.open-seas:hover,
.page-template-template-openworks-ondemand button.open-seas:hover,
.page-template-template-openworks-ondemand input.open-seas:hover[type="button"],
.page-template-template-openworks-ondemand input.open-seas:hover[type="reset"],
.page-template-template-openworks-ondemand input.open-seas:hover[type="submit"],
.page-template-template-openworks-ondemand .button.electric-eel:hover,
.page-template-template-openworks-ondemand button.electric-eel:hover,
.page-template-template-openworks-ondemand input.electric-eel:hover[type=button],
.page-template-template-openworks-ondemand input.electric-eel:hover[type=reset],
.page-template-template-openworks-ondemand input.electric-eel:hover[type=submit]{
    background-color: #005DAC !important;
    border: 2px solid #005DAC !important;
    color: #fff !important;
}

.page-template-template-openworks-ondemand .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton,
.page-template-template-openworks-ondemand .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
    color: #005DAC !important;
    border: 2px solid #005DAC !important;
    background-color: transparent !important;
}

.page-template-template-openworks-ondemand .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover,
.page-template-template-openworks-ondemand .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:hover {
    background-color: #005DAC !important;
    border: 2px solid #005DAC !important;
    color: #fff !important;
}

/**********************************************************************************************/
/* openworks - certification */
/**********************************************************************************************/

.page-template-template-openworks-certification h2 {
    color: #1A2C56 !important;
}

.page-template-template-openworks-certification h3 {
    color: #005DAC !important;
}

.page-template-template-openworks-certification h4 {
    color: #2F99A3 !important;
}

.page-template-template-openworks-certification .basic-column i {
    color: #65B5CF !important;
}

.page-template-template-openworks-certification .button.blue-azure,
.page-template-template-openworks-certification button.blue-azure,
.page-template-template-openworks-certification input.blue-azure[type="button"],
.page-template-template-openworks-certification input.blue-azure[type="reset"],
.page-template-template-openworks-certification input.blue-azure[type="submit"],
.page-template-template-openworks-certification .button.open-seas,
.page-template-template-openworks-certification button.open-seas,
.page-template-template-openworks-certification input.open-seas[type="button"],
.page-template-template-openworks-certification input.open-seas[type="reset"],
.page-template-template-openworks-certification input.open-seas[type="submit"],
.page-template-template-openworks-certification .button.electric-eel,
.page-template-template-openworks-certification button.electric-eel,
.page-template-template-openworks-certification input.electric-eel[type=button],
.page-template-template-openworks-certification input.electric-eel[type=reset],
.page-template-template-openworks-certification input.electric-eel[type=submit]{
    color: #005DAC !important;
    border: 2px solid #005DAC !important;
    background-color: transparent !important;
}

.page-template-template-openworks-certification .button.blue-azure:hover,
.page-template-template-openworks-certification button.blue-azure:hover,
.page-template-template-openworks-certification input.blue-azure:hover[type="button"],
.page-template-template-openworks-certification input.blue-azure:hover[type="reset"],
.page-template-template-openworks-certification input.blue-azure:hover[type="submit"],
.page-template-template-openworks-certification .button.open-seas:hover,
.page-template-template-openworks-certification button.open-seas:hover,
.page-template-template-openworks-certification input.open-seas:hover[type="button"],
.page-template-template-openworks-certification input.open-seas:hover[type="reset"],
.page-template-template-openworks-certification input.open-seas:hover[type="submit"],
.page-template-template-openworks-certification .button.electric-eel:hover,
.page-template-template-openworks-certification button.electric-eel:hover,
.page-template-template-openworks-certification input.electric-eel:hover[type=button],
.page-template-template-openworks-certification input.electric-eel:hover[type=reset],
.page-template-template-openworks-certification input.electric-eel:hover[type=submit]{
    background-color: #005DAC !important;
    border: 2px solid #005DAC !important;
    color: #fff !important;
}

.page-template-template-openworks-certification .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton,
.page-template-template-openworks-certification .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
    color: #005DAC !important;
    border: 2px solid #005DAC !important;
    background-color: transparent !important;
}

.page-template-template-openworks-certification .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover,
.page-template-template-openworks-certification .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:hover {
    background-color: #005DAC !important;
    border: 2px solid #005DAC !important;
    color: #fff !important;
}

/**********************************************************************************************/
/* openworks - agenda */
/**********************************************************************************************/

.page-template-template-openworks-agenda h2 {
    color: #1A2C56 !important;
}

.page-template-template-openworks-agenda h3 {
    color: #005DAC !important;
}

.page-template-template-openworks-agenda h4 {
    color: #2F99A3 !important;
}

.page-template-template-openworks-agenda .basic-column i {
    color: #65B5CF !important;
}

.page-template-template-openworks-agenda .button.blue-azure,
.page-template-template-openworks-agenda button.blue-azure,
.page-template-template-openworks-agenda input.blue-azure[type="button"],
.page-template-template-openworks-agenda input.blue-azure[type="reset"],
.page-template-template-openworks-agenda input.blue-azure[type="submit"],
.page-template-template-openworks-agenda .button.open-seas,
.page-template-template-openworks-agenda button.open-seas,
.page-template-template-openworks-agenda input.open-seas[type="button"],
.page-template-template-openworks-agenda input.open-seas[type="reset"],
.page-template-template-openworks-agenda input.open-seas[type="submit"],
.page-template-template-openworks-agenda .button.electric-eel,
.page-template-template-openworks-agenda button.electric-eel,
.page-template-template-openworks-agenda input.electric-eel[type=button],
.page-template-template-openworks-agenda input.electric-eel[type=reset],
.page-template-template-openworks-agenda input.electric-eel[type=submit]{
    color: #005DAC !important;
    border: 2px solid #005DAC !important;
    background-color: transparent !important;
}

.page-template-template-openworks-agenda .button.blue-azure:hover,
.page-template-template-openworks-agenda button.blue-azure:hover,
.page-template-template-openworks-agenda input.blue-azure:hover[type="button"],
.page-template-template-openworks-agenda input.blue-azure:hover[type="reset"],
.page-template-template-openworks-agenda input.blue-azure:hover[type="submit"],
.page-template-template-openworks-agenda .button.open-seas:hover,
.page-template-template-openworks-agenda button.open-seas:hover,
.page-template-template-openworks-agenda input.open-seas:hover[type="button"],
.page-template-template-openworks-agenda input.open-seas:hover[type="reset"],
.page-template-template-openworks-agenda input.open-seas:hover[type="submit"],
.page-template-template-openworks-agenda .button.electric-eel:hover,
.page-template-template-openworks-agenda button.electric-eel:hover,
.page-template-template-openworks-agenda input.electric-eel:hover[type=button],
.page-template-template-openworks-agenda input.electric-eel:hover[type=reset],
.page-template-template-openworks-agenda input.electric-eel:hover[type=submit]{
    background-color: #005DAC !important;
    border: 2px solid #005DAC !important;
    color: #fff !important;
}

.page-template-template-openworks-agenda .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton,
.page-template-template-openworks-agenda .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
    color: #005DAC !important;
    border: 2px solid #005DAC !important;
    background-color: transparent !important;
}

.page-template-template-openworks-agenda .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover,
.page-template-template-openworks-agenda .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:hover {
    background-color: #005DAC !important;
    border: 2px solid #005DAC !important;
    color: #fff !important;
}


/**********************************************************************************************/
/* openworks - sponsors */
/**********************************************************************************************/

.page-template-template-openworks-sponsors h2 {
    color: #1A2C56 !important;
}

.page-template-template-openworks-sponsors h3 {
    color: #005DAC !important;
}

.page-template-template-openworks-sponsors h4 {
    color: #2F99A3 !important;
}

.page-template-template-openworks-sponsors .basic-column i {
    color: #65B5CF !important;
}

.page-template-template-openworks-sponsors .button.blue-azure,
.page-template-template-openworks-sponsors button.blue-azure,
.page-template-template-openworks-sponsors input.blue-azure[type="button"],
.page-template-template-openworks-sponsors input.blue-azure[type="reset"],
.page-template-template-openworks-sponsors input.blue-azure[type="submit"],
.page-template-template-openworks-sponsors .button.open-seas,
.page-template-template-openworks-sponsors button.open-seas,
.page-template-template-openworks-sponsors input.open-seas[type="button"],
.page-template-template-openworks-sponsors input.open-seas[type="reset"],
.page-template-template-openworks-sponsors input.open-seas[type="submit"],
.page-template-template-openworks-sponsors .button.electric-eel,
.page-template-template-openworks-sponsors button.electric-eel,
.page-template-template-openworks-sponsors input.electric-eel[type=button],
.page-template-template-openworks-sponsors input.electric-eel[type=reset],
.page-template-template-openworks-sponsors input.electric-eel[type=submit]{
    color: #005DAC !important;
    border: 2px solid #005DAC !important;
    background-color: transparent !important;
}

.page-template-template-openworks-sponsors .button.blue-azure:hover,
.page-template-template-openworks-sponsors button.blue-azure:hover,
.page-template-template-openworks-sponsors input.blue-azure:hover[type="button"],
.page-template-template-openworks-sponsors input.blue-azure:hover[type="reset"],
.page-template-template-openworks-sponsors input.blue-azure:hover[type="submit"],
.page-template-template-openworks-sponsors .button.open-seas:hover,
.page-template-template-openworks-sponsors button.open-seas:hover,
.page-template-template-openworks-sponsors input.open-seas:hover[type="button"],
.page-template-template-openworks-sponsors input.open-seas:hover[type="reset"],
.page-template-template-openworks-sponsors input.open-seas:hover[type="submit"],
.page-template-template-openworks-sponsors .button.electric-eel:hover,
.page-template-template-openworks-sponsors button.electric-eel:hover,
.page-template-template-openworks-sponsors input.electric-eel:hover[type=button],
.page-template-template-openworks-sponsors input.electric-eel:hover[type=reset],
.page-template-template-openworks-sponsors input.electric-eel:hover[type=submit]{
    background-color: #005DAC !important;
    border: 2px solid #005DAC !important;
    color: #fff !important;
}

.page-template-template-openworks-sponsors .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton,
.page-template-template-openworks-sponsors .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
    color: #005DAC !important;
    border: 2px solid #005DAC !important;
    background-color: transparent !important;
}

.page-template-template-openworks-sponsors .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover,
.page-template-template-openworks-sponsors .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:hover {
    background-color: #005DAC !important;
    border: 2px solid #005DAC !important;
    color: #fff !important;
}


/**********************************************************************************************/
/* openworks - venue */
/**********************************************************************************************/

.page-template-template-openworks-venue h2 {
    color: #1A2C56 !important;
}

.page-template-template-openworks-venue h3 {
    color: #005DAC !important;
}

.page-template-template-openworks-venue h4 {
    color: #2F99A3 !important;
}

.page-template-template-openworks-venue .basic-column i {
    color: #65B5CF !important;
}

.page-template-template-openworks-venue .button.blue-azure,
.page-template-template-openworks-venue button.blue-azure,
.page-template-template-openworks-venue input.blue-azure[type="button"],
.page-template-template-openworks-venue input.blue-azure[type="reset"],
.page-template-template-openworks-venue input.blue-azure[type="submit"],
.page-template-template-openworks-venue .button.open-seas,
.page-template-template-openworks-venue button.open-seas,
.page-template-template-openworks-venue input.open-seas[type="button"],
.page-template-template-openworks-venue input.open-seas[type="reset"],
.page-template-template-openworks-venue input.open-seas[type="submit"],
.page-template-template-openworks-venue .button.electric-eel,
.page-template-template-openworks-venue button.electric-eel,
.page-template-template-openworks-venue input.electric-eel[type=button],
.page-template-template-openworks-venue input.electric-eel[type=reset],
.page-template-template-openworks-venue input.electric-eel[type=submit]{
    color: #005DAC !important;
    border: 2px solid #005DAC !important;
    background-color: transparent !important;
}

.page-template-template-openworks-venue .button.blue-azure:hover,
.page-template-template-openworks-venue button.blue-azure:hover,
.page-template-template-openworks-venue input.blue-azure:hover[type="button"],
.page-template-template-openworks-venue input.blue-azure:hover[type="reset"],
.page-template-template-openworks-venue input.blue-azure:hover[type="submit"],
.page-template-template-openworks-venue .button.open-seas:hover,
.page-template-template-openworks-venue button.open-seas:hover,
.page-template-template-openworks-venue input.open-seas:hover[type="button"],
.page-template-template-openworks-venue input.open-seas:hover[type="reset"],
.page-template-template-openworks-venue input.open-seas:hover[type="submit"],
.page-template-template-openworks-venue .button.electric-eel:hover,
.page-template-template-openworks-venue button.electric-eel:hover,
.page-template-template-openworks-venue input.electric-eel:hover[type=button],
.page-template-template-openworks-venue input.electric-eel:hover[type=reset],
.page-template-template-openworks-venue input.electric-eel:hover[type=submit]{
    background-color: #005DAC !important;
    border: 2px solid #005DAC !important;
    color: #fff !important;
}

.page-template-template-openworks-venue .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton,
.page-template-template-openworks-venue .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
    color: #005DAC !important;
    border: 2px solid #005DAC !important;
    background-color: transparent !important;
}

.page-template-template-openworks-venue .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover,
.page-template-template-openworks-venue .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:hover {
    background-color: #005DAC !important;
    border: 2px solid #005DAC !important;
    color: #fff !important;
}

/**********************************************************************************************/
/* Default page-template-template-openworks */
/**********************************************************************************************/

.page-template-template-openworks-default h2 {
    color: #1A2C56 !important;
}

.page-template-template-openworks-default h3 {
    color: #005DAC !important;
}

.page-template-template-openworks-default .resource-block h3 {
    color: #fff !important;
}

.page-template-template-openworks-default h4 {
    color: #2F99A3 !important;
}

.page-template-template-openworks-default .flip-card-back .back-title,
.page-template-template-openworks-default .flip-card-front div {
    color: #2F99A3 !important;
}

.page-template-template-openworks-default .grey-with-wave {
    background-image: url(../images/openworks/grey-to-white-with-wave-on-bottom.png);
}

.page-template-template-openworks-default .blue-with-wave,
.page-template-template-openworks-default .customer-quote-section.wave-quote-section {
    background-image: url(../images/bluewater-background-small.jpg) !important;
}

.page-template-template-openworks-default .button.blue-azure,
.page-template-template-openworks-default button.blue-azure,
.page-template-template-openworks-default input.blue-azure[type="button"],
.page-template-template-openworks-default input.blue-azure[type="reset"],
.page-template-template-openworks-default input.blue-azure[type="submit"],
.page-template-template-openworks-default .button.open-seas,
.page-template-template-openworks-default button.open-seas,
.page-template-template-openworks-default input.open-seas[type="button"],
.page-template-template-openworks-default input.open-seas[type="reset"],
.page-template-template-openworks-default input.open-seas[type="submit"],
.page-template-template-openworks-default .button.electric-eel,
.page-template-template-openworks-default button.electric-eel,
.page-template-template-openworks-default input.electric-eel[type=button],
.page-template-template-openworks-default input.electric-eel[type=reset],
.page-template-template-openworks-default input.electric-eel[type=submit],
.page-template-template-openworks-default .button.default {
    color: #005DAC !important;
    border: 2px solid #005DAC !important;
    background-color: transparent !important;
}

.page-template-template-openworks-default .button.blue-azure:hover,
.page-template-template-openworks-default button.blue-azure:hover,
.page-template-template-openworks-default input.blue-azure:hover[type="button"],
.page-template-template-openworks-default input.blue-azure:hover[type="reset"],
.page-template-template-openworks-default input.blue-azure:hover[type="submit"],
.page-template-template-openworks-default .button.open-seas:hover,
.page-template-template-openworks-default button.open-seas:hover,
.page-template-template-openworks-default input.open-seas:hover[type="button"],
.page-template-template-openworks-default input.open-seas:hover[type="reset"],
.page-template-template-openworks-default input.open-seas:hover[type="submit"],
.page-template-template-openworks-default .button.electric-eel:hover,
.page-template-template-openworks-default button.electric-eel:hover,
.page-template-template-openworks-default input.electric-eel:hover[type=button],
.page-template-template-openworks-default input.electric-eel:hover[type=reset],
.page-template-template-openworks-default input.electric-eel:hover[type=submit],
.page-template-template-openworks-default .button.default:hover {
    background-color: #005DAC !important;
    border: 2px solid #005DAC !important;
    color: #fff !important;
}

.page-template-template-openworks-default .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton,
.page-template-template-openworks-default .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
    color: #005DAC !important;
    border: 2px solid #005DAC !important;
    background-color: transparent !important;
}

.page-template-template-openworks-default .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover,
.page-template-template-openworks-default .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:hover {
    background-color: #005DAC !important;
    border: 2px solid #005DAC !important;
    color: #fff !important;
}

.page-template-template-openworks-default .basic-column i,
.page-template-template-openworks-default .flip-card-front i {
    color: #65B5CF !important;
}

.page-template-template-openworks-default .slick-dots li.slick-active button {
    background-color: #65B5CF !important;
}

.page-template-template-openworks-default .pricing-options .pricing-option:nth-child(1) .tile-pricing .tile-pricing-header {
    background-color: #005DAC !important;
}

.page-template-template-openworks-default .pricing-options .pricing-option:nth-child(2) .tile-pricing .tile-pricing-header {
   background-color: #1A2C56 !important;
}

.page-template-template-openworks-default .pricing-options .pricing-option:nth-child(3) .tile-pricing .tile-pricing-header {
    background-color: #65B5CF !important;
}

.page-template-template-openworks-default .pricing-options .pricing-option:nth-child(4) .tile-pricing .tile-pricing-header {
    background-color: #0e6488 !important;
}

.page-template-template-openworks-default .person-headshot {
    background-image: linear-gradient(135deg,#005DAC 21%,#1A2C56 100%) !important;
}

.page-template-template-openworks-default .agenda-table .agenda-col:nth-child(2) .agenda-header {
    background-color: #C7EAFB !important;
}

.page-template-template-openworks-default .agenda-table .agenda-col:nth-child(2) {
    background: rgba(199,234,251,.95) !important;
}

.page-template-template-openworks-default .agenda-table .agenda-col:nth-child(3) .agenda-header {
    background-color: #65B5CF !important;
}

.page-template-template-openworks-default .agenda-table .agenda-col:nth-child(3) {
    background: rgba(101,181,207,.95) !important;
}

.page-template-template-openworks-default .agenda-table .agenda-col:nth-child(4) .agenda-header {
    background-color: #96ddcf !important;
}

.page-template-template-openworks-default .agenda-table .agenda-col:nth-child(4) {
    background: rgba(150,221,207,.95) !important;
}

.page-template-template-openworks-default .person-col h4 {
    color: #424f62 !important;
}

/* General */


.page-template-template-openworks .tile-pricing .tile-pricing-header h4,
.page-template-template-openworks-ondemand .tile-pricing .tile-pricing-header h4,
.page-template-template-openworks-certification .tile-pricing .tile-pricing-header h4,
.page-template-template-openworks-agenda .tile-pricing .tile-pricing-header h4,
.page-template-template-openworks-sponsors .tile-pricing .tile-pricing-header h4,
.page-template-template-openworks-venue .tile-pricing .tile-pricing-header h4,
.page-template-template-openworks-default .tile-pricing .tile-pricing-header h4{
    color: #fff !important;
}


.page-template-template-openworks .dark-section h2,
.page-template-template-openworks .dark-section h3,
.page-template-template-openworks .dark-section h4,
.page-template-template-openworks-ondemand .dark-section h2,
.page-template-template-openworks-ondemand .dark-section h3,
.page-template-template-openworks-ondemand .dark-section h4,
.page-template-template-openworks-certification .dark-section h2,
.page-template-template-openworks-certification .dark-section h3,
.page-template-template-openworks-certification .dark-section h4,
.page-template-template-openworks-agenda .dark-section h2,
.page-template-template-openworks-agenda .dark-section h3,
.page-template-template-openworks-agenda .dark-section h4,
.page-template-template-openworks-sponsors .dark-section h2,
.page-template-template-openworks-sponsors .dark-section h3,
.page-template-template-openworks-sponsors .dark-section h4,
.page-template-template-openworks-venue .dark-section h2,
.page-template-template-openworks-venue .dark-section h3,
.page-template-template-openworks-venue .dark-section h4,
.page-template-template-openworks-default .dark-section h2,
.page-template-template-openworks-default .dark-section h3,
.page-template-template-openworks-default .dark-section h4{
    color: #fff !important;
}

/* General */

.page-template-template-openworks .openworks-header .cell h2,
.page-template-template-openworks .openworks-header .cell h3,
.page-template-template-openworks .openworks-header .cell h4,
.page-template-template-openworks .openworks-header .cell h5,
.page-template-template-openworks .openworks-header .cell h6,
.page-template-template-openworks-ondemand .openworks-header .cell h2,
.page-template-template-openworks-ondemand .openworks-header .cell h3,
.page-template-template-openworks-ondemand .openworks-header .cell h4,
.page-template-template-openworks-ondemand .openworks-header .cell h5,
.page-template-template-openworks-ondemand .openworks-header .cell h6,
.page-template-template-openworks-certification .openworks-header .cell h2,
.page-template-template-openworks-certification .openworks-header .cell h3,
.page-template-template-openworks-certification .openworks-header .cell h4,
.page-template-template-openworks-certification .openworks-header .cell h5,
.page-template-template-openworks-certification .openworks-header .cell h6,
.page-template-template-openworks-agenda .openworks-header .cell h2,
.page-template-template-openworks-agenda .openworks-header .cell h3,
.page-template-template-openworks-agenda .openworks-header .cell h4,
.page-template-template-openworks-agenda .openworks-header .cell h5,
.page-template-template-openworks-agenda .openworks-header .cell h6,
.page-template-template-openworks-sponsors .openworks-header .cell h2,
.page-template-template-openworks-sponsors .openworks-header .cell h3,
.page-template-template-openworks-sponsors .openworks-header .cell h4,
.page-template-template-openworks-sponsors .openworks-header .cell h5,
.page-template-template-openworks-sponsors .openworks-header .cell h6,
.page-template-template-openworks-venue .openworks-header .cell h2,
.page-template-template-openworks-venue .openworks-header .cell h3,
.page-template-template-openworks-venue .openworks-header .cell h4,
.page-template-template-openworks-venue .openworks-header.cell h5,
.page-template-template-openworks-venue .openworks-header .cell h6,
.page-template-template-openworks-default .openworks-header .cell h2,
.page-template-template-openworks-default .openworks-header .cell h3,
.page-template-template-openworks-default .openworks-header .cell h4,
.page-template-template-openworks-default .openworks-header.cell h5,
.page-template-template-openworks-default .openworks-header .cell h6{
    color: #fff !important;
	margin: -10px 7px 0 0;
}

.page-template-template-openworks .sub-page-header .cell h2,
.page-template-template-openworks .sub-page-header .cell h3,
.page-template-template-openworks .sub-page-header .cell h4,
.page-template-template-openworks .sub-page-header .cell h5,
.page-template-template-openworks .sub-page-header .cell h6,
.page-template-template-openworks-ondemand .sub-page-header .cell h2,
.page-template-template-openworks-ondemand .sub-page-header .cell h3,
.page-template-template-openworks-ondemand .sub-page-header .cell h4,
.page-template-template-openworks-ondemand .sub-page-header .cell h5,
.page-template-template-openworks-ondemand .sub-page-header .cell h6,
.page-template-template-openworks-certification .sub-page-header .cell h2,
.page-template-template-openworks-certification .sub-page-header .cell h3,
.page-template-template-openworks-certification .sub-page-header .cell h4,
.page-template-template-openworks-certification .sub-page-header .cell h5,
.page-template-template-openworks-certification .sub-page-header .cell h6,
.page-template-template-openworks-agenda .sub-page-header .cell h2,
.page-template-template-openworks-agenda .sub-page-header .cell h3,
.page-template-template-openworks-agenda .sub-page-header .cell h4,
.page-template-template-openworks-agenda .sub-page-header .cell h5,
.page-template-template-openworks-agenda .sub-page-header .cell h6,
.page-template-template-openworks-sponsors .sub-page-header .cell h2,
.page-template-template-openworks-sponsors .sub-page-header .cell h3,
.page-template-template-openworks-sponsors .sub-page-header .cell h4,
.page-template-template-openworks-sponsors .sub-page-header .cell h5,
.page-template-template-openworks-sponsors .sub-page-header .cell h6,
.page-template-template-openworks-venue .sub-page-header .cell h2,
.page-template-template-openworks-venue .sub-page-header .cell h3,
.page-template-template-openworks-venue .sub-page-header .cell h4,
.page-template-template-openworks-venue .sub-page-header .cell h5,
.page-template-template-openworks-venue .sub-page-header .cell h6,
.page-template-template-openworks-default .sub-page-header .cell h2,
.page-template-template-openworks-default .sub-page-header .cell h3,
.page-template-template-openworks-default .sub-page-header .cell h4,
.page-template-template-openworks-default .sub-page-header .cell h5,
.page-template-template-openworks-default .sub-page-header .cell h6{
    color: #fff;
}

.page-template-template-openworks .text-content a,
.page-template-template-openworks .text-content a:visited,
.page-template-template-openworks-ondemand .text-content a,
.page-template-template-openworks-ondemand .text-content a:visited,
.page-template-template-openworks-certification .text-content a,
.page-template-template-openworks-certification .text-content a:visited,
.page-template-template-openworks-agenda .text-content a,
.page-template-template-openworks-agenda .text-content a:visited,
.page-template-template-openworks-sponsors .text-content a,
.page-template-template-openworks-sponsors .text-content a:visited,
.page-template-template-openworks-venue .text-content a,
.page-template-template-openworks-venue .text-content a:visited,
.page-template-template-openworks-default .text-content a,
.page-template-template-openworks-default .text-content a:visited{
   color: #008e9e;
}

.page-template-template-openworks .text-content a:hover,
.page-template-template-openworks-ondemand .text-content a:hover,
.page-template-template-openworks-certification .text-content a:hover,
.page-template-template-openworks-agenda .text-content a:hover,
.page-template-template-openworks-sponsors .text-content a:hover,
.page-template-template-openworks-venue .text-content a:hover,
.page-template-template-openworks-default .text-content a:hover{
    color: #007a88
}


.page-template-template-openworks .sticky-button.electric-eel,
.page-template-template-openworks-ondemand .sticky-button.electric-eel,
.page-template-template-openworks-certification .sticky-button.electric-eel,
.page-template-template-openworks-agenda .sticky-button.electric-eel,
.page-template-template-openworks-sponsors .sticky-button.electric-eel,
.page-template-template-openworks-venue .sticky-button.electric-eel,
.page-template-template-openworks-default .sticky-button.electric-eel{
    background-color: #005dac;
}

.page-template-template-openworks .sticky-button.electric-eel:hover,
.page-template-template-openworks-ondemand .sticky-button.electric-eel:hover,
.page-template-template-openworks-certification .sticky-button.electric-eel:hover,
.page-template-template-openworks-agenda .sticky-button.electric-eel:hover,
.page-template-template-openworks-sponsors .sticky-button.electric-eel:hover,
.page-template-template-openworks-venue .sticky-button.electric-eel:hover,
.page-template-template-openworks-default .sticky-button.electric-eel:hover{
    background-color: #1A2C56;
}

.parent-pageid-5160 ul.menu .flex-nowrap,
.page-template-template-openworks ul.menu .flex-nowrap{
   display: none;
}

/* Button Fix */

.button + .button {
    margin-bottom: 1rem;
}

.side-by-side-buttons .button {
    margin: 10px 0;
}

.side-by-side-buttons .button + .button {
    margin: 10px 0;
}

@media print, screen and (min-width: 40em) {
    .side-by-side-buttons .button {
        margin: 0 15px;
    }

    .side-by-side-buttons .button + .button {
        margin: 0 15px;
    }
}


/* New Campain patterns */

/* Flipcards pattern update */

@media screen and (min-width: 64em){
    .flip-card-section.campaign-update {
        padding-top: 120px;
    }
}

.flip-card-section.campaign-update {
    position: relative;
}

.flip-card-section.campaign-update > .grid-container {
    position: relative;
    z-index: 2;
}

.flip-card-section.campaign-update .flip-card-slider.slick-dotted {
    margin-bottom: 0;
}

.flip-card-section.campaign-update .button-holder {
    text-align: center;
    margin-top: 25px;
}


.flip-card-section.campaign-update .flip-card-slider .slick-prev,
.flip-card-section.campaign-update .flip-card-slider .slick-next {
    top: calc(50% - 56px);
}

@media print, screen and (min-width: 40em){
    .flip-card-section.campaign-update .flip-card-slider.slick-dotted {
        padding-bottom: 70px;
    }
}

.flip-card-section.campaign-update {

}

/* footer */

.footer.campaign-footer {
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer.campaign-footer .social-icon-cell{
    text-align: center !important;
}
.footer.campaign-footer .right_links p{
    text-align: right !important;
}

@media screen and (min-width: 40em) {
    .footer.campaign-footer .campaign-footer-social .social-icons {
        text-align: center !important;
    }

    .footer.campaign-footer .campaign-footer-links p {
        text-align: right !important;
    }
}

.footer.campaign-footer .footer-bottom p {
    margin: 5px 0 0 0;
}

/* Statistic Module */

.statistic-holder {
    max-width: 280px;
    margin:0 auto;
}

/* Resources */

.campaign-resources .resource-block {
    min-height: 190px;
    padding-right: 15%;
}

.campaign-resources .cell > a {
    height: 100% !important;
}

@media print, screen and (min-width: 64em) {
    .campaign-resources .cell.small-12.medium-6.large-4:nth-child(n+4) {
        margin-top: 50px;
        margin-bottom: 0;
    }
}

@media (max-width: 63.99em) and (min-width: 40em) {
    .campaign-resources .cell.small-12.medium-6.large-4:nth-child(n+3) {
        margin-top: 50px;
        margin-bottom: 0;
    }
}

/* Featured Case Studies */

.featured-casestudies .slider-holder {
    padding: 0 !important;
}

.featured-casestudies .slick-slide {
    padding: 0 15px;
    height: auto;
}

.featured-casestudies .casestudy-card {
    height: 100%;
    margin: 0 10px;
    padding: 50px 40px;
    border-radius: 12px;
    background-image: linear-gradient(0.67deg, #F4F2F4 0%, #FFFFFF 100%);
    box-shadow: 2px 4px 10px 0 rgba(66,79,98,0.2);
}

.featured-casestudies .casestudy-card .button {
    margin: 0;
}

.featured-casestudies .casestudy-card > div {
    height: 100%;
}

.featured-casestudies .intro-text {
    margin-bottom: 46px;
}

.featured-casestudies .intro-text h2 {
    color: #0E6488;
    font-size: 40px;
    letter-spacing: 1.05px;
    line-height: 48px;
    text-align: center;
    font-weight: bold;
}

.featured-casestudies .card-title {
    font-size: 18px;
    line-height: 24px;
    color: #424F62;
    font-weight: bold;
    margin-bottom: 25px;
    text-transform: inherit;
}

.featured-casestudies .card-description {
    color: #0E6488;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}

.featured-casestudies .section-button {
    padding-top: 54px;
}

@media screen and (min-width: 64em) {
   .featured-casestudies .section-button {
        padding-top: 25px;
    }
}


.featured-casestudies .thumb-holder {
    background: no-repeat center center transparent;
    background-size: cover;
    padding-right: .625rem;
    padding-left: .625rem;
    margin:0 .625rem 1.5rem .625rem;
}

.featured-casestudies .thumb-holder img {
    opacity: 0;
}

@media screen and (min-width: 40em) {
    .featured-casestudies .thumb-holder {
        padding-right: 0;
        padding-left: 0;
        margin: 0;
    }
}



/* InforGraphic Step by Step */

.infographic-step {
    position: relative;
}

.infographic-step .infographic-card {
    position: relative;
    z-index: 2;
    margin: 0 10px;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 2px 3px 10px 0 rgba(66,79,98,0.2);
    background-image: linear-gradient(30.58deg, #F4F2F4 0%, #FFFFFF 100%);
}

.infographic-step .infographic-card .button {
    margin: 0 0 20px 0;
}

.infographic-step .intro-text {
    margin-bottom: 40px;
}

.infographic-step .card-title {
    color: #0E6488;
    font-size: 40px;
    letter-spacing: 1.05px;
    line-height: 48px;
    font-weight: normal;
    margin: 0 0 35px 0;
}

.infographic-step p,
.infographic-step .infographic-card ul li {
    color: #424F62;
    font-size: 14px;
    line-height: 24px;
}

.infographic-step p {
    margin: 0 0 5px 0;
}

.infographic-step .infographic-card ul li {
    padding-left: 20px;
}

.infographic-step .infographic-card ul {
    margin: 0 0 25px 0;
}

.infographic-step .infographic-card ul li:before {
    color: #b3cc57;
    top: 0;
}

.infographic-step .section-button {
    padding-top: 50px;
}

@media screen and (min-width: 40em) {
    .infographic-step .thumb-holder + .cell {
        padding-left: 1.875rem;
    }
}

.infographic-step .thumb-holder {
    background: no-repeat center center transparent;
    background-size: cover;
}

.infographic-step .thumb-holder img {
    opacity: 0;
}

@media screen and (min-width: 40em) {

}


/* custom sliders */

.custom-card-slider {
    list-style-type: none;
    text-align: center;
    display: block;
    position: relative;
}

.custom-card-slider.slick-dotted {
    margin-bottom: 0px;
}

.custom-card-slider .slick-prev,.custom-card-slider .slick-next {
    height: 60px;
    width: 60px;
    opacity: 0;
}

.custom-card-slider .slick-prev:before,.custom-card-slider .slick-next:before {
    font-size: 60px;
}

.custom-card-slider.slick-dotted {
    padding-bottom: 80px;
    margin-left: -.625rem;
    margin-right: -.625rem;
}

@media print,screen and (min-width: 64em) {
    .custom-card-slider.slick-dotted {
        padding-bottom: 105px;
    }
}


.custom-card-slider li {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

.custom-card-slider .slick-track {
    padding: 0;
    display: flex;
}

.custom-card-slider .slick-dots {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-left: 0;
    bottom: 0;
}

.custom-card-slider .slick-dots li {
    display: inline-block !important;
    width: auto;
    height: auto;
    padding: 2px 0;
    display: inline-block;
    margin: 10px 5px;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    cursor: pointer;
}

.custom-card-slider .slick-dots li.slick-active button {
    background-color: #abc74a;
}

.custom-card-slider .slick-dots li button {
    width: 50px;
    margin: 0 auto;
    text-align: center;
    height: 8px;
    padding: 0;
    background-color: #c4c1c4;
    border-radius: 7px;
    list-style: none;
    display: inline-block;
}

.custom-card-slider .slick-dots li button:before {
    display: none;
}

.custom-card-slider .slick-prev, .custom-card-slider .slick-next {
    top: calc(50% - 56px);
}

@media print,screen and (min-width: 40em) {
    .custom-card-slider.slick-dotted {
        margin-bottom: 0;
        margin-left: -.9375rem;
        margin-right: -.9375rem;
    }
}

@media print,screen and (min-width: 64em) {
    .custom-card-slider .slick-dots li {
        padding:20px 0;
        margin: 20px 5px;
    }

    .custom-card-slider .slick-dots li button {
        width: 100px;
    }
}

@media screen and (min-width: 75em) {
    .custom-card-slider .slick-prev,.custom-card-slider .slick-next {
        opacity:1;
    }

    .custom-card-slider .slick-prev {
        left: -60px;
    }

    .custom-card-slider [dir=rtl] .slick-prev {
        right: -40px;
    }

    .custom-card-slider .slick-next {
        right: -40px;
    }

    .custom-card-slider [dir=rtl] .slick-next {
        left: -60px;
    }
}

@media screen and (min-width: 90em) {
    .custom-card-slider .slick-prev {
        left:-90px;
    }

    .custom-card-slider [dir=rtl] .slick-prev {
        right: -90px;
    }

    .custom-card-slider .slick-next {
        right: -90px;
    }

    .custom-card-slider [dir=rtl] .slick-next {
        left: -90px;
    }
}
