/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Colours

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------
  Primary Colours
--------------------------------*/
/*--------------------------------
  Greys
--------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Fonts

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Global Styles

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------
  General
--------------------------------*/
body {
  margin: 0;
  font-family: Arial, sans-sans-serif; }
  body a {
    text-decoration: none; }

div {
  box-sizing: border-box; }

.visible {
  display: block !important; }

h1, h2 {
  font-weight: 400;
  color: #213b4b; }

/*--------------------------------
NAV
--------------------------------*/
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px; }

.header-logo {
  padding: 20px; }

.header-menu ul li {
  padding: 20px;
  transition: border-bottom 0.2s ease-in-out;
}


.header-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding-left: 0; }
  .header-menu ul li {
    padding: 20px; }
    .header-menu ul li a {
      color: #213b4b; }
    .header-menu ul li:hover {
      font-weight: bold;
      border-bottom: solid 3px #40e0d0; }

/*--------------------------------
BANNER
--------------------------------*/
.page-banner {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
}

.page-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}


/*--------------------------------
CONTAINERS
--------------------------------*/
.page {
  max-width: none;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  }
  .page .page-sidebar {
    width: 320px;
    background: #f5f5f5; }
    .page .page-sidebar_content {
      padding: 20px; }
  .page .page-main {
    width: 700px;
    padding: 40px; }
    .page .page-main img {
      float: right;
      padding: 0 0 20px 20px; }

.sidebar-nav_toggle {
  background: #213b4b;
  padding: 20px; }
  .sidebar-nav_toggle a {
    color: #fff; }

.sidebar-nav_list ul {
  background: #2f4b5c;
  list-style: none;
  margin: 0;
  padding: 0; }
  .sidebar-nav_list ul li {
    border-bottom: solid 1px #f5f5f5;
    padding: 20px;
    margin: 0; }
    .sidebar-nav_list ul li a {
      color: #fff; }


.event-description {
  font-size: 1.125rem;   /* ~18px */
  line-height: 1.65;
}

@media (min-width: 768px) {
  .event-description { font-size: 1.25rem; }  /* ~20px on tablets+ */
}
      

/*--------------------------------
TYPOGRAPHY
--------------------------------*/
/*--------------------------------
IMAGES
--------------------------------*/
/*--------------------------------
FOOTER
--------------------------------*/
.footer {
  text-align: center;
  background: #212b4b;
  color: #fff; }
  .footer .footer-content {
    max-width: 1060px;
    margin: auto;
    padding: 20px;

    color: #fff; }
    .footer .footer-content a {
      color: #fff;
      text-decoration: underline; }

/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Media Queries

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
/*--
------------------------------
MEDIA QUERIES
------------------------------
--*/
@media (max-width: 600px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

  .page .page-main img {
    float: none;
    padding: 0; } }

    You messed around with the font size etc
    line spacing so in mobile mode it looks a bit cleaner
    you would like to change it to maybe two three paragraphs
    in mobile mode but because right now its being via the
    admin interface there is no way to
@media (max-width: 768px) {
  .page-banner {
    height: 200px; }
   .footer {
    background: #07979C;
   }
  .page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .page .page-sidebar {
      width: 100%; }
    .page .page-main {
      width: 100%;
      padding: 20px; }

  .sidebar-nav_toggle {
    background: #07979C; }

  .sidebar-nav_list {
    display: none; }

  .page-sidebar_content {
    display: none; } }


/*@media (max-width: 600px) {
  .header {
    flex-direction: column;
  }
}*/

/* Contact Form Styles */
ul.errorlist {
    margin: 0;
    padding: 0;
}

.errorlist li {
    border: 1px solid red;
    color: red;
    background: rgba(255,0,0,0.15);
    list-style-postion: inside;
    display: block;
    font-size: 1.2em;
    margin: 0 0 3px;
    padding: 4px 5px;
    text-align: center;
    border-radius: 3px;
}

input, textarea {
    width: 100%;
    padding: 5px!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(169,169,169)
 }

input {
     height: 30px;
}

.success {
    background-color: rgba(0, 128, 0, 0.15);
    padding: 10px;
    text-align: center;
    color: green;
    border: 1px solid green;
    border-radius: 3px;
}

.required label:after {
    content:"*";
}


.quotehdr th {
    background-color: #45818e; This was OG 4c4c4c
    color: white;
    text-align: center;
    padding: 8px 5px;
    border: none;
}

.quoterow td {
    padding: 5px 10px;
}

.altrow {
    background-color: #93c47d; #this was OG e0e0e0
}

.quote td:first-child {
    background-color: #4c4c4c;
    color: white;
    text-align: right;
    padding: 8px 5px;
    border: none;
}

.quote td {
    padding: 5px 10px;
}











