/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

body:before {
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  margin: 0 auto;
  max-width: 68em;
  opacity: 0.4;
  position: fixed;
  right: 0;
  width: 100%;
  pointer-events: none;
  z-index: -1; }

#header {
  height: 431px;
  position: relative;
  overflow: hidden;
  *zoom: 1; }
  #header .header-left, #header .header-right {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%;
    padding: 50px 0;
    height: 125px;
    border-bottom: 1px solid #D2D2D2; }
    #header .header-left:last-child, #header .header-right:last-child {
      margin-right: 0; }
  #header .header-left img {
    margin-top: -30px; }
  #header .header-right {
    text-align: right; }
    #header .header-right form input[type=text] {
      margin-left: -230px;
      position: absolute; }
    #header .header-right .submit {
      border: 1px solid #D2D2D2;
      height: 25px;
      margin-top: 0px;
      margin-left: -53px;
      position: absolute; }
    #header .header-right .radio-buttons {
      padding-top: 10px;
      text-align: left;
      float: right;
      width: 230px; }
      #header .header-right .radio-buttons input[type="radio"]:last-child {
        margin-left: 10px; }
  #header .menu {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    display: inline-block;
    height: auto;
    padding: 10px 0; }
    #header .menu:last-child {
      margin-right: 0; }
    #header .menu ul {
      margin-top: 0px;
      height: auto; }
      #header .menu ul li {
        float: left;
        border-right: 1px solid #D2D2D2;
        padding: 5px 20px;
        list-style: none; }
        #header .menu ul li a {
          -moz-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
          #header .menu ul li a:hover {
            color: #A0AB4B; }
        #header .menu ul li a.current {
          color: #A0AB4B; }
        #header .menu ul li:last-child {
          border-right: 0px; }

footer {
  border-top: 1px solid #D2D2D2;
  clear: both;
  padding-top: 10px;
  padding-bottom: 130px; }
  footer .footer-left, footer .footer-right {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%; }
    footer .footer-left:last-child, footer .footer-right:last-child {
      margin-right: 0; }
  footer .footer-left ul li {
    font-weight: lighter;
    list-style: none;
    float: left;
    font-size: 12px;
    border-right: 1px solid #D2D2D2;
    padding: 0px 10px; }
    footer .footer-left ul li:first-child {
      padding-left: 0px; }
    footer .footer-left ul li:last-child {
      border-right: 0px; }
    footer .footer-left ul li a {
      text-decoration: underline; }
  footer .footer-right {
    text-align: right; }

.slideshow {
  margin-top: 0px;
  border-top: 10px solid #A0AB4B; }
  .slideshow img {
    width: 100%;
    height: 450px; }

.content {
  overflow: hidden;
  *zoom: 1;
  margin-top: 40px; }
  .content .float-right {
    float: right; }
    .content .float-right img {
      width: 450px;
      padding: 15px; }
  .content .left-column {
    float: left;
    display: block;
    margin-right: 0%;
    width: 66.66667%;
    padding-right: 35px; }
    .content .left-column:last-child {
      margin-right: 0; }
  .content .right-column {
    float: left;
    display: block;
    margin-right: 0%;
    width: 33.33333%;
    border: 1px solid #D2D2D2;
    background-color: #F8F8F8;
    padding: 5px 20px;
    font-size: 13px; }
    .content .right-column:last-child {
      margin-right: 0; }
    .content .right-column h3 {
      margin-top: -10px;
      margin-left: 20px;
      color: #A0AB4B;
      font-weight: bolder;
      font-size: 20px; }
      .content .right-column h3:before {
        content: url("/images/calendar.png");
        position: relative;
        /*or absolute*/
        z-index: 100000;
        /*a number that's more than the modal box*/
        left: -20px;
        top: 30px; }
    .content .right-column .date {
      margin-top: 35px; }
    .content .right-column ul.events li {
      list-style: none; }
      .content .right-column ul.events li span {
        color: #000000; }
  .content .latest-news, .content .quick-links {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%; }
    .content .latest-news:last-child, .content .quick-links:last-child {
      margin-right: 0; }
  .content .latest-news {
    border: 1px solid #D2D2D2;
    background-color: #F8F8F8;
    padding: 0px 110px;
    position: relative; }
    .content .latest-news h3 {
      margin-top: 0px;
      margin-left: -80px;
      color: #A0AB4B;
      font-weight: bolder;
      font-size: 20px; }
      .content .latest-news h3:before {
        content: url("/images/news.png");
        position: relative;
        /*or absolute*/
        z-index: 100000;
        /*a number that's more than the modal box*/
        left: -15px;
        top: 20px; }
    .content .latest-news .prev, .content .latest-news .next {
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      position: absolute;
      font-size: 45px;
      top: 45%;
      cursor: pointer; }
      .content .latest-news .prev:hover, .content .latest-news .next:hover {
        color: #A0AB4B; }
    .content .latest-news .prev {
      left: 35px; }
      .content .latest-news .prev:hover {
        transform: rotate(-360deg); }
    .content .latest-news .next {
      right: 35px; }
      .content .latest-news .next:hover {
        transform: rotate(360deg); }
    .content .latest-news .left-news {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%;
      padding-right: 15px; }
      .content .latest-news .left-news:last-child {
        margin-right: 0; }
      .content .latest-news .left-news img {
        width: 100%;
        max-height: 300px; }
    .content .latest-news .right-news {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%;
      position: relative;
      padding-left: 15px;
      padding-bottom: 20px; }
      .content .latest-news .right-news:last-child {
        margin-right: 0; }
    .content .latest-news .pager {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%;
      text-align: center;
      padding: 0;
      margin-top: -0px;
      z-index: 99; }
      .content .latest-news .pager:last-child {
        margin-right: 0; }
      .content .latest-news .pager span {
        font-size: 70px;
        cursor: pointer; }
      .content .latest-news .pager .cycle-pager-active {
        color: #A0AB4B; }
  .content .quick-links .item {
    float: left;
    display: block;
    margin-right: 0%;
    width: 12.5%;
    padding: 0px 5px; }
    .content .quick-links .item:last-child {
      margin-right: 0; }
    .content .quick-links .item img {
      width: 100%;
      height: 115px; }

.read-more {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: white;
  background-color: #666666;
  padding: 5px 10px;
  border: 1px solid transparent; }
  .read-more:hover {
    color: #666666;
    background-color: transparent;
    border: 1px solid #666666; }

.page-title {
  background-color: #A0AB4B;
  padding: 10px 30px; }
  .page-title h2 {
    color: #ffffff; }

.breadcrumb {
  padding: 10px 30px;
  background-color: #666666;
  color: #ffffff;
  margin-top: 1px; }

.breadcrumb-event {
  font-weight: bold;
  padding-top: 25px; }

.event-info {
  position: relative; }
  .event-info .left-event {
    float: left;
    display: block;
    margin-right: 0%;
    width: 41.66667%;
    border: 1px solid #D2D2D2;
    padding: 10px; }
    .event-info .left-event:last-child {
      margin-right: 0; }
  .event-info .right-event {
    float: left;
    display: block;
    margin-right: 0%;
    width: 58.33333%;
    border: 1px solid #D2D2D2;
    text-align: center; }
    .event-info .right-event:last-child {
      margin-right: 0; }

.page-content {
  float: left;
  display: block;
  margin-right: 0%;
  width: 91.66667%;
  margin: 20px auto;
  float: none !important; }
  .page-content:last-child {
    margin-right: 0; }
  .page-content .news-item {
    overflow: hidden;
    *zoom: 1;
    padding-bottom: 20px; }
    .page-content .news-item .left {
      float: left;
      display: block;
      margin-right: 0%;
      width: 41.66667%; }
      .page-content .news-item .left:last-child {
        margin-right: 0; }
      .page-content .news-item .left img {
        width: 100%; }
    .page-content .news-item .right {
      float: left;
      display: block;
      margin-right: 0%;
      width: 58.33333%;
      padding-left: 35px;
      padding-bottom: 20px;
      word-break: break-all;
      position: relative; }
      .page-content .news-item .right:last-child {
        margin-right: 0; }
      .page-content .news-item .right p.title {
        font-size: 25px;
        line-height: 22px;
        margin-bottom: 10px; }
  .page-content ul.pagination {
    overflow: hidden;
    *zoom: 1;
    padding-bottom: 20px; }
    .page-content ul.pagination li {
      padding: 2.5px 7.5px;
      list-style: none;
      float: left; }
    .page-content ul.pagination .current {
      background-color: #A0AB4B; }

.event-content {
  margin-top: 0px;
  padding-bottom: 20px; }

/* normalize.css v2.1.2 | MIT License | git.io/normalize */
/* normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  /* Set 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.5em 40px; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  clear: left;
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em; }

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em; }

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em; }

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em; }

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1.5em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

body, html {
  background: #ffffff;
  color: #666666;
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif; 
  min-height: 100%;
  width: 100%;
}

p {
  margin-top: 0px; }

a {
  color: #666666;
  text-decoration: none; }

ul {
  padding: 0;
  margin: 0; }

h2 {
  color: #A0AB4B; }

#container {
  width: 980px;
  max-width: 100%;
  margin: 0 auto; }

/* Landscape phone to portrait tablet */
/* Portrait tablet to landscape and desktop */
/* Large desktop */

/* navigation: main */

#main-nav {
    padding: 6px;
    width: 100%;
    position: relative;
    height: 47px;
}

#main-nav ul {
    padding: 0;
	
}
#main-nav ul,
#main-nav ul ul,
#main-nav ul li {
    border-right: 1.5px solid #DCDDDE;
    margin: 0;
    padding: 0;
    position: relative;
}

#main-nav ul,
#main-nav ul ul,
#main-nav ul li:last-child {
    border-right: 0px; 
    margin: 0;
    padding: 0;
}  

#main-nav ul a,
#main-nav ul li,
#main-nav ul strong {
    display: block;
    float: left;
    font-weight: normal;
}

#main-nav ul li{
    padding-left: 0px;
    padding-right: 0px;
}

#main-nav ul a{
    padding-left: 20px;
    padding-right: 20px;
    display: block;
}


#main-nav ul strong,
#main-nav ul strong a{
  font-weight: bold;
  color: #513014;
}

#main-nav ul .withchildren a {
    background-image: url(../images/withchildren.png);
    background-repeat: no-repeat;
    background-position: 91% 15px;
    padding-right: 25px;
}
#main-nav ul a {
    color: #333;
    padding: 10px 15px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}
}
#main-nav ul a:selected {
    padding: 10px 0;
    color: #333;
    padding: 0 7px 0 7px;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    
    color: #A0AB4B
}
.minimisedsite #main-nav ul a {
    background: none;
    padding: 0 4px;
}
#main-nav ul strong a {
    border: none;
}
#main-nav ul .subnav {
    clear: both;
    display: none;
    position: absolute;
    overflow: hidden;
    top: 30px;
    z-index: 100;
    width: 200px;
    background: #fff;
    padding: 5px;
}

#main-nav ul li.hover .subnav{
  display: block;
}

#main-nav ul .selected .subnav {
    margin-left: 0;
}
#main-nav ul ul {
    float: left;
}
#main-nav ul li.over .subnav {
    display: block
}
#main-nav ul ul li,
#main-nav ul ul li a,
#main-nav ul ul strong {
    float: none;
    
}
#main-nav ul ul li{
  border-bottom: 1px solid #DCDDDE;
}

#main-nav ul ul li:last-child{
  border-bottom: 0;
}


#main-nav .withchildren li a,
#main-nav ul ul a {
    background: none;
    border: none;
    color: #fff;
    line-height: 1.5em;
    padding: 5px 7px;
    font-weight: normal;
    text-align: left;
    color: #333;
    width: 200px;
}

#main-nav ul ul li {
    height: auto;
}
#main-nav ul li li,
#main-nav ul ul ul {
    margin-top: 0;
}
#main-nav ul ul,
#main-nav ul div,
#main-nav ul li {
    height: auto;
}


/* navigation: sub */

#sub-nav {
    border: 1px solid #fff;
    border-width: 1px 0;
    margin: 25px 0 15px 0;
    padding: 0 0 19px 0;
}
#sub-nav li,
#sub-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#sub-nav a {
    background: none repeat scroll 0 0 #B8B39D;
    border-bottom: 1px solid #fff;
    color: #333333;
    display: block;
    padding: 4px 6px 4px 12px;
    text-decoration: none;
}
#sub-nav strong a {
    font-weight: normal
}
#sub-nav li li a {
    background-color: #CFCAB1;
    font-size: 11px;
    padding-left: 20px;
}


#sidebar {
    float: left;
    width: 215px;
}

#divider {
    clear: all;
    position: relative;
    border-bottom: 1.5px solid #DCDDDE;
    margin-top: 20px;
    margin-left: 0px;
    width: 100%;
}



@media only screen and (max-width : 768px) {
  #main-nav{
    height: auto;
    padding: 0;
  }
  #main-nav ul{
    border:0;
  }
  #main-nav ul li,
  #main-nav ul strong,
  #main-nav ul a{
    float: none;
  }
  #main-nav ul .subnav{
    display: block;
    position: static;
    width: auto;
  }
  #main-nav ul ul{
    float: none;
  }
  #main-nav ul .subnav ul{
    background: #eeeeee;
  }
  #main-nav .withchildren li a, 
  #main-nav ul ul a{
    text-align: center;
    width: auto;
  }
  #page-content{
    padding: 0px 15px;
  }
  .half-half .half{
    width: 100%;
    float: none;
  }
}

