/* Custom font
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600;700;900&display=swap');

/* Brand colors
   ========================================================================== */

    /* rgba(237, 237, 237, 1.0); /* Black 10% */
    /* rgba(218, 218, 218, 1.0); /* Black 20% */
    /* rgba(178, 178, 178, 1.0); /* Black 40% */
    /* rgba(119, 120, 123, 1.0); /* Black 65% */

    /* rgba(60, 60, 60, 1.0); /* KS Grey Text */
    /* rgba(99, 99, 99, 1.0); /* KS Grey Dark */
    /* rgba(227, 223, 214, 1.0); /* KS Grey */
    /* rgba(240, 239, 232, 1.0); /* KS Grey Tab */
    /* rgba(246, 246, 241, 1.0); /* KS Grey 25% */

    /* rgba(242, 140, 0, 1.0); /* KS Orange */
    /* rgba(0, 173, 186, 1.0); /* KS Teal */
    /* rgba(231, 65, 27, 1.0); /* KS Red */
    /* rgba(58, 96, 151, 1.0); /* KS Blue */
    /* rgba(143, 76, 106, 1.0); /* KS Purple */

    /* rgba(112, 59, 82, 1.0); /* KS Purple hover */
    /* rgba(194, 115, 2, 1.0); /* KS Orange Hover */

/* Base elements
   ========================================================================== */
html {
    /*background-color: rgba(246, 246, 246, 1.0); /* 5% Black */

    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;

    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

body {
    position: relative; /* Required for overlay */

    /* Required for skew buttons */
    padding-left: 5px;
    padding-right: 5px;
}

header {
    position: relative;
    width: 100%;
    height: 84px;

    margin-bottom: 75px;

    background-image: url("/images/header.jpg");
    background-repeat: no-repeat;
    background-position: top center;

    box-shadow: 5px 10px 8px rgba(246, 246, 241, 1.0); /* KS Grey 25% */

    display: none; /* iframe setting */
}

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

    margin: 0 auto;
    margin-bottom: 4vw;
}

section {
    position: relative;

    width: 100%;
    height: auto;
}

.button_section {
    margin-top: 25px;
}

article {
    position: relative; /* required */

    width: 768px;
    height: auto;

    padding: 50px;

    background-color: rgba(246, 246, 241, 1.0); /* KS Grey 25% */
}

.transparent_article {
    padding: 0px;
    background-color: transparent;
}

footer {
    width: 100%;
    height: 160px;


    /*background-image: url("/images/footer.jpg");
    background-repeat: no-repeat;
    background-position: top center;*/

    background-color: rgba(60, 60, 60, 1.0); /* KS Grey Text */

    border-bottom-style: solid;
    border-bottom-width: 4vw;
    border-bottom-color: rgba(99, 99, 99, 1.0); /* KS Grey Dark */

    display: none; /* iframe setting */
}

/* Navigation
   ========================================================================== */
#navigation_bar {
    width: 1115px;
    height: auto;

    margin: 0 auto;

    text-align: left;

    display: none; /* Hidden due to header image */
}

#navigation_bar img {
    width: 200px;
    height: auto;

    margin-top: 5px;
    margin-bottom: 5px;
}

/* Links
   ========================================================================== */
a, a:link, a:active, a:visited {
    color: rgba(143, 76, 106, 1.0); /* KS Purple */
	outline: none;
	text-decoration: none;

    font-weight: 600;

	-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(112, 59, 82, 1.0); /* KS Purple hover */
}

aside a, aside a:link, aside a:active, aside a:visited {
    color: rgba(143, 76, 106, 1.0); /* KS Purple */
}

aside a:hover { 
	color: rgba(112, 59, 82, 1.0); /* KS Purple hover */
}

/* Headlines
   ========================================================================== */
h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 4rem;
    line-height: 4.75rem;

    word-break: break-word;

    color: rgba(242, 140, 0, 1.0); /* KS Orange */

    margin: 40px 0 28px;
    padding: 0;

    margin-left: -3px;
    margin-bottom: 15px;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 2.0em;

    word-break: break-word;

    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.2em;

    margin: 0;
    padding: 0;
    margin-bottom: 28px;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.2em;

    margin: 0;
    padding: 0;
    margin-bottom: 24px;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.0em;

    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

h6 {
    /* Overlay headline */
    font-family: font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 2em;
    line-height: 1.0em;

    color: rgba(242, 140, 0, 1.0); /* KS Orange */

    margin: 0;
    padding: 0;
}

/* Form - Select and input
   ========================================================================== */
select, input {
	outline: none;
	border: 0px;
    padding: 5px 15px 5px 15px;

    background-color: rgba(255, 255, 255, 1.0) !important; /* White background, mobileview fix */
}

select {
    width: 50%;
    height: 50px;

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

select:focus::-ms-value {background-color: white; color:#000;} /* IE fix */

select option:disabled {
    /*font-weight: bold;
    color: #212121;*/
}

input {
    width: 50%;
    height: 50px;
}

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

input[type="radio"] {
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    -moz-transform: scale(1.5); /* Mozilla, Firefox */
    -ms-transform: scale(1.5); /* IE 9 */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
}

/* 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(242, 140, 0, 1.0); /* KS Orange */
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;       
    -moz-appearance: none;    
    -o-appearance: none;    
    appearance: none;
}

input[readonly] {

}

::-webkit-input-placeholder {
    font-size: 14px;
    color: rgba(119, 120, 123, 1.0); /* Black 65% */
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    color: rgba(119, 120, 123, 1.0); /* Black 65% */
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
    color: rgba(119, 120, 123, 1.0); /* Black 65% */
}

:-ms-input-placeholder {
    font-size: 14px;
    color: rgba(119, 120, 123, 1.0); /* Black 65% */
}

:-o-input-placeholder {
    font-size: 14px;
    color: rgba(119, 120, 123, 1.0); /* Black 65% */
}

textarea {
    resize: vertical;
}

/* Form - Buttons
   ========================================================================== */
button {
    width: auto;
    height: 50px;
	outline: none;
	border: 0px;

    padding: 0px 35px 0px 35px;
    margin-top: 0px;

	color: rgba(255, 255, 255, 1.0); /* White */
	text-decoration: none;
    font-weight: 600;
    text-align: center;

	background-color: rgba(143, 76, 106, 1.0); /* KS Purple */

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);

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

button > span {
    /* Un-skew the text */
    display: inline-block;
    transform: skew(10deg);
}

button:hover {
	text-decoration: none;

    background-color: rgba(111, 59, 82, 1.0); /* KS Purple Hover */
}

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

button:disabled {
    background-color: rgba(143, 76, 106, 0.3); /* KS Purple Opacity */
}

.button_print {
    float: right;
}

.button_email {
    float: right;
    margin-left: 50px
}

.button_back {

}

.button_back:hover {

}

/* Tables
   ========================================================================== */
table {
    width: 100%;
    height: auto;

    line-height: 1.5;

    border-style: solid;
    border-width: 1px;
    border-color: rgba(240, 239, 232, 1.0); /* KS Grey Tab */
}

td {
    padding: 10px;
    width: auto%;

    vertical-align: top;

    border-style: solid;
    border-width: 1px;
    border-color: rgba(240, 239, 232, 1.0); /* KS Grey Tab */
}

table tr td:first-child {
    vertical-align: top;
}

table tr:first-child {
    /* border-bottom: 2px solid black;*/
}

/* Miscellaneous
   ========================================================================== */
img {
    width: 100%;
}

section img {
    width: auto;
}

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

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

/* Remove focus border */
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

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

b {
    font-weight: 600;
}

ul {
    margin: 0;
    padding: 0px 0px 0px 16px;

    /*list-style: none; /* Remove default black dot */
    /* list-style-image: url("/images/custom_li_bullet.png");*/
}

/* Ultra thin lines */
hr {
    height: 1px;
    border: 0;
    border-top: 1px solid;
    color: rgba(227, 223, 214, 1.0); /* KS Grey */
    margin: 0px;
}

.printonly {
    display: none;
}

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