/*
 * The Art of Storytelling - Website
 * @Description - Main CSS file
 * @author Alexey Ostroverkhov
 * @copyright 2014 The Art of Storytelling
 ***********************************************/
/********************
** Breakpoints
********************/
/********************
** Media Queries
********************/
/********************
** Fonts
********************/
/********************
** Colors
********************/
* {
  margin: 0;
  border: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%;
  min-height: 100%; }

html {
  background: #f0ebe5;
  font-size: 100%;
  -webkit-font-smoothing: antialiased; }

body {
  color: #4f4f4f;
  background: #f0ebe5;
  line-height: 1.5em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  position: relative;
  min-height: 100%; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  -moz-user-drag: -moz-none;
  -webkit-user-drag: none;
  user-drag: none; }

a, a:visited {
  color: #c66020;
  text-decoration: none !important;
  outline: none !important; }

a:hover, a:active, a:focus {
  color: #4f4f4f;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

:focus {
  outline: 0; }

p {
  font-size: 0.75em;
  line-height: 1.625em;
  margin: 0 0 1.25em; }

p + p {
  margin-top: 1.5em; }

dl, ol, ul {
  margin-bottom: 1.5em;
  line-height: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 1.5em;
   
}

.content ul, ol {
	color: #282425;
	/*font-size: 0.875em;*/
	line-height: 1.85714em;
	font-family: Arial,Helvetica,sans-serif;   
}

li ul, li ol {
  margin: 0; }

input, select, textarea {
  display: block;
  -webkit-appearance: none; }

/* Headings - START */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  color: #4f4f4f; }

h1, .h1 {
  font-size: 1.875em;
  line-height: 1em;
  margin: 20px 0 0;
  padding: 0 0 20px; }

h2, .h2 {
  font-size: 1.375em;
  line-height: 1.125em;
  margin: 0; }

h3, .h3 {
  font-size: 1.125em;
  line-height: 1.375em;
  margin: 0; }

/* Utility Classes - START */
.hidden {
  visibility: hidden; }

.none {
  display: none; }

.inline {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.no-bottom-margin {
  margin-bottom: 0; }

.clearfix:after {
  height: 0;
  content: ".";
  display: block;
  clear: both;
  visibility: hidden; }

.front header.navbar-default {
  margin: 0; }

header.navbar-default {
  background: #ffffff;
  border: none;
  min-height: 126px;
  margin: 0 0 40px 0; }
header .logo {
  float: left;
  margin: 32px 0 18px 15px;
  width: 133px;
  height: 50px;
  overflow: hidden; }
  @media only screen and (min-width: 640px) {
    header .logo {
      width: 268px;
      height: 92px;
      margin: 15px 0 18px 15px; } }
  header .logo img {
    max-width: 268px;
    width: 268px;
    height: 92px; }
header .region-header {
  width: 100%;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    header .region-header {
      width: auto;
      overflow: visible; } }
header .navbar-header .navbar-toggle {
  width: 51px;
  height: 30px;
  margin: 48px 15px 0 0;
  padding: 0;
  border: none;
  background: url(../images/bg-toggle-menu.png) no-repeat 0 0; }
  header .navbar-header .navbar-toggle:hover, header .navbar-header .navbar-toggle:focus {
    background-color: #ffffff; }
  header .navbar-header .navbar-toggle span {
    visibility: hidden; }
header .navbar-collapse {
  max-height: 600px;
  padding: 0;
  border: none; }
  @media only screen and (min-width: 768px) {
    header .navbar-collapse.in {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important; } }
@media only screen and (min-width: 768px) {
  header .menu-wrapper {
    height: 68px;
    background: #753f05;
    padding: 12px 0;
    overflow: visible; } }
header .menu-wrapper ul.menu {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  background: #753f05;
  position: relative;
  z-index: 1000; }
  @media only screen and (min-width: 768px) {
    header .menu-wrapper ul.menu {
      margin: 0; }
      header .menu-wrapper ul.menu > li.dropdown:hover {
        padding-bottom: 50px;
        margin-bottom: -50px !important; } }
  header .menu-wrapper ul.menu > li.active > a, header .menu-wrapper ul.menu > li.active-trail > a {
    background: #c66020;
    color: #ffffff; }
  @media only screen and (min-width: 768px) {
    header .menu-wrapper ul.menu li {
      margin: 0 0 0 8px;
      float: left; } }
  @media only screen and (min-width: 992px) {
    header .menu-wrapper ul.menu li {
      margin: 0 0 0 24px; } }
  header .menu-wrapper ul.menu li.first, header .menu-wrapper ul.menu li:first-child {
    margin: 0; }
  header .menu-wrapper ul.menu li a {
    text-align: right;
    color: #ffffff;
    text-decoration: none; }
    @media only screen and (min-width: 768px) {
      header .menu-wrapper ul.menu li a {
        padding: 11px 7px;
        text-align: left; } }
    @media only screen and (min-width: 992px) {
      header .menu-wrapper ul.menu li a {
        padding: 10px 13px; } }
    header .menu-wrapper ul.menu li a.disabled {
      color: #ffffff; }
/*

header .menu-wrapper ul.menu li a:hover,
header .menu-wrapper ul.menu li a:focus,
header .menu-wrapper ul.menu li a.active,
header .menu-wrapper ul.menu li a.active-trail,
header .menu-wrapper ul.menu li a.active:hover,
header .menu-wrapper ul.menu li a.disabled:hover
{
      background: #729100;
      color: #ffffff;
}
  
*/

header .menu-wrapper ul.menu li a:focus, header .menu-wrapper ul.menu li a.active, header .menu-wrapper ul.menu li a.active-trail, header .menu-wrapper ul.menu li a.active:hover{
	background: #729100;
	color: #ffffff;
}

header .menu-wrapper ul.menu li a:hover, header .menu-wrapper ul.menu li a.disabled:hover{
	background: #c66020;
	color: #ffffff; 
}
/*
header .menu-wrapper ul.menu li a.active, header .menu-wrapper ul.menu li a.active:hover{
      background: #729100;
      color: #ffffff; }

header .menu-wrapper ul.menu li a:hover{
      background: #c66020;
      color: #ffffff; }
*/
  
    header .menu-wrapper ul.menu li a span.caret {
      display: none; }
  header .menu-wrapper ul.menu li.open > a {
    background: #c66020;
    color: #ffffff; }
    header .menu-wrapper ul.menu li.open > a:hover, header .menu-wrapper ul.menu li.open > a:focus {
      background: #c66020;
      color: #ffffff; }
  header .menu-wrapper ul.menu li > .dropdown-menu,
  header .menu-wrapper ul.menu li > ul {
    margin: 0;
    padding: 0;
    float: none;
    position: relative;
    top: auto;
    left: auto;
    background: #f0ebe5;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none !important;
    z-index: 1000;
    display: none; }
    header .menu-wrapper ul.menu li > .dropdown-menu li a,
    header .menu-wrapper ul.menu li > ul li a {
      display: block;
      padding: 11px 7px;
      color: #753f05; }
      header .menu-wrapper ul.menu li > .dropdown-menu li a:hover, header .menu-wrapper ul.menu li > .dropdown-menu li a.active,
      header .menu-wrapper ul.menu li > ul li a:hover,
      header .menu-wrapper ul.menu li > ul li a.active {
        color: #ffffff; }
    header .menu-wrapper ul.menu li > .dropdown-menu li ul,
    header .menu-wrapper ul.menu li > ul li ul {
      display: none; }
    header .menu-wrapper ul.menu li > .dropdown-menu li.active-trail ul, header .menu-wrapper ul.menu li > .dropdown-menu li .active ul,
    header .menu-wrapper ul.menu li > ul li.active-trail ul,
    header .menu-wrapper ul.menu li > ul li .active ul {
      display: block; }
      header .menu-wrapper ul.menu li > .dropdown-menu li.active-trail ul li, header .menu-wrapper ul.menu li > .dropdown-menu li .active ul li,
      header .menu-wrapper ul.menu li > ul li.active-trail ul li,
      header .menu-wrapper ul.menu li > ul li .active ul li {
        background: #e2ddd8; }
    @media only screen and (min-width: 768px) {
      header .menu-wrapper ul.menu li > .dropdown-menu,
      header .menu-wrapper ul.menu li > ul {
        margin: 50px 0 0 -142px;
        width: 285px;
        padding: 16px 0 0;
        position: absolute;
        left: 50%;
        top: 20px;
        border-bottom: 1px solid #cacaca;
        background: url(../images/bg-dropdown.png) no-repeat 50% 0;
        display: none; }
        header .menu-wrapper ul.menu li > .dropdown-menu li,
        header .menu-wrapper ul.menu li > ul li {
          float: none;
          margin: 0;
          display: block;
          border-left: 1px solid #cacaca;
          border-right: 1px solid #cacaca;
          border-top: 1px solid #f0ebe5;
          background: #f0ebe5;
          position: relative; }
          header .menu-wrapper ul.menu li > .dropdown-menu li.first,
          header .menu-wrapper ul.menu li > ul li.first {
            border-top: none; }
          header .menu-wrapper ul.menu li > .dropdown-menu li a,
          header .menu-wrapper ul.menu li > ul li a {
            color: #282425;
            padding: 15px 20px; }
          header .menu-wrapper ul.menu li > .dropdown-menu li ul,
          header .menu-wrapper ul.menu li > ul li ul {
            background: #e2ddd8;
            border: 1px solid #cacaca;
            left: 100%;
            margin: -21px 0 0;
            padding: 0; }
            header .menu-wrapper ul.menu li > .dropdown-menu li ul li,
            header .menu-wrapper ul.menu li > ul li ul li {
              background: #e2ddd8;
              border: none; } }
  header .menu-wrapper ul.menu li.active-trail > .dropdown-menu, header .menu-wrapper ul.menu li.active-trail > ul, header .menu-wrapper ul.menu li.active > .dropdown-menu, header .menu-wrapper ul.menu li.active > ul {
    display: block; }
    @media only screen and (min-width: 768px) {
      header .menu-wrapper ul.menu li.active-trail > .dropdown-menu, header .menu-wrapper ul.menu li.active-trail > ul, header .menu-wrapper ul.menu li.active > .dropdown-menu, header .menu-wrapper ul.menu li.active > ul {
        display: none; } }
header .search {
  float: right;
  margin: 25px 15px 0 0;
  border: 1px solid #dcdcdc;
  max-width: 328px;
  padding: 0;
  clear: right; }
  header .search input.form-text {
    border: none;
    height: 38px;
    outline: none;
    box-shadow: none !important; }
    header .search input.form-text:focus {
      outline: none;
      -webkit-box-shadow: none 0 0 #000 ;
      -moz-box-shadow: none 0 0 #000 ;
      box-shadow: none 0 0 #000 ; }
  header .search .input-group-btn .btn {
    border: none;
    width: 38px;
    height: 38px;
    background: url(../images/ico-search.png) no-repeat 50% 50%;
    outline: none;
    text-indent: -9999px; }
    header .search .input-group-btn .btn:active {
      -webkit-box-shadow: none 0 0 #000 ;
      -moz-box-shadow: none 0 0 #000 ;
      box-shadow: none 0 0 #000 ; }

section.share {
  float: right;
  width: 285px; }
  @media only screen and (min-width: 640px) {
    section.share {
      width: auto; } }
  section.share ul.share {
    margin: 22px 0 0;
    padding: 0;
    list-style: none; }
    section.share ul.share li {
      float: left;
      margin: 5px 17px; }
      @media only screen and (min-width: 640px) {
        section.share ul.share li {
          margin: 0 0 0 24px; } }
      @media only screen and (min-width: 768px) {
        section.share ul.share li {
          margin: 0 0 0 16px; } }
      @media only screen and (min-width: 992px) {
        section.share ul.share li {
          margin: 0 0 0 24px; } }
      section.share ul.share li a {
        text-indent: -9999px;
        float: left;
        width: 17px;
        height: 21px;
        background: url(../images/bg-share-icons.png) no-repeat -205px -27px;
        opacity: 0.45;
        -webkit-transition: opacity 0.35s linear;
        -moz-transition: opacity 0.35s linear;
        -ms-transition: opacity 0.35s linear;
        -o-transition: opacity 0.35s linear;
        transition: opacity 0.35s linear; }
        section.share ul.share li a:hover {
          opacity: 1; }
        section.share ul.share li a.rss {
          background-position: 0 0; }
        section.share ul.share li a.facebook {
          background-position: -48px 0; }
        section.share ul.share li a.twitter {
          background-position: -102px 0; }
        section.share ul.share li a.flickr {
          background-position: -154px 0; }
        section.share ul.share li a.linkedin {
          background-position: -206px 0; }
        section.share ul.share li a.youtube {
          background-position: 0 -27px; }
        section.share ul.share li a.googleplus {
          background-position: -50px -27px; }
        section.share ul.share li a.pinterest {
          background-position: -104px -27px; }
        section.share ul.share li a.instagram {
          background-position: -153px -27px; }

/*breadcrumb style */
.breadcrumb {
  font-size: 0.625em;
  font-weight: normal;
  color: #b4b1ad;
  background: #ffffff;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 30px 30px 10px 30px; }
  .breadcrumb a {
    color: #282425;
    margin: 0 15px; }
    .breadcrumb a:first-child {
      margin-left: 0px; }
  .breadcrumb span {
    color: #c66020;
    margin-left: 15px; }

.page-header {
  margin: 0 0 30px 0;
  background: #ffffff;
  color: #753f05;
  font-size: 1.875em;
  line-height: 1.5em;
  font-weight: bold;
  padding: 0 30px 20px 30px; }

footer {
  width: 100%;
  overflow: hidden; }
  footer .footer-top {
    background: #312921;
    padding: 20px 0 0; }
    footer .footer-top .region-footer-share {
      border-bottom: 1px solid #4d463e;
      padding: 0 0 20px;
      width: 100%;
      overflow: hidden; }
    footer .footer-top .region-footer {
      width: 100%;
      overflow: hidden;
      margin: 0;
      padding: 0; }
      @media only screen and (min-width: 768px) {
        footer .footer-top .region-footer {
          padding: 0 0 20px;
          margin: 20px 0 0; } }
      footer .footer-top .region-footer .block {
        border-bottom: 1px solid #4d463e;
        margin: 15px 0 0;
        padding-bottom: 25px; }
        @media only screen and (min-width: 768px) {
          footer .footer-top .region-footer .block {
            border: none;
            margin: 0;
            padding-bottom: 0; } }
      @media only screen and (min-width: 768px) {
        footer .footer-top .region-footer .text {
          border-right: 1px solid #4d463e; } }
    footer .footer-top h2 {
      color: #ffffff;
      font-size: 1.125em;
      margin: 10px 0 0; }
    footer .footer-top p {
      color: #ededed;
      font-size: 0.875em;
      margin: 20px 0 0; }
    footer .footer-top a {
      color: #c66020;
      text-decoration: none; }
      footer .footer-top a:hover {
        color: #ffffff; }
    footer .footer-top section.share {
      width: auto;
      margin: 30px 0 0; }
      @media only screen and (min-width: 640px) {
        footer .footer-top section.share {
          width: 100%; } }
      @media only screen and (min-width: 768px) {
        footer .footer-top section.share {
          width: 33.3333%;
          margin: 68px 0 0; } }
      footer .footer-top section.share ul.share {
        margin: 0;
        padding: 6px 0;
        width: 100%;
        overflow: hidden;
        background: #f0ebe5; }
        footer .footer-top section.share ul.share li {
          margin: 6px 16px; }
          @media only screen and (min-width: 768px) {
            footer .footer-top section.share ul.share li {
              margin: 6px 11px 6px 15px; } }
          @media only screen and (min-width: 992px) {
            footer .footer-top section.share ul.share li {
              margin: 6px 20px; } }
    footer .footer-top #block-views-tweets-block {
      margin-top: 12px; }
      footer .footer-top #block-views-tweets-block .view-tweets {
        position: relative;
        margin: 50px 0 0; }
        @media only screen and (min-width: 640px) {
          footer .footer-top #block-views-tweets-block .view-tweets {
            margin: 0; } }
        footer .footer-top #block-views-tweets-block .view-tweets .view-header {
          position: absolute;
          top: -42px;
          right: -11px;
          background: url(../images/bg-twitter-arrow.png) no-repeat 30% 100%;
          height: 42px;
          float: right; }
        footer .footer-top #block-views-tweets-block .view-tweets .view-content {
          background: #473c32;
          padding: 16px;
          color: #ffffff;
          font-size: 0.8125em;
          line-height: 1.75em;
          margin: 25px 0 0; }
          footer .footer-top #block-views-tweets-block .view-tweets .view-content .views-field-created-time {
            font-size: 0.75em; }
  footer .footer-bottom {
    background: #f0ebe5;
    width: 100%;
    overflow: hidden;
    padding: 35px 0; }
    footer .footer-bottom ul.menu {
      margin: 0;
      padding: 0;
      list-style: none; }
      footer .footer-bottom ul.menu li {
        float: left;
        margin: 0 0 0 32px; }
        footer .footer-bottom ul.menu li.first {
          margin: 0; }
        footer .footer-bottom ul.menu li a {
          color: #753f05;
          font-size: 0.9375em;
          text-decoration: none; }
          footer .footer-bottom ul.menu li a:hover, footer .footer-bottom ul.menu li a:focus, footer .footer-bottom ul.menu li a.active {
            color: #c66020; }
    footer .footer-bottom .irish-aid {
      margin: 30px 0 0; }
      footer .footer-bottom .irish-aid p {
        margin: 0;
        /*max-width: 340px;*/ }
        footer .footer-bottom .irish-aid p img {
          float: left;
          /*margin-left: 40px; */
          }
    footer .footer-bottom .info {
      margin: 30px 0 0; }
      @media only screen and (min-width: 768px) {
        footer .footer-bottom .info {
          margin: 50px 0 0; } }
      footer .footer-bottom .info p {
        margin: 0;
        color: #a35807;
        font-size: 0.75em; }
  footer .footer-copy {
    background: #e9e4de;
    width: 100%;
    overflow: hidden;
    padding: 20px 0; }
    footer .footer-copy .block {
      width: 100%;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        footer .footer-copy .block {
          width: 290px;
          text-align: left;
          float: left; } }
    footer .footer-copy p {
      margin: 20px 0 0;
      font-size: 0.9375em; }
      @media only screen and (min-width: 768px) {
        footer .footer-copy p {
          margin: 0;
          font-size: 0.875em; } }
    footer .footer-copy a {
      text-decoration: none; }
    footer .footer-copy .right {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        footer .footer-copy .right {
          width: 220px;
          text-align: right;
          float: right; } }
      footer .footer-copy .right p {
        margin: 0; }

/* Page Style - START */
.container {
  max-width: 960px; }

.main-container {
  padding-bottom: 50px; }

#page-wrapper {
  position: relative;
  max-width: 100%;
  min-height: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  top: 0;
  left: 0;
  right: 0; }

/* Sidebar style */
.sidebar-block .orange-button {
  color: #ffffff;
  font-size: 0.9375em;
  line-height: 1.6em;
  font-weight: bold;
  padding: 19px 52px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #c66020;
  background-repeat: no-repeat; }
.sidebar-block .block-title {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.25em;
  color: #753f05;
  padding: 14px 19px;
  border-bottom: 1px solid #d5ccc2; }
.sidebar-block .view-tags .view-content {
  text-align: center; }
.sidebar-block .view-tags .views-row {
  display: inline; }
  .sidebar-block .view-tags .views-row a {
    font-size: 0.875em;
    line-height: 1.71429em;
    text-decoration: underline !important; }
.sidebar-block .view-content {
  padding: 25px 19px; }
.sidebar-block.rss-block {
  text-align: center;
  padding: 30px 0; }
  .sidebar-block.rss-block p .orange-button {
    background-image: url("../images/bg-rss.png");
    background-position: 30px 50%;
    padding: 19px 33px 19px 65px; }
  .sidebar-block.rss-block p:last-child {
    margin: 0; }
.sidebar-block.newsletter-block {
  text-align: center;
  padding-bottom: 30px; }
  .sidebar-block.newsletter-block .block-title {
    border: none; }
  .sidebar-block.newsletter-block p .orange-button {
    background-image: url("../images/bg-arrow.png");
    background-position: 75% -5px;
    padding: 19px 76px 19px 52px;
    margin-top: 14px; }
  .sidebar-block.newsletter-block p:last-child {
    margin: 0; }
.sidebar-block.categories-list .view-content {
  padding: 0; }
.sidebar-block.categories-list ul {
  list-style: none;
  padding: 0px;
  margin: 0; }
  .sidebar-block.categories-list ul li a {
    display: block;
    font-size: 1em;
    line-height: 1.5em;
    color: #282425;
    padding: 12px 21px; }
    .sidebar-block.categories-list ul li a:hover {
      background: #c66020;
      color: #ffffff;
      text-decoration: none; }
    .sidebar-block.categories-list ul li a.active {
      background: #729100;
      color: #ffffff;
      text-decoration: none; }
.sidebar-block.categories-list ul li ul li a {
    padding-left: 40px; }
.sidebar-block.categories-list ul li ul li a:hover{
      background: #729100; }
.sidebar-block.categories-list ul li ul li a.active {
      background: #c66020; }
  
.sidebar-block.categories-list ul li ul li ul li a {
    padding-left: 40px; }
.sidebar-block.categories-list ul li ul li ul li a:hover{
      background: #729100; }
.sidebar-block.categories-list ul li ul li ul li a.active {
      background: #c66020; }

.region-sidebar-second {
  margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .region-sidebar-second {
      margin-top: 0; } }
  .region-sidebar-second .block {
    background: #ffffff;
    margin-bottom: 30px; }

.region-sidebar-second .block.sidebar-block.brown-block {
	background: #468eb8;
	color: #ffffff;
}

      .region-sidebar-second .block.sidebar-block.brown-block p {
        padding: 15px 0px;
        font-size: 0.875em;
        line-height: 1.71429em;
        margin: 0 20px; }
        .region-sidebar-second .block.sidebar-block.brown-block p a {
          color: #ffffff; }

.region-sidebar-second .block.sidebar-block.brown-block p + p {
	border-top: 1px solid;
}

.region-sidebar-second .block.sidebar-block.brown-block .block-title {
	/*border-color: #729100;*/
	color: #ffffff;
}
    
    .region-sidebar-second .block .view-related-links ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .region-sidebar-second .block .view-related-links ul li {
        background: url("../images/bg-li.png") no-repeat 0 50%;
        padding: 0 0 0 20px;
        margin: 15px 0 0; }
        .region-sidebar-second .block .view-related-links ul li.first {
          margin: 0; }
        .region-sidebar-second .block .view-related-links ul li a {
          color: #282425; }
          .region-sidebar-second .block .view-related-links ul li a:hover {
            color: #c66020; }
    .region-sidebar-second .block .view-related-documents .views-row {
      width: 100%;
      overflow: hidden;
      border-bottom: 1px solid #d5ccc2;
      padding-bottom: 20px;
      margin-top: 20px; }
      .region-sidebar-second .block .view-related-documents .views-row.views-row-first {
        margin: 0; }
      .region-sidebar-second .block .view-related-documents .views-row.views-row-last {
        border: none;
        padding: 0; }
      .region-sidebar-second .block .view-related-documents .views-row img {
        float: left;
        margin: 0 17px 0 0; }
      .region-sidebar-second .block .view-related-documents .views-row .content {
        padding-left: 78px; }
        .region-sidebar-second .block .view-related-documents .views-row .content.no-image {
          padding: 0; }
        .region-sidebar-second .block .view-related-documents .views-row .content .date {
          display: none; }
        .region-sidebar-second .block .view-related-documents .views-row .content h2 {
          font-size: 0.875em;
          line-height: 1.125em;
          font-weight: bold; }
          .region-sidebar-second .block .view-related-documents .views-row .content h2 a {
            color: #4f4f4f; }
            .region-sidebar-second .block .view-related-documents .views-row .content h2 a:hover {
              color: #c66020; }
        .region-sidebar-second .block .view-related-documents .views-row .content p {
          font-size: 0.875em;
          line-height: 1.5em;
          color: #888888;
          margin: 5px 0 0; }
  .region-sidebar-second .text-block {
    margin: 0 auto 10px auto;
    position: relative;
    padding: 15px 15px 15px 106px;
    min-height: 104px;
    width: 100%;
    max-width: 290px; }
    .region-sidebar-second .text-block a {
      color: #ffffff; }
    @media only screen and (min-width: 640px) {
      .region-sidebar-second .text-block {
        margin-bottom: 30px; }
        .region-sidebar-second .text-block.block-type-0 {
          float: left; }
        .region-sidebar-second .text-block.block-type-1 {
          float: right; }
        .region-sidebar-second .text-block.block-type-2 {
          clear: both;
          margin-left: auto;
          margin-right: auto; } }
    @media only screen and (min-width: 768px) {
      .region-sidebar-second .text-block {
        margin-bottom: 15px; }
        .region-sidebar-second .text-block.block-type-0 {
          float: none; }
        .region-sidebar-second .text-block.block-type-1 {
          float: none; }
        .region-sidebar-second .text-block.block-type-2 {
          clear: both; } }
    .region-sidebar-second .text-block .block-title {
      display: none; }
    .region-sidebar-second .text-block .wrap {
      display: table;
      height: 100%; }
      .region-sidebar-second .text-block .wrap .content {
        display: table-cell;
        vertical-align: middle; }
        .region-sidebar-second .text-block .wrap .content p {
          color: #ffffff;
          font-size: 1.0625em;
          line-height: 1.29412em; }
          .region-sidebar-second .text-block .wrap .content p:last-child {
            margin: 0; }
    .region-sidebar-second .text-block:before {
      position: absolute;
      top: 0px;
      left: 0px;
      display: block;
      width: 87px;
      height: 100%;
      background: url("../images/bg-color-block.png") no-repeat; }
    .region-sidebar-second .text-block.green {
      background: #729100; }
      .region-sidebar-second .text-block.green.arrow:before {
        background-position: -105px 50%; }
      .region-sidebar-second .text-block.green.stats:before {
        background-position: -403px 50%; }
      .region-sidebar-second .text-block.green.info:before {
        background-position: -705px 50%; }
      .region-sidebar-second .text-block.green:before {
        border-right: 1px solid #475a00; }
    .region-sidebar-second .text-block.blue {
      background: #468eb8; }
      .region-sidebar-second .text-block.blue.arrow:before {
        background-position: -205px 50%; }
      .region-sidebar-second .text-block.blue.stats:before {
        background-position: -502px 50%; }
      .region-sidebar-second .text-block.blue.info:before {
        background-position: -806px 50%; }
      .region-sidebar-second .text-block.blue:before {
        border-right: 1px solid #316481; }
    .region-sidebar-second .text-block.brown {
      background: #c66020; }
      .region-sidebar-second .text-block.brown.arrow:before {
        background-position: -5px 50%; }
      .region-sidebar-second .text-block.brown.stats:before {
        background-position: -303px 50%; }
      .region-sidebar-second .text-block.brown.info:before {
        background-position: -602px 50%; }
      .region-sidebar-second .text-block.brown:before {
        border-right: 1px solid #813f15; }

/*Event Block*/
#block-views-events-block {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }
  #block-views-events-block .view-events .views-exposed-form {
    display: none; }
  #block-views-events-block .view-events .nav {
    border-bottom: 1px solid #d5ccc2;
    padding: 25px;
    position: relative; }
    #block-views-events-block .view-events .nav .current-month {
      color: #231f20;
      text-align: center;
      font-size: 1.625em;
      line-height: 1em; }
    #block-views-events-block .view-events .nav .month {
      position: absolute;
      cursor: pointer;
      width: 14px;
      height: 9px;
      margin-top: -4.5px;
      text-indent: -9999px;
      background: url("../images/bg-nav.png") no-repeat;
      top: 50%; }
      #block-views-events-block .view-events .nav .month.prev {
        left: 25px;
        background-position: 0px 0px; }
      #block-views-events-block .view-events .nav .month.next {
        right: 25px;
        background-position: 0px -9px; }
  #block-views-events-block .view-events .view-content {
    padding: 0 25px; }
  #block-views-events-block .view-events .view-footer {
    padding: 25px; }
    #block-views-events-block .view-events .view-footer a {
      padding-right: 26px;
      font-size: 0.9375em;
      font-weight: bold;
      background: url("../images/bg-arrow.png") no-repeat 100% -63px; }
  #block-views-events-block .view-events .views-row {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #d5ccc2;
    margin: 25px 0 0;
    padding: 0 0 25px; }
    #block-views-events-block .view-events .views-row.views-row-last {
      border: none; }
    #block-views-events-block .view-events .views-row .date {
      width: 70px;
      float: left;
      text-align: center; }
      #block-views-events-block .view-events .views-row .date span {
        display: block; }
      #block-views-events-block .view-events .views-row .date .day {
        color: #c66020;
        font-size: 2.25em;
        line-height: 1em;
        font-weight: bold; }
      #block-views-events-block .view-events .views-row .date .month {
        color: #753f05;
        font-size: 0.8125em;
        font-weight: bold; }
      #block-views-events-block .view-events .views-row .date .time {
        color: #753f05;
        font-size: 0.75em; }
    #block-views-events-block .view-events .views-row h2 {
      padding: 0 0 0 80px;
      color: #4f4f4f;
      font-size: 0.875em;
      line-height: 1.125em;
      font-weight: bold; }
      #block-views-events-block .view-events .views-row h2 a {
        color: #4f4f4f; }
        #block-views-events-block .view-events .views-row h2 a:hover {
          color: #c66020; }

.front h1 {
  display: none; }
.front .nav-tabs {
  display: none; }
.front #block-views-events-block {
  margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .front #block-views-events-block {
      margin-top: 0px; } }
.front .newsletter {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .front .newsletter {
      float: right; } }
  .front .newsletter h2 {
    padding: 0 0 10px;
    margin-top: 15px;
    color: #753f05;
    font-size: 1.375em;
    font-weight: bold; }
    @media only screen and (min-width: 992px) {
      .front .newsletter h2 {
        margin-top: 15px;
        padding: 0 40px 10px; } }
  .front .newsletter form {
    padding: 0 0 15px;
    color: #282425;
    font-size: 0.9375em;
    line-height: 1.5em;
    position: relative; }
    @media only screen and (min-width: 992px) {
      .front .newsletter form {
        padding: 0 20px 15px; } }
    .front .newsletter form .form-item {
      text-align: left;
      margin: 10px 0 0;
      position: relative; }
      .front .newsletter form .form-item label.error {
        font-size: 9px;
        top: -5px;
        left: 12px;
        color: red; }
      .front .newsletter form .form-item label {
        position: absolute;
        top: 10px;
        left: 12px;
        color: #4f4f4f;
        font-size: 0.875em;
        font-weight: normal; }
		.checkbox label {
			display: none;
		}
      .front .newsletter form .form-item input.form-text {
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        outline: none;
        box-shadow: none;
        height: 42px; }
    .front .newsletter form button.form-submit {
      display: block;
      width: 100%;
      margin: 20px 0 0;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      background: #c66020;
      color: #ffffff;
      text-align: center;
      height: 50px;
      font-weight: bold; }
      @media only screen and (min-width: 768px) {
        .front .newsletter form button.form-submit {
          background: #c66020 url(../images/bg-arrow-white.png) no-repeat 90% 50%; } }
      @media only screen and (min-width: 992px) {
        .front .newsletter form button.form-submit {
          background-position: 75% 50%; } }
    .front .newsletter form #messages-box {
      bottom: 0px;
      left: 40px;
      position: absolute; }
      @media only screen and (min-width: 768px) {
        .front .newsletter form #messages-box {
          max-width: 210px;
          bottom: 50px; } }
    .front .newsletter form .newsletter-footer p {
      text-align: center;
      font-size: 0.9375em;
      line-height: 1.5em;
      margin: 15px 0 0; }
.front .view-slider {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .front .view-slider .views-row {
    max-height: 416px;
    width: 100%; }
  .front .view-slider img {
    max-width: none;
    min-width: 100%;
    height: auto; }
  .front .view-slider iframe {
    width: 100%; }
  .front .view-slider .text {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #312921;
    opacity: 0.85;
    z-index: 1; }
    .front .view-slider .text .text-inner {
      padding: 15px; }
    @media only screen and (min-width: 992px) {
      .front .view-slider .text {
        max-width: 580px; } }
    .front .view-slider .text h2 {
      color: #ffffff;
      font-size: 1.75em;
      margin: 0; }
      .front .view-slider .text h2 a {
        color: #ffffff; }
    .front .view-slider .text p {
      color: #baada0;
      font-size: 0.875em;
      line-height: 1.5em;
      margin: 15px 0 0; }
        
.front .view-slider .text .text-inner p a {
        color: #c66020; }
    
.front .front-news {
  width: 100%;
  overflow: hidden; }
  .front .front-news .view-content {
    border: 1px solid #d5ccc2; }
    @media only screen and (min-width: 640px) {
      .front .front-news .view-content {
        border-top: none; } }
  .front .front-news .view-footer a {
    margin: 30px 0 0;
    width: 122px;
    height: 50px;
    float: left;
    color: #ffffff;
    font-size: 0.9375em;
    line-height: 1em;
    padding: 16px 22px;
    background: #c66020 url(../images/bg-arrow-white.png) no-repeat 80% 50%; }
  .front .front-news ul.quicktabs-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    border-left: 1px solid #d5ccc2;
    border-right: 1px solid #d5ccc2;
    border-top: 1px solid #d5ccc2; }
    @media only screen and (min-width: 640px) {
      .front .front-news ul.quicktabs-tabs {
        border-top: none; } }
    .front .front-news ul.quicktabs-tabs li {
      width: 100%;
      margin: 0;
      padding: 0;
      float: left; }
      @media only screen and (min-width: 640px) {
        .front .front-news ul.quicktabs-tabs li {
          width: 33%;
          height: 72px;
          border-right: 1px solid #f0ebe5; }
          .front .front-news ul.quicktabs-tabs li.last {
            border-right: none;
            width: 34%; } }
      .front .front-news ul.quicktabs-tabs li a {
        display: block;
        padding: 19px 0px 0px 10px;
        height: 72px;
        font-weight: bold;
        font-size: 0.9375em;
        /*text-align: center;*/
        color: #729100;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #729100; }
        .front .front-news ul.quicktabs-tabs li a span {
          padding: 10px 0 12px 55px;
          background: url(../images/ico-blog.png) no-repeat 0 0;
          background-size: 40px 40px; }
        @media only screen and (min-width: 640px) {
          .front .front-news ul.quicktabs-tabs li a {
            font-size: 0.875em; }
            .front .front-news ul.quicktabs-tabs li a span {
              padding: 10px 0 12px 45px; } }
        @media only screen and (min-width: 992px) {
          .front .front-news ul.quicktabs-tabs li a {
            font-size: 0.9375em; }
            .front .front-news ul.quicktabs-tabs li a span {
              padding: 10px 0 12px 55px; } }
      .front .front-news ul.quicktabs-tabs li.first a {
        color: #c66020;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #c66020; }
        .front .front-news ul.quicktabs-tabs li.first a span {
          background: url(../images/ico-news.png) no-repeat 0 0; }
      @media only screen and (min-width: 640px) {
        .front .front-news ul.quicktabs-tabs li.first.active a {
          border-top: 2px solid #c66020;
          border-bottom: 2px solid #f0ebe5; } }
      .front .front-news ul.quicktabs-tabs li.last a {
        color: #468eb8;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #468eb8; }
        .front .front-news ul.quicktabs-tabs li.last a span {
          background: url(../images/ico-publications.png) no-repeat 0 0; }
      @media only screen and (min-width: 640px) {
        .front .front-news ul.quicktabs-tabs li.last.active a {
          border-top: 2px solid #468eb8;
          border-bottom: 2px solid #f0ebe5; } }
      .front .front-news ul.quicktabs-tabs li.active {
        background: #ededed; }
        .front .front-news ul.quicktabs-tabs li.active a {
          border-top: 2px solid #f0ebe5; }
        @media only screen and (min-width: 640px) {
          .front .front-news ul.quicktabs-tabs li.active {
            background: #f0ebe5; }
            .front .front-news ul.quicktabs-tabs li.active a {
              border-top: 2px solid #729100;
              border-bottom: 2px solid #f0ebe5; } }
  .front .front-news .node {
    margin: 0 9px;
    border-bottom: 1px solid #d5ccc2;
    padding: 35px 0 35px 75px; }
    .front .front-news .node img {
      display: none; }
    .front .front-news .node.node-news {
      background: url(../images/ico-news.png) no-repeat 25px 35px;
      background-size: 26px 25px; }
    .front .front-news .node.node-blog {
      background: url(../images/ico-blog.png) no-repeat 25px 35px;
      background-size: 26px 25px; }
    .front .front-news .node.node-publication {
      background: url(../images/ico-publications.png) no-repeat 25px 35px;
      background-size: 26px 25px; }
    .front .front-news .node h2 {
      font-size: 1.375em; }
      .front .front-news .node h2 a {
        color: #231f20; }
        .front .front-news .node h2 a:hover {
          color: #c66020; }
    .front .front-news .node .date {
      width: 100%;
      overflow: hidden;
      font-size: 0.75em; }
    .front .front-news .node p {
      font-size: 0.9375em;
      margin: 10px 0 0; }
    .front .front-news .node .field-name-field-tags,
    .front .front-news .node .field-name-field-news-categories {
      width: 100%;
      overflow: hidden;
      margin: 15px 0 0;
      color: #c66020;
      font-size: 0.9375em; }
  .front .front-news .views-row-last .node {
    border-bottom: none; }
.front .main-container {
  margin-top: 54px;
  padding-bottom: 30px; }

.content-top {
  background: #ffffff; }
  .content-top .slogan {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    padding-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .content-top .slogan {
        margin-top: 65px; } }
    .content-top .slogan p {
      color: #231f20;
      font-size: 1.125em;
      line-height: 1.5em;
      text-align: center;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .content-top .slogan p {
          font-size: 1.625em;
          line-height: 1.875em; } }
  .content-top .callout {
    margin-top: 28px;
    padding-bottom: 40px; }
    .content-top .callout h2 {
      font-size: 1.375em;
      line-height: 1em;
      color: #c66020;
      margin: 0 auto;
      padding: 25px 0 25px;
      width: 175px; }
      @media only screen and (min-width: 768px) {
        .content-top .callout h2 {
          padding: 42px 0 36px;
          margin: 0 30px;
          width: auto; } }
    .content-top .callout h2 a {
      color: #c66020;
      margin: 0 auto;
      padding: 25px 0 25px 90px;
      width: 175px; }
      @media only screen and (min-width: 768px) {
        .content-top .callout h2 a {
          padding: 42px 0 36px 115px;
          width: auto; } }
    .content-top .callout.learn h2 a {
      background: url(../images/ico-learn.png) no-repeat 0 0;
      background-size: 70px 70px; }
      @media only screen and (min-width: 768px) {
        .content-top .callout.learn h2 a {
          background-size: 99px 99px; } }
    .content-top .callout.engage h2 a {
      background: url(../images/ico-engage.png) no-repeat 0 0;
      background-size: 70px 70px; }
      @media only screen and (min-width: 768px) {
        .content-top .callout.engage h2 a {
          background-size: 99px 99px; } }
    .content-top .callout.change h2 a {
      background: url(../images/ico-change.png) no-repeat 0 0;
      background-size: 70px 70px; }
      @media only screen and (min-width: 768px) {
        .content-top .callout.change h2 a {
          background-size: 99px 99px; } }
    .content-top .callout p {
      text-align: center;
      color: #4f4f4f;
      font-size: 0.75em;
      line-height: 1.5em;
      margin: 18px 0 0; }
      @media only screen and (min-width: 768px) {
        .content-top .callout p {
          font-size: 0.9375em;
          line-height: 1.625em; } }

/* Blog */
.page-blog .action-links {
  display: none; }

.not-front .region-content .node-full {
  margin-bottom: 20px;
  padding: 0 30px 20px 30px;
  background: #ffffff; }
.not-front .region-content #site-map {
  padding: 0 30px 20px 30px;
  background: #ffffff; }
.not-front .region-content #block-disqus-disqus-comments ul.contextual-links {
  display: none; }

.page-search #search-form,
.page-search .search-results {
  padding: 0 30px 20px 30px;
  background: #ffffff; }
.page-search .block-system h2 {
  display: none; }
.page-search .block-system ol {
  list-style: none; }
.page-search .block-system .search-info {
  display: none; }

.page-user .block-system {
  padding: 0 30px 20px 30px;
  background: #ffffff; }
  .page-user .block-system dt {
    margin: 20px 0 0; }

/*basic node style*/
.node-basic-content.node-teaser {
  margin-bottom: 30px; }
  .node-basic-content.node-teaser.node-news > .content .description h2 {
    background: url("../images/ico-news-small.png") no-repeat 0 5px; }
  .node-basic-content.node-teaser.node-blog > .content .description h2 {
    background: url("../images/ico-blog-small.png") no-repeat 0 5px; }
  .node-basic-content.node-teaser.node-publication > .content .description h2 {
    background: url("../images/ico-publications-small.png") no-repeat 0 5px; }
  .node-basic-content.node-teaser.node-event > .content .description h2 {
    background: none;
    padding-left: 0; }
  .node-basic-content.node-teaser > .content {
    background: #ffffff;
    padding: 30px;
    width: 100%;
    float: left; }
    .node-basic-content.node-teaser > .content .field-type-media {
      float: left;
      margin-right: 25px;
      display: none; }
      @media only screen and (min-width: 768px) {
        .node-basic-content.node-teaser > .content .field-type-media {
          display: block; } }
    .node-basic-content.node-teaser > .content .mobile-image {
      margin-bottom: 30px;
      max-width: 100%;
      height: auto; }
      @media only screen and (min-width: 768px) {
        .node-basic-content.node-teaser > .content .mobile-image {
          display: none; } }
    .node-basic-content.node-teaser > .content .left-column {
      width: 100%;
      overflow: hidden; }
      @media only screen and (min-width: 768px) {
        .node-basic-content.node-teaser > .content .left-column {
          float: left;
          width: 155px;
          margin-right: 25px; } }
      .node-basic-content.node-teaser > .content .left-column .field-type-media {
        margin: 0; }
      .node-basic-content.node-teaser > .content .left-column .mobile-image {
        margin: 0; }
    .node-basic-content.node-teaser > .content .dates {
      background: #f0ebe5;
      float: left;
      text-align: center;
      padding: 18px;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .node-basic-content.node-teaser > .content .dates {
          width: 155px; } }
      .node-basic-content.node-teaser > .content .dates span {
        display: block; }
        .node-basic-content.node-teaser > .content .dates span.day {
          font-size: 2.25em;
          line-height: 1em;
          color: #c66020;
          font-weight: bold; }
        .node-basic-content.node-teaser > .content .dates span.month {
          font-weight: bold;
          color: #753f05;
          font-size: 1em;
          line-height: 1.5em; }
        .node-basic-content.node-teaser > .content .dates span.time {
          color: #753f05;
          font-size: 0.8125em;
          line-height: 1.25em; }
    .node-basic-content.node-teaser > .content .description {
      overflow: hidden;
      margin: 30px 0 0;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .node-basic-content.node-teaser > .content .description {
          margin: 0;
          width: auto; } }
      .node-basic-content.node-teaser > .content .description h2 {
        font-size: 1.125em;
        line-height: 1.66667em;
        font-weight: bold;
        text-transform: uppercase;
        background: url("../images/ico-blog.png") no-repeat 0 5px;
        background-size: 25px 25px;
        padding-left: 38px;
        margin: -5px 0 5px 0; }
        .node-basic-content.node-teaser > .content .description h2 a {
          color: #333333; }
          .node-basic-content.node-teaser > .content .description h2 a:hover {
            color: #c66020; }
    .node-basic-content.node-teaser > .content .read-more {
      font-weight: bold; }
    .node-basic-content.node-teaser > .content .field-label {
      color: #999999;
      font-weight: normal;
      float: left; }
    .node-basic-content.node-teaser > .content .field-items {
      float: left; }
    .node-basic-content.node-teaser > .content .info {
      font-size: 0.75em;
      line-height: 2em;
      margin-bottom: 5px;
      width: 100%;
      overflow: hidden;
      color: #999999; }
      .node-basic-content.node-teaser > .content .info .field,
      .node-basic-content.node-teaser > .content .info .date {
        float: left; }
      .node-basic-content.node-teaser > .content .info .field-author span {
        text-transform: uppercase; }
    .node-basic-content.node-teaser > .content .text {
      font-family: Arial, Helvetica, sans-serif;
      color: #333333; }
    .node-basic-content.node-teaser > .content .tags {
      font-size: 0.875em;
      line-height: 1.71429em;
      border-top: 1px solid #e5e5e5;
      padding-top: 12px;
      color: #999999;
      font-family: Arial, Helvetica, sans-serif; }
.node-basic-content.node-full > .content .field-name-body {
  /*margin-top: -8px;*/ }
.node-basic-content.node-full > .content h2, .node-basic-content.node-full > .content h3 {
  color: #753f05;
  margin-bottom: 10px; }
.node-basic-content.node-full > .content p {
  color: #282425;
  font-size: 0.875em;
  line-height: 1.85714em;
  font-family: Arial, Helvetica, sans-serif; }
.node-basic-content.node-full > .content .info {
  font-size: 0.75em;
  line-height: 2em;
  margin-bottom: 27px;
  color: #999999;
  width: 100%;
  overflow: hidden; }
  .node-basic-content.node-full > .content .info .field {
    float: left; }
    .node-basic-content.node-full > .content .info .field .field-label {
      color: #999999;
      font-weight: normal;
      float: left; }
    .node-basic-content.node-full > .content .info .field .field-items {
      float: left; }
  .node-basic-content.node-full > .content .info .field-author span {
    text-transform: uppercase; }
  .node-basic-content.node-full > .content .info .dates {
    width: 100%;
    overflow: hidden; }
    .node-basic-content.node-full > .content .info .dates span.day {
      color: #c66020; }
    .node-basic-content.node-full > .content .info .dates span.month {
      font-weight: bold;
      color: #753f05; }
    .node-basic-content.node-full > .content .info .dates span.time {
      color: #753f05; }
.node-basic-content.node-full > .content .field-name-field-preview {
  margin-bottom: 27px; }
  .node-basic-content.node-full > .content .field-name-field-preview img {
    height: auto;
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .node-basic-content.node-full > .content .field-name-field-preview {
      float: left;
      margin: 0 27px 17px 0; }
      .node-basic-content.node-full > .content .field-name-field-preview img {
        width: auto; } }
.node-basic-content.node-full > .content .field-name-field-attachments {
  padding-top: 20px;
  border-top: 1px solid #d5ccc2; }
  .node-basic-content.node-full > .content .field-name-field-attachments .field-label {
    color: #753f05;
    font-size: 1.125em;
    line-height: 1.66667em;
    font-weight: bold; }
  .node-basic-content.node-full > .content .field-name-field-attachments .field-item {
    margin-top: 25px; }
    .node-basic-content.node-full > .content .field-name-field-attachments .field-item .file-icon {
      float: left;
      margin-right: 20px; }
    .node-basic-content.node-full > .content .field-name-field-attachments .field-item a {
      color: #282425;
      font-size: 0.875em;
      line-height: 1em;
      font-family: Arial, Helvetica, sans-serif; }
.node-basic-content.node-full > .content .field-name-field-attachments + .tags {
  margin-top: 30px; }
.node-basic-content.node-full > .content .tags {
  padding-top: 23px;
  border-top: 1px solid #d5ccc2;
  font-size: 0.875em;
  line-height: 1.71429em;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif; }
  .node-basic-content.node-full > .content .tags .field-label {
    float: left;
    font-weight: normal; }
.node-basic-content.node-full > .content iframe {
  max-width: 100%;
  height: 134px; }
  @media only screen and (min-width: 480px) {
    .node-basic-content.node-full > .content iframe {
      height: 223px; } }
  @media only screen and (min-width: 640px) {
    .node-basic-content.node-full > .content iframe {
      height: 340px; } }
  @media only screen and (min-width: 768px) {
    .node-basic-content.node-full > .content iframe {
      height: 360px; } }
.node-basic-content.node-full > .content .field-collection-container {
  margin: 0px;
  border: none; }
  .node-basic-content.node-full > .content .field-collection-container .field-items .field-item {
    margin: 0; }
    .node-basic-content.node-full > .content .field-collection-container .field-items .field-item .field-collection-view {
      padding: 0;
      margin: 0;
      border: none; }
      .node-basic-content.node-full > .content .field-collection-container .field-items .field-item .field-collection-view iframe {
        max-width: 100%;
        height: 134px; }
        @media only screen and (min-width: 480px) {
          .node-basic-content.node-full > .content .field-collection-container .field-items .field-item .field-collection-view iframe {
            height: 223px; } }
        @media only screen and (min-width: 640px) {
          .node-basic-content.node-full > .content .field-collection-container .field-items .field-item .field-collection-view iframe {
            height: 340px; } }
        @media only screen and (min-width: 768px) {
          .node-basic-content.node-full > .content .field-collection-container .field-items .field-item .field-collection-view iframe {
            height: 360px; } }
      .node-basic-content.node-full > .content .field-collection-container .field-items .field-item .field-collection-view .entity-field-collection-item .field-name-field-media {
        margin-bottom: 1.5em; }

.main-container > .row > .col-sm-8 {
  position: relative; }
  .main-container > .row > .col-sm-8 .page-header {
    margin-bottom: 0;
    border: none; }

.views-exposed-widgets {
  width: 100%;
  overflow: hidden;
  padding: 0 0 30px; }
  .views-exposed-widgets label {
    font-size: 0.875em;
    font-weight: normal;
    color: #c66020; }
  .views-exposed-widgets .form-type-select {
    margin-right: 20px; }
  .views-exposed-widgets .views-submit-button {
    clear: both;
    float: left; }
    .views-exposed-widgets .views-submit-button .btn {
      margin: 20px 0 0;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      background: #c66020;
      color: #ffffff;
      text-align: center;
      height: 50px;
      font-weight: bold;
      background: #c66020 url(../images/bg-arrow-white.png) no-repeat 80% 50%;
      padding: 0 40px 0 20px; }
  .views-exposed-widgets .views-reset-button {
    float: left; }
    .views-exposed-widgets .views-reset-button .btn {
      margin: 20px 0 0 20px;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      background: #c66020;
      color: #ffffff;
      text-align: center;
      height: 50px;
      font-weight: bold;
      background: #c66020 url(../images/bg-arrow-white.png) no-repeat 80% 50%;
      padding: 0 40px 0 20px; }

.pagination {
  margin: 0; }
  .pagination li a, .pagination li span {
    margin: 0 20px 20px 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .pagination li.first a, .pagination li.last a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .pagination li.last a {
    margin-right: 0; }
  .pagination li.active a, .pagination li a:hover, .pagination li.active:hover a {
    background: #753f05;
    color: #ffffff; }

.webform-client-form .form-item {
  width: 100%;
  overflow: hidden;
  padding: 0 0 20px; }
  .webform-client-form .form-item label {
    font-weight: normal;
    color: #c66020; }
  .webform-client-form .form-item .form-text,
  .webform-client-form .form-item .form-select {
    border: 1px solid #d5ccc2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    height: 42px;
    color: #4f4f4f;
    display: block;
    font-size: 0.875em;
    line-height: 1.5em;
    padding: 6px 12px;
    vertical-align: middle;
    width: 100%; }
  .webform-client-form .form-item textarea {
    border: 1px solid #d5ccc2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    color: #4f4f4f;
    display: block;
    font-size: 0.875em;
    line-height: 1.5em;
    padding: 6px 12px;
    vertical-align: middle;
    width: 100%;
    min-width: 100%;
    max-width: 100%; }
.webform-client-form .form-submit {
  display: block;
  width: 150px;
  margin: 20px 0 10px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #c66020;
  color: #ffffff;
  text-align: center;
  height: 50px;
  font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .webform-client-form .form-submit {
      background: #c66020 url(../images/bg-arrow-white.png) no-repeat 80% 50%; } }

#node-2 .info,
#node-3 .info {
  display: none; }

/* Share Block - START */
.share-block {
  position: absolute;
  top: 0;
  right: 15px; }
  .share-block .addthis_toolbox {
    position: relative;
    height: 29px; }
    .share-block .addthis_toolbox > a {
      padding: 0px; }
      .share-block .addthis_toolbox > a > span, .share-block .addthis_toolbox > a.addthis_button_google_plusone {
        width: 29px !important;
        height: 29px !important;
        padding: 0px;
        margin: 0px;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
        filter: alpha(opacity=90);
        opacity: 0.9; }
        .share-block .addthis_toolbox > a > span:hover, .share-block .addthis_toolbox > a.addthis_button_google_plusone:hover {
          -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          filter: alpha(opacity=100);
          opacity: 1; }
      .share-block .addthis_toolbox > a > span {
        background: url("../images/ico-share.png") no-repeat 0px 0px; }
        .share-block .addthis_toolbox > a > span.at15t_compact {
          background-position: 0px 0px; }
        .share-block .addthis_toolbox > a > span.at15t_linkedin {
          background-position: -58px 0px; }
        .share-block .addthis_toolbox > a > span.at15t_twitter {
          background-position: -87px 0px; }
        .share-block .addthis_toolbox > a > span.at15t_facebook {
          background-position: -116px 0px; }
      .share-block .addthis_toolbox > a.addthis_button_google_plusone:before {
        width: 29px;
        height: 29px;
        background: url("../images/ico-share.png") no-repeat -29px 0;
        position: absolute;
        top: 0;
        left: 29px;
        content: '';
        pointer-events: none; }
      .share-block .addthis_toolbox > a.addthis_button_google_plusone > div {
        width: 29px !important;
        height: 29px !important; }
        .share-block .addthis_toolbox > a.addthis_button_google_plusone > div > iframe {
          width: 29px !important;
          height: 29px !important; }

/*# sourceMappingURL=style.css.map */
