/* @import "custom.scss" */

body{
	 background: url("../../images/body_bg.png") repeat-x scroll left top !important;
}
#g-page-surround,#g-main{
	background:none;
}
@font-face {
    font-family:'Oswald-Regular';
    src: url('../../fonts/Oswald/Oswald-Regular_gdi.eot');
    src: url('../../fonts/Oswald/Oswald-Regular_gdi.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Oswald/Oswald-Regular_gdi.woff') format('woff'),
        url('../../fonts/Oswald/Oswald-Regular_gdi.ttf') format('truetype'),
        url('../../fonts/Oswald/Oswald-Regular_gdi.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
/*home page*/

.g-home #g-navigation .g-grid {
    width: auto;
}

#g-main .g-container {
    margin: 0 auto;
    /*width: 960px;*/
}

.g-home .g-dropdown .g-grid {
    width: auto;
}

.moduletable a {
    font-size: 12px;
    color: #7f7f7f;
    text-decoration: underline;
}

.g-home #g-feature .g-content {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.g-home #g-feature .moduletable.top_block .g-title {
    text-transform: uppercase;
    color: #840029;
    /*background-color: #ccc;*/
	background:rgba(0, 0, 0, 0) url("../../images/npo_top2.png") no-repeat scroll 0 0 / 100% 100%;
    padding: 14px 12px 20px 12px;
    margin: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
    min-height: 84px;
}
.g-home #g-feature .moduletable.top_block:hover  > .g-title{
	background:rgba(0, 0, 0, 0) url("../../images/npo_top.png") no-repeat scroll 0 0 / 100% 100%;
}
.g-home #g-feature .moduletable.top_block .g-title::after {
    content: "";
    background-color: #840029;
    font-size: 12px;
    position: absolute;
    top: 100%;
    z-index: 1;
    content: "";
    width: 100%;
    left: 0;
    opacity: 0.3;
    height: 10px;
}

.g-home #g-feature .moduletable.top_block:hover .g-title {
    color: #ccc;
    background-color: #840029;
}

.g-home #g-feature .moduleItemImage img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    position: relative;
    width: 100%;
}

.g-home #g-feature .moduletable.top_block:hover .moduleItemImage img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.g-home #g-feature .k2ItemsBlock.top_block ul {
    margin-top: 0;
    margin-left: 0;
}

.g-home #g-feature li.lastItem,
.g-home #g-feature li.clearList {
    list-style-type: none;
}

#g-subfeature .g-container .g-grid .g-block {
    width: 27%;
    flex: 0 27%;
    padding-left: 10px;
    padding-right: 10px;
}

#g-subfeature .g-container .g-grid .g-block:first-child {
    width: 73%;
    flex: 0 73%;
    padding-left: 10px;
    padding-right: 10px;
}

#g-subfeature .g-container .g-grid .g-block:first-child .moduletable > div {
    padding-top: 10px;
}

.g-home #g-subfeature .g-container .g-grid .g-block:first-child .moduletable .divider1 {
    background-image: url("../../images/divider.png");
    background-position: bottom;
    background-repeat: repeat-x;
}

.g-home #g-subfeature .g-title {
    color: #7F7F7F;
}

.g-home #g-subfeature p {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.g-home .category-module {
    margin-left: 0;
}

.g-home .category-module li {
    list-style-type: none;
    margin-top: 20px;
    padding-bottom: 3px;
}

.g-home .category-module li a {
    color: #840029;
    font-size: 16px;
    font-weight: bold;
}


/*.g-home */

.weblinks {
    margin-left: 0;
}


/*.g-home*/

.weblinks li {
    list-style-type: none;
    line-height: 25px;
    margin-top: 7px;
    background-image: url("../../images/divider.png");
    background-position: bottom;
    background-repeat: repeat-x;
}


/*.g-home*/

.weblinks li {
    padding-bottom: 5px;
}

.weblinks li a {
    color: #840029;
    font-size: 16px;
    font-weight: bold;
}


/*.g-home*/

.weblinks li a:hover {
    text-decoration: underline;
}

.g-home .moduleCustomLink {
    color: #840029;
    padding: 10px 17px;
    font-weight: bolder;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 4px;
    background-image: url("../../images/npo_button.png");
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 22px;
}

.g-home #g-footer .g-grid {
    width: 968px;
    margin: 0 auto;
    color: #fff;
}

.g-home #g-footer .g-container {
    padding: 38px 0;
    background: url(../../images/footer.png) repeat-x top left #858585;
    width: 100%;
    color: #fff;
}

.g-home #g-footer .g-container .g-grid:first-child {
    padding-bottom: 18px;
}

.g-home #g-footer .g-container .g-content {
    margin: 0;
    padding: 0;
}

.g-home #g-footer .g-container .g-content .custom.footerclass p {
    margin: 0;
}

.g-home #g-footer .g-block {
    width: 50%;
    flex: 0 50%;
}

.g-home #g-footer .g-grid:first-child .g-block {
    width: 100%;
    flex: 0 100%;
}

.g-home .footer_menu .nav.menu {
    float: right;
    margin-top: 0;
}

.g-home .footer_menu li {
    float: left;
    padding-right: 10px;
}

.g-home .footer_menu li a {
    display: inline;
}

.footer_menu li:before {
    content: '|';
    display: inline;
    color: #463e1b;
    padding: 0 10px 0 0;
}

.footer_menu li:first-child:before {
    content: '';
}

.footer_menu a {
    color: #fff;
}


/*our mission*/


/*.itemid-357 #g-main .g-container {
    margin: 0 auto;
    width: 960px;
}
.itemid-357 #g-main .g-container .g-grid .g-block {
    width: 30%;
    flex: 0 30%;
}
.itemid-357 #g-main .g-container .g-grid .g-block:first-child {
    width: 70% !important;
    flex: 0 70%;
}*/


/*.itemid-357 .item-page{
    color: #000;
    font-size: 12px;
}

.itemid-357 .item-page p{
    color: #000;
    font-size: 12px;
}
.itemid-357 .item-page p a{
    font-size: 12px;
    color: #6f6f6f;
    text-decoration: underline;
}

.itemid-357 .item-page .nospace{
    color: #7f7f7f;
}

.itemid-357 .item-page blockquote{
    border:none;
}

.itemid-357 .item-page blockquote strong{
    color: #000;
}

.itemid-357 .module-title h2 a{
    color: #7f7f7f;
}*/


/*common*/

#g-main {
    padding-top: 0;
}

.g-content {
    padding-top: 0;
    margin-top: 0;
}

#g-main .g-container {
    margin: 0 auto;
    /*width: 960px;*/
}
#g-main .g-grid,
#g-feature .g-grid,
#g-subfeature .g-grid {
   /** width: 968px;**/
   width:990px;
    margin: 0 auto;
}
.g-home #g-main .g-grid,
.g-home #g-feature .g-grid,
.g-home #g-subfeature .g-grid {
   /** width: 968px;**/
   width:1025px;
   max-width: 100%;
    margin: 0 auto;
}
p {
    font-size: 12px;
    color: #000;
}

.ir_block_body {
    float: left;
    margin-top: 20px;
    padding-left: 80px;
}

blockquote {
    border: none;
}

#g-main,
strong {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 22px;
    color: #000000;
}

.module-title h2,
.module-title h2 a {
    color: #7f7f7f;
}

.moduletable .g-title {
    margin: 0 0 30px;
    color: #7F7F7F;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    text-transform: none;
}

.moduletable em {
    font-size: 12px;
}

.module-title h2 a:hover {
    color: #6f6f6f;
}

.item-page {
    color: #000;
    font-size: 12px;
}

.item-page p {
    color: #000;
    font-size: 12px;
}

p a {
    font-size: 12px;
    color: #6f6f6f;
    text-decoration: underline;
}

.item-page .nospace {
    color: #7f7f7f;
}

.item-page blockquote strong {
    color: #000;
}

.module-title h2 a {
    color: #7f7f7f;
    font-size: 30px;
}

.item-page .about_icon1 {
    color: #840029;
}

.mac_h2 {
    color: #840029;
    display: block;
    font-size: 30px;
    font-weight: normal;
    margin-top: 7px;
    position: relative;
    text-transform: uppercase;
}

.ir_h2 {
    color: #840029;
    display: block;
    font-size: 30px;
    font-weight: normal;
    margin-top: 7px;
    padding-top: 23px;
    position: relative;
    text-transform: uppercase;
}

.ir_h3 {
    color: #840029;
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin-top: 5px;
    text-transform: uppercase;
    padding-left: 79px;
}

#g-footer .g-grid {
    width: 968px;
    margin: 0 auto;
    color: #fff;
}

#g-footer .g-grid p {
    color: #fff;
}

#g-footer .g-container {
    padding: 38px 0;
    background: url(../../images/footer.png) repeat-x top left #858585;
    width: 100%;
}

#g-footer .g-container .g-grid:first-child {
    padding-bottom: 18px;
}

#g-footer .g-container .g-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

#g-footer .g-container .g-content .custom.footerclass p {
    margin: 0;
}

#g-footer .g-block {
    width: 50%;
    flex: 0 50%;
}

#g-footer .g-grid:first-child .g-block {
    width: 100%;
    flex: 0 100%;
}

.footer_menu .nav.menu {
    float: right;
    margin-top: 0;
}

.footer_menu li {
    float: left;
    padding-right: 10px;
}

.footer_menu li a {
    display: inline;
    text-decoration: none;
}

.footer_menu li:before {
    content: '|';
    display: inline;
    color: #463e1b;
    padding: 0 10px 0 0;
}

.footer_menu li:first-child:before {
    display:none;
}

.footer_menu a {
    color: #fff;
}


/*overview page*/

#g-main .g-container {
    margin: 0 auto;
}

#g-main .g-container .g-grid .g-block {
    width: 30%;
    flex: 0 30%;
}

#g-main .g-container .g-grid .g-block:first-child {
    width: 70%;
    flex: 0 70%;
}

.itemid-118 #g-main .g-container .g-grid .g-block:first-child {
    width: 100%;
    flex: 0 100%;
}

.itemid-114 .item-page .ir_block_body p {
    font-size: 12px;
}

.itemid-114 .item-page .ir_block_body .ir_block2 {
    background-attachment: scroll;
    background-color: #F6F6F6;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat repeat;
    border: thin solid #DCDCDC;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 5px 20px;
    width: 275px;
}

.itemid-114 .item-page .ir_block_body .about_h2 {
    color: #840029;
    display: block;
    font-size: 30px;
    font-weight: normal;
    padding-top: 10px;
    position: relative;
    text-transform: uppercase;
}

.itemid-114 .item-page .ir_block_body .about_h3 {
    color: #840029;
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin-top: 5px;
    text-transform: uppercase;
}

.itemid-114 .item-page .ir_block_body ul li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 22px;
    color: #000000;
}

.itemid-114 .item-page .ir_block_body .ir_block2 .ir_ul {
    list-style-type: none;
    margin-left: 0;
}

.itemid-114 .item-page .ir_block_body .ir_block2 .ir_ul li a {
    color: #7F7F7F;
    text-decoration: none;
    font-size: 12px;
}

.itemid-114 .item-page .about_icon3 .ir_h2 {
    color: #840029;
    display: block;
    font-size: 30px;
    font-weight: normal;
    margin-top: 7px;
    padding-top: 23px;
    position: relative;
    text-transform: uppercase;
}

.itemid-114 .item-page .about_icon3 .ir_h3 {
    color: #840029;
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin-top: 5px;
    text-transform: uppercase;
    padding-left: 79px;
}

.itemid-114 .module-title h2 a {
    color: #7f7f7f;
}

.itemid-114 .moduletable p {
    color: rgb(132, 0, 41) !important;
    font-size: 12px;
}

.itemid-114 .moduletable em {
    font-size: 12px;
}


/*our strategy*/

.itemid-286 .item-page p a {
    font-size: 12px;
    color: #6f6f6f;
    text-decoration: underline;
}


/*.itemid-286 */

.item-page .nospace {
    text-transform: capitalize;
    font-size: 25px;
    line-height: 30px;
    color: #7f7f7f;
    font-weight: normal;
    margin: 0px;
}

.itemid-286 .item-page p {
    font-size: 12px;
    color: #000;
}

.itemid-286 .item-page ul {
    margin-left: 0;
}

.itemid-286 .item-page ul li {
    color: #000;
    font-size: 12px;
}

.itemid-286 .module-title h2 a {
    color: #7f7f7f;
}

.itemid-286 .itp-social-buttons-box h4 {
    color: #000;
}


/*our team page*/

.itemid-285 .item-page p a {
    font-size: 12px;
    color: #6f6f6f;
    text-decoration: underline;
}

.itemid-285 .item-page .nospace {
    text-transform: capitalize;
    font-size: 25px;
    line-height: 30px;
    color: #7f7f7f;
    font-weight: normal;
    margin: 0px;
}

.itemid-285 .item-page p strong span {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 22px;
}

.itemid-285 .item-page table {
    border: none;
}

.itemid-285 .item-page table p,
.itemid-285 .item-page blockquote ul li {
    color: #000;
    font-size: 12px;
}

.itemid-285 .item-page table p strong {
    color: #000;
}

.itemid-285 .item-page blockquote {
    border: none;
}

.itemid-285 .item-page td {
    border: none;
    padding: 0;
}

.itemid-285 .item-page td .ir_hr {
    float: left;
    margin-top: 15px;
    width: 100%;
    background: url("../../images/hr.png") no-repeat scroll center center transparent;
}

.itemid-285 .item-page td h2 {
    margin: 0;
}

.itemid-285 .item-page td h2 span {
    text-transform: capitalize;
    font-size: 25px;
    line-height: 30px;
    color: #7f7f7f;
    font-weight: normal;
}

.itemid-285 .itp-social-buttons-box h4 {
    color: #000;
}

.itemid-285 .module-title h2 a {
    color: #6f6f6f;
}


/*our-achievements*/

.itemid-287 .item-page h3 {
    margin: 10px 0 0 0;
}

.itemid-287 .item-page h4,
.itemid-287 .item-page h4 strong {
    color: #000;
}

.itemid-287 .item-page ul {
    margin-left: 0;
}

.itemid-287 .item-page ul li {
    list-style-type: disc inside;
    font-size: 12px;
    color: #000;
    line-height: 22px;
}


/*our political platform page*/

.itemid-361 .item-page .about_icon1 .ir_h2 {
    color: #840029;
    display: block;
    font-size: 30px;
    font-weight: normal;
    margin-top: 7px;
    padding-top: 23px;
    position: relative;
    text-transform: uppercase;
}

.itemid-361 .item-page .about_icon1 .ir_h3 {
    color: #840029;
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin-top: 5px;
    text-transform: uppercase;
    padding-left: 79px;
}

.itemid-361 .item-page p {
    font-size: 12px;
    color: #000;
}

.itemid-361 .item-page p span strong {
    color: #000;
}

.itemid-361 .item-page p a {
    color: #6f6f6f;
}

.itemid-361 .item-page ul {
    margin-left: 9px;
}

.itemid-361 .item-page ul li {
    color: #000;
    font-size: 12px;
}

.itemid-361 .item-page .itp-social-buttons-box h4 {
    color: #000;
}

.itemid-361 .item-page #jc .message {
    color: #777;
    background-color: inherit;
    background-image: none;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    text-indent: 0;
    padding: 5px 0 0 0;
    border-top: 1px solid #D2DADB;
    font-size: 14px;
    font-weight: bold;
}

.itemid-361 .module-title h2 a {
    color: #7f7f7f;
}


/*newsletter page*/

.itemid-231 #g-main .g-container .g-grid .g-block {
    width: 100%;
    flex: 0 100%;
}

.itemid-231 #g-main .g-container .g-grid .g-block {
    padding: 6px;
    position: relative;
    padding-left: 100px !important;
}

.itemid-231 #g-main .g-container .g-grid:first-child .g-block:first-child .g-content {
    color: #000;
    font-size: 12px;
}

.itemid-231 #g-main .g-container .g-grid:first-child .g-block .g-content #year {
    font-size: 12px;
}

.itemid-231 #g-main .g-container .g-grid .g-block .g-content .items-leading>div {
    background: none repeat scroll 0 0 #D2D2D2;
    padding: 10px;
    margin-bottom: 11px;
    font-size: 14px;
    color: #000;
}

.itemid-231 #g-main .g-container .g-grid .g-block .g-content .page-header h2 {
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
}

.itemid-231 #g-main .g-container .g-grid .g-block .g-content p {
    margin: 0;
    font-size: 14px;
    color: #000;
}

.itemid-231 .itp-social-buttons-box h4 {
    color: #000;
}

.itemid-231 a.readmore-link {
    color: #000;
    font-size: 14px;
}

.itemid-231 .pagenav {
    border: none;
    font-size: 12px;
    padding: 4px 5px;
    color: #7f7f7f;
}


/*donate page*/

.itemid-445 #g-main .g-container {
    color: #000;
}

.itemid-445 h1,
.itemid-445 h3 {
    text-transform: capitalize;
    font-size: 25px;
    line-height: 30px;
    color: #7f7f7f;
    font-weight: normal;
    margin: 0px;
}

.itemid-445 p {
    color: #000;
    font-size: 12px;
}

.itemid-445 .control-label,
.itemid-445 select {
    color: #000;
}

.itemid-445 #btn-submit {
    background: none repeat scroll 0 0 #9F1A3B;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    height: 38px;
    margin-left: 206px;
    width: 102px;
}


/*state affiliates*/

.itemid-360 #g-main .g-container {
    margin: 0 auto;
    width: 960px;
}

.itemid-360 #g-main .g-container .g-grid .g-block {
    width: 100% !important;
    flex: 0 100% !important;
}

.itemid-118 #g-main .g-container .platform-content .rt-grid-4 {
   /* width: 30% !important;*/
    /*float: left;*/
    margin:0 !important;
}

.itemid-360 #g-main .g-container .platform-content>div:nth-child(2) {
    /*width: 70% !important;*/
    float: left;
}

.itemid-360 #g-main .g-container .platform-content .rt-grid-4 em {
    font-size: 12px;
}


/*levels of activists page*/

.itemid-335 #g-main .g-container .g-grid .g-block {
    width: 100%;
    flex: 0 100%;
}

.itemid-335 h2 {
    text-transform: capitalize;
    font-size: 25px;
    line-height: 30px;
    color: #7f7f7f;
    font-weight: normal;
    margin: 0px;
}

.itemid-335 strong {
    color: #000;
}


/*establish/join affiliation page*/

.itemid-274 .platform-content h2 {
    text-transform: capitalize;
    font-size: 25px;
    line-height: 30px;
    color: #7f7f7f;
    font-weight: normal;
    margin: 0px;
}

.itemid-274 .Chronoform .ccms_form_element.cfdiv_header ul li {
    font-size: 12px;
    color: #000;
}

.itemid-274 .Chronoform .ccms_form_element.cfdiv_text label {
    float: left;
    width: 150px;
    line-height: 18px;
    margin: 6px 0 9px;
    font-weight: bold;
    font-size: 12px;
    color: #000;
}

.itemid-274 .Chronoform .ccms_form_element.cfdiv_text input {
    border: 1px solid #9F1A3B;
}

.itemid-274 .Chronoform .aff_submit {
    background: none repeat scroll 0 0 #9F1A3B !important;
    color: #FFFFFF;
    font-size: 15px !important;
    font-weight: bold;
    height: 25px !important;
    width: 85px;
    border: 2px solid #FFFFFF !important;
    box-shadow: 3px 3px 11px rgba(50, 50, 50, 0.75);
    display: table;
    margin: 0 305px 0 auto;
}

.itemid-274 .chronoform a {
    font-size: 12px;
    color: #7f7f7f;
}


/*signup page*/

.itemid-230 #g-main .g-container .g-grid .g-block:first-child {
    padding-left: 70px;
}

.itemid-230 input {
    border: 1px solid #9F1A3B;
}

.itemid-230 select {
    border: 1px solid #9F1A3B;
}

.itemid-230 #submit {
    background: none repeat scroll 0 0 #9F1A3B !important;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    height: 25px;
    width: 85px;
    border: 2px solid #FFFFFF !important;
    box-shadow: 3px 3px 11px rgba(50, 50, 50, 0.75);
    display: table;
    margin: 0 auto;
}

.itemid-230 .button {
    border: none;
}


/*blog page*/

.itemid-241 p {
    color: #000;
    font-size: 12px;
}

.itemid-241 #g-main .g-container .g-grid:first-child {
    padding-left: 0;
}

.itemid-241 #g-main .g-container .g-grid .g-block {
    width: 40%;
    flex: 0 40%;
    padding: 0 20px;
}

.itemid-241 #g-main .g-container .g-grid .g-block:first-child {
    width: 60%;
    flex: 0 60%;
    padding: 6px 6px 6px 0;
    /*padding-left: 180px;*/
}

.itemid-241 #g-main .g-container .g-grid:first-child .g-block {
    width: 50%;
    flex: 0 50%;
}

.itemid-241 #g-main .g-container .g-grid:first-child .g-block:first-child {
    width: 50%;
    flex: 0 50%;
    padding-left: 0;
}

.itemid-241 .itp-social-buttons-box h4 {
    color: #000;
}

.itemid-241 .readmore-link,
.itemid-241 .comments-link {
    color: #7F7F7F;
    font-size: 12px;
}

.itemid-241 #g-main .g-container .g-grid .g-block .g-content {
    padding: 0;
}

.itemid-241 .page-header h2 a {
    color: #840029;
    text-decoration: underline;
    line-height: 30px;
	font-size: 25px;
}

.itemid-241 .moduletable.lastestnews .g-title {
    color: #909090 !important;
    font-size: 30px !important;
}

.itemid-241 .weblinks.latestnews {
    margin-left: 0;
}

.itemid-241 .weblinks.latestnews li {
    list-style-type: none;
    background-image: url("../../images/divider.png");
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 10px 0;
}

.itemid-241 .weblinks.latestnews li a {
    color: #840029;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}

.itemid-241 .weblinks.latestnews li a:hover {
    text-decoration: underline;
}

.itemid-241 .pagenav {
    border: none;
    font-size: 12px;
    padding: 4px 5px;
    color: #7f7f7f;
}
.view-article.outblogclass .page-header h2{
	text-decoration:underline;
}
ul.category-module a{
	color:#840029;
	font-size:16px;
	font-weight:bold;
}
.press_release .blogpress_release h2{	
	color:#840029 !important;
	font-size: 25px !important;
}

/*
.blog .items-row > div {
    float: left !important;
    width: 100% !important;
}
.blog .items-row{
	padding-left: 75px;
}*/
/*faq page*/


/*.itemid-392 #g-main .g-container .g-grid .g-block {
    width: 30%;
    flex: 0 30%;
    font-size: 12px;
    color: #000;
}
.itemid-392 #g-main .g-container .g-grid .g-block:first-child {
    width: 70% !important;
    flex: 0 70%;
}*/

.itemid-392 h1,
.itemid-392 h3,
.itemid-392 .category_title_ltr {
    margin: 0 0 30px;
    color: #7F7F7F;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    text-transform: none;
}

.itemid-392 .category_title_ltr {
    padding: 0 30px;
    margin-bottom: 0px;
}

.categories_faqs {
    margin-left: 0;
    padding: 20px 20px 10px 5px;
}

.faq_container {
    margin-top: 0;
}

.faq_default.ltr {
    margin-top: 0;
    padding-top: 25px;
    position: relative;
    background-color: white;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(65%, white), color-stop(100%, #f7f7f7));
    background: -moz-linear-gradient(top, white 0%, white 55%, #D5E4F3 130%);
}

.faq_default_title {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    color: #1f4f71;
}

.faq_answer_default {
    margin-left: 8px;
}

.faq_answer_default blockquote {
    padding-left: 35px;
}

.faq_answer_default p {
    color: #bf572c;
    font-weight: normal;
    font-size: 12px;
}


/*forms and documents page*/

.itemid-279 #g-main .g-container .g-grid .g-block {
    width: 100%;
    flex: 0 100%;
}

.itemid-279 #g-main .g-container .g-grid .g-block .div_left {
    width: 61%;
}

.itemid-279 #g-main .g-container .g-grid .g-block .div_right {
    width: 39%;
    padding: 0 10px;
    float: left;
}

.itemid-116 #g-main .g-container .g-grid .g-block {
    width: 40%;
    flex: 0 40%;
    flex-basis: 30%;
}

.itemid-116 #g-main .g-container .g-grid .g-block:first-child {
    width: 60% !important;
    flex: 0 60%;
    flex-basis: 70%;
}

.itemid-116 .ir_block_body {
    padding-left: 0;
}


/*share your story page*/
.itemid-281 .joinustable input{
    border: 1px solid #9F1A3B;
}

.itemid-281 .joinustable #submit{
    background: none repeat scroll 0 0 #9F1A3B;
color: #FFFFFF;
font-size: 15px;
font-weight: bold;
height: 38px;
width: 102px;
}

.itemid-281 .joinustable .add_btt{
    color: white;
background: #C3B300;
height: 30px;
line-height: 30px;
padding: 0 15px;
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
vertical-align: middle;
font-size: 11px;
border: none;
}

.itemid-281 .joinustable .add_btt:hover{
    background: #6B6333;
}


/*legal assitance page*/

.itemid-280 #g-main .g-container .g-grid .g-block {
    width: 100%;
    flex: 0 100%;
}

.itemid-280 .platform-content .div_left {
    width: 63% !important;
    /*background-image: url("../../images/map_bg_la.png");*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 40px;
}

.itemid-280 .platform-content h2 {
    text-transform: capitalize;
    font-size: 25px;
    line-height: 30px;
    color: #7f7f7f;
    font-weight: normal;
    margin: 0px;
}

.itemid-280 .platform-content .div_left p {
    margin-bottom: 11px;
}

.itemid-280 .platform-content .div_right {
    width: 37% !important;
    padding-left: 10px;
}

.itemid-280 .platform-content .view {
    color: #4d4d4d;
}

.itemid-280 .platform-content #limit {
    font-size: 100%;
}


/*achievments page*/

.itemid-407 #g-main .g-container .g-grid .g-block {
    width: 100%;
    flex: 0 100%;
}

.itemid-407 .item-page .page-header h2 {
    text-transform: capitalize;
    font-size: 25px;
    line-height: 30px;
    color: #7f7f7f;
    font-weight: normal;
    margin: 0px;
}

.itemid-407 h4,
.itemid-407 h4 strong {
    font-size: 18px;
    margin: 0 15px;
    color: #000;
}


/*npo news releases*/

.itemid-448 #g-main .g-container .g-grid .g-block {
    width: 100%;
    flex: 0 100%;
}

.itemid-448 .page-header h2 {
    text-transform: capitalize;
    font-size: 25px;
    line-height: 30px;
    font-weight: normal;
    margin: 0px;
    color: #840029;
}

.itemid-448 #g-main .g-grid {
    padding-left: 79px;
}

.itemid-448 .blogpress_release a {
    color: #7f7f7f;
    text-decoration: underline;
}

.itemid-448 .blogpress_release a span {
    color: #7f7f7f !important;
    /*text-decoration: underline;*/
}

.itemid-448 .pagenav {
    border: none;
    font-size: 12px;
    padding: 4px 5px;
    color: #7f7f7f;
}


/*media coverage page*/

.itemid-449 #g-main .g-container .g-grid .g-block {
    width: 100%;
    flex: 0 100%;
}

.itemid-449 a,
.itemid-449 .page-header a,
.itemid-449 .inline-link {
    /*color: #7f7f7f !important;*/
    /*text-decoration: underline !important;*/
}

.itemid-449 .page-header h2 a {
    text-transform: capitalize;
    font-size: 25px;
    line-height: 30px;
    color: #840029 !important;
    font-weight: normal;
    margin: 0px;
    text-decoration: underline;
}

.item-449 .rt-article-bg a:hover {
    color: #6f6f6f;
}


/*media kit*/

.view-mediatool_kit #g-main {
    padding-top: 0;
}

.view-mediatool_kit #g-main .g-content {
    padding-top: 0;
    margin-top: 0;
}


/**Custom style Starts**/
#g-page-surround > section#g-showcase,#g-page-surround > footer,#g-page-surround > div,#g-page-surround > section#g-showcase .g-container,#g-page-surround > section#g-showcase .g-content{
    margin:auto;
    width:100%;
	height:auto;
    /*max-width:1400px;*/
}
.g-content{
    padding:0;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container span,#g-navigation .g-main-nav li span{  
    font-family:'Oswald-Regular',sans-serif;
    font-size: 17px;
    line-height: 44px;
    text-transform:uppercase;
}
.ir_h3,.ir_h2,.about_h2,.about_h3,.moduletable .g-title,h1, h2, h3{
    font-family:'Oswald-Regular',sans-serif !important;
}
h1, h2, h3{
    font-size: 25px !important;
}
h4,h4 strong{
    font-size:18px !important;
}
#g-mobilemenu-container{
    margin-top:0;
}
.ir_block_body{
    padding-left:0;
}
.ir_block_body p,.ir_block_body > ul{
    /*padding-left:80px;*/
}
.ir_block_body p strong{
    font-size:16px;
}
.ir_block_body p span{
    font-family:'Oswald-Regular',sans-serif !important;
}
.ir_block_body > p,.ir_block_body > ul{
    margin-left:80px !important;
}
.ir_block2{
    /*margin-left:80px;*/
}
.ir_block2 .ir_ul li a:hover{
    text-decoration:underline !important;
}
.about_icon1{
    background:url("../../images/about_icon1.png");
    padding-left:80px;
    background-repeat:no-repeat;
    background-position:0 0;
}
.ir_block_body .about_icon2{
    padding-left:80px;
     background:url("../../images/about_icon2.png");
    background-repeat:no-repeat;
    background-position:0 0;
}
.ir_block_body .about_icon3{
    padding-left:80px;
     background:url("../../images/about_icon3.png");
    background-repeat:no-repeat;
    background-position:0 0;
}
.g-main-nav{
    margin:0 !important;
}
.ie_slider_img{
    max-width:100%;
}
.item-page img{
    margin:0 !important;
}
.moduletable .g-title{
     /*font-size: 23px;*/
}
#g-navigation .g-content{
    margin-top:10px;
    padding:0;
    margin-left:30px;
    margin-bottom:0;
}
#g-showcase .g-content{
    position:relative;
}
.flexslider{
    overflow:hidden;
    height:490px !important;
    position: static;
}
.flex-control-nav{
    max-width: 1155px;
    bottom:10px;
    text-align:right;
    padding-right:45px;
}
.flex-direction-nav a{
    margin-left:20px;
    margin-right:20px;
}
#g-footer .social-items{
    display:none;
}
.gantry-logo{
    margin-bottom: 15px;
}
#g-navigation .g-main-nav .g-toplevel{
    margin-top: 25px;
}
.platform-content a,.platform-content a:hover{
    /*text-decoration:none !important;*/
}
#g-main .g-container {
    margin-top: 10px;
}
.platform-content .controls #remember{
    width:auto;
}
.ir_hr{
    background:url("../../images/hr.png") !important;
    background-repeat:no-repeat;
    background-position:bottom; 
    float: left;
    width: 100%;
    height:10px;
    margin-top: 15px;
}
.ir_block_body p {
    color: #7f7f7f;
}
.itemid-287 #g-main .g-container .g-grid .g-block:first-child{
    width:100%;
    flex-basis:100%;
}
.g-dropdown{
    width: 200px !important;
}
.g-dropdown a{
    width:100%;
}
.map_bg_fd{
    float:left;
    background:url("../../images/map_bg_la.png") !important;
    background-repeat:no-repeat !important;
    background-size: 100% 100% !important;
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
}
.map_bg{
    float:left;
    background:url("../../images/map_bg_affiliate.png") !important;
    background-repeat:no-repeat !important;
    background-size: 100% 100% !important;
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
}
/*.map_bg img{
    float:left;
    max-width:99% !important;
}*/
.platform-content .moduletable .g-title{
    font-size:30px !important;
}
.ir_icon1{
    background: url("../../images/icon1.png") !important;
    padding-left:80px;
    background-repeat:no-repeat !important;
    background-position:0 0;
     box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    margin-left:0 !important;
}
.ir_icon1 span{
    font-family:'Oswald-Regular',sans-serif;
}
.platform-content .ir_p,.platform-content .ir_block1{
     margin-left:80px !important;
}
.itemid-279 #g-main .g-container .g-grid .g-block .div_right{
    padding-left:20px;
}
.moduleCustomLink{
    background: url("../../images/npo_button.png") !important;
}
a{
    color: #7f7f7f;
}
.custommedia a,.custommedia a:hover,.item-page a,.item-page a:hover.platform-content .media_p > a,.platform-content .media_p > a:hover{   
    text-decoration:underline !important;
}

.media_icon{
    background: url("../../images/media_icon.png") !important;
    padding-left:80px;
    background-repeat:no-repeat !important;
    background-position:0 0;
     box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    margin-left:0 !important;
}
.platform-content .custommedia,.blogpress_release .item,.pagination{
    margin-left:80px;
}
.pagination ul{
    box-shadow:none;
}
.blogpress_release .item {
    border-bottom:1px solid #d4d4d4;
    padding-bottom:20px;
    padding-top:20px;
}
.media_icon{
    margin-left:0 !important;
}
.top_block div.module-title h2{
    background: url("../../images/npo_top2.png") !important;
    background-repeat:no-repeat !important;
    background-size: 100% auto !important;
}
.top_block ul li{
    padding-right:0 !important;
}
.mac_icon1{
    background: url("../../images/mac_icon1.png") !important;
    padding-left:80px;
    background-repeat:no-repeat !important;
    background-position:0 0;
     box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    margin-left:0 !important;
}
.about_icon1,.about_icon2,.about_icon3{
    margin-left:0;
}
.ir_block_body > ul,.ir_block_body .ir_block2{
    margin-left:80px;
}
.itp-social-buttons-box{
    float:left;
    width:100%;
	border-bottom: thin solid #808080;
}
.AccordionPanel{
    float:left;
    width:100%;
}
.mac_hr{
    background:url("../../images/hr.png") !important;
    background-repeat:no-repeat;
    background-position:bottom; 
    float: left;
    width: 100%;
	 height: 20px;
}
.mac_h2 {
    padding-top: 10px;
    font-family: "Oswald-Regular",sans-serif !important;
}
.home_slide .flexslider{
    border:none;
    border-radius:none;
	height:auto !important;
}
section#g-showcase{
    padding:0;
}
.flex-caption{
    bottom: 80px;
    width: 100%;
}
#g-navigation .g-main-nav .g-dropdown{
    background:url("../../images/menu_bg.png") !important;
    background-size:100% 100% !important;
   
}
#Accordion1 .joinustable table input.add_btt,#Accordion1 .joinustable table input.add_btt:hover{
    height:30px;
    border:none;
}
.platform-content .rt-container .rt-grid-3 {
    margin-left: 9px;
    margin-right: 9px;
    width: 220px;
}
.platform-content .rt-container .rt-grid-3 .module-title h2{
    height: 50px !important;
    padding-bottom: 40px;
}
#g-showcase,#g-header{
    position:relative;
}
#g-showcase .g-container > .g-grid:first-child,#g-showcase .g-container > .g-grid:nth-child(2){
    position:absolute;
    z-index:999;
}
#g-showcase .g-container > .g-grid:first-child{
    left: 0;
    /*top: 6%;*/
    padding-top:20px;
    max-width: 1015px;
    width: 100%;
    background:linear-gradient(to right, rgba(44, 44, 44, 0) 0%, rgba(19, 19, 19, 0.4) 100%) !important;
    padding-bottom:1px;
}

#g-showcase .g-container > .g-grid:first-child > .g-block:first-child{
    text-align:right;
}
#g-showcase .g-container > .g-grid:first-child > .g-block:last-child{
    width:30% !important;
}
#g-showcase .g-container > .g-grid:first-child .g-block.center,#g-header .g-container > .g-grid:first-child .g-block.center{
    height: 34px;
    position: absolute;
    right: 0;
}
#g-showcase .g-container > .g-grid:first-child  > .g-block:last-child,#g-header .g-container > .g-grid:first-child  > .g-block:last-child{
    position: absolute;
    right: 0;
    top: 60px;
}
#g-showcase .g-container > .g-grid:first-child .gantry-logo img{
    width:auto;
}
#g-showcase .g-container > .g-grid:nth-child(2){
    left: 0;
    /*top: 30%;*/
	top:147px;
    width: 100%;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../../images/header_tail.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto auto;
}
.flexslider{
    margin:0;
}
#g-showcase .g-container .g-toplevel span{
    color:#fff;
}
#g-showcase .g-container .g-toplevel span:hover{
    color: #840029;
}
#g-showcase .g-container .g-toplevel li.active span{
    color: #840029;
}
#g-showcase .g-container .g-toplevel{  
    float:none;
    width:1030px;
    margin:auto;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container{
    padding-top:10px;
    padding-bottom:10px;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container span{
    font-family:'Oswald-Regular',sans-serif !important;
    text-transform:uppercase;
    font-size: 18px;
}
#g-showcase .g-container .g-toplevel ul.g-sublevel span,#g-header .g-container .g-toplevel ul.g-sublevel span{
    font-weight:normal;
     font-family: Arial,Helvetica,sans-serif;
     text-transform:uppercase;
     font-size:12px;
}
.g-main-nav .g-toplevel ul.g-sublevel{   
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("../../images/header_tail2.png") !important;
    background-origin: padding-box !important;
    background-position: center center !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
    width: 215px;
}
.g-main-nav .g-toplevel ul.g-sublevel li a:hover,.g-main-nav .g-toplevel ul.g-sublevel span:hover{
    background:#840029;
    color:#fff !important;
}
.flex-caption {
    bottom: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    left: auto;
    right: 15px;
    width: auto;
}
.flexslider > ul.slides{
    position:relative;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container{
    padding-top:10px !important;
    padding-bottom:10px !important;
}
#g-header{
    background:none;
} 
#g-header .g-container{
    width:100%;
}
#g-header .g-container > .g-grid:first-child{
    width:1000px;
    max-width:100%;
    margin:auto;
    position:relative;
    margin-top:25px;
}
#g-header .g-container .g-grid:nth-child(2){
    width:100%;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../../images/header_tail.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto auto;
}
#g-header .g-container .g-grid:nth-child(2) nav{
    width:1000px;
    float:none;
    margin:auto !important;
}
#g-header .g-container ul.g-toplevel span{
    color:#fff;
}
#g-header .g-container ul.g-toplevel span:hover{
    color:#840029;
}
#g-header .g-container ul.g-toplevel li:hover,#g-header .g-container ul.g-toplevel li.active{
    background:none !important;
}
#g-header .g-container ul.g-toplevel li.active{
    color:#840029;
}
#g-header .g-main-nav .g-dropdown{
    background:none;
}
#g-header .g-container .g-grid:nth-child(2) .g-content{
    margin:0;
}
header#g-header{
    margin-bottom:15px;
}
#g-header .g-container .g-grid:first-child .g-content{ 
    float: none;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    width: auto;
}
#g-header .g-container .g-grid:first-child .gantry-logo img{
    width:auto;
    margin-left:15px;
}
input#mod-search-searchword{
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: #ffffff !important;
    background-image: url("../../images/npo_search_text.png") !important;
    background-origin: padding-box !important;
    background-position: left top !important;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
    border-bottom-color: -moz-use-text-color !important;
    border-bottom-style: none !important;
    border-bottom-width: medium !important;
    border-image-outset: 0 0 0 0 !important;
    border-image-repeat: stretch stretch !important;
    border-image-slice: 100% 100% 100% 100% !important;
    border-image-source: none !important;
    border-image-width: 1 1 1 1 !important;
    border-left-color: -moz-use-text-color !important;
    border-left-style: none !important;
    border-left-width: medium !important;
    border-right-color: -moz-use-text-color !important;
    border-right-style: none !important;
    border-right-width: medium !important;
    border-top-color: -moz-use-text-color !important;
    border-top-style: none !important;
    border-top-width: medium !important;
    height: 23px;
    text-align: left;
    vertical-align: middle;
    width: 200px;
    color:#000;
    padding:0;
    float:right;
    padding-left:10px;
    font-size:12px;
    margin-bottom:20px !important;
}
.search form.form-inline > button{
    background: url("../../images/search_button.png") !important;
    background-repeat: no-repeat !important;
    background-size: 108px 33px !important;
    color: white;
    font-size: 15px;
    height: 24px !important;
    margin-left: -6px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    vertical-align: middle !important;
    margin:10px 20px;
    margin-top:0;
}
.social-items{
    float: right;
    width: 150px;
}
.g-social.social-items::before {
    content: "follow us:";
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    right: 150px;
    color:#C8C9CB;
    font-family: "Oswald-Regular",sans-serif !important;
    width: 60px;
}
.social-items > a:hover{
    opacity:0.7;
}
.social-items > a span{
    display:none;
}
.social-items > a{
    width:30px;
    height:30px;
    border:none;
}
.social-items > a[title="Facebook"]{
    background: url("../../images/fn.png") !important;
    background-repeat: no-repeat !important;
}
.social-items > a[title="Twitter"]{
    background: url("../../images/tn.png") !important;
    background-repeat: no-repeat !important;
}
.social-items > a:nth-child(3){
    background: url("../../images/ln.png") !important;
    background-repeat: no-repeat !important;
}
.social-items > a[title="Youtube"]{
    background: url("../../images/yn.png") !important;
    background-repeat: no-repeat !important;
}
.contribution_table .fields_cell .inputbox,.contribution_table .fields_cell select{
    width: 200px !important;
}
.contribution_table {
    width: 500px;
}
#tr_exp_date .field_cell.exp_date > select{
    width:auto;
}
.AccordionPanelOpen .AccordionPanelContent{
    overflow:hidden;
}
#donation_type .field_cell > input{
    float:left;
    margin-right: 5px;
    margin-top: 0;
}
ul.slides .slider-para{
      bottom: 50px;
    float: left;
    position: absolute;
    max-width: 1015px;
    width:100%;
    background-image: linear-gradient(to right, rgba(44, 44, 44, 0) 0%, rgba(19, 19, 19, 0.4) 100%) !important;
    top:195px;
    padding-right:20px;
    padding-top:30px;
    height:100%;
}
ul.slides .slider-para .flex-caption{
    position:static;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 26px;
    font-weight: bolder;
    line-height: 30px;
    margin-bottom: 10px;
}
ul.slides .slider-para .sub-para{
    width:30%;
    float:right;
    text-align:right;
}
ul.slides .slider-para .sub-para a{
    font-size:16px;
    color:#840029 !important;
    text-decoration:none;
    text-align:right;
}
ul.slides .slider-para .sub-para > p{
    background:none !important;
}
ul.slides .slider-para .sub-para p,ul.slides .slider-para .sub-para span{
    color:#e1e1e3 !important;
    text-align:right;
}
.flex-control-nav li a{
    height:12px !important;
    border-radius:0;
    width:9px !important;
    text-indent:90px;
    overflow:hidden;
    border-bottom:2px solid #fff;
}
.flex-control-nav li a.flex-active{
    border:none;
}
.flex-control-nav li a:hover{
    background-color:#fff !important;
}
.map_bg_la{
    height:425px !important;
}
#g-showcase > .g-container .g-block:first-child .g-content{
	/*padding-left:15px !important;*/
	text-align:left;
}
.g-home #g-showcase .g-container > .g-grid:first-child .g-content{
	padding-left:12px;
}
#g-header .g-container > .g-grid:first-child > .g-block:last-child{
	top: 40px;
}
.form-horizontal .controls input,.form-horizontal .controls select{
	width:220px;
}
.form-horizontal #tr_exp_date select{
	width:auto;
}
.form-horizontal .controls input[type="checkbox"].input-large,.form-horizontal .controls input[type="radio"]{
	float:left;
	width:auto;
}
#amount_container span.add-on{
	padding: 5px 10px;
}
#amount_container select#rd_amount{
	display:inline;
}
.form-horizontal  #tr_cvv_code{
	float:left;
}
.form-horizontal .form-actions{
	float:left;
	background:none;
	padding: 0;
	border:none;
}
.g-offcanvas-toggle{
	z-index:99999;
}

.g-menu-parent-indicator:hover,.g-menu-parent-indicator{
	background:none !important;
	border:none !important;
}
#g-header .g-container ul.g-toplevel li.active > a span{
	color: #840029;
}
div.k2Pagination ul li, div.pagination ul li, div.itemCommentsPagination ul li{
	margin: 0 10px 15px 0;
}
.moduleCustomLink,.g-home .moduleCustomLink{
	padding-left:15px;
}
.platform-content p a strong{
	color: #7f7f7f !important;
}
.itemid-279 #g-main .g-container .g-grid .g-block .div_right{
	padding-left:0;
	margin-top:0;
}
.itp-sbb-bothl{
	border-bottom:0;
}
.itp-social-buttons-box h4{
	margin-bottom:10px;
	margin-left:0;
}
#g-header .g-main-nav .g-sublevel > li.active a{
	background: #840029 none repeat scroll 0 0;
}
#g-header .g-main-nav .g-sublevel > li.active span{
    color: #fff !important;
}
ul.category-module a{
	text-decoration:none;
}
#search-searchword{
	width:300px;
}
#searchForm .only  > label,#searchForm .phrases .controls > label{
	display:inline-block;
}
#searchForm input{
	margin-top:0;
}
.view-search #g-main .g-container .g-grid .g-block:first-child {
    flex: 0 1 100%;
    width: 100%;
}
#searchForm .form-limit{
	float:left;
	width:100%;
	padding:10px 0;
	border-bottom: 1px solid #3b3516;
    border-top: 1px solid #3b3516;
}
#searchForm .form-limit > label{
	float: left;
    margin-right: 10px;
    margin-top: 5px;
}
#searchForm  dt a,.view-search a{
	text-decoration: underline !important;
}
.view-article .item-page #jc{
	float: left;
    width: 100%;
}
#tr_card_number,#tr_exp_date,#tr_cvv_code{
	float:left;
	width:100%;
}
.outblogclass .items-row{
	padding-left:0;
}
.fa-navicon::before, .fa-reorder::before, .fa-bars::before{
	color: #5f0d21;
	font-size: 28px;
}
/*color:#840029*/
/*font-size: 30px;
    text-transform: uppercase;*/
/**Custom style Ends**/


/*responsive*/
@media (max-width:1200px) {
    .flex-caption {
        bottom: 50px;
    }
    .flexslider{
        width:100% !important;
        height:auto !important;
    }
	.itemid-231 #g-main .g-container .g-grid .g-block{
		padding-left:0 !important;
	}
}
@media (max-width:1050px) {
	#g-showcase .g-container > .g-grid:first-child{
		left:0 !important;	
	}
}
@media (max-width:960px) {
    /*home*/
    #g-main .g-grid {
        width: 768px;
        margin: 0 auto;
    }
    .flex-caption {
        bottom: 0;
    }
    #g-feature .g-grid,
    #g-subfeature .g-grid {
        width: 768px;
    }
    .g-home #g-feature .moduletable.top_block .g-title {
        font-size: 20px;
    }
    .g-home #g-footer .g-block {
        width: 100%;
        flex: 0 100%;
        text-align: center;
    }
    .g-home .footer_menu .nav.menu {
        float: none;
        display: table;
        margin: 0 auto;
    }
    .itemid-241 #g-main .g-container .g-grid .g-block {
        width: 100%;
        flex: 0 100%;
        padding: 0 20px;
    }
    .itemid-241 #g-main .g-container .g-grid .g-block:first-child {
        width: 100%;
        flex: 0 100%;
        padding: 6px 6px 6px 0;
        padding-left: 180px;
    }
    .itemid-279 #g-main .g-container .g-grid .g-block .div_left {
        width: 100%;
    }
    .itemid-279 #g-main .g-container .g-grid .g-block .div_left div {
        text-align: center;
    }
    .itemid-279 #g-main .g-container .g-grid .g-block .div_right {
        width: 100%;
    }
    .g-home #g-footer .g-grid {
        width: 768px;
    }
    #g-footer .g-grid {
        width: 768px;
    }

    .g-home #g-footer .g-grid .g-content {
        margin-bottom: 10px;
    }
     #g-footer .g-grid .g-content {
        margin-bottom: 10px;
    }
    .ir_block_body .about_icon1,.ir_block_body .about_icon2,.ir_block_body .about_icon3{
        height:auto;
    }
}


@media (max-width:959px) {
 #g-main .g-container .g-grid .g-block:first-child {
        width: 100% !important;
        flex: 0 100% !important;
    }
    #g-main .g-container .g-grid .g-block {
        width: 100% !important;
        flex: 0 100% !important;
    }
    .flex-control-nav {
        bottom: 0;
    }
    ul.slides .slider-para{
        position:static;
    }
    ul.slides .slider-para .sub-para{
        width:100%;
        padding:0 25px;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
    }
    .search_block #mod-search-searchword {
        width: 169px;
    }
}
@media (max-width:768px) {
.platform-content .moduletable .g-title {
    font-size: 22px !important;
}
#g-offcanvas{
	width:245px;
}
.g-dropdown ,#g-mobilemenu-container .g-toplevel li{
    width: 245px !important;
}
#g-main .g-grid,.top-banner-affiliate {
    width: 100%;
}
.itemid-445 #btn-submit{
	margin-left:0;
}
.platform-content .ir_h2{
	line-height:35px;
}

.moduleItemIntrotext .img_bar{
	display: none;
}
.itemid-448 #g-main .g-grid {
    padding-left: 0;
}
#g-main .g-grid {
    max-width: 100%;
}
}
@media (max-width:767px) {
    #g-main .g-grid {
        width: 420px;
    }
   
    .g-home #g-feature .g-container {
        width: auto;
    }
    #g-feature .g-container .g-grid,
    #g-subfeature .g-container .g-grid {
        width: 100%;
        flex: 0 100%;
        margin-bottom: 20px;
    }
    #g-feature .g-container .g-grid .g-block {
        width: 50%;
        flex: 0 50%;
        margin-bottom: 20px;
    }
    #g-subfeature .g-container .g-grid .g-block {
        width: 100%;
        flex: 0 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    #g-subfeature .g-container .g-grid .g-block:first-child {
        width: 100%;
        flex: 0 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    #g-main .g-container {
        width: auto;
    }
    #g-main .g-container .g-block {
        width: 100%;
        flex: 0 100%;
        margin-bottom: 20px;
    }
    .g-container .g-content {
        padding-left: 0;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
    }
    .faq_default {
        padding: 25px 30px 25px 70px;
    }
    .faq_answer_default blockquote {
        padding-left: 0;
    }
    .itemid-280 .platform-content .div_left {
        width: 100% !important;
    }
    .itemid-280 .platform-content .div_right {
        width: 100% !important;
    }
    .g-home #g-footer .g-grid {
        width: 420px;
    }
    #g-footer .g-grid {
        width: 420px;
    }
    #g-footer .g-block{
        width: 100%;
        flex: 0 100%;
    }
    #g-footer{
        text-align: left;
    }
    .footer_menu .nav.menu{
        float: left;
    }
    .ir_block_body{
        float:left;
        width:100%;
    }
    .ir_block_body .ir_block2{
        
        float: left;
        margin-left: 0;
        width: 100%;
    }
    #g-showcase .g-container > .g-grid:first-child{
        /*max-width:50%;*/
    }
    #g-showcase .g-container > .g-grid:first-child > .g-block:first-child > .g-content{
         float: left;
        max-width: 30% !important;
        margin-left: 25px !important;
    }
	 #g-header .g-container > .g-grid:first-child > .g-block:first-child > .g-content{
         float: left;
        max-width: 30% !important;
        margin-left: 25px !important;
    }
	
    .search_block #mod-search-searchword {
        width: 169px;
    }
	#g-showcase .g-container > .g-grid:first-child{
		background:none !important;
	}
	header#g-header {
		margin-bottom: 50px;
	}
	.platform-content div{
		width:98% !important;
		  height: auto;
	}
	div.moduleItemIntrotext{
		width:100% !important;
	}
	.platform-content .map_bg{
		height:300px;
	}
}
@media (max-width:480px) {
#g-feature,#g-main{
	width:90%;
	margin:auto;
}
.platform-content .ir_p, .platform-content .ir_block1 {
    margin-left: 0 !important;
}
.platform-content .custommedia, .blogpress_release .item, .pagination {
    margin-left: 0;
}
.media_icon{
	padding-left:70px;
}
}
@media (max-width:479px) {
    .g-home .gantry-logo {
        width: 100%;
    }
    #g-main .g-grid {
        width: 300px;
    }
    #g-feature .g-container .g-grid .g-block {
        width: 100%;
        flex: 0 100%;
        margin-bottom: 20px;
    }
    #g-subfeature .g-container .g-grid .g-block {
        width: 100%;
        flex: 0 100%;
        margin-bottom: 20px;
    }
    .g-home #g-footer .g-grid {
        padding: 0 20px;
    }
 
    .itemid-241 #g-main .g-container .g-grid .g-block:first-child {
        padding-left: 85px;
    }

    .g-home #g-footer .g-grid {
        width: 300px;
    }
    #g-footer .g-grid {
        width: 300px;
    }
    .search_block #mod-search-searchword {
        width: 169px;
    }
	#g-showcase .g-container > .g-grid:first-child > .g-block:last-child{
		width:100% !important;
	}
	.search form.form-inline > button{
		clear: both;
		float: right;
		width: 100%;
	}
}


@media (max-width:479px) {
.ir_block_body{
    padding-left:0 !important;
}
.ir_block_body .about_icon1,.ir_block_body .about_icon2,.ir_block_body .about_icon3{
    padding-left:80px !important;
    float:left;
    width: 100%;
    margin-left:0;
    height:auto;
}
.joinustable .fields input{
	width:100% !important;
}
}
@media (max-width:360px) {
	.g-social.social-items::before{
		line-height: 16px;
		width: 35px;
	}
	.search_block #mod-search-searchword{
		margin-top: 5px;
	}
}
.gantry-img {
    float: right;
    padding-right: 210px;
}
div.module-title h2 {
    color: #7f7f7f;
    font-family: "Oswald",sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 30px;
    text-transform: none;
}
div.module-title-news h2 {
    color: #7f7f7f;
    font-family: "Oswald",sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 30px;
    text-transform: none;
}
.latestnews li a{
color: #840029 !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    text-decoration: none !important;
}
.latestnews li a:hover{
 text-decoration: underline!important;
}
.blog_title h2{
	 color: #000000 !important;
    font-family: Arial !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-transform: none !important;
	
}
.custom a{	
	color:#7f7f7f;
	text-decoration: underline;
}
.btn-group.pull-left {
    font-size: 12px !important;
}

#mod-search-searchword97 {
    color: #666 !important;
}

.itemid-241 a.readmore-link{ 
font-size: 16px;
font-weight: bold;
color: #000;  
}

#donation-form #os_form #btn-submit { width:auto!important; }