/* Custom font
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Squada+One&display=swap');

/* Colors
   ========================================================================== */

    /* rgba(255, 255, 255, 1.0); /* White */

    /* rgba(251, 251, 251, 1.0); /* 1% black */
    /* rgba(246, 246, 246, 1.0); /* 5% black */
    /* rgba(237, 237, 237, 1.0); /* 10% black */
    /* rgba(198, 198, 198, 1.0); /* 30% black */
    /* rgba(135, 135, 135, 1.0); /* 60% black */
    /* rgba(100, 100, 100, 1.0); /* 75% black */
    /* rgba(60, 60, 59, 1.0); /* 90% black */

    /* 2019 */
    /* rgba(0, 180, 205, 1.0); /* BOR Blue */
    /* rgba(165, 233, 244, 1.0); /* BOR Blue Light */
    /* rgba(155, 183, 187, 1.0); /* BOR Grey */
    /* rgba(240, 242, 238, 1.0); /* BOR Grey Bright */
    /* rgba(52, 89, 95, 1.0); /* BoR Stroke - Grey dark */
    /* rgba(115, 147, 151, 1.0); /* BoR Stroke - Grey medium */

    /* 2020 */
    /* rgba(193, 61, 67, 1.0); /* BOR Red */
    /* rgba(238, 247, 247, 1.0); /* BOR Blue Light */
    /* rgba(223, 232, 232, 1.0); /* BOR Grey Bright */
    /* rgba(243, 242, 241, 1.0); /* BOR Bar Grey */
    /* rgba(202, 202, 202, 1.0); /* Stroke */


/* Base elements
   ========================================================================== */
html {
    background-color: rgba(255, 255, 255, 1.0); /* White */

	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;

    color: rgba(41, 41, 41, 1.0); /* Text Black */

    /* overflow-y: scroll; */
}

body {

}

#wrapper {
	width: 1100px;
	height: auto;

    margin: 0 auto;
    padding: 0px;

    background-color: rgba(255, 255, 255, 1.0); /* White */
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: rgba(198, 198, 198, 1.0); /* 30% black */

    border-width: 0px; /* iframe setting */
	}

header {
    position: relative;

    height: 95px;
    width: 100%;

    border-style: solid;
    border-width: 0px 0px 10px 0px;
    border-color: rgba(52, 89, 95, 1.0); /* BoR Stroke - Grey dark */

    display: none; /* iframe setting */
}

section {
    position: relative;

    width: 100%;
    height: auto;

    padding: 50px;
    margin-bottom: 25px;

    background-color: rgba(243, 242, 241, 1.0); /* BOR Bar Grey */
}

article {
    position: relative;

    width: 100%;
    height: auto;

    margin: 0 auto;
}

.article_float {
    overflow: auto; /* enable for floating items */
}

aside {
    display: none;
}

footer {
    background-color: rgba(52, 89, 95, 1.0); /* BoR Stroke - Grey dark */

	width: 1100px;
    height: 30px;

    margin: 0 auto;

    font-weight: 300;
    font-size: 0.85em;

    border-style: solid;
    border-width: 10px 0px 0px 0px;
    border-color: rgba(115, 147, 151, 1.0); /* BoR Stroke - Grey medium */

    display: none; /* iframe setting */
}

/* Links
   ========================================================================== */
a, a:link, a:active, a:visited {
    color: rgba(52, 89, 95, 1.0); /* BoR Stroke - Grey dark */
	outline: none;
	text-decoration:none;
	-webkit-transition: color 0.25s ease;
	-moz-transition: color 0.25s ease;
	-o-transition: color 0.25s ease;
	transition: color 0.25s ease;
}

a:hover { 
	color: rgba(115, 147, 151, 1.0); /* BoR Stroke - Grey medium */
}

.button {
    padding: 0.6em 0.9em;
	border: 0px;

	background-color:  rgba(193, 61, 67, 1.0); /* BOR Red */
	color: rgba(255, 255, 255, 1.0) !important; /* White */
    text-transform: uppercase;
    font-weight: 700;
}

.button:active {
	position: relative;
	top: 1px;
}

/* Navigation - Top
   ========================================================================== */
nav {
    position: relative;

	width: 1100px;
    height: 74px;

    margin: 0 auto;
    padding-top: 25px;
}

nav img {
    width: 195px;
    height: auto;
}

/* Headlines
   ========================================================================== */
h1 {
    font-family: 'Squada One', Impact, Arial, sans-serif;
    font-size: 2.5em;
    font-weight: normal;

    padding: 0;
    margin: 0;
    margin-bottom: 15px;

    color: rgba(52, 89, 95, 1.0); /* BoR Stroke - Grey dark */
}

h2 {
    display: inline;

    font-family: 'Squada One', Impact, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: normal;

    padding: 0;
    margin: 0;
    margin-bottom: 15px;

    color: rgba(52, 89, 95, 1.0); /* BoR Stroke - Grey dark */
}

h3 {
    font-family: 'Squada One', Impact, Arial, sans-serif;
    font-weight: normal;

    padding: 0;
    margin: 0;

    color: rgba(52, 89, 95, 1.0); /* BoR Stroke - Grey dark */
}

h4, h5, h6 {
    padding: 0;
    margin: 0;
}

/* Form elements
   ========================================================================== */
select, input {
    width: 100%;
    height: 40px;

	outline: none;
    padding: 5px 15px;

	border: 0px;
    /*background-color: rgba(238, 247, 247, 1.0); /* BOR Blue Light */
}

option {
    outline: 0;
	border: 0px;

    /*background-color: rgba(238, 247, 247, 1.0); /* BOR Blue Light */
}

select {
    /*width: 400px !important;*/
    height: 40px;

    padding: 0px 15px;

    background-image: url('/images/select_arrow.png');
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-appearance: none;       
    -moz-appearance: none;    
    -o-appearance: none;    
    appearance: none;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-outer-spin-button { 
    margin: 0; 

    -webkit-appearance: none;       
    -moz-appearance: none;    
    -o-appearance: none;    
    appearance: none;
}

input[type="number"] {
    /*width: 150px;*/
}

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

/* Custom dot color in radio */
input[type="radio"]:checked:before {
    position: relative;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;

    content: "";
    display: block;

    border-radius: 50%;
    background-color: rgba(52, 89, 95, 1.0); /* BoR Stroke - Grey dark */
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 0.8em;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 0.8em;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 0.8em;
}

input:-o-input-placeholder, textarea:-o-input-placeholder {
    font-size: 0.8em;
}

::placeholder {
    color: rgba(155, 183, 187, 1.0); /* BOR Grey */
}

button {
    width: auto;
    height: auto;

	outline: none;
    padding: 8px 25px 10px;
	border: 0px;

	color: rgba(255, 255, 255, 1.0); /* White */
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', Arial, sans-serif;
    font-weight: normal;
    font-size: 1.2em;

    text-align: center;
    text-transform: uppercase;
	text-decoration: none;
    cursor: pointer;

	-webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
	transition: background 0.25s ease;

    background-color: rgba(193, 61, 67, 1.0); /* BOR Red */
}

button:hover {
    background-color: rgba(170, 31, 31, 1.0); /* BOR Red Hover */
}

button:active {
	position: relative;
	top: 1px;
}

button i, button svg {
    margin-left: -8px;
    margin-right: 8px;
}

textarea {
    width: 350px;
    min-height: 100px;

	border: 0px;
	outline: none;
    padding: 0.8em;

    background-color: rgba(246, 246, 246, 1.0); /* 5% black */

    resize: vertical;
}

.button_back {
	background-color: rgba(238, 247, 247, 1.0); /* BOR Blue Light */
	color: rgba(52, 89, 95, 1.0); /* BoR Stroke - Grey dark */

	-webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
	transition: background 0.25s ease;
}

.button_back:hover {
	background-color: rgba(155, 183, 187, 1.0); /* BOR Grey */
	color: rgba(255, 255, 255, 1.0); /* White */

	-webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
	transition: background 0.25s ease;
}

.button_comment {
    margin-left: 25px;
}

/* Miscellaneous
   ========================================================================== */
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

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

b {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
}

img {
    width: 100%;
}

/* Allowing padding to be used as inner-padding */
div, aside, section, article, input, select, textarea {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Ultra thin lines */
hr {
    height: 1px;
    border: 0;
    border-top: 1px solid ;
    color: rgba(198, 198, 198, 1.0); /* 30% black */
    margin: 50px 0px;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}