@CHARSET "UTF-8";

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }


@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Oswald:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Raleway:200,400,900i&display=swap');

/*html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address,big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul,li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption,footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}*/
/*article, aside, details, figcaption, figure,footer,header, hgroup, menu, nav, section {display: block;}*/
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;} 
blockquote:before, blockquote:after,q:before, q:after {content: "";content: none;} 
table {border-collapse: collapse;border-spacing: 0;}
a {text-decoration: none;}
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
main, header, #logo_area, nav, section, footer {width: 100%; max-width: 1920px; margin: 0 auto;}
nav, section, .common_width {max-width: 1448px; padding: 0; margin: 0 auto;}

#logo_area { 
    text-align: left; 
    margin: 0 0 -3px 40px;
    font-size: 44px; 
    width: 100%;
     max-width: max-content; 
    /*border-bottom: 13px solid #846c56;
    z-index: 9999;*/
    transition: 0.4s;
}
#logo_area a {
    color: #000000;
    display: block;
    /*width: max-content;*/ 
}
#logo_area img {
    width: 100%; 
    max-width: 200px; 
    height: auto;
}
nav {
    text-align: right;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 20px;
    transition: 0.3s;
    position: relative;
 }
nav ul {
     margin: 5px 50px 0 0;
     padding: 0;
    transition: 0.3s;
    max-width: max-content;
    float: right;
 }
nav ul a {
    color: #000000;
}
nav li {
     padding: 10px 20px 10px 20px; 
     display: inline-block;
 }
nav li:hover {
     background-color: #c1b5aa;
     cursor: pointer;
 }
nav li .arrow-down {
    width: 0;
    height: 0;
    font-size: 1px;
    display: inline-block;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #3f3f3f transparent transparent transparent;
    -webkit-transform: rotate(360deg);
}
nav li .arrow-right {
    width: 0;
    height: 0;
    font-size: 1px;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #3f3f3f;
    -webkit-transform: rotate(360deg);
}
nav a#pull {display: none;}

.lft, .lft-ctr { text-align: left !important; transition: 0.2s; }
.rgt, .rgt-ctr { text-align: right !important; transition: 0.2s; }
.lft-flt { float: left; }
.rgt-flt { float: right; }
.tp { vertical-align: top; }
.btm { vertical-align: bottom; }
.ctr { 
    text-align: center !important; 
    transition: 0.2s; 
    margin-left: auto;
    margin-right: auto;
}
.form, .form-title { 
    font-family: 'Open Sans', sans-serif; 
}
.form {
    padding: 5px 0;
    text-indent: 5px;
    width: 100%;
    max-width: 400px;
    border: 1px solid #cccccc;
}
input, .form-title { font-size: 19px; }
.input { width: 80%; border: 1px solid #b5b5b5; }
.dropdown { 
    position: relative;
    background: #ffffff;
/*    display: inline-block;*/
    transition: 0.5s;
    border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}
.dropdown-menu {
    z-index: 1400;
    display: none;
    position: absolute;
    background-color: #f6d8b9;
    font-size: 19px;
    top: 40px;
    left: 0px;
/*    min-width: 150px;*/
    -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.4);
    transition: 0.2s;
    white-space: nowrap;
    border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
.dropdown-menu a {
    font-family:  'Open Sans', arial, sans-serif;
    line-height: 20px;
    color: #000;
    height: auto;
    text-decoration: none;
    display: block;
    transition: 0.5s;
    text-align: left;
    border: 0;
    padding: 18px 20px;
}
.dropdown-menu a:hover {
    color: #fff; 
    background-color: #000000; 
    transition: 0.2s;
    border: 0;
    padding: 18px 20px;
    border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
.dropdown:hover .dropdown-menu {
    transition: 0.5s;
    display: inline-block;
}
header {
    /*border-bottom: 5px solid #b49b6f;*/
    margin-top: -30px;
}
.button, .button-sched, .button-box { 
    font-family:  'Open Sans', arial, sans-serif;
    font-size: 20px;
    color: #ffffff; 
    background: #e4a960; 
    padding: 10px 20px; 
    text-decoration: none; 
    margin-bottom: 5px; 
    width: max-content;
    border: 0;
    cursor: pointer;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}
.button-box {
    padding: 5px !important;
    width: 100%;
    max-width: 130px;
}
.button-box a {
    color: #ffffff;
}
.button:hover, .button-sched:hover, .button-box:hover { 
    background: #654b27; 
    text-decoration: none; 
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
.hero_image {
    height: 530px;
}
.language {
    position: absolute;
    right: 60px;
    top: 60px;
    text-align: right; 
    color: #fff;
    transition: 0.2s;
}
.language a { 
    color: #000000; padding: 5px 8px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.language a:hover { background-color: #c1b5aa; }
#parallax {
    width: 100%;
    max-width: 1920px;
    height: 450px; 
    background-image: url(../assets/images/bg-banner2b.jpg); 
    background-position: center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover; /* 1920px */
    transition: 0.2s;
}
#parallax-b {
    width: 100%;
    max-width: 1920px;
    height: 450px; 
    background-image: url(../assets/images/sanctuary_2.jpg); 
    background-position: 100% -100px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 1920px;
    transition: 0.2s;
}
.parallax-sub { 
    height: 330px !important; 
    background-position: 50% -525px !important;
    background-image: url(../assets/images/sanctuary.jpg) !important; /* sanctuary-christmas.jpg */
    transition: 0.3s;
}
.outline {
    border: 1px solid #ccc;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
#tagline {
    margin: 100px 50px 0; /* 290px 50px 0 */
    padding: 30px 0;
    text-align: left;
    transition: 0.2s;
    float: left;
}
.tagline-sub {
    margin: 90px 50px 0 !important;
}
#organization {
    width: 100%;
    max-width: 1920px;
    height: 660px;
    background-image: url(../assets/images/organization_image_b.jpg); 
    background-position: 50% top;
    overflow: hidden;
}
#history {
    width: 94%;
    max-width: 1920px;
    height: auto;
    background-image: url(../assets/images/bokeh-seamless-v.jpg); 
    background-position: 50% 30%;
    background-attachment: fixed;
    background-repeat: repeat-y;
    overflow: visible;
    padding-bottom: 80px;
    margin: 0 auto;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
#foundation {
    width: 100%;
    max-width: 1920px;
    height: auto;
    overflow: visible;
    padding-bottom: 80px;
}
#contact-form {
    padding-bottom: 26px; 
     border: 2px solid #eeeeee; 
     width: 90%; margin: 2% 5%; 
     border-radius: 20px; 
     background-image: url(../assets/images/contact-form-bg.png);
     background-repeat: no-repeat;
     background-position: left 30%;
     background-size: 38%;
}
#contact {
    width: 100%;
    height: auto;
    overflow: visible;
    padding-bottom: 80px;
    background: #e5e5e5;
}
#loading, #v_loading {
    position: fixed;
    top: 40%;
    width: 100%;
    display: none;
    z-index: 1268;
    text-align: center;
    opacity: 0.7;
}
#v_loading {
    position: absolute;
    top: 35%;
    display: none;
    z-index: 1270;
    left: 40%;
    width: auto;
    right: 40%;
}
#parallax #hero_bar, #parallax-b #hero_bar {
    height: 8px; 
    max-width: 290px;
    width: 100%;
    background: #846c56;
    margin-left: 40px;
    display: none;
}
#contact_wrap #contact_bar {
    height: 8px; 
    max-width: 400px;
    width: 100%;
    margin-left: 40px;
    border-bottom: 7px solid #8f756c; 
    margin-bottom: -7px;
    background: #8f756c;
}
#parallax #headline, #parallax-b #headline {
    position: relative;
    height: 50%;
    background-color: #000;
    opacity: 0.4;
    width: 100%;
    vertical-align: bottom;
}
#parallax #headline .txt, #parallax-b #headline .txt {
    position: absolute; 
    bottom: 0; 
    width: 100%; 
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-family: 'Open Sans';
}
#parallax #subheadline, 
#parallax-b #subheadline,
#organization #organization_text, 
#foundation #foundation_text,
#foundation #foundation_img,
#contact #contact_text {
    height: 35%;
    position: relative;
    top: 402px;
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    max-width: 1920px;
    text-align: right;
    font-family: 'cinzel';
    padding: 0;
    color: #fff;
    font-size: 40px;
    transition: 0.2s;
}
#parallax #subheadline, #parallax-b #subheadline {
    top: 0;
    text-align: center;
    height: 150px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(0,161,255,0) 100%);
    color: #ffffff;
    opacity: 1;
    text-shadow: 1px 4px 6px rgb(82, 20, 5);
}
#contact #contact_text #contact_left {
    width: 31%; 
    display: inline-block; 
    margin-left: 0; 
    vertical-align: top;
}
#contact #contact_text #contact_right {
    width: 31%; 
    display: inline-block; 
    vertical-align: top;
}
#organization #organization_text, 
#history #history_text, 
#foundation #foundation_text,
#foundation #foundation_img,
#contact #contact_text {
    height: auto;
    top: 90px;
    font-family: 'Open Sans';
    font-size: 22px;
    text-align: left;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    /*padding: 35px 0 35px 0;*/
    line-height: 31px;
}
#history #history_text, 
#foundation #foundation_text,
#foundation #foundation_img,
#contact #contact_text {
    background: none;
    font-size: 23px;
}
#foundation #foundation_text,
#foundation #foundation_img {
    float: left;
    width: 39.5%;
    top: 0;
}
#foundation #foundation_img {
    margin: 0;
}
#foundation #foundation_img img {
    width: 95%;
    max-width: 488px;
    height: auto;
    border: 0;
    padding: 45px 0 0 0;
    margin: 0 40px 0 0;
}
#foundation #foundation_text {
    width: 59.5%;
}
#contact #contact_text {
    top: 0;
    padding: 0;
}
#organization #organization_text p, 
#history #history_text p, 
#foundation #foundation_text p,
#contact #contact_text p,
.content-text p {
    text-align: left;
    color: #000000;
    padding: 40px 5% 0 5%;
    transition: 0.2s;
    font-family: 'Open Sans';
    font-size: 21px;
    line-height: 30px;
}
.description { 
    font-family: 'Open Sans', sans-serif;
    font-size: 18px !important;
    line-height: 26px !important;
}
.description-img {
    font-family: 'Open Sans';
    font-size: 13px;
    line-height: 20px;
    float: right;
}
.lh-auto { line-height:normal !important; }
.stdpg p {
    padding: 0px 20% 20px;
}
.stdpg ul {
    text-align: left;
    padding: 10px 20%;
    list-style: disc;
    margin-left: 20px;
    transition: 0.2s;
    font-family: 'Open Sans';
    font-size: 21px;
    line-height: 30px;
}
.stdpg ul li {
    margin-bottom: 10px;
}
#foundation #foundation_text p  {
    margin: 0 50px 0 0;
}
#history #history_text p, 
#foundation #foundation_text p, 
#contact #contact_text p {
    color: #000000;
    padding: 0;
}
#organization #organization_text p a, 
#history #history_text p a,
#foundation #foundation_text p a,
#contact #contact_text p a, p a, h4 a {
    text-decoration: none;
    color: #ce6900;
}
#organization #organization_text p a:hover, 
#history #history_text p a:hover, h4 a:hover,
#foundation #foundation_text p a:hover, p a:hover {
    color: #fdb764;
}
#contact #contact_text p a:hover {
    color: #000000;
}
.content-text {
    text-align: center;
    padding: 26px 0;
}
.content-text h1, 
#organization h1, 
#history h1, 
#foundation h1,
#contact h1 {
    /*font-family: 'ventiquattrodemibold';*/
    font-family: 'Marcellus', sans-serif;
    font-size: 69px;
    color: #5d5d5d;
    text-align: center;
}
#organization h1, 
#history h1, 
#foundation h1, 
#contact h1 {
    color: #ffffff;
    padding: 40px 0 0 0
}
#history h1, 
#foundation h1, 
#contact h1 {
    color: #5e5e5e;
}
.content-text h2 {
    font-family: 'Cinzel', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    color: #000000;
}

h3 {
    font-family: 'Cinzel', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    color: #000000;
    text-align: center;
}
h3 a {
    color: #000000; text-decoration: underline; 
}
h3 a:hover { color: #dd8813; text-decoration: none; }
h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 28px;
    color: #824629;
    margin-top: 20px;
}
h5 {
    font-size: 20px;
}
#product_choices {
    height: auto;
    background: #d9d9d9; 
    max-width: 1920px;
    width: 100%;
    padding-bottom: 20px;
}
#product_choices img {
    width: 50%;
    max-width: 628px;
    height: auto;
}
#contact_wrap {
    height: auto;
    background: #e5e5e5; 
    max-width: 1920px;
    border-bottom: 7px solid #cec6bf;
}
#pso_wrapper {
    display: inline;
}
#ak_to_picato, #pso_to_two_before  {
    display: inline; 
    cursor: pointer;
    width: 50%;
}
#pso_to_two_after {
    cursor: pointer;
    display: none;
    opacity: 0;
    width: 50%;
}
#pso_to_two_after img {
    width: 25%;
    max-width: 313px;
    height: auto;
}
.profile p {
    padding: 0; margin: 5px 0;
}
.darker { background-color: #ececec; }

.comers { color: #824629; } 
.comers:hover, .comers label:hover { cursor: pointer; color: #c46b03; }
/**************************************
#pso_button {
    width: 100%;
    max-width: 628px;
}
#pso_button:hover {
    cursor: pointer;
}
#pso, #ak {
    background: url("images/psoriasis_button.png") no-repeat center center;
    width: 100%;
    max-width: 628px;
    height: auto;
    max-height: 264px;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 46px;
    color: #ffffff;
    text-shadow: 0px 2px 3px #8C8C8C;
    line-height: 230px;
    display: inline-block;
}
#ak {
    background: url("images/ak_button.png") no-repeat center center;
    text-shadow: 0px 2px 3px #2e2e2e;
}
#ak:hover {
    background: url("images/ak_button_down.png") no-repeat center center;
}
#pso img, #ak img {
    width: 100%;
    max-width: 628px;
    height: auto;
}
**************************************/
footer {
    background: #f2f2f2;
    margin: 0 auto 0;
    padding: 0;
    max-width: 1920px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 55px;
    font-family: 'Open Sans';
    color: #000000;
    background-image: url(../assets/images/crosses.png);
    background-repeat: repeat-x;
    background-position: 110% bottom;
    background-size: auto;
    transition: 0.2s;
}
footer #footer_nav {
    font-family: 'Roboto Condensed';
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    width: 100%;
    text-align: center;
}
footer #footer_text {
    font-size: 20px;
    line-height: 26px;
    position: relative;
    color: #363636;
    width: 100%;
}
footer #footer_nav ul {
    margin: 0 0 0 -4%;
    text-align: center;
    border: 1px solid #cccccc;
}
footer #footer_nav li {
    display: inline-block;
    color: #000000;
    margin: 0 20px 2% 0;
}
.scroll {
    cursor: pointer;
}
footer #footer_nav li a {
    color: #000000;
}

footer #footer_nav li a:hover {
    color: #964901;
    text-decoration: underline;
}

#socks { 
    width: 85%;
    margin: 0 auto;
}
.footer_links {
    padding: 10px 0;
    font-family: 'Open Sans';
    font-size: 18px;
}
.footer_links a {
    color: #ff8200;
}
.footer_links a:hover {
    color: #000000;
    background-color: #c1b5aa;
}
#result-messages {
    padding-top: 20px;
    font-family: 'Open Sans', sans-serif; 
    color: #c71212; 
    font-size: 17px;
}
#messagebox, #messagebox-b {
    margin: 20px 0 0 0;
    color: #b21b1b;
    font-size: 15px;
    font-family: 'Open Sans';
}

#messagebox li, #messagebox-b li {list-style: none; margin-bottom: 10px;}
/* * * * * * * * * * * Exit Site Confirmation Dialog * * * * * * * * * * */
#confirm {display:none;}

/* Overlay */
#confirm-overlay {background-color:#eee;}

/* Container */
#confirm-container {
    height:240px; 
    width:420px; 
    text-align:left; 
    padding: 10px;
/*
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #6d6d6d;
*/
    font-family: 'Open Sans';
    font-weight: 500;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.25);
}

#confirm-container .header {
    height:30px; 
    line-height:30px; 
    width:100%;  
    color:#5d5d5d; 
    font-size: 22px;
    font-weight:bold;
    margin-top: 2%;
}
#confirm-container .header span {padding-left:8px;}
#confirm-container .message {
    font-family: 'Open Sans'; 
    color:#333; 
    font-size:20px; 
    margin:0; 
    padding:24px 10px 24px 10px; 
    line-height: 26px; 
}
#confirm-container .buttons .yes, 
#confirm-container .buttons .no {
    cursor: pointer;
    color: #2c2c2c;
    background: #f6d8b9;
    font-size: 22px;
    font-family: 'Open Sans';
    padding: 10px 20px 10px 20px;
    float: right;
    transition: 0.2s;
    height: auto;
}
#confirm-container .buttons .no {
    background: #bcbcbc;
}
#confirm-container .buttons .yes, 
#confirm-container .buttons .no {
    margin: 20px 10px 0 20px;
    transition: 0.2s;
}
#confirm-container .buttons .yes:hover, 
#confirm-container .buttons .no:hover {
    color: #fff;
    background: #000000;
    transition: 0.2s;
}
#eternity { 
    list-style: none; color: #fff; position: absolute; bottom: 0.2vw;
    width: 60%; right: 5%; text-shadow: 0 3px 6px #000;
    font-size: 29px; line-height: 35px;
    text-align: left !important;
}
#eternity li {
    margin-bottom: 10px;
}

.eternity-rgt-box {
    width: 100%; height: auto;
}
.homepg_vid_container {
    position: absolute; top: 22.5%;
}
.eternity-sponsors {
    width: 100%; height: auto; 
    position: absolute; bottom: 0;
    right: 0;
}


@media only screen and (max-width: 1450px) {
    #eternity { 
        font-size: 2vw; line-height: 2.4vw;
    }
}
@media only screen and (max-width: 1280px) {
    #product_choices {
        white-space: nowrap;
    }
    #organization {
        padding-bottom: 20px;
    }
    #parallax-b {
        background-position: 100% -100px;  
    }
    .parallax-sub, .parallax-b-sub {
        background-position: 0% -380px !important;
        background-size: 1520px !important;
    }
    .tagline-sub {
        margin: 70px 50px 0 !important;
    }
    footer {
        background-size: 95%;
        background-position: 40% bottom;
    }
}
@media only screen and (max-width: 1024px) {
    #contact #contact_text {
        top: 30px;
        margin: 0 45px 0 0;
    }
    #contact #contact_text #contact_left {
        width: 31%; 
        display: inline-block; 
        margin-left: 18%; 
        vertical-align: top;
    }
    #contact #contact_text #contact_right {
        width: 49%; 
        display: inline-block; 
        vertical-align: top;
    }
    #organization #organization_text p,
    #history #history_text p,
    #contact #contact_text p {
        /*margin: 0 45px 0 0;*/
        padding: 0 0 0 0;
    }
}
@media only screen and (max-width: 870px) {
    
    nav {
        display: block;
        text-align: left;
        font-size: 20px;
     }
    nav ul {
        margin: 10px 0 0 1%;
        box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.25);
       float: none;
       max-width: 50%;
    }
    .dropdown-menu {
        font-size: 18px;
        top: 40px;
    }
    .language {
        top: 10px;
        right: 20px;
    }
    #logo_area { 
        text-align: left; 
        margin: 0 0 -5px 1%; 
        max-width: 98%;
        transition: 0.4s;
    }
    #logo_area img {
        max-width: 150px; 
        margin-top: 25px;
        margin-left: 8px
    }
    .hero_image {
        height: 500px;
    }
    #parallax {
        height: 400px;
    }
    #parallax-b {
        height: 400px;
        background-position: 90% -100px;
        background-size: 1820px;
    }
    .parallax-sub, .parallax-b-sub {
        background-position: 50% -145px !important;
        background-size: 1120px !important;
    }
    #parallax #hero_bar, #parallax-b #hero_bar {
        margin-left: auto;
        margin: 0 auto;
    }
    #parallax #subheadline, #parallax-b #subheadline {
        top: 0;
        height: auto;
    }
    #tagline {
        margin: 0 10px 0 10px; 
        padding-top: 20px;
        font-size: 34px;
        text-align: center;
        float: none;
    }
    .tagline-sub { margin: 0 10px 0 10px !important;}
    #organization h1, #history h1, #contact h1 {
        text-align: center;
        margin: 0 10px;
        font-size: 50px;
        transition: 0.2s;
    }
    .content-text h1 {
        font-size: 50px;
        line-height: 50px;
    }
    #organization #organization_text,
    #history #history_text,
    #contact #contact_text {
        font-size: 20px;
        padding: 35px 0 35px 0;
        line-height: 28px;
    }
    .content-text {
        font-size: 20px;
        line-height: 28px;
    }
    #contact #contact_text {
        padding-bottom: 0;
    }
    #organization #organization_text p,
    #history #history_text p,
    #contact #contact_text p {
        margin: 0;
        padding: 20px 0 20px 0;
    }
    #contact #contact_text #contact_left {
        width: 40%; 
        margin-left: 9%; 
    }
    #contact #contact_text #contact_right {
        width: 40%; 
        margin-left: 9%;
    }
    #lion {
        float: left; 
        margin-left: 9%;
    }
    #LEO {
        float: right;
        margin-right: 9%;
    }
    #socks {
        margin-top: 20px;
    }
    footer #footer_text {
        font-size: 18px;
    }
    footer #footer_text .copyright {
        font-size: 18px;
        line-height: 22px;
    }
    footer #footer_nav {
        text-align: center;
    }
    footer #footer_nav ul {
        margin: 0 auto;
    }
    footer #footer_nav li {
        margin: 0 10px 3% 10px;
    }    
    .footer_links {
        font-size: 16px;
    }
    .holiday_h4 {
        font-size: 20px !important;
        
        margin-bottom: 10px !important;
    }
    h5 {
        font-size: 17px;
    }
}
@media only screen and (max-width: 740px) {
    header { 
        margin-top: -20px; 
    }
    nav ul {
		display: none;
		height: auto;
	}
    nav a:hover, .nav_on {
        /*padding: 0;
        border-bottom: 3px solid #fc4d00;
        transition: 0.2s;*/
    }    
	nav a#pull {
		display: block;
        font-family: 'Roboto Condensed', arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        color: #5c5c5c;
        width: 20%;
        background: #fff;
        padding: 20px;
        white-space: nowrap;
        /*position: absolute;
        right: 25px;
        top: 30px;*/
        /*text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.52);
        position: relative;
        z-index: 600;
        border-radius: 0 0 28px 28px;
        -moz-border-radius: 0 0 28px 28px;
        -webkit-border-radius: 0 0 28px 28px;*/
	}
    nav a#pull:hover {
        color: #a54f18;
        /*text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.52);*/
    }
	nav a#pull::before {
		/*content:"";
		background: url('../assets/images/nav-icon.png') no-repeat;
		width: 32px;
		height: 22px;
		display: inline-block;
		position: absolute;
		left: -8px;
		top: 5px;*/
	}
  	nav ul li {
		width: 99%;
		float: none;
        display: block;
		/*position: relative;*/
        margin: 0;
	    padding: 10px 5px;
        font-size: 18px; 
        height: auto;
        /*z-index: 590;*/
        border-bottom: 1px solid rgb(205, 219, 230);
	}    
    nav ul li:hover {
        color: #000000;
        cursor: pointer;
        padding: 10px 5px;
        transition: 0.3s;
    }
    section ul {
        margin-left: -15px
    }
    .dropdown {
        /*position: inherit;*/
        /*z-index: 999;*/
    }
    .dropdown-menu {
        z-index: 10000;
        display: none;
        position: absolute;
        top: 38px;
        left: 0;
        width: 100%;
    }
    .dropdown-menu a {
        padding: 15px;
        z-index: 99999;
    }
    .dropdown-menu:hover {
        display: block;
    }
    .language {
        top: 20px;
    }
    #logo_area { 
        text-align: center; 
    }
    #logo_area img {
        max-width: 170px; 
        margin-top: 0px;
        margin-left: 0;
    }
}
@media only screen and (max-width: 690px) {
    nav {
        font-size: 18px;
    }
    .dropdown-menu {
        font-size: 16px;
        top: 38px;
    }
    .dropdown-menu a {
        padding: 12px 14px;
    }
    .dropdown-menu a:hover {
        padding: 12px 14px;
    }    
    .content-text p {
        padding-top: 15px;
    }
    .lft-ctr, .rgt-ctr { 
        text-align: center; 
    }
    .form {
        padding: 0 0 5px 0;
    }
    #contact-form {
        background-position: center 15%;
        background-size: 80%;
    }
    .stdpg p, .stdpg ul {
        padding: 0px 10% 20px;
    }    
    #eternity { 
        font-size: 3.5vw; line-height: 5vw;
        text-align: left !important;
    }
    #eternity li {
        margin-bottom: 10px;
    }
    .eternity-rgt-box {
        display: none;
    }
    .homepg_vid_container {
        position: relative; top: auto;
    }
    .eternity-sponsors {
        position: relative; bottom: auto;
    }
}
@media only screen and (max-width: 660px) {
    #organization #organization_text p,
    #history #history_text p,
    #contact #contact_text p,
    .content-text p, .stdpg ul {
        font-size: 18px;
        line-height: 26px;
    }
    .description { 
        font-size: 14px !important; 
        line-height: 20px !important;
    }
    .holiday_h4 { 
        font-size: 16px !important; 
        line-height: 22px !important;
    }
    #lfc_pass_reset
    {
        top: 2%;
        left: 5%;
        right: auto;
        width: 90%; 
    }    
}
@media only screen and (max-width: 512px) {
    .content-text {
        padding: 25px 0;
        transition: 0.2s;
    }
    .content-text h1 {
        font-size: 40px;
        line-height: 40px;
        transition: 0.2s;
    }
    .content-text h2 {
        font-size: 24px;
        transition: 0.2s;
    }
    .content-text h3 {
        font-size: 24px;
        line-height: 24px;
    }
    #organization #organization_text p,
    #history #history_text p,
    #contact #contact_text p,
    .content-text p {
        font-size: 17px;
        line-height: 26px;
    }
    .content-text p {
        padding-top: 10px;
    }
    #contact #contact_text {
        top: 0;
    }
    #organization #organization_text p,
    #history #history_text p,
    #contact #contact_text p {
        margin: 0 0;
    }
    #contact #contact_text #contact_left {
        width: 90%; 
        margin-left: 0; 
        display: block;
    }
    #contact #contact_text #contact_right {
        width: 90%; 
        margin-left: 0;
        margin-top: 40px;
        display: block;
    }
    footer {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    #LEO {
        float: right;
        margin-right: 4%;
    }
    #lion img {width: 80%; max-width: 94px; height: auto;}
    #LEO img {width: 80%; max-width: 102px; height: auto; float: right;}
    footer #footer_nav {
        font-size: 20px;
        padding-bottom: 30px;
    }
    #confirm-container {
        width:280px; 
    }
    .reg-form {
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 480px) {
    nav li {
         padding: 10px; 
        transition: 0.3s;
     }
    #pso_wrapper, #ak_to_picato {
        display: block;
    }
    #logo_area img {
        max-width: 120px; 
        margin-top: -10px;
    }
    #ak_to_picato, 
    #pso_to_two_before,
    #pso_to_two_after,
    #product_choices img {
        width: 100%;
    }
    #pso_to_two_after img {
        width: 50%;
    }
    .hero_image {
        height: 250px;
    }
    #history {
        padding-bottom: 30px;
        transition: 0.2s;
    }
    #parallax {
        transition: 0;
        height: 400px;
    }
    #parallax-b {
        /*background-position: 30% 60%;
        
        background-attachment:inherit;*/
        background-size: 1620px;
        background-position: 80% -50px;
        transition: 0;
        height: 400px;
    }
    .parallax-sub, .parallax-b-sub {
        background-position: 50% -120px !important;
        background-size: 1020px !important;
    }
    #parallax #subheadline, #parallax-b #subheadline {
        top: -1px;
        height: auto;
    }
    #parallax #hero_bar, #parallax-b #hero_bar, #contact_bar {
        display: none;
    }
    #tagline {
        margin: 0 20px 0 20px; 
        padding-top: 20px;
        font-size: 30px;
        text-align: center;
    }
    .content-text {
        padding: 25px 0;
        transition: 0.2s;
    }
    .content-text h1 {
        font-size: 35px;
        line-height: 35px;
        transition: 0.2s;
    }
    .content-text h2 {
        font-size: 22px;
        line-height: 22px;
    }
    #organization #organization_text p,
    #history #history_text p,
    #contact #contact_text p,
    .content-text p {
        top: 50px;
        font-size: 17px;
        line-height: 24px;
    }
    .content-text p {
        padding-top: 5px;
    }
    #contact #contact_text {
        top: 0;
    }
    #organization #organization_text p,
    #history #history_text p,
    #contact #contact_text p {
        margin: 0 0;
    }
    footer #footer_nav {
        font-size: 18px;
    }
    footer #footer_nav li {
        margin: 0 3% 3% 3%;
    } 
    footer #footer_text {
        font-size: 14px;
    }
    footer #footer_text .copyright {
        font-size: 12px;
        line-height: 15px;
    }
    #confirm-container {
        height:300px; 
        width:280px; 
    }
    .footer_links { 
        font-size: 12px;
    }
    h5 {
        font-size: 15px;
    }
}
@media only screen and (max-width: 400px) {
    nav {
         text-align: center;
         font-size: 18px;
     }
    .dropdown-menu {
        font-size: 16px;
        top: 38px;
    }
    #logo_area { 
        font-size: 34px; 
    }
    #parallax {
        height: 397px;
        transition: 0;
    }
    #parallax-b {
        height: 397px;
        background-position: 85% 0;
        background-size: 380%;
        transition: 0;
    }
    .parallax-sub, .parallax-b-sub {
        background-position: 50% -120px !important;
        background-size: 1020px !important;
    }
    .content-text {
        padding: 20px 0;
        transition: 0.2s;
    }
    /*.content-text h1 {
        font-size: 40px;
        transition: 0.2s;
    }*/
    .content-text h2 {
        font-size: 20px;
    }
    #organization h1, #history h1, #contact h1 {
        font-size: 30px;
    }
    #organization #organization_text p,
    #history #history_text p,
    #contact #contact_text p,
    .content-text p {
        top: 50px;
        font-size: 14px;
        line-height: 20px;
    }
    .content-text p {
        padding-top: 0px;
    }
    #organization #organization_text p,
    #history #history_text p,
    #contact #contact_text p,
    .content-text p {
        margin: 0 5%;
    }
    #contact #contact_text {
        top: 0;
    }
    #lion img {width: 60%; max-width: 94px; height: auto;}
    #LEO img {width: 60%; max-width: 102px; height: auto;}
    input, .form-title { font-size: 14px; }
}
@media only screen and (max-width: 320px) {
    nav {
         text-align: center;
         font-size: 16px;
     }
    nav li {
         padding: 4px; 
     }
    .dropdown-menu {
        font-size: 16px;
        top: 24px;
    }
    #parallax {
        height: 360px;
        transition: 0;
    }
    #parallax-b {
        height: 360px;
        background-position: 85% 0;
        background-size: 380%;
        transition: 0;
    }
    .parallax-sub, .parallax-b-sub {
        background-position: 85% 0 !important;
    }
    #tagline {
        margin: 0 20px 0 20px; 
        padding-top: 20px;
        font-size: 24px;
        text-align: center;
    }  
    .content-text h2 {
        font-size: 18px; 
    }
    #organization {
        padding-bottom: 20px;
    }
    footer {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    footer #footer_nav {
        font-size: 16px;
    }
    footer #footer_nav li {
        margin: 0 3% 2% 3%;
    } 
}