/* 

Theme Name: IGCS
Author: CT Social
Author URI: http://CT-Social.com
Description: Custom Designed theme for IGCS
Template: ctsocial
Version: 2.0

*/

/* Special Styles for the Frontend view only */

.input-field .prefix.active {
  text-transform: lowercase;
  color: #00b287;
}


.autocomplete-content li .highlight {
  color: #00b287;
}


.input-field label {
  text-transform: lowercase;
  font-size: 16px;
}

form#member-form .input-field label {
  padding: 20px 15px;
  font-size: 16px;

}

.newsletter .input-field {
    margin: 3rem 0;  
}



/* Donation
--------------------------------------------------- */

.page-template-member-donate .site-content{
  position: relative;
}

.page-template-donate .memberdues label {
  font-size: 17px;
  font-weight: 700;
  margin:0;
  display: block;
}

.page-template-donate .memberdues .dropdown {
  margin: 0;
}

.page-template-donate .memberdues .form-row {
  margin-top: 50px;
}

.page-template-donate .memberdues input[type="submit"] {
  width: 100%;
  margin: 50px 0;
}

.page-template-donate .memberdues {
  font-size: 17px;
}

.page-template-donate .memberdues h3 {
  margin-bottom: 10px;
}

.page-template-donate .memberdues h3 strong {
  font-weight: 600;
}

.page-template-donate .dues-message-wrapper.active{
  bottom: 0;
  height: 100%;
}
.page-template-donate .dues-message-wrapper{
    text-align: center;
    position: fixed;
    transition: bottom .8s;
    bottom: -100%;
    width: 100%;
    height: 100%;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255, 1);
}
.page-template-donate .dues-message{
    height: auto;
    top: 0;
}

.page-template-donate .dues-message h5 {
  margin:0;
  font-size: 45px;
  line-height: 45px;
}

.page-template-donate .dues-message h3 {
  font-size: 28px;
}


.page-template-donate .loader-show.active{
    bottom: 0;
    height: 100%;
    background-color: rgba(255,255,255, .9);
    z-index: 99999999999999;
}
.page-template-donate .loader-show{
    position: fixed;
    transition: bottom .8s;
    bottom: -225px;
    text-align: center;
    width: 100%;
}
.page-template-donate .preloader-wrapper.huge{
    width: 182px;
    height: 182px;
    top: 45%;
}

p.checkboxinput label, #formfields .three.columns p.checkboxinput label {
    align-self: flex-start;
}

p.checkboxinput label, #formfields .three.columns p.checkboxinput label {
    height: 50px;
    padding: 0 0 0 50px;
    align-self: center;
}

#datafields .twelve.columns label, #formfields .twelve.columns label {
    float: left;
    width: 100%;
    text-align: left;
}


[type="checkbox"].filled-in:checked + label:after {
  border-radius: 7px;
  background-color: #fff;
  border-color: #afaeb2;  
}

[type="checkbox"].filled-in:not(:checked) + label:after {
  border: 2px solid #afaeb2;
  border-radius: 7px;
  }


[type="checkbox"].filled-in:checked + label:before {
  border-right: 4px solid #fd665c;
  border-bottom: 4px solid #fd665c;
}

[type="checkbox"].filled-in:checked + label:before {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}


[type="checkbox"].filled-in:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in + label:before, 
[type="checkbox"].filled-in + label:after {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s;
}

[type="checkbox"].filled-in:not(:checked) + label:after {
    border: 2px solid #afaeb2;
    border-radius: 7px;
}

[type="checkbox"].filled-in:not(:checked) + label:after {
    height: 30px;
    width: 30px;
    background-color: transparent;
    top: 0px;
    z-index: 0;
}

[type="checkbox"].filled-in + label:before, [type="checkbox"].filled-in + label:after {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"].filled-in + label:after {
    border-radius: 2px;
}


/* Buddypress
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body.single-item.groups.manage-members #buddypress ul#members-list .action {
    float: left !important;
}


body.single-item.groups.manage-members #buddypress ul.item-list li img.avatar {
    margin: 0 20px 20px 0 !important;
    width: 250px;
}


body.single-item.groups.manage-members #buddypress ul#members-list li {
    overflow: hidden;
    text-align: center;
    border: 0 !important;
}


body.single-item.groups.manage-members #buddypress ul#members-list span.activity {
    display: block;
}

body.single-item.groups.manage-members #buddypress ul#members-list div.generic-button {
    line-height: 70px;
    text-align: center;    
}



body.single-item.groups.manage-members #buddypress ul#members-list .action,
body.single-item.groups.manage-members #buddypress ul.item-list li div.action {
    position: static !important;
    margin: 15px auto !important;
    text-align: center;
    float: left !important;
}

body.single-item.groups.manage-members #item-header-groups #group-admins li div.action {
    float: left !important;
    text-align: left;    
}

body.single-item.groups.manage-members #buddypress li div.item  {
    margin: 0 25px 0 0 !important;
    padding: 0 !important;  
    float: left;  
}


body.single-item.groups.manage-members #buddypress .item-list .item .item-title {
    padding-left: 0;
}

body.single-item.groups.manage-members #buddypress .action a.button {
    margin: 25px 25px 0 0;
    float: left;
}

.hide{
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.show{
    position: relative;
    opacity: 1;
    z-index: 1;
}

#buddypress .item-title a {
    display: block;
    color: #4a4f55;
    font-size: 30px;
    line-height: 32px;
    font-weight: 200;
    margin: 35px auto;
}

#buddypress .item-title .activity-read-more {
    margin: 0;
}

#buddypress .item-title .activity-read-more a {
    color: #6b478f;
    font-size: 25px;
    font-weight: 300;
    text-transform: lowercase;
    margin: 40px auto;
}


#buddypress a.leave-group {
    margin: 15px 0 35px 0;
    display: inline-block;
}

#buddypress iframe.wp-embedded-content {
    position: relative !important;
}

#buddypress .bpfb_final_link .bpfb_link_contents {
    width: 100% !important;
    margin: 0 !important;
}

#TB_prev {
    display: block;
    position: relative;
    margin: 0;
}

#TB_next {
    display: block;
}

#TB_next:before {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    content: '';
}

#TB_closeWindow {
    top: 0;
    right: 10px;
    position: absolute;
}

#TB_caption {
    height: auto !important;
    font-size: 15px !important;
}

#TB_window img#TB_Image {
    border: 0 !important;
}


#buddypress div#message p  {
    background: transparent !important;
    border: none !important;
    text-align: center;
    font-size: 18px !important;
    max-width: 1080px;
    margin: 0 auto;
}


#buddypress #message.info p {
    text-align: left;
}

#buddypress div#message-thread div.alt {
    background: transparent !important;
}

#buddypress div#message-thread a.button.confirm {
    display: block;
    margin: 25px 0;
}

#buddypress .thread-from img {
    float: left;
    margin-right: 15px;
}

#buddypress .from-content {
    clear: both;
}

#buddypress .thread-from {
    padding: 0 !important;
}

#buddypress .thread-from .thread-count {
    background-color: #00b287;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    padding: 3px 4px;
}
#buddypress table#message-threads p {
    margin: 0 !important;
}
#buddypress table#message-threads a.button {
    margin: 0 10px 10px 0;
    font-size: 12px !important;
}

#buddypress table#message-threads tr.unread td,
#buddypress table.messages-notices tr.alt td {
    border: 0 !important;
    background: #fff !important;
    color: #4c4f56 !important;     
    font-weight: 400 !important;
}

body.messages #buddypress span.activity,
#buddypress form.standard-form .main-column ul#friend-list #buddypress span.activity {
    display: block !important;
}

.message-action-unstar span.icon:before {
    color: #00b287 !important;         
}

.ac_results {
    width: auto !important;
}

.ac_results ul {
    font-size: 15px;
}

.ac_over {
    background-color: #fff !important;
    color: #00b287 !important;
}

.bulk-select-check {
    max-width: 40px;
}

.bulk-select-all p,
#buddypress table.messages-notices tr th.thread-star,
.bpfb_images br {
    display: none;
}


#buddypress table.messages-notices tr td.thread-star {
    width: 20px !important;
}

.bpfb_form_container {
    background: transparent !important;
}
html.mobile-menu-active body.buddypress .site-menu .menu {
    opacity: 1;
}

#buddypress #friend-list li {
    overflow: hidden;
}

#buddypress li div.item {
    margin: 20px !important;
    text-align: center;
}

#buddypress ul.item-list li div.item-title,
#buddypress ul.item-list li div.item-desc    {
    width: auto !important;
    margin: 0 auto !important;
    padding: 10px 20px 0 20px;   
}

#buddypress #friend-list .action {
    margin: 10px 0;
    float: none !important;
    text-align: left;
}
#buddypress #friend-list .action a {
    margin-bottom: 15px;
}

#buddypress #friend-list .item-avatar,
#buddypress #friend-list .item,
#buddypress #friend-list .action {
    display: block;
}

#buddypress #friend-list .item-avatar {
    max-width: 50px;
    max-height: 50px;
    margin: 0 auto;
}


#buddypress #item-buttons a {
    border-radius: 7px;
    border: 2px solid #fff !important;
    background-color: #6b478f !important;
    color: #fff !important;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 600;    
}

#buddypress div#item-header #template-notices {
    text-align: left;
}

#buddypress div#item-header a.button, 
#buddypress div#item-header div.generic-button {
    float: none !important;
    display: inline-block;
    height: 40px;
    margin: 10px !important;
}


#buddypress div#item-header div#item-meta {
    width: 100%;
    text-align: center;
    overflow: visible !important;
    margin: 20px 0 0 9px;
}

#buddypress div.dir-search input[type=text]  {
    width: 80% !important;
    margin: 20px 0 0 0;
}

#buddypress .standard-form select {
    padding: 0 15px;
    width: 100%;
    height: 77px;
    display: flex;
    font-size: 17px !important;    
    border: none !important;
    box-shadow: none;
    background-color: transparent !important;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;    
}

#buddypress .doc-content .standard-form select {
    border: 1px solid #afaeb2 !important;
    padding: 15px 35px 15px 15px !important;
    border-radius: 7px !important;
    background: #fff url("images/select-arrow.jpg") no-repeat right center !important;
}
#buddypress .doc-content-wrapper table  {
    margin: 5%;
    width: 90%;
}
#buddypress .doc-content-wrapper table td  {
    width: 100%;
    display: block;
    padding: 0px !important;
}

#buddypress .doc-content-wrapper .item {
    float: left;
    padding: 10px;    
}
#buddypress .doc-content-wrapper #associated_group_summary img.avatar {
    margin-right: 0;
}

#buddypress .doc-content-wrapper div.doc-content img {
    margin: 10px 10px 0 10px;
}

#buddypress .doc-content-wrapper #associated_group_summary a {
    float: left;    
}

#buddypress .doc-content-wrapper label {
    margin-top: 25px;
    font-size: 15px !important;
    text-transform: none !important;   
}

#buddypress .doc-content .standard-form .existing-or-new-selector label.radio-label {
    border-radius: 5px;
    padding: 5px;    
}

#buddypress .doc-content .standard-form input {
    height: auto;
}

#buddypress .doc-content-wrapper textarea {
    width: inherit !important;
}

#buddypress #wp-doc_content-editor-tools button {
    border: 0 ;
    background-color: transparent !important;
}

#buddypress .html-active button.switch-html,
#buddypress .tmce-active button.switch-tmce,
#buddypress .quicktags-toolbar,
#buddypress div.mce-toolbar-grp {
    background-color: #fafafa !important;
}

#buddypress div.mce-panel {
    background-color: transparent;
}

#buddypress .html-active button.switch-html,
#buddypress .tmce-active button.switch-tmce {
    border: 1px solid #ccc !important;
     border-bottom: 0 !important;
}

#buddypress .standard-form select:focus {
    outline: none;
}

#buddypress .standard-form ul li {
    padding-left: 0;
}

#buddypress .toggle-switch a, 
#buddypress .entry-content p.toggle-switch a {
    background: #00b287;
    padding: 10px 5px;
    color: #fff !important;    
}

#buddypress .toggle-content {
    width: 100%;
}
#buddypress .toggle-switch, 
#buddypress .entry-content p.toggle-switch,
#buddypress .toggleable.toggle-open .toggle-switch, 
#buddypress .toggleable.toggle-open .entry-content p.toggle-switch {
    padding: 0;
}


span.description {
    font-size: 15px !important;
}

#buddypress .wp-editor-wrap a.button, 
#buddypress .wp-editor-wrap button, 
#buddypress .wp-editor-wrap input[type=button], 
#buddypress .wp-editor-wrap input[type=reset], 
#buddypress .wp-editor-wrap input[type=submit] {
    height: auto;
    box-shadow: none !important;
    border-width: 1px !important;
}

form.standard-form input[type="text"]#doc-title {
    width: 100% !important;
}

#buddypress #item-nav {
    display: none;
}

#buddypress .group-header #item-nav {
    display: block;
}

#buddypress .group-header #item-header-avatar img {
    margin: 0 !important;    
}

#buddypress #item-nav li a:before,
#buddypress div.activity-meta a.fav:after,
#buddypress div.activity-meta a.unfav:after,
#buddypress .genericon-attachment:before,
#buddypress .genericon-document:before,
#buddypress .desc a:before,
#buddypress .directory-breadcrumb-separator:before,
#buddypress .plus-or-minus:before {
    font-family: 'FontAwesome';
}

#buddypress .purple-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;    
}
#buddypress .bordered,
#buddypress hr,
#buddypress ul.item-list,
#buddypress ul.item-list li {
    border-color: #e5e8ed !important;
}
#buddypress ul.item-list li:last-child {
    border-bottom: 0;
}
#buddypress ul.item-list {
    border-top: 0 !important;
}
#buddypress ul.item-list .item {
    display: inline-block;
    margin-top: 0 !important;
    padding-top: 0 !important;    
}
body.my-groups.groups #buddypress ul.item-list .item {
    width: 100%;
    margin: 0 auto !important;
}
body.manage-members.groups #buddypress ul.item-list .item-avatar {
    display: inline-block;
    float: left;    
}
body.manage-members.groups #buddypress ul.item-list .item-title {
    clear: both;
    text-align: left;
}

body.manage-members.groups #buddypress ul.item-list .item-title a {
    margin: 0 !important;
}

#buddypress div.ac-reply-avatar img {
    border: 0 !important;
}
#buddypress p,
#buddypress a.bp-secondary-action, 
#buddypress span.highlight {
    font-size: 13px !important;
    line-height: 18px !important;
}

#buddypress .bordered {
    padding: 0;
    border-width: 1px 0 0 0; 
}

#buddypress .bordered .container {
    padding: 20px !important;
}

#buddypress ul li:before {
    display: none;
}

#buddypress .acomment-options {
    margin: 0 !important;
}

#buddypress ul.item-list li {
    padding: 20px !important;
}
#buddypress #item-body {
    padding: 0 !important;
    position: relative;
}
#buddypress #item-body form {
    margin: 0 !important;
}

body.messages #buddypress #item-body form {
    margin: 0 !important;
}

body.messages #buddypress div.message-search {
    max-width: 300px;
}
#buddypress form.standard-form .main-column {
    margin-left: 0 !important;
    float: left;
}

#buddypress ul#friend-list li img.avatar {
    max-width: 250px;    
}

#buddypress form#whats-new-form #whats-new-content {
    clear: both;
    display: block;
    margin: 0 !important;
    padding: 20px 0 !important;    
}

#buddypress form#whats-new-form #whats-new-content input {
    font-size: 15px;
}

#buddypress #bpfb_tmp_photo,
#buddypress form#whats-new-form #whats-new-content input,
#buddypress ul#bpfb_tmp_photo_list,
#buddypress .bpfb_preview_container {
    clear: both;
}

#buddypress .bpfb_preview_container td,
#buddypress .bpfb_thumbnail_chooser label {
    width: 100% !important;
    display: block;
}

#buddypress div.item-list-tabs#subnav ul {
    display: block;
    margin: 0 auto !important;
    max-width: 1350px;
    width: 95%;
}

#buddypress div.item-list-tabs#subnav {
    position: relative;
    width: 95%;
    margin: 0 auto !important;
}


#buddypress div.item-list-tabs#subnav ul#bp-docs-all-docs {
    width: 100%;
    margin-bottom: 25px !important;
}

#buddypress div.item-list-tabs ul li {
    float: none !important;
    padding-left: 0;
}


#buddypress div.item-list-tabs ul li a, 
#buddypress div.item-list-tabs ul li span {
    display: inline-block !important;
}

#buddypress #item-nav li:before,
#buddypress div.item-list-tabs#subnav li:before {
    display: none;
}

#buddypress div.item-list-tabs#subnav li a { 
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #919191;
}

#buddypress #subnav li a.bp-tooltip:after{
    display: none;
}
#buddypress #item-nav li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 10px;
}

#buddypress li.groups-members-search {
    height: auto !important;
}

#buddypress #item-body li.groups-members-search form {
    margin: 0 !important;
}
#buddypress li.groups-members-search input#members_search {
    width: 80%;
    border: none !important;
    background: transparent;
    height: 30px;
}
#buddypress div.item-list-tabs#subnav li#activity-filter-select,
#buddypress div.item-list-tabs#subnav li#members-order-select,
#buddypress div.item-list-tabs#subnav li#groups-order-select {
    display: block;
    border: 0;
    min-width: 225px;
    margin: 0 0 50px 0;
}

#buddypress div.item-list-tabs#subnav li#groups-order-select {
    float: left !important;
}

#buddypress div.item-list-tabs#subnav li.dropdown {
    border:0;
    background-position: right center !important;
}

#buddypress div.item-list-tabs#subnav li#members-order-select .dropdown {
    border:0;
    margin-top: 0;    
}

#buddypress div.item-list-tabs#subnav li.dropdown select {
    height: 50px;  
    text-transform: lowercase;
    width: 100%;
    max-width: 100%;
}

#buddypress #item-nav li a:before {
    display: inline-block;
    font-weight: lighter;
    margin-right: 10px;
}

#buddypress .plus-or-minus {
    background: transparent !important;
    padding: 0;
    margin: 0;
}

#buddypress .plus-or-minus:before {content: '\f107';}
#buddypress .toggle-open .plus-or-minus:before {content: '\f106';}
#buddypress #item-nav li#li-nav-activity a:before { content: '\f03a'; }
#buddypress #item-nav li#li-nav-xprofile a:before { content: '\f007'; }
#buddypress #item-nav li#li-nav-notifications a:before { content: '\f0a2'; }
#buddypress #item-nav li#li-nav-messages a:before { content: '\f003'; }
#buddypress #item-nav li#li-nav-friends a:before { content: '\f0f0'; }
#buddypress #item-nav li#li-nav-groups a:before { content: '\f0c0'; }
#buddypress #item-nav li#li-nav-docs a:before { content: '\f0f6'; }


.bpfb_controls_container .qq-upload-button,
#buddypress .comment-reply-link, #buddypress .generic-button a, 
#buddypress a.button, 
#buddypress input[type=button], 
#buddypress input[type=reset], 
#buddypress input[type=submit], 
#buddypress ul.button-nav li a, a.bp-title-button {
    border: 3px solid #00b287 !important;
    border-radius: 5px;
    background: transparent !important;
    color: #00b287 !important;
    padding: 15px !important;  
    line-height: 18px;
    margin: 0; 
    font-size: 15px !important;  
    font-weight: 700;
    text-transform: uppercase;  
    display: inline-block;
}

#buddypress #item-nav li.current a {
        font-weight: 700;
}


#buddypress ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4c4f56;
  text-transform: lowercase;
}
#buddypress ::-moz-placeholder { /* Firefox 19+ */
  color: #4c4f56;
  text-transform: lowercase;
}
#buddypress :-ms-input-placeholder { /* IE 10+ */
  color: #4c4f56;
  text-transform: lowercase;
}
#buddypress :-moz-placeholder { /* Firefox 18- */
  color: #4c4f56;
  text-transform: lowercase;
}


#buddypress .mce-toolbar .mce-btn-group .mce-btn.mce-active, 
#buddypress .mce-toolbar .mce-btn-group .mce-btn:active, 
#buddypress .qt-dfw.active,
#buddypress .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
    border: 0 !important;
    border-radius: 7px !important;
}

#buddypress .mce-toolbar .mce-btn-group .mce-btn:focus, 
#buddypress .mce-toolbar .mce-btn-group .mce-btn:hover, 
#buddypress .qt-dfw:focus, 
#buddypress .qt-dfw:hover {
    border: 0;
}



#buddypress .mce-toolbar .mce-btn-group .mce-btn.mce-active button, 
#buddypress .mce-toolbar .mce-btn-group .mce-btn:active button, 
#buddypress .mce-toolbar .mce-btn-group .mce-btn.mce-colorbutton.mce-active,
#buddypress .mce-toolbar .mce-btn-group .mce-btn.mce-colorbutton:focus,
#buddypress .qt-dfw.active button{
    border-color: #00b287 !important;
    background: #00b287 !important; 
    color: #fff !important;
}
#buddypress .mce-toolbar .mce-btn-group .mce-btn.mce-colorbutton,
#buddypress .mce-toolbar .mce-btn-group .mce-btn.mce-colorbutton.mce-active {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 7px;
}

#buddypress i.mce-i-backcolor:before, 
i.mce-i-forecolor:before {
    color: #555d66;
}

#buddypress .mce-toolbar .mce-btn-group .mce-btn.mce-colorbutton button,
#buddypress .mce-toolbar .mce-btn-group .mce-btn.mce-colorbutton.mce-active button {
    border-color: transparent !important;
    background: transparent !important;
}

#buddypress .mce-toolbar .mce-btn-group .mce-btn.mce-active button i, 
#buddypress .mce-toolbar .mce-btn-group .mce-btn:active button i, 
#buddypress .qt-dfw.active button i {
    color: #fff;
}


#buddypress .mce-toolbar .mce-colorbutton .mce-preview {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
}

#buddypress .bpfb_controls_container .qq-upload-button {
    width: auto !important;
    display: inline-block !important;
    padding: 18px !important; 
}
#buddypress .bpfb_preview_container iframe {
    max-width: 100%;
    height: auto;
    min-height: 350px;
}

#wp-link-wrap #link-selector {
    font-size: 15px;
    overflow: auto;
}

#wp-link-wrap #link-selector #most-recent-results {
    position: static;
}

#wp-link-wrap #link-selector input,
body.bp-docs div.wp-link-input input {
    height: auto !important;
}

body.bp-docs div.wp-link-input input {
    border: 0 !important;
}

input[type="submit"].button-primary:hover, 
input[type="submit"].button-primary:focus, 
input[type="submit"].button-primary, 
input[type="submit"]:focus, input[type="submit"]:hover {
    text-shadow: none;
    background: #fff;
}

#bpfb_addPhotos,
#bpfb_addVideos,
#bpfb_addLinks {
    background: transparent !important;
}

#bpfb_addPhotos:after,
#bpfb_addVideos:after,
#bpfb_addLinks:after {
    display: block;
    font-family: 'FontAwesome';    
}

#bpfb_addPhotos:after {
    content: '\f03e';
}
#bpfb_addVideos:after {
    content: '\f03d';
}
#bpfb_addLinks:after {
    content: '\f0c1';
}
.bpfb_controls_container input {
    margin-bottom: 25px;
    width: 100% !important;
}
.bpfb_controls_container input#bpfb_link_url_preview,
.bpfb_controls_container input#bpfb_add_remote_image,
.bpfb_controls_container input#bpfb_video_url_preview,
.bpfb_controls_container input#bpfb_remote_image_preview {
    width: auto !important;
}
#buddypress .activity-list li.load-more, 
#buddypress .activity-list li.load-newest {
    background: transparent !important;
    margin: 0px !important;
    padding: 45px 25px 0 !important;    
}

#buddypress .activity-list li.load-more a, 
#buddypress .activity-list li.load-newest a {
    border: 3px solid #00b287 !important;
    border-radius: 5px;
    padding: 15px;
    color: #00b287 !important;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

#buddypress div.item-list-tabs ul li.current a, 
#buddypress div.item-list-tabs ul li.selected a {
    background: transparent !important;
    color: #00b287 !important;
}
#buddypress .current.selected {
    border: 3px solid #00b287;
    border-radius: 5px;
}

#buddypress div.item-list-tabs#subnav ul li {
    background-color: #fff;
    position: relative;
}

#buddypress div.item-list-tabs#subnav ul li#members-search {
    clear: left;
}

#buddypress div.item-list-tabs#subnav ul li.current a, 
#buddypress div.item-list-tabs#subnav ul li.selected a {
    color: #303030 !important;
}

#buddypress input {
    border: 0;
    height: 65px;
    border-color: #e5e8ed;
}
#buddypress textarea {
    border-width: 1px;
    color: #767676 !important;
    border-color: #e5e8ed;
}
#buddypress div.message-search,
#buddypress div.dir-search {
    margin: 0 10px !important;
    float: left !important;
    text-align: left !important;
    min-width: 190px;
    background: #fff;    
}
#buddypress .message-search input,
#buddypress .dir-search input {
    width: 70%;
    height: 35px;
    border: 0 !important;
    background-color: #fff !important;  
}
#buddypress .message-search input[type=submit],
#buddypress .message-search input[type=submit]:hover,
#buddypress .dir-search input[type=submit],
#buddypress .dir-search input[type=submit]:hover {
    width: 25%;
    border: 0;
    font-size: 12px;
    background-color: transparent;
}

#buddypress #search-message-form {
    background-color: #fff;
    position: relative;    
}

#buddypress #group_members-order-select {
    margin: 25px 0 !important;
}
#buddypress input#members_search_submit,
#buddypress input#messages_search_submit,
#buddypress input#groups_search_submit,
body.single-item.groups.manage-members #buddypress input#members_search_submit {
    text-indent: -9999px;
    overflow: hidden;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='17px'%3E%3Cpath fill-rule='evenodd' fill='rgb%280, 178, 135%29' d='M10.934,7.318 C10.934,9.663 9.026,11.570 6.682,11.570 C4.337,11.570 2.430,9.663 2.430,7.318 C2.430,4.974 4.337,3.066 6.682,3.066 C9.026,3.066 10.934,4.974 10.934,7.318 ZM15.793,15.215 C15.793,14.892 15.660,14.579 15.442,14.361 L12.186,11.105 C12.955,9.995 13.363,8.666 13.363,7.318 C13.363,3.626 10.374,0.637 6.682,0.637 C2.990,0.637 0.000,3.626 0.000,7.318 C0.000,11.010 2.990,14.000 6.682,14.000 C8.029,14.000 9.358,13.592 10.469,12.823 L13.724,16.069 C13.942,16.297 14.255,16.430 14.578,16.430 C15.242,16.430 15.793,15.879 15.793,15.215 Z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    width: 16px;
    height: 17px;
    padding: 0 !important;
    float: right;
    margin: 30px 10px 30px 0 !important;
}

body.single-item.groups.manage-members #buddypress div.dir-search {
    float: right !important;
}

#buddypress input#members_search_submit {
    margin: 10px !important;
}

#buddypress ul#member-list li img.avatar,
#buddypress .item-avatar img {
    margin: 0 auto !important;
    width: 100%;
    max-width: 250px;
    float: none !important;
}

#buddypress ul#member-list li {
    overflow: hidden;
    text-align: center;
}


#buddypress ul#member-list span.activity {
    display: block;
}

#buddypress ul#member-list div.generic-button {
    line-height: 70px;
    text-align: center;    
}

body.activity #buddypress [type="checkbox"]:not(:checked), 
body.activity #buddypress [type="checkbox"]:checked {
    opacity: 1 !important;
    position: relative !important;
    left: 0 !important;
    height: 20px;
    margin: 8px 10px !important;
}

body.activity #buddypress [type="checkbox"]:checked + label:before,
body.activity #buddypress [type="checkbox"]:checked + label:after {
	display: none !important;
}

body.activity #buddypress .bpfb_preview_container label {
	width: auto !important;
}

#buddypress [type="checkbox"] + label {
    position: relative !important;
    border: 0;
    background-color: #fff;
    width: 35px;
    height: 35px;
    padding-left: 0;
    float: left;
    margin-right: 15px;    
}

#buddypress [type="checkbox"] + label:before {
    top: 2px;
    left: 2px;
    width: 5px;
    height: 15px;    
}

#buddypress [type="checkbox"].filled-in:not(:checked) + label:after,
#buddypress [type="checkbox"].filled-in:checked + label:after {
    width: 25px;
    height: 25px;
}

#buddypress .activity-list li .activity-content,
#buddypress div.activity-comments {
    //float: left;
    margin: 0 !important;
    //width: 100% !important;    
}


#buddypress .activity-list li .activity-inner img {
    padding: 25px 0;
}

#buddypress div.activity-comments div.acomment-avatar img {
    width: 50px !important;
    height: 50px !important;;
}


#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic, 
#buddypress .activity-list li.mini .activity-avatar img.avatar {
    height: 50px !important;
    width: 50px !important;
    display: block;
    clear: both;
    margin-left: 0 !important;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;    
}
#buddypress ul.item-list li img.avatar,
.entry-content img {
    border-radius: 0 !important;   
}



#buddypress .activity-list .activity-content .activity-header img.avatar {
    display: none;
}
#buddypress div.activity-meta a,
#buddypress div.activity-meta a.loading,
#buddypress input[type=submit],
#buddypress .standard-form div.submit input,
#buddypress div.activity-comments form div.ac-reply-content a,
#buddypress .acomment-options a,
#buddypress a.action  {
    padding: 10px !important;
    display: block;
    border: 0 !important;
    background-color: transparent !important;
    color: #00b287 !important;
    font-weight: 500;
    font-size: 15px !important;
    height: auto;
    text-transform: lowercase;
    text-align: left;
}
#buddypress #doc-submit-options input,
#buddypress #doc-submit-options a {
    float: left;
}

#buddypress #doc-attachments-ul {
    overflow: hidden;
}
#buddypress #doc-attachments-ul a {
    display: block;
}

#buddypress .acomment-options a {
    display: inline-block;
}
#buddypress input[type=submit] {
    margin: 0 !important;
}

#buddypress div.activity-meta a:hover {
    background-color: transparent;
    border: 0;    
}

#buddypress div.activity-meta a.fav:after,
#buddypress div.activity-meta a.unfav:after {
    display: inline-block;
    margin-left: 5px; 
}

#buddypress div.activity-meta a.fav:after {
    content: '\f087';
}

#buddypress div.activity-meta a.unfav:after {
    content: '\f088';
}

#buddypress div.activity-comments form .ac-textarea,
#buddypress input {
    border: 1px solid #afaeb2 !important;
    border-radius: 7px;
}

#buddypress div.activity-comments ul li {
    border-top: 0 !important;
}

#buddypress div.activity-comments ul li:last-child {
   padding-right: 0 !important;
}

#buddypress ul#members-list .action,
#buddypress ul.item-list li div.action {
    position: static !important;
    margin: 15px auto !important;
    float: none !important;
    text-align: center;
}

#buddypress ul#member-list li div.action {
    text-align: center;
    float: none !important;
}

#buddypress .doc-meta, 
#buddypress #doc-meta, 
#buddypress .docs #comments {
    border-top: 0;
}

#buddypress #subnav a#bp-create-doc-button {
    background: #fff;
    border: none !important;
    color: #00b288 !important;
    height: auto;
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 500;
    color: #303030;   
    float: none;
    margin: 0; 
    padding: 0 15px !important;
}

#buddypress .docs-info-header {
    background: #fff;
    color: #4a4f55;
    margin-bottom: 10px;
    padding: 20px 0;
}

#buddypress #docs-filter-section-search form {
    margin: 0 !important;
}

#buddypress .doctable {
    font-size: 15px;
    font-weight: 400;
}

#buddypress .row-actions a {
    color: #00b287;
    font-size: 13px;
    text-transform: uppercase;
}

#buddypress .doctable th {
    text-transform: uppercase;
    font-weight: 400;
    padding: 15px 0 !important;
}



#buddypress .genericon-attachment:before {
    content: '\f0c6';
}

#buddypress .genericon-document:before {
    content: '\f24a';
    font-size: 18px;
    float: left;
    margin: 3px;
}

#doc-content-permalink {
    word-wrap: break-word;
}

body.single-item.docs #buddypress #item-body form.standard-form,
body.single-item.delete-group #buddypress #item-body form.standard-form,
body.single-item.manage-members #buddypress #item-body form.standard-form,
body.single-item.group-avatar #buddypress #item-body form.standard-form {
    max-width: 1350px;
    width: 95%;
    margin: 0 auto !important;
}

#buddypress #group-create-body input {
    position: relative;
    opacity: 1;
    left: 0;
    display: inline-block;
    height: auto;    
}

#buddypress #group-doc-options select {
    -webkit-appearance: menulist !important;
       -moz-appearance: menulist !important;
            appearance: menulist !important;  
    border: 1px solid #afaeb2 !important;
    padding: 15px 35px 15px 15px !important;
    border-radius: 7px !important;            
}

#buddypress .invite div#message p {
    margin: 0 !important;
}

#buddypress .standard-form #invite-list label, 
#buddypress .standard-form p label {
    text-transform: capitalize !important;    
}

#bp-docs-single-doc-header,
.bp-docs .doc-tabs,
.bp-docs .doc-attachments,
.bp-docs .doc-content {
    width: 100% !important;
    margin: 0 auto;
    padding: 0 20px !important;
}

#buddypress .message-metadata {
    margin-bottom: 25px;
}

#buddypress div#bp-docs-pagination-count {
    font-size: 17px;
    color: #303030;
    text-transform: lowercase;
}

#buddypress div.pagination .pagination-links a, 
#buddypress div.pagination .pagination-links span {
    border-radius: 50%;
    padding: 3px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 13px !important;
    line-height: 38px;
    display: inline-block;    
}
#buddypress div.pagination .pagination-links span {
    color: #f3665f;    
}
#buddypress div.pagination .pagination-links a {
    background: #f3665f;
    color: #fff;
}
#buddypress div.pagination .pagination-links a.next,
#buddypress div.pagination .pagination-links a.prev {
    color: #f3665f;    
    background: #fff;
}

#buddypress div.doc-content {
    border: 0;
    padding: 0;
    font-size: 17px !important;
    font-weight: 400 !important;
}

#buddypress .doc-permissions, #buddypress #doc-group-summary {
    border: 0;
    font-size: 22px;
    padding: 0;
    margin-bottom: 25px;
}

#buddypress .standard-form label, 
#buddypress .standard-form legend, 
#buddypress .standard-form span.label {
     font-size: 17px;
    text-transform: uppercase;
    font-weight: 500 !important;   
    display: block;
    clear: both;
}

#buddypress .checkboxinput {
    padding: 30px 0;
    overflow: hidden;
}

#buddypress .checkboxinput label span {
    padding-left: 50px;
}

#buddypress .standard-form input,
#buddypress .standard-form code,
#buddypress .standard-form textarea#doc_content,
#buddypress .standard-form textarea {
    font-size: 17px !important;
    background-color: #fff !important;
    border-radius: 7px !important;
}
#buddypress .wp-editor-container {
    border-radius: 0 0 7px 7px;
    border-color: #afaeb2 !important;
}
#buddypress .standard-form code{
    display: block;
}


#buddypress .standard-form textarea#doc_content {
    border: 0;
}
#buddypress .item a, 
#buddypress a.button {
    font-size: 17px !important;
}

#buddypress a.button {
    padding: 15px 20px !important;
    display: inline-block;
    height: auto;
}
.doc-tabs li {
    margin:5px !important;
}
.doc-tabs li a,
#buddypress a.button {
    color: #00b288 !important;
    border: 2px solid #00b288 !important;
    border-radius: 7px !important;
    background-color: #fff !important; 
    font-weight: 400 !important;
}

.doc-tabs li.current a {
    background-color: #00b288 !important;
    color: #fff !important;
}

a.delete-doc-button,
a.doc-attachment-delete {
    color: #00b288 !important;
    font-size: 15px;
    font-weight: 500;    
    text-transform: lowercase;
    padding: 10px !important;
}

a.doc-attachment-delete {
    height: auto;
    background: transparent;
    border: 2px solid #00b288 !important;
}

a.bp-docs-attachment-clip {
    margin:0 !important;
}


h2.doc-title, h2.directory-title {
    display: inherit !important;
    margin-top: 0;
}

#buddypress h2 {
    font-size: 22px;
}

h2.directory-title,
h2.doc-title .breadcrumb-current, 
h2.directory-title .breadcrumb-current,
#buddypress h2 {
    font-weight: 300 !important;
}

h2.doc-title .genericon,
.groups-cell ul li img.avatar  {
    display: none;
}

#buddypress .author-cell, 
#buddypress .created-date-cell,
#buddypress .edited-date-cell {
    text-align: left;
    }

#buddypress .doc-permissions {
    background-color: transparent;
}

#buddypress .doc-permissions,
#buddypress #doc-group-summary {
    border: 0;
}

#buddypress .directory-breadcrumb-separator {
    font-size: 0;
}

#buddypress #doc-permissions-summary {
    background: #ff675d;
    border: 0;
    width: auto;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 15px;
    text-align: center;
}

#buddypress #doc-permissions-summary.doc-public {
    background: #00b287;
}

#buddypress #doc-permissions-summary a.doc-permissions-toggle {
    color: #fff;
    margin-left: 15px;
    display: inline-block;
    float: none;
}

#buddypress .bp-docs-level-anyone span.bp-docs-level-icon {
    background: #fff;
    border: 2px solid #00b287;
}

#buddypress .bp-docs-level-admins-mods span.bp-docs-level-icon, 
#buddypress .bp-docs-level-no-one span.bp-docs-level-icon, 
#buddypress .bp-docs-level-creator span.bp-docs-level-icon {
    background: #fff;
    border: 2px solid #ff675d;
}

#buddypress #buddypress .bp-docs-level-friends span.bp-docs-level-icon, 
#buddypress .bp-docs-level-loggedin span.bp-docs-level-icon, 
#buddypress .bp-docs-level-group-members span.bp-docs-level-icon {
    width: 20px;
    height: 20px;
    border: 2px solid #6b478e;
    background: #fff;
    border-radius: 50%;
}

#buddypress .directory-breadcrumb-separator:before {
    display: inline-block;
    content: '\f105';
    font-size: 18px;
}

#buddypress .bp-docs-attachment-drawer h4 {
    font-size: 18px ;
    font-weight: 400 ;
}

#buddypress .desc a {
    background: transparent;
}
#buddypress .desc a:before{
    content: '\f107';
    display: inline-block;
    width: 20px;
}

#buddypress .current-orderby a {
    padding-left: 0;
}

.buddymenu {
    position: relative;
    border-top: 70px solid #fff;
    border-bottom: 20px solid #fff;
    z-index: 9;
}

.buddymenu .container {
    text-align: center;
    padding: 20px;    
}

.buddymenu #item-header-avatar {
    overflow: hidden;
}

.buddymenu #item-header-avatar a {
    width: 100%;
    display: block;
    margin: 0 auto;
}


.buddymenu #item-header-avatar img {
    border-radius: 0;
    float: none !important;
    margin: 0 auto !important;
    width: 200px;
    height: 200px;
    border: 10px solid #fff;
}

.buddymenu #item-header-content {
    color: #fff !important;
}

#item-header-groups .group-header .header-content {
    margin-bottom: 25px;
}

#item-header-groups #item-actions img.avatar,
#item-header-groups #item-header-content,
#item-header-groups .header-content,
#item-header-groups .group-header {
    float: left;
}

#item-header-groups #item-nav,
#item-header-groups .group-header {
    width: 100%;
}

#item-header-groups #item-header-content {
    float: none;
}

.header-content .description p {
    margin: 15px 0!important;
}
#item-header-groups #group-admins,
#item-header-groups #group-mods {
    width: 100%;
    float: right;
}

#item-header-groups #group-admins li,
#item-header-groups #group-mods li {
    display: block;
    padding: 0 0 25px 0px !important;
    float: left;
}

#item-header-groups #group-admins li a.bp-tooltip,
#item-header-groups #group-mods li a.bp-tooltip {
    margin-left: 15px;
}


#item-header-groups #group-admins img,
ul#activity-stream .activity-avatar img.avatar {
    width: 50px !important;
}

#item-header-groups #item-actions {
    margin: 50px 0;
    float: right;
    width: 100%;
}

#item-header-groups #item-nav.group-menu li a {
    font-weight: 400 !important;
}

#create-group-form img {
    width: 150px;
    margin-bottom: 25px;
}

#item-header-groups #item-header-avatar {
    margin: 80px auto 20px auto;
}


#item-header-groups #item-nav.group-menu li.current a {
     border: 0px !important;
     font-weight: 600 !important;
     padding: 5px 10px !important;
}

#item-header-groups #item-actions h2 {
    text-transform: uppercase;
    font-size: 17px;    
}

#item-header-groups .group-header h1 {
    color: #00b287;
    display: inline;
    line-height: 35px;
}

#item-header-groups .group-header .highlight {
    color: #00b287;
    font-size: 19px;
    font-weight: 600;
    display: block;
}
#buddypress div.item-list-tabs#groups-nav {
    margin: 20px 0 0 0 !important;
}

#buddypress div#item-header div#item-header-content {
    width: 100%;
    margin-top: 10px;
}


#buddypress #item-header-content p {
    margin: 0;
}

#buddypress .activity-list li:before {
    display: none;
} 

#buddypress div.item-list-tabs ul li a span,
#buddypress #reply-title small a span, 
#buddypress a.bp-primary-action span {
    background-color: #00b287 !important;
    border: 0 !important;
    color: #fff !important;
    padding: 3px 0 !important;
    font-size: 12px !important;
    line-height: 17px;
    width: 24px;
    height: 24px;
    display: inline-block !important;
    border-radius: 50%;
    text-align: center;
}

#buddypress thead {
    border-color: #E1E1E1 !important;
}
#notifications-bulk-management thead tr,
#messages-bulk-management thead tr {
      background: transparent !important;
}

#notifications-bulk-management thead th,
#messages-bulk-management thead th {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;    
}

#buddypress table.doctable tr:nth-child(even) {
    background-color: transparent !important;
}

#buddypress div#message.updated,
#buddypress .bp-docs div#message {
    clear: both;
    display: block;
    max-width: 1350px;
    margin: 0 auto !important;
    font-size: 14px;
}

    #buddypress ul#members-list.buddygrid .memberno span, 
    #buddypress ul.buddygrid li div.action .memberno span{
        display: block;
    }


    #buddypress ul#members-list.buddygrid .action a.meta, 
    #buddypress ul.buddygrid li div.action a.meta,
    #buddypress ul#members-list.buddygrid li, 
    #buddypress ul.buddygrid li {
        text-align: center;
    }

    #buddypress ul#members-list.buddygrid .action div.group-button, 
    #buddypress ul.buddygrid li div.action div.group-button{
    overflow: hidden;
    margin: 20px;
    text-align: center;        
    }

    #buddypress ul#members-list.buddygrid .action a.group-button, 
    #buddypress ul.buddygrid li div.action a.group-button{
        display: inline-block;
    } 

#buddypress div#invite-list {
    background-color: transparent !important;
    height: auto !important;
}

#buddypress div#invite-list  input {
    position: relative;
    display: inline-block;
    left: 0;
    opacity: 1;
    height: auto;
}

#buddypress div#message.updated p,
#buddypress div#message.error p,
#buddypress div.bp-avatar-status p.success, 
#buddypress div.bp-cover-image-status p.success  {
    background-color: transparent !important;
    border: 0 !important;
    border-left: 8px solid #6ebc98 !important;
    color: #6ebc98 !important;   
    margin: 0 !important;
    text-align: left;
}


#buddypress p.warning,
#buddypress div#message p {
    background-color: transparent !important;
    border: 0 !important;
    border-left: 8px solid #ff675d !important;
    color: #ff675d !important;   
    margin: 25px !important;
    }


.buddymenu #item-header-content span {
    display: block;
    font-size: 0;
}

.site-title-mobile.go {
    height: 55px;
    background-size: contain;    
}

.site-menu.go {
    min-height: 115px;
    max-height: 115px;
    height: 115px;
}

.site-header.go {
    margin-top: 0;
}

a.leftside.go {
    position: relative;
    z-index: 999999;    
}

.container-full.navpos.go {
    width: 50%;
}


/* Events
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.su-column img, 
.su-column iframe, 
.su-column object, 
.su-column embed,
.su-lightbox img {
    max-width: 100%;
    height: auto;
}

.mfp-bg {
    background: #fff !important;
    opacity: .95 !important;
}

.img.mfp-img {
    box-shadow: none !important;
}

.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close {
    font-size: 27px !important;
    font-weight: 100 !important;
    color: #00b287 !important;
}

.mfp-figure:after {
    display: none !important;
}

#tribe-events-pg-template {
    font-size: 17px;
}

.tribe-event {
    margin-bottom: 50px;
}


.tribe-event .date {
    width: 100%;
    display: block;
    margin-bottom: 50px;
}

.tribe-event .date .month {
    font-size: 75px;
    font-weight: 200;
    text-transform: uppercase;
    display: block;
}

.tribe-event .date .date {
    font-size: 125px;
    line-height: 100px;
    font-weight: 700;
    color: #6b478f;
    display: block;
    float: right;
    margin: 0px;
}

.tribe-event .date .date .smaller {
    font-size: 70px;
    margin-top: -25px;
}

.tribe-event h1.tribe-events-single-event-title {
    float: right;
    font-size: 25px;
    width: 100%;
    font-weight: 300;    
}


.tribe-events-ical {
    display: none;
}

.type-tribe_events .links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 45px 0;
}

.type-tribe_events a.tribe-events-read-more,
.type-tribe_events a.tribe-events-gcal {
    padding: 8px 15px;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 700;
}

.type-tribe_events a.tribe-events-gcal:before,
.tribe-events-cal-links a.tribe-events-gcal:before {
    display: block;
    content: '\f133';
    font-family: 'FontAwesome';
    float: left;
    margin-right: 15px;
}

.tribe-events-list .type-tribe_events h2,
.tribe-events-list .tribe-events-loop .tribe-events-content {
    padding: 0 40px !important;
}

#tribe-events-content h5 {
    margin: 0;
}

.tribe-events-loop .spacer {
    height: 160px;
}

.tribe-events-list-event-title a {
    color: #4a4f55;
    font-weight: 300;
}

.tribe-events-event-meta {
    margin-bottom: -165px;
    position: relative;
    z-index: 10;
}

.single-tribe_events #tribe-events-content {
    overflow: hidden;
}

.single-tribe_events img {
    max-width: 100%;
    height: auto;
}

.grid-item .tribe-events-event-image img {
    max-width: 100%;
    height: auto;
}

.tribe-events-event-image a {
    max-width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    }

.tribe-event-schedule-details {
    width: 100px;
    height: 100px;
    background: #6b478f;
    margin: 20px auto !important;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
    font-size: 17px;
}

.tribe-events-loop .tribe-events-event-meta {
    margin:0 !important;
}

.tribe-event-schedule-details span {
    font-weight: 200;
}

.tribe-event-schedule-details span.month {
    font-size: 17px;
    text-transform: uppercase;
}

.tribe-event-schedule-details span.date {
    font-size: 50px;
    margin: -25px 0 0 0;
}

.tribe-events-event-meta:first-child {
    border-top: 0px !important;
}

/* Sprites
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.sprite { 
    background: url(images/flag-sprite.png) no-repeat top left;
    width: 90%;
    height: 50px;
    margin: 0;
    cursor: pointer;
    display: inline-flex;
    justify-content: flex-start;
    font-size: 15px;
    font-weight: 600;    
    text-align: left;
    align-self: center;
    padding-left: 60px;
    z-index: 1;
    }

.sprite div {
    align-self: center;
    font-weight: 600;
    text-transform: capitalize;
}

.formslider .step.four p.form.homework-option,
.formslider .step.one .sprite {
    margin: 0 1% 20px 1%;
}

.formslider .step.four p.form.homework-option {
    text-align: left;
}

.formslider .step.four p.form.homework-option label {
    margin-top: 25px;
}

.sprite.icon-afghanistan { background-position: 0 0; } 
.sprite.icon-africanrepublic { background-position: 0 -60px; } 
.sprite.icon-albania { background-position: 0 -120px; } 
.sprite.icon-algeria { background-position: 0 -180px; } 
.sprite.icon-americansamoa { background-position: 0 -240px; } 
.sprite.icon-andorra { background-position: 0 -300px; } 
.sprite.icon-angola { background-position: 0 -360px; } 
.sprite.icon-antigua { background-position: 0 -420px; } 
.sprite.icon-argentina { background-position: 0 -480px; } 
.sprite.icon-armenia { background-position: 0 -540px; } 
.sprite.icon-aruba { background-position: 0 -600px; } 
.sprite.icon-australia { background-position: 0 -660px; } 
.sprite.icon-austria { background-position: 0 -720px; } 
.sprite.icon-azerbaijan { background-position: 0 -780px; } 
.sprite.icon-bahamas { background-position: 0 -840px; } 
.sprite.icon-bahrain { background-position: 0 -900px; } 
.sprite.icon-bangladesh { background-position: 0 -960px; } 
.sprite.icon-barbados { background-position: 0 -1020px; } 
.sprite.icon-belarus { background-position: 0 -1080px; } 
.sprite.icon-belgium { background-position: 0 -1140px; } 
.sprite.icon-belize { background-position: 0 -1200px; } 
.sprite.icon-benin { background-position: 0 -1260px; } 
.sprite.icon-bermuda { background-position: 0 -1320px; } 
.sprite.icon-bhutan { background-position: 0 -1380px; height: 51px; } 
.sprite.icon-bolivia { background-position: 0 -1441px; } 
.sprite.icon-bosnia { background-position: 0 -1501px; } 
.sprite.icon-bostwana { background-position: 0 -1561px; } 
.sprite.icon-brazil { background-position: 0 -1621px; height: 49px; } 
.sprite.icon-britishislands { background-position: 0 -1680px; } 
.sprite.icon-bruneidaruss { background-position: 0 -1740px; } 
.sprite.icon-bulgaria { background-position: 0 -1800px; } 
.sprite.icon-burkinafaso { background-position: 0 -1860px; } 
.sprite.icon-burundi { background-position: 0 -1920px; } 
.sprite.icon-cabo { background-position: 0 -1980px; } 
.sprite.icon-cambodia { background-position: 0 -2100px; } 
.sprite.icon-cameroon { background-position: 0 -2160px; } 
.sprite.icon-canada { background-position: 0 -2220px; } 
.sprite.icon-curacao { background-position: 0 -2280px; height: 49px; } 
.sprite.icon-cayman { background-position: 0 -2339px; } 
.sprite.icon-chad { background-position: 0 -2399px; } 
.sprite.icon-channelislands { background-position: 0 -2459px; } 
.sprite.icon-chile { background-position: 0 -2519px; } 
.sprite.icon-china { background-position: 0 -2579px; } 
.sprite.icon-colombia { background-position: 0 -2639px; } 
.sprite.icon-comoros { background-position: 0 -2699px; } 
.sprite.icon-congodem { background-position: 0 -2759px; } 
.sprite.icon-congorep { background-position: 0 -2819px; } 
.sprite.icon-costarica { background-position: 0 -2879px; } 
.sprite.icon-cotedivoire { background-position: 0 -2939px; } 
.sprite.icon-croatia { background-position: 0 -2999px; } 
.sprite.icon-cuba { background-position: 0 -3059px; height: 51px; } 
.sprite.icon-cyprus { background-position: 0 -3120px; } 
.sprite.icon-czech { background-position: 0 -3180px; } 
.sprite.icon-denmark { background-position: 0 -3240px; } 
.sprite.icon-dijbouti { background-position: 0 -3300px; } 
.sprite.icon-dominica { background-position: 0 -3360px; } 
.sprite.icon-dominicanrep { background-position: 0 -3420px; } 
.sprite.icon-ecuador { background-position: 0 -3480px; } 
.sprite.icon-egypt { background-position: 0 -3540px; } 
.sprite.icon-elsalvador { background-position: 0 -3600px; } 
.sprite.icon-eritrea { background-position: 0 -3660px; } 
.sprite.icon-estonia { background-position: 0 -3720px; } 
.sprite.icon-ethiopia { background-position: 0 -3780px; } 
.sprite.icon-faroislands { background-position: 0 -3840px; height: 51px; } 
.sprite.icon-fiji { background-position: 0 -3901px; } 
.sprite.icon-finland { background-position: 0 -3961px; } 
.sprite.icon-france { background-position: 0 -4021px; } 
.sprite.icon-frenchpolynesia { background-position: 0 -4081px; height: 51px; } 
.sprite.icon-gabon { background-position: 0 -4142px; } 
.sprite.icon-gambia { background-position: 0 -4202px; } 
.sprite.icon-gaza { background-position: 0 -4262px; } 
.sprite.icon-georgia { background-position: 0 -4322px; } 
.sprite.icon-germany { background-position: 0 -4382px; } 
.sprite.icon-ghana { background-position: 0 -4442px; } 
.sprite.icon-gibraltar { background-position: 0 -4502px; } 
.sprite.icon-greece { background-position: 0 -4562px; } 
.sprite.icon-greenland { background-position: 0 -4622px; height: 51px; } 
.sprite.icon-grenada { background-position: 0 -4683px; } 
.sprite.icon-guam { background-position: 0 -4743px; } 
.sprite.icon-guatemala { background-position: 0 -4803px; } 
.sprite.icon-guinea { background-position: 0 -4863px; } 
.sprite.icon-guineabissau { background-position: 0 -4923px; } 
.sprite.icon-guineaequatorial { background-position: 0 -4983px; } 
.sprite.icon-guyana { background-position: 0 -5043px; height: 48px; } 
.sprite.icon-haiti { background-position: 0 -5101px; } 
.sprite.icon-honduras { background-position: 0 -5161px; } 
.sprite.icon-hongkong { background-position: 0 -5221px; } 
.sprite.icon-hungary { background-position: 0 -5281px; } 
.sprite.icon-iceland { background-position: 0 -5341px; } 
.sprite.icon-india { background-position: 0 -5401px; height: 49px; } 
.sprite.icon-indonesia { background-position: 0 -5460px; } 
.sprite.icon-iraq { background-position: 0 -5520px; } 
.sprite.icon-ireland { background-position: 0 -5580px; } 
.sprite.icon-islamrep { background-position: 0 -5640px; } 
.sprite.icon-isleofman { background-position: 0 -5700px; } 
.sprite.icon-israel { background-position: 0 -5760px; } 
.sprite.icon-italy { background-position: 0 -5820px; } 
.sprite.icon-jamaica { background-position: 0 -5880px; } 
.sprite.icon-japan { background-position: 0 -5940px; } 
.sprite.icon-jordan { background-position: 0 -6000px; } 
.sprite.icon-jordon { background-position: 0 -6060px; } 
.sprite.icon-kazakhstan { background-position: 0 -6120px; } 
.sprite.icon-kenya { background-position: 0 -6180px; } 
.sprite.icon-kiribati { background-position: 0 -6240px; } 
.sprite.icon-koreadem { background-position: 0 -6300px; } 
.sprite.icon-korearep { background-position: 0 -6360px; height: 51px; } 
.sprite.icon-kosovo { background-position: 0 -6421px; } 
.sprite.icon-kuwait { background-position: 0 -6481px; height: 49px; } 
.sprite.icon-kyrgyzrep { background-position: 0 -6540px; } 
.sprite.icon-lao { background-position: 0 -6600px; } 
.sprite.icon-latvia { background-position: 0 -6660px; } 
.sprite.icon-lebanon { background-position: 0 -6720px; } 
.sprite.icon-lesotho { background-position: 0 -6780px; } 
.sprite.icon-liberia { background-position: 0 -6840px; } 
.sprite.icon-libya { background-position: 0 -6900px; } 
.sprite.icon-liechtenstein { background-position: 0 -6960px; } 
.sprite.icon-lithuania { background-position: 0 -7020px; } 
.sprite.icon-luxembourg { background-position: 0 -7080px; } 
.sprite.icon-macaosar { background-position: 0 -7140px; } 
.sprite.icon-macedonia { background-position: 0 -7200px; } 
.sprite.icon-madagascar { background-position: 0 -7260px; } 
.sprite.icon-malawi { background-position: 0 -7320px; } 
.sprite.icon-malaysia { background-position: 0 -7380px; } 
.sprite.icon-maldives { background-position: 0 -7440px; } 
.sprite.icon-mali { background-position: 0 -7500px; } 
.sprite.icon-malta { background-position: 0 -7560px; } 
.sprite.icon-mariana { background-position: 0 -7620px; } 
.sprite.icon-marshall { background-position: 0 -7680px; } 
.sprite.icon-mauritania { background-position: 0 -7740px; } 
.sprite.icon-mauritius { background-position: 0 -7800px; } 
.sprite.icon-mexico { background-position: 0 -7860px; } 
.sprite.icon-micronesia { background-position: 0 -7920px; } 
.sprite.icon-moldova { background-position: 0 -7980px; } 
.sprite.icon-monaco { background-position: 0 -8040px; } 
.sprite.icon-mongolia { background-position: 0 -8100px; } 
.sprite.icon-montenegro { background-position: 0 -8160px; } 
.sprite.icon-morocco { background-position: 0 -8220px; } 
.sprite.icon-mozambique { background-position: 0 -8280px; height: 52px; } 
.sprite.icon-myanmar { background-position: 0 -8342px; } 
.sprite.icon-namibia { background-position: 0 -8402px; } 
.sprite.icon-nauru { background-position: 0 -8462px; } 
.sprite.icon-nepal { background-position: 0 -8522px; } 
.sprite.icon-netherlands { background-position: 0 -8582px; } 
.sprite.icon-newcaledonia { background-position: 0 -2040px; } 
.sprite.icon-newzealand { background-position: 0 -8642px; } 
.sprite.icon-nicaragua { background-position: 0 -8702px; } 
.sprite.icon-niger { background-position: 0 -8762px; } 
.sprite.icon-nigeria { background-position: 0 -8822px; } 
.sprite.icon-norway { background-position: 0 -8882px; } 
.sprite.icon-oman { background-position: 0 -8942px; } 
.sprite.icon-pakistan { background-position: 0 -9002px; } 
.sprite.icon-palau { background-position: 0 -9062px; } 
.sprite.icon-panama { background-position: 0 -9122px; } 
.sprite.icon-papua { background-position: 0 -9182px; } 
.sprite.icon-paraguay { background-position: 0 -9242px; } 
.sprite.icon-peru { background-position: 0 -9302px; } 
.sprite.icon-philippines { background-position: 0 -9362px; } 
.sprite.icon-poland { background-position: 0 -9422px; } 
.sprite.icon-portugal { background-position: 0 -9482px; } 
.sprite.icon-puertorico { background-position: 0 -9542px; } 
.sprite.icon-qatar { background-position: 0 -9602px; } 
.sprite.icon-romania { background-position: 0 -9662px; } 
.sprite.icon-russianfed { background-position: 0 -9722px; } 
.sprite.icon-rwanda { background-position: 0 -9782px; } 
.sprite.icon-samoa { background-position: 0 -9842px; } 
.sprite.icon-sanmarino { background-position: 0 -9902px; } 
.sprite.icon-saotome { background-position: 0 -9962px; } 
.sprite.icon-saudi { background-position: 0 -10022px; } 
.sprite.icon-senegal { background-position: 0 -10082px; } 
.sprite.icon-serbia { background-position: 0 -10142px; } 
.sprite.icon-seychelles { background-position: 0 -10202px; } 
.sprite.icon-sierraleone { background-position: 0 -10262px; } 
.sprite.icon-singapore { background-position: 0 -10322px; } 
.sprite.icon-sintmarteen { background-position: 0 -10382px; height: 49px; } 
.sprite.icon-slovakrep { background-position: 0 -10441px; } 
.sprite.icon-slovenia { background-position: 0 -10501px; } 
.sprite.icon-solomonislands { background-position: 0 -10561px; } 
.sprite.icon-somalia { background-position: 0 -10621px; } 
.sprite.icon-southafrica { background-position: 0 -10681px; } 
.sprite.icon-southsudan { background-position: 0 -10741px; } 
.sprite.icon-spain { background-position: 0 -10801px; } 
.sprite.icon-srilanka { background-position: 0 -10861px; } 
.sprite.icon-stkitts { background-position: 0 -10921px; } 
.sprite.icon-stlucia { background-position: 0 -10981px; } 
.sprite.icon-stvinvincent { background-position: 0 -11041px; } 
.sprite.icon-sudan { background-position: 0 -11101px; } 
.sprite.icon-suriname { background-position: 0 -11161px; } 
.sprite.icon-swaziland { background-position: 0 -11221px; } 
.sprite.icon-sweden { background-position: 0 -11281px; } 
.sprite.icon-switzerland { background-position: 0 -11341px; } 
.sprite.icon-syrianarab { background-position: 0 -11401px; } 
.sprite.icon-taiwan { background-position: 0 -11461px; } 
.sprite.icon-tajikistan { background-position: 0 -11521px; } 
.sprite.icon-tanzania { background-position: 0 -11581px; } 
.sprite.icon-thailand { background-position: 0 -11641px; } 
.sprite.icon-timorleste { background-position: 0 -11701px; } 
.sprite.icon-togo { background-position: 0 -11761px; } 
.sprite.icon-tonga { background-position: 0 -11821px; } 
.sprite.icon-trinidad { background-position: 0 -11881px; } 
.sprite.icon-tunisia { background-position: 0 -11941px; } 
.sprite.icon-turkey { background-position: 0 -12001px; } 
.sprite.icon-turkmenistan { background-position: 0 -12061px; } 
.sprite.icon-turkscaicos { background-position: 0 -12121px; } 
.sprite.icon-tuvalu { background-position: 0 -12181px; } 
.sprite.icon-uganda { background-position: 0 -12241px; } 
.sprite.icon-uk { background-position: 0 -12301px; } 
.sprite.icon-ukraine { background-position: 0 -12361px; } 
.sprite.icon-unitedarab { background-position: 0 -12421px; } 
.sprite.icon-uruguay { background-position: 0 -12481px; } 
.sprite.icon-us { background-position: 0 -12541px; } 
.sprite.icon-uzbekistan { background-position: 0 -12601px; } 
.sprite.icon-vanuatu { background-position: 0 -12661px; } 
.sprite.icon-venezuela { background-position: 0 -12721px; } 
.sprite.icon-vietnam { background-position: 0 -12781px; } 
.sprite.icon-virginislands { background-position: 0 -12841px; } 
.sprite.icon-yemen { background-position: 0 -12901px; } 
.sprite.icon-zambia { background-position: 0 -12961px; } 
.sprite.icon-zimbabwe { background-position: 0 -13021px; } 



/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a.greenbtn {
    width: 100%;
    text-align: center;
}
a.redbtn {
    width: 100%;
    text-align: center;
}

.site-menu ul li.greenbtn a {
  border: none;
}
.site-menu ul li.redbtn a {
  border: none;
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.container-full.navpos {
    position: static;

}


.container-full {
    overflow: hidden;
}


.nav-wrap {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    padding: 0;
}


.site-navigation {
    width: 100%; 
    position: relative;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    position: fixed;
    top: 0;
    background: rgba(255,255,255,.9);
    height: 70px;
}


.site-navigation a {color: #78837d;}


.site-menu {
    width: 88%;
    right: 6%;   
}

.site-menu button {
    margin: -25px 0 0 0;
    width: 36px;
}


.site-menu button span, .site-menu button span:before, .site-menu button span:after {
    background: #6b478f;
}

.site-menu {
    margin: 30px 0 0 0;
}

.site-menu li {
    height: 42px;
}

.site-menu li a  {
    font-weight: 500;
    text-align: right;
    text-transform: capitalize;
    width: 100%;
    padding: 0;
    font-size: 15px;
    letter-spacing: .02em;
}

.site-menu li.current-menu-ancestor > ul.sub-menu li a:hover,
.site-menu li.current-menu-parent > ul.sub-menu li.current-menu-item a,
    .site-menu li a:hover {
        color: #a87db2;    
    }

ul.sub-menu li a {
    color: #78837d;
    text-transform: capitalize;
}



/* Modal  */


.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  z-index:  999999999;
}

.modal:before {
    position: relative !important;
    background:transparent !important;
}

.modal h1, .modal h2, .modal h3, .modal h4 {
  margin: 20px auto;
}

.modal .modal-content {
  padding: 24px;
  max-width: 768px;
  margin: 0 auto;
  font-size: 17px;
}
.modal .modal-close {
  cursor: pointer;
  position: relative;
  z-index: 9999;
    margin: 20px auto;
    font-size: 20px;
    text-transform: uppercase;
}
.modal.open {
    top: 0 !important;
}

.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/* Custom CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

header {
    margin-top: 70px;
}
body.page-template-default header {
    margin-top: 40px;
}

footer a ,
footer {
    color: #93a49b;
    font-size: 12px;
    font-weight: 600;  
}

footer a:hover {
    color: #b7cdc1;
}

footer .f1 a {
    text-transform: uppercase;
    letter-spacing: .02em;      
}

footer .f3 a {
    text-transform: capitalize;
}

footer {
    display: block;
    clear: both;  
    padding: 0 25px;
    border-top:1px solid #e5e8ed;
}

footer .container {
  padding: 40px 0 30px 0;
}

body.home footer,
body.page-template-public-member footer,
body.woocommerce-account footer {
  border: none;
}

body.woocommerce-account.woocommerce-view-order footer {
    border-top:1px solid #e5e8ed;    
}

body.page-template-public-default div.wpcf7 input[type="file"] {
    display: none;
}

body.page-template-public-spotlight footer {
    z-index: 9999;
    background: #fff;
    position: relative;    
}

body.home footer,
body.page-template-public-member footer,
body.woocommerce-account footer {
    margin-top: 0;
}

body.woocommerce-account.woocommerce-view-order footer {
    margin-top: 50px;
}

body.page-template-public-default .dropdown {
    overflow:visible;
    margin: 0 0 70px 0;
}

body.page-template-public-default .dropdown span.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: 85px;
}

body.page-template-public-default .dropdown span.wpcf7-form-control-wrap {
    display: block;
}

body.page-template-public-default .row.padbottom {
    margin-bottom: 50px;
}


.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    text-align: center;
}

.woocommerce table.my_account_orders .button {
    margin: 25px auto;
}

.publicnews .tribe-events-event-cost {
    display: none;
}

.f1, .f3 {
    text-align: center;
    width: 100%;
}

ul#menu-footer li {
    margin-right: 15px;
    display: inline-block;
}

ul#menu-footer li:last-child {
    margin-right: 0px;
}

.memberform .title-wrap {
    text-align: center;
    border-bottom: 1px solid #dce0e6;
    padding-bottom: 70px;
}


.testimonials {
    width: 95%;
    max-width: 1350px;
    margin: 0 auto;       
}

.testimonials p {
    font-size: 17px;
}

.testimonials .img-wrapper {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    margin: 0 auto 25px auto;
    background: #fff url(images/icon_lg.png) center center no-repeat;
    background-size: 95px;    
}

.testimonials .img-wrapper img {
    width: 150px;
    height: auto;
}

.testimonials a {
    color: #fff;
    text-decoration: none;
}

.testimonials a:hover {
    color: #ace3c5;
}

.testimonials h3 {
    margin:0;
    font-size: 45px;  
    line-height: 45px;  
}

.testimonials h3 span {
    display: block;
    line-height: 15px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase;
}

.greenbubble ul li {
    font-size: 13px;
}

.greenbubble.overlap {
    width: auto;
    height: auto;
    background: transparent; 
    border-radius: 0; 
    border-bottom: 1px solid #fff;
    padding-bottom: 50px;
}

h2.greenbubble.overlap  {
    font-size: 22px;
    line-height: 23px;
    font-weight: 400;
}

h2.greenbubble.overlap span  {
    width: 100%;
    text-align: center;
}

.app-wrapper {
    padding: 0 25px;
    border-top: 1px solid #dce0e6;    
}

.app-wrapper img {
    width: 100%;
}

.app-wrapper .greenlinebtn {
    margin: 30px auto 50px;
}

.app-wrapper .left,
.app-wrapper .right {
    text-align: center;
    text-align: center;
    display: flex;
    flex-direction: column;    
}

.app-wrapper h2 {
    font-size: 40px;
    line-height: 40px;
    margin:55px 0 0 0;
}

.app-wrapper p {
    font-size: 22px;
    margin: 25px 0 0 0;
}


.green-wrapper {
    background-color: rgba(0,178,135,0.85);
    color: #fff;
    position: relative;
}

.green-wrapper .download {
    padding: 50px;   
    text-align: center;
}

.green-wrapper .download h2 {
    margin-top: 0;
    font-weight: 200;
    font-size: 30px;
    line-height: 35px;
}

.green-wrapper a.whitelinebtn {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.testimonial-wrapper {
    padding: 30px 25px 50px 25px;    
}


.redbubble,
.greenbubble {
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; 
    font-size: 15px;       
    padding: 15px;
}

.greenbubble {
    background-color: rgba(0,178,135,08);
    width: 250px;
    height: 250px;
}

.greenbubble h3 {
    font-weight: 400;
    text-transform: lowercase;
    font-size: 22px;
    margin:0;
}

.greenbubble h3,
.greenbubble p {
    width: 100%;
}

.redbubble {
    background-color: rgba(253,102,92,08);
    width: 180px;
    height: 180px;
}

.redbubble h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
}

.impact
 .redbubble h4 {
    display: block;
    margin:10px 0 0 0;
}

.impact .redbubble h5 {
    margin: 0px;
    font-size: 9px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.redbubble span {
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    }

.map .redbubble {
    margin: 0 auto 25px auto;
    display: inline-flex;
    margin-top: 25px;
    width: 200px;
    height: 200px;}

.map .greenbubble {
    margin: 0 auto 25px auto;
    display: block;
    padding: 30px;
    z-index: 9;
}


.mapbg {
    background-image: url(../igcs/images/map.png);
}

.map-instructions{
    font-size: 14px;
}

.apply h2 {
    margin-bottom: 0;
}

.banner .tint h2   {
    font-size: 2.5em;
    line-height: 1em;
    font-weight: 100;
    margin:0 auto 25px auto;
    max-width: 1350px;
    width: 95%;     
}
.banner.tint p {
    font-size:25px;
    font-weight: 200;
    color: #fff;
}

h1.purple-bg,
.featuredboxes h3,
.apply h2   {
    font-size: 2em;
    line-height: 1em;
    font-weight: 100;
}
.missionbox-title{
    max-width: 1200px;
    margin: auto;
}
.missionbox-title h3{
    font-weight: 400;
}
.row.mission{
    max-width: 1200px;
    margin: auto;
}
.igcs-icon{
    padding: 0 !important;
}
.igcs-icon img{
    width:75%;
    display: block;
    margin: 15px auto;
}
.igcs-mission{
    font-size: 16px;
    font-weight: 500;
    padding: 0px 0px 0px 10px !important;
}
.featuredgrid h6.post-title{
    margin: 20px 0px;
    color: #00B287;
}


.featured-read-more{
    height: 70px;
    float: none;
    margin: 20px auto;
    width: 274px;
}

.featured-read-more a.greenbtn{
    width: auto;
    float: none;
    background-color: transparent;
    color: #00b287;
}
.featured-read-more a.redbtn{
    width: auto;
    float: none;
    background-color: transparent;
    color: #fd665c;
}


.featuredboxes .slick-active:first-of-type .post-content-wrapper {
    margin: 0 50px 0 10px;
}

.featured-slider-buttons{
    max-width: 112px;
    margin: 0 0 20px auto;
}

.featured-slider-buttons .prev-arrow-btn{
    margin-right: 40px;
}

.featured-arrow{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #00B287;
    font-size: 26px;
    text-align: center;
    color: #ffffff;
    line-height: 25px;
    display: inline-block;
    cursor: pointer;
}

.featuredboxes .post-content-wrapper{
   /* background: #ebebeb; */
    border: 2px solid #00b287;
    padding: 20px 20px 20px 20px;
}

.featuredboxes .lightpurple{
    font-size: 17px;
}

.featuredboxes .featured-announcment-date{
    font-size: 15px;
}
.featured-announcment-image img {
    width: 100%;
    height: auto;
}

.featuredboxes .row{
    max-width: 1200px;
    margin: 0 auto;
}

.banner {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: 50% 20%;
    /* background-position: center bottom; */
    color: #fff;
}


.banner .tint h1,
.banner .tint h2,
.banner .tint p,
.banner.tint .entry-meta {
    color: #fff;
    text-align: center;
    z-index: 1;
    position: relative;
}

.banner.tint .entry-meta a,
.banner.tint .entry-meta span {
    color: #fff;
    font-size: 15px;
}

.banner.tint .entry-meta h1 {
  margin: 0;
}

.banner.tint .entry-meta {
  margin: 100px 25px;
}

.banner .tint p {
    font-size:17px;
    margin-top: 15px;
    font-weight: 300;
}

.banner .tint {
    padding: 100px 25px;
}

.newsletter {
  padding: 50px 25px;
  background-position: bottom center
}
.newsletter.banner.tint p {
  font-size: 17px;  
}
.newsletter.banner.tint p,
.newsletter.banner.tint h2 {
  margin:0;
  font-weight: 300;
}

.newsletter.banner.tint p.ctct-form-footer {
    font-size: 13px;
    text-align: center;
    width: 100%;
    clear: both;
}

.newsletter.banner.tint p.ctct-form-footer a {
    color: #dcade7;
    text-decoration: none;
}

.newsletter.banner .row {
    z-index: 10;
    position: relative;
    text-align: center;
}

.newsletter input {
    width: 100%;
    height: 85px;
    margin-bottom: 20px;
}

.newsletter div.wpcf7 br {
    display: none;
}

.featured h2,
.apply p,
body.home .partnerships p {
    font-size: 19px;
}

.partnerships h4{
    font-weight: 400;
    font-size: 28px;
    margin: 0px 0px 30px 0px;
}

.partnerships .apply{
    padding: 0 35px 0 0;
}

.container-full.apply h4{
    text-align: left;
    line-height: 45px;
    margin-top: 0;
}


body.home .partnerships p,
body.home .partnerships h3 {
    text-align: center;
}

.apply {
    text-align: center;
    font-weight: 200;
    padding: 30px 35px;       
}

.apply a {
    border: 3px solid #00b287;
    padding: 25px 50px;
    background: #fff;
    margin: 0 auto 70px auto;
    display: inline-block;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;    
}


.grid.six,
.grid.two {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}

.grid.six a h2,
.grid.two a h2 {
    font-weight: 300;    
}

.grid.six a,
.grid.six .card,
.grid.two a,
.grid.two .card {    
    width: 100%;
    height: 350px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 40px;
    padding: 20px;
}


.grid.six .card,
.grid.six .card:hover,
.grid.two .card,
.grid.two .card:hover {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.membersteps .grid.six .card {
    background-size: auto 100%;
    background-repeat: no-repeat;
}



.membersteps .grid.six .card.america {
    background-image: url(../igcs/images/region-america.png);
}

.membersteps .grid.six .card.europe {
    background-image: url(../igcs/images/region-europe.png);
}

.membersteps .grid.six .card.asia {
    background-image: url(../igcs/images/region-asia.png);
}

.membersteps .grid.six .card.south-america {
    background-image: url(../igcs/images/region-southamerica.png);
}

.membersteps .grid.six .card.africa {
    background-image: url(../igcs/images/region-africa.png);
}

.membersteps .grid.six .card.oceania {
    background-image: url(../igcs/images/region-oceania.png);
}


.resources a {    
    background-color: rgba(160,180,169,.8);    
    border: 1px solid #fff;
    color: #fff;
}

.white .card {
    border: 1px solid #dce0e6;
}

.membersteps .grid.six.white input  {
    display: none;
}

.become-member-submit{
    margin: 53px 0px;
}

.grid.six.white .card h2 {
    position: relative;
    z-index: 1;
    color: #6c7570;
    font-weight: 200;
    font-size: 40px;
}

.white .card.tint:after {
    background-color: rgba(255,255,255,.95);    
}

.white .card:hover.tint:after {
    background-color: rgba(107,71,143,.9); 
}

.grid.six.white .card:hover h2 {
    color: #fff;
}

.grid.six a:hover,
.grid.six .card:hover,
.grid.two a:hover,
.grid.two .card:hover {
    color: #fff;
    background-color: rgba(107,71,143,.9); 

}    

.IGCSsidebarmenu li,
.IGCSsidebarchildmenu li {
    list-style: none;
}

.sidebarinfo h2 {
    margin:0;
}

.sidebarinfo label,
.greenbtnlist label {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border: 3px solid #00b287;
    color: #00b287;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 0;
    margin: 30px 10px 0 10px;
    cursor: pointer;
    width: 170px;
    text-align: center;
}

.greenbtnlist label {
  width: 90%;
  padding: 10px 20px;
}

.greenbtnlist label.layout1 {
  margin-top: 0;
}

.sidebarinfo hr {
    border: none;
    margin-top: 50px;
}
.patient.slider .row{
    width: 90%;
}

.patient.slider .copycontainer{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.patient.slider {
    margin-top: 75px;
    text-align: left;
}

.patient.slider p {
    font-size: 16px;
    font-weight: 400;
    margin:0;

    color: #4a4f55;
    text-align: left;
}
.patient.slider h3 {
    font-size: 35px;
    color: #4a4f55;
    text-align: left;
}

.featuredboxes p,
.impact .sidebarinfo p,
.sidebarinfo p {
    font-size: 17px;
    font-weight: 400;
    margin:0;
    width: 100%;
}

.featuredboxes .card h3 span {
    font-size: 24px;
    font-weight: 300;    
}

.featuredboxes h3 {
    margin: 60px 0px 20px 0px;
    width: 100%;
    font-weight: 400;
}

.featuredboxes .card {
    position: relative;
    border-bottom: 1px solid #dce0e6; 
    height: 100%;      
    cursor: default;
}

.featuredboxes .card .text-wrap {
    padding: 10%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.featuredboxes .card.tall .text-wrap {
    padding: 10%;
    height: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.featuredboxes .card,
.featuredboxes .card h3 span {
    color: #4a4f55;
    width: 100%;
}

.featuredboxes .card span {
    color: #a87db2;
    font-size: 30px;
}

.featuredboxes .grid-item:hover {
    background-color: #00b299;
}

.featuredboxes .grid-item:hover,
.featuredboxes .grid-item:hover span,
 .featuredboxes .grid-item:hover p,
 .featuredboxes .grid-item:hover h2,
 .featuredboxes .grid-item:hover div {
    color: #fff;
}


.featuredboxes .col {
    width:100%;
    background-color: #fff;
    text-align: center;
    float: left;
    overflow: hidden;
}

.featuredboxes .col .imgwrap img {
    width: 100%;
    height: auto;
}

.featuredboxes .col .imgwrap {
    max-height: 350px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;  
}

.meetingsgrid .featuredgrid .grid-item {
    padding: 50px 25px;
}

.meetingsgrid .featuredgrid .grid-item .icon {
    color: #f3665f;
    display: inline-block;
    font-size: 55px;
    margin: 10px;
}

.meetingsgrid .featuredgrid .grid-item a.greenlinebtn {
    clear: both;
    display: inline-block;
    margin: 0 auto;
}

.meetingsgrid .featuredgrid .grid-item, 
.meetingsgrid .featuredgrid .grid-sizer {
    border-top: 1px solid #dce0e6;
    font-size: 15px;
    background: transparent;
}




.memberwrap.meetingsgrid .featuredgrid div.grid-item:after {
    background: transparent;
}

.memberwrap.meetingsgrid .featuredgrid .grid-item .img-wrapper {
    max-width: 400px;
    max-height: 400px;
    overflow: hidden;
    margin: 0 auto;    
}

/* Set to fix isotope bug - cannot determine size of image on page load */
.memberwrap.meetingsgrid .featuredgrid .grid-item .img-wrapper img {
    width: 200px;
    height: 200px;
    }

.memberwraptop {
    padding: 0;
    width: 70%;
    max-width: 1350px;    
    margin: 100px 0 0 25px;
}

.memberwraptop .memberspotlight {
    padding: 25px;
}

.spotlight-reset {
    text-indent: -9999px;
    overflow: hidden;
}

.spotlight-reset:after {
    display: block;
    content: '\f0e2';
    font-family: 'FontAwesome';
    width: 20px;
    height: 20px;
    padding: 5px;
    font-size: 15px;
    margin: -20px auto 0 auto;
    color: #fff;
    background-color: #6b478f;
    text-indent: 0px;  
    border-radius: 50%;
}
.purple-bg {
    background-color: #6b478f;
    color: #fff;
    padding: 40px 20px;
}

h1.purple-bg {
    text-align: center;
    margin:0;
}

.featured h2 {
    text-align: center;
    margin: 100px auto;
    font-weight: 300;    
}

.leftside {
    width: 88%;
    display: block;
    margin: 0 auto;
}

.site-title-mobile {
    width:70%;
    height: 71px;
    margin: 0;
}

/* Home Featured Programs */

.row.mission {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.row.mission:after {
  content: "";
  display: table;
  clear: both;
}

.row.mission .col {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
}

 .page-template-landing-new .missionboxes > div{
    padding: 0;
 }

 .page-template-landing-new .member-benifets h6 {
    margin: 10px 0px 15px 0px;
    height: 99px;
    display: flex;
    text-align: center;
    padding: 0px 10px;
}

.page-template-landing-new .member-benifets h6 span{
    align-self: flex-end;
    width: 100%;
}

.page-template-landing-new .member-benifets .col{
    text-align: center;
}

.page-template-landing-new .apply a{
    width: 100%;
    padding: 15px 50px;
}

.row.missionboxes {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.row.missionboxes:after {
  content: "";
  display: table;
  clear: both;
}

.row.missionboxes .col {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
}

.missionboxes .col {
    margin: 0;
}

.missionboxes img{
    width:100%;
    display: block;
}

.missionboxes .card a,
.missionboxes .card a:hover {
    color: #fff;
    text-decoration: none;
}

.missionboxes .card,
.missionboxes .card:hover {
    color: #fff;
    overflow: hidden;
}

.missionboxes .card {
    width: 100%;
    font-size: 22px;
    margin-bottom: 8px;
    position: relative;
    display: block;
}


.missionboxes .box > .row{
    overflow: hidden;
}

.missionboxes .card h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    opacity: 1;
    transition: all 2s ease;    
    position: absolute;   
    top: 15%;

}
.missionboxes .card:hover .titlearea h3 {
    top: -30%;
}

.missionboxes .card:hover h3 {
    opacity: 0;

}

.missionboxes .card .titlearea p {
    transition: all .8s ease;
    opacity: 0;
    width: 100%;
    left: 0;
    padding: 15px;
    bottom: -50%;
    position: absolute;
    font-size: 13px;
    line-height: 16px;
}
.missionboxes .card:hover .titlearea p {
    bottom: 0;
    opacity: 1;
    bottom: 0;
}

.missionboxes .titlearea {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(107,71,143,.8);
    padding: 20px;
    transition: all .5s ease;  
    height: 90px; 
    width: 100%;
    cursor: default;
}

/* Home CTA */

.row.home-cta .col {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
}

.row.home-cta {
    background: #aeaeb1;
}
.row.cta-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.home-cta-1,
.home-cta-2 {
    position: relative;
    margin: 10px 0px 30px 0px;
}

.cta-title{
    position: relative;
    bottom: -14px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.cta-title span,
.cta-readmore span{
    padding: 10px 20px;
    background-color: #aeaeb1;
    border-radius: 3px;
    color: #4a4f55;
}

.cta-readmore{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    z-index: 10;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}

.cta-image{
    border: 1px solid gray;
}
.cta-image img {
    width: 100%;
    display: block;
}


/* HOME Our Patients */

.patient .row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 90%;
  margin-left: auto;
}

.patient:after .row {
  content: "";
  display: table;
  clear: both;
}

.patient .row .col {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
}


.impact .missionboxes {
    height: auto;
}

.impact .missionboxes .titlearea {
    background: rgba(107,71,143,.9);
}

.impact .missionboxes .card .titlearea p span {
    display: block;
    font-size: 13px;  
    text-transform: capitalize; 
}


.impact .missionboxes .card .titlearea p span:first-child {
    text-transform: uppercase; 
    font-size: 15px;   
    margin-top: 15px;
}


.impact .missionboxes .titlearea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    }

.impact .missionboxes .card {
    height: 250px;
    margin: 0 auto 25px auto;
    overflow: hidden;
}

.impact .missionboxes .card {
    transition: all 1s ease;        
}

.impact .profilepic {
    background-color: #aeadaf;
    overflow: hidden;
}


.impact .profilepic img {
    width: 100%;
    height: auto;
    opacity: .25;
}

body.page-template-public-impact footer,
body.page-template-public-spotlight footer {
    margin:0;
}

body.page-template-public-spotlight .grid-item img {
    height: auto;
    width: 100%;
}


/* MEMBER SPOTLIGHT PAGE */


.public-spotlight .grid-item {
    padding: 20px;
    border: 2px solid #00b287;
    margin: 20px 0px;
    width: 100%;
}

.spotlight-sorting-outer-wrapper{
    margin: 40px auto;
}

.spotlight-sorting-inner-wrapper {
    font-size: 18px;
    max-width: 80%;
    margin:  auto;
}

.spotlight-sort{
    background: #00b287;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    padding: 5px 10px;
    cursor: pointer;
}

.public-spotlight .grid-item h6{
    margin: 20px 0px;
    color: #00B287;
}

.impact .missionboxes .titlearea {
    padding: 0 20px;
    height: 0px;    

}

.missionboxes .card{
    border: 4px solid #ffffff;
}

.missionboxes .card:hover .titlearea {
    height: 100%;
}

.missionboxes .card p,
.missionboxes .card h3 span {
    font-size: 15px;
    display: block;
    margin: 0;
}

.missionboxes .titlearea p a,
.missionboxes .card h3 {
    font-size: 16px;
    line-height: 20px;
}

.missionboxes .titlearea p a,
.featuredboxes .card span {
    display: block;
    font-family: 'raleway', 'FontAwesome', sans-serif;
}


.newsletter button {
    text-transform: uppercase;
    margin: 0 0 50px 0;
    width: 100%;

}

.ctct-embed-signup .input-field label {
    z-index: -1;
}


.ctct-embed-signup input.is-error,
.newsletter input:focus:not([readonly])  {
    border-color: #dcade7 !important;  
}

.ctct-form-errorMessage {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #dcade7;
}




.sidebarinfo {
    text-align: center;
    padding: 50px 0;
    z-index: 10;
    background-color: rgba(255,255,255,.8);    
}


.sidebarinfo h2,
.sidebarinfo p,
.copycontainer {
    padding: 0 50px;
}

.sidebarinfo .copycontainer p {
    padding: 20px 50px;
}

.sidebarinfo .copycontainer h3 {
    padding: 0;
    margin: 20px 0 0 0;
}


.slidecontent.map {
    background-position: -500%;
    background-repeat: no-repeat;    
    }


.slidecontent {
    height: 100%;
}

.homeslider,
.dotted {
    background: url(../igcs/images/bg-pattern-dots.gif) repeat;    
}

.impact .homeslider {
    padding-bottom: 0;
}

.impact .homeslider .sidebarinfo em {
    font-size: 12px;
    display: block;
}

.homeslider .row {
    background-position: center bottom ;
    background-repeat: no-repeat;
}


.homeslider input,
.greenbtnlist input {
    display:none;
}

.homeslider .slidecontent ,
.homeslider section.patient {
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    text-align: center;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
}
.homeslider input#show:checked ~ section.patient,
.impact .homeslider input#show:checked ~ section.patientpact {
    display: block;
    opacity: 1;
    height: 100%;
    overflow: hidden;
}

.homeslider input#hide:checked ~ .slidecontent,
.homeslider input#hide:checked ~ .stats.slidecontent {
    display: block;
    opacity: 1;
    height: 100%;
    min-height: 750px;
    position: relative;
}


.impact .homeslider input#hide:checked ~ .slidecontent {
    display: block;
    min-height: auto;
}
.impact .homeslider input#show:checked ~ section.patientpact {
    position: relative;
    margin-bottom: 0;
}

.impact .homeslider input#hide:checked ~ .patientpact {
    display: none;
}

.patient.slider ul.slick-dots {
    position: relative;
    margin-top: 50px;
}

.patient.slider ul.slick-dots li {
    float: none;
    display: inline-block;
    background: #00b287;    
}


.patient img {
    width: 100%;
    margin: 0 auto;
    opacity: .9;    
}

.patient .imgcontainer {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #eee;    
}



.testimonials .slick-track {
    padding-bottom: 50px;
}

.testimonials ul.slick-dots,
.testimonials .slick-track {
    text-align: center;
}


.testimonials ul.slick-dots li {
    background-color: #fff;
    float: none;
    display: inline-block;
}

.testimonials .slick-next,
.testimonials .slick-prev  {
    display: none !important;
}

.testimonials ul.slick-dots li.slick-active {
background-color: #ff675d;
}

.pipe {
    width: 1px;
    height: 25px;
    display: inline-block;
    background:#4a4f55;
}

.formslider h3,
.formslider h4 {
    margin:0;
    padding: 0;
    text-align: center;
    font-weight: 400;
}

.formslider h3 {
    font-weight: 200;
    font-size: 40px;   
    line-height: 38px;
}

.formslider h4 {
    font-size: 19px;
    font-weight: 400;    
}


.formslider p.form {
    padding: 25px 15px;
}

.formslider p.form.homework-option{
    padding: 25px 15px 0px;
}

.formslider .form label {
    word-break: break-word;
    font-size: 17px;
}

.formslider .slick-arrow {
    position: fixed;
    bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    background: #fd665c;
    height: 70px;
    width: 50%;
    padding: 20px 7px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    z-index: 10;
    text-indent: -9999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formslider .slick-arrow p {
    position: absolute;
    top: 12%;
    right: 25%;
    line-height: 14px;
    width: 50%;
    padding: 0;
}

.formslider .slick-next {
    right: 0; 
}

.formslider .slick-prev {
    left: 0; 
}

.formslider .slick-disabled {
    background: #d7e4dd;
}

.formslider label {
    margin:0;
    cursor: pointer;
}

.formslider .row {
    background-position: center bottom ;
    background-repeat: no-repeat;
}

.formslider .title-wrap {
    pointer-events: none;
    padding: 50px 20px;
}


.formslider .slidecontent ,
.formslider section.membersteps {
    display: block;
    overflow: hidden;
    text-align: center;
    clear: both;
}

.formslider .step img.creditcards {
  margin-top: 60px;
  max-width: 450px;
}

.formslider .step .copy,
.formslider .step  p {
    font-size: 15px;
}

 .formslider .step  p {
  text-align: center;
 }

.formslider .step .copy h5 {
    font-size: 20px;
    font-weight: 600;
    margin:25px 0 0 0;
    text-transform: uppercase;
}

.formslider .step.two p.form label {
    word-break: normal;
    font-size: 17px;
    margin-right: 0;
    width: 100%;
}

.formslider .step.two p.form label .overlay {
    float: left;
}

.formslider .step.two p.form .text {
    float: left;
    width: 80%;
    padding-left: 15px;    
}

.formslider .step.two p.form {
    text-align: left;
}


.formslider .step.two .row {
    width: 75%;
    margin: 0 auto;
    padding: 0;
}

.formslider .step.two .columns,
.formslider .step.three .row.bottom-padding,
.formslider .step.four .row.bottom-padding,
.formslider .step.five .wpcf7 input[type="submit"] {
    margin-bottom: 50px;
}

.formslider .step.final .row {
    max-width: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.formslider .step.final .column {
    width: 100%;
    padding: 0 25px;
    border-bottom: 1px solid #dce0e6;
    min-height: 350px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
}
.formslider .step.final .row.padded {
    padding:50px;
}

.formslider .step.final div.column:last-child {
    border: none;
}

.dotted hr,
.formslider .step.final.titlebar hr {
    margin: 0;
}

.formslider .step.final .greenlinebtn {
    margin-top: 25px;
}

.formslider .step.final p,
.formslider .step.final.titlebar h4 {
    text-align: center;
}

.formslider .step.final.titlebar h4,
.formslider .step.final.titlebar h3  {
    margin: 0;
}

.formslider .step.final.titlebar h4 {
    text-transform: lowercase;
}

 .formslider input[type="submit"] {
    width: 100%;
}

.formslider .step .row.top-padding {
    padding-top: 50px;
}


 .formslider .step.five .wpcf7 input[type="submit"] {
    width: 100%;
    margin-top: 50px;
}

.formslider .step.two .sprite {
    width: auto;
}

.formslider .step.two .pipe {
    display: none;
}

.formslider .step.three textarea {
  max-height: 130px;
  float: left;
}

.formslider .step.three .uploader label {
  width: 100%;
  text-align: center;
}

.formslider .step.three .row,
.formslider .step.four .row {
    width: 80%;
    margin: 0 auto;
}

.formslider .regions input[type="radio"]{
    display: none;
}

.formslider .step .map {
    width: 300px;
    height: 300px;
    display: block;
    margin:0 auto;
    background: url(../igcs/images/regions-sprite.png) no-repeat;
    background-size: 100%;
}

.formslider .step .map.america {
    background-position: center 0;
  }

.formslider .step .map.europe {
    background-position: center -300px;
  }
.formslider .step .map.asia {
    background-position: center -600px;
  }
.formslider .step .map.south-america {
    background-position: center -900px;
  }
.formslider .step .map.africa {
    background-position: center -1200px;
  }
.formslider .step .map.oceania {
    background-position: center -1500px;
  }          

.formslider .step.title .mapicon,
.formslider .step.titlebar .mapicon  {
    width: 150px;
    height: 150px;
    background: #fff url(../igcs/images/regions-sprite.png) no-repeat;
    background-size: 100%;
    margin:20px auto;
}


.formslider .step.title .mapicon.america,
.formslider .step.titlebar .mapicon.america {
    background-position: center 0;
  }
.formslider .step.title .mapicon.europe,
.formslider .step.titlebar .mapicon.europe {
    background-position: center -150px;
  }
.formslider .step.title .mapicon.asia,
.formslider .step.titlebar .mapicon.asia {
    background-position: center -300px;
  }

.formslider .step.title .mapicon.south-america,
.formslider .step.titlebar .mapicon.south-america {
    background-position: center -450px;
  }

.formslider .step.title .mapicon.africa,
.formslider .step.titlebar .mapicon.africa {
    background-position: center -600px;
  }
.formslider .step.title .mapicon.oceania,
.formslider .step.titlebar .mapicon.oceania {
    background-position: center -750px;
  }

.formslider .step.title h4,
.formslider .step.titlebar h4 {
    text-align: center;
}

.formslider .step.title h4 span,
.formslider .step.titlebar h4 span  {
    background: #fff;
    padding-right: 25px;    
}

.formslider .step.titlebar h4 span { 
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
}

.formslider .step.title hr,
.formslider .step.titlebar hr  {
    position: relative;
    z-index: -1;
}


.formslider .step.titlebar .sprite {
    width: auto;
    display: inline-block;
    font-weight: 300;
}

.formslider .step.titlebar .sprite strong,
.formslider .step.titlebar p.role strong {
    display: block;
}

.formslider .step.five.titlebar .content-wrap.payment p {
    font-size: 18px;
}

.formslider .step.titlebar p.role {
    font-size: 15px;
}


.formslider .step.titlebar p.price {
    font-size: 70px;
    margin: 0 auto;
    font-weight: 100;
    padding: 0;
    width: 100%;
    text-align: center;
}

.formslider .step.one.title h4 {
    font-weight: 300;
}



.membersteps img {
    width: 100%;
    margin: 0 auto;
    opacity: .9;    
}

.membersteps .imgcontainer {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #eee;    
}

.step {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.membersteps .slick-next:before,
.membersteps .slick-prev:before {
    display: block;
    text-indent: 0;
    /* font-family: 'FontAwesome'; */
}
.membersteps .slick-next:before {
    content: "next";
}
.membersteps .slick-prev:before {
    content: "back";
}
.step.one:after {
    display: block;
    content: "";
    clear: both;
    height: 50px;
}

.content-wrap.regions.tint:after {
    background: rgba(255,255,255,.95); 
    z-index: 0;
    }
.content-wrap.regions {
    flex-flow: column;
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 75px auto 0 auto;
    background-size: auto ;
    background-repeat: repeat-y;
    background-position: top center;
}

.content-wrap.regions:before {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    content: "";
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 31%, rgba(255,255,255,0.85) 90%, rgba(255,255,255,1) 100%); /* ff3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(31%, rgba(255,255,255,0)), color-stop(90%, rgba(255,255,255,0.85)), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
background:-webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 31%, rgba(255,255,255,0.85) 90%, rgba(255,255,255,1) 100%); /* safari5.1+,chrome10+ */
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 31%, rgba(255,255,255,0.85) 90%, rgba(255,255,255,1) 100%); /* opera 11.10+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 31%, rgba(255,255,255,0.85) 90%, rgba(255,255,255,1) 100%); /* ie10+ */
background:radial-gradient(ellipse at center, rgba(255,255,255,0) 31%, rgba(255,255,255,0.85) 90%, rgba(255,255,255,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 ); /* ie6-9 */
}

.content-wrap.payment {
    width: 80%;
    margin: 75px auto 0 auto;
}

.formslider .step.five .content-wrap.payment .row {
    width: 100%;
}

.greenbtnlist {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 75px;
}


.greenbtnlist button.greenlinebtn {
    display: block;
    padding: 0 20px;
    height: 55px;
    margin-bottom: 20px;
    line-height: 18px;
    font-size: 15px;
}

.impact .headersection,
.impact .stories-container  {
    text-align: center;
    margin: 50px auto
}

.impact .stories-container {
    margin-bottom: 100px;
}

.impact .stories button {
    font-size: 0;
    border: 0;
    position: absolute;
    bottom: 30px;
    top: auto;
}
.impact .stories button.slick-next {
    right: 25%;
}
.impact .stories button.slick-prev {
    left: 25%;
}
.impact .stories button:before {
    display: block;
    font-family: 'fontawesome';
    font-size: 60px;
}
.impact .stories button.slick-next:before {
    content: '\f105';
}
.impact .stories button.slick-prev:before {
    content: '\f104';
}
.impact .infographics {
    text-align: center;
    margin: 0 auto;
    padding: 50px 0;
}

.story-modal-image {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.story-modal-image img {
    width: 100%;
    height: auto;
}

.impact .infographics h2.large strong {
    font-size: 170px;
    line-height: 140px;
    font-weight: 700;
    text-align: center;
    display: block;
    overflow: hidden;
    height: 160px;
    margin: 0 auto;
}

.impact .infographics h2.large .top {
    margin: 35px 0 25px 0;
    display: block;
}


.impact .infographics h2.large {
    font-size: 100px
}

.impact .infographics h2.large .bottom {
    font-size: 22px;
    font-weight: 300;
    display: block;
    margin-top: 20px;
}

.impact .infographics .bracket {
    color: #dde1e6;
    font-size: 130px;
    font-weight: 100;
    margin: 0 25px;    
    display: inline-block;
}

.impact .infographics .list {
    font-size: 15px;
    float: right;   
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 190px;
}

.impact .infographics .list p {
    margin: 0;
}

.impact .infographics .titlewrap {
    display: block;
    width: 100%;
    margin: 0 auto; 
}

.impact .infographics .titlewrap .textwrap {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
}

.impact .infographics .titlewrap .left {
    width: 100%;
}

.impact .infographics .titlewrap .left,
.impact .infographics .titlewrap .right {
    display: inline-block;
}

.impact .headersection h1 {
    font-size: 75px;
    line-height: 75px;
    margin:0;
    font-weight: 100;
}

.impact .stories-container h2,
.impact .infographics h2 {
    font-size: 55px;
    line-height: 55px;
    font-weight: 100;
    }

.impact .infographics h2 {
    margin: 0;
}

.impact .infographics h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
}

.impact .infographics .block {
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    padding: 0 35px 35px 35px;
}

.impact .infographics .block.first {
    padding:0;
}

.infographics .greenbubble {
    width: 150px;
    height: 150px;
    margin: 0 auto 15px auto;
    text-transform: uppercase;
    font-size: 12px;
}

.infographics .greenbubble .stat {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;    
}

.impact .cards .card {
    width: 100%;
    margin-bottom: 5px;
    height: 350px;
    background-size: cover;  
    text-align: center;
    padding: 25px;
    transition: all .8s ease;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
}

.impact .cards .card h2,
.impact .cards .card p,
.impact .cards .card a {
    position: relative;
    color: #fff;    
}

.impact .cards .card .title,
.impact .cards .card .narrative {
    z-index: 1;
    transition: all .8s ease;
    position: relative;
    margin:0;
    padding: 25px;
}

.impact .cards .card h2 {
    font-size: 40px;
    margin:0;
    width: 100%;
}

.impact .headersection p {
    margin-bottom: 50px;
}

.impact .headersection p,
.impact .cards .card p {
    font-size: 17px;
    width: 100%;
}

.impact .cards .card a {
    font-size: 25px;
    font-weight: 200;
}

.impact .cards .card.tint:hover:after {
    background-color: rgba(0,178,135,.95);    
}

.impact .cards .card:hover {
    cursor: default;
}

.impact .cards .card:hover .title {
    opacity: 0;
}


.impact .cards .card .narrative {
    opacity: 0;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.impact .cards .card:hover .narrative {
    opacity: 1;
}

body.home .partnerships {
    width: 90%;
    margin: 0 auto;
}

 body.home .partnerships {
    padding: 50px 0 170px 0;    
 }


body.home .partnerships .slick-prev,
body.home .partnerships .slick-next {
    position: absolute;
    top: -70px;
    right: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    font-size: 26px;
    z-index: 9;
    font-weight: 400;
    color: #fff;
    background-color: #00b287;
    border-radius: 50%;
}
body.home .partnerships .slick-prev{
    right: 80px;
}

.meetingsgrid.public-spotlight .grid-item {
    padding-right: 0;
}

.meetingsgrid.public-spotlight .grid-item h3 span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
    font-weight: 400;
    }


.memberwrap {
    width: 75%;
    float: left;
}


.letters {
    position: fixed;
    padding: 40px 0 200px 0;
    right: 0px;
    bottom: 0;
    top: 30px;
    width: 25%;
    height: 100%;
    overflow: auto;
    display: block;
    z-index: 98;
    font-size: 18px;
    text-align: center;
}

.letters div {
    padding: 5px 10px;
    cursor: pointer;
}

.letters .active {
    background-color: #6b478f;
    border-radius: 50%;
    display: inline-block;
    padding: 5px 12px;
    color: #fff;
}

.headersection.memberspotlight {
    padding: 50px 0 0 0;
}


.headersection.memberspotlight h1 {
    font-size: 28px;
    line-height: 30px;
}

.headersection.memberspotlight p {
    margin-bottom: 0;
}

.container-full.patients,
.container-full.partnerships {
  text-align: center;
}

.partnerslider {
    width: 100%;
    display: block;
    position: relative;
}

.partnerslider a {
    width: 200px;
    /* margin: 0 auto;*/
    display: block;
    overflow: hidden;
}


.partnerslider a img {
    width: 100%;
    height: auto;
}

.partnerships h3 {
    margin-bottom: 0;
}

.partnerships .greenbtnlist {
    margin-bottom: 25px;
}

.partnerships .greenbtnlist label {
    margin: 0 auto 30px auto;
}

.partnerships #diagram  {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.partnerships #diagram .number .no span {
    width: 80px;
    height: 80px;
    background-color: #ff675d;
    color: #fff;    
    border-radius: 50%;
    display: flex;
    font-size: 30px;
    font-weight: 300;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    margin: 0 auto;
}

.partnerships #diagram .number .no {
    display: block;
    overflow: hidden;
    margin: 0 auto 50px auto;
}

.partnerships #diagram .number .digit  {
    font-size: 350px;
    line-height: 210px;
    height: 300px;
    margin: 0 auto;
    font-weight: 100;
    display: inline-block;
    color: #6b478f;
}

.partnerships #diagram h2 {
    margin-top: 0;
}
.partnerships p,
.single-partner p {
    font-size: 17px;
}

.partnerships .benefits {
    margin-top: 50px;
}

.patients h3 {
  padding: 0 50px;
}


#diagramshelf ul li {
    font-size: 15px;
}

#diagramshelf p {
    margin-bottom: 0;
}

#diagramshelf ul {
    margin-top: 15px;
}

  #diagram {
    position: relative;
    width: 300px;
    display: block;
    margin: 0 auto;
    }
    #diagram ul {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 350px;
    }
  #diagram ul li {
    text-align:center;
    -moz-transition:all 2s ease; -webkit-transition:all 2s ease; transition:all 2s ease;
    -o-transition:all 2s ease; -ms-transition:all 2s ease;
        position: absolute;
        width: 20px;
        height: 20px;
        background: #00b287;  
        border-radius: 50%;  
        display: block;
  }

  #diagram img {
    position: absolute;
    left: -112px;
    right: 0;
    width: 531px;
    z-index: 9;
  }


    #diagram.num5 ul li:nth-child(1) {
    left: 128px;
    top: 155px;
    width: 50px;
    height: 50px;
    }      


    #diagram.num4 ul li:nth-child(1) {
    left: 46px;
    top: 106px;
    width: 50px;
    height: 50px;
    }
    #diagram.num4 ul li:nth-child(2) {
    left: 208px;
    top: 106px;
    width: 50px;
    height: 50px;        
    }


    #diagram.num3 ul li:nth-child(1) {
    left: 127px;
    top: 104px;
    width: 50px;
    height: 50px;
    }


    #diagram.num3 ul li:nth-child(1) {
    left: 127px;
    top: 104px;
    width: 50px;
    height: 50px;
    }   
    
    #diagram.num2 ul li:nth-child(1) {
    left: 128px;
    top: 177px;
    width: 50px;
    height: 50px;
}     

    #diagram.num2 ul li:nth-child(1) {
    left: 128px;
    top: 177px;
    width: 50px;
    height: 50px;
}     


    #diagram.num1 ul li:nth-child(1) {
    left: 128px;
    top: 203px;
    width: 50px;
    height: 50px;
}     

    #diagram .copy {
    display: none;
    margin: 0 25px 75px 25px;
}

  
  #diagram .copy p {
    font-size: 15px;
  }


    /* HIDDEN LIST ITEMS FOR DIAGRAM HERE */
    #diagram.num1 ul li:nth-child(2),
    #diagram.num2 ul li:nth-child(2),
    #diagram.num3 ul li:nth-child(2),
    #diagram.num5 ul li:nth-child(2) {
        opacity: 0;
        left: 1000px;
        top: 1000px;
    }  


    #diagramshelf.start .accordion,
    #diagramshelf.num1 .accordion.num1,   
    #diagramshelf.num2 .accordion.num2,
    #diagramshelf.num3 .accordion.num3,   
    #diagramshelf.num4 .accordion.num4,   
    #diagramshelf.num5 .accordion.num5,
    #diagram.num1 .copy.num1,
    #diagram.num2 .copy.num2,
    #diagram.num3 .copy.num3,
    #diagram.num4 .copy.num4,
    #diagram.num5 .copy.num5        {
      display: block;
      opacity: 1;
    }

#diagramshelf.num2 .accordion.num1,
#diagramshelf.num3 .accordion.num1,
#diagramshelf.num4 .accordion.num1,
#diagramshelf.num5 .accordion.num1,
    #diagramshelf .accordion.num2,
    #diagramshelf .accordion.num3,
    #diagramshelf .accordion.num4,
    #diagramshelf .accordion.num5 {
      opacity: 0;
      display: none;
    -moz-transition:all 2s ease; -webkit-transition:all 2s ease; transition:all 2s ease;
    -o-transition:all 2s ease; -ms-transition:all 2s ease;      
    }

#diagramshelf .su-spoiler-content h1,
#diagramshelf .su-spoiler-content h2,
#diagramshelf .su-spoiler-content h3,
#diagramshelf .su-spoiler-content h4,
#diagramshelf .su-spoiler-content h5,
#diagramshelf .su-spoiler-content h6 {
    margin: 25px 0 0 0;
}

#diagramshelf .su-spoiler-content h3 {
    font-size: 19px;
}

.default {
    margin-top: 25px;
}

.default .entry-content .su-row {
    margin-top: 25px;
    margin-bottom: 25px;
}

/* Form Validation */
input[type=text].error,
input[type=email].error,
input[type=password].error,
.dropdown.error,
textarea.error,
textarea.materialize-textarea.error {
    border: 2px solid #fd665c;
}
input.error + label,
input.materialize-textarea.error + label,
textarea.materialize-textarea.error + label {
    color: #fd665c;

}

textarea:not([type]) + label::after, 
textarea[type=text] + label::after {

}

.dropdown.prefix-dropdown,
.input-field.professional {
    margin: 0;
}


.errors {
    top: 20px;
    margin: 0 10%;
    padding: 30px 0 50px 0;    
    overflow: hidden;
    z-index: 10;
    position: relative;
}
.error{
    font-size: 15px;
    color: #fd665c;
}
.close-member-error {
    position: absolute;
    top: 48%;
    left: 50%;
    line-height: 1;
    border: 2px solid;
    padding: 5px 10px;
    border-radius: 50%;
    cursor: pointer;
    color: rgb(253,102,92);
    display: none;
}
.close-member-error:hover{
    color:#16a085;
    border-color: #16a085;
}

.errors .error {
    font-size: 13px;
    color: #fd665c;
    max-width: 300px;
    text-align: left;
    margin: 0 auto 15px auto;
}

.errors .error:before {
    content: '\f12a';
    font-family: 'FontAwesome';
    float: left;   
    border: 1px solid red;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

.featuredgrid .slick-active .post-content-wrapper{
    margin: 0 10px 0 10px;
}

/* Password Verification */

.profile-password-hint{
  margin: .5em 0 0;
  display: none;
  font-size: 16px;
  text-align: justify;
}
.profile-password-hint.bad{
  display: block;
}
.profile-password-hint.short{
  display: block;
}
.profile-password-hint.good{
  display: block;
}
#member-submit.disabled:disabled{
  color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
  display: block;
}
#password-strength{
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  width: 50%;
  display: block;
  margin: .5em auto .5em;
  padding: 3px 0px;
  border-radius: 7px;
}
#password-strength.bad{
  background-color: #f1adad;
  border-color: #e35b5b
}
#password-strength.short{
  background-color: #fbc5a9;
  border-color: #f78b53;
}
#password-strength.good{
    background-color: #c1e1b9;
    border-color: #83c373;
}
#password-strength.strong{
    background-color: #c1e1b9;
    border-color: #83c373;
}



.dropdown.dropdown-disabled{
    background: none;
    border-width: 2px;
    border-style: solid;
    color: rgba(0, 0, 0, 0.15);
    border: 2px solid rgba(0, 0, 0, 0.15);
}


/* Form Loader */
.loader-show.active{
    bottom: 0;
    height: 100%;
    background-color: rgba(255,255,255, .8);
    z-index: 99999999999999;
}
.loader-show{
    position: fixed;
    transition: bottom .8s;
    bottom: -225px;
    text-align: center;
    width: 100%;
}
.preloader-wrapper.huge{
    width: 182px;
    height: 182px;
    top: 45%;
}

/* Membership Register Loader */
.registering-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(255,255,255, 0.95);
    z-index: -9999;
    display: none;
}
.register-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 35px;
  line-height: 40px;
  height: 160px;
  overflow: hidden;
}

.registering {
  font-weight: 400;
  overflow: hidden;
  height: 50px;
  padding: 0 40px;
      -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.registering:before {
  content: '[';
  left: 0;
  line-height: 40px;
}
.registering:after {
  content: ']';
  position: absolute;
  right: 0;
  line-height: 40px;
}
.registering:after, .registering:before {
  position: absolute;
  top: 0;
  color: #16a085;
  font-size: 42px;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: opacity;
          animation-name: opacity;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.registering p {
  display: inline;
  float: left;
  margin: 0;
  color: rgb(253,102,92);
}

.registering ul {
    margin-top: 0;
    padding-left: 220px;
    font-weight: 400;
    text-transform: lowercase;
  text-align: left;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: change;
          animation-name: change;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;

  -webkit-transition: width 1s,
                      padding 1s;
  -moz-transition: width 1s,
                   padding 1s;
  -o-transition: width 1s,
                 padding 1s;
  transition: width 1s,
              padding 1s;
}

.register-error{
      -webkit-transition: width 1s,
                      padding 1s;
  -moz-transition: width 1s,
                   padding 1s;
  -o-transition: width 1s,
                 padding 1s;
  transition: width 1s,
              padding 1s;
}

.registering ul li {
  line-height: 50px;
  margin: 0;
}

@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes change {
  0%, 12%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  17%,29% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  34%,46% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  51%,63% {
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
  }
  68%,80% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  85%,97% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes change {
  0%, 12%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  17%,29% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  34%,46% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  51%,63% {
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
  }
  68%,80% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  85%,97% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}

/* Become A Member Payment Response */
.dues-message-wrapper.active{
  bottom: 0;
  height: 100%;
  background-color: rgba(255,255,255, .9);
  z-index: 99999999999999;
}
.dues-message-wrapper{
  text-align: center;
  position: absolute;
  transition: bottom .8s;
  bottom: -100%;
  width: 100%;
  padding: 0 5%;
}
.dues-message{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.dues-error {
    width: 95%;
    word-wrap: break-word;
    margin: 0 auto;
}


.green-wrapper .row,
.banner .tint p,
.formslider .title-wrap,
.formslider .step .row,
.content-wrap,
.newsletter.banner .row,
.container-full.patients,
.container-full.partnerships .row,
.tribe-events-content-wrapper  {
    max-width: 1350px;
    width: 95%;    
    margin: 0 auto;     
}




.sitemap-column {
    width: 100%;
    padding: 25px 25px 0 25px;
}

.sitemap-column a {
    font-size: 20px;
}

.sitemap-column li a {
    font-size: 13px;
}

/* mobile devices only */
@media all and (max-width:768px){


    #buddypress table.messages-notices thead {
        display: none;
    }


    #notifications-bulk-management table{
        width:100%;
    }

    #notifications-bulk-management td,
    #messages-bulk-management td {
        display:block;
        width:100%;
    }

    #notifications-bulk-management tr,
    #messages-bulk-management tr {
        display:block;
        margin-bottom:30px;
    }

    #notifications-bulk-management tr tr,
    #messages-bulk-management tr tr {
        margin-bottom:0;
    }
    #notifications-bulk-management tr th.title,
    #notifications-bulk-management tr th.date,
    #notifications-bulk-management tr th.actions,
    #messages-bulk-management tr th.title,
    #messages-bulk-management tr th.date,
    #messages-bulk-management tr th.actions  {
        display: none;
    }

    #buddypress div.activity-comments ul,
    #buddypress div.activity-comments {
        margin-left: 0 !important;
        width: 100% !important;

    }

    #buddypress div.activity-comments ul li {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100%;
    }

}

/* mobile + tablet devices only */
@media all and (max-width:1079px){
    #buddypress table#message-threads thead {
        display: none;
    }
    #buddypress table#message-threads tr,
    #buddypress table.messages-notices tr {
            display: block;
            float: left;
    }

    #buddypress #members-list li {
        width: 100% !important;
    }

    #buddypress table.messages-notices tr td {
        display: block;
        width: 100%;
        float: left;

    }

    #buddypress table#message-threads tr.unread td,
    #buddypress table.messages-notices tr.alt td {
        display: block;
    }

}


@media (min-width: 400px) {
#buddypress div.activity-meta a {
    float: left;
}


.buddymenu #item-header-avatar {
    overflow: visible;
}

    
.userlistings .box .profilepic.top {
    width: 250px; 
    height: 250px;
}

#diagram .copy {
  margin: 0 0 75px 0;
}

.sitemap-column {
    width: 50%;
    display: block;
    float: left;
}

.impact .missionboxes .card,
.impact .missionboxes .card .profilepic {
    height: 350px;
    }  


.missionboxes {
    display: flex;
    justify-content: space-around;    
}


}



@media (min-width: 500px) {




.featuredboxes h3 {
    font-size: 50px;
    line-height: 55px;
}


.content-wrap.regions {
    flex-flow: row wrap;
    }

.sprite {
    width: 42%;
}

.formslider .step.two p.form label {
    font-size: 25px;
}

/* Set to fix isotope bug - cannot determine size of image on page load */
.memberwrap.meetingsgrid .featuredgrid .grid-item .img-wrapper img {
    width: 400px;
    height: 400px;
    }

 .impact .missionboxes .card,
 .impact .missionboxes .card .profilepic {
    height: 400px;
    }  

.impact .missionboxes {
    height: auto;
    max-width: 400px;
    margin: 0 auto;
}

}


@media (min-width: 600px) {
    #buddypress ul#members-list.buddygrid .memberno span, 
    #buddypress ul.buddygrid li div.action .memberno span{
        margin-right: 20px;
        display: inline-block;
    }

.app-wrapper {
    padding-top: 50px;
}

.app-wrapper img {
    width: auto;
    margin: 0 auto;
}

.f1,.f3 {
    text-align: center;
    width: 100%;
}

.partnerslider a{
    margin: 0px 45px 0px 0px;
}

}


@media (min-width: 720px) {

#buddypress #group_members-order-select {
    margin: 0 !important;
}

#buddypress div.item-list-tabs#subnav li.dropdown,
#buddypress div.item-list-tabs ul li.groups-members-search {
    float: right !important;
}

#buddypress input#members_search_submit,
#buddypress input#messages_search_submit,
#buddypress input#groups_search_submit,
body.single-item.groups.manage-members #buddypress input#members_search_submit {
    margin: 10px 10px 0 0 !important;
}

#buddypress div.dir-search input[type=text]  {
    margin: 0;
}


#buddypress form#whats-new-form #whats-new-content {
        padding: 0 0 0 20px !important;
        margin: 0 0 0 55px !important;
        clear: none;
}

#buddypress .from-content {
    clear: none;
}

#buddypress ul#member-list li {
    width: 50%;
    float: left;
    border-bottom: 0;
    margin-bottom: 45px;    
}

#buddypress ul#member-list li img.avatar {
    margin: 0 30px 0 0;
    float: left;
}


#item-header-groups .group-header .highlight {
    margin-left: 15px;
    display: inline-block;
}

#buddypress div.item-list-tabs ul li {
    float: left !important;
}

#buddypress #subnav a#bp-create-doc-button {
    float: right;
    position: relative;
}

.meetingsgrid.public-spotlight .grid-item {
    padding-right: 25px;
}

.impact .infographics .titlewrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.impact .infographics .titlewrap .textwrap {
    text-align: left;
    width: auto;
}

.impact .infographics .titlewrap .left {
    width: auto;
}

.impact .infographics .block {
    width: 33%;
    float: left;
}

.impact .infographics .block.first {
    width: 100%;
    text-align: center;
} 

.impact .infographics h2.large .top {
    clear: both;
}

.impact .infographics h2.large strong {
    margin-right: 15px;
    float: left;
    height: 200px;
}

.impact .cards .card {
    width: 49.85%;
    margin: 0 .25% .25% 0;
    float: left;
}

.impact .cards .card.two,
.impact .cards .card.four {
    margin:0;
}

.errors .error {
    font-size: 15px;
}

.missionboxes .col {
    width: auto;
}
.missionboxes .card
.featured h2,
.apply p {
    font-size: 25px;
}

.formslider .step.two  p.form {
    text-align: center;
}
.formslider .step.two p.form label {
    width: auto;
    margin: 0 25px;
}

.formslider .step.two p.form .text,
.formslider .step.two p.form .overlay {
    float: none;
}
.partnerslider a {
    display: inline-block;
    margin: 0 45px 0px 0px;
}
.partnerslider a:last-child {
    margin:0;
}

.sitemap-column {
    width: 33%;
}


.featuredgrid div.grid-item:nth-child(odd)  {
    border: 1px solid #dce0e6; 
    border-bottom: 0px;
}
    
.featuredgrid div.grid-item:last-child  {
    border-left: 1px solid #dce0e6; 
    border-bottom: 0px;
}

.meetingsgrid .featuredgrid .grid-item, 
.meetingsgrid .featuredgrid .grid-sizer {
    width: 50%;
    margin: 0;
    border: none;
}    

.meetingsgrid .grid-item.grid-item-fullwidth {
    width: 100%;
}

.meetingsgrid .featuredgrid div.grid-item:last-child,
.meetingsgrid .featuredgrid div.grid-item:nth-child(odd),
.meetingsgrid .featuredgrid .grid-item {
    border: none;
    margin:0;
}

.meetingsgrid .featuredgrid div.grid-item .bar {
    display: block;
    height: 100%;
    position: absolute;
    width: 1px;
    left: 0;
    top: 0;
    z-index: -1;
}
.meetingsgrid .featuredgrid div.grid-item {
    z-index: 90;
}

.meetingsgrid .featuredgrid div.grid-item:after,
.meetingsgrid .featuredgrid div.grid-item:before {
    display: block;
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
}

.meetingsgrid .featuredgrid div.grid-item-fullwidth:before {
   right:0;
   left:0;
}

.meetingsgrid .featuredgrid .grid-item, 
.meetingsgrid .featuredgrid .grid-item:nth-child(1), 
.meetingsgrid .featuredgrid .grid-item:nth-child(2), 
.meetingsgrid .featuredgrid .grid-item:nth-child(3), 
.meetingsgrid .featuredgrid .grid-item:nth-child(4), 
.meetingsgrid .featuredgrid .grid-item:nth-child(5), 
.meetingsgrid .featuredgrid .grid-item:nth-child(6), 
.meetingsgrid .featuredgrid div.grid-item:last-child {
    height: auto;
}


.memberwrap.meetingsgrid .featuredgrid .grid-item {
    width: 100%;
}

.meetingsgrid .featuredgrid div.grid-item:before {
    border-top: 1px solid #dce0e6;
}

.meetingsgrid .featuredgrid div.grid-item:after {
    border-bottom: 1px solid #dce0e6;

}

.impact .missionboxes {
    max-width: 600px;
}
.impact .missionboxes .card {
    margin: 0px 10px;    
}


.impact .missionboxes .card,
 .impact .missionboxes .card .profilepic {
    height: 250px;
    display: inline-block;
    }     


}

@media (min-width: 768px) {

/* MEMBER SPOTLIGHT PAGE */


.public-spotlight .grid-item {
    padding: 20px;
    border: 2px solid #00b287;
    margin: 15px 0px;
    width: 47%;
}

.spotlight-sorting-inner-wrapper {
    font-size: 18px;
    max-width: 80%;
    margin:  auto;
}

.spotlight-sort{
    background: #00b287;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    padding: 5px 10px;
    cursor: pointer;
}

.featuredgrid .slick-active .post-content-wrapper{
    margin: 0 10px 0 0px;
}



body.single-item.groups.manage-members #buddypress div.dir-search {
    margin-top: -40px !important;
}

#buddypress .thread-from {
    padding: 15px 0 !important;    
}

#buddypress .thread-from img {
    margin-left: 15px;
    width: 50px;
    height: 50px;
}

    /* Featured Programs */
    .missionboxes .titlearea p a,
    .missionboxes .card h3 {
        font-size: 18px;
        line-height: 20px;
    }

}

@media (min-width: 900px) {
#item-header-groups .group-header .header-content {
    max-width: 50%;
}


#item-header-groups .group-header h1 {
    font-size: 45px;
}

#buddypress #item-header-content h2 {
    font-size: 35px;
    line-height: 35px !important;
}


#item-header-groups #item-header-avatar {
    max-width: 300px;
    margin: 0 25px 0 0;
}


#item-header-groups  {
    margin-top: 80px;
}


#item-header-groups #item-header-avatar {
    float: left;
}

ul#activity-stream .activity-avatar img.avatar {
    width: 150px !important;
}

#buddypress #friend-list .item-avatar,
#buddypress #friend-list .item,
#buddypress #friend-list .action {
    display: inline-block;
    text-align: left;
}

#buddypress #friend-list .action {
    float: right !important;
}

#buddypress .activity-list .activity-avatar,
#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic, 
#buddypress .activity-list li.mini .activity-avatar img.avatar {
    height: 125px !important;
    width: 125px !important;
}

#buddypress form#whats-new-form #whats-new-avatar,
#buddypress div.activity-comments form div.ac-reply-avatar {
    height: 50px !important;
    width: 50px !important;    
}

#buddypress ul.item-list li {
    display: table;
    width: 100%;
}

#buddypress .activity-list .activity-avatar {
    display: table-cell;
    vertical-align: top;
    float: none !important;
    height: 100% !important;    
}

#buddypress div.activity-meta a.loading,
#buddypress input[type=submit],
#buddypress div.activity-comments form div.ac-reply-content a  {
    float: left;
}


#buddypress .activity-list li .activity-content {
    margin-left: 15px !important;    
}

#buddypress .activity-list li.mini .activity-comments {
   // clear: none !important;    
}

#buddypress ul.item-list li img.avatar {
    width: 100%;
}

#buddypress .directory-breadcrumb-separator {
    top: -10px;
    position: relative;
}

h2.directory-title,
h2.doc-title .breadcrumb-current, 
h2.directory-title .breadcrumb-current,
h2.doc-title, 
h2.directory-title {
    font-size: 45px !important;
    line-height: 45px !important;
    font-weight: 200 !important;
}

.buddymenu #item-header-content span {
    display: inline-block;
    font-size: 17px;
    margin: 0 10px 0 5px;
}


body.page-template-public-default .colwrapper {
    width: 50%;
    margin: 0;
    float: left;
}
body.page-template-public-default .dropdown.padright {
    margin-right: 25px;
}

.formslider .step.final .column {
    width: 33.33%;
    padding: 0px 3%;    
    margin:0;
    float: left;
    border-bottom: 0px;
    border-right: 1px solid #dce0e6;
    min-height: 350px;
    overflow: hidden;
}


.formslider .step.two .sprite {
    margin-right: 25px;
}

.default .entry-content h1 {
    font-size: 75px;
    line-height: 75px;
    margin: 0;
}
.default .entry-content h2 {
    font-size: 65px;
    line-height: 65px;
    margin: 0;
}

.default .entry-content h3 {
    font-size: 50px;
    line-height: 50px;
    margin: 0;
}

.default .entry-content h4 {
    font-size: 40px;
    line-height: 40px;
    margin: 0;
}


body.page-template-default .entry-content h5 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
}


body.page-template-default .entry-content h6 {
    font-size: 22px;
    line-height: 22px;
    margin: 0;
}

.greenbtnlist {
      align-items: flex-end;
}

.patients .three.columns  {
  width: 35%;
}
.patients .five.columns  {
  width: 65%;
}

.newsletter .input-field {
    width: 39.5%;
    float: left; 
    margin: 50px .5% 0 0;   
}

.newsletter button {
    width: 20%;
    float: left;
    height: 80px;
    margin: 50px 0 0 0;
}

.patient img {
    max-width: 500px;
    max-height: none;
}

.formslider .step.two p {
    display: inline-block;
}
.formslider .step.two .pipe {
    margin-bottom: -12px;
    margin-right: 15px;
    display: inline-block;
}
.content-wrap.regions .sprite {
    width: 31%;
}
.content-wrap.regions {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center top;
    justify-content: flex-start;
}


}

@media (min-width: 1080px) {

/* MEMBER SPOTLIGHT PAGE  */
.public-spotlight .grid-item {
    padding: 20px;
    border: 2px solid #00b287;
    margin: 15px;
    width: 30%;
}

.spotlight-sorting-inner-wrapper {
    font-size: 18px;
    max-width: 80%;
    margin:  auto;
}

.spotlight-sort{
    background: #00b287;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    padding: 5px 10px;
    cursor: pointer;
}

.public-spotlight .grid-item h6{
    margin: 20px 0px;
    color: #00B287;
}

.featuredgrid .slick-active:nth-child(3) .post-content-wrapper{
    margin: 0 10px 0 10px;
}
.featuredgrid .slick-active:nth-child(5) .post-content-wrapper{
    margin: 0 10px;
}
.featuredgrid .slick-active:nth-child(6) .post-content-wrapper{
    margin: 0 10px 0 10px;
}
.featuredgrid .slick-active:nth-child(7) .post-content-wrapper{
    margin: 0 10px 0 0;
}
.featuredgrid .slick-active:nth-child(8) .post-content-wrapper{
    margin: 0 10px;
}
.featuredgrid .slick-active:nth-child(9) .post-content-wrapper{
    margin: 0 0 0 10px;
}

.homeslider .row {
   min-height: 785px;
}

.map-instructions{
    position: absolute;
    bottom: 0;
    right: 25px;
}

body.single-item.groups.manage-members #item-header-groups #group-admins li div.action {
    padding-left: 35px; 
}

body.single-item.groups.manage-members #buddypress .item-list li div.action a.button {
    margin: 25px 15px 0 0;
    float: left;    
}

body.single-item.groups.manage-members #buddypress ul#members-list.item-list .item {
    float: left !important;
}

body.single-item.groups.manage-members #item-header-groups #group-admins li  {
    float: right;
}


#buddypress table#message-threads {
    margin-top: 50px;
}

#buddypress table#message-threads thead {
    border: 0;
}

#buddypress table.messages-notices tr td {
    vertical-align: top !important;    
    padding: 30px 0 !important;
}

#buddypress div#message-thread a.button.confirm {
    display: inline-block;
}

#item-header-groups {
    margin-top: 0;
}

#buddypress .bordered {
    border-top: 0;
}   

#buddypress div.item-list-tabs#subnav ul li#members-search  {
    clear: none;
}

#buddypress div.item-list-tabs#subnav li.dropdown {
    margin-top: -15px !important;
}

#buddypress div#item-header div#item-header-content {
    width: auto;
    margin-top: 0;
    position: absolute;
    height: 100%;
    overflow: hidden;
    top: 35px;
    left: 300px;    
}

#item-header-groups .group-header .header-content {
    max-width: 60%;
}

#buddypress #bpfb_tmp_photo,
#buddypress form#whats-new-form #whats-new-content input,
#buddypress ul#bpfb_tmp_photo_list,
#buddypress .bpfb_preview_container {
    float: left;
    margin: 15px 15px 15px 0;
    clear: none;
}

body.single-item.group-members #buddypress div.item-list-tabs ul li.groups-members-search {
    float: right !important;
}

#buddypress #members-dir-search {
    width: 275px !important;
}

#buddypress .thread-from img {
    margin-left: 0;
}

#buddypress table.messages-notices thead {
    display: table-row-group;
}


#buddypress p,
#buddypress a.bp-secondary-action, 
#buddypress span.highlight {
    font-size: 16px !important;
}
.buddymenu #item-header-avatar img {
    width: 250px;
    height: 250px;
}


#bp-docs-single-doc-header,
.bp-docs .doc-tabs,
.bp-docs .doc-attachments,
.bp-docs .doc-content {
    max-width: 1350px;
    width: 95%;
    margin: 0 auto;
}

#buddypress ul#members-list.buddygrid .action, 
#buddypress ul.buddygrid li div.action {
    float: none !important;
    position: relative !important;
    display: -webkit-inline-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-inline-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-inline-flexbox; /* TWEENER - IE 10 */
    display: -webkit-inline-flex;
}


#buddypress ul#members-list .action,
#buddypress ul.item-list li div.action {
    float: left !important;
}


#buddypress ul.item-list li img.avatar  {
    border-radius: 0 !important;   
    max-width: 125px; 
    min-width: 50px;
    height: auto;
}
#item-header-groups #group-admins li,
#item-header-groups #group-mods li,
#item-header-groups #item-actions img.avatar,
#buddypress #friend-list .action {
    float: right;
}

#item-header-groups #item-actions {
    text-align: right;
}

#buddypress #friend-list .item {
    padding: 0;
}

#buddypress #friend-list .item-title a,
#buddypress #friend-list .item-meta {
    display: block;
    margin: 0;
}

#buddypress div#item-header a.button, 
#buddypress div#item-header div.generic-button {
    height: 30px;
    float: left !important;
}

#buddypress div#item-header #template-notices {
    position: absolute;
    left: 300px;
    bottom: -100px;
}

#buddypress ul.buddygrid li, 
#buddypress ul.buddygrid .grid-sizer {
    width: 23%;
    margin: 1% !important;

}

#buddypress .groups ul.buddygrid li, 
#buddypress .groups ul.buddygrid .grid-sizer {
    width: 31% !important;

}

#buddypress ul#members-list li {
    display: inline-block;
    border: 1px solid #afaeb2;
    float: left;
    padding: 0 !important;
    text-align: center;
    overflow: hidden;
}

#buddypress ul#members-list .item-avatar a {
    width: 100%;
    display: block;
    overflow: hidden;
    max-height: 300px;    
}

#buddypress ul#members-list .item-avatar a img {
    width: 100%;
    max-width: 100%;
    margin: 0;    
}


#buddypress ul#members-list div.friendship-button,
#buddypress ul.item-list li div.action div.group-button,
#buddypress ul#members-list .action .meta,
#buddypress ul#members-list.buddygrid .action div.group-button  {
    text-align: center;
    color: #fff !important;    
    background-color: #f3665f;
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    display: inline-block;
    width: 130px;
    height: 110px;
    margin: 0 10px;   

    display: -webkit-inline-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-inline-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-inline-flexbox; /* TWEENER - IE 10 */
    display: -webkit-inline-flex;

    flex-direction: column;
    -webkit-flex-direction: column;


  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; 

    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;  
}

    #buddypress ul#members-list.buddygrid .memberno span, 
    #buddypress ul.buddygrid li div.action .memberno span{
        margin-right: 0;
    }

#buddypress ul#members-list .action .memberno,
#buddypress ul#members-list .action .meta span {
    display: block;
    text-transform: uppercase;
}

#buddypress ul#members-list div.friendship-button a,
#buddypress ul.item-list li div.action .group-button a {
    background-color: transparent !important;
    border: 0 !important;
    color: #fff !important;
    padding: 20px;
    font-size: 15px !important;
    display: block;
}

#buddypress ul.item-list li div.item-title span {
    display: block;
}

#buddypress ul.item-list li div.item-title span.update {
    font-size: 17px;
    line-height: 19px;
    color: #4c4f56;    
}

#buddypress .item {
    padding: 20px;
}

#buddypress .item-title,
#buddypress ul.item-list li div.item-desc {
    width: 100% !important;
    margin: 0 auto !important;
}



#buddypress div.message-search {
    clear: none;
    display: inline-block;
    position: relative;
    right: 0;
}

#buddypress div.item-list-tabs#subnav {
    margin: 25px 0 0 0 !important;
    width: 100%;    
}

#buddypress div.item-list-tabs#subnav:before {
    top: 15px;
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    border-top: 1px solid #e5e8ed;
}
/*
#buddypress .bp-docs div.item-list-tabs#subnav:before {
    display: none;
}

#buddypress .bp-docs div.item-list-tabs#subnav ul {
    width: 100%;
}
*/



#buddypress div.item-list-tabs#subnav li#activity-filter-select,
#buddypress div.item-list-tabs#subnav li#members-order-select,
#buddypress div.item-list-tabs#subnav li#groups-order-select {
    float: right !important;
    display: inline-block;
    clear: none;
}

#buddypress div.item-list-tabs#object-nav {
    margin: 25px 0 50px 0!important;
}

#buddypress #item-nav li {
    display: inline-block;
}

#buddypress #item-nav {
    display: block;
}

#buddypress .author-cell, 
#buddypress .created-date-cell,
#buddypress .edited-date-cell {
    width: 175px;
}

.buddymenu {
    border-bottom: 50px solid #fff;
}

.buddymenu #item-header {
    top: -35px;    
}

.buddymenu #item-header-avatar {
    float: left;
    margin-bottom: 0;
}

.buddymenu #item-header-avatar a {
    float: left;
    margin-right: 50px;    
    margin-bottom: -85px;    
}

.buddymenu .container {
    padding: 0;
    text-align: left;
}

#buddypress .userinfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;    
}

.sitemap-column a {
    font-size: 28px;
}

.sitemap-column li a {
    font-size: 17px;
}

.letters {
    font-size: 18px;
    position: relative;
    width: 95%;
    max-width: 1350px;
    height: 95px;
    float: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
}


.letters .active {
    height: 33px;
}


.memberwraptop {
    width: 95%;
    margin: 0 auto;
}


.headersection.memberspotlight h1 {
    font-size: 75px;
    line-height: 75px;
}

.memberwrap {
    width: 100%;
}

.meetingsgrid .featuredgrid div.grid-item:before {
    border-right: 1px solid #dce0e6;

}

.meetingsgrid .featuredgrid div.grid-item:after {
    border-left: 1px solid #dce0e6;

}

.memberwrap.meetingsgrid .featuredgrid .grid-item, 
.memberwrap.meetingsgrid .featuredgrid .grid-sizer {
    width: 50%;

}

.memberwrap.meetingsgrid .featuredgrid div.grid-item:last-child,  
.memberwrap.meetingsgrid .featuredgrid div.grid-item:nth-child(even),
.memberwrap.meetingsgrid .featuredgrid div.grid-item:nth-child(odd) {
    margin:0;

}

.headersection.memberspotlight {
    border-bottom: none;
    margin-top: 0;
}


.letters div.spotlight-reset {
    padding-top: 0;
}


 .map .redbubble {
    width: 100px;
    height: 100px;    
}

.impact .homeslider input#show:checked ~ section.patientpact,
.impact .homeslider input#hide:checked ~ .slidecontent {
    min-height: 750px;
}

.impact .infographics .block,
.impact .infographics .block.first {
    width: 20%;    
}

.impact .infographics .block h3 {
    text-align: right;
}
.impact .infographics .block.first {
    margin-left: 16%;
    margin-right: 4%;
} 

.impact .infographics {
    background: url(images/female-figure-cropped.png) bottom left no-repeat;
    background-size: 220px;
}

.impact .cards .card,
.impact .cards .card.two {
    width: 24.8%;
    margin: 0 .25% 0 0;
}

.impact .cards .card.four {
    margin:0;
}

.impact .missionboxes {
    max-width: 1080px;
}
.impact .missionboxes .card {
    margin: 0 10px;
}


.impact .missionboxes,
.impact .missionboxes .card,
 .impact .missionboxes .card .profilepic {
    height: 200px;
    overflow: hidden;
}

.impact .stories button {
    height: 200px;
    position: static;
}

.site-navigation   {
    max-width: 1350px;
    width: 95%;    
    margin: 0 auto;     
}

.partnerslider a img {
    width: 80%;
}

.partnerships .three.columns {
  width: 30%;
}
.partnerships .five.columns {
  width: 68%;
}


.partnerships #diagram {
    margin: 0 15px 0 0;
    text-align: left;
}
.partnerships #diagram .copy {
    width: 100%;
    height: 100%;
    overflow: hidden;  
    margin: 0;  
}
.partnerships #diagram .number,
.partnerships #diagram .content {
    height: 100%;
    overflow: hidden;
    float: left;
}

.partnerships #diagram .content {
    width: 55%;
}
.partnerships #diagram .number  {
    width: 42%;
}

.partnerships #diagram .number .no {
    margin:0;
    float: left;
    width: 30%;
}

.partnerships #diagram .number .digit {
    width: 70%;
    float: left;
    text-align: center;
}

.partnerslider a {
    width: 19%;
    margin: 0 1% 0 0;
    display: block;
    float: left;
    overflow: hidden;
}
.partnerslider a:last-child {
    margin:0;
}

.testimonials .img-wrapper {
    width: 70px;
    height: 70px;
    display: inline-block;
    float: left;
    margin: 0 15px 15px 0;
    background-size: 55px;
}

.testimonials .img-wrapper img {
    width: 80px;
}

.content-wrap.regions {
    margin:0 auto;
}

.formslider .step.four p.form.homework-option {
    margin-bottom: 0;
}

.formslider .slick-arrow {
position: absolute;
bottom: 50%;
}
.formslider .slick-arrow {
    top: 50%;
    height: 65px;
    width: 65px;
    text-indent: 0;
}    
.membersteps .slick-next:before,
.membersteps .slick-prev:before {
    display: none;
}


header {
    margin-top: 0;
}


.formslider .step.title h4,
.formslider .step.titlebar h4 {
    font-size: 30px;
    text-align: left;
    padding-bottom: 0;
    align-self: flex-start;
    margin-bottom: -50px;
    width: 100%;
}

.formslider .step.one.title h4 {
  margin-bottom: 0;
}

.formslider .step.title h3,
.formslider .step.titlebar h3 {
    margin-bottom: 60px;
}

.formslider .step.one.titlebar h3 {
  margin-bottom: 70px;
}



.formslider .title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
}

.formslider .title .title-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    min-height: 300px;
}

.formslider .step.one.title .title-wrap {
    align-items: center; 
}

.formslider .title .title-wrap h3 {
    align-self: center;
}


.formslider .title-wrap .formslider h3 {
    min-height: 145px;    
}

.formslider .title-wrap.short .formslider h3 {
    min-height: none;
}

.formslider .title-wrap  {
    min-height: 285px;
}

.formslider .step.intro .title-wrap {
    min-height: 255px;
}

.formslider .title-wrap.short  {
    min-height: 175px;
}


.formslider label.title-wrap {
    padding: 100px 20px;
}


.formslider .step.title .mapicon,
.formslider .step.titlebar .mapicon {
    float: left;
    margin-top: -50px;
}

.formslider .step.titlebar p.price {
    margin: -20px 0 0 22px;
    padding: 0 30px;
    width: auto;
    text-align: left;
    }

.formslider .step.titlebar h4 span { 
    display: block;
    float: left;
    width:  auto;
    padding: 0 30px 0 0;
    width: 80%;
    margin-bottom: 0;
}

.formslider .form label {
    font-size: 34px;
}


.formslider .step.titlebar .sprite,
.formslider .step.titlebar p.price,
.formslider .step.titlebar p.role {
    float: left;
}

.formslider .step.titlebar .sprite {
    display: block;
}


.formslider .step.title hr   {
    top: -75px;
}

.formslider .step.one.title hr {
    top: -125px;  
}

.formslider .step.titlebar hr {
    width: 120%;
    margin:-80px 0 40px 0;
}

.newsletter.banner.tint h2 {
    font-size: 50px;
    font-weight: 100;
}

 .formslider .step  p {
  text-align: left;
  margin-left: 2%;
 }

.formslider .step.five .content-wrap.payment p {
    margin:0;
}

.tribe-event .three.columns {
    text-align: right;
}

.tribe-event .nine.columns {
   margin-left: 4%; 
}

footer {
  padding: 0;
}

.patients h3 {
  padding: 0;
}

.patients .four.columns  {
  width: 98%;
}

.patients .five.columns {
  width: 60%;
}




.formslider .step.title h4 span,
.formslider .step.titlebar h4 span  {
    padding: 0 25px;    
}


.formslider .step.titlebar p.price {
    border-left: 1px solid #eaeaea;
}

.formslider .step.three .two.columns,
.formslider .step.three .four.columns,
.formslider .step.three .six.columns,
.formslider .step.three .eight.columns,
.formslider .step.four .two.columns,
.formslider .step.five .two.columns {
  width: 100%;
  margin-left:0;
}

.formslider .step.three .twelve.columns {
    width: 97%;
}

.formslider .step.four .six.columns {
  margin-left:0;
  width: 66%;
}

.missionboxes .card,
.missionboxes .card, 
.impact .missionboxes .two .card {
    margin:0;
}

.missionboxes .col .card,
.impact .missionboxes .four div.card:last-child,
.missionboxes .card, 
.impact .missionboxes .two .card {
    width: 100%;
}

.missionboxes .one div.card:first-child {
    max-height: 400px;
}

.missionboxes .one div.card:last-child {
    max-height: 450px;
}

.missionboxes .two div.card:first-child {
    max-height: 425px;
}

.missionboxes .two div.card:last-child {
    max-height: 425px;
}

.missionboxes .three div.card:first-child {
    max-height: 280px;
}

.missionboxes .three div.card:last-child {
    max-height: 570px;
}


.testimonial-wrapper {
    padding: 90px 25px 30px 25px;    
}


.testimonials ul.slick-dots,
.testimonials .slick-track {
    text-align: left;
}

.testimonials p {
    font-size: 17px;
}

.testimonials h3 span {
    margin-top: 15px;
}

.sidebarinfo {
    background-color:  transparent;   
}


.sidebarinfo h2,
.sidebarinfo p,
.copycontainer {
    padding: 0;
}


.sidebarinfo .copycontainer p {
    padding: 20px 0;
}

.homeslider {
    padding: 35px 0 0 0;  
}

.homeslider .row {
    width: 95%;
    margin: 0 auto;
    max-width: 1350px;    
    position: relative;
    background-image: none !important;
}

.homeslider.impact .row {
    background-image: url(images/map.png) !important;
    background-position: bottom right;
    background-size: 1080px;    
}

.patient.slider {
    height: 100%;
}


.slidecontent.map {
    background-size: auto 600px;
    background-position: top right;
    background-size: 1080px;
    }



.greenbubble.overlap {
    width: 200px;
    height: 200px;
    top: -110px;
    position: absolute;
    right: 14%;    
    border: 3px solid #fff;    
    z-index: 10;
    border-radius: 50%;
    background: #00b287;    
    text-align: center;    
    padding-bottom: 0;
}

h2.greenbubble.overlap  {
    font-size: 22px;
    line-height: 23px;
    font-weight: 400;
}



.map .redbubble,
.map .greenbubble {
    position: absolute;
}


.redbubble {
    width: 110px;
    height: 110px;
}

.redbubble h4,
.impact .redbubble h5 {
    display: none;
    font-size: 12px;
}

.map .greenbubble {
    right: 0;
    top: 0;
}

.redbubble.one {
    right: 835px;
    top: 190px;
}

.redbubble.two {
    right: 728px;
    top: 268px;
}

.redbubble.three {
    right: 680px;
    top: 433px;
}

.redbubble.four {
    right: 480px;
    top: 157px;
}


.redbubble.five {
    right: 200px;
    top: 250px;
}

.redbubble.six {
    right: 360px;
    top: 232px;
}


.redbubble.seven {
    right: 440px;
    top: 330px;
}


.redbubble.eight {
    right: 70px;
    top: 395px;
}


.impact .redbubble.one {
    right: 730px;
    top: 240px;
}

.impact .redbubble.two {
    right: 478px;
    top: 388px;
}

.impact .redbubble.three {
    right: 470px;
    top: 185px;
}

.impact .redbubble.four {
    right: 310px;
    top: 237px;
}


.impact .redbubble.five {
    right: 110px;
    top: 240px;
}

.impact .redbubble.six {
    right: 70px;
    top: 452px;
}

.grid.six a,
.grid.six .card {
    width: 33.33%;
    height: 350px;
    float: left;
}

.grid.two a,
.grid.two .card {
    width: 50%;
    height: 350px;
    float: left;
}

.banner h1 {
    font-size: 100px;
    line-height: 90px;
    color: #fff;
}

h1.purple-bg {
    font-size: 85px;
    padding: 70px 20px;
}

.apply h2 {
    font-size: 75px;    
}

.form .wpcf7-form p {
    text-align: left;
    margin-right: 20px;
}


.box {
    width: 20%;
    float: left;
}

.box.double {
    width: 40%;
}


.apply p {
    font-size: 50px;
    font-weight: 100;
    margin-top: 0;
}


.featuredboxes .col {
    width: 33.33%;
}

.featuredboxes .card {
    height: 490px;
    
}

.featuredboxes .col.one .card,
.featuredboxes .col.two .card {
    border-right: 1px solid #dce0e6;     
}

.featuredboxes .card.tall {
    height: 825px;
}

.featuredboxes .col .imgwrap img {
    display: block;
}

.app-wrapper .greenlinebtn {
    margin: 30px 0 0 auto ;
    float: right;
    display: block;
}

.app-wrapper p {
    margin: 25px 0 0 auto;
    max-width: 500px;
    }

.app-wrapper .left  {
    width: 45%;
}

.app-wrapper .right {
    width: 55%;
}

.app-wrapper .left {
    float: left;
    text-align: right;
}


.app-wrapper .right {
    float: right;
    text-align: left;
}


.app-wrapper img {
    margin: 0 auto 0 50px;
}

.green-wrapper .download {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;    
    text-align: left;
}

.green-wrapper .download h2 {
    margin:0;
}    

a.greenbtn {
    width: 30%;
}

.nav-wrap {
    position: relative;
}
a.leftside {
    display: block;
    position: absolute;
    float: left;
    z-index: 1000;
    top: 30px;
}

.leftside  {
    width: 50%;
}

a.greenbtn {
    float: right;
}


html.mobile-menu-active #main  {
    opacity: 1 !important;
}

.sub-menu li.dl-back , .sub-menu li.dl-back a {
    display: none !important;
}
    
.site-title {
    width: 485px;
    height: 60px;
    float: left;
    display: block;
    background-size: 100%;
    background-position: center left;    
    margin: 0 auto;
}

.site-menu ul li {
    margin: 0 0 0 20px;
}
.site-menu ul li:first-child {
    margin:0;
}

.site-menu ul li.greenbtn {
    position: absolute;
    top: 20px;
    right: 150px;
    background: #00b287;
    border-radius: 5px;
    display: flex;
    height: 50px;
    align-items: center;
    padding: 0;
    min-width: 130px;
    margin:0;
}

.site-menu ul li.redbtn {
    position: absolute;
    top: 20px;
    right: 150px;
    background: #fd665c;
    border-radius: 5px;
    display: flex;
    height: 50px;
    align-items: center;
    padding: 0;
    min-width: 130px;
    margin:0;
}

.site-menu ul li.greenbtn:last-child {
    right: 0;
}
.site-menu ul li.redbtn:last-child {
    right: 0;
}

.site-menu ul li.greenbtn.third {
    right: 300px;
}

.site-menu ul li.greenbtn a {
    color: #fff;
    text-transform: lowercase;
    font-size: 18px;
    font-weight: 400;
	    padding: 15px;
}

.site-menu ul li.redbtn a {
    color: #fff;
    text-transform: lowercase;
    font-size: 18px;
    font-weight: 400;
}

.site-menu li .sub-menu,
.site-menu li .sub-menu a {
    width: 100%;
    display: block;
}



.site-menu li .sub-menu {
    opacity:0;
    text-align: left;
    min-width: auto;
}

.site-menu li a {
    padding: 10px 0;
    display: inline-block;    
}
.site-menu li a {
    line-height: 14px;
}

.site-menu li a,
.sub-menu li a {
    font-size: 13px;
    text-transform: uppercase;    
}

.site-menu  {
    min-height: 200px;
    max-height: 200px;
    width: 100%;
    right: 0;
    overflow: hidden;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    font-size: .95em;
    text-transform: uppercase;    
}

.site-menu:hover {
    max-height:900px;
    padding-bottom: 40px;        
}


header hgroup:hover:after {
    width: 100%;
}


body.home header hgroup:hover:after, 
body.home header hgroup:focus:after, 
body.home header hgroup:active:after {
    left: 0;
    right: 0;
    z-index: 99;
    border-bottom: 1px solid #dee2e8;

}


header hgroup:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    right: 0;
    height: 2px;
    content: "";
    transition: all 5s;
    border-color: #dee2e8;

}

header hgroup:hover  {
    margin-bottom: 50px;
}

header hgroup {
        transition: all 2s;
}


.site-menu:hover .sub-menu,
.site-menu .sub-menu {
    opacity:1;
    height: 100%;
    overflow: hidden;
    transition: all .3s ease .15s;
    position: relative;
    }
    
.site-menu:hover .sub-menu li {
    display: block;
}

.sub-menu li {
    clear: both;   
    text-transform: lowercase; 
}



.formslider .step .copy {
    text-align: left;
}

.formslider .step.three .form label {
    font-size: 17px;
    font-weight: 400;
    margin: 10px 20px 0 0;
    float: left;
}
.formslider .step.four .form label {
    font-size: 17px;
    font-weight: 400;
    margin: 10px 20px 0 0;
    float: left;
}

.formslider .step.four .form.homework-option label {
    display: inline-block;
    float:none;
    margin: 0px 20px;
}


.site-navigation {
    height: auto;
    position: relative;
}


.banner.tint .entry-meta  {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter.banner.tint p{
    font-size:25px;
    }
    
.title-wrap{
  position: relative;
}

.site-menu .sub-menu {
    position: relative;
    transform: scaleY(0);    
    transform-origin: top;
    transition: transform 0.26s ease;    
    overflow: hidden;

}
.site-menu .menu {
    position: relative;
    display: flex;
    justify-content: center;    
    text-align: center;
    padding-top: 115px;
}

.site-menu:hover .sub-menu {
    height: auto;
    transform: scaleY(1);
}

.site-menu ul.sub-menu,
.site-menu li.current-menu-item a,
.site-menu li a,
.site-menu li a:hover {
        -webkit-transform: none;
        -ms-transform: none;    
        transform: none;
        text-align: center;
}    



.site-menu ul li {
    padding: 0 ;
    height: auto;
    }

.site-menu li.current-menu-ancestor a,
.site-menu li.current_page_item a,
.site-menu li.current_page_parent a {
    border: 1px solid #b7cdc1;
    border-radius: 3px;
    padding: 10px 25px;
}
.site-menu ul.sub-menu li a,
.sub-menu li.current_page_item a,
.sub-menu li.current_page_parent a {
    border: 0px;
    padding: 10px 0;
}


.green-wrapper a.whitelinebtn {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 30px 70px;
}

.banner h1 {
    font-weight: 100;
}

.input-field.professional {
    margin-top: 50px;
}


/* Featured Programs */

.missionboxes .titlearea p a,
.missionboxes .card h3 {
    font-size: 22px;
    line-height: 33px;
}

}


@media (min-width: 1200px) {

#item-header-groups .group-header .header-content {
    max-width: 70%;
}

#buddypress .thread-from img {
    width: 125px;
    height: 125px;
}

#buddypress ul.item-list li.groups,
#buddypress ul.item-list li.activity,
#buddypress ul.item-list li.friends {
    padding: 50px !important;
}

#buddypress #item-nav li {
    margin-right: 15px;
}

#buddypress #item-nav li a {
    font-size: 16px;
    padding: 5px 10px;
}


 body.home .partnerships {
    padding: 80px 0 100px 0;    
 }



.impact .redbubble.one {
    right: 735px;
    top: 270px;
}

.impact .redbubble.two {
    right: 500px;
    top: 428px;
}

.impact .redbubble.three {
    right: 470px;
    top: 185px;
}

.impact .redbubble.four {
    right: 340px;
    top: 277px;
}


.impact .redbubble.five {
    right: 150px;
    top: 280px;
}

.impact .redbubble.six {
    right: 130px;
    top: 465px;
}



.impact .homeslider .row {
    background-position: bottom right;
    background-size: 1000px;    
    min-height: 800px;    

}

.impact .homeslider input#show:checked ~ section.patientpact {
    position: absolute;
}

.impact .infographics {
    background: url(images/female-figure.png) bottom left no-repeat;
    background-size: 280px;
}



.dropdown.prefix-dropdown  {
    margin-top: 50px;
}


.formslider .step.three .form label {
    margin: 10px 0 0 0;
}

.formslider .step.three .two.columns,
.formslider .step.three .four.columns,
.formslider .step.three .six.columns,
.formslider .step.three .eight.columns,
.formslider .step.four .six.columns,
.formslider .step.five .two.columns,
.formslider .step.three .twelve.columns {
    margin-left: 2%;

}


.formslider .step.five .two.columns:first-child {
    margin-left: 0;
}

.formslider .step.three .eight.columns {
  width: 64%;
}

.formslider .step.four .six.columns  {
  width: 48%;
}
.formslider .step.three .six.columns {
  width: 47.5%;
}
.formslider .step.five .two.columns {
  width: 23.5%;
}
.formslider .step.three .four.columns {
    width: 31%;
}

.formslider .step.four .eight.columns {
  width: 66%;
}
.formslider .step.four .two.columns {
  width: 16%;
}

.formslider .step.five .two.columns {
  width: 15%;
}
.formslider .step.three .two.columns {
  width: 14.5%;
}

.formslider .step.four .six.columns.left{
    margin-left: 0;
}
.formslider .step.four .six.columns.email-verify{
    width: 49%;
}
.formslider .step.four .six.columns.pass-verify{
    width: 49%;
}

.green-wrapper .download h2 {
    font-size: 44px;
    line-height: 45px;
}
.formslider h4 {
    font-size: 28px;
    font-weight: 200;
}

.formslider h3 {
    font-size: 65px;  
    line-height: 67px; 
    font-weight: 100;
}

.f1 {
    text-align: left;
    width: 50%;
    float: left;
}


.f3 {
    text-align: right;
    width: 50%;
    float: right;
}

.greenbubble.overlap {
    right: 24%;
}

.missionboxes {
    max-width: 1200px;
    margin: auto;
    height: 850px;
}

.missionboxes .one div.card:first-child {
    max-height: 400px;
}

.missionboxes .one div.card:last-child {
    max-height: 450px;
}

.missionboxes .two div.card:first-child {
    max-height: 425px;
}

.missionboxes .two div.card:last-child {
    max-height: 425px;
}

.missionboxes .three div.card:fist-child {
    max-height: 280px;
}

.missionboxes .three div.card:last-child {
    max-height: 570px;
}

.featuredgrid {
    max-width: 1200px;
    margin: auto;
}


.homeslider .sidebarinfo {
    width: 17%;
    height: 500px;
}

.impact .sidebarinfo {
    width: 19%;

}

.homeslider input#hide:checked ~ .slidecontent {
    position: absolute;
}

.homeslider input#show:checked ~ section.patient {
    margin-bottom: 0;
}


.slidecontent,
.patient.slider {
    position: absolute;
    top: 0;
    right: 0;
    width: 82%;
    text-align: left;
}



.sidebarinfo {
    width: 240px;
    left: 30px;    
    float: left;
    text-align: right;
    top: 50px;
    padding: 0;
}

.impact .sidebarinfo {
    padding: 30px 0 0 0;
}


.slidecontent.map {
    background-size: 1080px;
}

.slidecontent {
    right: -5%;
    width: 87%;

}

.content-wrap.regions .sprite {
    width: 23%;
}

.partnerships #diagram .content {
    width: 60%;
}
.partnerships #diagram .number  {
    width: 38%;
}


}




@media (min-width: 1350px) {

.partnerships h4{
    font-size: 36px;
}

#buddypress div.message-search,
#buddypress div.dir-search {
    margin-left: 35% !important;
}

.impact .sidebarinfo {
    padding: 100px 0 0 0;
}
    
.impact .homeslider .row {
    background-position: bottom right;
    background-size: 1130px;    
    min-height: 850px;    

}

.type-tribe_events .links {
    flex-direction: row;
}

.type-tribe_events a.tribe-events-read-more,
.type-tribe_events a.tribe-events-gcal {
    margin:0;
}


.patients .three.columns {
  width: 25%;
}
.patients .five.columns {
  width: 40%;
  margin-left: 3%;
}
.patients .four.columns {
  width: 30%;
}


.testimonial-wrapper {
    padding: 60px 25px 40px 25px;
}

.slidecontent.map {
    background-size: 1200px;
}
.homeslider .row {
   min-height: 785px;
}


.redbubble.one {
    right: 940px;
    top: 220px;
}

.redbubble.two {
    right: 830px;
    top: 290px;
}

.redbubble.three {
    right: 781px;
    top: 460px;
}

.redbubble.four {
    right: 540px;
    top: 200px;
}


.redbubble.five {
    right: 240px;
    top: 290px;
}

.redbubble.six {
    right: 420px;
    top: 275px;
}


.redbubble.seven {
    right: 490px;
    top: 380px;
}


.redbubble.eight {
    right: 82px;
    top: 455px;
}


.impact .redbubble.one {
    right: 825px;
    top: 280px;
}

.impact .redbubble.two {
    right: 560px;
    top: 428px;
}

.impact .redbubble.three {
    right: 570px;
    top: 200px;
}

.impact .redbubble.four {
    right: 400px;
    top: 277px;
}


.impact .redbubble.five {
    right: 180px;
    top: 280px;
}

.impact .redbubble.six {
    right: 150px;
    top: 490px;
}

.impact .missionboxes {
    max-width: 1350px;
}
.impact .missionboxes,
.impact .missionboxes .card,
 .impact .missionboxes .card .profilepic,
 .impact .stories button {
    height: 250px;
}
.missionboxes .card .titlearea p {
    font-size: 15px;
    line-height: 18px;
}
}
@media (min-width: 1450px) {
.tribe-event .date .date .smaller {
    font-size: 100px;
}


.impact .missionboxes,
.impact .missionboxes .card,
 .impact .missionboxes .card .profilepic,
 .impact .stories button {
    height: 300px;
}

}

@media (min-width: 1700px) {
.impact .infographics {
    background-position: 10% bottom;
}


}
#div-gpt-ad-1652992811008-0 iframe{
	 box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
}