@font-face {
  font-family: PraxisLTPro-Light;
  src: url("/assets/fonts/2D1C62_0_0.woff"); }

@font-face {
  font-family: PraxisLTPro-Regular;
  src: url("/assets/fonts/2D1C62_4_0.woff"); }

@font-face {
  font-family: DidotLTPro-Roman;
  src: url("/assets/fonts/2D1C62_1_0.woff"); }

* {
  box-sizing: border-box; }

body {
  background: #000; }

.hide {
  display: none !important; }

section.section-bg-light {
  background-color: #fff; }

section {
  padding: 50px 0; }

#mainNav {
  background: #000;
  border-bottom: 0;
  padding: 10px 0;
  margin-bottom: 0; }

#mainNav .navbar-header {
  padding: 0 15px;
  width: 100%;
  margin: 0; }

.navbar-header .navbar-link {
  float: right;
  position: relative;
  overflow: hidden;
  height: 100%;
  margin: 17px 0;
  text-decoration: none;
  color: #fff;
  font-family: PraxisLTPro-Regular, Arial; }

.navbar-header .navbar-link:after {
  content: "";
  bottom: 0;
  position: absolute;
  left: 0;
  width: 0;
  border-top: 2px solid #fff;
  transition: 0.2s all ease-in-out; }

.navbar-header .navbar-link:hover {
  color: #fff; }

.navbar-header .navbar-link:hover:after {
  width: 100%; }

#logo,
.navbar-default .navbar-nav li a {
  /*font-family: 'Oswald', sans-serif;*/
  color: #fff;
  font-family: PraxisLTPro-Regular, Arial; }

.navbar-default .navbar-nav li a {
  padding-top: 21px; }

#logo {
  font-size: 33px;
  height: auto;
  padding: 15px 0;
  font-family: PraxisLTPro-Light, Arial; }

#logo span {
  font-weight: 800;
  color: #EC6608;
  font-family: PraxisLTPro-Regular, Arial;
  font-size: 35px; }

body {
  margin: 0;
  font-family: Arial;
  font-size: 17px; }

#myVideo {
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  margin-top: -100px; }

.video-container.video-container-short #myVideo {
  margin-top: 0;
  width: 100%; }

.button-container {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  height: auto; }

#more-info {
  line-height: 45px;
  border: 0;
  background: #4CAF50;
  color: #fff;
  font-size: 20px;
  transition: 0.2s all ease-in-out;
  position: relative;
  bottom: 90px;
  z-index: 1;
  margin: 0 auto;
  text-decoration: none;
  padding: 10px 50px;
  font-family: PraxisLTPro-Regular, Arial; }

#more-info:hover {
  background: #fff;
  color: #4CAF50; }

.video-container {
  position: relative;
  width: 100%;
  /**height: 100vh;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden; }

.video-inner {
  width: 100%;
  float: left;
  position: relative;
  height: auto;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.video-container.video-container-short .video-inner {
  width: 100%;
  float: left;
  position: relative;
  height: auto;
  height: 100%; }

.content {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.content.bkg {
  background-image: url("../images/leaves.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

#myBtn {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 60px;
  border: none;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  cursor: pointer;
  margin-bottom: 50px;
  padding: 0;
  position: relative; }

.video-container.video-container-short #myBtn {
  margin-bottom: 0; }

#myBtn {
  background-image: url("../images/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.play-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#myBtn:hover {
  background-image: url("../images/arrow-hover.svg"); }

#more-info:focus,
#myBtn:focus {
  outline-color: transparent;
  outline-style: none; }

/*
    FAQ SECTION

*/
#faq-section {
  height: 100%;
  background: #fff;
  padding: 100px 0; }

#faq-section h1 {
  margin-bottom: 40px;
  font-family: DidotLTPro-Roman, Arial; }

#questions {
  margin: 0;
  padding: 0;
  list-style: none; }

.subject {
  background: #f1f1f1;
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
  padding-bottom: 0;
  border-radius: 2px;
  overflow: hidden;
  background-color: #fff;
  margin: 0 0 16px;
  border: 1px solid #ddd; }

.subject .question {
  background: #eee;
  border-bottom: 1px solid #ddd; }

.subject .question h3 {
  margin: 0;
  padding: 10px 15px;
  font-family: PraxisLTPro-Regular, Arial; }

.subject .answer p {
  margin: 0;
  padding: 10px 15px;
  font-family: PraxisLTPro-Light, Arial; }

.subject .answer,
.subject .question {
  float: left;
  width: 100%; }

/*
    HOME PAGE
*/
.home-header-video {
  padding-left: 50px; }

@media only screen and (max-width: 768px) {
  .home-header-video {
    padding-left: 15px; } }

h1,
h3,
hr,
ul {
  float: left; }

hr {
  border-top: 5px solid #EC6608;
  width: 100%;
  max-width: 100px;
  float: left;
  margin: 0; }

.home-page-header {
  background: #fff;
  padding-top: 130px; }

.home-page-header h1 {
  font-family: DidotLTPro-Roman, Arial; }

.home-page-header h3 {
  font-size: 20px;
  font-weight: 700;
  color: #EC6608;
  font-family: PraxisLTPro-Regular, Arial; }

.home-page-header ul {
  width: 100%;
  float: left;
  padding: 0; }

.home-page-header ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 300;
  padding-left: 20px;
  font-family: PraxisLTPro-Light, Arial; }

.home-page-header ul li span.strong-orange {
  font-weight: 600;
  color: #EB7D1C; }

.home-page-header ul li:before {
  margin-right: 10px;
  margin-left: -20px;
  display: inline-block;
  color: #EB7D1C;
  margin-bottom: 2px;
  content: "\f10a";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.get-quote-banner {
  background-image: url("/assets/images/sunset-bg.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover; }

.get-quote-banner .container-inner {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.get-quote-banner .container-inner #more-info {
  bottom: 0; }

.get-quote-banner h1 {
  color: #fff;
  margin-right: 30px;
  font-family: DidotLTPro-Roman, Arial; }

.get-quote-banner h1 span {
  color: #000;
  font-size: 40px;
  font-weight: 600; }

@media only screen and (max-width: 768px) {
  .get-quote-banner .container-inner {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .get-quote-banner h1 {
    color: #fff;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center; } }

.get-quote-banner a {
  border: 0;
  background: #000;
  color: #fff;
  font-size: 20px;
  transition: 0.2s all ease-in-out;
  position: relative;
  text-decoration: none;
  padding: 10px 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: PraxisLTPro-Regular, Arial; }

.get-quote-banner a:hover {
  color: #EC6608; }

.get-quote-banner a:after {
  color: #EC6608;
  content: "\f10a";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 20px;
  font-size: 30px;
  transition: 0.2s all ease-in-out; }

/*
    .get-quote-banner a:hover:after {
        color: #fff;
    }
    */
/*
    MEDIA QUERIES
*/
@media only screen and (min-width: 1600px) {
  .video-inner {
    height: 100vh; } }

@media only screen and (max-width: 1200px) {
  #myVideo {
    width: 100%; }
  .video-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; } }

@media only screen and (max-width: 991px) {
  #more-info {
    line-height: 35px;
    font-size: 20px;
    /**bottom: 0px;*/
    padding: 6px 30px; } }

@media only screen and (max-width: 568px) {
  #logo {
    font-size: 25px; } }

@media only screen and (max-width: 468px) {
  #logo {
    font-size: 20px; }
  .navbar-header .navbar-link {
    margin: 15px 0; }
  #mainNav .navbar-header {
    padding: 0; }
  #more-info {
    line-height: 35px;
    font-size: 20px;
    /*bottom: -100px;*/ } }

.stage {
  height: 400px;
  width: auto;
  background: #ccc; }

.bar {
  height: 20px;
  width: auto;
  background: #000;
  display: none; }

/**FOOTER*/
footer {
  padding: 70px 0 50px; }

footer .footer-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  position: relative; }

footer .footer-group .footer-social {
  position: absolute;
  top: -45px;
  left: -10px;
  right: 0;
  width: 100%; }

footer .footer-group .footer-social .footer-social-container {
  position: relative;
  float: left;
  width: 100%; }

footer .footer-group .footer-social .footer-social-container .social-facebook,
footer .footer-group .footer-social .footer-social-container .social-twitter {
  width: 40px;
  height: 40px;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  margin-right: 20px;
  text-decoration: none;
  transition: 0.2s all ease-in-out;
  font-size: 30px; }

footer .footer-group .footer-social .footer-social-container .social-facebook:hover,
footer .footer-group .footer-social .footer-social-container .social-twitter:hover {
  background: #EC6608; }

footer .footer-group .footer-social .footer-social-container .social-facebook:before,
footer .footer-group .footer-social .footer-social-container .social-twitter:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

footer .footer-group .footer-social .footer-social-container .social-facebook:before {
  content: "\f231"; }

footer .footer-group .footer-social .footer-social-container .social-twitter:before {
  content: "\f243"; }

footer .footer-group p {
  color: #fff;
  margin-bottom: 5px;
  font-size: 12px; }

.footer-text {
  padding-right: 50px;
  width: 100%; }

.footer-text a {
  text-decoration: none;
  color: #fff;
  transition: 0.2s all ease-in-out; }

.footer-text a:hover {
  color: #EC6608; }

.footer-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 205px;
  width: 205px; }

.footer-links a {
  width: 100px;
  padding: 0 10px;
  float: left; }

.footer-links a.chartered {
  width: 105px; }

.footer-links a img {
  width: 100%;
  float: left; }

@media only screen and (max-width: 768px) {
  footer {
    display: block; }
  footer .footer-group {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer-text {
    padding-right: 0;
    margin-bottom: 30px; } }

.hero {
  height: 40vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-image: url("https://reichinsurance.schemeserve.com/documents_formal/ACCOUNT_ID_23552/USEFULDOCUMENT_ID_1295_main-image.jpg"); }
  .hero__column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .hero__column h1 {
      font-size: 8rem;
      color: #fff;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .hero__column h1 {
          font-size: 5rem; } }
      @media only screen and (max-width: 568px) {
        .hero__column h1 {
          font-size: 3rem; } }
      @media only screen and (max-width: 320px) {
        .hero__column h1 {
          font-size: 2rem; } }
    .hero__column p {
      font-size: 3rem;
      color: #fff; }
      @media only screen and (max-width: 768px) {
        .hero__column p {
          font-size: 2.5rem; } }
      @media only screen and (max-width: 568px) {
        .hero__column p {
          font-size: 2rem; } }
      @media only screen and (max-width: 320px) {
        .hero__column p {
          font-size: 1.5rem; } }

section#form__pages {
  background: #fff; }

section form {
  margin: 0 auto; }
  section form input,
  section form select {
    border-radius: 3px;
    background: white !important;
    border: 1px solid #ccc;
    height: 46px !important;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 13px !important;
    margin-bottom: 10px; }
    section form input.error,
    section form select.error {
      border: 1px solid red; }
  section form .form-group {
    float: left;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      section form .form-group {
        padding: 0 0px; } }
    section form .form-group h1 {
      font-size: 2.5rem;
      font-weight: 600;
      margin-bottom: 30px;
      margin-left: -15px; }
      @media only screen and (max-width: 768px) {
        section form .form-group h1 {
          margin-left: 0px; } }
    section form .form-group a {
      font-size: 1.3rem; }
    section form .form-group.form-group__3-col {
      width: 33.3333337%;
      padding: 10px; }
      @media only screen and (max-width: 568px) {
        section form .form-group.form-group__3-col {
          width: 100%;
          padding: 0px; } }
    section form .form-group .label-prefix {
      position: absolute;
      height: 46px;
      line-height: 46px;
      width: 46px;
      text-align: center;
      margin: 0;
      border-right: 1px solid #ccc; }
    section form .form-group .label-prefix ~ input {
      padding-left: 60px; }
  section form .form-line {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 30px;
    background: #fafafa;
    border-radius: 3px;
    overflow: hidden; }
    section form .form-line .form-info__left {
      float: left;
      width: calc(55% - 10px); }
    section form .form-line .form-info__right {
      float: left;
      width: calc(45% - 10px); }
    section form .form-line .form-info__left {
      margin-right: 10px; }
      section form .form-line .form-info__left label {
        height: 46px;
        line-height: 46px;
        margin-bottom: 10px; }
        section form .form-line .form-info__left label p {
          line-height: 46px;
          font-size: 2rem;
          font-size: 1.9rem;
          font-weight: 600; }
      section form .form-line .form-info__left p {
        font-size: 1.2rem;
        line-height: 1.5rem;
        font-weight: 300; }
      section form .form-line .form-info__left label,
      section form .form-line .form-info__left label p {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
        line-height: 1; }
  @media only screen and (max-width: 768px) {
    section form .form-info__left,
    section form .form-info__right {
      width: 100% !important;
      max-width: 100%; } }

.checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300 !important; }

.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.radiobtn {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 5px; }

.checkcontainer input:checked ~ .radiobtn {
  background-color: #666; }

.checkcontainer input ~ .radiobtn:after {
  left: 10px;
  top: 6px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.radiobtn:after {
  content: "";
  position: absolute;
  display: none; }

.checkcontainer input:checked ~ .radiobtn:after {
  display: block; }

.form-line__button input {
  float: right;
  width: 150px;
  margin: 0 10px;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 1.5rem !important;
  transition: 0.2s all ease-in-out; }
  @media only screen and (max-width: 568px) {
    .form-line__button input {
      width: 50%;
      width: calc(50% - 20px); } }
  @media only screen and (max-width: 468px) {
    .form-line__button input {
      width: 100%;
      margin-bottom: 10px; } }
  .form-line__button input.button-next {
    background: #000 !important;
    color: #fff;
    margin-right: -10px; }
    @media only screen and (max-width: 768px) {
      .form-line__button input.button-next {
        margin-right: 0px; } }
    .form-line__button input.button-next:hover {
      background: #4CAF50 !important; }
  .form-line__button input.button-back {
    color: white;
    background: #787878 !important; }
    @media only screen and (max-width: 568px) {
      .form-line__button input.button-back {
        margin-left: 0px;
        float: left; } }
    .form-line__button input.button-back:hover {
      background: #4CAF50 !important; }

/*********************************/
/******QUOTE SUMMARY  ******/
.section__quote-summary {
  background: #fff; }
  .section__quote-summary .quote-msg,
  .section__quote-summary .quote-details {
    margin: 0 auto; }
  .section__quote-summary .quote-summary__column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .section__quote-summary .quote-msg {
    float: left;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 70px;
    font-weight: 600; }
    .section__quote-summary .quote-msg p.product-category {
      color: #ddd; }
  .section__quote-summary .quote-details {
    float: left;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .section__quote-summary .quote-details p.quote-ref {
      float: left;
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
      font-weight: 600; }
    .section__quote-summary .quote-details p.cover-price {
      font-family: Arial;
      text-align: center;
      margin-bottom: 40px;
      font-weight: 600;
      font-size: 2rem; }
      .section__quote-summary .quote-details p.cover-price span {
        font-weight: 600; }
    .section__quote-summary .quote-details ul {
      float: left;
      width: 100%;
      list-style: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 0; }
      .section__quote-summary .quote-details ul li {
        float: left;
        width: 50%;
        margin-bottom: 20px; }
        @media only screen and (max-width: 768px) {
          .section__quote-summary .quote-details ul li {
            width: 100%; } }
        .section__quote-summary .quote-details ul li a {
          float: left;
          color: #333; }
          .section__quote-summary .quote-details ul li a:before {
            content: "";
            float: left;
            width: 30px;
            height: 24px;
            background-image: url("../images/pdf-icon.png");
            background-size: 18px 22px;
            background-repeat: no-repeat;
            background-position: center; }
        .section__quote-summary .quote-details ul li:nth-child(2) a {
          float: right; }
          @media only screen and (max-width: 768px) {
            .section__quote-summary .quote-details ul li:nth-child(2) a {
              float: left; } }
    .section__quote-summary .quote-details .quote-nav {
      float: left; }
      @media only screen and (max-width: 468px) {
        .section__quote-summary .quote-details .quote-nav {
          -ms-flex-direction: column;
              flex-direction: column; } }
      .section__quote-summary .quote-details .quote-nav .nav-button, .section__quote-summary .quote-details .quote-nav .nav-button__light, .section__quote-summary .quote-details .quote-nav .nav-button__dark, .section__quote-summary .quote-details .quote-nav .nav-button__orange {
        color: #fff !important;
        border-radius: 3px;
        border: 1px solid #ccc;
        height: 46px !important;
        padding: 0 10px;
        box-sizing: border-box;
        width: 100%;
        max-width: 200px;
        margin: 0 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        text-transform: uppercase;
        text-align: center;
        margin: 0;
        font-weight: 600 !important;
        font-size: 1.5rem !important;
        transition: 0.2s all ease-in-out;
        cursor: pointer; }
        @media only screen and (max-width: 468px) {
          .section__quote-summary .quote-details .quote-nav .nav-button, .section__quote-summary .quote-details .quote-nav .nav-button__light, .section__quote-summary .quote-details .quote-nav .nav-button__dark, .section__quote-summary .quote-details .quote-nav .nav-button__orange {
            width: 100%;
            max-width: 100%;
            float: left;
            margin-bottom: 10px; } }
        .section__quote-summary .quote-details .quote-nav .nav-button:focus, .section__quote-summary .quote-details .quote-nav .nav-button__light:focus, .section__quote-summary .quote-details .quote-nav .nav-button__dark:focus, .section__quote-summary .quote-details .quote-nav .nav-button__orange:focus, .section__quote-summary .quote-details .quote-nav .nav-button:hover, .section__quote-summary .quote-details .quote-nav .nav-button__light:hover, .section__quote-summary .quote-details .quote-nav .nav-button__dark:hover, .section__quote-summary .quote-details .quote-nav .nav-button__orange:hover {
          text-decoration: none; }
        .section__quote-summary .quote-details .quote-nav .nav-button__light {
          background: #787878 !important; }
          .section__quote-summary .quote-details .quote-nav .nav-button__light:hover {
            background: #4CAF50 !important; }
        .section__quote-summary .quote-details .quote-nav .nav-button__dark {
          background: #000 !important; }
          .section__quote-summary .quote-details .quote-nav .nav-button__dark:hover {
            background: #4CAF50 !important; }
        .section__quote-summary .quote-details .quote-nav .nav-button__orange {
          background: #EC6608 !important;
          border: 1px solid #EC6608;
          margin-bottom: 30px;
          padding: 0 20px;
          display: block; }
          .section__quote-summary .quote-details .quote-nav .nav-button__orange:hover {
            background: #4CAF50 !important;
            border: 1px solid #4CAF50; }

/*********************************/
/******QUOTE CONFIRMATION  ******/
.section__quote-confirmation {
  background: #fff; }
  .section__quote-confirmation .quote-summary__column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .section__quote-confirmation .quote-summary__column p {
      text-align: center;
      font-size: 1.9rem;
      font-weight: 600; }
    .section__quote-confirmation .quote-summary__column a {
      text-decoration: none;
      background: #EC6608;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      color: #fff;
      width: 150px;
      margin: 0 10px;
      margin-top: 30px;
      text-transform: uppercase;
      font-weight: 600 !important;
      font-size: 1.5rem !important;
      border-radius: 3px;
      border: 0;
      height: 46px !important;
      padding: 0 10px;
      transition: 0.2s all ease-in-out; }
      .section__quote-confirmation .quote-summary__column a:hover {
        background: #4CAF50 !important; }
