/* ==========================================================================

    Project: Brandywine Trust Group
    Author: XHTMLized
    Last updated: Tue Jan 27 2015 19:37:16

    1. Normalize
    2. Common
    3. Wordpress
    4. Orgpeople
    5. Responsivemenu
    6. Responsive

   ========================================================================== */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
    margin-right: 0px;
    width: 560px;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
   Custom Styling
   ========================================================================== */


.container:after,
.header:after,
.content .pull-left:after,
.content .pull-right:after,
.footer:after {
  content: "";
  display: table;
  clear: both;
}

/* Common
   ========================================================================== */


html {
  height: 100%;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  overflow: auto;
  position: relative;
  font-family: 'Raleway', sans-serif;
  background: url(../img/common/background.png) left top repeat-y #132f53;
}

body.admin-bar {
  padding-top: 32px;
}

.bg-body {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/common/bg-body.png) no-repeat;
}

img {
  max-width: 100%;
  height: auto;
}

b,
th,
strong {
  font-weight: 500;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

a {
  transition: all 200ms ease-in-out;
}

/* Acessibility navigation */

.accessibility-nav {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 1000;
}

.accessibility-nav a {
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.accessibility-nav a:active,
.accessibility-nav a:focus {
  left: 9999em;
}

.hide {
  position: absolute !important;
  left: -9999em !important;
}

/* Image Replacement */

.ir {
  display: block;
  position: relative;
  overflow: hidden;
}

.ir span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Container */

.container {
  position: relative;
  width: 972px;
  margin: 0 auto;
  box-sizing: border-box;
    top: 0px;
    left: -14px;
}


/* Header */

.header {
  background: #f5f6f8;
  padding: 20px 0 22px 0;
  box-sizing: border-box;
  transition: all 100ms ease-in-out;
}

.site-name {
  float: left;
  width: 70%;
  max-width: 228px;
  min-height: 58px;
  line-height: 58px;
  padding-bottom: 0;
  padding-right: 15px;
  text-align:right;


}
.site-name a {

  font-size:x-large;
  text-decoration: none;
  color: #1f3661;

}

.site-name img {
  display: inline-block;
  vertical-align: middle;
   
}
.loginDisplay {

 /* width: 15%; */
  max-width: 300px;
  min-height: 58px;
/*  line-height: 58px; */
  padding-bottom: 0;
  padding-left: 0px;
  text-align:right;
  float:right;
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding-left: 50px;
/*    color: White; */
}
.btn-menu {
  display: none;
  padding: 15px 0 0 0;
  float: right;
  height: 53px;
  font-weight: 300;
  font-size: 24px;
  text-decoration: none;
  color: #1f3661;
  text-align: center;
}

.btn-menu span {
  margin: 0 0 2px 27px;
  display: inline-block;
  vertical-align: middle;
  width: 58px;
  height: 33px;
  background: url(../img/common/btn-menu.png) no-repeat;
}

.btn-menu.expanded span {
  width: 44px;
  height: 43px;
  background: url(../img/common/btn-menu-close.png) no-repeat;
}

/* Navigation */

.navigation {
  float: right;
  font-weight: 500;
  padding-top: 20px;
}

.navigation ul {
  margin: 0;
  padding: 0;
}

.navigation li {
  float: left;
  text-align: center;
  font-size: 14px;
  list-style: none;
  margin: 0 0 0 13px;
}

.navigation a {
  color: #58595b;
  text-decoration: none;
}

.navigation a:focus,
.navigation a:hover {
  color: #1f3661;
}

.navigation .current-menu-item {
  color: #1f3661;
}

.responsive-navigation {
  display: none;
}

/* Content */

.content {
  overflow: hidden;
  color: #e0eafc;
  font-weight: 300;
  margin: 60px 0 50px 0;
}

.content ul {
  list-style: none;
  padding: 0;
}

.content ul li {
  background: url(../img/common/bg-li.png) 5px 16px no-repeat;
  padding-left: 38px;
  line-height: 24px;
  margin-bottom: 20px;
}

.content ol {
  padding-left: 26px;
}

.content ol li {
  padding-left: 12px;
}

.content .wp-caption-text {
  color: #1f3661;
}

.content a {
  display: inline;
  text-decoration: none;
  color: #5a80c6;
}

.content a:focus,
.content a:hover {
  color: #fff;
}

.content .pull-left,
.content .pull-right {
  position: relative;
  float: left;
  box-sizing: border-box;
  transition: all 100ms ease-in-out;
}

.content .pull-left {
  text-align: left;
  width: 40.7%;
  padding: 0 50px 0 40p

.content .pull-left h1 {
  font-size: 56px;
  font-weight: 300;
  line-height: 67px;
  margin: 0 0 15px 0;
    width: 918px;
}

}

.content .pull-left .name {
  font-size: 46px;
  line-height: 57px;
}

    .content .pull-left h2 {
        font-size: 19px;
        font-weight: 300;
        line-height: 40px;
        color: #e0eafc;
        margin: 10px;
    }

.content .pull-left p {
  font-size: xx-large;
  line-height: 40px;
}



.content .pull-right {
  position: relative;
  top: -10px;
  width: 59.3%;
  padding: 0 40px 0 80px;
  line-height: 40px;
  font-size: 19px;
  border-left: 1px solid #6e7e9b;
}

.content .pull-right p {
  margin: 0 0 30px 0;
    width: 1161px;
}

.separator {
  text-align: left;
  width: 117px;
  height: 1px;
  border: 0;
  background: #6e7e9b;
  margin: 25px 0 0 0;
}

.type-wp-light-people .separator,
.tax-organization .separator{
  display: none;
}

/* Sidebar */

/* Footer */

.footer {
  clear: both;
  color: #92a1bc;
  font-size: 12px;
  padding: 40px 0;
  border-top: 1px solid #6e7e9b;
  font-size: 14px;
}

.footer p {
  float: left;
  margin: 0 15px 0 0;
    
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer li {
  float: left;
    width: 1px;
}

.footer a {
  color: #92a1bc;
  text-decoration: none;
  padding: 0 15px;
  border-left: 1px solid #6e7e9b;
}

.footer a:focus,
.footer a:hover {
  color: #fff;
}

/* WordPress Default Styling
   ========================================================================== */


.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  padding: 5px 3px 0 3px;
  max-width: 96%;
  /* Image does not overflow the content area */
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
}

.wp-caption.aligncenter {
  margin: 5px auto 20px auto;
}

.wp-caption.alignnone {
  margin: 5px auto 20px auto;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  width: auto;
  height: auto;
  max-width: 98.5%;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

/* Organization And People
   ========================================================================== */


.org-people-page .content .pull-right {
  padding-right: 0;
}

.search-box {
  margin: 30px 0;
  position: relative;
  border: 1px solid #fff;
  padding: 6px 11px;
  box-sizing: border-box;
}

.search-box label {
  display: none;
}

.search-box .search-input {
  width: 83.17%;
  padding: 5px 10px;
  background: none;
  font-size: 19px;
  border: 0;
  color: #fff;
  box-sizing: border-box;
  outline: none;
}

.search-box .btn-search {
  position: absolute;
  width: 16.83%;
  height: 31px;
  right: 0;
  border: 0;
  background: url(../img/common/bg-search.png) center center no-repeat;
  border-left: 1px solid #fff;
  outline: none;
  border-radius: 0;
}

.org-people-list.small-padding a {
  padding: 6px 9px 10px 10px;
}

.org-people-list a {
  display: block;
  color: #fff;
  border-top: 1px solid #6e7e9b;
  padding: 17px 10px 20px 10px;
}

.org-people-list a:focus,
.org-people-list a:hover {
  background: #324365;
  background: rgba(255, 255, 255, 0.1);
}

.org-people-list a span {
  display: block;
}

.org-people-list .title {
  font-weight: 500;
}

.org-people-list .desc,
.org-people-list .designations {
  color: #e0eafc;
}

.org-people-list sub,
sub.designations{
  bottom: 0;
  font-size: 14px;
  color: #e0eafc;
}


.org-people-list .designations {
  display: inline;
}

.org-people-list ul {
  list-style: none;
}

.org-people-list ul li {
  background: none;
  padding: 0;
  margin: 0;
}

.org-people-list ul li:first-child a {
  border-top: 0;
}

.search-title {
  color: #5a80c6;
  font-weight: 500;
  padding-left: 10px;
  margin-bottom: 35px;
}

a.btn-back {
  color: #fff;
  display: block;
  float: left;
  clear: both;
  margin: 20px 0 0 0;
}

.additional-people {
  padding-left: 10px;
}

.additional-people a {
  color: #fff;
}

.additional-people a:focus,
.additional-people a:hover {
  color: #5a80c6;
}

.additional-people strong {
  margin: 0;
  font-weight: 600;
}

.additional-people ul {
  list-style: none;
  margin: -6px 0 0 0;
  padding: 0;
}

.additional-people li {
  background: none;
  padding: 0;
}

.content .additional-people li {
  line-height: 28px;
  background: none;
  padding: 0;
  margin-bottom: 5px;
}

/* Responsive Menu
   ========================================================================== */


.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 340px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 24px;
  background: url(../img/common/bg-responsivemenu.png) left top repeat-y #58595b;
  color: #fff;
}

.sidr .sidr-inner {
  padding: 0 0 15px;
}

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr.right {
  left: auto;
  right: -340px;
}

.sidr.left {
  left: -340px;
  right: auto;
}

.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #fff;
  line-height: 24px;
  background-image: linear-gradient(#4d4d4d, #1a1a1a);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}

.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}

.sidr p a {
  color: rgba(255, 255, 255, 0.9);
}

.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #696a6c;
}

.sidr ul li:first-child {
  border-top: 0;
}

.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active,
.sidr-class-current-menu-item {
  background: #1f3661;
}

.sidr ul li:hover > a,
.sidr ul li:hover > span,
.sidr ul li.active > a,
.sidr ul li.active > span,
.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span,
.sidr-class-current-menu-item {
  background: #1f3661;
}

.sidr ul li a,
.sidr ul li span {
  padding: 30px 20px;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 34px;
}

.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}

.sidr ul li ul li:last-child {
  border-bottom: none;
}

.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active,
.sidr-class-current-menu-item {
  background: #1f3661;
}

.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span,
.sidr ul li ul li.active > a,
.sidr ul li ul li.active > span,
.sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span,
.sidr-class-current-menu-item {
  background: #1f3661;
}

.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
}

.sidr form {
  margin: 0 15px;
}

.sidr label {
  font-size: 13px;
}

.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  box-sizing: border-box;
  margin: 0 0 10px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both;
}

.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}

.sidr input[type=button],
.sidr input[type=submit] {
  color: #333;
  background: #fff;
}

.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9);
}

/* Responsive
   ========================================================================== */


@media only screen and (max-width: 1020px) {
  .container {
    padding: 0 15px;
  }

}

@media only screen and (min-width: 1000px) {
  .content .pull-right {
    min-height: 400px;
  }

}

@media only screen and (max-width: 1000px) {
  .btn-menu {
    display: block;
  }

  .header {
    padding: 12px 0 15px 0;
  }

  .header a {
    border: 0;
  }

  .header a:focus,
  .header a:hover {
    border: 0;
  }

  .container {
    width: auto;
  }

  .content .pull-right {
    padding: 0 25px;
  }

  .content .pull-left {
    padding: 0 25px;
  }

  .content .pull-left h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .navigation {
    display: none;
    float: none;
    clear: both;
    text-align: center;
  }

  .navigation li {
    float: none;
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
  }

  .navigation a {
    display: inline-block;
    padding: 10px 0 9px 0;
  }

}

@media only screen and (max-width: 767px) {
  .content {
    margin: 25px 0;
  }

  .content .pull-left,
  .content .pull-right {
    width: 100%;
    float: none;
    padding: 0;
    border: 0;
  }

  .content .pull-right p {
    margin-bottom: 20px;
  }

  .content .pull-left {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #6e7e9b;
  }

  .separator {
    width: 100%;
  }

  a.btn-back {
    float: none;
    margin: 0;
    padding: 9px 0 0 0;
  }

  .footer {
    padding: 20px 0;
    text-align: center;
  }

  .footer ul {
    display: inline-block;
    float: none;
    margin: 0 auto;
  }

  .footer ul li:first-child a {
    border-left: 0;
    padding-left: 0;
  }

  .footer ul li:last-child a {
    padding-right: 0;
  }

  .footer p {
    float: none;
    margin: 0 0 15px 0;
  }

}

@media only screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 46px;
  }

}

@media only screen and (max-width: 430px) {
    .site-name {
        width: 60%;
    }

    .btn-menu {
        font-size: 14px;
    }

        .btn-menu span {
            width: 40px;
            margin-left: 10px;
        }

    .sidr {
        width: 200px;
    }

        .sidr.right {
            left: auto;
            right: -200px;
        }

        .sidr.left {
            left: -200px;
            right: auto;
        }
}

/* TAB MENU   
----------------------------------------------------------*/

.hideSkiplink
{
    float:left;
    padding-left:0;
    width:75px;
    text-align:center;
}


.hideSkiplink ul
{

    list-style: none;
}


/*# sourceMappingURL=main.css.map */