@charset "UTF-8";
/*------------------------------------------------------------------------*\
  STYLE.CSS
    Master Style Sheet
    You edit this file and add your custom css here.
    Dont forget to include Frankly.css - @import url('frankly.css');
\*------------------------------------------------------------------------*/
/* INCLUDES
------------------------------------------------------------------------------------------------------------------------ */
@import url('frankly.css');
/* THE FRANKLY CSS FRAMEWORK */
/* FONTS
------------------------------------------------------------------------------------------------------------------------ */
/* GOOGLE FONTS INCLUDE */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
/* Generated by Fontie - the magic webfont generator <http://fontie.flowyapps.com> */
@font-face {
    font-family: "Gotham-Book";
    src: url('../fonts/Gotham-Book_gdi.eot');
    src: url('../fonts/Gotham-Book_gdi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Book_gdi.woff') format('woff'),
    url('../fonts/Gotham-Book_gdi.ttf') format('truetype'),
    url('../fonts/Gotham-Book_gdi.svg#Gotham-Book') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

@font-face {
    font-family: "Gotham-Medium";
    src: url('../fonts/Gotham-Medium_gdi.eot');
    src: url('../fonts/Gotham-Medium_gdi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Medium_gdi.woff') format('woff'),
    url('../fonts/Gotham-Medium_gdi.ttf') format('truetype'),
    url('../fonts/Gotham-Medium_gdi.svg#Gotham-Medium') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

@font-face {
    font-family: "Gotham-Bold";
    src: url('../fonts/Gotham-Bold_gdi.eot');
    src: url('../fonts/Gotham-Bold_gdi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Bold_gdi.woff') format('woff'),
    url('../fonts/Gotham-Bold_gdi.ttf') format('truetype'),
    url('../fonts/Gotham-Bold_gdi.svg#Gotham-Bold') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

html {
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
    color: #4d4d4f;
}

/* HEADINGS - Set your main heading sizes, line heights and margins in Frankly.css */
h1 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
}

h3 {
    font-weight: 600;
}

h4 {
    font-weight: 300;
}

h6 {
    font-size: 15px;
    font-weight: normal;
}

/* SHARED
------------------------------------------------------------------------------------------------------------------------ */

/* THESE STYLES ARE HERE FOR EXAMPLE ONLY*/

/* IMPORTANT FOR JS */
#data-capture-form {
    display: none;
}

.more-link {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    display: block;
}

body {
    overflow: hidden;
    font-family: "Arial";
    color: #363636;
    font-size: 16px;

}

section {
    overflow: hidden;
    display: block;
}

.ui-widget-header {
    background-color: #7b2c42;
    border: 1px solid #521122;
    background: #7b2c42 url("jqueryui/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x
}

.ui-datepicker-calendar {
    display: none;
}

.sidebar {
    padding: 5px;
}

.footer {
    width: 100%;
    background-color: #5e1d2e;
    margin-bottom: 0;
    padding: 20px 0 50px;
    position: relative;
}

.top-menu {
    background-color: #5e1d2e;
}

.top-menu a, a.advanced-search {
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 10px 7px;
    margin: 15px 0 0;
    text-decoration: none;
    transition: ease all 0.8s;
    font-size: 12px;
}

.top-menu li {
    margin-left: 3px;
}

.top-menu .col-6-12 {
    padding-right: 0;
    width: 55%;
}

.top-menu .col-4-12 {
    width: 25%;
}

.grid.main-menu-wrapper .col-4-12 {
    padding: 0;
}

ul#menu-main-menu li a {
    color: #521122;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    font-family: "Gotham-medium";
    font-weight: bold;
    transition: ease all 0.5s;
}

ul#menu-top-menu li a:hover {
    background: #350209;
    border-color: #CF9DB6;
}

ul#menu-main-menu li a:hover, ul#menu-main-menu li a:focus, .blocks-titles a:hover, .blocks-titles a:focus {
    color: #e47297;
}

.grid.main-menu-wrapper {
    padding: 8px 0 8px 20px;
}

.menu-main-menu-container {
    padding: 7px 0 0;
    /*padding: 29px 0;*/
}

/*This will change as to 22px soon as the dropdown comes back*/
.select-dropdowns {
    padding: 5px 0;
    float: left;
}

ul#menu-top-menu {
    float: right;
}

h4 a:hover {
    text-decoration: none;
}

/*
.content.logo-wrapper img {
    max-width: 100%;
}
*/

.content.logo-wrapper img {
    width: 180px;      /* Set the desired width */
    height: auto;      /* Maintain aspect ratio */
    max-width: 100%;   /* Prevent it from overflowing container */
    display: block;    /* Optional: removes inline spacing issues */
}


.search-button input[type="text"], .select-wrapping select, .select-wrapping {
    background-color: #3c060f;
    border: 1px solid #350209;
    color: #a4a4a4;
    font-size: 13px;
    padding: 4px 25px 4px 6px;
    width: 166px;
    height: 32px;
    font-family: "Arial";
    font-size: 12px;
}

.select-wrapping select {
    width: 180px;
}

.select-wrapping select option {
    color: #a4a4a4;
    font-size: 14px;
    background-color: #3c060f;
    text-transform: none;
    border: none;
    padding: 2px;
}

.col-1-5.header-buttons:last-child {
    padding-right: 20px;
}

.col-1-5.header-buttons:last-child a {
    width: 100%;
}

.select-dropdowns input[type="search"] {
    width: 164px;
}

.dropdown-menu {
    float: left;
    margin-right: 15px;
    overflow: hidden;
}

.select-dropdowns select {
    background: transparent;
    text-transform: uppercase;
    border: none;
    padding: 0;
    margin: 0;
}

.select-wrapping {
    background-image: url("../images/dropdown.png");
    background-position: 135px center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    width: 166px;
    z-index: 1;
    height: 32px;
}

.search-button > img {
    position: absolute;
    top: 28px;
}

section.footer p {
    color: #fff;
    font-family: "Gotham-Book";
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
}

.top-social-media {
    float: right;
    margin: 19px 20px 15px 20px;
}

.top-social-media img {
    padding: 0 5px;
    transition: ease all 0.5s;
}

.footer-social-media img:last-child {
    padding-left: 5px;
}

ul#menu-left-footer li a, ul#menu-right-footer-menu li a {
    display: block;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    font-family: "gotham-bold";
    font-size: 16px;
}

ul#menu-left-footer li a:hover, ul#menu-right-footer-menu li a:hover {
    color: #e47297;
}

.banner-content {
    height: 100%;
    overflow: hidden;
    padding: 50px 50px 20px 50px;
}

.banner-content h1 {
    color: #fff;
    font-size: 30px;
    font-family: "gotham-book";
    font-style: normal;
    line-height: 2;
    width: 100%;
    float: right;
}

.banner-content h1 a {
    color: white;
}

.button > a {
    color: white;
    float: left;
    font-family: "gotham-bold";
    font-size: 20px;
    height: 70px;
    line-height: 1.2;
    padding: 15px 7px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.active .button > a {
    background-color: #7b2c42;
}

.blocks-titles {
    position: relative;

}

.cat-nav {
    position: absolute;
    padding: 5px;
    background-color: rgba(104, 32, 93, 0.7);
    left: 2px;
    top: 2px;
    color: white;
}

.col-2-12.header-buttons {
    width: 20%;
}

.col-2-12.header-buttons:first-child {
    margin-left: 0;
}

a:hover {
    text-decoration: none;
}

.button.color-purple a {
    margin-left: 0;
    background-color: rgba(123, 44, 66, 0.82);
    width: 99%;
    -moz-transition: ease all 1s;
    -ms-transition: ease all 1s;
    -o-transition: ease all 1s;
    -webkit-transition: ease all 1s;
    transition: ease all 1s;
}

.col-1-5.header-buttons.active a {
    /*background-color: rgba(104, 32, 93,0.7);*/
    background-color: rgba(246, 246, 246, 0.90);
    color: #7b2c42;
}

.button.color-light-pink a {
    background-color: rgba(230, 194, 222, 0.6);
}

.button.color-light-pink a:hover {
    background-color: rgba(230, 194, 222, 0.8);
}

.button.color-light-purple a {
    background-color: rgba(177, 120, 202, 0.6);
}

.button.color-light-purple a:hover {
    background-color: rgba(177, 120, 202, 0.8);
}

.button.color-pink a {
    background-color: rgba(173, 50, 102, 0.5);
}

.button.color-pink a:hover {
    background-color: rgba(173, 50, 102, 0.7);
}

.button.color-maroon a {
    padding: 25px;
    background-color: rgba(82, 17, 34, 0.5);
}

.button.color-maroon a:hover {
    background-color: rgba(82, 17, 34, 0.7);
}

.blocks-titles a, h2.teaser-title a, a.titles {
    font-size: 19px;
    text-decoration: none;
    text-transform: uppercase;
}

body a {
    color: #8f2f49;
    font-family: "gotham-medium";
    transition: ease all 0.5s;
}

body p a {
    font-weight: bold;
}

body a:hover {
    color: #c05387;
}

.page-id-5 em a, .page-id-5 a em {
    font-weight: bold;
}

.image-wrapper > img {
    border: 2px solid #cfcfcf;
    max-width: 100%;
    height: 100%;
    max-height: 250px;
}

body h2, .sidebar h3, section#home_page_whatsnew h2, .sidebar-wrapper h3 {
    color: #521122;
    font-family: "Gotham-bold";
    text-transform: uppercase;
    clear: both;
}

.countries-map-overlay {
    background-color: #f9f9f9;
    border: 1px solid #efebeb;
    width: 165px;
    float: right;
    margin: 13px 13px 12px 0;
}

.map-background-wrapper {
    background-color: #EAF6F8;
    border: 2px solid #e4f0f2;
    margin-bottom: 40px;
}

.countries-map-overlay div {
    border-bottom: 1px solid #efebeb;
    padding: 4px 10px 0;
}

section#home_page_map .col-1-1 {
    padding-right: 0;
}

.countries-map-overlay span {
    color: #000;
    line-height: 0;
    padding-left: 10px;
    font-size: 14px;
    font-family: "Arial";
    vertical-align: text-top;
}

div#home_page_banner {
    position: relative;
}

div#home_page_banner img {
    width: 100%;
    position: relative;
    float: left;
}

.get-involve-wrapper .col-1-4 {
    text-align: center;
    margin-left: 0;
    padding-right: 20px;
    max-width: 278px;
}

.get-involve-wrapper .col-1-4:last-child {
    padding-right: 0;
}

.get-involve-wrapper .col-1-4:first-child {
    margin-left: 0;
}

section#home_page_get_involved {
    margin-bottom: 100px;
    padding-left: 20px;
    padding-top: 0;
}

.home .grid.grid-pad.page-pad {
    margin-bottom: 0;
}

.get-involve-wrapper .col-1-4 .button a {
    text-align: center;
    margin-left: 0;
    color: #fff;
    text-transform: uppercase;
    background: #111;
}

.get-involve-wrapper .button a {
    max-width: 100%;
    height: 63px;
    padding: 20px 0;
}

.get-involve-wrapper .col-1-5 {
    text-align: center;
}

.get-involve-wrapper img {
    max-height: 158px;
}

.get-involve-wrapper .button.color-maroon a {
    background-color: #7b2c42;
}

.get-involve-wrapper .button.color-maroon a:hover {
    background-color: rgba(123, 44, 66, 0.78);
}

.get-involve-wrapper .button.color-pink a {
    background-color: #e47297;
}

.get-involve-wrapper .button.color-pink a:hover {
    background-color: #e47297;
}

.get-involve-wrapper .button.color-pink a:hover {
    background-color: rgba(228, 114, 151, 0.55);
    padding-left: 0;
}

.get-involve-wrapper .button.color-light-purple a {
    background-color: #a57fa6;
}

.get-involve-wrapper .button.color-light-purple a:hover {
    background-color: rgba(165, 127, 166, 0.72);
}

.get-involve-wrapper .button.color-light-pink a {
    background-color: #d09eb6;
}

.get-involve-wrapper .button.color-light-pink a:hover {
    background-color: rgba(208, 158, 182, 0.59);
}

.get-involve-wrapper .button.color-purple a {
    background-color: #6b1070;
}

.get-involve-wrapper .button.color-purple a:hover {
    background-color: rgba(107, 16, 112, 0.65);
}

section#home_page_get_involved .col-1-1 {
    padding-right: 0;
}

.home-bottom-ad {
    padding: 30px 0 60px 0;
}

section #home #whats-new.col-1-2:last-child {
    padding-right: 20px;
}

.four-blocks .col-1-2:last-child {
    padding-right: 20px;
}

.breadcrumb {
    background-color: #f7f7f7;
    border: 1px solid #e4e0e0;
    height: auto;
    max-height: 47px;
    margin: 0 20px 20px 0;
    width: 100%;
}

.breadcrumb a {
    color: #c05387;
    font-family: "Gotham-Bold";
    font-size: 12px;
    text-transform: uppercase;
}

.breadcrumb span a {
    vertical-align: inherit;
    line-height: 44px;
}

.breadcrumb span a:after {
    content: url(../images/top-separator.png);
    position: relative;
    top: 0;
}

.breadcrumb span {
    vertical-align: top;
    line-height: 3.7;
}

.breadcrumb img {
    border-right: 1px solid #e4e0e0;
    float: left;
    height: 45px;
    padding: 8px;
}

.image-wrapper.programs-images {
    max-width: 100%;
    max-height: 100%;
}

.search-country .col-4-12:last-child {
    text-align: right;
}

.get-involve-wrapper .col-1-4:last-child {
    margin-left: 0;
}

body h1 {
    color: #521122;
    font-family: "Gotham-Medium";
    font-size: 28px;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

h2, h3, h4, p {
    color: #521122;
}

.country-title > img {
    height: 45px;
    width: 68px;
    float: left;
    margin-right: 10px;
}

.col-1-1.search-country {
    padding: 40px 0 20px 0;
}

.search-country input[type="text"], input.form-control, .sidebar-dropdown-wrapper {
    border: 1px solid #cfcfcf;
    padding: 11px 35px 11px 8px;
    font-size: 12px;
    width: 200px;
    max-width: 100%;
}

.search-country input[type="submit"], .search-button input[type="submit"] {
    border: none;
    background-color: transparent;
    text-indent: -99999px;
    background-image: url("../images/search-btn-country.png");
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 12px;
    max-width: 100%;
}

.breadcrumb span:nth-child(2) {
    padding-left: 5px;
    position: relative;
    top: 0;
}

.search-country form, .search-button form {
    position: relative;
    clear: both;
}

.search-button form {
    max-width: 180px;
}

.search-button input[type="submit"] {
    background-image: url("../images/search-btn.png");
    top: 5px;
    right: 20px;
}

.top-menu .grid {
    padding-left: 20px;
}

.latest-news-country h4 {
    color: #c05387;
    font-family: "Arial";
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
}

.top-menu input[type="submit"], .search-country input[type="submit"], .search-button input[type="submit"] {
    margin-top: 0;
    padding: 10px;
}

.top-menu input[type="submit"]:hover, .search-country input[type="submit"]:hover, .search-button input[type="submit"]:hover {
    background-color: transparent;
}

.latest-news-country img {
    height: 15px;
    width: 26px;
}

.latest-news-country a {
    color: rgba(82, 17, 34, 1);
    font-family: "Arial";
    font-size: 14px;
}

.latest-news-country span {
    color: #000;
    font-size: 14px;
}

.latest-news-country span:before {
    content: "|";
    padding: 0 5px;
}

.latest-news-country > div {
    border-bottom: 1px solid #c5c5c5;
    padding: 15px 0;
}

.latest-news-country.news-wrapper {
    background-color: #f2f2f2;
    border: 1px solid #e4e0e0;
    padding: 10px 25px;
    margin-bottom: 30px;
}

.latest-news-country > div:last-child {
    border-bottom: 0;
}

section.page-title {
    padding: 20px 0 20px;
}

.csi_sharing p {
    color: #000;
    font-family: "Gotham-Bold";
    font-size: 16px;
    margin: 9px 9px 0 0;
}

.csi_sharing ul li img {
    margin-left: 8px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    transition: ease all 0.3s;
}

.csi_sharing ul li img:hover {
    border-radius: 20px;
    box-shadow: 4px 0px 7px #cfcfcf;
    transform: rotate(20deg);
}

section.csi_sharing {
    padding-bottom: 20px;
}

.woocommerce .sidebar-wrapper {
    padding: 0 10px 10px;
}

.sidebar-wrapper {
    background-color: #f2f2f2;
    border: 1px solid #e4e0e0;
    padding: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}

.gpoll_poll_widget, .content .gpoll_enabled_wrapper {
    background-color: rgba(104, 32, 93, 0.7);
    color: white;
}

.content .gpoll_enabled_wrapper {
    padding: 10px;
}

.gpoll_poll_widget h3, .gpoll_poll_widget label, .gpoll_poll_widget a, .gpoll_enabled_wrapper h3, .gpoll_enabled_wrapper label, .gpoll_enabled_wrapper a {
    color: white;
}

.wpp-list {
    margin-bottom: 0px;
}

.input-group label:after {
    content: "*";
    color: #c05387;
}

.input-group label {
    color: #363636;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0 5px;
}

input.form-control, .input-group select, .sidebar-dropdown-wrapper {
    padding: 7px 11px;
    max-height: 32px;
    width: 293px;
    background-color: #f7f7f7;
    color: #7d7d7d;
}

.sidebar-dropdown-wrapper select {
    background-color: transparent;
    border: none;
    padding: 7px;
    width: 317px;
    cursor: pointer;
}

.sidebar-dropdown-wrapper {
    padding: 0;
    max-height: 32px;
    width: 293px;
    background-color: #f7f7f7;
    background-image: url("../images/dropdown-sidebar.png");
    background-repeat: no-repeat;
    background-position: 99%;
    overflow: hidden;
}

.input-group input[type="radio"]:last-child {
    margin-left: 35px;
}

input[type="submit"], button.search-submit {
    background-color: #7b2c42;
    border: 1px solid #521122;
    color: #fff;
    font-family: "Gotham-Bold";
    font-size: 12px;
    margin-top: 20px;
    padding: 8px 30px;
    text-transform: uppercase;
    transition: ease all 0.5s;
    cursor: pointer;
}

input[type="submit"]:hover, div#home_page_banner a:nth-child(2):hover, button.search-submit:hover {
    background-color: #9B3B56;
}

.col-4-12.sidebar .content .sidebar-wrapper, .fb_iframe_widget {
    border: 1px solid #cfcfcf;
    margin-bottom: 20px;
}

.col-1-1 .content blockquote {
    padding: 6px 5px 20px 25px;
    font-family: "Gotham-Bold";
    font-size: 20px;
    max-width: 285px;
    float: left;
    background-image: url("../images/quote.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-top: 10px;
}

.breadcrumb span:last-child {
    color: #c05387;
    font-size: 12px;
    text-transform: uppercase;
}

h2.teaser-title a {
    font-size: 25px;
}

.breadcrumb a:hover {
    color: #7b2c42;
}

section#home-advert .col-1-2 {
    padding: 0;
}

.widget_post_listing {
    list-style: none;
    margin-bottom: 10px;
}

.widget_post_listing li ul {
    margin-bottom: 10px;

}

.widget_post_listing li {
    margin-left: 0px;
    margin-bottom: 10px;
}

.widget_post_listing li span {
    display: block;
}

.widget-countries-info .label {
    text-transform: uppercase;
    display: inline-block;
    width: 25%;
    position: relative;
}

.widget-countries-info span {
    vertical-align: middle;
    font-size: 11px;
    font-family: "Arial";
    font-weight: bold;
}

.widget-countries-info:nth-child(4) {
    color: #c05387;
}

.widget-countries-info .label {
    color: #363636;
}

.widget-countries-info {
    border-bottom: 2px solid #e1e1e1;
    padding: 10px 0;
}

.widget-countries-info:last-child span {
    vertical-align: top;
}

.widget-countries-info:last-child span:last-child {
    position: absolute;
}

.widget-countries-info:last-child {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.widget-countries-info:last-child .label {
    line-height: 1.4;
    display: inline-block;
}

.col-1-1.search-country .col-8-12 {
    padding-right: 0;
}

ul.sub-menu {
    margin-left: 0;
    max-width: 227px;
    position: absolute;
    width: 100%;
    display: none;
    padding-top: 35px;
}

ul.sub-menu li a {
    background-color: #fff;
    position: relative;
    display: block;
    margin: 0 !important;
    font-size: 15px;
    padding: 10px 5px;
    box-shadow: 0 3px 1px #e5e5e5;
    border: 1px solid rgba(229, 229, 229, 0.27);
}

section.header {
    box-shadow: 0 2px 1px #e5e5e5;
}

li.menu-item-has-children:hover ul.sub-menu {
    display: block;
    padding-left: 0;
    z-index: 1;
}

ul.sub-menu li {
    margin: 0;
}

.content.programs .col-1-1 {
    padding-top: 30px;
}

.program-wrapper .col-1-1 {
    margin-bottom: 15px;
    padding-top: 20px;
}

.select-wrapping .col-1-2 {
    padding-left: 4px;
    margin: 0;
}

img.slide-trigger {
    display: none;
}

.menu-main-menu-container li {
    display: inline-block;
}

.sub-menu li {
    display: block;
    background-color: transparent !important;
    padding: 0 !important;
}

section#programs-listing h1 {
    padding-bottom: 15px;
}

.button > a:hover {
    color: #fff;
}

.on-mobile, .top-menu-mobile .menu-top-menu-container {
    display: none;
}

.top-menu-mobile {
    display: none;
}

ul#menu-main-menu {
    margin-bottom: 0;
}

.footer-social-media img:hover, .top-social-media img:hover {
    transform: rotate(20deg);
}

.footer-social-media img {
    transition: ease all 0.5s;
}

ul.sub-menu ul {
    padding-top: 0;
}

ul.sub-menu ul.sub-menu li a {
    background-color: #FDFDFD;
    display: none;
}

ul.sub-menu ul.sub-menu {
    float: left;
    margin-left: 227px;
    margin-top: -20px;
}

ul#menu-main-menu li a {
    padding: 0 10px;
    color: #521122;
}

ul.nav-menu li {
    padding: 20px 0;
    margin: 0;
}

ul#menu-main-menu li:hover, ul#menu-main-menu li:focus, ul#menu-main-menu li:active {
    background-color: #EDADC1;
}

ul#menu-main-menu li a:hover, ul#menu-main-menu li a:focus, ul#menu-main-menu li a:active {
    /*background-color: #e47297;*/
    color: #521122;
}

ul#menu-main-menu ul.sub-menu li a:hover {
    background: #EDADC1;
}

ul.sub-menu li:hover ul.sub-menu li a {
    display: block;
}

ul#menu-main-menu ul.sub-menu li a {
    padding: 7px 10px;
    font-size: 12px;
}

ul#menu-main-menu ul.sub-menu ul li a {
    font-size: 11px;
}

.col-1-2.blocks-titles h4 {
    margin-bottom: 0;
    font-size: 20px;
}

.col-1-2.blocks-titles {
    padding-right: 20px;
    margin-bottom: 7px;
    max-width: 330px;
}

.col-1-1.category-list li {
    list-style: disc;
    color: #c05387;
}

.who-we-are-content img {
    float: right;
    clear: both;
    margin-bottom: 20px;
    height: auto;
    width: 160px;
}

img.alignnone.size-full.wp-image-177 {
    float: left;
    height: 172px;
    width: 172px;
    margin-right: 15px;
}

.toggle-text {
    color: #c05387;
    font-size: 24px;
    font-family: "Gotham-Medium";
    cursor: pointer;
    transition: ease all 1s;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 30px;
    line-height: 2;
}

.toggle-text:hover, .toggle-text:focus {
    color: #DBA3BE;
}

.toggle-text:before {
    content: url(../images/toggle-right.png);
    vertical-align: text-top;
    padding-right: 15px;
    transition: ease all 1s;
}

.toggle-text.active:before {
    content: url(../images/toggle-down.jpg);
    vertical-align: sub;
}

.toggle-text:hover:before {
    content: url(../images/toggle-right-hover.png);
}

.toggle-text.active:hover:before {
    content: url(../images/toggle-down-hover.jpg);
}

.toggle-content {
    margin-top: 30px;
    padding: 0 47px;
    display: none;
}

.partnership-wrapper a:hover, .form-content a:hover {
    color: #7b2c42;
}

.partnership-wrapper a, .form-content a {
    color: #c053a8;
}

.toggle-content li {
    list-style-type: disc;
    padding-left: 10px;
}

.toggle-content > p {
    color: #363636;
}

.toggle-content > h2 {
    font-size: 21px;
    font-weight: normal;
    text-transform: none;
}

.toggle-content p:nth-child(2) {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 15px;
}

.toggle-content > p:last-child {
    margin-bottom: 90px;
}

.partnership-content p img {
    float: left;
    margin-right: 18px;
    margin-top: 8px;
    width: 280px;
    height: 195px;
}

section.partnership-table thead:first-child td {
    background-color: #521122 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-family: "Gotham-Bold";
}

section.partnership-table thead td:nth-child(1) {
    font-family: "Gotham-Bold";
    color: #000;
    background-color: #f7f7f7;
}

section.partnership-table {
    margin: 50px 0 30px;
}

section.partnership-table tbody td {
    background: #fff;
    color: #363636;
    width: 33%;
}

section.partnership-table tbody td hr {
    margin-bottom: 10px;
}

.country-info p {
    margin-bottom: 1px;
}

.country-info {
    margin-bottom: 20px;
}

.country-info p a {
    color: #c05387;
}

.country-info p a:hover {
    color: #7b2c42;
}

.toggle-content p:nth-child(2) {
    border-bottom: none;
}

.committee {
    padding-top: 50px;
    clear: both;
}

.member-image img {
    clear: both;
    border-radius: 50px;
    border: 1px solid #d4d4d4;
    max-height: 80px;
    max-width: 75px;
}

.member-image {
    float: left;
}

#board-members .toggle-content {
    padding: 0 0 0 85px;
}

#board-members .toggle-text {
    margin: 20px 20px 0 90px;
}

.middle-six .toggle-text {
    margin-left: 16.5% !important;
}

.committee .toggle-text {
    padding-top: 20px;
}

.middle-six .col-1-2, #board-members .col-1-1 {
    padding-right: 0;
}

#board-members h1 {
    margin: 0 0 20px;
}

#board-members .csi_sharing {
    margin-bottom: 25px;
}

.committee h2 {
    font-weight: normal;
    font-size: 21px;
}

.new-account {
    padding: 15px 10px;
    background-color: #7b2c42;
}

.form-content input[type="text"] {
    width: 330px;
    height: 32px;
    padding: 0 10px;
    color: #7d7d7d;
    font-family: "Arial";
    font-size: 14px;
    max-width: 100%;
    border: 1px solid #e4e0e0;
    background-color: #f9f9f9;
}

.form-content span {
    color: #c05387;
}

.form-content label {
    color: #363636;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 5px;
}

label {
    cursor: auto;
}

.form-content .sidebar-dropdown-wrapper select {
    width: 337px;
}

.form-content .sidebar-dropdown-wrapper {
    width: 312px;
    background-color: #f9f9f9;
    border: 1px solid #e4e0e0;
    height: 32px;
}

.top-menu.new-account a {
    font-size: 11px;
    padding: 10px 2px;
    text-align: center;
}

.form-content {
    margin-top: 25px;
}

.create-account, .form-content .sidebar-dropdown-wrapper select {
    color: #7d7d7d;
}

.form-content .sidebar-dropdown-wrapper select {
    font-size: 11px;
}

.form-content p {
    font-size: 12px;
}

.create-account {
    background-color: #f5f5f5;
    border: 1px solid #e4e0e0;
    padding: 0 20px 20px;
    margin-top: 20px;
}

.col-1-1.consent {
    margin-top: 40px;
    color: #363636;
}

.consent {
    font-size: 14px;
}

.form-content a {
    font-family: "Arial";
}

.top-menu.new-account a:hover {
    color: #caabb3;
    border-color: #caabb3;
}

.user-profile a:last-child {
    float: right;
    margin: -5px 0 0;
    clear: both;
    background-color: #fff;
    color: #521122;
    text-transform: uppercase;
    font-family: "Gotham-Bold";
}

.new-account.user-profile {
    padding: 15px 10px;
}

.new-account.user-profile a {
    font-size: 15px;
    padding: 5px 15px;
}

.user-info label img {
    float: left;
    margin-right: 10px;
}

.user-profile-photo {
    float: left;
    margin-right: 25px;
}

.users-details, .issue-detailed-newsletter {
    background-color: #f5f5f5;
    padding: 20px;
    margin: 30px 0;
    border: 1px solid #e4e0e0;
}

.my-comments, .my-recent-newsletter, .my-whats-new {
    border-top: 2px solid #e4e0e0;
    padding: 30px 0 15px;
}

.my-whats-new {
    border-bottom: 2px solid #e4e0e0;
    margin-bottom: 70px;
}

.spans {
    border-bottom: 1px solid #e4e0e0;
    padding-bottom: 20px;
    margin-top: 20px;
}

.users-details a {
    color: #e47297;
}

.user-info h1 {
    margin-bottom: 10px;
}

.user-bio {
    clear: both;
    padding-top: 25px;
}

.user-bio p {
    margin-bottom: 0;
}

.user-info h3 {
    color: #000;
    text-transform: uppercase;
    font-family: "Gotham-Bold";
}

.user-info h4 a {
    color: #c05387;
    font-size: 21px;
    font-weight: bold;
    font-family: "Arial";
}

.see-all a, section.toggle-info a:hover {
    color: #c05387 !important;
}

.my-comments a, .my-recent-newsletter a, .my-whats-new a, .user-info h4 a:hover, .wide-web a, .wide-web h4 a:hover, .spans a, .content-block h4 a:hover, section.toggle-info a {
    color: #c053a8;
    transition: ease all 0.5s;
}

.user-info .commenters-image img {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

.commenters-image {
    margin-top: 30px;
}

.user-info img {
    vertical-align: text-top;
    margin-right: 10px;
}

.user-info {
    font-size: 14px;
}

.statistics-table tr:nth-child(even) {
    background: #f8f8f8
}

.statistics-table tr:nth-child(odd) {
    background: #FFF
}

.statistics-table {
    font-size: 12px;
}

.statistics-table td, .statistics-table th {
    border: none;
    text-align: center;
}

.statistics-table td a {
    color: #c05387;
}

.statistics-table td a:hover {
    color: #7b2c42;
}

.filtering input[type="submit"] {
    margin: 0;
    float: right;
}

.filtering {
    background-color: #f5f5f5;
    padding: 20px;
    border: 1px solid #e4e0e0;
    margin: 20px 0;
}

.filtering .col-1-4 {
    width: 28%;
    padding-right: 20px;
}

.filtering > p {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.accordion-info {
    margin-bottom: 20px;
}

.accordion-item {
    background: url("../images/accordian.png") no-repeat left top;
    padding-left: 25px;
}

.statistics-table th {
    color: #000;
    font-weight: bold;
    font-size: 13px;
}

.csi-footer p a {
    color: #ffffff;
    text-decoration: underline;
}

input.download-btn {
    margin-bottom: 120px;
    font-family: "Gotham-Bold";
    font-size: 14px;
}

.newsletter-title {
    text-transform: uppercase;
    color: #000;
    font-family: "Gotham-Book";
}

.editor-info img {
    float: left;
    margin-right: 20px;
}

.editor-info h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Gotham-Bold";
    margin-bottom: 5px;
}

section.page-title.newsletter-title p {
    font-size: 20px;
}

section.newsletter-content {
    border-top: 2px solid #cfcfcf;
    padding-top: 20px;
    border-bottom: 2px solid #cfcfcf;
    padding-bottom: 30px;
}

section.issue-highlights {
    margin-bottom: 40px;
    margin-top: 40px;
}

a:focus {
    outline: none;
}

.wide-web h4 {
    margin-bottom: 5px;
}

.wide-web h4 a, .content-block h4 a {
    color: #c05387;
    font-size: 21px;
}

.wide-web a, .spans {
    font-size: 14px;
}

.wide-web:nth-child(2) {
    border-bottom: 1px solid #cfcfcf;
    padding: 15px 0;
}

.wide-web:last-child {
    border-bottom: 2px solid #cfcfcf;
    padding-bottom: 30px;
}

.col-8-12.bottom-advert img {
    margin: 0 20px !important;
}

.spans:nth-last-child(2) {
    border-bottom: none;
}

.bottom-advert {
    margin-bottom: 40px;
    border-bottom: 2px solid #cfcfcf;
    padding: 0 20px 30px;
}

.increase-rows {
    margin-bottom: 30px;
}

.titles-newsletter-detailed a:first-child {
    border-left: 1px solid #ccc;
    padding: 5px 5px 10px 5px;
    float: right;
    line-height: inherit;
}

.increase-rows img {
    float: left;
    margin-right: 5px;
}

.save-class {
    float: right;
}

.save-class a.save {
    margin-left: 10px;
}

.titles-newsletter-detailed h2 {
    border-bottom: none;
    margin-bottom: 0;
    float: left;
}

.titles-newsletter-detailed {
    background-color: #ebebeb;
    border: 1px solid #e4e0e0;
    text-transform: uppercase;
    position: relative;
    padding: 0 20px;
    text-align: right;
    border-bottom: none;
    height: 40px;
    max-height: 100%;
    overflow: hidden;
}

.titles-newsletter-detailed h2 {
    font-size: 21px;
    line-height: 1.8;
    margin-bottom: 0;
}

.issue-detailed-newsletter, section.issue-highlights.issue-detailed-newsletter {
    margin-top: 0;
}

.titles-newsletter-detailed a {
    color: #350209;
    font-family: "Gotham-Bold";
    font-size: 12px;
    line-height: 3;
}

.titles-newsletter-detailed span.navigating-btn.right-arrow {
    border-right: 1px solid #ccc;
    margin-right: 7px;
    padding: 9px 2px 14px 2px;
}

.newsletter-content.news-longer {
    background-color: #f5f5f5;
    border: 1px solid #e4e0e0;
    padding: 20px;
    margin-bottom: 30px;
}

.social-newsletter section.csi_sharing {
    border-bottom: 2px solid #cfcfcf;
    margin-bottom: 30px;
}

.spans.newsletter-span img {
    vertical-align: sub;
}

.spans.newsletter-span {
    border-bottom: none;
    margin-top: 5px;
}

.spans.newsletter-span a {
    font-size: 12px;
    text-transform: none;
}

.blocks-next-remove {
    border: 1px solid #cfcfcf;
    max-width: 350px;
}

span.remove-arrow {
    float: right;
    border-left: 1px solid #cfcfcf;
}

span.left-arrow {
    float: left;
    border-right: 1px solid #cfcfcf;
}

.titles-newsletter-detailed span img {
    padding-top: 7px;
    vertical-align: inherit;
}

.titles-newsletter-detailed span.left-arrow {
    border-right: none;
}

.blocks-next-remove img {
    padding: 5px 5px 0;
}

.col-1-2.blocks-titles.newsletters-blocks {
    height: auto;
}

.titles-newsletter-detailed img {
    text-align: right;
}

.col-4-12.sidebar {
    padding-top: 0;
    margin-bottom: 30px;
}

span.navigating-btn {
    cursor: pointer;
}

.titles-newsletter-detailed span.navigating-btn {
    float: none;
    border-left: 1px solid #cfcfcf;
    vertical-align: middle;
    padding: 9px 2px 14px 2px;
}

.issue-detailed-newsletter {
    font-size: 14px;
}

.issue-detailed-newsletter .right-arrow img {
    border-right: 1px solid #cfcfcf;
}

.my-whats-new.keep-an-eye.issue-detailed-newsletter {
    padding-right: 20px;
    padding-left: 20px;
}

section.content-row {
    border-top: 2px solid #cfcfcf;
    padding-top: 40px;
}

.blocks-next-remove.remove-content {
    border: 1px solid #cfcfcf;
    max-width: 100%
}

.content-wrapper {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 20px;
    padding-top: 20px;
}

.content-wrapper .spans {
    border-bottom: none;
}

.content-block {
    border: 1px solid #cfcfcf;
    border-top: none;
    padding: 10px 20px;
}

section.content-row {
    border-bottom: 2px solid #cfcfcf;
}

.my-whats-new.keep-an-eye.issue-detailed-newsletter {
    margin-bottom: 40px;
}

.issue-detailed-newsletter .wide-web:last-child {
    border-bottom: none;
}

.issue-detailed-newsletter .wide-web:nth-child(2) {
    border-bottom: none;
    padding: 0;
}

section.issue-highlights.detailed-web {
    border-bottom: 2px solid #cfcfcf;
    margin-bottom: 40px;
}

.bottom-advert img {
    max-width: 100%;
}

.issue-detailed-newsletter {
    margin-bottom: 0;
}

.bottom-advert.advert-detailed {
    padding: 0 0 40px;
}

section.page-title.single-page {
    padding-bottom: 0;
}

.spans.single-spans {
    margin-top: 10px;
}

.spans.single-spans {
    margin-top: 10px;
    border-bottom: 2px solid #cfcfcf;
    margin-bottom: 20px;
}

.spans img {
    vertical-align: sub;
}

.comments-wrapper {
    margin-bottom: 60px;
}

.comments-wrapper h2 {
    font-size: 20px;
}

section.comments-section {
    border-top: 2px solid #ccc;
    padding-top: 40px;
}

.comments-section img {
    float: left;
    margin-right: 10px;
}

.commenters-info {
    padding-left: 70px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.comments-wrapper .commenters-info.author-details {
    border-bottom: none;
}

p.about-author {
    font-size: 17px;
    text-transform: uppercase;
    font-family: "Gotham-Bold";
    margin-bottom: 5px;
}

section.issue-highlights.detailed-web {
    padding-bottom: 40px;
}

.blocks-next-remove img {
    vertical-align: middle;
    padding-bottom: 5px;
}

.issue-highlights.issue-detailed-newsletter {
    position: relative;
    z-index: 1;
}

ol.tribe-list-widget {
    list-style: none;
}

ol.tribe-list-widget li {
    margin-left: 0;
    margin-bottom: 15px;
}

.col-4-12.countries-sidebar {
    margin-bottom: 20px;
}

.top-social-media a {
    border: none;
    padding: 0;
}

.grid.grid-pad.page-pad {
    margin-bottom: 20px;
}

.content p .alignleft {
    float: left;
    margin-right: 20px;
}

.content .alignright {
    float: right;
    margin-left: 10px 0 10px 20px;
}

.toggle-text.two-columns {
    margin-right: 0 !important;
}

.tab-wrapper .tabs {
    border-bottom: 1px solid #c5c5c5;
    overflow: hidden;
}

.tab-content {
    margin-top: 20px;
}

.tab-content .tab-tab {
    display: none;
}

.tab-content .active {
    display: block;
}

.tabs .active {
    border-bottom: 2px solid rgba(104, 32, 93, 1);
}

div#home_page_banner a:nth-child(2):before {
    content: url("../images/readmore.png");
    margin-right: 10px;
    float: left;
    margin-top: 2px;
}

div#home_page_banner h1 {
    color: #4d4d4d;
    text-transform: none;
    line-height: 1.3;
    font-family: "Myriad Pro";
    font-weight: normal;
    font-size: 39px;
    text-align: right;
}

div#home_page_banner a:nth-child(2) {
    background: #7b2c42;
    padding: 13px 25px 10px;
    color: #fff;
    font-family: "Myriad Pro";
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
}

.banner-tabs.grid {
    padding-top: 0;
    z-index: 9999999;
    position: relative;
}

section#home_page_banner {
    background-color: rgb(181, 181, 181);
    margin-top: -1px;
    margin-bottom: -1px;
}

div#home_page_banner {
    background: transparent !important;
}

section#board-members {
    margin-bottom: 30px;
}

form input {
    padding: 5px 8px;
    font-size: 16px;
}

.col-1-1.category-post-listing .col-1-1:last-child {
    margin-bottom: 20px;
}

.col-1-1.category-post-listing .col-1-1:not(:first-child) {
    padding-top: 20px;
}

.col-1-1.category-post-listing .col-1-1 h3, .col-1-1.category-post-listing .col-1-1 p {
    margin-bottom: 0.4em;
}

.pagination {
    width: 100%;
    text-align: center;
    margin: 10px;
}

.pagination .page-numbers {
    border: 1px solid #521122;
    padding: 5px;
    height: 30px;
    min-width: 30px;
    display: inline-block;
    line-height: 1.1;
}

.pagination .current {
    background-color: #521122;
    color: white;
}

.pagination .current:before {
    content: "";
    padding: 0;
}

.pagination .dots {
    display: none;
}

ul.wpp-list {
    background-color: #f2f2f2;
    padding: 20px;
    border: 1px solid #cfcfcf;
}

.sidebar-wrapper .wpp-list li {
    border-bottom: 0;
}

.sidebar-wrapper ul.wpp-list {
    border: none;
    padding: 0;
}

.wpp-list li {
    border-bottom: 1px solid rgba(197, 197, 197, 0.32);
    margin-left: 0;
    padding-bottom: 5px;
}

#home_page_banner .controls img {
    width: 35px !important;
    position: absolute !important;
    z-index: 1;
    cursor: pointer;
    top: 50%;
}

#home_page_banner .grid.banner-viewport {
    position: relative;
}

#home_page_banner .next-button img {
    right: 5px;
}

#home_page_banner .previous-button img {
    left: 5px;
}

#shop_page_banners {
    margin-bottom: 1.2em;
}

#shop_page_banners ul.bannerslist {
    clear: both;
    display: block;
    height: 270px;
    max-height: 100%;
    list-style: outside none none;
    margin: 0;
    position: relative;
}

#shop_page_banners .bannerslist li {
    margin: 0;
    position: absolute;
    top: 0;
}

#shop_page_banners .bannerslist li {
    margin: 0;
}

#shop_page_banners .bannerslist li p {
    color: #fff;
    font-weight: bold;
    padding: 0 15px;
    position: absolute;
    top: 10px;
    width: 50%;
}

#shop_page_banners .bannerslist span {
    background-color: rgba(123, 44, 66, 0.82);
    color: #fff;
    margin: 0 15px;
    padding: 7px 10px;
    position: absolute;
    bottom: 50px;
    z-index: 4;
    -webkit-transition: ease all 1s;
    -moz-transition: ease all 1s;
    -o-transition: ease all 1s;
    transition: ease all 1s;
}

#shop_page_banners .bannerslist span:hover {
    background-color: rgba(183, 95, 135, 0.6);
}

#shop_page_banners .shop-banner-viewport {
    position: relative;
}

#shop_page_banners .controls .next-button {
    position: absolute;
    right: 0;
    top: 45%;
    cursor: pointer;
    z-index: 2;
}

#shop_page_banners .controls .previous-button {
    position: absolute;
    left: 0;
    top: 45%;
    cursor: pointer;
    z-index: 2;
}

#shop_page_banners .banner-tabs {
    display: none;
}

.products {
    list-style: none;
}

.products li {
    width: 50%;
    float: left;
    margin: 0;
}

.products li .price {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.products li .add_to_cart_button {
    border: 1px solid;
    padding: 5px;
}

.product_list_widget {
    list-style: none;
}

.product_list_widget .product-title {
    display: block;
}

.wc-tabs {
    list-style: none;
    padding-bottom: 20px;
    padding-top: 20px;
}

.wc-tabs li {
    width: 100px;
    float: left;
}

.attachment-shop_catalog.wp-post-image {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 8px;
}

h3.product-title {
    display: block;
    width: 100%;
    word-wrap: break-word; /* All browsers since IE 5.5+ */
    overflow-wrap: break-word; /* Renamed property in CSS3 draft spec */
    white-space: normal;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0;
}

.special {
    border: 1px solid #e3dfdf;
}

.special .header {
    background: #EAEAEA;
    padding: 10px 5px;
    border-bottom: 1px solid #e3dfdf;
}

.special .header h2 {
    margin: 0;
}

.special .specials-archive {
    padding: 15px 15px 5px;
    overflow: hidden;
}

.special .specials-archive ul.products {
    margin: 0;
}

.woocommerce span.onsale {
    line-height: 1.7;
    z-index: 1;
    right: -1em;
    left: auto;
    padding: 0.8em;
    min-width: 5em;
}

.category-shaded {
    min-height: 390px !important;
}

.product-shaded {
    background: #f4f4f4;
    border: 1px solid #e3dfdf;
    min-height: 525px;
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
}

.summary-image a img {
    width: auto !important;
    margin: 45px auto 0;
}

.product-shaded .product-inner {
    padding: 15px 25px;
}

.product-shaded .product-inner img {
    margin-top: 0;
    max-height: 235px;
}

.product-shaded .product-inner .image-holder {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.product-shaded .excerpt p {
    font-weight: normal;
    color: #0a0a0e;
    font-family: Arial, "Times New Roman", "Bitstream Charter", Times, serif;
    margin-bottom: 0;
}

.product-shaded .quantity .qty {
    height: auto !important;
    padding: 0;
}

.product-shaded .qty-block {
    margin-bottom: 15px;
    display: inline-block;
}

.product-shaded .qty-block label {
    font-weight: bold;
    float: left;
    margin-right: 10px;
}

tbody p {
    margin-bottom: 0;
}

.product-shaded .price {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.price del, .list-price del, .onsale del {
    display: none;
}

.product-shaded .list-btn {
    width: 100%;
}

.product-category h3 {
    margin-bottom: 0;
    border-bottom: 1px solid #e3dfdf;
    padding: 10px 5px;
    text-transform: uppercase;
}

.shop_cat_desc {
    margin-bottom: 20px;
}

.product_list_widget a .product-title {
    font-weight: normal;
    font-size: 14px;
    color: #000000;
}

.product_list_widget a .list-image {
    display: block;
    float: left;
    min-height: 50px;
    min-width: 50px;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    display: block;
    float: left;
    min-height: 50px;
    min-width: 50px;
}

.widget_shopping_cart_content .buttons a.checkout {
    float: right;
    margin-right: 0;
}

.list-price {
    font-size: 14px;
    font-weight: bold;
    color: #7b2c42;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    box-shadow: none;
    float: left;
    height: auto;
    margin-right: 8px;
    width: 40px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, p.buttons a {
    display: block;
    position: relative;
    background: #7c2b42;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transition: ease all 1s;
    -moz-transition: ease all 1s;
    -o-transition: ease all 1s;
    transition: ease all 1s;
}

select.orderby {
    color: #515151;
    font-size: 15px;
}

p.buttons a:hover {
    background-color: #dad8da;
    text-decoration: none;
    color: #515151;
}

.postid-24387 .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    margin-top: 0 !important;
    text-align: center;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: inline !important;
    font-size: 14px;
}

.woocommerce-page .remove {
    padding: 0 3px !important;
}

.quantity {
    display: block;
    font-size: 14px;
}

.total {
    text-align: right;
    margin-top: 5px;
    border-bottom: 1px solid #e4e0e0;
    padding-top: 5px
}

.mini_cart_item {
    border-bottom: 1px solid #e4e0e0;
}

.widget_shopping_cart_content .buttons p {
    text-align: center;
    clear: both;
}

.widget_shopping_cart_content .buttons a {
    text-align: center;
    width: 45%;
    float: left;
    margin-right: 10px;
    padding: 10px;
    border: 1px solid #3c060f;
    font-size: 12px;
}

.woocommerce.columns-4 {
    line-height: 0;
}

.page-id-24351 .content {
    padding: 0 !important;
}

/*Single product*/
.summary-image {
    background: #f3f3f3;
    padding: 5px 15px 15px;
    border: 1px solid #e2dede;
    overflow: hidden;
}

.product-reviews {
    background: #f3f3f3;
    border-left: 1px solid #e2dede;
    border-right: 1px solid #e2dede;
    border-bottom: 1px solid #e2dede;
    margin-top: 20px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
}

.wc-tabs {
    background: #7c2b42;
    color: #FFFFFF;
    padding-bottom: 47px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top: none;
    margin-bottom: 0px;
}

.wc-tab h2 {
    font-size: 1.25em;
    line-height: 1;
    margin-bottom: 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 0px;
}

.woocommerce .quantity .qty {
    height: 36px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #515151;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #F3F3F3;
    border-bottom-color: #F3F3F3;
}

.woocommerce table.shop_attributes {
    border-left: none;
    border-right: none;
}

.woocommerce table.shop_attributes td p {
    padding-left: 10px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    margin-bottom: 0;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
}

.woocommerce div.product .product_title {
    margin-bottom: 10px;
}

.wc-tabs a {
    color: #FFFFFF;
}

.wc-tabs li {
    float: left;
    width: auto !important;
    border: 1px solid #FFFFFF;
    padding: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 0;
}

.woocommerce div.product span.price {
    font-size: 14px !important;
    color: #7b2c42 !important;
}

.woocommerce div.product p.price {
    margin-bottom: 10px
}

button.single_add_to_cart_button {
    background: #7c2b42 !important;
    border: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px;
}

.woocommerce-tabs .tabs .active {
    border: 1px solid #adadad;
}

.woocommerce-tabs #tab-description, #tab-additional_information {
    padding: 15px;
    margin-bottom: 0;
}

.summary.entry-summary h1 > {
    font-family: "Gotham-medium";
}

#tab-description > h2 {
    font-family: "Gotham-bold";
}

.woocommerce-tabs #reviews {
    padding: 15px;
}

.price .amount {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    font-weight: bold;
    color: #521122;
}

.product-reviews .related {
    padding: 20px;
}

.grid {
    overflow: visible;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    display: none;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none;
}

.filter-bar {
    background: #f7f7f7;
    border: 1px solid #e4e0e0;
    max-height: 100%;
    margin: 10px 20px 10px 0;
    height: 52px;
    width: 100%;
    font-size: 13px;
    color: #c05387;
    padding: 10px;
}

.filter-bar .find {
    padding-left: 10px;
    padding-top: 4px;
}

.filter-bar .filter {
    padding-top: 4px;
}

/*realted pages breadcrumbs */
.related-pages-breadcrumbs {
    font-size: 14px;
    margin-bottom: 15px;
}

.related-pages-breadcrumbs span a {
    font-weight: bold;
}

span.realted-pages {
    background: #f7f7f7;
    color: #c05387;
    text-transform: uppercase;
    padding: 2px;
}

/* Events */

.vcalendar {
    list-style-type: none;
}

.vcalendar li {
    margin-bottom: 10px;
    margin-left: 0;
}

/* ALL Widgets */
.sidebar-widget {
    /*padding-bottom: 20px;*/
}

section#home_page_map .map-background-wrapper {
    max-width: 767px;
}

.page-id-166 p strong:nth-last-child(1) {
    display: block;
    clear: both;
    padding-top: 30px;
}

.sidebar-widget > h3 {
    position: relative;
    top: 10px;
}

.page-id-210 p strong:nth-last-child(3) {
    line-height: 3;
}

/*This might change as well*/
td a img {
    max-width: 100%;
    height: auto;
}

/*NB width changed to max-width*/
td img {
    position: relative;
    height: auto;
    max-width: 100%;
}

td {
    padding: 0.5em;
}

table tbody tr td table {
    width: 100% !important;
}

/*Search Form styles*/
form.search-form {
    background-color: #f5f5f5;
    border: 1px solid #e4e0e0;
    padding: 20px;
}

span.screen-reader-text {
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
}

form.search-form input.search-field {
    width: 100%;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #e4e0e0;
    color: #7d7d7d;
}

.search-form label {
    font-weight: bold;
}

input#start-date, input#end-date {
    display: block;
    width: 100%;
    margin-top: 5px;
    background-color: #f9f9f9;
    border: 1px solid #e4e0e0;
    color: #7d7d7d;
}

.search-form .col-1-2 {
    margin-top: 20px;
    margin-bottom: 30px;
}

.search-form .sidebar-dropdown-wrapper {
    width: 100%;
}

.search-form select {
    width: 110%;
}

ul#post-types {
    list-style: none;
}

h3.search-header {
    text-transform: uppercase;
    font-family: "Gotham-bold";
    border-bottom: 1px solid #e4e0e0;
    padding: 20px 0;
}

ul#post-types li {
    padding-top: 6px;
}

label.sections {
    border-top: 1px solid #e4e0e0;
    clear: both;
    padding: 20px 0;
}

button span.screen-reader-text {
    padding-bottom: 0 !important;
}

form.search-form .sidebar-dropdown-wrapper select {
    color: #7d7d7d;
}

.col-1-2.enddate {
    padding-right: 0;
}

ul.bannerslist {
    position: relative;
    max-height: 100%;
}

section#home_page_map {
    min-width: 100%;
}

.sidebar-widget.sidebar-wrapper ul {
    list-style: disc;
    color: #5E1D2E;
}

.main-content ul, .content ul {
    list-style: disc;
    margin-left: 0;
}

section.main-content table, .content table {
    width: 100% !important;
    /*See if it works to all the tables*/
    table-layout: fixed;
    word-wrap: break-word;
    font-size: 15px;
}

.page-id-35048 section.main-content table {
    table-layout: fixed;
    word-wrap: break-word;
    font-size: 15px;
}

.top-menu .grid {
    padding-left: 0;
}

.sidebar-wrapper ul.widget_post_listing li {
    list-style: none;
}

ul.cart_list.product_list_widget img {
    display: block;
    margin-bottom: 10px;
}

ul.cart_list.product_list_widget .quantity {
    padding: 5px 0;
}

.widget_shopping_cart_content .remove {
    color: red;
    font-size: 20px;
    padding: 0 6px;
    border-radius: 25px;
    -webkit-transition: ease all 1s;
    -moz-transition: ease all 1s;
    -o-transition: ease all 1s;
    transition: ease all 1s;
}

.widget_shopping_cart_content .remove:hover {
    background-color: red;
    color: #fff;
}

.summary.entry-summary form {
    padding-top: 20px;
}

.find.col-3-12, .filter, .filter.col-8-12 {
    padding-right: 0;
}

.filter {
    width: 73%;
}

.find {
    width: 17%;
}

.page-id-86 section table [rowspan] {
    vertical-align: inherit;
}

.page-id-86 section table [rowspan] tbody tr {
    max-width: 100%;
    font-size: 13px;
}

.page-id-86 section table tr td img {
    display: block;
    float: none !important;
    margin: 0 auto;
}

.page-id-86 section table tr td span {
    text-align: center;
    padding: 10px 0 !important;
    display: block;
    float: none !important;
}

.content p img {
    height: auto;
}

.find select, .filter select {
    padding: 2px;
    color: #515151;
    font-size: 13.8px;
}

div#shop_page_banner {
    padding-left: 0;
}

.nav-menu ul#menu-top-menu {
    display: none;
}

.page-id-86 section table [rowspan] table {
    table-layout: fixed;
    word-wrap: break-word;
}

.page-id-40411 table {
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word;
}

.page-id-40411 table img {
    max-width: 100%;
}

.cd-timeline-content img {
    width: auto;
    max-width: 100%;
}

#coupon_code.input-text {
    margin-bottom: 5px;
    padding: 8px;
    width: 50%;
}

.coupon {
    margin-right: 4px;
}

/*Hiding borders */
.page-id-381 table tbody tr:nth-last-child(2) {
    border: 1px solid #ccc;
}

.page-id-381 table tbody tr:nth-last-child(2) td:last-child {
    border-left: 1px solid #ccc !important;
}

.page-id-381 table tbody tr:nth-last-child(2) td {
    border: transparent !important;
}

.page-id-35054 section tbody tr:nth-of-type(odd) {
    background-color: #5e1d2e;
    color: #fff;
}

.term-french ul#menu-top-menu li a, .term-portuguese ul#menu-top-menu li a {
    font-size: 10px;
    padding: 10px 3px;
}

.term-portuguese ul#menu-top-menu li a {
    padding: 10px;
}

/*For firefox only*/
@-moz-document url-prefix() {
    .breadcrumb span a::after {
        top: 17px;
    }
    .breadcrumb span {
        bottom: 17px !important;
        position: relative;
        top: auto !important;
        vertical-align: inherit;
    }
    .breadcrumb img {
        float: none;
    }
    #coupon_code.input-text {
        padding: 10px;
    }
    .coupon input {
        float: left !important;
    }
}

.listing-filters .col-1-3, .listing-filters .col-1-1 {
    padding: 10px;
}

.listing-filters form label {

}

.sidebar-dropdown-wrapper select.istories-dropdown {
    width: 115%;
    height: 32px;
    color: #515151;
}

.shorten {
    max-height: 47px;
    display: block;
    overflow: hidden;
}

/*Hacking ie css styles*/
@media screen\0 {
    .breadcrumb span a {
        position: relative;
        top: -18px;
    }

    .breadcrumb span a::after {
        position: relative;
        top: 18px;
    }
}

.grid-pad > [class*='col-']:last-of-type {
    padding-right: 0px;
}

/*========= Media Queries ===========================================================================*/
/*Global mobile styles applied to all screen sizes*/
@media only screen and (min-width: 0px) and (max-width: 1280px) {
    .toggle-text {
        font-size: 16px;
    }

    section#home_page_banner {
        background-color: white;
    }

    section#home_page_get_involved {
        padding-left: 0;
    }

    .top-menu .grid {
        padding-left: 20px;
    }

    .banner-content h1 {
        font-size: 45px;
    }

    ul#menu-main-menu li a {
        font-size: 11px;
    }

    section#home_page_map .col-1-1 {
        padding-right: 20px;
    }

    .sidebar, section#home_page_get_involved .col-1-1, section#home-advert {
        padding: 0 20px;
    }

    section#home-advert img {
        padding: 0 !important;
    }

    .sidebar-dropdown-wrapper select {
        max-width: 110%;
    }

    .dropdown-menu {
        margin-bottom: 10px;
    }

    .col-1-2.blocks-titles {
        margin-bottom: 0;
    }

    .col-4-12.countries-sidebar {
        padding-right: 20px;
    }

    .banner-content {
        width: 95%;
    }

    section.toggle-info .col-1-1 {
        padding-left: 0;
    }
}

/*Small Screens*/
@media only screen and (max-width: 560px) {
    .breadcrumb {
        max-height: 100%;
    }

    section#home_page_banner {
        background-color: white;
    }

    .breadcrumb span {
        display: block;
        border-top: 1px solid #e4e0e0;
        padding: 0 10px;
        max-height: 44px;
    }

    .breadcrumb span:nth-child(2) {
        border-top: 0;
    }

    .breadcrumb a img {
        margin-right: 5px;
    }

    /*Hacking firefox*/
    @-moz-document url-prefix() {
        .breadcrumb span {
            max-height: 61px;
            line-height: 2;
        }
        .gl-icon {
            border-bottom: 1px solid #e4e0e0;
            display: block;
            line-height: 0;
        }
        .breadcrumb span:nth-child(3) {
            height: 45px;
            overflow: hidden;
            position: relative;
        }
        .breadcrumb span:nth-child(3) a {
            bottom: 17px !important;
            position: relative;
        }
        .breadcrumb span:nth-child(2) {
            padding-left: 10px;
        }
    }
}

@media only screen and (max-width: 360px) {
    /*I used page id for these pages*/
    /*.page-id-366 p img, .page-id-139 p img, .page-id-108 p img, .page-id-65 p img, .page-id-64 p img {*/
    .page p img {
        display: block;
        float: none !important;
        margin: 0 auto 20px !important;
        max-width: 100%;
    }

    section#home_page_banner {
        background-color: white;
    }
}

@media only screen and (max-width: 479px) {
    /*Captcha*/
    section#home_page_banner {
        background-color: white;
    }

    table#recaptcha_table td {
        display: inline !important;
    }

    .recaptchatable #recaptcha_image #recaptcha_challenge_image {
        padding-right: 39px !important;
    }

    div#recaptcha_area {
        background-color: #F2F2F2;
        border-radius: 5px;
        border: 1px solid #ccc !important;
        overflow: hidden;
    }

    /*Captcha*/
    div#recaptcha_image {
        width: 100% !important;
        max-width: 100%;
        padding: 0;
    }

    table.shop_table.woocommerce-checkout-review-order-table {
        table-layout: fixed !important;
    }

    table.shop_table.woocommerce-checkout-review-order-table th, table.shop_table.woocommerce-checkout-review-order-table tbody td {
        display: table-cell !important;
    }

    p#billing_first_name_field, p#billing_last_name_field, p#billing_email_field, p#billing_phone_field, p#billing_state_field, p#billing_postcode_field {
        width: 100%;
    }

    form.checkout.woocommerce-checkout .col-1, form.checkout.woocommerce-checkout .col-2 {
        padding: 0;
    }

    .woocommerce-cart table.cart img {
        width: 50px;
    }

    .search-country input[type="text"] {
        width: 100%;
    }

    .col-1-1.search-country {
        padding-right: 0;
    }

    .col-1-1.content-wrap .col-1-1 {
        padding-right: 0;
    }

    .search-country .col-4-12:last-child {
        padding-top: 20px;
    }

    #coupon_code.input-text {
        width: 100%;
        padding: 6px;
    }

    ul.bannerslist {
        position: static;
    }

    ul.bannerslist .col-8-12 {
        padding: 0px;
        margin: 0px;
    }

    #shop_page_banners .bannerslist span {
        font-size: 10px;
        right: 30px;
        bottom: 10px;
    }

    #shop_page_banners ul.bannerslist {
        height: 135px !important;
    }

    td.actions input.button {
        font-size: 12px;
        width: 100% !important;
    }

    .coupon {
        margin-right: 0;
    }

    .coupon input.button {
        font-size: 12px;
        padding: 8px;
    }

    table.shop_table.shop_table_responsive.cart, .cart_totals {
        font-size: 14px;
    }

    ul.products .col-1-3 {
        padding: 0;
    }

    .breadcrumb span {
        font-size: 11px !important;
        line-height: 4.5;
    }

    h2.teaser-title a {
        font-size: 18px;
    }

    .latest-news-country .col-4-12 img {
        display: block;
        margin: 0 auto;
    }

    .latest-news-country.content h4 {
        text-align: left;
    }

    a.gl-icon {
        border-bottom: 1px solid #e4e0e0;
        display: block;
    }

    .breadcrumb a img {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .breadcrumb img {
        border-right: 0;
    }

    .breadcrumb a {
        font-size: 10px;
    }

    .breadcrumb span {
        text-align: center;
    }

    table tr td a img {
        margin: 0 auto;
        display: block;
    }

    .col-1-1 .content blockquote {
        font-size: 16px;
    }

    tbody tr td, th {
        display: block !important;
        width: 100% !important;
    }

    /*Hiding the border for the directors page only*/
    .page-id-104 tbody tr td, .page-id-62 tr td {
        border: 0;
        text-align: center;
    }

    .banner-content h1 {
        color: #000;
        font-size: 20px !important;
    }

    .search-button input[type="submit"] {
        background-position: 2px center;
        left: 90% !important;
    }

    .titles-newsletter-detailed {
        height: 100%;
    }

    .titles-newsletter-detailed span.navigating-btn, .titles-newsletter-detailed span.navigating-btn.right-arrow {
        padding: 5px 2px 17px 2px;
    }

    body h1 {
        text-align: center;
    }

    .wide-web h4 a, .content-block h4 a {
        font-size: 16px;
    }

    .titles-newsletter-detailed h2 {
        font-size: 10px;
        padding-top: 5px;
    }

    .titles-newsletter-detailed a {
        font-size: 9px;
    }

    ul#menu-left-footer li a, ul#menu-right-footer-menu li a {
        font-size: 13px;
        line-height: 0.5;
    }

    .csi_sharing ul li img {
        width: 28px !important;
    }

    .csi_sharing ul li {
        margin-left: 0 !important;
    }

    .csi_sharing p {
        margin-top: 3px;
    }

    .col-1-1 .content blockquote {
        max-width: 94%;
    }

    .content.logo-wrapper img {
        max-width: 75%;
    }

    /*Partnership styling*/
    section.partnership-table tbody td, .partnership-table thead {
        font-size: 10px;
        width: auto;
        padding: 5px;
    }

    .toggle-text {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .toggle-text::before {
        vertical-align: text-top;
        padding-right: 5px;
    }

    .toggle-content > p {
        font-size: 14px;
    }

    .toggle-content {
        padding: 0 33px;
    }

    .new-account a {
        display: block;
    }

    .user-profile a:last-child {
        float: none;
        margin-top: 15px;
    }

    .increase-rows img {
        float: none;
    }

    .save-class {
        float: none;
    }

    .save-class a.save {
        margin-left: 0;
    }
}

@media only screen and (max-width: 385px) {
    img.slide-trigger {
        top: 10px !important;
    }
}

@media only screen and (max-width: 376px) {
    .search-button input[type="submit"] {
        left: 88% !important;
    }

    .woocommerce nav.woocommerce-pagination ul li {
        font-size: 14px;
    }

    /*Hiding the borders on mobile*/
    .titles-newsletter-detailed span.navigating-btn, .navigating-btn.right-arrow {
        border: none !important;
    }

    .titles-newsletter-detailed a {
        font-size: 10px;
        display: block;
    }

    .titles-newsletter-detailed a {
        line-height: 2;
    }
}

@media only screen and (max-width: 960px) {

    ul.nav-menu li {
        padding: 0;
    }

    ul.sub-menu ul.sub-menu {
        left: 0;
        bottom: 0;
    }

    ul#menu-main-menu ul.sub-menu li a {
        padding: 15px 20px;
    }

    ul#menu-main-menu ul.sub-menu li a:hover, ul#menu-main-menu li:hover, ul#menu-main-menu li:focus, ul#menu-main-menu li:active {
        background-color: transparent;
    }

    .term-french ul#menu-top-menu li a, .term-portuguese ul#menu-top-menu li a {
        font-size: 13px;
        padding: 15px 20px;
    }

    .product-shaded .product-inner {
        padding: 15px 10px;
    }

    .top-menu ul#menu-top-menu {
        display: none;
    }

    ul#menu-top-menu li a:hover {
        background-color: transparent;
        border-color: #d7d7d7;
    }

    ul#menu-top-menu {
        display: none;
        float: none;
    }

    .submit-filter, .find, .filter {
        width: 100%;
        display: block;
        margin: 0 0 10px;
        padding-left: 10px;
    }

    .find select, .filter select {
        display: block;
        width: 100%;
        padding: 2px;
        color: #515151;
        font-size: 14px;
    }

    .filter-bar {
        height: 260px;
        padding: 10px;
    }

    ul#menu-main-menu {
        display: none;
    }

    body h1 {
        font-size: 20px !important;
    }

    .get-involve-wrapper .button a {
        font-size: 15px;
    }

    .button > a {
        font-size: 16px;
    }

    .grid.main-menu-wrapper {
        font-size: x-small;
    }

    img.slide-trigger {
        display: block;
    }

    .mobile-button {
        float: right;
        cursor: pointer;
        margin-right: 20px;
        border-radius: 3px;
        position: relative;
        right: 0;
        bottom: 50px;
    }

    .col-4-12 .content.logo-wrapper {
        float: left;
        clear: both;
        padding-left: 20px;
    }

    .mobile-menu-wrap {
        padding: 0;
        width: 100%;
        background-color: #fff;
        display: inline-block;
        max-width: 100%;
        box-shadow: 0 3px 1px #cfcfcf;
    }

    ul#menu-main-menu li a, .mobile-menu-wrap li a {
        display: block;
        padding: 15px 20px;
        border-bottom: 1px solid #d7d7d7;
        font-size: 13px;
        text-transform: uppercase;
        font-family: "Gotham-bold";
        color: #7b2c42;
    }

    .mobile-menu-wrap li a:hover {
        color: #e47297 !important;
    }

    ul.sub-menu {
        padding-top: 0;
        max-width: 100%;
        position: relative;
    }

    /*Mobile styles*/
    .menu-main-menu-container {
        padding: 0;
        clear: both;
    }

    .search-button input[type="text"], .select-wrapping, .search-button form {
        width: 100%;
        background-color: #fefefe;
        border: 1px solid #d7d7d7;
        border-right: none;
        border-left: none;
    }

    .select-wrapping select option {
        background-color: #fefefe !important;
    }

    .select-wrapping select {
        width: 209%;
        padding-left: 14px;
        height: 50px;
    }

    .dropdown-menu {
        float: none;
        clear: both;
        margin-right: 0;
    }

    .select-wrapping {
        background-image: url("../images/mobile-menu-dropdown.png");
        background-position: 99% center;
        height: 50px;
    }

    .search-button form {
        max-width: 100%;
        border: none;
    }

    .search-button input[type="submit"] {
        background-image: url("../images/search-btn-country.png");
        background-position: 0 center;
        top: 14px;
        max-width: 40px;
        right: 19px;
    }

    .menu-top-menu-container .menu li {
        display: block;
        max-width: 100%;
        margin: 0;
    }

    .on-mobile, .top-menu-mobile .menu-top-menu-container {
        width: 100%;
    }

    .grid.main-menu-wrapper .col-8-12 {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .grid.main-menu-wrapper {
        padding: 0;
        position: relative;
    }

    ul#menu-main-menu {
        clear: both;
    }

    .select-dropdowns {
        padding: 0;
        float: none;
        margin-bottom: 0;
    }

    .dropdown-menu {
        margin-bottom: 0;
    }

    .search-button input[type="text"] {
        border: 8px solid #ededed;
        height: 100%;
        padding: 7px 50px 7px 7px;
        font-size: 14px;
    }

    /*Hiding the top search text*/
    .select-dropdowns, .top-social-media {
        display: none;
    }

    .search-button .col-1-2 {
        padding-left: 0;
        margin: 0;
        width: 100%;
    }

    ul#menu-main-menu li, .mobile-menu-wrap li {
        display: block;
        margin-left: 0;
    }

    .main-menu-wrapper .col-4-12 {
        float: none;
    }

    .select-dropdowns select {
        color: #e47297;
        font-family: "Gotham-Bold";
    }

    ul#menu-main-menu li:hover ul.sub-menu {
        display: inline-block;
    }

    li.menu-item-has-children a ul.sub-menu li {
        content: url(../images/mobile-dropdown.png) !important;
        float: right !important;
    }

    ul.sub-menu li a {
        background-color: #f3f2f3;
        box-shadow: none;
    }

    ul#menu-main-menu li a {
        font-weight: normal;
    }

    /*Arrows on the mobile dropdown menu list with sub menu*/
    ul#menu-main-menu li.menu-item-has-children a:after {
        content: url(../images/mobile-dropdown.png);
        float: right;
    }

    ul#menu-main-menu li.menu-item-has-children a ul:after {
        content: url(../images/mobile-dropdown.png);
        float: right;
    }

    /*Hiding the dropdown images from the submenu*/
    ul.sub-menu li a:after {
        display: none;
    }

    ul#menu-left-footer li a, ul#menu-right-footer-menu li a {
        line-height: 2;
        font-size: 14px;
    }

    ul#menu-left-footer li, ul#menu-right-footer-menu li {
        display: block;
    }

    .content.logo-wrapper img {
        padding-top: 18px;
        float: left;
    }

    body h1 {
        font-size: 28px;
    }

    /*Sub sub dropdown styles*/
    ul.sub-menu ul.sub-menu li a {
        background-color: #e7e5e6;
    }

    ul.sub-menu li ul {
        display: none !important;
        margin-bottom: 0;
    }

    ul.sub-menu li:hover ul {
        display: block !important;
    }
}

/*Small Screens Landscape*/
@media only screen and (min-width: 766px) and (max-width: 1025px) {
    .top-menu.new-account a {
        font-size: 9px;
        padding: 10px 3px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    section#home_page_banner {
        background-color: white;
    }

    .top-menu.new-account a {
        font-size: 8px;
        padding: 10px 2px;
    }

    .titles-newsletter-detailed h2 {
        font-size: 15px;
        line-height: 2.5;
    }

    .search-button input[type="submit"] {
        right: 15px;
    }

    a.save {
        margin-top: -4px !important;
    }

    .titles-newsletter-detailed a {
        font-size: 8px;
    }

    .titles-newsletter-detailed span.navigating-btn.right-arrow {
        margin-right: 3px;
    }

    .titles-newsletter-detailed span.navigating-btn, .titles-newsletter-detailed span.navigating-btn.right-arrow {
        padding: 5px 2px 17px 2px;
    }
}

/*Small tablets and bigger phones*/
@media only screen and (min-width: 470px) and (max-width: 669px) {
    ul.bannerslist {
        position: static;
    }

    ul.bannerslist .col-8-12 {
        padding: 0px;
        margin: 0px;
    }

    section#home_page_banner {
        background-color: white;
    }
}

@media only screen and (min-width: 670px) and (max-width: 960px) {
    ul.bannerslist {
        position: static;
    }

    ul.bannerslist .col-8-12 {
        padding: 0px;
        margin: 0px;
    }

    section#home_page_banner {
        background-color: white;
    }
}

/*iPads and big tablets + Small tablets Landscape*/
@media only screen and (min-width: 961px) and (max-width: 1000px) {
    .top-menu .menu li {
        margin: 0;
    }

    .top-menu .col-7-12 {
        width: 57%;
    }

    .select-dropdowns {
        width: 42.5%;
    }

    .top-menu .col-8-12 {
        float: right;
        padding-right: 20px;
        width: 55%;
    }
}

/*iPad landscape and big tablets*/
@media only screen and (max-width: 1000px) {
    .top-social-media {
        width: 100%;
        float: none;
        margin: 0;
    }
}

/*Added mobile styles*/
@media only screen and (max-width: 767px) {
    .product-shaded .product-inner {
        padding: 15px 20px;
    }

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        float: left;
        width: 100%;
    }

    span#input_3_4_3_container, span#input_3_4_6_container, input#input_3_3 {
        width: 97.5%;
    }

    .col-1-1.search-country div {
        padding-left: 0;
    }

    .content-wrap {
        padding: 0;
    }

    #shop_page_banners ul.bannerslist {
        height: 190px;
    }

    .products .col-1-3 {
        padding: 0;
    }

    .product-shaded .product-inner .image-holder img {
        width: auto;
    }

    .special .specials-archive {
        padding: 15px 0 5px;
    }

    .button > a {
        max-width: 100%;
    }

    .latest-news-country .col-4-12 img {
        width: auto !important;
    }

    .latest-news-country.content .col-1-1, .latest-news-country.content .col-4-12, .latest-news-country.content .col-8-12 {
        padding-left: 0;
    }

    section#home_page_banner {
        overflow: visible;
    }

    .home .col-4-12.blocks-titles {
        text-align: center;
    }

    .button.color-purple a {
        width: 100%;
    }

    #board-members .toggle-text {
        padding-top: 30px;
    }

    .banner-content {
        width: 100%;
    }

    .col-1-4.header-buttons {
        padding: 0;
        margin-top: 74px;
    }

    .middle-six .col-1-2 {
        clear: both;
    }

    section#home-advert img {
        width: 100%;
        height: 100%;
    }

    .top-menu {
        padding-bottom: 6px;
    }

    section#home_page_get_involved {
        margin-bottom: 20px;
    }

    .banner-content {
        bottom: 0;
    }

    section#home-advert {
        margin-bottom: 20px;
    }

    .banner-content h1 {
        color: #000;
        font-size: 30px;
    }

    section#home_page_banner {
        background-color: white;
    }

    .home-bottom-ad {
        padding: 0;
    }

    #home-advert .col-1-1 {
        padding-left: 0;
    }

    .home-bottom-ad img {
        padding: 0 !important;
    }

    .footer .col-4-12 {
        text-align: center;
    }

    #map {
        display: none;
    }

    .get-involve-wrapper .col-1-4, .get-involve-wrapper .col-1-4 .button a {
        max-width: 100%;
        padding: 23px 0;
    }

    section#home_page_get_involved .col-1-1 {
        padding: 0 0 0 20px;
    }

    ul#menu-left-footer li, ul#menu-right-footer-menu li {
        margin-left: 0;
    }

    .footer .col-3-12 {
        /*text-align: center;*/
        padding-bottom: 20px;
    }

    .footer {
        padding-bottom: 25px;
    }

    ul#menu-left-footer {
        padding: 10px 0;
    }

    .button.color-light-pink a {
        background-color: #d09eb6;
    }

    .button.color-light-purple a {
        background-color: #a57fa6;
    }

    .button.color-pink a {
        background-color: #e47297;
    }

    .button.color-maroon a {
        background-color: #7b2c42;
    }

    #home_page_banner.col-1-1 {
        padding-left: 0;
    }

    .get-involve-wrapper img {
        position: absolute;
        width: 70px;
        height: 70px;
        left: -6px;
        bottom: -4px;
    }

    section.footer .col-4-12 {
        text-align: center;
    }

    .get-involve-wrapper .col-1-5 {
        position: relative;
        width: 100%;
        float: left;
        padding: 0;
        margin: 5px 0;
    }

    .countries-map-overlay div {
        padding-left: 20px;
    }

    section#home_page_map h2, section#home_page_map p {
        padding-left: 20px;
    }

    .get-involve-wrapper .button a {
        border-radius: 41px 0 0 41px;
    }

    .get-involve-wrapper .col-1-4 .button a {
        margin-bottom: 5px;
    }

    .col-1-5.header-buttons {
        width: 100%;
        margin: 0;
    }

    section#home_page_map .col-1-1 {
        padding: 0;
    }

    .col-1-5.header-buttons, .col-1-5.header-buttons:last-child {
        padding: 0;
    }

    .col-1-5.header-buttons a {
        padding: 20px 0 !important;
        height: auto;
    }

    body h2 {
        font-size: 1.4em;
    }

    .button > a {
        font-size: 15px !important;
    }

    .sidebar-dropdown-wrapper select {
        width: 109%;
    }

    input.form-control, .sidebar-dropdown-wrapper {
        width: 100%;
    }

    img.slide-trigger {
        top: 92px;
        position: relative;
        z-index: 1;
    }

    section.main-content .col-1-1 {
        padding: 0;
    }

    ul#menu-left-footer li a, ul#menu-right-footer-menu li a {
        font-size: 16px;
    }

    .top-menu.new-account {
        padding: 10px;
    }

    .filtering .col-1-4 {
        width: 100%;
        padding-right: 20px;
    }

    .filtering input[type="submit"] {
        margin-right: 20px;
    }

    .new-account.user-profile a {
        font-size: 14px;
        padding: 5px;
        text-align: center;
    }

    .col-1-2.blocks-titles {
        height: auto;
        padding-bottom: 15px;
    }

    .header-buttons a {
        background-color: #5E1D2E !important;
    }

    .header-buttons a:hover {
        background-color: #c05387;
    }

    .header-buttons.active a {
        background-color: rgba(246, 246, 246, 0.90) !important;
    }
}

@media only screen and (max-width: 835px) {
    .countries-map-overlay {
        float: none;
        width: 100%;
        margin: 17px 0 12px 0;
    }

    .map-background-wrapper {
        background-color: transparent;
        border: none;
    }

    #map {
        border: 2px solid #e4f0f2;
    }

    .sidebar-dropdown-wrapper select {
        max-width: 112%;
    }

    .get-involve-wrapper .col-1-5 img {
        max-height: 120px;
    }
}

/*BLOG*/
.col-4-12.sidebar .content .sidebar-wrapper ul li {
    list-style: none;
    margin-left: 0;
}

.comment-author {
    line-height: 20px;
}

.comment-author .fn {
    vertical-align: super;
    padding-top: 5px;
}

.comment-author .fn a {
    vertical-align: inherit;
}

.comment-author span {
    display: none;
}

.entry-meta, .entry-footer {
    margin-bottom: 0;
    font-size: 12px;
}

#comments {
    margin: 20px 0;
    border: 1px solid #cfcfcf;
    background-color: #f2f2f2;
    padding: 20px;
    width: 100%;
}

.comment {
    list-style: none;
    margin-left: 0;
    width: 100%;
}

#comment {
    width: 100%;
}

#comments .comment, #comments .comment .parent .parent {
    padding-left: 30px !important;
    position: relative;
}

#comments .parent {
    padding-left: 0;
}

#comments .parent:before {
    background: none;
}

.comment-form-comment label {
    font-family: "Gotham-Bold";
}

.comment-form-comment label:after {
    content: ":";
}

.comment-form-comment, .logged-in-as {
    margin-bottom: 20px;
}

.comment-meta {
    font-size: 14px;
}

.comment-body p {
    color: #000000;
    font-size: 14px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.comment-reply-title a:before {
    content: ": ";
}

.comment-reply-title small {
    display: block;
}

.reply {
    display: block;
    float: right;
    background-color: #7b2c42;
    border: 1px solid #521122;
    color: #fff;
    font-family: "Gotham-Bold";
    font-size: 12px;
    margin-top: 0;
    padding: 8px 30px;
    text-transform: uppercase;
    transition: ease all 0.5s;
    cursor: pointer;
    position: relative;
    top: -40px;

}

#cancel-comment-reply-link {
    display: inline-block;
    background-color: #7b2c42;
    border: 1px solid #521122;
    color: #fff;
    font-family: "Gotham-Bold";
    font-size: 12px;
    margin-top: 20px;
    padding: 8px 30px;
    text-transform: uppercase;
    transition: ease all 0.5s;
    cursor: pointer;
    clear: both;
}

.reply a {
    color: #ffffff;
}

.form-submit {
    margin-bottom: 0;
}

.form-submit input[type="submit"] {
    margin-top: 0;
}

.blog .post {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 20px;
    padding-bottom: 20px;

}

.comment-respond {
    margin-bottom: 30px;
}

.community-of-practice-submenu {
    background-color: #8f2f49;
    color: #ffffff;
}
.community-of-practice-submenu a {
    color: #ffffff;
}
ul.bannerslist li.active img {
    opacity: 1;
}
ul.bannerslist li img {
    opacity: 0;
    transition: ease all 3s;
}

a.signup-btn {
    color: #8f2f49;
    text-transform: uppercase;
    border: 1px solid #8f2f49;
    padding: 10px 7px;
    margin: 15px 0 0;
    text-decoration: none;
    transition: ease all 0.8s;
    font-size: 12px;
}

#wpforo-poweredby .wpdimg {
    width: auto;
}



body {
  margin: 0;
}

#balloon-container {
  height: 100vh;
  padding: 1em;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.balloon {
  height: 125px;
  width: 105px;
  border-radius: 75% 75% 70% 70%;
  position: relative;
}

.balloon:before {
  content: "";
  height: 75px;
  width: 1px;
  padding: 1px;
  background-color: #FDFD96;
  display: block;
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  margin: auto;
}

.balloon:after {
    content: "ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ²";
    text-align: center;
    display: block;
    position: absolute;
    color: inherit;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
}

@keyframes float {
  from {transform: translateY(100vh);
  opacity: 1;}
  to {transform: translateY(-300vh);
  opacity: 0;}
}


#countdown-wrap {
  width: 100%;
  height: 180px;
  //border: 1px solid black;
  padding: 20px;
  font-family: arial;
}

#goal {
  font-size: 30px;
color: #5E1D2E;
  text-align: right;
  width: 80%;
  @media only screen and (max-width : 640px) {
    text-align: center;  
  }
  
}

#glass {
  width: 80%;
  height: 20px;
  background: #c7c7c7;
  border-radius: 10px;
  float: left;
  overflow: hidden;
}

#progress {
  float: left;
  width: 20%;
  height: 20px;
  background: #5E1D2E;
  z-index: 333;
  //border-radius: 5px;
}

.goal-stat {
  width: 20%;
  height: 30px;
  padding: 10px;
  float: left;
  margin: 0;
  
  @media only screen and (max-width : 640px) {
    width: 40%;
    text-align: center;
  }
}

.goal-number, .goal-label {
  display: block;
}

.goal-number {
  font-weight: bold;
}

