/*! ******************************************************
*
*	Theme Name:     Toolset Starter Child
*   Author:         OnTheGoSystems
*   Author URI:     http://www.onthegosystems.com/
*   Description:    Simple, clear and modern Bootstrap 3-based theme. Perfect base for developing all kinds of responsive sites with Toolsets, including the Layouts plugin (no extra integration needed, you activate Layouts and the drag and drop facilities work out of the box). Uses WordPress theme customizer and supports Font Awesome Icons. Supports WooCommerce integration by styles unification.
*   Version:        1.0
*   License:        GNU General Public License v2 or later
*   License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*   Template:       toolset-starter
*
*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/


@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);

@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);


header, #mainmenu {
  background-color: #fff;
}

header {
    padding-top: 30px;
    padding-bottom: 6px;
    margin-bottom: 40px;
}

footer {
    background-color: #505050 ;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 20px 30px 10px;
}

.footer-thinkteam {
    background-color: #333 ;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-thinkteam a {
    color: #fff !important;
}


#mainmenu .container {
    margin-bottom: 40px !important;
    padding: 0 !important;
}

.ubermenu-item-layout-default, .ubermenu-item-layout-default a {
    font-weight: 400 !important;
    color: #999 !important;
}

#social-icons li {
    text-align: right;
    float: right;
    padding-left: 10px;
    list-style-type: none;
}

.background-beige {
    background-color: #d4d3d3 ;
    margin-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 10px;
}

.background-beige .title-section {
    color: #fff !important;
}


#main-details {
    background-color: #505050 ;
    margin-top: 30px;
    padding: 20px 30px 10px;
}

#main-details .container {
    background-color: #505050 !important;
    margin-bottom: 0 !important;
}


.nopad-right {
    padding-right: 0;
}

.pad0 {
    padding: 0 !important;
}

.nopad {
    padding-top: 0;
    padding-bottom: 0;
}

.top0 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.top5 {
    margin-top: 5px !important;
}

.top10 {
    margin-top: 10px !important;
}

.top20 {
    margin-top: 20px !important;
}

.top30 {
    margin-top: 30px !important;
}

.top40 {
    margin-top: 40px !important;
}

.bottom0 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.bottom5 {
    padding-bottom: 5px !important;
}

.bottom10 {
    margin-bottom: 10px !important;
}

.bottom20 {
    margin-bottom: 20px !important;
}

.bottom30 {
    margin-bottom: 30px !important;
}

.bottom40 {
    margin-bottom: 40px !important;
}

.left10 {
    padding-left: 10px !important;
}

.left20 {
    padding-left: 20px !important;
}

.two-column {
     column-count: 2;
}

.divider1 {
    font-weight: 200;
    text-transform: uppercase;
    font-size: 16px;
    margin: 40px 0 15px;
    padding-bottom: 4px;
    border-bottom:  1px solid #cccccc;
}

.footer-heading {
    color: #ced1d3 ;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 13px;
    padding-bottom: 20px; 
    line-height: 1.3;
}

.footer-text {
    color: #ced1d3 ;
    font-weight: 400;
    font-size: 12px;
    padding-bottom: 12px; 
    line-height: 1.4;
}

#main-credits {
    background-color: #303030;
    padding: 20px 30px !important;
    margin: 0;
    color: #999 ;
    font-weight: 300;
    font-size: 12px;
}

#main-credits .container {
    background-color: #303030 !important;
    margin-bottom: 0 !important;
}

.playbutton, .playbutton-audio {
    margin-top: -29px;
}

.playbutton:before {
    display:inline-block;
    vertical-align: bottom;
    font-family: "dashicons";
    color: #444;
    background-color: #f1f1f1;
    content: "\f522";
    position: relative;
    padding-right: 5px;
    font-size: 3rem;
}

.playbutton-audio:before {
    display:inline-block;
    vertical-align: bottom;
    font-family: "dashicons";
    color: #444;
    background-color: #f1f1f1;
    content: "\f521";
    position: relative;
    padding-right: 5px;
    font-size: 3rem;
}

.playbutton-small, .playbutton-audio-small {
    margin-top: -20px;
}

.playbutton-small:before {
    display:inline-block;
    vertical-align: bottom;
    font-family: "dashicons";
    color: #444;
    background-color: #f1f1f1;
    content: "\f522";
    position: relative;
    padding-right: 5px;
    font-size: 2rem;
}

.playbutton-audio-small:before {
    display:inline-block;
    vertical-align: bottom;
    font-family: "dashicons";
    color: #444;
    background-color: #f1f1f1;
    content: "\f521";
    position: relative;
    padding-right: 5px;
    font-size: 2rem;
}

/* Text */

body {
    /* background-image: url("http://www.genderjustice.org.za/wp-content/uploads/2014/11/pattern5.png"); */
    background-color: #f1f1f1;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background-attachment: scroll;
    border-top: 0 solid #666666;
    color: #777 !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    word-wrap: break-word;
    /* margin-bottom: 22px !important; */
}

p {
    color: inherit;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #777;
    padding-bottom: 10px;
}

p a {
    color: #444;
}

a {
    color: #333 !important;
    text-decoration: none !important;
    transition: all 0.3s ease 0s;
}

#wpadminbar a {
    color: #ccc !important;
    text-decoration: none !important;
    transition: all 0.3s ease 0s;
}

a:hover, a:focus {
    text-decoration: underline !important;
}

.uppercase {
    text-transform: uppercase !important;
}


hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #555;
    line-height: 1;
}

.align-centre {
    text-align: center;
}

h1 {
    color: #777 !important;
    font-size: 54px;
    margin-top: 0 !important;
    font-weight: 600;
}

h1.page-h1 {
    padding-bottom: 20px;
}

.h1-title {
    text-align: center;
}

.h1-subtitle {
    text-align: center;
    font-size: 28px;
    padding-bottom: 40px;
}

h1.archive-page {
    text-align: center;
    padding-bottom: 20px;
}

h1.h1-person {
    font-size: 34px;
    padding-top: 20px;
}

h2 {
    font-size: 26px !important;
    padding-top: 20px;
    padding-bottom: 10px;
}


h3 {
    font-size: 22px !important;
}

h3-top0 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

h3-top30 {
    padding-top: 30px !important;
}

h4 {
    font-size: 19px !important;
}

.title-section {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
    padding: 50px 0 20px;
}

.home-section {
    padding: 25px 0 15px !important;
}

.title-sidebar {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ccc;
    padding: 20px 0 20px;
}

.title-xlarge, .title-large, .title-medium, .title-small, .title-xsmall, .title-xlarge p, .title-large p, .title-medium p, .title-small p, .title-xsmall p, .title-xlarge a, .title-large a, .title-medium a, .title-small a, .title-xsmall a {
    font-weight: 600;
    color: #555 !important;
    line-height: 1.1;
    margin-bottom: 0;
}

.title-xlarge, .title-xlarge p {
    font-size: 40px;
    padding-bottom: 12px;
}

.title-large, .title-large p {
    font-size: 28px;
    padding-bottom: 10px;
}

.title-medium, .title-medium p {
    font-size: 18px;
    padding-bottom: 10px;
}

.title-small, .title-small p {
    font-size: 16px;
    padding-bottom: 8px;
}

.title-xsmall, .title-xsmall p {
    font-size: 14px;
    padding-bottom: 8px;
}

.title-xxsmall, .title-xxsmall p {
    font-size: 12px;
}

.title-box {
    background-color: #01673c;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 10px;
    text-transform: uppercase;
}

.text-xlarge, .text-large, .text-medium, .text-small, .text-xsmall, .text-xlarge p, .text-large p, .text-medium p, .text-small p, .text-xsmall p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 200;
    color: #888;
    line-height: 1.1;
    padding-bottom: 10px;
}

.text-xlarge, .text-xlarge p {
    font-size: 24px;
}

.text-large, .text-large p {
    font-size: 20px;
}

.text-medium, .text-medium p {
    font-size: 15px;
}

.text-small, .text-small p {
    font-size: 13px;
}

.text-xsmall, .text-xsmall p {
    font-size: 11px;
}


.programme-xlarge {}

.programme-large {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.1;
    color: #01673c;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.programme-medium {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.1;
    color: #01673c;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.programme-small {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.1;
    color: #01673c;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.programme-xsmall {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.1;
    color: #01673c;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.date-xlarge, .date-large, .date-medium, .date-small, .date-xsmall, .date-xlarge p, .date-large p, .date-medium p, .date-small p, .date-xsmall p {
    font-weight: 200;
    line-height: 1.1;
    color: #777;
    text-transform: uppercase;
    padding-bottom: 6px;
}

.date-xlarge {
    font-size: 22px;
}

.date-large {
    font-size: 18px;
}

.date-medium {
    font-size: 16px;
}

.date-small {
    font-size: 12px;
}

.date-xsmall {
    font-size: 11px;
}

.main-details-heading {
    color: #ced1d3 ;
    font-weight: 200;
    font-size: 12px;
    padding-bottom: 20px; 
    line-height: 1.3;
}

.main-details-text {
    color: #ced1d3 ;
    font-weight: 400;
    font-size: 11px;
    padding-bottom: 15px; 
    line-height: 1.4;
}

.main-details-newsflash {
    color: #ced1d3 ;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
}

.main-details-date {
    color: #ced1d3 ;
    font-weight: 400;
    font-size: 11px;
    padding-bottom: 15px; 
    line-height: 1.3;
}


/* Text on Image Block */

.textblock {
    padding: 0 15px;
}

.textblock .col-sm-6 {
    padding: 2px;
}

.textblock .col-sm-3 {
    padding: 5px;
}

.text-image {
    position:relative;
}

.text-type {
    position: absolute; 
    z-index: 2; 
    top: 0;
    margin-top: 0;
    color: #ffffff; 
}

.text-type span {
    background-color: #222;
    color: #fff;
    display: inline;
    padding: 0.4rem 1rem;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.text-title {
    position: absolute;
    bottom: 1.71429rem;
    left: 1.71429rem;
    right: 1.71429rem;
    color: #444;
    line-height: 1.4;
}

.text-title a {
    color: #444 !important;
    text-decoration: none !important;
}

.text-title span {
    background-color: #fff;
    color: #444;
    display: inline;
    padding: 0.3rem 1rem;
    font-size: 1.4rem;
    
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.text-video {
    display: block;
    position: absolute;
    bottom: 1rem;
    left: 1.71429rem;
    right: 1.71429rem;
}


.text-video-type {
    line-height: 1.5;
}

.text-video-type span {
    background-color: #444;
    color: #e8e8e8;
    display: inline;
    padding: 0.4rem 0.8rem;
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
}

.text-video-type span:before {
    display:inline-block;
    vertical-align:middle;
    font-family: "dashicons";
    color: #e8e8e8;
    content: "\f522";
    padding-top: 0;
    position: relative;
    top: -1px;
    padding-right: 5px;
    font-size: 1.4rem;
}

.text-video-title {
    font-weight: 400;
    line-height: 1.7;
    font-size: 1.5rem;
}

.text-video-title a, .text-video-title span {
    display: inline;
    background-color: #fff;
    color: #666  !important;
    text-decoration: none !important;
    padding: 0.3rem 0.8rem;
    
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}





/* Images */

img, img .size-full, .wp-caption {
    max-width:100%;
    height: auto;
}

.img-border img {
    border: 1px solid #cccccc;
}

p img, .wp-caption {
    padding-top: 20px;
    padding-bottom: 10px;
}


 .wp-caption-text {
     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
     font-weight: 400;
    font-size: 13px;
    color: #999;
    padding: 10px 0 10px 10px;
 }


#social-icons img {
    width: 48px;
    height: 48px;
}


.bannerimage {
    margin-top: -40px;
    /* background-color: #d4d3d3 ; */
}

.banner-image img {
    margin-bottom: 0;
    background-color: #d4d3d3 ;
}

a[target="_blank"]:not(.notarget):after {
    display: none;
}

.hundredpercent {
    width:100% !important;
}




/* Pagination */

.pagination-container {
    text-align: center;
    padding-bottom: 1em;
}

/* Display as inline to put all contarols in one line */
.pagination-container ul,
.pagination-container ul * {
    display: inline;
    padding: 0;
}  

/* Display as inline to put all contarols in one line */
.pagination-container li {
    border: 1px solid #999;
    margin: 0 5px;
}  
  
.pagination-container  a {
    border-bottom: none; 
}
 
.pagination-container .wpv_page_current span,
.pagination-container  a {
   padding: 0 0.5em; 
}
  
/* Highlight wpv_page_current to make the current page stand out */
.pagination-container .wpv_page_current span {
  background: #333;
  color: #fff;
}

/*
ul.pagenos {
    text-align: center !important;
    list-style-position: inside !important;
    padding-top: 20px;
}

ul.pagenos li {
    display: inline;
}

.wpv-filter-pagination-link {
    list-style-type: none;
    display: block;
    text-align: center;
    margin-right: 10px;
}

.wpv-filter-pagination-link {
    color: #999 !important;
}

.wpv_page_current .wpv-filter-pagination-link {
    font-weight: 800;
}

ul.wpv_pagination_dots {
    text-align: center !important;
    list-style-position: inside !important;
    padding-top: 20px;
}

ul.wpv_pagination_dots li {
    display: inline;
}

.wpv_pagination_dots_item {
    list-style-type: none;
    display: block;
    text-align: center;
    margin-right: 10px;
}

.wpv-filter-pagination-link {
    color: #999 !important;
}

.wpv_page_current .wpv-filter-pagination-link {
    font-weight: 800;
}

*/




/* Filters */

.wpv-filter-form input, .wpv-filter-form select {
    border-radius: 0;
    height: 26px;
    width: 100%;
}

.wpv-filter-form input[type="submit"] {
    width: 80px;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 12px;
}

.filter-label {
    text-align: left;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: normal;
    padding-left: 20px;
    padding-bottom: 2px;
}

.filter-enter {
    text-align: left;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: normal;
    padding-left: 20px;
}

.js-wpv-filter-trigger  {
    font-weight: 300;
    font-size: 12px;
    letter-spacing: normal;
}

.filter-button {
    padding-top: 15px;
}
/*

.btn-primary, .woocommerce input.button[type="submit"], button.button[type="submit"], input.button.alt[type="submit"], .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, input[type="submit"], .btn-primary.disabled, .woocommerce input.disabled.button[type="submit"], button.disabled.button[type="submit"], input.disabled.button.alt[type="submit"], .woocommerce a.disabled.button.alt, .woocommerce button.disabled.button.alt, .woocommerce input.disabled.button.alt, input.disabled[type="submit"], .btn-primary.disabled:hover, button.disabled.button[type="submit"]:hover, .woocommerce a.disabled.button.alt:hover, .woocommerce button.disabled.button.alt:hover, .woocommerce input.disabled.button.alt:hover, input.disabled[type="submit"]:hover, .btn-primary.disabled:focus, button.disabled.button[type="submit"]:focus, .woocommerce a.disabled.button.alt:focus, .woocommerce button.disabled.button.alt:focus, .woocommerce input.disabled.button.alt:focus, input.disabled[type="submit"]:focus, .btn-primary.disabled.focus, button.disabled.focus.button[type="submit"], .woocommerce a.disabled.focus.button.alt, .woocommerce button.disabled.focus.button.alt, .woocommerce input.disabled.focus.button.alt, input.disabled.focus[type="submit"], .btn-primary.disabled:active, button.disabled.button[type="submit"]:active, .woocommerce a.disabled.button.alt:active, .woocommerce button.disabled.button.alt:active, .woocommerce input.disabled.button.alt:active, input.disabled[type="submit"]:active, .btn-primary.disabled.active, button.disabled.active.button[type="submit"], .woocommerce a.disabled.active.button.alt, .woocommerce button.disabled.active.button.alt, .woocommerce input.disabled.active.button.alt, input.disabled.active[type="submit"], .btn-primary[disabled], .woocommerce input.button[disabled][type="submit"], button.button[disabled][type="submit"], input.button.alt[disabled][type="submit"], .woocommerce a.button.alt[disabled], .woocommerce button.button.alt[disabled], .woocommerce input.button.alt[disabled], input[disabled][type="submit"], .btn-primary[disabled]:hover, button.button[disabled][type="submit"]:hover, .woocommerce a.button.alt[disabled]:hover, .woocommerce button.button.alt[disabled]:hover, .woocommerce input.button.alt[disabled]:hover, input[disabled][type="submit"]:hover, .btn-primary[disabled]:focus, button.button[disabled][type="submit"]:focus, .woocommerce a.button.alt[disabled]:focus, .woocommerce button.button.alt[disabled]:focus, .woocommerce input.button.alt[disabled]:focus, input[disabled][type="submit"]:focus, .btn-primary.focus[disabled], button.focus.button[disabled][type="submit"], .woocommerce a.focus.button.alt[disabled], .woocommerce button.focus.button.alt[disabled], .woocommerce input.focus.button.alt[disabled], input.focus[disabled][type="submit"], .btn-primary[disabled]:active, button.button[disabled][type="submit"]:active, .woocommerce a.button.alt[disabled]:active, .woocommerce button.button.alt[disabled]:active, .woocommerce input.button.alt[disabled]:active, input[disabled][type="submit"]:active, .btn-primary.active[disabled], button.active.button[disabled][type="submit"], .woocommerce a.active.button.alt[disabled], .woocommerce button.active.button.alt[disabled], .woocommerce input.active.button.alt[disabled], input.active[disabled][type="submit"], fieldset[disabled] .btn-primary, fieldset[disabled] .woocommerce input.button[type="submit"], .woocommerce fieldset[disabled] input.button[type="submit"], fieldset[disabled] button.button[type="submit"], fieldset[disabled] input.button.alt[type="submit"], fieldset[disabled] .woocommerce a.button.alt, .woocommerce fieldset[disabled] a.button.alt, fieldset[disabled] .woocommerce button.button.alt, .woocommerce fieldset[disabled] button.button.alt, fieldset[disabled] .woocommerce input.button.alt, .woocommerce fieldset[disabled] input.button.alt, fieldset[disabled] input[type="submit"], fieldset[disabled] .btn-primary:hover, fieldset[disabled] button.button[type="submit"]:hover, fieldset[disabled] .woocommerce a.button.alt:hover, .woocommerce fieldset[disabled] a.button.alt:hover, fieldset[disabled] .woocommerce button.button.alt:hover, .woocommerce fieldset[disabled] button.button.alt:hover, fieldset[disabled] .woocommerce input.button.alt:hover, .woocommerce fieldset[disabled] input.button.alt:hover, fieldset[disabled] input[type="submit"]:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] button.button[type="submit"]:focus, fieldset[disabled] .woocommerce a.button.alt:focus, .woocommerce fieldset[disabled] a.button.alt:focus, fieldset[disabled] .woocommerce button.button.alt:focus, .woocommerce fieldset[disabled] button.button.alt:focus, fieldset[disabled] .woocommerce input.button.alt:focus, .woocommerce fieldset[disabled] input.button.alt:focus, fieldset[disabled] input[type="submit"]:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] button.focus.button[type="submit"], fieldset[disabled] .woocommerce a.focus.button.alt, .woocommerce fieldset[disabled] a.focus.button.alt, fieldset[disabled] .woocommerce button.focus.button.alt, .woocommerce fieldset[disabled] button.focus.button.alt, fieldset[disabled] .woocommerce input.focus.button.alt, .woocommerce fieldset[disabled] input.focus.button.alt, fieldset[disabled] input.focus[type="submit"], fieldset[disabled] .btn-primary:active, fieldset[disabled] button.button[type="submit"]:active, fieldset[disabled] .woocommerce a.button.alt:active, .woocommerce fieldset[disabled] a.button.alt:active, fieldset[disabled] .woocommerce button.button.alt:active, .woocommerce fieldset[disabled] button.button.alt:active, fieldset[disabled] .woocommerce input.button.alt:active, .woocommerce fieldset[disabled] input.button.alt:active, fieldset[disabled] input[type="submit"]:active, fieldset[disabled] .btn-primary.active, fieldset[disabled] button.active.button[type="submit"], fieldset[disabled] .woocommerce a.active.button.alt, .woocommerce fieldset[disabled] a.active.button.alt, fieldset[disabled] .woocommerce button.active.button.alt, .woocommerce fieldset[disabled] button.active.button.alt, fieldset[disabled] .woocommerce input.active.button.alt, .woocommerce fieldset[disabled] input.active.button.alt, fieldset[disabled] input.active[type="submit"], .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus, .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus, .panel-primary > .panel-heading, body .wpv_pagination_dots li.wpv_page_current a, .woocommerce .product-comparision a.button, .woocommerce .product-box-button a.button  {
    background-color: #999 !important;
    border-color: #888 !important;
}

ul.wpv_pagination_dots {
    text-align: center !important;
    list-style-position: inside !important;
    padding-top: 20px;
}

ul.wpv_pagination_dots li {
    display: inline;
}

.wpv_pagination_dots_item {
    list-style-type: none;
    display: block;
    text-align: center;
    margin-right: 10px;
}

.wpv-filter-pagination-link {
    color: #999 !important;
}

.wpv_page_current .wpv-filter-pagination-link {
    font-weight: 800;
}



.page-no {
    text-align: center;
    padding-bottom: 20px;
}
*/


.essb_links {
    margin-bottom: 20px !important;
}

.wpv_pagination_links {
    padding: 40px 0 !important;
    text-align: center;
}

.wpv_page_current a  {
    background-color: #d7d5d5 !important;
    border-color: #eee !important;
}


/* Forms */

.gform_button {
    border: 1px solid #e0dede !important;
    background-color: red !important;
}

.searchbox {
    background-color: #eee;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 0 50px;
}


/* Button */

.btn, .btn-primary, .btn-default, .gform_button, .button {
    font-size: 12px !important;
    color: #111 !important;
    text-transform: uppercase !important;
    background-color: #fff !important;
}


/* Images */

.alignleft {
    margin-right: 20px !important;
}


/* Table */

.column-head {
    font-weight: 500;
}


/* Twitter Facebook widget */

.cff-item a, #cff a {
    color: #226699;
}

#cff {
    border-radius: 5px !important;
}
    

/*--------------------------------------------------------------
 * 3.1 - Forms — Search
 * --------------------------------------------------------------*/

/*
.search-top {
	margin: -20px -20px 20px -20px;
	padding: 20px 20px 0px 20px;
	border-radius: 6px 6px 0px 0px;
	background-color: #fff;
	background-image: url(images/lightbgr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: linear-gradient(bottom, rgb(242,242,242) 0%, rgb(255,255,255) 38%);
	background-image: -o-linear-gradient(bottom, rgb(242,242,242) 0%, rgb(255,255,255) 38%);
	background-image: -moz-linear-gradient(bottom, rgb(242,242,242) 0%, rgb(255,255,255) 38%);
	background-image: -webkit-linear-gradient(bottom, rgb(242,242,242) 0%, rgb(255,255,255) 38%);
	background-image: -ms-linear-gradient(bottom, rgb(242,242,242) 0%, rgb(255,255,255) 38%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(242,242,242)),
		color-stop(0.38, rgb(255,255,255))
	);
	border-bottom: 1px solid #e5e5e5;
}

*/

.search-top .sbox {
	width: 25%;
	margin-right: 1.6%;
	float: left;
}
.search-top .sbox .last {
	width: 26.6%;
	margin-right: 0;
}

/*
.search-top .one_half {
	width: 46%;
	float: left;
	margin-right: 4%;
}
.search-top .one_half:last-child {
	margin-right: 0;
	width: 50%;
}

.search-top .sbox.checkbox {
	margin-bottom: -40px;
}
.search-top .wpcf-form-item-checkbox {
	background: #eee;
	float: left;
	padding: 4px 0px 0 2px;
	margin-right: 1px;
	border-radius: 3px;
}
.search-top .sbox.checkbox .wpcf-form-checkbox-label {
	float: left;
	clear: none;
	margin: -3px 0px 0px 2px !important;
}

.search-top .sbox.checkbox input[type=checkbox] {
	display: inline;
	width: auto;
	float: left;
	clear: none;
	margin: 0;
}
.search-top .wpcf-form-checkbox {
	margin: 4px 0 0 0 !important;
	float: left;
}
.search-top .sbox input,
.search-top .sbox select {
  	width: 98.5%;
	float: none;
	border-radius: 4px;
	padding-left: 0;
	padding-right: 0;
}
.search-top .sbox input[type=text] {
	text-indent: 10px;
}
.search-top .sbox select {
	height: 26px;
	padding: 1px;
	top: -4px;
	position: relative;
}

*/ /*

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* CSS Statements that only apply on webkit-based browsers
	.search-top .sbox select {
		top: -1px;
		height: 28px;
	}
}

.search-top .widget.widget_wp_views_filter input[type="submit"] {
	margin-top: 23px;
	width: 100%;
	height: 28px;
}

.search-top form {
	margin-bottom: 0 !important;
}

.search-top .widget.widget_wp_views_filter {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 20px 0 0 0 !important;
}

.search-top .widget_wp_views_filter form label {
	color: #08C;
	font-weight: normal;
	font-size: 0.8em;
	text-transform: uppercase;
	clear: both;
	display: block;
	margin-bottom: 0;
}

*/

/* Filter Form */

.wpv-filter-form {
    padding: 10px 0px;
    margin-bottom: 30px;
    text-align: center;
    background: #f9f9f9;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 14px;
}

.js-wpv-submit-trigger {
    margin-left: 20px;
}

.twocolumns {
 padding:10px;
  width:100%;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}



ol li {
    line-height: inherit;
    list-style: decimal outside none;
    margin-left: 30px;
    padding-bottom: 8px;
    padding-left: 10px;
}

.page-tab {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: normal;
    text-transform: uppercase;
    text-align: left;
    margin-top: 0;
    padding: 4px 0 30px;
}

.page-tab span {
    background-color: #d1cfcf;
    color: #ffffff !important;
    padding: 5px 18px;
}

.page-title {
    font-weight: 200;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
}

.home-head-first {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 20px;
}

.home-head {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    border-top: 1px dotted #cccccc;
    padding-top: 10px;
}

.home-tab {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #f3f1f1;
    padding: 2px 0;
    margin-bottom: 20px;
}

.home-tab span {
    background-color: #c4c3c3;
    color: #ffffff !important;
    padding: 3px 20px;
}


.section-head {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 20px;
}

.box-head, .box-head-sidebar {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 20px;
}

.box-head-first {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 20px;
}

.box-head-sidebar {
    padding-bottom: 12px;
}

.box-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    padding-top: 5px;
}

.box-author {
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    color: #777;
    padding: 5px 0;
}

.box-date {
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    color: #999;
    padding: 5px 0;
}

.box-date span,.box-date span a {
    background-color: #cccccc;
    color: #ffffff !important;
    padding: 1px 5px;
}

.box-text {
    font-weight: 300;
    font-size: 13px;
    color: #444;
    line-height: 1.1;
    padding-bottom: 8px;
}

.box-text-large {
    font-weight: 300;
    font-size: 14px;
    color: #666;
    line-height: 1.1;
    padding-bottom: 8px;
}

.wpv-filter-previous-link, .wpv-filter-next-link {
    font-size: 12px;
}


/* Home */


.home-grid-title {
    font-weight: 300;
    font-size: 16px;
    padding: 5px 6px 5px 0;
    line-height: 1.1;
}

.home-grid-title-large {
    font-weight: 300;
    font-size: 18px;
    padding: 5px 6px 5px 0;
    line-height: 1.1;
}


.home-text {
    font-weight: 300;
    font-size: 13px;
    line-height: 1.1;
    padding-bottom: 8px;
}

.home-text-large {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.1;
    padding: 0 0 10px;
}

.home-grid-taxonomy {
    font-weight: 300;
    color: #888;
    font-size: 11px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.home-grid-taxonomy span a {
    background-color: #d1cfcf;
    color: #ffffff !important;
    padding: 2px 6px;
}

.home-news-date {
    font-weight: 300;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1;
    color: #999;
    padding: 8px 0 7px;
}

.home-news-date span,.home-news-date span a {
    background-color: #d1cfcf;
    color: #ffffff !important;
    padding: 1px 5px;
}

.home-news-text {
    font-weight: 300;
    font-size: 13px;
    color: #999;
    line-height: 1.1;
    padding-bottom: 14px;
}

/* News */

.news-archive-title {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
}

.news-archive-date {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    color: #999;
    padding: 0 0 5px;
}

.news-archive-date span a, .news-archive-date span {
    background-color: #d1cfcf;
    color: #ffffff !important;
    padding: 2px 6px;
}

.news-archive-text {
    font-weight: 300;
    font-size: 13px;
    color: #999;
    line-height: 1.1;
    padding-bottom: 30px;
}

.news-title {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
}

.news-date {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    color: #999;
    padding: 0 0 5px;
}

.news-date span a, .news-date span {
    background-color: #d1cfcf;
    color: #ffffff !important;
    padding: 2px 6px;
}

.news-text {
    font-weight: 300;
    font-size: 13px;
    color: #999;
    line-height: 1.1;
    padding-bottom: 8px;
}

.news-link {
    padding-bottom: 14px
}



/* Newsletter */

.newsletter-dashicon {
    font-size: 28px !important;
    width: 60px !important;
}

.newsletter-heading  {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-weight: 900;
    font-size: 40px;
    text-align: center;
    line-height: 1;
    padding: 20px 0 10px;
}

.newsletter-section {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-weight: 900;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    padding: 8px 0;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #f05523;
}

.newsletter-cover-grid img {
    border: 1px solid #cccccc;
}

.newsletter-cover-grid {
    padding-bottom: 10px;
}

.newsletter-grid-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    padding-top: 10px;
}

.newsletter-grid-subtitle {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 11px;
    color: #777;
    padding: 5px 0 30px;
    line-height: 1;
}


.newsletter-title {
    text-align: center;
    padding-bottom: 30px;
}

.newsletter-contents {
    margin-top: 0;
    padding-top: 0;
}

.newsletter-h2 {
    margin-top: 0;
    padding-top: 5px;
}

.newsletter-h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.newsletter-article-author {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    padding-bottom: 5px;
    border-bottom: 1px solid #d1cfcf;
    margin-bottom: 10px;
}

.newsletter-date {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 300;
    font-size: 14px;
    color: #999;
    padding-bottom: 5px;
}

.newsletter-type {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    color: #999;
    padding: 0 0 5px;
}

.newsletter-date span {
    background-color: #f49358;
    color: #ffffff !important;
    text-transform: uppercase;
    padding: 2px 6px;
}

.newsletter-photo-credit   {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 100;
    font-size: 10px;
    text-transform: uppercase;
    color: #999;
    text-align: right;
    padding: 2px 0 5px;
    margin-top: 0 !important;
}

.newsletter-readmore {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.newsletter-published  {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    color: #666;
    padding-bottom: 5px;
}


/* MenEngage Newsletter */


.men-body {
    color: #777 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px !important;
    line-height: 1.42857;
    font-weight: 300 !important;
    background-attachment: scroll;
    background-color: #e6e7e8 ;
    color: #777 !important;
    font-size: 15px !important;
    font-weight: 300 !important;
}
    
.men-table {
    background-color: #ffffff !important;
    width:600px;
    padding: 0 !important;
    border: 0 none !important;
    cellspacing: 0 !important;
    margin-left:auto; 
    margin-right:auto;
}

.men-tr {
    padding: 0 0 20px !important;
    border: 0 none !important;
}
    
.men-td {
    border: 0 none !important;
    width: 300px;
    padding: 0px !important;
}
           
.men-newsletter-heading  {
    color: #79479e;
    font-weight: 900;
    font-size: 40px;
    text-align: right;
    text-transform: uppercase;
    line-height: 0.6;
    letter-spacing: 3px;
    padding: 0 20px 50px;
    margin-top: 5px;
}

.men-image-feature {
    padding: 0 20px;
}
            
.men-image-subfeature {
    padding: 0 10px 0 20px
}

.men-image-feature-right {
    padding: 0 20px 0 10px;;
}
            
.men-heading-feature  {
    color: #000;
    font-weight: 700;
    font-size: 40px !important;
    line-height: 0.9;
    padding: 5px 20px 0;
    margin-top: 0;
    margin-bottom: 20px;
}

           
.men-heading-subfeature  {
    color: #000;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    padding: 0 20px;
    margin-top: 5px;
    margin-bottom: 20px;
}
            
.men-text-feature  {
    color: #777;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    padding: 0 20px 10px;
}

            
.men-text-subfeature  {
    color: #777;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.1;
    padding: 0 20px 10px;
}


.men-newsletter-readmore {
    color: #fff !important;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 3px;
    text-align: right;
    text-transform: uppercase;
    background-color: #e4daec;
    padding: 2px 20px;
    margin: 10px 20px 50px;
}
            
.men-newsletter-readmore a {
    color: #fff !important;
}
     
            
.men-icon-button {
    margin-top: -40px;
    padding-left: 10px;
}


/* Article */

.article-title {
    padding-top: 20px;
}

.article-date {
    font-weight: 300;
    font-size: 16px;
    color: #999;
    padding-bottom: 20px;
}

.article-divider {
    padding: 5px 0 10px;
}

.credit {
    font-size: 16px;
    font-weight: 600;
    color: #999;
    padding: 2px 0 10px;
    text-transform: uppercase;
}

.author-name {
    font-size: 16px;
    font-weight: 600;
    color: #999;
    padding: 2px 0 10px;
    line-height: 1.1;
}

.article-editor {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    padding-bottom: 20px;
}

.article-author-bio {
    font-size: 13px;
    color: #555;
    padding: 20px 0 30px;
}

/* Articles Grid */

.article-archive-image {
    margin-bottom: 20px;
}

.article-archive-title {
    font-weight: 300;
    font-size: 20px;
    padding: 5px 6px 5px 0;
    line-height: 1.1;
}

.article-archive-author {
    font-size: 15px;
    font-weight: 400;
    color: #888;
    padding: 0;
}

.article-archive-date {
    font-weight: 300;
    font-size: 13px;
    color: #999;
    padding-bottom: 10px;
}

.article-archive-date span {
    margin-left: 10px;
    background-color: #d1cfcf;
    color: #ffffff !important;
    font-size: 12px;
    padding: 2px 6px;
    text-transform: uppercase;    
}

.article-grid-image {}

.article-grid-title-main {
    font-weight: 300;
    font-size: 18px;
    padding: 5px 6px 5px 0;
    line-height: 1.1;
}

.article-home-image {
    margin-bottom: 20px;
    float: left;
    margin-right: 20px;
}

.article-sidebar-image {
    margin-bottom: 20px;
    float: left;
    margin-right: 10px;
}

.article-sidebar-title {
    font-weight: 300;
    font-size: 15px;
    line-height: 1;
}

.article-sidebar-text {
    font-weight: 300;
    font-size: 12px;
    color: #777;
    padding: 5px 0 30px;
    line-height: 1;
}


/* Publications */

.pub-cover {
    padding-bottom: 30px;
}

.pub-archive-title {
    font-size: 14px;
    line-height: 1.1;
    padding-top: 10px;
}

.pub-archive-subtitle {
    font-size: 12px;
    color: #777;
    padding-top: 5px;
    line-height: 1.1;
}

.pub-archive-date {
    font-size: 9px;
    padding: 8px 0 30px;
    text-transform: uppercase;
    color: #222;
}

.pub-archive-date span {
    border: 1px solid #d1cfcf;
    padding: 2px 6px;
}

.pub-title {
    padding-top: 40px;
}

.pub-subtitle {
    font-weight: 300;
    font-size: 16px;
    color: #777;
    line-height: 1.1;
}

.pub-date {
    font-weight: 700;
    font-size: 14px;
    color: #999;
    padding-top: 10px;
}

.pub-sidebar-cover {
    /* border: 1px solid #cccccc; */
    margin-bottom: 20px;
    float: left;
    margin-right: 15px;
}

.pub-type{}

.pub-grid-title {
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    padding-top: 10px;
}

.pub-grid-subtitle {
    font-weight: 300;
    font-size: 11px;
    color: #777;
    padding: 5px 0 30px;
    line-height: 1;
}

.pub-sidebar-title {
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    padding-top: 8px;
}

.pub-sidebar-subtitle {
    font-weight: 300;
    font-size: 11px;
    color: #777;
    padding-top: 5px;
    line-height: 1;
}

.pub-citation {
    font-weight: 300;
    font-size: 12px;
    color: #777;
    padding-top: 15px;
    line-height: 1.1;
}


.authorlist {
  display: inline;
  list-style: none;
    padding: 0;
    margin: 0
}

.authorlist li {
  display: inline;
}

.authorlist li:after {
  content: ", ";
}

.authorlist li:last-child:after {
  content: "";
}

.authorlist li:nth-last-child(2):after {
  content: " & ";
}

/* Video */

.video-grid-embed {}

.video-grid-title, .video-grid-title-nospace {
    font-weight: 300;
    font-size: 16px;
    padding: 5px 6px 0 0;
    line-height: 1.1;
}

.video-grid-title {
    padding-bottom: 30px;
}

.video-grid-taxonomy {
    font-weight: 300;
    font-size: 11px;
    padding: 5px 0 30px;
    text-transform: uppercase;
}


.video-grid-taxonomy span,.video-grid-taxonomy span a {
    background-color: #d1cfcf;
    color: #ffffff !important;
    padding: 2px 6px;
}

.video-grid-title-small {
    font-weight: 300;
    font-size: 14px;
    padding: 5px 3px 20px;
    line-height: 1.1;
}

.video-embed {}

.video-title {
    font-weight: 300;
    font-size: 30px;
    padding-top: 8px;
}

.video-credit {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    color: #999;
    padding-bottom: 5px;
}

.video-text {
    padding-bottom: 30px;
}


/* People */

.staff-photo img {
    border: 1px solid #cccccc;
}

.staff-photo{
    text-align: right;
}

.staff-main-title {
    padding-top: 10px;
    line-height: 1.1;
    text-align: right;
}

.staff-job-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.1;
    padding-bottom: 20px;
    text-align: right;
}

.people-grid  {
    font-weight: 300;
    font-size: 13px;
    color: #777;
    padding: 3px 0 20px;
}

.staff-name-large {
    font-weight: 300;
    font-size: 24px;
    padding-top: 60px;
    line-height: 1.1;
}

.staff-name {
    font-weight: 300;
    font-size: 20px;
    padding-top: 40px;
    line-height: 1.1;
}

.staff-category-large {
    font-weight: 300;
    color: #888;
    font-size: 14px;
    padding-top: 6px;
    text-transform: uppercase;
    text-align: right;
}

.staff-category {
    font-weight: 300;
    color: #888;
    font-size: 12px;
    padding-top: 4px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: right;
}

.staff-category span, .staff-category-large span {
    background-color: #d88b5c;
    color: #ffffff !important;
    padding: 2px 6px;
}

/* Download links */

/* .w3eden {
    padding-top: 20px;
} */

.download-box {
    border: 1px solid #B0B0B0;
    padding: 8px 10px !important;
}
  
.download-box img {
    max-width: 30px;
}

.media-body {
    padding: 5px 0 0 10px;
}