/*  ----------  START Body & Content GENERAL Styles  ----------  */
body {
    margin: 0 auto;
    background: rgba(var(--color0), 1);
    font-family: var(--font1);
    color: rgba(var(--color1), 1);
    line-height: 1;
}

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, font, 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 {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

.le_jqueryui_target * {
    
}

button, input[type="button"], input[type="submit"], a { 
     transition: background-color 0.6s ease;
}

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

ul {
	list-style: disc;
	list-style-position: outside;
	padding-left: 30px;
}

ol {
	list-style-position: outside;
	padding-left: 30px;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

:focus {
	outline:0;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

p, li, a { font-size: var(--bod); line-height: var(--size2); }
    
h1, h2, h3, h4, h5, h6 { font-weight: 400; color: rgba(var(--color1), 1); }
h1 { font-size: var(--size1); line-height: var(--size1); padding-top: var(--size6); padding-bottom: var(--px); }
h2 { font-size: var(--size2); line-height: var(--size1); padding-top: var(--size5); padding-bottom: var(--px); font-family: var(--font1); color: rgba(var(--color2), 1); }
h3 { font-size: var(--size3); line-height: var(--size2); padding-top: var(--size4); padding-bottom: var(--px); text-transform: uppercase; letter-spacing: 1px !important;  }
h4 { font-size: var(--size4); line-height: var(--size3); padding-top: var(--size3); padding-bottom: var(--px); font-family: var(--font2); }
h5 { font-size: var(--size5); line-height: var(--size4); padding-top: var(--size2); padding-bottom: var(--px); }
h6 { font-size: var(--size6); line-height: var(--size5); padding-top: var(--size6); padding-bottom: var(--px); text-transform: uppercase; letter-spacing: 2px !important;  }


.p65 {
    font-weight: 400;
}

.p65 p, .p65 a {
    line-height: 0 !important;
}

.p65 img {
    margin: 0 0 .3vw 0 !important;
    vertical-align: center;
}


sup { 
    font-size: 6pt;
}

sup a { 
    font-size: 6pt; 
    color: rgba(var(--color1), 1); 
    text-decoration: none;
} 


a {
    color: rgba(var(--color4), 1);
}

a:hover {
    text-decoration: none;
}

.Content {
    padding: 1% 5%;
    line-height: var(--size4);
}

.Content h2 {
    font-size: calc(var(--size2) - 0.25vw);
    line-height: var(--size2);
    font-weight: 700;
}

.Content p, .Content ul { padding-bottom: var(--px); }

.Content img {
    margin: 1vw 0;
}

.Row {
    display: flex;
    flex-wrap: nowrap;
}

.Row .Single, .Row .Double, .Row .Triple, .Row .Quad {
    margin: 0 1%;
}
/*  ----------  END Body & Content Styles  ----------  */


/*  ----------  START TOP Styles  ----------  */
.Top {
    background: rgba(var(--color2), 0.15);
    padding: 0.5% 5%;
}

.Top p {
    text-align: right;
}

.Top a {
    color: rgba(var(--color1), 1);
    font-size: calc(var(--bod) - 0.3vw);
    text-decoration: none;
    padding: 0 2%;
}

.Top a:hover {
    color: rgba(var(--color3), 1);
    text-decoration: underline;
}
/*  ----------  END TOP Styles  ----------  */


/*  ----------  START Header Styles  ----------  */
.Header {
    padding: 2.5% 5%;
    text-align: left;
}

.Search {
    text-align: right;
}

.MainMenu {
    background-color: rgba(var(--color3), 1);
    padding: 0 5%;
    align-items: center;
}

.Social {
    min-width: 30px;
    padding: 0 2%;
}
/*  ----------  END Header Styles  ----------  */


/*  ----------  START Main Menu Styles  ----------  */
.Menu {
    width: 100%;
    text-align: left;
}

.Menu ul.le_menu_level_0 {
    margin: 0px;
    padding: 0px;
}

.Menu li {
    list-style-type: none;   
    margin: 0;
    padding: 0 1vw;
}

.Menu li.le_menuitem_level_0 {
    display: inline-block;
}

.Menu li.le_menuitem_level_0 a {
    display: block;
    font-size: var(--size5);
    line-height: calc(var(--size4) - 0.2vw);
    font-weight: 400;
    color: rgba(var(--color0), 1);
    transition: 0.3s;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1vw 0.8vw;
}

.Menu li.le_menuitem_level_0 a:hover {
    color: rgba(var(--color0), 1);
    background: rgba(var(--color1), 1);
}
/*  ----------  END Main Menu Styles  ----------  */


/*  ----------  START Dropdown Menu Styles  ----------  */
.Menu ul.le_menu_level_1 {
    position: absolute;
    z-index: 200;
	display: none;
	padding: 0;
	text-align: left;
	min-width: 200px;
	margin-top: 0;
}

.Menu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}

.Menu li.le_menuitem_level_1 a {
	display: block;
	font-size: calc(var(--size6) - 0.1vw);
    line-height: calc(var(--size6) - 0.1vw);
	color: rgba(var(--color0), 1);
	padding: 5%;
	text-decoration: none;
	background: rgba(var(--color2), 1);
    margin-left: -1vw;
    border-bottom-color: rgba(var(--color0), 1);
    border-bottom-width: 0px;
    border-bottom-style: solid;
}

.Menu li.le_menuitem_level_1:first-child a {
    border-top-style: none;
}

.Menu li.le_menuitem_level_1:last-child a  {
    border-bottom-style: none;
}

.Menu li.le_menuitem_level_1 a:hover {
    color: rgba(var(--color0), 1);
    background: rgba(var(--color1), 1);
    border-bottom-color: rgba(var(--color0), 1);
    border-bottom-width: 0px;
    border-bottom-style: solid;
}
/*  ----------  END Dropdown Menu Styles  ----------  */


/*  ----------  START Small Menu Styles  ----------  */
.SmallMenu {
    display: none;
}

.Mobile {
    display: none;
}

.SmallNav {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    background: rgba(var(--color4), 1);
    overflow-y: hidden;
    transition: 0.5s;
    margin-top: 0px;
    padding: 0;
}

.SmallNav ul {
    margin: 0;
    padding: 0;
}

.SmallNav ul li {
    list-style-type: none;
}

.SmallNav li.le_menuitem_level_0 a {
    padding: 1vw 10% 1vw 10%;
    text-decoration: none;
    font-size: calc(var(--size3) + 0.6vw);
    line-height: var(--size2);
    color: rgba(var(--color0), 1);
    display: block;
    transition: 0.3s;
    text-align: center;
}

.SmallNav li.le_menuitem_level_1 a {
    padding: 1vw 10% 1vw 10%;
    text-decoration: none;
    font-size: calc(var(--size5) + 0.2vw);
    line-height: var(--size5);
    color: rgba(var(--color2), 1);
    display: block;
    transition: 0.3s;
    text-align: center;
}

.SmallNav li.le_menuitem_level_1 a:hover {
    color: rgba(var(--color0), 1);
}

.SmallNav a:hover {
    background: rgba(var(--color3), 1);
}

.SmallBtnStyle {
    cursor:pointer;
}

.SmallNavStyle {
    padding-top: 2%;
}
/*  ----------  END Small Menu Styles  ----------  */


/*  ----------  START Search Styles  ----------  */
/* OLD SEARCH - NO LONGER USED
.SearchBar {
    position: absolute;
    top: 40%;
    left: 10%;
    right: 10%;
}

#search_form_value {
    border-top: 1px solid transparent;
    border-bottom: 1px solid rgba(var(--color0), 1);
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    background-color: transparent;
    color: rgba(var(--color0), 1);
    font-size: var(--size3);
    margin: 6px 0 0 0;
    padding: 1px;
}

#search_form_button {
    border: 1px solid transparent;
    color: rgba(var(--color0), 1);
    font-size: 3vw;
    background-color: transparent;
    border: 1px solid transparent;
    margin: 6px 0 0 0;
    padding: 0.5vw 1vw;
    margin-top: 0 !important;
    text-transform: uppercase;
    text-align: right;
    display: inline !important;
}

.SearchBtnStyle {
    cursor:pointer;
}

.SearchNav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(var(--color4), 1);
    overflow-x: hidden;
    transition: 0.5s;
    margin-top: 0px;
}

.SearchNav a {
    padding: 4px 8px 4px 32px;
    text-decoration: none;
    font-size: 25px;
    color: rgba(var(--color0), 1);
    display: block;
    transition: 0.3s;
}

.SearchNav a:hover {
    color: rgba(var(--color3), 1);
}

.SearchNav .closebtn {
    position: absolute;
    right: 6%;    
    font-size: 36px;
    margin-top: calc(80px + 2%);  
    color: rgba(var(--color0), 1);
}
*/
/*  ----------  END Search Styles  ----------  */


/*  ----------  START Feature Styles  ----------  */
.Feature {
    display: flex;
    width: 100%;
}

.Half {
    width: 50%;
}
/*  ----------  END Feature Styles  ----------  */


/*  ----------  START Content Styles  ----------  */

.ImprtLink a, .USALink a {
        display: block;
        margin: 0 auto 2vw auto;
        max-width: 350px;
        padding: var(--size4);
        background: rgba(var(--color5), 1);
        border: 2px solid transparent;
        border-radius: 0;
        transition: all .4s linear;
	    color: rgba(var(--color0), 1);
	    font-size:  var(--size5);
	    font-weight: 400;
	    letter-spacing: 0px;
	    line-height: calc(var(--size5) + 1vh) !important;
	    text-align: center;
	    text-decoration: none;
	    /*text-transform: uppercase; */
    }
    
.ImprtLink a {
        background: rgba(var(--color3), 1);
	    color: rgba(var(--color0), 1);
    }

.ImprtLink a:hover {
        background: rgba(var(--color5), 1);
        color: rgba(var(--color0), 1);
    }
    
.USALink a {
        background: rgba(var(--color4), 1);
	    color: rgba(var(--color0), 1);
    }
    
.USALink a:hover {
        background: rgba(var(--color5), 1);
        color: rgba(var(--color0), 1);
    }
    
.importHeader {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.importHeader img{
    padding-bottom: 0px;
    margin-bottom: 0px !important;
}

/*  ----------  END Content Styles  ----------  */


/*  ----------  START News Styles  ----------  */
.News {
    background: rgba(var(--color1), 0.1);
    padding: 5%;
}

.News p {
    padding-bottom: 1vw;
}

.News h2 {
    font-size: calc(var(--size2) - 0.2vw);
    line-height: calc(var(--size2) - 0.2vw);
    padding-top: 0px;
    padding-bottom: 5px;
    color: rgba(var(--color5), 1);
}

.News h3 {
    font-size: calc(var(--size2) - 0.6vw);
    line-height: calc(var(--size2) - 0.6vw);
    padding-top: 0px;
    padding-bottom: 15px;
    color: rgba(var(--color4), 1);
}

.News h4 {
    font-size: calc(var(--size3) - 0.1vw);
    line-height: calc(var(--size3) - 0.1vw);
    padding-top: 0px;
    padding-bottom: 10px;
    color: rgba(var(--color5), 1);
}
/*  ----------  END News Styles  ----------  */


/*  ----------  START Footer Styles  ----------  */
.Footer {
    background: rgba(var(--color5), 1);
    padding: 2% 5%;
}

.Footer p, .Footer li {
    font-size: calc(var(--size3) - 0.8vw);
    line-height: calc(var(--size2) - 0.8vw);
    color: rgba(var(--color0), 1);
}

.Footer p {
    padding: 0.5vw 0;
}

.Footer a {
    font-size: calc(var(--size3) - 0.8vw);
    line-height: calc(var(--size2) - 0.8vw);
    color: rgba(var(--color3), 1);
}





/*  ----------  START Font Style Calculator  ----------  */
    :root {
        --px: 14px;
            --color0: 255, 255, 255; /* white */
            --color1: 25, 28, 31; /* font color */
            --color2: 154, 155, 157; /* gray */
            --color3: 255, 81, 19; /* orange */
            --color4: 13, 49, 201; /* blue */
            --color5: 0, 0, 0; /* black */
        
        --bod: calc(var(--px) + 0.5vw); 
        --size1: calc(var(--bod) * 2); 
        --size2: calc(var(--bod) * 1.5);
        --size3: calc(var(--bod) * 1.17); 
        --size4: calc(var(--bod) * 1);
        --size5: calc(var(--bod) * .83); 
        --size6: calc(var(--bod) * .67);
            
        --font1: 'Lato', sans-serif;
    }   
/*  ----------  END Font Style Calculator  ----------  */    


/*  ----------  START Btn Class Styles  ----------  */
    [class*="Btn"] a {
        display: block;
        margin: var(--size6) auto var(--size4);
        max-width: 350px;
        padding: var(--size4);
        background: rgba(var(--color4), 1);
        border: 2px solid transparent;
        border-radius: 0;
        transition: all .4s linear;
	    color: rgba(var(--color0), 1);
	    font-size:  var(--size4);
	    font-weight: 400;
	    letter-spacing: 2px;
	    line-height: var(--size4);
	    text-align: center;
	    text-decoration: none;
	    text-transform: uppercase;
    }

    [class*="Btn"] a:hover {
        background: rgba(var(--color5), 1);
        color: rgba(var(--color0), 1);
    }
    
    .LongBtn a {
        max-width: 100% !important;
    }
/*  ----------  END Btn Class Styles  ----------  */


/*  ----------  START Responsive Styles  ----------  */
@media only screen and (max-width: 650px) {
    .Top {
        display: none;    
    }
    
    .Header, .Search {
        text-align: center;
    }
    
    .Social {
        min-width: 30px;
        padding: 2%;
        text-align: center;
    }
    
    .MainMenu, .Menu {
        display: none;
    }

    .SmallMenu {
        display: inherit;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: rgba(var(--color3), 1);
        padding: 4%;
        max-width: 90px;
        text-align: center;
        z-index: 20;
    }
    
    .SmallNav [class*="Btn"] a {
        max-width: 100%;
        padding: 0 !important;
    }
    
    .Mobile {
        display: inherit;
        width: 100%;
        border-bottom-color: rgba(var(--color3), 1);
        border-bottom-style: solid;
        border-bottom-width: 20px;
        position: fixed;
        bottom: 0;
        z-index: 20;
    }
    
    .Footer {
        padding-bottom: 60px;
    }

    .Single, .Double, .Triple, .Quad {
        flex: 1 1 100% !important;
    }
    
    .Row, .Feature {
        flex-wrap: wrap;
    }
    
    .Half {
        width: 100%;
    }
    
    .ImprtLink a, .USALink a {
        max-width: 100%;
    }
}
/*  ----------  END Responsive Styles  ----------  */


/*  ----------  START Form Classes  ----------  */
.form-group {
    margin-top: 1%;
    margin-bottom: 1% !important;
}

.seFormButton {
    background-color: rgba(var(--color2), 1);
    color: rgba(var(--color0), 1);
    text-transform: uppercase;
    padding: 2.5% 10%;
    border: 1px solid transparent;
    font-size: calc(12px + 0.6vw);
}

.seFormButton:hover {
    background-color: rgba(var(--color4), 1);
    color: rgba(var(--color0), 1);
}
/*  ----------  END Form Classes  ----------  */


/*  ----------  START Div Sizing Elements  ----------  */
    .Single {
        flex: 1 1 0;
    }
    
    .Double {
        flex: 2 1 0;
    }

    .Triple {
        flex: 3 1 0;
    }

    .Quad {
        flex: 4 1 0;
    }
    
    .NoSpace {
        margin: 0 !important;
    }
    
    .Single img {
        
    }
/*  ----------  END Div Sizing Elements  ----------  */


/*  ----------  START Wrapper Styles for Edit Menu  ----------  */
.wrapper {
	position: relative;
	right: 0;
	transition: right .3s ease;
}

.le-logged-in .page-wrapper, .le-logged-in .aurora-page-wrapper {
    position: relative;
    top: 40px;
}

.se_WrapperContent .se_mainContent {
    padding-top: 40px;
    padding-bottom: 40px;
}
/*  ----------  END Wrapper Styles for Edit Menu  ----------  */
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_laser-etched-coin-wood #le_area16 {
}
.aurora_laser-etched-wood-pin #le_area16 {
}
.aurora_pvc-silicone-phone-card-holder #le_area16 {
}
.aurora_wood-products #le_area2 {
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_laser-etched-coin-wood #le_area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_laser-etched-wood-pin #le_area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pvc-silicone-phone-card-holder #le_area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wood-products #le_area2 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_laser-etched-coin-wood #le_area16 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_laser-etched-wood-pin #le_area16 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pvc-silicone-phone-card-holder #le_area16 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wood-products #le_area2 {
    }
}

/*-------------- Account Preset [Mobile] End----------------- */
/*-------------- Account Preset End ----------------- */
