/* Import the Bourbon.io libraries */
html {
  box-sizing: border-box;
}

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

/* Load variables first */
@font-face {
  font-family: "Din-regular";
  font-style: normal;
  font-weight: normal;
  src: url("../scripts/fonts/DIN-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Din-bold";
  font-style: normal;
  font-weight: normal;
  src: url("../scripts/fonts/DIN-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Din-alt-regular";
  font-style: normal;
  font-weight: normal;
  src: url("../scripts/fonts/din1451alt.ttf") format("truetype");
}

@font-face {
  font-family: "Din-alt-g";
  font-style: normal;
  font-weight: normal;
  src: url("../scripts/fonts/din1451alt-G.ttf") format("truetype");
}

/*
	Color Palette
*/
/*
	Media Breakpoints
*/
/*
	Fonts
*/
/* Counts */
/*
	Generic Classes
*/
.clear {
  clear: both;
}

.span7 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
}

.span7:last-child {
  margin-right: 0;
}

.span5 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
}

.span5:last-child {
  margin-right: 0;
}

.mobile-only {
  display: none;
}

.grey {
  background-color: #4B4B4B;
}

.light-grey {
  background-color: #f2f2f2;
}

.gradient-vertical {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6b0607+0,bb2127+32,9c161b+100 */
  background: #6b0607;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6b0607 0%, #bb2127 32%, #9c161b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6b0607 0%, #bb2127 32%, #9c161b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6b0607 0%, #bb2127 32%, #9c161b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b0607', endColorstr='#9c161b',GradientType=0 );
  /* IE6-9 */
}

nav#main-menu {
  text-align: center;
  width: 100%;
  background-image: url(../images/red-texture.jpg);
  background-size: 100%;
  padding-top: 1rem;
}

nav#main-menu a {
  text-decoration: none;
  color: #fff;
}

nav#main-menu ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 10px 0px 10px 0;
  list-style: none;
  width: 100%;
}

nav#main-menu ul li {
  width: calc(100% / 9);
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding: 15px 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  float: left;
}

nav#main-menu ul li:hover {
  background: #8d1215;
  color: #fff;
  font-weight: 600;
  -webkit-box-shadow: 3px 3px 3px #333333;
  -moz-box-shadow: 3px 3px 3px #333333;
  box-shadow: 3px 3px 3px #333333;
}

nav#main-menu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

nav#main-menu ul li:hover a {
  color: #fff;
}

nav#main-menu ul li ul {
  text-align: center;
  padding: 0;
  position: absolute;
  top: 43px;
  left: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  z-index: 10;
  width: inherit;
}

nav#main-menu ul li ul li {
  width: 150px;
  background: #8d1215;
  display: block;
  color: #fff;
  padding-right: 40px;
  padding-left: 40px;
  border-top: solid 1px #fff;
  -webkit-box-shadow: 4px 4px 4px #4d4d4d;
  -moz-box-shadow: 4px 4px 4px #4d4d4d;
  box-shadow: 4px 4px 4px #4d4d4d;
}

nav#main-menu ul li ul li:hover {
  background: #666;
}

nav#main-menu ul li ul li a {
  color: #fff;
  font-weight: 300;
}

form .document-service {
  padding-left: 1rem;
  text-transform: uppercase;
  color: #BE2128;
}

form .document-service em {
  font-style: normal;
}

form strong {
  color: #BE2128;
}

form .col3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

form .col3:last-child {
  margin-right: 0;
}

form .col3:nth-of-type(3) {
  margin-right: 0;
}

form .col6 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  /*&:nth-of-type(1) {
			@include omega();
		}*/
}

form .col6:last-child {
  margin-right: 0;
}

form .col12 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

form .col12:last-child {
  margin-right: 0;
}

form fieldset {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  border: none;
  margin-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
}

form fieldset:last-child {
  margin-right: 0;
}

form fieldset h3 {
  color: #BE2128;
  font-weight: 400;
}

form fieldset ul li {
  font-size: 1.1rem;
  line-height: 2rem;
}

form input[type='checkbox'] {
  height: 2rem;
  width: 2rem;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: solid 2px #BE2128;
}

form input[type='text'], form select, form textarea, form input[type='number'] {
  border: solid 1px #BE2128;
  height: 3rem;
  font-size: 1rem;
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

form input[type='text']::-webkit-input-placeholder, form select::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form input[type='number']::-webkit-input-placeholder {
  color: #A6A6A6;
  text-transform: uppercase;
}

form input[type='text']::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type='number']::-moz-placeholder {
  color: #A6A6A6;
  text-transform: uppercase;
}

form input[type='text']:-moz-placeholder, form select:-moz-placeholder, form textarea:-moz-placeholder, form input[type='number']:-moz-placeholder {
  color: #A6A6A6;
  text-transform: uppercase;
}

form input[type='text']:-ms-input-placeholder, form select:-ms-input-placeholder, form textarea:-ms-input-placeholder, form input[type='number']:-ms-input-placeholder {
  color: #A6A6A6;
  text-transform: uppercase;
}

form input[type='number'] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  -o-appearance: textfield;
  appearance: textfield;
}

form select {
  background-image: url("/images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 20px;
}

form label {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
}

form label:last-child {
  margin-right: 0;
}

form textarea {
  resize: none;
  height: 200px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

form textarea:last-child {
  margin-right: 0;
}

form fieldset.submission-area {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}

form fieldset.submission-area:last-child {
  margin-right: 0;
}

form fieldset.submission-area .terms {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

form fieldset.submission-area .terms:last-child {
  margin-right: 0;
}

form fieldset.submission-area .terms input {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%;
}

form fieldset.submission-area .terms input:last-child {
  margin-right: 0;
}

form fieldset.submission-area .terms label {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
}

form fieldset.submission-area .terms label:last-child {
  margin-right: 0;
}

form fieldset.submission-area .g-recaptcha {
  float: right;
  margin-bottom: 2rem;
}

form fieldset.submission-area input[type='submit'] {
  background-image: url(../images/red-texture.jpg);
  height: 3rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 100;
  letter-spacing: 1px;
}

@media screen and (max-width: 60em) {
  form fieldset.submission-area {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  form fieldset.submission-area:last-child {
    margin-right: 0;
  }
}

form label {
  font-size: 0.9rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 55px;
  margin-right: 15px;
}

form input[type="checkbox"] {
  display: none !important;
}

form input[type="checkbox"] + label:before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 3px;
  outline: solid 1px #BE2128;
}

form input[type="checkbox"]:checked + label:before {
  line-height: 30px;
  background: url(/images/tick-icon.png) center center no-repeat;
  background-size: 50%;
}

.order-details table {
  margin-top: 50px !important;
  margin-bottom: 100px !important;
}

.order-details table td.table-header {
  color: #BE2128;
  font-weight: 600;
  text-transform: uppercase;
}

.order-details table tr {
  height: 40px;
  text-align: left !important;
  background: none !important;
}

.order-details table tr td {
  border: none !important;
  text-align: left;
}

.order-details table tr td:first-of-type {
  width: 30%;
  text-align: left;
  padding-right: 2rem;
}

.order-details table tr td:last-of-type {
  text-align: left;
}

.order-details table tr.tall {
  height: 80px;
}

.order-details table .sig-line {
  height: 80px;
}

.order-details table .sig-line td {
  padding-top: 30px;
}

@media print {
  .inner-header,
  .right,
  .grey,
  .footer-upper,
  .content,
  #payment-process-form,
  .menu-btn,
  #menu,
  nav,
  footer,
  h1,
  .inner-banner,
  .payment-options,
  .slicknav_menu,
  #print-icon,
  .columns,
  #livechat {
    display: none !important;
  }
  h2 {
    font-size: 0.8rem !important;
  }
  .no-print, .no-print * {
    display: none !important;
  }
  .print-only {
    display: inline-block !important;
  }
  .left:not(table) {
    display: none;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .left:not(table):last-child {
    margin-right: 0;
  }
  .left {
    width: 100% !important;
  }
  .order-details {
    display: block !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .order-details table {
    margin-top: 0 !important;
  }
  .order-details table tr {
    height: auto;
  }
  .order-details table tr td {
    font-size: 0.75rem !important;
  }
  .order-details table tr td:first-of-type {
    text-align: left;
    padding-right: 1rem;
  }
  .order-details table tr td.table-header {
    font-weight: 300 !important;
  }
  .order-details table tr.tall {
    height: auto !important;
  }
}

#payment-process-form .cta-btn {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

#payment-process-form .cta-btn:last-child {
  margin-right: 0;
}

.white-circle {
  width: 2.75rem !important;
  height: 2.75rem !important;
  border-radius: 1.4rem;
  background-color: #fff;
  display: inline-block;
  left: 2rem;
  top: 0.35rem;
  position: relative;
}

.white-circle img {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.order-success .columns .right {
  margin-right: 0;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.order-success .columns .right:last-child {
  margin-right: 0;
}

.order-success #order-success-ribbon {
  height: 3.5rem;
  position: relative;
  margin-bottom: 2rem;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%;
}

.order-success #order-success-ribbon:last-child {
  margin-right: 0;
}

.order-success #order-success-ribbon p {
  font-weight: 600;
  color: #fff;
  width: 100%;
  display: inline;
  position: relative;
  left: 2.5rem;
  top: -0.5rem;
}

.order-success .left p {
  margin-bottom: 2rem;
}

.order-success .left p:first-of-type {
  color: #BE2128;
}

.order-success .left p span {
  color: #BE2128;
}

.order-success .left a.cta-btn {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-bottom: 50px;
}

.order-success .left a.cta-btn:last-child {
  margin-right: 0;
}

@media screen and (max-width: 45em) {
  .order-success #order-success-ribbon {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .order-success #order-success-ribbon:last-child {
    margin-right: 0;
  }
  .order-success .left a.cta-btn {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .order-success .left a.cta-btn:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .order-success #order-success-ribbon .white-circle {
    left: 0.5rem;
    width: 2rem;
    height: 2rem;
    top: 0.75rem;
  }
  .order-success #order-success-ribbon p {
    left: 0.5rem;
    top: 0.1rem;
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 380px) {
  .order-success #order-success-ribbon p {
    left: 0.5rem;
    top: 0.1rem;
    font-size: 0.8rem;
  }
}

a.cta-btn {
  background-size: cover !important;
}

#ss_menu {
  padding-bottom: 100px;
}

#ss_menu::after {
  clear: both;
  content: "";
  display: table;
}

#ss_menu > :nth-child(4n - 1) {
  background-color: #eff0f0;
}

.ss_button {
  background-color: #BBBDBE;
  cursor: pointer;
  color: #BE2128;
  margin-top: 25px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ss_button strong {
  padding-right: 2.5rem;
  display: inline-block;
  font-size: 3rem;
  font-weight: 800;
  padding-left: 1.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ss_content .inner,
.ss_active .inner {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  margin-left: 17.05961%;
}

.ss_content .inner:last-child,
.ss_active .inner:last-child {
  margin-right: 0;
}

.faqs .ss_button {
  height: 100px;
  background-color: #4B4B4B;
  padding: 0;
}

.faqs .ss_button .image-container {
  margin-right: 5rem;
}

.faqs .ss_button .image-container img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100px;
  margin-right: 2rem;
  padding-right: 2rem;
  left: 7rem;
}

.faqs .ss_button .faq-q {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12rem;
  margin-right: 5rem;
}

.ss_content {
  display: none;
  padding: 10px;
  position: relative;
  padding-left: 12rem;
}

.ss_content a {
  margin-left: 1rem;
}

.ss_active {
  background-image: url(../images/red-texture.jpg);
  color: #fff;
}

.ss_content h4 {
  padding: 1rem 0 1rem;
  font-weight: 300;
  padding-bottom: 0;
  margin-bottom: 5px;
}

.accordion-arrow {
  float: right;
}

.accordion-arrow img {
  height: 15px;
}

.ss_content img {
  width: 24px;
  position: relative;
  top: 5px;
}

@media screen and (max-width: 60em) {
  .faqs .ss_button .faq-q {
    left: 5rem;
  }
  .faqs .ss_button .image-container img {
    display: none;
  }
  .faqs .ss_content {
    padding-left: 0;
  }
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #21272c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
  .cd-header {
    height: 70px;
    background-color: transparent;
  }
}

#cd-logo {
  float: left;
  margin: 13px 0 0 5%;
}

#cd-logo img {
  display: block;
}

@media only screen and (min-width: 768px) {
  #cd-logo {
    margin: 23px 0 0 5%;
  }
}

.cd-primary-nav {
  /* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url("assets/cd-icon-menu.svg") no-repeat center center;
}

.cd-primary-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.cd-primary-nav ul.is-visible {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.cd-primary-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #21272c;
  border-top: 1px solid #333c44;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .cd-primary-nav {
    /* reset navigation values */
    width: auto;
    height: auto;
    background: none;
  }
  .cd-primary-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 70px;
  }
  .cd-primary-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-primary-nav li {
    display: inline-block;
    margin-left: 1em;
  }
  .cd-primary-nav a {
    display: inline-block;
    height: auto;
    font-weight: 600;
    line-height: normal;
    background: transparent;
    padding: 0.6em 1em;
    border-top: none;
  }
}

/* -------------------------------- 

Slider

-------------------------------- */
.cd-hero {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-hero-slider {
  position: relative;
  height: 360px;
  overflow: hidden;
  margin: 0;
}

.cd-hero-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  list-style-type: none;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.cd-hero-slider li.selected {
  /* this is the visible slide */
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.cd-hero-slider li.move-left {
  /* slide hidden on the left */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.cd-hero-slider li.is-moving,
.cd-hero-slider li.selected {
  /* the is-moving class is assigned to the slide which is moving outside the viewport */
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}

@media only screen and (min-width: 768px) {
  .cd-hero-slider {
    height: 500px;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-hero-slider {
    height: 680px;
  }
}

/* -------------------------------- 

Single slide style

-------------------------------- */
.cd-hero-slider {
  height: 650px;
  /*li:nth-of-type(3) {
	 	background-color: $color-1;
	 	background-image: url(hero-slider/assets/img.jpg);
	}*/
}

.cd-hero-slider li {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.cd-hero-slider li:first-of-type {
  background-image: url(/images/banner1.jpg);
}

.cd-hero-slider li:nth-of-type(2) {
  background-image: url(/images/banner2.png);
}

.cd-hero-slider li:nth-of-type(3) {
  background-image: url(/images/banner3.png);
}

.cd-hero-slider li:nth-of-type(4) {
  background-image: url(/images/banner4.png);
}

.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  /* this padding is used to align the text */
  padding-top: 100px;
  text-align: center;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.cd-hero-slider .cd-img-container {
  /* hide image on mobile device */
  display: none;
}

.cd-hero-slider .cd-img-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.cd-hero-slider .cd-bg-video-wrapper {
  /* hide video on mobile device */
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cd-hero-slider .cd-bg-video-wrapper video {
  /* you won't see this element in the html, but it will be injected using js */
  display: block;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.cd-hero-slider h2, .cd-hero-slider p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  margin: 0 auto 14px;
  color: #ffffff;
  width: 90%;
  max-width: 400px;
  font-weight: 800;
  text-transform: uppercase;
}

.cd-hero-slider h2 {
  font-size: 2.2rem;
}

.cd-hero-slider p {
  font-size: 5rem;
  line-height: 1.4;
}

.cd-hero-slider .cd-btn {
  display: inline-block;
  padding: 1.2em 1.4em;
  margin-top: .8em;
  background-color: rgba(212, 68, 87, 0.9);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.cd-hero-slider .cd-btn.secondary {
  background-color: rgba(22, 26, 30, 0.8);
}

.cd-hero-slider .cd-btn:nth-of-type(2) {
  margin-left: 1em;
}

.no-touch .cd-hero-slider .cd-btn:hover {
  background-color: #d44457;
}

.no-touch .cd-hero-slider .cd-btn.secondary:hover {
  background-color: #161a1e;
}

@media only screen and (min-width: 768px) {
  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    padding-top: 150px;
  }
  .cd-hero-slider .cd-bg-video-wrapper {
    display: block;
  }
  .cd-hero-slider .cd-half-width {
    width: 45%;
  }
  .cd-hero-slider .cd-half-width:first-of-type {
    left: 5%;
  }
  .cd-hero-slider .cd-half-width:nth-of-type(2) {
    right: 5%;
    left: auto;
  }
  .cd-hero-slider .cd-img-container {
    display: block;
  }
  .cd-hero-slider h2, .cd-hero-slider p {
    max-width: 520px;
  }
  .cd-hero-slider h2 {
    font-size: 2.4em;
    font-weight: 800;
  }
  .cd-hero-slider .cd-btn {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    padding-top: 220px;
  }
  .cd-hero-slider h2 {
    font-size: 3.2em;
  }
  .cd-hero-slider p {
    font-size: 1.6rem;
  }
}

/* -------------------------------- 

Single slide animation

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-hero-slider .cd-half-width {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
  }
  .cd-hero-slider .move-left .cd-half-width {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  .cd-hero-slider .selected .cd-half-width {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-hero-slider .is-moving .cd-half-width {
    /* this is the slide moving outside the viewport 
			wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }
  .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
  .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }
  .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
  .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
  }
  .cd-hero-slider .cd-full-width h2,
  .cd-hero-slider .cd-full-width p,
  .cd-hero-slider .cd-full-width .cd-btn {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  .cd-hero-slider .move-left .cd-full-width h2,
  .cd-hero-slider .move-left .cd-full-width p,
  .cd-hero-slider .move-left .cd-full-width .cd-btn {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  .cd-hero-slider .selected .cd-full-width h2,
  .cd-hero-slider .selected .cd-full-width p,
  .cd-hero-slider .selected .cd-full-width .cd-btn {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-hero-slider li.is-moving .cd-full-width h2,
  .cd-hero-slider li.is-moving .cd-full-width p,
  .cd-hero-slider li.is-moving .cd-full-width .cd-btn {
    /* this is the slide moving outside the viewport 
			wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }
  .cd-hero-slider li.selected h2 {
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }
  .cd-hero-slider li.selected p {
    -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
    -moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
    transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
  }
  .cd-hero-slider li.selected .cd-btn {
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
  }
}

/* -------------------------------- 

Slider navigation

-------------------------------- */
.cd-slider-nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  text-align: center;
  height: 55px;
  background-color: rgba(0, 1, 1, 0.5);
}

.cd-slider-nav nav, .cd-slider-nav ul, .cd-slider-nav li, .cd-slider-nav a {
  height: 100%;
}

.cd-slider-nav nav {
  display: inline-block;
  position: relative;
}

.cd-slider-nav .cd-marker {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 100%;
  color: #d44457;
  background-color: #ffffff;
  box-shadow: inset 0 2px 0 currentColor;
  -webkit-transition: -webkit-transform 0.2s, box-shadow 0.2s;
  -moz-transition: -moz-transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
}

.cd-slider-nav .cd-marker.item-2 {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.cd-slider-nav .cd-marker.item-3 {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}

.cd-slider-nav .cd-marker.item-4 {
  -webkit-transform: translateX(300%);
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -o-transform: translateX(300%);
  transform: translateX(300%);
}

.cd-slider-nav .cd-marker.item-5 {
  -webkit-transform: translateX(400%);
  -moz-transform: translateX(400%);
  -ms-transform: translateX(400%);
  -o-transform: translateX(400%);
  transform: translateX(400%);
}

.cd-slider-nav ul::after {
  clear: both;
  content: "";
  display: table;
}

.cd-slider-nav li {
  display: inline-block;
  width: 60px;
  float: left;
}

.cd-slider-nav li.selected a {
  color: #2c343b;
}

.no-touch .cd-slider-nav li.selected a:hover {
  background-color: transparent;
}

.cd-slider-nav a {
  display: block;
  position: relative;
  padding-top: 35px;
  font-size: 1rem;
  font-weight: 700;
  color: #a8b4be;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.cd-slider-nav a::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(hero-slider/assets/cd-icon-navigation.svg) no-repeat 0 0;
}

.no-touch .cd-slider-nav a:hover {
  background-color: rgba(0, 1, 1, 0.5);
}

.cd-slider-nav li:first-of-type a::before {
  background-position: 0 0;
}

.cd-slider-nav li.selected:first-of-type a::before {
  background-position: 0 -24px;
}

.cd-slider-nav li:nth-of-type(2) a::before {
  background-position: -24px 0;
}

.cd-slider-nav li.selected:nth-of-type(2) a::before {
  background-position: -24px -24px;
}

.cd-slider-nav li:nth-of-type(3) a::before {
  background-position: -48px 0;
}

.cd-slider-nav li.selected:nth-of-type(3) a::before {
  background-position: -48px -24px;
}

.cd-slider-nav li:nth-of-type(4) a::before {
  background-position: -72px 0;
}

.cd-slider-nav li.selected:nth-of-type(4) a::before {
  background-position: -72px -24px;
}

.cd-slider-nav li:nth-of-type(5) a::before {
  background-position: -96px 0;
}

.cd-slider-nav li.selected:nth-of-type(5) a::before {
  background-position: -96px -24px;
}

@media only screen and (min-width: 768px) {
  .cd-slider-nav {
    height: 80px;
  }
  .cd-slider-nav .cd-marker,
  .cd-slider-nav li {
    width: 95px;
  }
  .cd-slider-nav a {
    padding-top: 48px;
    font-size: 1.1rem;
    text-transform: uppercase;
  }
  .cd-slider-nav a::before {
    top: 18px;
  }
}

/* -------------------------------- 

Main content

-------------------------------- */
.cd-main-content {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  padding: 2em 0;
}

.cd-main-content p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #999999;
  margin: 2em 0;
}

@media only screen and (min-width: 1170px) {
  .cd-main-content {
    padding: 3em 0;
  }
  .cd-main-content p {
    font-size: 1.6rem;
  }
}

/* -------------------------------- 

Javascript disabled

-------------------------------- */
.no-js .cd-hero-slider li {
  display: none;
}

.no-js .cd-hero-slider li.selected {
  display: block;
}

.no-js .cd-slider-nav {
  display: none;
}

/* Load other elements */
body, html {
  padding: 0;
  margin: 0;
  font-family: "Cabin", "open sans";
  font-size: 13px;
  color: #4B4B4B;
}

p {
  line-height: 1.5rem;
  font-size: 1.1rem;
}

.container {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  clear: both;
}

.wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.print-only {
  display: none;
}

ul, ol {
  list-style-position: inside;
  padding: 0;
}

.pc {
  color: #BE2128;
}

.banner-rotator-container {
  max-width: 1500px;
  margin: 0 auto;
}

a.button {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  font-family: "open sans";
  height: 50px;
  background-image: url(../images/redbutton-bg.jpg);
  background-size: cover;
  background-fit: fill;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
}

a.button:last-child {
  margin-right: 0;
}

a.button span {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

a.button span:last-child {
  margin-right: 0;
}

a.button:hover {
  background: none;
  background: #BE2128;
}

form select {
  text-transform: uppercase;
  color: #4B4B4B;
}

form input[type="text"]::-webkit-input-placeholder {
  opacity: 1;
}

form input[type="text"]::-moz-placeholder {
  opacity: 1;
}

form input[type="text"]:-moz-placeholder {
  opacity: 1;
}

form input[type="text"]:-ms-input-placeholder {
  opacity: 1;
}

form textarea {
  padding: 0.5rem;
  font-family: "open sans";
}

form textarea::-webkit-input-placeholder {
  opacity: 1;
}

form textarea::-moz-placeholder {
  opacity: 1;
}

form textarea:-moz-placeholder {
  opacity: 1;
}

form textarea:-ms-input-placeholder {
  opacity: 1;
}

#home-page.inner-header {
  position: absolute;
  top: 0;
  background: none;
  border-bottom: none;
  max-width: 1000px;
  width: 90%;
}

.inner-banner-wrapper .inner-banner {
  max-width: 1400px;
  display: block;
  margin: 0 auto;
  position: relative;
  /*
		.caption {
			position: absolute;
			@include centerer;
			top: 40%;
			width: 75%;
			font-size: 2.5rem;
			color: #fff;
			text-transform: uppercase;
			text-align: center;
			text-shadow: 2px 2px 2px #000;
			line-height: normal;
		}*/
}

.inner-banner-wrapper .inner-banner img {
  width: 100%;
}

.inner-banner-wrapper .inner-banner .inner-banner-content {
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 6rem;
}

.inner-banner-wrapper .inner-banner .inner-banner-content .caption {
  width: 1000px;
  margin: 2.25rem auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000;
}

/*
.inner-banner-wrapper {

	.inner-banner {
		max-width: 1400px;
		display: block;
		margin: 0 auto;
		position: relative;

		img {
			width: 100%;
		}
		.caption {
			position: absolute;
			@include centerer;
			top: 40%;
			width: 75%;
			font-size: 2.5rem;
			color: #fff;
			text-transform: uppercase;
			text-align: center;
			text-shadow: 2px 2px 2px #000;
			line-height: normal;
		}
	}
}

*/
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
  display: none;
}

.hero-content h1 {
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 300;
  color: #4B4B4B;
}

.hero-content h1 span {
  font-weight: 600;
}

.hero-caption {
  font-size: 3rem !important;
  color: #4B4B4B !important;
  font-weight: 500 !important;
  padding-top: 100px;
  max-width: 60% !important;
}

nav#main-menu {
  font-family: "open sans";
}

nav#main-menu::after {
  clear: both;
  content: "";
  display: table;
}

nav#mobile-menu {
  display: none;
}

.cta-btn {
  height: 5em;
  border-radius: 0;
  border: none;
  color: #fff;
  background-image: url(../images/redbutton-bg.jpg);
  background-size: cover;
  -webkit-box-shadow: 0 2px 2px #4d4d4d;
  -moz-box-shadow: 0 2px 2px #4d4d4d;
  box-shadow: 0 2px 2px #4d4d4d;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "open sans";
}

.cta-btn:hover {
  cursor: pointer;
  background: none;
  background: #BE2128;
}

section {
  display: block;
  padding-bottom: 3rem;
  padding-top: 3rem;
}

section.cd-hero {
  padding: 0;
  margin: 0;
}

.full-width section.intro {
  text-align: center;
  color: #4B4B4B;
}

.full-width section.intro h1 {
  color: #BE2128;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 25px;
}

@media screen and (min-width: 60em) {
  .full-width section.intro h1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    margin-left: 21.32451%;
  }
  .full-width section.intro h1:last-child {
    margin-right: 0;
  }
}

.full-width section.intro p {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  font-size: 1.2rem;
}

.full-width section.intro p:last-child {
  margin-right: 0;
}

.full-width section.intro .button {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-top: 2rem;
}

.full-width section.intro .button:last-child {
  margin-right: 0;
}

div.testimonials .testimonial {
  border-bottom: dotted 1px #4B4B4B;
  margin-bottom: 50px;
}

section.cta-nav {
  clear: both;
}

section.cta-nav .cta {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 18.11388%;
}

section.cta-nav .cta:last-child {
  margin-right: 0;
}

section.cta-nav .cta img {
  margin: 0 auto;
  display: block;
}

section.cta-nav .cta p {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #A6A6A6;
}

section.cta-nav .cta:nth-of-type(5) {
  margin-right: 0;
}

section.cta-nav .cta a {
  text-decoration: none;
}

/*
section.image-text {
	background-image: url(../images/flags-box.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	height: 500px;
	margin-bottom: 5rem;

	.text-overlay {
		background-color: transparentize(#fff, 0.25);
		min-height: 320px;
		max-height: 425px;
		//height: inherit 90%;
		
		//margin-top: 5%;
		margin-bottom: 40px;
		margin-top: 40px;
		padding: 1em;
		font-size: 0.95rem;
		color: $grey-font;

		h3 {
			color: $primary-color;
		}
	}
}*/
section.image-text {
  background-image: url(../images/flag-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: auto;
  margin-bottom: 5rem;
}

section.image-text .text-overlay {
  background-color: rgba(255, 255, 255, 0.75);
  height: inherit;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 1em;
  font-size: 1.2rem;
  color: #4B4B4B;
}

section.image-text .text-overlay h3 {
  color: #BE2128;
}

section.quicklinks .quicklink {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  border: solid 2px #BE2128;
  height: 320px;
  position: relative;
}

section.quicklinks .quicklink:last-child {
  margin-right: 0;
}

@media screen and (max-width: 900px) {
  section.quicklinks .quicklink {
    height: 360px;
  }
}

section.quicklinks .quicklink .upper {
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 0.2rem;
}

section.quicklinks .quicklink h3 {
  text-align: center;
  text-transform: uppercase;
  width: 70%;
  margin-left: 15%;
}

section.quicklinks .quicklink .content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  text-align: center;
  height: 60%;
  color: #4B4B4B;
}

section.quicklinks .quicklink .content:last-child {
  margin-right: 0;
}

section.quicklinks .quicklink .image-container {
  height: 50px;
  position: relative;
}

section.quicklinks .quicklink .image-container img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section.quicklinks .quicklink .cta-btn {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 1em;
  margin-bottom: 0;
}

section.quicklinks .quicklink .cta-btn img {
  padding-left: 2%;
  height: 50%;
  position: relative;
  top: 2px;
}

section.quicklinks .quicklink:nth-of-type(3) {
  margin-right: 0;
}

section.cost-summary {
  border: solid 2px #bfbfbf;
  background-color: #f2f2f2;
  padding: 2em;
  color: #4B4B4B;
  margin-top: 2rem;
}

section.cost-summary h2 {
  width: auto;
  display: inline-block;
  padding-left: 0.5rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  font-weight: 300;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  color: #BE2128;
}

section.cost-summary h2:last-child {
  margin-right: 0;
}

section.cost-summary h2 span {
  font-weight: 600;
}

section.cost-summary ul {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 44.55627%;
}

section.cost-summary ul:last-child {
  margin-right: 0;
}

section.cost-summary ul li {
  line-height: 2em;
}

section.cost-summary ul li em {
  color: #4B4B4B;
  font-size: 0.9em;
  clear: both;
  display: block;
  line-height: 1.5em;
  margin-left: 1em;
}

section.cost-summary ul:nth-of-type(2) {
  margin-left: 8.5298%;
  margin-right: 0;
}

section.example-docs {
  background-color: #4B4B4B;
  margin-top: 50px;
  margin-bottom: 50px;
}

section.example-docs h3 {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 50px;
}

section.example-docs .examples img {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 18.96686%;
}

section.example-docs .examples img:last-child {
  margin-right: 0;
}

section.example-docs .examples img:first-of-type {
  margin-left: 8.5298%;
}

.red {
  background-image: url(../images/red-texture.jpg);
  background-size: cover;
}

.red h3 {
  color: #fff;
  text-transform: uppercase;
}

section.about {
  color: #4B4B4B;
  padding-top: 0;
  margin-bottom: 5rem;
}

section.about .red {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}

section.about p {
  margin-top: 0;
  margin-bottom: 0;
}

section.about .span7, section.about .span5 {
  padding-top: 2em;
}

section.about .span5 img {
  float: right;
}

section.order {
  border: solid 1px #BE2128;
  padding: 1em;
  margin-bottom: 5em;
  padding-top: 0;
}

section.order h3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
  text-transform: uppercase;
  color: #8D1215;
  font-weight: 600;
  font-size: 1.5rem;
}

section.order h3:last-child {
  margin-right: 0;
}

section.order .content {
  clear: both;
  color: #BE2128;
}

section.order .content .left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

section.order .content .left:last-child {
  margin-right: 0;
}

section.order .content .right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
}

section.order .content .right:last-child {
  margin-right: 0;
}

section.order .content .right button {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  text-transform: uppercase;
  font-size: 300;
}

section.order .content .right button:last-child {
  margin-right: 0;
}

section.services {
  background-color: #f2f2f2;
  padding-top: 0;
}

section.services .red {
  color: #fff;
}

section.services .service {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  color: #4B4B4B;
}

section.services .service:last-child {
  margin-right: 0;
}

section.services .service h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
}

section.services .service img {
  max-width: 100%;
}

section.services .service:nth-of-type(2) {
  margin-right: 0;
}

section.faq {
  color: #4B4B4B;
}

section.faq h3 {
  color: #BE2128;
}

section.faq p em {
  font-style: normal;
  color: #BE2128;
}

section.faq p a {
  color: #BE2128;
  font-weight: 600;
}

section.faq p strong {
  text-decoration: underline;
}

section.faq .cta-btn {
  margin-top: 2em;
  font-weight: 300;
  text-transform: uppercase;
  height: 2.5rem;
  width: 45%;
}

section.faq .cta-btn:first-of-type {
  margin-right: 5%;
}

section.contact h3 {
  color: #BE2128;
  font-weight: 600;
}

section.contact form input, section.contact form textarea {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  border: solid 1px #BE2128;
  height: 3rem;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}

section.contact form input:last-child, section.contact form textarea:last-child {
  margin-right: 0;
}

section.contact form input[type="submit"] {
  border: none;
}

section.contact form textarea {
  resize: none;
  height: 150px;
}

section.contact form input#captcha {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 51.17883%;
}

section.contact form input#captcha:last-child {
  margin-right: 0;
}

section.promotion {
  background-color: #f2f2f2;
  padding-bottom: 0;
  margin-top: 100px;
}

section.promotion .flags {
  margin-bottom: 2em;
}

section.promotion .flags img {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 18.11388%;
  margin-bottom: 2rem;
}

section.promotion .flags img:last-child {
  margin-right: 0;
}

section.promotion .flags img:nth-of-type(5n) {
  margin-right: 0;
  border: solid 1px #f2f2f2;
}

footer {
  background-color: #4b4b4b;
  padding-top: 75px;
  padding-bottom: 50px;
}

footer ul {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 18.96686%;
  list-style-type: none;
  font-size: 0.7rem;
  padding: 0;
}

footer ul:last-child {
  margin-right: 0;
}

footer ul li {
  line-height: 1.5rem;
  text-transform: uppercase;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
}

footer .copyright {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 36.02647%;
  text-align: right;
  color: #fff;
  font-size: 0.7rem;
}

footer .copyright:last-child {
  margin-right: 0;
}

footer .copyright div {
  line-height: 1rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

footer .copyright div p {
  font-size: 0.9rem;
  line-height: 0.7rem;
}

@media screen and (max-width: 45em) {
  footer .copyright div p {
    line-height: 1rem;
  }
}

footer .copyright div a {
  color: #fff;
  text-decoration: none;
}

footer .copyright div span {
  font-weight: 300;
}

.payment-options {
  border: solid 2px #BE2128;
  border-bottom: none;
  background-image: url(/images/payment-options-bg.jpg);
}

.payment-options .red-ribbon {
  padding-left: 5rem;
  margin-bottom: 2rem;
  position: relative;
}

.payment-options .red-ribbon::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 45em) {
  .payment-options .red-ribbon {
    padding-left: 1rem;
  }
}

.payment-options .red-ribbon img {
  float: left;
}

.payment-options .red-ribbon h3 {
  color: #fff;
  float: left;
}

.payment-options .doc-delivery {
  padding-left: 2rem;
}

.payment-options .inner {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  margin-top: 2rem;
  clear: both;
  margin: 4rem 5rem 4rem;
}

.payment-options .inner::after {
  clear: both;
  content: "";
  display: table;
}

.payment-options .vcenter {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}

.payment-options .vcenter::after {
  clear: both;
  content: "";
  display: table;
}

.payment-options h3 {
  color: #BE2128;
  text-transform: uppercase;
  font-family: "Cabin", "open sans";
  margin: 0 10px 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 90px;
}

.payment-options ul {
  clear: both;
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

.payment-options ol {
  list-style-type: none;
}

.payment-options p {
  margin-bottom: 0;
}

.payment-options a.button {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  font-weight: 800;
  margin-top: 50px;
}

.payment-options a.button:last-child {
  margin-right: 0;
}

@media screen and (max-width: 45em) {
  .payment-options a.button {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    font-size: 10px;
  }
  .payment-options a.button:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 45em) and (max-width: 1120px) {
  .wrapper {
    width: 90%;
  }
}

@media screen and (min-width: 45em) {
  .slicknav_menu {
    display: none !important;
  }
}

@media screen and (max-width: 45em) {
  .container {
    width: 100%;
  }
  .wrapper {
    width: 80%;
  }
  .slicknav_menu {
    display: block;
  }
  #menu {
    display: block;
  }
  nav {
    display: none;
  }
  .hero-banner .hero-content {
    top: 100px;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    font-size: 0.85rem;
  }
  .hero-banner .hero-content:last-child {
    margin-right: 0;
  }
  section.cta-nav .cta img {
    width: 75%;
  }
  section.cta-nav .cta p {
    font-size: 0.6em;
  }
  section.image-text {
    background-position: center;
    background-size: cover;
    /*.text-overlay {
			height: auto;
			margin-top: 20px;
			font-size: 0.9rem;
		}*/
  }
  section.quicklinks .quicklink {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  section.quicklinks .quicklink:last-child {
    margin-right: 0;
  }
  section.cost-summary {
    padding: 1rem;
  }
  section.cost-summary h2 {
    letter-spacing: 1px;
    font-size: 1rem;
  }
  section.cost-summary ul {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 0%;
  }
  section.cost-summary ul:last-child {
    margin-right: 0;
  }
  section.cost-summary ul li {
    font-size: 1rem;
  }
  section.cost-summary ul li em {
    font-size: 0.9rem;
  }
  section.cost-summary ul:nth-of-type(2) {
    margin-left: 0%;
  }
  section.about .span5 img {
    width: 100%;
  }
  section.order h3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  section.order h3:last-child {
    margin-right: 0;
  }
  section.order .content .right .cta-btn {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  section.order .content .right .cta-btn:last-child {
    margin-right: 0;
  }
  section.services .service {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
    border-bottom: solid 2px #4b4b4b;
  }
  section.services .service:last-child {
    margin-right: 0;
  }
  section.faq {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
  }
  section.faq:last-child {
    margin-right: 0;
  }
  section.faq button.cta-btn {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
  }
  section.faq button.cta-btn:last-child {
    margin-right: 0;
  }
  section.contact {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin: 0;
  }
  section.contact:last-child {
    margin-right: 0;
  }
  .inner-banner-wrapper .inner-banner .inner-banner-content {
    background: none;
    border: none;
  }
  .payment-options .inner {
    margin: 1rem;
  }
  /*section.promotion {
		.flags {
			img {
				@include span-columns(4);

				&:nth-of-type(3) {
					@include omega();
				}
				&:nth-of-type(4) {
					@include shift(2);
				}
			}
		}
	}*/
}

@media screen and (max-width: 28.125em) {
  .mobile-only {
    display: block;
  }
  .cd-hero-slider {
    height: 50vh !important;
  }
  .mobile-hide {
    display: none !important;
  }
  .hero-caption {
    padding-top: 10px;
  }
  .cd-hero-slider p {
    font-size: 1.5rem !important;
  }
  .full-width section.intro h1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
  }
  .full-width section.intro h1:last-child {
    margin-right: 0;
  }
  section.quicklinks .quicklink {
    height: auto !important;
  }
  section.quicklinks .quicklink .content {
    padding-bottom: 50px;
    clear: both;
  }
  .hero-banner .hero-content h1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .hero-banner .hero-content h1:last-child {
    margin-right: 0;
  }
  .hero-banner .hero-content button {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    margin-top: 1rem;
  }
  .hero-banner .hero-content button:last-child {
    margin-right: 0;
  }
  #inner-page .logo img {
    min-width: 200px;
    margin-top: 15px;
  }
  .inner-banner-wrapper .inner-banner .caption {
    top: 30%;
  }
  .how-to-order .steps {
    margin-top: 50px;
  }
  .how-to-order .order-step-container .order-step .order-count {
    margin-top: 5px;
  }
  section.intro .cta-btn {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
  }
  section.intro .cta-btn:last-child {
    margin-right: 0;
  }
  section.cta-nav .cta {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    padding-bottom: 2rem;
    font-size: 1.25rem;
  }
  section.cta-nav .cta:last-child {
    margin-right: 0;
  }
  section.cta-nav .cta:nth-of-type(even) {
    margin-right: 0;
  }
  section.cta-nav .cta img {
    width: 60%;
  }
  section.cta-nav .cta:nth-of-type(5) {
    margin-left: 25.58941%;
  }
  section.quicklinks .quicklink {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
    height: 420px;
  }
  section.quicklinks .quicklink:last-child {
    margin-right: 0;
  }
  section.quicklinks .quicklink .content {
    height: auto;
  }
  section.quicklinks .quicklink .content h3 {
    padding: 0;
    margin: 0;
  }
  section.quicklinks .quicklink .content p {
    padding: 0;
    font-size: 0.9rem;
  }
  section.cost-summary ul {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    padding-left: 1rem;
  }
  section.cost-summary ul:last-child {
    margin-right: 0;
  }
  section.example-docs .examples img {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-bottom: 2rem;
  }
  section.example-docs .examples img:last-child {
    margin-right: 0;
  }
  section.example-docs .examples img:nth-of-type(even) {
    margin-right: 0;
  }
  section.example-docs .examples img:first-of-type {
    margin-left: 0%;
  }
  section.about .span7 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  section.about .span7:last-child {
    margin-right: 0;
  }
  section.about .span5 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
  }
  section.about .span5:last-child {
    margin-right: 0;
  }
  section.order .content .left, section.order .content .right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  section.order .content .left:last-child, section.order .content .right:last-child {
    margin-right: 0;
  }
  section.services .service img {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  section.services .service img:last-child {
    margin-right: 0;
  }
  section.faq h3 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  section.faq button.cta-btn {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
  }
  section.faq button.cta-btn:last-child {
    margin-right: 0;
  }
  /*section.promotion {
		.flags {
			img {
				@include span-columns(5);
				
				&:nth-of-type(2n) {
					@include shift(2);
					@include omega();
				}
				&:last-of-type {
					border: solid 1px;
					float: left;
				}
			}
		}
	}*/
  footer {
    padding-bottom: 0px;
  }
  footer ul {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    text-align: center;
    padding-bottom: 16.66667px;
    border-bottom: solid 1px #fff;
  }
  footer ul:last-child {
    margin-right: 0;
  }
  footer ul:nth-of-type(3) {
    margin-right: 0;
  }
  footer .copyright {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    text-align: center;
    margin-top: 2rem;
  }
  footer .copyright:last-child {
    margin-right: 0;
  }
}

.slicknav_menu {
  background-image: url(../images/red-texture.jpg);
  background-size: cover;
}

.slicknav_menu .slicknav_btn {
  background: none;
}

a {
  color: #BE2128;
  text-decoration: underline;
}

.cta-btn {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background-image: url(../images/redbutton-bg.jpg);
  background-size: 100%;
  text-align: center;
  text-decoration: none;
  margin-bottom: 1rem;
  height: 2.5rem;
  line-height: 2.5rem;
}

.cta-btn:last-child {
  margin-right: 0;
}

.current-letter {
  background-color: #BE2128;
  color: #fff;
  font-weight: 600;
  padding-left: 1rem;
  height: 2rem;
  line-height: 2rem;
}

.container {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.red-ribbon,
.red-ribbon-custom {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background-image: url(../images/red-texture.jpg);
  background-size: cover;
  color: #fff;
  font-family: "open sans";
}

.red-ribbon:last-child,
.red-ribbon-custom:last-child {
  margin-right: 0;
}

.outer-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.outer-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.inner-page {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.inner-page::after {
  clear: both;
  content: "";
  display: table;
}

.inner-page h1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 1.5px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: 300;
}

.inner-page h1:last-child {
  margin-right: 0;
}

.inner-page table {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 100%;
}

.inner-page table tr {
  padding: 0;
  margin: 0;
}

.inner-page table tr td {
  text-align: center;
  padding: 0;
  margin: 0;
  border: solid 2px #C7C7C7;
  line-height: 2rem;
}

.inner-page table tr:nth-of-type(even) {
  background-color: #F0F1F1;
}

.inner-page table tr:nth-of-type(odd) {
  background-color: #FAFBFB;
}

.inner-page .red-ribbon-custom {
  color: #fff;
  height: 50px;
}

.inner-page .red-ribbon-custom a {
  color: #fff;
  padding-left: 3rem;
  text-decoration: none;
  line-height: 50px;
  font-weight: 300;
}

@media screen and (max-width: 45em) {
  .inner-page .red-ribbon-custom {
    height: 75px;
    position: relative;
  }
  .inner-page .red-ribbon-custom a {
    padding-left: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1.5rem;
    width: 100%;
  }
}

.inner-page .columns {
  clear: both;
  margin-bottom: 100px;
}

.inner-page .columns::after {
  clear: both;
  content: "";
  display: table;
}

.inner-page .columns .inner {
  padding: 0 2rem 1rem;
  clear: both;
}

.inner-page .columns .red-ribbon {
  height: 5rem;
  position: relative;
  background-image: url(../images/redbutton-bg.jpg);
}

.inner-page .columns .red-ribbon div {
  width: 100%;
  padding: 0 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.inner-page .columns .red-ribbon div h3 {
  font-weight: 600;
}

.inner-page .columns .red-ribbon div img {
  float: left;
  margin-right: 0.5rem;
}

.inner-page .columns .left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 61.61588%;
  background-color: #F2F2F2;
  border: solid 1px #bfbfbf;
  -webkit-box-shadow: 0 2px 2px #4d4d4d;
  -moz-box-shadow: 0 2px 2px #4d4d4d;
  box-shadow: 0 2px 2px #4d4d4d;
}

.inner-page .columns .left:last-child {
  margin-right: 0;
}

.inner-page .columns .left .inner {
  padding: 1rem 2rem 2rem;
}

.inner-page .columns .left ul {
  color: #BE2128;
}

.inner-page .columns .left ul li:not(:last-of-type) {
  padding-bottom: 1rem;
}

.inner-page .columns .right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-left: 4.2649%;
  margin-right: 0;
  /*.red-ribbon {
				@include pad(0 2rem);
				background-image: url(../images/redbutton-bg.jpg);
				font-size: 0.85rem;
				margin-bottom: 0;
			}*/
}

.inner-page .columns .right:last-child {
  margin-right: 0;
}

.inner-page .columns .right .grey {
  border: solid 1px #bfbfbf;
  -webkit-box-shadow: 0 2px 2px #4d4d4d;
  -moz-box-shadow: 0 2px 2px #4d4d4d;
  box-shadow: 0 2px 2px #4d4d4d;
}

.inner-page .columns .right h3 {
  color: #fff;
}

.inner-page .columns .right p strong {
  text-decoration: underline;
}

.inner-page .columns .right a {
  color: #fff;
  font-weight: 600;
}

.inner-page .columns .right .cta-btn {
  font-weight: 300;
}

.inner-page .columns .right .grey {
  color: #fff;
  margin-bottom: 2rem;
}

.inner-page .columns .right .map-container {
  margin-bottom: 25px;
}

.inner-page .columns .right .map-container iframe {
  width: 100%;
}

.inner-page .columns .right .img-container {
  margin-bottom: 2rem;
}

.inner-page .columns .right .img-container img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 45em) {
  .inner-page .columns .left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .inner-page .columns .left:last-child {
    margin-right: 0;
  }
  .inner-page .columns .right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
    margin-top: 25px;
  }
  .inner-page .columns .right:last-child {
    margin-right: 0;
  }
  .inner-page .columns .right .img-container img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 28.125em) {
  .inner-page .columns .right .img-container img {
    width: 100%;
  }
}

.footer-upper {
  background-color: #f2f2f2;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-upper p {
  color: #BE2128;
  font-weight: 600;
}

.footer-upper .promo-sites {
  padding-top: 1rem;
}

.footer-upper .promo-sites .promo-first a,
.footer-upper .promo-sites .promo-second a {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%;
}

.footer-upper .promo-sites .promo-first a:last-child,
.footer-upper .promo-sites .promo-second a:last-child {
  margin-right: 0;
}

.footer-upper .promo-sites .promo-first a:last-of-type,
.footer-upper .promo-sites .promo-second a:last-of-type {
  margin-right: 0;
}

.footer-upper .promo-sites .promo-first a img,
.footer-upper .promo-sites .promo-second a img {
  width: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 45em) {
  .footer-upper .promo-sites .promo-first a {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
  }
  .footer-upper .promo-sites .promo-first a:last-child {
    margin-right: 0;
  }
  .footer-upper .promo-sites .promo-second {
    clear: both;
    padding-top: 12.5px;
  }
  .footer-upper .promo-sites .promo-second a {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
  }
  .footer-upper .promo-sites .promo-second a:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 28.125em) {
  .footer-upper .promo-sites .promo-first a img,
  .footer-upper .promo-sites .promo-second a img {
    width: 100%;
  }
}

.no-space {
  margin: 0 !important;
}

.schedulefees section {
  padding-top: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.schedulefees .columns .right {
  /*
			p:first-of-type {
				color: $primary-color;
			}*/
}

.schedulefees .red-ribbon {
  margin-bottom: 2rem;
}

.schedulefees .red-ribbon a {
  color: #fff;
  text-decoration: none;
}

.schedulefees table {
  color: #BE2128;
}

.schedulefees table tr {
  height: 4rem;
}

.schedulefees table tr td {
  width: 50%;
  text-align: left;
  padding-left: 0.5rem;
}

.schedulefees table tr td em {
  font-style: normal;
  color: #4B4B4B;
}

.schedulefees .schedule-lower {
  text-align: center;
  padding-top: 25px;
}

.schedulefees .schedule-lower a {
  font-weight: 800;
  text-decoration: none;
}

.schedule-lower {
  padding-top: 25px;
  text-align: center;
}

.how-to-order {
  /*
	@include media(max-width 650px) {
		.order-step-container {
			height: 150px;
			.order-step {
				img {
					left: 20px;
					height: 150px;
				}
				.order-content {
					@include shift(3);
				}
			}	
		}
	}*/
}

.how-to-order ol, .how-to-order ul {
  padding-top: 1.5rem;
}

.how-to-order ol li, .how-to-order ul li {
  padding: 0 0 1.5rem;
}

.how-to-order .columns {
  margin-top: 50px;
}

.how-to-order .columns .red-ribbon div h3 {
  color: #fff;
}

.how-to-order .columns .left h3 {
  color: #BE2128;
}

.how-to-order .columns .left p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.how-to-order .order-step-container {
  height: 100px;
  background-color: #4B4B4B;
  margin-bottom: 2rem;
  font-size: 1rem;
  padding-right: 1rem;
}

.how-to-order .order-step-container .order-step {
  text-align: center;
  height: 100%;
  position: relative;
}

.how-to-order .order-step-container .order-step img {
  position: absolute;
  height: 100px;
  left: 75px;
}

.how-to-order .order-step-container .order-step .order-count {
  color: #fff;
  font-size: 40px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%;
  height: 100%;
  font-weight: 800;
  line-height: 90px;
  text-align: center;
  font-family: "open sans";
}

.how-to-order .order-step-container .order-step .order-count:last-child {
  margin-right: 0;
}

.how-to-order .order-step-container .order-step .order-content {
  height: 100%;
  text-align: left;
  margin-left: 17.05961%;
  position: relative;
  color: #fff;
  display: block;
}

.how-to-order .order-step-container .order-step .order-content .order-centerer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.how-to-order .order-step-container .order-step .order-content a {
  text-decoration: none;
}

@media screen and (max-width: 60em) {
  .how-to-order .order-step-container {
    height: 120px;
  }
  .how-to-order .order-step-container .order-step img {
    left: 30px;
    height: 120px;
  }
}

@media screen and (max-width: 45em) {
  .how-to-order .order-step-container {
    height: auto;
  }
  .how-to-order .order-step-container .order-step .order-count {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    line-height: 40px;
    height: 40px;
  }
  .how-to-order .order-step-container .order-step .order-count:last-child {
    margin-right: 0;
  }
  .how-to-order .order-step-container .order-step img {
    left: 30px;
    height: 120px;
    display: none;
  }
  .how-to-order .order-step-container .order-step .order-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
    margin-left: 0%;
    position: relative;
    top: 0;
    left: 0;
    clear: both;
    padding-left: 1rem;
  }
  .how-to-order .order-step-container .order-step .order-content:last-child {
    margin-right: 0;
  }
  .how-to-order .order-step-container .order-step .order-content .order-centerer {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}

.how-to-order .order-subtext {
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.how-to-order .columns .left ul {
  color: #4B4B4B;
}

.how-to-order .columns .left ul a {
  text-decoration: none;
}

.how-to-order .columns .right .img-container {
  margin-top: 2rem;
}

.how-to-order .important-addresses {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}

.how-to-order .important-addresses:last-child {
  margin-right: 0;
}

.how-to-order .important-addresses p {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 28.125em) {
  .how-to-order .important-addresses {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    text-align: center;
  }
  .how-to-order .important-addresses:last-child {
    margin-right: 0;
  }
}

.footer-extra {
  padding-top: 2rem;
  text-align: center;
}

.footer-extra p {
  color: #4B4B4B !important;
}

.quote {
  background-image: url(../images/red-texture.jpg);
  background-size: 100%;
  color: #fff;
  padding: 2rem;
}

.quote .quote-mark {
  float: left;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  height: 75px;
  float: left;
}

.quote .quote-mark:last-child {
  margin-right: 0;
}

.quote .quote-mark img {
  height: 100%;
  width: auto;
  opacity: 0.2;
}

div.arrow-right {
  width: 0;
  height: 0;
  border-bottom: 40px solid transparent;
  /* left arrow slant */
  border-top: 40px solid transparent;
  /* right arrow slant */
  border-left: 20px solid #f2f2f2;
  /* bottom, add background color here */
  font-size: 0;
  line-height: 0;
  float: left;
}

.arrow-down {
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  border-top: 23px solid #9C161B;
  top: -3px;
  z-index: 2;
  width: 30px;
  margin: 0 auto;
}

h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px;
}

.inner-page h1 {
  background-image: url(../images/red-texture.jpg);
  text-align: center;
}

.lazyspace {
  height: 100px;
  display: inline-block;
}

.order-form .payment-options {
  background-image: url(../images/doc-delivery-bg.jpg);
  background-size: 100% 100%;
  border: solid 1px #fff;
}

.order-form .payment-options .inner {
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}

.order-form .payment-options .inner .inner-content {
  padding: 1rem 2rem;
}

.order-form .intro {
  padding-top: 25px;
}

.order-form ol li {
  margin-bottom: 1rem;
}

.order-form ol p {
  margin: 0;
}

.order-form .left li {
  color: #4B4B4B !important;
}

.order-form .left .content #print-icon {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 100px;
}

@media screen and (max-width: 450px) {
  .order-form .left .content #print-icon {
    display: none;
  }
}

.order-form .left .content ol li {
  padding-bottom: 1rem;
}

.order-form .left .content ol ul {
  padding-left: 2rem;
}

.order-form .left .content ol ul li {
  color: #4B4B4B !important;
  padding-left: 2rem;
  list-style-type: disc;
  list-style-position: outside;
  color: #BE2128 !important;
}

.order-form .left .content ol ul li span {
  color: #4B4B4B !important;
}

.order-form .left .content ol ul li span p {
  width: 100% !important;
}

.order-form .left .content ol ul li:before {
  padding-right: 2rem;
}

.order-form .left .content ol ul li p:first-of-type {
  margin-top: 1rem;
}

.order-form .left .content em {
  font-style: normal;
  color: #BE2128;
}

.order-form .left .intro h2 {
  color: #BE2128;
  text-transform: uppercase;
  margin-bottom: 0;
}

.order-form .left .intro h4 {
  color: #BE2128;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}

.order-form .left .intro p {
  margin-top: 0.5rem;
  font-size: 0.9rem;
}

.order-form .left .intro p.subtext {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #A6A6A6;
}

.order-form .form-container {
  margin-bottom: 100px;
}

.order-form .form-container h2 {
  text-transform: none;
  font-weight: 300;
}

.order-form .form-container h2::after {
  clear: both;
  content: "";
  display: table;
}

.order-form .form-container .intro {
  display: inline-block;
  margin-top: 25px;
}

.order-form .form-container .intro h2 {
  color: #BE2128;
  text-transform: uppercase;
  margin-bottom: 0;
}

.order-form .form-container .intro h4 {
  color: #BE2128;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.order-form .form-container .intro p {
  margin-top: 0.5rem;
  font-size: 0.9rem;
}

.order-form .form-container .intro p.subtext {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #A6A6A6;
}

.order-confirm ol li {
  margin-bottom: 1rem;
}

.order-confirm ol p {
  margin: 0;
}

.order-confirm .payment-options {
  border: solid 1px #fff;
  background-image: url(../images/order-confirm-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}

.order-confirm .payment-options .red-ribbon {
  margin-bottom: 0;
}

.order-confirm .payment-options .inner {
  padding: 0;
}

.order-confirm .payment-options .inner .inner-content {
  padding: 2rem;
  padding-top: 0;
  clear: both;
  margin-bottom: 0 !important;
}

.order-confirm .left li {
  color: #4B4B4B !important;
}

.order-confirm .single {
  position: relative;
}

.order-confirm .single .intro h2 {
  color: #BE2128;
}

.order-confirm #print-icon {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 100px;
}

@media screen and (max-width: 450px) {
  .order-confirm #print-icon {
    display: none;
  }
}

.order-confirm .content,
.order-confirm .inner-content {
  margin-bottom: 150px;
  border: solid 1px #BE2128;
  padding: 2rem;
  position: relative;
}

.order-confirm .content p:first-of-type,
.order-confirm .content p:nth-of-type(2),
.order-confirm .content p:nth-of-type(3),
.order-confirm .content p:nth-of-type(4),
.order-confirm .inner-content p:first-of-type,
.order-confirm .inner-content p:nth-of-type(2),
.order-confirm .inner-content p:nth-of-type(3),
.order-confirm .inner-content p:nth-of-type(4) {
  width: 60%;
}

@media screen and (max-width: 450px) {
  .order-confirm .content p:first-of-type,
  .order-confirm .content p:nth-of-type(2),
  .order-confirm .content p:nth-of-type(3),
  .order-confirm .content p:nth-of-type(4),
  .order-confirm .inner-content p:first-of-type,
  .order-confirm .inner-content p:nth-of-type(2),
  .order-confirm .inner-content p:nth-of-type(3),
  .order-confirm .inner-content p:nth-of-type(4) {
    width: 100%;
  }
}

.order-confirm .content ol li,
.order-confirm .inner-content ol li {
  color: #BE2128 !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.order-confirm .content ol ul,
.order-confirm .inner-content ol ul {
  padding-left: 2rem;
}

.order-confirm .content ol ul li,
.order-confirm .inner-content ol ul li {
  color: #4B4B4B !important;
  padding-left: 2rem;
  list-style-type: disc;
  list-style-position: outside;
  color: #BE2128 !important;
}

.order-confirm .content ol ul li span,
.order-confirm .inner-content ol ul li span {
  color: #4B4B4B !important;
}

.order-confirm .content ol ul li span p,
.order-confirm .inner-content ol ul li span p {
  width: 100% !important;
}

.order-confirm .content ol ul li:before,
.order-confirm .inner-content ol ul li:before {
  padding-right: 2rem;
}

.order-confirm .content ol ul li p:first-of-type,
.order-confirm .inner-content ol ul li p:first-of-type {
  margin-top: 1rem;
}

.order-confirm .content em,
.order-confirm .inner-content em {
  font-style: normal;
  color: #BE2128;
}

/*
.order-det {
	.left {
		.content {
			ol {
				ul {
					li {
						span {
							color: $grey-font;
						}
					}
				}
			}
		}
	}
}*/
.table-wrapper {
  margin-bottom: 100px;
  padding-top: 50px;
}

.certificates-hague .columns .left strong {
  color: #BE2128;
}

.certificates-hague table {
  margin-bottom: 50px;
}

.certificates-hague table tr {
  height: 40px;
}

.certificates-hague table tr td {
  width: 50%;
  color: #BE2128;
  text-align: left;
}

.certificates-hague table tr td p {
  margin: 0.25em;
}

.certificates-hague table tr td p:first-of-type {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.certificates-hague table tr td p:not(:first-of-type) {
  font-weight: 300;
}

.certificates-hague .lower-disclaimer {
  margin-top: -50px;
  margin-bottom: 25px;
}

.certificates-hague .hague-docs-table tr {
  height: auto;
}

.certificates-hague .hague-docs-table tr td {
  text-align: left;
  padding: 0.5rem 2rem 0.5rem;
}

.legalisations .content p em {
  font-style: normal;
  font-weight: 800;
  color: #BE2128;
}

.legalisations .grey .wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.legalisations .grey .wrapper .hague-table {
  color: #BE2128;
  font-weight: 600;
}

.legalisations table tr td {
  text-align: left;
  padding-left: 1rem;
}

.legalisations .lower-disclaimer {
  margin-top: -50px;
  margin-bottom: 25px;
}

.legalisations .lower-disclaimer p {
  margin-bottom: 30px;
}

.educational-documents em {
  font-style: normal;
  color: #BE2128;
}

.educational-documents ol li {
  color: #BE2128;
  font-weight: 800;
  padding-bottom: 1rem;
  padding-top: 2rem;
}

.educational-documents ol strong em {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.2rem;
}

.educational-documents .light-grey {
  -webkit-box-shadow: 0 2px 2px #4d4d4d;
  -moz-box-shadow: 0 2px 2px #4d4d4d;
  box-shadow: 0 2px 2px #4d4d4d;
  margin-bottom: 50px;
}

.educational-documents .light-grey .inner {
  padding: 1rem 2rem;
}

.educational-documents ul {
  float: left;
}

.educational-documents ul li {
  float: left;
  list-style-type: none;
  text-transform: uppercase;
  font-weight: 600;
}

.educational-documents ul li:not(:first-of-type) {
  margin-left: 1.5rem;
}

.educational-documents ul li:not(:last-of-type) {
  border-right: solid 1px #BE2128;
  padding-right: 1.5rem;
}

.educational-documents .columns .left {
  border: none;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.educational-documents .columns .left:last-child {
  margin-right: 0;
}

.educational-documents .columns .left .img-container img {
  max-height: 325px;
  object-fit: cover;
}

.educational-documents .columns .right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 0%;
}

.educational-documents .columns .right:last-child {
  margin-right: 0;
}

.faqs #ss_menu {
  padding-bottom: 100px;
}

.faqs #ss_menu .ss_button {
  background: none;
  background-color: #4B4B4B;
  color: #fff;
  position: relative;
  /*&:before {
				content: '\00B7';
				padding-right: 5px;
			}*/
}

.faqs #ss_menu .ss_button:not(:first-of-type) {
  border-top: solid 1px #A6A6A6;
}

.faqs #ss_menu .ss_button:after {
  content: '+';
  background-color: #EAEBEB;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  color: #BBBDBE;
  text-align: center;
  border-radius: 50%;
  line-height: 1.25rem;
  position: relative;
  font-weight: 600;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2.5rem;
}

.faqs #ss_menu .ss_button.ss_active:after {
  content: '-';
}

.faqs .quote {
  margin-bottom: 2rem;
}

.faqs .ss_content {
  line-height: 2rem;
  font-size: 1.1rem;
}

.faqs .ss_content em {
  color: #BE2128;
  font-style: normal;
}

.faqs .columns .left {
  background: none;
  box-shadow: none;
  border: none;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.faqs .columns .left:last-child {
  margin-right: 0;
}

.faqs .columns .right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 0%;
  margin-right: 0;
}

.faqs .columns .right:last-child {
  margin-right: 0;
}

.lower-disclaimer {
  font-weight: 600;
  text-transform: uppercase;
  color: #4B4B4B;
}

.inner-header {
  background-color: #fff;
  height: 200px;
  padding-top: 2rem;
}

.inner-header .logo {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  height: 120px;
  float: left;
}

.inner-header .logo:last-child {
  margin-right: 0;
}

.inner-header .logo img {
  max-width: 100%;
  max-height: 100%;
}

.inner-header .buttons {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
  margin-top: 2rem;
}

.inner-header .buttons:last-child {
  margin-right: 0;
}

.inner-header .buttons a.button {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  height: 50px;
  background-image: url(../images/redbutton-bg.jpg);
  background-size: cover;
  background-fit: fill;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
}

.inner-header .buttons a.button:last-child {
  margin-right: 0;
}

.inner-header .buttons a.button:first-of-type {
  margin-left: 17.05961%;
}

.inner-header .buttons a.button:hover {
  background: none;
  background: #BE2128;
}

.inner-header .buttons a.button span {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.inner-header .buttons a.button span:last-child {
  margin-right: 0;
}

@media screen and (max-width: 45em) {
  .inner-header {
    padding-top: 0;
    height: auto;
  }
  .inner-header .logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .inner-header .logo:last-child {
    margin-right: 0;
  }
  .inner-header .logo img {
    display: block;
    margin: 0 auto;
  }
  .inner-header .buttons {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    padding-bottom: 25px;
  }
  .inner-header .buttons:last-child {
    margin-right: 0;
  }
  .inner-header .buttons a.button {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 0%;
    background-size: cover;
  }
  .inner-header .buttons a.button:last-child {
    margin-right: 0;
  }
  .inner-header .buttons a.button:first-of-type {
    margin-left: 0%;
  }
  .inner-header .buttons a.button:last-of-type {
    margin-right: 0;
  }
}

#inner-page nav {
  position: absolute;
  top: -50px;
}

.inner-page.contact form {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}

.inner-page.contact form:last-child {
  margin-right: 0;
}

.contact .payment-options {
  background-image: url(../images/contact-page-bg.jpg);
}

.contact .payment-options .inner {
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}

.contact .payment-options .inner .columns {
  margin-bottom: 0;
}

.contact .payment-options .inner .inner-content {
  padding: 1rem 2rem;
}

.contact .payment-options .inner .inner-content .left {
  border: none;
  background: none;
  box-shadow: none;
}

.contact .left h2 {
  color: #BE2128;
}

.contact .left .content p a {
  font-weight: 800;
}

.contact form {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.contact form:last-child {
  margin-right: 0;
}

@media screen and (max-width: 45em) {
  .contact form {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .contact form:last-child {
    margin-right: 0;
  }
}

.contact form input, .contact form textarea {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.contact form input:last-child, .contact form textarea:last-child {
  margin-right: 0;
}

.contact form input::-webkit-input-placeholder, .contact form textarea::-webkit-input-placeholder {
  font-family: 'open sans';
}

.contact form input::-moz-placeholder, .contact form textarea::-moz-placeholder {
  font-family: 'open sans';
}

.contact form input:-moz-placeholder, .contact form textarea:-moz-placeholder {
  font-family: 'open sans';
}

.contact form input:-ms-input-placeholder, .contact form textarea:-ms-input-placeholder {
  font-family: 'open sans';
}

.contact form .g-recaptcha > div {
  float: right;
  margin-bottom: 0.5rem;
}

.contact .contact-address {
  padding: 1rem 2rem 1rem !important;
}

.contact .contact-address em {
  font-style: normal;
  font-weight: 600;
  line-height: 3rem;
}

.contact .contact-address p {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 300;
}

.contact .light-grey {
  padding: 2rem;
}

.terms ol li {
  padding-bottom: 2rem;
  list-style-position: inside;
}

.terms ol li ol {
  padding-left: 2rem;
}

.terms ol li ol li {
  padding-bottom: 1rem;
}

.terms ol li ol li:first-of-type {
  padding-top: 1rem;
}

.terms .columns .left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.terms .columns .left:last-child {
  margin-right: 0;
}

.terms .columns .right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 0%;
  margin-right: 0;
}

.terms .columns .right:last-child {
  margin-right: 0;
}

@media screen and (max-width: 45em) {
  .terms .columns .left,
  .terms .columns .right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
  }
  .terms .columns .left:last-child,
  .terms .columns .right:last-child {
    margin-right: 0;
  }
}

.single {
  background-color: #f2f2f2;
  padding: 2rem;
  -webkit-box-shadow: 0 2px 2px #4d4d4d;
  -moz-box-shadow: 0 2px 2px #4d4d4d;
  box-shadow: 0 2px 2px #4d4d4d;
  border: solid 1px #bfbfbf;
  margin-bottom: 50px;
}

.resources .resource-group {
  padding-bottom: 50px;
}

.resources .resource-group:not(.resource-group-videos) {
  padding-top: 5rem;
  margin-bottom: 50px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.resources .resource-group:not(.resource-group-videos):last-child {
  margin-right: 0;
}

.resources .resource-group:not(.resource-group-videos) .resource {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.resources .resource-group:not(.resource-group-videos) .resource:last-child {
  margin-right: 0;
}

.resources .resource-group:not(.resource-group-videos) .resource .icon {
  position: relative;
}

.resources .resource-group:not(.resource-group-videos) .resource .icon img {
  padding-right: 5px;
  width: 25px;
  position: relative;
  top: 5px;
}

.resources .resource-group:not(.resource-group-videos) .resource a {
  font-weight: 800;
  text-decoration: none;
}

.resources .resource-group:not(.resource-group-videos) .resource h4 {
  color: #BE2128;
  text-transform: uppercase;
}

.resources .resource-group:not(.resource-group-videos) .resource:nth-of-type(2n) {
  margin-right: 0;
}

.resources .resource-group-videos {
  margin-top: 5rem;
}

.resources .resource-group-videos .resource {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

.resources .resource-group-videos .resource:last-child {
  margin-right: 0;
}

.resources .resource-group-videos .resource:hover {
  cursor: pointer;
}

.resources .resource-group-videos .resource a {
  font-weight: 800;
  text-decoration: none;
}

.resources .resource-group-videos .resource h4 {
  color: #BE2128;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  font-weight: 800;
}

.resources .resource-group-videos .resource img {
  width: 100%;
}

.resources .resource-group-videos .resource:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 45em) {
  .resources .resource-group-videos .resource {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .resources .resource-group-videos .resource:last-child {
    margin-right: 0;
  }
  .resources .resource-group-videos .resource:nth-of-type(2n) {
    margin-right: 0;
  }
}

#send_enquiry .g-recaptcha {
  padding-bottom: 0.5rem;
  margin-top: 0.5rem;
}

#send_enquiry .g-recaptcha div {
  float: right;
  margin-bottom: 0.25rem;
}

#send_enquiry #submitForm {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

#send_enquiry #submitForm:last-child {
  margin-right: 0;
}

.featureList,
.featureList ul {
  margin-top: 25px;
  list-style-type: none;
}

.featureList li {
  text-transform: uppercase;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  position: relative;
}

.featureList li:last-child {
  margin-right: 0;
}

.featureList li:nth-of-type(3n) {
  margin-right: 0;
}

.featureList li:before {
  position: absolute;
  margin-left: -1.3em;
  font-weight: bold;
  top: -5px;
}

.featureList li.tick:before {
  content: "\2713";
}

.featureList p {
  color: #4B4B4B;
  font-size: 0.9rem;
  text-transform: none;
  margin: 0;
}

/*
.nested-arrows {
	float: left;
	height: 100%;
	
	width: 0px;
	//right: 0px;
	//left: 100%;
	right: 0;
	top: 0;
	background-color: #fff;
	//border: solid 1px;
}

.arrow-right {
	top: 0;
	right: 0;
	z-index: 3;
	position: absolute;
}
.arrow-right:nth-of-type(2) {
	right: 10px;
	top: 0;
	position: absolute;
	border-left: 20px solid #000;
	z-index: 2;

}*/
/* Slick - carousel */
/* Slider */
.document-carousel {
  width: 90%;
  margin-left: 5%;
}

.document-carousel a {
  text-decoration: none;
}

.document-carousel a div {
  width: 90%;
  margin: 0 auto;
  margin-top: 0.5rem;
  text-align: center;
  color: #fff;
}

.document-carousel img {
  width: 80%;
  max-width: 225px;
  margin: 0 auto;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* End Slick */
.menu-btn p {
  margin-bottom: 0;
  text-align: center;
  color: #4B4B4B;
  font-weight: 600;
  text-decoration: none;
}

.menu-btn a {
  text-decoration: none;
}

.menu-btn img {
  width: 40px;
  display: block;
  margin: 0 auto;
}

#menu {
  display: none;
}

.mm-current {
  display: block !important;
}

ul.mm-listview li {
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  border-bottom: solid 1px #4B4B4B;
  min-height: 40px;
  padding-top: 10px;
}

ul.mm-listview li:hover {
  background-color: #BE2128;
  color: #fff;
}

@media screen and (max-width: 850px) {
  #main-menu {
    display: none;
  }
  .menu-btn {
    position: absolute;
    right: 5%;
    top: 0;
  }
  .inner-header {
    height: auto;
  }
  .inner-header .logo {
    max-width: 60%;
  }
  .buttons {
    display: none !important;
  }
  .slicknav_menu {
    display: none !important;
  }
  p.caption {
    font-size: 1.5rem !important;
    padding-left: 1rem;
  }
}

@media screen and (min-width: 850px) {
  .menu-btn {
    display: none;
  }
}

.br-cpanel-wrapper {
  display: none;
}

.br-3d-shadow {
  max-height: 650px !important;
}

.br-stage {
  max-height: 650px !important;
}

.br-screen {
  max-height: 650px !important;
}

.br-layer-bin h4 {
  top: 40% !important;
  width: 100% !important;
  text-align: center;
  font-size: 2rem;
  background: none !important;
  font-weight: 300;
}

.br-layer-bin h4 span {
  font-weight: 800;
}

.br-layer-bin h4:nth-of-type(2) {
  top: 50% !important;
}

#livechat {
  position: fixed;
  right: 0;
  bottom: 0;
}

section.intro .red-ribbon {
  padding: 2rem;
}

section.intro .red-ribbon h1 {
  color: #fff;
  text-transform: none;
  margin-bottom: 0;
}

section.intro .intro-columns {
  min-height: 400px;
}

section.intro .intro-columns::after {
  clear: both;
  content: "";
  display: table;
}

section.intro .intro-columns .left, section.intro .intro-columns .right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  background-color: #f2f2f2;
  border: solid 2px #d8d8d8;
  padding: 2rem;
  height: 100%;
  min-height: 100%;
}

section.intro .intro-columns .left:last-child, section.intro .intro-columns .right:last-child {
  margin-right: 0;
}

@media screen and (min-width: 60em) {
  section.intro .intro-columns .left, section.intro .intro-columns .right {
    border-top: none;
  }
}

section.intro .intro-columns .left {
  text-align: left;
}

section.intro .intro-columns .left p {
  margin: 0.5rem;
}

@media screen and (max-width: 60em) and (min-width: 45em) {
  section.intro .intro-columns .left a.button {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
  }
  section.intro .intro-columns .left a.button:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 45em) {
  section.intro .intro-columns .left a.button {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  section.intro .intro-columns .left a.button:last-child {
    margin-right: 0;
  }
}

section.intro .intro-columns .right a.cta-btn {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  font-size: 1rem;
  text-align: left;
  position: relative;
  padding-left: 1rem;
}

section.intro .intro-columns .right a.cta-btn:last-child {
  margin-right: 0;
}

section.intro .intro-columns .right a.cta-btn .icon-container {
  width: 40px;
  height: 4rem;
  float: left;
  position: relative;
  margin-right: 1rem;
}

section.intro .intro-columns .right a.cta-btn .icon-container::after {
  clear: both;
  content: "";
  display: table;
}

section.intro .intro-columns .right a.cta-btn img {
  width: 100%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 60em) {
  section.intro .intro-columns .right a.cta-btn {
    font-size: 0.85rem;
  }
}

@media screen and (max-width: 28.125em) {
  section.intro .intro-columns .right .icon-container {
    margin-right: 0;
  }
  section.intro .intro-columns .right a.cta-btn {
    font-size: 0.75rem;
  }
  section.intro .intro-columns .right a.cta-btn .icon-container {
    margin-right: 0;
  }
  section.intro .intro-columns .right a.cta-btn .icon-container img {
    width: 75%;
  }
}

.qm {
  position: relative;
  top: 0.5rem;
}

.two-cols {
  height: auto;
}

.two-cols::after {
  clear: both;
  content: "";
  display: table;
}

.two-cols .right, .two-cols .left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  border: solid 2px #d8d8d8;
}

.two-cols .right:last-child, .two-cols .left:last-child {
  margin-right: 0;
}

.two-cols .col-header {
  padding: 2rem;
  color: #BE2128;
  font-size: 1.5rem;
}

.two-cols .col-content {
  background-color: #f2f2f2;
  padding: 2rem;
  border-top: solid 2px #d8d8d8;
  position: relative;
  height: 425px;
}

.two-cols .col-content img {
  float: right;
  width: 40%;
}

.two-cols .col-content .cta-btn {
  position: absolute;
  bottom: 20px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}

.two-cols .col-content .cta-btn:last-child {
  margin-right: 0;
}

.two-cols .col-content p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.faq-enquiry {
  margin-top: 50px;
}

.faq-enquiry .col-content {
  min-height: 550px;
  position: relative;
}

.faq-enquiry .col-content strong {
  color: #BE2128;
}

.faq-enquiry .col-content form .g-recaptcha {
  margin-bottom: 2rem;
}

.faq-enquiry .col-content form .g-recaptcha::after {
  clear: both;
  content: "";
  display: table;
}

.faq-enquiry .col-content form input[type='submit'] {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-left: 0%;
  position: relative;
  margin-top: 1rem;
}

.faq-enquiry .col-content form input[type='submit']:last-child {
  margin-right: 0;
}

.quickfix {
  margin-bottom: 2.5rem !important;
}

@media screen and (max-width: 60em) {
  section.intro .intro-columns .left,
  section.intro .intro-columns .right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  section.intro .intro-columns .left:last-child,
  section.intro .intro-columns .right:last-child {
    margin-right: 0;
  }
  section.intro .intro-columns .right {
    margin-top: 50px;
    margin-left: 0%;
  }
  .two-cols .left,
  .two-cols .right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .two-cols .left:last-child,
  .two-cols .right:last-child {
    margin-right: 0;
  }
  .two-cols .left .col-content,
  .two-cols .right .col-content {
    height: auto;
    padding-bottom: 100px;
  }
  .two-cols .right {
    margin-top: 50px;
  }
}

#sender_message {
  height: 63px;
}

.marquee {
  color: #fff;
}

.marquee {
  height: 50px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(250, 250, 250, 0.2);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(250, 250, 250, 0.2);
  -webkit-transition: background-color 350ms;
  -moz-transition: background-color 350ms;
  transition: background-color 350ms;
}

.scan_email {
  position: relative;
  bottom: 10px;
}

.label-scan-email::before {
  background-color: #fff;
}

form #scan-email:checked + .label-scan-email::before {
  background-color: #fff !important;
}

.marquee p {
  position: absolute;
  font-family: Tahoma, Arial, sans-serif;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0px #000000;
  filter: dropshadow(color=#000000, offx=1, offy=1);
  transform: translateX(100%);
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

.marquee p:nth-child(1) {
  animation: left-one 20s ease infinite;
  -moz-animation: left-one 20s ease infinite;
  -webkit-animation: left-one 20s ease infinite;
}

.marquee p:nth-child(2) {
  animation: left-two 20s ease infinite;
  -moz-animation: left-two 20s ease infinite;
  -webkit-animation: left-two 20s ease infinite;
}

.marquee.down p {
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.marquee.down p:nth-child(1) {
  animation: down-one 20s ease infinite;
  -moz-animation: down-one 20s ease infinite;
  -webkit-animation: down-one 20s ease infinite;
}

.marquee.down p:nth-child(2) {
  animation: down-two 20s ease infinite;
  -moz-animation: down-two 20s ease infinite;
  -webkit-animation: down-two 20s ease infinite;
}

.marquee.up p {
  transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
}

.marquee.up p:nth-child(1) {
  animation: up-one 20s ease infinite;
  -moz-animation: up-one 20s ease infinite;
  -webkit-animation: up-one 20s ease infinite;
}

.marquee.up p:nth-child(2) {
  animation: up-two 20s ease infinite;
  -moz-animation: up-two 20s ease infinite;
  -webkit-animation: up-two 20s ease infinite;
}

/*================================
  Move the Marquee to the Left
==================================*/
/** Mozilla Firefox Keyframes **/
@-moz-keyframes left-one {
  0% {
    -moz-transform: translateX(100%);
  }
  10% {
    -moz-transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}

@-moz-keyframes left-two {
  0% {
    -moz-transform: translateX(100%);
  }
  50% {
    -moz-transform: translateX(100%);
  }
  60% {
    -moz-transform: translateX(0);
  }
  90% {
    -moz-transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}

/** Webkit Keyframes **/
@-webkit-keyframes left-one {
  0% {
    -webkit-transform: translateX(100%);
  }
  10% {
    -webkit-transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}

@-webkit-keyframes left-two {
  0% {
    -webkit-transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(100%);
  }
  60% {
    -webkit-transform: translateX(0);
  }
  90% {
    -webkit-transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}

/*================================
  Move the Marquee Downwards
==================================*/
/** Mozilla Firefox Keyframes **/
@-moz-keyframes down-one {
  0% {
    -moz-transform: translateY(-100%);
  }
  10% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(100%);
  }
  100% {
    -moz-transform: translateY(100%);
  }
}

@-moz-keyframes down-two {
  0% {
    -moz-transform: translateY(-100%);
  }
  50% {
    -moz-transform: translateY(-100%);
  }
  60% {
    -moz-transform: translateY(0);
  }
  90% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(100%);
  }
}

/** Webkit Keyframes **/
@-webkit-keyframes down-one {
  0% {
    -webkit-transform: translateY(-100%);
  }
  10% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
  }
}

@-webkit-keyframes down-two {
  0% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(-100%);
  }
  60% {
    -webkit-transform: translateY(0);
  }
  90% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
  }
}

/*================================
  Move the Marquee Upwards
==================================*/
/** Mozilla Firefox Keyframes **/
@-moz-keyframes up-one {
  0% {
    -moz-transform: translateY(100%);
  }
  10% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(-100%);
  }
}

@-moz-keyframes up-two {
  0% {
    -moz-transform: translateY(100%);
  }
  50% {
    -moz-transform: translateY(100%);
  }
  60% {
    -moz-transform: translateY(0);
  }
  90% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-100%);
  }
}

/** Webkit Keyframes **/
@-webkit-keyframes up-one {
  0% {
    -webkit-transform: translateY(100%);
  }
  10% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}

@-webkit-keyframes up-two {
  0% {
    -webkit-transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(100%);
  }
  60% {
    -webkit-transform: translateY(0);
  }
  90% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
