/*

Project: FundMyTravel Stylesheet
Main Author: Adelon Zeta
Date Created: May 22, 2012


=== Table of Contents ===

1. Generic Styles
2. TopBar Styles
3. Donation Styles
4. Button Styles
5. Footer Styles
6. Main Styles
7. Form Styles
8. Column Styles
9. Search Results Styles
10. Terms of Service Styles
11. Admin Styles
12. Datepicker Styles
13. Bootstrap
14. Unsubscribe Page
15. Social Media Sharing
*. Unsorted Styles

*/


/*
==============================
Generic Styles
==============================
*/

@font-face {
    font-family: "Museo";
    src: url("/bundles/fundmytravelcommon/font/Museo/Museo300-Regular.otf");
}
@font-face {
    font-family: "Museo";
    src: url("/bundles/fundmytravelcommon/font/Museo/Museo700-Regular.otf");
    font-weight: bold;
}
@font-face {
    font-family: "Museo";
    src: url("/bundles/fundmytravelcommon/font/Museo/Museo500-Regular.otf");
    font-weight: normal;
}

.wf-loading html, body {
  visibility: hidden;
}
 
.wf-active html, body {
  visibility: visible;
}

html {
    min-height:100%;
    position: relative;
}

html, body {
    font-family: "Museo", sans-serif;
    background: #fff;
    /*background: #6f6f6f;*/
    color: #555;
    font-weight: 300;
    word-wrap: break-word;
}

body {
    margin-bottom:35px;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
}

label {
    cursor: default;
    display: block;
}

.toLeft {
    float: left;
}

.toRight {
    float: right;
}

h1 {
    font-size: 2.5rem;
}

a, a:visited {
    color: #71a842;
    text-decoration: none;
}

a:hover {
    color: #7ab04c;
}


/*
==============================
TopBar Styles
==============================
*/

.topBar {
    background: #7ddcde;
    border-top: solid 8px #0fc1c1;
    padding: 5px 0;
}

.topBar .branding {
    margin: 0;
    display: inline;
    font-size: 25px;
    font-weight: normal;
}

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

.topBar .mainNavigation {
    list-style-type: none;
    margin: 2px 0 0;
    float: left;
}

.topBar .mainNavigation li {
    display: inline-block;
    padding: 0 20px;
    border-left: solid 1px #a5eee7;
}

.topBar .mainNavigation li .submenu {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display:none;
    margin: 1px 0 0;
    padding: 4px 0;
    position: absolute;
    top: 25px;
    min-width: 160px;
    z-index: 100;
}

.topBar .mainNavigation .submenu li {
    border: none;
    display: block;
    margin: 0;
    padding: 0;
     
}

.topBar .mainNavigation .resources-menu span{
    color: #fff;
}

.topBar .mainNavigation .resources-menu span .arrowDown {
    margin-left: 15px;
}

.topBar .mainNavigation .resources-menu .submenu a {
    color: #565656;
    display: block;
    text-align: left;
    padding: 5px 0 5px 15px;
    font-size: 0.9rem;
}

.topBar .mainNavigation .resources-menu:hover .submenu {
    background-color:#fff;
    display: block;
}


.topBar .mainNavigation .submenu li:first-child a:hover {
    background-color: #0fc1c1;
    color: #fff;

}

.topBar .mainNavigation .submenu li:nth-child(2) a:hover {
    background-color: #0fc1c1;
    color: #fff;
}

.topBar .mainNavigation .submenu li:nth-child(3) a:hover {
    background-color: #0fc1c1;
    color: #fff;
}

.topBar .mainNavigation li:first-child {
    border-left: none;
}

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


.topBar .wrapper {
    position: relative;
}

.topAlert {
    background: #FBE3E4;
    border: 1px solid #F2B3B5;
    font-size: 18px;
    padding: 10px 0 10px 0;
    text-align: center;
}

.topAlert span {
    color: #993C1F;
}

.searchBox {
    background: #fff;
    position: absolute;
    right: 0;
    top: 40px;
    bottom: -53px;
    border: solid 1px #d6d6d6;
    border-top: none;
    padding: 8px;
    border-radius: 0 0 15px 15px;
    z-index: 99;
    height: 30px;
}

.searchBox .searchWrap {
    background: #fafafa;
    padding: 3px 5px;
    border: solid 1px #d6d6d6;
    width: 273px;
    height: 23px;
    position: relative;
}

.searchBox input {
    border: none;
    background: transparent;
    font-family: "Museo", sans-serif;
    color: #9a9a9a;
    font-size: 12px;
}

.searchBox .text {
    width: 250px;
    outline: none;
}

.searchBox .searchButton {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/bundles/fundmytravelcommon/images/icons/search.png) no-repeat;
    text-indent: -999999px;
    margin-top: 3px;
    position: absolute;
    right: 8px;
}

/*
==============================
Donation Styles
==============================
*/

.donation-page {
    min-height:500px;
}
.donation-page .head { 
    padding-top: 20px;
}
.msgHead {
    margin: 35px 0 10px;
    background-color: #F5F5F5;
    padding: 20px 25px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    min-height: 20px;
}
.donation-page .msgHead h2 {
    margin: 5px 0;
    font-size: 1.56em;
    font-weight:lighter;
}
.donation-page .msgHead p {
    margin:5px 0;
    color:#737373;
}
.donation-page .sendMsgInfo .infoItems {
    margin:0 30px 0 0;
    width:240px;
}
.donation-page .head .campaignTitle a{ 
    color: #555555;
}
.donation-page #donationForm {
    float:left;
    width:560px;
}
.donation-page #donationForm.sendMsgForm {
    width:900px;
}
.sendMsgForm img {
    float: left; 
    display: inline-block;
    margin: 30px 10px 20px 0;
    padding-left:120px;
}
#donationSteps.form {
    padding-top: 30px;
}
.donation-page #donationSteps.form {
    padding-top: 10px;
}
.donation-page #donationForm .donationStep1 .modalCurrency {
    margin: 0 10px 0 5px;
}
.donation-page #donationForm .donationStep2 .donationName, .donation-page #donationForm .donationStep2 .donationMsg {
    margin-left: 5px;
}
.donation-page .paymentInfo fieldset{
    background-color: #ffffff;
    border: 1px solid #D7D7D7;
    border-radius: 5px;
    clear: both;
    margin: 0;
    overflow: auto;
    padding: 10px;
}
.donation-page .paymentInfo fieldset.last {
    margin-top: 20px;
}
.donation-page .paymentInfo legend{
    color: #71A842;
}
.donation-page .infoItems {
    display: inline-block;
}
.donation-page .cvvBox {
    width:300px;
}
.donation-page .infoItems .cvv {
    width:25%;
}
.donation-page .infoItems .cvvHelp{
    background: url(/bundles/fundmytravelcommon/images/cvvImage.png) no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    font-size: 12px;
    color: #949494;
    width: 120px;
    display: inline-block;
    position: absolute;
    margin: 2px 0 0 10px;
    padding-left:43px;
}
.donation-page .addressInfo {
    width:450px;
}
.donation-page .regionInfo a{
    font-size: 12px;
    color: #2990FF;
    text-decoration: underline;
    display: inline-block;
}
.donation-page #non-us-fields .billingInfo, .donation-page #non-us-fields .billingInfo {
    margin-right:10px;
}
.donation-page #non-us-fields .billingInfo select, .donation-page #non-us-fields .billingInfo input {
    width:140px;
}
.donation-page #non-us-fields .stateInfo input{
    width:232px;
}
.donation-page #us-only-fields input,.donation-page #non-us-fields input[name="postalCode"] {
    display: inline-block;
    width: 90px;
    margin-right: 5px;
}
.donation-page #donationForm .hide{
    visibility: hidden;
}
.donation-page .first {
    margin-right: 20px;
}
.donation-page .sideContent {
    padding-top:    30px;
}
.donation-page #fundBtnWepay {
    display:    none;
}
.cvvBox p.error {
    width: 81% !important;
}
.us-form {
    margin-top: -20px;
}
.us-form .billingInfo {
    width: 150px;
}
#us-only-fields p.error,
.button-block p.error {
    width: 160px !important;
    margin: -10px 0 30px !important;
}
.us-form .first {
    float: left;
}
.us-form .first .fielddropdown {
    margin-left: -50px;
}
.us-form .city {
    margin-left: 20px;
}
.us-form .country-error {
    position: absolute;
    width: 118px !important;
}
/*.donation-page .sideContent .donateBox .percentFunded,.donation-page .sideContent .donateBox .campaignDue {
    margin-bottom:0;
}*/
#donationForm .agree-terms {
    font-size:14px;
    margin:20px 0 15px;
}
.campaignCalculator {
    width: 360px;
    margin: 0 auto;
    position: relative;
}

.campaignCalculator h3 > p {
    text-transform: none;
    font-weight: normal;
    margin: 0px;
    font-size: 0.8rem;
    color: #777;
}

.campaignCalculator h3 {
    margin-bottom: 0;
}

.campaignCalculator .item {
    margin-top: 15px;
    padding-top: 15px;
    border-top: dashed 1px #cecece;
}

/*.campaignCalculator > .form > .item:nth-child(2) {
    margin-top: 165px;
}*/

.campaignCalculator > .form > #donateMore + .item {
    margin-top: 165px;
}

.campaignCalculator .item em.description {
    color: #999;
    font-size: 0.6rem;
}

.campaignCalculator .item .itemContent .customTextbox {
    color: #579125;
}

.campaignCalculator .item .itemContent .customTextbox input[type="text"] {
    width: 50px;
    color: #579125;
}

.campaignCalculator .goalAmount {
    background: #d5ffff;
    color: #449494;
    display: inline-block;
    padding: 25px 8px;
    border-radius: 3px;
    vertical-align: top;
}

.campaignCalculator .goalAmount strong {
    font-size: 20px;
    display: block;
    margin-bottom: -10px;
}

.campaignCalculator .goalAmount span {
    font-size: 11px;
    text-transform: uppercase;
}

.campaignCalculator .itemContent {
    display: inline-block;
    padding-left: 9px;
}

.campaignCalculator .itemContent h5 {
    color: #555;
    font-size: 14px;
    width: 234px;
    margin: 0 0 10px;
    line-height: 18px;
    font-weight: normal;
}

.campaignCalculator .progress {
    margin: 0 20px 0 0;
    color: #579125;
    display: inline-block;
}

.campaignCalculator .progress strong {
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin-bottom: -10px;
}

.campaignCalculator .progress span {
    text-transform: uppercase;
    font-size: 12px;
}

.campaignCalculator .progressBar {
    background: #eee;
    height: 10px;
    border-radius: 10px;
    margin-top: 5px;
}

.campaignCalculator .percent {
    background: #b4ed83;
    height: 100%;
    border-radius: 10px 0 0 10px;
}

.campaignCalculator .donation {
    color: #11C1C1;
    margin: 0 0 0 83px;
    display: inline;
    float: right;
    display: none;
}

.campaignCalculator .donation strong {
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin-bottom: -10px;
}

.campaignCalculator .donation span {
    text-transform: uppercase;
    font-size: 12px;
}

.campaignCalculator .slider {
    background: #eee !important;
    border: none !important;
    float: right;
    height: 10px !important;
    margin-top: 5px !important;
    display: none;
}

.campaignCalculator .slider .ui-slider-range-min {
    background: none repeat scroll 0 0 #11C1C1;
    width: 31.2625%;
}

.slider .ui-slider-handle {
    background: #11C1C1 !important;
    border: none !important;
    border-radius: 25px;
    width: 15px !important;
    height: 15px !important;
    top: -0.15em !important;
    cursor: pointer !important;
    outline: none !important;
    position: relative;
    display: block;
}

.campaignCalculator .toolTip {
    background: #58D3D3;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 3px;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    left: -140%;
    cursor: default;
    width: -moz-max-content;
}

.toolTip .toolTipArrowUp {
    border-bottom: 10px solid #58D3D3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    left: 20px;
    position: absolute;
    top: -5px;
    width: 0;
}

/*
==============================
Button Styles
==============================
*/

.button, input.button {
    background-color: #5FACFA;
    -moz-box-orient: vertical;
    background-image: -moz-linear-gradient(#5FACFA, #55A4F2);
    border: 1px solid #4C9DED;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 31px;
    padding: 5px 15px;
    text-transform: none;
    vertical-align: middle;
    text-align: center;
}

input.button {
    padding: 12px 15px 10px;
}

.button:hover, input.button:hover {
    background-color: #6cb4fd;
    background-image: -moz-linear-gradient(#6cb4fd, #6cb4fd);
    border-color: #6cb4fd;
}

a.button, input.button {
    color: #fff;
    text-decoration: none;
}

.buttonWrap {
    -moz-box-orient: vertical;
    background: none repeat scroll 0 0 rgba(180, 215, 249, 0.85);
    border-radius: 6px 6px 6px 6px;
    display: inline-block;
    margin-top: -4px;
    padding: 4px;
    vertical-align: middle;
}

.small.button, input.small.button {
    font-size: 14px;
    padding: 0 10px;
}

.large.button {
    font-size: 24px;
    padding: 10px 20px;
}

.extraLarge.button {
    font-size: 30px;
    padding: 15px 25px;
}

.yellow.button {
    background-color: #f9e866;
    background-image: -moz-linear-gradient(#f9e866, #efde5b);
    border-color: #f9e866;
    color: #0FC1C1;
}

.yellow.button:hover {
    background-color: #fded74;
    background-image: -moz-linear-gradient(#fded74, #fded74);
    border-color: #fded74;
}

.green.button {
    background-color: #71A842;
    background-image: -moz-linear-gradient(#71A842, #679d39);
    border-color: #71A842;
}

.green.button:hover {
    background-color: #79af4b;
    background-image: -moz-linear-gradient(#79af4b, #79af4b);
    border-color: #79af4b;
}

.gray.button {
    background-color: #7E7E7E;
    background-image: -moz-linear-gradient(#7E7E7E, #747171);
    border-color: #7E7E7E;
}

.gray.button:hover {
    background-color: #888;
    background-image: -moz-linear-gradient(#888, #888);
    border-color: #888;
}

.red.button {
    background-color: #A94242;
    background-image: -moz-linear-gradient(#A94242, #C55555);
    border-color: #A94242;
}

.red.button:hover {
    background-color: #BA5454;
    background-image: -moz-linear-gradient(#BA5454, #BA5454);
    border-color: #9F3636;
}

.green.gradient-button {
    background: #65C31F;
    background: -moz-linear-gradient(#94D52D, #65C31F) repeat scroll 0 0 #65C31F;
    border: 1px solid #57AF17;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    padding:15px 20px;
    border-radius: 4px;
    font-size:1.5em;
}

.green.gradient-button:hover {
    background: #5FBA17;
    background: -moz-linear-gradient(#88C923, #5FBA17) repeat scroll 0 0 #65C31F;
}

.button-block {
    display: block;
}

input.button-block {
    width: 100%;
}

#wepaySubmit {
    margin-top:5px;
}

#addCustomExpense {
    margin-top: 2px;
  /*  position: absolute;*/
    float:right;
    vertical-align: top;
    height: 39px;
    font-size: 16px;
}

.custom-expense {
    width: 97%;
}

.center {
    text-align: center;
}

.space {
    margin:40px 0;
}

/*
==============================
Footer Styles
==============================
*/

.footer {
    background: #6f6f6f;
    padding: 20px 0;
    font-size: 0.9rem;
    height: 20px;
    position: absolute!important;
    bottom:0;
    left: 0;
    width: 100%;
}

.globalLinks {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.globalLinks li {
    display: inline;
    padding: 0 20px;
    border-left: solid 1px #aaa;
}

.globalLinks li:first-child {
    border-left: none;
    padding-left: 0;
}

.globalLinks li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.copyright {
    margin: 0;
    color: #fff;
    font-size: 14px;
}


/*
==============================
Main Styles
==============================
*/

.main {
    background: #fff;
    padding: 50px 0;
}

.head {
    padding-top: 50px;
    border-bottom: solid 1px #cecece;
    background: #fff;
}

.head .campaignTitle {
    margin: 0;
    line-height: 47px;
    display: inline-block;
    font-size: 2.5rem;
}

.head p {
    margin: 0 0 20px;
    font-size: 18px;
}


/*
==============================
Form Styles
==============================
*/

.form input[type="text"],form textarea, .form select, .form input[type="password"], .form .ui-combobox-input, .form input[type="url"], .form input[type="email"] {
    font-family: "Museo", sans-serif;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #777;
    cursor: auto;
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 1em;
    outline: none;
    padding: 0.5em;
    width: 94%;

    -webkit-appearance: none;
    -moz-appearance: none;
}

.form select {
    cursor: pointer;
}

input:invalid, textarea:invalid {
    background-color: #fff;
}

.form select {
    width: 99%;
}

.form label {
    padding-bottom: 5px;
}

.form .customTextbox {
    display: block;
    position: relative;
}

.form .customTextbox span {
    position: absolute;
    left: 10px;
    top: 8px;
}

.form .customTextbox input[type="text"] {
    margin-bottom: 0;
    padding-left: 20px;
    width: 95%;
}

.commentForm {
    margin-top: 50px;
}


/*
==============================
Column Styles
==============================
*/

.column3 {
    width: 300px;
    float: left;
    margin-left: 30px;
}

.column3:first-child {
    margin-left: 0;
}

.column4 {
    width: 210px;
    margin-left: 30px;
    float: left;
}

.column4:first-child {
    margin-left: 0;
}



/*
==============================
Search Results Styles
==============================
*/

.searchResults {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.searchResultsHead {
    margin-bottom: 50px;
}

.searchResultsHead h1 {
    margin: 0;
}

.searchResultsHead p {
    font-size: 1.4em;
    margin: 0;
}

.searchResults li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: dashed 1px #cecece;
}

.searchResultsSide {
    position: relative;
}

.searchResultsSide h3 {
    color: #0FC1C1;
    margin-top: 0;
}

.searchResultsSide input[type="text"] {
    width: 92%;
}

.searchResultsMain {
    width: 680px;
    margin-left: 40px;
    float: left;
    padding-bottom: 50px;
}

/*
==============================
Terms of Service Styles
==============================
*/

.terms {
    padding: 60px 0;
}

.terms ol {
    margin-right: 30px;
}

.terms ol>ol li {
    list-style-type: lower-alpha;
}

.termswrapper {
    float: left;
    margin-right: 60px;
    width: 630px;
}

.termscrollwrapper {
    float: left;
}

.termscrollfixed {
    border: 1px solid rgb(230, 230, 230);
    border-radius: 15px;
    margin: 40px 0px 0px 0;
    padding: 20px;
    width: 175px;
}

.termscrollfixed li {
    border-bottom: 1px solid #e6e6e6;
    padding:8px 0;
    font-size: 13px;
}

.termscrollfixed li:last-child {
    border: none;
}

.termscrollfixed li a {
    color: #555;
}

.termscrollfixed .active a {
    color: #2abdbb;
}

.termscrollfixed li a:hover {
    color: #0fc1c1;
}


/*
==============================
Privacy Policy
==============================
*/

.privacywrapper {
    float: left;
    margin-right: 60px;
    width: 630px;
}



/*
==============================
Admin Styles
==============================
*/

.admin {
    padding: 60px 0;
}

.adminTabs {
    float: left;
    width: 180px;
    padding: 0;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}

.adminTabs dd {
    margin: 0;
    padding: 0;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.adminTabs a {
    position: relative;
    display: block;
    color: black;
    padding: 15px;
    background-color: white;
}

.adminTabs a:hover {
    background-color: #f0f0f0;
}

.adminTabs a.active {
    color: white;
    background-color: #71a842;
}

.adminContent {
    float: left;
    width: 759px;
    min-height: 450px;
    padding: 0 0 10px 19px;
}

.adminContent .breadcrumbs {
    padding: 5px 10px;
    border: 1px solid #e3e3e3;
    background: #f9f9f9;
    margin-bottom: 20px;
    font-size: 90%;
}

.adminContent .breadcrumbs a:hover {
    text-decoration: underline;
}

.searchAdd {
    margin: 15px 0 5px;
}

.searchAdd form {
    display: inline;
    float: left;
    margin: 0;
}

.searchAdd input {
    margin: 0;
}

.searchAdd #addButton {
    float: right;
}

.adminContent table {
    width: 100%;
    margin: 0;
}

.adminContent td {
    vertical-align: top;
}

.adminContent tbody tr:hover {
    background-color: #d7f6f6;
}

.adminContent .seeMore {
    display: block;
    background-color: #6f6f6f;
    color: white;
    padding: 10px;
    text-align: center;
}

.adminContent .seeMore:hover {
    background-color: #646363;
}

.providerProfile,
.programProfile {
    margin: 20px 0;
    border: 1px solid #e3e3e3;
    border-width: 1px 0 1px;
    padding: 20px 0;
}

.providerProfile img {
    float: left;
    width: 130px;
    height: 60px;
    margin-right: 10px;
    overflow: hidden;
}

.info,
.contact {
    float: left;
    margin-right: 10px;
}

.info p,
.contact p {
    margin: 0;
}

.nowrap {
    white-space: nowrap;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

.providerProfile .info {
    width: 495px;
}

.programProfile .info {
    width: 598px;
}

.info h2,
.contactItem p,
.contactItem h5 {
    margin: 0;
}

.contactItem p {
    font-size: 14px;
    line-height: 1;
}

.contacts,
.highlights {
    margin-bottom: 20px;
}

.contacts p,
.highlights p {
    margin: 0;
}

.control {
    float: right;
    width: 74px;
    height: 32px;
    font-size: 12px;
    padding: 14px 0;
}

.programProfile .control {
    width: 111px;
}

.edit,
.delete,
.feature {
    text-indent: -5000px;
    opacity: 0.4;
    filter: alpha(opacity = 40);
}

.control .edit,
.control .delete,
.control .feature {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    margin-left: 5px;
}

.edit:hover,
.delete:hover,
.feature:hover {
    opacity: 1.0;
    filter: alpha(opacity = 100);
}

.control .edit {
    background: url(/bundles/fundmytravelcommon/images/admin-edit.png) no-repeat;
}

.control .delete {
    background: url(/bundles/fundmytravelcommon/images/admin-delete.png) no-repeat;
}

.control .feature {
    background: url(/bundles/fundmytravelcommon/images/admin-feature.png) no-repeat;
}

img.loader {
    height: 16px;
    width: 16px;
    padding: 10px 20px;
}

.list .edit,
.list .delete,
.list .feature {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 1px;
}

.list .edit {
    background: url(/bundles/fundmytravelcommon/images/admin-edit-list-item.png) no-repeat;
}

.list .delete {
    background: url(/bundles/fundmytravelcommon/images/admin-delete-list-item.png) no-repeat;
}

.list .feature {
    background: url(/bundles/fundmytravelcommon/images/admin-feature-list-item.png) no-repeat;
}

.list th:last-child {
    width: 60px;
}

.hiddenForm {
    margin-top: -37px;
    padding: 0 20px;
}

.hiddenForm fieldset {
    padding: 9px 20px;
    border: 1px solid #6f6f6f;
    border-width: 1px 0 0;
}

.hiddenForm fieldset.focused {
    background-color: #e3e3e3;
}

.hiddenForm legend {
    padding: 10px;
    border: 1px solid gray;
    background-color: #6f6f6f;
    color: white;
    margin-left: -20px;
    box-shadow: 0 1px 3px gray;
}

.hiddenForm fieldset ol {
    margin-left: 20px;
}

.hiddenForm fieldset ol li {
    list-style-type: none;
}

.hiddenForm fieldset li.toLeft + li.toLeft {
    margin-left: 20px;
}

.hiddenForm table {
    border: none;
}

.hiddenForm textarea {
    resize: vertical;
}

.hiddenForm input[type=file] + small.error {
    margin-top: 0;
}

.providerLogoWrapper {
    width: 130px;
    height: 60px;
    border: 1px dashed #e3e3e3;
    margin-bottom: 10px;
}

#addedContacts {
    table-layout: fixed;
}

#addedContacts input,
#addedContacts textarea {
    width: 100%;
}

.added {
    background: none;
    border: none;
    border-radius: 2px;
    margin: 1px;
    padding: 6px 3px 4px;
}

.added:hover,
.added:focus {
    background: url(/bundles/fundmytravelcommon/images/misc/input-bg.png) no-repeat scroll 0 0 #F9F9F9;
    border: 1px solid #bbbbbb;
}


.table th {
    background: #EDF1F4;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}


/*
==============================
Datepicker Styles
==============================
*/

/* the input field */
.date {
    border:1px solid #ccc;
    font-size:18px;
    padding:4px;
    width:194px;

    -moz-box-shadow:0 0 10px #eee inset;
    -webkit-box-shadow:0 0 10px #eee inset;
}

/* calendar root element */
#calroot {
    /* place on top of other elements. set a higher value if nessessary */
    z-index:10000;

    margin-top:-1px;
    width:198px;
    padding:2px;
    background-color:#fff;
    font-size:11px;
    border:1px solid #ccc;

    -moz-border-radius:5px;
    -webkit-border-radius:5px;

    -moz-box-shadow: 0 0 15px #666;
    -webkit-box-shadow: 0 0 15px #666;
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {
    padding:2px 0;
    height:22px;
}

#caltitle {
    font-size:14px;
    color:#0150D1;
    float:left;
    text-align:center;
    width:155px;
    line-height:20px;
    text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
    display:block;
    width:20px;
    height:20px;
    background:transparent url(/bundles/fundmytravelcommon/images/jquery/prev.gif) no-repeat scroll center center;
    float:left;
    cursor:pointer;
}

#calnext {
    background-image:url(/bundles/fundmytravelcommon/images/jquery/next.gif);
    float:right;
}

#calprev.caldisabled, #calnext.caldisabled {
    visibility:hidden;
}

/* year/month selector */
#caltitle select {
    font-size:10px;
}

/* names of the days */
#caldays {
    height:14px;
    border-bottom:1px solid #ddd;
}

#caldays span {
    display:block;
    float:left;
    width:28px;
    text-align:center;
}

/* container for weeks */
#calweeks {
    background-color:#fff;
    margin-top:4px;
}

/* single week */
.calweek {
    clear:left;
    height:22px;
}

/* single day */
.calweek a {
    display:block;
    float:left;
    width:27px;
    height:20px;
    text-decoration:none;
    font-size:11px;
    margin-left:1px;
    text-align:center;
    line-height:20px;
    color:#666;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

/* different states */
.calweek a:hover, .calfocus {
    background-color:#ddd;
}

/* sunday */
a.calsun {
    color:red;
}

/* offmonth day */
a.caloff {
    color:#ccc;
}

a.caloff:hover {
    background-color:rgb(245, 245, 250);
}

/* unselecteble day */
a.caldisabled {
    background-color:#efefef !important;
    color:#ccc  !important;
    cursor:default;
}

/* current day */
#calcurrent {
    background-color:#498CE2;
    color:#fff;
}

/* today */
#caltoday {
    background-color:#333;
    color:#fff;
}


/*
==============================
Datepicker Styles
==============================
*/

.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";}
.clearfix:after{clear:both;}
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.input-block-level{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
.btn{display:inline-block;*display:inline;*zoom:1;padding:4px 10px 4px;margin-bottom:0;font-size:13px;line-height:18px;*line-height:20px;color:#333333;text-align:center;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);background-image:-ms-linear-gradient(top, #ffffff, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);background-image:linear-gradient(top, #ffffff, #e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #cccccc;*border:0;border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);}.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{background-color:#e6e6e6;*background-color:#d9d9d9;}
.btn:active,.btn.active{background-color:#cccccc \9;}
.btn:first-child{*margin-left:0;}
.btn:hover{color:#333333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-ms-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear;}
.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.btn.active,.btn:active{background-color:#e6e6e6;background-color:#d9d9d9 \9;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}
.btn.disabled,.btn[disabled]{cursor:default;background-color:#e6e6e6;background-image:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.btn-large{padding:9px 14px;font-size:15px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.btn-large [class^="icon-"]{margin-top:1px;}
.btn-small{padding:5px 9px;font-size:11px;line-height:16px;}
.btn-small [class^="icon-"]{margin-top:-1px;}
.btn-mini{padding:2px 6px;font-size:11px;line-height:14px;}
.btn-primary,.btn-primary:hover,.btn-warning,.btn-warning:hover,.btn-danger,.btn-danger:hover,.btn-success,.btn-success:hover,.btn-info,.btn-info:hover,.btn-inverse,.btn-inverse:hover{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);}
.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255, 255, 255, 0.75);}
.btn{border-color:#ccc;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);}
.btn-primary{background-color:#0074cc;background-image:-moz-linear-gradient(top, #0088cc, #0055cc);background-image:-ms-linear-gradient(top, #0088cc, #0055cc);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));background-image:-webkit-linear-gradient(top, #0088cc, #0055cc);background-image:-o-linear-gradient(top, #0088cc, #0055cc);background-image:linear-gradient(top, #0088cc, #0055cc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);border-color:#0055cc #0055cc #003580;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#0055cc;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{background-color:#0055cc;*background-color:#004ab3;}
.btn-primary:active,.btn-primary.active{background-color:#004099 \9;}
.btn-warning{background-color:#faa732;background-image:-moz-linear-gradient(top, #fbb450, #f89406);background-image:-ms-linear-gradient(top, #fbb450, #f89406);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image:-webkit-linear-gradient(top, #fbb450, #f89406);background-image:-o-linear-gradient(top, #fbb450, #f89406);background-image:linear-gradient(top, #fbb450, #f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);border-color:#f89406 #f89406 #ad6704;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#f89406;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{background-color:#f89406;*background-color:#df8505;}
.btn-warning:active,.btn-warning.active{background-color:#c67605 \9;}
.btn-danger{background-color:#da4f49;background-image:-moz-linear-gradient(top, #ee5f5b, #bd362f);background-image:-ms-linear-gradient(top, #ee5f5b, #bd362f);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));background-image:-webkit-linear-gradient(top, #ee5f5b, #bd362f);background-image:-o-linear-gradient(top, #ee5f5b, #bd362f);background-image:linear-gradient(top, #ee5f5b, #bd362f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);border-color:#bd362f #bd362f #802420;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#bd362f;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{background-color:#bd362f;*background-color:#a9302a;}
.btn-danger:active,.btn-danger.active{background-color:#942a25 \9;}
.btn-success{background-color:#5bb75b;background-image:-moz-linear-gradient(top, #62c462, #51a351);background-image:-ms-linear-gradient(top, #62c462, #51a351);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));background-image:-webkit-linear-gradient(top, #62c462, #51a351);background-image:-o-linear-gradient(top, #62c462, #51a351);background-image:linear-gradient(top, #62c462, #51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);border-color:#51a351 #51a351 #387038;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#51a351;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{background-color:#51a351;*background-color:#499249;}
.btn-success:active,.btn-success.active{background-color:#408140 \9;}
.btn-info{background-color:#49afcd;background-image:-moz-linear-gradient(top, #5bc0de, #2f96b4);background-image:-ms-linear-gradient(top, #5bc0de, #2f96b4);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));background-image:-webkit-linear-gradient(top, #5bc0de, #2f96b4);background-image:-o-linear-gradient(top, #5bc0de, #2f96b4);background-image:linear-gradient(top, #5bc0de, #2f96b4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#2f96b4;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{background-color:#2f96b4;*background-color:#2a85a0;}
.btn-info:active,.btn-info.active{background-color:#24748c \9;}
.btn-inverse{background-color:#414141;background-image:-moz-linear-gradient(top, #555555, #222222);background-image:-ms-linear-gradient(top, #555555, #222222);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));background-image:-webkit-linear-gradient(top, #555555, #222222);background-image:-o-linear-gradient(top, #555555, #222222);background-image:linear-gradient(top, #555555, #222222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);border-color:#222222 #222222 #000000;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#222222;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{background-color:#222222;*background-color:#151515;}
.btn-inverse:active,.btn-inverse.active{background-color:#080808 \9;}
button.btn,input[type="submit"].btn{*padding-top:2px;*padding-bottom:2px;}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0;}
button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px;}
button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px;}
button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px;}
.btn-group{position:relative;*zoom:1;*margin-left:.3em;}.btn-group:before,.btn-group:after{display:table;content:"";}
.btn-group:after{clear:both;}
.btn-group:first-child{*margin-left:0;}
.btn-group+.btn-group{margin-left:5px;}
.btn-toolbar{margin-top:9px;margin-bottom:9px;}.btn-toolbar .btn-group{display:inline-block;*display:inline;*zoom:1;}
.btn-group>.btn{position:relative;float:left;margin-left:-1px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.btn-group>.btn:first-child{margin-left:0;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;}
.btn-group>.btn:last-child,.btn-group>.dropdown-toggle{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;}
.btn-group>.btn.large:first-child{margin-left:0;-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px;}
.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle{-webkit-border-top-right-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px;}
.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{z-index:2;}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0;}
.btn-group>.dropdown-toggle{padding-left:8px;padding-right:8px;-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*padding-top:4px;*padding-bottom:4px;}
.btn-group>.btn-mini.dropdown-toggle{padding-left:5px;padding-right:5px;}
.btn-group>.btn-small.dropdown-toggle{*padding-top:4px;*padding-bottom:4px;}
.btn-group>.btn-large.dropdown-toggle{padding-left:12px;padding-right:12px;}
.btn-group.open .dropdown-toggle{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}
.btn-group.open .btn.dropdown-toggle{background-color:#e6e6e6;}
.btn-group.open .btn-primary.dropdown-toggle{background-color:#0055cc;}
.btn-group.open .btn-warning.dropdown-toggle{background-color:#f89406;}
.btn-group.open .btn-danger.dropdown-toggle{background-color:#bd362f;}
.btn-group.open .btn-success.dropdown-toggle{background-color:#51a351;}
.btn-group.open .btn-info.dropdown-toggle{background-color:#2f96b4;}
.btn-group.open .btn-inverse.dropdown-toggle{background-color:#222222;}
.btn .caret{margin-top:7px;margin-left:0;}
.btn:hover .caret,.open.btn-group .caret{opacity:1;filter:alpha(opacity=100);}
.btn-mini .caret{margin-top:5px;}
.btn-small .caret{margin-top:6px;}
.btn-large .caret{margin-top:6px;border-left-width:5px;border-right-width:5px;border-top-width:5px;}
.dropup .btn-large .caret{border-bottom:5px solid #000000;border-top:0;}
.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret{border-top-color:#ffffff;border-bottom-color:#ffffff;opacity:0.75;filter:alpha(opacity=75);}
.dropup,.dropdown{position:relative;}
.dropdown-toggle{*margin-bottom:-3px;}
.dropdown-toggle:active,.open .dropdown-toggle{outline:0;}
.caret{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #000000;border-right:4px solid transparent;border-left:4px solid transparent;content:"";opacity:0.3;filter:alpha(opacity=30);}
.dropdown .caret{margin-top:8px;margin-left:2px;}
.dropdown:hover .caret,.open .caret{opacity:1;filter:alpha(opacity=100);}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:4px 0;margin:1px 0 0;list-style:none;background-color:#ffffff;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.2);*border-right-width:2px;*border-bottom-width:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;}.dropdown-menu.pull-right{right:0;left:auto;}
.dropdown-menu .divider{*width:100%;height:1px;margin:8px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #ffffff;}
.dropdown-menu a{display:block;padding:3px 15px;clear:both;font-weight:normal;line-height:18px;color:#333333;white-space:nowrap;}
.dropdown-menu li>a:hover,.dropdown-menu .active>a,.dropdown-menu .active>a:hover{color:#ffffff;text-decoration:none;background-color:#0088cc;}
.open{*z-index:1000;}.open >.dropdown-menu{display:block;}
.pull-right>.dropdown-menu{right:0;left:auto;}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000000;content:"\2191";}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px;}
.typeahead{margin-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}

.btn, button.btn {
    font-family: "Museo", sans-serif;
}


/*
==============================
Unsorted Styles
==============================
*/

.horizontalTabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.horizontalTabs li {
    display: inline-block;
}

.horizontalTabs .edit-campaign {
    position: relative;
    left: 175px;
}

.horizontalTabs .edit-campaign a {
    background: #acacac;
    color: #fff;
}

.horizontalTabs .edit-campaign a:hover {
    background: #cecece;
}

.horizontalTabs a {
    background-color: #71A842;
    border-radius:3px 3px 0 0;
    color: #FFFFFF;
    display: inline-block;
    padding: 10px 20px 12px;
}

.horizontalTabs .horizontaltabscount {
    background-color: #649B35;
    border-radius: 0 3px 0 0;
    font-size: 15px;
    left: 20px;
    padding: 11px 20px 14px;
    position: relative;
    width: 20px;
}

.horizontalTabs li a:hover {
    background: #7AB04C;
}

.horizontalTabs a:hover span {
    background: #71A842;
}

.horizontalTabs .selected, .horizontalTabs .selected:hover {
    background-color: #FFFFFF;
    border: 1px solid #cecece;
    border-bottom:solid 1px #FFFFFF;
    border-radius: 3px 3px 0 0;
    color: #71a842;
    padding: 11px 25px 10px;
    position: relative;
    bottom: -2px;
}

.horizontalTabs .selected span, .horizontalTabs .selected span:hover, .horizontalTabs .selected:hover span {
    background-color: #cecece;
    color: #FFFFFF;
    left: 25px;
    padding: 14px 20px 14px;
    position: relative;
}

.gray-tabs li a {
    background: #aaa;
    border: solid 1px #aaa;
}

.gray-tabs li a:hover {
    background: #999;
}

.gray-tabs li .selected, .gray-tabs li .selected:hover {
    color: #555;
}

.campaignSummary {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
    border-bottom: solid 2px #cecece;
}

.campaignSummary li {
    display: inline-block;
    width: 195px;
    border-left: solid 1px #cecece;
    padding: 5px 10px 20px;
}

.campaignSummary li img {
    float: left;
    margin-right: 5px;
}

.campaignSummary .funded {
    width: 150px;
}

.campaignSummary .daysRemaining {
    width: 200px;
}

.campaignSummary .goalAmount {
    width: 255px;
    color: #71A842;
}

.campaignSummary .amountRaised {
    width: 255px;
}

.campaignSummary li:first-child {
    border-left: none;
}

.campaignSummary li strong {
    font-size: 30px;
    display: block;
    line-height: 30px;
}

.campaignSummary li span {
    text-transform: uppercase;
    font-size: 12px;
}

.mainContent {
    width: 560px;
    float: left;
}

.sideContent {
    width: 360px;
    float: left;
    margin-left: 40px;
}

section {
    margin-bottom: 40px;
}

section h3 {
    color: #11C1C1;
    text-transform: uppercase;
    margin-top: 0;
    border-bottom: solid 1px #cecece;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 18px;
}

.totalDonation {
    color: #71A841;
    margin-bottom: 20px;
}

.totalDonation span {
    text-transform: uppercase;
    margin-top: 10px;
}

.totalDonation strong {
    font-size: 30px;
}

.campaignPhoto {
    width: 560px;
    height: 420px;
    background: #eee;
    position: relative;
}

.campaignPhoto a {
    left: 0;
    position: absolute;
    text-align: center;
    top: 235px;
    width: 100%;
}

.campaignProgram img {
    padding-right: 20px;
    /*border-right: solid 1px #cecece;*/
    /*margin-right: 20px;*/
    width: 128px;
    margin-bottom: 7px;
}

.campaignProgram h4, .campaignProgram p {
    margin: 0;
    font-weight: normal;
}

.campaignProgram div.toLeft {
    width: 390px;
}

.comment {
    border-bottom: dashed 1px #cecece;
    margin-bottom: 20px;
}

.comment img {
    margin-right: 10px;
    width: 45px;
}

.comment .title, .comment .date, .funder .name, .funder .date {
    margin: 0;
    width: 385px;
}

.comment .date {
    color: #999;
    font-size: 12px;
    border: none;
    box-shadow: none;
}

.leaveComment {
    margin-bottom: 20px;
    display: block;
}

.shareCampaign {
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 20px;
    background: #F2F3F3;
    border-radius: 5px;
    padding: 0;
}

.shareCampaign li {
    display: inline-block;
    vertical-align: top;
    border-right: solid 1px #DCDCDC;
}

.shareCampaign li:first-child {
    color: #71A842;
    padding: 5px 15px;
}

.funder {
    border-bottom: dashed 1px #cecece;
    padding: 15px 0;
    position: relative;
}

.funder .date, .updatesDate {
    color: #999;
    font-size: 12px;
    border: none;
    box-shadow: none;
}

.funder .donation {
    margin: 0;
    color: #71A842;
    position: absolute;
    right: 0;
}

.funder .donation strong {
    font-size: 18px;
    display: block;
    margin-bottom: -8px;
}

.funder .donation span {
    text-transform: uppercase;
    font-size: 12px;
}

.featuredPrograms {
    background: #eee;
}

.featuredPrograms .wrapper {
    position: relative;
}

.featuredPrograms .programs {
    width: 960px;
    height: 460px;
    position: relative;
}

.featuredPrograms .programs .content {
    width: 960px;
    height: 460px;
}

.featuredPrograms .programs .content p {
    margin: 0;
}

.featuredPrograms .timer {
    visibility: hidden;
}

.featuredPrograms .textOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
    width: 960px;
}

.featuredPrograms .textOverlay h2 {
    font-size: 4em;
    line-height: 60px;
    letter-spacing: -3px;
    color: #0FC1C1;
    width: 550px;
    margin: 70px 0 0;
}

.featuredPrograms .textOverlay .subText {
    font-size: 1.3em;
    width: 470px;
    color: #777;
    line-height: 26px;
}

.mainProgram {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    font-size: 0.8em;
}

.mainProgram a {
    color: #F9E866;
}

.steps {
    height: 122px;
    background: url(/bundles/fundmytravelcommon/images/black-bg.jpg) repeat;
    border-top: solid 1px #666;
}

.steps .startHere {
    width: 218px;
    float: left;
}

.steps ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.steps ul li {
    width: 208px;
    display: inline-block;
    color: #fff;
    vertical-align: top;
    padding: 15px 25px 0 15px;
    margin: 0 -2px;
    background: url(/bundles/fundmytravelcommon/images/steps-arrow2.jpg) no-repeat right;
}

.steps ul li:last-child {
    background: none;
}

.steps ul li h4 {
    margin: 0 0 5px;
    font-size: 0.9rem;
}

.steps ul li p {
    margin: 0;
    font-size: 0.9rem;
    width: 200px;
    color: #f1f1f1;
}

.steps ul li img {
    float: left;
    margin: 15px 10px 35px 0;
}

.steps .startHere a {
    color: #F9E866;
    font-size: 1.3em;
    line-height: 26px;
    display: inline-block;
    width: 140px;
    margin-top: 20px;
    font-style: italic;
    font-weight: normal;
    outline: none;
}

.steps .startHere a:hover {
    color: #fde739;
}

.steps .startHere img {
    float: left;
    margin: 20px 10px 0 0;
}

.stepsForm {
    background: #3F3F3F;
    border-bottom: solid 1px #444;
    border-top: solid 1px #666;
    color: #fff;
    display: none;
}

.subFooter {
    background: #eee;
    padding: 30px 0;
}

.subFooter h3 {
    margin: 0 0 10px;
}

.subFooter p {
    margin: 0 0 20px;
}

.subFooter label {
    margin-bottom: 20px;
    cursor: default;
}

.subFooter .activityFeed {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.subFooter .activityFeed li {
    border-bottom: dashed 1px #cecece;
    margin-bottom: 15px;
    padding-bottom: 15px;
    min-height: 45px;
}

.subFooter .activityFeed img {
    float: left;
    margin-right: 10px;
    width: 45px;
}

.subFooter .activityFeed p {
    margin: 0;
    display: inline-block;
    width: 240px;
}

.imageReplace {
    text-indent: -999999px;
    display: inline-block;
    width: 51px;
    height: 51px;
}

.facebook.imageReplace {
    background: url(/bundles/fundmytravelcommon/images/icons/facebook-icon.png) no-repeat;
}

.twitter.imageReplace {
    background: url(/bundles/fundmytravelcommon/images/icons/twitter-icon.png) no-repeat;
}

.google.imageReplace {
    background: url(/bundles/fundmytravelcommon/images/icons/google-icon.png) no-repeat;
}

.subFooter .phone, .subFooter .mail {
    margin-bottom: 22px;
    font-size: 1.2em;
}

.subFooter .phone img, .subFooter .mail img {
    margin-right: 10px;
}

.featuredCampaigns .sideBar {
    width: 234px;
    height: 435px;
    float: left;
    margin-right: 30px;
    border-right: solid 1px #cecece;
    position: relative;
}

.featuredCampaigns .sideBar h3 {
    margin-top: 0;
    color: #0FC1C1;
    text-transform: uppercase;
    text-align: right;
    margin-right: 10px;
}

.featuredCampaigns .campaigns, .campaigns {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    display: none;
}

.featuredCampaigns .campaigns li {
    display: inline-block;
    width: 210px;
    position: relative;
    height: 415px;
}

.featuredCampaigns small {
    display: block;
    margin-bottom: 10px;
}

.featuredCampaigns .campaigns li:first-child {
    margin-left: 0;
}

.featuredCampaigns .campaigns li .thumbnail, .smallSideContent .thumbnail {
    position: relative;
    width: 210px;
    height: 158px;
    background: #eee;
    display: block;
}

.featuredCampaigns .campaigns li .thumbnail img, .smallSideContent .thumbnail img {
    width: 100%;
}

.smallSideContent .thumbnail .videoContainer .videoThumbnailLoader {
    width: 16px;
    left: 100px;
    position: absolute;
    top: 65px;
}

.featuredCampaigns .campaigns li .progress, .smallSideContent .progress {
    background: rgba(132, 132, 132, 0.9);
    color: #fff;
    position: absolute;
    margin-bottom: 0;
    padding: 10px 20px;
    bottom: 0;
    left: 0;
    width: 50px;
}

.featuredCampaigns .campaigns li .progress strong, .smallSideContent .progress strong {
    font-size: 1.2em;
    font-weight: normal;
    display: block;
    margin-bottom: -10px;
    text-align: center;
}

.featuredCampaigns .campaigns li .progress span, .smallSideContent .progress span {
    text-transform: uppercase;
    font-size: 12px;
}

.featuredCampaigns .campaigns li h4, .smallSideContent h4 {
    margin-bottom: 0;
    width: 210px;
}

.featuredCampaigns .campaigns li .fundraiser, .smallSideContent .fundraiser {
    margin: 0;
    font-size: 12px;
    width: 210px;
    color: #999;
}

.featuredCampaigns .campaigns li p, .smallSideContent p {
    width: 210px;
    word-wrap: break-word;
}

.featuredCampaigns .campaigns li .description, .smallSideContent .description {
    height: 130px;
    overflow: hidden;
}

.smallSideContent .country, .smallSideContent .campaignDate {
    font-size: 14px;
    color: #777;
    text-transform: uppercase;
}

.smallSideContent .campaignDate {
    width: 180px;
    padding: 15px;
    background: #f9f9f9;
    color: #999;
    margin: 0 0 15px;
}

.smallSideContent .campaignDate strong {
    display: block;
    text-transform: none;
    color: #777;
}

.featuredCampaigns .campaigns li .country {
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    margin: 0;
    color: #777;
}

.verticalTabs {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.verticalTabs li .selected {
    color: #555;
    text-align: right;
    margin: 5px 10px 5px 0;
    border-radius: 5px;
    background: #ebebeb;
    display: block;
    padding: 5px 10px;
    border-top: solid 1px #d6d6d6;
    outline: none;
}

.verticalTabs li a {
    background: #fff;
    border: none;
    position: relative;
    color: #555;
    text-align: right;
    display: block;
    padding: 5px 10px;
}

.verticalTabs li .selected:after {
    content: url(/bundles/fundmytravelcommon/images/icons/vt-icon-active.png);
    position: absolute;
    right: -27px;
    top: 5px;
}

.textPagination {
    border: 0 none;
    bottom: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
}

.textPagination li {
    display: inline;
    margin: 0 5px;
}

.textPagination li .inactive {
    color: #888;
    cursor: default;
}

.textPagination li a {
    outline: none;
}

.fundCampaignButton {
    font-size: 1.5em;
    border-bottom: dashed 2px #71A842;
    outline: none;
}

.fundCampaignButton:focus {
    outline: none;
}

.or {
    color: #888;
    margin: 0 10px;
}

.carousel-frame {
    width: 690px !important;
}

.carousel-frame .campaigns li {
    width: 235px;
    height: 415px;
    vertical-align: top;
}

.carousel-frame .campaigns {
    width: 715px;
}

.contentWrap {
    background: rgba(255, 255, 255, 0.8);
    height: 870px;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 100;
    display: none;
    cursor: pointer;
}

.overlayTopBar {
    padding: 5px 0;
    background: #3f3f3f;
    display: none;
}

.overlayTopBar h1 {
    margin: 0;
    font-size: 24px;
    float: left;
}

.overlayTopBar p {
    margin: 5px 20px;
    color: #eee;
    float: left;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.overlayTopBar h1 a {
    color: #222;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
}

.step2.form, .step3.form, .step4.form, .step5.form {
    display: none;
}

.goToStep2, .goToStep3, .goToStep4, .goToStep5 {
    margin-top: 20px;
}

#goToStep2 {
    margin-left: 165px;
}

.closeJourney {
    cursor: pointer;
    position: absolute;
    top: 200px;
    right: 20px;
}

.userMini {
    margin-bottom: 10px;
}

.userMini img {
    margin-right: 10px;
    width: 45px;
}

.userMini p {
    margin-top: 10px;
    margin-bottom: 0;
}

.step1Form label {
    display: inline-block;
    width:20%;
}

.step1Form input[type="text"], .step1Form textarea, .step1Form select {
    background: #323232;
    width: 50%;
}

.step1Form select {
    width: 52%;
}

.reveal-modal-bg {
    background: rgba(87, 87, 89, 0.98);
}

.reveal-modal {
    background: #fff;
    border: 1px solid #cecece;
    box-shadow: none;
    border-radius: 0;
}

.reveal-modal-new header {
    background: #fff;
    border-bottom: solid 1px #efefef;
    margin: -30px -40px 20px;
    padding: 10px 40px;
}

.reveal-modal-new header h3 {
    color: #0fc1c1;
    font-size: 30px;
    margin: 0;
}

.reveal-modal-new .close-reveal-modal {
    margin: 15px;
}

.reveal-modal-new footer {
    border-top: 1px solid #EFEFEF;
    font-family: sans-serif;
    font-size: 0.8rem;
    margin: 25px 0 -17px;
    padding: 10px 0;
}

/*
=======================
Log In Form
=======================
*/

#loginSignupForm {
    width: 300px;
    left: 62%;
    text-align: center;
    padding-bottom:25px;
    position: absolute;
    top: 30px;
}

#loginSignupForm section {
    margin: 0;
    position: relative;
}

#loginSignupForm .divider{
    border: none !important;
    margin: 20px 0 !important;
}

#loginSignupForm .facebook-login-button {
    background-color: #3b5998; 
    border:none;
    padding: 12px 15px 10px;
}
#loginSignupForm .facebook-login-button:hover {
    background-color: #607BB3;
}


#loginSignupForm p {
    color:#cecece;
    font-family: sans-serif;
    margin: 7px 0;
}

#loginSignupForm .error {
border: 1px solid;
color: #B94A48;
}

#loginSignupForm .logterms {
    color: #555;
    font-family: museo;
    font-size: 12px;

}

#loginSignupForm #forgotPassword {
    color: #555;
    font-family: museo
}

#loginSignupForm #forgotPassword:hover {
    border-bottom: 1px solid #555;
}

#loginSignupForm #signup-inner {
    color: #555;
    font-family: museo;
}
#loginSignupForm #signup-inner:hover{
    border-bottom: 1px solid #555;
}

.reveal-modal-new footer .loginterms {
    display: block;
}

.reveal-modal-new footer .signupterms {
    display: none;
}

/*
=======================
Sign Form
=======================
*/


.signupseparator  p {
    font-family: museo;
}

.signupseparator ~ p{
    color: #555!important;
}

.sign-up .signup-to-newsletter {
    margin-bottom: 25px;
}

.sign-up .logterms {
    margin-bottom: 15px!important;
}

.signup-to-newsletter {
    font-size: 12px !important;
    margin-top: 9px !important;
    text-align: center !important;
}

#signup_confirmPassword {
    margin-bottom: 0;
}

#loginSignupForm .sign-up {
    margin: 0;
}

#loginSignupForm .sign-up .login-inner {
    color: #555;
    font-family: museo;
}
#loginSignupForm .sign-up .login-inner:hover{
    border-bottom: 1px solid #555;
}


#loginSignupForm span {
    display: block;
    font-family: sans-serif;
    margin: 15px 0;
}

#loginSignupForm .graytext {
    color: #cecece;
    margin: 15px 0 0;
}

#loginSignupForm .forgot_password {
    margin: 0;
}

#loginSignupForm .forgot_password input {
    margin-bottom: 5px;
}

#loginSignupForm .forgot_password .logterms {
    margin: 7px 0 25px;
}

#loginSignupForm .forgot_password .login-inner {
    color: #555;
    font-family: museo;
}

#loginSignupForm .forgot_password .login-inner:hover {
    border-bottom: 1px solid #555;
}

.profileSide, .searchResultsSide {
    float: left;
    width: 240px;
}

.profileSide .social {
    width: 240px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.profileSide .social li {
    width: 75px;
    display: inline-block;
    vertical-align: top;
}

.profileSide .social li a {
    background: url(/bundles/fundmytravelcommon/images/icons/profile-social-icons.png) no-repeat;
    display: block;
    height: 70px;
    text-align: center;
    font-size: 0.8rem;
    color: #A7A7A7;
    margin: -1px;
    text-indent: -999999px;
}

.profileSide .social li a.facebook {
    background-position: top left;
}

.profileSide .social li a.facebook:hover {
    background-position: left -70px;
}

.profileSide .social li a.twitter {
    background-position: -77px 0;
}

.profileSide .social li a.twitter:hover {
    background-position: -77px -70px;
}

.profileSide .social li a.google {
    background-position: top right;
}

.profileSide .social li a.google:hover {
    background-position: right -70px;
}

.profileSide .info a {
    word-wrap: break-word;
}

.profileSide .info .show-more {
    border-bottom: none;
    text-align: center;
}

.profileSide .info .show-more a {
    border-bottom: dashed 1px #71A842;
}

.profileSide .info .links a {
    background: #7DDCDE;
    border: 1px solid #7DDCDE;
    border-radius: 15px;
    color: #A1A1A1;
    display: inline-block;
    font-size: 1.4em;
    height: 27px;
    width: 27px;
    line-height: 27px;
    margin: 0 0 0 10px;
    text-align: center;
}

.profileSide .info .links .not-connected {
    background: #848484;
    border: 1px solid #848484;
    cursor: default;
}

.profileMain {
    float: left;
    width: 690px;
    margin-left: 30px;
}

.profileMain .name {
    margin: 0;
    line-height: 45px;
}

.profileMain .bio {
    color: #888;
    font-size: 1.2em;
    margin: 0;
}

.profileMain .head {
    padding: 0;
    width: 100%;
}

.profileMain .head .profileTabs {
    margin-top: 20px;
}

.profileMain .horizontalTabs {
    margin-left: 5px;
}

.profileMain .activities {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.profileMain .activities li {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: dashed 1px #cecece;
}

.profileMain .activities .content {
    margin-top: 20px;
}

.profileMain .activities .title {
    position: relative;
}

.profileMain .activities .title img {
    float: left;
    margin-right: 15px;
    width: 45px;
}

.profileMain .activities .title p {
    text-transform: uppercase;
    margin: 0;
    color: #777;
}

.profileMain .activities .content .campaign {
    width: 150px;
    float: left;
    margin-right: 20px;
}

.profileMain .activities .content .campaign p {
    margin: 5px 0 0;
    font-size: 0.9em;
}

.profileMain .activities li .content .campaign > img {
    width: 148px;
}

.profileMain .activities .content .body .comment {
    border-bottom: none;
    color: #999;
    font-size: 1.4em;
    font-style: italic;
    line-height: 29px;
}

.profileMain .activities .title strong {
    text-transform: uppercase;
    color: #0FC1C1;
}

.profileMain .activities .title span {
    color: #999;
    text-transform: uppercase;
    font-size: 0.8em;
    position: absolute;
    top: 0;
    right: 0;
}

.profileSide .photoContainer {
    width: 240px;
    height: 240px;
    background: #eee;
    position: relative;
    margin: 0 !important;
}

.profileSide .info {
    list-style-type: none;
    margin: 30px 0 0;
    padding: 0;
    width: 240px;
}

.profileSide .info li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: dashed 1px #cecece;
}

.campaignSnippetB ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.campaignSnippetB ul li, .profileMain .activities .content .campaignSnippetB ul li {
    padding: 0 !important;
    margin: 0 20px 0 0 !important;
    display: inline-block;
    border: none !important;
}

.campaignSnippetB .thumbnail {
    background: #eee;
    width: 148px;
    height: 111px;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
    overflow: hidden;
}

.campaignSnippetB .thumbnail img {
    width: 100%;
}

.campaignSnippetB .thumbnail p {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: rgba(132, 132, 132, 0.9);
    text-align: center;
    padding: 10px;
    line-height: 14px;
    height: auto;
}

.campaignSnippetB .thumbnail p span {
    display: block;
    text-transform: uppercase;
    font-size: 0.7em;
}

.campaignSnippetB .thumbnail .bigPlayVideo {
    left: 40px;
    top: 25px;
    width: 60px;
}

.campaignSnippetB h4 {
    margin: 0;
}

.campaignSnippetB p {
    margin: 10px 0;
    height: 48px;
    font-size: 15px;
}

.profileMain .travelCampaigns {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.profileMain .travelCampaigns li {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: dashed 1px #cecece;
}

.boxPagination {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.boxPagination li {
    display: inline-block;
}

.boxPagination li a {
    background: #fff;
    border: solid 1px #cecece;
    padding: 5px 15px;
    outline: none;
    color: #71a842;
}

.boxPagination li .current, .boxPagination li .inactive {
    border: none;
    color: #999;
    padding: 0 5px;
    cursor: default;
}

.bigSearchBox {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    padding: 5px;
    margin-top: 30px;
    width: 550px;
}

.form .bigSearchBox input[type="text"] {
    margin: 0;
    width: 75%;
    float: left;
    border-radius: 5px 0 0 5px;
    color: #aaa;
    font-size: 1.3em;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .form .bigSearchBox input[type="text"] {
        height: 31px;
    }
}

.form .bigSearchBox input[type="submit"] {
    border-radius: 0 5px 5px 0;
    margin-top: 1px;
    padding: 10px 15px;
}

.searchOverlay {
    display: none;
}

.returnOverlay {
    margin-top: 20px;
    display: inline-block;
    outline: none;
}

.returnOverlay:focus {
    outline: none;
}

.newSteps {
    background: #565457;
}

.newSteps ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.newSteps ul li {
    display: inline-block;
    width: 188px;
    color: #fff;
    vertical-align: top;
}

.newSteps ul .arrow {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #fff;
}

#donationForm.reveal-modal {
    width: 600px;
    left: 46%;
}

#donationForm section {
    margin-bottom: 20px;
}

#donationForm section h2 {
    margin: 0;
    text-align: center;
}

#donationForm .donationBox {
    padding-bottom: 30px;
}

.donationSteps {
    list-style-type: none;
    padding: 0;
    margin: 20px auto 50px;
    width: 450px;
}

.donationSteps li {
    display: inline-block;
    width: 147px;
    text-align: center;
}

.donationSteps li strong {
    margin-bottom: -5px;
    color: #999;
    display: block;
}

.donationSteps li span {
    color: #aaa;
    font-size: 0.8em;
}

.donationSteps .current strong {
    color: #555;
}

.donationSteps .current span {
    color: #999;
}

.donationSteps .done strong {
    color: #71A842;
}

.donationSteps .done span {
    color: #B4ED83;
}

.donationStepsProgress {
    width: 300px;
    margin: 20px auto 0;
    background: #eee;
    position: relative;
}

.donationStepsProgress .progress {
    height: 10px;
    background: #B4ED83;
    z-index: 100;
}

.donationStepsProgress .circle {
    width: 22px;
    height: 22px;
    border-radius: 22px;
    top: -7px;
    background: #eee url(/bundles/fundmytravelcommon/images/icons/circle.png) no-repeat 5px;
    position: absolute;
}

.donationStepsProgress .step1 {
    left: -5%;
}

.donationStepsProgress .step2 {
    left: 45%;
}

.donationStepsProgress .step3 {
    left: 95%;
}

.donationStepsProgress .active {
    background: #B4ED83 url(/bundles/fundmytravelcommon/images/icons/circle.png) no-repeat 5px;
}

.donationStepsProgress .done {
    background: #B4ED83 url(/bundles/fundmytravelcommon/images/icons/check.png) no-repeat 2px;
}

.donationMain {
    margin-bottom: 0;
    position: relative;
    height: 460px;
}

.donationMain h1 {
    margin-bottom: 0;
    margin-top: 15px;
    color: #0FC1C1;
}

.donationMain h4 {
    margin-top: -4px;
    color: #777;
    margin-bottom: 50px;
}

.donationMain .form h5 {
    font-size: 1.3em;
    margin: 0 0 -3px;
    color: #777;
}

.donationMain .form p {
    margin-top: -3px;
    margin-bottom: 30px;
    color: #999;
}

.donationMain .form .customTextbox span {
    color: #71A842;
    font-size: 2em;
    font-weight: bold;
    top: 15px;
}

.donationMain .form .customTextbox input[type="text"] {
    width: 40%;
    padding-left: 35px;
}

.donationMain .form .totalDonation {
    color: #71A842;
    font-size: 2em;
    width: 93%;
    font-weight: bold;
    background: #e7ffd3;
    margin-bottom: 0;
    padding: 20px;
}

.donationMain .form .totalDonation h2 {
    font-size: 1rem;
    text-transform: uppercase;
    display: inline-block;
}

.donationMain .form .toLeft {
    width: 58%;
    margin-right: 2%;
}

.donationMain .form .actions {
    float: right;
}

.donationMain .step1 .button {
    margin-top: 30px;
    width: auto;
}

.donationMain .step1, .donationMain .step2, .donationMain .step3, .donationMain .step4 {
    position: absolute;
    width: 100%;
}

.donationMain .step2, .donationMain .step3, .donationMain .step4 {
    display: none;
}

.donationMain .step2 .button, .donationMain .step3 .button {
    margin-top: 50px;
}

.donationMain .step2 h1, .donationMain .step3 h1 {
    margin-bottom: 0px;
}

.donationMain .step2 p, .donationMain .step3 p {
    margin-bottom: 20px;
    margin-top: 0;
    color: #999;
}

.donationMain .step4 h1 {
    text-align: center;
    margin-top: 50px;
}

.donationMain .step4 p {
    margin: 20px auto;
    text-align: center;
    width: 400px;
}

.donationMain .step4 .nl-print {
    margin: 60px auto 10px;
}

.donationMain .step4 .actions {
    margin: 0 auto;
    float: none;
}

.donationMain p.error.msg {
    margin: -15px 0 0;
    position: absolute;
    right: 0;
}

.donationMain p.error.msg span {
    width: 0px;
    height: 0px;
    border-bottom: 10px solid rgb(242, 222, 222);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute; 
    top: -7px;
    right: 10px;
}

.arrowDown {
    border-color: #FFFFFF transparent transparent;
    border-style: solid;
    border-width: 6px;
    display: inline-block;
    height: 0;
    width: 0;
    vertical-align: middle;
}

.arrowDown.five {
    border-width: 5px;
}

.userActions {
    display: inline-block;
    float: right;
}

.buttonGroup {
    display: inline-block;
    position: relative;
}

.buttonGroup ul {
    list-style-type: none;
    margin: 0;
    padding: 10px 20px;
    position: absolute;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 300px;
    right: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.buttonGroup ul li {
    padding: 10px 0;
    border-top: dashed 1px #cecece;
}

.buttonGroup ul li:first-child {
    border: none;
}

.inlineForm {
    margin: 0 0 30px;
}

.inlineForm label {
    display: inline-block;
    width: 20%;
    text-align: right;
    margin-right: 20px;
}

.inlineForm input[type="text"], .inlineForm input[type="password"], .inlineForm textarea, .inlineForm select {
    width: 60%;
    margin-right: 5px;
    background: #fafafa;
    color: #888;
}

.inlineForm select {
    width: 63%;
}

.inlineForm fieldset {
    width: 720px;
    margin: 10px 0;
}

.inlineForm .formActions {
    padding-left: 170px;
    width: 550px;
    display: inline-block;
}

.changePhoto {
    position: absolute;
    background: rgba(132, 132, 132, 0.9);
    bottom: 0;
    text-align: center;
    margin: 0;
    width: 100%;
    display: block;
    padding: 5px 0;
}

.changePhoto a {
    color: #fff;
    outline: none;
}

.changePhoto a:hover {
    border-bottom: dashed 1px #fff;
}

.changePhoto input[type="file"] {
    display: none;
}

.editCampaignTitle {
    margin: 0;
}

.ui-combobox {
    width: 487px;
}

.ui-combobox input[type="text"] {
    width: 96%;
}

.ui-combobox .ui-combobox-toggle {
    height: 0;
    margin-left: -43px;
    padding: 10px 10px 27px;
}

.deletedUpdate {
    background: #FFFAD3;
    padding: 10px 15px;
    display: none;
}

.editForm {
    display: none;
}

a.close {
    color: #555;
}

label.checkbox {
    display: inline;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    right: -20px;
    list-style: none outside none;
    margin: 1px 0 0;
    min-width: 160px;
    padding: 4px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu a {
    clear: both;
    color: #555 !important;
    display: block;
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 18px;
    padding: 5px 15px;
    white-space: normal;
}

.dropdown-menu a:hover {
    background: #0FC1C1 !important;
    color: #fff !important;
}

.topBar .dropdown-menu li {
    padding: 0;
    display: block;
    border: none;
}

.topBar .dropdown-toggle {
    outline: none;
}

.smallSideContent {
    float: left;
    margin-left: 40px;
    width: 210px;
}

.bigMainContent {
    float: left;
    width: 710px;
}

.editCampaign {
    margin-bottom: 20px;
}

.editCampaign .photoCropper {
    margin-bottom: 10px;
}

.grayField {
    background: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 17px;
    position: relative;
}

.whiteField {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

.grayField label {
    color: #4C4C4C;
    display: inline-block;
    line-height: 18px;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    width: 165px;
    float: left;
}

.editProfile .grayField label {
    width: 150px;
}

.grayField .fieldWrapper {
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    width: 475px;
    color: #4C4C4C;
}

.addressCountry, .addressState {
    display: inline-block;
}


.form .grayField input, .form .grayField select, .form .grayField textarea {
    margin: 0;
}

.grayField p {
    font-size: 0.8em;
    margin: 15px 0 0 0;
}

.form .customTextbox.customDate input[type="text"], .form .customTextbox.customURL input[type="text"], .form .customTextbox.customLocation input[type="text"] {
    padding-left: 2.6em;
    width: 70%;
}

.form .customTextbox.days input[type="text"] {
    padding-left: 9.2em;
    width: 68%;
}

.form .customTextbox.customCurrency input[type="text"] {
    margin-left: 27px;
    width: 25%;
}

.form .customTextbox.days span, .form .customTextbox.customDate span, .form .customTextbox.customURL span, .form .customTextbox.customCurrency span, .form .customTextbox.customLocation span {
    background: #eee;
    margin: -7px 0 0 -9px;
    padding: 7px;
    border-radius: 5px 0 0 5px;
}

.form .customTextbox.customCurrency span {
    padding: 7px 13px;
}

.form .customTextbox.customDonateMore input[type="text"] {
    font-size: 2rem;
    font-weight: bold;
    color: #71A841;
    background: #d6f0c0;
    width: 75%;
    /*-webkit-text-fill-color:#71A841;*/
}

.form .customTextbox img {
    background: #eee;
    border-radius: 5px 0 0 5px;
    margin: -7px 0 0 -9px;
    padding: 7px;
    position: absolute;
    left: 9px;
    top: 7px;
}

.form .customTextbox .addbutton {
    background:none !important;
    position: relative;
    top:0;
}

.customTextbox .addbutton button {
    background: #71A842;
    border-radius: 5px;
    border-style: none;
    color: #ffffff;
    font-family: museo;
    margin-left: -5px;
    outline: none;
    padding: 7px 30px;
}

.customTextbox .addbutton button:hover {
    background-color:#84B45A;
}

.charcounter {
    background-color: #FFFFFF;
    border-radius: 0 5px 5px 0;
    border-top: 1px solid #DFDEDE;
    color: #D1D1D1;
    display: none;
    font-family: sans-serif;
    font-size: 15px;
    font-style: italic;
    padding: 7px 15px 7px 10px;
}

.customExpenseDiv {
    position: relative;
}

.customExpenseDiv .charcounter {
    position: absolute;
    right: 3%;
    top: 22%;
    border-right: 1px solid;
}

.chooseCampaignPhoto a {
    background: #fff;
    display: block;
    text-align: center;
    padding: 8px 0;
    border: 1px dashed rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 10px;
    outline: none;
}

.chooseCampaignPhoto a:hover {
    border-style: solid;
}

.chooseCampaignPhoto input[type="file"] {
    display: none;
}

#step1-unfinished-campaign-form .chooseCampaignVideo {
    width: 96%;
    float: right;
}

.bigMainContent .formActions {
    margin: 20px 0 30px;
}

.clearLeft {
    clear: left;
}

.thumbnailLoader {
    position: absolute;
    top: 70px;
    left: 100px;
    width: 16px !important;
}

#pop-up-message h2 {
    color:#71A842;
    line-height: 30px;
    margin-top: 0;
}

#featuredCampaignLoader {
    background: rgba(255, 255, 255, 0.8);
    height: 415px;
    margin-left: 265px;
    position: absolute;
    width: 715px;
    z-index: 100;
    display: none;
}

#featuredCampaignLoader h3 {
    color: #0FC1C1;
    text-align: center;
    margin: 195px 0;
}

.create-campaign-wrapper {
    background: rgba(87, 87, 89, 0.98);
    height: auto;
    min-height: 1550px;
    min-width: 100%;
    width: auto;
    overflow: auto;
    display: none;
    position: absolute;
    top: 0;
    z-index: 2000;
}


.form .customTextbox .addbutton {
    background: none !important;
    position: absolute;
    left: 83.5%;
    top: 2px;
}

.form .customTextbox button {
    background: #71A842;
    border-radius: 5px;
    border-style: none;
    color: #ffffff;
    font-family: museo;
    margin-left: -5px;
    outline: none;
    padding: 7px 30px;
}

.create-campaign-body {
    width: 785px;
    background: #fff;
    border-radius: 5px;
    margin: 30px auto 20px;
    padding: 30px;
}


.create-campaign-body .bigMainContent {
    width: 535px;
}

.create-campaign-body .bigMainContent .grayField label {
    padding: 0 0 10px;
    width: 100%;
}

.create-campaign-steps ul {
    width: 355px;
    margin: 50px auto 0;
    padding: 0;
}

.create-campaign-steps ul li {
    background: url(/bundles/fundmytravelcommon/images/sprite-campaign-steps.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}

.create-campaign-steps ul .step {
    width: 65px;
    height: 93px;
    text-indent: -999999px;
}

.create-campaign-steps ul .divider {
    width: 46px;
    height: 14px;
    margin-top: -20px;
}

.create-campaign-steps ul .divider.inactive {
    background-position: left 99.7%;
}

.create-campaign-steps ul .divider.done {
    background-position: left 94.7%;
}

.create-campaign-steps ul .step.one.active {
    background-position: left 41%;
}

.create-campaign-steps ul .step.one.done {
    background-position: left top;
}

.create-campaign-steps ul .step.one.inactive {
    background-position: left 82%;
}

.create-campaign-steps ul .step.two.done {
    background-position: 50% top;
}

.create-campaign-steps ul .step.two.active {
    background-position: 50% 41%;
}

.create-campaign-steps ul .step.two.inactive {
    background-position: 50% 82%;
}

.create-campaign-steps ul .step.three.active {
    background-position: right 41%;
}

.create-campaign-steps ul .step.three.done {
    background-position: right top;
}

.create-campaign-steps ul .step.three.inactive {
    background-position: right 82%;
}

.create-campaign-body .head {
    padding: 0;
    border-bottom: none;
}

.create-campaign-body .head h1 {
    margin: 0;
    color: #0FC1C1;
}

.create-campaign-body .head p {
    margin: -4px 0 30px;
    color: #777;
}

span.required {
    color: #c12525;
    font-weight: bold;
}

.create-campaign-footer {
    width: 830px;
    margin: 0 auto 50px;
}

.create-campaign-footer a {
    color: #fff;
    outline: none;
}

.total-expenses h1 {
    color: #71A842;
    display: inline-block;
    margin: 0 0 0 20px;
    vertical-align: middle;
}

.total-expenses strong {
    color: #71A842;
}

#toStep3 {
    display: none;
}

.step2VerifyProfile .head h1, .step2VerifyProfile .head p {
    text-align: center;
}

#create-campaign-step2 .step2LoggedUser a {
    text-align: center;
    display: block;
    margin-bottom: 50px;
}

.step2LoggedUser h1 {
    color: #0EC1C1;
    margin-top: 0;
}

.afterPayment h1 {
    text-align: center;
    margin: 0;
    color: #0FC1C1;
}

.afterPayment .lead {
    text-align: center;
    margin: 0 0 30px;
}

.afterPayment .nl-print {
    font-size: 12px;
    margin: 0 0 5px;
    text-align: center;
}

.afterPayment .actions {
    text-align:center;
    margin-bottom:0;
}

.finePrint {
    font-size: 12px;
}

.removeExpense, .removeBtn {
    background: #fff;
    border: 1px solid #CECECE;
    border-radius: 20px;
    color: #555 !important;
    left: -10px;
    padding: 0 6px;
    position: absolute;
    top: -10px;
}

.button.disable, .button.disable:hover {
    background: #ccc;
    border: 1px solid #ccc;
    color: #fff;
    cursor: default;
}

p.error.msg, em.error, span.error.msg, ul.error li, li.error.msg {
    background: #F2DEDE;
    padding: 5px 10px;
    border-radius: 4px;
    color: #B94A48;
    display: block;
    margin: 5px 0;
    border: 1px solid #B94A48;
    font-family: sans-serif;
    width: 94%;
}

ul.error li {
    display: inline;
}

.donationAmount {
    margin-bottom: 85px;
    padding: 50px 0 25px;
    border-top: solid 1px #f5f5f5;
    border-bottom: solid 1px #f5f5f5;
}

.donationAmount h4 {
    color: #94ca65;
    text-transform: uppercase;
    margin: 25px 0 0;
}

.donationAmount .close-reveal-modal {
    color: #71A842;
    font-weight: normal;
    font-size: 1em;
    position: static;
    float: right;
    line-height: 2;
}

.inline {
    display: inline;
}

#showWhyNotListed {
    display: none;
}

.create-campaign-steps-container {
    margin: 0 auto;
    width: 845px;
    position: relative;
}

a.closeCreateCampaign {
    color: #444;
    background: #fff;
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 4px 10px;
    border: 5px solid #59595B;
    border-radius: 20px;
    outline: none;
}

a.closeCreateCampaign:hover {
    background: #333;
    color: #fff;
}

.modal-title {
    color: #0FC1C1;
    margin-top: 0;
}

.form.grayInline label {
    padding-left: 0;
}

#create-campaign-loading {
    text-align: center;
}

#create-campaign-loading p {
    margin-bottom: 0;
}

input.ui-combobox-input {
    background: #fff;
    width: 470px !important;
}

a.ui-combobox-toggle {
    background: #fff;
    border: none;
    margin-left: -37px !important;
    margin-top: 1px;
    padding: 9px 10px 26px !important;
    right: 0;
}

#calcurrent {
    background-color: #0EC1C1;
}

#caltitle {
    color: #0EC1C1;
    text-shadow: none;
}

.ui-menu {
    width: 480px;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.ui-menu .ui-menu-item a {
    font-size: 0.8rem;
}

.ui-menu .ui-menu-item a strong {
    color: #0EC1C1;
}

.grayField .campaignExpenseTitle {
    margin: 7px 0 0;
    font-size: 1.1em;
    display: inline-block;
    width: 490px;
}

.grayField .thumbnailLoader {
    position: static;
}

#modalStepsInfo .modalStepHead {
    background: #fbfbfb;
    margin: -30px -40px 25px;
    padding: 40px 40px 0;
}

#modalStepsInfo .modalStepHead ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#modalStepsInfo .modalStepHead ul li {
    background: #fbfbfb;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 170px;
    border-radius: 10px 10px 0 0;
    padding: 10px 0 20px;
}

#modalStepsInfo .modalStepHead ul li.selected {
    background: #fff;
}

#modalStepsInfo .modalStepHead ul li span {
    display: block;
}

#modalStepsInfo .modalStepContent div {
    display: none;
}

#modalStepsInfo .modalStepContent .step1 {
    display: inline;
}

.how-it-works {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.how-it-works .fundraisingsteps{
    border: 1px solid #d6d6d6;
    display:inline-block;
    height: 345px;
    margin:0 -5px 0 0;
    text-align:center;
    width:233px;
}

.how-it-works .fundraisingsteps h2 {
    color:#71a842;
    padding-bottom: 12px;
    border-bottom: 1px solid #d6d6d6;
}

.how-it-works .fundraisingsteps .fundraisingtitle h2 {
    color: #282828;
}

.how-it-works .fundraisingsteps .fundraisingtitle p {
    font-size: 12px;
}


.how-it-works .fundraisingsteps img {
    margin-left: 55px;
}

.how-it-works li {
    padding: 40px 0;
    clear: both;
}

.how-it-works li.moveRight {
    padding-left: 220px;
}

.how-it-works li.moveRight div {
    text-align: right;
}

.how-it-works .connector {
    margin-top: 150px;
    position: absolute;
}

.how-it-works .connector.right img {
    padding: 0 0 0 800px;
    margin: 0;
}

.how-it-works .connector.left img {
    padding: 0 0 0 50px;
    margin: 0;
}

.how-it-works img {
    margin: 0 20px 20px;
    float: left;
}

.how-it-works h2 {
    color: #0FC1C1;
    margin-top: 0;
    line-height: 29px;
}

.how-it-works div {
    width: 233px;
    float: left;
}

.how-it-works strong {
    text-transform: uppercase;
    color: #999;
    font-size: 1.5rem;
}

.alignLeft {
    text-align: left !important;
}

.missing {
    width: 600px;
    margin: 50px auto;
}

.missing h1 {
    margin-bottom: 0;
    text-align: center;
}

.missing h2 {
    font-size: 5rem;
    margin: -15px 0 -35px;
    text-align: center;
    color: #586575;
}

.missing h3 {
    text-transform: uppercase;
    text-align: center;
    color: #586575;
}

.missing h1 a {
    color: #0FC1C1;
    font-size: 1.5rem;
    letter-spacing: -1px;
}

.missing p {
    text-align: center;
}

.missing .gray-frame {
    border: solid 5px #A7B9C9;
    background: #fff;
}

.missing ul { 
    margin: 0 0 0 80px; 
    padding: 0;
}

.missing ul li { 
    list-style: none; 
    display: inline-block; 
    width: 200px; 
    margin: 5px 0; 
}

.missing .gray-inner-frame {
    border: 1px solid #ddd;
    padding: 25px;
}

#fundCampaignBtn, #donateMore {
    display: block;
}

#donateMore {
    margin: 20px 0 -145px;
}

.bigPlayVideo {
    position: absolute;
    top: 45px;
    left: 70px;
    width: auto !important;
}

.static-main {
    width: 650px;
    margin-right:40px;
    float:left;
}

/*
========================
About Us Share Buttons
========================
*/

.static-side {
    background: #Fff;
    border-radius: 8px;
    float: left;
    text-align: center;
    width: 245px;
}

/*
==============================
About Us
==============================
*/



.static-side .sharecontainer {
    background-color: #FCFCFC;
    border: 1px solid #F5F5F5;
    border-radius: 0 0 15px 15px;
    margin-top: 0px;
}

.static-side .shareheader {
    border: none;
    color: #555;
    font-size: 1em;
    margin-bottom: 0;
    padding: 10px 0;
    text-align: center;
    text-transform: none;
    font-weight: bold;
}

/*.sharecontainer footer .shareheader {
    padding-bottom: 0
}*/

.static-side p {
    background-color: #FFFFFF;
    border: 1px solid #F5F5F5;
    border-radius: 15px 15px 0 0;
    font-size: 14px;
    margin-top: 10px;
    padding: 15px 5px 25px;
    position: relative;
    text-align: center;
    top: 18px;
}

.static-side span {
    display: block;
    font-family: sans-serif;
    margin-top: 10px;
    padding: 5px 25px 0;
}

.sharecontainer {
    background: #FCFCFC;
    border:1px solid #F5F5F5;
}

.shareheader {
    border: 0;
    color: #555;
    margin:0;
    padding:10px;
    text-align: center;
}

.socialmedianavlist {
    border-radius: 0 0 8px 8px;
    list-style: none;
    margin:0;    
    padding: 0 0 15px;
    text-align: center;
}

.socialmedianavlist li {
    background-size: 125px;
    display: inline-block;
}

.socialmedianavlist li a {
    background:url('/bundles/fundmytravelcommon/images/toolkitimages/mediaicons.png');
    display: block;
    height: 35px;
    width: 35px;
}

.socialmedianavlist #facebook a {
    background-position: 0 0;
    background-size: 125px;
}

.socialmedianavlist #facebook a:hover {
    background-position: 0 35px;
}

.socialmedianavlist #twitter a {
    background-position: -45px 0;
    background-size: 125px;
}

.socialmedianavlist #twitter a:hover {
    background-position: -45px 35px;
}

.socialmedianavlist #google a {
    background-position: 35px 0;
    background-size: 125px;
}
.socialmedianavlist #google a:hover {
    background-position: 35px 35px;
} 

#partnership form h1 {
    margin: 10px 0;
    color: #0EC1C1;
}

#partnership form label {
    padding-left: 0;
    padding-top: 0;
    width: 500px;
}

#partnership form fieldset .grayField .fieldWrapper label {
    width: 430px;
}

#partnership form fieldset .grayField h4 {
    margin-top: 0;
}

#partnership form .partner-scroll {
    height: 380px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 20px;
}

#partnership section {
    margin-bottom: 0;
}

#forgotPassword, #cancelForgotPassword {
    margin-left: 10px;
}

.bigMainContent .step1 .grayField .fieldWrapper {
    width: 490px;
}

.bigMainContent .step1 header h2 {
    margin-bottom: -15px;
}

.bigMainContent .step1 .photoCropper .fieldWrapper {
    width: 345px;
}

.bigMainContent .step1 .photoCropper .fieldWrapper .chooseCampaignPhoto {
    margin-left: 10px;
}

.campaignHelpText {
    color: #799D57;
}


.fieldHelpText {
    background: #D6EFBE;
    padding: 15px 20px;
    position: absolute;
    right: -205px;
    top: 18px;
    width: 180px;
    border-radius: 2px;
    color: #799D57;
    /*display: none;*/
    z-index: 1;
}

.paymentmanagementHelptext {
    background: #D6EFBE;
    padding: 15px 20px;
    position: absolute;
    right: -70px !important;
    top: -15px !important;
    width: 175px;
    border-radius: 2px;
    color: #799D57;
    /*display: none;*/
    z-index: 1;
}

.paymentmanagementHelptext .helTextArrow {
    border-bottom: 10px solid transparent;
    border-right: 10px solid #D6EFBE;
    border-top: 10px solid transparent;
    height: 0;
    left: -9px;
    position: absolute;
    top: 30px;
    width: 0;
}

.paymentmanagementHelptext {
    background: #D6EFBE;
    margin-top: -5px!important;
    padding: 20px;
    position: absolute;
    right: -10%;
    top: -35px;
    width: 175px;
    border-radius: 2px;
    color: #799D57;
    /* display: none; */
    z-index: 1;
}

.fieldHelpText .helpTextArrow {
    border-bottom: 10px solid transparent;
    border-right: 10px solid #D6EFBE;
    border-top: 10px solid transparent;
    height: 0;
    left: -9px;
    position: absolute;
    top: 25px;
    width: 0;
}

.fieldHelpText .closefieldHelpText {

    background: #D6EFBE;
    border: 5px solid #fff;
    border-radius: 20px;
    color: #444;
    outline: none;
    padding: 4px 10px;
    position: absolute;
    right: -10px;
    top: -15px;
}

.fieldHelpText .closefieldHelpText:hover {
    background:#799D57;
    color: #FFFFFF;
}

.paymentmanagementHelptext .helpTextArrow {
        border-bottom: 10px solid transparent;
        border-right: 10px solid #D6EFBE;
        border-top: 10px solid transparent;
        height: 0;
        left: -9px;
        position: absolute;
        top: 50px;
        width: 0;
}

.fieldHelpText .closefieldHelpText {
    background: #D6EFBE;
    border: 5px solid #5A5A5A;
    border-radius: 20px;
    color: #444;
    outline: none;
    padding: 4px 10px;
    position: absolute;
    right: -10px;
    top: -15px;
}

.closefieldHelpText:hover {
    background: #71A842;
    color: #fff;
}

#forgot_password_div form strong {
    font-size: 2rem;
    margin-bottom: 20px;
    display: block;
}

.topBar,
.featuredPrograms,
.steps,
.main,
.subFooter,
.footer,
.head {
    width: 100%;
    display: table;
    position: relative;
}

.photoCropper .photo-crop {
    width: 100%;
}

.photoCropper .button, .photoCropper em {
    margin-top: 10px;
    display: block;
}

.photoCropper .preview-crop {
    margin: 0 auto;
    display: block;
}

#feedbackForm section {
    margin: 0;
}

#feedbackForm h1 {
    margin-top: 0;
    color: #0FC1C1;
}

#feedbackForm .form label {
    width: 100%;
    padding-left: 0;
}

#share-firstChange section {
    text-align: center;
    margin-bottom: 0;
}

#share-firstChange h1 {
    margin: 0;
    color: #0FC1C1;
}

#share-firstChange p {
    margin-top: 0;
}

#share-firstChange strong {
    display: block;
    width: 300px;
    padding: 40px 0 30px;
    border-bottom: solid 1px #cecece;
    margin: 0 auto 30px;
}

#share-firstChange ul {
    list-style-type: none;
    padding: 0;
}

#share-firstChange li {
    display: inline;
    margin: 0 5px;
}

.goabroad-llc img {
    border-right: 1px solid #CECECE;
    float: left;
    margin: 0 20px 0 0;
    padding: 25px 20px 25px 0;
    width: 130px;
}

@media screen and (max-device-width: 768px) {
    .topAlert, .topBar, .featuredPrograms, .steps, .main, .subFooter, .footer, .head {
        padding-left: 20px;
        padding-right: 20px;
    }

    .donation-page .head {
        padding:0;
    }

    
    .create-campaign-wrapper {
        width: 105%;
    }
    
/*    .reveal-modal {
        margin-left: -100px;
    }*/
}

@media screen and (min-device-width:320px) and (max-device-width:768px) {
    
    .topAlert {
        width: 100%;
    }


    .donation-page .cvvBox {
        width:250px;
    }

    .donation-page .cvvBox .cvvHelp {
        width:105px;
    }

    .paymentmanagementHelptext {
        line-height:16px;
        padding: 12px;
        right:-8px!important;
        width:125px;
    }

/*    #loginSignupForm {
        left:42%;
    }*/

    .fieldHelpText .closefieldHelpText {
        border: 5px solid #fff!important;
    }
}

#campaign_travel_description_tbl {
    width: 100% !important;
}

div.divider {
    border-top: solid 1px #ececec;
    margin: 30px 0;
}

#sticky-campaign-calc {
    background: #fff;
    padding: 20px 0;
    z-index: 99;
    margin-bottom: -16px;
    top: 49px;
}

input::-webkit-input-placeholder {
   color: #ccc !important;
}

input:-moz-placeholder {  
   color: #ccc !important;  
}

input:-ms-input-placeholder {  
   color: #ccc !important;  
}

.formField-categories {
    background: #fff;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.formField-categories ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
}

.formField-categories ul>li {
    display: inline-block;
    cursor: pointer;
}

.formField-categories ul>li>a {
    padding: 8px;
    display: inline-block;
    border-radius: 4px;
    margin: 10px;
    width: 110px;
    height: 105px;
    text-align: center;
    vertical-align: top;
    font-size: 0.7rem;
    border: solid 1px #fff;
    outline: none;
    background: #fff;
    color: #a3a3a3;
}

.formField-categories ul>li>a:hover, .formField-categories ul>li>a.selected {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border-color: #ececec;
}

.formField-categories ul>li>a.selected {
    background: #FDFBC7;
}

.formField-categories ul>li>a>img {
    height: 90px;
}

.formField-categories ul>li>a>i {
    font-size: 60px;
    display: block;
    margin: 10px auto 5px;
}

.formField-categories>a {
    display: block;
    color: #555;
}

.formField-categories .arrowDown {
    border-top-color: #555;
    float: right;
    margin: 10px 5px;
}

.grayField .travel-destination {
    /* display: none;*/
}

.grayField .travel-destination h5 {
    margin-bottom: 10px;
}

.grayField .travel-destination ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.grayField .travel-destination ul>li {
    padding: 5px 0;
    font-size: 0.8rem;
    border-bottom: dashed 1px #d7d7d7;
}

.smallSideContent .facebook-login-button {
    font-size: 0.8rem;
}

.travel-links {
    margin: 20px 0 0;
}

.grayField .travel-links {
    /*display: none;*/
}

.travel-links li {
    padding: 10px 0;
}

.travel-links li .toRight {
    margin-top: -10px;
}

ul.inline-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.inline-list li {
    display: inline-block;
    margin: 3px 1px;
}

.mceLayout {
    width: 100% !important;
}

.auto-save-msge {
    position: fixed;
    top: -35px;
    text-align: center;
    width: 100%;
    margin: 0;
    display: none;
}

.auto-save-msge span {
    background: #FBFFC5;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 0 5px #626262;
    color: #9D9D26;
    display: inline-block;
    padding: 5px 50px;
}


.donationMain .step2 .error {
    margin: -8px 0 0;
}

.donationAmount .customTextbox .error {
    margin: 8px 0 0;
}

.donationAmount .toRight .customTextbox .totalAmountDonation {
    width: 100px !important;
    padding-left: 95px !important;
}

#sticky-campaign-calc .totalDonation .currencyTotal {
    padding-right: 10px;
}

/*
================================
Campaign Social Media Sharing
================================
*/

.aboutCampaign {
    margin-top: 30px;
}

.aboutCampaign h3 {
    color: #00c1c2;
    border-bottom: 1px solid #cecece;
    padding-bottom: 5px;
}

.shareThis {
    margin: 0;
}

.shareThis .socialmediastats {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
}

.socialmediastats li {
    display: inline-block;
    font-size: 25px;
    text-align: center;
}

.socialmediastats i {
    color: #FFFFFF;
    font-size: 15px;
    padding: 7px 20px;
}

.socialmediastats span {
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    padding: 5px 0 6px;
    width: 65px;
    position: relative;
    bottom: 2px;
    right: 7px;
    vertical-align: 0px;
    }

.fa-envelope {
    background-color: #0F93DD;
    margin-left: 118px;
}

.fa-envelope:hover {
    background-color: #40AFEC;
}

.fa-facebook {
    background-color: #3b5998;
}

.fa-facebook:hover {
    background-color: #4666ab;
}

.fa-twitter {
    background-color: #55acee;
}

.fa-twitter:hover {
    background-color: #73bdf6;
}

.fa-google-plus {
    background-color: #dd4b39;
}

.fa-google-plus:hover {
    background-color: #ee6554;
}

.facebookshare span {
    background-color: #5875b0;
}

.twittershare span {
    background-color: #80c2f4;
}

.gplusshare span {
    background-color: #ec6f5f;

}

.campaignschedule {
    margin-top: 25px;
}

/*
================================
Sticky Social Media Sharing
================================
*/


.shareThis .thisShare {
    background: url("/bundles/fundmytravelcommon/images/ShareThis-Sprite.png") -148px 0;
    height: 22px;
    width: 84px;
}

.fa-envelope:hover {
    background-color: #40AFEC;
}

.fa-facebook {
    background-color: #3b5998;
}

.fa-facebook:hover {
    background-color: #4666ab;
}

.fa-twitter {
    background-color: #55acee;
}

.fa-twitter:hover {
    background-color: #73bdf6;
}

.fa-google-plus {
    background-color: #dd4b39;
}

.fa-google-plus:hover {
    background-color: #ee6554;
}

.facebookshare span {
    background-color: #5875b0;
}

.twittershare span {
    background-color: #80c2f4;
}

.gplusshare span {
    background-color: #ec6f5f;

}

.campaignschedule {
    margin-top: 25px;
}

#campaignUpdateListContainer .updates {
    padding:10px 25px;
}

#campaignUpdateListContainer .highlight {
    background: #FCF6E5;
    border-radius: 5px;
}

/*
================================
Sticky Social Media Sharing
================================
*/
.socialmediasticky {
    background-color: rgba(81, 81, 81, 0.85);
    border-bottom: 1px solid #555;
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.socialmediasticky ul {
    list-style-type: none;
    margin: 2px 0 10px 0;
    padding:0;
}

.socialmediasticky li {
    display: inline-block;
    padding: 0 3px;
}

.socialmediasticky li a {
    color: #fff;
}

.socialmediasticky li i {
    font-size: 25px;
    margin:0;
    padding:10px 15px;
    position: relative;
    bottom: 5px;
}

.socialmediasticky li:first-child {
    color: #fff;
    line-height: 17px;
    text-align: center;
}

.socialmediasticky .stickyfacebook i {
    padding:10px 19px;
    bottom: 5px;
}

.socialmediasticky .fundBtn {
    background-color: #11c1c1;
    border-radius: 5px;
    box-shadow: 0 5px 0 #0D9999;
    color: #ffffff;
    font-size: 20px;
    float: right;
    padding: 8px 25px;
    position: relative;
    left: 411px;
    top: 7px;
}

.socialmediasticky .fundBtn:hover {
    background: #12CFCF;
}

/*
==============================
Campaign Success/Closed Status
==============================
*/

.campaignSnippetB .campaignSuccess, .campaignSnippetB .campaignClosed {
    border-radius: 30px;
    height: 20px;
    width: 65px;
    text-align: center;
}

.campaignSnippetB .campaignSuccess {
    border: 3px solid #00a8e5;
    color: #00a8e5;
}

.campaignSnippetB .campaignClosed {
    border: 3px solid #D15D61;
    color: #D15D61;
}

/*
==============================
Successful Partnership Page
==============================
*/
.embed-wrapper {
    overflow:auto;
}

.embed {
    float: left;
    width: 458px;
}

.embed:first-child {
    margin-right: 40px;
}

/*
==============================
Partners Page
==============================
*/
.cover-photo-wrapper {
    position: relative;
    background: #666;
}
.cover-photo-wrapper .cover-photo img {
    width: 1200px !important;
    min-width: 1200px !important;
    margin: auto;
    display: block;
}
.partnerInfo-wrapper {
    padding:20px;
    display:block;
    position:absolute;
    width:550px;
    height:175px;
    left:50%;
    top:50%;
    margin-left:-295px;
    margin-top:-87px;
}
.partnerInfo-wrapper p {
    display: inline-block;
    color: #fff;
    float: right;
    width: 230px;
    font-family: "Open-sans" sans-serif;
    font-size: .85em;
    font-weight: 500;
    height: 155px;
    overflow: hidden;
    vertical-align: middle;
}

.col-info {
    display: inline-block;
    margin:0 0 20px;
}
.col-info img{
    float: left;
    display: inline-block;
    margin-right: 20px;
}
.col-info h2 {
    color:#0FC1C1;
    margin:0;
    line-height: .9em;
    float:left;
    display:inline-block;
}
.col-info p {
    font-size:.9em;
    float:left;
    display:inline-block;
    width:82%;
    margin:5px 0;
}

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

.donationSort, .filterForm, .campaignFilter {
    float: left;
}

.filterForm, .campaignFilter {
    margin-left: 30px;
}

.dateFilter {
    float: left;
    margin: 20px 0 30px 0;
    clear: both;
}

.filterEndDate {
    margin-left: 20px;
}

.adminTotalSummary {
    padding-right: 30px;
}

.table th {
    background: none repeat scroll 0 0 #CCCCCC;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

/*
Step 4 Social Media Sharing
--------------------------------------
*/

.afterPayment ul {
    padding: 0;
}

.afterPayment ul li {
    display: inline;
    padding: 10px;
}

.afterPayment .facebookModalShare {
    background: url("/bundles/fundmytravelcommon/images/SocialMedia-Sprite.png") 0 0;
    height: 70px;
    width: 70px;
    display: inline-block;
    text-indent: -999999px;
}

.afterPayment .twitterModalShare {
    background: url("/bundles/fundmytravelcommon/images/SocialMedia-Sprite.png") -71px 0;
    height: 70px;
    width: 70px;
    display: inline-block;
    text-indent: -999999px;
}

.afterPayment .googleModalShare {
    background: url("/bundles/fundmytravelcommon/images/SocialMedia-Sprite.png") -142px 0;
    height: 70px;
    width: 70px;
    display: inline-block;
    text-indent: -999999px;
}

#share-campaign-modal  ul{
    padding: 0px;
}

#share-campaign-modal  ul li {
    display: inline;
    padding: 10px;
}

#share-campaign-modal section {
    text-align: center;
}

#share-campaign-modal .facebookModalShare {
    background: url("/bundles/fundmytravelcommon/images/SocialMedia-Sprite.png") 0 0;
    height: 70px;
    width: 70px;
    display: inline-block;
    text-indent: -999999px;
}

#share-campaign-modal .twitterModalShare {
    background: url("/bundles/fundmytravelcommon/images/SocialMedia-Sprite.png") -71px 0;
    height: 70px;
    width: 70px;
    display: inline-block;
    text-indent: -999999px;
}

#share-campaign-modal .googleModalShare {
    background: url("/bundles/fundmytravelcommon/images/SocialMedia-Sprite.png") -142px 0;
    height: 70px;
    width: 70px;
    display: inline-block;
    text-indent: -999999px;
}

/*
Location selection for setting up payment account
----------------------------------------------------
*/
.location-selector .grayField {
    height: 37px; 
    margin-bottom: 5px;
}

.location-selector label {
    width: 183px;
}

.location-selector select {
    width: 400px;
    float: right;
    margin-right: 10px; 
    font-weight: bold; 
    color: #5A5A5A;
}

/*
==========================
Select Dropdown
==========================
*/

.fielddropdown {
    border-color: #5A5A5A transparent;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    content: "";
    cursor: pointer;
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 45px;
    top: 50%;
    width: 0;
}

.ddownwrapper {
    margin-bottom: 1em;
    position: relative;   
}

.ddownwrapper #form_category ~ .fielddropdown, .ddownwrapper #form_country ~ .fielddropdown {
    right: 15px;
    top: 30%;
}

select ~ .fielddropdown {
    right: 20px;
    /*top: 45%;*/
}

select ~ .locationselectordropdown {
    right: 45px;
}

.donationStep3 .fielddropdown {
    position: relative;
    bottom: 32px;
    left: 130px;
}

.donationStep3 .ddownwrapper {
    margin-bottom: -30px;
}

/* 
Curency selector for Create Campaign 
---------------------------------------
*/

.wrapper-dropdown-1 .dropdown li a {
    border-bottom: 1px solid #E6E8EA;

}

.wrapper-dropdown-1 img {
    margin-bottom: -2px;
    margin-right: 15px;
}

.setCurrency label {
    margin-top: 0;
    width: 183px;
}

.setCurrency {
    height: 40px;
}


.currency-section {
    margin-bottom:0;
}


/* GLOBALS */
/*
::selection {
    background: transparent; 
}

::-moz-selection {
    background: transparent; 
}
*/

#currency-wrapper {
    width: 250px;
    right: 153px;
}

#expenses-wrapper {
    width: 580px;
}

.wrapper-dropdown-1 {
    /* Size and position */
    position: absolute; /* Enable absolute positionning for children and pseudo elements */
    padding: 10px;
    

    /* Styles */
    background: #ffffff;
    border-radius:5px;
    color: #5A5A5A;
    outline: none;
    cursor: pointer;
    border: 1px solid #E8E8E8;
    border-radius: 5px;

    /* Font settings */
    font-weight: bold;
}

/*.wrapper-dropdown-1:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #5A5A5A transparent;    
}*/

.wrapper-dropdown-1 .fielddropdown {
    border-color: #5A5A5A transparent;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    content: "";
    cursor: pointer;
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 0;
}

.wrapper-dropdown-1 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 500;
    border: 1px solid #E6E8EA;

    /* Styles */
    background: #fff;
    list-style: none;
    font-weight: normal; /* Cancels previous font-weight: bold; */

    /* Hiding */
    /*opacity: 0;*/
    display: none;
    pointer-events: none;
}

.wrapper-dropdown-1 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #9e9e9e;
    padding: 10px 20px;
}

/* Hover state */
.wrapper-dropdown-1 .dropdown li:hover a {
    background: #f3f8f8;
}

/* Active state */
.wrapper-dropdown-1.active .dropdown {
    /*opacity: 1*/;
    display: block;
    pointer-events: auto;
    margin: 0;
    padding: 0;
}

.wrapper-dropdown-1.active:after {
    border-color: #5A5A5A transparent;
    border-width: 6px 6px 0 6px ;
    margin-top: -3px;
}



/* No CSS3 support */

.no-opacity .wrapper-dropdown-1 .dropdown,
.no-pointerevents .wrapper-dropdown-1 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity .wrapper-dropdown-1.active .dropdown,
.no-pointerevents .wrapper-dropdown-1.active .dropdown {
    display: block;
}

/*
Facebook login on Step-2
------------------------
*/

.step2RegistrationForm .loginWrap {
    width: 740px;
    background: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
}

.step2RegistrationForm .loginWrap .fbWrap {
    width: 395px;
    height: 170px;
    float: left;
    border-right: 1px solid #cccccc;
}

.loginWrap .fbWrap p {
    text-align: center;
    margin: 10px 0 20px 0;
}

.loginWrap .fbWrap center {
    width: 295px;
    margin: 0 auto 25px;
}

.loginWrap .fbWrap center .error {
    font-size: 16px;
}

.loginWrap .fbWrap p:first-child {
    margin-top: 40px;
}

.loginWrap .fbWrap .logterms {
    font-size: 12px;
    margin-bottom: 15px;
}

.step2RegistrationForm .fbWrap .fbButton {
    background: #3b5998;
    border-radius: 5px;
    color: #fff;
    padding: 15px 55px 15px;
}

.step2RegistrationForm .fbWrap .fbButton:hover {
    background:#607BB3;
}

.loginWrap .fbWrap img {
    margin: 0 48px 15px;
}

.step2RegistrationForm .profileLoginWrap {
    float: left;
    margin-left: 15px;
    width: 325px;
}

.step2RegistrationForm .profileLoginWrap h3 {
    color: #777777;
    border: none;
    font-family: sans-serif;
    font-weight: lighter;
    margin-bottom: 5px;
    text-align: center;
}

.profileLoginWrap p {
    margin-bottom: 10px !important;
    text-align: center;
}

.profileLoginWrap p input {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #777;
    font-weight: lighter;
    padding: 5px 14px;
    outline: none;
}

.profileLoginWrap .error {
    color: #B94A48 !important;
    font-family: sans-serif;
    font-size: 13px;
    border: 1px solid #B94A48;
    margin-top: -10px !important;
}

.profileLoginWrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.profileLoginWrap li {
    display: inline-block;
}

.profileLoginWrap li:first-child {
    margin-top: 10px;
}

.profileLoginWrap li:nth-child(2) {
    margin:0 10px;
}

.profileLoginWrap .step2LoginBtn {
    background: #71a842;
    border: 0;
    border-radius: 5px;
    color: #fff;
    padding: 10px 29px;
}

.profileLoginWrap .step2LoginBtn:hover {
    background: #79af4b;
}

.profileLoginWrap .facebook-login-button {
    background: #3b5998;
    border: 0;
    border-radius: 5px;
    font-weight: lighter;
    padding: 3px 18px 3px 15px;
}

.profileLoginWrap .facebook-login-button span {
    background: #1C3870;
    border-radius: 5px 0 0 5px;
    font-size: 20px;
    padding: 7px 12px 7px 12px;
    position: relative;
    right: 15px;
    top: 1px;
}

.profileLoginWrap .facebook-login-button:hover {
    background: #607BB3;
}

.profileLoginWrap .facebook-login-button:hover span {
    background: #3b5998;
}

#loginBtn {
    background: #FC8A8A;
    border-color: #FC8A8A;
}

#loginBtn:hover {
    background: #FF9C73;
    border-color: #FF9C73;
}

.signupheader {
    border-bottom: 0;
    margin:5px;
}

.profileWrap {
    height: 100%;
}
.profile-paymentInformation .infoItems {
    display: inline-block;
    min-width: 300px;
    max-width: 300px;
    margin: 0 5px 15px 0;
    font-size: 1.1em;
    vertical-align: top;
}
.profile-paymentInformation .infoItems strong {
    color: #777777;
    margin: 0;
}
.profile-paymentInformation .msgHead {
    margin-top:10px;
    padding-bottom:5px;
    border:none;
}
.profile-paymentInformation .paymentBox {
    margin-top:20px;
}
.paypalWrap {
    background: none repeat scroll 0 0 #D7D7D7;
    color: #699C3E;
    height: 100px;
    margin: 0 auto;
    text-align: right;
}
.paypalBar {
    background: #F5F5F5;
    border: 2px solid #CCCCCC;
    width: 395px;
    height: 90px;
    position: relative;
    top: 5px;
    left: 5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;    
}
.profile-paymentInformation .wepayWrap,.profile-paymentInformation .paypalWrap {
    width: 440px;
}
.profile-paymentInformation .wepayBar,.profile-paymentInformation .paypalBar {
    width: 430px;
}
.paypalWrap {
    width: 380px;
}
.paypalBar {
    width: 370px;
}

/* 
Profile box for Campaign Page 
---------------------------------------
*/

.sideContent .profileSmall {
    margin-bottom: 20px;
    border: 1px solid #ACACAC;
    border-radius: 5px;
}

.sideContent .profileSmall .profileWrap {
    background: #fff;
    border-radius: 5px;
    margin: 4px;
    position: relative;
    width: 350px;
}
        
/*.sideContent .profileSmall a {
    color: #7AB04C;
    text-decoration: none;
}
        
/*.sideContent .profileSmall ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
        
.sideContent .profileSmall ul li {
    border-bottom: 1px dashed #CECECE;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 200px;
    font-size: 13px;
    font-weight: bold;
}

.profileSmall ul li:first-child {
    font-size: 15px;
}

.profileSmall ul li:last-child {
    border: 0;
    margin-top: 3px;
    margin-bottom: 3px;
}*/

.sideContent .profileSmall .profile-info {
    display: inline-block;
    width: 235px;
}

.sideContent .profile-info p {
    color: #acacac;
    font-family: sans-serif;
    font-size:14px;
    margin: 5px;
}

.sideContent .profile-info .profile-name {
    font-size: 18px;
    margin-top: 10px;
}

.sideContent .profile-info .social-media a {
    color: #fff;
    position:relative;
}

.sideContent .social-media a span {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    position: absolute;
    bottom: 30px;
    left: -65px;
    text-align: center;
    visibility: hidden;
    width: 150px;
}

.sideContent .social-media a span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 47%;
    margin-left: -8px;
    width: 0; height: 0;
    border-top: 8px solid rgba(0, 0, 0, 0.8);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.sideContent .social-media a:hover span {
    visibility: visible;
    z-index: 2;
}


.profile-info .social-media .fa {
    padding: 5px;
}

.profile-info .social-media .ga-net {
    background: url("/bundles/fundmytravelcommon/images/campaignProfile/GAnet-copy.png");
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    margin-bottom:-7px; 
    width: 24px;   
}

.profile-info .social-media .ga-net:hover {
    background-position: 24px 0;
}

.profile-info .social-media .fa-facebook {
    padding: 5px 8px;
}

.profileSmall .manage-campaigns {
    margin:0!important;
    padding: 0!important;
    position: absolute;
    top: 80%;
}

.profileSmall .manage-campaigns a {
    font-size: 11px;
}

.profileSmall .manage-campaigns a:first-child {
    border-right: 1px solid #cecece;
    padding-right: 7px;
}

.profileSmall .manage-campaigns a:last-child {
    padding-left: 5px;
}
        
.sideContent .profileImg {
    width: 95px;
    height: 95px;
    display: inline-block;
    margin: 10px 4px 10px 10px;
    background: #f5f5f5;
    vertical-align: top;
}
        
.sideContent .profileIcon {
    margin-right: 10px;
    margin-bottom: -2px;
}
        
.sideContent .mediaLinks {
    width: 20px;
    margin: 0 2px -2px 2px;
    border: 0;
}

/*
Expense Breakdown
--------------------------------
*/

.sideContent .itemsBox {
    border: 1px solid #acacac;
    padding: 0;
    margin: 0;
    /*overflow: hidden;*/
    border-radius: 5px;
    width: 358px;
}

.sideContent .itemsBox .itemsHead {
    background: #cecece;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #555;
    display: inline-block;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 17px;
    margin: 4px;
    padding: 10px 0; 
    text-align: center;
    width: 350px;

}

.itemsBox .itemsHead strong {
    margin-left: 10px;
}

.itemsBox .itemTooltip {
    display: inline-block;
    position: relative;
}

.itemsBox .itemTooltip:hover:after {
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    color: #fff;
    content: attr(item-description);
    display: block;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 15px;
    position: absolute;
    right: 104%;
    top: -12px;
    text-align: left;
    width: 220px;
    z-index: 98; 
/*    top: -80px;*/
}

.itemsBox .itemTooltip:hover:before {
    border-color: transparent #333;
    border-width: 7px 0px 7px 7px;
    border-style: solid;
    content: "";
    height: 0px;
    left: -4%;
    position: absolute;
    top: 4px;
    width: 0px;
    z-index: 99;
}


.sideContent .itemsBox .itemsBody {
    background: #fff;
    color: #555555;
    font-size: 16px;
    width: 350px;
    margin: 0 4px 4px 4px;
    display: inline-block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.itemsBox .itemsBody ul {
    margin: 10px;
    padding: 0;
}

.itemsBox .itemsBody ul li {
    list-style: none;
    width: 330px;
    margin-bottom: 5px;
}

.itemsBox .itemsBody ul li:nth-last-child(2) {
    margin-bottom: 10px;
}

.itemsBody .goalAmount {
    color: #71a842;
    font-weight: bold;
    border-top: solid 1px #cecece;
    padding-top: 10px;
}

.itemsBody .itemsList span {
    float: left;
    font-family: sans-serif;
    width: 215px;
}

.itemsBody .itemsList strong {
    float: right;
    font-family: sans-serif;
}

.itemsList .informationicon {
    padding: 0 3px;
    width:13px;
}

.itemsList .inactive-tooltipicon, .active-tooltipicon {
    background:url("/bundles/fundmytravelcommon/images/informationicon.png");
    height: 16px;
    margin: 3px 5px;
    text-indent: 1000em;
    overflow: hidden;
    position: relative;
    bottom: 1px;
    right: 3px;
    width:16px !important;
}

.itemsList .inactive-tooltipicon {
    background-position: 16px 0;
}

.itemsList .active-tooltipicon {
    background-position: 0 0;
}

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

.sideContent .donateBox {
    border: 1px solid #acacac;
    padding: 0;
    margin: 0 0 30px 0;
    font-family: sans-serif;
    overflow: hidden;
    border-radius: 5px;
    width: 358px;
}

.sideContent .donateBox .amountRaised {
    font-size: 35px;
    margin: 15px 0 0;
    text-align: center;
}

.sideContent .donateBox .amountGoal {
    color: #acacac;
    margin-bottom: 15px !important;
    text-align: center;
} 

.donateBox ul {
    list-style: none;
    margin-bottom: 7px;
    padding: 0;
    text-align: center;
}

.donateBox li {
    display: inline-block;
    font-size: 14px;
    margin:0;
    width: 100px;
}

.donateBox li span:first-child {
    background: #fff;
    border: 1px solid #cecece;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 5px 0;
}



.donateBox ul.twoStats li {
    width: 150px;
}

.donateBox li span:last-child {
    color: #acacac;
}   

.sideContent .donateBox .percentFunded {
    margin:4px 2px 4px 4px;
}

.sideContent .donateBox .amountGoal, .sideContent .donateBox .campaignDue {
    margin: 4px 4px 4px 2px;
}

.donateBox .campaignDue .timeLeftLabel {
    color: #acacac;
}


.sideContent .donateBox #donateProgress {
    width: 350px;
    height: 15px;
    background: #959595;
    padding: 0;
    margin: 0px 4px;
}

#donateProgress .progress {
    height: 15px;
    width: 56%;
    background: url('/bundles/fundmytravelcommon/images/Green-Stripe-trans.gif') #7dba3e;
}

.donateBox .fundBtn {
    padding: 15px 55px;
    margin: 10px 4px 12px 4px;
    background: #11c1c1;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 6px 0 #0D9999;
    position: relative;
    left: 5px;
}

.donateBox .fundBtn:hover {
    background: #12CFCF;
}

.donateBox .fundBtnClosed {
    padding: 15px 56px;
    font-size: 28px;
    margin: 4px 4px 7px 4px;
    background: #acacac;
    box-shadow: 0 6px 0 #8D8A8A;
    border: 0;
    border-radius: 5px
}

.donateBox .fundBtnDisabled {
    padding: 15px 60px;
    margin: 4px;
    background: #acacac;
    border: 0;
    border-radius: 5px;
    cursor: default;
}

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

#donationForm .donationStep2 .infoItems {
    display: inline-block;
    margin-right: 20px;
}

#donationForm .donationStep1 .errorMsg {
    width: 400px;
    margin-left: 40px;
    margin-top: 10px;
}

#donationForm .donationStep2 .errorMsg {
    width: 100%;
}

#donationForm .donationStep1 .errorMsg, #donationForm .donationStep2 .errorMsg {
    background: #F2DEDE;
    display: block;
    color: #B94A48;
    clear: both;
    padding: 5px;
}

#donationForm div strong {
    display: inline-block; 
    border: 3px solid rgb(88, 211, 211); 
    height: 20px; 
    width: 20px; 
    text-align: center; 
    border-radius: 20px 20px 20px 20px; 
    color: rgb(88, 211, 211);
    margin-right: 10px;
    vertical-align: middle;
}

#donationForm strong span {
    position: relative;
    bottom: 3.5px;
}


#donationForm .donationStep1 .totalAmountDonation {
    border-radius: 5px;
    border: 1px solid #D7D7D7;
    height: 30px;
    width: 120px;
    font-size: 25px;
    vertical-align: bottom;
    padding: 3px 0 0 10px;
    margin: 0 10px 0 0;
    color: #7AB04C;
    font-family: "Museo",sans-serif;
}

#donationForm .donationStep1 .modalCurrency {
    color: #7AB04C;
    font-weight: bold;
    font-size: 25px;
    margin: 0 10px 0 45px;
    vertical-align: middle;
}

#donationForm .donationStep2 .inputInfo, #donationForm .donationStep2 textarea {
    border: 1px solid #D7D7D7;
    border-radius: 5px;
    /*padding-left: 5px;*/
    font-family: "Museo",sans-serif;
    width: 530px;
    padding: 10px;
}

#donationForm .donationStep2 .inputInfo {
    width: 230px;
    height: 25px;
}

#donationForm .donationStep2 .donationName, #donationForm .donationStep2 .donationEmail {
    width: 212px;
    vertical-align: top;
}

#donationForm .donationStep2 .donationName, #donationForm .donationStep2 .donationMsg {
    margin-left: 45px;
}

/*#donationForm .donationStep2 textarea {
    width: 445px;
}*/

#donationForm .donationStep2 .identityHide {
    float: right;
    width: 100px !important;
}

#donationForm .donationStep3 p:last-child, #donationForm .donationstep3 p:last-child {
    margin: 0 10px 20px 45px;
}

#donationForm div p:first-child {
    color: rgb(88, 211, 211);
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0;
}

#donationForm .donateBtn {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    background: #7AB04C;
    padding: 5px 20px;
    display: inline-block;
    float: right;
    border-radius: 5px;
}



/*
Donation Success Modal
-----------------------
*/

#donationSuccess {
    text-align: center;
    padding: 20px 40px;
}

#donationSuccess h2 {
    color: #11C1C1;
    font-size: 30px;
}

#donationSuccess p {
    font-size: 20px;
}

#donationSuccess ul {
    margin: 0;
    padding: 0;
}

#donationSuccess ul li {
    list-style: none;
    display: inline-block;
    margin: 5px;
}

#donationSuccess .fbShare {
    display: inline-block;
    height: 70px;
    width: 70px;
    background: url('/bundles/fundmytravelcommon/images/SocialMedia-Sprite.png');
}

#donationSuccess .twitterShare {
    display: inline-block;
    height: 70px;
    width: 70px;
    background: url('/bundles/fundmytravelcommon/images/SocialMedia-Sprite.png') -71px 0;
}

#donationSuccess .gplusShare {
    display: inline-block;
    height: 70px;
    width: 70px;
    background: url('/bundles/fundmytravelcommon/images/SocialMedia-Sprite.png') -142px 0;
}

#donationSuccess .button1, #donationSuccess .button2 {
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
}

#donationSuccess .button1 {
    background: #7AB04C;
    margin-right: 5px;
}

#donationSuccess .button2 {
    background: #999;
}


/*
======================================
Wepay Integration to Step-3
======================================
*/

.wepayWrap {
     background: #d6efbe;
     color: #699c3e;
     text-align: right;
     width: 405px;
     height: 100px;
     margin:0 auto;
}

.wepayWrap .wepayTxt {
      display: inline-block;
      width: 190px;
      position: relative;
      bottom: 75px;
      right: 15px;
      text-align: left;
      font-size: 18px;
 }

.wepayBar {
    background: #f5f5f5;
    border: 2px solid #adcf00;
    width: 395px;
    height: 90px;
    position: relative;
    top: 5px;
    left: 5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;  
}

.wepayBar img {
    position: relative;
    top: 10px;
    right: 25px;
}

/*.paypalbar img {
    position: relative;
    top: 10px;
    right: 25px;
}*/

.paypalBar img {
    position: relative;
    top: 30px;
    right: 25px;
}

.wepayBtn {
    float: right;
    margin: 20px 15px 0 0;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;  
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #93cf06), color-stop(1, #78a30d));
    background:-moz-linear-gradient(top, #93cf06 5%, #78a30d 100%);
    background:-webkit-linear-gradient(top, #93cf06 5%, #78a30d 100%);
    background:-o-linear-gradient(top, #93cf06 5%, #78a30d 100%);
    background:-ms-linear-gradient(top, #93cf06 5%, #78a30d 100%);
    background:linear-gradient(to bottom, #93cf06 5%, #78a30d 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#93cf06', endColorstr='#78a30d',GradientType=0);
            
    background-color:#93cf06;
            
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
            
    display:inline-block;
    color:#ffffff !important;
    font-family:arial;
    font-size:14px;
    font-weight:normal;
    padding:12px 50px;
    text-decoration:none;
}
#wepayBox .wepayBtn:hover {
            
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #78a30d), color-stop(1, #93cf06));
    background:-moz-linear-gradient(top, #78a30d 5%, #93cf06 100%);
    background:-webkit-linear-gradient(top, #78a30d 5%, #93cf06 100%);
    background:-o-linear-gradient(top, #78a30d 5%, #93cf06 100%);
    background:-ms-linear-gradient(top, #78a30d 5%, #93cf06 100%);
    background:linear-gradient(to bottom, #78a30d 5%, #93cf06 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#78a30d', endColorstr='#93cf06',GradientType=0);
            
    background-color:#78a30d;
}

.wepay_loader {
    float: left;
    margin: 15px 15px 0 20px;
}
.paypalBar .paypalBtn {
    float: right;
    margin: 20px 15px 0 0;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;  
    background: #eaeaea;
    background: -moz-linear-gradient(top,  #eaeaea 0%, #c4c4c4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#c4c4c4));
    background: -webkit-linear-gradient(top,  #eaeaea 0%,#c4c4c4 100%);
    background: -o-linear-gradient(top,  #eaeaea 0%,#c4c4c4 100%);
    background: -ms-linear-gradient(top,  #eaeaea 0%,#c4c4c4 100%);
    background: linear-gradient(to bottom,  #eaeaea 0%,#c4c4c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#c4c4c4',GradientType=0 );


    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
            
    display:inline-block;
    color:#606060 !important;
    font-family:arial;
    font-size:14px;
    font-weight:normal;
    padding:12px 50px;
    text-decoration:none;
}
.paypalBar .paypalBtn:hover {
            
    background: #c4c4c4;
    background: -moz-linear-gradient(top,  #c4c4c4 0%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4c4c4), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top,  #c4c4c4 0%,#eaeaea 100%);
    background: -o-linear-gradient(top,  #c4c4c4 0%,#eaeaea 100%);
    background: -ms-linear-gradient(top,  #c4c4c4 0%,#eaeaea 100%);
    background: linear-gradient(to bottom,  #c4c4c4 0%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#eaeaea',GradientType=0 );

}
.paypalBtnWrap { width: 630px; margin:0 auto;}

.paypalBtnWrap .line {
    width: 630px;
    border-bottom: 1px solid #cccccc;
    display: block;
    text-align: center;
    position: relative;
    top: 10px;
}

.paypalBtnWrap h4 {
    background: #fff;
    position: relative;
    bottom: -10px;
    margin: 0 auto;
    padding: 0;
    width: 40px;
    color: #898989;
}

.paypalBtnWrap img {
    position: relative;
    top: 10px;
    width: 80px;
}

.paypalBtnWrap .paypalBtn {
    background: #d7d7d7;
    display: block;
    width: 140px;
    height: 40px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    top: 40px;
    margin: 0 auto;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
}

#paypalBox { display: none;}

/*
======================================
Wepay Integration to Donation
======================================
*/

.wepayPayment {display: none;}

.wepayPayment .cardInfo {
    margin: 0 10px 20px 45px;
}
.wepayPayment .cardInfo input {
    width: 350px;
}
.wepaySecureIcon {
    background: url("/bundles/fundmytravelcommon/images/wepaySecureIcon.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    color: #949494;
    display: inline-block;
    font-size: 12px;
    margin: 12px 0 0 15px;
    padding: 7px 0 0 22px;
    position: absolute;
}
#donationForm .wepayErrMsg {
    text-align: center;
}
#donationForm #donationSteps .infoItems .wepaySoloMsg {
    font-size: 14px;
    margin: -10px 0 15px;
    width: 93%;
}




/*
======================================
Wepay Integration to Donation
======================================
*/

.donationStep3 .cardInfo {
    margin: 0 10px 20px 45px;
}

.donationStep3 .cardInfo input {
    width: 350px;
}

.donationStep3 .fielddropdown {
    position: absolute;
    top: 35%!important;
    right: 15px!important;
    bottom: 0;
    left: 165px;
}

/*
======================================
Payment Confirmation Alert Box
======================================
*/


.profileWrap .confirmAlert {
    background-color: #F2DEDE; 
    border-color: #EED3D7; 
    color: #B94A48; 
    padding: 10px 30px; 
    margin-top: 30px; 
    margin-bottom: 20px; 
    text-align: center;
}

.profileWrap .confirmAlert a {
    color: #F98100; 
    text-decoration: underline;
} 

.profileTabs .aqua {
    background: #0FC1C1;
    border: none;
}

.profileSide .button {
    width: 210px;
    margin-top: 20px; 
}

[disabled="disabled"] {
    opacity: 0.5;
    cursor: default;
}

/*
======================================
Payment Confirmation Alert Box
======================================
*/

.donation-confirm h1{
    margin: 10px 0 25px;
    font-size: 2.2rem;
}
.donation-confirm h3{
    margin-bottom: 10px;
}
.donation-confirm .details{
    margin-bottom: 35px;
}
.donation-confirm ul p{
    padding: 0;
    margin: 0 0 20px;
    font-size: 1.4rem;
}
.donation-confirm .title{
    font-size: 1.2rem;
}
.paypal-seal{
    position: relative;
    margin-top: 10px;   
}
.donation-confirm .review-amount{
    font-size: 2.5rem;
    color: #71a842;
    line-height: 45px;  
}
.donation-confirm .terms{
    padding: 0;
}
.donation-confirm .submit{
    margin-bottom: 20px;
}
.donation-confirm .submit a{
    font-size: 25px;
    padding: 10px 35px;
    float: right;
}
.donationStep2 .donationMsg{
    width: 540px;
}

#input-file-proxy {
    background: #fff;
    color: #7ab04c;
    border:1px solid rgba(0, 0, 0, 0.1);
    /*margin: -35px auto auto 180px;*/
    margin-left: 180px;
    width: 97%;
}

/*
==============================
FAQ
==============================
*/

.wrapper .faq {
    float: left;
    position: relative;
    bottom: 40px;
    width: 634px;
}

.faq li {
    font-family: sans-serif, Open Sans;
}

.faq p {
    font-family: Museo;
}

.faq .alphabullet {
    line-height: 25px;
}

.alphabullet li {
    padding: 10px 0;
}

.faqnavwrapper .faqnav {
    border: 1px solid #d6d6d6;
    border-radius: 9px;
    clear: both;
    display: inline;
    list-style-type: none;
    margin: 40px 0 0 60px;
    padding: 10px 15px;
    position: fixed;
    width: 195px;
    font-size: 13px;
}

.faqnav li {
    border-bottom: 1px solid #d6d6d6;
    padding: 8px 0;
}

.faqnav li:nth-child(6) {
    border:none;
}

.faqnav a {
    color: #555;
}

.faqnav li.active a {
    color: #0fc1c1;
}

.faqnav a:hover {
    color: #0fc1c1;
}

/*
==============================
Social Media Sharing
==============================
*/

.socialmediasharingmainwrapper h2 {
    font-size: 55px;
    line-height: 60px;
    margin: 20px auto 10px;
    text-align: center;

}

.socialmediasharingmainwrapper p {
    font-family: Open-sans, sans-serif;
    font-style: italic;
    line-height: 25px;
    padding-top: 30px;
    text-align: center;
}

.socialmediasharingmainwrapper .buttonsbelow {
    float: right;
    margin-right: 25px;
    padding-top: 15px;
}

.socialmediasharingmainwrapper .buttonsbelow span {
    display: inline-block;
    margin:0;
    padding: 0;
    text-align: center;
}

.socialmediasharingmainwrapper .buttonsbelow a {
    color: #cecece;
    font-family: Open-sans, sans-serif;
    font-style: italic;
}

.socialmediasharingmainwrapper .buttonsbelow .previousbtn a {
    border-right: 1px solid #cecece;
    display: inline-block;
    padding: 0 10px;
}

.socialmediasharingmainwrapper .buttonsbelow .skipbtn a {
    display: inline-block;
    padding:0 5px;
}

.socialmediasharingwrapper {
    border-bottom: 1px solid #cecece;
    margin: 0 auto;
    padding: 35px;
    width: 850px;
}

.socialmediasharingwrapper .clearfix {
    list-style-type: none;
    margin: 0 auto;
    padding-left: 30px 0 0 0;
    width: 815px;
}

.socialmediasharingmainwrapper .active-text {
    display: block;
}

.fbcontent, .twittercontent, .mailcontent {
    display: none;
}

.socialmediasharingwrapper a {
    background: url("/bundles/fundmytravelcommon/images/socialmediasharingbuttons.png");
    display: block;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    text-indent: 1000em;
    width: 130px;
}

.socialmediasharingwrapper .inactive-fb {
    background-position: 0 250px;

}

.socialmediasharingwrapper .inactive-twitter {
    background-position: 260px 250px;
}

.socialmediasharingwrapper .inactive-mail {
    background-position: 135px 250px;
}

.socialmediasharingwrapper .active-fb {
    background-position: 0 0;
}

.socialmediasharingwrapper .active-twitter {
    background-position: 260px 0;
}

.socialmediasharingwrapper .active-mail {
    background-position: 135px 0;
}

.socialmediasharingwrapper .sharedcmpn {
    background-position: -5px 124px;
}


.socialmediasharingwrapper .thirds {
    position: relative;
    width: 250px;
}

.socialmediasharingwrapper .thirds p {
    display: none;
    padding: 0;
}

.socialmediasharingwrapper .thirds .active-text {
    display: block
}

.socialmediasharingwrapper .imgthirds {
    display: block;
    margin: 15px 30px 35px;
    width:180px;
}

.socialmediasharingwrapper .arrowright {
    float: left;
    font-size: 35px;
    position: relative;
    top: 45px;
}

.socialmediasharingwrapper .fa {
    color: #cecece;
}

.socialmediasharingwrapper .facebooklogo {
    display: block;
    margin: 0 auto;
    width: 350px;
}

.socialmediasharingwrapper p {
    color: #cecece;
    font-family: Open-sans, sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 25px;
    /* margin: 10px auto 30px; */
    text-align: center;
    /* width: 540px; */
}

.socialmediasharingwrapper .button {
    cursor: pointer;
    background-color: #0fc1c1;
    border: none;
    border-radius: 8px;
    display: block;
    font-family: sans-serif;
    font-size: 40px;
    font-weight: bold;
    margin: 35px auto 10px;
    padding: 20px 15px;
    text-align: center;
   /* transition:background-color 1s;*/
    width: 375px;
}

.socialmediasharingwrapper .button a {
    color: #FFFFFF;
    font-style: normal;
    padding: 15px 0px;
    text-align: center;
    text-decoration: none;
}

.socialmediasharingwrapper .button:hover {
    background-color: #7ddcde;
    border: none;
    border-radius: 8px;
    display: block;
    font-family: sans-serif;
    font-size: 40px;
    font-weight: bold;
    margin: 35px auto 10px;
    padding: 20px 15px;
    text-align: center;
    width: 375px;
}

/* loading image for campaign destination */

.destination-loader {
    background : #fff url("/bundles/fundmytravelcommon/images/loader.gif") no-repeat 360px center;
}

/* Loader Styles */

.spinner {
    margin: 0px auto;
    width: 50px;
    height: 17px;
    text-align: center;
    font-size: 5px;
    padding-bottom: 1px;
    position: relative;
    top: 2px;
    right: 2px;
}

.spinner > div {
  background-color: #fff;
  height: 78%;
  width: 4px;
  display: inline-block;
  border-radius: 20px;
  
  -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
  animation: stretchdelay 0.7s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.spinner .rect3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

@-webkit-keyframes stretchdelay {
  0%  { -webkit-transform: scaleY(0.4) } 
  20% { -webkit-transform: scaleY(1.0) }
  40% { -webkit-transform: scaleY(0.4) }
  60% { -webkit-transform: scaleY(0.4) }
  80  { -webkit-transform: scaleY(0.4) }
  100% { -webkit-transform: scaleY(-0.4) }  
  
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  

  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/*
=====================================
Campaign Updates Social Media Styles
=====================================
*/

.share-updates .socialmediastats i {
    font-size: 15px;
    width: 9px;
}

.share-updates .socialcount {
    width: 50px;
    font-size: 13px;
} 

.share-updates .spinner {
    height: 17px;
    padding-bottom: 1px;
}

.share-updates .spinner > div {
    width: 3px;
}

#emailNotifForm input[type="checkbox"] {
    display: none;
}

#emailNotifForm .left {
    float: left;
    width: 85%;
}

#emailNotifForm .right {
    float: left;
}

#emailNotifForm .notif-item-head {
    margin: 20px 0 15px 0;
}

#emailNotifForm .sub-item {
    color: #a1a1a1;
    font-family: open-sans, sans-serif;
    font-size: 15px;
    margin-bottom: 4px;
    padding: 0 0 0 10px;
}

#emailNotifForm .switch-button-label {
    font-family: Open-sans, sans-serif;
}

#emailNotifForm .switch-button-label.on {
    color: #7ab04c;
}

#emailNotifForm .note {
    margin: 30px 0;
    color: #9B9595;
}

/*
==============================
Unsubscribe Page Style
==============================
*/

.unsubpage a.facebook {
    text-decoration: underline;
    color: #3b5998;
}

.unsubpage a.twitter {
    text-decoration: underline;
    color: #2FC2EF;
}

.unsubpage {
    height: 450px;
    margin-bottom: 0;
    margin-top: 75px;
}

.unsubpage h2 {
    font-size: 40px;
    line-height: 45px;
    text-align: center;
}

.unsubpage p {
    font-family: sans-serif;
    line-height: 25px;
    text-align: center;
}

.unsubpage div {
    margin-top: 75px;
    text-align: center;
}

.unsubpage div span:first-child a {
    background-color: #71a842;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    margin: 0 25px;
    padding: 20px;
}

.unsubpage div span:first-child a:hover {
    background-color: #8CC35D;
}

.unsubpage div span:last-child a {
background-color: #cecece;
border-radius: 5px;
color: #fff;
font-size: 20px;
padding: 20px;
}


.unsubpage div span:last-child a:hover {
    background-color: #DDD8D8;
}

.sign-up .signup-to-newsletter {
    text-align: left;
    font-size: 0.9em;
}

.alert-message {
    text-align: center; 
    font-family: Opens-sans, sans-serif;
}

.btn-sharing, .btn-proceed {
    position: relative;
    top: 5px;
}

.btn-proceed {
    color: #acacac !important;
    margin-left: 24px;
}

.captcha_error {
    font-size: 0.8em;
    width: 281px !important;
}

.error-page {
    background: #6f6f6f;
}

/*
=============================
Confirm Email
=============================
*/

.conf-email {
    margin-top:100px;
    padding:15px;
    text-align: center;
}


.conf-email header h2 {
    font-size: 56px;
    margin:0;
}

.conf-email p {
    font-family:sans-serif;
}


.conf-email a {
    border-radius:8px;
    color:#fff;
    display:inline-block;
    font-size: 18px;
    margin-top:80px;
    padding:15px;
}

.conf-email a.green-btn {
    background:#71a842;
    margin-right:10px;
}

.conf-email a.green-btn:hover {
    background:#679E37;
}

.conf-email a.gray-btn {
    background:#cecece;
}

.conf-email a.gray-btn:hover {
    background:#B6B6B6;
}