/* # Genesis Sample Child Theme
Theme Name: AmSafe Theme
Theme URI: http://amsafe.com
Description: AmSafe Theme
Author: Szabi
Author URI: http://www.szabi.eu
Template: genesis
Template Version: 1.1
Tags: amsafe, black, orange, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background: 0 0
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #333
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

* {
    outline: 0 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.8rem;
}

body {
    background-color: #f5f5f5;
    color: #333;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.625;
    margin: 0;
}

body.home {
    overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

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

a:hover,
a:focus {
    color: #333;
    text-decoration: none;
}

p {
    margin: 0 0 28px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    clear: both;
    margin: 1em 0;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: Lato, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
    border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    padding: 16px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #333;
    font-weight: 300;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #333;
    font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    padding: 16px 24px;
    text-transform: uppercase;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
    background-color: #c3251d;
    color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
    color: #fff;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
    background-color: #c3251d;
    color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
    background-color: #fff;
    color: #333;
}

.button {
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* ## Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

th {
    font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: #333;
    background: #fff;
    z-index: 100000; /* Above WP toolbar. */
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}

.more-link {
    position: relative;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1005px;
}

.site-inner {
    clear: both;
    padding-top: 40px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* ### Content */

.content {
    float: right;
    width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 580px;
}

.full-width-content .content {
    width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 20px;
}

.archive-description,
.author-box {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
    padding: 40px;
}

.author-box-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.site-header .search-form {
    float: right;
    margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
    width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
    font-size: 20px;
    font-size: 2rem;
}

.entry-title {
    font-size: 36px;
    font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
    color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #c3251d;
}

.widget-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.footer-widgets .widget-title {
    color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 28px;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;
}

.widget ol > li {
    list-style: inside decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 20px;
    padding: 0 0 24px;
}

.footer-widgets .entry {
    border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
    font-size: 20px;
    font-size: 2rem;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
    color: #fff;
}

.sidebar .widget.enews-widget {
    background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
    border: 1px solid #333;
}

.enews-widget input {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    background-color: #c3251d;
    color: #fff;
    margin: 0;
    width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"] {
    background-color: #fff;
    color: #333;
}

.enews form + p {
    margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}

/* Display outline on focus */
:focus {
    color: #333;
    outline: #ccc solid 1px;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
    min-height: 160px;
}

.site-header .wrap {
    padding: 40px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 10px 0;
    width: 360px;
}

.header-full-width .title-area {
    width: 100%;
}

.site-title {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
    color: #333;
}

.header-image .site-title > a {
    background: transparent no-repeat left;
    float: left;
    min-height: 60px;
    width: 100%;
}

.site-description {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 800px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
    color: #c3251d;
    text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px;
    position: relative;
    width: 200px;
    word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    color: #fff;
    float: right;
    list-style-type: none;
    padding: 30px 0;
}

.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu > .rss > a {
    margin-left: 48px;
}

.genesis-nav-menu > .search {
    padding: 10px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
    border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
    margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
    z-index: 999;
}

.nav-primary .genesis-nav-menu a {
    color: #ccc;
    text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
    color: #fff;
    text-decoration: underline;
}

.nav-primary .genesis-nav-menu .sub-menu a {
    color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
    color: #c3251d;
    text-decoration: underline;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    background-color: #fff;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
    margin-bottom: 40px;
    padding: 50px 60px;
}

.content .entry {
    background-color: #fff;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
}

.entry-footer .entry-meta {
    border-top: 2px solid #f5f5f5;
    padding-top: 24px;
}

.entry-categories,
.entry-tags {
    display: block;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 40px 0;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 12px;
    text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
    background-color: #c3251d;
    text-decoration: underline;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
    padding: 40px 40px 16px;
}

.entry-comments {
    padding: 40px;
}

.comment-header {
    font-size: 16px;
    font-size: 1.6rem;
}

li.comment {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: 0;
}

.comment-content {
    clear: both;
    word-wrap: break-word;
}

.comment-list li {
    margin-top: 24px;
    padding: 32px;
}

.comment-list li li {
    margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

.bypostauthor {
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 24px;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
    font-size: 1.6rem;
}

.sidebar li {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 40px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #333;
    clear: both;
    padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
    color: #aaa;
}

.footer-widgets input {
    border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
    color: #fff;
}

.footer-widgets li {
    border-bottom: 1px dotted #666;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.footer-widgets .widget {
    margin-bottom: 40px;
}

.footer-widgets p:last-child {
    margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 340px;
}

.footer-widgets-1 {
    margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}

.footer-widgets-3 {
    float: right;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 40px 0;
    text-align: center;
}

.site-footer p {
    margin-bottom: 0;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

    .site-inner, .content-wrap-boxed,
    .wrap {
        max-width: 960px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }

    .content,
    .site-header .widget-area {
        width: 620px;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }

    .sidebar-primary,
    .title-area {
        width: 300px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary,
    .title-area {
        width: 300px;
    }

    .footer-widgets-1 {
        margin-right: 30px;
    }

}

@media only screen and (max-width: 960px) {

    .site-inner, .content-wrap-boxed,
    .wrap {
        max-width: 800px;
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }

    .site-header .wrap {
        padding: 20px 5%;
    }

    .header-image .site-title > a {
        background-position: center top;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }

    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a {
        padding: 20px 16px;
    }

    .site-header .search-form {
        margin: 16px auto;
    }

    .genesis-nav-menu li.right {
        display: none;
    }

    .footer-widgets-1 {
        margin-right: 0;
    }

}

@media only screen and (max-width: 800px) {

    body {
        background-color: #fff;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .site-inner, .content-wrap-boxed,
    .wrap {
        /* padding-left: 5%;
         padding-right: 5%;*/
    }

    .content-wrap-boxed {
        padding-left: 5%;
        padding-right: 5%;
    }

    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget,
    .site-header {
        padding: 0;
    }

    .archive-pagination li a {
        margin-bottom: 4px;
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

    .sidebar .widget.enews-widget {
        padding: 40px;
    }

}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after,
    .site-title > a:after {
        content: "";
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    .content,
    .content-sidebar {
        width: 100%;
    }

    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar {
        display: none !important;
    }

    .title-area {
        text-align: center;
        width: 100%;
    }

    .site-title > a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }

    .site-inner {
        padding-top: 0;
        position: relative;
        top: -100px;
    }

    .author-box {
        margin-bottom: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }

    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }

    dl,
    ol,
    ul {
        page-break-before: avoid;
    }

}

/* ## AmSafe Custom CSS
--------------------------------------------- */

/* ## Header
--------------------------------------------- */

.fadein {
    visibility: hidden;
}

.home .site-inner, .page .site-inner {
    max-width: none;
    padding-top: 0;
}

.content-wrap-full {
    clear: both;
}

.product-categories-wrap, .crash-test-wrap {

}

.entry {
    margin-bottom: 0;
    padding: 0;
}

.content-wrap-boxed {
    max-width: 1005px;
    margin: 0 auto;
    clear: both;
}

.content-wrap-boxed:after {
    clear: both;
    content: " ";
    display: table;
}

.crash-test-wrap, .news-events-wrap {
    max-width: 1005px;
    margin: 0 auto;
}

.product-categories-wrap, .crash-test-wrap, .latest-technology-wrap, .global-customers-wrap, .news-events-wrap {
    height: auto;
}

.logo-amsafe {
    background: url(images/logo-amsafe.png) no-repeat right;
    float: right;
    min-height: 60px;
    width: 250px;
    /*top: 100px;
    position: absolute;*/
    margin-right: 25px;
}

.logo-amsafe:hover {
    border-bottom: 5px solid transparent !important;
}

#logo-amsafe {
    margin-top: -65px;
}

.site-header {
    min-height: 100px;
}

.site-header .wrap {
    max-width: 100%;
}

#wrap {
    max-width: 1140px;
}

#site-header-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 32px;
}

#overhaul-link {
    display: none !important;
}

#overhaul-link,
#quality-link,
#contact-methods,
#header-social {
    display: inline-block;
}

#header-social {
    margin-left: 25px;
}

#overhaul-link,
#quality-link,
#contact-methods {
    border-right: 2px solid #e9e9e9;
    height: 24px;
}

#contact-methods {
    padding-right: 16px;
}

#overhaul-link a, #quality-link a {
    background: url(images/header-link-arrow.png) no-repeat right;
    padding-right: 16px;
}

#overhaul-link a, #quality-link a, #contact-methods {
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #a5a8ae;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 16px 0 16px;
}

#contact-methods a {
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #a5a8ae;
    text-transform: uppercase;
    text-decoration: none;
}

#contact-methods span {
    font-family: Lato, sans-serif;
    font-weight: bold;
    color: #555a64;
    margin-right: 5px;
}

#contact-methods span:nth-child(2) {
    margin-left: 15px;
}

#header-social #header-fb {
    position: relative;
    top: 3px;
    display: inline-block;
    background: url("images/header-facebook.png") no-repeat;
    background-size: contain;
    width: 10px;
    height: 20px;
    opacity: .35;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
}

#header-social #header-tw {
    position: relative;
    top: 3px;
    margin-right: 8px;
    display: inline-block;
    background: url("images/header-twitter.png") no-repeat;
    background-size: contain;
    width: 18px;
    height: 15px;
    opacity: .35;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
}

#header-social #header-fb:hover,
#header-social #header-tw:hover {
    opacity: 1;
}

#site-header-right {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 25px;
}

#login-link, #search-box {
    display: inline-block;
    vertical-align: top;
    height: 24px;
    border-left: 2px solid #e9e9e9;
}

#login-link a {
    display: block;
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #a5a8ae;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 16px 0 16px;
    background: url(images/header-link-login.png) no-repeat right;
    padding-right: 22px;
    padding-top: 7px;

}

#search-box .search-form {
    width: 100%;
    margin-top: 0;
}

#search-box {
    padding-left: 16px;
    width: 0;
}

#search-box input {
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #a5a8ae;
    text-decoration: none;
    position: relative;
    width: 170px;
    height: 24px;
    right: 0;
    padding: 0;
    vertical-align: bottom;
    border: none;
}

#search-box-image {
    display: inline-block;
}

#search-box-image img {
    margin-top: 6px;
    cursor: pointer;
}

.nav-primary {
    background: #ffffff;
    min-height: 81px;
}

.nav-primary .genesis-nav-menu a {
    color: #000000;
    font-size: 16px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    outline-color: transparent;
    padding: 30px 14px;
    border-bottom: 5px solid transparent;
    transition: 1.5s ease, border 1s ease-in-out;
    -webkit-transition: 1.5s ease, border 1s ease-in-out;
    -moz-transition: 1.5s ease, border 1s ease-in-out;
    -o-transition: 1.5s ease, border 1s ease-in-out;
}

.nav-primary .genesis-nav-menu a:hover {
    color: #f33234;
    text-decoration: none;
    outline-color: transparent;
    border-bottom-color: #f33234;
}

.nav-primary .genesis-nav-menu li:first-child a span {
    display: none;
}

.nav-primary .genesis-nav-menu li:first-child a:after {
    content: url('images/icon-home.png');
}

.nav-primary .genesis-nav-menu a:focus {
    color: #000000;
    text-decoration: none;
    outline-color: transparent;
}

.nav-primary .genesis-nav-menu .current-menu-item > a {
    color: #f33234;
    text-decoration: none;
    outline-color: transparent;
    border-bottom-color: #f33234;
}

.genesis-nav-menu li:first-child {
    margin-left: 25px;
}

.nav-primary .wrap {
    max-width: 100%;
}

#menu-main-menu {
    font-size: 0;
    background: #ffffff;
    background: url(images/nav-border.png) no-repeat;
    background-position: 0 76px;
    background-size: cover;
}

#full-image {
    text-align: center;
    width: 100%;
}

#full-image img {
    width: 100%;
}

.parallax-window {
    min-height: 550px;
    background: url(images/main-image.jpg) fixed no-repeat;
    background-size: cover;
}

@media screen and (max-width: 567px) {
    .parallax-window {
        min-height: 365px;
    }
}

.main-image-content-wrap {
    position: relative;
    bottom: 600px;
    margin-bottom: 0;
}

.main-image-content {
    /*width: auto;
    height: 300px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.5);*/
}

.main-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 200px;
    text-align: center;
    width: 100%;
    max-width: 570px;
    height: 285px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.5);
    color: rgba(188, 143, 143, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 567px) {
    .main-box {
        top: 15em;
        height: auto;
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 408px) {
    .main-box {
        top: 15em;
    }
}

@media screen and (max-width: 403px) {
    .main-box {
        top: 13.8em;
    }
}

.main-box p:first-child {
    font-family: Lato, sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #3b3b3b;
    text-transform: uppercase;
    padding: 30px 100px 0 100px;
    line-height: 1.32;
    pointer-events: none;
    margin-bottom: 15px;
}

@media screen and (max-width: 567px) {
    .main-box p:first-child {
        padding: 5% 5% 0 5%;
    }
}

.main-box p:nth-child(2) {
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    pointer-events: none;
}

.main-box a {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: #090a0a;
    text-decoration: none;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.discover-text {
    opacity: 1;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

#video-play-amsafe .discover-text:hover > #video-play-amsafe .play-icon {
    background-position: center center;
    -webkit-transform: scale(0.95); /* Safari and Chrome */
    -moz-transform: scale(0.95); /* Firefox */
    -ms-transform: scale(0.95); /* IE 9 */
    -o-transform: scale(0.95); /* Opera */
    transform: scale(0.95);
}

.main-box .play-icon {
    background: url(images/home-main-play-icon.png) no-repeat;
    width: 102px;
    height: 76px;
    margin: 0 auto;
    opacity: 1;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.main-box .play-icon:hover {
    opacity: .6;
    background-position: center center;
    -webkit-transform: scale(0.95); /* Safari and Chrome */
    -moz-transform: scale(0.95); /* Firefox */
    -ms-transform: scale(0.95); /* IE 9 */
    -o-transform: scale(0.95); /* Opera */
    transform: scale(0.95);
}

.site-header .drop-down-menu {
    border-top: none;
}

.drop-down-menu, .sub-menu-about {
    background: linear-gradient(to bottom, #e9e9e9 0%, #e9e9e9 50%, #e9e9e9 90%, #f6f6f6 10%, #f6f6f6 100%);
    height: auto;
    position: absolute;
    top: 180px;
    width: 100%;
    display: none;
    outline-color: transparent;
    padding: 25px 80px 50px 80px;
    z-index: 999;
    /*border-bottom: 20px solid #f6f6f6;*/
}

.sub-menu-header-wrap {
    width: 330px;
    border-bottom: 1px solid #B6B9C0;
    padding-bottom: 5px;
}

.sub-menu-header-wrap a {
    position: relative;
    font-family: Lato, sans-serif;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 0;
    text-decoration: none;
}

.sub-menu-header-wrap a:after {
    display: inline-block;
    content: '';
    background: url("images/header-link-arrow.png") no-repeat;
    position: relative;
    width: 6px;
    height: 10px;
    left: 16px;
}

.restraints-list-wrap, .airbag-list-wrap {
    width: 330px;
}

.drop-down-menu .restraints-list-wrap ul, .drop-down-menu .airbag-list-wrap ul, .sub-menu-about .restraints-list-wrap ul, .sub-menu-about .airbag-list-wrap ul {
    width: 330px;
    padding-left: 14px;
}

.drop-down-menu .restraints-list-wrap ul li a, .drop-down-menu .airbag-list-wrap ul li a, .sub-menu-about .restraints-list-wrap ul li a, .sub-menu-about .airbag-list-wrap ul li a {
    font-family: Lato, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    vertical-align: bottom;
}

.drop-down-menu .restraints-list-wrap ul li, .drop-down-menu .airbag-list-wrap ul li, .sub-menu-about .restraints-list-wrap ul li, .sub-menu-about .airbag-list-wrap ul li {
    list-style-image: url(images/submenu-bullet.png);
    float: none;
    width: 100%;
}

/* ## Footer
--------------------------------------------- */

.site-footer {
    background-color: #f3f5f7;
    padding: 0;
}

#site-footer-left {
    float: left;
    padding-top: 10px;
}

@media screen and (max-width: 650px) {
    #site-footer-left {
        float: none;
        display: block;
        text-align: center;
        line-height: 1.6;
    }
}

#site-footer-left a {
    font-size: 12px;
    font-family: Lato, sans-serif;
    color: #868686;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 30px;
    margin-right: 12px;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

@media screen and (max-width: 650px) {
    #site-footer-left a {
        margin: 0 6px 0 6px;
    }
}

#site-footer-left a:hover {
    color: #f33234;
}

#site-footer-left a:first-child {

}

#site-footer-right {
    float: right;
}

@media screen and (max-width: 650px) {
    #site-footer-right {
        float: none;
        display: block;
        margin: 0 auto;
        height: 39px;
    }
}

#site-footer-right-text {
    float: right;
    padding-top: 10px;
}

@media screen and (max-width: 650px) {
    #site-footer-right-text {
        float: none;
    }
}

#site-footer-right-text p {
    display: inline-block;
    font-size: 10px;
    font-family: Lato, sans-serif;
    color: #868686;
    pointer-events: none;
    cursor: none;
}

#site-footer-move-top {
    float: right;
    background: url(images/icon-move-top.png) no-repeat;
    width: 39px;
    height: 39px;
    margin-left: 28px;
}

@media screen and (max-width: 650px) {
    #site-footer-move-top {
        display: none;
    }
}

#site-footer-move-top a {
    display: block;
    width: 100%;
    height: 39px;
    outline-color: transparent;
}

/* ## Home Page Content
--------------------------------------------- */

.scroll-fix {
    background: #ffffff;
    border-bottom: 5px solid #e9e9e9;
    max-height: 81px;
}

/*
.scroll-fix .genesis-nav-menu .current-menu-item > a {
    color: #f33234;
    text-decoration: none;
    outline-color: transparent;
    border-bottom-color: #f33234;
    bottom: -5px !important;
    position: relative;
}

.scroll-fix .genesis-nav-menu a {
    bottom: -5px !important;
    position: relative;
}*/

.scroll-fix .logo-amsafe {
    -webkit-transform: scale(0.9); /* Safari and Chrome */
    -moz-transform: scale(0.9); /* Firefox */
    -ms-transform: scale(0.9); /* IE 9 */
    -o-transform: scale(0.9); /* Opera */
    transform: scale(0.9);
}

.scroll-fix #menu-main-menu {
    /*background: transparent;*/
}

.scroll-on {
    position: fixed;
    top: 81px;
}

.scroll-off {
    position: absolute;
    top: 181px;

}

.cat-restraints {
    background: url(images/home-cat-restraints.jpg) no-repeat;
    height: 190px;
    background-size: cover;
    float: left;
    width: 50%;
    border-right: 1px solid #ffffff;
    border-top: 2px solid #ffffff;
}

@media screen and (max-width: 647px) {
    .cat-restraints {
        width: 100%;
        max-width: 647px;
        border-right: none;
    }
}

.cat-airbags {
    background: url(images/home-cat-airbags.jpg) no-repeat;
    height: 190px;
    background-size: cover;
    width: 50%;
    display: inline-block;
    border-left: 1px solid #ffffff;
    border-top: 2px solid #ffffff;
}

@media screen and (max-width: 647px) {
    .cat-airbags {
        width: 100%;
        max-width: 647px;
        border-left: none;
        float: left;
        display: block;
    }
}

.cat-restraints-content, .cat-airbags-content {
    display: block;
    width: 200px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    outline-color: transparent;
}

.cat-restraints-content a, .cat-airbags-content a {
    display: block;
    text-decoration: none;
    outline-color: transparent;
}

.cat-restraints-content p, .cat-airbags-content p {
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    pointer-events: none;
}

.icon-restraints {
    background: url(images/icon-seatbelt-bg1.png), url(images/icon-seatbelt-bg2.png) 10px no-repeat;
    width: 57px;
    height: 57px;
    margin: 0 auto;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.icon-restraints:hover {
    background: url(images/icon-seatbelt-bg1.png), url(images/icon-seatbelt-bg2.png) 24px no-repeat;
    width: 57px;
    height: 57px;
    margin: 0 auto;
}

.cat-restraints-content a:hover .icon-restraints, .cat-restraints-content a.hover .icon-restraints {
    background: url(images/icon-seatbelt-bg1.png), url(images/icon-seatbelt-bg2.png) 24px no-repeat;
    width: 57px;
    height: 57px;
    margin: 0 auto;
}

.icon-airbags {
    background: url(images/icon-airbag-bg1.png), url(images/icon-airbag-bg2.png) 5px 15px no-repeat;
    width: 57px;
    height: 57px;
    margin: 0 auto;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.icon-airbags:hover {
    background: url(images/icon-airbag-bg1.png), url(images/icon-airbag-bg2.png) 18px 15px no-repeat;
    width: 57px;
    height: 57px;
    margin: 0 auto;
}

.cat-airbags-content a:hover .icon-airbags, .cat-airbags-content a.hover .icon-airbags {
    background: url(images/icon-airbag-bg1.png), url(images/icon-airbag-bg2.png) 18px 15px no-repeat;
    width: 57px;
    height: 57px;
    margin: 0 auto;
}

.service-bulletin-wrapper {
    min-height: 40px;
}

@media screen and (max-width: 647px) {
    .service-bulletin-wrapper {
        padding-top: 35px;
    }
}

.service-bulletin {
    margin: 35px 0;
    border: 2px solid #f33234;
    padding: 20px;
    text-align: center;
}

.service-bulletin p {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.service-bulletin p:last-of-type {
    margin-bottom: 0;
}

.service-bulletin a {
    font-weight: 500;
    font-size: 18px;
    color: #f33234;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-bottom: 0;
}

.service-bulletin a:after {
    content: '';
    display: block;
    position: relative;
    top: -2px;
    margin: auto;
    height: 1px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease-in-out 0s;
    -webkit-transition: width .5s ease, background-color .5s ease-in-out 0s;
    -moz-transition: width .5s ease, background-color .5s ease-in-out 0s;
    -o-transition: width .5s ease, background-color .5s ease-in-out 0s;
}

.service-bulletin a:hover {
    color: #f33234;
    text-decoration: none;
}

.service-bulletin a:hover:after {
    width: 100%;
    background: #bcbfc5;
}

.latest-technology-wrap {
    padding: 0;
}

.latest-technology-wrap:after {
    clear: both;
    content: " ";
    display: table;
}

@media screen and (max-width: 865px) {
    .latest-technology-wrap .three-fourths, .latest-technology-wrap .one-sixth {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .latest-technology-wrap .one-sixth {
        text-align: center;
    }

    .latest-technology-wrap .product-slider {
        max-width: 100%;
        width: 100%;
    }
}

.latest-technology-download, .latest-technology-support {
    margin-bottom: 42px;
}

@media screen and (max-width: 865px) {
    .latest-technology-support {
        padding-top: 0;
        padding-right: 0;
    }

    .latest-technology-download, .latest-technology-support {
        padding-bottom: 55px;
        width: 240px !important;
        margin: 0 auto;
    }
}

.global-btn {
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 400;
    background-color: transparent;
    color: #575756;
    border: 2px solid rgb(233, 233, 233);
    padding: 10px 25px;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

@media screen and (max-width: 865px) {
    .latest-technology-support .global-btn, .latest-technology-download .global-btn {
        margin: 0 auto !important;
        display: block;
    }
}

.global-btn:hover {
    background-color: transparent;
    color: #000000;
    border: 2px solid #000000;
}

button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, button:focus, input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"], .button:focus {
    background-color: #f33234;
    outline: none;
}

.latest-technology-support {
    padding-top: 55px;
    width: 195px;
}

.latest-technology-download {
    width: 195px;
}

.latest-technology-support p:first-child, .latest-technology-download p:first-child {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 10px;
    pointer-events: none;
}

@media screen and (max-width: 865px) {
    .latest-technology-support p:first-child, .latest-technology-download p:first-child {
        padding-bottom: 10px;
        pointer-events: none;
        margin: 0 auto;
        width: 190px;
    }
}

.latest-technology-support p:nth-child(2), .latest-technology-download p:nth-child(2) {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    width: 190px;
    margin-bottom: 20px;
}

@media screen and (max-width: 865px) {
    .latest-technology-support p:nth-child(2), .latest-technology-download p:nth-child(2) {
        padding-bottom: 20px;
        margin: 0 auto;
    }
}

#slider-header-text {
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    pointer-events: none;
}

.product-slider {
    max-width: 712px;
}

.product-slider .bx-wrapper {
    border: 0 solid transparent;
    background: transparent;
    box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
}

@media screen and (max-width: 865px) {

    .product-slider .bx-wrapper {
        margin-bottom: 0;
    }

    .product-slider .bx-wrapper img {
        max-width: 100%;
        display: block;
        width: 100%;
    }
}

.product-slider .bx-wrapper .bx-pager {
    text-align: right;
    background: rgba(85, 90, 100, 0.60);
    bottom: 0;
    padding: 7px 15px 7px 0;
}

.product-slider .bx-pager-item {
    vertical-align: middle;
}

.product-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: url(images/home-slider-pager.png);
    width: 14px;
    height: 14px;
}

.product-slider .bx-wrapper .bx-pager.bx-default-pager a.active, .product-slider .bx-wrapper .bx-pager.bx-default-pager a:focus, .product-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: url(images/home-slider-pager-hover.png);
}

.product-slider .bx-wrapper .bx-controls-direction a {
    width: 40px !important;
    height: 75px !important;
}

.product-slider .bx-wrapper .bx-next {
    background: url(images/home-product-slider-arrows.png) no-repeat 0 0 !important;
}

.product-slider .bx-wrapper .bx-prev {
    background: url(images/home-product-slider-arrows.png) no-repeat 0 -81px !important;
}

.product-slider .bx-controls-direction a {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

.product-slider .bx-wrapper:hover .bx-controls-direction a {
    opacity: 1;
}

@media screen and (max-width: 700px) {
    .product-slider .bx-controls-direction {
        display: none;
    }
}

.slider-name {
    position: absolute;
    top: 45px;
    left: 30px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
    pointer-events: none;
}

@media screen and (max-width: 600px) {
    .product-slider .slider-name {
        background: rgba(85, 90, 100, .6);
        padding: 5px 10px 5px 10px;
        top: 0;
        left: 0;
        color: #ffffff;
        font-size: 14px;
    }
}

.slider-btn {
    position: absolute;
    top: 100px;
    left: 30px;
    padding: 10px 35px;
    border: 2px solid white;
}

@media screen and (max-width: 600px) {
    .product-slider .slider-btn {
        display: none;
    }
}

.crash-test-bg {
    background: url(images/home-crashtest-bg.png) no-repeat;
    background-size: cover;
    height: 400px;
}

@media screen and (max-width: 1100px) {
    .crash-test-bg {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media screen and (max-width: 750px) {
    .crash-test-bg {
        background-position: -442px 0;
    }
}

@media screen and (max-width: 650px) {
    .crash-test-bg {
        background-position: -520px 0;
    }
}

@media screen and (max-width: 500px) {
    .crash-test-bg {
        background-position: -615px 0;
    }
}

@media screen and (max-width: 400px) {
    .crash-test-bg {
        background-position: -720px 0;
    }
}

.crash-test-content {
    margin-top: 50px;
}

@media screen and (max-width: 750px) {
    .crash-test-content {
        text-align: center;
    }
}

.crash-test-content p:first-child {
    font-family: Lato, sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0;
    pointer-events: none;
}

.crash-test-content p:nth-child(2) {
    font-family: Lato, sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    pointer-events: none;
}

.crash-test-content p:nth-child(3) {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    max-width: 280px;
}

@media screen and (max-width: 750px) {
    .crash-test-content p:nth-child(3) {
        visibility: hidden;
    }
}

#crash-btn {
    width: 220px;
    height: 41px;
    color: #ffffff;
    border: 2px solid #6b6b6b;
}

#crash-btn:hover {
    border: 2px solid #f33234;
}

#crash-play {
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 150px;
    opacity: 1;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

@media screen and (max-width: 750px) {
    #crash-play {
        padding-top: 175px;
    }
}

#crash-play:hover {
    opacity: 0.60;
}

.global-customers-wrap {
    text-align: center;
}

.global-customers-content {
    padding: 60px 0 60px 0;
}

.global-customers-content p:first-child {
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #041c54;
    text-transform: uppercase;
    letter-spacing: 2px;
    pointer-events: none;
}

.global-customers-slider {
    margin-top: 60px;
}

.global-customers-slider .bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}

@media screen and (max-width: 1045px) {
    .global-customers-content .bx-wrapper .bx-controls-direction a {
        margin: 0 auto;
        left: 0;
        right: 0;
        width: 14px;
    }
}

.global-customers-slider .bx-wrapper .bx-next {
    background: url(images/home-global-slider-arrows.png) no-repeat 0 0 !important;
    right: -50px;
    z-index: 1;
}

.global-customers-slider .bx-wrapper .bx-prev {
    background: url(images/home-global-slider-arrows.png) no-repeat 0 -37px !important;
    left: -50px;
    z-index: 1;
}

@media screen and (max-width: 1045px) {
    .global-customers-slider .bx-wrapper .bx-prev {
        margin: 0 auto !important;
        display: block;
        position: relative;
        top: 60px;
        padding-right: 60px !important;
    }

    .global-customers-slider .bx-wrapper .bx-next {
        margin: 0 auto !important;
        display: block;
        position: relative;
        top: 28px !important;
        left: 22px !important;
    }
}

.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
    opacity: 0.25;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

.news-bg {
    background: url(images/home-news.png) no-repeat;
    background-size: cover;
    height: auto;
    padding-bottom: 45px;
    overflow: auto;
    overflow-x: hidden;
}

.news-events-wrap {
    text-align: center;
}

.news-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 17px 0 17px;
    border-color: #ffffff transparent transparent transparent;
    line-height: 0;
    margin: 0 auto;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.news-header {
    padding-top: 60px;
}

.news-header p {
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    pointer-events: none;
}

#news-btn {
    border: 2px solid #9b9da3;
    color: #ffffff;
}

#news-btn:hover {
    border: 2px solid #f33234;
}

/* ## Restraints Page Content
--------------------------------------------- */

.restraints-bg {
    background: url(images/restraints-main-image.jpg) no-repeat;
    background-size: cover;
    height: 550px;
}

@media screen and (max-width: 1013px) {
    .restraints-bg {
        background: url(images/restraints-main-image.jpg) no-repeat;
        background-size: cover;
        height: 420px;
    }
}

.restraints-bg-content {
    display: block;
    width: 200px;
    margin: 0 auto;
    position: relative;
    top: 35%;
    transform: translateY(-50%);
    text-align: center;
    outline-color: transparent;
}

@media screen and (max-width: 1013px) {
    .restraints-bg-content {
        top: 45%;
    }
}

.restraints-bg-content a {
    text-decoration: none;
    outline-color: transparent;
}

.restraints-bg-content p {
    font-family: Lato, sans-serif;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    pointer-events: none;
}

.restraints-bg-content .icon-restraints {
    height: 57px;
}

.restraints-bg-content .icon-restraints:hover {
    background: url(images/icon-seatbelt-bg1.png), url(images/icon-seatbelt-bg2.png) 24px no-repeat;
    width: 57px;
    height: 57px;
    margin: 0 auto;
}

.icon-restraints {
    background: url(images/icon-seatbelt-bg1.png), url(images/icon-seatbelt-bg2.png) 10px no-repeat;
    width: 57px;
    height: 57px;
    margin: 0 auto;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.icon-restraints:hover {
    background: url(images/icon-seatbelt-bg1.png), url(images/icon-seatbelt-bg2.png) 24px no-repeat;
    width: 57px;
    height: 57px;
    margin: 0 auto;
}

.restraints-bg-content a:hover .icon-restraints, .restraints-bg-content a.hover .icon-restraints {
    background: url(images/icon-seatbelt-bg1.png), url(images/icon-seatbelt-bg2.png) 24px no-repeat;
    width: 57px;
    height: 57px;
    margin: 0 auto;
}

.restraints-bg-airbag-link {
    background: url(images/restraints-main-airbag-link.jpg) 24px -2px no-repeat;
    position: absolute;
    right: 0;
    width: 300px;
    height: 184px;
}

@media screen and (max-width: 1013px) {
    .restraints-bg-airbag-link {
        display: none;
    }
}

.restraints-bg-airbag {
    display: block;
    position: absolute;
    width: 200px;
    margin: 0 auto;
    top: 55%;
    left: 30px;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    outline-color: transparent;
}

.restraints-bg-airbag a {
    text-decoration: none;
    outline-color: transparent;
}

.restraints-bg-airbag p {
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    pointer-events: none;
    margin-top: 10px;
}

.icon-airbags {
    background: url(images/icon-airbag-bg1.png), url(images/icon-airbag-bg2.png) 5px 15px no-repeat;
    width: 57px;
    height: 57px;
    margin: 0 auto;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.icon-airbags:hover {
    background: url(images/icon-airbag-bg1.png), url(images/icon-airbag-bg2.png) 18px 15px no-repeat;
    width: 57px;
    height: 57px;
    margin: 0 auto;
}

.restraints-bg-airbag a:hover .icon-airbags, .restraints-bg-airbag a.hover .icon-airbags {
    background: url(images/icon-airbag-bg1.png), url(images/icon-airbag-bg2.png) 18px 15px no-repeat;
    width: 57px;
    height: 57px;
    margin: 0 auto;
}

.restraints-bg-airbag a:hover .icon-restraints, .restraints-bg-airbag a.hover .icon-restraints {
    background: url(images/icon-seatbelt-bg1.png), url(images/icon-seatbelt-bg2.png) 24px no-repeat;
    width: 57px;
    height: 57px;
    margin: 0 auto;
}

#restraints-airbag-arrow {
    display: none;
    position: absolute;
    bottom: 14px;
    left: 38px;
    opacity: 1;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

#restraints-airbag-arrow:hover {
    bottom: 0;
    left: 24px;
    opacity: 0.60;
}

.restraints-bg-description {
    position: absolute;
    height: 255px;
    background: url(images/restraints-blur-bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    top: 506px;
}

.restraints-bg-description-bold-text {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 40px;
    line-height: 1.313;
}

.restraints-bg-description-normal-text {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.restraints-bg-description-list-text {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 40px;
    line-height: 1.313;
}

.restraints-bg-description-1st-column {
    width: 405px;
    margin-right: 70px;
}

.restraints-bg-description-2st-column {
    margin-right: 30px;
}

.restraints-bg-description-2st-column,
.restraints-bg-description-3rd-column {
    width: 220px;
}

@media screen and (max-width: 1013px) {
    .restraints-bg-description,
    .restraints-bg-description-2st-column,
    .restraints-bg-description-3rd-column {
        display: none;
    }
}

.restraints-bg-description-list-text ul li {
    list-style-image: url(images/restraints-red-bullet.png);
    padding-bottom: 20px;
    padding-left: 5px;
}

.restraints-commercial-section,
.restraints-defense-section,
.active-safety-systems-section {
    border-bottom: 1px solid #e9eaec;
    margin-top: 60px;
}

.restraints-service-centre-section {
    margin-top: 40px;
    margin-bottom: 60px;
    padding-left: 50px;
    background: url(images/restraints-service-icon.png) left center no-repeat;
}

.restraints-commercial-section p:first-child {
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    pointer-events: none;
    margin-bottom: 15px;
}

.restraints-commercial-section p:nth-child(2) {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.313;
    color: #000000;
    pointer-events: none;
}

.restraints-defense-section p:first-child {
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    pointer-events: none;
    margin-bottom: 15px;
}

.restraints-defense-section p:nth-child(2) {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.313;
    color: #000000;
    pointer-events: none;
}

.restraints-service-centre-section p:first-child {
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    pointer-events: none;
    margin-bottom: -5px;
}

.restraints-service-centre-section p:nth-child(2) {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.313;
    color: #000;
    margin-bottom: 0;
}

.restraints-service-centre-section a {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.313;
    color: #000000;
    text-decoration: none;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.restraints-service-centre-section a:hover {
    color: #f33234;
}

.restraints-commercial-products {
    overflow: auto;
    padding-bottom: 50px;
    margin-top: -60px;
}

.restraints-commercial-products img {
    width: 100%;
}

.restraints-commercial-products a {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #d6d5d5;
    text-decoration: none;
    opacity: 1;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.restraints-commercial-products a:hover {
    color: #000000;
    opacity: 1;
}

.restraints-commercial-products .one-fourth {
    margin-bottom: 0;
}

.restraints-products-red-border {
    position: relative;
    top: -10px;
    width: 100%;
    height: 2px;
    background: #f33234;
    opacity: 0;
    transition: opacity 1.5s ease;
    -webkit-transition: opacity 1.5s ease;
    -moz-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
}

.restraints-products-arrow {
    position: relative;
    width: 37px !important;
    height: 71px;
    bottom: -125px;
    left: 72px;
    z-index: 99;
    opacity: 0;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
}

@media screen and (max-width: 1013px) {
    .restraints-products-arrow {
        visibility: hidden;
    }
}

.restraints-commercial-products a:hover > .restraints-products-arrow {
    opacity: 1.0;
    left: 92px;
}

.restraints-commercial-products a:hover > .restraints-products-red-border, .restraints-commercial-products a:hover > .restraints-products-thumbnail {
    opacity: 1.0;
}

/*.restraints-defense-sticker {
    position: relative;
    width: 106px;
    height: 107px;
    top: -206px;
    left: -4px;
    background: url(images/restraints-defense-sticker.png) no-repeat;
}*/

.restraints-defense-products {
    overflow: hidden;
    padding-bottom: 110px;
    margin-bottom: -70px;
    margin-top: -60px;
}

.restraints-defense-products img {
    width: 100%;
}

.restraints-defense-products a {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #d6d5d5;
    text-decoration: none;
    opacity: 1;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.restraints-products-thumbnail {
    opacity: 0.4;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.restraints-defense-products a:hover {
    color: #000000;
    opacity: 1;
}

.restraints-defense-products .one-fourth {
    margin-bottom: 0;
    /*max-height: 281px;*/
}

.restraints-defense-products a:hover > .restraints-products-arrow {
    opacity: 1.0;
    left: 92px;
}

.restraints-defense-products a:hover > .restraints-products-red-border, .restraints-defense-products a:hover > .restraints-products-thumbnail {
    opacity: 1.0;
}

.restraints-defense-sticker {
    display: none;
    position: relative;
    top: -206px;
}

.restraints-defense-sticker:before {
    content: "";
    display: inline-block;
    width: 106px;
    height: 107px;
    background: url(images/restraints-defense-sticker.png) no-repeat;
    position: relative;
    left: -2.564102564102564%;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.restraints-defense-margin {

}

.restraints-defense-products a:hover > .restraints-defense-sticker:before {
    opacity: 0;
}

.title-opacity {
    color: #000000;
}

/* ## Airbag Systems Page Content
--------------------------------------------- */

.airbag-systems-bg {
    background: url(images/airbag-systems-main-image.jpg) no-repeat;
    background-size: cover;
    height: 550px;
}

@media screen and (max-width: 1013px) {
    .airbag-systems-bg {
        height: 420px;
    }
}

.airbag-systems-bg-content {
    display: block;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    top: 35%;
    transform: translateY(-50%);
    text-align: center;
    outline-color: transparent;
}

@media screen and (max-width: 1013px) {
    .airbag-systems-bg-content {
        top: 45%;
    }

}

.airbag-systems-bg-content .icon-airbags {
    background: url(images/icon-airbag-bg1.png), url(images/icon-airbag-bg2.png) 18px 15px no-repeat;
    width: 57px;
    height: 57px;
    margin: 0 auto;
}

.airbag-systems-bg-content p {
    font-family: Lato, sans-serif;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    pointer-events: none;
}

.airbag-systems-bg-content a {
    text-decoration: none;
    outline-color: transparent;
}

.airbag-systems-bg-restraints-link {
    background: url(images/airbag-systems-main-restraints-link.jpg) 24px -2px no-repeat;
    position: absolute;
    right: 0;
    width: 300px;
    height: 184px;
}

@media screen and (max-width: 1013px) {
    .airbag-systems-bg-restraints-link {
        display: none;
    }
}

.airbag-systems-bg-description {
    position: absolute;
    height: 255px;
    background: url(images/airbag-systems-blur-bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    top: 506px;
}

@media screen and (max-width: 1013px) {
    .airbag-systems-bg-description {
        display: none;
    }
}

.airbag-systems-bg-description .restraints-bg-description-1st-column {
    width: 410px;
}

.airbag-systems-bg-description .restraints-bg-description-2st-column {
    width: 230px;
    margin-right: 20px;
}

.airbag-systems-bg-description .restraints-bg-description-bold-text {
    margin-bottom: 12px;
}

.airbag-systems-bg-description .restraints-bg-description-3rd-column {
}

.active-safety-systems-section {
    padding-bottom: 30px;
}

.active-safety-systems-section p:first-child {
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    pointer-events: none;
    margin-bottom: 15px;
}

.active-safety-systems-section p:nth-child(2) {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.313;
    color: #000;
    pointer-events: none;
}

.active-safety-systems-section ul {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    margin: 0 5%;
}

.active-safety-systems-section ul li {
    list-style-image: url(images/restraints-red-bullet.png);
    padding-bottom: 20px;
    padding-left: 5px;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.313;
}

/* ## Restraints Single Post Page Content
--------------------------------------------- */
.restraint-back-link-wrap {
    margin-bottom: 25px;
}

.restraint-back-link-wrap a {
    font-family: Georgia, sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    color: #555a64;
    text-decoration: none;
    background: url(images/products-single-page-back-icon.png) center left no-repeat;
    padding-left: 20px;
    padding-top: 2px;
}

.restraint-capitalize {
    text-transform: capitalize;
}

.restraints-product-title {
    margin-top: 10px;
}

.restraints-product-title p {
    clear: both;
    float: left;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-top: 2px solid #f33234;
    padding-top: 12px;
}

.products-title-red-border {

}

.row1-col1, .row2-col1 {
    width: 100%;
    max-width: 390px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
    .row1-col1, .row2-col1 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.row1-col2 {
    width: 100%;
    max-width: 585px;
}

@media screen and (max-width: 1200px) {
    .row1-col2 {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}

.section1-left-content-wrap {
    display: inline-block;
}

.section1-left-content-wrap p:first-child {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
}

.section1-left-content-wrap p {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.section1-right-image-wrap, .row2-col2 {
    width: 585px;
}

@media screen and (max-width: 1200px) {
    .row2-col2 {
        width: 100%;
        margin-left: 0;
    }
}

.row2-col1, .row2-col2 {
    border-top: 1px solid #b6b9c0;
    padding-top: 30px;
}

.section1-right-image-wrap {
    position: relative;
    padding-top: 54px;
    padding-bottom: 45px;
}

@media screen and (max-width: 1200px) {
    .section1-right-image-wrap {
        position: relative;
        padding-top: 0;
        padding-bottom: 99px;
    }
}

@media screen and (max-width: 750px) {
    .section1-right-image-wrap {
        width: 100%;
    }
}

.section-right-image {
    max-width: 585px;
    overflow: hidden;
    max-height: 352px;
}

@media screen and (max-width: 750px) {
    .section-right-image {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 736px) {
    .section-right-image {
        display: table;
        max-height: 100%;
        height: 100%;
    }
}

.section1-right-image-wrap img {
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

@media screen and (max-width: 736px) {
    .section1-right-image-wrap img {
        display: table-cell;
        vertical-align: top;
        width: 100%;
        max-height: 100%;
        height: 100%;
    }
}

.section1-right-image-wrap img:hover {
    -webkit-transform: scale(1.1); /* Safari and Chrome */
    -moz-transform: scale(1.1); /* Firefox */
    -ms-transform: scale(1.1); /* IE 9 */
    -o-transform: scale(1.1); /* Opera */
    transform: scale(1.1);
}

.section2-right-content-wrap p strong {
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
}

.section2-right-content-wrap ul li {
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #000000;
    font-style: normal;
    font-weight: 500;
    background: url(images/restraints-red-bullet.png) no-repeat 0 8px;
    list-style: none;
    padding-bottom: 10px;
    padding-left: 12px;
}

.section2-left-content-wrap p strong {
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
}

.section2-left-content-wrap p {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #000;
}

.section2-left-content-wrap ul {
    padding-bottom: 15px;
}

.section2-left-content-wrap ul li {
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #000000;
    font-style: normal;
    font-weight: 500;
    background: url(images/restraints-red-bullet.png) no-repeat 0 8px;
    list-style: none;
    padding-bottom: 10px;
    padding-left: 12px;
}

.section2-right-content-wrap .right_feature_long {
    width: 100%;
    max-width: 100%;
}

.section2-right-content-wrap .right_feature_short {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 410px;
}

.section2-right-content-wrap ul {
    padding-bottom: 15px;
}

.products-bubble-wrap {
    background: url("images/products-single-page-bubble.png") no-repeat;
    height: 170px;
    width: 100%;
    max-width: 170px;
    margin-top: 15%;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 1200px) {
    .products-bubble-wrap {
        margin-top: 10%;
    }
}

@media screen and (max-width: 738px) {
    .products-bubble-wrap {
        display: none;
    }
}

.products-bubble-text {
    max-width: 110px;
    text-align: center;
    margin-left: 28px;
    padding-top: 22px;
}

.products-bubble-text p {
    font-family: Georgia, sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    color: #192025;
}

.section1-right-sheet-wrap {
    position: absolute;
    top: 336px;
    width: 100%;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1200px) {
    .section1-right-sheet-wrap {
        top: 282px;
    }
}

@media screen and (max-width: 736px) {
    .section1-right-sheet-wrap {
        position: relative;
        top: -70px;
    }
}

.section1-right-vimeo-link, .section1-right-enquiry-button, .section1-right-product-sheet {
    display: inline-block;
    vertical-align: middle;
}

.section1-right-vimeo-link a {
    display: block;
    background: url("images/products-single-page-vimeo-icon.png") no-repeat;
    background-size: contain;
    width: 17px;
    height: 14px;
    margin-top: 30px;
    margin-left: 25px;
    outline-color: transparent;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.section1-right-vimeo-link a:hover + .section1-right-vimeo-link-info {
    opacity: 1;
}

.section1-right-vimeo-link-info {
    background: url("images/products-single-page-vimeo-info-bg.png") no-repeat;
    width: 97px;
    height: 33px;
    position: relative;
    top: -57px;
    left: 14px;
    opacity: 0;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.section1-right-vimeo-link-info p {
    font-family: Lato, sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-left: 13px;
}

.section1-right-enquiry-button {
    padding-left: 125px;
    padding-bottom: 8px;
}

@media screen and (max-width: 736px) {
    .section1-right-enquiry-button {
        position: absolute;
        top: 100px;
        left: 0;
        padding-left: 0;
        padding-bottom: 8px;
    }
}

.section1-right-enquiry-button a {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #8c8e94;
    padding: 15px 22px 15px 22px;
    outline: transparent;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.section1-right-enquiry-button a:hover {
    border: 2px solid #f33234;
}

@media screen and (max-width: 736px) {
    .section1-right-enquiry-button a {
        color: #000000;
    }
}

@media screen and (max-width: 454px) {
    .section1-right-enquiry-button a {
        padding: 15px 32px 15px 32px;
    }
}

a#product-sheet {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #8c8e94;
    padding: 15px 22px 15px 22px;
    margin-bottom: 0;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

@media screen and (max-width: 736px) {
    a#product-sheet {
        color: #000000;
    }
}

a#product-sheet:hover {
    border: 2px solid #f33234;
}

a#product-sheet:after {
    content: url(images/product-single-sheet-arrow-white.png);
    padding-left: 15px;
    vertical-align: middle;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

@media screen and (max-width: 736px) {
    a#product-sheet:after {
        content: url(images/product-single-sheet-arrow-black.png);
    }
}

.accordion li.open .link a#product-sheet:after {
    display: inline-block;
    -o-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.accordion li .link a#product-sheet:after {
    display: inline-block;
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.section1-right-product-sheet {
    position: absolute;
    padding-left: 10px;
    top: -4px;
}

@media screen and (max-width: 736px) {
    .section1-right-product-sheet {
        position: absolute;
        top: 76px !important;
        margin-left: 70px !important;
    }
}

@media screen and (max-width: 454px) {
    .section1-right-product-sheet {
        display: block;
        margin-left: 0 !important;
        padding-left: 0;
        position: absolute;
        top: 145px !important;
    }
}

.section1-right-product-sheet ul {
    list-style-type: none;
}

.section1-right-product-sheet .accordion {
    width: 100%;
    max-width: 360px;
    margin: 24px auto 20px;
    background: transparent;
}

.section1-right-product-sheet .accordion .link {
    cursor: pointer;
    display: block;
}

.section1-right-product-sheet .accordion li:last-child .link {
    border-bottom: 0;
}

.section1-right-product-sheet .accordion li .open {
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.section1-right-product-sheet .submenu {
    display: none;
    background: #8c8e94;
    position: relative;
    z-index: 99;
    top: 12px;
}

.section1-right-product-sheet .submenu a {
    display: block;
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 22px 10px 22px;
    margin-bottom: 0;
    max-width: 176px;
    outline: transparent;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.section1-right-product-sheet .submenu a:hover {
    color: #f33234;
}

.mfp-bg {
    opacity: 0.9 !important;
}

.mfp-close {
    width: 40px !important;
    height: 40px !important;
    top: 0 !important;
    right: 0 !important;
}

.mfp-close:after {
    content: '';
    background: #f33234 url("images/lightbox-close-icon.png") no-repeat;
    display: block !important;
    width: 40px !important;
    height: 40px !important;
}

.mfp-arrow:before {
    display: none !important;
}

.mfp-arrow:after {
    border: 0 !important;
}

.mfp-arrow-right:after {
    border-left: 0 !important;
    content: '';
    display: block;
    width: 19px !important;
    height: 38px !important;
    position: absolute;
    left: 35px !important;
    top: 35px !important;
    margin: 0 !important;
    background: url(images/about-calendar-slider-arrow-next.png) !important;
}

.mfp-arrow-left:after {
    border-left: 0 !important;
    content: '';
    display: block;
    width: 19px !important;
    height: 38px !important;
    position: absolute;
    left: 35px !important;
    top: 35px !important;
    margin: 0 !important;
    background: url(images/about-calendar-slider-arrow-prev.png) !important;
}

#login-links-box {
    background: transparent;
    color: #ffffff;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.login-box-wrapper p:first-child {
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    background: url("images/lightbox-lock.png") no-repeat;
    background-position-x: 60px;
}

.login-box-wrapper a {
    display: block;
    width: 276px;
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    border: 2px solid #3d577e;
    margin-bottom: 24px;
    padding: 14px 14px;
    text-decoration: none;
    outline-color: transparent;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.login-box-wrapper a:hover {
    border: 2px solid #f33234;
}

/* ## About Page Content
--------------------------------------------- */

.about-header-bg {
    background: url(images/about-header-bg.png) no-repeat;
    background-size: cover;
    height: 500px;
    max-height: 100%;
}

.about-header-content {
    width: 100%;
    max-width: 590px;
}

@media screen and (max-width: 1100px) {
    .quality-bg .about-header-content {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media screen and (max-width: 800px) {
    .about-header-content {
        padding-left: 5%;
        padding-right: 5%;
    }

    .about-header-bg {
        height: auto;
    }

    .about-header-bg .crash-test-wrap {
        display: table;
        padding-bottom: 25px;
    }
}

.about-header-content p:first-child {
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    pointer-events: none;
    margin-top: 45px;
    margin-bottom: 15px;
}

.about-header-content p:nth-child(2) {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    pointer-events: none;
}

.about-header-content p:nth-child(3) {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #616161;
    pointer-events: none;
}

.page-id-25 .about-header-content a {
    display: block;
    width: 276px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #6b6b6b;
    margin-bottom: 24px;
    padding: 14px 14px;
    text-decoration: none;
    outline-color: transparent;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.page-id-25 .about-header-content a:hover {
    border: 2px solid #f33234;
}

.about-header-bubble-wrap {
    background: url("images/products-single-page-bubble.png") no-repeat;
    height: 170px;
    max-width: 170px;
    margin-top: 215px;
    margin-left: 35px;
}

@media screen and (max-width: 913px) {
    .about-header-bubble-wrap {
        display: none;
    }
}

.about-header-bubble-text {
    font-family: Georgia, sans-serif;
    font-size: 14px;
    color: #6a6c72;
    font-style: italic;
    max-width: 110px;
    text-align: center;
    margin-left: 28px;
    padding-top: 15px;
}

.about-content-slider-wrap {
    margin-top: 60px;
    margin-bottom: 50px;
}

/*----- Tabs -----*/
.tabs {
    width: 100%;
    display: inline-block;
}

/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.tab-links li {
    margin: 0 5px;
    float: left;
    list-style: none;
}

@media screen and (max-width: 700px) {
    .tab-links li {
        float: none;
        margin-left: 0;
    }
}

.tab-links li:first-child {
    margin-left: 0;
}

.tab-links a {
    padding: 9px 0;
    margin-right: 20px;
    display: inline-block;
    font-size: 15px;
    font-family: Lato, sans-serif;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.502);
    outline-color: transparent;
    text-decoration: none;
    border-top: 2px solid transparent;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.tab-links a:hover {
    border-top: 2px solid #ed3a47;
    color: #000000;
}

li.active a, li.active a:hover {
    border-top: 2px solid #ed3a47;
    color: #000000;
    outline-color: transparent;
}

/*----- Content of Tabs -----*/
.tab-content {
    padding-top: 15px;
    background: transparent;
}

.tab {
    display: none;
    outline-color: transparent;
}

.stab-opacity {
    opacity: 0;
    outline-color: transparent;
}

.tab.active {
    display: block;
    outline-color: transparent;
}

.global-tab-col1 {
    width: 100%;
    max-width: 517px;
}

@media screen and (max-width: 1002px) {
    .global-tab-col1 {
        width: 100%;
        max-width: 100%;
    }
}

.global-tab-col1 p:first-child {
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    pointer-events: none;
}

.global-tab-col1 p:nth-child(2) {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    pointer-events: none;
}

.global-tab-col1 p:nth-child(3) {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #616161;
    pointer-events: none;
}

.global-tab-col1 p:nth-child(4) {
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    color: #616161;
    pointer-events: none;
}

.global-tab-col2 {
    background: url("images/about-capabilities-tab-pic.png") no-repeat;
    background-size: contain;
    width: 45%;
    height: 506px;
}

@media screen and (max-width: 1002px) {
    .global-tab-col2 {
        background: url("images/about-capabilities-tab-pic.png") center center no-repeat;
        width: 100%;
        max-width: 100%;
    }
}

.history-tab-col1 {
    width: 100%;
    max-width: 517px;
}

@media screen and (max-width: 1021px) {
    .history-tab-col1 {
        width: 100%;
        max-width: 100%;
    }
}

.history-tab-col1 p:first-of-type {
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    pointer-events: none;
}

.history-tab-col1 p:nth-of-type(2) {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    pointer-events: none;
}

.history-tab-col1 img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.history-tab-col1 p:nth-of-type(3) {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #616161;
    pointer-events: none;
}

.history-tab-col1 p:nth-of-type(4) {
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    color: #616161;
    pointer-events: none;
}

.history-tab-col2 {
    width: 100%;
    max-width: 427px;
    margin-left: 6%;
}

@media screen and (max-width: 1021px) {
    .history-tab-col2 {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        text-align: center;
    }
}

.history-tab-col2 p:first-of-type {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    pointer-events: none;
}

.timeline-list li a {
    text-decoration: none;
}

.timeline-list li {
    margin-bottom: 5px;
}

.timeline-image {
    background: url("images/about-history-tab-photo.png") no-repeat 13px 2px;
    height: 28px;
    width: 36px;
    position: relative;
    display: inline-block;
}

.timeline-image::after {
    content: "";
    display: inline-block;
    height: 28px;
    width: 36px;
    opacity: 0;
    background: url("images/about-history-tab-photo-hover.png") no-repeat 13px 2px;
    -moz-transition: opacity 1.5s ease;
    -webkit-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
}

.timeline-image:hover::after {
    opacity: 1;
}

.timeline-photo-wrap, .timeline-year-wrap, .timeline-text-wrap {
    display: inline-block;
    vertical-align: top;
}

.timeline-year-wrap {
    font-family: Lato, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #f33234;
    margin-right: 7px;
}

.timeline-text-wrap {
    font-family: Lato, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    width: 340px;
    text-align: left;
}

@media screen and (max-width: 478px) {
    .timeline-text-wrap {
        width: 61vw;
    }
}

.leadership-tab-col1 p:first-child {
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    pointer-events: none;
}

.leadership-tab-col1 p:nth-child(2) {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    pointer-events: none;
}

.leadership-tab-col1 p:nth-child(3) {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #616161;
    pointer-events: none;
}

.leadership-tab-col1 hr {
    color: #b6b9c0;
    margin-bottom: 5px;
}

.leadership-tab-col1 p:nth-of-type(4) {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    pointer-events: none;
}

.leadership-tab-col2 {
    background: url("images/about-leadership-tab-pic.jpg") no-repeat;
    background-size: contain;
    height: 392px;
}

@media screen and (max-width: 800px) {
    .leadership-tab-col2 {
        background: url("images/about-leadership-tab-pic.jpg") center center no-repeat;
        margin-top: 45px;
    }
}

.leadership-tab-col1-contact a {
    padding-right: 20px;
}

@media screen and (max-width: 438px) {
    .leadership-tab-col1-contact a {
        float: left;
        clear: both;
    }
}

.leadership-tab-col1-contact a:first-of-type {
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    text-decoration: none;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.leadership-tab-col1-contact a:first-of-type:hover {
    color: #ed3a47;
}

.leadership-linkedin-icon {
    background: url("images/about-leadership-tab-linkedin.png") no-repeat;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 10px;
    height: 39px;
    width: 39px;
    position: relative;
    display: inline-block;
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    text-decoration: none;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.leadership-linkedin-icon::after {
    content: "";
    display: inline-block;
    height: 39px;
    width: 39px;
    opacity: 0;
    background: url("images/about-leadership-tab-linkedin-hover.png") no-repeat;
    -moz-transition: opacity 1.5s ease;
    -webkit-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
}

.leadership-linkedin-icon:hover::after {
    opacity: 1;
}

.leadership-tab-col1-contact a:first-of-type:hover > .leadership-linkedin-icon::after {
    opacity: 1;
}

.leadership-tab-col1-contact a:nth-of-type(2) {
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    text-decoration: none;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.leadership-tab-col1-contact a:nth-of-type(2):hover {
    color: #ed3a47;
}

.leadership-email-icon {
    background: url("images/about-leadership-tab-email.png") no-repeat;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 10px;
    height: 39px;
    width: 39px;
    position: relative;
    display: inline-block;
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    text-decoration: none;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.leadership-email-icon::after {
    content: "";
    display: inline-block;
    height: 39px;
    width: 39px;
    opacity: 0;
    background: url("images/about-leadership-tab-email-hover.png") no-repeat;
    -moz-transition: opacity 1.5s ease;
    -webkit-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
}

.leadership-email-icon:hover::after {
    opacity: 1;
}

.leadership-tab-col1-contact a:nth-of-type(2):hover > .leadership-email-icon::after {
    opacity: 1;
}

.leadership-tab-col1-contact a:nth-of-type(3) {
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    text-decoration: none;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.leadership-tab-col1-contact a:nth-of-type(3):hover {
    color: #ed3a47;
}

.leadership-enquiry-icon {
    background: url("images/about-leadership-tab-enquiry.png") no-repeat;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 10px;
    height: 39px;
    width: 39px;
    position: relative;
    display: inline-block;
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    text-decoration: none;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.leadership-enquiry-icon::after {
    content: "";
    display: inline-block;
    height: 39px;
    width: 39px;
    opacity: 0;
    background: url("images/about-leadership-tab-enquiry-hover.png") no-repeat;
    -moz-transition: opacity 1.5s ease;
    -webkit-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
}

.leadership-enquiry-icon:hover::after {
    opacity: 1;
}

.leadership-tab-col1-contact a:nth-of-type(3):hover > .leadership-enquiry-icon::after {
    opacity: 1;
}

.news-wrap-bg {
    background: url(images/home-news.png) no-repeat;
    background-size: cover;
    height: 690px;
}

@media screen and (max-width: 1045px) {
    .news-wrap-bg {
        height: auto;
        padding-bottom: 45px;
        overflow: auto;
        overflow-x: hidden;
    }

    .news-wrap-bg .content-wrap-boxed {
        text-align: center;
    }
}

.about-news-left, .about-news-right {
    text-align: center;
    margin-top: 90px;
}

@media screen and (max-width: 1045px) {
    .about-news-left, .about-news-right {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 406px) {
    .about-news-right {
        display: none;
    }
}

.about-news-left-header, .about-news-right-header {
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    pointer-events: none;
    margin-bottom: 45px;
}

.about-news-posts {
    max-width: 390px;
    margin: 0 auto;
    width: 100%;
    height: 390px;
    overflow: scroll;
}

.about-news-posts img {
    margin-bottom: 12px;
}

@media screen and (max-width: 800px) {
    .about-news-posts img {
        padding: 0 5% 0 5%;
    }
}

.jspTrack {
    background: transparent !important;
}

.jspVerticalBar {
    width: 7px !important;
    background: transparent !important;
    border: 1px solid #797d84;
}

@media screen and (max-width: 800px) {
    .jspVerticalBar {
        right: 5% !important;
    }
}

.jspDrag {
    background: #ffffff !important;
}

.about-news-date {
    font-family: Lato, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 4px;
}

@media screen and (max-width: 800px) {
    .about-news-date {
        padding: 0 5% 0 5%;
    }
}

.about-news-title {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 4px;
}

@media screen and (max-width: 800px) {
    .about-news-title {
        padding: 0 5% 0 5%;
    }
}

.about-news-content {
    margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
    .about-news-content {
        padding: 0 5% 0 5%;
    }
}

.about-news-content:last-child {
    margin-bottom: 0;
}

.about-news-content p {
    font-family: Lato, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 0;
}

.about-news-content p a {
    font-weight: 500;
    font-size: 14px;
    color: #f33234;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-bottom: 0;
    padding-left: 5px;
}

.events-fields-content a,
.facilities-address a,
.section2-left-content-wrap a {
    font-weight: 500;
    font-size: 14px;
    color: #f33234;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-bottom: 0;
}

.about-news-content a:after, .events-fields-content a:after, .facilities-address a:after, .section2-left-content-wrap a:after {
    content: '';
    display: block;
    position: relative;
    top: -2px;
    margin: auto;
    height: 1px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease-in-out 0s;
    -webkit-transition: width .5s ease, background-color .5s ease-in-out 0s;
    -moz-transition: width .5s ease, background-color .5s ease-in-out 0s;
    -o-transition: width .5s ease, background-color .5s ease-in-out 0s;
}

.about-news-content a:hover:after, .events-fields-content a:hover:after, .facilities-address a:hover:after, .section2-left-content-wrap a:hover:after {
    width: 100%;
    background: #bcbfc5;
}

.about-news-content a:hover, .events-fields-content a:hover, .section2-left-content-wrap a:hover {
    color: #f33234;
    text-decoration: none;
}

.about-news-content ul {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
}

.about-news-content ul li {
    background: url(images/restraints-red-bullet.png) no-repeat 0 8px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.events-custom-scroll {
    max-width: 415px;
    margin: 0 auto;
    width: 100%;
    height: 258px !important;
    overflow: hidden;
}

@media screen and (max-width: 800px) {
    .events-custom-scroll {
        max-width: 390px;
    }
}

.events-fields {
    text-align: left;
    max-width: 350px;
}

@media screen and (max-width: 800px) {
    .events-fields {
        max-width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
}

.events-fields-date {
    font-family: Lato, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 4px;
}

@media screen and (max-width: 800px) {
    .events-fields-date {
        padding-left: 5%;
        padding-right: 5%;
    }
}

.events-fields-title {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 4px;
}

@media screen and (max-width: 800px) {
    .events-fields-title {
        padding-left: 5%;
        padding-right: 5%;
    }
}

.events-fields-content p {
    font-family: Lato, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
}

@media screen and (max-width: 800px) {
    .events-fields-content p {
        padding-left: 5%;
        padding-right: 5%;
    }
}

.events-posts {
    padding-left: 75px;
}

@media screen and (max-width: 1045px) {
    .events-posts {
        padding-left: 0;
    }

    .events-content-inner {
        width: 100%;
        max-width: 415px;
    }
}

@media screen and (max-width: 800px) {
    .events-content-inner {
        width: 100%;
        max-width: 390px;
    }
}

/**/

.slick-slider {
    /*top: 25px;*/
}

.slick-initialized .slick-slide {
    outline-color: transparent;
}

.events-numbers {
    cursor: url(images/drag-to-right.png), auto;
}

.slick-next:before {
    content: url(images/about-calendar-slider-arrow-next.png) !important;
}

.slick-prev:before {
    content: url(images/about-calendar-slider-arrow-prev.png) !important;
}

.slick-prev, .slick-next {
    top: 35% !important;
}

@media screen and (max-width: 800px) {
    .slick-prev, .slick-next {
        height: 38px !important;
        top: 42% !important;
    }
}

@media screen and (max-width: 320px) {
    .slick-prev, .slick-next {
        display: none !important;
    }
}

.event-month {
    background: url("images/about-calendar-slider-bg.png") center center no-repeat;
    width: 85px;
    height: 85px;
    margin: 0 auto;
    cursor: url(images/drag-to-right.png), auto;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.slick-current .event-month {
    background: url("images/about-calendar-slider-bg-hover.png") center center no-repeat;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.event-month p {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    color: #888c94;
    margin-bottom: 0;
    padding-top: 35px;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.events-month-year {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: #ffffff;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
    opacity: 0;
}

.slick-current .event-month p {
    color: #ffffff;
}

.slick-current .events-month-year {
    opacity: 1;
}

.events-slider {
    max-width: 293px;
}

.slick-slider {
    margin: 0 auto;
}

/* ## Services Page Content
--------------------------------------------- */

.services-content-slider-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}

.services-header-bg {
    background: url(images/services-header-bg.jpg) center right no-repeat;
    background-size: cover;
    height: 430px;
}

.sled-tab-col1 {
    width: 100%;
    max-width: 500px;
}

.sled-tab-col1 p:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
}

.sled-tab-col1 #request-test-btn {
    display: block;
    width: 276px;
    background-color: transparent;
    color: #575756;
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #6b6b6b;
    margin-bottom: 24px;
    padding: 14px 14px;
    text-decoration: none;
    outline-color: transparent;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.sled-tab-col1 #request-test-btn:hover {
    border: 2px solid #f33234;
}

.sled-tab-col2 {
    width: 100%;
    max-width: 421px;
    margin-left: 8%;
}

@media screen and (max-width: 1018px) {
    .sled-tab-col2 {
        margin-left: 0;
    }
}

.service-image-wrap {
    overflow: hidden;
    margin-top: 18px;
}

.service-image {
    background: url("images/services-sled-testing-img.jpg") no-repeat;
    background-size: cover;
    height: 282px;
    position: relative;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translate3D(0, 0, 0);
}

.service-image:hover {
    -webkit-transform: scale(1.05); /* Safari and Chrome */
    -moz-transform: scale(1.05); /* Firefox */
    -ms-transform: scale(1.05); /* IE 9 */
    -o-transform: scale(1.05); /* Opera */
    transform: scale(1.05);
}

.service-image-overlay {
    position: relative;
    bottom: 59px;
    width: 100%;
    height: 53px;
    background-color: rgba(0, 0, 0, 0.6);
    border-top: 2px solid #f33234;
}

@media screen and (max-width: 353px) {
    .service-image-overlay {
        height: 70px;
        bottom: 76px;
    }
}

.service-image-overlay-arrow-up {
    position: relative;
    bottom: 59px;
    left: 25px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 6px solid #f33234;
}

@media screen and (max-width: 353px) {
    .service-image-overlay-arrow-up {
        bottom: 76px;
    }
}

.service-image-overlay p {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    color: #ffffff;
    margin-left: 20px;
    margin-bottom: 0;
    margin-top: 12px;
}

.sled-tab-col1 p:first-child {
    margin-bottom: 18px;
}

.form-pop-up {
    position: relative;
    width: 100% !important;
    max-width: 550px !important;
    margin: 0 auto !important;
    padding: 20px 40px !important;
    background: #fff !important;
}

.form-pop-up .gform_wrapper ul li.gfield {
    padding: 0 !important;
    max-width: 100% !important;
    margin-top: 0 !important;
}

.form-pop-up .address_country {
    width: 100% !important;
    padding-right: 0 !important;
}

.form-pop-up .gform_wrapper input,
.form-pop-up .gform_wrapper textarea,
.form-pop-up .gform_wrapper select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    border-radius: 0 !important;
    width: 100% !important;
    font-family: Lato, sans-serif !important;
    font-size: 14px !important;
    padding: 9px 18px 9px 18px !important;
    margin: 12px 0 0 0 !important;
    border: 2px solid #dadcdf !important;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.form-pop-up .gform_wrapper input:focus,
.form-pop-up .gform_wrapper textarea:focus {
    border: 2px solid #f33234 !important;
}

.form-pop-up .gform_wrapper ::-webkit-input-placeholder,
.form-pop-up .gform_wrapper :-moz-placeholder,
.form-pop-up .gform_wrapper ::-moz-placeholder,
.form-pop-up .gform_wrapper :-ms-input-placeholder {
    font-family: Lato, sans-serif !important;
    font-size: 14px !important;
    color: #7b7d80 !important;
    text-transform: uppercase !important;

}

.form-pop-up .gform_wrapper .gform_button {
    background: transparent;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}

.form-pop-up .gform_wrapper .gform_button:hover {
    color: #000 !important;
    border: 2px solid #f33234 !important;
}

.form-pop-up .gform_wrapper .gform-after-submit {
    float: none;
    text-align: center;
    max-width: 100%;
    margin-top: 25px;
    font-size: 13px;
    color: #000;
}

.form-pop-up .gform_wrapper .validation_error {
    color: #f33234 !important;
    font-weight: 500 !important;
    border-top: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
    font-size: 12px !important;
}

.form-pop-up .gform_wrapper .validation_message {
    display: none;
}

.form-pop-up .gform_wrapper .gform_body .gform_fields .gfield_error input[type="text"],
.form-pop-up .gform_wrapper .gform_body .gform_fields .gfield_error textarea,
.form-pop-up .gform_wrapper .gform_body .gform_fields .gfield_error select {
    border: 2px solid #f33234 !important;
}

.form-pop-up .gform_wrapper .gform_body .gform_fields .gfield_error {
    background: transparent;
    border: none;
}

.form-pop-up .gform_wrapper .gform_ajax_spinner {
    padding: 0 !important;
    text-align: center;
    float: none;
    margin: 25px auto 0 auto;
    width: auto;
    display: block;
}

.gforms_confirmation_message {
    padding: 100px 0;
}

.gform_confirmation_message {
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #000;
    text-align: center;
}

.prototype-tab-col1 {
    width: 100%;
    max-width: 500px;
}

.prototype-tab-col1 p {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.prototype-tab-col1 p:first-child {
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    pointer-events: none;
    margin-bottom: 18px;
}

.prototype-tab-col1 #request-test-btn {
    display: block;
    width: 276px;
    background-color: transparent;
    color: #575756;
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #6b6b6b;
    margin-bottom: 24px;
    padding: 14px 14px;
    text-decoration: none;
    outline-color: transparent;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.prototype-tab-col1 #request-test-btn:hover {
    border: 2px solid #f33234;
}

.facilities-tab-col1 {
    width: 100%;
    max-width: 500px;
}

.facilities-tab-col1 p:first-child {
    margin-bottom: 20px;
}

.facilities-tab-col1 ul {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.313;
}

.facilities-tab-col1 ul li {
    background: url(images/restraints-red-bullet.png) no-repeat 0 5px;
    list-style: none;
    padding-bottom: 20px;
    padding-left: 12px;
}

.facilities-tab-col2 {
    width: 100%;
    max-width: 421px;
    margin-left: 8%;
}

@media screen and (max-width: 1018px) {
    .facilities-tab-col2 {
        margin-left: 0;
    }
}

.program-management-wrap-bg {
    background: url(images/services-program-bg.jpg) center right no-repeat;
    background-size: cover;
    height: auto;
}

.program-management-wrap {
    padding-top: 75px;
}

.program-management-wrap .tabs .tab-links li a {
    color: #b8babd;
}

.program-management-wrap .tabs .tab-links li a:hover, .program-management-wrap .tabs .tab-links li.active a {
    color: #ffffff;
}

.program-management-wrap .tab-content .tab p {
    color: #ffffff;
}

.program-management-wrap .tab-content .tab div {
    width: 100%;
    max-width: 585px;
    padding-bottom: 40px;
}

.second-slider-content p {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fffefe;
    pointer-events: none;
}

.second-slider-content p:first-child {
    color: #ffffff;
    margin-bottom: 18px;
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    pointer-events: none;
}

.second-slider-content .request-test-btn {
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 25px;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.second-slider-content .request-test-btn:hover {
    border: 2px solid #f33234;
}

.repair-wrap {

}

.repair-col1 {
    width: 100%;
    max-width: 491px;
}

.repair-col1 p:first-child {
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    pointer-events: none;
    margin-top: 75px;
}

.repair-col1 p:nth-child(2) {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    pointer-events: none;
}

.repair-col1 ul {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 40px;
    line-height: 1.313;
}

.repair-col1 ul li {
    background: url(images/restraints-red-bullet.png) no-repeat 0 5px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.repair-col2 {
    width: 100%;
    max-width: 477px;
    margin-top: 75px;
}

@media screen and (max-width: 1018px) {
    .repair-col2 {
        display: none;
    }
}

.repair-col2-pic {
    background: url("images/services-repair-col2-pic.jpg") no-repeat;
    background-size: contain;
    height: 265px;
    background-position-x: 55px;
}

.repair-col2-bubble-wrap {
    background: url("images/products-single-page-bubble.png") no-repeat;
    height: 170px;
    max-width: 170px;
    margin-top: -285px;
    margin-left: 305px;
}

.repair-col2-bubble-text {
    font-family: Georgia, sans-serif;
    font-size: 14px;
    color: #6a6c72;
    font-style: italic;
    max-width: 122px;
    text-align: center;
    margin-left: 28px;
    padding-top: 28px;
}

.service-centre-wrap {
    background: #f3f5f7;
    margin-bottom: 25px;
}

.service-centre-inner {
    width: 100%;
    max-width: 945px;
    margin: 0 auto;
    padding-bottom: 45px;
}

.service-centre-header {
    background: url(images/restraints-service-icon.png) right center no-repeat;
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    pointer-events: none;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #a8b1b3;
}

@media screen and (max-width: 800px) {
    .service-centre-header {
        background: transparent;
    }
}

.service-centre-region {
    padding-top: 25px;
}

.service-centre-region .tabs {
    display: block;
}

.service-centre-region .tab-links {
    max-height: 143px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
}

@media screen and (max-width: 1018px) {
    .service-centre-region .tab-links {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media screen and (max-width: 800px) {
    .service-centre-region .tab-links {
        max-height: 100%;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media screen and (max-width: 530px) {
    .service-centre-region .tab-links {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.service-centre-region .tab-links li {
    display: inline-block;
    width: 100%;
    max-width: 226px;
    margin: 0 0 3px 0;
    float: none;
    background: #ffffff url("images/services-center-region-arrow.png") no-repeat 205px center;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
}

@media screen and (max-width: 530px) {
    .service-centre-region .tab-links li {
        float: left;
        clear: both;
    }
}

.service-centre-region .tab-links li:hover {
    background: #ed3a47 url("images/services-center-region-arrow-hover.png") no-repeat 205px center;
}

.service-centre-region .tab-links li a {
    width: 100%;
    max-width: 226px;
    font-family: Lato, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    padding: 6px 10px 6px 10px;
    border-top: none;
    margin-right: 0;
}

.service-centre-region .tab-links li a:hover {
    color: #ffffff;
}

.service-region-step1, .service-region-step2 {
    font-family: Lato, sans-serif;
    font-size: 18px;
    Color: #000000;
    font-weight: 500;
    font-style: normal;
    padding-left: 40px;
    margin-bottom: 15px;
}

.service-region-step1 {
    background: url("images/services-select-step1.png") left center no-repeat;
}

.service-region-step2 {
    background: url("images/services-select-step2.png") left center no-repeat;
    margin-top: 35px;
}

.step2-list {
    height: auto;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
}

@media screen and (max-width: 1018px) {
    .step2-list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media screen and (max-width: 800px) {
    .step2-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media screen and (max-width: 530px) {
    .step2-list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.step2-list li {
    display: inline-block;
    width: 100%;
    max-width: 226px;
    margin: 0 0 3px 0;
    float: none;
    background: #ffffff url("images/services-center-country-arrow.png") no-repeat 205px center;
    cursor: pointer;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
}

@media screen and (max-width: 530px) {
    .step2-list li {
        float: left;
        clear: both;
    }
}

.step2-list li:hover {
    background: #ed3a47 url("images/services-center-country-arrow-hover.png") no-repeat 205px center;
}

.step2-list li a {
    display: inline-block;
    width: 100%;
    max-width: 226px;
    font-family: Lato, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    padding: 6px 10px 6px 10px;
    border-top: none;
    margin-right: 0;
    text-transform: capitalize;
    text-decoration: none;
}

.step2-list li a:hover {
    color: #ffffff;
}

/*Single Service Center Page*/

.service-center-title {
    background: url(images/restraints-service-icon.png) left center no-repeat;
    padding-left: 70px;
    margin-top: 70px;
}

.service-center-title p:first-child {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0;
}

.service-center-title p:nth-child(2) {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #95979e;
    margin-bottom: 45px;
    margin-top: -5px;
}

.single-service-center-header .header-wrapper {
    width: 100%;
    max-width: 517px;
    border-bottom: 1px solid #b6b9c0;
    margin-bottom: 20px;
}

.service-centers-wrapper {
    width: 100%;
    max-width: 517px;
    border-bottom: 1px solid #b6b9c0;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.service-col1 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 318px;
    margin-right: 30px;
}

.service-col2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 165px;
}

@media screen and (max-width: 586px) {
    .service-col2 {
        padding-top: 15px;
    }
}

.service-col1-center-name {
    font-family: Lato, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    margin-bottom: 18px;
}

.service-col1-center-address {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    color: #616161;
    margin-bottom: 25px;
}

.service-col1-center-phone {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    color: #000000;
    margin-bottom: 8px;
    background: url("images/single-services-phone-icon.png") no-repeat;
    vertical-align: middle;
    height: 39px;
    width: 100%;
    padding-top: 10px;
    padding-left: 50px;
}

.service-col1-center-fax {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    color: #000000;
    margin-bottom: 8px;
    background: url("images/single-services-fax-icon.png") no-repeat;
    vertical-align: middle;
    height: 39px;
    width: 100%;
    padding-top: 10px;
    padding-left: 50px;
}

.service-col1-center-airport {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    color: #000000;
    margin-bottom: 8px;
    background: url("images/single-services-airport-icon.png") no-repeat;
    vertical-align: middle;
    height: 39px;
    width: 100%;
    padding-top: 10px;
    padding-left: 50px;
}

.service-col1-center-email {
    display: inline-block;
    position: relative;
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    color: #ed3a47;
    text-decoration: none;
    top: 2px;
    white-space: nowrap;
}

.service-col1-center-email-link-wrapper {
    display: block;
    background: url("images/about-leadership-tab-email.png") no-repeat;
    vertical-align: middle;
    height: 39px;
    width: 39px;
    position: relative;
    padding-left: 50px;
    margin-bottom: 8px;
}

.service-col1-center-email-link-wrapper::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: inline-block;
    height: 39px;
    width: 39px;
    opacity: 0;
    background: url("images/about-leadership-tab-email-hover.png") no-repeat;
    -moz-transition: opacity 1.5s ease;
    -webkit-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
}

.service-col1-center-email-link-wrapper:hover::after {
    opacity: 1;
}

.service-col1-center-email-link-wrapper:hover > .service-col1-center-email::after {
    opacity: 1;
}

.service-col1-center-email:hover {
    color: #ed3a47;
}

.service-col1-center-email:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #bcbfc5;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.service-col1-center-email:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.service-col1-center-website {
    display: inline-block;
    position: relative;
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    color: #ed3a47;
    text-decoration: none;
    outline-color: transparent;
    margin-bottom: 8px;
    white-space: nowrap;
}

.service-col1-center-website-link-wrapper {
    display: block;
    background: url("images/about-leadership-tab-enquiry.png") no-repeat;
    vertical-align: middle;
    height: 39px;
    width: 39px;
    position: relative;
    padding-left: 50px;
    margin-bottom: 8px;
}

.service-col1-center-website-link-wrapper::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: inline-block;
    height: 39px;
    width: 39px;
    opacity: 0;
    background: url("images/about-leadership-tab-enquiry-hover.png") no-repeat;
    -moz-transition: opacity 1.5s ease;
    -webkit-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
}

.service-col1-center-website-link-wrapper:hover::after {
    opacity: 1;
}

.service-col1-center-website-link-wrapper:hover > .service-col1-center-website::after {
    opacity: 1;
}

.service-col1-center-website:hover {
    color: #ed3a47;
}

.service-col1-center-website:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #bcbfc5;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.service-col1-center-website:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.service-col2-center-serviced {
    font-family: Lato, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    color: #000000;
    margin-top: 3px;
    margin-bottom: 2px;
}

.service-col2-center-aircraft-list {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
    color: #616161;
}

.service-centre-list {
    margin: 0 0 30px 0;
}

.service-centre-list a {
    font-weight: 500;
    font-size: 16px;
    color: #f33234;
    text-decoration: underline;
    display: inline-block;
    position: relative;
    padding-bottom: 0;
}

/* ## Career Page Content
--------------------------------------------- */

.career-block1 {
    background: url(images/career-header-bg.jpg) no-repeat;
    background-size: cover;
    height: 430px;
    max-height: 100%;
}

.career-block1-header-content {
    width: 100%;
    max-width: 487px;
}

.career-block1-header-content p:first-of-type {
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    margin: 90px 0 15px 0;
}

.career-block1-header-content p:nth-child(2) {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    max-width: 350px;
}

.career-block2 {
    padding: 65px 0;
}

.career-block2-column1 {
    max-width: 600px;
    margin-right: 60px;
}

.career-block2-column1 p {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.career-block2-column1 p:nth-of-type(2) {
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    margin: 45px 0 15px 0;
}

@media screen and (max-width: 1002px) {
    .career-block2-column2 {
        display: none;
    }
}

.career-block2-column2 {

}

.career-block2-column2 h3 {
    font-family: Georgia, sans-serif;
    font-size: 15px;
    color: #6a6c72;
    font-style: italic;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #b6b9c0;
}

.career-block2-column2-bubble-wrap:first-of-type {
    float: right;
    background: url("images/products-single-page-bubble.png") no-repeat;
    background-size: contain;
    height: 100%;
    max-width: 215px;
}

.career-block2-column2-bubble-wrap:first-of-type p {
    font-family: Georgia, sans-serif;
    font-size: 14px;
    color: #6a6c72;
    font-style: italic;
    text-align: center;
    margin: 0;
    padding: 26px;
}

.career-block2-column2-bubble-wrap:nth-of-type(2) {
    float: left;
    background: url("images/products-single-page-bubble.png") no-repeat;
    background-size: contain;
    height: 100%;
    max-width: 180px;
    position: relative;
    top: -15px;
}

.career-block2-column2-bubble-wrap:nth-of-type(2) p {
    font-family: Georgia, sans-serif;
    font-size: 14px;
    color: #6a6c72;
    font-style: italic;
    text-align: center;
    margin: 0;
    padding: 35px;
}

.career-block2-column2-bubble-wrap:nth-of-type(3) {
    float: right;
    background: url("images/products-single-page-bubble.png") no-repeat;
    background-size: contain;
    height: 100%;
    max-width: 180px;
    position: relative;
    top: -55px;
}

.career-block2-column2-bubble-wrap:nth-of-type(3) p {
    font-family: Georgia, sans-serif;
    font-size: 14px;
    color: #6a6c72;
    font-style: italic;
    text-align: center;
    margin: 0;
    padding: 35px;
}

.career-block3 {
    margin-bottom: 120px;
}

.career-block3 .content-wrap-boxed {
    background: #f5f5f5;
    padding: 30px;
}

.career-block3-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #b6b9c0;
}

.career-block3-header p {
    display: inline-block;
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
}

.career-block3-header a {
    position: relative;
    display: inline-block;
    float: right;
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #404041;
    padding-right: 45px;
    text-decoration: none;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.career-block3-header a:hover {
    color: #f33234;
}

.career-block3-header a:after {
    position: absolute;
    right: 0;
    top: -12px;
    content: "";
    width: 35px;
    height: 42px;
    display: inline-block;
    background: url(images/global-download-icon-hover.png) no-repeat;
    -moz-transition: opacity 1.5s ease;
    -webkit-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
}

@media screen and (max-width: 585px) {
    .career-block3-header a {
        display: block;
        float: none;
        margin: 20px 0;
    }
}

.career-downloads-extension {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    color: #404041;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 20px;
}

.career-downloads-filesize {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    color: #404041;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 20px;
    padding-left: 20px;
}

.career-block3-content p#notice {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #404041;
    margin-bottom: 35px;
    padding: 10px 0;
}

.career-block3-content p a {
    font-weight: 500;
    font-size: 14px;
    color: #f33234;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-bottom: 0;
}

.career-block3-content p a:after {
    content: '';
    display: block;
    position: relative;
    top: -2px;
    margin: auto;
    height: 1px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease-in-out 0s;
    -webkit-transition: width .5s ease, background-color .5s ease-in-out 0s;
    -moz-transition: width .5s ease, background-color .5s ease-in-out 0s;
    -o-transition: width .5s ease, background-color .5s ease-in-out 0s;
}

.career-block3-content p a:hover:after {
    width: 100%;
    background: #f33234;
}

.career-block3-content .no-position p {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #404041;
    margin-bottom: 35px;
    padding: 10px 0;
}

.career-block3-positions-wrapper {
    display: inline-block;
    width: 100%;
    max-width: 472px;
    vertical-align: top;
    padding: 25px 0;
}

.career-block3-positions-wrapper .job-position-row p {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

@media screen and (max-width: 585px) {
    .career-block3-positions-wrapper .job-position-row p {
        display: block;
    }
}

.career-block3-positions-wrapper .job-position-row p:first-child {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding-right: 15px;
    width: 100%;
    max-width: 130px;
}

.career-block3-positions-wrapper .job-position-row p:nth-child(2) {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    background: #fff;
    padding: 0 10px;
}

.career-block4 {
    background: url(images/home-news.png) no-repeat;
    background-size: cover;
    height: auto;
}

.career-block4 .content-wrap-boxed {
    padding: 60px 0;
}

.career-block4 .benefits-tcs p:last-of-type {
    margin-bottom: 0;
}

.downloads-wrapper {
    margin-bottom: 60px;
}

.downloads-container {
    max-width: 390px;
    width: 100%;
    border-bottom: 1px solid #b6b9c0;
    padding-bottom: 50px;

}

.downloads-container a {
    display: inline-block;
    position: relative;
    background: url("images/global-download-icon.png") no-repeat;
    padding-left: 45px;
    text-decoration: none;
    -moz-transition: opacity 1.5s ease;
    -webkit-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
}

.downloads-container a::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 35px;
    height: 42px;
    display: inline-block;
    background: url("images/global-download-icon-hover.png") no-repeat;
    opacity: 0;
    -moz-transition: opacity 1.5s ease;
    -webkit-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
}

.downloads-container a:hover::after {
    opacity: 1;
}

.downloads-extension, .downloads-filesize {
    display: inline-block;
}

.downloads-filename {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #404041;
    text-decoration: none;
    margin-bottom: -12px;
    margin-top: 8px;
}

.downloads-extension, .downloads-filesize {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    color: #404041;
    text-decoration: none;
    text-transform: uppercase;
}

.downloads-bottom p {
    font-family: Lato, sans-serif !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 13px !important;
    color: #404041 !important;
    text-decoration: none;
    text-transform: none !important;
    pointer-events: auto !important;
    margin-top: 10px !important;
    margin-bottom: 15px;
}

.downloads-bottom a {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #f33234;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-bottom: 0;
}

.downloads-bottom a:after {
    content: '';
    display: block;
    position: relative;
    top: -2px;
    margin: auto;
    height: 1px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease-in-out 0s;
    -webkit-transition: width .5s ease, background-color .5s ease-in-out 0s;
    -moz-transition: width .5s ease, background-color .5s ease-in-out 0s;
    -o-transition: width .5s ease, background-color .5s ease-in-out 0s;
}

.downloads-bottom a:hover:after {
    width: 100%;
    background: #bcbfc5;
}

.downloads-video {
    text-align: center;
}

.benefits-header {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    color: #ffffff;
    padding-top: 45px;
}

.benefits-list ul {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 40px;
    line-height: 1.313;
    list-style: disc inside;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

@media screen and (max-width: 425px) {
    .benefits-list ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

.benefits-list ul li {
    background: url(images/restraints-red-bullet.png) no-repeat 0 5px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.benefits-tcs {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.302)
}

.benefits-tcs a {
    color: #fff;
    opacity: .5;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.benefits-tcs a:hover {
    color: #fff;
    opacity: 1;
    text-decoration: underline;
}

/* ## Engineering Page Content
--------------------------------------------- */

.engineering-bg {
    background: url(images/engineering-bg.jpg) no-repeat;
    background-size: cover;
}

@media screen and (max-width: 575px) {

    .engineering-bg {
        height: auto;
    }

    .engineering-bg .crash-test-wrap {
        display: table;
        padding-bottom: 20px;
    }
}

.engineering-content-slider {

}

.engineering-content-slider p {
    font-family: Lato, sans-serif;
    color: #616161;
    font-size: 14px;
    font-weight: 500;
}

.engineering-content-slider p:first-child {
    color: #000000;
    margin-bottom: 18px;
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    pointer-events: none;
}

.engineering-content-slider p strong {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-transform: none;
    pointer-events: none;
}

.facilities-address p:first-child {
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    color: #404041;
    margin-bottom: 4px;
}

.facilities-address p:nth-child(2) {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #404041;
}

.facilities-address a {
    color: #ed3a47;
    text-decoration: none;
}

.facilities-address a:hover {
    color: #ed3a47;

}

.engineering-content-slider-wrap .downloads-container {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-bottom: none;
    padding-bottom: 30px;
}

.engineering-doc-wrap-bg {
    background: url(images/engineering-doc-bg.jpg) no-repeat;
    background-size: cover;
    height: auto;
}

.engineering-doc-wrap-bg .downloads-container {
    display: inline-block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 60px;
    padding-right: 60px;
}

.engineering-doc-wrap-bg .downloads-filename, .engineering-doc-wrap-bg .downloads-extension, .engineering-doc-wrap-bg .downloads-filesize {
    width: auto !important;
    color: #ffffff;
}

.engineering-doc-wrap-bg .sled-tab-col1 p:first-child {
    margin-bottom: 45px;
}

.engineering-wrap {
    padding-top: 75px;
}

.engineering-wrap .tabs .tab-links li a {
    color: #b8babd;
}

.engineering-wrap .tabs .tab-links li.active a {
    color: #fff;
}

.engineering-wrap .tab-content .tab p {
    color: #fff;
}

.engineering-doc-wrap-bg .downloads-container {
    padding-bottom: 35px;
    max-width: 500px;
}

/* ## Downloads Page Content
--------------------------------------------- */

.downloads-bg {
    background: url(images/downloads-header-bg.jpg) no-repeat;
    background-size: cover;
    height: 202px;
}

.downloads-content-wrap p:first-child {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-top: 2px solid #f33234;
    padding-top: 12px;
    display: inline-block;
}

.downloads-content-wrap .downloads-container {
    width: 100%;
    max-width: 240px;
    margin-right: 10px;
}

.contact-form-wrap {
    max-width: 440px;
    padding-top: 75px;
    text-align: center;
}

.contact-form-wrap p:first-of-type {
    font-size: 17px;
    color: #ffffff;
}

#gform_wrapper_2 input[type=text], #gform_wrapper_2 textarea {
    font-family: Lato, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    background: transparent;
    border-radius: 0;
}

#gform_wrapper_2 input, #gform_wrapper_2 textarea {
    font-family: Lato, sans-serif;
    font-size: 12px;
    padding: 9px 18px 9px 18px;
    border: 2px solid #94979d;
    transition: border 1.5s ease;
    -webkit-transition: border 1.5s ease;
    -moz-transition: border 1.5s ease;
    -o-transition: border 1.5s ease;
}

#gform_wrapper_2 input:focus, #gform_wrapper_2 textarea:focus {
    border: 2px solid #f33234;
}

#gform_wrapper_2 ::-webkit-input-placeholder {
    font-family: Lato, sans-serif;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;

}

#gform_wrapper_2 :-moz-placeholder {
    /* Firefox 18- */
    font-family: Lato, sans-serif;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
}

#gform_wrapper_2 ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: Lato, sans-serif;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
}

#gform_wrapper_2 :-ms-input-placeholder {
    font-family: Lato, sans-serif;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
}

#gform_wrapper_2 input[type="submit"] {
    background: transparent;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
    border-radius: 0;
}

#gform_wrapper_2 input[type="submit"]:hover {
    border: 2px solid #f33234;
}

#gform_wrapper_2 .gform_footer {
    text-align: center;
    margin-top: 0;
    padding-top: 15px;
}

#gform_wrapper_2 .gform-after-submit {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.302);
    padding-top: 30px;
}

#gform_wrapper_2 .gfield_description.validation_message {
    display: none;
}

#gform_wrapper_2 .gform_body .gform_fields .gfield_error {
    background: transparent;
    border: none;
}

#gform_wrapper_2 .gform_body .gform_fields .gfield_error input[type="text"], #gform_wrapper_2 .gform_body .gform_fields .gfield_error textarea {
    border: 2px solid #f33234;
}

#gform_wrapper_2 .validation_error {
    font-size: 12px !important;
    font-weight: 500;
    text-align: center;
    color: #f33234;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

#gform_confirmation_message_2 {
    color: #ffffff;
	padding-bottom: 100px;
}

#gform_wrapper_2 #input_2_4 {
    margin: 0 auto !important;
    width: 303px;
    max-width: 100%;
}

/* ## Contact Page Content
--------------------------------------------- */

/*.gm-style-iw + div {
    display: none;
}*/

.contact-bg {
    height: auto;
    padding-bottom: 15px;
    overflow: hidden;
}

.contact-wrap .tab-wrap {
    position: relative;
    height: 70px;
    top: -92px;
    background: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 700px) {
    .contact-wrap .tab-wrap {
        position: relative;
        height: auto;
        top: -48px;
        background-color: #ffffff;
    }
}

.contact-wrap .tab-wrap .tab-links {
    padding-top: 18px;
}

@media screen and (max-width: 700px) {
    .contact-wrap .tab-wrap .tab-links {
        text-align: center;
    }

    .contact-wrap .tab-links a {
        margin-right: 0;
    }
}

.contact-bg .tabs .tab-content {
    padding-top: 0;
}

.contact-tab-usa-col1 .left, .contact-tab-usa-col1 .right {
    display: inline-block;
    vertical-align: top;
}

.contact-hidden-fields {
    visibility: hidden;
}

.contact-aog-number {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    color: #000000;
    background: url("images/contact-aog-icon.png") no-repeat;
    vertical-align: middle;
    height: 39px;
    width: 100%;
    padding-top: 10px;
    padding-left: 50px;
    margin-top: 10px;
    margin-bottom: 8px;
}

.contact-wrap .col1 {

}

.contact-wrap .col1 p:first-child {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

#amsafe-headquarters {
    font-size: 14px;
    font-weight: 500;
    color: #616161;
    margin-top: -30px;
}

.contact-wrap .col1 p {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.contact-wrap .col1 a {
    font-weight: 500;
    font-size: 14px;
    color: #f33234;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-bottom: 0;
}

.contact-wrap .col1 a:after {
    content: '';
    display: block;
    position: relative;
    top: -2px;
    margin: auto;
    height: 1px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease-in-out 0s;
    -webkit-transition: width .5s ease, background-color .5s ease-in-out 0s;
    -moz-transition: width .5s ease, background-color .5s ease-in-out 0s;
    -o-transition: width .5s ease, background-color .5s ease-in-out 0s;
}

.contact-wrap .col1 a:hover:after {
    width: 100%;
    background: #bcbfc5;
}

.contact-wrap .col2 {
    width: 100%;
    max-width: 190px;
}

@media screen and (max-width: 957px) {
    .contact-wrap .col1 {
        width: 100%;
        max-width: 165px;
        float: none;
        clear: both;
        margin: 0 auto;
        text-align: center;
    }

    .contact-wrap .col2 {
        width: 100%;
        max-width: 190px;
        float: none;
        clear: both;
        margin: 0 auto;
        padding-bottom: 45px;
    }
}

.contact-wrap .col3 {
    margin-top: 10px;
    width: 100%;
    max-width: 167px;
    margin-right: 40px;
}

@media screen and (max-width: 1015px) {
    .contact-wrap .col3 {
        margin-right: 0;
    }
}

@media screen and (max-width: 957px) {
    .contact-wrap .col3 {
        float: none;
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
        display: block;
        clear: both;
        text-align: center;
    }
}

.contact-wrap .col4 {
    width: 100%;
    max-width: 294px;
}

@media screen and (max-width: 957px) {
    .contact-wrap .col4 {
        max-width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        margin-left: 0;
    }
}

.contact-wrap .col4 p {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: #676a70;
    border-top: 1px solid #b6b9c0;
    border-bottom: 1px solid #b6b9c0;
    padding-top: 15px;
    padding-bottom: 17px;
    margin-top: 10px;
}

.contact-wrap .tab-content {
    padding-top: 0;
}

.contact-footer-links {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 50px;
    clear: both;
    display: block;
    text-align: center;
}

.contact-footer-links .red-span:last-of-type {
    display: none;
}

@media screen and (max-width: 673px) {
    .contact-footer-links {
        text-align: center;
        background-position: top center;
        padding-top: 30px;
        padding-left: 0;
    }
}

.contact-footer-links a {
    font-weight: 500;
    font-size: 14px;
    color: #090a0a;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-bottom: 0;
}

.contact-footer-links a:first-of-type:before {
    content: '';
    background: url("images/contact-email-icon.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -40px;
}

.contact-footer-links a:after {
    content: '';
    display: block;
    position: relative;
    top: -2px;
    margin: auto;
    height: 1px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease-in-out 0s;
    -webkit-transition: width .5s ease, background-color .5s ease-in-out 0s;
    -moz-transition: width .5s ease, background-color .5s ease-in-out 0s;
    -o-transition: width .5s ease, background-color .5s ease-in-out 0s;
}

.contact-footer-links a:hover:after {
    width: 100%;
    background: #f33234;
}

.red-span {
    font-size: 14px;
    color: #f23133;
}

/* ## Quality and Compliance Page Content
--------------------------------------------- */

.quality-bg {
    background: url(images/quality-header-bg.jpg) center right no-repeat;
    height: 250px;
    max-height: 100%;
    background-size: cover;
}

@media screen and (max-width: 800px) {
    .quality-bg {
        height: auto;
    }

    .quality-bg-wrap {
        display: table;
    }
}

.quality-disclaimer {

}

.quality-disclaimer p {
    font-size: 12px;
    color: #616161;
}

.quality-wrap p:first-child {
    border-top: none;
    padding-top: 0;
}

/* ## Privacy & Tcs Pages Content
--------------------------------------------- */

.privacy-tcs-wrapper {
    padding: 50px 0 50px 0;
}

.privacy-tcs-wrapper #page-title {
    font-family: Lato, sans-serif;
    font-size: 22px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 50px;
}

.privacy-tcs-wrapper .page-subheader p {
    font-family: Lato, sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}

.privacy-tcs-wrapper a {
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #f33234;
    font-weight: 500;
    text-decoration: none;
}

.privacy-tcs-wrapper p {
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #616161;
    font-weight: 500;
}

.privacy-tcs-wrapper p strong {
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.privacy-tcs-wrapper .page-content {
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -moz-column-fill: balance;
    column-count: 2;
    column-gap: 30px;
    column-fill: balance;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

@media screen and (max-width: 800px) {
    .privacy-tcs-wrapper .page-content {
        -webkit-column-count: 1;
        -webkit-column-gap: 30px;
        -moz-column-count: 1;
        -moz-column-gap: 30px;
        -moz-column-fill: balance;
        column-count: 1;
        column-gap: 30px;
        column-fill: balance;
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
}

.privacy-tcs-wrapper .page-content ul {
    margin-bottom: 28px;
}

.privacy-tcs-wrapper .page-content ul li {
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #616161;
    font-style: normal;
    font-weight: 500;
    background: url(images/restraints-red-bullet.png) no-repeat 0 8px;
    list-style: none;
    padding-bottom: 10px;
    padding-left: 12px;
}

/* ## 404 Page Content
--------------------------------------------- */

.logo-amsafe-404 {
    display: block;
    background: url(images/logo-amsafe.png) no-repeat center;
    min-height: 29px;
    width: 100%;
    max-width: 238px;
    margin: 0 auto 90px auto;
    -webkit-filter: drop-shadow(5px 5px 5px #ffffff);
    filter: drop-shadow(5px 5px 5px #ffffff);
}

.notfound-wrapper {
    margin-top: 200px;
    background: rgba(0, 0, 1, 0.3);
    text-align: center;
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 50px 30px 50px;
}

.notfound-wrapper p:first-of-type {
    font-family: Lato, sans-serif;
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    max-width: 192px;
    margin: 0 auto 10px auto;
}

.notfound-wrapper p:nth-of-type(2) {
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 50px;
}

.error404 .site-inner {
    background: url(images/not-found-bg.jpg) no-repeat;
    background-size: cover;
    max-width: 100%;
    padding-top: 0;
    height: 100vh;
}

.notfound-wrapper #news-btn {
    border: 2px solid #ffffff;
}

.notfound-wrapper #news-btn:hover {
    border: 2px solid #ed3a47;
}

/* ## Search Page Content
--------------------------------------------- */

.search .site-inner {
    min-height: 100vh;
    padding-bottom: 40px;
}

.search-wrapper {
    padding-bottom: 35px;
}

.search-title {
    background: url(images/search-icon.png) no-repeat 0 10px;
    padding-left: 25px;
}

@media screen and (max-width: 800px) {
    .search-title {
        margin-left: 5%;
        margin-right: 5%;
    }
}

.search-title p {
    font-family: Lato, sans-serif;
    font-size: 22px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.search-not-found p:first-child {
    font-family: Lato, sans-serif;
    font-size: 22px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.search-not-found p:nth-child(2) {
    font-family: Lato, sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}

.search-pt-name p {
    font-family: Lato, sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
}

.search-link a {
    font-size: 14px;
    font-weight: 500;
    color: #ed3a47;
    text-decoration: none;
}

/* ## ScrollUp
--------------------------------------------- */

#scrollUp {
    bottom: 0;
    right: 20px;
    width: 39px;
    height: 39px;
    background: url(images/icon-move-top.png) no-repeat;
    opacity: 1;
    z-index: 99 !important;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

#scrollUp::after {
    content: "";
    display: inline-block;
    height: 39px;
    width: 39px;
    opacity: 0;
    background: url(images/icon-move-top-hover.png) no-repeat;
    -moz-transition: opacity 1.5s ease;
    -webkit-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
}

#scrollUp:hover::after {
    opacity: 1;
}

/* # Responsive Navigation
---------------------------------------------------------------------------------------------------- */

/*CSS Menu Style*/

.slicknav_menu {
    display: none;
}

@media screen and (max-width: 1100px) {

    .scroll-fix {
        display: none;
    }

    .site-header {
        min-height: 47px;
        height: 47px;
    }

    .nav-primary {
        height: 0 !important;
        display: none;
    }

    .title-area {
        display: none;
    }

    /* #menu-main-menu is the original menu */
    #menu-main-menu {
        display: none;
    }

    .slicknav_menu {
        position: fixed;
        width: 100%;
        top: 0;
        display: block;
        z-index: 9;
        background: #ffffff !important;
        padding: 15px 0 0 0 !important;
        border-bottom: 2px solid #ed3a47;
    }

    .slicknav_btn {
        float: left !important;
        background-color: transparent !important;
        text-shadow: none !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
        margin-bottom: 12px !important;

    }

    .slicknav_menu .slicknav_icon-bar {
        background-color: #ed3a47 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    .slicknav_menu .slicknav_icon-bar:first-child {
        margin-left: 10px;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -o-transition: 0.5s ease;
    }

    .slicknav_menu .slicknav_icon-bar:nth-child(2) {
        margin-left: 5px;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -o-transition: 0.5s ease;
    }

    .slicknav_btn.slicknav_open .slicknav_icon-bar:first-child {
        margin-left: 0;
    }

    .slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(2) {
        margin-left: 0;
    }

    /*.slicknav_menu:before {
        position: absolute;
        right: 0;
        margin-right: 25px;
        background-image: url('images/logo-amsafe.png');
        background-size: 148px 18px;
        width: 148px;
        height: 18px;
        content: "";
        background-repeat: no-repeat;
    }*/
    .logo-amsafe-mobile {
        position: absolute;
        top: 15px;
        right: 0;
        margin-right: 5px;
        background: url('images/logo-amsafe.png') no-repeat;
        background-size: 148px 18px;
        width: 148px;
        height: 18px;
        content: "";
    }

    .slicknav_nav {
        background-color: rgba(0, 0, 0, 0.6);
        border-top: 2px solid #ed3a47;
    }

    .slicknav_nav a {
        font-family: Lato, sans-serif;
        font-size: 14px;
        background: transparent !important;
        color: #ffffff !important;
        font-weight: 500;
        text-transform: uppercase;
        padding: 0 10px !important;
        margin: 20px 5px !important;
    }

    .slicknav_nav a:hover {
        background: transparent !important;
        border-radius: 0 !important;
        color: #ffffff !important;
    }

    .slicknav_nav ul {
        margin: 0 0 0 10px !important;
    }

    #site-header-left, #site-header-right {
        display: none;
    }

    #site-header-right {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        margin-right: 0;
        width: 100%;
        text-align: center;
    }

    .slicknav_menu .slicknav_icon-bar {
        width: 1.625em !important;
    }

    .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
        margin-top: .388em !important;
    }

}

/* # News Page
---------------------------------------------------------------------------------------------------- */

.pagination-next, .pagination-previous {
    display: none !important;
}

.news-wrapper {
    padding-top: 60px;
}

.news-wrapper .pagination {
    text-align: center;
}

.news-wrapper .archive-pagination li {
    padding: 10px;
}

.news-wrapper .archive-pagination li a {
    background-color: rgba(0, 0, 0, 0.6);
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.news-wrapper .archive-pagination li.active a {
    border-top: 2px solid #f33234;
    border-bottom: 2px solid #f33234;
}

.news-wrapper .archive-pagination li a:hover {
    border-top: 2px solid #f33234;
    border-bottom: 2px solid #f33234;
}

.news-wrapper .news-single-date {

}

.news-wrapper .news-single-date p {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #616161;
    float: left;
    clear: both;
}

.news-wrapper .single-posts {
    overflow: auto;
    border-bottom: 1px solid #b6b9c0;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.news-wrapper .single-post-title p {
    border-top: none;
    margin-bottom: 0;
    padding-top: 0;
}

.news-wrapper .news-content p {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
}

.news-wrapper .news-content a {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #f33234;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-bottom: 0;
}

.news-wrapper .news-content a:after {
    content: '';
    display: block;
    position: relative;
    top: -4px;
    margin: auto;
    height: 1px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease-in-out 0s;
    -webkit-transition: width .5s ease, background-color .5s ease-in-out 0s;
    -moz-transition: width .5s ease, background-color .5s ease-in-out 0s;
    -o-transition: width .5s ease, background-color .5s ease-in-out 0s;
}

.news-wrapper .news-content a:hover:after {
    width: 100%;
    background: #bcbfc5;
}

.news-wrapper .section1-right-image-wrap {
    padding-top: 20px;
}

.news-wrapper .single-post-full-width {
    max-width: 100%;
}

.entry-content {
    padding-left: 5%;
    padding-right: 5%;
}

.entry-content-title {
    font-family: Lato, sans-serif;
    font-weight: 400 !important;
    font-size: 22px !important;
    color: #000000 !important;
    text-transform: uppercase;
}

.entry-content h2 {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #000000;
}

.entry-content h2 strong {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
}

.entry-content p strong {
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.entry-content p {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #616161;
}

.entry-content ul {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-left: 15px;
    line-height: 1.313;
}

.entry-content ul li {
    background: url(images/restraints-red-bullet.png) 0 5px no-repeat;
    padding-bottom: 15px;
    padding-left: 15px;
    list-style: none;
}

.entry-content p a {
    color: #f33234;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-bottom: 0;
}

.entry-content p a:after {
    content: '';
    display: block;
    position: relative;
    top: -2px;
    margin: auto;
    height: 1px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease-in-out 0s;
    -webkit-transition: width .5s ease, background-color .5s ease-in-out 0s;
    -moz-transition: width .5s ease, background-color .5s ease-in-out 0s;
    -o-transition: width .5s ease, background-color .5s ease-in-out 0s;
}

.entry-content p a:hover:after {
    width: 100%;
    background: #bcbfc5;
}

.news-wrapper .section-right-image {
    max-height: 329px;
}

.single-post .site-inner,
.paged .site-inner,
.single-service-center .site-inner,
.page .site-inner {
    min-height: 100vh;
}

/*Homepage Background Video*/

.vide-amsafe video {
    background-color: #000000;
    min-height: 550px;
}

#video-play-amsafe {
    display: block;
    width: 102px;
    margin: 0 auto;
}

@media (max-device-width: 1280px) and (orientation: landscape) {
    #video-play-amsafe {
        display: none;
    }
}

@media screen and (max-width: 1280px) {
    #video-play-amsafe {
        display: none;
    }
}

#video-play-amsafe-mobile {
    display: none;
}

@media (max-device-width: 1280px) and (orientation: landscape) {
    #video-play-amsafe-mobile {
        display: block;
    }
}

@media screen and (max-width: 1280px) {
    #video-play-amsafe-mobile {
        display: block;
    }
}

/*SOARS*/

.soars-transition {
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
}

.soars-row1 {
    margin-bottom: 100px;
}

.soars-row1-left {
    display: block;
    float: left;
    width: 100%;
    max-width: 566px;
    margin-right: 35px;
}

.soars-product-slider {

}

.soars-product-slider .slide {
    position: relative;
}

.soars-product-slider .slide img {
    display: block;
    width: 100%;
    max-width: 566px;
}

.soars-video-link {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 30px;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.soars-video-link:hover:before {
    opacity: 0;
}

.soars-video-link:hover:after {
    opacity: 1;
}

.soars-video-link:before,
.soars-video-link:after {
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
}

.soars-video-link:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    background: url("images/soars-video-icon.png") no-repeat;
}

.soars-video-link:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    background: url("images/soars-video-icon-white.png") no-repeat;
    opacity: 0;
}

.soars-product-slider .slick-dots {
    position: absolute;
    right: 30px;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: right;
}

.soars-product-slider .slick-dots li {

}

.soars-product-slider .slick-dots li button:before,
.soars-product-slider .slick-dots .slick-active button:before {
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
}

.soars-product-slider .slick-dots li button:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 100px;
}

.soars-product-slider .slick-dots .slick-active button:before {
    border: 2px solid #f33234;
}

.soars-row1-left-links a {
    display: inline-block;
    width: 100%;
    max-width: 274px;
    font: 700 13px Lato, sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #636262;
    margin-bottom: 26px;
    padding: 16px 15px;
}

.soars-row1-left-links a:hover {
    color: #f33234;
}

.soars-row1-left-links a:first-of-type {
    margin-right: 13px;
}

.soars-row1-right {
    display: block;
    float: left;
    width: 100%;
    max-width: 404px;
}

#soars-title {
    display: inline-block;
    font: 400 31px Lato, sans-serif;
    color: #000;
    border-top: 2px solid #f33234;
    text-transform: uppercase;
    padding-top: 6px;
    margin-bottom: 12px;
}

.soars-product-subheader p {
    font: 400 16px Lato, sans-serif;
    color: #626262;
    line-height: 24px;
    margin-bottom: 10px;
}

.soars-product-description {
    margin-bottom: 20px;
}

.soars-product-description p {
    font: 400 14px Lato, sans-serif;
    color: #626262;
    line-height: 24px;
    margin-bottom: 10px;
}

.soars-product-buy a {
    display: block;
    font: 700 13px Lato, sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #f33234;
    margin-bottom: 26px;
    padding: 16px 15px;

}

.soars-product-buy a:hover {
    color: #000;
}

.soars-row2 {
    margin-bottom: 75px;
}

.soars-row2-features {
    margin-bottom: 20px;
}

.soars-row2-features h3 {
    font: 400 18px Lato, sans-serif;
    color: #434343;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 18px;
}

.soars-feature-list::after {
    content: '';
    display: table;
    clear: both;
}

.soars-feature-list-wrap {
    display: block;
    float: left;
    width: 100%;
    max-width: 415px;
}

.soars-feature-list-wrap:first-of-type {
    margin-right: 90px;
}

.soars-feature-list-wrap ul {
    padding: 30px 0;
}

.soars-feature-list-wrap ul li {
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #626262;
    font-style: normal;
    font-weight: 500;
    background: url(images/restraints-red-bullet.png) no-repeat 0 8px;
    list-style: none;
    padding-bottom: 15px;
    padding-left: 30px;
}

.soars-row2-description {

}

.soars-row2-left,
.soars-row2-right {
    display: block;
    float: left;
    width: 100%;
    max-width: 415px;
}

.soars-row2-left {
    margin-right: 90px;
}

.soars-row2-left h3,
.soars-row2-right h3 {
    font: 400 18px Lato, sans-serif;
    color: #434343;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 18px;
    margin-bottom: 20px;
}

.soars-row2-left p,
.soars-row2-right p {
    font: 400 14px Lato, sans-serif;
    color: #626262;
    line-height: 26px;
    margin-bottom: 16px;
}

.soars-row2-left p:last-of-type {
    margin-bottom: 0;
}

.soars-row2-right p:last-of-type {
    margin-bottom: 60px;
}

.soars-bubble {
    display: inline-block;
    vertical-align: top;
    float: right;
    position: relative;
    background: url(images/products-single-page-bubble.png) no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 230px;
    height: 230px;
}

.soars-bubble p {
    display: block;
    width: 175px;
    height: 135px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto !important;
    font: 500 14px Georgia, sans-serif;
    font-style: italic;
    color: #192025;
    text-align: center;
    line-height: 20px;
    padding-top: 25px;
}

.soars-bubble a {
    font: 500 14px Georgia, sans-serif;
    font-style: italic;
    color: #192025;
    text-decoration: underline;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
}

.soars-bubble a:hover {
    color: #f33234;
}

/*WooCommerce*/

.woocommerce {
    max-width: 1005px;
    margin: 0 auto;
    clear: both;
}

.woocommerce-cart-form {
    margin: 100px 0 75px 0;
}

.woocommerce-cart-form h2 {
    font: 500 48px Lato, sans-serif;
    color: #000;
    margin-bottom: 40px;
}

.shop_table {
    border: none !important;
    border-radius: 0 !important;
}

.shop_table thead tr th {
    font: 600 16px Lato, sans-serif;
    color: #000;
    background: #f0f0f0;
    text-transform: uppercase;
}

.shop_table tbody tr td {
    font: 500 16px Lato, sans-serif;
    color: #000;
    border: 0 !important;
    background: #f7f7f7;
}

.shop_table tbody tr .product-thumbnail img {
    width: 120px;
}

.shop_table tbody tr .product-name {
    font-weight: 600;
}

.shop_table tbody tr .product-quantity input[type="number"] {
    font: 500 16px Lato, sans-serif;
    color: #000;
    background: transparent;
    padding: 5px;
}

.shop_table tbody tr .product-quantity input[type="number"]::-webkit-outer-spin-button,
.shop_table tbody tr .product-quantity input[type="number"]::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.shop_table tbody tr .actions {
    /*text-align: center !important;*/
}

.shop_table tbody tr .actions button {
    width: 100%;
    max-width: 270px;
    font: 700 13px Lato, sans-serif !important;
    color: #fff !important;
    background: #f13133;
    border: none;
    border-radius: 0 !important;
    padding: 16px 15px !important;
    margin-bottom: 30px;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
}

.shop_table tbody tr .actions button:hover {
    background: #f13133 !important;
    color: #000 !important;
}

.cart-collaterals {

}

.cart-collaterals .cart_totals {
    float: none !important;
    width: 100% !important;
}

.cart-collaterals .cart_totals h2 {
    font: 500 35px Lato, sans-serif;
    color: #000;
    margin-bottom: 40px;
}

.cart-collaterals .cart_totals .shop_table {

}

.cart-collaterals .cart_totals .shop_table .cart-subtotal {

}

.cart-collaterals .cart_totals .shop_table tr th {
    font: 700 16px Lato, sans-serif;
    color: #000;
    background: #f0f0f0;
    text-transform: uppercase;
    padding: 18px 32px;
    border-top: 0 !important;
}

.cart-collaterals .cart_totals .shop_table tr td {
    font: 500 16px Lato, sans-serif;
    color: #000;
    background: #f0f0f0;
    padding: 18px 0;
    border-top: 0 !important;
}

.cart-collaterals .cart_totals .shop_table .spacer {
    background: transparent;
    padding: 12px 0;
}

.cart-collaterals .cart_totals .shop_table .order-total th,
.cart-collaterals .cart_totals .shop_table .order-total td {
    background: #d4d4d4;
}

.woocommerce-shipping-calculator {
    padding-right: 60px;
}

.shipping-calculator-form #calc_shipping_country_field .select2-selection,
.shipping-calculator-form #calc_shipping_state_field .select2-selection {
    font: 500 16px Lato, sans-serif !important;
    color: #000 !important;
    background: #fff;
    border-radius: 0;
    padding: 8px 8px;
    height: auto;
    border: 1px solid #ddd;
}

.shipping-calculator-form #calc_shipping_country_field .select2-selection span,
.shipping-calculator-form #calc_shipping_state_field .select2-selection span {
    font: 200 16px Lato, sans-serif !important;
    color: #000 !important;
}

.shipping-calculator-form p input[type="text"] {
    font: 500 16px Lato, sans-serif;
    color: #000;
    background: #fff;
    border-radius: 0;
    padding: 8px 16px;
}

.shipping-calculator-form p button[type="submit"] {
    float: right;
    width: 100%;
    max-width: 270px;
    font: 700 13px Lato, sans-serif !important;
    color: #fff !important;
    background: #f13133;
    border: none;
    border-radius: 0 !important;
    padding: 16px 15px !important;
    margin-right: 3px;
    margin-bottom: 30px;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
}

.shipping-calculator-form p button[type="submit"]:hover {
    background: #f13133 !important;
    color: #000 !important;
}

.wc-proceed-to-checkout {
    text-align: right !important;
}

.wc-proceed-to-checkout .checkout-button {
    display: inline-block !important;
    width: 100%;
    max-width: 270px;
    font: 700 13px Lato, sans-serif !important;
    color: #fff !important;
    background: #f13133 !important;
    border: none;
    border-radius: 0 !important;
    padding: 16px 15px !important;
    margin-right: 3px;
    margin-bottom: 30px;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
}

.wc-proceed-to-checkout .checkout-button:hover {
    background: #f13133 !important;
    color: #000 !important;
}

form.woocommerce-checkout {
    margin: 100px 0;
}

.woocommerce-checkout .col-1 {
    width: 66% !important;
}

.woocommerce-checkout .col-2 {
    width: 32% !important;
}

.col-2 .woocommerce-additional-fields {
    margin-top: 80px;
}

#woocommerce-checkout-title {
    font: 500 48px Lato, sans-serif;
    color: #000;
    margin-bottom: 40px;
}

.woocommerce-billing-fields h3 {
    font-size: 30px;
    margin-bottom: 45px;
}

.woocommerce-billing-fields .form-row {
    margin: 0 0 20px !important;
}

.woocommerce-billing-fields label,
.col2-set label {
    font: 600 16px Lato, sans-serif !important;
    color: #000 !important;
    margin-bottom: 10px;
}

.woocommerce-billing-fields input,
.woocommerce-billing-fields select,
.woocommerce-billing-fields textarea,
.woocommerce-additional-fields textarea {
    font: 500 16px Lato, sans-serif;
    color: #000;
    background: #fff;
    border-radius: 0;
    padding: 8px 16px;

}

.woocommerce-billing-fields .select2-selection {
    font: 500 16px Lato, sans-serif !important;
    color: #000 !important;
    background: #fff;
    border-radius: 0 !important;
    padding: 4px 8px !important;
    height: 37px !important;
    border: 1px solid #ddd !important;
}

.col-1 .woocommerce-shipping-fields {
    margin: 30px 0 65px 0;
}

#order_review_heading {
    font-size: 30px;
    margin-bottom: 45px;
}

.woocommerce-checkout-review-order-table {

}

.woocommerce-checkout-review-order-table tbody {
    border: none;
}

.woocommerce-checkout-review-order-table tfoot .spacer {
    background: transparent;
    padding: 12px 0 !important;
    border: 0 !important;
}

.woocommerce-checkout-review-order-table tfoot .cart-subtotal {
    background: #f0f0f0;
}

.woocommerce-checkout-review-order-table tfoot .cart-subtotal th,
.woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
    font: 500 16px Lato, sans-serif;
    color: #000;
    background: #f0f0f0;
    padding: 18px 32px !important;
    border-top: 0 !important;
}

.woocommerce-checkout-review-order-table tfoot .shipping {
    background: #f7f7f7 !important;
}

.woocommerce-checkout-review-order-table tfoot .shipping th,
.woocommerce-checkout-review-order-table tfoot .shipping td {
    font: 500 16px Lato, sans-serif;
    color: #000;
    background: #f7f7f7 !important;
    padding: 18px 32px !important;
    border-top: 0 !important;
}

.woocommerce-checkout-review-order-table tfoot .order-total {
    background: #d4d4d4 !important;
}

.woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce-checkout-review-order-table tfoot .order-total td {
    font: 500 16px Lato, sans-serif;
    color: #000;
    background: #d4d4d4 !important;
    padding: 18px 32px !important;
    border-top: 0 !important;
}

.woocommerce-terms-and-conditions-wrapper {
    display: inline-block;
}

.woocommerce-checkout-payment #place_order {
    width: 100%;
    max-width: 270px;
    font: 700 13px Lato, sans-serif !important;
    color: #fff !important;
    background: #f13133 !important;
    border: none;
    border-radius: 0 !important;
    padding: 16px 15px !important;
    margin-right: 3px;
    margin-bottom: 30px;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
}

.woocommerce-checkout-payment #place_order:hover {
    background: #f13133 !important;
    color: #000 !important;
}

.soars-purchase-agreement {
    margin-bottom: 65px;
}

.soars-purchase-agreement h3 {
    font-size: 30px;
    margin-bottom: 45px;
}

.soars-purchase-agreement a {
    display: inline-block;
    font: 400 16px Lato, sans-serif;
    color: #f13133;
    text-decoration: underline;
    margin-bottom: 35px;
}

.soars-purchase-agreement p {
    font: 400 16px Lato, sans-serif;
    color: #000;
}

#soars-purchase-agreement {
    max-width: 1005px !important;
    margin: 0 auto !important;
    clear: both !important;
}

#soars-purchase-agreement h3 {
    font-size: 30px;
    margin-bottom: 45px;
}

#soars-purchase-agreement p {
    font: 400 16px Lato, sans-serif;
    color: #000;
    line-height: 26px;
}

#soars-purchase-agreement p strong {
    font: 600 18px Lato, sans-serif;
    color: #000;
}

#soars-purchase-agreement ul {
    font: 400 16px Lato, sans-serif;
    color: #000;
    line-height: 26px;
    margin-bottom: 28px;
}

.soars-purchase-checkbox {
    padding: 15px;
    border: 1px solid #f13133;
}

#soars-agreement-btn {
    width: 100% !important;
    max-width: 270px;
    height: auto !important;
    font: 700 13px Lato, sans-serif !important;
    color: #fff !important;
    background: #f13133 !important;
    border: none;
    border-radius: 0 !important;
    padding: 16px 15px !important;
    margin-right: 3px;
    margin-bottom: 30px;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 1 !important;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
}

#soars-agreement-btn:after {
    display: none !important;
}

#soars-agreement-btn:hover {
    background: #f13133 !important;
    color: #000 !important;
}

.woocommerce-NoticeGroup-checkout {
    /*display: none;*/
}

.woocommerce-NoticeGroup-checkout ul li {
    background: none !important;
}

p.form-row.validate-required.soars-agreement-required.woocommerce-invalid.woocommerce-invalid-required-field {
    border: 1px solid #a00;
}

#basket-icon {
    display: inline-block;
    vertical-align: top;
    height: 24px;
    border-left: 2px solid #e9e9e9;
}

#basket-icon a {
    display: block;
    width: 20px;
    height: 20px;
    background: url("images/header-shopping-cart.png") no-repeat;
    margin: 3px 7px;
}

.soars-buy-non-us {
    margin: 100px 0;
}

.soars-buy-non-us .form-pop-up {
    max-width: 750px !important;
}

.soars-buy-non-us input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    vertical-align: unset;
    margin-top: 3px !important;
}

.soars-buy-non-us input[type="radio"] {
    -webkit-appearance: radio !important;
    vertical-align: unset;
    margin-top: 3px !important;
}

.soars-buy-non-us .ginput_container_checkbox label {
    font: 600 13px Lato, sans-serif !important;
}

@media screen and (max-width: 768px) {
    .shop_table tbody tr .spacer-cart {
        display: none !important;
    }

    .spacer::before {
        display: none !important;
    }

    .woocommerce-checkout .col-1,
    .woocommerce-checkout .col-2 {
        width: 100% !important;
    }
}

.woocommerce-cart .woocommerce-message {
    display: none !important;
}

.download-warranty-docs a {
    display: block;
    background: #000;
    font: 300 14px Lato, sans-serif;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px;
    width: auto;
    /*max-width: 221px;*/
    margin: 12px 12px 12px 0;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
}

.download-warranty-docs a:hover {
    color: #f13133;
}

.woocommerce-order {
    margin: 100px 0;
}

.woocommerce-order ul li {
    background: none !important;
}

.soars-purchase-agreement #custom_radio_field {

}

.soars-purchase-agreement input#custom_radio_aircraft,
.soars-purchase-agreement input#custom_radio_experimental {
    float: left;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.d-inline-block{
    display: inline-block!important;
}

/** {
    background: #000 !important;
    color: #0f0 !important;
    outline: solid #f00 1px !important;
}*/
