/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

a, a:visited, a:link, a:active {
    text-decoration: none;
	color: #b52e27;
}
a:hover {
    text-decoration: none;
}
img, embed, object, video {
    max-width: 100%;
}

/* layout */

body {
    background-color: #fff;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.group:before, .group:after {
      content: "";
      display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/* page */

.page-wrap {
    width: 100%;
    margin: 0 auto;
}

/* copy */

input {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
html {
    font-size: 16px;
    line-height: 24px;
}
body {
	font-family: 'Poppins', sans-serif;
    /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 400;
}

/* headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
    font-weight: 700;
	text-align: center;
}
h1 {
    font-size: 4.25em;
    line-height: 1.05882353em;
    /* margin-top: 0.35294118em; */
    margin-bottom: 0.70588236em;
    text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 2.625em;
    }
}
h2 {
    /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
    font-size: 2.625em;
    line-height: 1.14285714em;
    margin-top: 0.57142857em;
    margin-bottom: 0.70588236em;
    font-weight: 400;
	color: #b52e27;
}
h3 {
    /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
    font-size: 1.625em;
    line-height: 1.84615385em;
    margin-top: 0.92307692em;
    margin-bottom: 0em;
    text-transform: uppercase;
}
h4 {
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 0em;
    text-transform: uppercase;
    font-weight: 400;
}
h5 {
    font-size: 0.8em;
    line-height: 1.25em;
}
h6 {
    font-size: 0.64em;
    line-height: 1.125em;
}

/* copy */

p {
    margin-top: 0em;
    margin-bottom: 1.5em;
    font-weight: 400;
}
p a, p a:visited, p a:link, p a:active {
	color: #b52e27;
    text-decoration: underline;
}
p a:hover {
    color: #0000ee;
    text-decoration: underline;
}
p strong {
    color: #000;
}

/* unordered lists */

ul {
    margin: 0.75em 0 1.5em 1.5em;
    padding: 0;
}
ul li {
    padding: 0 0 0.375em 0;
    list-style: disc;
    color: #fff;
}
ul li strong {
    color: #000;
}
ul li a, ul li a:visited, ul li a:link, ul li a:active {
    color: #000;
    text-decoration: underline;
}
ul li a:hover {
    color: #000;
    text-decoration: underline;
}
ol {
    margin: 0.75em 0 1.5em 1.5em;
    padding: 0;
}
ol li {
    color: #000;
    padding: 0 0 0.375em 0;
    list-style: decimal;
}
ol li a {
    color: #000;
    text-decoration: underline;
}
ol li a:hover {
    color: #000;
    text-decoration: underline;
}

/* layouts */

.layout_bg {
    width: 100%;
    float: left;
    display: inline;
}
.home_bg {
    width: 100%;
    margin: 0 auto;
}
.image {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.layout {
    /*width: 80%;
    max-width: 1280px; */
    margin: 0 auto;
}

/* colours */

.red {
    background-color: #0000ee;
}
.black {
    background-color: #000;
}

.blue {
	background-color: #75a3cf;
}

.white {
    background-color: #fff;
}
.orange {
    background-color: #f8953c;
}

/* layout */

.right {
    text-align: right;
}
.center {
   text-align: center;
}

.alignLeft{
	text-align: left;
}

.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.fixed {
    position: fixed;
}
.z {
    z-index: 9;
}

/* banner */

.gradient {
    background: linear-gradient( to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) );
}
.parallax {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
@media only screen and (max-width: 480px) {
    .parallax {
        background-attachment: scroll;
    }
}
.banner {
    padding: 7em 0 7em 0;
}
@media only screen and (max-width: 480px) {
    .banner {
        padding: 5em 0 4em 0;
    }
}
.banner h1 {
    color: #fff;
    letter-spacing: 0px;
}
@media only screen and (max-width: 480px) {
    .banner h1 {
        font-size: 2.618em;
    }
}
.banner img {
    width: 25%;
}

/* home */

.home h1 {
    color: #fff;
    font-size: 3.618em;
    font-weight: 700;
    letter-spacing: 0;
}
.home {
    padding: 12em 0 12em 0;
}
@media only screen and (max-width: 480px) {
    .home {
        padding: 6em 0 6em 0;
    }
}
@media only screen and (max-width: 480px) {
    .home h1 {
        font-size: 2.618em;
    }
}

/* logo */

.logo_bg {
    background-repeat: no-repeat;
    background-size: cover;
}

/* padding */

.p {
    padding: 2.5em 5em 0.5em 5em;
}
@media only screen and (max-width: 480px) {
    .p {
        padding: 2.5em 2.5em 0.5em 2.5em;
    }
}
.p_t {
  padding: 2.5em 0;
}
.m_b {
    margin-bottom: 2.5em;
}
.m_t {
    margin-top: 2.5em;
}
.p_work {
    padding: 2.5em 5em 0.5em 5em;
}

@media only screen and (max-width: 480px) {
    .p_work {
        padding: 2.5em 1.5em 0.5em 1.5em;
    }
}

/* entry */

.entry{
	text-align: left;
}

.entry h1 {
    color: #000;
    /*font-family: "nimbus-sans", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    font-size: 2.625em;
    line-height: 1.14285714em;
    margin: 0;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}
.entry h2 {
    margin-top: 0;
    font-weight: 700;
}
.entry h2 a {
    color: #000;
    text-decoration: none;
}
.entry h2 a:hover {
    color: #000;
    text-decoration: underline;
}
.entry h3 a {
    color: #0000ee;
    text-decoration: none;
}
.entry h3 a:hover {
    color: #0000ee;
    text-decoration: underline;
}
.entry p {
    font-size: 1.25em;
    line-height: 1.5em;
    color: #666;
}
.entry ul li {
    font-size: 1.25em;
}
.entry ol li {
    font-size: 1.25em;
}
.entry p strong {
    font-weight: 700;
    color: #000;
}

/* caption */

.caption h2 {
    /*font-family: "ff-good-headline-web-pro-con", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    color: #fff;
    font-size: 2.25em;
    line-height: 0.9em;
    text-transform: uppercase;
	padding: 10px;
}
.caption {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    z-index: 2;
	background-color: rgba(182,47,39, 0.6);
	padding: 15px;
}
.caption_black {
    background: rgba(0, 0, 0, 0);
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}
.caption_black:hover {
    background: rgba(0, 0, 0, 0.5);
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}

/* buttons */

.btn {
    font-size: 1.625em;
    line-height: 1.25em;
    font-weight: 700;
    padding: 0.75em 1.5em;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
}
a.enquiry {
    color: #fff;
	background-color: #b52e27;
    margin-bottom: 1.5em;
    outline: 0;
    border: 5px solid #b52e27;
}
a.enquiry:hover {
    color: #b52e27;
	background-color: #fff;
    border: 5px solid #b52e27;
}
.rounded {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}
.submit {
    border: 5px solid #0000ee;
    color: #0000ee;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    outline: 0;
    background-color: #fff;
}
.submit:hover {
    color: #0000ee;
    border: 5px solid #0000ee;
    background-color: #fff;
}

/* footer */

.footer h3 {
	color: #1a395f;
    margin-top: 0;
    font-size: 1.5em;
    letter-spacing: 1px;
    font-weight: 400;
}
.footer h4 {
    color: #1a395f;
}
.footer p {
    color: #fff;
	text-align: center;
}
.footer .p {
    padding: 1.5em;
}
.footer p a {
	color: #b52e27;
    text-decoration: none;
}
.footer p a:hover {
    color: #b52e27;
}
.footer p strong {
    color: #FFF;
}

@media only screen and (max-width: 480px) {
    .footer .p {
        padding: 0 1.5em;
    }
    .footer h4 {
        margin-bottom: 1.5em;
    }
    .footer p {
        font-size: 1.375em;
        line-height: 1.5em;
    }
}

/* mobile */

.mobile_off {
    display: inline;
}
@media only screen and (max-width: 960px) {
    .mobile_off {
        display: none !important;
        visibility: hidden;
    }
}
.mobile_on {
    display: none;
}
@media only screen and (max-width: 960px) {
    .mobile_on {
        display: inline;
    }
}

/* nav_mobile */

#nav_mobile {
    display: none;
    padding: 1em 0 1.5em 0;
}
@media only screen and (min-width: 960px) {
    #nav_mobile {
        display: none !important;
        visibility: hidden;
    }
}
#nav_mobile ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav_mobile ul li {
    display: block;
    padding: 0 1em;
    margin: 0;
    border-bottom: 3px solid #eee;
}
#nav_mobile ul li:last-child {
    border-bottom: 0px;
} 
#nav_mobile ul li a, #nav_mobile ul li a:visited, #nav_mobile ul li a:link {
    font-family: "nimbus-sans", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700; 
    color: #000;
    outline: 0;
    font-size: 1em;
    line-height: 1.25em;
    display: block;
    padding: 0.75em 0;
    text-decoration: none;
}
#nav_mobile ul li a:hover {
    color: #666;
    text-decoration: none;
}
#nav_mobile ul li.here a {
    color: #000;
}

#nav_mobile ul li ul.nav_mobile_off {
    display: none;
}
#nav_mobile ul li ul li ul.sub_nav_mobile_off {
    display: none;
}

/* drop_down_1 */

#nav_mobile ul li ul {
    margin: 0 0 1.5em 0;
}
#nav_mobile ul li ul li {
    padding: 0 0 0 1em;
}
#nav_mobile ul li ul li a, #nav_mobile ul li ul li a:visited, #nav_mobile ul li ul li a:link {
    color: #0000ee;
    font-weight: 700;
    text-decoration: none;
}
#nav_mobile ul li ul li a:hover {
    color: #666;
    text-decoration: none;
}

/* drop_down_2 */

#nav_mobile ul li ul li ul li a, #nav_mobile ul li ul li ul li a:visited, #nav_mobile ul li ul li ul li a:link {
    color: #666;
    font-weight: 400;
}
#nav_mobile ul li ul li ul li a:hover {
    color: #000;
    text-decoration: none;
}

/* nav_mobile_arrow */

.nav_mobile_arrow_up, .sub_nav_mobile_arrow_up {
    float: right;
    display: inline-block;
    transition: 400ms ease;
}
.nav_mobile_arrow_down, .sub_nav_mobile_arrow_down {
    float: right;
    display: inline-block;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: 400ms ease;
}

/* nav */

.nav {
	/*float: right;*/
    /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
    padding: 1.5em 0.75em;
	padding-top: 25px;
	padding-right: 25px;
}
.nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.nav ul li a {
    font-size: 1em;
    font-weight: 700;
    padding: 0.5em 1em;
    margin: 0;
    display: block;
    color:#1a395f;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
}
.nav ul li a:hover {
    color: #b52e27;
    text-decoration: none;
}
.nav ul li:hover a {
    color: #b52e27;
}
.nav ul li.here a {
    text-decoration: none;
    color: #b52e27;
    font-weight: 700;
}
.nav ul li a.contact {
    color: #b52e27;
    padding: 0.5em 1em 0.4em 1em;
    font-weight: 700;
    border: 3px solid #b52e27;
}
.nav ul li a.contact:hover {
    color: #fff;
    border: 3px solid #fff;
}

/* nav_drop_down */

.nav ul li ul {
    padding: 1em 0 1em 0;
    background-color: #fff;
    margin: 0;
    width: 13em;
    -webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.25);
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}
.nav ul li ul li {
    margin: 0;
    padding: 0;
    text-align: left;
    display: block;
}
.nav ul li:hover ul li a, .nav ul li:hover.here ul li a {
    color: #000;
    font-size: 1rem;
    display: block;
    background: none;
    text-decoration: none;
    padding: 0.5em 1em 0.4em 1em;
    font-weight: 400;
}
.nav ul li ul li a:hover, .nav ul li:hover.here ul li a:hover {
    color: #fff;
    background: none;
    text-decoration: none;
    background-color: #0000ee;
}

/* superfish */

.sf_menu, .sf_menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf_menu li {
    position: relative;
}
.sf_menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 9999;
}
.sf_menu > li {
    display: inline-block;
}
.sf_menu li:hover > ul,
.sf_menu li.sfHover > ul {
    display: block;
}
.sf_menu a {
    display: block;
    position: relative;
}
.sf_menu ul ul {
    top: 0; left: 100%;
}

/* phone */

.nav p {
    color: #fff;
    padding: 1em 0 0.75em 0;
    font-size: 1.625em;
    margin: 0;
}

/* logo */

.logo img {
    width: 100%;
}

/* forms */

.label {
    font-size: 1em;
    display: block;
    color: #000;
    margin: 2em 0 1em 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.label_no_margin {
    margin: 0 0 1em 0;
}
.label span {
    color: #f8953c;
}
.field {
    font-size: 1em;
    color: #000;
    padding: 0.375em;
    margin: 0;
    border: 3px solid #ddd;
    background-color: #fff;
}
.tiny_field {
    width: 12.5%;
}
@media only screen and (max-width: 480px) {
    .tiny_field {
        width: 50%;
    }
}
.small_field {
    width: 25%;
}
.medium_field {
    width: 50%;
}
.large_field {
    width: 75%;
}
.textarea_field {
    width: 75%;
    height: 7.5em;
    margin: 0;
}
.g-recaptcha {
    margin: 0 auto;
    display: block;
    width: 304px;
}

/* errors */

.errors {
    display: block;
    margin: 0;
}
.errors p {
    color: red;
    padding: 0;
    margin: 0.5em 0 0.5em 0;
    display: inline-block;
    font-size: 1em;
}

/* cols */

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}
.col:first-child {
    margin-left: 0;
}

/* cols grid */

.col_work {
    display: block;
    float: left;
}
.col_work_6_of_12 {
    width: 50%;
}
@media only screen and (max-width: 480px) {
    .col_work_6_of_12 {
        width: 100%;
    }
}
.col_zero {
    margin: 0;
}
.col_no_margin {
    margin-left: 0;
}

/* 12 */

.col_12_of_12 {
    width: 100%;
}
.col_11_of_12 {
    width: 91.53%;
}
.col_10_of_12 {
    width: 83.06%;
}
.col_9_of_12 {
    width: 74.6%;
}
.col_8_of_12 {
    width: 66.13%;
}
.col_7_of_12 {
    width: 57.66%;
}
.col_6_of_12 {
    width: 49.2%;
}
.col_5_of_12 {
    width: 40.73%;
}
.col_4_of_12 {
    width: 32.26%;
}
.col_3_of_12 {
    width: 23.8%;
}
@media only screen and (max-width: 480px) {
    .col_3_of_12 {
        width: 100%;
    }
}
.col_2_of_12 {
    width: 15.33%;
}
.col_1_of_12 {
    width: 6.86%;
}

@media only screen and (max-width: 480px) {
    .col {
        display: block;
        float: left;
        margin: 1% 0 1% 0%;
    }
}

/* pagination */

.pagination ul li a {
    color: #0000ee;
    text-decoration: none;
    outline: 0;
    padding: 0.75em 1.5em;
    display: inline-block;
    border: 5px solid #0000ee;
}
.pagination ul li a:hover {
    color: #990000;
    text-decoration: none;
    border: 5px solid #990000;
}
.pagination ul {
    margin: 0 0 1em 0;
    padding: 0;
}
.pagination ul li {
    list-style: none;
    margin: 0 1.5em 0 0;
    display: inline-block;
    font-size: 1.375em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.pagination ul li.here {
    background-color: #990000;
    color: #fff;
    text-decoration: none;
    outline: 0;
    padding: 0.75em 1.5em;
    display: inline-block;
    border: 5px solid #990000;
}

/* slider */

.slider {
    padding-bottom: 50%;
}
.slider .flickity-viewport {
    position: absolute;
    width: 100%;
}
.slider_cell {
    width: 100%;
    height: 100%;
}

/* gallery */

.gallery {
    padding-bottom: 56%;
}
.gallery .flickity-viewport {
    position: absolute;
    width: 100%;
}
.gallery_cell {
    width: 100%;
    height: 100%;
}

/* gallery thumbnails */

.gallery_nav {
    padding-top: 1.5em;
    padding-bottom: 15%;
}
.gallery_nav .flickity-viewport {
    position: absolute;
    width: 100%;
    height: 100%;
}
.gallery_thumb {
    width: 15%;
    margin-right: 1.5em;
}
.gallery_nav .gallery_thumb.is-nav-selected {
    position: relative;
    opacity: 0.5;
}

@media only screen and (max-width: 480px) {
    .gallery_hide {
        display: none;
    }
}

/* video */

.player {
    position: relative;
    padding-top: 56.2757202%;
}
.player iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

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

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

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

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

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

    h2,
    h3 {
        page-break-after: avoid;
    }
}






.headerWrapper{
	text-align: center;
}


.headerLogo{
	width: 122px;
	height: 84px;
	display: block;
	float: left;
	margin: 15px;
}

.mobileLogo{
	width: 154px;
	height: 86px;
}

.navPosition{
	float: right;
	padding-top: 15px;
}

.buttonWrapper{
text-align: center;
}
