@media screen and (max-width:768px) {
  * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
  }

  body {
    font-family:Verdana,Geneva,Arial,Helvetica,sans-serif !important;
    font-size:14px !important;
    line-height:1.42857143 !important;
    color:#333 !important;
    background-color:#fff !important;
    margin: 0;
  }

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

  table {
    width: auto;
  }

  /* hiding override */
  #top_header,
  #top_header2 {
    display: none;
  }

  div#sidebar {
    display: none;
    /*width: 1px;*/
  }

  div#container {
    max-width: 768px;
    width: auto;
  }

  div#container div#main_content {
    background: none;
    width: auto;
    margin-bottom: 110px;
  }

  #content {
    width: auto;
    float:left;
  }

  #header {
    height: auto;
    margin: 0;
    width: 100%;
    padding: 5px;
    border-bottom: 5px solid #AD302E;
    background-color: #FCFEFC;
  }

  h1#logo {
    margin: 0;
    float: left;
    width: 65%;
    text-align: center;
  }

  h1#logo a {
    width: 100%;
    height: auto;
    text-indent: inherit;
    background: none;
    text-align: left;
  }

  h1#logo a img {
    width: 100%;
    max-width: 240px;
    height: auto;
  }

  #atc_logo {
    display: none;
  }

  .atc_logo {
    width: 15%;
    float: left;
    text-align: right;
  }

  .atc_logo img {
    max-height: 54px;
    position: relative;
    bottom: 10px;
    width: auto;
  }

  .navbar-toggle-wrapper {
    width: 20%;
    float: right;
  }

  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px 7px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    height: 36px;
  }

  #toggle_login {
    float: right;
    padding: 3px 3px 5px 3px;
    height: 25px;
  }

  #toggle_login span {
    color: #888;
    font-weight: 700;
  }

  .navbar-toggle .icon-bar {
    background-color: #888;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 4px;
  }

  /* TODO */
  #login_form {
    display: none;
  }

  #index_wrapper {
    display: none;
  }

  #footer {
    display: none;
  }

  #quote_step_header {
    display: none;
  }

  #header_steps {
    background-color: #EAEAEA;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 5px;
    z-index: 1;
  }

  #header_steps ul {
    list-style: none;
    display: inline-table;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  #header_steps ul li {
    display: inline;
  }

  #header_steps ul li span {
    display: block;
    float: left;
    background: #FFF;
    text-align: center;
    padding: 10px 0px 10px 3px;
    position: relative;
    margin-right: 2%;
    font-size: 0.6em;
    text-decoration: none;
    color: #AF2F2E;
    width: 18%;
    max-height: 12px;
    height: 12px;
  }

  #header_steps ul li:not(:last-child) span:after {
    width: 0;
    height: 0;
    content: "";
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 5px solid #FFF;
    position: absolute;
    left: 100%;
    top: 0;
  }

  #header_steps ul li:not(:first-child) span:before {
    width: 0;
    height: 0;
    content: "";
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 5px solid #EAEAEA;
    position: absolute;
    left: 0;
    top: 0;
  }

  #header_steps ul li span.active {
    background: #AF2F2E;
    color: #FFF;
  }

  #header_steps ul li span.active:after {
    border-left: 5px solid #AF2F2E;
  }

  #header_steps ul li:last-child span {
    width: 20%;
    margin: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  #header_steps ul li:first-child span {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  #header_steps span.step1,
  #header_steps span.step3,
  #header_steps span.step4 {
    padding: 5px 0px 4px 2px;
  }

  #header_steps span.step2 {
    padding-left: 6px;
  }

  .login_form {
    float: left;
    width: 100%;
    display: none;
    margin-top: 3px;
  }

  .form-control {
    display: inline-block;
    width: 100%;
    height: 24px;
    padding: 4px 5px;
    color: #555;
    background-color: #fff;
    background-image: none;
    line-height: 2;
    font-size: 1em;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
    -webkit-appearance: none;
  }

  .form-control option {
    width: auto;
  }

  .login-form-control {
    width: 30%;
    line-height: 1em;
  }

  .btn {
    display: inline-block;
    padding: 6px 6px;
    margin-bottom: 0;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-appearance: none;
  }

  .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
  }

  .btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover {
    color:#333;
    background-color:#e6e6e6;
    border-color:#adadad
  }

  .btn-primary{
    color:#fff;
    background-color:#337ab7;
    border-color:#2e6da4
  }

  .btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover {
    color:#fff;
    background-color:#286090;
    border-color:#204d74
  }

  .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
  }

  .btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover {
    color:#fff;
    background-color:#449d44;
    border-color:#398439
  }

  .btn-info{
    color:#fff;
    background-color:#5bc0de;
    border-color:#46b8da
  }

  .btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover {
    color:#fff;
    background-color:#31b0d5;
    border-color:#269abc
  }

  .btn-warning{
    color:#B0AEAE;
    background-color:#EFEFEF;
    border-color:#CCC;
  }

  .btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover {
    color:#fff;
    background-color:#EDD1A8;
    border-color:#d58512
  }

  .btn-danger{
    color:#fff;
    background-color:#d9534f;
    border-color:#d43f3a
  }

  .btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover {
    color:#fff;
    background-color:#c9302c;
    border-color:#ac2925
  }

  .navbar-header {
    float: left;
    padding: 8px 0;
    height: 52px;
    width: 100%;
  }

  #navbar-links {
    display: none;
    margin-right: 0;
    padding-right: 0;
  }

  #voucher {
    width: 65%;
    font-size: 0.6em;
  }

  .navbar-collapse {
    float: left;
    width: 100%;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
  }

  .navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 0;
  }

  .nav>li {
    position: relative;
    display: block;
    border-bottom: 1px solid #EFEFEF;
  }

  .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 5px;
    color: #777;
    line-height: 10px;
    font-size: 0.7em;
    text-decoration: none;
    font-weight: 700;
  }

  #quote_voucher_label {
    display: none;
  }

  .document_item_wrapper {
    width: 60%;
  }

  .document_item_wrapper td{
    width: 100%;
    display: block;
    float: left;
  }

  .document_item_label {
    display: none;
  }

  .document_item_select {
	font-size: 1em;
  }

  .other_input {

  }

  div.floating_box {
    width: 40%;
    padding: 5px;
    overflow: auto;
    font-size: 0.75em;
    color: #286090;
  }


  .document_required,
  .required_control {
    display: none;
  }

  .pages_red_text {
    display: inline;
    font-size: 0.7em;
  }

  #certification_container {
  	width: 100%;
  	float: left;
  	background-color: #EAEAEA;
    padding: 5px;
  	border-radius: 5px;
  	font-size: 0.8em;
  }

  #certification_container select {
	font-size: 1em;
  }

  .certification_header {
    display: block;
    padding: 5px;
  }

  .destination_country_wrapper {
    width: 100%;
	margin-bottom: 5px;
  }

  #destination_country_label {
	font-weight: 800;
  }

  #destination_country {
    width: 100%;
  }

  .court_wrapper {
    width: 100%;
  }

  .sending_documents_to_wrapper {
    width: 100%;
    margin: 0;
  }

  .court_label {
    width: 50%;
    text-align: left;
  }

  .court_input_wrapper {
    width: 50%;
    text-align: left;
    margin: 0;
  }

  .court_input_wrapper > input {
    width: 100%;
  }

  #sending_documents_to {
    width: 100%;
  }

  .certification_wrapper {
    width: 100%;
    margin: 0;
  }

  .certification_body_content {
    width: 100%;
    border-spacing: 0;
  }

  .certification_body_content td{
    width: 100%;
    display: block;
    float: left;
  }

  .certification_body_label {

  }

  .certification_select_wrapper {

  }

  #certification_type {
    width: 100%;
    border: 1px solid #ccc;
  }

  #cert_read_more_wrapper {
    display: none;
  }

  #certification_message {
  	width: 100%;
  	float: left;
  	margin: 0;
  	font-size: 0.8em;
  }

  #legalisation_message {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 0.8em;
  }

  .certification_text {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 0.8em;
    line-height: 1.2em;
  }

  .extra_copies_wrapper {
    width: 100%;
  }

  .extra_copies_wrapper td{
    width: 100%;
    display: block;
    float: left;
  }

  .extra_copies_wrapper td.extra_copies_spacer {
    display: none;
  }

  #next_step_wrapper_index {
    margin-top: 5px;
    width: 100%;
    border-spacing: 0;
    float: left;
  }

  #next_step_wrapper {
    margin-top: 5px;
    margin-bottom: 30px;
    width: 100%;
    border-spacing: 0;
    float: left;
  }

  #next_step_wrapper_left_hidden {
    display: none;
  }

  #next_step_wrapper_right {

  }

  #to_step2 {
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    font-size: 1em;
  }

  .flow {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .flow-back {
    float: left;
  }

  .flow-next {
    float: right;
  }

  #choose_legalisation {
    width: 100%;
  }

  .legalisation_wrapper {
    width: 100%;
    margin: 0;
  }

  .legalisation_wrapper td{
    width: 100%;
    display: block;
    float: left;
  }

  .legalisation_wrapper td.legalisation_spacer {
    /*display: none;*/
  }

  .legalisation_label {
    width: 100%;
  }

  .legalisation_select_wrapper {
    width: 100%;
  }

  #legalisation {
    width: 100%;
  }

  #legalisation_text {
    display: none;
  }

  .extended_link {
    /*display: none !important;*/
  }

  .extended_text {
    /*display: none !important;*/
    font-size: 0.8em;
    width: 100%;
    margin: 0;
  }

  #header_price {
    display: block;
  }

  .price_box_details_wrapper {
    display: none;
    position: fixed;
    bottom: 55px;
    background: #fff;
    right: 6%;
    left: 6%;
    z-index: 10;

    border: 2px solid #AD302E;
    border-top-left-radius: 10px;
    font-size: 0.9em !important;
    border-top-right-radius: 10px;
    padding: 5px;
  }

  .total_price_wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #AD302E;
    width: 100%;
    padding: 0 5px;
    height: 55px;
    z-index: 10;
    font-weight: 700;
    font-size: 12px;
  }

  div#price_box_wrapper .price_col_label,
  div#urgent_translation_wrapper .price_col_label,
  div#urgent_certification_wrapper .price_col_label,
  div#urgent_legalisation_wrapper .price_col_label,
  div#price_box_wrapper .price_box_subtotal_label,
  div#price_box_wrapper .price_box_vat_label,
  div#price_box_wrapper .price_box_total_label {
    width: 45%;
  }

  div#price_box_wrapper .price_col_days,
  div#urgent_translation_wrapper .price_col_days,
  div#urgent_certification_wrapper .price_col_days,
  div#urgent_legalisation_wrapper .price_col_days,
  div#price_box_wrapper .price_box_subtotal_days,
  div#price_box_wrapper .price_box_vat_days,
  div#price_box_wrapper .price_box_total_days {
    width: 30%;
  }

  div#price_box_wrapper .price_col_price,
  div#urgent_translation_wrapper .price_col_price,
  div#urgent_certification_wrapper .price_col_price,
  div#urgent_legalisation_wrapper .price_col_price,
  div#price_box_wrapper .price_box_subtotal_price,
  div#price_box_wrapper .price_box_vat_price  {
    width: 25%;
  }

  div#price_box_wrapper .price_box_header {
    font-weight: bold;
    font-size: 15px;
    color:#CC0033;
    float: left;
    width: 90%;
  }

  div#price_box_wrapper .price_box_close {
    float: left;
    width: 10%;
    text-align: right;
    font-size: 1.6em;
    color: #AD302E;
  }

  div#price_box_wrapper .price_box_total_label {
    color: #FFF;
    width: 40%;
    padding: 0;
    font-size: 1em;
    position: relative;
    top: 6px;
  }

  div#price_box_wrapper .price_box_total_days {
    border: none;
    color: #FFF;
    width: 25%;
    padding: 0;
    text-align: left;
    position: relative;
    top: 6px;
    font-size: 1.5em;
  }

  div#mobile_urgent_price_wrapper {
    display: block;
    width:100%;
    float:left;
  }

  div#price_box_wrapper .price_box_total_price {
    border: none;
    color: #FFF;
    width: 35%;
    padding: 0;
    text-align: right;
    position: relative;
    bottom: 0;
    float: right;
    font-size: 2em;
  }

  div#price_box_wrapper .total_price_wrapper .clear {
    display: none;
  }

  .desktop_total {
    display: none;
  }

  .mobile_total {
    display: inline;
  }

  #mobile_total_urgent {
    display: block;
    width: 50%;
    float: left;
    color: #FFF;
    font-size: 0.9em;
    text-align: left;
  }

  #mobile_same_day_wrapper {
    width:50%;
    float: left;
    text-align: right;
    display: block;
  }

  .price_box_urgent_header {
    border-top:1px dashed #CC0033;
    padding:5px 0;
    font-weight: bold;
    font-size: 14px;
    color:#FF517A;
    font-style:italic;
    display: inline-block;
  }

  /* #extend_price_box {
    display: inline;
    float: none;
    height: auto;
    padding: 1px 1px 4px 2px;
    position: relative;
    bottom: 0px;
    color: #449d44;
    background: #FFF;
    left: 3px;
  } */

  #extend_price_box_urgent {
    display: inline;
    float: none;
    height: auto;
    padding: 2px 2px 3px 2px;
    position: relative;
    bottom: 1px;
    color: #AD302E;
    background: #FFF;
    font-size: 1.2em;
    left: 3px;
  }

  .price_box_urgent_icon {
    color: #AD302E;
    font-size: 1.2em;
    display: inline-block;

    padding: 4px 3px 6px 4px;
    border: 1px solid #DBB1B1;
    border-radius: 5px;
  }



  #mobile_header {
    float: left;
    background-color: #EAEAEA;
    text-align: center;
    width: 100%;
    border-bottom: 3px solid #AD302E;
    padding: 5px 0px;
  }

  #mobile_header .header_text {
    color: #AD302E;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;
  }

  #mobile_header .secondary_header {
    margin-top: 5px;
    font-size: 12px;
    padding: 0 5px;
  }

  #atc_wrapper {
    background-color: #FFF;
    width: 100%;
    float: left;
    padding: 5px;
    position: relative;
    z-index: 2;
  }

  #approved_stamp {
    width: 32%;
    float: left;
    margin-right: 1%;
    text-align: center;
  }

  #approved_stamp img {
    height: 60px;
  }

  #atc_wrapper .diploma_logo {
    width: 32%;
    float: left;
    margin-right: 1%;
    text-align: center;
  }

  #atc_wrapper .diploma_logo img {
    height: 60px;
  }

  #atc_wrapper .need_help {
    width: 34%;
    float: left;
    text-align: right;
    color: #AD302E;
  }

  #atc_wrapper .need_help p {
    margin: 0;
    font-size: 0.8em;
  }

  #atc_wrapper .need_help img {
    height: 30px;
  }

  /* TODO*/
  #quote_voucher_wrapper {
    position: fixed;
    bottom: 77px;
    margin: 5px;
    left: 25%;
    width: 35%;
    display: none;
    z-index: 11;
  }

  #quote_wrapper {
    background-color: #EAEAEA;
    width: 100%;
    padding: 5px;
    float: left;
  }

  #quote_content {
    background-color: #FFF;
    width: 100%;
    padding: 5px;
  	border-radius: 5px;
  	float: left;
  }

  .document_wrapper {
    background-color: #EAEAEA;
    width: 100%;
    padding: 5px;
    float: left;
    border-radius: 5px;
    font-size: 0.8em;
    margin-bottom: 10px;
  }

  .language_from_row,
  .language_to_row  {

  }

  .language_from {
	 width: 100%;
  }

  #quote_header {
  	text-transform: uppercase;
  	font-weight: 800;
  	color: #AD302E;
  	font-size: 0.9em;
  	margin-bottom: 10px;
  }

  .number_of_pages {
  	display: table-cell;
  	width: 49%;
  }

  hr {
	 display: none;
  }

  .documents_divider {
	 display: none;
  }

  .doc_spacer {
	 display: none;
  }

  .button_wrapper {
  	width: 100%;
  	float: left;
  	margin-bottom: 10px;
  }

  .button_wrapper_spacer {
	 display: none;
  }

  #add_button {
	 float: left;
  }

  #remove_button {
	 float: right;
  }

  #sitelock_shield_logo {
    display: none;
  }

  /*STEP 2*/

  .billing_address {
    width: 100%;
  }

  .billing_address td,
  .step2_form td {
    width: 100%;
    display: block;
    float: left;
  }

  #step2_same {
    float: left;
    width: 100%;
  }

  .step2_delivery_message {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }

  .step2_main_name_header {
    float: left;
    width: 100%;
  }

  .step2_main_name {
    float: left;
    width: 100%;
  }

  .main_name_item {
    float: left;
    width: 100%;
  }

  .step2_main_name_wrapper {
    float: left;
    width: 100%;
  }

  .special_instructions_wrapper {
    float: left;
    width: 100%;
  }

  #special_instructions {
    width: 100%;
    height: auto;
  }

  div#social,
  div#footer {
    display: none;
  }

  .billing_address_header,
  .delivery_address_header {
    font-weight: 700;
    color: #AD302E;
  }

  .step2_form td.billing_address_name {
    float: right;
    width: 75%;
  }

  .step2_form td.billing_address_title {
    width: 25%;
  }

  #billing_select_phone {
    float: left;
    width: 35%;
  }

  #billing_phone {
    float: right;
    width: 65%;
  }

  #step2_change {
    font-size: 0.8em;
  }

  .has-feedback {
    position: relative;
  }

  .has-feedback .form-control {
    padding-right: 42.5px;
  }

  .has-feedback select.form-control {
    padding-right: 42.5px;
  }

  .has-feedback .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    pointer-events: none;
    color: #AD302E;
  }

  .has-feedback select + .form-control-feedback {
    right: -22px;
  }

  .has-feedback select + span + .form-control-feedback {
    right: -22px;
  }

  .step2_document_details {
    font-size: 0.8em;
  }

  .step2_document_details br {
    display: none;
  }

  .navigation_button {
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    font-size: 0.9em;
  }

  .logged_user_header {
    float: left;
    width: 100%;
    text-align: justify;
    padding: 5px;
  }

  .step3_form {
    float: left;
    width: 100%;
    font-size: 0.8em;
  }

  #upload_wrapper {
    display: none;
    float: left;
    width: 100%;
  }

  #mailto_description {
    display: none;
    float: left;
    width: 100%;
  }

  .step3_office_list {
    width: 60%;
    display: inline;
  }

  .login_header {
    font-size: 0.8em;
    color: #AD302E;
    font-weight: 700;
  }

  .copy_job_header {

  }

  .step3_job_number_footer {
    display: none;
  }

  .step3_booking_not_completed {
    display: none;
  }

  #print_box_step3 {
    display: none !important;
  }

  .login_form_visible {
    display: block;
  }

  .step4_form {
    width: 100%;
    float: left;
    font-size: 0.7em;
    text-align: justify;
  }

  .step4_form br {
    display: none;
  }

  .step4_urgent_box {
    display: block;
    width: 100%;
    float: left;
    font-size: 0.8em;
    border: 1px solid #AD302E;
    padding: 2px;
  }

  .step4_urgent_box table {
    width: 100%;
    float: left;
  }

  .step4_urgent_table_outside {
    border-spacing: 0;
  }

  .step4_urgent_table_outside td {
    padding: 1px;
  }

  .step4_urgent_image {
    display: none;
  }

  .step4_urgent_table_col1 {
    width: 0;
  }

  .step4_urgent_table_col2 {
    width: 0;
  }

  .step4_urgent_table_col3 {
    width: 79%;
  }

  .step4_urgent_table_col4 {

  }

  .step4_urgent_price_input {
    width: 70%;
    border: none;
  }

  .step4_delivery_details {
    width: 100%;
    float: left;
    font-size: 0.8em;
  }

  .step4_delivery_details td {
    width: 100%;
    display: block;
    float: left;
  }


  td.step4_delivery_price_wrapper {
    display: none;
  }

  .step4_delivery_price {
    border: none;
    width: 80%;
  }

  .step4_delivery_pound {
    display: block;
    width: 20%;
  }

  .step4_delivery_instructions br {
    display: none;
  }

  .step4_instructions {
    height: auto;
  }

  .step4_findus_wrapper {
    width: 100%;
    float: left;
    font-size: 0.8em;
  }

  #price_box_delivery {
    display: none;
  }

  #price_box_delivery_days {

  }

  .step5_payment_message_wrapper {
    float: left;
    width: 100%;
    font-size: 0.8em;
  }

  .step5_payment_item {
    float: left;
    width: 100%;
    font-size: 0.8em;
  }

  #lock_img {
    display: none;
  }

  .step5_online_transfer_wrapper {
    width: 100%;
    float: left;
  }

  .step5_paypal_image {
    height: 50%;
  }

  .step5_check_terms_wrapper {
    float: left;
    width: 100%;
    font-size: 0.7em;
  }

  .step5_footer_message_wrapper {
    float: left;
    width: 100%;
    font-size: 0.7em;
  }

  #terms_extended {
    width: 100% !important;
    float: left !important;
    overflow: auto !important;
    height: 100px !important;
  }

  .payment_buttons_wrapper {
    width: 100%;
    float: left;
  }

  .payment_message_wrapper {
    width: 100%;
    float: left;
    font-size: 0.8em;
  }

  .print_wrapper {
    display: none;
  }

  .card_form_wrapper {
    float: left;
    width: 100%;
    font-size: 0.8em;
  }

  .submit_message_wrapper {
    float: left;
    width: 100%;
    font-size: 0.8em;
  }

  .submit_order_wrapper {
    font-size:8.5pt;
    font-family: teletype;
  }

  #order-24 {
    font-size: 0.6em;
  }

  #delivery_price_mobile {
    width: 20%;
    text-align: right;
    display: inline-block;
  }

  .step4_delivery_select {
    width: 75%;
  }

  #mobile_message {
    width: 100%;
    font-size: 0.75em;
    float: left;
    display: block;
    text-align: center;
  }

  #approved_stamp_extend,
  #diploma_logo_extend {
    display: none;
    clear: both;
    font-size: 0.75em;
    width: 100%;
    text-align: justify;
    font-style: italic;
  }

  #cert_read_more {
    font-size: 0.8em;
  }

  #cert_read_more a {
    text-decoration: none;
    color: blue;
  }

  .step4_urgent_box_header1 {
    font-weight: 700;
    color: #AD302E;
  }

  div.landing_page_content {
    width: 100% !important;
    font-size: 0.8em;
  }

  div.landing_page_content .clear {
    height: 1px;
  }

  div.landing_page_right_column_middle {
    width: 100% !important;
    font-size: 0.8em;
    margin: 0;
  }

  .landing_page_right_column_middle {
    width: 100%;
    font-size: 0.8em;
  }

  .landing_page_right_column {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .print_button_wrapper {
    display: none;
  }

  #officeMap {
    min-height: 240px;
  }

  #landing_page_header,
  #page_content h2 {
    font-size: 1em;
  }

  div#landing_page_content_big {
    width: 100%;
  }

  div.landing_page_content_big {
    width: 100%;
  }

  .image_holder {
    width: auto !important;
  }

  .image_holder img {
    width: 50%;
    height: 50%;
  }

  #image_holder_hide {
    display: none;
  }

  #JotFormIFrame {
    height: 420px !important;
  }

  #upload_container {
    /*display: none;*/
  }

  #cookie-bar {
    padding: 5px;
    background-color: rgba(0,0,0,0.6);
  }

  #cookie-bar .cookie-bar-content {
    width: 100%;
    font-size: 0.8em;
  }

  #dismiss-cookie-bar {
    color: #fff;
    font-size: 1.1em;
  }

  #instant_text {
    font-size: 14px !important;
  }

  div#price_box_wrapper {
    width: 100%;
  }

  #desktop_message {
    display: none;
  }

  #officeMap1 {
    width:100%;
    border:1px solid #CECECE;
  }

  #officeMap1 img {
    width: 100%;
  }

  .officeMap2 {
    display: none;
  }

  #step2_3_info {
    display: none;
  }

  .footer-logos {
    width: 100%;
    margin: 10px 0 50px 0;
  }

  .footer-logos img {
    height: 100%;
    width: 18%;
  }

  #override_content img {
    height: 80px !important;
    width: auto !important;
  }

  div.login_form_wrapper {
    display: none;
  }

  div.login_toggle {
    display: none;
  }

  div.twitter-logo {
    display: block;
    width: 100%;
    float: left;
  }

  #extend-mobile-text {
    position: fixed;
    bottom: 55px;
    background: #fff;
    right: 6%;
    left: 6%;
    z-index: 9;

    border: 2px solid #AD302E;
    border-top-left-radius: 10px;
    font-size: 0.8em !important;
    border-top-right-radius: 10px;
    padding: 5px;
    text-align: justify;
    display: none;
  }

  #extend-mobile-text .close_box {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 1.8em;
    color: #AD302E;
    margin-bottom: 8px;
  }

  .packages_wrapper {
    width: 100%;
  }

  .package-btn {
    width: 100%;
    margin-bottom: 5px;
  }

  .package-title {
    font-size: 0.8em;
  }

  .package-item {
    min-width: 150px;
    width: 24%;
  }

  #override_content {
    display: block;
  }
}

@media print {
  .no-print, .no-print *
  {
      display: none !important;
  }

  #quote_wrapper {
    width: 60%;
  }

  #sidebar {
    /*float: left;
    position: relative;
    right: 5%;*/
  }

  #header_price,
  #header_steps {
    display: none;
  }
}

.next-step-link {
  text-decoration: none;
  font-weight: bold;
  color: #FFF !important;
  background-color: #AD302E;
  font-size: 0.9em;
  text-transform: uppercase;
}

.next-step-link:hover {
  // color: #555 !important;
}

.prev-step-link {
  text-decoration: none;
  font-weight: bold;
  color: #000 !important;
  background-color: #FFF;
  border: 1px solid #000;
  font-size: 0.9em;
  text-transform: uppercase;
}

.cta-translate {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #a7022b;
  height: 40px;
  text-decoration: none;
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 4px 0;
  text-align: center;
}

.mobile-hide {
  display: none;
}