/*
Theme Name: gs
*/
/* line 5, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'Cardo-Bold';
  src: url("fonts/Cardo-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Cardo-Bold.woff") format("woff"), url("fonts/Cardo-Bold.ttf") format("truetype"), url("fonts/Cardo-Bold.svg#Cardo-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cardo-Italic';
  src: url("fonts/Cardo-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Cardo-Italic.woff") format("woff"), url("fonts/Cardo-Italic.ttf") format("truetype"), url("fonts/Cardo-Italic.svg#Cardo-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cardo-Regular';
  src: url("fonts/Cardo-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Cardo-Regular.woff") format("woff"), url("fonts/Cardo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url("fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Bold.woff") format("woff"), url("fonts/Montserrat-Bold.ttf") format("truetype"), url("fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype"), url("fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 68, sass/style.scss */
.site-inner {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  /* line 68, sass/style.scss */
  .site-inner {
    width: 100%;
  }
}

/* line 77, sass/style.scss */
body {
  font-family: 'Cardo-Regular';
  line-height: 1.4;
}

strong{
  font-family: 'Cardo-Bold';
}

em{
  font-style: italic;
}

/* line 80, sass/style.scss */
a {
  text-decoration: none;
}

.clear{
  clear:both;
}
/* line 83, sass/style.scss */
header#masthead {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
/* line 90, sass/style.scss */
header#masthead .site-header-main {
  overflow: hidden;
  padding: 10px;
  background: #fff;
}
/* line 95, sass/style.scss */
header#masthead .logo {
  float: left;
  padding-top: 10px;
  padding-right: 10px;
  border-right: 1px solid #ececec;
}
/* line 98, sass/style.scss */
header#masthead .logo img {
  width: 180px;
}
/* line 102, sass/style.scss */
header#masthead #site-header-menu {
  float: right;
  text-align: right;
  padding: 10px 0 0;
  width: calc(100% - 191px);
}

#site-navigation{
  padding-top:10px;
  border-top: 1px solid #ececec;
}
/* line 106, sass/style.scss */
header#masthead #site-header-menu .sec-menu {
  margin-bottom: 20px;
  font-size: 14px;
}
/* line 109, sass/style.scss */
header#masthead #site-header-menu .sec-menu .search-form {
  float: right;
  font-family: 'Montserrat-Regular';
  margin-left: 15px;
}
/* line 113, sass/style.scss */
header#masthead #site-header-menu .sec-menu .search-form input[type="search"] {
  width: 75px;
  border: 0;
}
/* line 118, sass/style.scss */
header#masthead #site-header-menu .sec-menu ul {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  /* line 118, sass/style.scss */
  header#masthead #site-header-menu .sec-menu ul {
    display: none;
  }
}
/* line 123, sass/style.scss */
header#masthead #site-header-menu .sec-menu ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
/* line 127, sass/style.scss */
header#masthead #site-header-menu .sec-menu ul li a {
  color: #B3B3B3;
  font-family: 'Montserrat-Regular';
}
/* line 131, sass/style.scss */
header#masthead #site-header-menu .sec-menu ul li i {
  color: #004F39;
}
@media screen and (max-width: 1175px) {
  /* line 137, sass/style.scss */
  header#masthead #site-header-menu .main-navigation {
    display: none;
  }
}
/* line 141, sass/style.scss */
header#masthead #site-header-menu .main-navigation ul {
  display: inline-block;
}
/* line 143, sass/style.scss */
header#masthead #site-header-menu .main-navigation ul li {
  display: inline-block;
  vertical-align: top;
}

header#masthead #site-header-menu .main-navigation ul li:last-child a {
  margin-right:9px;
}
/* line 146, sass/style.scss */
header#masthead #site-header-menu .main-navigation ul li a {
  font-size: 16px;
  color: #4D4D4D;
  font-family: 'Montserrat-Bold';
  margin: 0 35px;
  padding: 15px 0;
  display: block;
}

header#masthead #site-header-menu .main-navigation ul li a:hover{
  color:#9AA238;
}

/* line 161, sass/style.scss */
.main-content {
  padding: 25px 15px;
  background: #fff;
}

/* line 166, sass/style.scss */
.featured-articles {
  padding: 160px 0 50px;
  background: url(images/home-header.jpg) no-repeat top center;
  background-size: cover;
  color: #fff;
}
/* line 171, sass/style.scss */
.featured-articles .featured-block {
  padding: 25px 35% 0 25px;
}
@media screen and (max-width: 800px) {
  /* line 171, sass/style.scss */
  .featured-articles .featured-block {
    padding: 25px;
  }
}
/* line 176, sass/style.scss */
.featured-articles .featured-block h2 {
  font-size: 40px;
  margin-bottom: 25px;
  line-height: 50px;
  min-height: 120px;
}
.featured-articles .featured-block h2 a{
  color: #fff;
}
/* line 182, sass/style.scss */
.featured-articles .featured-block p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px;
}
/* line 187, sass/style.scss */
.featured-articles .featured-block p.note {
  font-family: 'Cardo-Italic';
}
/* line 191, sass/style.scss */
.featured-articles .as-nav {
  padding: 0 25px;
}
/* line 193, sass/style.scss */
.featured-articles .as-nav a {
  display: inline-block;
  margin: 0 15px 5px 0;
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 201, sass/style.scss */
.featured-articles .as-nav a.as-active {
  background: #fff;
}

/* line 208, sass/style.scss */
.newsletter-block {
  background: url(images/signup-bg.jpg) no-repeat #004F39;
  background-size: cover;
  color: #fff;
  padding: 60px 0;
}
.newsletter-block-inner{
  padding: 10px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  /* line 208, sass/style.scss */
  .newsletter-block {
    padding: 60px 15px;
  }
}
/* line 215, sass/style.scss */
.newsletter-block h2 {
    font-family: "Montserrat-Regular";
  font-size: 28px;
  margin-bottom: 20px;
}
/* line 219, sass/style.scss */
.newsletter-block p {
  font-size: 18px;
  margin-bottom: 30px;
}
/* line 223, sass/style.scss */
.newsletter-block .newsletter-form {
  overflow: hidden;
}
/* line 225, sass/style.scss */
.newsletter-block .newsletter-form input[type='text'] {
  float: left;
  width: 120px;
  height: 45px;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 18px;
  border: 0;
  padding: 0 0 0 15px;
  margin-right: 25px;
}
/* line 61, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.newsletter-block .newsletter-form input[type='text']:-moz-placeholder {
  color: #fff;
  font-family: 'Cardo-Regular';
}
/* line 64, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.newsletter-block .newsletter-form input[type='text']::-moz-placeholder {
  color: #fff;
  font-family: 'Cardo-Regular';
}
/* line 67, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.newsletter-block .newsletter-form input[type='text']:-ms-input-placeholder {
  color: #fff;
  font-family: 'Cardo-Regular';
}
/* line 56, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.newsletter-block .newsletter-form input[type='text']::-webkit-input-placeholder {
  color: #fff;
  font-family: 'Cardo-Regular';
}
@media screen and (max-width: 800px) {
  /* line 225, sass/style.scss */
  .newsletter-block .newsletter-form input[type='text'] {
    float: none;
    margin-bottom: 15px;
  }
}
/* line 245, sass/style.scss */
.newsletter-block .newsletter-form input[type='email'] {
  float: left;
  width: 300px;
  height: 45px;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 18px;
  border: 0;
  padding: 0 0 0 15px;
}
/* line 61, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.newsletter-block .newsletter-form input[type='email']:-moz-placeholder {
  color: #fff;
  font-family: 'Cardo-Regular';
}
/* line 64, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.newsletter-block .newsletter-form input[type='email']::-moz-placeholder {
  color: #fff;
  font-family: 'Cardo-Regular';
}
/* line 67, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.newsletter-block .newsletter-form input[type='email']:-ms-input-placeholder {
  color: #fff;
  font-family: 'Cardo-Regular';
}
/* line 56, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.newsletter-block .newsletter-form input[type='email']::-webkit-input-placeholder {
  color: #fff;
  font-family: 'Cardo-Regular';
}
@media screen and (max-width: 400px) {
  /* line 245, sass/style.scss */
  .newsletter-block .newsletter-form input[type='email'] {
    width: 150px;
  }
}
/* line 262, sass/style.scss */
.newsletter-block .newsletter-form input[type='submit'] {
  float: left;
  width: 60px;
  height: 45px;
  background: url(images/right-arrow.png) no-repeat center center #fff;
  color: #fff;
  font-size: 0;
  border: 0;
  margin-right: 25px;
}

/* line 275, sass/style.scss */
.row {
  overflow: hidden;
}
/* line 277, sass/style.scss */
.row .col-1 {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 25px 15px;
}
/* line 283, sass/style.scss */
.row .col-2 {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 25px 15px;
}
@media screen and (max-width: 600px) {
  /* line 283, sass/style.scss */
  .row .col-2 {
    width: 100%;
  }
}
/* line 292, sass/style.scss */
.row .col-4 {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 25px 15px;
}
@media screen and (max-width: 600px) {
  /* line 292, sass/style.scss */
  .row .col-4 {
    width: 100%;
  }
}
/* line 301, sass/style.scss */
.row .col-2-7 {
  width: 55%;
  float: left;
  box-sizing: border-box;
  padding: 25px 40px 25px 15px;
}
@media screen and (max-width: 600px) {
  /* line 301, sass/style.scss */
  .row .col-2-7 {
    width: 100%;
  }
}
/* line 310, sass/style.scss */
.row .col-2-5 {
  width: 45%;
  float: left;
  box-sizing: border-box;
  padding: 25px 15px;
}
@media screen and (max-width: 600px) {
  /* line 310, sass/style.scss */
  .row .col-2-5 {
    width: 100%;
  }
}
/* line 319, sass/style.scss */
.row .col-2-9 {
  width: 70%;
  float: left;
  box-sizing: border-box;
  padding: 25px 40px 25px 0;
}
@media screen and (max-width: 650px) {
  /* line 319, sass/style.scss */
  .row .col-2-9 {
    width: 100%;
    padding: 25px 0;
  }
}
/* line 328, sass/style.scss */
.row .col-2-3 {
  width: 30%;
  float: left;
  box-sizing: border-box;
  padding: 25px 0 25px 15px;
}
@media screen and (max-width: 600px) {
  /* line 328, sass/style.scss */
  .row .col-2-3 {
    width: 100%;
  }
}
.page-content{
  text-align: justify;
}
/* line 340, sass/style.scss */
.default-page .page-content {
  font-size: 16px;
  line-height: 26px;
  padding: 50px 0;
  text-align: justify;
}
/* line 344, sass/style.scss */
.default-page .page-content a {
  color: #9AA238;
}
/* line 347, sass/style.scss */
.default-page .page-content h3 {
  font-size: 24px;
  line-height: 38px;
  margin: 25px 0;
}
/* line 352, sass/style.scss */
.default-page .page-content p {
  margin-bottom: 15px;
}
/* line 355, sass/style.scss */
.default-page .page-content ul, .default-page .page-content ol {
  margin-bottom: 20px;
  list-style: initial;
  margin-left: 20px;
}
/* line 359, sass/style.scss */
.default-page .page-content ul li, .default-page .page-content ol li {
  margin-bottom: 15px;
}
/* line 363, sass/style.scss */
.default-page .page-content strong, .default-page .page-content b {
  font-family: "Cardo-Bold";
}
/* line 367, sass/style.scss */
.default-page .col-2-7 {
  padding: 25px 40px 25px 0;
}
/* line 370, sass/style.scss */
.default-page .col-2-5 {
  padding: 25px 0;
}

/* line 375, sass/style.scss */
.grey-box {
  background: #EDECEC;
  box-sizing: border-box;
  padding: 25px;
  width: 80%;
  font-size: 16px;
}
/* line 386, sass/style.scss */
.grey-box p {
  margin-bottom: 40px;
}
/* line 389, sass/style.scss */
.grey-box .green-btn {
  color: #fff !important;
}
/* line 392, sass/style.scss */
.grey-box h4 {
  color: #9AA238;
  font-size: 18px;
  margin: 0 0 25px;
}
/* line 398, sass/style.scss */
.grey-box .anchor-links{
  margin:0 !important;
  list-style: none !important;
}
.grey-box .anchor-links li{
      margin-bottom: 15px;
    padding-left: 20px;
}
.grey-box .anchor-links a {
      font-family: "Montserrat-Regular";
    color: #4D4D4D;
    font-size: 16px;
  text-decoration: none;
}

/* line 403, sass/style.scss */
.submissions-block {
  box-sizing: border-box;
  padding: 25px 20px;
  background: #EDECEC;
  color: #4D4D4D;
  margin-top: 30px;
}
/* line 409, sass/style.scss */
.submissions-block h2 {
  display: inline-block;
  font-family: "Cardo-Regular";
  font-size: 28px;
  padding: 0 0 5px;
  color:#9AA238;
  border-bottom: 1px solid #9AA238;
  margin-bottom: 35px;
}
/* line 417, sass/style.scss */
.submissions-block p {
  font-family: "Cardo-Regular";
  font-size: 18px;
  line-height: 24px;
  padding: 0 0 5px;
  margin-bottom: 35px;
}


/* line 433, sass/style.scss */
.footer-news {
  padding: 40px 0 60px;
}
/* line 435, sass/style.scss */
.footer-news .footer-news-title {
  color:#4D4D4D;
  font-family: "Montserrat-Regular";
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 30px;
}
/* line 441, sass/style.scss */
.footer-news .first a {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  padding: 15px 25px 15px 0;
  color: #9AA238;
  display: inline-block;
  position: relative;
}
/* line 448, sass/style.scss */
.footer-news .first a:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #9AA238;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 460, sass/style.scss */
.footer-news .news-block {
  padding:0 0 15px;
  margin: 0;
}
/* line 462, sass/style.scss */
.footer-news .news-block h3 {
  font-size: 18px;
  line-height: 26px;
  color: #4D4D4D;
  margin-bottom: 30px;
  font-family: "Montserrat-Regular";
}
.footer-news .news-block h3 a{
  color: #4D4D4D;
}

.footer-news .news-block h3 a:hover{
  color:#9AA238;
}
/* line 469, sass/style.scss */
.footer-news .news-block p {
  font-size: 14px;
  line-height: 22px;
  font-family: "Cardo-Regular";
}

/* line 477, sass/style.scss */
footer.site-footer {
  background: rgba(154, 162, 56, 0.1);
  color: #4D4D4D;
  font-size: 14px;
  overflow: hidden;
  padding: 20px 0;
}
/* line 483, sass/style.scss */
footer.site-footer .footer-left {
  float: left;
    padding: 0 15px;
  box-sizing:border-box;
}
@media screen and (max-width: 600px) {
  /* line 483, sass/style.scss */
  footer.site-footer .footer-left {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
}
/* line 491, sass/style.scss */
footer.site-footer .footer-right {
  float: right;
  padding: 0 15px;
  box-sizing:border-box;
}
@media screen and (max-width: 600px) {
  /* line 491, sass/style.scss */
  footer.site-footer .footer-right {
    width: 100%;
    text-align: center;
    
  }
  /* line 496, sass/style.scss */
  footer.site-footer .footer-right .footer-social {
    float: none;
  }
}
/* line 501, sass/style.scss */
footer.site-footer .main-navigation {
  display: inline-block;
}
@media screen and (max-width: 800px) {
  /* line 501, sass/style.scss */
  footer.site-footer .main-navigation {
    display: none;
  }
}
/* line 507, sass/style.scss */
footer.site-footer a {
  color: #888;
}
/* line 509, sass/style.scss */
footer.site-footer a:hover {
  color: #004F39;
}
/* line 514, sass/style.scss */
footer.site-footer ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
/* line 520, sass/style.scss */
footer.site-footer .footer-social {
  float: right;
}

/* line 527, sass/style.scss */
.list-block .block-title {
  font-size: 14px;
  font-family: "Montserrat-Bold";
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #4D4D4D;
}

.list-block .block-title .issue-cur{
  
  color:#9AA238;
}
.list-block .block-title .issue-cur span{
  text-transform: uppercase;
}
/* line 533, sass/style.scss */
.list-block .block-title a {
  display: inline-block;
  float: right;
  color: #666666;
  font-size: 14px;
}

.list-block .block-title a:hover{
  color:#004F39;
}

/* line 541, sass/style.scss */
.item-block {
  padding: 25px 0;
}
/* line 543, sass/style.scss */
.item-block .item-type {
  font-size: 14px;
  font-family: "Montserrat-Bold";
  color: #9AA238;
  margin-bottom: 15px;
  text-transform: uppercase;
}
/* line 551, sass/style.scss */
.item-block .item-title {
  font-size: 18px;
  font-family: "Cardo-Regular";
  color: #000;
  line-height: 24px;
  margin-bottom: 15px;
}
/* line 557, sass/style.scss */
.item-block .item-title a {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}
/* line 561, sass/style.scss */
.item-block .item-title a:hover {
  color: #9AA238;
  text-decoration: underline;
}
/* line 564, sass/style.scss */
/* line 570, sass/style.scss */
.item-block .item-author {
  font-family: "Cardo-Italic";
  color: #4D4D4D;
  font-size: 14px;
}

/* line 578, sass/style.scss */
.page-inner {
  padding: 0 25px;
}

/* line 582, sass/style.scss */
.page-title h2 {
  font-size: 46px;
  color: #000;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  line-height: 52px;
}

/* line 591, sass/style.scss */
.forthcoming-issue {
  background: #E8E8E7;
  padding: 20px;
  box-sizing: border-box;
}
/* line 595, sass/style.scss */
.forthcoming-issue .forthcoming-title {
  font-family: "Montserrat-Bold";
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 20px;
  color: #9AA238;
}
/* line 602, sass/style.scss */
.forthcoming-issue .forth-issue-name {
  color: #000;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 22px;
}
/* line 608, sass/style.scss */
.forthcoming-issue .item-forthcoming-block {
  padding: 15px 0;
}
/* line 610, sass/style.scss */
.forthcoming-issue .item-forthcoming-block .item-forthcoming-title {
  color: #4D4D4D;
  font-size: 16px;
  margin-bottom: 10px;
}
/* line 614, sass/style.scss */
.forthcoming-issue .item-forthcoming-block .item-forthcoming-title a {
  color: #4D4D4D;
}
/* line 616, sass/style.scss */
.forthcoming-issue .item-forthcoming-block .item-forthcoming-title a:hover {
  text-decoration: underline;
  color: #9AA238;
}
/* line 621, sass/style.scss */
.forthcoming-issue .item-forthcoming-block .item-forthcoming-author {
  color: #4D4D4D;
  font-size: 14px;
  font-family: "Cardo-Italic";
}

/* line 631, sass/style.scss */
.vol-block {
  padding: 25px 0;
}
/* line 633, sass/style.scss */
.vol-block .vol-name {
  color: #9AA238;
  font-size: 16px;
  font-family: "Montserrat-Bold";
  margin-bottom: 30px;
}
/* line 640, sass/style.scss */
.vol-block .issue-block .issue-title {
  font-size: 17px;
  color: #333232;
  margin-bottom: 15px;
  line-height: 26px;
}
/* line 645, sass/style.scss */
.vol-block .issue-block .issue-title a {
  color: #333232;
  width: 85%;
  display: inline-block;
}

.vol-block .issue-block .issue-title a:hover .issue-name{
  color:#9AA238;
  text-decoration: underline;
}
/* line 649, sass/style.scss */
.vol-block .issue-block .issue-no {
  display: inline-block;
  margin-right: 20px;
}
/* line 653, sass/style.scss */
.vol-block .issue-block .issue-date {
  float: right;
  font-family: "Cardo-Italic";
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  /* line 653, sass/style.scss */
  .vol-block .issue-block .issue-date {
    float: none;
    display: inline-block;
    margin-left: 20px;
  }
}

/* line 668, sass/style.scss */
.search-results h3.sr-text {
  font-size: 20px;
  color: #333232;
  margin-bottom: 15px;
}
/* line 673, sass/style.scss */
.search-results p {
  color: #4D4D4D;
}
/* line 676, sass/style.scss */
.search-results article {
  padding: 20px 0;
}
/* line 680, sass/style.scss */
.search-results article .entry-header .entry-title a {
  display: block;
  color: #9AA238;
  font-size: 18px;
  margin-bottom: 15px;
}

/* line 691, sass/style.scss */
.issue-search-form {
  padding: 25px 0;
  margin-bottom: 25px;
}
/* line 694, sass/style.scss */
.issue-search-form h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #4D4D4D;
}
/* line 699, sass/style.scss */
.issue-search-form input[type="text"] {
  border: 0;
  background: #E8E8E7;
  color: #4D4D4D;
  font-size: 18px;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
/* line 61, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.issue-search-form input[type="text"]:-moz-placeholder {
  color: #4D4D4D;
  font-family: "Cardo-Regular";
}
/* line 64, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.issue-search-form input[type="text"]::-moz-placeholder {
  color: #4D4D4D;
  font-family: "Cardo-Regular";
}
/* line 67, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.issue-search-form input[type="text"]:-ms-input-placeholder {
  color: #4D4D4D;
  font-family: "Cardo-Regular";
}
/* line 56, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.issue-search-form input[type="text"]::-webkit-input-placeholder {
  color: #4D4D4D;
  font-family: "Cardo-Regular";
}

/* line 714, sass/style.scss */
.green-btn {
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  background: #004F39;
  color: #fff !important;
  text-align: center;
  border: 0;
  padding: 10px 20px;
  font-family: "Montserrat-Bold";
  -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.green-btn:hover{
  background:#9AA238;
  -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

/* line 724, sass/style.scss */
.issue-quick-menu h3 {
  color: #9AA238;
  font-size: 16px;
  margin-bottom: 20px;
}
/* line 730, sass/style.scss */
.issue-quick-menu ul li {
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 5px 0;
}
/* line 734, sass/style.scss */
.issue-quick-menu ul li a {
  color: #4D4D4D;
}
/* line 736, sass/style.scss */
.issue-quick-menu ul li a:hover {
  color: #9AA238;
}

/* line 744, sass/style.scss */
.page-body {
  font-size: 16px;
  line-height: 24px;
  color: #4D4D4D;
}
/* line 748, sass/style.scss */
.page-body h3 {
  font-size: 18px;
  color: #000;
  line-height: 28px;
  margin-bottom: 20px;
  font-family: "Cardo-Bold";
}
/* line 755, sass/style.scss */
.page-body p {
  margin-bottom: 15px;
}
/* line 758, sass/style.scss */
.page-body a {
  text-decoration: underline;
  color: #004F39;
}
.page-body strong{
  font-family: "Cardo-Bold";
}

.page-body h4{
  font-family: "Cardo-Bold";
  font-size: 17px;
  margin: 0 0 15px;
}
/* line 764, sass/style.scss */
.sidebar-menu {
  background:#EDECEC;
  padding: 25px;
  margin-bottom: 25px;
  box-sizing: border-box;
}
/* line 767, sass/style.scss */
.sidebar-menu h3 {
  color: #9AA238;
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "Montserrat-Regular";
}
/* line 773, sass/style.scss */
.sidebar-menu ul li {
  margin-bottom: 15px;
  padding-left: 20px;
}
/* line 775, sass/style.scss */
.sidebar-menu ul li a {
  font-family: "Montserrat-Regular";
  color: #4D4D4D;
  font-size: 16px;
}
/* line 779, sass/style.scss */
.sidebar-menu ul li a:hover {
  color: #004F39;
}

.forums-inner{
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
/* line 787, sass/style.scss */
.forum-teaser {
  display: inline-block;
  width: 49%;
  box-sizing: border-box;
  padding: 10px 30px 10px 0;
  margin-bottom: 30px;
  vertical-align: top;
}
/* line 794, sass/style.scss */
.forum-teaser .f-type {
  font-size: 14px;
  font-family: "Montserrat-Bold";
  color: #9AA238;
  margin-bottom: 25px;
}
/* line 800, sass/style.scss */
.forum-teaser .f-name {
  margin-bottom: 20px;
}
/* line 802, sass/style.scss */
.forum-teaser .f-name a {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}
/* line 806, sass/style.scss */
.forum-teaser .f-name a:hover {
  color: #9AA238;
  text-decoration: underline;
}

/* line 815, sass/style.scss */
.forum-teaser .f-author {
  font-size: 16px;
  font-family: "Cardo-Italic";
  margin: 0 0 15px;
}
/* line 820, sass/style.scss */
.forum-teaser .f-date {
  font-size: 13px;
  margin: 0 0 5px;
  font-family: "Montserrat-Regular";
}

/* line 828, sass/style.scss */
.art-teaser {
  display: block;
  box-sizing: border-box;
  padding: 10px 30px 10px 0;
  margin-bottom: 30px;
  vertical-align: top;
}
/* line 834, sass/style.scss */
.art-teaser .a-type {
  font-size: 14px;
  font-family: "Montserrat-Bold";
  color: #9AA238;
  margin-bottom: 25px;
}
/* line 840, sass/style.scss */
.art-teaser .a-name {
  margin-bottom: 20px;
}
/* line 842, sass/style.scss */
.art-teaser .a-name a {
  color: #9AA238;
  font-size: 18px;
  line-height: 24px;
}
/* line 846, sass/style.scss */
.art-teaser .a-name a:hover {
  text-decoration: underline;
}
/* line 849, sass/style.scss */
.art-teaser .a-name a span {
  color: #000;
  text-decoration: none;
}
/* line 855, sass/style.scss */
.art-teaser .a-author {
  font-size: 16px;
  font-family: "Cardo-Italic";
  margin: 0 0 10px;
}

/* line 862, sass/style.scss */
.forum-search {
  background: #E2E2E2;
  padding: 25px;
  box-sizing: border-box;
  margin: 25px 0 50px;
  overflow: hidden;
}
/* line 868, sass/style.scss */
.forum-search label {
  font-size: 16px;
  font-family: "Montserrat-Regular";
  float: left;
  width: 19%;
  padding: 10px 20px;
  display: inline-block;
  box-sizing: border-box;
}
/* line 877, sass/style.scss */
.forum-search input[type="text"] {
  border: 0;
  padding: 10px 20px;
  width: 58%;
  box-sizing: border-box;
  margin: 0 1.5%;
}
/* line 884, sass/style.scss */
.forum-search input[type="submit"] {
  width: 18%;
  box-sizing: border-box;
}

/* line 890, sass/style.scss */
.submission-block {
  padding: 50px 0;
}
/* line 892, sass/style.scss */
.submission-block .grey-parts {
  background: #EDECEC;
  box-sizing: border-box;
  padding: 25px;
  color: #004F39;
  font-family: "Montserrat-Regular";
  margin: 25px 0;
}

/* line 901, sass/style.scss */
.form-row {
  margin-bottom: 15px;
  overflow: hidden;
}
/* line 904, sass/style.scss */
.form-row label {
  color: #004F39;
  font-size: 14px;
  font-family: "Montserrat-Regular";
  margin-bottom: 15px;
  display: block;
}
/* line 911, sass/style.scss */
.form-row .form-col-2 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
/* line 915, sass/style.scss */
.form-row .form-col-2:first-child {
  padding-right: 15px;
}
/* line 918, sass/style.scss */
.form-row .form-col-2:last-child {
  padding-left: 15px;
}
/* line 922, sass/style.scss */
.form-row input[type="text"],
.form-row input[type="email"] {
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
/* line 930, sass/style.scss */
.form-row select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 10px 0;
}
/* line 936, sass/style.scss */
.form-row textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 10px;
}

/* line 944, sass/style.scss */
.contact-list {
  list-style: none !important;
  margin: 0 !important;
}
/* line 947, sass/style.scss */
.contact-list li {
  font-size: 15px;
}
/* line 948, sass/style.scss */
.contact-list li:first-child i {
  margin-bottom: 80px;
}
/* line 952, sass/style.scss */
.contact-list li a {
  text-decoration: none;
  font-family: "Cardo-Regular";
}
/* line 957, sass/style.scss */
.contact-list i {
  float: left;
  color: #9AA238;
  display: inline-block;
  margin-right: 15px;
  font-size: 21px;
}

/* line 966, sass/style.scss */
.gm-list {
  list-style: none;
  margin: 20px 0 !important;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
/* line 969, sass/style.scss */
.gm-list li {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  font-size: 14px;
}
@media screen and (max-width: 700px) {
  /* line 969, sass/style.scss */
  .gm-list li {
    width: 100%;
  }
}

/* line 982, sass/style.scss */
.alumni-page .alumni-types {
  margin: 30px 0;
  color: #004F39;
  font-family: "Cardo-Bold";
}
/* line 986, sass/style.scss */
.alumni-page .alumni-types a {
  color: #004F39;
}
/* line 990, sass/style.scss */
.alumni-page .al-title {
  font-size: 18px;
  color: #111;
  margin: 25px 0;
  font-family: "Cardo-Bold";
}

.al-inner{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
/* line 998, sass/style.scss */
.alu-block {
  display: inline-block;
  width: 24%;
  box-sizing: border-box;
  padding: 0 25px 0 0;
  margin: 0 0 20px;
  vertical-align: top;
}
/* line 1005, sass/style.scss */
.alu-block .alu-name {
  font-size: 16px;
  margin: 0 0 10px;
}
/* line 1009, sass/style.scss */
.alu-block .alu-type {
  font-size: 14px;
  font-family: "Cardo-Italic";
  margin: 0 0 10px;
}

/* line 1017, sass/style.scss */
.single-forum-article a.go-back {
  color: #B3B3B3;
  font-size: 16px;
}
/* line 1021, sass/style.scss */
.single-forum-article .page-title {
  padding-left: 90px;
}
@media screen and (max-width: 800px) {
  /* line 1021, sass/style.scss */
  .single-forum-article .page-title {
    padding-left: 0;
  }
}
/* line 1026, sass/style.scss */
.single-forum-article .page-title h3 {
  color: #9AA238;
  font-size: 14px;
  font-family: "Montserrat-Bold";
  margin: 30px 0;
  text-transform: uppercase;
}
/* line 1033, sass/style.scss */
.single-forum-article .page-title h2 {
  border: 0;
  padding: 0;
}
/* line 1038, sass/style.scss */
.single-forum-article .forum-author {
  margin: 0 0 40px;
}
/* line 1040, sass/style.scss */
.single-forum-article .forum-author h2 {
  margin-bottom: 40px;
}
/* line 1043, sass/style.scss */
.single-forum-article .forum-author p {
  font-size: 15px;
  font-family: "Cardo-Italic";
  line-height: 20px;
}
/* line 1049, sass/style.scss */
.single-forum-article .page-content {
  font-size: 16px;
  line-height: 22px;
  padding: 50px 0;
}
/* line 1053, sass/style.scss */
.single-forum-article .page-content p {
  margin-bottom: 15px;
}
/* line 1056, sass/style.scss */
.single-forum-article .page-content h2 {
  font-size: 20px;
  color: #9AA238;
  margin-bottom: 20px;
}
/* line 1061, sass/style.scss */
.single-forum-article .page-content h2 {
  font-size: 18px;
  color: #9AA238;
  margin-bottom: 20px;
}

/* line 1069, sass/style.scss */
#ssba_widget-2 {
  display: inline-block;
}

/* line 1072, sass/style.scss */
.single-temp {
  min-height: 730px;
  clear: both;
}
/* line 1074, sass/style.scss */
.single-temp .article-body {
  width: calc(100% - 90px);
  float: right;
}
@media screen and (max-width: 800px) {
  /* line 1074, sass/style.scss */
  .single-temp .article-body {
    width: 100%;
  }
}

/* line 1082, sass/style.scss */
.share-bar {
  width: 90px;
  float: left;
  box-sizing: border-box;
  padding: 50px 10px 0;
}
@media screen and (min-width: 900px){
  .share-bar.fixed{
    position:fixed;
    top: 135px;
  }
}

@media screen and (max-width: 800px) {
  /* line 1082, sass/style.scss */
  .share-bar {
    width: 100%;
    padding: 15px 0;
  }
}
/* line 1091, sass/style.scss */
.share-bar a {
  display: block;
  padding: 10px !important;
  font-size: 18px !important;
  color: #bababa;
}
/* line 1096, sass/style.scss */
.share-bar a:hover {
  color: #9AA238;
}
@media screen and (max-width: 800px) {
  /* line 1091, sass/style.scss */
  .share-bar a {
    display: inline-block !important;
  }
}
/* line 1104, sass/style.scss */
.share-bar .ssba_facebook_share img {
  display: none !important;
}
/* line 1108, sass/style.scss */
.share-bar .ssba_facebook_share:after {
  font-family: FontAwesome;
  content: "\f09a";
}
/* line 1115, sass/style.scss */
.share-bar .ssba_twitter_share img {
  display: none !important;
}
/* line 1119, sass/style.scss */
.share-bar .ssba_twitter_share:after {
  font-family: FontAwesome;
  content: "\f099";
}
/* line 1126, sass/style.scss */
.share-bar .ssba_print img {
  display: none !important;
}
/* line 1130, sass/style.scss */
.share-bar .ssba_print:after {
  font-family: FontAwesome;
  content: "\f02f";
}
/* line 1137, sass/style.scss */
.share-bar .s-pdf:after {
  font-family: FontAwesome;
  content: "\f1c1";
}

/* line 1145, sass/style.scss */
.post-nav {
  background: #f4f6eb;
  padding: 30px 0;
  color: #4D4D4D;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
}
/* line 1152, sass/style.scss */
.post-nav .post-prev {
  width: 50%;
  float: left;
  text-align: left;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  /* line 1152, sass/style.scss */
  .post-nav .post-prev {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* line 1164, sass/style.scss */
.post-nav .post-prev .post-title {
  display: inline-block;
  color: #4D4D4D;
  vertical-align: middle;
}
/* line 1170, sass/style.scss */
.post-nav .post-prev .nv {
  color: #4D4D4D;
  display: inline-block;
  margin-right: 25px;
  font-size: 40px;
  vertical-align: middle;
  font-size:0;
  width:9px;
  height:16px;
  background:url(images/arrow-left.png) no-repeat;
}

.post-prev .nx{
  color: #4D4D4D;
  display: inline-block;
  margin-right: 15px;
  font-size: 40px;
  vertical-align: middle;
  font-size:0;
  width:9px;
  height:16px;
  background:url(images/arrow-left.png) no-repeat;
}
/* line 1177, sass/style.scss */
.post-nav .post-prev .n1 {
  float: left;
  width: 5%;
}
/* line 1181, sass/style.scss */
.post-nav .post-prev .n2 {
  float: left;
  width: 95%;
}
/* line 1186, sass/style.scss */
.post-nav .post-next {
  width: 50%;
  float: right;
  text-align: right;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  /* line 1186, sass/style.scss */
  .post-nav .post-next {
    width: 100%;
  }
}
/* line 1196, sass/style.scss */
.post-nav .post-next .post-title {
  color: #4D4D4D;
  vertical-align: middle;
}
/* line 1200, sass/style.scss */
.post-nav .post-next .nv {
  color: #4D4D4D;
  display: inline-block;
  margin-left: 15px;
  font-size: 40px;
  vertical-align: middle;
  font-size:0;
  width:9px;
  height:16px;
  background:url(images/arrow-right.png) no-repeat;
}

.post-next .nx{
  color: #4D4D4D;
  display: inline-block;
  margin-left: 25px;
  font-size: 40px;
  vertical-align: middle;
  font-size:0;
  width:9px;
  height:16px;
  background:url(images/arrow-right.png) no-repeat;
}
/* line 1207, sass/style.scss */
.post-nav .post-next .n1 {
  float: left;
  width: 95%;
}
/* line 1211, sass/style.scss */
.post-nav .post-next .n2 {
  float: left;
  width: 5%;
}

/* line 1220, sass/style.scss */
.single-issue .header-post-nav {
  overflow: hidden;
  margin-bottom: 50px;
}
/* line 1223, sass/style.scss */
.single-issue .header-post-nav a {
  color: #4D4D4D;
  font-size: 14px;
}
/* line 1227, sass/style.scss */
.single-issue .header-post-nav .post-prev {
  float: left;
  text-align: left;
  width: 50%;
}
/* line 1232, sass/style.scss */
.single-issue .header-post-nav .post-next {
  float: right;
  text-align: right;
  width: 50%;
}
/* line 1238, sass/style.scss */
.single-issue .page-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  /* line 1238, sass/style.scss */
  .single-issue .page-title {
    padding-left: 0;
  }
}
/* line 1243, sass/style.scss */
.single-issue .page-title h3 {
  color: #9AA238;
  font-family: "Montserrat-Bold";
  font-size: 14px;
}
/* line 1248, sass/style.scss */
.single-issue .page-title h2 {
  border: 0;
}
/* line 1251, sass/style.scss */
.single-issue .page-title p {
  font-family: "Cardo-Italic";
  font-size: 16px;
}
/* line 1258, sass/style.scss */
.single-issue .row .col-2 {
  padding: 15px 30px 15px 0;
}
/* line 1262, sass/style.scss */
.single-issue .issue-article-type {
  font-size: 14px;
  font-family: "Montserrat-Bold";
  padding: 0 0 15px;
  border-bottom: 1px solid #ddd;
  margin: 0 0 40px;
  margin-right: 20%;
}

/* line 1275, sass/style.scss */
.news-page .page-content {
  padding: 30px 0;
}
/* line 1278, sass/style.scss */
.news-page .page-content .row .col-2-9 {
  padding-left: 0;
}
@media screen and (max-width: 800px) {
  /* line 1278, sass/style.scss */
  .news-page .page-content .row .col-2-9 {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  /* line 1285, sass/style.scss */
  .news-page .page-content .row .col-2-3 {
    display: none;
  }
}

/* line 1295, sass/style.scss */
.news-block {
  padding: 15px 0;
  margin: 0 0 20px;
}
/* line 1298, sass/style.scss */
.news-block .news-title {
  font-size: 24px;
  color: #666;
  margin-bottom: 25px;
}
/* line 1302, sass/style.scss */
.news-block .news-title span {
  color: #9AA238;
  font-size: 20px;
  vertical-align: middle;
}
/* line 1306, sass/style.scss */
.news-block .news-title span i {
  display: inline-block;
  font-size: 30px;
  margin: 0 10px 0 35px;
}
/* line 1313, sass/style.scss */
.news-block .news-except {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
}
/* line 1319, sass/style.scss */
.news-block .news-readmore a {
  color: #9AA238;
  font-size: 14px;
  font-family: "Montserrat-Regular";
}

/* line 1327, sass/style.scss */
#archives-3 {
  margin: 20px 0 0;
  padding: 20px 15px;
  background:#EDECEC;
}
/* line 1329, sass/style.scss */
#archives-3 .widgettitle {
  color: #9AA238;
  font-family: "Montserrat-Bold";
  font-size: 14px;
  margin-bottom: 30px;
}
/* line 1336, sass/style.scss */
#archives-3 ul li {
  margin-bottom: 15px;
  color: #888;
  font-size: 14px;
}
/* line 1340, sass/style.scss */
#archives-3 ul li a {
  color: #888;
  font-size: 14px;
}

/* line 1350, sass/style.scss */
.single-pp a.go-back {
  color: #B3B3B3;
  font-size: 16px;
  margin-bottom: 25px;
  display: block;
}
/* line 1357, sass/style.scss */
.single-pp .page-title h2 {
  border: 0;
  padding: 0;
}
/* line 1361, sass/style.scss */
.single-pp .page-title h3 {
  color: #9AA238;
  font-size: 14px;
  font-family: "Montserrat-Bold";
  margin: 30px 0;
}
/* line 1368, sass/style.scss */
.single-pp .page-content {
  font-size: 16px;
  line-height: 22px;
  padding: 50px 0;
}
/* line 1372, sass/style.scss */
.single-pp .page-content a {
  color: #9AA238;
}
/* line 1375, sass/style.scss */
.single-pp .page-content h3 {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 25px;
  color: #9AA238;
}
/* line 1381, sass/style.scss */
.single-pp .page-content p {
  margin-bottom: 15px;
}
/* line 1384, sass/style.scss */
.single-pp .page-content ul, .single-pp .page-content ol {
  margin-bottom: 20px;
  list-style: initial;
  margin-left: 20px;
}
/* line 1388, sass/style.scss */
.single-pp .page-content ul li, .single-pp .page-content ol li {
  margin-bottom: 15px;
}
/* line 1392, sass/style.scss */
.single-pp .page-content strong, .single-pp .page-content b {
  font-family: "Cardo-Bold";
}

/* line 1398, sass/style.scss */
#mobile-menu-btn {
  color: #9AA238;
  font-size: 40px;
  padding: 15px;
  vertical-align: middle;
  display: none;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Standard syntax */
@keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.search-block{
  display:none;
  background:rgba(255,255,255,0.8);
  position: fixed;
  top:0;
  bottom:0;
  left:0;
  height:0;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center;
}

.search-block.show{
  display:block;
  -webkit-animation: grow 1s ease-in;
  -moz-animation:    grow 1s ease-in; 
  -o-animation:      grow 1s ease-in; 
  animation:         grow 1s ease-in; 
}
.search-block #s-close{
  position: absolute;
  top:50px;
  right:50px;
  z-index: 1000;
  color:#4D4D4D;
  font-size: 30px;
  font-family: "Arial";

}

.search-block .search-form{
  width: 50%;
  display:inline-block;
  overflow: hidden;
  margin: 30% 0 0;
}

ul.sponsors li{
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px){
  .search-block .search-form{
    width: 80%;
    margin: 40% 0 0;
  }
}
@media screen and (max-width: 600px){
  .search-block .search-form{
    width: 90%;
    margin: 300px 0 0;
  }
}

.search-block .search-form input[type="search"]{
  border: 0;
  border-bottom: 2px solid #9AA238;
  background: transparent;
  float: left;
  width: 80%;
  padding: 10px;
  box-sizing: border-box;
  height: 40px;
}

.search-block .search-form input[type="search"]:-moz-placeholder{
  color: #333;
}

.search-block .search-form input[type="search"]::-moz-placeholder{
  color:#333;
}


.search-block .search-form input[type="search"]:-ms-input-placeholder{
  color: #333;
}



.search-block .search-form input[type="search"]::-webkit-input-placeholder{
  color: #333;
}


.search-block .search-form input[type="submit"]{
  border: 2px solid #9AA238;
  background: #9AA238;
  color: #fff;
  float: left;
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
  height: 40px;
}

.current-members a{
  color:#000 !important;
}

.current-members a:hover{
  color:#9AA238;
  text-decoration: underline;
}

@media screen and (max-width: 1175px) {
  /* line 1398, sass/style.scss */
  #mobile-menu-btn {
    display: inline-block;
  }
}

/* line 1409, sass/style.scss */
.mobile-menu-block {
  position: fixed;
  left: -100%;
  top: 0;
  height: 100%;
  width: 50%;
  -webkit-transition: left 0.5s ease-out;
  -moz-transition: left 0.5s ease-out;
  -o-transition: left 0.5s ease-out;
  transition: left 0.5s ease-out;
  background: #fff;
  z-index: 101;
  box-sizing: border-box;
  padding-top: 30px;
}

@media screen and (max-width: 800px){
  .forum-search label{
    width: 100%;
  }
  .alu-block{
    width: 49%;
  }
}

@media screen and (max-width: 650px){
  .forum-search input[type="text"]{
    width: 100%;
    margin-bottom: 15px;
  }
  .forum-search input[type="submit"]{
    margin-left: 1.5%;
  }
  .forum-teaser{
    width: 100%;
  }
  .alu-block{
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  /* line 1409, sass/style.scss */
  .mobile-menu-block {
    width: 280px;
  }
}
/* line 1426, sass/style.scss */
.mobile-menu-block img {
  width: 200px;
  margin: 25px 15px;
}

/* line 1432, sass/style.scss */
.mobile-menu-block ul li {
  display: block !important;
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #9AA238;
}

/* line 1437, sass/style.scss */
.mobile-menu-block ul li:hover {
  background: #9AA238;
}

/* line 1440, sass/style.scss */
.mobile-menu-block ul li:hover a {
  color: #fff;
}

/* line 1443, sass/style.scss */
.mobile-menu-block ul li a {
  color: #888;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

/* line 1450, sass/style.scss */
.mobile-menu-block.from-left {
  left: 0;
  -webkit-transition: left 0.5s ease-out;
  -moz-transition: left 0.5s ease-out;
  -o-transition: left 0.5s ease-out;
  transition: left 0.5s ease-out;
}

/* line 1458, sass/style.scss */
.mobile-overlap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  display: none;
}

#mce-responses{
  padding: 20px 0;
}

@media screen and (max-width: 900px){
  .default-page .col-2-7{
    width: 100%;
  }
  .default-page .col-2-5{
    width: 100%;
  }
}