/* ==========================================================================
   GENERAL
   ========================================================================== */

* {
	z-index: 1000;
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
	-webkit-tap-highlight-color: transparent;
}

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

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

html,
body {
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
    font: 14px/18px Arial, Tahoma;
}

form {
	margin: 20px;
}

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

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

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

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

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

textarea {
    resize: vertical;
}

.browsehappy {
	
    position: fixed;
    width: 100%;
    line-height: 40px;
    margin: 0;
    background: #dc291e;
    color: #fff;
    text-align: center;
    z-index: 99999;
}

b { 
	font-family: Arial, Tahoma;
	font-weight: bold;
}

i {
	font-family: Arial, Tahoma;
	font-style: italic;
	font-style: oblique;
}

p { 
	margin: 0 0 1.071em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, Tahoma;
	font-weight: 400;
}

h1 { 
	font-size: 2.143em;
    line-height: 1.286em;
}

h2,
h3,
h4,
h5 {
	font-size: 1.286em;
	line-height: 1.714em;
}

h6 {
	font-size: 1.143em;
	line-height: 1.571em;
	color: #999999;
}

h1,
h2 {
	color: #175478;
	background: -webkit-linear-gradient(left, #175478, #175478);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
}

/*
html.android h1,
html.android h2 {
 	background: none;
 	-webkit-background-clip: border-box;
	-webkit-text-fill-color: #175478;
}
*/

h3,
h4,
h5 {
	color: #175478;
}

a:hover,
a:active {
	outline: 0 none !important;
}

a,
a:visited,
a:active { 
	color: #175479;
	text-decoration: none;
}

a:hover { 
	color: #a2c2da;
	text-decoration: underline;
}

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

.spacer {
	height: 0px;
	margin: 10px;
	margin-bottom: 0;
	clear: both;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

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

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

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
	.wrapper > .header {
		display: none;
	}
	
    * {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

    .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;
    }

    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;
    }
}