/*
Theme Name: paa
Description: custom theme
Author: paa framework
Version: 1.0
*/

/* General reset and some basic styles */
html {min-height: 100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ol, ul {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,  q:before, q:after {content:''; content:none;}
del {text-decoration: line-through;}
svg:not(:root) {overflow: hidden;}
abbr[title], dfn[title] {border-bottom: 1px dotted; cursor: help;}
table {width: 100%; border-collapse: collapse; border-spacing: 0;}
input, select {vertical-align: middle;}
input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
button, input, select, textarea {margin: 0; font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;}
textarea {resize: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box; padding: 0; *height: 13px; *width: 13px;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
img {display: block;}
td img {vertical-align: top;}
address {display: inline;}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 14px;}
pre {white-space: pre; white-space: pre-wrap; word-wrap: break-word;}
a:hover, a:active {outline: none;}
body a, a:hover {text-decoration: none;}
body a:active {color: #999;}
body a:visited {text-decoration: none;}
a:link {-webkit-tap-highlight-color: transparent;}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/* some standard specific wp styles */
.alignleft { float: left; margin: 0 15px 0 0;}
.alignright { float: right; margin: 0 0 0 15px; }
.aligncenter { display: block; margin: 15px auto;}

@font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon.eot');
    src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('fonts/icomoon.woff') format('woff'),
        url('fonts/icomoon.ttf') format('truetype'),
        url('fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

body {
    /* font: 13px/1.5 "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;  */
    font: 14px/1.6 'Open Sans', Helvetica, Arial, sans-serif;
    background: #fff;
    color: #333;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.container {width: 950px; margin-left: auto; margin-right: auto;}
.home h3, .home .h3 {
    text-align: center;
    font-size: 33px;
    font-family: "Droid Serif", Georgia, serif;
    margin-bottom: 35px;
    color: #006633;
    font-weight: 400;
}

header {width: 100%;}
header .logo {
    display: block;
    width: 175px;
    height: 142px;
    margin: 42px auto;
    background: url(images/main-logo-new.jpg) no-repeat scroll;
    font: 0/0 a;
    color: transparent;
}
header .top-notification {
    background-color: #00331a;
    padding: 10px 0;
    width: 100%;
}
header .left {float: left; width: 40%; min-height: 1px;}
header .left p {color: #fff; font-size: 15px; display: inline-block; padding-right: 10px; line-height: 32px;}
header .left a {display: inline-block; font-size: 15px; color: #81a32b; font-weight: 900; line-height: 32px;}
header .left a:hover {color: #ffcc33;}
header .right {float: left; width: 60%;}
  header .right .search-form {float: right; position: relative; margin: 0 0 0 8px;}
  header .right .search-form input[type=text] {
    display: block;
    width: 132px;
    border: 0;
    border-radius: 4px;
    background-color: #81a32b;
    height: 32px;
    line-height: 32px;
    padding: 0 24px 0 8px;
    color: #fff;
    outline: none;
    font-size: 14px;
    font-weight: 700;
    font-family: "Droid Serif", Georgia, serif;
  }
  header .right .search-form input[type=submit] {
    display: block;
    border: 0;
    outline: none;
    width: 18px;
    height: 19px;
    font: 0/0 a;
    color: transparent;
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 5px;
    background: transparent url(images/search-icon.png) no-repeat scroll;
  }
header .right p {float: right; padding-top: 3px;}
header .right p a {
    display: block;
    height: 26px;
    background: url(images/top-social-icons.jpg) no-repeat scroll;
    font: 0/0 a;
    color: transparent;
    float: left;
    margin: 0 8px 0 0;
}
header .right p a:hover {background-image: url(images/top-social-icons-hover.png);}
header .right p a:nth-child(1) {
    width: 9px;
    background-position: 0 0;
}
header .right p a:nth-child(2) {
    width: 14px;
    background-position: -35px 0;
}
header .right p a:nth-child(3) {
    width: 21px;
    background-position: -68px 0;
}
header .right p a:nth-child(4) {
    width: 18px;
    background-position: -148px 0;
}
header .right p a:nth-child(5) {
    width: 18px;
    background-position: -115px 0;
}

header .right a.mg {
  display: block;
  float: right;
  width: 96px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  background-color: #81a32b;
  font-family: "Droid Serif", Georgia, serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
header .right a.ue-btn {
  display: inline-block;
  float: right;
  vertical-align: top;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  background-color: #81a32b;
  font-family: "Droid Serif", Georgia, serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-left: 5px;
  padding: 0 4px;
}
header .right a.mg:hover, header .right a.ue-btn:hover {background-color: #ffcc33;}
header .right a.login {
  display: block;
  float: right;
  width: 56px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  background-color: #81a32b;
  font-family: "Droid Serif", Georgia, serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-left: 5px;
}
header .right a.login:hover {background-color: #ffcc33;}
header .mobile-extra-heading {position: relative;}
  header .gmu-logo {
    display: block;
    font: 0/0 a;
    color: transparent;
    width: 124px;
    height: 82px;
    background: url(images/gmu-logo-left.png) no-repeat scroll;
    position: absolute;
    left: 24px;
    top: 24px;
  }
.mobile-menu {display: none;}

.main-nav {position: relative;}
.main-nav li div {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  border-top: 20px solid #81a32b;
  padding: 20px;
  visibility: hidden;
}
  .main-nav li div li div {
    position: static;
    top: auto;
    border-top: 0;
    padding: 0;
    visibility: visible;
  }

  .main-nav li:nth-of-type(2) div {visibility: visible;}
.main-nav li:hover > div {visibility: visible;}
.main-nav li {float: left; margin: 0 15px; padding: 0 0 20px 0;}
.main-nav li li {
  float: left;
  margin: 0 0 10px 0;
  padding: 0 5px;
  width: 33.3333%;
}
.main-nav li li li, .main-nav li li li li {float: none; margin: 0; padding: 0; width: 100%;}
.main-nav li a {
    text-transform: uppercase;
    color: #808080;
    font-weight: 700;
    border-top: 4px solid transparent;
    padding-top: 5px;
    display: block;
}
.main-nav li li a {text-transform: none; font-weight: 700; padding: 5px;}
.main-nav li li li a, .main-nav li li li li a {padding: 0 5px; font-weight: 400;}
/* .main-nav li li:first-child a {font-weight: 700;} */
.main-nav li li a:hover, .main-nav li li.current_page_item a {background-color: transparent; color: #00331a;}
.main-nav li a:hover {border-top-color: #81a32b;}
.main-nav li li a {border-top: 0;}
.main-nav ul.main-nav-ul {
  display: table;
  margin: 0 auto;
  position: relative;
}
/* .main-nav ul ul {display: block; padding: 0 10px 20px 10px; float: none; width: auto;} */
.main-nav li ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
}
.main-nav li ul ul, .main-nav li ul ul ul {
  position: static;
  left: auto;
  top: auto;
  background-color: #fff;
  width: auto;
  padding: 0 0 0 20px;
}
.main-nav li ul.sub-menu.big-parent {
  border-top: 20px solid #81a32b;
  padding: 20px 10px;
  visibility: hidden;
}
.main-nav li:hover > ul, .main-nav li:hover > ul ul, .main-nav li:hover > ul ul ul {visibility: visible !important;}
/* .main-nav li:nth-child(2) > ul, .main-nav li:nth-child(2) > ul ul, .main-nav li:nth-child(2) > ul ul ul {visibility: visible !important;} */


#slider {
    width: 100%;
    height: 570px;
    border-top: 8px solid rgba(0,0,0,0.20);
    position: relative;
    overflow: hidden;
}
#slider .slide {
    width: 100%;
    height: 570px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
#slider .container {height: 100%;}
#slider .slide-info {
    width: 430px;
    padding: 50px 25px 0 25px;
    position: relative;
    background-color: rgba(0,102,51,0.7);
    height: 100%;
}
#slider .slide-info h3 {
    font-size: 42px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: left;
    line-height: 1.3em;
}
#slider .slide-info p {margin-bottom: 45px; line-height: 1.4em; font-size: 30px; color: #fff; font-family: "Droid Serif", Georgia, serif;}
#slider .slide-info .action-btn {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 6px;
    background-color: #81a32b;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    font-family: "Droid Serif", Georgia, serif;
}
#slider .slide-info .action-btn:hover {background-color: #ffcc33;}
#slider p.slide-nav {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 960px;
    margin-left: -480px;
    z-index: 800;
    padding-left: 30px;
}
#slider p.slide-nav a {
    display: inline-block;
    font: 0/0 a;
    color: transparent;
    margin: 0 5px;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 10px;
    height: 10px;
}
#slider p.slide-nav a:hover {background-color: #fff;}

.our-mission {background-color: #f2f2f2; padding: 70px 0;}
.our-mission article, .calendar article {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    font-size: 15px;
}
.calendar {padding: 70px 0 90px 0;}
.green {background-color: #006633; padding: 40px 0;}
.green h3 {max-width: 900px; color: #fff; margin: 0 auto 20px auto; line-height: 1.3em;}
.green a {
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 62px;
    line-height: 62px;
    border-radius: 4px;
    background-color: #81a32b;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    font-family: "Droid Serif", Georgia, serif;
    text-align: center;
}
.green a:hover {background-color: #ffcc33;}
.green-px {
    width: 100%;
    height: 590px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center 40%;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
  .no-touch .green-px, .no-touch .piano-violin {background-attachment: fixed;}
.classes {display: table; margin: 0 auto; padding: 55px 0 70px 0;}
.classes li {display: table-cell; padding: 0 20px;}
.classes li a {
    display: block;
    width: 82px;
    padding: 130px 0 0 0;
    color: #4d4d4d;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    background-position: center 30px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.classes li a:hover {background-position: center 15px; color: #81a32b;}
/* .classes li:nth-child(1) a {background-image: url(images/art-icon.jpg);}
.classes li:nth-child(2) a {background-image: url(images/music-icon.jpg);}
.classes li:nth-child(3) a {background-image: url(images/acting-icon.jpg);}
.classes li:nth-child(4) a {background-image: url(images/private-lessons-icon.jpg);}
.classes li:nth-child(5) a {background-image: url(images/game-tech-icon.jpg);}
.classes li:nth-child(6) a {background-image: url(images/summer-programms-icon.jpg);}
.classes li:nth-child(7) a {background-image: url(images/teacher-training-icon.jpg);}
.classes li:nth-child(8) a {background-image: url(images/film-video-icon.jpg);}
.classes li:nth-child(9) a {background-image: url(images/dance-icon.jpg);} */
.piano-violin {
  width: 100%;
  height: 600px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.who-we-are {padding: 75px 0 185px 0;}
.who-we-are p {font-size: 15px;}
.who-we-are .video {width: 430px; float: left; margin-right: 60px; min-height: 1px;}
.who-we-are .info {width: 460px; float: left;}
.newsletter {background-color: #006633; padding: 40px 0 55px 0;}
.newsletter p {
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-family: "Droid Serif", Georgia, serif;
}
.newsletter .ue-btn {
  display: block;
  width: 194px;
  padding: 8px 0;
  text-align: center;
  border-radius: 3px;
  margin: 48px auto 0 auto;
  background-color: #ffcc33;
  color: #006633;
  font-size: 16px;
  font-weight: 700;
}
  .newsletter .ue-btn:hover {background-color: #81a32b; color: #fff;}
.newsletter .form-wrapper {display: table; margin: 0 auto; padding: 30px 0 0 0;}
.newsletter input[type=email], .newsletter input[type=submit], .newsletter .emailAdr {
    display: block;
    height: 62px;
    line-height: 62px;
    float: left;
    font-family: "Droid Serif", Georgia, serif;
    font-size: 17px;
    border: 0;
    outline: none;
}
.newsletter input[type=email], .newsletter .emailAdr {
    width: 350px;
    background-color: #fff;
    padding: 0 20px;
    color: #999;
}
.newsletter input[type=submit] {
    background-color: #81a32b;
    width: 100px;
    text-align: center;
    color: #fff;
}
.newsletter input[type=submit]:focus, .newsletter input[type=submit]:hover {background-color: #ffcc33;}

.page-heading {
    width: 100%;
    height: 132px;
    background: url(images/page-heading-bg-simple.jpg) repeat-x center top scroll;
    margin: 0 0 80px 0;
    padding-top: 24px;
}
  .page-heading.nom {margin: 0 0 16px 0;}
.page-heading h1 {
    font-size: 32px;
    color: #fff;
    position: relative;
    font-weight: 400;
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    padding: 8px 0;
}

.newsletter-wrap {
    width: 950px;
    margin: 0 auto;
    padding: 0 0 50px 0;
}
.newsletter-wrap h1 {
  font-size: 18px;
  margin: 0 0 30px 0;
  font-weight: 400;
}
.newsletter-wrap h1 strong {font-weight: 700;}
.newsletter-wrap .row {margin-bottom: 30px;}
.newsletter-wrap .left {width: 50%; float: left; padding-right: 15px;}
.newsletter-wrap .right {width: 50%; float: left; padding-left: 15px;}
.newsletter-wrap input[type=text], .newsletter-wrap input[type=email] {
    display: block;
    width: 100%;
    border: 1px solid #ffcc33;
    padding: 20px 15px;
    background-color: #f1f1f1;
    outline: none;
}
.newsletter-wrap input[type=text]:focus, .newsletter-wrap input[type=email]:focus {
    border-color: #006633;
}
.newsletter-wrap input[type=checkbox] {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}
.newsletter-wrap .checks .wpcf7-list-item-label {padding-right: 10px;}
.newsletter-wrap input[type=submit] {
    display: block;
    font-family: "Droid Serif", Georgia, serif;
    font-size: 17px;
    border: 0;
    outline: none;
    background-color: #81a32b;
    width: 180px;
    text-align: center;
    color: #fff;
    padding: 20px 0;
}
.newsletter-wrap .checkbox-item {float: left; margin-right: 15px;}
.newsletter-wrap .checkbox-wrapper {margin-bottom: 30px;}

.testimonials-wrapper {padding: 48px 0 54px 0;}
  .testimonials-wrapper .tw-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -16px;
  }
  .testimonials-wrapper .twc-entry {
    width: 33.3333%;
    padding: 0 16px 32px 16px;
  }
  .testimonials-wrapper h4 {
    padding: 16px 0 0 0;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
  }

.page-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 140px 0;
}
  .page-wrap.default-events-view h2.tribe-events-page-title {display: none;}
  .page-wrap.default-events-view a {color: #81a32b; font-weight: 600;}
    .page-wrap.default-events-view a:hover {text-decoration: underline !important;}

  .page-wrap.default-events-view .tribe-events-loop {max-width: 100%; width: 100%;}

  .page-wrap.default-events-view .hfeed.vcalendar {float: none;}

.acting-red-block {
  margin: 0 0 32px 0;
  height: 68px;
  background-color: #E62A1F;
}
  .acting-red-block .inner {max-width: 1000px; margin: 0 auto; position: relative;}
  .acting-red-block img {
    max-height: 100px;
    position: absolute;
    left: 0;
    top: -16px;
  }

.page-content h2 {
    font-size: 33px;
    font-weight: 400;
    color: #006633;
    margin-bottom: 10px;
    font-family: "Droid Serif", Georgia, serif;
}
.page-content h3, .faculty-listing-wrap h3 {
    font-size: 24px;
    font-weight: 400;
    color: #006633;
    margin-bottom: 10px;
    font-family: "Droid Serif", Georgia, serif;
}
.page-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Droid Serif", Georgia, serif;
}
.faculty-listing-wrap h4 {
  font-size: 18px;
  font-weight: 400;
  font-family: "Droid Serif", Georgia, serif;
  margin-bottom: 20px;
}
.faculty-listing-wrap h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Droid Serif", Georgia, serif;
    text-transform: uppercase;
}
.page-content p, .faculty-listing-wrap p {font-size: 15px; margin-bottom: 15px; color: #333;}
.page-content a {color: #81a32b; font-weight: 600;}
.faculty-listing-wrap a {color: #81a32b;}
.page-content a:hover, .faculty-listing-wrap a:hover {color: #81a32b; text-decoration: underline;}
.page-content blockquote {background-color: #006633; padding: 15px; margin-bottom: 20px;}
.page-content blockquote p {margin-bottom: 0; color: #fff; font-style: italic;}
.page-content ul {background-color: #f2f2f2; margin-bottom: 20px; padding: 15px;}
.page-content ol {background-color: #f2f2f2; margin-bottom: 20px; padding: 15px; counter-reset: li-counter;}
.page-content ul > li {
    position: relative;
    font-size: 15px;
    color: #333;
    padding-left: 15px;
}
.page-content ol > li {
    position: relative;
    font-size: 15px;
    color: #333;
    padding-left: 15px;
}
.page-content ul > li:before {
    position: absolute;
    top: -3px;
    left: -5px;
    font-size: 18px;
    text-align: right;
    color: #006633;
    font-weight: 700;
    content: '\2022';
}
.page-content ol > li:before {
    position: absolute;
    top: -3px;
    left: -5px;
    font-size: 19px;
    text-align: right;
    color: #006633;
    font-weight: 400;
    content: counter(li-counter);
    counter-increment: li-counter;
    font-style: italic;
}
.page-content .featured-image-custom {max-width: 100% !important; height: auto !important;}

.faculty-listing-wrap {padding: 30px 0 0 0;}
  .faculty-listing-wrap .flw-left {
    float: left;
    width: 180px;
  }
  .faculty-listing-wrap .flw-right {
    float: left;
    width: -webkit-calc(100% - 180px);
    width: -moz-calc(100% - 180px);
    width: calc(100% - 180px);
    padding-left: 10px;
  }
  .faculty-listing-wrap .flw-right .flw-right-entry {
    width: 50%;
    float: left;
    padding: 0 10px;
    margin: 0 0 20px 0;
    min-height: 130px;
  }
    .faculty-listing-wrap .flw-right .flw-right-entry .fre-thumb {
      width: 100px;
      float: left;
    }
    .faculty-listing-wrap .flw-right .flw-right-entry .fre-content {
      float: left;
      width: -webkit-calc(100% - 100px);
      width: -moz-calc(100% - 100px);
      width: calc(100% - 100px);
      padding-left: 10px;
    }
.page-content.single-faculty iframe {
  display: block;
  width: 100%;
  height: 480px;
  margin: 0 0 30px 0;
}

.page-content .sif-left {
  width: 180px;
  float: left;
}
  .page-content .sif-left img, .faculty-listing-wrap .flw-right .flw-right-entry .fre-thumb img {
    max-width: 100%;
    height: auto !important;
    margin: 0 0 20px 0;
  }
.page-content .sif-right {
  float: left;
  width: -webkit-calc(100% - 180px);
  width: -moz-calc(100% - 180px);
  width: calc(100% - 180px);
  padding-left: 20px;
}

.page-content .margin-bottom-30 {margin-bottom: 30px;}
.page-content p.meta {padding-top: 10px; font-style: italic; color: #333;}

.page-content .bl-entry {margin-bottom: 55px;}
.page-content .bl-left {float: left; width: 200px; margin-right: 20px;}
.page-content .bl-right {float: left; width: 495px;}
.page-content .bl-right h2 {margin-bottom: 0;}
.page-content .bl-right p.meta {padding-top: 0;}

.page-wrap.wsidebar .page-content {float: left; width: 715px; margin-right: 35px; min-height: 10px;}
.page-wrap.wsidebar aside {float: left; width: 250px;}
.page-wrap.wsidebar aside h2 {
    color: #006633;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 80%;
    border-bottom: 2px solid #006633;
    margin-bottom: 15px;
}
.page-wrap.wsidebar aside ul {margin-bottom: 30px;}
.page-wrap.wsidebar aside li a {
  display: block;
  padding: 5px 0;
  color: #666;
}
/* .page-wrap.wsidebar aside li a {
  display: block;
  background-color: #81a32b;
  padding: 10px;
  color: #fff;
  margin: 0 0 10px 0;
} */
.page-wrap.wsidebar aside .tagcloud a {
    display: inline-block;
    padding: 5px;
    background-color: #81a32b;
    color: #fff;
    margin: 0 3px 6px 3px;
    font-size: 15px !important;
}
.page-wrap.wsidebar aside .tagcloud a:hover {background-color: #ffcc33;}
.page-wrap.wsidebar aside .recent-posts li {
    margin-bottom: 10px;
}
.page-wrap.wsidebar aside .recent-posts li a {display: block; border: 2px solid transparent; background: transparent; margin: 0; padding: 0;}
.page-wrap.wsidebar aside .recent-posts li a:hover {border-color: #ffcc33;}
.page-wrap.wsidebar aside .recent-posts li img {
    float: left;
    padding: 2px;
    border: 1px solid #e2e2e2;
    margin-right: 10px;
}
.page-wrap.wsidebar aside .recent-posts li p {color: #666; font-size: 15px; line-height: 1.3em;}
.page-wrap.wsidebar aside .recent-posts li span {display: block; font-weight: 700; color: #666; font-size: 15px;}
.page-wrap.wsidebar aside .widget-container {margin: 0 0 20px 0;}
.page-wrap.wsidebar aside .menu li {margin-bottom: 0;}
  /* .page-wrap.wsidebar aside .menu li a {
    display: block;
    background-color: #81a32b;
    padding: 20px;
    color: #fff;
    margin: 0 0 10px 0;
    border: none;
  } */
  .page-wrap.wsidebar aside .menu li a:hover {border: none; /* color: #ffcc33; */ color: #063;}

#pagination a {
    display: inline-block;
    background-color: #81a32b;
    color: #fff;
    padding: 10px 15px;
}
#pagination a:hover {background-color: #ffcc33;}
#pagination span {
    display: inline-block;
    background-color: #ffcc33;
    color: #fff;
    padding: 10px 15px;
}
#pagination a, #pagination span {margin: 0 10px 0 0;}

footer.main-footer {
    width: 100%;
    padding: 50px 0 120px 0;
    background-color: #333;
}
footer.main-footer h2 {
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 30px;
}
footer.main-footer .first-row {margin-bottom: 20px;}
footer.main-footer .donate {
    display: block;
    width: 140px;
    height: 62px;
    background-color: #81a32b;
    font-size: 17px;
    font-weight: 700;
    font-family: "Droid Serif", Georgia, serif;
    text-align: center;
    line-height: 62px;
    border-radius: 4px;
    color: #fff;
}
footer.main-footer .donate:hover {background-color: #ffcc33;}
footer.main-footer .logo-wrap {width: 245px; float: left;}
  footer.main-footer .logo-wrap p {color: #fff; margin-bottom: 5px;}
  footer.main-footer .logo-wrap a {color: #81a32b;}
    footer.main-footer .logo-wrap a:hover {color: #ffcc33;}
footer.main-footer .logo {
    display: block;
    width: 90px;
    height: 73px;
    font: 0/0 a;
    color: transparent;
    background: url(images/footer-logo-new.jpg) no-repeat scroll;
    margin: 0 0 20px 0;
}
footer .help {float: left; width: 190px; margin: 0 60px;}
footer .recent-posts {float: left; width: 200px;}
footer .recent-posts li {margin-bottom: 20px;}
footer .recent-posts p {color: #fff; font-size: 15px;}
footer .recent-posts a {display: block; text-transform: uppercase; color: #81a32b; font-weight: 700;}
footer .recent-posts a:hover {color: #ffcc33;}
footer .social {width: 170px; float: right;}
footer .social p a {
    display: block;
    background: url(images/footer-social-icons2.png) no-repeat scroll;
    height: 21px;
    font: 0/0 a;
    color: transparent;
    float: left;
    margin-right: 20px;
}
footer .social p a:hover {background-image: url(images/footer-social-icons-hover2.png);}
footer .social p a:nth-child(1) {width: 10px;}
footer .social p a.gb-tw {width: 16px; background-position: -30px 0;}
footer .social p a.gb-li {width: 18px; background-position: -66px 0;}
footer .social p a.gb-gp {width: 13px; background-position: -103px 0;}
footer .social p a.gb-em {width: 21px; background-position: -136px 0; margin-right: 0;}
footer .social p a.gb-yt {width: 17px; background-position: -167px 0;}
footer .social p a.ig {width: 21px; background-position: -193px 0;}
footer .second-row ul {
    display: table-cell;
    padding-right: 20px;
    font-size: 15px;
}
footer .second-row a {color: #fff;}
footer .second-row a:hover, footer .second-row .current_page_item a, footer .second-row li:first-child a:hover {color: #ffcc33;}
footer .second-row li:first-child a {
    color: #808080;
    text-transform: uppercase;
    font-weight: 700;
}

/* Common styles of menus */

.dl-menuwrapper {
    display: none;
    width: 100%;
    max-width: 300px;
    float: left;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
    z-index: 900;
}

.dl-menuwrapper:first-child {
    /* margin-right: 100px; */
}

.dl-menuwrapper button {
    background: #ccc;
    border: none;
    width: 48px;
    height: 45px;
    font: 0/0 a;
    color: transparent;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
    z-index: 8000;
    display: block;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
    background: #aaa;
}

.dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 5px;
    background: #fff;
    top: 10px;
    left: 16%;
    box-shadow:
        0 10px 0 #fff,
        0 20px 0 #fff;
}

.dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.dl-menuwrapper li {
    position: relative;
}

.dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
    background: rgba(255,248,213,0.1);
}

.dl-menuwrapper li.dl-back > a {
    padding-left: 30px;
    background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
    position: absolute;
    top: 0;
    line-height: 50px;
    font-family: 'icomoon';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
    left: 10px;
    color: rgba(255,255,255,0.7);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
    right: 10px;
    color: rgba(255,255,255,0.80);
}

.dl-menuwrapper .dl-menu {
    margin: 5px 0 0 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
    transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
    display: none;
}

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
    display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
    display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 0.4s;
    animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
    -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
    animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
    -webkit-animation: MenuAnimOut3 0.4s ease;
    animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
    -webkit-animation: MenuAnimOut4 0.4s ease;
    animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
    -webkit-animation: MenuAnimOut5 0.4s ease;
    animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
    0% { }
50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
}
75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
}
100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
}
}

@-webkit-keyframes MenuAnimOut2 {
    0% { }
100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
}
}

@-webkit-keyframes MenuAnimOut3 {
    0% { }
100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
}
}

@-webkit-keyframes MenuAnimOut4 {
    0% { }
100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
}
}

@-webkit-keyframes MenuAnimOut5 {
    0% { }
100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
}
}

@keyframes MenuAnimOut1 {
    0% { }
50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
}
75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
}
100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
}
}

@keyframes MenuAnimOut2 {
    0% { }
100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
}

@keyframes MenuAnimOut3 {
    0% { }
100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
}
}

@keyframes MenuAnimOut4 {
    0% { }
100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
}
}

@keyframes MenuAnimOut5 {
    0% { }
100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
}
}

.dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 0.3s;
    animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
    -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
    animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
    -webkit-animation: MenuAnimIn3 0.4s ease;
    animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
    -webkit-animation: MenuAnimIn4 0.4s ease;
    animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
    -webkit-animation: MenuAnimIn5 0.4s ease;
    animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
    0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
}
20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
}
100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
}
}

@-webkit-keyframes MenuAnimIn2 {
    0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
}
100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
}
}

@-webkit-keyframes MenuAnimIn3 {
    0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
}
100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
}
}

@-webkit-keyframes MenuAnimIn4 {
    0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
}
100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
}
}

@-webkit-keyframes MenuAnimIn5 {
    0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0);
    opacity: 1;
}
}

@keyframes MenuAnimIn1 {
    0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
}
20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
}
100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
}
}

@keyframes MenuAnimIn2 {
    0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
}

@keyframes MenuAnimIn3 {
    0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
}
100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
}
}

@keyframes MenuAnimIn4 {
    0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
}
100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
}
}

@keyframes MenuAnimIn5 {
    0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 0.4s ease;
    animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
    animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
    -webkit-animation: SubMenuAnimIn3 0.4s ease;
    animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
    -webkit-animation: SubMenuAnimIn4 0.4s ease;
    animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
    -webkit-animation: SubMenuAnimIn5 0.4s ease;
    animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
    0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
}
100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
}
}

@-webkit-keyframes SubMenuAnimIn2 {
    0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
}
100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
}
}

@-webkit-keyframes SubMenuAnimIn3 {
    0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
}
100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
}
}

@-webkit-keyframes SubMenuAnimIn4 {
    0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
}
100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
}
}

@-webkit-keyframes SubMenuAnimIn5 {
    0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
}
100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
}
}

@keyframes SubMenuAnimIn1 {
    0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
}
100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
}

@keyframes SubMenuAnimIn2 {
    0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}
100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
}

@keyframes SubMenuAnimIn3 {
    0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
}
100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
}
}

@keyframes SubMenuAnimIn4 {
    0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
}
100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
}
}

@keyframes SubMenuAnimIn5 {
    0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
}
100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 0.4s ease;
    animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
    animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
    -webkit-animation: SubMenuAnimOut3 0.4s ease;
    animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
    -webkit-animation: SubMenuAnimOut4 0.4s ease;
    animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
    -webkit-animation: SubMenuAnimOut5 0.4s ease;
    animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
    0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
}
100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
}
}

@-webkit-keyframes SubMenuAnimOut2 {
    0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
}
100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
}
}

@-webkit-keyframes SubMenuAnimOut3 {
    0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
}
100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
}
}

@-webkit-keyframes SubMenuAnimOut4 {
    0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
}
100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
}
}

@-webkit-keyframes SubMenuAnimOut5 {
    0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
}
100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
}
}

@keyframes SubMenuAnimOut1 {
    0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
}
100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
}
}

@keyframes SubMenuAnimOut2 {
    0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
}
100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}
}

@keyframes SubMenuAnimOut3 {
    0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
}
100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
}
}

@keyframes SubMenuAnimOut4 {
    0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
}
100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
}
}

@keyframes SubMenuAnimOut5 {
    0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}
100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
}
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
    display: block;
}

.no-js .dl-menuwrapper li.dl-back {
    display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
    background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
    content: '';
}

/* Colors for demos */

/* Demo 1 */
.demo-1 .dl-menuwrapper button {
    background: #c62860;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
    background: #9e1847;
}

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
    background: #e86814;
}

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
    background: #D35400;
}

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
    background: #00331a;
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
    background: #00331a;
}

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
    background: #90b912;
}

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
    background: #79a002;
}

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
    background: #744783;
}

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
    background: #643771;
}
/* home calendar widget */
.home_widget_event{
    width:50%;
    float:left;
    padding:1em;
}
.home_widget_event h4 a{
    color:#006633;
    font-size:1.4em;
    text-transform: uppercase;
    height:142px;
    overflow:hidden;
}
.justify{
    text-align:justify;
    display:block
}
.hfeed.vcalendar{
    float:left;
    width:100%;
    clear:both;
}
.duration{
    font-weight:700;
}
.event_desc{
    font-size:13px;
}
.tribe-events-widget-link a{
    display: inline-block;
    padding:0 1em;
    height: 62px;
    background-color: #81a32b;
    font-size: 17px;
    font-weight: 700;
    font-family: "Droid Serif", Georgia, serif;
    text-align: center;
    line-height: 62px;
    border-radius: 4px;
    color: #fff;
    margin-top:2em;
}
.tribe-events-widget-link a:hover{
    background-color: #ffcc33;
}
.tribe-events-widget-link{
    text-align: center;
    clear: both;
    width: 100%;
    /* display: table; */
    margin: 2em 0;
    /* zoom: 1; */
    /* position: relative; */
}

@media all and (max-width: 1024px) {
    .main-nav {display: none;}
    .mobile-extra-heading {padding: 40px 0;}
    .mobile-menu {display: block; float: left; width: 300px; margin-left: 4%;}
    .dl-menuwrapper {display: block;}
    header .logo {
        float: right;
        width: 175px;
        height: 142px;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
        margin: 0 4% 0 0;
    }
    header .gmu-logo {left: 104px;}
    .classes li {padding: 0 15px;}
  .testimonials-wrapper .twc-entry {
    width: 50%;
  }
}

@media all and (max-width: 768px) {
    .container, .page-wrap, .acting-red-block .inner {width: 94%;}
    header .gmu-logo {position: static; margin: 0 auto 16px auto;}
    header .logo {
        float: none;
        margin: 0 auto 20px auto;
    }
    .mobile-menu {float: none; display: table; margin: 0 auto;}
    .dl-menuwrapper button {margin: 0 auto;}
    header .left, header .right {width: 100%; float: none;}
    header .right {text-align: center;}
    header .right p {float: none; padding: 10px 0; display: table; margin: 0 auto; clear: both;}
    header .right a.login, header .right a.ue-btn, header .right a.mg {
      display: inline-block;
      float: none;
      width: auto;
      padding: 0 8px;
      margin: 0;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 600;
      font-size: 12px;
      text-transform: uppercase;
    }
    header .right a.ue-btn {margin: 0 2px;}
    header .right .search-form {
      float: none;
      width: 80%;
      margin: 0 auto 8px auto;
    }
    header .right .search-form input[type=text] {width: 100%;}
    #top-note {text-align: center; margin-bottom: 15px;}
    #slider .slide-info {width: 480px;}
    .classes {width: 480px;}
    .classes li {display: block; float: left; width: 96px; padding: 0;}
    .classes li:nth-child(6) {margin-left: 50px;}
    .classes li a {background-position: 50% 30px !important;}
    .who-we-are .video {width: 94%; margin: 0 auto 30px auto; float: none;}
    .who-we-are .video iframe {width: 100% !important; height: 340px !important;}
    .who-we-are .info {width: 94%; margin: 0 auto; float: none;}
    footer .second-row ul {
        display: block;
        padding: 0 20px;
        width: 33.3333%;
        float: left;
        margin: 0 0 20px 0;
    }
    footer .second-row h2 {text-align: center;}
    .page-wrap.wsidebar .page-content {
        margin: 0;
        width: 60%;
        padding-right: 20px;
    }
    .page-wrap.wsidebar aside {width: 40%;}
    .page-content .bl-left {width: 35%; margin-right: 2%;}
    .page-content .bl-right {width: 63%;}
  .testimonials-wrapper .tw-content {
    margin: 0 0;
  }
  .testimonials-wrapper .twc-entry {
    width: 100%;
    padding: 0 0 24px 0;
  }
}
@media all and (max-width: 750px) {
  img {max-width: 100%; height: auto !important;}
  .faculty-listing-wrap .flw-left {
    float: none;
    width: 100%;
  }
  .faculty-listing-wrap .flw-right {
    float: none;
    width: 100%;
    padding-left: 0;
    margin: 0 -10px;
  }
  .page-heading h1 {font-size: 32px;}
  .classes {width: 340px; margin: 0 auto;}
    .classes li a {margin: 0 auto;}
  header .logo {
    width: 175px;
    height: 142px;
  }
  .newsletter .form-wrapper {width: 100%;}
  .newsletter input[type=email], .newsletter .emailAdr {width: 280px;}
  .newsletter input[type=submit] {
    width: -webkit-calc(100% - 280px);
    width: -moz-calc(100% - 280px);
    width: calc(100% - 280px);
  }
  .classes li {width: 170px; margin: 0 0 20px 0 !important; min-height: 220px;}
  #slider .slide-info h3 {font-size: 32px;}
  #slider .slide-info p {font-size: 24px;}
  #slider .slide-info {width: 100%;}
  #pagination {text-align: center;}
  .page-wrap.wsidebar .page-content {width: 100%; padding-right: 0; float: none;}
  .page-wrap.wsidebar aside {width: 100%; float: none; padding: 24px 0 0 0;}
  .page-content h2 {font-size: 22px;}
  .page-content .bl-entry {margin-bottom: 24px;}
}

@media (max-width: 640px) {
  .page-heading {height: auto; padding-bottom: 24px;}
  .page-heading h1 {font-size: 24px;}
}
@media all and (max-width: 480px) {
    .our-mission article, .calendar article {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
    }
    footer .logo {float: none;}
    footer .logo-wrap {width: 245px; float: none; margin: 0 auto 20px auto;}
    footer .help {margin: 0 auto 20px auto; float: none;}
    footer .recent-posts {width: 94%; float: none; margin: 0 auto 20px auto;}
    footer .social {float: none; margin: 0 auto;}
    footer .social h2, footer .recent-posts h2 {text-align: center;}
    footer .second-row ul {width: 50%; text-align: center;}
    footer .second-row ul a {text-align: center;}
  .home_widget_event{
      width: 100%;
      float: none;
      padding:1em;
  }
  .faculty-listing-wrap .flw-right {
    float: none;
    width: 100%;
    padding-left: 0;
    margin: 0;
  }
  .faculty-listing-wrap .flw-right .flw-right-entry {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0 0 20px 0;
    min-height: 0;
  }
  .page-content .sif-left {
    width: auto;
    float: none;
    display: table;
    margin: 0 auto 20px auto;
  }
  .page-content .sif-right {
    float: nonet;
    width: 100%;
    padding-left: 0;
  }
  .page-heading h1 {font-size: 20px; max-width: 100%;}
}


/* micro clearfix */
.cf:before, .cf:after {content:""; display:table;}
.cf:after {clear:both;}
