/*  Header area  */
#sp-header-wrapper {
  position: relative;
}
#sp-header-wrapper #header {
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-header-wrapper .logo-wrapper {
  padding: 0 5px;
  display: inline-block;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper .search {
  margin-top: 10px;
}
#sp-header-wrapper .search form {
  margin: 0;
}
/*  Responsive header area  */
/*@media (max-width: 321px){
.responsive #sp-header-wrapper .logo {
    width: 100px !important;
    background-size: contain !important;
 }
}
@media (max-width: 480px){
.responsive #sp-header-wrapper #sp-logo {
    width: 180px !important;
    float: left;
 }
}*/
@media (max-width: 767px){
.responsive #sp-header-wrapper #sp-logo {
    width: 50% !important;
    float: left;
 }
}
/*@media (max-width: 480px){
.responsive #sp-header-wrapper #sp-top-info ul.social-icons {
    margin-top: 0px;
 }
} 

@media (max-width: 767px){
.responsive #sp-header-wrapper #sp-top-info ul.social-icons {
  margin-top: 0px;
 }
}  
 */

@media (max-width: 480px) and (min-width: 320px){
.responsive #sp-header-wrapper #sp-top-info .helpline {
    margin-top: 0px;
    max-width: 120px;
  }
}

@media (max-width: 767px) and (min-width: 481px){
.responsive #sp-header-wrapper #sp-top-info .helpline {
    margin-top: 0px;
    max-width: 165px;
  }
}


/*  Social Media/Helpline/Header area  */
#sp-top-info ul.social-icons {
  list-style: none;
  float: right;
  margin: 12px 5px 0;
}

#sp-top-info .helpline {
  list-style: none;
  float: right;
  /*margin: 12px 5px 0;*/
}

#sp-top-info ul.social-icons li {
  display: inline-block;
}
#sp-top-info ul.social-icons i {
  width: 40px !important;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 100;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}



/*  Menu area  */
#menu {
    background: #23206C;
}
#menu #sp-menu {
  padding: 20px 18px 20px 30px;
}
#sp-main-menu ul.level-0 {
  margin: 0px;
  margin-right: 8px;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li >a {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin: 0;
  padding: 10px 8px 10px 10px;
  color: #fff;
  position: relative;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
    text-transform: uppercase;
    font-weight: 700;
}

/*  Menu area  */
.sp-submenu .sp-submenu-wrap {
    background: #23206c;
}

/*  Search area  */
#sp-search .search {
  margin: 20px 25px 20px 30px;
}
#sp-search .search form {
  margin: 0;
  position: relative;
  height: 33px;
}

#sp-search .search #mod-search-searchword {
  min-height: 33px;
  background: #0b085c;
  color: #fff;
  border: 3px;
  border-color: #fff
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

div.finder {
    margin-top: 20px;
   
}

input#q.inputbox {
  color: #606162;
}

input#mod-finder-searchword.search-query.input-medium {
  color: #ffffff;
}


input[type="text"] {
  color: #999999;
  border-radius: 0px;
}

body {
    margin: 0;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-size: 17px;
    line-height: 20px;
    /*color: #333;*/
    background-color: #fff;
}

/*  Frontpage slider background color */
div#slider.row-fluid{ 
background: #297fb8; 
}

/*  Bottom area  */
#sp-bottom-wrapper #bottom {
    border-top: 4px solid #2980b9;
    background: #23206c;
    margin: 10px 0px 0px 0px;
}

#bottom2.row-fluid {
    border-top: 4px solid #fff;
    background: #23206c;
    color: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px 0px 0px 0px;
}

#sp-bottom-wrapper h2.module-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
}
#sp-bottom-wrapper ul li a {
    color: #fff;
}
#sp-bottom-wrapper #sp-bottom5 p {
    margin-bottom: 5px;
}
#sp-bottom-wrapper p {
    color: #fff;
    line-height: 18px;
}

/* Social Icons for Bottom area */
p.social, ul.social-icons  {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
}

/*ul.social-icons i {
  font-size: 20px;
  color: #fff;
  font-weight: 100;
}*/

ul.social-icons a {
  color: #fff;
  text-decoration: none;
}

ul.social-icons a:hover {
  color: #20638f;
}

/*  Page bottom space  */
.subpage #main-body {
    padding: 0px 20px 30px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*  SP Tab area  */
.tab-item-content {
    position: absolute;
    top: 20px;
    left: 10px;
    height: 100%;
    width: 400px;
    z-index: 2;
    overflow: hidden;
}
.sptab ul.nav-tabs li a {
    border: 0;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    min-width: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*  SP Tab area left side  */
.awetive-layout:after {
    background: #2980b9;
}
.awetive-layout:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height:100%;
    display: block;
    z-index: 1;
}

/*  SP Tab responsive area  */
@media (max-width: 480px) and (min-width: 321px){
.responsive .sptab ul.nav-tabs li a {
    font-size: 10px ;
    padding-top: 1px;
    padding-bottom: 1px;
  }
   .awetive-layout:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 105px;
    height: 100%;
    display: block;
    z-index: 1;
}
.responsive .sptab .tab-item-content {
    position: absolute;
    top: 0px;
    left: 10px;
    height: 100%;
    width: 205px;
    z-index: 2;
    overflow: hidden;
}
}

@media (max-width: 767px) and (min-width: 481px){
.responsive .sptab ul.nav-tabs li a {
    font-size: 14px ;
    padding-top: 5px;
    padding-bottom: 5px;
  }
    .awetive-layout:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 138px;
    height: 100%;
    display: block;
    z-index: 1;
  }
  .responsive .sptab .tab-item-content {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 100%;
    width: 250px;
    z-index: 2;
    overflow: hidden;
}
}

@media (max-width: 979px) and (min-width: 768px) {
.responsive .sptab ul.nav-tabs li a {
    font-size: 14px ;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .awetive-layout:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 138px;
    height: 100%;
    display: block;
    z-index: 1;
  }
   .responsive .sptab .tab-item-content {
    position: absolute;
    top: 20px;
    left: 10px;
    height: 100%;
    width: 300px;
    z-index: 2;
    overflow: hidden;
}
}

@media (max-width: 1024px) and (min-width: 980px) {
.responsive .sptab ul.nav-tabs li a {
    font-size: 14px ;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .awetive-layout:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 138px;
    height: 100%;
    display: block;
    z-index: 1;
  }
   .responsive .sptab .tab-item-content {
    position: absolute;
    top: 20px;
    left: 10px;
    height: 100%;
    width: 400px;
    z-index: 2;
    overflow: hidden;
}
}

/*  Twitter right side area  */
#sp-right .module .mod-wrapper h2.module-title, #sp-left .module .mod-wrapper h2.module-title {
    background: #23206c;
}

/*  Home Action/Donate area  */
.home-action-area {
  background: #c0392b;
  color: #fff;
  padding: 10px;
  padding-top: 0px;
  margin-top: 20px !important;
}
@media (max-width: 1024px) and (min-width: 320px) {
.home-action-area {
    background: #c0392b;
    color: #fff;
    padding: 10px;
    padding-top: 0px;
    margin-top: 20px !important;
    margin-bottom: 20px !important; 
 }
}

/*  Subscribe bottom area  */
.sub-newsletter h2.module-title {
    font-size: 22px !important;
    color: #fff;
    padding: 10px 20px;
    background: #2980b9;
}
  
.sub-newsletter {
  background: #fff;
  padding: 0px;
  padding-top: 0px;
  /*margin-top: 10px !important;*/
}
@media (max-width: 1024px) and (min-width: 320px) {
.sub-newsletter {
    background: #fff;
    padding: 0px;
    padding-top: 0px;
    margin-top: 20px !important;
    margin-bottom: 10px !important; 
 }
}

/*  Online shop category row  */
.eshop-categories-list .row-fluid .span4 {
	margin-bottom: 2.5641%;
    width: 48.623931623931625%;
    margin-left: auto;
    margin-right: auto 
}
/*  Responsive breadcrumbs  */
.responsive ul.breadcrumb {
    margin: 0px 0;
}
/*  Features icon  */
#sp-feature-wrapper .features .sp-feature i {
  background: #23206c;}
/*  Copyright text  */
#sp-footer-wrapper {
    padding: 30px 0;
    text-align: center;
    font-size: 16px;
}
/*Sidebar menu left*/
.quicklinks {
  font-size: 18px;
  margin-top: 1px;
}
.nav-tabs>li>a, .nav-pills>li>a {
    padding-right: 12px;
    font-size: 16px;
    padding-left: 7px;
    margin-right: 2px;
    line-height: 14px;
}
.tabs-left>.nav-tabs {
float: left;
margin-right: 19px;
border-right: 1px solid #23206C;
}
.tabs-left>.nav-tabs .active>a, .tabs-left>.nav-tabs 

.active>a:hover, .tabs-left>.nav-tabs .active>a:focus {
border-color: #23206C transparent #23206C #23206C;
}

.tabs-left>.nav-tabs>li>a:hover, .tabs-left>.nav-

tabs>li>a:focus {
border-color: #eee #23206C #eee #eee;
}
@media (max-width: 1024px) and (min-width: 320px) {
.subpage #sp-left {
    display: none;
    padding: 15px 0;
}
}
/*  Sidebar menu */ 


.tabs-left .nav-tabs2,
.tabs-right .nav-tabs2 {
  float: none;
  margin-right: 0;
  margin-left: 0;
}
 
.tabs-left > .nav-tabs2 > .active a,
.tabs-left > .nav-tabs2 > .active a:hover {
  border: 1px #ddd solid;
  border-right: none;
}
 
.tabs-right > .nav-tabs2 > .active a,
.tabs-right > .nav-tabs2 > .active a:hover {
  border: 1px #ddd solid;
  border-left: none;
}

/*  Site map */ 

.osmap-items ul {
    margin: 10px 0 9px 85px !important;
}

@media (max-width: 768px){
.osmap-items ul {
    margin: 10px 0 9px 55px !important;
}
} 

@media (max-width: 767px){
.osmap-items ul {
    margin: 10px 0 9px 25px !important;
}
}

/*  Login Form */
.moduletable_login {
    padding: 0 5px 14px;
    font-size: 15px;
    }
input#modlgn-username.input-large,
input#modlgn-passwd.input-large {
  width:120px;
}
h4.login-form {
    color: #656565;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
}
.eshop-items h4 {
    color: #656565;
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 0;
}

/*  Background colour & Spacing for columns */
div.span4.bluebackground{
    background-color: #2980b9;
    padding: 9.5px;
    color:white;
    margin-bottom: -10px;
    margin-top: 0;
}
div.span8.whitebackground{
    background-color: #ffffff;
    padding: 9.5px;
    margin-bottom: 0px;
    margin-top: 0px;
}
div.span4.darkbluebackground{
    background-color: #0b085c;
    padding: 9.5px;
    color:white;
    margin-bottom: 0px;
    margin-top: 0;
}
div.span8.orangebackground{
    background-color: #c0392b;
    padding: 9.5px;
    padding-bottom: 78px;
    color:white;
    margin-bottom: 0px;
    margin-top: 0;
}
div.row-fluid.orangebackground{
    background-color: #c0392b;
}

/*Sliders*/
.accordion-heading .accordion-toggle {
    height: 45px;
    line-height: 40px;
    color: #0b085c;
    background: #ebf0fb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}
@media (max-width: 480px){
.accordion-heading .accordion-toggle {
    height: 45px;
    line-height: 15px;
    background: #ebf0fb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    font-size:15px;
}
}  
@media (max-width: 767px){
.accordion-heading .accordion-toggle {
    height: 45px;
    line-height: 15px;
    background: #ebf0fb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    font-size:15px;
}
}  
.accordion-inner {
    border-top: 0;
    background: #f2f2f2;
    padding: 10px 45px 10px;
}
h3.rl_sliders-title.nn_sliders-title { 
  display:none; 
}

/*  H1 tag for GoTop */
h1 span { font-size:8px; }

#cookiesck_readmore {
    float: right;
    padding: 10px;
    border-radius: 3px;
    color: #ffffff;
}

/*  Center tag for responsive rows and columns */
div.centered { margin: auto; max-width: 300px;}

/*  RS Directory page header */
.pub-page-header {
    padding-bottom: 10px;
    margin: 0 0 20px;
}

.pub-page-header-2 {
    padding-bottom: 10px;
    margin: 0 0 20px;
}

/*  RS Directory intro text */
.pub-page-header:after {
    content: 'Our publications and reports are available for download and/or purchase as indicated.' !important;
    color: #d0392b;
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
}

/*  RS Directory intro text 
.pub-page-header-2:after {
    content: 'Your Family, Your Voice Alliance publications and reports that you can download for free or purchase online.' !important;
    color: #d0392b;
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
}
*/

/* Footer Styles */
.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}