/* Custom font
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Expletus+Sans:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

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

    /* rgba(178, 178, 178, 1.0); /* PD Neutral 40% */
    /* rgba(208, 208, 208, 1.0); /* PD Neutral 25% */
    /* rgba(237, 237, 237, 1.0); /* PD Neutral 10% */

    /* rgba(67, 151, 141, 1.0); /* PD Green */
    /* rgba(29, 120, 114, 1.0); /* PD Green dark */
    /* rgba(2, 123, 165, 1.0); /* PD Blue dark */
    /* rgba(224, 207, 179, 1.0); /* PD Sand */

    /* rgba(133, 129, 189, 1.0); /* PD Secondary Purple light */
    /* rgba(180, 190, 225, 1.0); /* PD Secondary Purple bright */
    /* rgba(246, 147, 131, 1.0); /* PD Secondary Apricot */
    /* rgba(250, 184, 155, 1.0); /* PD Secondary Apricot light */

/* Base elements
   ========================================================================== */
html {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;

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

    color: rgba(0, 0, 0, 1.0); /* Black */
}

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

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

    margin-bottom: 75px;

    background-image: url("/images/header.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-color: rgba(29, 120, 114, 1.0); /* PD Green dark */

    display: none; /* iframe setting */
}

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

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

section {
    position: relative;

    width: 960px;
    height: auto;

    margin-top: 50px;
}

section:first-of-type {
    margin-top: 0px;
}

.section_inner {
    margin-top: 25px;
}

.section_button {
    margin-top: 50px;
}

article {
    position: relative; /* required */

    width: 100%;
    height: auto;

    padding: 50px;

    background-color: rgba(237, 237, 237, 0.50); /* PD Neutral 10%  @ 50% */

    -webkit-border-top-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-bottomright: 12px;
    -o-border-radius-topleft: 12px;
    -o-border-radius-bottomright: 12px;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

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

footer {
    width: 100%;
    height: auto;

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

    display: none; /* iframe setting */
}

/* Navigation
   ========================================================================== */
#navigation_bar {
    width: 1170px;
    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(29, 120, 114, 1.0); /* PD Green dark */
	outline: none;
	text-decoration: none;

    font-weight: 500;

	-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(67, 151, 141, 1.0); /* PD Green */
}

aside a, aside a:link, aside a:active, aside a:visited {
    color: rgba(29, 120, 114, 1.0); /* PD Green dark */
}

aside a:hover { 
	color: rgba(67, 151, 141, 1.0); /* PD Green */
}

/* Headlines
   ========================================================================== */
h1 {
    font-family: "Expletus Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 3em; /* 48px */

    word-break: break-word;
    color: rgba(29, 120, 114, 1.0); /* PD Green dark */

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

h2 {
    /* Section / Article */
    font-family: "Expletus Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 2em; /* 32px */

    color: rgba(29, 120, 114, 1.0); /* PD Green dark */

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

h3 {
    /* Article header */
    font-family: "Expletus Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5em; /* 24px */

    color: rgba(29, 120, 114, 1.0); /* PD Green dark */

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

h4 {
    /* Header bold */
    font-family: "Expletus Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.25em; /* 20px */

    color: rgba(29, 120, 114, 1.0); /* PD Green dark */

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

h5 {
    /* Header */
    font-family: "Expletus Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.25em; /* 20px */

    color: rgba(29, 120, 114, 1.0); /* PD Green dark */

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

h6 {
    /* Header slim */
    font-family: "Expletus Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.25em; /* 20px */

    color: rgba(29, 120, 114, 1.0); /* PD Green dark */

    margin: 0;
    padding: 0;
}

/* Form - Select and input
   ========================================================================== */
select, input {
    width: 300px;
    height: 50px;

	outline: none;
	border: 0px;

    padding: 5px 15px 5px 15px;

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

    border-style: solid;
    border-width: 1px;
    border-color: rgba(178, 178, 178, 1.0); /* PD Neutral 40% */

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

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[type="radio"], input[type="checkbox"] {
    width: auto;
    height: auto;

    /* Remove */
    box-shadow: none;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(237, 237, 237, 0.50); /* PD Neutral 10%  @ 50% */
}

input[type="radio"] {
    position: relative;
    top: 0px;
    left: -3px;

    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    -moz-transform: scale(1.2); /* Mozilla, Firefox */
    -ms-transform: scale(1.2); /* IE 9 */
    -o-transform: scale(1.2); /* Opera */
    transform: scale(1.2);
}

/* 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(29, 120, 114, 1.0); /* PD Green dark */
}

input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -2px;
    position: relative;
    background-color: rgba(255, 255, 255, 1.0); /* White */
    content: '';
    display: inline-block;
    visibility: visible;
    border: 0px solid white;

    /* Add */
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(237, 237, 237, 0.50); /* PD Neutral 10%  @ 50% */
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -2px;
    position: relative;
    background-color: rgba(178, 178, 178, 1.0); /* PD Neutral 40% */
    content: '';
    display: inline-block;
    visibility: visible;
    border: 0px solid white;
}

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

::-webkit-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8); /* Black 80% */
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8); /* Black 80% */
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8); /* Black 80% */
}

:-ms-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8); /* Black 80% */
}

:-o-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8); /* Black 80% */
}

textarea {
    resize: vertical;
}

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

    padding: 0px 35px;

	color: rgba(255, 255, 255, 1.0); /* White */
	text-decoration: none;
    font-weight: 300;
    font-size: 16px;
    text-align: right;

	background-color: rgba(29, 120, 114, 1.0); /* PD Green dark */

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

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

button:hover {
	background-color: rgba(67, 151, 141, 1.0); /* PD Green */
	text-decoration: none;
}

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

button:disabled {
    color: rgba(255, 255, 255, 1.0); /* White */
    background-color: rgba(29, 120, 114, 0.5); /* PD Green dark @ 50% */
}

.button_back {
    color: rgba(29, 120, 114, 1.0); /* PD Green dark */
    background-color: rgba(255, 255, 255, 1.0); /* White */

    border-style: solid;
    border-width: 1px;
    border-color: rgba(29, 120, 114, 1.0); /* PD Green dark */

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

.button_back:hover {
    color: rgba(67, 151, 141, 1.0); /* PD Green */
    background-color: rgba(255, 255, 255, 1.0); /* White */

    border-style: solid;
    border-width: 1px;
    border-color: rgba(67, 151, 141, 1.0); /* PD Green */
}

.button_print {
    float: right;
}

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

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

    line-height: 1.5;

    border-style: solid;
    border-width: 1px;
    border-color: rgba(112, 111, 111, 0.25); /* Black 70% */
}

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

    vertical-align: top;

    border-style: solid;
    border-width: 1px;
    border-color: rgba(112, 111, 111, 0.25); /* Black 70% */
}

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

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

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

/* Ultra thin lines */
hr {
    height: 1px;
    border: 0;
    border-top: 1px solid;
    color: rgba(208, 208, 208, 1.0); /* PD Neutral 25% */
    margin: 0px;
}

.hr_dotted {
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: rgba(208, 208, 208, 1.0); /* PD Neutral 25% */
}

.printonly {
    display: none;
}

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