@charset "utf-8"; /* CSS Document */ .btn.viewOptions {
  background-color: rgb(200, 82, 82)
}
.btn.viewOptions:hover {
  background-color: #0B2E4A
}
.reasonsSection {
  background-image: url('/userAssets/a3/cmsPages/image/Robot.jpg');
  background-size: cover;
  padding: 30px 0;
  margin: 40px 0
}
.quotationSection {
  display: flex;
  max-width: 1080px;
  margin: 0 auto 40px;
  padding: 0 40px
}
.quotationSection > img:last-of-type {
  align-self: flex-end;
  position: relative;
  bottom: 20px
}
@media (max-width: 640px) {
  .quotationSection > img {
    display: none
  }
  .quotationSection {
    padding: 0 10px
  }
}
.quotationSection > div {
  padding: 0 30px
}
.quotationSection > div > p {
  color: #122F49;
  font-size: 14px;
  text-align: center;
  font-weight: 600
}
.quotationSection > div > p:first-of-type {
  color: #122F49;
  font-size: 20px;
  text-align: center;
  font-weight: 400
}
.membershipSection {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.membershipSection > div {
  width: 24%;
  box-shadow: 0 3px 6px grey;
  margin-bottom: 10px;
  position: relative
}
@media (max-width: 900px) {
  .membershipSection > div {
    width: 49.5%;
    box-shadow: 0 3px 6px grey
  }
}
@media (max-width: 600px) {
  .membershipSection > div {
    width: 100%;
    box-shadow: 0 3px 6px grey
  }
}
.membershipSection > div > div:first-of-type {
  text-align: center;
  position: relative
}
.membershipSection > div > div:nth-of-type(2) {
  padding-bottom: 70px
}
.membershipSection > div.bronze > div:first-of-type {
  background-color: #BD7C44
}
.membershipSection > div.silver > div:first-of-type {
  background-color: #8B8B8B
}
.membershipSection > div.gold > div:first-of-type {
  background-color: #D4AE37
}
.membershipSection > div.platinum > div:first-of-type {
  background-color: #ACBEC4
}
.membershipSection > div > div:first-of-type h3 {
  padding-top: 30px;
  font-size: 24px;
  color: white;
  margin-bottom: 0 !important
}
.membershipSection > div > div:first-of-type h2 {
  font-size: 40px;
  line-height: 1;
  color: white;
  margin-bottom: 0 !important
}
.membershipSection > div > div:first-of-type h4 {
  font-size: 16px;
  color: white;
  margin-bottom: 0 !important
}
.membershipSection > div > div:first-of-type p a.btn {
  font-size: 15px;
  margin-top: 10px;
  background-color: white;
  padding: 5px 40px;
  margin-bottom: 15px;
  transition: 0.5s
}
.membershipSection > div.bronze > div:first-of-type p a.btn {
  color: #BD7C44
}
.membershipSection > div.silver > div:first-of-type p a.btn {
  color: #8B8B8B
}
.membershipSection > div.gold > div:first-of-type p a.btn {
  color: #D4AE37
}
.membershipSection > div.platinum > div:first-of-type p a.btn {
  color: #ACBEC4
}
.membershipSection > div.bronze > div:first-of-type p a.btn:hover {
  background-color: #98683D;
  color: white
}
.membershipSection > div.silver > div:first-of-type p a.btn:hover {
  background-color: #706f6f;
  color: white
}
.membershipSection > div.gold > div:first-of-type p a.btn:hover {
  background-color: #b59637;
  color: white
}
.membershipSection > div.platinum > div:first-of-type p a.btn:hover {
  background-color: #83a0a8;
  color: white
}
.membershipSection > div > div:nth-of-type(2) h3 {
  color: #919191;
  text-align: center;
  margin-bottom: 5px !important;
  margin-top: 5px !important
}
.membershipSection > div.bronze > div:nth-of-type(2) i {
  color: #BD7C44;
  font-size: 40px;
  margin-bottom: 20px;
  transition: 0.5s
}
.membershipSection > div.silver > div:nth-of-type(2) i {
  color: #8B8B8B;
  font-size: 40px;
  margin-bottom: 20px;
  transition: 0.5s
}
.membershipSection > div.gold > div:nth-of-type(2) i {
  color: #D4AE37;
  font-size: 40px;
  margin-bottom: 20px;
  transition: 0.5s
}
.membershipSection > div.platinum > div:nth-of-type(2) i {
  color: #ACBEC4;
  font-size: 40px;
  margin-bottom: 20px;
  transition: 0.5s
}
.membershipSection > div.bronze > div:nth-of-type(2) i:hover {
  color: #98683D
}
.membershipSection > div.silver > div:nth-of-type(2) i:hover {
  color: #706f6f
}
.membershipSection > div.gold > div:nth-of-type(2) i:hover {
  color: #b59637
}
.membershipSection > div.platinum > div:nth-of-type(2) i:hover {
  color: #83a0a8
}
.membershipSection > div > div:nth-of-type(2) p, .membershipSection > div > div:nth-of-type(2) div {
  color: #122F49;
  text-align: center;
  font-weight: 500;
  padding: 0 10px;
  font-size: 14px;
  line-height: 1.1;
  margin: 10px !important
}
.membershipSection > div > div:nth-of-type(2) > p:last-of-type {
  margin-top: 0 !important;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: calc(100% - 20px)
}
.membershipSection > div > div:nth-of-type(2) a.btn {
  color: white;
  padding: 15px 40px;
  transition: 0.5s;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 16px
}
.membershipSection > div.bronze > div:nth-of-type(2) a.btn {
  background-color: #BD7C44
}
.membershipSection > div.silver > div:nth-of-type(2) a.btn {
  background-color: #8B8B8B
}
.membershipSection > div.gold > div:nth-of-type(2) a.btn {
  background-color: #D4AE37
}
.membershipSection > div.platinum > div:nth-of-type(2) a.btn {
  background-color: #ACBEC4
}
.membershipSection > div.bronze > div:nth-of-type(2) a.btn:hover {
  background-color: #98683D
}
.membershipSection > div.silver > div:nth-of-type(2) a.btn:hover {
  background-color: #706f6f
}
.membershipSection > div.gold > div:nth-of-type(2) a.btn:hover {
  background-color: #b59637
}
.membershipSection > div.platinum > div:nth-of-type(2) a.btn:hover {
  background-color: #83a0a8
}
.bestValue {
  position: absolute;
  width: 100%;
  color: white;
  top: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  background-color: #1166AE;
  padding: 3px 0
}
.levelSectionOuter {
  /*background-color: #F7F7F7;
  padding: 40px 0*/
}
.level {
  box-shadow: 0 3px 6px grey;
  margin-bottom: 40px
}
.level .levelTop {
  color: white;
  text-align: center;
  font-size: 36px;
  padding: 10px 0
}
.level.bronze .levelTop {
  background-color: #BD7C44
}
.level.silver .levelTop {
  background-color: #8B8B8B
}
.level.gold .levelTop {
  background-color: #D4AE37
}
.level.platinum .levelTop {
  background-color: #ACBEC4
}
@media (max-width: 992px) {
  .levelTop > span {
    bottom: 90px !important
  }
}
@media (max-width: 768px) {
  .levelTop > span {
    bottom: 175px !important
  }
}
.levelCopy {
  display: flex
}
.levelCopy .levelCopyLeft {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 25%
}
.levelCopy .levelCopyLeft h2 {
  color: #1166AE;
  font-size: 40px;
  margin-bottom: 0 !important;
  margin-top: 15px !important
}
.levelCopy .levelCopyLeft h3 {
  color: #919191;
  font-size: 20px;
  margin-bottom: 0 !important
}
.levelCopy .levelCopyLeft a.btn {
  color: white;
  padding: 10px 40px;
  transition: 0.5s;
  margin-top: 15px
}
.level.bronze .levelCopy .levelCopyLeft a.btn {
  background-color: #BD7C44
}
.level.silver .levelCopy .levelCopyLeft a.btn {
  background-color: #8B8B8B
}
.level.gold .levelCopy .levelCopyLeft a.btn {
  background-color: #D4AE37
}
.level.platinum .levelCopy .levelCopyLeft a.btn {
  background-color: #ACBEC4
}
.level.bronze .levelCopy .levelCopyLeft a.btn:hover {
  background-color: #98683D
}
.level.silver .levelCopy .levelCopyLeft a.btn:hover {
  background-color: #706f6f
}
.level.gold .levelCopy .levelCopyLeft a.btn:hover {
  background-color: #b59637
}
.level.platinum .levelCopy .levelCopyLeft a.btn:hover {
  background-color: #83a0a8
}
.levelCopy .levelCopyLeft hr {
  margin: 30px auto;
  border-top: 1px solid #E8E8E8;
  max-width: 200px;
  border-left: 0 solid transparent
}
.levelCopy .levelCopyLeft i {
  font-size: 40px;
  margin-bottom: 20px;
  transition: 0.5s
}
.level.bronze .levelCopy .levelCopyLeft i {
  color: #BD7C44
}
.level.silver .levelCopy .levelCopyLeft i {
  color: #8B8B8B
}
.level.gold .levelCopy .levelCopyLeft i {
  color: #D4AE37
}
.level.platinum .levelCopy .levelCopyLeft i {
  color: #ACBEC4
}
.level.bronze .levelCopy .levelCopyLeft i:hover {
  color: #98683D
}
.level.silver .levelCopy .levelCopyLeft i:hover {
  color: #706f6f
}
.level.gold .levelCopy .levelCopyLeft i:hover {
  color: #b59637
}
.level.platinum .levelCopy .levelCopyLeft i:hover {
  color: #83a0a8
}
.levelCopy .levelCopyRight {
  width: 75%;
  padding-top: 20px
}
.levelCopy .levelCopyRight > div {
  display: flex;
  flex-wrap: wrap
}
.levelCopy .levelCopyRight > div > p:first-of-type {
  color: #122F49;
  font-weight: 700;
  width: 22%
}
.levelCopy .levelCopyRight > div > p:nth-of-type(2) {
  color: #122F49;
  font-weight: 400;
  width: 78%;
  padding: 0 15px
}
@media (max-width: 900px) {
  .levelCopy .levelCopyRight > div > p:first-of-type, .levelCopy .levelCopyRight > div > p:nth-of-type(2) {
    width: 100%;
    padding: 0 15px
  }
  .levelCopy .levelCopyRight > div > p:first-of-type {
    margin-bottom: 0 !important
  }
}
@media (max-width: 768px) {
  .levelCopy .levelCopyLeft, .levelCopy .levelCopyRight {
    width: 100%
  }
}
@media (max-width: 600px) {
  .levelCopy {
    flex-wrap: wrap
  }
}
.comparisonSection {}
.comparisonSection table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px
}
.comparisonSection table th {
  border: 0px solid transparent;
  color: white;
  text-align: center
}
.comparisonSection table th:first-of-type {
  width: 44%
}
.comparisonSection table th {
  width: 14%;
  padding: 20px;
  font-size: 24px
}
.comparisonSection table th i {
  display: block;
  margin: 0 auto
}
.comparisonSection table th:nth-of-type(2) {
  background-color: #BD7C44
}
.comparisonSection table th:nth-of-type(3) {
  background-color: #8B8B8B
}
.comparisonSection table th:nth-of-type(4) {
  background-color: #D4AE37
}
.comparisonSection table th:nth-of-type(5) {
  background-color: #ACBEC4
}
.comparisonSection table td {
  padding: 20px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #D5D5D5
}
.comparisonSection table td:last-of-type {
  background-color: #ECF6FF
}
.comparisonSection table td:first-of-type {
  text-align: left
}
.comparisonSection table td p {
  color: #122F49;
  font-weight: 500;
  margin-bottom: 0 !important
}
.comparisonSection table td i {
  color: #4CB74D;
  font-size: 40px;
  text-align: center;
  width: 40px;
  height: 40px
}
.comparisonSection table tr:nth-of-type(3) td:nth-of-type(2), .comparisonSection table tr:nth-of-type(3) td:nth-of-type(3), .comparisonSection table tr:nth-of-type(3) td:nth-of-type(4), .comparisonSection table tr:nth-of-type(3) td:nth-of-type(5) {
  color: #919191;
  font-size: 20px;
  font-weight: 500
}
.comparisonSection table tr:last-of-type td {
  border: 0px solid transparent
}
.comparisonSection table tr:last-of-type td:last-of-type {
  background-color: transparent
}
.comparisonSection table tr:last-of-type h3 {
  color: #1166AE;
  font-size: 32px;
  margin-bottom: 0 !important
}
.comparisonSection table tr:last-of-type h4 {
  color: #A0A0A0;
  font-size: 18px;
  margin-bottom: 15px !important
}
.comparisonSection .btn {
  transition: 0.5s
}
.comparisonSection table tr:last-of-type td.bronze .btn {
  color: white;
  font-size: 18px;
  background-color: #BD7C44;
  padding: 10px 40px
}
.comparisonSection table tr:last-of-type td.silver .btn {
  color: white;
  font-size: 18px;
  background-color: #8B8B8B;
  padding: 10px 40px
}
.comparisonSection table tr:last-of-type td.gold .btn {
  color: white;
  font-size: 18px;
  background-color: #D4AE37;
  padding: 10px 40px
}
.comparisonSection table tr:last-of-type td.platinum .btn {
  color: white;
  font-size: 18px;
  background-color: #ACBEC4;
  padding: 10px 40px
}
.comparisonSection table tr:last-of-type td.bronze .btn:hover {
  background-color: #98683D
}
.comparisonSection table tr:last-of-type td.silver .btn:hover {
  background-color: #706f6f
}
.comparisonSection table tr:last-of-type td.gold .btn:hover {
  background-color: #b59637
}
.comparisonSection table tr:last-of-type td.platinum .btn:hover {
  background-color: #83a0a8
}
.hideSection {
  display: none
}
.ribbonFlex {
  display: flex;
  flex-direction: column
}
.ribbonCopy {
  width: 375px;
  background-color: rgba(11, 46, 74, 0.79);
  margin-left: 17px;
  padding-left: 30px;
  padding-right: 30px;
  color: white;
  font-size: 18px
}
.ribbonCopy > p {
  border-bottom: 1px solid #7d909f;
  margin-bottom: 0 !important;
  padding-bottom: 8px;
  padding-top: 8px
}
.ribbonCopy > p:last-of-type {
  border-bottom: 0 solid transparent
}
@media (max-width: 850px) {
  .reasonsSection .ribbonFlex {
    float: none !important;
    width: 435px;
    margin: 0 auto
  }
  .reasonsSection .inner > div:nth-of-type(2) {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 20px auto 0
  }
}
@media (max-width: 600px) {
  .reasonsSection .inner {
    padding: 0 5px
  }
}
.jcarousel-wrapper {
  background-color: transparent !important;
  max-width: calc(100% - 115px)
}
.carousel-quote blockquote p {
  color: #122F49;
  font-size: 20px;
  text-align: center;
  font-weight: 500
}
.carousel-quote blockquote footer, .carousel-quote blockquote footer span {
  color: #122F49;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  width: 100%;
  margin-top: 20px
}
.carousel-nav {
  border-top: 0px solid transparent
}
.carousel-nav a {
  background-color: #E19A26 !important
}
.carousel-nav .jcarousel-control-prev, .carousel-nav .jcarousel-control-next {
  background-image: none !important
}
@media (max-width: 1000px) {
  .comparisonSection table tr {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    border: 0px solid transparent;
    text-align: center
  }
  .comparisonSection table tr th:first-of-type {
    display: none
  }
  .comparisonSection table tr th {
    display: block;
    width: 25%
  }
  .comparisonSection table tr td:first-of-type {
    display: block;
    width: 100%;
    text-align: center
  }
  .comparisonSection table tr td {
    width: 25%;
    border: 0px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center
  }
  .comparisonSection table tr td i {
    color: white
  }
  .comparisonSection table tr td:nth-of-type(2) {
    background-color: #BD7C44;
    color: white
  }
  .comparisonSection table tr td:nth-of-type(3) {
    background-color: #8B8B8B;
    color: white
  }
  .comparisonSection table tr td:nth-of-type(4) {
    background-color: #D4AE37;
    color: white
  }
  .comparisonSection table tr td:nth-of-type(5) {
    background-color: #ACBEC4;
    color: white
  }
  .bottomTable td {
    flex-direction: column
  }
  .bottomTable p {
    display: none
  }
  .bottomTable h3, .comparisonSection table tr:last-of-type h4 {
    font-size: 18px !important;
    margin: 0 !important;
    margin-bottom: 0 !important
  }
  .comparisonSection table tr:last-of-type td:last-of-type {
    background-color: #ACBEC4
  }
  .bottomTable > td:first-of-type {
    display: none !important
  }
  .bottomTable > td {
    border-top: 1px solid white !important
  }
}
@media (max-width: 750px) {
  .comparisonSection table th {
    font-size: 16px
  }
  .comparisonSection table td {
    font-size: 14px;
    padding: 10px;
  }
  .comparisonSection table td i {
    font-size: 25px;
    height: 25px;
    width: 25px
  }
  .comparisonSection .inner {
    padding: 0 10px
  }
  .bottomTable h3, .comparisonSection table tr:last-of-type h4 {
    font-size: 14px !important;
    margin: 0 !important;
    margin-bottom: 0 !important
  }
}
@media (max-width: 650px) {
  #content .inner {
    padding: 0 30px
  }
  .jcarousel-wrapper {
    max-width: calc(100% - 30px)
  }
  .quotationSection > div {
    padding: 0
  }
  .carousel-quote blockquote p {
    font-size: 16px
  }
}
.btn.viewOptions {
  margin: 5px
}
.otherMembershipSection {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
  background-color: #FFF;
  padding: 2px 0 0;
}
.otherMembershipSection > div {
  width: 49%;
  /*box-shadow: 0 3px 6px grey;*/
  margin-bottom: 0;
  position: relative;
  padding: 20px;
  display: flex;
  background-color: #cbdcf8;
  align-items: center;
}
.otherMembershipSection > div .icon {
  width: 120px;
  text-align: center;
  font-size: 70px;
  color: #1166AE;
}
.otherMembershipSection > div .txt {
  width: calc(100% - 120px);
}
.otherMembershipSection > div .txt .btn {
  padding: 8px 15px;
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .otherMembershipSection > div {
    width: 100%;
    box-shadow: 0 3px 6px grey
  }
}