
/* ==========================================================================
   #GRID
   ========================================================================== */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.bulleted{
    padding-left: 15px !important;
}
.row-space {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row-refine {
  margin: 0 -15px;
}

.col-2 {
  width: -webkit-calc((100% - 20px) / 2);
  width: -moz-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
}


.form_saved_message_sent {
    margin: 1em auto;
    padding: 3em 2em;
    width: 99%;
    font-size: 1em;
    background-color: #e9ffd9;
    color: #3c763d;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
}

.form_saved_message_sent .saved_message_email, .form_saved_message_sent .saved_message_success {
    font-weight: 700;
    display: block;
    line-height: 2;
}

@media (max-width: 767px) {
  .col-2 {
    width: 100%;
  }
}

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

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

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

button {
  outline: none;
  background: none;
  border: none;
  font-family: inherit;
}

/* ==========================================================================
   #PAGE WRAPPER
   ========================================================================== */
.page-wrapper {
  min-height: 100vh;
}

body {
  font-family: "Source Sans Pro",Arial,sans-serif;
  font-weight: 400;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

/* ==========================================================================
   #BACKGROUND
   ========================================================================== */
.bg-img-1 {
  background-image: -webkit-linear-gradient(134deg, 67bde4 0%, #d2ebf8 50%, #5cb8e2 100%);
    background-image: -moz-linear-gradient(316deg, #67bde4 0%, #d2ebf8 50%, #5cb8e2 100%);
    background-image: -o-linear-gradient(316deg, #67bde4 0%, #d2ebf8 50%, #5cb8e2 100%);
    background-image: linear-gradient(316deg, #67bde4 0%, #d2ebf8 50%, #5cb8e2 100%);
}

/* ==========================================================================
   #SPACING
   ========================================================================== */
.p-t-15 {
  padding-top: 15px;
}

.p-t-5 {
  padding-top: 5px;
}
.p-t-30{
  padding-top:30px;
}

.p-t-275 {
  padding-top: 275px;
}



@media (max-width: 767px) {
  .p-t-275 {
    padding-top: 120px;
  }
  
  

    .btn-next.download-pdf
    {
        width: 35% !important;
    }
    
    .btn-back.select-back{
        margin-bottom: 0px !important;
    }
    .btns-select.btn-slct{
        margin-bottom: 5px !important;
        margin-top: 5px !important;
    }
}

.p-t-395 {
  padding-top: 395px;
}

@media (max-width: 767px) {
  .p-t-395 {
    padding-top: 120px;
  }
}

.p-t-290 {
  padding-top: 290px;
}

@media (max-width: 767px) {
  .p-t-290 {
    padding-top: 120px;
  }
}

.p-t-240 {
  padding-top: 240px;
}

@media (max-width: 767px) {
  .p-t-240 {
    padding-top: 150px;
  }
}

.p-t-200 {
  padding-top: 200px;
}

@media (max-width: 767px) {
  .p-t-200 {
    padding-top: 150px;
  }
}

.p-t-165 {
  padding-top: 165px;
}

@media (max-width: 767px) {
  .p-t-165 {
    padding-top: 120px;
  }
}

.p-b-100 {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .p-b-100 {
    padding-bottom: 250px;
  }
}

.p-b-120 {
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .p-b-120 {
    padding-bottom: 250px;
  }
}

.m-r-45 {
  margin-right: 45px;
}

@media (max-width: 767px) {
  .m-r-45 {
    margin-right: 15px;
  }
}

/* ==========================================================================
   #WRAPPER
   ========================================================================== */
.wrapper {
  margin: 0 auto;
}

.wrapper--w680 {
  max-width: 680px;
}

.wrapper--w690 {
  max-width: 690px;
}

.wrapper--w720 {
  max-width: 720px;
}

.wrapper--w900 {
  max-width: 900px;
}

.wrapper--w1070 {
  max-width: 1070px;
}

.wrapper--w1226 {
  max-width: 1226px;
}
.wrapper--w1140 {
  max-width: 1140px;
}

/* ==========================================================================
   #BUTTON
   ========================================================================== */
.btn-next-con {
    text-align: center;
    margin: 14px 0;
    width: 100%;
    border-top: 1px dotted #ccc;
    padding: 15px 0 0 0;
    clear: both;
}

.btn-next, .btn-nextt,.btn-last {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 2px !important;
    box-sizing: border-box;
    border: 1.25px solid #036493;
    background-color: #036493;
    text-align: center;
    color: #FFFFFF;
    font-family: "Source Sans Pro",Arial,sans-serif;
    font-size: 18px !important;
    font-weight: 600;
    letter-spacing: 0;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    width: 28% !important;
    margin:0px 15px;
    display: inline-block !important;
}

.btn-next:hover,
.btn-nextt:hover,
.btn-back:hover,
.btn-last:hover,
.btn-later:hover {
  background: white !important;
  border: 1.25px solid #e5d292 !important;
  color: #036493 !important;
}

@media (max-width: 767px) {
  .btn-next,
  .btn-nextt,
  .btn-back,
  .btn-last {
    display: block;
    text-align: center;
  }
}

.btn-back ,.btn-later{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 2px !important;
    box-sizing: border-box;
    border: 1.25px solid #036493;
    text-align: center;
    background-color: #FFFFFF !important;
    color: #036493 !important;
    font-family: "Source Sans Pro",Arial,sans-serif;
    font-size: 18px !important;
    font-weight: 600;
    letter-spacing: 0;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    width: 28% !important;
    display: inline-block !important;
}

.btn-back:hover {
  background: #666;
}

@media (max-width: 767px) {
  .btn-back {
    margin-right: 0;
    margin-bottom: 15px;
  }
  
  .btn-back.prev-btn{
      width: 25% !important;
  }
  
  .btn-next-select.download-btn{
      width: 30% !important;
  }
  
  .btn-back.exit-btn{
      width: 22% !important;
  }
}

.m-t-0 {
  margin-top: 0;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-35 {
  margin-top: 35px;
}

/* ==========================================================================
   #FORM
   ========================================================================== */
input,
textarea {
  outline: none;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  font-size: 18px;
  font-family: inherit;
}

input:disabled {
  cursor: pointer;
  background: transparent;
}

textarea {
  resize: none;
   height: 160px;
}

button {
  cursor: pointer;
}
div.validation_error {
    color: #790000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
    border-top: 2px solid #790000;
    border-bottom: 2px solid #790000;
    padding: 16px 0 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
    display:none;
}
.validation_message {
    color: #790000;
    font-weight: 700;
    letter-spacing: normal;
    margin-top:5px;
    display:none;
}

.input-group {
  position: relative;
  margin-bottom: 35px;
}

.input-group-icon {
  position: relative;
}

.input-group-icon .input--style-1 {
  padding-left: 40px;
}

.input-icon {
  font-size: 15px;
  color: #333;
  position: absolute;
  line-height: 38px;
  left: 14px;
  top: 1px;
  width: 20px;
  background: #fff;
  text-align: center;
}

.label,h3 {
    color: #036493;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: normal!important;
  display: block;
  margin-bottom: 10px;
}

.input--style-1 {
  font-size: 15px;
  padding: 10px 15px;
  border: 1px solid #036493;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #000;
 /* font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif; */
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
input[type=file], input[type=range] {
    background-color: transparent!important;
    padding: 0;
    border: 0;
    box-shadow: none;
    width: auto;
}

.input--style-1::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777;
}

.input--style-1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777;
  opacity: 1;
}

.input--style-1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777;
  opacity: 1;
}

.input--style-1:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777;
}

.input--style-1:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777;
}

.input--style-1:focus {
  border-color: #000;
  border-width:2px;
}

@media (max-width: 767px) {
  .input--style-1 {
    max-width: 100%;
    width: 100%;
  }
}

/* ==========================================================================
   #SELECT
   ========================================================================== */
.quantity {
  font-size: 18px;
  color: #333;
}

.icon-con {
  position: absolute;
  width: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  background: #f2f2f2;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.minus,
.plus {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #b2b2b2;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.minus:hover,
.plus:hover {
  background: #2c6ed5;
  color: #fff;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ==========================================================================
   #SELECT2
   ========================================================================== */
/* ==========================================================================
   #TAB
   ========================================================================== */
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .tab-pane.active {
  display: block;
}

.nav-tab {
  height: 0;
  visibility: hidden;
}

/* ==========================================================================
   #TITLE
   ========================================================================== */
/* ==========================================================================
   #PROGRESS
   ========================================================================== */
.progress {
 padding: 10px;
 margin-bottom:30px;
    position: relative;
    background-color: rgba(0,0,0,.1);
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 0 1px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 0 1px 1px rgb(0 0 0 / 5%);
    width: 100%;
}
.progress-bar {
 height: 24px;
    text-align: right;
    font-family: helvetica,arial,sans-serif;
    font-size: .813em!important;
    text-shadow: 0 1px 1px rgb(0 0 0 / 50%);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: 999;
    vertical-align: middle;
    background: repeating-linear-gradient(
-45deg
,rgba(0,0,0,0),rgba(0,0,0,0) 10px,rgba(0,0,0,.1) 10px,rgba(0,0,0,.1) 20px),linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.3));
}
.progress-blue {
  background-color: #036493;
    color: #fff;}
.progress:after {
    content: "";
    display: block;
    width: 100%;
    z-index: 990;
    height: 24px;
    margin-top: -24px;
    background-color: rgba(0,0,0,.1);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-box-shadow: inset 0 0 2px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 0 2px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 0 2px 2px rgb(0 0 0 / 5%);
}

.progress-val {
  font-size: 15px;
      display: block;
    width: auto;
    float: right;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 1.6;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/* ==========================================================================
   #CARD
   ========================================================================== */
.card-1 {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

.card-1 .card-heading {
  position: absolute;
  background: transparent;
  opacity: 0.6;
  left: -109px;
  top: -49px;
  font-family: "Montserrat", "Arial", "Helvetica Neue", sans-serif;
}

.card-1 .card-heading .title {
  font-size: 55px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.visible-mobile{display:none !important;}
.hidden-mobile{display:block;}
@media only screen and (max-width: 1024px) and (orientation: landscape) { 
    /*.bg-img-1 {
  background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    }*/
    
    /*.card-1 {
  -webkit-box-shadow:none;
  -moz-box-shadow: none;
  box-shadow: none;
}*/
    
    .hidden-mobile{
        display: none !important;
    }
    
    .visible-mobile{
        display: block !important;
    }
    
    .ipadbg{
        background: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    }
}

@media only screen and (max-width: 820px) and (orientation: portrait) { 
    /*.bg-img-1 {
  background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    }*/
    
    /*.card-1 {
  -webkit-box-shadow:none;
  -moz-box-shadow: none;
  box-shadow: none;
}*/
    
    .hidden-mobile{
        display: none !important;
    }
    
    .visible-mobile{
        display: block !important;
    }
    
    .ipadbg{
        background: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    }
}



@media (max-width: 767px) {
  .card-1 .card-heading {
    left: 0;
    top: -54px;
  }
  .card-1 .card-heading .title {
    font-size: 40px;
  }
  .bg-img-1 {
  background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    }
    
    .card-1 {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow:none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.hidden-mobile{
        display: none !important;
    }
    
    .visible-mobile{
        display: block !important;
    }
    
}

.card-1 .card-body {
  padding: 40px 30px;
  padding-bottom: 30px;
}


table.gfield_list.gfield_list_container {
    width: 100%;
}
a.add_list_item img {
    width: 16px;
    margin-left:5px;
    opacity:0.5;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
a.delete_list_item img {
    width: 16px;
    margin-left:5px;
    opacity:0.5;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
a.add_list_item img:hover {
    opacity:1;
}
a.delete_list_item img:hover {
    opacity:1;
}
td.gfield_list_icons {
    max-width: 20px;
}
input.input--style-1.file {
    border: 1px solid #036493;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    padding: 5px 15px;
}
h2.title {
    letter-spacing: normal!important;
    margin: 10px 0 20px 0;
    font-weight: 700;
    font-size: 22.5px;
    color: #036493 !important;
}
h4.prog-sub-title {
    font-size: 14.6px;
    line-height: 1!important;
    margin: 0 0 8px 12px!important;
    padding: 0!important;
    clear: both;
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
    font-weight: 400;
    border: none;
    background: 0 0;
    color: #036493 !important;
}
::selection {
    background-color: #e5d292;
}

::selection {
    text-shadow: none;
    background: #5a5a5a;
    color: #fff;
}
span.gfield_required {
    color: #790000;
    margin-left: 4px;
}
input.input--style-1.first-name {
    width: 100%;
    margin-bottom:20px;
    /*margin-right: 3.6%;*/
}
input.input--style-1.last-name {
    width: 100%;
}
hr {
    border: 0px !important;
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 20px;
}
span.up-desc {
    padding: 5px 0 8px 0px;
    display: block;
}
p.head-desc {
    font-size: 17px;
    color: #444;
    padding: 10px 0 25px 0;
}
span.b-desc.bold1 {
    color: #444;
    font-size: 17px;
    font-weight: 600;
    display: block;
    padding: 0 0 20px 0;
}
span.b-desc.bold2 {
    color: #444;
    font-size: 17px;
    font-weight: 600;
    display: block;
    padding: 0 0 15px 0;
}
span.down-desc {
    font-size: 13px;
    margin-top: 4px;
    color: #767676;
    width: 100%!important;
    white-space: nowrap!important;
    padding-top: 5px;
    display: block;
}
ul.ul-desc {
    list-style: disc;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    color: #444444;
    margin-bottom: 30px;
    margin-top: 35px;
    margin-left: 40px;
}

span.up-desc {
    font-size: 17px;
    color: #444444;
}
ul#input_7_95 {
    list-style: none;
    font-weight: 600;
    font-size: 16px;
}
ul#input_7_95 {
    list-style: none;
    font-weight: 600;
    font-size: 16px;
    display: block;
}
ul#input_7_95 li {
    clear: both;
    margin-left: 0!important;
    list-style-type: none!important;
    list-style-image: none!important;
    list-style: none!important;
    overflow: visible;
    position: relative;
    display: block;
    padding-bottom:15px;
}
ul#input_7_95 input {
    float: left;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-left: 1px;
}
ul#input_7_95 label {
    margin-left: 5px;
}
td.gfield_list_cell.gfield_list_cell1 {
    width: 95%;
}
td.gfield_list_icons {
    width: 5%;
}
.gfield_list_group input.input--style-1 {
    margin-bottom: 10px;
}
input[type="submit"]{
    cursor:pointer !important;
}





/* Select Page */
ul.select-list li {
    box-sizing: border-box;
    border: 0.59px solid #CAD7DD;
    border-radius: 5px;
    padding: 12px 15px;
    width: 100%;
    margin-bottom: 10px;
}
ul.select-list {
    list-style: none;
}
.select-list li .round {
    width: 20%;
    float: left;
}
.select-list li .select-text {
    width: 80%;
    color: #036493;
    font-family: "Source Sans Pro",Arial,sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
}
ul.select-list li.active-select {
    border-color: #5dbae5;
}
h3.select-top-heading {
    color: #036493;
    font-family: "Source Sans Pro",Arial,sans-serif;
    font-size: 22.5px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 0px;
    margin-bottom: 20px;
}
.round {
  position: relative;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.round label:after {
  border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 5px;
    transform: rotate(
-45deg
);
    width: 12px;
}

.round input[type="radio"] {
  visibility: hidden;
}

.round input[type="radio"]:checked + label {
    background-color: #5dbae5;
    border-color: #5dbae5;
}

.round input[type="radio"]:checked + label:after {
  opacity: 1;
}
.btns-select {
    text-align: center;
    margin: 14px 0;
    width: 100%;
    border-top: 1px dotted #ccc;
    padding: 15px 0 0 0;
    clear: both;
}
p.select-para {
    font-family: "Source Sans Pro",Arial,sans-serif;
    font-size: 17px;
    color: #444444;
    text-align: center;
}
.btn-back-select,.btn-next-select {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 2px !important;
    box-sizing: border-box;
    border: 1.25px solid #036493;
    background-color: #036493;
    text-align: center;
    color: #FFFFFF;
    font-family: "Source Sans Pro",Arial,sans-serif;
    font-size: 15px !important;
    font-weight: 600;
    letter-spacing: 0;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    margin:0px 15px;
    display: inline-block !important;
    width:35%;
}

.btn-next:hover,
.btn-nextt:hover,
.btn-back:hover,
.btn-last:hover,
.btn-later:hover {
  background: white !important;
  border: 1.25px solid #e5d292 !important;
  color: #036493 !important;
}


/* Introduction page */
.intro-top-heading {
    color: #036493;
    font-family: "Source Sans Pro",Arial,sans-serif;
    font-size: 22.5px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 0px;
    margin-bottom: 20px;
}

p.intro-para {
    font-family: "Source Sans Pro",Arial,sans-serif;
    font-size: 18px;
    color: #036493;
    font-weight: 600;
    margin-bottom: 20px;
}
.btn-next-intro{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 7px !important;
    box-sizing: border-box;
    border: 1.25px solid #036493;
    background-color: #036493;
    text-align: center;
    color: #FFFFFF;
    font-family: "Source Sans Pro",Arial,sans-serif;
    font-size: 18px !important;
    font-weight: 600;
    letter-spacing: 0;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    margin:0px 15px;
    display: inline-block !important;
  width:50%;
}
.progress-bar.progress-blue.full {
    border-radius: 20px !important;
}

/* book */
.book-img {
    text-align: center;
}
.book-img img {
    max-width: 490px;
}
.logo-img {
    width: 100%;
  }
/* Splash Page */

.logo {
    background: url(../images/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px;
}
p.splash-para {
    color: #036493;
    font-family: "Source Sans Pro",Arial,sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
    font-weight: bold;
    margin-top: 70px;
}
.btns-splash {
    text-align: center;
    margin: 20px 0;
    width: 100%;
    padding: 15px 0 0 0;
    clear: both;
}
.btns-splash a{width:32%;font-size:18px;}
.form_saved_message p {
    font-size: 18px;
    text-align: center;
    color: #444;
    line-height: 30px;
}
.form_saved_message p.resume_form_link_wrapper {
    background-color: #fff;
    display: block;
    padding: 1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    max-width: 90%!important;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 2px 0 rgb(66 103 126 / 20%);
    -moz-box-shadow: 0 3px 2px 0 rgba(66,103,126,.2);
    box-shadow: 0 1px 4px 3px rgb(66 103 126 / 20%);
    margin: 35px auto;
}
.form_saved_message .form_saved_message_emailform {
    margin: 1em 0 0 0;
}
div.form_saved_message form {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}

div.form_saved_message div.form_saved_message_emailform form input[type=email] {
    padding: 15px 10px;
    width: 45%;
    max-width: 98%!important;
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #91afc7;
    color: #424242;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: inset 0 0 5px 0 #eee;
    -moz-box-shadow: inset 0 0 5px 0 #eee;
    box-shadow: inset 0 0 5px 0 #eee;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
}
div.form_saved_message div.form_saved_message_emailform form input {
    margin: .75em auto 0 auto;
    display: inline-block;
}
div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
    padding: 19px 20px 16px 20px;
    font-size: 18px;
    line-height: 1;
    background-color: #036493;
    border: 1px solid #036493;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: auto;
}
.gfield_list_group input.input--style-1 {
    margin-bottom: 10px;
}





@media (max-width: 767px) {
  .visible-mobile{display:block !important;}
.hidden-mobile{display:none;}
.logo {height:100vh;}
p.splash-para {
    padding: 0 10px;}

  .page-wrapper.bg-img-1.p-t-30.p-b-100 {
    padding: 0 !important;
    margin: 0px !important;
}
.card-1 .card-body {
    padding: 20px 15px;
    padding-bottom: 30px;
}
.card-body {
    height: 100vh;
}
.input--style-1 {
    font-size: 18px;
    padding: 10px 10px;}

input.input--style-1.first-name{
  width:100%;
  /*margin-bottom:20px;*/
}
input.input--style-1.last-name{
  width:100%;
}
td.gfield_list_icons {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 6px 4px 4px 4px!important;
    background-color: #eee;
}
.gfield_list_row_even {
    margin: 8px 0px !important;
    display: block;
}
.btn-back, .btn-later,.btn-next,.btn-nextt, .btn-last {
    font-size: 15px !important;
}
.btn-next,.btn-nextt, .btn-last {
margin: 0px 5px;}
.btn-later{
  width:32% !important;
}

td.gfield_list_cell.gfield_list_cell1 {
    width: 100%;
    display: block;
}

}