/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::after,
*::before {
  box-sizing: inherit;
}

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  /* overflow-x: hidden; */
  height: 100%;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

a[href]:hover {
  text-decoration: underline;
}

a[href][class*="btn"] {
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}


.text-normal {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-semi-bold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.text-light {
  font-weight: 300;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* spacing classes */

.mb-5 {
  margin-bottom: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.mt-5 {
  margin-top: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.pt-10 {
  padding-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.pt-15 {
  padding-bottom: 15px;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 25px;
}

h1 {
  font-size: 28px;
  letter-spacing: 0.025em;
}

@media (min-width: 480px) {
  h1 {
    font-size: 32px;
  }
}

@media (min-width: 596px) {
  h1 {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 44px;
  }
}

@media (min-width: 1241px) {
  h1 {
    font-size: 47px;
  }
}

h2 {
  font-size: 20px;
  letter-spacing: 0.005em;
}

@media (min-width: 480px) {
  h2 {
    font-size: 24px;
  }
}

@media (min-width: 596px) {
  h2 {
    font-size: 26px;
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 34px;
  }
}

@media (min-width: 1241px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 24px;
}

@media (min-width: 480px) {
  h3 {
    font-size: 26px;
  }
}

@media (min-width: 596px) {
  h3 {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  h3 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}

@media (min-width: 1241px) {
  h3 {
    font-size: 34px;
  }
}

h4 {
  font-size: 20px;
}

@media (min-width: 480px) {
  h4 {
    font-size: 22px;
  }
}

@media (min-width: 596px) {
  h4 {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  h4 {
    font-size: 26px;
  }
}

@media (min-width: 1024px) {
  h4 {
    font-size: 28px;
  }
}

@media (min-width: 1241px) {
  h4 {
    font-size: 30px;
  }
}

h5 {
  font-size: 16px;
}

@media (min-width: 480px) {
  h5 {
    font-size: 18px;
  }
}

@media (min-width: 596px) {
  h5 {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  h5 {
    font-size: 23px;
  }
}

@media (min-width: 1024px) {
  h5 {
    font-size: 24px;
  }
}

@media (min-width: 1241px) {
  h5 {
    font-size: 26px;
  }
}

h6 {
  font-size: 15px;
}

@media (min-width: 480px) {
  h6 {
    font-size: 16px;
  }
}

@media (min-width: 596px) {
  h6 {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  h6 {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  h6 {
    font-size: 22px;
  }
}

@media (min-width: 1241px) {
  h6 {
    font-size: 24px;
  }
}

p {
  color: currentColor;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  padding-bottom: 20px;
}

p:last-child {
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  p {
    font-size: 16px;
  }
}

.no-wrap {
  white-space: nowrap !important;
}

.bold-text {
  font-weight: 700 !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

@media all and (max-width: 480px) {
  .text-sm-center {
    text-align: center;
  }
}

.text-40-bold {
  font-size: 40px;
  font-weight: 700;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave {
  opacity: 0;
}

.fade-days-enter-active,
.fade-filters-enter-active {
  transition: opacity 0.5s linear, transform 0.5s cubic-bezier(0.2, 0.5, 0.1, 1);
}

.fade-days-leave-active,
.fade-filters-leave-active {
  transition: opacity 0.4s linear, transform 0.4s cubic-bezier(0.5, 0, 0.7, 0.4);
}

.fade-days-enter,
.fade-days-leave-to,
.fade-filters-enter,
.fade-filters-leave-to {
  opacity: 0;
}

.fade-days-enter-active {
  transition-delay: calc(0.2s * var(--i));
}

.fade-days-leave-active {
  transition-delay: calc(0.2s * (var(--totalDays) - var(--i)));
}

.fade-days-enter {
  transform: translateY(-1em);
}

.fade-days-leave {
  transform: translateY(1em);
}

.fade-filters-enter-active {
  transition-delay: calc(0.025s * var(--f));
}

.fade-filters-leave-active {
  transition-delay: calc(0.025s * (var(--totalFilters) - var(--f)));
}

.fade-filters-enter {
  transform: translateX(-1em);
}

.fade-filters-leave {
  transform: translateX(1em);
}

@keyframes hidetopnav {
  0% {
    opacity: 1;
    transform: scale(1);
    animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(0.7);
  }
}

@keyframes showtopnav {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: scale(1);
    animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
  }
}

.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

* {
  font-family: "HCo Gotham", Verdana, sans-serif;
  font-weight: 300;
}

:focus {
  outline: none !important;
  outline-color: transparent !important;
  outline-style: none !important;
  outline-width: 0 !important;
}

body {
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent;
}

body.no-scroll {
  height: 100vh;
  overflow-y: hidden;
}

body.no-scroll.main {
  position: fixed;
  width: 100%;
}

body.disable-scroll{
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

main {
  position: relative;
}

a {
  color: #4287d6;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline-width: 0;
}

.hide {
  display: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  display: block;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}

.bg-img {
  background-repeat: no-repeat;
  overflow: hidden;
}

img.countryFlag {
  height: 12px;
  font-size: 5px;
}

.no-padding-top {
  padding-top: 0 !important;
}

.p-bolder-blue-clr {
  color: #00ace0;
  font-weight: 600;
}


.underline-link {
  text-decoration: underline;
  font-weight: 400;
}

.white-text-color {
  color: #fff;
}

.red-text-color {
  color: red;
  font-weight: 400;
}

.text-justify {
  text-align: justify !important;
}

.customize-table {
  border: 1px solid #000;
}

.red-bolder-text {
  color: red;
  font-weight: bold;
}

.customize-table tr td {
  border: 1px solid #000;
  padding: 5px;
}

.med-grey {
  background-color: #eee !important;
}

.bg-white {
  background-color: #fff !important;
}

.pos-rel {
  position: relative;
}

.pos-absl {
  position: absolute;
}

button:focus {
  outline: none;
}

button::-moz-focus-inner {
  outline: 0;
}

.btn,
.menu-btn,
.red-btn,
.grey-btn,
.grey-btn-reverse,
.blue-btn,
.black-btn,
.pink-btn,
.orange-btn,
.white-btn,
.cornflower-blue-btn,
.red-white-btn,
.transparent-btn,
.transparent-white-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-transform: capitalize;
  border-width: 2px;
  border-style: solid;
  border-color: #000;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  transition: color 0.3s, background 0.3s, border 0.3s;
}

@media (min-width: 596px) {

  .btn,
  .menu-btn,
  .red-btn,
  .grey-btn,
  .grey-btn-reverse,
  .blue-btn,
  .black-btn,
  .pink-btn,
  .orange-btn,
  .white-btn,
  .cornflower-blue-btn,
  .red-white-btn,
  .transparent-btn,
  .transparent-white-btn {
    padding: 14px 20px;
    font-size: 16px;
  }
}

@media (min-width: 992px) {

  .btn,
  .menu-btn,
  .red-btn,
  .grey-btn,
  .grey-btn-reverse,
  .blue-btn,
  .black-btn,
  .pink-btn,
  .orange-btn,
  .white-btn,
  .cornflower-blue-btn,
  .red-white-btn,
  .transparent-btn,
  .transparent-white-btn {
    padding: 15px 30px;
    font-size: 18px;
  }
}

.btn:focus,
.menu-btn:focus,
.red-btn:focus,
.grey-btn:focus,
.grey-btn-reverse:focus,
.blue-btn:focus,
.black-btn:focus,
.pink-btn:focus,
.orange-btn:focus,
.white-btn:focus,
.cornflower-blue-btn:focus,
.red-white-btn:focus,
.transparent-btn:focus,
.transparent-white-btn:focus,
.btn::-moz-focus-inner,
.menu-btn::-moz-focus-inner,
.red-btn::-moz-focus-inner,
.grey-btn::-moz-focus-inner,
.grey-btn-reverse::-moz-focus-inner,
.blue-btn::-moz-focus-inner,
.black-btn::-moz-focus-inner,
.pink-btn::-moz-focus-inner,
.orange-btn::-moz-focus-inner,
.white-btn::-moz-focus-inner,
.red-white-btn::-moz-focus-inner,
.transparent-btn::-moz-focus-inner,
.transparent-white-btn::-moz-focus-inner {
  outline: none;
}

/* 
.btn:hover, .menu-btn:hover, .red-btn:hover, .grey-btn:hover, .grey-btn-reverse:hover, .blue-btn:hover, .black-btn:hover, .pink-btn:hover, .orange-btn:hover, .white-btn:hover, .red-white-btn:hover, .transparent-btn:hover, .transparent-white-btn:hover {
  color: #fff;
  background-color: #000
} */

.with-icon:after,
.menu-btn.free-trial:after,
.menu-btn.download-icon:after {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 6px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.3s;
}

@media (min-width: 992px) {

  .with-icon:after,
  .menu-btn.free-trial:after,
  .menu-btn.download-icon:after {
    width: 19px;
    height: 19px;
    margin-left: 8px;
  }
}

.menu-btn {
  padding: 10px 12px;
  margin-top: 10px;
  color: #333;
  font-size: 16px;
  background-color: transparent;
  border-color: #333;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .menu-btn {
    margin-top: 0;
    font-size: 14px;
  }

}

@media (min-width: 1024px) {
  .menu-btn {
    padding: 12px 10px;
    font-size: 16px;
  }
}

@media (min-width: 1241px) {
  .menu-btn {
    padding: 12px 15px;
  }
}

.menu-btn:not(:last-child) {
  margin-right: 10px;
}

.menu-btn.free-trial:after,
.menu-btn.download-icon:after {
  width: 19px;
  height: 19px;
  margin-left: 6px;
}

.menu-btn.free-trial:hover {
  color: #fff;
  background-color: #000;
}

.menu-btn.free-trial.blue-btn {
  color: #fff;
  background-color: #4287d6;
}

.menu-btn.free-trial.blue-btn:hover {
  color: #4287d6;
  background-color: #fff;
}

.red-btn {
  color: #fff;
  background-color: #ea2328;
  border-color: #ea2328;
}

.red-btn:hover {
  color: #ea2328;
  background-color: transparent;
}

.red-btn:disabled {
  opacity: 0.6;
}

.red-btn:disabled:hover {
  color: #fff;
  background-color: #ea2328;
}

.grey-btn {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.grey-btn:hover {
  color: #666;
  background-color: transparent;
}

.grey-btn:disabled {
  opacity: 0.6;
}

.grey-btn:disabled:hover {
  color: #fff;
  background-color: #666;
}

.grey-btn-reverse {
  color: #666;
  background-color: #fff;
  border-color: #666;
}

.grey-btn-reverse:hover {
  color: #fff;
  background-color: #666;
}

.grey-btn-reverse:disabled {
  opacity: 0.6;
}

.grey-btn-reverse:disabled:hover {
  color: #fff;
  background-color: #666;
}

.blue-btn {
  color: #fff;
  background-color: #4287d6;
  border-color: #4287d6;
}

.blue-btn:hover {
  color: #4287d6;
  background-color: transparent;
}

.blue-btn:disabled {
  opacity: 0.6;
}

.blue-btn:disabled:hover {
  color: #fff;
  background-color: #4287d6;
}

.black-btn {
  color: #fff !important;
  background-color: #000;
  border-color: #000;
}

.black-btn:hover {
  color: #000 !important;
  background-color: #fff;
}

.black-btn:disabled {
  opacity: 0.6;
}

.black-btn:disabled:hover {
  color: #fff;
  background-color: #000;
}

.pink-btn {
  color: #fff !important;
  background-color: #eb4971;
  border-color: #eb4971;
}

.pink-btn:hover {
  color: #eb4971 !important;
  background-color: #fff;
}

.pink-btn:disabled {
  opacity: 0.6;
}

.pink-btn:disabled:hover {
  color: #fff;
  background-color: #eb4971;
}

.orange-btn {
  color: #fff !important;
  background-color: #fc9c0c;
  border-color: #fc9c0c;
}

.orange-btn:hover {
  color: #fc9c0c !important;
  background-color: #fff;
}

.orange-btn:disabled {
  opacity: 0.6;
}

.orange-btn:disabled:hover {
  color: #fff;
  background-color: #fc9c0c;
}

.white-btn {
  color: #ea2328;
  background-color: #fff;
  border-color: #fff;
}


.cornflower-blue-btn {
  background: #fff;
  color: #7383DD;
  border-color: #fff;
}

.cornflower-blue-btn:hover,
.white-btn:hover {
  color: #fff;
  background-color: transparent;
}


.red-white-btn {
  color: #ea2328;
  border-color: #ea2328;
  background-color: #fff;
}

.red-white-btn:hover {
  color: #fff;
  background-color: #ea2328;
}

.transparent-btn {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}


.orange-transparent:hover {
  background: #fff;
  color: #FA9439;
}

.black-transparent:hover {
  background: #fff;
  color: #000;
}


.transparent-btn:hover {
  background-color: #EA2328;
  border-color: #EA2328;
  color: #fff;
}

.transparent-white-btn {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.transparent-white-btn:hover {
  color: #4287d6;
  background-color: #fff;
}

.a11y-hide {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
}

.a11y-hide:focus {
  width: auto;
  height: auto;
  clip: auto;
  position: static;
}

.product-cta-block {
  padding: 20px 0;
  text-align: center;
}

/* .product-cta-block .container {
  max-width: 1180px;
} */
.product-cta-block p:empty {
  display: none;
}

.product-cta-block.yellow-gradient a.transparent-btn:hover {
  color: #ee595e;
}

.product-cta-block .row-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.violator-block {
  padding: 35px 0;
}

.violator-block .row-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

@media all and (min-width: 992px) {
  .violator-block h3 {
    margin-bottom: 0;
  }

  .product-cta-block .row-block,
  .violator-block .row-block {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

.product-cta-block .content {
  float: left;
  width: 100%;
}

@media (min-width: 596px) {
  .product-cta-block .content {
    width: calc(100% - 320px);
  }
}

@media (min-width: 768px) {
  .product-cta-block .content {
    width: calc(100% - 380px);
    padding-right: 10px;
  }
}

.product-cta-block .content h6 {
  width: auto;
}

.product-cta-block h6 {
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.6px;
}

.product-cta-block h3 {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .product-cta-block h6 {
    float: left;
    width: auto;
    font-size: 20px;
    text-align: left;
    font-weight: 400;
  }
}

/* @media screen and (max-width: 768px) {
  .product-cta-block h6 {
    float: left;
    text-align: left;
    width: auto;
    font-size: 20px;
    text-align: center;
  }
} */
.product-cta-block a {
  float: none;
  padding: 10px 20px 10px;
  border: 1px solid #fff;
}

.product-cta-block .button {
  width: 100%;
  margin-top: 15px;
}

@media (min-width: 596px) {
  .product-cta-block a {
    padding: 14px 20px 14px;
  }
}

@media (min-width: 768px) {
  .product-cta-block a {
    float: right;
    padding: 17px 30px 15px 29px;
    margin-left: 15px;
  }
}

.product-cta-block a:last-child {
  margin-left: 15px;
}

@media (min-width: 768px) {
  .product-cta-block a:last-child {
    margin-left: 0;
  }
}

@media all and (min-width:992px) {
  .product-cta-block .button {
    width: auto;
    margin-top: 0px;
  }
}

.product-cta-block a.transparent-btn:hover {
  color: #a372dc;
  background: #fff;
  border: 1px solid #fff;
}


.product-cta-block .button a:first-child {
  float: none;
  margin-left: 0;
}

@media all and (min-width: 992px) {
  .product-cta-block .button a:last-child {
    margin-left: 10px;
  }
}

.generic-events .col-three-outer .col-three {
  padding: 0 5px;
  overflow: hidden;
}

.generic-events .col-three .inner-content {
  padding: 40px 35px 0 35px;
  display: inline-block;
  width: 100%;
}

.license-agreement-pages-heading::after {
  content: hidden;
}

/* .generic-table-intro p{ 
font-weight:400;
padding-bottom: 10px;
} */

.generic-events .blogs-column .col-three .inner-content {
  min-height: 400px;
}

.generic-events .articles-column .col-three .inner-content {
  min-height: 400px;
}

.generic-events .event-info {
  float: left;
  width: 100%;
}

.generic-events h2 {
  font-size: 48px;
  padding: 37px 0 30px;
  letter-spacing: -0.025em;
}

.generic-events .event-icon {
  width: 52px;
  display: inline-block;
  height: 48px;
}

.dark-blue {
  background: #4287D6;
}

.generic-events .inner-content .right {
  position: relative;
}

.generic-events .inner-box {
  float: left;
  width: 100%;
  position: relative;
  margin: 16px 0 8px;
  padding-bottom: 27px;
  overflow: hidden;
}

.generic-events .inner-content .right a {
  position: relative;
  margin-right: 17px;
  margin: 0;
  font-size: 16px;
  color: #4287d6;
  font-family: "HCo Gotham", Verdana, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.generic-events .inner-box h6 {
  position: relative;
  font-family: "HCo Gotham", Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 7px 0 32px;
  color: #333;
  line-height: 1.2;
}

.generic-events .inner-box p {
  font-family: "HCo Gotham", Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
}

/* 
.generic-events .blue-link {
  margin: 18px auto 10px;
  position: relative;
  display: inline-block;
  color: #4287D6;
  font-weight: 700
} */

.generic-events .inner-box h6:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #bfbfbf;
  width: 55%;
  bottom: 16px;
  left: 0;
}

.generic-events .inner-box .hover-state {
  position: absolute;
  opacity: 0;
  top: 100%;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.generic-events .col-three .inner-box .hover-off {
  position: relative;
  opacity: 1;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.generic-events .col-three:hover .inner-box .hover-off {
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  opacity: 0;
}

.generic-events .col-three:hover .inner-box .hover-state {
  top: 0;
  opacity: 1;
}

@media screen and (max-width: 1224px) and (min-width: 1024px) {
  .generic-events .col-three .inner-content {
    padding: 40px 30px 0;
  }

  .generic-events .inner-box {
    margin: 10px 0;
  }

  /* .generic-events {
    padding: 40px 0 60px
  } */

  .generic-events h2 {
    padding: 20px 0 30px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  /* .generic-events {
    padding: 40px 0
  } */

  .generic-events h2 {
    font-size: 34px;
    padding: 0 0 30px;
  }

  .generic-events .inner-box {
    padding: 0;
    padding-bottom: 27px;
    margin: 10px 0 6px;
  }

  .generic-events .inner-content>.text-right {
    padding-bottom: 5px;
  }

  .generic-events .col-three .inner-content {
    padding: 40px 15px 0;
  }

  .generic-events .inner-box p {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .generic-events .col-three-outer .col-three {
    margin-bottom: 10px;
    padding: 0;
  }

  .generic-events .col-three .inner-content {
    padding: 40px 40px 0;
  }

  .generic-events .blogs-column .col-three .inner-content {
    min-height: 260px;
  }

  .generic-events .articles-column .col-three .inner-content {
    min-height: 200px;
  }
}

@media screen and (max-width: 767px) and (min-width: 596px) {
  /* .generic-events {
    padding: 40px 0 30px
  } */

  .generic-events h2 {
    font-size: 32px;
    padding: 0 0 30px;
  }

  .generic-events .inner-box {
    padding: 0;
    margin: 10px 0 6px;
    padding-bottom: 25px;
  }

  .generic-events .row>div .inner-content {
    padding: 20px 10px;
  }

  .generic-events .inner-content>.text-right a,
  .generic-events .eventdate {
    font-size: 14px;
  }

  .generic-events .inner-box p {
    font-size: 15px;
  }

  .generic-events .inner-content>.text-right {
    padding-bottom: 5px;
  }

  .generic-events .container {
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (max-width: 595px) {
  /* .generic-events {
    padding: 30px 0 20px
  } */

  .generic-events h2 {
    padding: 0 0 20px;
  }

  .generic-events .inner-content>.text-right a,
  .generic-eventss .eventdate {
    font-size: 14px;
  }

  .generic-events .inner-box p {
    font-size: 15px;
  }

  .generic-events .blogs-column .inner-box p {
    font-size: 14px;
  }

  .generic-events .col-three-outer {
    padding: 0;
  }

  .generic-events .inner-box {
    padding: 0;
    padding-bottom: 20px;
    margin: 10px 0 6px;
  }
}

@media screen and (max-width: 595px) and (min-width: 576px) {
  .generic-events .inner-box {
    padding: 0;
    padding-bottom: 20px;
    margin: 10px 0 6px;
  }

  .generic-events .row>div .inner-content {
    padding: 20px 10px;
  }

  .generic-events .inner-content>.text-right {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 575px) {
  .generic-events .row>div .inner-content {
    padding: 20px;
    margin: 10px;
  }
}

@media screen and (max-width: 595px) and (min-width: 481px) {
  .generic-events h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  .generic-events h2 {
    font-size: 24px;
  }

  .generic-events .col-three .inner-content {
    padding: 20px 20px 0;
  }
}

@media screen and (max-width: 595px) {
  .generic-events .blogs-column .col-three .inner-content {
    min-height: 280px;
  }

  .generic-events .articles-column .col-three .inner-content {
    min-height: 250px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .generic-events .articles-column .col-three .inner-content {
    min-height: 450px;
  }
}

.get-started {
  padding: 30px 0;
  background-color: #ea2328;
}

/* 
@media (min-width: 596px) {
  .get-started {
    padding: 40px 0
  }
}
*/

.get-started h4 {
  color: #fff;
  font-weight: 300;
}

/* .get-started .container {
  max-width: 1220px;
} */

.get-started .get-inner-content {
  width: 100%;
  text-align: center;
}

.get-started .row-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .get-started .row-block {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
}

.get-started h3 {
  color: #fff;
  font-size: 20px;
  font-family: "HCo Gotham", Verdana, sans-serif;
  font-style: normal;
  font-weight: 300;
  width: 100%;
  margin: 0 auto 20px;
  /* padding-top: 0; */
  text-align: center;
  line-height: 1.5;
}

.get-started .button {
  flex-shrink: 0;
}

@media (min-width: 596px) {

  .get-started h3 {
    font-size: 22px;
  }

  .get-started .button {
    margin-left: 30px;
  }
}

@media (min-width: 768px) {
  .get-started h3 {
    /* padding: 22px 0; */
    font-size: 23px;
  }
}

@media all and (min-width: 992px) {
  .get-started h3 {
    text-align: left;
    margin-bottom: 0;
    font-size: 26px;
  }
}

@media (min-width: 1241px) {
  .get-started h3 {
    /* padding: 13px 0 27px; */
    font-size: 34px;
  }
}

.get-started .white-btn {
  display: inline-block;
  /* margin: 10px 0; */
}

.get-started a.right {
  float: none;
  text-align: center;
  font-size: 14px;
  padding: 15px 20px;
  margin-top: 10px;
}

@media (min-width: 596px) {
  .get-started a.right {
    font-size: 15px;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .get-started a.right {
    float: right;
  }
}

.get-started a.right.mobile-button-align {
  float: none;
  text-align: center;
}

/*  Default reset margin & padding */

.m-0 {
  margin: 0;
}

.mt-0 {
  margin: 0;
}

.mb-0 {
  margin: 0;
}

@media (min-width: 768px) {
  .m-sm {
    margin: 0;
  }

  .mt-sm-0 {
    margin: 0;
  }

  .mb-sm-0 {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .m-md {
    margin: 0;
  }

  .mt-md-0 {
    margin: 0;
  }

  .mb-md-0 {
    margin: 0;
  }
}

@media (min-width: 1169px) {
  .m-lg {
    margin: 0;
  }

  .mt-lg-0 {
    margin: 0;
  }

  .mb-lg-0 {
    margin: 0;
  }
}

.Light-theme {
  color: #000;
}

.Dark-theme {
  color: #fff;
}

/*  now-started common */
.now-started {
  background: #EA2328;
  padding: 48px;
}

.now-started h4,
.now-started p {
  color: white;
}


/* comman css for the content-with-image components */

.content-with-image p {
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .content-with-image p {
    font-size: 18px;
  }
}

.switcher .selected,
.switcher .option{
  z-index: 99 !important;
}

.main_wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}
.flex-1{
  flex: 1;
}