/* HTML5 display definitions
-------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  border: 0;
  vertical-align: baseline;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* HTML and Body
-------------------------------------------- */
html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}


body#ress-ress,
body {
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: klavika-web, sans-serif;

  font-size: 1em;
  font-weight: 400;
  line-height: 1.6;
  background: #f4f4ef;
  color: #101010;
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  /* Fix Mobile Safari Font Scale */
  -ms-text-size-adjust: 100%;
  /* Fix IE Font Scale */
  font-weight:300;

}

/* Typography
-------------------------------------------- */
/* Typography -> Headings */
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.2em;
  /* font-family: 'myriad-pro-condensed', sans-serif; */
  font-family: klavika-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  color: inherit;
}


h1 {
  margin-top: 0.5em;
  font-size: 2.2em;
  font-weight: 700;

}

h2 {
  font-weight: 700;
  margin-top: 0.5em;
  font-size: 22px;
}

h2.h2-condensed {
  margin-bottom: 0.2em;
  font-family: klavika-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  color: inherit;
}


h3 {
  margin-top: 0.4em;
  font-size: 1.6em;
}

h4 {
  font-weight: 700;
  margin-top: 0.4em;
  font-size: 18px;
  text-transform: uppercase;
}

h5 {
  margin-top: 0.4em;
  font-size: 1.4em;
  text-transform: uppercase;
}

h6 {
  font-size: 1.2em;
  text-transform: uppercase;
}

/* Typography -> Links */
a {
  color: #00acd5;
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
}


a strong {
	color: #00acd5;
}
a:active,
a:hover,
a:focus {
  background-color: transparent;
  text-decoration: none;
  border: 0;
  outline: 0;
}

a:hover,
a:visited:hover {
  color: #00acd5;
}

a:visited {
  color: #00acd5;
}

a:active,
li a.active {
  color: #00acd5;
}

/* Typography -> Abbreviation */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

abbr {
  cursor: help;
}

acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

/* Typography -> Text styling */
b,
strong {
  font-weight: bold;
  color: #222;
}

em,
dfn,
cite {
  font-style: italic;
}

mark,
ins {
  padding: 4px 8px;
  background: #222;
  color: #fff;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

small {
  font-size: 80%;
}

big {
  font-size: 125%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

tt,
var {
  font-family: klavika-web, monospace, monospace;
  font-style: italic;
}

/* Typography -> Paragraph */
p {
  font-family: klavika-web, sans-serif;

  margin: 0 0 1em 0;
}

/* Typography -> Blockquote */
blockquote,
q {
  position: relative;
  margin: 10px 0 20px 0;
  padding: 20px;
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

[dir="rtl"] blockquote {
  margin: 10px 0 20px 0;
  padding: 20px;
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

blockquote:before,
q:before {
  content: "\f10d";
  margin-right: 8px;
  font-family: "FontAwesome";
  font-size: 1.4em;
  color: #1b2124;
}

[dir="rtl"] blockquote:before {
  content: "\f10d";
  margin-right: 0;
  margin-left: 0.2em;
  font-family: "FontAwesome";
  font-size: 1.4em;
  color: #1b2124;
}

blockquote>p:first-child {
  display: inline;
}

blockquote> :last-child {
  margin-bottom: 0;
}

/* Typography -> HTML code tags */
pre {
  overflow: auto;
}

kbd {
  padding: 4px 10px;
  font-family: klavika-web, monospace, monospace;
  font-size: 1em;
  background: #f7f7f7;
}

pre,
samp {
  margin: 6px 0 10px 0;
  padding: 4px 10px;
  font-family: klavika-web, monospace, monospace;
  font-size: 1em;
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

code {
  padding: 2px 10px;
  font-family: klavika-web, monospace, monospace;
  font-size: 1em;
  background: #fff;
}

/* Typography -> Address */
address {
  margin: 0 0 1.75em;
  font-style: italic;
}

/* Typography -> Description Lists */
dl {
  margin: 0 0 1.75em;
}

dt {
  font-weight: 700;
  color: #111;
}

dd {
  margin: 0 0 1.75em;
}

/* Typography -> HTML Elements */
hr {
  clear: both;
  width: 100%;
  height: 1px;
  margin: 8px 0;
  background: #c9c6c2;
  border: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Forms
-------------------------------------------- */

#myForm>.form-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.form-wrapper>div {
  margin: 10px 0;
}

.form-wrapper-bottom {
  display: grid;
  grid-template-columns: 1fr;
  width: 50%;
}
.form-wrapper>div>label {
  display:block;
}

form label {
  font-weight: bold;
  display: inline-block;
}

form p {
  font-size: 18px;
  font-weight: bold;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.6;
  color: inherit;
}

input[type="text"],
select,
textarea {
  padding: 10px;
  width: 90%;
  background: #fff;
  border: 1px solid #ccc7c2;
  border-radius: 4px;
  -webkit-transition: border 0.5s linear;
  -moz-transition: border 0.5s linear;
  transition: border 0.5s linear;
}
#planning-guide-right p.submit input[type="submit"] {
  display: inline-block;
  font-family: klavika-web, sans-serif;
  background: #00ACD5;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 8px 20px;
  border:0;
  border-radius:0 !important;
  text-align: center;
  box-shadow: 0px 0px 10px -5px #000000 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;  -webkit-box-shadow: 0px 0px 10px -5px #000000 !important;

}

input[type="submit"] {
  display: inline-block;
  font-family: klavika-web, sans-serif;
  background: #00ACD5;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 8px 20px;
  border:0;
  border-radius:0 !important;
  text-align: center;
  box-shadow: 0px 0px 10px -5px #000000 !important;
  -webkit-box-shadow: 0px 0px 10px -5px #000000 !important;

}

input[type="checkbox"],
input[type="radio"] {

  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.flext-radios {
  margin-top: 20px;
}

.flext-radios>p {
  margin-bottom: 3px;
}

.flext-radios>div {
  margin-bottom: 20px;
}

.flext-radios>.flext-radios {
  display: block;
}


form label.radio-label {
  display: inline-block;

  font-weight: normal;
  font-size: 18px;
  margin-right: 1rem;

}

input[type="text"]:focus,
textarea:focus {
  border: 1px solid #00ACD5;
  outline: 0;
}






/* Drupal form elements */
.form-item {
  margin-bottom: 1em;
}

.form-required:after {
  content: "\f069";
  display: inline-block;
  padding-left: 4px;
  font-family: "FontAwesome";
  font-size: 0.5em;
  color: #e3831c;
  vertical-align: super;
}

.form-item label {
  display: block;
}

label.option {
  display: inline;
  font-weight: normal;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

*/

/* List
-------------------------------------------- */
ul,
ol {
  margin: 0;
  padding: 0 0 0.25em 1em;
  /* LTR */
}

[dir="rtl"] ul,
[dir="rtl"] ol {
  padding: 0 1em 0.25em 0;
}

ol ol,
ul ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
  /* LTR */
}

[dir="rtl"] ol ol,
[dir="rtl"] ul ul {
  padding: 0 1em 0.25em 0;
}

ul {
  list-style: disc;
  list-style-position: outside;
    margin-left: 2em;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
}

[dir="rtl"] ul,
[dir="rtl"] ol {
  padding: 0 1em 0.25em 0;
}

li {}

.node-content li {}

/* Table
-------------------------------------------- */
table {
  width: 100%;
  margin-bottom: 1.2em;
  border-spacing: 0;
  border-collapse: collapse;
}

th,
tr,
td {
  vertical-align: middle;
}

th {
  /* margin: 0;
  padding: 10px;
  font-family: "myriad-pro-condensed", sans-serif;
  background: #dc5431;
  color: #fff;
  border: 2px solid #dc6d50;
  text-align: left;
  text-shadow: none; */
}

td {
  padding: 5px 10px;
  border: 2px solid #fff;
}

/* Default box sizing
-------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:after,
*::after,
*:before,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Media
-------------------------------------------- */
img,
a img {
  max-width: 100% ;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
  border: 0;
}

figcaption {
  padding: 4px;
  font-size: 0.8em;
  text-align: center;
}
 

.align-left,
img.align-left,
figure.align-left {
  float: left;
  margin: 20px 20px 20px 0;
}

.align-right,
img.align-right,
figure.align-right {
  float: right;
  margin: 20px 0 20px 20px;
}

.align-center,
img.align-center,
figure.align-center {
  display: block;
  clear: both;
  margin: 20px auto;
}

figure.align-center {
  display: table;
}

figure.align-center img {
  display: block;
  clear: both;
  margin: 0 auto;
}

/* Drupal image filed */
.image-field {
  margin: 0 0 1em 0;
}

.feed-icon {
  display: block;
}

details {
  display: block;
}

summary {
  padding: 0.5em;
  background: #e4e4dd;
}

/* Misc
-------------------------------------------- */
::selection {
  background: #e3831c;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #e3831c;
  color: #fff;
  text-shadow: none;
}