/*********
*
* No longer using scss 2/9/24
*
*******/

:root {
    --font-lato: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

/* @CSS TEMPLATE */
@-webkit-viewport {
    width: device-width;
}
@-moz-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'),
        url(http://themes.googleusercontent.com/static/fonts/lato/v7/9k-RPmcnxYEPm8CNFsH2gg.woff)
            format('woff');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'),
        url(http://themes.googleusercontent.com/static/fonts/lato/v7/wkfQbvfT_02e2IWO3yYueQ.woff)
            format('woff');
}
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    src: local('Lato Light Italic'), local('Lato-LightItalic'),
        url(http://themes.googleusercontent.com/static/fonts/lato/v7/2HG_tEPiQ4Z6795cGfdivD8E0i7KZn-EPnyo3HZu7kw.woff)
            format('woff');
}
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: local('Lato Bold Italic'), local('Lato-BoldItalic'),
        url(http://themes.googleusercontent.com/static/fonts/lato/v7/HkF_qI1x_noxlxhrhMQYED8E0i7KZn-EPnyo3HZu7kw.woff)
            format('woff');
}
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: local('Lato Italic'), local('Lato-Italic'),
        url(http://themes.googleusercontent.com/static/fonts/lato/v7/oUan5VrEkpzIazlUe5ieaA.woff)
            format('woff');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'),
        url(http://themes.googleusercontent.com/static/fonts/lato/v7/KT3KS9Aol4WfR6Vas8kNcg.woff)
            format('woff');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: local('Lato Black'), local('Lato-Black'),
        url(http://themes.googleusercontent.com/static/fonts/lato/v7/BVtM30trf7q_jfqYeHfjtA.woff)
            format('woff');
}
/*
	VARS
*/
/*
	FUNCION
*/
/* Responsive */
/*
	BASIC STRUCTURE
*/
body {
    background: url(../images/texture.png);
    font-family: Arial;
}

.line-colors {
    background: url(../images/line-colors.png) repeat-x center top;
    height: 1px;
}

.basic-link,
.nav-top li a,
.nav-top .phone {
    color: #464646;
    text-decoration: none;
}
.basic-link:hover,
.nav-top li a:hover,
.nav-top .phone:hover {
    color: #dd4b39;
}

.background-link,
.nav-join a,
.nav-social a {
    background-color: #e0dbd3;
    display: block;
    text-decoration: none;
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
.background-link:hover,
.nav-join a:hover,
.nav-social a:hover {
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
    background-color: #dd4b39;
}

.see-more-link,
.box-sidebar .btn-help a,
.box-sidebar .btn-join a,
.box-sidebar .btn-escape a,
.metadata a {
    background: #2fbdd0;
    border: solid 3px #2aafc2;
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 33px;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}
.see-more-link:hover,
.box-sidebar .btn-help a:hover,
.box-sidebar .btn-join a:hover,
.box-sidebar .btn-escape a:hover,
.metadata a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2aafc2;
    border: solid 3px #2fbdd0;
}

.clear-nav ul,
.clear-nav li,
.clear-nav a {
    margin: 0;
    padding: 0;
}

/*
	HEADER
*/
.logo {
    padding: 20px 0 0 0;
}

.nav-top {
    float: right;
    padding: 13px 0;
    /* search button */
    /* c button */
}
.nav-top .menu-top-menu-container,
.nav-top .textwidget {
    float: left;
}
.nav-top ul,
.nav-top li,
.nav-top a {
    margin: 0;
    padding: 0;
}
.nav-top li {
    float: left;
    list-style: none;
}
.nav-top li a,
.nav-top .phone {
    font-family: var(--font-lato);
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    padding: 0 14px;
    border-right: 1px solid #464646;
}
.nav-top .phone {
    float: left;
    border-right: 0;
    padding: 2px 14px;
}
.nav-top .phone:hover {
    color: #464646;
}
.nav-top li.btn-contact a {
    padding-left: 28px;
    background: url(../images/icon-contact.png) no-repeat 0 bottom;
}
.nav-top li.btn-contact a:hover {
    background-position: 0 top;
}
.nav-top .wrapper-simple {
    display: block;
    width: 263px;
    height: 20px;
    background: transparent;
    position: relative;
    float: left;
    bottom: 4px;
    left: 5px;
}
.nav-top .wrapper-simple .globalsearch_input {
    width: 210px;
    position: absolute;
    width: 1px;
    z-index: 2;
    padding: 4px 25px 4px 6px;
    margin: 0 0 0 -4px;
    min-height: 20px;
    visibility: hidden;
    background: white !important;
    border: 1px solid #cccccc !important;
    color: #1a3d51 !important;
    font-size: 13px !important;
    font-weight: normal !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
    border-radius: 15px !important;
}
.nav-top .wrapper-simple .globalsearch_input:focus {
    -webkit-box-shadow: 0 0 10px rgba(209, 52, 33, 0.5);
    box-shadow: 0 0 10px rgba(209, 52, 33, 0.5);
    border-color: #d13421 !important;
    color: #d13421 !important;
}
.nav-top .wrapper-simple .globalsearch_input::-ms-clear {
    display: none;
}
.nav-top .wrapper-simple input[type='submit'] {
    z-index: 2;
    position: relative;
    height: 20px;
    min-width: 25px;
    cursor: pointer;
    background: transparent;
    border: 0;
    margin: 0;
    text-indent: -99999px;
    top: 3px;
}
.nav-top .wrapper-simple input[type='submit']:focus {
    outline: none;
}
.nav-top .globalsearch_submit.button {
    position: absolute;
    top: 6px;
    right: 0;
    width: 20px;
    height: 18px;
    z-index: 1000;
    background: transparent;
    cursor: pointer;
    border: 0;
    background: url('../images/icon-contact.png') no-repeat center -16px;
    outline: none;
}
.nav-top .globalsearch_submit.button:hover {
    background-position: center 1px;
}
.nav-top .close-hover:hover {
    background: url('../images/icon-cross.png') no-repeat 0px 3px !important;
}

.nav-join {
    float: right;
}
.nav-join ul,
.nav-join li,
.nav-join a {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-join a {
    color: #fff;
    font-family: var(--font-lato);
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 0 20px;
}
.nav-join a:hover {
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
    background-color: #dd4b39;
}

.nav-social {
    float: right;
}
.nav-social ul,
.nav-social li,
.nav-social a {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-social li {
    float: left;
}
.nav-social a {
    width: 36px;
    height: 36px;
    margin-left: 10px;
    font-size: 0;
    text-indent: -9999;
    color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.nav-social a.social-facebook {
    background: #e0dbd3 url(../images/icon-social.png) no-repeat 12px center;
}
.nav-social a.social-twitter {
    background: #e0dbd3 url(../images/icon-social.png) no-repeat -34px center;
}
.nav-social a.social-rss {
    background: #e0dbd3 url(../images/icon-social.png) no-repeat -80px center;
}
.nav-social a:hover {
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
    background-color: #dd4b39;
}

.nav-escape {
    float: right;
    padding: 15px 0 13px 0;
}
.nav-escape p {
    margin: 0;
}
.nav-escape a {
    font-family: var(--font-lato);
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #e73e2a;
    background-image: url('../images/icon-danger.png');
    background-position: 95% center;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #fff;
    padding: 10px 30px 10px 10px;
    display: block;
}
.nav-escape a:hover {
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
}

/*
	MENU
*/
.top_nav {
    background: #0d304e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    z-index: 1000;
    margin-bottom: 10px;
}

.navbar-inner {
    background: none;
    filter: none;
    border: none;
    min-height: 34px;
    padding: 0 60px;
}

.nav > li.dropdown > ul,
.dropdown-menu .dropdown > ul.dropdown-menu {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -ms-transition: opacity 500ms;
    -o-transition: opacity 500ms;
}

.nav > li.dropdown:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar {
    margin-bottom: 0;
}
.navbar .nav > li > a {
    font-family: var(--font-lato);
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    padding: 7px 12px;
    margin: 5px 8px;
    text-transform: uppercase;
    text-shadow: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    transition: background-color 400ms;
    -webkit-transition: background-color 400ms;
    -moz-transition: background-color 400ms;
    -ms-transition: background-color 400ms;
    -o-transition: background-color 400ms;
}
.navbar .nav > li.dropdown.active > .dropdown-toggle,
.navbar .nav > li.current-menu-ancestor.dropdown > a,
.navbar .nav > li > .active > a,
.navbar .nav > li:hover > a,
.navbar .nav > li > a:hover {
    color: #fff;
    background: #165993;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    color: #fff;
    background: #165993;
}
.navbar .btn-navbar {
    margin-bottom: 5px;
    outline: none;
}

.dropdown-menu {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: inset 0 8px 8px rgba(6, 6, 6, 0.4);
    box-shadow: inset 0 8px 8px rgba(6, 6, 6, 0.4);
    margin-top: 0;
    border: 0;
    padding: 0;
    background: #155182;
    display: block;
}
.dropdown-menu > li {
    border-bottom: 1px solid #11436c;
}
.dropdown-menu > li:last-child {
    border-bottom: 0;
}
.dropdown-menu > li > a,
.dropdown-menu > .active > a {
    background: none;
    filter: none;
    color: #fff;
    padding: 9px 32px;
    transition: background-color 400ms;
    -webkit-transition: background-color 400ms;
    -moz-transition: background-color 400ms;
    -ms-transition: background-color 400ms;
    -o-transition: background-color 400ms;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu:hover > a,
.dropdown-menu:focus > a {
    background: #0c2e49;
}
.dropdown-menu > li > a:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.dropdown-menu .dropdown > ul.dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: -1px;
    margin-top: -1px;
    -webkit-border-radius: 0 4px 4px 4px;
    -moz-border-radius: 0 4px 4px 4px;
    -ms-border-radius: 0 4px 4px 4px;
    -o-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
    -webkit-box-shadow: inset 5px 0 5px rgba(6, 6, 6, 0.2);
    box-shadow: inset 5px 0 5px rgba(6, 6, 6, 0.2);
}
.dropdown-menu .dropdown:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
    display: none;
}

/*
	HOME BANNER
*/
.banner .contbannerhome {
    padding: 10px;
    background: #fff;
}
.banner .tp-caption.tp-fade {
    position: absolute;
    width: 25%;
    height: 90%;
    left: 0 !important;
    top: -20% !important;
    overflow: hidden;
    padding: 10% 5% 7% 2% !important;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
    color: #0d304e;
    -webkit-border-radius: 0 50% 50% 0;
    -moz-border-radius: 0 50% 50% 0;
    -ms-border-radius: 0 50% 50% 0;
    -o-border-radius: 0 50% 50% 0;
    border-radius: 0 50% 50% 0;
}
.banner .tp-caption.tp-fade h2 {
    font-family: var(--font-lato);
    font-weight: 900;
    font-style: normal;
    font-size: 32px;
    line-height: 34px;
    color: #0d304e;
    padding-top: 15% !important;
    text-transform: uppercase;
}
.banner .tp-caption.tp-fade h3 {
    font-family: var(--font-lato);
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    line-height: 32px;
    color: #dd4b39;
}
.banner .tp-caption.tp-fade p {
    font-size: 15px;
    line-height: 20px;
}
.banner .tparrows {
    position: absolute;
    width: 20px;
    height: 35px;
    background: url('../images/arrow-banner.png') no-repeat;
    top: 42%;
    text-indent: -9999px;
    z-index: 100;
}
.banner .tparrows:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.banner .tp-leftarrow.default {
    left: -3%;
    background-position: 0 0;
}
.banner .tp-rightarrow.default {
    right: -3%;
    background-position: 0 100%;
}

/*
	Home Center
*/
.bg-central-home {
    padding: 10px 0;
}

.home-center-left,
.home-center-center,
.home-center-right {
    position: relative;
    background: #fff;
    padding: 22px 22px 62px 22px;
}
.home-center-left h3,
.home-center-center h3,
.home-center-right h3 {
    font-family: var(--font-lato);
    font-weight: 900;
    font-style: normal;
    font-size: 22px;
    line-height: 40px;
    color: #2fbdd0;
    display: block;
    border-bottom: solid 1px #e1e1e1;
}
.home-center-left ul,
.home-center-center ul,
.home-center-right ul,
.home-center-left li,
.home-center-center li,
.home-center-right li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.home-center-left li,
.home-center-center li,
.home-center-right li {
    padding: 11px 0;
}
.home-center-left li a,
.home-center-center li a,
.home-center-right li a {
    font-size: 18px;
    font-weight: bold;
    color: #0d304e;
}
.home-center-left .see-more-link,
.home-center-center .see-more-link,
.home-center-right .see-more-link,
.home-center-left .box-sidebar .btn-help a,
.box-sidebar .btn-help .home-center-left a,
.home-center-center .box-sidebar .btn-help a,
.box-sidebar .btn-help .home-center-center a,
.home-center-right .box-sidebar .btn-help a,
.box-sidebar .btn-help .home-center-right a,
.home-center-left .box-sidebar .btn-join a,
.box-sidebar .btn-join .home-center-left a,
.home-center-center .box-sidebar .btn-join a,
.box-sidebar .btn-join .home-center-center a,
.home-center-right .box-sidebar .btn-join a,
.box-sidebar .btn-join .home-center-right a,
.home-center-left .box-sidebar .btn-escape a,
.box-sidebar .btn-escape .home-center-left a,
.home-center-center .box-sidebar .btn-escape a,
.box-sidebar .btn-escape .home-center-center a,
.home-center-right .box-sidebar .btn-escape a,
.box-sidebar .btn-escape .home-center-right a,
.home-center-left .metadata a,
.metadata .home-center-left a,
.home-center-center .metadata a,
.metadata .home-center-center a,
.home-center-right .metadata a,
.metadata .home-center-right a {
    position: absolute;
    bottom: 22px;
    left: 22px;
}

.home-center-center p {
    color: #707070;
    font-size: 12px;
    line-height: 18px;
}
.home-center-center .date {
    color: #dd4b39;
    text-transform: uppercase;
    font-size: 10px;
}

/*
	HOME BOTTOM
*/
.bg-home-bottom {
    padding: 55px 0;
}

.info1,
.sidebar .info2,
.sidebar .info3 {
    text-align: center;
    background: linear-gradient(180deg, #cbc9bd, #cbc9bd, #cbc9bd);
    background-position: 98%;
    background-repeat: no-repeat;
    background-size: 1px 80%;
}
.info1 img,
.sidebar .info2 img,
.sidebar .info3 img {
    padding: 35px 0;
}

.bg-home-bottom .donate {
    text-align: center;
}

/*
	HOME Video
*/
.bg-home-video {
    background: #b3d6cd;
    padding: 30px 0;
}

.video-description {
    background: #f2ede6;
    padding: 50px 35px;
    width: 280px;
    height: 250px;
    margin: 0 auto;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.video-description h3 {
    font-family: var(--font-lato);
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 20px;
    color: #0d304e;
}
.video-description p {
    font-family: var(--font-lato);
    font-weight: 400;
    font-style: italic;
    font-size: 17px;
    line-height: 25px;
    color: #555554;
}

.video {
    background: #fff;
    padding: 9px 16px 16px 16px;
}
.video p {
    margin: 0;
    padding: 0;
}
.video h3 {
    font-family: var(--font-lato);
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding-bottom: 7px;
    color: #00adef;
    text-transform: uppercase;
}

/*
	FOOTER
*/
.bg-footer {
    background: #e6e4da;
    position: relative;
}

.bg-footer-repeat {
    position: absolute;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
    right: 0;
    background: url(../images/footer-repeat.png) repeat-x;
}

.footer-nav {
    padding: 30px 0;
}
.footer-nav ul,
.footer-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-nav li {
    float: left;
}
.footer-nav li .caret {
    display: none;
}
.footer-nav li a {
    text-transform: uppercase;
    color: #464646;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-right: 30px;
}
.footer-nav li a:hover {
    background: none;
    color: #dd4b39;
}
.footer-nav li li {
    display: none;
}

.footer-contact {
    border-bottom: solid 1px #d5cec4;
    padding-bottom: 33px;
    padding-top: 10px;
}
.footer-contact h3 {
    font-family: var(--font-lato);
    font-weight: 900;
    font-style: normal;
    font-size: 23px;
    line-height: 70px;
    margin: 0;
    background: url(../images/icon-arrow-gray.png) no-repeat right center;
    padding-right: 54px;
}
.footer-contact .email,
.footer-contact .phone {
    line-height: 70px;
    padding-left: 30px;
}
.footer-contact .email p,
.footer-contact .email a,
.footer-contact .phone p,
.footer-contact .phone a {
    margin: 0;
    font-family: var(--font-lato);
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 70px;
    color: #464646;
}
.footer-contact .email {
    background: url(../images/icon-email.png) no-repeat left center;
}
.footer-contact .phone {
    background: url(../images/icon-phone.png) no-repeat left center;
}

.footer-copyright {
    position: relative;
    padding: 10px 0 10px 0;
}
.footer-copyright .elevation {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
}

.footer-copyright .nav-escape {
    float: left;
}

.text-copy {
    font-size: 12px;
    color: #333333;
}
.text-copy a {
    color: #e73e2a;
}

/*
	INTERIOR
*/
/* INNER BANNER */
@media only screen and (max-width: 320px) {
    .banner-cnt {
        display: none;
    }
}

.banner.inner {
    margin-top: 10px;
    background: #fff;
    padding: 10px;
    position: relative;
}
.banner.inner p {
    margin: 0;
}
.banner.inner .overbanner {
    position: absolute;
    width: 42%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}
.banner.inner .overbanner h2 {
    -webkit-border-radius: 0 50% 50% 0;
    -moz-border-radius: 0 50% 50% 0;
    -ms-border-radius: 0 50% 50% 0;
    -o-border-radius: 0 50% 50% 0;
    border-radius: 0 50% 50% 0;
    color: #0d304e;
    margin: 0;
    width: 80%;
    height: 100%;
    padding: 42% 10% 10% 10%;
    margin-top: -25%;
    background: rgba(255, 255, 255, 0.7);
    font-family: var(--font-lato);
    font-weight: 900;
    font-style: normal;
    font-size: 32px;
    line-height: 34px;
}

/* ARTICLE INNER */
.interior-page {
    margin-top: 10px;
    background: #fff;
}

.article-inner {
    padding: 10px 30px 30px 30px;
    color: #3f3f3f;
    -webkit-box-shadow: inset 10px 0 25px rgba(0, 0, 0, 0.1);
    box-shadow: inset 10px 0 25px rgba(0, 0, 0, 0.1);
}
.article-inner h1,
.article-inner h2,
.article-inner h3,
.article-inner h4,
.article-inner h5,
.article-inner h6 {
    font-family: var(--font-lato);
    font-weight: 700;
    font-style: normal;
    font-size: 21px;
    line-height: 23px;
    padding: 8px 0;
}
.article-inner h1,
.article-inner h2 {
    font-family: var(--font-lato);
    font-weight: 900;
    font-style: normal;
    font-size: 25px;
    line-height: 27px;
    color: #0d304e;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #c2c2c2;
}
.article-inner h3,
.article-inner h4 {
    color: #0d304e;
}
.article-inner h5,
.article-inner h6 {
    color: #dd4b39;
}
.article-inner h4 {
    font-size: 17px;
    line-height: 19px;
}
.article-inner h6 {
    font-size: 16px;
    line-height: 18px;
}
.article-inner small {
    font-size: 12px;
    line-height: 22px;
    color: #383838;
}
.article-inner a {
    font-size: 15px;
    color: #2fbdd0;
    font-weight: 700;
    text-decoration: underline;
}
.article-inner a:hover {
    text-decoration: none;
}
.article-inner ul {
    list-style-image: url('../images/icon-list.png');
}
.article-inner ul ul {
    list-style-image: url('../images/icon-sublist.png');
}
.article-inner li {
    padding: 2px 0;
}
.article-inner blockquote {
    background: #fff;
    margin: 20px 0;
    border: 10px solid #29afc1;
    padding: 25px 35px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
}
.article-inner blockquote h2,
.article-inner blockquote h3 {
    font-family: var(--font-lato);
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    line-height: 32px;
    color: #29afc1;
    border: 0;
    padding: 0;
    margin: 0 0 15px 0;
}
.article-inner blockquote p {
    font-size: 14px;
}
.article-inner .bor-blue {
    border-color: #163f62;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.article-inner .bor-blue h2,
.article-inner .bor-blue h3 {
    color: #163f62;
}
.article-inner .box-blue,
.article-inner .box-skyblue,
.article-inner .box-orange {
    border: 0;
    background: #163f62;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.article-inner .box-blue h2,
.article-inner .box-skyblue h2,
.article-inner .box-orange h2,
.article-inner .box-blue h3,
.article-inner .box-skyblue h3,
.article-inner .box-orange h3 {
    color: #fff;
}
.article-inner .box-blue p,
.article-inner .box-skyblue p,
.article-inner .box-orange p {
    font-size: 12px;
    line-height: 20px;
    font-style: italic;
}
.article-inner .box-skyblue {
    background: #2fbdd0;
}
.article-inner .box-orange {
    background: #dd4b39;
}
.article-inner .box-circle {
    max-width: 80%;
    padding: 10%;
    border: 5px solid #fff;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.article-inner .box-circle h2,
.article-inner .box-circle h3 {
    font-size: 22px;
    line-height: 25px;
}
.article-inner .box-circle p {
    line-height: 16px;
}
.article-inner .box-shadow,
.article-inner .box-shadow-circle {
    border: 5px solid #fff;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.article-inner .box-shadow-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.article-inner table td {
    vertical-align: top;
}
.article-inner .table {
    background: #e6e4da;
    border: 0;
    margin: 20px 0;
    border-collapse: inherit;
}
.article-inner .table td,
.article-inner .table th {
    border-color: #e6e4da;
    padding: 15px 10px;
    text-align: center;
}
.article-inner .table th {
    font-family: var(--font-lato);
    font-weight: 700;
    font-style: italic;
    font-size: 15px;
    line-height: 17px;
    color: #0d304e;
}
.article-inner .table-striped tbody > tr:nth-child(odd) > td,
.article-inner .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #2fbdd0;
    color: #fff;
}
.article-inner .radius {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.article-inner .shadow {
    -webkit-box-shadow: 2px 1px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 2px 1px 0 rgba(0, 0, 0, 0.35);
}
.article-inner .alignleft,
.article-inner .alignright {
    float: left;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 20px;
    max-width: 300px;
}
.article-inner .alignright {
    margin-left: 15px;
    float: right;
}
.article-inner .cl {
    clear: both;
    margin: 0;
    padding: 0;
}
.article-inner .storycontent .wpb_row {
    margin-left: 0;
    margin-right: 0;
}

/* INNER BOTTOM */
.inner-bottom {
    background: #fff;
    margin-top: -20px;
    position: relative;
}
.inner-bottom .info1,
.inner-bottom .sidebar .info2,
.sidebar .inner-bottom .info2,
.inner-bottom .sidebar .info3,
.sidebar .inner-bottom .info3 {
    background: none;
}

/* SIDEBAR */
.sidebar {
    padding: 10px 0 30px 10px;
}
.sidebar .donate {
    margin: 20px 0;
    text-align: center;
}
.sidebar .info1,
.sidebar .info2,
.sidebar .info3 {
    background: none;
}

.box-sidebar {
    background: #f4f1ec;
    margin: 10px 0;
    padding: 10px 15px;
}
.box-sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.box-sidebar .btn-help a,
.box-sidebar .btn-join a,
.box-sidebar .btn-escape a {
    font: 700 18px/20px 'Arial';
    display: block;
    padding: 9px 10px;
    margin: 10px 0;
    border: 5px solid #29afc1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}
.box-sidebar .btn-help a:hover,
.box-sidebar .btn-join a:hover,
.box-sidebar .btn-escape a:hover {
    border-width: 5px;
}
.box-sidebar .btn-join a {
    background: #163f62;
    border-color: #0d2f4d;
}
.box-sidebar .btn-join a:hover {
    background-color: #0d2f4d;
    border-color: #163f62;
}
.box-sidebar .btn-escape a {
    background: #e73e2a url('../images/icon-escape.png') no-repeat right center;
    border-color: #d13421;
    padding: 8px 20px 8px 10px;
}
.box-sidebar .btn-escape a:hover {
    background-color: #d13421;
    border-color: #e73e2a;
}

/* INNER NAV */
.inner-nav {
    background: #f4f1ec;
    padding: 15px;
}
.inner-nav li.item-101 {
    display: none;
}
.inner-nav li {
    display: none;
}
.inner-nav li.current-menu-parent,
.inner-nav li.current-menu-parent li,
.inner-nav li.current-menu-item,
.inner-nav li.current-menu-item li,
.inner-nav li.current-menu-ancestor,
.inner-nav li.current-menu-ancestor li {
    display: block;
}
.inner-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.inner-nav ul li a {
    font: 700 18px/25px 'Arial';
    color: #0d304e;
    padding: 10px;
    margin: 2px 0;
    display: block;
    border-bottom: 1px solid #c2c2c2;
    text-decoration: none;
}
.inner-nav ul li li a {
    border: 0;
    transition: background-color 400ms;
    -webkit-transition: background-color 400ms;
    -moz-transition: background-color 400ms;
    -ms-transition: background-color 400ms;
    -o-transition: background-color 400ms;
}
.inner-nav ul li li a:hover {
    background: #0d304e;
    color: #fff;
}
.inner-nav ul li li li a {
    padding-left: 45px;
    font-size: 15px;
    line-height: 17px;
}
.inner-nav li.current-menu-item > a {
    background: #0d304e;
    color: #fff;
}
.inner-nav li.current-menu-ancestor > a {
    background: none;
    color: #0d304e;
}

/* 
  CMS 
*/
/* page resources */
.type {
    background: #dbdbdb;
    color: #163f62;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.type ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}
.type p {
    margin: 0;
}
.type .resources_description {
    padding: 10px 15px;
}
.type .resources_description [class*='real3dflipbook-'] {
    font: 700 12px/15px 'Arial';
    text-decoration: none;
    color: #fff;
    background: #dd4b39;
    color: #fff;
    padding: 8px 10px;
    display: inline-block;
    cursor: pointer;
}
.type .resources_title {
    background: #163f62;
    padding: 15px;
    margin: 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.type .resources_title a {
    font-family: var(--font-lato);
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
}
.type .resources_links,
.type .resources_attach {
    margin: 0 15px;
    padding-bottom: 10px;
    display: block;
}
.type .resources_links a,
.type .resources_attach a {
    font: 700 12px/15px 'Arial';
    text-decoration: none;
    color: #fff;
    background: #dd4b39;
    color: #fff;
    padding: 8px 10px;
    display: inline-block;
}

.resources_extra_fields,
.tribe-events-event-meta dl {
    background: #fff;
    border: 2px solid #dbdbdb;
    margin-bottom: 20px;
    padding: 10px 15px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.resources_extra_fields .resources_attach,
.tribe-events-event-meta dl .resources_attach,
.resources_extra_fields .resources_topic,
.tribe-events-event-meta dl .resources_topic,
.resources_extra_fields .resources_region,
.tribe-events-event-meta dl .resources_region,
.resources_extra_fields .resources_category,
.tribe-events-event-meta dl .resources_category,
.resources_extra_fields .tags,
.tribe-events-event-meta dl .tags {
    padding: 2px 0;
    font-size: 12px;
}
.resources_extra_fields .resources_attach a,
.tribe-events-event-meta dl .resources_attach a,
.resources_extra_fields .resources_topic a,
.tribe-events-event-meta dl .resources_topic a,
.resources_extra_fields .resources_region a,
.tribe-events-event-meta dl .resources_region a,
.resources_extra_fields .resources_category a,
.tribe-events-event-meta dl .resources_category a,
.resources_extra_fields .tags a,
.tribe-events-event-meta dl .tags a {
    font-size: 12px;
    color: #163f62;
}
.resources_extra_fields .tags,
.tribe-events-event-meta dl .tags {
    display: block;
}

/* EVENT CALENDAR */
#tribe-events-pg-template {
    padding: 0;
}

.tribe-events-calendar a {
    color: #0d304e;
}
.tribe-events-calendar td {
    padding-bottom: 0 !important;
}
.tribe-events-calendar thead th {
    background-color: #0d304e;
    border-color: #113f64;
}
.tribe-events-calendar td.tribe-events-past div[id*='tribe-events-daynum-'] {
    color: #3f3f3f;
}
.tribe-events-calendar
    td.tribe-events-past
    div[id*='tribe-events-daynum-']
    > a {
    color: #999;
}
.tribe-events-calendar .tribe-events-month-event-title a {
    background: #2fbdd0;
    color: #fff;
    padding: 5px;
    display: block;
    transition: background-color 400ms;
    -webkit-transition: background-color 400ms;
    -moz-transition: background-color 400ms;
    -ms-transition: background-color 400ms;
    -o-transition: background-color 400ms;
}
.tribe-events-calendar .tribe-events-month-event-title a:hover {
    background: #21759b;
}
.tribe-events-calendar td.tribe-events-present div[id*='tribe-events-daynum-'] {
    background-color: #0d304e;
    color: #fff;
}

#tribe-events .tribe-events-button {
    background-color: #2fbdd0;
    transition: background-color 400ms;
    -webkit-transition: background-color 400ms;
    -moz-transition: background-color 400ms;
    -ms-transition: background-color 400ms;
    -o-transition: background-color 400ms;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

#tribe-events-footer ~ a.tribe-events-ical.tribe-events-button {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

.tribe-events-back {
    display: inline-block;
    margin: 0;
}

.tribe-events-sub-nav a,
.tribe-events-back a {
    background: #0d304e;
    color: #fff;
    padding: 5px 15px;
    display: block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    transition: background-color 400ms;
    -webkit-transition: background-color 400ms;
    -moz-transition: background-color 400ms;
    -ms-transition: background-color 400ms;
    -o-transition: background-color 400ms;
}
.tribe-events-sub-nav a:hover,
.tribe-events-back a:hover {
    background: #165993;
}
.tribe-events-sub-nav li a,
.tribe-events-back li a {
    background: #0d304e;
    padding: 10px 25px;
    margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
    .tribe-events-sub-nav,
    .tribe-events-back {
        overflow: visible;
    }
}
@media only screen and (max-width: 480px) {
    .tribe-events-sub-nav .tribe-events-nav-previous a,
    .tribe-events-back .tribe-events-nav-previous a {
        -webkit-border-radius: 15px 0 0 15px;
        -moz-border-radius: 15px 0 0 15px;
        -ms-border-radius: 15px 0 0 15px;
        -o-border-radius: 15px 0 0 15px;
        border-radius: 15px 0 0 15px;
    }
}
@media only screen and (max-width: 767px) {
    .tribe-events-sub-nav .tribe-events-nav-previous a,
    .tribe-events-back .tribe-events-nav-previous a {
        -webkit-border-radius: 15px 0 0 15px;
        -moz-border-radius: 15px 0 0 15px;
        -ms-border-radius: 15px 0 0 15px;
        -o-border-radius: 15px 0 0 15px;
        border-radius: 15px 0 0 15px;
    }
}
@media only screen and (max-width: 480px) {
    .tribe-events-sub-nav .tribe-events-nav-next a,
    .tribe-events-back .tribe-events-nav-next a {
        -webkit-border-radius: 0 15px 15px 0;
        -moz-border-radius: 0 15px 15px 0;
        -ms-border-radius: 0 15px 15px 0;
        -o-border-radius: 0 15px 15px 0;
        border-radius: 0 15px 15px 0;
    }
}
@media only screen and (max-width: 767px) {
    .tribe-events-sub-nav .tribe-events-nav-next a,
    .tribe-events-back .tribe-events-nav-next a {
        -webkit-border-radius: 0 15px 15px 0;
        -moz-border-radius: 0 15px 15px 0;
        -ms-border-radius: 0 15px 15px 0;
        -o-border-radius: 0 15px 15px 0;
        border-radius: 0 15px 15px 0;
    }
}

/*EVENT CALENDAR INNER*/
a.tribe-events-ical,
a.tribe-events-gcal {
    float: none;
    margin: 10px 5px 20px 5px;
}

.tribe-events-event-meta .tribe-events-meta-group {
    margin-right: 20px;
    padding: 0;
}
.tribe-events-event-meta .tribe-events-single-section-title {
    margin: 0;
}
.tribe-events-event-meta h3 {
    padding: 5px 10px;
    background: #0d304e;
    color: #fff;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.tribe-events-event-meta dl {
    padding: 10px;
    margin: 0;
    border-top: 0;
}

.tribe-events-event-url a {
    word-wrap: break-word;
}
/* wordpress */
.metadata {
    padding: 0 15px;
    display: block;
}
.metadata a {
    font-size: 12px;
    padding: 4px 10px;
    margin-bottom: 2px;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}
.metadata .vc-inline-link,
.metadata .tags a {
    background: #163f62;
    border-color: #0d2f4d;
}
.metadata .vc-inline-link:hover,
.metadata .tags a:hover {
    background-color: #0d2f4d;
    border-color: #163f62;
}
.metadata .tags a {
    padding: 0 5px;
    font-size: 11px;
    font-style: italic;
}

/**/
.info1 img,
.sidebar .info2 img,
.sidebar .info3 img {
    max-width: 95%;
}

.wp-pagenavi a {
    text-decoration: none;
}

.resources_search label {
    display: none;
}

.resources_search input {
    margin: 0;
}

/* SERCH */
.resources_search input {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.resources_search input[type='text']:focus {
    -webkit-box-shadow: 0 0 10px rgba(209, 52, 33, 0.5);
    box-shadow: 0 0 10px rgba(209, 52, 33, 0.5);
    border-color: #d13421;
    color: #d13421;
}
.resources_search input[type='submit'] {
    background: #e73e2a;
    padding: 4px 10px;
    border: 0;
    color: #fff;
    outline: none;
    transition: background 400ms;
    -webkit-transition: background 400ms;
    -moz-transition: background 400ms;
    -ms-transition: background 400ms;
    -o-transition: background 400ms;
}
.resources_search input[type='submit']:hover {
    background: #d13421;
}

/* 
  FIXES 
*/
/*@media Queries =============================================================== */
@media only screen and (max-width: 1200px) {
    /* MAIN MENU */
    .navbar-inner {
        padding: 0 10px;
    }

    .navbar .nav > li > a {
        font-size: 14px;
        margin: 5px;
    }

    /* FOOTER */
    .footer-contact h3 {
        padding: 0;
    }
}
/**/
@media only screen and (max-width: 1100px) {
    /* MAIN MENU */
    .navbar-inner {
        padding: 0 5px;
    }

    .navbar .nav > li > a {
        font-size: 14px;
        margin: 5px;
    }

    /* FOOTER */
    .footer-contact h3 {
        padding: 0;
    }
}
/**/
@media only screen and (min-width: 768px) and (max-width: 979px) {
    /* MAIN MENU */
    .navbar-inner {
        padding: 0;
    }

    /* BANNER */
    .banner .tparrows {
        display: none;
    }

    .banner.inner .overbanner h2 {
        font-size: 25px;
        line-height: 27px;
        padding-top: 40%;
    }

    /*  HOME TOP */
    .home-center-left h3,
    .home-center-center h3,
    .home-center-right h3 {
        line-height: 25px;
        padding-bottom: 20px;
    }

    /* FOOTER */
    .footer-nav li a {
        margin-right: 24px;
    }

    .footer-contact h3 {
        font-size: 20px;
        line-height: 27px;
    }
    .footer-contact .email,
    .footer-contact .phone {
        padding-left: 20px;
    }
    .footer-contact .email a,
    .footer-contact .email p,
    .footer-contact .phone a,
    .footer-contact .phone p {
        font-size: 15px;
        line-height: 55px;
    }

    /* HOME BOTTOM */
    .bg-home-video .video-description {
        width: 70%;
        height: auto;
        padding: 15%;
    }
    .bg-home-video .video-description h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .bg-home-video .video-description p {
        font-size: 15px;
        line-height: 20px;
    }
}
/**/
@media only screen and (max-width: 767px) {
    body {
        padding: 0;
    }

    /* HEADER */
    .logo,
    .nav-top,
    .nav-join,
    .nav-escape {
        text-align: center;
    }

    .nav-top,
    .nav-top li {
        float: none;
        padding: 5px 0;
    }
    .nav-top a,
    .nav-top li a {
        border: 0;
    }

    .nav-join {
        float: none;
        clear: both;
        padding-top: 10px;
    }

    .nav-social {
        float: none;
        max-width: 100px;
        margin: 0 auto;
    }

    .nav-escape {
        float: none;
    }

    /* MAIN MENU */
    .navbar-inner {
        padding: 0;
    }

    /* BANNER */
    .banner .tparrows {
        display: none;
    }

    .banner.inner .overbanner h2 {
        font-size: 25px;
        line-height: 27px;
        padding-top: 40%;
    }

    /* HOME TOP */
    .bg-central-home {
        text-align: center;
    }
    .bg-central-home .see-more-link,
    .bg-central-home .box-sidebar .btn-help a,
    .box-sidebar .btn-help .bg-central-home a,
    .bg-central-home .box-sidebar .btn-join a,
    .box-sidebar .btn-join .bg-central-home a,
    .bg-central-home .box-sidebar .btn-escape a,
    .box-sidebar .btn-escape .bg-central-home a,
    .bg-central-home .metadata a,
    .metadata .bg-central-home a {
        position: static;
    }
    .bg-central-home .eqh {
        height: auto !important;
    }

    /* HOME CENTER */
    .bg-home-bottom {
        padding: 0;
    }
    .bg-home-bottom .info1,
    .bg-home-bottom .sidebar .info2,
    .sidebar .bg-home-bottom .info2,
    .bg-home-bottom .sidebar .info3,
    .sidebar .bg-home-bottom .info3 {
        background: none;
    }
    .bg-home-bottom .donate {
        padding-bottom: 20px;
    }

    /* HOME BOTTOM */
    .bg-home-video {
        padding: 0;
    }
    .bg-home-video .video-description {
        margin: 20px auto;
    }
    .bg-home-video .video {
        text-align: center;
    }

    /* FOOTER */
    .footer-nav li {
        float: none;
        text-align: center;
    }
    .footer-nav a {
        margin: 0;
    }

    .footer-contact {
        max-width: 200px;
        margin: 0 auto;
    }

    .footer-copyright .nav-escape {
        float: none;
    }
    .footer-copyright .elevation {
        top: 60%;
        margin: 0;
    }

    /* SIDEBAR */
    .sidebar .info1,
    .sidebar .info2,
    .sidebar .info3 {
        display: none;
    }
}
/**/
@media only screen and (max-width: 480px) {
    body {
        padding: 0;
    }

    /* HEADER */
    .logo,
    .nav-top,
    .nav-join,
    .nav-escape {
        text-align: center;
    }

    .nav-top,
    .nav-top li {
        float: none;
        padding: 5px 0;
    }
    .nav-top a,
    .nav-top li a {
        border: 0;
    }

    .nav-join {
        float: none;
        clear: both;
        padding-top: 10px;
    }

    .nav-social {
        float: none;
        max-width: 100px;
        margin: 0 auto;
    }

    .nav-escape {
        float: none;
    }

    /* MAIN MENU */
    .navbar-inner {
        padding: 0;
    }

    /* BANNER */
    .banner .tparrows {
        display: none;
    }

    .banner.inner .overbanner h2 {
        font-size: 20px;
        line-height: 22px;
        padding-top: 40%;
    }

    /* HOME TOP */
    .bg-central-home {
        text-align: center;
    }
    .bg-central-home .see-more-link,
    .bg-central-home .box-sidebar .btn-help a,
    .box-sidebar .btn-help .bg-central-home a,
    .bg-central-home .box-sidebar .btn-join a,
    .box-sidebar .btn-join .bg-central-home a,
    .bg-central-home .box-sidebar .btn-escape a,
    .box-sidebar .btn-escape .bg-central-home a,
    .bg-central-home .metadata a,
    .metadata .bg-central-home a {
        position: static;
    }
    .bg-central-home .eqh {
        height: auto !important;
    }

    /* HOME CENTER */
    .bg-home-bottom {
        padding: 0;
    }
    .bg-home-bottom .info1,
    .bg-home-bottom .sidebar .info2,
    .sidebar .bg-home-bottom .info2,
    .bg-home-bottom .sidebar .info3,
    .sidebar .bg-home-bottom .info3 {
        background: none;
    }
    .bg-home-bottom .donate {
        padding-bottom: 20px;
    }

    /* HOME BOTTOM */
    .bg-home-video {
        padding: 0;
    }
    .bg-home-video .video-description {
        margin: 20px auto;
        width: 70%;
        height: auto;
        padding: 15%;
    }
    .bg-home-video .video {
        text-align: center;
    }

    /* FOOTER */
    .footer-nav li {
        float: none;
        text-align: center;
    }
    .footer-nav a {
        margin: 0;
    }

    .footer-contact {
        max-width: 200px;
        margin: 0 auto;
    }

    .footer-copyright .nav-escape {
        float: none;
    }
    .footer-copyright .elevation {
        top: 60%;
        margin: 0;
    }

    .text-copy {
        max-width: 200px;
    }

    /* SIDEBAR */
    .sidebar .info1,
    .sidebar .info2,
    .sidebar .info3 {
        display: none;
    }

    /* ARTICLE INNER */
    .article-inner {
        padding: 10px 20px 10px 10px;
    }

    .inner-bottom {
        display: none;
    }

    .resources_search input[type='submit'] {
        margin-top: 10px;
    }
}
