﻿/* Page background */
body {
  background-color: #f5f5f5 !important;
  background-image: url('https://az659834.vo.msecnd.net/eventsairaueprod/production-ozaccom-public/3d345e63331644b58e55f312c3c2f375') !important;
  background-attachment: fixed;
  background-size: cover;
  opacity: 0.98;
}

.main-form {
  background: #fff !important;
  color: #333333 !important;
  margin-top: 40px !important;
  padding: 0 !important;
  padding-bottom: 1px !important;
  border-radius: 20px;
}

.main-form form p {
  padding: 5px 15px 5px 15px;
}

/* Textboxes */
input.form-control {
  cursor: text !important;
  height: 36px !important;
  line-height: normal !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  /* transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s !important;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s !important; */
  width: 95% !important;
  max-width: 100% !important;
  margin-bottom: 8px !important;
}

.well input.form-control {
  width: 96% !important;
}

.select2-container {
  border: none !important;
  line-height: normal !important;
  box-shadow: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

.select2-drop input {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 10px;
}

.select2-drop-active {
  border-color: transparent !important;
}

.select2-drop {
  background: #fff !important;
  color: #333333 !important;
}

.select2-container a {
  border: 0 !important;
  box-shadow: none !important;
}

.select2-chosen {
  cursor: text !important;
  height: 34px !important;
  line-height: normal !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
  margin-right: 17px !important;
  border: 0 !important;
  box-shadow: none !important;
}

.form-group .text-right {
  padding-right: 0 !important;
}

input:focus, textarea:focus {
  border: 1px solid #fafafa!important;
  box-shadow: 0 0 5px #007eff!important;
}

.select2-choice, input.form-control, textarea.form-control, .payment-method select {
  background: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 15px !important;
  color: #000 !important;
}

textarea.form-control {
  max-width: 100% !important;
  cursor: text !important;
  line-height: normal !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-radius: 10px !important;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s !important;
}

.select2-choice::before {
  background: none;
}

.select2-chosen, .select2-choice>span:first-child, .select2-container .select2-choices .select2-search-field input {
  padding: 8px 12px;
}

.select2-container .select2-choice>.select2-chosen {
  border: 1px solid #ccc !important;
  border-radius: 15px;
  width: 95%;
}

.select2-arrow, .select2-highlighted, .input-group-addon {
  background: #3a5575 !important;
  color: #fff !important;
}

label.has-error {
  color: #cc0000 !important;
  padding-left: 5px !important;
}

/* Arrows */
.select2-arrow {
  width: 34px !important;
  border-radius: 0 15px 15px 0 !important;
}
.select2-arrow b {
  display: block !important;
  width: 70% !important;
  height: 70% !important;
  margin: 15% !important;
  background: none !important;
}
.select2-container .select2-choice .select2-arrow {
  height: 95%;
  right: 25px;
}
.payment-method .select2-arrow {
  right: 13px !important;
}
.theme-select.form-control .select2-choice .select2-arrow b {
  padding-left: 6px;
  padding-top: 3px;
}

/* Buttons */
button, input.btn, a.btn {
  border-radius: 15px !important;
  border: 0 !important;
  height: 34px !important;
  font-size: 10pt !important;
  font-weight: bold !important;
  line-height: 34px !important;
  padding: 0px 30px !important;
  white-space: nowrap !important;
  text-transform: uppercase !important;
  background: #3a5575 !important;
  color: #fff !important;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0) !important;
  /* button animation */
  transition-duration: 0.3s !important;
  transition-property: all !important;
}

.btn-file {
  background: #3a5575 !important;
  border-color: #3a5575 !important;
}

.btn-default:hover {
  background: #102433 !important;
  border-color: #102433 !important;
}

.summary-table h3 > a.btn {
  height: 25px !important;
  font-size: 0.7em !important;
  line-height: 26px !important;
  padding: 0px 20px !important;
  background: #3a5575 !important;
  margin-top: 10px;
  min-width: 70px !important;
  min-height: 25px !important;
}

.summary-table h4 > a.btn {
  display: none;
}

.summary-table h3 > a.btn:hover, .summary-table h4 > a.btn:hover {
  background: #102433 !important;
}

.summary-table h3 > a.btn::before, .summary-table h4 > a.btn::before {
  background: none !important;
  transition: none !important;
}

button:hover, button:active, input.btn:hover, a.btn:hover {
  /* -webkit-transform: scale(0.98) !important;
  -moz-transform: scale(0.98) !important;
  transform: scale(0.98) !important; */
  background: #102433 !important;
}

/* Headings */
.h1, .h2, .h3, .h4, .h5, .h6, .summary-content h3 {
  color: #3a5575 !important;
}
.h1.text-center {
  background: #3a5575;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
  color: #fff !important;
  padding: 15px !important;
  width: auto;
}
.text-left.h3, .text-center.h3, .text-right.h3, .text-left.h4, .text-center.h4, .text-right.h4 {
  font-weight: bold;
  padding-bottom: 5px !important;
  padding-left: 0 !important;
  border-bottom: 4px solid #3a5575 !important;
  margin-left: 0% !important;
}
.text-left.h1, .text-left.h2 {
  background: #3a5575 !important;
  color: #fff !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
  margin-top: -15px !important;
}
.text-left.h2 {
  margin-top: 0px !important;
}
.text-right.h5 {
  padding-right: 15px !important;
  font-weight: bold !important;
}
.text-left.h5 {
  padding: 13px !important;
}
h5 {
  color: #3a5575;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin: 0 15px;
  padding: 5px 0;
  font-size: 16px;
}
.main-form h5 {
  border-bottom: 1px solid #3a5575;
  margin-left: 0px;
  margin-top: 35px;
  padding-left: 0px;
  font-size: 14pt;
  font-weight: bold;
  width: 100%;
}

.alert {
  background: #cc0000 !important;
  color: #fff !important;
}

.alert-warning, .alert-danger {
  border-radius: 0 !important;
  border: 0 !important;
  margin: 0px !important;
}

button.close {
  background: none !important;
  opacity: 1 !important;
}

button.close:hover {
  color: #000 !important;
  transform: none !important;
}

.alert-dismissable .close {
  top: -5px;
  padding: 0px 14px !important;
  font-size: 18px !important;
}

form.form-horizontal:has(input) {
  margin-bottom: 15px !important;
}

form .text-left {
  padding: 15px !important;
  margin: 0 !important;
  opacity: 1 !important;
  transition: opacity 0.6s !important;
}

form .form-group {
  padding-right: 0px !important;
  padding-left: 15px !important;
}

/* Radio buttons/checkboxes */
.checkbox.form-group, .checkbox.form-group .col-xs-9 {
  padding-left: 0;
}

.radio input[type="radio"], .radio-inline input[type="radio"],
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -10px !important;
}

.checkbox input, .main-form input[type="checkbox"] {
  -webkit-appearance: none !important;
  box-shadow: none !important;
  padding: 9px !important;
  border-radius: 0px !important;
  display: inline-block !important;
  position: relative !important;
  margin: 0 !important;
  width: 24px !important;
  height: 24px !important;
  margin-right: 8px !important;
}

.checkbox input:checked, .main-form input[type="checkbox"]:checked {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  width: 24px !important;
  height: 24px !important;
}

.checkbox input:checked::after, .main-form input[type="checkbox"]:checked::after {
  content: '\2714' !important;
  font-size: 14px !important;
  position: absolute !important;
  top: 2px !important;
  left: 6px !important;
}

.checkbox label strong label::before {
  content: "";
  background: none;
  border: none;
}

.radio input, .main-form input[type="radio"] {
  -webkit-appearance: none !important;
  box-shadow: none !important;
  padding: 9px !important;
  border-radius: 50% !important;
  display: inline-block !important;
  position: relative !important;
  width: 24px !important;
  height: 24px !important;
  margin-right: 8px !important;
  top: -5px !important;
}

.radio input:focus, .main-form input[type="radio"]:focus {
  outline: none !important;
}

.radio input:checked, .checkbox input:checked, .main-form input[type="radio"]:checked, .main-form input[type="checkbox"]:checked {
  background: #3a5575 !important;
  color: #fff !important;
  transition: 0.2s linear !important;
}

.radio input, .checkbox input, .main-form input[type="radio"], .main-form input[type="checkbox"] {
  background: #f8f8fc !important;
  border: 1px solid #3a5575 !important;
  cursor: pointer !important;
}

.radio label, .checkbox label {
  cursor: default !important;
  font-weight: bold;
}

font, strong {
  background: none;
}

.form-group .col-sm-9 {
  padding-right: 0 !important;
}

.alert-info.centered-text, .alert-success.centered-text, .well {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.brand-header {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0px !important;
  border-radius: 20px;
}

.select2-drop {
  border-top: none !important;
}

.summary-content h3 {
  border-bottom: 1px solid;
  padding-bottom: 5px;
  font-weight: bold;
}

.summary-content h4 {
  border-bottom: 0 !important;
  padding-bottom: 5px;
  font-weight: bold;
}

form h5 {
  padding-left: 15px;
}

form p {
  padding: 15px;
}

.form-control, .input-group-addon {
  border: 0 !important;
}

div.main-form {
  max-width: 1200px !important;
}

.col-sm-3.text-left {
  padding-top: 0 !important;
}

form.form-horizontal .has-feedback span.form-control-feedback.has-error {
  left: calc(50% - 40px)!important;
}

.processor-target .panel {
  border-color: #3a5575 !important;
}

.panel-heading {
  background: #3a5575 !important;
  border-color: #3a5575 !important;
  color: #fff !important;
}

.col-sm-3.text-left>label {
  padding-left: 13px;
}

input[type=text]:disabled {
  background: #c5c3c3 !important;
}

div.function-date-time {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 14px;
}

/* group front page */
.pull-right.field-required.hidden-xs h5 {
  color: black !important;
  background: white !important;
  border: none !important;
  font-weight: normal !important;
  font-size: 15px !important;
}

#group-component-details h4 {
  border-bottom: 4px solid;
  font-weight: bold;
  padding-bottom: 10px;
  color: #3a5575 !important;
}

.group-summary-header {
  border-bottom: none;
}

#group-component-details .col-sm-3.col-sm-offset-3, 
#group-component-details .col-sm-3.col-xs-12.form-group.has-feedback {
  margin-right: 15px;
}

.group-summary-row .col-sm-3 button {
  margin-left: 20px;
  margin-top: -5px;
}

.group-summary-row .col-sm-6 p {
  margin-right: 45px;
}

/* Summary page */
.summary-table h4 {
  border-bottom: 1px solid !important;
  padding-bottom: 5px;
  font-weight: bold;
  color: #3a5575 !important;
  font-size: 12pt;
  margin: 0px;
}

.summary-table {
  margin-top: 15px;
}

/* Hide empty summary page box */
.summary-table > :nth-child(4) {
  display: none;
}

.summary-table .theme-panel .row .col-xs-12:nth-child(4n-1), 
.summary-table .theme-panel .row .col-xs-12:nth-child(4n+0) {
  background: #e5eeff;
}

/* Summary page t&c */
.main-form div[data-templateplaceholder="policies"] strong {
  padding-bottom: 5px !important;
  font-weight: bold !important;
  color: #3a5575 !important;
  border-bottom: 0 !important;
  font-size: 16px !important;
}

/* Payment page */
.row.payment-method div.radio {
  clear: both;
}
.payment-method .select2-chosen {
  width: 96% !important;
}
.payment-method .form-group .select2-container {
  width: 500px !important;
}
.credit-card-detail-row .select2-container {
  padding-right: 10px;
}
.payment-method fieldset {
  margin-right: -100px;
}

/* Incomplete registration page */
.main-form.landing h2 {
  background: #3a5575 !important;
  color: #fff !important;
  padding: 15px !important;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  opacity: 1 !important;
  transition: opacity 0.6s !important;
  font-size: 20pt;
  background-color: #fff;
}
#main-form.landing > div > div.component > p {
  border: 1px solid #ccc;
  padding: 10px !important;
}
#main-form.landing > div > div.component p a {
  color: #fff !important;
  border-radius: 25px !important;
  border: 0 !important;
  font-weight: bold !important;
  white-space: nowrap !important;
  text-transform: uppercase !important;
  padding: 9px 12px;
  line-height: 40px !important;
  display: inline !important;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0) !important;
  /* button animation */
  transition-duration: 0.3s !important;
  transition-property: all !important;
}
#main-form.landing > div > div.component p a:hover,
#main-form.landing > div > div.component p a:first-of-type:hover {
  background: #102433 !important;
}
#main-form.landing > div > div.component p a:first-of-type {
  background: #4bb543 !important;
}
#main-form.landing > div > div.component p a:nth-child(4) {
  background: #bb2124;
}
#main-form.landing > div > div.component p a::before {
  background: none;
}
#main-form.landing > div > div.component p a:link, #main-form.landing > div > div.component p a:visited,
#main-form.landing > div > div.component p a:hover, #main-form.landing > div > div.component p a:active {
  text-decoration: none;
}

/* Components */
.component {
  margin: 15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, 
.col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, 
.col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, 
.col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, 
.col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}

/* Footer */
.brand-footer-bg {
	background-color:transparent;
  margin-bottom: 40px;
  width: auto !important;
  margin-left: 0px;
  margin-right: 0px;
}
.footer {
  bottom: 0;
  min-height: 60px;
  margin-top: 30px;
  padding-bottom: 10px;
  height: 60px;
}
.brand-footer-bg {
  background-color: transparent !important;
}

/* Hide navbar */
.navbar-toggle.collapsed {
	display: none;
}
.collapse.navbar-collapse {
  display: none !important;
}
.navbar-inside-page {
  background: #fff;
  width: 100%;
  margin-left: 0px;
}

/* Set banner image width */
.img-responsive {
  width: 1200px !important;
  border-radius: 20px 20px 0 0;
}

/* Link Hover Effects */
a {
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
  color: #4690d0;
}
a::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #4690d0;
  height: 1px !important;
  transform: scaleX(0);
  transition: transform 0.4s ease-in-out;
}
a:hover::before, a:focus::before, a:active::before {
  transform: scaleX(1);
}
a:hover {
  text-decoration: none !important;
}

/* Curved theme styles */
/* Progress bar */
.progress {
  margin: 0px !important;
  height: 18pt;
}
.progress-bar {
  background: #fcb929;
  background-image: linear-gradient(45deg, #fca311 25%, #0000 25%, #0000 50%, #fca311 50%, #fca311 75%, #0000 75%, #0000);
  transition: 1s ease !important;
  line-height: 18pt;
  font-size: 12pt;
  font-weight: 600;
  color: #000;
  animation: animate-progress 1.5s linear infinite;
  background-size: 100px 100px;
  box-shadow: inset 0px 5px 5px 5px rgba(255, 255, 255, 0.5);
}
.theme-progress {
  border-radius: 0px;
}

@keyframes animate-progress {
  0% {background-position: 0 0;}
  100% {background-position: 100px 0;}
}

.theme-textbox .form-control {
  border-radius: 25px;
  height: 50px !important;
  padding-top: 10px;
}

.theme-label-floating {
  padding-top: 8px;
  padding-left: 10px;
  font-size: 14px;
  transition: 0.3s linear !important;
  font-weight: bold !important;
}

.theme-textbox:focus+.theme-label-floating, .field--not-empty+.theme-label-floating, 
.theme-select.select2-container:focus+.theme-label-floating, .init-group+.theme-label-floating, 
.twitter-typeahead+.theme-label-floating {
  font-size: 75%;
  margin-top: -22px;
}

.select2-container.field--not-empty.select2-chosen {
  margin-top: 0px;
}

.theme-component-registration {
  padding: 0px !important;
}

.bottom-padding-10 {
  padding-bottom: 0px !important;
}

div.form-group .form-control {
  margin-bottom: 15px !important;
}

.theme-select.form-control.select2-container .select2-choice {
  height: 36px;
}

.theme-textbox.form-control {
  padding-top: 10px;
  min-height: 35px !important;
}

.select2-container.field--not-empty .select2-chosen {
  margin-top: 0px !important;
}

.theme-button .fa-minus {
  margin-left: -10px;
}

.form-control.theme-select.theme-number {
  width: 35% !important;
}

.row.form-group.theme-feetype-box > .theme-box.col-xs-4 {
  margin-left: -10px;
}

.theme-component-registration .theme-textbox {
  margin-bottom: 25px;
}

.theme-component-registration .col-sm-12 h4 {
  margin-top: -20px;
  margin-bottom: 30px;
}

#select2-drop {
  width: 490px !important;
}

.theme-panel {
  margin-bottom: 0px;
  padding: 1% 3%;
  box-shadow: inset 0 -5px 0 0 #3a5575, -2px -2px 20px 0 rgba(0,0,0,0.05), 2px 2px 20px 0 rgba(0,0,0,0.05);
  border-radius: 15px;
}

.theme-panel-mini {
  box-shadow: -2px -2px 20px 0 rgba(0,0,0,0.05), 2px 2px 20px 0 rgba(0,0,0,0.05);
  border-radius: 15px;
}

.theme-box {
  margin-top: -2px;
  margin-right: 0px;
}

/* Function guest details */
.well.clearfix {
  border-radius: 10px !important;
}
.well.well-sm.clearfix h4 {
  margin: 20px 0 0 20px;
}
.well.well-sm.clearfix input {
  margin-bottom: 0px !important;
}

.theme-text-info-input {
  left: 478px;
  top: 10px;
}

.form-horizontal .form-group {
  margin-top: 20px;
  margin-bottom: 5px !important;
}

.summary-content .top-bottom-padding-10 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.summary-table > .theme-panel > .row > .col-xs-12 > .row {
  margin: 0px;
}

.datepicker_label {
  top: 8px !important;
}

.theme-input-group-addon {
  top: 12px !important;
  left: 90% !important;
}

.theme-text-info-input.theme-label-primary {
  left: 335px !important;
  margin-bottom: 5px !important;
  margin-top: 10px !important;
}

/* Info icon */
.theme-text-info-input.fa-info {
  left: 510px !important;
  top: 11px !important;
  font-size: 18px;
  color: #777;
}

/* First page headings */
#page_0 .text-left.h3 {
  margin-bottom: 10px !important;
}
#page_0 .text-left.h4 {
  border-bottom: none !important;
}
#page_0 .text-left.h3, #page_0 .text-left.h4 {
  margin-left: 1% !important;
}

/* Mobile screen styles */
@media (max-width: 767px) {
  .footer {
    height: 120px !important;
  }

  #select2-drop {
    width: 80% !important;
  }

  .payment-method fieldset {
    margin-right: 0px !important;
  }

  .select2-container .select2-choice .select2-arrow {
    right: 15px !important;
  }

  .visible-xs {
    margin-left: 15px !important;
  }

  /* Info icon */
  .theme-text-info-input.fa-info {
    left: 270px !important;
    top: 10px !important;
  }

  .form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 42pt !important;
  }

  .fa-check-circle {
    display: none;
  }

  /* Reg and social function pages */
  #page_1 .col-xs-10 p, #page_2 .col-xs-10 p {
    margin-top: 200px;
  }
  
  /* Registration page */
  #page_1 .theme-box {
    margin-left: -15px;
  }

  /* Social function page */
  #page_3 .theme-feetype-box > .col-xs-6 > div {
    margin-left: 0px !important;
  }

  /* Summary page */
  #page_6 .theme-panel {
    padding: 2% 10% !important;
  }

  /* Thank you page */
  #page_8 div.form-group .form-control {
    margin-bottom: 0px !important;
  }
  #page_8 .col-xs-10 {
    margin-left: 25px;
  }
  #page_8 .h1.text-left {
    margin-top: -18px !important;
    margin-left: -26px !important;
    margin-right: -27px !important;
    width: auto;
  }
}

/* First page table */
.programTable {
  width: 100%;
}
.programTable tr th {
  background-color: #3a5575;
  color: #fff;
}
.programTable tr th, .programTable tr td {
  padding: 5px;
  text-align: left;
}
.programTable tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.programTable tr td:first-child {
  width: 30%;
}
.programTable td {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

hr {
  display: none;
}

.footer hr {
  display: block;
  border: 1px solid #eee;
}

#cookie-message .coockie-message-close {
  border: none !important;
  background: none !important;
  font-size: 18pt !important;
  line-height: normal !important;
  float: right !important;
  padding: 5px !important;
}

/* Thank you page icon */
.fa-check-circle {
  font-size: 150px;
  color: #4bb543;
  margin: 40% -10%;
}

/* Add currency info to fees */
.fee-amount::before, .fee-summary::before, .theme-payment-summary .fixed-width-cost-col::before, 
.theme-summary .fixed-width-cost-col:nth-child(4)::before, .table-payment .text-right::before {
  content: "$";
}
.fee-amount::after, .fee-summary::after, .theme-payment-summary .fixed-width-cost-col::after, 
.theme-summary .fixed-width-cost-col > strong::after {
  content: " AUD";
}

/* ---------------------------------- Specific page changes ---------------------------------*/

/* Remove box shadow from contact, air, accom pages */
#page_2 .theme-panel {
  box-shadow: none;
}

/* Reg page */
#page_1 .theme-panel {
  padding: 1% 3%;
  margin: 0 30px;
}
/* Long radio button text alignment */
#page_1 .radio > input {
  margin-bottom: 0px;
}
/* Checkbox alignment */
#page_1 .checkbox {
  padding-left: 10px;
}
#page_1 .label-primary {
  margin-top: 5px !important;
}
#page_1 .fa {
  font-size: 12px;
}

/* Contact page */
#page_2 .form-horizontal .form-group {
  margin-top: 10px !important;
  margin-right: 0px;
}
#page_2 .text-left.h3 {
  margin-bottom: 10px !important;
}

/* Summary page */
#page_3 .theme-panel {
  margin-bottom: 2%;
  padding: 0% 5% 2% 5%;
}
#page_3 .form-group {
  margin-left: -30px;
}

/* Thank you page */
#page_5 .h1.text-left {
  margin-top: -27px !important;
  margin-left: -50px !important;
  margin-right: 15px !important;
  width: 1200px;
}
#page_5 p {
  margin: 10px 0px 10px -22px;
}