  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  body {
    -webkit-transition: padding .3s;
    transition: padding .3s;
    font-family: "Suisse Int\'l",sans-serif;
    font-size: 1em;
    line-height: 1.38;
    font-weight: 300;
    color: #000;
    padding-top: 6.9em;
    -webkit-font-smoothing: subpixel-antialiased;
  }

  a {
    text-decoration: none;
    cursor: pointer;
  }

  button, input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
  }

  textarea {
    resize: vertical;
  }

  img {
    max-width: 100%;
    vertical-align: middle;
  }

  h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-family: "Suisse Int\'l",sans-serif;
    font-weight: 700;

  }

  p {
    margin: 0 0 15px;
  }

  @media screen and (min-width:768px) {
    body {
    font-size: 1vw;
    }
  }

  @media screen and (max-width: 1024px) and (min-width:768px) {
    .login-sec .un-cpy {
    font-size: 1.4vw;
    }
  }

  @media screen and (min-width: 1600px) {
    body {
    font-size: .8vw;
    }

    .login-sec .un-cpy {
    font-size: .75vw;
    }
  }

  @media screen and (max-width:768px) {
    body {
    overscroll-behavior: none;
    }
  }
	.mmenu {
		background: url("../../../images/layout/menu-icon.svg");
		width: 29px;
		height: 25px;
		display: block;
	}
  section h2 {
    margin-bottom: .65em;
    font-family: "Suisse Int\'l",sans-serif;
    font-size: 2.8em;
    letter-spacing: 0.045em;
    color: black;
  }

  section h2.hr:after {
    content: "";
    width: 1.5em;
    height: 0.24em;
    margin: 1em 0 0 auto;
    display: block;
    background-color: #fcb034;
  }

  section p {
    font-size: 1.7em;
  }

  section h6 {
    font-family: "Suisse Int\'l",sans-serif;
    color: #868686;
    font-size: 1.25em;
    font-weight: 100;
    margin-bottom: 4em;
  }

  section h6 b {
    font-weight: 700;
  }

  section h3 + h6 {
    margin-top: -3em;
    margin-bottom: 5em;
  }

  section ul,
  section ol {
    color: black;
    font-family: sans-serif;
  }

  a {
    color: black;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
		text-decoration: underline;
  }

	a:hover,
	a:focus {
		text-decoration: underline;
		color: #494949;
	}

  a:after,
  a:before {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  nav {
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
  }

  header {
    padding: 2.2em 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    color: #fff;
    z-index: 1000;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
  }

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

  header ul li {
    float: left;
  }
  header .right .tl {
    display:inline-block;
  }

  header ul li a,
  header .right .tl a {
    padding: .6em .82em;
    display: block;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1em;
    color: black;
    text-transform: uppercase;
  }

  header ul li a:hover,
  header ul li a:hover:focus{

     color:#494949;

  }

  header ul li a.current {
    /*color: #fcb034;*/
    border: solid .5px black;
    color:black;
  }

  header img {
    max-height: 2.6em;
    display: block;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
  }

  header .right {
    text-align: right;
  }

  header .btn {
    min-width: 9.5em;
    margin-left: 1.1em;
    padding: .6em 1.1em;
    font-size: 1.1em !important;
    font-weight: 300;
  }

  @media screen and (min-width: 1024px) {
    body.has-small-header header {
    padding-top: 1em;
    padding-bottom: 1em;
    }

    body.has-small-header header img {
    max-height: 2em;
    margin-top: .3em;
    margin-left: 7em;
    }

    header {
    position: fixed;
    }

    section.started {
    position: fixed;
    top: 6.99em;
    left: 0;
    width: 100%;
    z-index: 300;
    }

    body.has-small-header section.started {
    top: 4.5em;
    }

    body {
    padding-top: 6.9em;
    }

    body.is-showing-started {
    padding-top: 11.5em;
    }
  }

  header .btn.mobile-login {
    display: none;
  }

  nav {
    width: 250px;
    position: fixed;
    top: 8em;
    height: 100%;
    background-color: white;

    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    transform: translateX(-250px);
    overflow: auto;
    z-index: 1000;
  }

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

  }

  nav ul li {
    border-bottom: solid 1px rgba(255,255,255,0.1);

  }

  nav ul li a {
    display: block;
    padding: 0.7em 1.7em;
    font-size: 18px;
    color: black;
  }

  nav ul li a:hover,
  nav ul li a:focus,
  nav ul li a.current {
    /*color: #fcb034;*/
    background-color:black;
    color:white;
  }

  nav ul li .btn {
    width: inherit;
    margin: .5em 2em 1em;
    padding: .6em 1.1em;
    display: inherit;
    font-size: 15px;
    font-weight: 300;
    border: 1px solid black;
    background-color: black;
    color: #fff;
    text-transform: uppercase;
  }

  nav ul li .btn.white {
    margin-top: 0;
    border: 1px solid black;
    background-color: black;
    color: white;
    text-transform: uppercase;
  }

  form.nav-search-form {
    padding: 1em 2.5em;
    position: relative;
  }

  form.nav-search-form .nav-search-icon {
    position: absolute;
    top: 50%;
    right: 2.25em;
    font-size: 1.5em;
    margin-top: -.55em;
  }

  input[type="search"].nav-search-input {
    font-size: 2em;
  }

  input[type="search"].nav-search-input:focus {
    border: none;
    outline: none;
  }

  nav.on {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  body.menu-on {
    transform: none;
  }

  @media screen and (min-width: 1024px) {
    nav.on {
    transform: translate3d(-250px,0,0);
    }

    body.menu-on {
    transform: translate3d(0,0,0);
    }
  }

  @media (max-width: 1024px) {
    .fbContent_core {
      padding-left: 20px;
    }
  }

  header .side-menu {
    width: auto;
    margin-left: 1em;
    position: absolute;
    left: 0;
    font-size: 3em;
    color: black;
  }

  .header-search {
    display: inline-block;
    position: relative;
  }

  .header-search-control {
    position: relative;
    color: white;
    z-index: 210;
    transition: color .3s;
  }

  .header-search-control:hover {
    color: white;
    opacity: .8;
  }

  .header-search-control.is-active {
    color: #002B5C;
  }

  input[type="search"].header-search-input {
    position: absolute;
    z-index: 205;
    right: -.3em;
    width: 0;
    top: -.35em;
    font-size: 1.156em;
    padding-left: 1em;
    opacity: 0;
    transition: all .3s;
  }

  input[type="search"].header-search-input:focus {
    border: none;
    outline: none;
  }

  input[type="search"].header-search-input.is-active {
    width: 14vw;
    opacity: 1;
    background: white;
  }

  footer {
    background-color: black;
    color: #fff;
  }

  footer.container-fluid {
    padding: 3.2em 4em;
  }

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

  footer ul li {
    margin: 0 0 0.5em;
    font-size: 1.5em;
  }

  footer ul li.title {
    font-size: 1.3em;
    font-weight: 700;
  }

  footer ul li a {
    color: #fff;
    font-size: .85em;
  }

  footer ul li a:hover,
  footer ul li a:focus {
    color: #fff;
    opacity: .5;
    outline: none;
  }

  footer .credits {
    margin: 2em 0 1em;
    font-family: "Suisse Int\'l",sans-serif;
    font-weight: 300;
    font-size: 1em;
  }

  .list-social {
    list-style: none;
    padding-left: 0;
    margin: -0.4em 0.6em 0 0;
    text-align: right;
    font-size: 1.55em;
  }

  .list-social li {
    display: inline-block;
    margin: 0 0 0 0.55em;
  }

  .tabs .tile {
    height: 24.8em;
    margin-bottom: 2.8em;
    padding: 4.2em 3em;
    text-align: center;
    background: #fff;
  }

  .tabs h3 {
    margin-bottom: 0.25em;
    font-family: "Suisse Int\'l",sans-serif;
    font-size: 1.9em;
    font-weight: 600;
    color: #022c5a;
  }

  .tabs p {
    font-size: 1.5em;
  }

  .accordion {
    border-bottom: 2px solid #fcaf35;
    margin-bottom: 4em;
  }

  .accordion-section {
  }

  .accordion-control {
    position: relative;
    -webkit-appearance: none;
    padding: 2em 4em 0 0;
    border: none;
    background: none;
    display: block;
    width: 100%;
    text-align: left;
    border-top: 2px solid #fcaf35;
  }

  .accordion-control:after {
    content: "+";
    position: absolute;
    right: .5em;
    top: .5em;
    font-size: 2.5em;
    color: black;
  }

  .accordion-control:hover:after {
    opacity: .5;
  }

  .accordion-control:hover h2 {
    opacity: .5;
  }

  .accordion-control h2 {
    border: none !important;
  }

  .accordion-control.active:after {
    content: "âˆ’";
  }

  .accordion-panel {
    display: none;
    padding-bottom: 1em;
  }

  .accordion-panel.active {
    display: none;
  }

  .icon {
    width: 8em;
    height: 8em;
    margin: 0 auto 1.875em;
  }

  .icon-about {
    width: 8em;
    height: 8em;
    margin: 2.0315em auto 2.0315em;
  }

  .icon-no-bg {
    background: none;
  }

  .sec-join {
    position: relative;
    padding: 9.4em 0 6.4em;
    text-align: center;
    color: #fff;
  }

  .bg-sec {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0.88;
  }

  .bg-sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.88;
  }

  .bg-join:before {
    background-color: #29bab5;
  }

  .sec-join .container-fluid {
    position: relative;
  }

  .sec-join h3 {
    font-size: 2.8em;
    letter-spacing: 0.035em;
    margin-bottom: 1.5em;
  }

  .sec-join .btn {
    border-radius: 0;
    font-size: 1em;
    padding: 0.88em 3.33em;
  }

  .btn,
  .btn-orange {
    font-size: 1.25em;
    transition: all 0.2s linear;
  }

  p .btn,
  p.btn-orange {
    font-size: 1.1em !important;
  }

  .btn {
    font-weight: 400;
    line-height: 1;
    padding: 0.8em 1.1em;
    border-radius: 0;
    box-shadow: none !important;
  }

  .btn.orange {
    font-family: "Suisse Int\'l",sans-serif;
    padding: 0.6em 1.2em;
    background-color: #fcaf35;
    color: black;
    font-weight: 500;
    letter-spacing: .05em;
  }

  .btn.orange:hover {
    background-color: #29bab5;
    color: #fff;
  }

  .btn-orange {
    font-family: "Suisse Int\'l",sans-serif;
    padding: 0.8em 2.2em 0.8em 1.6em;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
    background-color: #fcaf35;
    color: black;
    letter-spacing: .05em;
  }

  .btn-orange:after {
    content: "";
    width: 1em;
    height: 1em;
    position: absolute;
    right: 0.8em;
    top: 50%;
    margin-top: -.3em;
    background: url(../../../images/layout/arrow-single-blue.png) no-repeat;
    background-size: 50%;
    transition: all 0.2s linear;
  }

  .btn-orange:hover:after {
    content: "";
    width: 1em;
    height: 1em;
    position: absolute;
    right: 0.8em;
    top: 50%;
    margin-top: -.3em;
    background: url(../../../images/layout/arrow-single-white-small.png) no-repeat;
    background-size: 50%;
  }

  .btn-orange.no-arrow:after {
    display: none;
  }

  .btn-orange:hover,
  .btn-orange:focus {
    background-color: #29bab5;
    color: #fff;
  }

  .btn.disabled {
    background-color: #cccccc;
    color: black;
    cursor: default;
  }

  .btn.disabled:hover {
    background-color: #cccccc;
    color: black;
    cursor: default;
  }

  .btn.orange.mobfix {
    background-color: #fcaf35;
    color: black;
  }

  .btn-default {
    background-color: #fcaf35;
    border-color: #fcaf35;
    color: black;
  }

  .btn-default:hover,
  .btn-default:focus,
  .btn-default:active,
  .btn-default:active:hover {
    background-color: #56c6c3;
    border-color: #56c6c3;
    color: #fff;
  }

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

  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active,
  .btn-primary:active:hover {
    background-color: #002b5c;
    border-color: #002b5c;
    color: #fff;
  }

  .btn-invert {
    background-color: black;
    border-color: black;
    color: white;
    text-transform: uppercase;
  }

  .btn-invert:hover,
  .btn-invert:focus,
  .btn-invert:active,
  .btn-invert:active:hover {
    background-color: white;
    border-color: black;
    color: black;
		outline: none;
  }

	.btn-outline {
		background-color: black;
		border-color: black;
		color: white;
		text-transform: uppercase;
	}

  .btn-outline:hover,
  .btn-outline:focus,
  .btn-outline:active,
  .btn-outline:active:hover {
    background-color: white;
    border-color: black;
    color: black;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 3px 3px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 3px 3px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 3px 3px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 3px 3px rgba(0, 0, 0, 0.10);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 3px 3px rgba(0, 0, 0, 0.10);
  }

    .btn-outline-white {
    background-color: white;
    border-color: white;
    color: black;
  }

  .btn-outline-white:hover,
  .btn-outline-white:focus,
  .btn-outline-whte:active,
  .btn-outline-white:active:hover {
    background-color: black;
    border-color: white;
    color: white;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 3px 3px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 3px 3px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 3px 3px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 3px 3px rgba(0, 0, 0, 0.10);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 3px 3px rgba(0, 0, 0, 0.10);
  }

  .btn-invert-outline {
    background-color: transparent;
    border-color: #56c6c3;
    color: #56c6c3;
  }

  .btn-invert-outline:hover,
  .btn-invert-outline:focus,
  .btn-invert-outline:active,
  .btn-invert-outline:active:hover {
    background-color: #56c6c3;
    border-color: #56c6c3;
    color: #fff;
  }

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

  .btn-teal-round-arrow {
    background-image: url(../../../images/layout/btn-teal-round.png);
    background-size: auto 62%;
    background-position: 77% 47%;
    background-repeat: no-repeat;
    padding-left: .25em;
  }

  .btn-teal-round-arrow:hover {
    background-image: url(../../../images/layout/btn-teal-round-hover.png);
  }

  .title-link {
    color: black !important;
    text-transform: uppercase;
    margin-bottom: 15px;
  }

  .title-link:hover,
  .title-link:focus {
    color: #494949 !important;
  }

  .link {
    position: relative;
    font-family: "Suisse Int\'l",sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    color: black;
    text-decoration: underline;
  }

  .link:after {
    content: "";
    width: 1em;
    height: 1em;
    margin-top: .1em;
    display: block;
    position: absolute;
    right: -1.4em;
    top: 0;
   /* background: url(/images/layout/arrow-single-orange.png) no-repeat; */
    background-size: 50%;
  }

  .link:hover, .link:focus {
    color: #494949;
  }

  */.link:hover:after, .link:focus:after {
    background-image: url(../../../images/New-Brand/right_arrow_new2.png);
  } */

  .link-no-arrow:after {
    display: none;
  }

  .link-up:after {
    transform: rotate(-90deg) translateX(.25em);
  }

  .link-white {
    color: #fff;
  }

  .link-white:hover, .link-white:focus {
    color: #fff;
    opacity: .5;
  }

  .link-white:after, .link-white:hover:after, .link-white:focus:after {
    background-image: url(../../../images/layout/arrow-single-white.png);
  }

  .link-blue {
    color: black;
  }

  .link-blue:hover, .link-blue:focus {
    color: black;
    opacity: .5;
  }

  .link-blue:after, .link-blue:hover:after, .link-blue:focus:after {
    background-image: url(../../../images/layout/arrow-single-blue.png);
  }

  .link-blue:after {
    right: -1.8em;
    width: 1.4em;
  }

  .logo-boxes {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }

  .logo-box {
    margin-bottom: 2.035em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    float: left;
    width: 33.33%;
  }

  .logo-box figure {
    width: 80%;
    margin: 0 auto 2.035em;
    min-height: 7em;
  }

  .logo-box p {
    font-size: 1.25em;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin: 0 auto 1.5em;
    min-height: 3.5em;
    max-width: 16em;
  }

  .logo-box h5 {
    margin-bottom: 0.835em;
  }

  .logo-box .btn {
    width: 11em;
    margin: 0 auto;
    padding: 0.8em 2.2em 0.8em;
    font-size: 1.12em;
    text-align: center;
  }

  section.affiliates .logo-boxes {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }

  section.affiliates .logo-box {
    margin-bottom: 6.1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    float: left;
    width: 33.33%;
  }

  section.affiliates .logo-box figure {
    width: 80%;
    margin: 0 auto 4.0625em;
    min-height: 7em;
  }

  section.affiliates .logo-box p {
    font-size: 1.25em;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin: 0 auto 1.625em;
    min-height: 3.5em;
    max-width: 16em;
  }

  section.affiliates .logo-box h5 {
    margin-bottom: 0.835em;
  }

  section.affiliates .logo-box .btn {
    width: 11em;
    margin: 0 auto;
    padding: 0.8em 2.2em 0.8em;
    font-size: 1.12em;
    text-align: center;
  }

  .text-2-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: .94em;
  }

  .text-3-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: .94em;
  }

  .text-2-lines p,
  .text-3-lines p {
    margin: 0 !important;
  }

  .nowrap {
    white-space: nowrap;
  }

  .text-blue {
    color: black;
  }

  .pro-banner {
    background-image: url("../../../images/layout/pro-banner.jpg");
    background-repeat: no-repeat;
    background-position: -13px 0px;
    background-size: cover;
  }

  .line-bt {
    position: relative;
  }

  .line-bt:after {
    position: absolute;
    content: "";
    bottom: -0.42em;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fcb034;
    height: 0.04em;
    width: 0.6em;
    display: none;
  }

  .gulfstream-detail {
    background-color: #f1f1f1;
    padding-top: 6em;
    padding-bottom: 3em;
  }

  .gulfstream-detail [class*="col-"] {
    margin-bottom: 2em;
  }

  .gulfstream-detail [class*="col-"]:nth-of-type(4n+1) {
    clear: both;
  }

  .gulfstream-detail-box {
    max-width: 290px;
    margin: 0 auto;
  }

  .gulfstream-detail-box h3 {
    font-size: 1.65em;
    font-family: "Suisse Int\'l",sans-serif;
    color: black;
    letter-spacing: 0.062em;
    margin-bottom: 0.75em;
  }

  .gulfstream-detail-box figure {
    margin-bottom: 2.85em;
  }

  .gulfstream-detail-box p {
    font-size: 1.25em;
  }

  .place-your-bet {
    position: relative;
    background-image: url("../../../images/layout/place-bet-banner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .place-your-bet:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.91;
  }

  .place-your-bet [class*="col-"] {
    margin-bottom: 2em;
  }

  .place-your-bet [class*="col-"]:nth-of-type(3n+1) {
    clear: both;
  }

  .place-bet-box figure {
    margin-bottom: 2.45em;
  }

  .place-bet-box h3 {
    font-size: 2.05em;
    color: black;
    letter-spacing: 0.08em;
    margin-bottom: 0.6em;
    position: relative;
  }

  .place-bet-box h3:after {
    content: "";
    display: block;
    width: 2em;
    height: 3px;
    background-color: #fcb034;
    margin: 0.6em auto 0;
  }

  .place-bet-box p {
    font-size: 1.3em;
    color: black;
    letter-spacing: 0.035em;
  }

  .deposit-sec {
    padding-left: 0;
    padding-right: 0;
  }

  .deposit-sec h4,
  .deposit-sec h3,
  .deposit-sec h5,
  .deposit-sec p {
    color: black;
  }

  .deposit-sec h3 {
    font-size: 2.8em;
    margin-bottom: 2.2em;
    letter-spacing: 0.045em;
  }

  .deposit-sec h4 {
    font-size: 2.25em;
    text-transform: capitalize;
    margin-bottom: 1.458em;
  }

  .withdraw-sec {
    background-color: #f1f1f1;
    padding-left: 0;
    padding-right: 0;
  }

  .withdraw-sec h4 {
    font-size: 2.25em;
    text-transform: capitalize;
    margin-bottom: 1.458em;
    color: black;
  }

  .how-videos .video-innr {
    max-width: 1310px;
    margin: 0 auto;
  }

  .how-videos {
    padding-top: 6em;
    padding-bottom: 4em;
  }

  .how-videos h4 {
    font-size: 2.7em;
    color: black;
    margin-bottom: 1.215em;
  }

  .how-videos iframe {
    margin-bottom: 1.25em;
  }

  .videos-box {
    max-width: 348px;
    margin: 0 auto 2em;
  }

  .videos-box:hover .video-img:after {
    opacity: .5;
  }

  .videos-box h5 {
    font-size: 1.8em;
    margin-bottom: 0.7em;
    min-height: 2.4em;
  }

  .videos-box p {
    font-size: 1.2em;
    margin-bottom: 0;
  }

  .video-img {
    position: relative;
    margin-bottom: 1.3em;
    cursor: pointer;
  }

  .video-img img {
    width: 100%;
  }

  .video-img:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-image: url("../../../images/layout/yellow-round.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 51px;
    height: 51px;
  }

  .owl-dots {
    position: absolute;
    top: -4.2em;
    left: 50%;
    transform: translateX(-50%);
  }

  .owl-nav {
    position: absolute;
    top: 5em;
    width: 100%;
    z-index: 300;
  }

  .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #6ed0cd;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    border-radius: 100%;
    margin-left: 17px;
  }

  .owl-dot:first-of-type {
    margin-left: 0px;
  }

  .owl-dot.active,
  .owl-dot.active:hover,
  .owl-dot:hover {
    background-color: #169d97;
  }

  .owl-carousel .owl-controls .owl-nav .owl-prev,
  .owl-carousel .owl-controls .owl-nav .owl-next {
    font-size: 0px;
    background-image: url("../../../images/layout/left-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 55px;
    display: inline-block;
    background-size: cover;
  }

  .owl-carousel .owl-controls .owl-nav .owl-prev {
    float: left;
    margin-left: 8%;
  }

  .owl-carousel .owl-controls .owl-nav .owl-next {
    background-image: url("../../../images/layout/right-arrow.png");
    float: right;
    margin-right: 8%;
  }

  .pwud {
    text-align: center;
    display: none;
  }

  .sign-up-sec {
  }

  .sign-up-box {
    max-width: 678px;
    margin: 0 auto;
  }

  .sign-up-box p {
    line-height: 1.45em;
    font-weight: 500;
    margin-bottom: 1.625em;
  }

  .sign-up-box h3 {
    color: black;
    margin-bottom: 0.8125em;
  }

  .sign-up-box .below-fields {
    margin-top: 1.094em;
		font-size: 16px!important;
  }

	.sign-up-box .below-fields input[name="remember"] {
		float: left;
	}

  .sign-up-box .below-fields .input-helper {
    float: right;
  }

  .sign-up-box h3 .forgot-password {
    position: relative;
    float: right;
    font-size: .55em;
    top: .5em;
  }

  .contact-call-us {
    margin-top: 2.033em;
  }

  form[name="contact"] #message {
    max-height: 150px;
  }

  .promo-code-box {
    background: #ebebeb;
    padding: 1.8em 7.2em 2.1em;
    margin-top: 2.5em;
  }

  .promo-code-box h4 {
    text-align: center;
    color: #002b5c;
    font-family: "Suisse Int\'l",sans-serif;
    font-weight: 500;
    font-size: 2.1em;
    margin-bottom: 0.27em;
    margin-top: 1em;
  }

  .promo-code-box h4:first-child {
    margin-top: 0;
  }

  .promo-code-box p {
    font-size: 0.8em;
    color: #000000;
    font-family: "Suisse Int\'l",sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    margin-top: 0.5em;
    margin-bottom: 0;
  }

  .promo-code-box input[type="text"], .promo-code-box input[type="email"], .promo-code-box input[type="tel"], .promo-code-box input[type="password"], .promo-code-box input[type="password"], .promo-code-box input[type="search"], .promo-code-box input[type="url"], .promo-code-box input[type="date"], .promo-code-box select {
    background: #fff;
  }

  .privacy-policy p {
    font-size: 0.8em;
    color: #000000;
    font-family: "Suisse Int\'l",sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    margin-top: 0.5em;
    margin-bottom: 2.1em;
  }

  .privacy-policy p a {
    text-decoration: underline;
  }

  .privacy-policy h4 {
    text-align: center;
    color: #002b5c;
    font-family: "Suisse Int\'l",sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 0.27em;
  }

  .congratulation-main {
    max-width: 847px;
    margin: 0 auto;
  }

  .congratulation-box {
    background: #f7f7f7;
    padding: 2em 5.2em 2.4em;
    margin-bottom: 4em;
  }

  .congratulation-box h2 {
    font-size: 3.3em;
    color: black;
    margin: 0 0 0.5.8em;
    font-family: "Suisse Int\'l",sans-serif;
    font-weight: 500;
  }

  .congratulation-box p {
    font-size: 1.25em;
    font-family: "Suisse Int\'l",sans-serif;
    font-weight: 300;
    padding: 0;
    margin: 0 0 0.55em 0;
    color: rgba(0,0,0,.9);
  }

  .account-detail {
    background: url(../../../images/layout/transperent-bg.png) repeat-y 0 center;
    list-style: none;
    padding: 2.7em 3.9em 1.8em;
    margin: 2.7em 0 0;
  }

  .account-detail li {
    font-size: 1.3em;
    font-family: "Suisse Int\'l",sans-serif;
    font-weight: 300;
    color: #00295e;
    margin-bottom: 0.7em;
  }

  .account-detail li strong {
    font-weight: 700;
  }

  .login-found-account h3 {
    font-family: "Suisse Int\'l",sans-serif;
    font-weight: 500;
    color: black;
    font-size: 1.7em;
    margin-bottom: 0.8em;
  }

  .login-info-box {
    box-sizing: border-box;
    padding: 1em;
    text-align: center;
  }

  .login-info-box .title {
    font-family: "Suisse Int\'l",sans-serif;;
    color: black;
    font-size: 2em;
    font-weight: 400;
  }

  .login-info-box p {
    font-family: "Suisse Int\'l",sans-serif;
    font-weight: 200;
    margin-top: 10px;
  }

  .login-info-box .brk {
    display: block;
  }

	.login-sec .un-cpy {
		padding-left: 10px;
		font-size: 12px!important;
		font-style: italic;
		color: #808080;
		margin-top: 7px;
	}

	.login-sec .btn-invert {
		width: 255px;
		height: 50px;
		font-size: 26px;
		line-height: 34px;
		padding: 0;
	}

	.benefits-grid .md {
		vertical-align: top;
		padding-top: 18%;
	}

  .tile-icon {
    display: block;
    margin: 0 auto 1em;
    height: 6em;
    width: auto;
  }

  .resp-tabs-list {
    background: black;
    text-align: center;
    list-style: none;
    padding: 10px 0px 10px 0px;
    margin: 0;
  }

  .resp-tabs-list li {
    display: inline-block;
    color: rgba(255,255,255,0.7);
    font-size: 1.6em;
    font-family: "Suisse Int\'l",sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 1.5625em 0 1.5625em;
    cursor: pointer;
    position: relative;
    width: 19.5%;
    vertical-align: middle;
  }

  .resp-tabs-list--2 li {
    width: 40%;
    text-align: center;
  }

  .resp-tabs-list--3 li {
    width: 30%;
    text-align: center;
  }

  .resp-tabs-list li:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 0.95em solid transparent;
    border-right: 0.95em solid transparent;
    border-top: 0.95em solid black;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: inline-block;
    margin: -15px auto 0;
    opacity: 0;
    z-index: 9;
  }

  .resp-tabs-list li.resp-tab-active:after {
    opacity: 1;
    top: 125%;
  }

  .resp-tabs-container {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .resp-tabs-container:before {
    content: "";
    background: rgba(222,222,222,0.85);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
  }

  .resp-tabs-container .container-fluid {
    padding: 4.0625em 8em 2em;
  }

  .resp-tabs-list li:hover {
    color: #fff;
  }

  .resp-tabs-list li.resp-tab-active {
    font-weight: 700;
    color: #fff;
  }

  .resp-tab-content {
    display: none;
  }

  h2.resp-accordion {
    display: none;
  }

  .resp-tabs-container-white-bg:before {
    background: white;
  }

  .tabs-box {
    height: 22.8em;
    text-align: center;
    background: #fff;
    margin-bottom: 4em;
    padding: 1em 3em;
  }

  .check-icon {
    background: #53d450;
    border-radius: 100%;
    width: 3.4em;
    height: 3.4em;
    display: block;
    margin: 0 auto 2.6em;
    position: relative;
  }

  .check-icon:before {
    content: "";
    background: url(../../../images/layout/right-icon.svg) no-repeat center center;
    width: 2.3em;
    height: 2.3em;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 0.6em;
    left: 0.6em;
  }

  .tabs-box h3 {
    font-size: 1.9em;
    font-family: "Suisse Int\'l",sans-serif;
    font-weight: 600;
    margin-bottom: 0.25em;
  }

  .tabs-box h3 a {
    color: #022c5a;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .tabs-box h3 a:hover {
    color: black;
  }

  .tabs-box p {
    font-size: 1.5em;
    font-family: "Suisse Int\'l",sans-serif;
    font-weight: 300;
  }

  .gulfstream-content-main {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 4em 0 4em;
  }

  .tab-content {
    max-width: 55.6em;
    margin: 0 auto;
    color: #2a2a2a;
  }

  .content-heading {
    text-align: center;
    margin-bottom: 4.6em;
  }

  .content-heading h2 {
    color: black;
    font-size: 2.9em;
    letter-spacing: 1px;
  }

  .content-heading p {
    font-size: 1.4em;
  }

  .tab-content h3 {
    font-size: 1.3em;
    font-family: "Suisse Int\'l",sans-serif;
    font-weight: 600;
    margin-bottom: 1.8em;
  }

  .tab-content p a {
    color: #2a2a2a;
  }

  .tab-content p + h3 {
    margin-top: 4em;
  }

  .tab-content ul, .tab-content ol {
    margin-left: 2.7em;
    margin-bottom: 3.7em;
  }

  .tab-content ul li, .tab-content ol li, .tab-content p {
    font-size: 1.3em;
    margin-bottom: 0.6em;
  }

  .tab-content ol li {
    margin-bottom: 1em;
  }

  .form-field {
    margin-bottom: 13px;
  }

  .form-field span {
    display: inline-block;
    margin-top: 7px;
  }

  .next-step-form {
    text-align: center;
    margin-top: 2.033em;
  }

  .next-step-form > span {
    color: rgba(20, 20, 20, 0.37);
    font-weight: 400;
    font-family: "Suisse Int\'l",sans-serif;
    font-size: 1.42em;
    display: inline-block;
    margin-top: 0.9em;
  }

  .adress-detail [class*="col-"] {
    margin-bottom: 15px;
  }

  .small-fields [class*="col-"] {
    margin-bottom: 15px;
  }

  .small-fields label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 1.35em;
    line-height: 1.55em;
    font-family: "Suisse Int\'l",sans-serif;
    font-weight: 300;
    color: #3f3f3f;
    vertical-align: middle;
    min-width: 120px;
    padding-right: 0.5em;
    padding-top: 8px;
  }

  .small-fields label img {
    position: absolute;
    right: 5px;
    top: -6px;
  }

  .small-field-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 13.98em;
    vertical-align: middle;
  }

  .small-field-list li {
    width: 4em;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.75em;
  }

  .small-field-list li:first-child {
    margin-left: 0;
  }

  .small-field-list li input {
    padding: 0;
    text-align: center;
  }

  .small-field-ssn li {
    position: relative;
  }

  .small-field-ssn li:before {
    content: "-";
    position: absolute;
    top: 13px;
    left: -11px;
    color: #3f3f3f;
    opacity: 0.7;
  }

  .small-field-ssn li:first-child:before {
    display: none;
  }

  .create-account-steps a {
    font-size: 1.2em;
    color: rgba(75, 75, 75, 0.55);
    line-height: 1.4em;
    display: inline-block;
    vertical-align: middle;
    font-family: "Suisse Int\'l",sans-serif;
    font-weight: 300;
    margin-right: 3.9em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .create-account-steps a:hover {
    color: rgba(140,140,140,0.8);
  }

  .create-account-content {
    text-align: center;
    padding-top: 2em;
		font-size: 20px;
  }

	.create-account-content a {
		white-space: nowrap;
	}

  .form-field span.input-helper {
    text-align: right;
    margin-top: .5em;
    display: block;
    font-family: "Suisse Int\'l",sans-serif;
  }

  input, fieldset {
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    appearance: none !important;
    box-sizing: border-box;
    box-shadow: none;
  }

  input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="password"], input[type="search"], input[type="url"], input[type="date"], select, textarea {
    height: 2.15em;
    width: 100%;
    display: block;
    padding: 0 10px;
    font-size: 1.4em;
    line-height: 1.6em;
    color: #000;
		border: 1px solid #808080;
  }

	input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="url"]:focus, input[type="date"]:focus, textarea:focus, .selector.focused {
		box-shadow: none;
		outline: 1px solid black;
	}

  textarea {
    border: none;
    padding-top: .5em;
    min-height: 8em;
  }

  select.form-control {
    box-shadow: none;
    border-radius: 0;
    border: none;
  }

	.sign-up-box input::placeholder {
		color: #808080;
		font-size: 16px;
	}
	.sign-up-box input[type='text'],
	.sign-up-box input[type='password'] {
		text-indent: 32px;
	}

	.sign-up-box .username {
		background-image: url("../img/person_black_24dp.svg");
		background-repeat: no-repeat;
		background-position: 3% 50%;
		background-size: 24px;
	}

	.sign-up-box .password {
		background-image: url("../img/lock_black_24dp.svg");
		background-repeat: no-repeat;
		background-position: 3% 50%;
		background-size: 24px;
	}

	input[type="checkbox"]:not(:checked),
	input[type="checkbox"]:checked {
		position: absolute;
		left: -9999px;
	}

  input[type="checkbox"]:not(:checked) + label,
  input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    line-height: 1.9;
    font-family: "Suisse Int\'l",sans-serif;
    font-weight: 300;
  }

  input[type="checkbox"]:not(:checked) + label:before,
  input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    margin-top: -12px;
  }

  input[type="checkbox"]:focus + label:before {
    background: #fff;
  }

  input[type="checkbox"]:not(:checked) + label:after,
  input[type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 100%;
    font-size: 18px;
    line-height: 0.8;
    color: #000;
    transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    margin-top: -5px;
  }

  input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
  }

  input[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }

  .form-field [class*="col-"] {
    position: relative;
  }

  .form-field .valid {
    display: inline-block;
    position: relative;
    top: .75em;
    width: 18.5em;
    padding: 0 0 0 2.4em;
  }

  .form-field .valid span,
  .form-field .valid small {
    display: block;
    font-size: 1em;
    margin: 0;
  }

  .form-field .valid span {
    font-weight: 600;
  }

  .form-field .valid small {
    font-weight: 400;
  }

  .form-field .valid:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
  }

  .form-field .input-helper {
    text-align: right;
    margin-top: .5em;
    display: block;
    font-family: "Suisse Int\'l",sans-serif;
  }

  @media (min-width: 1200px) {
    .form-field .valid.valid-far {
    left: 200%;
    }
  }

  .form-field .valid.valid-success:before {
    background-image: url(../../../images/layout/icon-success.png);
  }

  .form-field .valid.valid-success span {
    color: #53d450;
  }

  .form-field .valid.valid-error:before {
    background-image: url(../../../images/layout/icon-error.png);
  }

  .form-field .valid.valid-error span {
    color: #dd2d2d;
    font-family: "Suisse Int\'l",sans-serif;
  }

  .form-field .valid.valid-warning:before {
    background-image: url(../../../images/layout/icon-warning.png);
  }

  .form-field .valid.valid-warning span {
    color: #fcaf35;
  }

  .selector {
    background: #f4f4f4;
  }

  .selector select {
    width: 100%;
    background: none;
    border: none;
    padding-right: 0;
  }

  @supports (pointer-events: none) {
    .selector {
    position: relative;
    padding: 0;
    }

    .selector:after {
    position: absolute;
    z-index: 150;
    right: 1em;
    top: 47%;
    content: "";
    width: 0;
    display: block;
    height: 0;
    border-style: solid;
    border-width: 0.6em .65em 0 .65em;
    border-color: #ffffff transparent transparent transparent;
    margin-top: -.225em;
    pointer-events: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    }

    .selector:before {
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 140;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3.25em;
    background: #fcaf35;
    }

    .selector select {
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    }
  }

  a.anchor {
    display: block;
    position: relative;
    top: -4.75vw;
    visibility: hidden;
  }

  .contact-flash {
    position: absolute;
    padding: 5px;
    background-color: #ffffff;
  }

  .contact-flash i {
    display: inline-block;
    padding: 10px;
  }

  .contact-flash p {
    display: inline-block;
  }

  #faq .topic {
    border-bottom: 2px solid #FCB034;
    margin-bottom: 28px;
  }

  #faq .topic > h2 {
    margin-bottom: 0.545em;
    padding: 0 0 0.545em;
    font-family: museo-sans, sans-serif;
    font-size: 2.3em;
    font-weight: 700;
    color: black;
    cursor: pointer;
  }

  #faq .topic > h2 > span {
    display: inline-block;
    width: 90%;
  }

  #faq .question > h2 {
    margin-bottom: 26px;
  }

  #faq .question > div {
    margin-bottom: 26px;
    font-family: "Suisse Int\'l",sans-serif;
    font-size: 1.5em;
  }

  #faq .question > div p {
    font-size: inherit;
  }

  #totop {
    width: 100%;
    animation: fadein 2s;
    padding: 0 .5em;
    text-align: right;
    margin: 0 auto;
    position: fixed;
    bottom: 12px;
    right: 0px;
  }

  #totop > a {
    font-weight: bold;
    text-transform: uppercase;
    float: right;
    color: black;
  }

  #totop > a:hover {
    text-decoration: underline;
    color: #494949;
  }

  #totop > a div {
    font-family: "Suisse Int\'l",sans-serif;
    margin-right: .5em;
    padding-left: .5em;
  }

  #totop > a img {
    filter: grayscale(100%);
    display: block;
    width: 8px;
    margin: 0 auto;
    transform: rotate(-90deg);
  }

  input::-ms-clear, input::-ms-reveal {
    display: none;
  }

  .showpassword {
    float: right;
  }

  .showpassword .form-control-feedback {
    position: absolute;
    top: 5px;
    right: 50px;
    line-height: 36px;
    pointer-events: visible;
    width: auto;
    height: auto;
  }

  .form-control-feedback [class^="icon-"], .form-control-feedback [class*=" icon-"] {
    cursor: pointer;
    font-size: 18px;
  }

	.showpassword .show-icon, .showpassword .hide-icon  {
		cursor: pointer;
		width:24px;
		height: 24px;
	}
	.show-icon::before {
		content: "";
		position: absolute;
		width: 24px;
		height: 24px;
		background-image: url("../img/visibility_black_24dp.svg");
		background-repeat: no-repeat;
		background-size: 24px;
	}
	.hide-icon::before {
		content: "";
		position: absolute;
		width: 24px;
		height: 24px;
		background-image: url("../img/visibility_off_black_24dp.svg");
		background-repeat: no-repeat;
		background-size: 24px;
	}
	body.flp {
		padding-top: 0;
	}

  .flp header, .flp section.started, .flp .help, .flp footer {
    display: none !important;
  }

  @media (max-width: 600px) {
    .xmodal-pane {
    position: fixed;
    left: 10px;
    top: 75px;
    width: calc(100% - 20px);
    background-color: #ffffff;
    padding: 0;
    }

    .xmodal-pane-transparent {
    background: none;
    }
  }

  .no-scroll {
    height: 100%;
    overflow: hidden;
  }

  ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
  }

  .resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
  }

  .resp-tabs-container {
    padding: 0px;
    clear: left;
  }

  h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none !important;
  }

  .resp-tab-content {
    display: none;
    padding: 15px;
  }

  .resp-tab-active {
    border: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
  }

  .resp-content-active, .resp-accordion-active {
    display: block;
  }

  .resp-tab-content {
    border: 1px solid #c1c1c1;
  }

  h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
  }

  h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
  }

  h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
  }

  .resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
  }

  .resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
  }

  .resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
  }

  .resp-vtabs .resp-tab-content {
    border: none;
  }

  .resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
  }

  .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
  }

  h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
  }

  h2.resp-tab-active {
    background: #DBDBDB !important;
  }

  .resp-easy-accordion h2.resp-accordion {
    display: block;
  }

  .resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
  }

  .resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;

  }

  .resp-jfit {
    width: 100%;
    margin: 0px;
  }

  .resp-tab-content-active {
    display: block;
  }

  h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
  }

  @media only screen and (max-width: 767px) {
    ul.resp-tabs-list {
    display: block;
    }

    h2.resp-accordion {
    display: none;
    }

    .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
    }

    .resp-accordion-closed {
    display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
    }

    .resp-tabs-list li:after {
    top: 100% !important;
    }
  }
