
@media (min-width: 992px) {

  .footerwidget {
    padding: 50px 0;
  }

  .navbar-header{
    float: none;
  }
  
  /* .nav-wrapper, */
  .navbar-toggle {
    display: none;
  }
  
  .main-header{
    /* padding: 20px 0; */
  }

  .main-header .region{
    margin: 0px;
  }

  .main-header .region-search{
    float: right;
    width: 300px;
    padding: 8px 0 8px 20px;
    display: inline-block;
  }

  .region-primary-menu{
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0;
  }

  .region-primary-menu,
  .menu-base-theme li a{
    background: #7743f4;
    color: #ddd
  }

  .menu-base-theme >li a:hover,
  .menu-base-theme li.active a,
  .menu-base-theme li a.is-active{
    background: #fca226;
    color: #fff;
  }

  .menu-base-theme a{
    border: 0;
  }

  .menu-base-theme a, 
  .menu-base-theme a:hover, 
  .menu-base-theme a:focus, 
  .menu-base-theme a:active, 
  .menu-base-theme a.highlighted{
    padding: 13px 15px;
  }

  .menu-base-theme a.has-submenu{
    padding: 13px 36px 13px 24px;
  }

  .menu-base-theme > li{
    border: 0;
    font-size: 14px;
    padding: 0;
  }

  .menu-base-theme a span.sub-arrow {
    padding: 0;
    top: 23px;
    margin-top: 0;
    bottom: 2px;
    right: 16px;
    margin-left: -5px;
    left: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #999 transparent transparent transparent;
    background: transparent;
  }

  .menu-base-theme ul {
    border: 0;
    padding: 0;
    background-color: #fff;
    background: rgba(255, 255, 255, 0.74);
  }

  .menu-base-theme ul.has-submenu li {
    border-bottom: 1px solid #fff;
  }

  .menu-base-theme ul li{
    border-bottom: 1px solid #333;
  }
  .bottom-widgets{
    text-align: left;
    padding: 50px 0;
  }

  .credit-link{
    text-align: right;
  }

  .social-media{
    float: right;
    display: inline-block;
  }

  .social-media a{
    margin: 0 0 0 3px;
  }

  /*comment*/

  .comment-wrap .author-details{ width: 10%; }

  .comment-wrap .author-comments{ width: 90%;}

}
@media (max-width: 995px) {

  p.caption-text {
    display: none;
  }
  .slider-caption {
    bottom: 10px;
	min-height: auto;
  }
  .col-sm-3,
  .col-sm-9 { width: 100%; }
  
  .container.slideshow {
	width: 100%;
  }

}
@media (min-width: 1200px) {

  .menu-base-theme a, 
  .menu-base-theme a:hover, 
  .menu-base-theme a:focus, 
  .menu-base-theme a:active, 
  .menu-base-theme a.highlighted{
    padding: 13px 24px;
  }

}
@media (max-width: 991px) {

  .main-header .container {
    width: 100%;
  }
  
  .main-header .region-header {
    width: 60%;
    display: block;
    min-width: 300px;
	margin-left: auto;
    margin-right: auto;
  }
  
  .brand.logo { margin: 0; }
  
  .social-media {
    border-top: 2px solid #7743f4;
    padding-top: 10px;
    float: none;
  }

  .nav-wrapper {
	width: 100%;
    float: left;
    background: #7743f4;
  }

  .main-menuwrap {
	right: 0;
	z-index: 10;
	width: 400px;
    position: absolute;
  }
  
  .navbar-header { width: 100%; }

  .region-primary-menu {
    margin-top: 0px;
  }
  
  .menu-base-theme li a {
	background: #7743f4;
    color: #efefef;
  }
  
  .menu-base-theme li a:hover,
  .menu-base-theme li a.is-active {
	background: #fca226;
  }
  
  p.caption-text { display: none; }
  
  .slider-caption {
    bottom: 10px;
	min-height: auto;
  }
  
  .col-sm-3,
  .col-sm-9 { width: 100%; }
  
  .container.slideshow {
	width: 100%;
  }
  
  /* .the-downloads { column-count: 2; } */

}
@media (max-width: 768px) {
  
  .social-media a {
    width: 45px;
    height: 45px;
	font-size: 24px;
	line-height: 180%;
  }
  
  /* .the-updates { margin: 0; } */
  
  .recent-news,
  .the-frontpage,
  .current-projects,
  .getting-involved {
	padding-left: 15px;
    padding-right: 15px;
  }
  
  .ref-news,
  .news-updates,
  .the-downloads .download-file  {
    width: 45.6%;
  }
  
  .get-involved { display: block; }
  
  .getting-involved .get-involved {
	margin: 0;
  }
  
  .get-involved .half {
    margin-left: -10px;
    margin-right: -10px;
	margin-bottom: 30px;
  }
  
  .about-image {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  
  .the-about .about-body {
    bottom: 0;
    opacity: .98;
    max-width: 100%;
  }
  /*
  .her-story {
    width: ;
	margin: auto;
  }
  */
  .her-story img {
    padding: 0;
    margin: auto;
    float: unset;
    display: block;
    max-width: unset;
  }
  
  .her-story p,
  .her-story h5 { padding-left: 15px; }
  
  /* .the-downloads { column-count: unset; } */

}
@media (max-width: 480px) {
  
  .container.slideshow {
    padding: 0;
  }
  
  .flash-slider {
    padding-top: 0;
	margin-top: -5px;
  }
  
  .slider-caption {
    left: 15px;
	width: 260px;
	padding-top: 0;
	padding-bottom: 0;
  }
  
  h1.caption-title {
    font-size: 1.3em;
  }
  
  .views-slideshow-controls-bottom {
    right: 10px;
    bottom: 10px;
  }
  
  .the-frontpage {
	padding-top: 40px;
    padding-bottom: 0;
  }
  
  .the-about .about-body {
    position: relative;
  }
  
  .the-updates { margin: 0; }
  
  .ref-news,
  .news-updates,
  .the-downloads .download-file  {
    width: 96%;
  }
  /*
  .download-file  { width: 100%; }
  */
}