* {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}

html {
    -webkit-font-smoothing: antialiased;
}

input {
    font-family: inherit;
    font-size: inherit;
    line-height: normal !important;
}

#post-sidebar {
    float: right;
    width: 270px;
    padding: 62px 0 0;
    margin: 0 0 130px;
}

.header-image h2 {
    font-size: 55px;
    font-family: "futura-pt", arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    position: relative;
    top: 95px;
    left: 150px;
    margin: 0;
    padding: 0;
    /* z-index: 100; REMOVED FOR SUBPAGES - YOU NEED TO WRITE NEW LOGIC IF THIS CAUSES ISSUES ELSEWHE*/
}

.single #header .full-width-border {
    margin-bottom: 10px;
}


/* WP Styles */

.full-width-slider-controls {
    display: none;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    text-align: center;
    margin: 5px auto 5px auto;
}

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

a {
    text-decoration: none;
    color: initial;
}

a.full-block {
    display: block;
    width: 100%;
    height: 100%;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 15px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

em {
    font-style: italic;
}

img {
    border: none;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
    font-size: 16px !important;
    line-height: 19px !important;
    margin: 0;
    padding: 20px 20px 0 !important;
}

blockquote {
    quotes: "201c" "201d" "2018" "2019";
    font-size: 1.2em;
    font-family: 'Serifa-Regular', serif;
    line-height: 1em;
    color: #222;
}

blockquote p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #444;
}

#hackedButton {
    align-items: flex-start;
    text-align: center;
    cursor: pointer;
    color: #dd3928;
    font-weight: 700;
    padding: 20px 5% 20px;
    border: solid 2px #fff;
    border-radius: 2px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: #fff;
    box-sizing: border-box;
    font-family: 'futura-pt';
    font-size: 30px !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-appearance: none;
}

.bypostauthor {
    border: 3px;
}

#post-content .wysiwyg ul,
ol {
    margin-bottom: 20px;
}

#post-content .wysiwyg ul {
    list-style: disc;
    line-height: 22px;
}

#post-content .wysiwyg ol {
    list-style: decimal;
}

#post-content .wysiwyg ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 30px;
}

#post-content .wysiwyg ul.square {
    list-style: square outside;
}

#post-content .wysiwyg ul.circle {
    list-style: circle outside;
}

#post-content .wysiwyg ul.disc {
    list-style: disc outside;
}

#post-content .wysiwyg ul ul,
ul ol,
ol ol,
ol ul {
    margin: 4px 0 5px 10px;
    font-size: .8em;
}

#post-content .wysiwyg ol li,
#post-content .wysiwyg ul li,
#post-content .wysiwyg ul ul li,
#post-content .wysiwyg ul ol li,
#post-content .wysiwyg ol ol li,
#post-content .wysiwyg ol ul li {
    margin: 0 0 10px 15px;
}

#post-content .wysiwyg ol li a,
#post-content .wysiwyg ul li a {
    color: #DD3727;
    text-decoration: underline;
}

#post-content .wysiwyg ol li a:hover,
#post-content .wysiwyg ul li a:hover {
    color: #414042;
}

#post-content h2 {
    font-size: 45px;
    line-height: 39px;
    font-family: "futura-pt", arial, sans-serif;
    /*font-weight:800;*/
    font-weight: 500;
    font-style: normal;
    margin: 0 0 30px;
    padding: 55px 0 0;
}

#post-content h2.single-post {
    margin-bottom: 20px;
}

#post-content h2.search-page,
#post-content h2.category-page {
    font-size: 30px;
    line-height: 35px;
}

#post-content h2.search-page span.searched-for {
    color: #414042;
}

#post-content img+strong {
    font: italic bold 10px sans-serif;
    color: #ada9a5;
    text-transform: uppercase;
}

#post-content .wysiwyg {
    padding: 10px 0 85px;
}

#post-content .wysiwyg h2 {
    font: 29px/38px 'futura-pt' sans-serif;
    margin: 0 0 13px;
    padding: 13px 0 0;
}

#post-content .wysiwyg h3 {
    font: 21px/32px 'futura-pt';
    color: #414042;
    margin: 0 0 13px;
    padding: 13px 0 0;
}

#post-content .wysiwyg h4 {
    font: 15px/16px 'futura-pt';
    margin: 0 0 10px;
    padding: 10px 0 0;
}

#post-content .wysiwyg p {
    font: 12px/16px 'futura-pt' sans-serif;
    line-height: 23px;
    margin: 0 0 13px;
    padding: 13px 0 0;
    color: #4c4c4e;
}

#post-content .wysiwyg p strong {
    font-weight: 700;
}

#post-content .wysiwyg p a {
    color: #dd3727;
    text-decoration: underline;
}

#post-content .wysiwyg p a:hover {
    color: #444;
}

#post-content .wysiwyg hr {
    margin: 0 0 13px;
    padding: 13px 0 0;
    height: 0;
    border: none;
    border-bottom: 2px solid #3f3e40;
}

#post-content .wysiwyg blockquote {
    float: left;
    width: 100%;
    margin: 50px 0px 50px 0px;
    padding: 20px 0 40px 0;
    border-top: 1px solid #d1d0d1;
    border-bottom: 1px solid #d1d0d1;
    position: relative;
    text-transform: none;
}

#post-content .wysiwyg blockquote p {
    font-family: 'futura-pt' sans-serif;
    margin: 0 0 13px;
    padding: 13px 0 0;
    font-size: 25px !important;
    line-height: 29px;
    font-style: italic;
    color: #838383;
}

#post-content .wysiwyg blockquote p strong {
    font-family: 'futura-pt' sans-serif;
    font-size: 20px !important;
    line-height: 24px;
    font-style: normal;
    color: #838383;
}

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

a {
    text-decoration: none;
    color: inherit;
}

#full-width-slider li {
    display: none;
}

.tour_dates_2015 {
    margin-top: 20px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0pt;
    border-bottom: solid 1px #999;
    padding-bottom: 50px;
}

.tour_content {
    float: left;
    width: 250px;
    margin-left: 40px;
}

.tour_content:first-child {
    margin-left: 0px !important;
}

.tour_content:nth-child(2) {
    width: 320px !important;
}

.tour_dates_2015:last-child {
    border-bottom: solid 0px #999 !important;
}

.green_hover_donate {
    background: #8cc63e;
}

.green_hover_donate:hover {
    background: #66952d;
}

.red_hover_donate {
    background: #b62d1d;
}

.red_hover_donate:hover {
    background: #91241c;
}

.fb_fix {
    width: 90px !important;
    float: left;
}

.twitter_fix {
    width: 140px !important;
    float: left;
}

.youtube_fix {
    width: 130px !important;
    float: left;
}

.button.red {
    background: url('images/btn_red.png') 0 0 no-repeat;
    position: relative;
    overflow: hidden;
    display: block;
    height: 37px;
    width: 158px;
    color: #FFF;
    font-size: 13px;
    line-height: 37px;
    font-family: "futura-pt", arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 34px;
}

.button.red:hover {
    background-position: 0 -37px;
}

.button.red:active {
    top: 1px;
}

.button_color.red {
    background-color: #dd3928;
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%;
    box-shadow: inset 4px 4px 4px 4px 20px rgba(43, 42, 42, 0.90);
    color: #FFF;
    font-size: 15px;
    line-height: 37px;
    font-family: 'futura-pt', sans-serif;
    font-weight: 500;
    font-style: normal;
    border-radius: 5px;
    text-align: center;
    margin: 0 0 34px;
    letter-spacing: 0.03em;
}

.button_color.red:hover {
    background-color: #b62d1d;
}

.button_color.red:active {
    top: 1px;
}

.button_color.green {
    background-color: #6CBF69;
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%;
    box-shadow: inset 4px 4px 4px 4px 20px rgba(43, 42, 42, 0.90);
    color: #FFF;
    font-size: 15px;
    line-height: 37px;
    font-family: 'futura-pt', sans-serif;
    font-weight: 500;
    font-style: normal;
    border-radius: 5px;
    text-align: center;
    margin: 0 0 34px;
    letter-spacing: 0.03em;
}

.button_color.green:hover {
    background-color: #3E773A;
}

.button_color.green:active {
    top: 1px;
}

.button_color.lime {
    background-color: #8cc63e;
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%;
    box-shadow: inset 4px 4px 4px 4px 20px rgba(43, 42, 42, 0.90);
    color: #FFF;
    font-size: 15px;
    line-height: 37px;
    font-family: 'futura-pt', sans-serif;
    font-weight: 500;
    font-style: normal;
    border-radius: 5px;
    text-align: center;
    margin: 0 0 34px;
    letter-spacing: 0.03em;
}

.button_color.lime:hover {
    background-color: #414042;
}

.button_color.lime:active {
    top: 1px;
}

.button_color.blueish {
    background-color: #00adef;
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%;
    box-shadow: inset 4px 4px 4px 4px 20px rgba(43, 42, 42, 0.90);
    color: #FFF;
    font-size: 15px;
    line-height: 37px;
    font-family: 'futura-pt', sans-serif;
    font-weight: 500;
    font-style: normal;
    border-radius: 5px;
    text-align: center;
    margin: 0 0 34px;
    letter-spacing: 0.03em;
}

.button_color.blueish:hover {
    background-color: #414042;
}

.button_color.blueish:active {
    top: 1px;
}

.button_color.cream {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%;
    color: #414042;
    font-size: 15px;
    line-height: 37px;
    font-family: 'futura-pt', sans-serif;
    font-weight: 500;
    font-style: normal;
    border-radius: 5px;
    text-align: center;
    margin: 0 0 34px;
    letter-spacing: 0.03em;
}

.btn_work {
    opacity: 0.7;
}

.button_color.cream:hover {
    background-color: #ddd;
}

.button_color.cream:active {
    top: 1px;
}

.button_color.grey {
    background-color: #414042;
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%;
    box-shadow: inset 4px 4px 4px 4px 20px rgba(43, 42, 42, 0.90);
    color: #FFF;
    letter-spacing: 0.03em;
    line-height: 37px;
    font-family: 'futura-pt', sans-serif;
    font-weight: 500;
    font-style: normal;
    border-radius: 5px;
    text-align: center;
    margin: 0 0 34px;
}

.button_color.grey:hover {
    background-color: #2b2a2a;
}

.button_color.grey:active {
    top: 1px;
}

.donate_cc_button {
    background: url(http://www.libertyinnorthkorea.org/wp-content/uploads/2013/04/donate_credit_card_new.png) no-repeat top center, 0 0 repeat-x;
    width: 206px;
    height: 77px;
    background-position: 0px 0px;
    cursor: pointer;
}

.donate_cc_button:hover {
    width: 206px;
    height: 86px;
    background-position: 0px -77px;
    cursor: pointer;
}

.donate_cc_button_2 {
    background: url(http://www.libertyinnorthkorea.org/wp-content/uploads/2013/04/donate_credit_card_2.png) no-repeat top center, 0 0 repeat-x;
    width: 206px;
    height: 77px;
    background-position: 0px 0px;
    cursor: pointer;
}

.donate_cc_button_2:hover {
    width: 206px;
    height: 86px;
    background-position: 0px -77px;
    cursor: pointer;
}

.donate_paypal_button {
    background: url(http://www.libertyinnorthkorea.org/wp-content/uploads/2013/04/donate_paypal_new.png) no-repeat top center, 0 0 repeat-x;
    width: 206px;
    height: 77px;
    background-position: 0px 0px;
}

.donate_paypal_button:hover {
    width: 206px;
    height: 86px;
    background-position: 0px -77px;
}

.donate_paypal_button_2 {
    background: url(http://www.libertyinnorthkorea.org/wp-content/uploads/2013/04/donate_paypal_2.png) no-repeat top center, 0 0 repeat-x;
    width: 206px;
    height: 77px;
    background-position: 0px 0px;
}

.donate_paypal_button_2:hover {
    width: 206px;
    height: 86px;
    background-position: 0px -77px;
}

.donate_monthly_button_1 {
    background: url(http://www.libertyinnorthkorea.org/wp-content/uploads/2013/04/give_monthly_btn.png) no-repeat top center, 0 0 repeat-x;
    width: 206px;
    height: 88px;
    background-position: 0px 0px;
}

.donate_monthly_button_1:hover {
    width: 206px;
    height: 88px;
    background-position: 0px -88px;
}

.donate_monthly_button_2 {
    background: url(http://www.libertyinnorthkorea.org/wp-content/uploads/2013/04/give_monthly_btn_2.png) no-repeat top center, 0 0 repeat-x;
    width: 206px;
    height: 88px;
    background-position: 0px 0px;
}

.donate_monthly_button_2:hover {
    width: 206px;
    height: 88px;
    background-position: 0px -89px;
}

.give_btn_3000 {
    background: url(http://www.libertyinnorthkorea.org/wp-content/uploads/2013/04/give_btn_3000.png) no-repeat top center, 0 0 repeat-x;
    width: 125px;
    height: 47px;
    background-position: 0px 0px;
}

.give_btn_3000:hover {
    width: 125px;
    height: 47px;
    background-position: 0px -47px;
}

.give_btn_600 {
    background: url(http://www.libertyinnorthkorea.org/wp-content/uploads/2013/04/give_btn_600.png) no-repeat top center, 0 0 repeat-x;
    width: 125px;
    height: 47px;
    background-position: 0px 0px;
}

.give_btn_600:hover {
    width: 125px;
    height: 47px;
    background-position: 0px -47px;
}

.give_btn_500 {
    background: url(http://www.libertyinnorthkorea.org/wp-content/uploads/2013/04/give_btn_500.png) no-repeat top center, 0 0 repeat-x;
    width: 125px;
    height: 47px;
    background-position: 0px 0px;
}

.give_btn_500:hover {
    width: 125px;
    height: 47px;
    background-position: 0px -47px;
}

.give_btn_180 {
    background: url(http://www.libertyinnorthkorea.org/wp-content/uploads/2013/04/give_btn_180.png) no-repeat top center, 0 0 repeat-x;
    width: 125px;
    height: 47px;
    background-position: 0px 0px;
}

.give_btn_180:hover {
    width: 125px;
    height: 47px;
    background-position: 0px -47px;
}

.black_on_red_button {
    width: 100%;
    border: solid 0px #fff;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 20px;
    margin-top: 20px;
    font-family: 'futura-pt';
    font-size: 15pt;
    font-style: normal;
    font-weight: 400;
    line-height: 35pt;
    letter-spacing: 0.02em;
    color: #fff;
    background-color: #dd3928;
}

.black_on_red_button:hover {
    border: solid 0px rgba(0, 0, 0, 0.0);
    background-color: #414042;
    color: #fff;
}

.red_on_white_button {
    width: 80%;
    background-color: #dd3928;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 20px;
    margin-top: 20px;
    font-family: 'futura-pt';
    font-size: 15pt;
    font-style: normal;
    font-weight: 400;
    line-height: 35pt;
    letter-spacing: 0.08em;
    color: #fff;
}

.red_on_white_button:hover {
    background-color: #fff;
    color: #dd3928;
}

.opacity_60 img {
    opacity: 0.3;
}

.hide_div {
    display: none;
}

.iframe-display-none {
    display: none !important;
}

.donate_paypal_button .form-fields input[type="text"]:-moz-placeholder {
    color: #414042;
}

.donate_paypal_button .form-fields input[type="text"]::-webkit-placeholder {
    color: #414042;
}

.donate_paypal_button .form-fields input[type="text"]:-ms-placeholder {
    color: #414042;
}

.donate_form_page input[type=number]::-webkit-inner-spin-button,
.donate_form_page input[type=number]::-webkit-outer-spin-button,
.donate_form_page2 input[type=number]::-webkit-inner-spin-button,
.donate_form_page2 input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.donate_form_page,
.donate_form_page input:focus,
.donate_form_page textarea,
.donate_form_page button {
    outline: none !important;
}

.donate_form_page2,
.donate_form_page2 input:focus,
.donate_form_page2 textarea,
.donate_form_page2 button {
    outline: none !important;
}

.donate_form_page input::-webkit-input-placeholder,
.donate_form_page textarea::-webkit-input-placeholder {
    color: #fff;
}

.donate_form_page input:-moz-placeholder,
.donate_form_page textarea:-moz-placeholder {
    color: #fff;
}

.donate_form_page2 input::-webkit-input-placeholder,
.donate_form_page2 textarea::-webkit-input-placeholder {
    color: #414042;
}

.donate_form_page2 input:-moz-placeholder,
.donate_form_page2 textarea:-moz-placeholder {
    color: #414042;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

.gform_wrapper {
    display: inline !important;
}

.hidden-wrapper {
    display: none;
}

.display_wrapper {
    display: inline;
    overflow: visible;
}

.preload {
    position: absolute;
    top: -99999;
    right: -99999;
    width: 1px;
    height: 1px;
}

.dynamic-text {
    text-transform: uppercase;
}

.dynamic-text h2 {
    /*font-weight: normal;*/
    font-size: 31px;
    line-height: 43px;
    margin: 0;
    padding: 0;
    font-family: "futura-pt", arial, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.dynamic-text h2.split-one {
    /* background: url('images/icon_dynamic-arrow-top.png') 0 0 no-repeat; */
    padding-top: 15px;
}

.dynamic-content-block {
    display: none;
    border-top: 0px solid #3e3d3f;
    position: relative;
}

.dynamic-content-block h3 {
    font-size: 20px;
    font-family: "futura-pt", arial, sans-serif;
    font-style: italic;
    font-weight: 800;
    margin: 0 0 10px;
    padding: 15px 0 0;
}

.dynamic-content-block p {
    font: 11px/15px sans-serif;
    margin: 0 0 20px;
    padding: 0;
    text-transform: none !important;
    width: 560px;
}

.close-dynamic-block {
    display: block;
    width: 52px;
    height: 24px;
    padding-left: 5px;
    background: url('images/btn_black-small.png') 0 0 no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    line-height: 21px;
    font-family: "futura-pt", arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    color: #f8f2e9;
    cursor: pointer;
    text-align: center;
}

#dnyamic-meta {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.open-block span {
    /*
	border-bottom: 3px solid #dc3727;
	display: inline-block;
	height: 38px;
	*/
}

.open-block:hover {
    color: #dc3727;
    cursor: pointer;
}


/*  Start New Code*/

* {
    padding: 0;
    margin: 0;
}

html {
    margin-top: 0px !important;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: "futura-pt", arial, sans-serif;
    margin: 0px;
    overflow-x: hidden;
    height: 100% !important;
    width: 100%;
    background: #fff;
    color: #58585b;
    font: 16px/17px "futura-pt", Arial, Helvetica;
}

body {
    min-width: 300px !important;
    padding-right: 0px !important;
}

iframe {
    width: 100%;
}

p {
    display: inline;
    -webkit-margin-before: 0em !important;
    -webkit-margin-after: 0em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
}

a {
    text-decoration: none;
}

a.hover_red:hover {
    color: #dd3928;
}

.tableizer-table {
    text-align: left !important;
    width: 100%;
    max-width: 1100px;
    min-width: 640px;
    position: relative;
    margin: 0 auto;
}

.tableizer-firstrow {
    font-size: 20px;
    font-weight: 400;
    color: #656566;
}

.tableizer-table th {
    padding-top: 5px;
}

.tableizer-table td,
.tableizer-table th {
    padding-left: 2%;
    vertical-align: top;
    padding-bottom: 40px;
    border-bottom: solid 1px #b5b5b5;
    padding-top: 25px;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    color: #656566;
    line-height: 25px;
}

.tableizer-table td:nth-child(1),
.tableizer-table th:nth-child(1) {
    width: 17%;
    font-weight: 700;
    padding-left: 0%;
}

.tableizer-table td:nth-child(2),
.tableizer-table th:nth-child(2) {
    width: 22%;
    font-weight: 500;
}

.tableizer-table td:nth-child(3),
.tableizer-table th:nth-child(3) {
    text-transform: capitalize;
    width: 17%;
}

.tableizer-table td:nth-child(4),
.tableizer-table th:nth-child(4) {
    width: 17%;
    text-transform: capitalize;
}

.tableizer-table td:nth-child(5),
.tableizer-table th:nth-child(5) {
    width: 17%;
    text-transform: lowercase;
}

.body_page {
    min-width: 1000px;
}

.mobile_show {
    display: none;
}

.mobile_tablet_show {
    display: none;
}

#full-width-slider {
    display: none;
}

.preload {
    display: none;
}

.page-id-4 .fixed_nav_style #new-header {
    background: #fff !important;
}

.page-id-48391 .general_banner_button,
.page-id-48175 .general_banner_button {
    display: none;
}

#footer {
    padding: 40px 0 0;
    background: #dd3928;
    width: 100%;
}

#master {
    height: auto;
    width: 85%;
    margin: 0 auto;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.header-image {
    width: 100%;
    clear: both;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    height: 0px;
}

.header-content {
    position: relative;
    width: 950px;
    margin: 0 auto;
}

.animation-visible {
    visibility: visible !important;
    display: inline;
}

.section_col p {
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 20px;
    display: block;
}

.section_col h1 {
    font-family: 'futura-pt-condensed';
    font-weight: 500;
    font-style: normal;
    font-size: 105px;
    line-height: 115px;
    margin-bottom: 0px;
    letter-spacing: 0pt;
    width: 100%;
    display: inline-block;
}

.section_col .large_condensed {
    font-family: 'futura-pt-condensed';
    font-weight: 500;
    font-style: normal;
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 0px;
    letter-spacing: 1pt;
    width: 100%;
    display: inline-block;
}

.section_col h2 {
    font-weight: 500;
    font-style: normal;
    font-size: 40.5pt;
    line-height: 40pt;
    margin-bottom: 10px;
    letter-spacing: 0px;
    width: 100%;
    display: inline-block;
}

.section_col .staff_title h2 {
    font-weight: 500;
    font-style: normal;
    font-size: 40.5pt;
    line-height: 40pt;
    margin-bottom: 0px;
    letter-spacing: 0pt;
    width: 100%;
    display: inline-block;
}

.section_col h3 {
    font-weight: 400;
    font-style: normal;
    font-size: 30pt;
    line-height: 35pt;
    margin-bottom: 15px;
    width: 100%;
    text-transform: none;
}

.section_col h3 span {
    font-weight: 700;
}

.section_col h4 {
    font-weight: 400;
    font-style: normal;
    font-size: 20pt;
    line-height: 32px;
    margin-top: 0px;
    margin-bottom: 20px;
    letter-spacing: 0pt;
    width: 100%;
    display: inline-block;
}

.section_col h5 {
    font-weight: 400;
    font-style: normal;
    font-size: 16pt;
    line-height: 21pt;
    margin-top: 10px;
    margin-bottom: 15px;
    letter-spacing: 0pt;
    width: 100%;
    display: inline-block;
}

.section_col .staff_title h5 {
    font-weight: 400;
    font-style: normal;
    font-size: 18pt;
    line-height: 23pt;
    margin-top: 0px;
    margin-bottom: 15px;
    letter-spacing: 0pt;
    width: 100%;
    display: inline-block;
}

.section_col .contact_title h5 {
    font-weight: 400;
    font-style: normal;
    font-size: 18pt;
    line-height: 23pt;
    margin-top: 0px;
    margin-bottom: 0px !important;
    letter-spacing: 0pt;
    width: 100%;
    display: inline-block;
}

.section_col h6 {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 17pt;
    margin-top: 0px;
    margin-bottom: 20px;
    display: inline-block;
}

.section_col ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
}

.section_col li {
    font-weight: 400;
    font-style: normal;
    font-size: 13pt;
    line-height: 17pt;
    margin-top: 0px;
    margin-bottom: 20px;
    list-style-type: square;
}


/*  Banner Style*/

.programs_banner {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    margin-top: 0px;
    height: 740px;
    background-size: cover !important;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: inset 0px -54px 270px -49px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px -54px 270px -49px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px -54px 270px -49px rgba(0, 0, 0, 0.75);
    background-color: #dd3928;
}


/*  Banner Style*/

.general_banner {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    margin-top: 0px;
    height: 540px;
    background-size: cover !important;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: inset 0px -54px 270px -49px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px -54px 270px -49px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px -54px 270px -49px rgba(0, 0, 0, 0.75);
    background-color: #dd3928;
}

.page-blog .general_banner,
.blog_category_header .general_banner {
    height: 400px;
}

.bar_banner {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    margin-top: 0px;
    height: 50px;
    background: #fff !important;
    -webkit-backface-visibility: hidden;
    background-position: top center;
    z-index: -1;
}

.general_banner video {
    width: 100%;
    overflow: hidden;
    display: block;
}

.programs_banner video {
    width: 100%;
    min-width: 1150px;
    display: block;
}

.programs_banner_box {
    width: 100%;
    -webkit-box-shadow: inset 0px -54px 270px -49px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: inset 0px -54px 270px -49px rgba(0, 0, 0, 0.55);
    box-shadow: inset 0px -54px 270px -49px rgba(0, 0, 0, 0.55);
    height: 540px;
    min-height: 540px;
    display: inline-block;
}

.donate_banner_box {
    width: 100%;
    -webkit-box-shadow: inset 0px -54px 0px -49px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: inset 0px -54px 0px -49px rgba(0, 0, 0, 0.0);
    box-shadow: inset 0px -54px 0px -49px rgba(0, 0, 0, 0.0);
    height: 480px;
    min-height: 480px;
    display: inline-block;
}

.programs_banner_content {
    padding-top: 8%;
    width: 85%;
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
    padding-bottom: 200px;
    display: block;
}

.fixed_video_header {
    z-index: 99;
    transition: none;
    -webkit-transition: none;
    /* For Safari 3.1 to 6.0 */
    transition: none;
    height: 50px !important;
    overflow: hidden;
    border-bottom: solid 0px #fff;
    background-position: top center;
}

.page-id-54125 .fixed_video_header,
.page-id-4 .fixed_video_header,
.page-id-53817 .fixed_video_header,
.page-id-54081 .fixed_video_header,
.page-id-54245 .fixed_video_header,
.page-id-54289 .fixed_video_header,
.page-id-124713 .fixed_video_header {
    -webkit-box-shadow: inset 0px -54px 270px -49px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0px -54px 270px -49px rgba(0, 0, 0, 0);
    box-shadow: inset 0px -54px 270px -49px rgba(0, 0, 0, 0);
}

.z-index-1 {
    z-index: -1 !important;
}

.general_banner_box {
    width: 100%;
    min-height: 400px;
    height: 50%;
    max-height: 700px;
}

.internship_banner_box {
    width: 100%;
    min-height: 325px;
    height: 325px;
    max-height: 555px;
}

.general_banner_content {
    padding-top: 110px;
    width: 85%;
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
    padding-bottom: 0px;
    display: block;
    text-align: left;
}

.general_banner_content .banner-title {
    width: 100%;
    float: left;
}

.donate_title {
    width: 100%;
}

.donate_title .banner-title {
    width: 100%;
    text-align: center !important;
}

.donate_title .banner-about {
    text-align: center !important;
    width: 70%;
    position: relative;
    margin: 0 auto;
    float: none !important;
    clear: both;
    padding-top: 50px;
}

.internship_banner_title .banner-title {
    width: 100%;
    float: left;
}

.page-id-133668 .banner-title h1 {
    text-transform: none !important;
}

.internship_banner_title .banner-title h1 {
    color: #414042;
    text-shadow: 2px 2px 10px rgba(10, 10, 10, 0.0) !important;
    font-size: 90px;
    line-height: 95px;
}

.general_banner_button {
    margin-top: 20px;
    width: 30%;
    float: left;
}

.banner-title {
    float: left;
    width: 85%;
}

.banner-title h1 {
    color: #fff;
    font-family: 'futura-pt-condensed';
    font-size: 85px;
    line-height: 85px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-shadow: 2px 2px 10px rgba(10, 10, 10, 0.2);
}

.page-id-48969 .programs_banner,
.page-id-133668 .programs_banner {
    height: 800px;
}

.page-id-48969 .programs_banner_box,
.page-id-133668 .programs_banner_box {
    width: 100%;
    height: 800px
}

.page-id-48969 .banner-title,
.page-id-133668 .banner-title {
    width: 100%;
}

.page-id-48969 .banner-title h1,
.page-id-133668 .banner-title h1 {
    font-size: 60pt;
    line-height: 60pt;
    letter-spacing: 0.01em;
}

.banner-border-seperation {
    border-top: solid 4px #dd3928;
    width: 50px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.banner-about {
    margin-top: 10px;
    color: #fff;
    font-family: 'futura-pt';
    float: left;
    font-size: 27px;
    line-height: 31px;
    font-weight: 400;
    letter-spacing: 0.01em;
    width: 100%;
    text-shadow: 2px 2px 10px rgba(10, 10, 10, 0.2);
}


/*  Banner Style END*/

.body_section_transparent {
    background: transparent;
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
}

#body_section {
    background: #fff;
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;
    margin-top: -3px;
}

.body_section {
    background: #fff;
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;
    margin-top: -4px;
}

.body_section_content {
    max-width: 1100px;
    width: 85%;
    padding-top: 50px;
    position: relative;
    margin: 0 auto;
    padding-bottom: 50px;
    clear: both;
    margin-top: -2px;
}

.blog_related_posts .body_section_content {
    max-width: 750px;
    width: 100%;
    padding-top: 50px;
    position: relative;
    margin: 0 auto;
    padding-bottom: 50px;
    clear: both;
    margin-top: -2px;
}

.blog_related_posts .blog_feed {
    width: 46%;
    float: left;
}

.blog_related_posts .col_3s:nth-child(3) {
    margin-left: 0px;
}

.blog_related_posts .blog_feed_text {
    min-width: 300px;
    max-width: 300px;
}

.body_section_red {
    background: #fff;
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;
    margin-top: -3px;
    border-top: solid 1px #414042;
}

.body_section_red .impact_number_sidebar,
.body_section_red .impact_text_sidebar {
    color: #fff;
}

.body_section_form_box_realred {
    background: rgba(221, 56, 31, 0.96);
    width: 100%;
    padding-bottom: 100px;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: -4px;
}

.body_section_form_box_red {
    background: rgba(221, 56, 31, 1);
    width: 100%;
    padding-bottom: 100px;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: -4px;
}

.open-block {
    color: blue;
}

.info-box {
    margin-bottom: 2rem;
    padding: 0 2rem 2rem;
    background: hsl(0, 0%, 85%);
    width: 100%;
    height: auto;
}

.micro-box {
    margin-bottom: 2rem;
    padding: 0 2rem 2rem;
    background: blue;
    width: 50%;
    height: 300px;
}

.info-box h1 {
    margin-left: -2rem;
    margin-right: -2rem;
    padding: .5rem 2rem;
    font-size: 2.5rem;
    background: hsl(0, 0%, 10%);
    color: #fff;
    display: inline-block;
}

.info-box p {
    font-family: 'futura-pt';
}

.related_blog_posts {
    width: 100%;
    float: none;
}

.related-list {
    min-height: 300px;
}

.related-list a {
    text-decoration: none;
    display: inline-block;
}

.related-list a:hover>h3 {
    text-decoration: underline;
}

.width_one_third {
    width: 30%;
    background: red;
    height: 100px;
    float: left;
    margin-right: 3.333333333%;
}

.width_one_third_full {
    width: 33.3333333%;
    background: red;
    height: 100px;
    float: left;
    margin-right: 0%;
}

.width_half_left {
    width: 47%;
    background: green;
    height: 100px;
    float: left;
    margin-right: 3%;
}

.width_half_right {
    width: 47%;
    background: blue;
    height: 100px;
    float: left;
    margin-left: 3%;
}

.alpha {
    margin-right: 20px;
}

.blog_feed {
    width: 27%;
    display: block;
    padding-top: 30px;
}

.blog_feed:hover {
    opacity: 0.9;
}

.blog_feed h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 20px;
    color: #58585b;
}

.blog_feed p {
    font-size: 17px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #58585b;
}

.blog_feed span:hover {
    margin-bottom: 5px;
    border-bottom: solid 1px #dd3928;
}

.blog_feed img {
    margin: 0;
    padding: 0;
    min-width: 300px;
    display: block;
    margin-bottom: 15px;
}

.title_line,
.title_line_white {
    border-top: solid 4px #dd3928;
    width: 50px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.title_line_dark {
    border-top: solid 6px #414042;
    width: 50px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.side_bar_program_list .title_line {
    border-top: solid 2px #dd3928;
    width: 50px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.side_bar_program_list .launch_title {
    width: auto;
    margin-left: -20px;
}

.side_bar_program_list .launch_title p {
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #414042;
    background: yellow;
    display: inline;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    font-size: 9pt;
}

.launch_title_large {
    width: auto;
    margin-left: -20px;
}

.launch_title_large p {
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #414042;
    background: yellow;
    display: inline;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    font-size: 15pt;
    margin-bottom: 50px;
}

.title_line_white {
    border-top: solid 4px #fff;
    clear: both;
    padding-right: 0px;
}

.quote_large {
    margin-left: -7px;
    color: #999999;
    font-size: 30px;
    line-height: 34px;
    font-style: italic;
}

.deadline_red {
    color: #dd3928;
    font-weight: 700 !important;
    letter-spacing: 2pt;
}

.title_sidebar {
    text-transform: uppercase;
    color: #dd3928;
    font-size: 24px;
    letter-spacing: 2pt;
}

.share_circles {
    clear: both;
}

.share_circles:first-child {
    margin-left: 0px !important;
}

.share_circles img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 60px;
}

.share_circles img:hover {
    opacity: 0.9;
}

.get-involved-bar {
    width: 100%;
    height: 110px;
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: #fff;
    visibility: hidden;
    border-top: solid 1px #dbdbdb;
}

.get-involved-bar-content {
    width: 90%;
    position: relative;
    margin: 0 auto;
    margin-top: 8px;
}

.opacity_button {
    opacity: 1.0;
}

.opacity_button:hover {
    opacity: 0.7;
}


/*  SECTIONS  ============================================================================= */

.section_col {
    clear: both;
    padding: 0px;
    margin: 0;
    margin-bottom: 0px;
}


/*  GROUPING  ============================================================================= */

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
}


/*  GRID COLUMN SETUP   ==================================================================== */

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 7.6%;
}

.col_in {
    display: block;
    float: left;
    margin: 1% 0 1% 7.6%;
}

.col_center {
    margin: 1% 0 1% 7.6%;
}

.col_3s {
    display: block;
    float: left;
    margin: 1% 0 1% 3.6%;
}

.col_3_side {
    display: block;
    float: left;
    margin: 1% 0 1% 6%;
}

.col_3_breakdown {
    display: block;
    float: left;
    margin: 1% 0 1% 3.1%;
}

.col_3_fundraise {
    display: block;
    float: left;
    margin: 1% 0% 1% 0%;
}

.col_4s {
    display: block;
    float: left;
    margin: 0% 0 1% 5.6%;
}

.col_grid {
    display: block;
    float: left;
    margin: 0% 0 0% 0%;
}

.col_left_border {
    display: block;
    float: left;
    border-left: solid 4px #dd3928;
    padding-left: 3.6%;
    margin: 1% 0 1% 1%;
}

iframe.video_campaign_iframe {
    width: 853px !important;
    height: 550px !important;
}

img.alignnone {
    margin: 0px 0px 0px 0;
}

.full {
    display: block;
    float: left;
    margin: 0% 0% 0% 0%;
}

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


/* all browsers except IE6 and lower */

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


/* all browsers except IE6 and lower */

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


/* all browsers except IE6 and lower */

.col_3s:first-child,
.col_3_breakdown:first-child,
.col_3_breakdown:nth-child(4) {
    margin-left: 0;
}


/* all browsers except IE6 and lower */

.col_3_fundraise:nth-child(1) {
    padding-right: 2%;
}

.col_3_fundraise:nth-child(2) {
    border-left: solid 1px #D1D2D4;
    border-right: solid 1px #D1D2D4;
    padding-left: 2%;
    padding-right: 2%;
}

.col_3_fundraise:nth-child(3) {
    padding-left: 2%;
}

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


/* all browsers except IE6 and lower */

.col_left_border:first-child {
    margin-left: -4%;
    margin-bottom: 40px;
}


/* all browsers except IE6 and lower */

.padding_bottom_0px {
    padding-bottom: 0px !important;
}

.padding_bottom_5px {
    padding-bottom: 5px !important;
}

.padding_bottom_10px {
    padding-bottom: 10px !important;
}

.padding_bottom_15px {
    padding-bottom: 15px !important;
}

.padding_bottom_20px {
    padding-bottom: 20px !important;
}

.padding_bottom_25px {
    padding-bottom: 25px !important;
}

.padding_bottom_30px {
    padding-bottom: 30px !important;
}

.padding_bottom_35px {
    padding-bottom: 35px !important;
}

.padding_bottom_40px {
    padding-bottom: 40px !important;
}

.padding_bottom_45px {
    padding-bottom: 45px !important;
}

.padding_bottom_50px {
    padding-bottom: 50px !important;
}

.padding_bottom_55px {
    padding-bottom: 55px !important;
}

.padding_bottom_60px {
    padding-bottom: 60px !important;
}

.padding_bottom_65px {
    padding-bottom: 65px !important;
}

.padding_bottom_70px {
    padding-bottom: 70px !important;
}

.padding_bottom_75px {
    padding-bottom: 75px !important;
}

.padding_bottom_80px {
    padding-bottom: 80px !important;
}

.padding_bottom_85px {
    padding-bottom: 85px !important;
}

.padding_bottom_90px {
    padding-bottom: 90px !important;
}

.padding_bottom_95px {
    padding-bottom: 95px !important;
}

.padding_bottom_100px {
    padding-bottom: 100px !important;
}

.padding_bottom_105px {
    padding-bottom: 105px !important;
}

.padding_bottom_110px {
    padding-bottom: 110px !important;
}

.padding_bottom_115px {
    padding-bottom: 115px !important;
}

.padding_bottom_120px {
    padding-bottom: 120px !important;
}

.margin_top_5px {
    margin-top: 5px;
}

.margin_top_10px {
    margin-top: 10px;
}

.margin_top_15px {
    margin-top: 15px;
}

.margin_top_20px {
    margin-top: 20px;
}

.margin_top_25px {
    margin-top: 25px;
}

.margin_top_30px {
    margin-top: 30px;
}

.margin_top_35px {
    margin-top: 35px;
}

.margin_top_40px {
    margin-top: 40px;
}

.margin_top_45px {
    margin-top: 45px;
}

.margin_top_50px {
    margin-top: 50px;
}

.margin_top_55px {
    margin-top: 55px;
}

.margin_top_60px {
    margin-top: 60px;
}

.margin_top_65px {
    margin-top: 65px;
}

.margin_top_70px {
    margin-top: 70px;
}

.margin_top_75px {
    margin-top: 75px;
}

.margin_top_80px {
    margin-top: 80px;
}

.margin_top_85px {
    margin-top: 85px;
}

.margin_top_90px {
    margin-top: 90px;
}

.margin_top_95px {
    margin-top: 95px;
}

.margin_top_100px {
    margin-top: 100px;
}

.margin_top_105px {
    margin-top: 105px;
}

.margin_top_110px {
    margin-top: 110px;
}

.margin_top_115px {
    margin-top: 115px;
}

.margin_top_120px {
    margin-top: 120px;
}

.margin_left_clear {
    margin-left: 0px !important;
}


/*  GRID OF TWO   ============================================================================= */

.span_2_of_2 {
    width: 100%;
}

.span_1_of_2 {
    width: 46.2%;
}

.span_1_of_2_button {
    width: 46.2%;
}


/*  GRID OF THREE   ============================================================================= */

.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 63.13%;
}

.span_1_of_3 {
    width: 28%;
}


/*  GRID OF FOUR   ============================================================================= */

.span_4_of_4 {
    width: 100%;
}

.span_3_of_4 {
    width: 71.6%;
}

.span_2_of_4 {
    width: 46.2%;
}

.span_1_of_4 {
    width: 20.8%;
}


/*  GRID OF FIVE   ============================================================================= */

.span_5_of_5 {
    width: 100%;
}

.span_4_of_5 {
    width: 76.68%;
}

.span_3_of_5 {
    width: 56.36%;
}

.span_2_of_5 {
    width: 36.04%;
}

.span_1_of_5 {
    width: 15.72%;
}

.full_5_of_5 {
    width: 100%;
}

.full_4_of_5 {
    width: 79%;
}

.full_3_of_5 {
    width: 59%;
}

.full_2_of_5 {
    width: 39%;
}

.full_1_of_5 {
    width: 19%;
}


/*  GRID OF SIX   ============================================================================= */

.span_6_of_6 {
    width: 100%;
}

.span_6_of_6 img {
    width: 100%;
}

.span_5_of_6 {
    width: 80.06%;
}

.span_4_of_6 {
    width: 63.13%;
}

.span_3_of_6 {
    width: 46.2%;
}

.span_2_of_6 {
    width: 29.26%;
}

.span_1_of_6 {
    width: 12.33%;
}

.full_6_of_6 {
    width: 100%;
}

.full_5_of_6 {
    width: 82.333333%;
}

.full_4_of_6 {
    width: 65.6666666%;
}

.full_3_of_6 {
    width: 49%;
}

.full_2_of_6 {
    width: 32.33333333%;
    overflow: hidden;
    height: auto;
}

.full_1_of_6 {
    width: 15.66666666%;
}

.span_8_of_8 {
    width: 100%;
}

.span_7_of_8 {
    width: 87.3%;
}

.span_6_of_8 {
    width: 74.6%;
}

.span_5_of_8 {
    width: 61.9%;
}

.span_4_of_8 {
    width: 49.2%;
}

.span_3_of_8 {
    width: 36.5%;
}

.span_2_of_8 {
    width: 23.8%;
}

.span_1_of_8 {
    width: 11.1%;
}

.span_9_of_9 {
    width: 100%;
}

.span_8_of_9 {
    width: 86.71%;
}

.span_7_of_9 {
    width: 75.42%;
}

.span_6_of_9 {
    width: 64.13%;
}

.span_5_of_9 {
    width: 52.84%;
}

.span_4_of_9 {
    width: 41.55%;
}

.span_3_of_9 {
    width: 30.66%;
}

.span_3_of_9 img {
    width: 100%;
}

.span_2_of_9 {
    width: 18.97%;
}

.span_1_of_9 {
    width: 7.68%;
}

.span_10_of_10 {
    width: 100%;
}

.span_9_of_10 {
    width: 86.24%;
}

.span_8_of_10 {
    width: 76.28%;
}

.span_7_of_10 {
    width: 66.12%;
}

.span_6_of_10 {
    width: 55.96%;
}

.span_5_of_10 {
    width: 45.8%;
}

.span_4_of_10 {
    width: 35.64%;
}

.span_3_of_10 {
    width: 25.48%;
}

.span_2_of_10 {
    width: 16.32%;
}

.span_1_of_10 {
    width: 5.16%;
}

.span_0_of_10 {
    width: 0%;
}

.span_12_of_12 {
    width: 100%;
}

.span_11_of_12 {
    width: 91.53%;
}

.span_10_of_12 {
    width: 83.06%;
}

.span_9_of_12 {
    width: 74.6%;
}

.span_8_of_12 {
    width: 66.13%;
}

.span_7_of_12 {
    width: 57.66%;
}

.span_6_of_12 {
    width: 44.2%;
}

.span_5_of_12 {
    width: 40.73%;
}

.span_4_of_12 {
    width: 32.26%;
}

.span_3_of_12 {
    width: 23.8%;
}

.span_2_of_12 {
    width: 15.33%;
}

.span_1_of_12 {
    width: 6.86%;
}

.hovering_text {
    vertical-align: middle;
    font-size: 13pt;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    width: 70%;
    position: absolute;
    left: 15%;
    right: 15%;
    top: 20%;
}

.full_2_of_6:hover .hovering_text {
    width: 76%;
    position: absolute;
    font-family: futura-pt;
    font-weight: 400;
    font-size: 16pt;
    color: #fff;
    line-height: 21pt;
    letter-spacing: 0pt;
    visibility: visible;
}

.full_hover:hover img {
    opacity: 0.4;
    filter: alpha(opacity=30);
    visibility: visible;
}


/*GROW*/

.grow img {
    height: auto;
    width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.grow img:hover {
    width: 120%;
    height: auto;
}


/*HOVER*/

.grow img {
    height: auto;
    width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.grow img:hover {
    width: 120%;
    height: auto;
}


/*SIDEPAN*/

.sidepan img {
    margin-left: 0px;
    -webkit-transition: margin 1s ease;
    -moz-transition: margin 1s ease;
    -o-transition: margin 1s ease;
    -ms-transition: margin 1s ease;
    transition: margin 1s ease;
}

.sidepan img:hover {
    margin-left: 100%;
}


/*Full Grid column*/

.grid_column_33percent {
    position: relative;
    display: block;
    width: 33%;
    height: auto;
    float: left;
    margin-bottom: -4px;
    margin-left: 0.45%;
}

.grid_column_50percent {
    position: relative;
    display: block;
    width: 49.8%;
    height: auto;
    float: right;
    margin-bottom: -2px;
    overflow: hidden;
}

.grid_column_50percent:first-child {
    float: left;
    margin-left: 0px;
}

.grid_column_33percent:first-child {
    margin-left: 0%;
}

.grid_column_33percent img,
.grid_column_33percent .span_image {
    min-width: 100%;
    max-height: auto;
    transition: .5s all;
}

.grid_column_50percent img,
.grid_column_50percent .span_image {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    height: 100%;
    transition: .5s all;
}

.grid_column_33percent .grid_content_text,
.grid_column_50percent .grid_content_text {
    width: 70%;
    visibility: hidden;
    position: absolute;
    left: 15%;
    right: 15%;
    top: 20%;
}

.grid_column_33percent:hover .grid_content_text,
.grid_column_50percent:hover .grid_content_text {
    width: 76%;
    position: absolute;
    top: 25%;
    right: 12%;
    bottom: 30%;
    left: 12%;
    font-family: futura-pt;
    font-weight: 400;
    font-size: 15pt;
    color: #fff;
    line-height: 20pt;
    letter-spacing: 0pt;
    visibility: visible;
}

.grid_column_33percent:hover img,
.grid_column_50percent:hover img {
    opacity: 0.2;
    filter: alpha(opacity=20);
    visibility: visible;
}

.grid_color_green {
    background: #8cc64e;
    padding-bottom: 1px;
    margin-top: -3px;
}

.grid_color_green .grid_column_33percent {
    width: 33.3%;
    margin-left: 0%;
}

.grid_color_white .grid_column_50percent:hover .grid_content_text,
.grid_color_white .grid_column_33percent:hover .grid_content_text {
    color: #414042;
}

.grid_color_white {
    background: #fff;
    padding-bottom: 0.6%;
    margin-top: -3px;
}

.circle_image img {
    border-radius: 100px;
    width: 90% !important;
    margin-left: 5%;
}


/*  Sidebar */

.impact_number_sidebar {
    font-size: 91px;
    font-family: 'futura-pt-condensed';
    line-height: 95px;
    font-weight: 500;
}

.impact_number_sidebar_large {
    font-size: 160px;
    font-family: 'futura-pt-condensed';
    line-height: 150px;
    font-weight: 500;
}

.impact_text_sidebar {
    font-size: 24px;
    color: #b5b5b5;
    line-height: 27px;
    letter-spacing: 0.0em;
}

.impact_text_sidebar_large {
    font-size: 34px;
    color: #b5b5b5;
    line-height: 37px;
    letter-spacing: 0.0em;
}

.rt-page-announce .impact_number_sidebar {
    font-size: 71px;
    font-family: 'futura-pt-condensed';
    line-height: 75px;
    font-weight: 500;
    color: #000;
}

.rt-page-announce .impact_text_sidebar {
    font-size: 24px;
    color: #b5b5b5;
    line-height: 27px;
    letter-spacing: 0.0em;
}

.rt-page-announce .side_bar_button {
    padding-bottom: 0px;
    border-radius: 0px;
    border: #fff 2px solid;
}

.rt-page-announce .side_bar_button:hover {
    padding-bottom: 0px;
    border-radius: 0px;
    border: #fff 2px solid;
}

.rt-page-announce .sidebar-button-text {
    display: block;
    background: #dd3928;
    color: #fff;
    padding-bottom: 27px;
    font-weight: 500;
    font-size: 28px;
}

.rt-page-announce .sidebar-button-text:hover {
    background: #9F281D;
}

.rt-impact_grid {
    border-right: solid 1px #d1d0d2;
}

.rt-page-announce #thermometer {
    width: 100%;
    background: #fff;
    padding: 8px;
    border: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.rt-page-announce .box_therm_amount {
    background-color: #dd3928;
    border-radius: 10px;
}

.rt-page-announce .thermometer_profile {
    width: 80%;
    height: 20px;
    border: solid 1px #8e210e;
    border-radius: 20px;
    overflow: hidden;
}

.rt-page-announce .thermometer_profile span {
    display: block;
}

.map_text_padding_white {
    background: #fff;
    color: #000;
    padding: 6px;
    font-size: 40px;
    line-height: 74px;
    display: inline;
    background: #fff;
    box-shadow: 13px 0 0 #fff, -13px 0 0 #fff;
}

.map_text_padding_white span {
    font-weight: 700;
    font-family: 'futura-pt-condensed';
}

.dotted_map_position {
    position: absolute;
    right: 10%;
}

.section_col .side_bar_impact_container_bottom ul {
    padding-left: 0px;
}

.section_col .side_bar_impact_container_bottom li {
    font-weight: 400;
    font-style: normal;
    font-size: 13pt;
    line-height: 17pt;
    margin-top: 0px;
    margin-bottom: 12px;
    list-style-type: none;
}

ul.impact_text_sidebar {
    font-size: 18pt;
    color: #666;
    line-height: 22pt;
    letter-spacing: 0.0em;
}

ul.impact_text_sidebar li a:hover {
    color: #dd3928;
    transition: 0.3s;
}

.side_bar_impact_container {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px #ddd;
}

.side_bar_impact_container_bottom {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    margin-bottom: 15px;
    border-bottom: solid 0px #ddd;
}

.side_bar_title_container {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: solid 1px #b5b5b5;
}

.dates_term_sidebar {
    font-family: 'futura-pt-condensed';
    font-size: 38px;
    color: #6d6e70;
    letter-spacing: 0pt;
    line-height: 45px;
    font-weight: 400;
    margin-top: 0px;
}

.side_bar_button {
    width: 100%;
    max-width: 320px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.side_bar_button_large {
    width: 70%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
    margin-left: 15%;
}

.sidebar-button-text-large {
    letter-spacing: 1pt;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 17px;
    text-align: center;
}

.side_bar_button_small {
    width: 75%;
    max-width: 300px;
    padding-bottom: 3px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.side_bar_button_share {
    width: 95%;
    max-width: 450px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-radius: 5px;
}

.hover_green {
    color: #8cc63e;
    border-bottom: solid 1px #8cc63e;
}

.hover_green:hover {
    color: #414042;
    border-bottom: solid 1px #414042;
}

.button_green {
    border: solid 2px #8cc63e;
    background: #fff;
    color: #8cc63e;
}

.button_green:hover {
    border: solid 2px #8cc63e;
    background: #8cc63e;
    color: #fff;
}

.button_clear_white {
    border: solid 2px #fff;
    background: transparent;
    color: #fff;
}

.button_clear_white:hover {
    border: solid 2px #fff;
    background: #fff;
    color: #414042;
}

.button_fb_blue {
    border: solid 2px #2c83c5;
    background: #2c83c5;
    color: #fff;
}

.button_fb_blue:hover {
    border: solid 2px #26668e;
    background: #26668e;
    color: #fff;
}

.button_twitter_blue {
    border: solid 2px #3ba7de;
    background: #3ba7de;
    color: #fff;
}

.button_twitter_blue:hover {
    border: solid 2px #0685b7;
    background: #0685b7;
    color: #fff;
}

.button_red {
    border: solid 1px #dd3928;
    background: #fff;
    color: #dd3928;
}

.button_red:hover {
    border: solid 1px #dd3928;
    background: #dd3928;
    color: #fff;
}

.button_grey {
    border: solid 1px #a7a9ab;
    background: #fff;
    color: #a7a9ab;
}

.button_grey:hover {
    border: solid 1px #414042;
    background: #414042;
    color: #fff;
}

.button_solid_green {
    border: solid 1px #8cc63e;
    background: #8cc63e;
    color: #fff;
}

.button_solid_green:hover {
    border: solid 1px #414042;
    background: #414042;
}

.button_solid_dark_red {
    border: solid 1px #ad2a1b;
    background: #ad2a1b;
    color: #fff;
}

.button_solid_dark_red:hover {
    border: solid 1px #6b1912;
    background: #6b1912;
}

.button_solid_red {
    border: solid 1px #dd3928;
    background: #dd3928;
    color: #fff;
}

.button_solid_red:hover {
    border: solid 1px #b72e1e;
    background: #b72e1e;
}

.button_solid_grey {
    border: solid 1px #bbbdc0;
    background: #bbbdc0;
    color: #fff;
}

.button_solid_grey:hover {
    border: solid 1px #dd3928;
    background: #dd3928;
}

.button_solid_white {
    border: solid 1px #fff;
    background: #fff;
    color: #dd3928;
}

.button_solid_white:hover {
    border: solid 1px #414042;
    background: #414042;
    color: #fff;
}

.button_white {
    border: solid 1px #fff;
    background: #fff;
    color: #fff;
}

.button_white:hover {
    border: solid 1px #fff;
    background: #fff;
    color: #dd3928;
}

.button_white_banner {
    border: solid 1px #fff;
    background: transparent;
    color: #fff;
    font-weight: 500 !important;
}

.button_white_banner:hover {
    border: solid 1px #fff;
    background: #fff;
    color: #dd3928;
}

.side_bar_learn_more_box {
    background: #dd3928;
    padding: 15px;
    width: 45px;
    text-align: center;
    color: #fff;
    position: relative;
    margin-top: -50px;
    margin-right: 15px;
    float: right;
    box-sizing: content-box;
}

.side_bar_learn_more_box_img {
    background: #dd3928;
    padding: 15px;
    width: 30px;
    text-align: center;
    color: #fff;
    position: relative;
    margin-top: -50px;
    margin-right: 15px;
    float: right;
}

.side_bar_cta a:hover>.side_bar_learn_more_box {
    background: #b62d1d;
}

.side_bar_cta a:hover>.side_bar_learn_more_box_img {
    background: #b62d1d;
}

.side_bar_cta {
    border-bottom: solid 1px #ddd;
    background: #fff;
    height: auto;
}

.section_gradient_dark .side_bar_cta {
    border-bottom: solid 1px #ddd;
    background: #fff;
    height: auto;
}

.section_gradient_dark .side_bar_cta .span_9_of_10 {
    width: 90%;
}

.side_bar_cta img {
    width: 100%;
}

.side_bar_cta .span_9_of_10 {
    margin: 0 auto;
}

.side_bar_cta .span_9_of_10 p {
    font-weight: 700;
    letter-spacing: 0.0em;
    color: #414042;
    padding-top: 20px;
    line-height: 20px;
}

.side_bar_cta .span_9_of_10 ul.impact_text_sidebar {
    margin-top: 10px;
}

.side_bar_program_list p {
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #414042;
}

.text_link_red {
    color: #dd3928;
}

.text_link_red:hover {
    color: #b72e1e;
}

.side_bar_button:hover {
    border-radius: 3px;
    transition: .2s all;
}

.sidebar-button-text {
    letter-spacing: 1pt;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 22px;
    padding-top: 22px;
    padding-bottom: 17px;
    text-align: center;
}

.sidebar-button-text-small {
    letter-spacing: 1pt;
    text-transform: uppercase;
    font-size: 19px;
    margin-top: 18px;
    margin-bottom: 15px;
    text-align: center;
}

.sidebar-button-text-share {
    letter-spacing: 1pt;
    text-transform: uppercase;
    font-size: 19px;
    margin-top: 14px;
    margin-bottom: 13px;
    text-align: center;
}

.side_bar_circle_image img {
    margin-top: -50px;
    border-radius: 360px;
    width: 90% !important;
    height: auto !important;
}

.side_bar_quote {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.side_bar_quote span {
    margin-left: -4px;
    color: #b5b5b5;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    font-style: italic !important;
}

.side_bar_quote span.quote_name {
    color: #b5b5b5;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.02em;
    font-style: italic !important;
    float: right;
}

.get_involved_title_line {
    border-bottom: solid 1px #999;
    display: block;
    margin-bottom: 10px;
    height: auto;
    clear: both;
}

.get_involved_title_section img {
    float: left;
    width: auto;
    max-width: 64px !important;
    margin-right: 20px;
    display: inline-block;
}

.get_involved_title_section .get_involved_title_content {
    float: left;
    margin-top: 30px;
    display: inline-block;
}


/*  Sidebar End */

.border_box {
    border: solid 0px #b5b5b5;
}

.border_box img {
    width: 100% !important;
}

.span_10_of_10 .span_5_of_10 .border-box-content:nth-child(1) {
    width: 100% !important;
}

.border-box-content {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0px;
}

.border-box-content h4 {
    font-weight: 500;
    margin-bottom: 10px;
}

.border-box-content h2 {
    font-family: 'futura-pt-condensed';
    text-transform: uppercase;
    font-size: 60px;
    margin-bottom: 30px;
}

.border-box-content_3c {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.border-box-content_3c_white {
    width: 85%;
    margin: 0 auto;
    margin-top: 25px;
    padding-bottom: 40px;
    margin-bottom: 0px;
    text-align: left;
}

.border-box-content_3c_white p {
    font-size: 18px;
    line-height: 23px;
}

.border-box-content_3c h5,
.border-box-content_3c_white h5 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.border-box-content_3c h3,
.border-box-content_3c_white h3 {
    font-family: 'futura-pt-condensed';
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 30px;
}

.border-box-content_3c_white h3 {
    font-size: 35px;
    margin-bottom: 10px;
    font-weight: 500;
}

.white_3c {
    background: #fff !important;
    margin-bottom: 50px !important;
}

.white_3c img {
    width: 100%;
}


/*  Custon Boxes */

.rescue_breakdown_grid {
    border-left: solid 1px #efefef;
    border-right: solid 1px #efefef;
    padding-bottom: 40px;
    min-height: 290px;
    background: #fff;
}

.rescue_breakdown_top {
    width: 80%;
    margin: 0 auto;
    margin-top: 35px;
}

.rescue_breakdown_top p {
    line-height: 20px;
}

.rescue_breakdown_top img {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 5px;
}

.rescue_breakdown_title {
    float: left;
    width: 48%;
    text-align: left;
    font-size: 20px;
    color: #999;
    font-weight: 500;
}

.rescue_breakdown_number {
    float: right;
    width: 48%;
    text-align: right;
    font-size: 30px;
    font-weight: 700;
}

.shop_square_footer {
    width: 124px;
    height: 108px;
    overflow: hidden;
    background-position: top left;
    float: left;
    margin-top: 0px;
    background-repeat: no-repeat;
}

.shop_square_footer:hover {
    background-position: bottom left;
    height: 107px;
    margin-bottom: 1px;
}

.shop_grid div {
    margin-right: 10px;
}

.shop_grid div:nth-child(1) {
    margin-left: 0px !important;
}

.arrow_footer {
    margin-left: 0px;
    width: 26px !important;
}

.section_gradient {
    background: -webkit-linear-gradient(#fff, #f4f4f4)!important;
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #f4f4f4) !important;
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #f4f4f4) !important;
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #f4f4f4) !important;
    /* Standard syntax */
}

.section_gradient_dark {
    background: -webkit-linear-gradient(#dbdcdd, #dbdcdd, #d1d2d4)!important;
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#dbdcdd, #dbdcdd, #d1d2d4) !important;
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#dbdcdd, #dbdcdd, #d1d2d4) !important;
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#dbdcdd, #dbdcdd, #d1d2d4) !important;
    /* Standard syntax */
}

h4.program_title {
    font-weight: 700;
    letter-spacing: 0.13em;
    color: #414042;
}

.side_bar_shoutout {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    position: absolute;
}

.side_bar_shoutout_red {
    background: rgba(221, 56, 39, 0.9);
    width: 100%;
    height: 100%;
    min-height: 100px;
    position: relative;
    bottom: 0;
    display: block;
    margin-top: 150px;
}

.shoutout_content {
    margin: 0 auto;
    padding-top: 25px;
    width: 85%;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 40px;
}

.shoutout_content p {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
}

.shoutout_content span {
    font-weight: 700;
    border-bottom: solid 2px #fff;
    margin-bottom: 5px;
}

.full-height-banner {
    min-height: 500px;
    height: 100vh;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.white_quote_box {
    background: #fff;
    float: right;
    padding: 40px;
}

.text_button_underline {
    letter-spacing: 0.02em;
    color: #dd3928;
    border-bottom: solid 2px #dd3928;
    margin-bottom: 10px;
    font-weight: 400;
}

.text_button_underline:hover {
    color: #414042;
    border-bottom: solid 2px #414042;
}

.end_page_button {
    margin: 0 auto;
    border: solid 5px #fff;
    max-width: 800px;
    background: rgba(221, 56, 39, 0.9);
    color: #fff;
    font-size: 100px;
    line-height: 100px;
    text-align: center;
    padding: 20px 40px;
    text-transform: uppercase;
    font-family: 'futura-pt-condensed';
    font-weight: 500;
    margin-top: 20%;
}

.end_page_button:hover {
    background: rgba(221, 56, 39, 1.0);
}

.dual_banner_whole {
    width: 100%;
    height: auto;
    margin-top: -20px;
}

.dual_banner_half {
    width: 50%;
    height: 90vh;
    float: left;
    min-height: 500px;
}

.dual_banner_half_content {
    width: 85%;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 30%;
    color: #fff;
}

.dual_banner_button {
    width: 100%;
    border: solid 1px #fff;
    text-align: center;
    line-height: 90px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.dual_banner_button:hover {
    background: #fff;
    color: #dd3928;
}

.dual_banner_text {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
}

::selection {
    background: rgba(225, 0, 0, 1.0);
    /* WebKit/Blink Browsers */
    color: #fff;
}

::-moz-selection {
    background: rgba(225, 0, 0, 1.0);
    /* Gecko Browsers */
    color: #fff;
}

.style_block {
    display: block;
}

.position_number_huge_2 {
    position: absolute;
    font-size: 280px;
    left: 0px;
    color: #939597;
}

.position_number_huge_1 {
    position: absolute;
    font-size: 280px;
    left: 0px;
    color: #939597;
}

.rt-page-announce .dual_banner_half_content {
    padding-top: 50%;
}

.dual_override_position {
    padding-top: 100px;
    position: absolute;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    border-bottom: solid 1px #fff;
}

.rt-page-announce .dual_banner_half {
    min-height: 700px;
}

.top_fundraisers_card {
    background: #fff;
    min-width: 250px;
}

.top_fundraisers_card:hover {
    background: #ECECF2;
}

.top_fundraisers_card img {
    border-radius: 50%;
    max-width: 80px;
    width: 20%;
    display: inline-block;
    margin: 10px;
}

.top_fundraisers_card h5 {
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-size: 18px;
    margin-bottom: 0px;
}

.col_3_fund {
    display: block;
    float: left;
    margin: 1% 1.2% 1% 1.2%;
}

.profile_content {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    padding-bottom: 20px;
    text-align: left;
}

.profile_content_2 {
    padding-bottom: 20px;
}

.profile_content_2 h5 {
    color: #000;
}

.profile_content_2 h6 {
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
    display: block;
    text-align: left;
    margin-left: 15px;
}

.profile_content_2 h6 span {
    font-weight: 700;
    color: #000;
}

.thermometer_profile_invidual {
    display: block;
    margin: 0 auto;
    width: 90%;
    height: 10px;
    border: solid 1px #CACACA;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.thermometer_profile_invidual span {
    display: block;
}

.two_column {
    float: left;
    width: 49%;
    max-width: 50%;
    padding-bottom: 15px;
}

.box_people_red,
.box_people_red_btn {
    background-color: #dd3928;
}

.box_people_red_btn:hover {
    background-color: #bc2f1f;
}


/*  GO FULL WIDTH AT LESS THAN 1000 PIXELS */

@media only screen and (max-width: 1000px) {
    .rt-impact_grid {
        border-right: solid 0px #d1d0d2;
    }
    body {
        min-width: 1000px;
    }
    .general_banner video,
    .programs_banner video {
        display: none;
    }
    .programs_banner,
    .general_banner {
        min-width: 1000px;
    }
    .grid_column_33percent:hover .grid_content_text,
    .grid_column_50percent:hover .grid_content_text {
        width: 86%;
        position: absolute;
        top: 20%;
        right: 7%;
        bottom: 30%;
        left: 7%;
        font-family: futura-pt;
        font-weight: 400;
        color: #fff;
        letter-spacing: 0pt;
        visibility: visible;
        font-size: 12pt;
        line-height: 16pt;
    }
    .dual_override_position {
        padding-top: 50px;
        padding-bottom: 70px;
        position: relative;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        border-bottom: solid 0px #fff;
        background: #343335;
    }
    .dual_override_position h3 {
        width: 90%;
        margin: 0 auto;
    }
    .position_number_huge_1 {
        position: relative;
        font-size: 100px;
        font-weight: 500;
    }
    .position_number_huge_2 {
        position: relative;
        font-size: 100px;
        font-weight: 500;
    }
    .rt-page-announce .dual_banner_half {
        min-height: 420px;
        height: 420px;
    }
    .rt-page-announce .dual_banner_half_content {
        padding-top: 100px;
    }
}


/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) {
    .arrow_footer {
        display: none;
    }
    .mobile_margin_80px {
        margin-top: 80px;
    }
    .shop_square_footer {
        margin-top: 10px;
    }
    .tableizer-table {
        text-align: left !important;
        width: 100%;
        max-width: 100%;
        min-width: 270px;
        position: relative;
        margin: 0 auto;
    }
    .tableizer-table td,
    .tableizer-table th {
        width: 100%;
        padding-right: 0%;
        vertical-align: top;
        padding-bottom: 0px;
        border-bottom: solid 0px;
        padding-top: 0px;
        font-size: 18px;
        font-weight: 400;
        font-style: italic;
        float: left;
    }
    .tableizer-table td:nth-child(1),
    .tableizer-table th:nth-child(1) {
        font-weight: 700;
        font-size: 22px;
        font-style: normal;
        padding-top: 20px;
        width: 100%;
    }
    .tableizer-table td:nth-child(2),
    .tableizer-table th:nth-child(2) {
        font-weight: 500;
        font-size: 22px;
        font-style: normal;
        padding-top: 3px;
        padding-bottom: 15px;
        width: 100%;
        padding-left: 0%;
    }
    .tableizer-table td:nth-child(3),
    .tableizer-table th:nth-child(3) {
        width: 100%;
        padding-left: 0%;
    }
    .tableizer-table td:nth-child(4),
    .tableizer-table th:nth-child(4) {
        width: 100%;
        padding-left: 0%;
    }
    .tableizer-table td:nth-child(5),
    .tableizer-table th:nth-child(5) {
        width: 100%;
        padding-bottom: 40px;
        border-bottom: solid 1px;
        text-transform: lowercase;
        padding-left: 0%;
    }
    .body_page {
        min-width: 300px;
    }
    .programs_banner,
    .general_banner {
        min-width: 300px;
    }
    .get_involved_title_section img {
        display: none;
    }
    .section_col h2 {
        font-weight: 500;
        font-style: normal;
        font-size: 30.5pt;
        line-height: 31pt;
        margin-bottom: 10px;
        letter-spacing: 0pt;
        width: 100%;
        display: inline-block;
    }
    .section_col h3 {
        font-weight: 500;
        font-style: normal;
        font-size: 25pt;
        line-height: 26pt;
        margin-bottom: 15px;
        width: 100%;
        text-transform: none;
    }
    .section_col h4 {
        font-weight: 400;
        font-style: normal;
        font-size: 18pt;
        line-height: 22pt;
        margin-top: 0px;
        margin-bottom: 20px;
        letter-spacing: 0pt;
        width: 100%;
        display: inline-block;
    }
    h4.program_title {
        font-weight: 700;
        letter-spacing: 0.13em;
        color: #414042;
    }
    .side_bar_learn_more_box {
        margin-bottom: 0px;
    }
    .side_bar_cta {
        background: transparent;
    }
    .get-involved-bar {
        display: none;
    }
    input[type="submit"] {
        padding: 20px 0px 20px;
        width: 100%;
        -webkit-appearance: none;
    }
    .body_section_form_box_red {
        background: #dd3928;
        width: 100%;
        padding-bottom: 100px;
        display: block;
        position: relative;
        margin: 0 auto;
        margin-top: -2px;
    }
    video {
        display: none;
        position: fixed;
    }
    p {
        font-size: 15pt;
        line-height: 21pt;
        margin-bottom: 20px;
    }
    h1 {
        float: left;
        margin: 0 11px 0 0;
        padding: 9px 0 0 34px;
        padding-left: 0px;
        font-family: 'futura-pt-condensed';
        font-weight: 500;
        font-style: normal;
        font-size: 70px;
        line-height: 65px;
        margin-bottom: 0px;
        letter-spacing: 1pt;
        width: 100%;
        display: inline-block;
    }
    h1 a {
        display: block;
        width: 110px;
        height: 0px;
        padding-top: 110px;
        position: relative;
        overflow: hidden;
        line-height: 200px;
        background: url('images/logo_link_box_nav.png') 0 0 no-repeat;
    }
    .section_col h1 {
        font-family: 'futura-pt-condensed';
        font-weight: 500;
        font-style: normal;
        font-size: 82px;
        line-height: 72px;
        margin-bottom: 0px;
        letter-spacing: 0pt;
        width: 100%;
        display: inline-block;
        padding-bottom: 20px;
    }
    h2 {
        font-weight: 500;
        font-style: normal;
        font-size: 38pt;
        line-height: 35pt;
        margin-bottom: 5px;
        letter-spacing: 0pt;
        width: 100%;
        display: inline-block;
    }
    h3 {
        font-weight: 500;
        font-style: normal;
        font-size: 30pt;
        line-height: 30pt;
        margin-bottom: 10px;
        width: 100%;
        text-transform: none;
    }
    h4 {
        font-weight: 400;
        font-style: normal;
        font-size: 22pt;
        line-height: 23pt;
        margin-top: 10px;
        margin-bottom: 25px;
        letter-spacing: 0pt;
        width: 100%;
        display: inline-block
    }
    h5 {
        font-weight: 400;
        font-style: normal;
        font-size: 18pt;
        line-height: 23pt;
        margin-top: 10px;
        margin-bottom: 25px;
        letter-spacing: 0pt;
        width: 100%;
        display: inline-block
    }
    h6 {
        font-weight: 400;
        font-style: normal;
        font-size: 13pt;
        line-height: 17pt;
        margin-top: 0px;
        margin-bottom: 20px;
        display: inline-block
    }
    .col {
        margin: 5% 0 1% 0%;
    }
    .col_in {
        margin: 1% 0 1% 0%;
    }
    .col_center {
        margin: 1% 0 1% 0%;
    }
    .col_3s {
        margin: 1% 0 1% 0%;
    }
    .col_3_side {
        margin: 1% 0 1% 0%;
    }
    .col_3_breakdown {
        margin: 1% 0 1% 3%;
        min-height: 310px !important;
    }
    .col_4s {
        margin: 1% 0 1% 0%;
    }
    .col_left_border {
        display: block;
        float: left;
        border-left: solid 0px #dd3928;
        padding-left: 0%;
        margin: 0% 0 0% 0%;
    }
    .col:first-child {
        margin-top: 0;
    }
    /* all browsers except IE6 and lower */
    .col_3_breakdown:first-child,
    .col_3_breakdown:nth-child(3),
    .col_3_breakdown:nth-child(5) {
        margin-left: 0%;
    }
    /* all browsers except IE6 and lower */
    .col_3_breakdown:nth-child(4) {
        margin-left: 3%;
    }
    .col_left_border:first-child {
        margin-left: 0%;
    }
    /* all browsers except IE6 and lower */
    .share_circles:first-child {
        margin-left: 0px !important;
    }
    .share_circles img {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        width: 60px;
    }
    .span_10_of_10 .col.span_5_of_10 .border-box-content:nth-child(1) {
        width: 90% !important;
        margin-top: 40px !important;
    }
    .span_10_of_10 .col:nth-child(2) {
        margin-top: 0% !important;
    }
    /*  Banner Style -1000px*/
    .general_banner {
        width: 100%;
        margin: 0 auto;
        position: absolute;
        margin-top: 0px;
        height: 100%;
        background-size: auto 100% !important;
        background-position: 0px 0 !important;
    }
    .border-box-content {
        margin-top: 20px;
    }
    .general_banner_box {
        width: 100%;
        -webkit-box-shadow: inset 0px -54px 270px -49px rgba(0, 0, 0, 0.55);
        -moz-box-shadow: inset 0px -54px 270px -49px rgba(0, 0, 0, 0.55);
        box-shadow: inset 0px -54px 270px -49px rgba(0, 0, 0, 0.55);
        min-height: 475px;
        height: 540px;
        max-height: 705px;
        display: inline-block;
    }
    .general_banner_content {
        padding-top: 180px;
        width: 85%;
        max-width: 950px;
        position: relative;
        margin: 0 auto;
        padding-bottom: 0px;
        display: block;
        text-align: left;
    }
    .general_banner_content .banner-title {
        width: 100%;
    }
    .internship_banner_title .banner-title h1 {
        font-size: 58px;
        line-height: 54px;
    }
    .programs_banner {
        width: 100%;
        margin: 0 auto;
        z-index: -1;
        margin-top: 0px;
        height: 100%;
        background-size: auto 100% !important;
    }
    .programs_banner_box {
        width: 100%;
        -webkit-box-shadow: inset 0px -54px 270px -49px rgba(0, 0, 0, 0.55);
        -moz-box-shadow: inset 0px -54px 270px -49px rgba(0, 0, 0, 0.55);
        box-shadow: inset 0px -54px 270px -49px rgba(0, 0, 0, 0.55);
        height: 600px;
        min-height: 400px;
        max-height: 1200px;
        display: inline-block;
    }
    .donate_banner_box {
        width: 100%;
        -webkit-box-shadow: inset 0px -54px 270px -49px rgba(0, 0, 0, 0.0);
        -moz-box-shadow: inset 0px -54px 270px -49px rgba(0, 0, 0, 0.0);
        box-shadow: inset 0px -54px 270px -49px rgba(0, 0, 0, 0.0);
        height: 250px;
        min-height: 250px;
        max-height: 250px;
        display: inline-block;
    }
    .programs_banner_content {
        padding-top: 20%;
        width: 90%;
        max-width: 950px;
        margin-bottom: 0px;
    }
    .banner-border-seperation {
        border-top: solid 4px #dd3928;
        width: 50px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    /*  Banner Style END*/
    .body_section_content {
        max-width: 900px;
        width: 90%;
        position: relative;
        margin: 0 auto;
    }
    /*Grid 3 column*/
    .grid_column_33percent {
        position: relative;
        width: 49.5%;
        height: auto;
        float: left;
        margin-bottom: -4px;
        margin-left: 0.5%;
    }
    .grid_column_50percent {
        position: relative;
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: -4px;
    }
    .grid_column_33percent .grid_content_text {
        width: 70%;
        visibility: hidden;
        position: absolute;
        left: 15%;
        right: 15%;
        top: 20%;
    }
    .grid_column_33percent:hover .grid_content_text {
        width: 76%;
        position: absolute;
        top: 25%;
        right: 12%;
        bottom: 30%;
        left: 12%;
        font-family: futura-pt;
        font-weight: 400;
        font-size: 18px;
        color: #fff;
        line-height: 24px;
        letter-spacing: 0pt;
        visibility: visible;
    }
    .grid_column_33percent:hover img {
        opacity: 0.2;
        filter: alpha(opacity=20);
        visibility: visible;
    }
    .grid_color_green .grid_column_33percent {
        width: 50%;
        margin-left: 0%;
    }
    .blog_feed {
        margin: 0;
        padding: 0;
        width: 100%;
        display: block;
        height: auto;
        margin-bottom: 50px;
    }
    .blog_feed a:first-child {
        margin-left: 0%;
    }
    .blog_feed img {
        margin: 0;
        padding: 0;
        min-width: 310px;
        width: 310px;
        display: block;
        margin-bottom: 30px;
        float: left;
    }
    .blog_feed a {
        margin: 0;
        padding: 0;
        min-width: 230px;
        width: 45%;
        display: block;
        height: auto;
        margin-bottom: 10px;
        float: left;
        margin-left: 0px;
    }
    .blog_feed_text {
        width: 100%;
        float: left;
        margin-left: 40px;
    }
    .side_bar_circle_image img {
        margin-top: 0px;
    }
    /*  Sidebar End */
    /*  Custon Boxes */
    .rescue_breakdown_grid {
        border: solid 2px #dd3928;
        padding-bottom: 40px;
        min-height: 300px;
        width: 45% !important;
    }
    .rescue_breakdown_top {
        width: 90%;
        margin: 0 auto;
        margin-top: 25px;
    }
    .rescue_breakdown_top img {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .rescue_breakdown_number {
        float: right;
        width: 48%;
        text-align: right;
        font-size: 30px;
        font-weight: 700;
    }
    #footer {
        padding: 40px 0 0;
    }
    #master {
        height: auto;
        width: 90%;
        text-align: center;
    }
    .padding_bottom_5px {
        padding-bottom: 5px !important;
    }
    .padding_bottom_10px {
        padding-bottom: 10px !important;
    }
    .padding_bottom_15px {
        padding-bottom: 15px !important;
    }
    .padding_bottom_20px {
        padding-bottom: 20px !important;
    }
    .padding_bottom_25px {
        padding-bottom: 25px !important;
    }
    .padding_bottom_30px {
        padding-bottom: 30px !important;
    }
    .padding_bottom_35px {
        padding-bottom: 35px !important;
    }
    .padding_bottom_40px {
        padding-bottom: 40px !important;
    }
    .padding_bottom_45px {
        padding-bottom: 45px !important;
    }
    .padding_bottom_50px {
        padding-bottom: 50px !important;
    }
    .padding_bottom_55px {
        padding-bottom: 55px !important;
    }
    .padding_bottom_60px {
        padding-bottom: 60px !important;
    }
    .padding_bottom_65px {
        padding-bottom: 65px !important;
    }
    .padding_bottom_70px {
        padding-bottom: 70px !important;
    }
    .padding_bottom_75px {
        padding-bottom: 75px !important;
    }
    .padding_bottom_80px {
        padding-bottom: 80px !important;
    }
    .padding_bottom_85px {
        padding-bottom: 85px !important;
    }
    .padding_bottom_90px {
        padding-bottom: 90px !important;
    }
    .padding_bottom_95px {
        padding-bottom: 95px !important;
    }
    .padding_bottom_100px {
        padding-bottom: 100px !important;
    }
    .padding_bottom_105px {
        padding-bottom: 105px !important;
    }
    .padding_bottom_110px {
        padding-bottom: 110px !important;
    }
    .padding_bottom_115px {
        padding-bottom: 115px !important;
    }
    .padding_bottom_120px {
        padding-bottom: 120px !important;
    }
    .margin_top_0px {
        margin-top: 0px !important;
    }
    .margin_top_5px {
        margin-top: 5px;
    }
    .margin_top_10px {
        margin-top: 10px;
    }
    .margin_top_15px {
        margin-top: 15px;
    }
    .margin_top_20px {
        margin-top: 20px;
    }
    .margin_top_25px {
        margin-top: 25px;
    }
    .margin_top_30px {
        margin-top: 30px;
    }
    .margin_top_35px {
        margin-top: 35px;
    }
    .margin_top_40px {
        margin-top: 40px;
    }
    .margin_top_45px {
        margin-top: 45px;
    }
    .margin_top_50px {
        margin-top: 50px;
    }
    .margin_top_55px {
        margin-top: 55px;
    }
    .margin_top_60px {
        margin-top: 60px;
    }
    .margin_top_65px {
        margin-top: 65px;
    }
    .margin_top_70px {
        margin-top: 70px;
    }
    .margin_top_75px {
        margin-top: 75px;
    }
    .margin_top_80px {
        margin-top: 80px;
    }
    .margin_top_85px {
        margin-top: 85px;
    }
    .margin_top_90px {
        margin-top: 90px;
    }
    .margin_top_95px {
        margin-top: 95px;
    }
    .margin_top_100px {
        margin-top: 100px;
    }
    .margin_top_105px {
        margin-top: 105px;
    }
    .margin_top_110px {
        margin-top: 110px;
    }
    .margin_top_115px {
        margin-top: 115px;
    }
    .margin_top_120px {
        margin-top: 120px;
    }
    .general_banner_button {
        padding-top: 30px;
        width: 85%;
        max-width: 950px;
        position: relative;
        margin: 0 auto;
        padding-bottom: 0px;
        display: block;
        margin-left: 7.5%;
    }
    .maps iframe {
        pointer-events: none;
    }
    .side_menu_button_0,
    .side_menu_button_1,
    .side_menu_button_2,
    .side_menu_button_3,
    .side_menu_button_4,
    .side_menu_button_5 {
        height: 90px;
        width: 100%;
        border: solid 1px #ccc;
        border-bottom: 0px;
        background: rgba(255, 255, 255, 0.9);
        color: #7a7a7a;
    }
    .side_menu_button_0 {
        height: 60px;
    }
    .side_menu_button_1:hover,
    .side_menu_button_2:hover,
    .side_menu_button_3:hover,
    .side_menu_button_4:hover,
    .side_menu_button_5:hover {
        height: 90px;
        width: 100%;
        border: solid 1px #ccc;
        border-bottom: 0px;
        background: #565656;
        color: #fff;
    }
    .side_menu_button_content {
        text-align: center;
        letter-spacing: 0.04em;
        margin-top: 30px;
        width: 90%;
        margin-left: 5%;
        line-height: 20px;
    }
    .side_menu_button_content_0 {
        text-align: center;
        letter-spacing: 0.04em;
        margin-top: 15px;
        width: 55%;
        margin-right: 2%;
        line-height: 20px;
        float: left;
    }
    .side_menu_button_0 img {
        float: left;
        margin-top: 22px;
        margin-right: 5%;
    }
    .page-id-53817 .side_menu_button_1,
    .page-id-54125 .side_menu_button_2,
    .page-id-54081 .side_menu_button_3,
    .page-id-54245 .side_menu_button_4,
    .page-id-54289 .side_menu_button_5 {
        background: rgba(221, 56, 39, 0.95);
        color: #fff;
    }
    .page-id-53817 .side_menu_button_1:hover,
    .page-id-54125 .side_menu_button_2:hover,
    .page-id-54081 .side_menu_button_3:hover,
    .page-id-54245 .side_menu_button_4:hover,
    .page-id-54289 .side_menu_button_5:hover {
        background: rgba(221, 56, 39, 1);
        color: #fff;
    }
    .page-id-48670 .fixed_nav_style .responsive-header {
        background: #bababa;
    }
    .side_bar_button_large {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 20px;
        margin-bottom: 30px;
        border-radius: 8px;
        margin-left: 0%;
    }
    .sidebar-button-text-large {
        letter-spacing: 1pt;
        text-transform: uppercase;
        font-size: 22px;
        line-height: 26px;
        margin-top: 32px;
        margin-bottom: 17px;
        text-align: center;
    }
    .tablet_hide {
        display: block !important;
    }
    .mobile_show {
        display: block !important;
    }
    .mobile_hide_only {
        display: none !important;
    }
    .col {
        margin: 5% 0 1% 0%;
    }
    .col_3_breakdown {
        margin: 10% 0 1% 0%;
    }
    .col_center {
        margin: 1% 0 1% 0%;
    }
    .col_3_breakdown:first-child,
    .col_3_breakdown:nth-child(3) {
        margin-left: 0%;
    }
    /* all browsers except IE6 and lower */
    .col_3_breakdown:nth-child(4) {
        margin-left: 0%;
    }
    .col:first-child {
        margin-top: 0;
    }
    /* all browsers except IE6 and lower */
    .programs_banner {
        width: 100%;
        margin: 0 auto;
        position: absolute;
        margin-top: 0px;
        height: 600px;
        background-size: auto 100% !important;
        background-position: -100px !important;
    }
    .programs_banner_content {
        padding-top: 15%;
        width: 90%;
        position: relative;
        margin: 0 auto;
        margin-bottom: 100px;
        height: 200px;
    }
    .banner-title {
        float: left;
        width: 90%;
        text-align: left;
    }
    .banner-title h1 {
        color: #fff;
        font-family: 'futura-pt-condensed';
        font-size: 51px;
        line-height: 53px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        text-shadow: 2px 2px 10px rgba(10, 10, 10, 0.2);
    }
    .general_banner {
        width: 100%;
        margin: 0 auto;
        position: absolute;
        z-index: -1;
        margin-top: 0px;
        height: 70%;
        background-size: auto 100% !important;
        background-position: 0px 0 !important;
    }
    .general_banner_box {
        width: 100%;
        -webkit-box-shadow: inset 0px -54px 270px -49px rgba(0, 0, 0, 0.0);
        -moz-box-shadow: inset 0px -54px 270px -49px rgba(0, 0, 0, 0.0);
        box-shadow: inset 0px -54px 270px -49px rgba(0, 0, 0, 0.0);
        min-height: 205px;
        height: 500px;
        max-height: 305px;
        display: inline-block;
    }
    .general_banner_content {
        padding-top: 140px;
        width: 85%;
        max-width: 950px;
        position: relative;
        margin: 0 auto;
        padding-bottom: 0px;
        display: block;
        text-align: center;
    }
    .general_banner_content .banner-title {
        width: 100%;
    }
    .general_banner_content .banner-title h1 {
        font-size: 61px;
    }
    .banner-about {
        margin-top: 30px;
        min-height: 200px;
        color: #fff;
        font-family: 'futura-pt';
        float: left;
        font-size: 17pt;
        line-height: 20pt;
        font-weight: 400;
        letter-spacing: 0.02em;
        width: 100%;
        text-shadow: 2px 2px 10px rgba(10, 10, 10, 0.2);
    }
    .blog_feed {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 290px;
        display: block;
        height: auto;
        margin-bottom: 50px;
        overflow: hidden;
    }
    .blog_feed img {
        margin: 0;
        padding: 0;
        min-width: 310px;
        width: 310px;
        display: inline-block;
        margin-bottom: 10px;
    }
    .blog_feed a {
        width: 100%;
        margin-bottom: 0px;
        float: none;
    }
    .blog_feed_text {
        width: 100%;
        float: none;
        margin-left: 0%;
    }
    iframe.video_campaign_iframe {
        width: 290px !important;
        height: 190px !important;
    }
    .title_line_white {
        border-top: solid 2px #fff;
        clear: both;
        padding-right: 60px;
    }
    .border_box {
        border: solid 1px #b5b5b5;
    }
    .border_box img {
        width: 100% !important;
    }
    .border-box-content h4 {
        font-weight: 500;
        margin-bottom: 7px;
        font-size: 23px;
    }
    .border-box-content h2 {
        font-family: 'futura-pt-condensed';
        text-transform: uppercase;
        font-size: 45px;
        margin-bottom: 30px;
    }
    .border-box-content_3c {
        width: 90%;
        margin: 0 auto;
        margin-top: 10px;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .border-box-content_3c h5 {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 3px;
    }
    .border-box-content_3c h3 {
        font-family: 'futura-pt-condensed';
        text-transform: uppercase;
        font-size: 40px;
        margin-bottom: 15px;
    }
    .nav_button {
        display: none;
    }
    .body_section_content {
        max-width: 100%;
        width: 90%;
        position: relative;
        margin: 0 auto;
    }
    .blog_related_posts .body_section_content {
        max-width: 100%;
        width: 100%;
        padding-top: 50px;
        position: relative;
        margin: 0 auto;
        padding-bottom: 50px;
        clear: both;
        margin-top: -2px;
    }
    .blog_related_posts .blog_feed {
        width: 100% !important;
        float: left;
    }
    .blog_related_posts .col_3s:nth-child(3) {
        margin-left: 0px;
    }
    .blog_related_posts .blog_feed img {
        min-width: 300px;
    }
    .span_2_of_2 {
        width: 100%;
    }
    .span_1_of_2 {
        width: 100%;
    }
    .span_1_of_2_button {
        width: 50% !important;
    }
    .span_3_of_3 {
        width: 100%;
    }
    .span_2_of_3 {
        width: 100%;
    }
    .span_1_of_3 {
        width: 100%;
    }
    .span_4_of_4 {
        width: 100%;
    }
    .span_3_of_4 {
        width: 100%;
    }
    .span_2_of_4 {
        width: 100%;
    }
    .span_1_of_4 {
        width: 100%;
    }
    .span_5_of_5 {
        width: 100%;
    }
    .span_4_of_5 {
        width: 100%;
    }
    .span_3_of_5 {
        width: 100%;
    }
    .span_2_of_5 {
        width: 100%;
    }
    .span_1_of_5 {
        width: 100%;
    }
    .span_6_of_6 {
        width: 100%;
    }
    .span_5_of_6 {
        width: 100%;
    }
    .span_4_of_6 {
        width: 100%;
    }
    .span_3_of_6 {
        width: 100%;
    }
    .span_2_of_6 {
        width: 100%;
    }
    .span_1_of_6 {
        width: 100%;
    }
    .full_6_of_6 {
        width: 100%;
    }
    .full_5_of_6 {
        width: 100%;
    }
    .full_4_of_6 {
        width: 100%;
    }
    .full_3_of_6 {
        width: 100%;
    }
    .full_2_of_6 {
        width: 100%;
    }
    .full_1_of_6 {
        width: 100%;
    }
    .span_8_of_8 {
        width: 100%;
    }
    .span_7_of_8 {
        width: 100%;
    }
    .span_6_of_8 {
        width: 100%;
    }
    .span_5_of_8 {
        width: 100%;
    }
    .span_4_of_8 {
        width: 100%;
    }
    .span_3_of_8 {
        width: 100%;
    }
    .span_2_of_8 {
        width: 100%;
    }
    .span_1_of_8 {
        width: 100%;
    }
    .span_9_of_9 {
        width: 100%;
    }
    .span_8_of_9 {
        width: 100%;
    }
    .span_7_of_9 {
        width: 100%;
    }
    .span_6_of_9 {
        width: 100%;
    }
    .span_5_of_9 {
        width: 100%;
    }
    .span_4_of_9 {
        width: 100%;
    }
    .span_3_of_9 {
        width: 98%;
    }
    .span_2_of_9 {
        width: 100%;
    }
    .span_1_of_9 {
        width: 100%;
    }
    .span_10_of_10 {
        width: 100%;
    }
    .span_9_of_10 {
        width: 100%;
    }
    .span_8_of_10 {
        width: 100%;
    }
    .span_7_of_10 {
        width: 100%;
    }
    .span_6_of_10 {
        width: 100%;
    }
    .span_5_of_10 {
        width: 100%;
    }
    .span_4_of_10 {
        width: 100%;
    }
    .span_3_of_10 {
        width: 100%;
    }
    .span_2_of_10 {
        width: 100%;
    }
    .span_1_of_10 {
        width: 100%;
    }
    .span_12_of_12 {
        width: 100%;
    }
    .span_11_of_12 {
        width: 100%;
    }
    .span_10_of_12 {
        width: 100%;
    }
    .span_9_of_12 {
        width: 100%;
    }
    .span_8_of_12 {
        width: 100%;
    }
    .span_7_of_12 {
        width: 100%;
    }
    .span_6_of_12 {
        width: 95%;
    }
    .span_5_of_12 {
        width: 100%;
    }
    .span_4_of_12 {
        width: 100%;
    }
    .span_3_of_12 {
        width: 100%;
    }
    .span_2_of_12 {
        width: 100%;
    }
    .span_1_of_12 {
        width: 100%;
    }
    /*Grid 3 column*/
    .grid_column_33percent {
        position: relative;
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: -4px;
        margin-left: 0%;
    }
    .grid_column_33percent img,
    .grid_column_33percent .span_image {
        min-width: 100%;
        max-width: 100%;
        max-height: auto;
        transition: .5s all;
    }
    .grid_column_50percent {
        position: relative;
        float: left;
        margin-bottom: -4px;
        overflow: hidden;
    }
    .grid_column_50percent img,
    .grid_column_50percent .span_image {
        max-width: 100%;
        height: 100%;
        transition: .5s all;
    }
    .grid_column_33percent .grid_content_text,
    .grid_column_50percent .grid_content_text {
        width: 70%;
        visibility: hidden;
        position: absolute;
        left: 15%;
        right: 15%;
        top: 20%;
    }
    .grid_column_33percent:hover .grid_content_text,
    .grid_column_50percent:hover .grid_content_text {
        width: 86%;
        position: absolute;
        top: 25%;
        right: 7%;
        bottom: 30%;
        left: 7%;
        font-family: futura-pt;
        font-weight: 400;
        font-size: 13pt;
        color: #fff;
        line-height: 17pt;
        letter-spacing: 0pt;
        visibility: visible;
    }
    .grid_column_33percent:hover img,
    .grid_column_50percent:hover img,
    .grid_column_33percent:hover .span_image,
    .grid_column_50percent:hover .span_image {
        opacity: 0.2;
        filter: alpha(opacity=20);
        visibility: visible;
    }
    .grid_color_green .grid_column_33percent {
        width: 100%;
        margin-left: 0%;
    }
    /*  Custon Boxes */
    .rescue_breakdown_grid {
        border: solid 0px #8cc63e;
        padding-bottom: 40px;
        min-height: 300px;
        width: 100% !important;
    }
    .rescue_breakdown_top {
        width: 90%;
        margin: 0 auto;
        margin-top: 25px;
    }
    .rescue_breakdown_top img {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .rescue_breakdown_number {
        float: right;
        width: 48%;
        text-align: right;
        font-size: 30px;
        font-weight: 700;
    }
    .full-height-banner {
        min-height: 300px;
        height: 300px;
        background-repeat: no-repeat !important;
    }
    .white_quote_box {
        background: #fff;
        float: none;
        padding: 5%;
        width: 90%;
    }
    .end_page_button {
        margin: 0 auto;
        border: solid 5px #fff;
        max-width: 800px;
        background: rgba(221, 56, 39, 0.9);
        color: #fff;
        font-size: 30px;
        line-height: 30px;
        text-align: center;
        padding: 20px 40px;
        text-transform: uppercase;
        font-family: 'futura-pt-condensed';
        font-weight: 500;
        margin-top: 40px;
    }
    .end_page_button:hover {
        background: rgba(221, 56, 39, 1.0);
    }
    .dual_banner_whole {
        width: 100%;
        height: auto;
        margin-top: -20px;
    }
    .dual_banner_half {
        width: 100%;
        height: 500px;
        float: left;
        min-height: 500px;
    }
    .dual_banner_half_content {
        width: 85%;
        max-width: 500px;
        margin: 0 auto;
        padding-top: 30%;
        color: #fff;
    }
    .dual_banner_button {
        width: 100%;
        border: solid 1px #fff;
        text-align: center;
        line-height: 90px;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.1em;
    }
    .dual_banner_text {
        text-align: center;
        font-size: 22px;
        line-height: 30px;
    }
}


/*
==============================================
slideLeft
==============================================
*/

.slideLeft {
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block !important;
}

@keyframes slideLeft {
    0% {
        transform: translateX(120%);
    }
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(120%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}


/*
==============================================
slideUp
==============================================
*/

.slideUp {
    animation-name: slideUp;
    -webkit-animation-name: slideUp;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}

@keyframes slideUp {
    0% {
        transform: translateY(100%);
    }
    50% {
        -webkit-transform: translateY(0%);
    }
    65% {
        -webkit-transform: translateY(0%);
    }
    80% {
        -webkit-transform: translateY(0%);
    }
    95% {
        -webkit-transform: translateY(0%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
    }
    50% {
        -webkit-transform: translateY(0%);
    }
    65% {
        -webkit-transform: translateY(0%);
    }
    80% {
        -webkit-transform: translateY(0%);
    }
    95% {
        -webkit-transform: translateY(0%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}


/*
==============================================
slideDown
==============================================
*/

.slideDown {
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
    display: block !important;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }
    50% {
        transform: translateY(0%);
    }
    65% {
        transform: translateY(0%);
    }
    80% {
        transform: translateY(0%);
    }
    95% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        -webkit-transform: translateY(0%);
    }
    65% {
        -webkit-transform: translateY(0%);
    }
    80% {
        -webkit-transform: translateY(0%);
    }
    95% {
        -webkit-transform: translateY(0%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}

.slideDown2 {
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
    display: block !important;
}

@keyframes slideDown {
    0% {
        transform: translateY(-30%);
    }
    50% {
        transform: translateY(0%);
    }
    65% {
        transform: translateY(0%);
    }
    80% {
        transform: translateY(0%);
    }
    95% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-30%);
    }
    50% {
        -webkit-transform: translateY(0%);
    }
    65% {
        -webkit-transform: translateY(0%);
    }
    80% {
        -webkit-transform: translateY(0%);
    }
    95% {
        -webkit-transform: translateY(0%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}


/*
==============================================
fadeIn
==============================================
*/

.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block !important;
}

@keyframes fadeIn {
    0% {
        transform: scale(1);
        opacity: 0.0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        transform: scale(1);
        opacity: 0.0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


/*
==============================================
slideLeft
==============================================
*/

.slideLeft {
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block !important;
}

@keyframes slideLeft {
    0% {
        transform: translateX(100%);
    }
    50% {
        transform: translateX(50%);
    }
    65% {
        transform: translateX(4%);
    }
    80% {
        transform: translateX(0%);
    }
    95% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(100%);
    }
    50% {
        -webkit-transform: translateX(50%);
    }
    65% {
        -webkit-transform: translateX(4%);
    }
    80% {
        -webkit-transform: translateX(0%);
    }
    95% {
        -webkit-transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

#amount_info-b33d67b611 button.btn-default:hover {
    color: #fff !important;
}

#amount_info-b33d67b611 button.btn-default:focus {
    color: #fff !important;
}

#amount_info-b33d67b612 button.btn-default:hover {
    color: #fff !important;
}

#amount_info-b33d67b612 button.btn-default:focus {
    color: #fff !important;
}

.secretpopout {
    display: none;
    width: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100000;
    top: 0px;
    left: 0px;
}

.secretpopout {
    height: 100%;
    text-align: center;
    white-space: nowrap;
}

.secretpopout:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin-right: -.25em;
    /*might want to tweak this. .25em for extra white space */
    height: 100%;
}

.popup-box {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 10px 30px 10px 10px;
    background: #fff;
    position: relative;
}

.popup-image {
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
}

.popup-image-mobile {
    display: none;
}

.popup-content {
    display: inline-block;
    vertical-align: top;
    max-width: 450px;
    text-align: left;
    font-weight: 400;
    margin-top: 40px;
}

.popup-content h5 {
    font-size: 1em;
    padding-top: 30px;
    color: #878489;
    max-width: 450px;
    font-weight: 400;
}

.popup-content h5 strong {
    font-size: 1em;
    padding-top: 30px;
    color: #414042;
}

.popup-content h4 {
    font-weight: 400;
    font-size: 1.2em;
    padding-bottom: 10px;
}

.popup-content h3 {
    font-weight: 700;
    padding-bottom: 10px;
    letter-spacing: 0em;
    font-size: 1.3em;
}

.hide-popup {
    display: none !important;
}

.close-popup-slide {
    position: absolute;
    top: 2px;
    left: 5px;
}

.close-popup {
    position: absolute;
    top: 4px;
    right: 8px;
}

.close-popup img {
    max-width: 13px;
}

.slideOut-popup {
    display: none;
    width: 300px;
    height: 150px;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    box-shadow: inset 4px 4px 4px 4px 20px rgba(43, 42, 42, 0.90);
    padding: 20px 30px;
    border: solid 1px #D3CFD6;
}

.popup-buttons {
    background: #dd3928;
    padding: 20px 30px;
    margin: 7px;
    font-size: 22px;
    font-weight: 400;
    border-radius: 3px;
    display: block;
    color: #fff;
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}

.popup-buttons:hover {
    background: #B32E21;
}

@media only screen and (max-width: 900px) {
    .popup-box {
        max-width: 80% !important;
        padding: 25px;
        padding-bottom: 60px;
    }
    .popup-image {
        display: none;
    }
    .popup-image-mobile {
        display: block;
        width: 100%;
    }
    .popup-content {
        margin-top: 10px;
    }
    .popup-content h4 {
        line-height: 1.1em;
    }
    .popup-content h3 {
        line-height: 1.1em;
        margin-top: 0px;
    }
}

li#menu-item-144134 {
    /* display: none; */
}

li#menu-item-144135 {
    /* display: none; */
}

.box-side{
    display: inline-block;
    margin-bottom: 0px;
}