@charset "UTF-8";
@font-face {
  font-family: body-font;
  src: url("../fonts/OpenSans-Regular.ttf");
}
@font-face {
  font-family: header-font;
  src: url("../fonts/OpenSans-Bold.ttf");
}
/* line 6, ../scss/_slick_slider.scss */
.slick-slider-container h1, .slick-slider-container p {
  color: #fff;
}
/* line 7, ../scss/_slick_slider.scss */
.slick-slider-container h1 {
  font-size: 3.5em;
  text-align: center;
}
@media screen and (max-width: 64.0625em) {
  /* line 9, ../scss/_slick_slider.scss */
  .slick-slider-container h1 {
    font-size: 3em;
  }
}
@media screen and (max-width: 40.0625em) {
  /* line 12, ../scss/_slick_slider.scss */
  .slick-slider-container h1 {
    font-size: 2em;
  }
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/regular-icons.ttf") format("truetype");
}
/* Slider */
/* line 27, ../scss/_slick_slider.scss */
.slick-loading .slick-list {
  background: #fff center center no-repeat;
  /*url('./ajax-loader.gif')*/
}

/* Arrows */
/* line 32, ../scss/_slick_slider.scss */
.slick-prev, .slick-next {
  font-size: 20px;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 900;
}
/* line 38, ../scss/_slick_slider.scss */
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 44, ../scss/_slick_slider.scss */
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
/* line 47, ../scss/_slick_slider.scss */
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
/* line 51, ../scss/_slick_slider.scss */
.slick-prev .slick-disabled:before, .slick-next .slick-disabled:before {
  opacity: .25;
}

/* line 57, ../scss/_slick_slider.scss */
.slick-prev {
  left: 25px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -moz-transform: rotate(-90deg);
  /* Firefox */
  -webkit-transform: rotate(-90deg);
  /* Safari and Chrome */
  -o-transform: rotate(-90deg);
  /* Opera */
}
/* line 61, ../scss/_slick_slider.scss */
.slick-prev::before {
  content: 'u';
}

/* line 66, ../scss/_slick_slider.scss */
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
/* line 70, ../scss/_slick_slider.scss */
[dir='rtl'] .slick-prev:before {
  content: 'u';
}

/* line 75, ../scss/_slick_slider.scss */
.slick-next {
  right: 25px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -moz-transform: rotate(-90deg);
  /* Firefox */
  -webkit-transform: rotate(-90deg);
  /* Safari and Chrome */
  -o-transform: rotate(-90deg);
  /* Opera */
}
/* line 79, ../scss/_slick_slider.scss */
.slick-next::before {
  content: 'd';
}

/* line 84, ../scss/_slick_slider.scss */
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
/* line 88, ../scss/_slick_slider.scss */
[dir='rtl'] .slick-next:before {
  content: 'd';
}

/* Dots */
/* line 96, ../scss/_slick_slider.scss */
.slick-slider .slick-slide {
  height: 60vh;
  background-position: center center;
  padding-top: 20vh;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 102, ../scss/_slick_slider.scss */
.slick-slider .slick-slide p {
  font-size: 1.1em;
}

/* line 106, ../scss/_slick_slider.scss */
.slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 4px 0;
}
/* line 110, ../scss/_slick_slider.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}
/* line 113, ../scss/_slick_slider.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
/* line 117, ../scss/_slick_slider.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 120, ../scss/_slick_slider.scss */
.slick-dots li button:before {
  font-family: 'slick' !important;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'r';
  text-align: center;
  opacity: .8;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 131, ../scss/_slick_slider.scss */
.slick-dots .slick-active button:before {
  opacity: .75;
  color: #fff;
}

/* line 5, ../scss/stylesheet.scss */
.secondary-color {
  color: #a9cf46;
}

/* line 8, ../scss/stylesheet.scss */
.rotate-right {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
}

/* line 11, ../scss/stylesheet.scss */
* {
  outline: 0 none;
  border: none;
}

/* line 15, ../scss/stylesheet.scss */
input[type="text"], textarea {
  margin-bottom: 0.5em !important;
}

/* line 16, ../scss/stylesheet.scss */
.authError {
  color: red;
  margin-bottom: 0.5em;
}

/* line 17, ../scss/stylesheet.scss */
body {
  overflow-x: hidden;
  font-family: body-font;
  font-weight: 400;
  color: #fff;
  background-color: #fff;
}

/* line 24, ../scss/stylesheet.scss */
button {
  padding: 0.5em 1.8em;
  border-radius: 18px;
  margin-bottom: 0.1em;
}

/* line 25, ../scss/stylesheet.scss */
h1 {
  font-family: body-font, sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 2em;
  text-transform: capitalize;
  margin: 0;
  color: #272727;
}

/* line 35, ../scss/stylesheet.scss */
h2,
h3,
h4,
h5,
h6 {
  font-family: header-font;
  color: #000;
}

/* line 44, ../scss/stylesheet.scss */
i {
  vertical-align: middle;
}

/* line 47, ../scss/stylesheet.scss */
p {
  color: #000;
}

/* line 51, ../scss/stylesheet.scss */
.navbar {
  height: 4em;
  width: 100%;
  padding: 0.8em;
  position: fixed;
  z-index: 1000;
  background: #fff;
  top: 0;
  box-shadow: 0 8px 6px -6px black;
}
/* line 54, ../scss/stylesheet.scss */
.navbar .org-logo {
  vertical-align: middle;
  color: #2ba6cb;
  font-size: 1.5em;
}
/* line 55, ../scss/stylesheet.scss */
.navbar .top-heading {
  position: absolute;
  top: 50%;
  margin-top: -1.7em;
  left: 7em;
}
/* line 57, ../scss/stylesheet.scss */
.navbar .top-heading h1 {
  font-size: 1.6em;
}
/* line 59, ../scss/stylesheet.scss */
.navbar .menuMarker {
  margin-top: 0.5em;
  width: 2em;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
}
/* line 61, ../scss/stylesheet.scss */
.navbar .menuMarker + input[type=checkbox] {
  cursor: pointer;
  height: 2.5em;
  opacity: 0;
  position: absolute;
  right: 0.8em;
  top: 1em;
  width: 2.5em;
}
/* line 66, ../scss/stylesheet.scss */
.navbar #menu {
  position: absolute;
  right: 3em;
  top: 0.5em;
  margin-top: 0.8em;
}
/* line 69, ../scss/stylesheet.scss */
.navbar #menu li {
  display: inline-block;
  margin-left: 1em;
}
/* line 71, ../scss/stylesheet.scss */
.navbar #menu li a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  font-size: 0.9em;
}
/* line 74, ../scss/stylesheet.scss */
.navbar #menu li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  /* IE 9 */
  -moz-transform: scaleX(0);
  /* Firefox */
  -webkit-transform: scaleX(0);
  /* Safari and Chrome */
  -o-transform: scaleX(0);
  /* Opera */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/* line 80, ../scss/stylesheet.scss */
.navbar #menu li a:hover:before {
  visibility: visible;
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  /* IE 9 */
  -moz-transform: scaleX(1);
  /* Firefox */
  -webkit-transform: scaleX(1);
  /* Safari and Chrome */
  -o-transform: scaleX(1);
  /* Opera */
}
/* line 84, ../scss/stylesheet.scss */
.navbar #menu li .active {
  color: #fff;
}
/* line 85, ../scss/stylesheet.scss */
.navbar #menu li :hover {
  color: #4385f5;
}

/* line 92, ../scss/stylesheet.scss */
.rightNavOverlay {
  width: 100%;
  height: 150vh;
  background-color: #000;
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: 1100;
  display: none;
}

/* line 94, ../scss/stylesheet.scss */
.rightNavOverlayActive {
  display: block;
}

/* General styles for all menus */
/* line 97, ../scss/stylesheet.scss */
.cbp-spmenu {
  background: #fff;
  position: fixed;
  overflow-y: auto;
  box-shadow: 1px 0px 10px -1px #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*display: inline-block;*/
}
/* line 100, ../scss/stylesheet.scss */
.cbp-spmenu h3 {
  background: none repeat scroll 0 0 #fff;
  color: #fff;
  font-size: 1.9em;
  font-weight: 300;
  margin: 0;
  padding: 1.3em 1.3em 1.3em 20px;
}
/* line 103, ../scss/stylesheet.scss */
.cbp-spmenu a {
  color: #373435;
  display: block;
  font-size: 1.1em;
  font-weight: 900;
  border-bottom: 1px solid #f1f1f1;
  padding: 1em;
  text-transform: uppercase;
}
/* line 106, ../scss/stylesheet.scss */
.cbp-spmenu a:hover {
  background: #f4f4f4;
}
/* line 107, ../scss/stylesheet.scss */
.cbp-spmenu a:active {
  background: #afdefa;
  color: #47a3da;
}
/* line 109, ../scss/stylesheet.scss */
.cbp-spmenu ul {
  margin: 0;
}
/* line 110, ../scss/stylesheet.scss */
.cbp-spmenu li {
  list-style: none;
}

/* Orientation-dependent styles for the content of the menu */
/* line 114, ../scss/stylesheet.scss */
.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1200;
}
/* line 117, ../scss/stylesheet.scss */
.cbp-spmenu-vertical a {
  border-bottom: 1px solid #f1f1f1;
  padding: 1em;
  text-transform: uppercase;
  font-weight: 400;
}
/* line 118, ../scss/stylesheet.scss */
.cbp-spmenu-vertical a.active {
  border-bottom: 2px solid #a9cf46;
  color: #4385f5;
}

/* Vertical menu that slides from the left or right */
/* line 122, ../scss/stylesheet.scss */
.cbp-spmenu-right {
  right: -250px;
}

/* line 123, ../scss/stylesheet.scss */
.cbp-spmenu-open {
  right: 0px;
}

/* line 125, ../scss/stylesheet.scss */
.top-padding {
  padding-top: 4em;
}

@media only screen and (max-width: 51.2em) {
  /* line 130, ../scss/stylesheet.scss */
  #menu {
    width: 100%;
    background: #00363f;
    position: static;
    display: none;
    text-align: center;
    padding: 1em;
    line-height: 2em;
    margin-top: -0.3em;
  }

  /* line 132, ../scss/stylesheet.scss */
  #menu li {
    margin-bottom: 1px;
    width: 100%;
    margin-left: 0px !important;
  }

  /* line 134, ../scss/stylesheet.scss */
  .menuMarker {
    display: block;
  }
}
@media only screen and (max-width: 51.2em) {
  /* line 141, ../scss/stylesheet.scss */
  .navbar .org-logo {
    margin-left: 1em;
  }
  /* line 142, ../scss/stylesheet.scss */
  .navbar .menuMarker {
    margin-top: 1em;
    width: 2em;
    margin-right: 0.5em;
    opacity: 1;
  }
  /* line 144, ../scss/stylesheet.scss */
  .navbar .menuMarker + input[type=checkbox] {
    margin-right: 1em;
    margin-top: 0.7em;
    width: 2.3em;
  }
}
@media only screen and (max-width: 40.0625em) {
  /* line 152, ../scss/stylesheet.scss */
  .navbar .top-heading {
    left: 5.5em;
    margin-top: -1.5em;
  }
  /* line 154, ../scss/stylesheet.scss */
  .navbar .top-heading h1 {
    font-size: 1.5em;
  }
}
/* line 160, ../scss/stylesheet.scss */
.home-pg {
  height: 60vh;
  position: relative;
}
/* line 161, ../scss/stylesheet.scss */
.home-pg .overlay {
  background: #000 none no-repeat scroll 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}

/* line 163, ../scss/stylesheet.scss */
.info-overlay {
  width: 100%;
  margin-top: -4em;
  position: absolute;
  top: 50%;
  left: 0;
}
/* line 164, ../scss/stylesheet.scss */
.info-overlay h1 {
  color: #fff;
}
/* line 165, ../scss/stylesheet.scss */
.info-overlay p {
  font-family: body-font;
  font-size: 1.3em;
  letter-spacing: 0.002em;
  text-align: center;
  color: #fff;
}

/* line 172, ../scss/stylesheet.scss */
#about-us {
  padding: 40px 0px;
  background-color: #e2e2e2;
}
/* line 175, ../scss/stylesheet.scss */
#about-us h2 {
  font-size: 1.8em;
}
/* line 176, ../scss/stylesheet.scss */
#about-us p {
  text-align: justify;
  font-family: body-font;
  font-size: 1em;
}
@media only screen and (max-width: 40.0625em) {
  /* line 180, ../scss/stylesheet.scss */
  #about-us .padding-zero {
    padding: 0;
  }
}

/* line 185, ../scss/stylesheet.scss */
#services {
  padding: 40px 0px;
}
/* line 186, ../scss/stylesheet.scss */
#services h2 {
  font-size: 1.8em;
}
/* line 187, ../scss/stylesheet.scss */
#services h3 {
  font-size: 1.5em;
  margin: 0.5em;
}
/* line 188, ../scss/stylesheet.scss */
#services .service-1-info {
  margin-bottom: 40px;
}
/* line 189, ../scss/stylesheet.scss */
#services .service-1-info p {
  text-align: justify;
  font-family: body-font;
  font-size: 1em;
}
/* line 191, ../scss/stylesheet.scss */
#services .service-1-img {
  width: 30%;
}
@media only screen and (max-width: 64.0625em) {
  /* line 194, ../scss/stylesheet.scss */
  #services .service-1-img {
    width: 50%;
  }
  /* line 195, ../scss/stylesheet.scss */
  #services .service-1-img .padding-zero {
    padding: 0;
  }
}
@media only screen and (max-width: 40.0625em) {
  /* line 199, ../scss/stylesheet.scss */
  #services .padding-zero {
    padding: 0;
  }
}

/* line 203, ../scss/stylesheet.scss */
.contact {
  background-image: url(../images/pexels-photo.jpg);
  position: relative;
  padding: 40px 0px;
}
/* line 205, ../scss/stylesheet.scss */
.contact .overlay {
  background: #000 none no-repeat scroll 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
/* line 206, ../scss/stylesheet.scss */
.contact h2 {
  font-size: 1.8em;
  color: #fff;
  font-family: header-font;
}
/* line 207, ../scss/stylesheet.scss */
.contact h3 {
  font-size: 1.3em;
  color: #fff;
  font-family: header-font;
}
/* line 208, ../scss/stylesheet.scss */
.contact p {
  color: #fff;
  font-size: 0.9em;
}
/* line 209, ../scss/stylesheet.scss */
.contact #contact-form {
  /*border-radius: 0.5em;*/
}
/* line 211, ../scss/stylesheet.scss */
.contact #contact-form input {
  height: 2em;
  margin-bottom: 0.5em;
  padding: 0 1em;
  font-size: 0.9em;
}
/* line 212, ../scss/stylesheet.scss */
.contact #contact-form textarea {
  resize: none !important;
  margin-bottom: 0.5em;
}
/* line 213, ../scss/stylesheet.scss */
.contact #contact-form div {
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 40.0625em) {
  /* line 216, ../scss/stylesheet.scss */
  .contact .small-padding-zero {
    padding: 0;
  }
}

/* line 221, ../scss/stylesheet.scss */
#footer {
  margin-bottom: 10px;
}
/* line 223, ../scss/stylesheet.scss */
#footer .left {
  color: #4385f5;
  margin-top: 10px;
  font-family: body-font;
  font-size: 0.9em;
  line-height: 0.7em;
}
/* line 230, ../scss/stylesheet.scss */
#footer .right {
  text-align: right;
  color: #4385f5;
  margin-top: 10px;
  font-family: body-font;
  font-size: 0.9em;
  line-height: 0.7;
}
@media only screen and (max-width: 40.0625em) {
  /* line 230, ../scss/stylesheet.scss */
  #footer .right {
    text-align: left;
  }
}

/*------ Event section ------------*/
/* line 245, ../scss/stylesheet.scss */
.event_section {
  background: #e2e2e2;
  position: relative;
}
/* line 249, ../scss/stylesheet.scss */
.event_section .events {
  color: #fff;
  padding: 40px 0px;
  position: relative;
}
/* line 251, ../scss/stylesheet.scss */
.event_section .events > div > h2 {
  color: #000;
  font-family: header-font;
  font-size: 1.8em;
}
/* line 253, ../scss/stylesheet.scss */
.event_section .events .event_type {
  display: inline-block;
}
/* line 254, ../scss/stylesheet.scss */
.event_section .events .event_type div {
  display: inline-block;
  padding: 0.3em 1em;
  font-family: header-font;
  cursor: pointer;
}
/* line 255, ../scss/stylesheet.scss */
.event_section .events .event_type > div:nth-of-type(1) {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #272727;
  transition: background-color 0.5s ease-in-out;
}
/* line 256, ../scss/stylesheet.scss */
.event_section .events .event_type > div:nth-of-type(2) {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #272727;
  transition: background-color 0.5s ease-in-out;
}
/* line 257, ../scss/stylesheet.scss */
.event_section .events .event_type > div:nth-of-type(1).active {
  background-color: #4385f5;
  transition: background-color 0.5s ease-in-out;
}
/* line 258, ../scss/stylesheet.scss */
.event_section .events .event_type > div:nth-of-type(2).active {
  background-color: #4385f5;
  transition: background-color 0.5s ease-in-out;
}
/* line 261, ../scss/stylesheet.scss */
.event_section .events .plan_slider {
  padding-top: 20px;
}
/* line 264, ../scss/stylesheet.scss */
.event_section .events .plan_slider.broadband-table {
  margin-top: -100em;
}
/* line 265, ../scss/stylesheet.scss */
.event_section .events .plan_slider.broadband-table.active {
  margin-top: -7em;
  display: block;
}
/* line 267, ../scss/stylesheet.scss */
.event_section .events .plan_slider .event_tile p {
  font-family: body-font;
  font-size: 1em;
}
/* line 268, ../scss/stylesheet.scss */
.event_section .events .plan_slider .event_tile #broadband-type .active {
  text-decoration: underline;
}
/* line 269, ../scss/stylesheet.scss */
.event_section .events .plan_slider .event_tile table {
  width: 100%;
  border: 1px solid #333;
}
/* line 270, ../scss/stylesheet.scss */
.event_section .events .plan_slider .event_tile table tr, .event_section .events .plan_slider .event_tile table td {
  border: 1px solid #333;
  text-align: center;
}
/* line 271, ../scss/stylesheet.scss */
.event_section .events .plan_slider .event_tile table th, .event_section .events .plan_slider .event_tile table td {
  font-family: body-font;
  font-size: 1em;
}
@media only screen and (max-width: 40.0625em) {
  /* line 273, ../scss/stylesheet.scss */
  .event_section .events .plan_slider .event_tile table th, .event_section .events .plan_slider .event_tile table td, .event_section .events .plan_slider .event_tile table tr {
    font-size: 0.95em;
  }
}
/* line 277, ../scss/stylesheet.scss */
.event_section .events .plan_slider .event_tile #unlimited-type th {
  background-color: #4585f5;
  border: 1px solid #333;
  color: #fff;
  text-align: center;
}
/* line 278, ../scss/stylesheet.scss */
.event_section .events .plan_slider .event_tile #unlimited-type tr:nth-child(odd) {
  background-color: #eee;
}
/* line 279, ../scss/stylesheet.scss */
.event_section .events .plan_slider .event_tile #unlimited-type tr:nth-child(even) {
  background-color: #fff;
}
/* line 282, ../scss/stylesheet.scss */
.event_section .events .plan_slider .event_tile #fup-type th {
  background-color: #0d449e;
  border: 1px solid #333;
  color: #fff;
  text-align: center;
}
/* line 283, ../scss/stylesheet.scss */
.event_section .events .plan_slider .event_tile #fup-type tr:nth-child(odd) {
  background-color: #eee;
}
/* line 284, ../scss/stylesheet.scss */
.event_section .events .plan_slider .event_tile #fup-type tr:nth-child(even) {
  background-color: #fff;
}
/* line 287, ../scss/stylesheet.scss */
.event_section .events .plan_slider .event_tile #limited-type th {
  background-color: #072a61;
  border: 1px solid #333;
  color: #fff;
  text-align: center;
}
/* line 288, ../scss/stylesheet.scss */
.event_section .events .plan_slider .event_tile #limited-type tr:nth-child(odd) {
  background-color: #eee;
}
/* line 289, ../scss/stylesheet.scss */
.event_section .events .plan_slider .event_tile #limited-type tr:nth-child(even) {
  background-color: #fff;
}
/* line 291, ../scss/stylesheet.scss */
.event_section .events .plan_slider .event_tile .cable-tv th {
  background-color: #4585f5;
  color: #fff;
  text-align: center;
  border: 1px solid #333;
}
/* line 293, ../scss/stylesheet.scss */
.event_section .events .plan_slider .event_tile .plan-types {
  margin-bottom: 10px;
}
/* line 294, ../scss/stylesheet.scss */
.event_section .events .plan_slider .event_tile #plan-type-2-a, .event_section .events .plan_slider .event_tile #plan-type-2-b, .event_section .events .plan_slider .event_tile #plan-type-2-c {
  text-align: center;
  border: 1px solid #333;
  cursor: pointer;
  color: #fff;
  font-size: 1em;
  margin-left: 10px;
  margin-right: 10px;
  font-family: header-font;
}
/* line 295, ../scss/stylesheet.scss */
.event_section .events .plan_slider .event_tile #plan-type-2-a {
  background-color: #4585f5;
  transition: background-color 0.5s ease-in-out;
}
/* line 296, ../scss/stylesheet.scss */
.event_section .events .plan_slider .event_tile #plan-type-2-b {
  background-color: #0d449e;
  transition: background-color 0.5s ease-in-out;
}
/* line 297, ../scss/stylesheet.scss */
.event_section .events .plan_slider .event_tile #plan-type-2-c {
  background-color: #072a61;
  transition: background-color 0.5s ease-in-out;
}
/* line 299, ../scss/stylesheet.scss */
.event_section .events .plan_slider {
  left: -100em;
  transition: left 1s ease-in-out 0s;
}
/* line 300, ../scss/stylesheet.scss */
.event_section .events .plan_slider.active {
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  transition: left 1s ease-in-out 0s;
}
@media only screen and (max-width: 64.0625em) {
  /* line 306, ../scss/stylesheet.scss */
  .event_section .events .plan_slider {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 40.0625em) {
  /* line 313, ../scss/stylesheet.scss */
  .event_section .events .padding-zero {
    padding: 0;
  }
  /* line 314, ../scss/stylesheet.scss */
  .event_section .events .plan_slider {
    padding-top: 20px;
  }
  /* line 316, ../scss/stylesheet.scss */
  .event_section .events .plan_slider .table-content {
    left: -1em;
  }
}

/* line 322, ../scss/stylesheet.scss */
.reveal-modal {
  width: 45%;
  border-radius: 10px;
}
/* line 324, ../scss/stylesheet.scss */
.reveal-modal p {
  color: #272727;
  margin: 0;
  padding: 20px;
}
@media screen and (max-width: 64.0625em) {
  /* line 322, ../scss/stylesheet.scss */
  .reveal-modal {
    height: 20vh !important;
    margin: 10px !important;
    min-height: 25vh !important;
    width: 95% !important;
  }
}
@media screen and (max-width: 40.0625em) {
  /* line 322, ../scss/stylesheet.scss */
  .reveal-modal {
    height: 20vh !important;
    margin: 10px !important;
    min-height: 25vh !important;
    width: 95% !important;
  }
}
