@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
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,
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;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* RESET END */
input,
textarea {
  box-sizing: border-box;
  width: 100%; }

p {
  margin-bottom: 1rem; }
  p:last-child {
    margin-bottom: 0; }

ul {
  margin-bottom: .5rem; }

li {
  margin-bottom: .25rem; }
  li:last-child {
    margin-bottom: 0; }

a {
  text-decoration: none; }

h1 {
  font-size: 180%; }

h2 {
  font-size: 130%; }

h3 {
  font-size: 115%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: .375rem;
  color: #63302e;
  font-family: 'Lato', sans-serif; }

input {
  margin-bottom: .25rem; }

strong, b {
  font-weight: bold; }

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background: #f3ecdb;
  font-family: 'Open Sans', sans-serif;
  font-size: .95em;
  line-height: 1.25rem;
  color: #333;
  min-height: 100vh; }

footer {
  padding: .5rem;
  background: #ded2b3;
  font-size: 80%;
  color: #886e2d; }

header {
  background-image: url("../images/header.jpg");
  background-position: center 25%;
  background-size: cover;
  min-height: 38rem;
  box-shadow: inset 0px -20px 40px 0px rgba(0, 0, 0, 0.4); }

main {
  flex: 7;
  display: inline-flex;
  flex-direction: row; }
  main #leftSideBar,
  main #rightSideBar {
    flex: 2; }
    main #leftSideBar img,
    main #rightSideBar img {
      max-width: 100%; }
  main #content {
    flex: 8;
    padding: 1.5rem 2.5rem 2.5rem;
    line-height: 1.75rem; }

#leftSideBar,
#rightSideBar {
  background: #ede2c8; }

#leftSideBar {
  padding: 1.5rem; }

#rightSideBar {
  padding: .5rem; }
  #rightSideBar img {
    display: block;
    margin-bottom: .25rem; }
    #rightSideBar img:last-child {
      margin-bottom: 0; }

#downloads {
  margin-bottom: 2.5rem; }

/* phones */
h1 {
  margin-bottom: 1rem; }

h3 {
  margin-top: 1.5rem; }
  h3:first-child {
    margin-top: 0; }

a,
a:visited {
  color: #0075af;
  font-weight: 600;
  font-size: .9rem; }
  a:hover,
  a:visited:hover {
    color: brown; }

ul {
  margin-left: .75rem; }

#contact input[type="submit"] {
  background: #be5344;
  border: none;
  color: white;
  padding: .5rem 1rem;
  cursor: pointer;
  font-weight: bold; }

#contact input,
#contact textarea {
  border: 1px solid #d3ba7b;
  padding: .25rem;
  font-family: inherit;
  font-size: inherit;
  outline: none; }

#candidates .candidate img {
  width: 100%;
  display: block; }

#candidates .candidate .img {
  float: left;
  width: 150px;
  margin-right: 20px;
  border: 1px solid #8d5046; }
  #candidates .candidate .img.no-photo {
    height: 150px;
    background-color: #ede2c8;
    display: table; }
    #candidates .candidate .img.no-photo span {
      vertical-align: middle;
      display: table-cell;
      font-size: 85%;
      font-weight: bold;
      color: #a1402f;
      text-align: center; }

#candidates .candidate {
  clear: left;
  border-bottom: 1px solid #dccca3;
  margin-bottom: 12px;
  padding-bottom: 12px;
  width: 100%;
  display: inline-block; }

#candidates .candidate:last-child {
  border-bottom: none; }

#candidates .description {
  margin-left: 10px; }

#candidates .name {
  font-weight: bold;
  font-size: 120%; }

#candidates .title {
  font-weight: bold;
  font-size: 90%;
  color: #a1402f; }

#notifications {
  display: inline-flex; }
  #notifications .notice {
    background: white;
    padding: 2rem;
    font-family: 'Lato', sans-serif;
    border: 1px solid #e6d8b5;
    margin-bottom: 2rem; }
    #notifications .notice p {
      margin-bottom: .5rem; }
    #notifications .notice .title {
      font-size: 150%;
      text-align: center;
      font-weight: bold;
      margin-bottom: 1rem; }
    #notifications .notice ol {
      list-style: decimal; }
      #notifications .notice ol li {
        margin-left: 2.5rem; }
    #notifications .notice a,
    #notifications .notice a:visited {
      font-size: 1rem; }
    #notifications .notice a:hover {
      text-decoration: underline; }

[data-expander] {
  position: relative;
  cursor: pointer;
  user-select: none; }
  [data-expander]:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #949494;
    position: absolute;
    left: -12px;
    top: 6px; }
  [data-expander].expanded:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: -13px;
    top: 8px;
    border-width: 6px 5px 0 5px;
    border-color: #6f6f6f transparent transparent; }
  [data-expander] ul {
    display: none; }
  [data-expander].expanded ul {
    display: block; }

@media only screen and (max-width: 767px) {
  body,
  main {
    display: block; }
  header {
    min-height: 12rem; }
  main #leftSideBar img,
  main #rightSideBar img {
    width: 100%; }
  main #content {
    padding: 0.5rem 1rem 1.25rem; }
  #candidates .candidate .img {
    float: none;
    width: inherit; }
  #notifications {
    display: initial; }
    #notifications .notice {
      padding: 1rem; }
      #notifications .notice:last-child {
        margin-bottom: 0; }
  #leftSideBar {
    padding: 1rem; } }


#notification.alert h2{
    background: darkred;
    color: white;
}

#notification.alert video{
    max-width: 100%;
}