/*IM 2.00, Site Lite CSS !!!TEMPLATE!!!*/
/*general use CSS, no not modify--------------------------------------------------------------------------------------*/
.font-xxl {font-size:xx-large;}
.font-xl {font-size:x-large;}
.font-l {font-size:large;}
.font-m {font-size:medium;}
.font-s {font-size:small;}
.font-xs {font-size:x-small;}
.font-xxs {font-size:xx-small;}

.left {text-align:left;}
.center {text-align:center;}
.right {text-align:right;}

.indent {text-indent:15px;}
.exdent {text-indent:-15px;}
.shift-r {position:relative; left:15px;}
.super {vertical-align:baseline; position:relative; top:-0.4em; font-size:smaller;}

.underline {text-decoration:underline;}
.bold {font-weight:bold;}
.unbold {font-weight:normal;}
.ital {font-style:italic;}

.border-0 {border-width:0;}
.border-1 {border:1px solid #000000;}

.float-left {float:left;}
.float-right {float:right;}
.clear-left {clear:left;}
.clear-right {clear:right;}
.clear-both {clear:both;}

.error {color:red; text-decoration:underline;}
.validator, .validator a:link, .validator a:visited {font-size:xx-small; text-align:left; background-color:#fff; color:#000; text-decoration:none;}
.validator a:hover {text-decoration:underline; color:#f00;}

/*site layout CSS--------------------------------------------------------------------------------------*/
body {
/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Montserrat', sans-serif;
padding:0;
margin:0;
    /*background-color:#faebd7;*/
    background-image: url(/images/bg.jpg);
    background-size: contain;
text-align:center;
    -webkit-text-size-adjust: none;
}

#container {
/*width:1000px; !*page width*!*/
margin:0 auto; /*centers main divs*/
overflow:hidden;
    max-width: 2000px;
}

#header {
text-align:center;
padding:0;
margin:0;
}

#main-wrapper {
padding:0 5%;
margin:0;
min-height:350px;
height:auto !important;
height:350px;
    text-align:left;
}

/*uncomment declarations in next IDs to accommodate sidebar(s), adjust width and margin-left per design*/
#main-content {
padding:0;
margin:0;
}

/*#left-sidebar {
float:left;
padding:0px;
margin:0px;
width:150px;
margin-left:-850px;
}

#right-sidebar {
float:left;
padding:0px;
margin:0px;
width:150px;
}*/

#footer {
clear:both;
text-align:center;
padding:0 0 10px;
margin:0;
}

fieldset {
border-width: 0;
    padding: 0;
    margin: 0;
}

legend {
display:none;
}

/*contact form CSS------------------------------------------------Need form CSS here for widths, etc.... instead of php file--------------------------------------*/
#con-form {
    max-width: 600px;
    width: 100%;
text-align:left;
}

#con-form input, #con-form textarea {
    padding:1px;
    margin:1px;
    width: calc(100% - 6px);
}

#con-form input[type="submit"] {
    margin-top: 10px;
    width: 30%;
}

/*menu links CSS--------------------------------------------------------------------------------------*/
/*Uncomment desired version*/

/*vertical links*/
/*
*/

/*horizontal links*/
div.links-main {
height:24px;
}

div.links-main ul {
float:left;/*remove to left justify menu*/
position:relative;
left:50%;
padding:0;
margin:0;
}

div.links-main ul li {
float:left;
position:relative;
right:50%;
padding:0;
margin:0;
display:block;
list-style:none;
}

div.links-main a:link, div.links-main a:visited {
padding:0 10px;
display:block;
font-size:24px;
line-height:24px;
font-weight:bold;
/*color:#3291cd;*/
text-align:center;/*optional*/
/*width:100px;!*optional*!*/
}

div.links-main a:hover, div.links-main a:active {
text-decoration:none;
}

div.links-main a:active, div.links-main a:focus {
outline:0;
}

/*--------------------------------------------------------------------------------------*/
div.links-sec {
}

div.links-sec ul {
float:left;/*remove to left justify menu*/
position:relative;
left:50%;
padding:0;
margin:0;
}

div.links-sec ul li {
float:left;
position:relative;
right:50%;
padding:0 5px;
margin:0;
display:block;
list-style:none;
font-size:12px;
line-height:20px;/*accommodates 20 icon*/
}

div.links-sec a:link, div.links-sec a:visited {
color:#000;
}

/*copyright notice CSS--------------------------------------------------------------------------------------*/
#copyright {
clear:both;
font-size:10px;
}

/*custom CSS, add additional CSS declarations here--------------------------------------------------------------------------------------*/
a:link, a:visited {
    text-decoration-style: dashed;
    color: #000;
    background-color: #efefef;
}

.links-main a:link, .links-main a:visited, .links-sec a:link, .links-sec a:visited {
    text-decoration: none;
}

.links-main a:link, .links-main a:visited, .links-sec a:link, .links-sec a:visited, .res-list a:link, .res-list a:visited {
    background-color: unset;
}

a:hover, a:active {
    text-decoration:underline;
}

#header img {
    width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    color: #adb371;
    font-family: 'Special Elite', cursive;
}

.rounded {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

img.float-right {
    margin-left: 10px;
}

img.float-left {
    margin-right: 10px;
}

img.float-left, img.float-right {
    height: auto;
}

img.float-left, img.float-right, p.caption {
    width: 30%;
}

.quiz {
    max-width: 100%;
    height: auto;
}

p.caption {
    margin-bottom: 25px;
}

.float-cont ul.marg-left {
    margin-left: 45%;
}

.float-cont {
    clear: both;
    margin-bottom: 20px;
    /*overflow: auto;*/
}

.float-cont p {
    margin-top: 0;
}

.indent-div {
    margin-left: 15px;
}

.res-list {
    position: relative;
    left: 30px;
}

.res-list img {
    margin-left: 10px;
}

@media all and (max-width: 999px) {

    #main-content {
        margin: 0;
    }

}

.mobi {
    display: none;
}

@media all and (max-width: 499px) {
    .mobi {
        display: unset;
    }

    .nomobi {
        display: none;
    }

    #header {
        padding:0;
    }

    #header li img {
        width: unset;
    }

    div.links-main ul li {
        width: 50%;
    }

    img.float-left, img.float-right {
        height: auto;
        margin: 0 0 10px;
    }

    img.float-left, img.float-right, p.caption {
        width: 100%;
    }

    .quiz {
        width: 100%;
        height: auto;
    }

    .float-cont ul.marg-left {
        margin-left: unset ;
    }

    p.caption {
        margin-top: -10px;
    }

    .res-list {
        left: 0;
    }
}

html {
     visibility: visible;
     opacity: 1;
 }