.global-header .logo a {
    background: url('https://s3.amazonaws.com/ifpublic/inboxfirstlogowhtie.svg') no-repeat right center !important;
    background-size: contain !important;
    
}

.global-footer .logo a {
    background: url('https://s3.amazonaws.com/ifpublic/inboxfirstlogo.svg') no-repeat left center !important;
    background-size: contain !important;
}


a.winner-link {
		    color: #611414;
}		

.button {
    background: #611414;
    background-image: none;
    border: 0px solid #6F6F6F;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.action-button i {
    background-color: white;
}

.action-button i:hover {
    /*background-color: rgb(193, 38, 38);*/
    outline: 1px rgb(193, 38, 38) solid;
}

.button:focus,.button:hover {
    background: darkgrey;
    background-image: none;
    -moz-box-shadow: inset 0 2px black;
    -webkit-box-shadow: inset 0 2px black;
    box-shadow: inset 0 2px black;
}

.diminished-button {
    background: #dfe0e1;
    background-image: none;
    -moz-box-shadow: #fff 0 1px 0 inset;
    -webkit-box-shadow: #fff 0 1px 0 inset;
    box-shadow: #fff 0 1px 0 inset;
    text-shadow: none;
}

.diminished-button:focus,.diminished-button:hover,.diminished-button.zeroclipboard-is-hover {
    background-image: none;
}

.schedule-button i {
    background-image: url(https://s3.amazonaws.com/ifpublic/activities_grey.png);
    background-repeat: no-repeat;
    background-size: 61%;
    background-position: center;
    background-blend-mode: exclusion;
    -webkit-background-blend-mode: exclusion;
}

.schedule-button {
    background: #611414;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5cb87c), color-stop(100%, #611414));
    background-image: -moz-linear-gradient(top, #5cb87c, #611414);
    background-image: -webkit-linear-gradient(top, #5cb87c, #611414);
    background-image: linear-gradient(to bottom, #5cb87c, #611414);
}

.schedule-button:focus,.schedule-button:hover {
    background: #611414;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #611414), color-stop(100%, #5cb87c));
    background-image: -moz-linear-gradient(top, #611414, #5cb87c);
    background-image: -webkit-linear-gradient(top, #611414, #5cb87c);
    background-image: linear-gradient(to bottom, #611414, #5cb87c)
}

.global-header {
    background: #c12626; /* #611414 */
}

.global-header .outer-layout-wrapper {
    background: #611414;
    border-bottom: none;
}

.primary-navigation li {
    text-transform: none;
    font-size: 20px;

}

.secondary-navigation li {
    text-transform: none;
    font-size: 16px;

}

.primary-navigation .active .primary-navigation-item,.primary-navigation .hovered .primary-navigation-item {
    background: #6F6F6F;
    background-image: none;
    border-top-color: #6F6F6F;
    margin-top: -10px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.nav-mailing-lists i {
    display: none;
}

.nav-campaigns i {    display: none;
}
.nav-statistics i {    display: none;
}
.nav-jobs i {    display: none;
}
.nav-admin i {    display: none;
}

.secondary-navigation li:focus,.secondary-navigation li:hover {
    text-decoration: underline;
    /*background: #6F6F6F;*/
    background: linear-gradient(0deg, transparent 80%, #6F6F6F 80%);
}

.secondary-navigation .active  {
    text-decoration: none;
    /*background: #6F6F6F;*/
    background: linear-gradient(0deg, transparent 80%, #6F6F6F 80%);
    border-right: white solid 7px;
    border-left: white solid 7px;
}

.secondary-navigation .active::after {
    border-bottom: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    bottom: -1px;
    left: 0%;
    margin-left: 0px;
}

.secondary-navigation .active::before {
    border-bottom: 40px solid #fff;
    border-left: 7px solid #fff;
    border-right: 0px solid #fff;
    bottom: -1px;
    right: 0%;
    margin-right: 0px;
}

.global-footer {
    background: none;
}

.global-footer a {
    color: #000;
}



.content-container h2 {
    color: #000000;
}

.content-container h2 a {
    color: #611414
}

.content-container-header {
    border-top: none;
    border-bottom: 4px solid #611414;
    margin-bottom: 8px;
}

.content-container-header h1 {
    margin: 0 0 0 0;   
    top: 0px;
}

/*.form-header .alert {	}*/

.form-header .tabs {
    border-bottom: 4px solid #611414
}

.form-header .tabs .tab {
    border-top: 2px solid #611414;
    border-right: 2px solid #611414;
    border-left: 2px solid #611414;
}

.form-header .tabs .tab a {
    color: #611414
}

.form-header .tabs .tab.active {
    background-color: #611414
}

.form-header .tabs .tab.active a {
    color: #fff
}
.form-header .tabs .tab.add {
    background-color: #611414;
}

.form-header h1 {
    color: #000000;
}

.form-header h1 a {
    color: #611414
}

.form-section-container {
    border-top: 0px solid #611414;
    /*border-bottom: 4px solid #611414;*/
}

.form-actions-container {
    border-top: 0px solid #611414;
}

.form-fields {
    border-top: 4px solid #611414;
    padding-top:10px;
}

.form-field .quick-info {
    color: #611414;
}

.form-field .quick-info.success {
    color: #611414
}

.form-field .input-subaction a {
    color: #611414;
}

.quick-tips-button {
    background: #611414;
    background-image: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.quick-tips-button:focus,.quick-tips-button:hover {
    background: #611414;
}

.quick-tips-button {
    background: #611414;
    background-image: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.quick-tips-button:focus,.quick-tips-button:hover {
    background: #611414;
}

.quick-tips-button.active {
    background: #611414;
    background-image: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.quick-tips-button.active:focus,.quick-tips-button.active:hover {
    background: #611414;
    background-image: none;
}

.stat-board {
    background: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none !important;
    }

.stat-board .active-subscribers {
    background: none !important;
    border-bottom: 0px solid #424649;
    color: black;
}

.stat-board .active-subscribers .value {
    background-color: none;
    background-image: none !important; 
    color: #c12626;
    -webkit-text-fill-color: #c12626;
}

.stat-board .new-subscribers,.stat-board .lost-subscribers {
    background: #632828;
    border: none;
    width: 480px
    background-image: none;
}

.stat-board .new-subscribers .label,.stat-board .lost-subscribers .label {
    width: 125px;
    font-weight: 500;
}

.stat-board .new-subscribers {
    border-width: 0px 0px 0 0;
}

.stat-board .lost-subscribers {
    border-width: 0px 0 0 0px;
}

.sticky-header .sticky-header-inner h1 {
    color: #000000;
}

.sticky-header .sticky-header-inner h1 a {
    color: #000000
}

.sticky-header.stuck .navigation .back-to-top a {
    color: #611414
}

.sticky-header.stuck .navigation .active a {
    color: #611414;
}

.sticky-header .navigation li {
    text-transform: none;
    font-size: 15px;
}

.pagination,.pagination a {
    color: #611414;
}

table a {
    color: #611414
}

.form-section-container h3 {
    color: #611414;
}

.form-section-container h3 a {
    color: #611414
}

.form-section-container h4 {
    color: #611414;
}

.form-section-container2 {
    border-top: 1px solid #611414;
    
}

.form-fields .form-field>a {
    color: #611414
}

ul.nav-tabs li a {
    color: #611414
}

.unsticky-header .unsticky-header-inner h1 {
    color: #000000;
    font-weight: 500;
}

.unsticky-header .unsticky-header-inner h1 a {
    color: #611414
}

.inline-notice a {
    color: #611414
}

.inline-explanation-text a {    color: #611414
}
.form-section-disabler,.simple-link {    color: #611414
}
.daterangepicker .ranges li {    color: #611414
}

.daterangepicker .ranges li.active,.daterangepicker .ranges li:hover {
    background-color: #611414
}

.daterangepicker td.in-range {
    background-color: #611414
}

.daterangepicker td.active,.daterangepicker td.active:hover {
    background-color: #611414;
    background-image: none;
}

.show-subscriber-list-segment .control-line a {
    color: #611414;
}

span[data-tooltip] {
    color: #611414
}

.form-field label {
    text-transform: none;
}

.form-section-container h2 {
    text-transform: none;
    margin:0px;
    top:0px;
}

.form-section-container2>h3 {
    text-transform: none;
}

.wordy-action-button span {
    color: white;
    font-weight: bold;
}

.wordy-action-button i {
    background-color: transparent;
    outline:none;
    color:white;
}
.wordy-action-button i:hover {
    
    outline:none;
    
}