/* Global Theme Styles */
html {
  font-family: Arial;
  color: #262d37;
  font-size: 10px; }

body {
  background: #ffffff;
  margin: 0 0 0 0;
  padding: 0;
  position: relative; }
  body.error404 h1 {
    color: #CDCDCD;
    text-align: center;
    font-size: 20rem;
    margin: 50px; }
  body.error404 p {
    text-align: center; }

header, footer {
  background: #ffffff; }

ul, li {
  padding: 0; }

p, li {
  font-size: 1.8rem;
  line-height: 1.4; }

div {
  font-size: 1.8rem; }

a {
  color: inherit;
  text-decoration: none; }

a:hover:not(.button) {
  color: #c54686;
  animation-duration: .5s; }

.button {
  padding: 8px 20px;
  border-radius: 2px;
  background-color: #a52967;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block; }

.button:hover {
  background-color: #c54686; }

nav ul {
  padding: 0; }
  nav ul li {
    padding: 0;
    list-style: none; }

form {
  background-color: #f1f1f1;
  padding: 20px;
  max-width: 500px; }
  form label, form input, form textarea, form input, form button {
    display: block;
    font-family: Arial;
    font-size: 1.8rem;
    outline: none; }
  form input[type="text"], form input[type="email"], form input[type="tel"] {
    width: 100%;
    margin: 0 0 15px 0;
    background: none;
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #00000000;
    border-left: none;
    padding: 3px 0; }
  form input:focus {
    border-bottom: 2px solid orangered; }
  form input[type="radio"] {
    float: left;
    margin: 4px 10px 4px 4px; }
  form select {
    display: block;
    margin: 0 0 15px 0;
    font-family: 'Urbanist';
    font-size: 18px;
    background: none;
    outline: none;
    border: none;
    padding: 3px 0;
    box-sizing: border-box;
    width: 100%; }
    form select div {
      margin: 0 !important;
      padding: 0 !important; }
  form textarea {
    width: 100%;
    resize: vertical;
    margin: 0 0 15px 0;
    padding: 3px 0;
    background: none;
    box-sizing: border-box;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #00000025;
    border-left: 0;
    overflow: hidden;
    height: 75px; }
    form textarea:focus {
      border-color: orangered; }
  form input[type="submit"], form button[type="submit"] {
    margin: 0 0 15px 0;
    outline: none;
    padding: 8px 20px;
    border-radius: 2px;
    background-color: #a52967;
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    border: none; }
    form input[type="submit"]:hover, form button[type="submit"]:hover {
      background-color: #c54686;
      cursor: pointer; }

@media (max-width: 767px) {
  h1 {
    font-size: 4rem;
    line-height: 1.1; }

  h2 {
    font-size: 3rem;
    line-height: 1.1; }

  h3 {
    font-size: 2.5rem;
    line-height: 1.2; }

  h4 {
    font-size: 1.8rem;
    line-height: 1.2; }

  h5 {
    font-size: 1.8rem;
    line-height: 1.3; }

  h6 {
    font-size: 1.8rem;
    line-height: 1.3; }

  .desktop {
    display: none; }

  #page-content div.container, footer div.container {
    padding: 30px 30px; }

  .widget div.container {
    padding: 10px 30px; } }
@media (min-width: 768px) {
  h1 {
    font-size: 5rem;
    line-height: 1.1; }

  h2 {
    font-size: 4rem;
    line-height: 1.1; }

  h3 {
    font-size: 3rem;
    line-height: 1.2; }

  h4 {
    font-size: 2.5rem;
    line-height: 1.2; }

  h5 {
    font-size: 2rem;
    line-height: 1.3; }

  h6 {
    font-size: 1.8rem;
    line-height: 1.3; }

  .mobile {
    display: none; }

  #page-content div.container, footer div.container {
    padding: 50px 50px;
    max-width: 1000px;
    margin: 0 auto; }

  .widget div.container {
    padding: 10px 50px;
    max-width: 1000px;
    margin: 0 auto; } }
/* Navigation Styles */
footer {
  background-color: #2A4356;
  color: #ffffff; }

@media (max-width: 767px) {
  header {
    position: relative;
    min-height: 30px;
    text-align: center; }
    header .logo {
      max-width: 60%;
      margin: auto;
      line-height: 0; }
      header .logo img {
        display: inline-block;
        margin: auto;
        height: 30px;
        width: auto;
        padding: 10px; }
    header .hamburger {
      cursor: pointer;
      position: absolute;
      right: 15px;
      top: 15px;
      z-index: 9;
      width: 30px;
      height: 30px; }
      header .hamburger svg .cls-1 {
        fill: #999; }
    header nav.mobile {
      background-color: #ffffff;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 85%;
      display: none;
      width: 85%;
      height: 100%;
      margin-left: -85%;
      box-shadow: 0 0 10px #00000025; }
      header nav.mobile ul {
        padding: 0;
        margin: 0; }
        header nav.mobile ul li {
          padding: 20px 20px; }

  footer {
    text-align: center; }
    footer nav ul li {
      padding: 20px 20px; }
    footer nav div.logo {
      max-width: 100px;
      margin: 50px auto; }
      footer nav div.logo img {
        max-width: 100%;
        height: auto; } }
@media (min-width: 768px) {
  header {
    clear: both;
    overflow: auto;
    padding: 0;
    height: 50px; }
    header div.logo {
      float: left;
      margin-right: 30px;
      padding: 10px;
      height: calc( 50px - ( 10px * 2 ) ); }
      header div.logo img {
        max-height: 100%;
        width: auto; }

  nav.desktop .left {
    float: left; }
  nav.desktop .right {
    float: right; }
  nav.desktop ul.menu {
    clear: both;
    margin: 0; }
    nav.desktop ul.menu li {
      font-size: 1.6rem;
      line-height: 50px;
      vertical-align: middle; }
    nav.desktop ul.menu li.menu-item {
      float: left;
      margin-right: 30px; }

  footer nav {
    display: flex; }
    footer nav .col {
      flex: auto; }
      footer nav .col .menu-main-nav-container, footer nav .col .menu-footer-nav-2-container {
        padding: 0 20px 0 0; }
        footer nav .col .menu-main-nav-container ul, footer nav .col .menu-footer-nav-2-container ul {
          margin: 0; }
    footer nav div.logo {
      max-width: 150px;
      float: right; }
      footer nav div.logo img {
        max-width: 100%;
        height: auto; } }
/* Theme Widget Styles */
.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6, .widget p, .widget li {
  margin: 0; }

section#top-notification {
  background-color: #444;
  color: #fff;
  text-align: center; }

section#hero {
  position: relative;
  overflow: hidden;
  padding: 100px 0; }
  section#hero img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0; }
  section#hero div.hero-shade {
    background: #00000050;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0; }
  section#hero .content {
    position: relative;
    color: #ffffff; }
    section#hero .content p {
      font-size: 2rem; }

section.after-hero {
  background-color: #f0f0f0; }

section.before-body {
  background-color: #D6E8F1; }

@media (min-width: 768px) {
  section#hero .content {
    max-width: 600px;
    margin-left: 0; }
    section#hero .content h1 {
      margin-bottom: 10px; }
    section#hero .content p {
      margin-bottom: 10px; } }
/**/
