/*

    main text color: darkslategrey

*/







@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400";


/*#region Reset */

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;
}
/* HTML5 display-role reset for older browsers */
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;
}

/*#endregion*/




@-ms-viewport
{
    width: device-width;
}



/*#region Normal Font and Html Element Styles */

body
{
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.65;
    color: darkslategrey;
}



a
{
    -moz-transition: color 0.2s ease, border-bottom 0.2s ease;
    -webkit-transition: color 0.2s ease, border-bottom 0.2s ease;
    -ms-transition: color 0.2s ease, border-bottom 0.2s ease;
    transition: color 0.2s ease, border-bottom 0.2s ease;
    text-decoration: none;
    border-bottom: dotted 1px;
    color: blue;
}



h1, h2, h3, h4, h5, h6
{
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 0.7em 0;
    letter-spacing: -0.025em;
}


h1
{
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 2.5em;
    line-height: 1.2;
    /*border-bottom: 1px solid currentColor;
    display: inline-block;
    line-height: 0.85;
    text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white;*/
}

h2
{
    font-size: 2.0em;
}

h3
{
    font-size: 1.25em;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 0.9em;
}

h6
{
    font-size: 0.7em;
}

hr
{
    border: 0;
    border-bottom: solid 1px;
    margin: 2em 0;
    border-bottom-color: lightgray;
}

    hr.major
    {
        margin: 3em 0;
    }


/* Image */

.image
{
    border-radius: 8px;
    border: 0;
    display: inline-block;
    position: relative;
}

    .image img
    {
        border-radius: 8px;
        display: block;
        border-width: 1px;
        border-style: solid;
        border-color: darkgray;
    }

/* List */

ol
{
    list-style: decimal;
    margin: 0 0 2em 0;
    padding-left: 1.25em;
}

    ol li
    {
        padding-left: 0.25em;
    }

ul
{
    list-style: disc;
    margin: 0 0 0 0;
    padding-left: 1em;
}

    ul li
    {
        padding-left: 0.5em;
    }


/*#endregion*/







.header
{
    background-color: lightblue;
    text-align: center;
    padding-top: 20px;
}

.logo
{
    width: 250px;
}

.image-popup-horizontal-fit,
.image-popup-vertical-fit,
.popup-video
{
    text-decoration: none;
    border: 0px;
    border-style: none;
}


.container
{
    width: 1200px;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}



/*#region Footer Styles */


#footer
{
    color: white;
    /*background-color: cornflowerblue;
    background-color: darkblue;*/
    background-color: midnightblue;
}

.footer-block
{
    text-align: left;
}

    .footer-block a
    {
        color: white;
        text-decoration: none;
        border-bottom: none;
    }




/*#endregion*/





/*#region Form Fields */


form
{
    margin: 0 0 2em 0;
}

label
{
    display: block;
    font-size: 0.9em;
    font-weight: 400;
    margin: 0 0 1em 0;
}


/*input, select, textarea
{
    color: #ffffff;
}*/



.LinkButton
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    border-color: gray;
    border-width: 1px;
    border-style: solid;
    text-decoration: none;
    background: white;
    color: darkslategrey;
    white-space: nowrap;
    line-height: 50px;
}

/*.CallOutButton
{
    background: midnightblue;
    color: white;
    padding: 15px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 10px;
    display: block;
    height: 65px;
    line-height: 1.5;
}*/

.CallOutButton
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    border-color: gray;
    border-width: 1px;
    border-style: solid;
    text-decoration: none;
    background: midnightblue;
    color: white;
    font-weight:400;
    white-space: nowrap;
    line-height: 50px;
}



/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button
{
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    border-radius: 8px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    height: 2.75em;
    line-height: 2.75em;
    min-width: 9.25em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: darkslategrey;
}

    input[type="submit"].disabled, input[type="submit"]:disabled,
    input[type="reset"].disabled,
    input[type="reset"]:disabled,
    input[type="button"].disabled,
    input[type="button"]:disabled,
    button.disabled,
    button:disabled,
    .button.disabled,
    .button:disabled
    {
        -moz-pointer-events: none;
        -webkit-pointer-events: none;
        -ms-pointer-events: none;
        pointer-events: none;
        opacity: 0.25;
    }

    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover,
    button:hover,
    .button:hover
    {
        background-color: rgba(255, 255, 255, 0.075);
    }

    input[type="submit"]:active,
    input[type="reset"]:active,
    input[type="button"]:active,
    button:active,
    .button:active
    {
        background-color: rgba(255, 255, 255, 0.2);
    }


input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea
{
    /*-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;*/
    border-radius: 8px;
    border: solid 1px;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%;
}

    input[type="text"]:invalid,
    input[type="password"]:invalid,
    input[type="email"]:invalid,
    select:invalid,
    textarea:invalid
    {
        box-shadow: none;
    }

input[type="text"],
input[type="password"],
input[type="email"],
select
{
    height: 2.75em;
}

textarea
{
    padding: 0.75em 1em;
}

input[type="checkbox"],
input[type="radio"]
{
    width: 1em;
    z-index: -1;
    margin-top: -1px;
    vertical-align: baseline;
}


::-webkit-input-placeholder
{
    opacity: 1.0;
}

:-moz-placeholder
{
    opacity: 1.0;
}

::-moz-placeholder
{
    opacity: 1.0;
}

:-ms-input-placeholder
{
    opacity: 1.0;
}

.formerize-placeholder
{
    opacity: 1.0;
}

/*label
{
    color: #ffffff;
}*/

/*input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea
{
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.35);
}*/

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus
{
    border-color: #8cc9f0;
    box-shadow: 0 0 0 1px #8cc9f0;
}

.select-wrapper:before
{
    color: rgba(255, 255, 255, 0.35);
}

::-webkit-input-placeholder
{
    color: rgba(255, 255, 255, 0.5) !important;
}

:-moz-placeholder
{
    color: rgba(255, 255, 255, 0.5) !important;
}

::-moz-placeholder
{
    color: rgba(255, 255, 255, 0.5) !important;
}

:-ms-input-placeholder
{
    color: rgba(255, 255, 255, 0.5) !important;
}

.formerize-placeholder
{
    color: rgba(255, 255, 255, 0.5) !important;
}

/*#endregion*/






/*#region Price Boxes*/


.PriceItemContainer
{
    margin-top: 100px;
    /*width: 400px;*/
    border-width: 1px;
    border-style: solid;
    border-color: black;
    margin-left: 4px;
}


.PriceName
{
    background: lightblue;
    padding-top: 50px;
    padding-bottom: 10px;
    text-align: center;
}

    .PriceName h3
    {
        color: midnightblue;
        text-align: center;
        padding: 0;
        font-weight: bold;
    }

    .PriceName .PriceHeader
    {
        background: midnightblue;
        padding: 15px;
        color: #FFF;
        font-size: 20px;
        font-weight: bold;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 10px;
        display: block;
        width: 200px;
        height: 65px;
        /*line-height: 100px;*/
        margin: 0 auto;
        position: relative;
        margin-top: -90px;
        margin-bottom: 10px;
        line-height: 1.5;
    }

.PriceDescription
{
    background: white;
    text-align: center;
    padding: 10px;
}

    .PriceDescription ul
    {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .PriceDescription ul li
        {
            list-style: none;
        }


/*#endregion*/






/* Section/Article */

section.special, article.special
{
    text-align: center;
}

    section.special header.major h2:after, article.special header.major h2:after
    {
        margin-left: auto;
        margin-right: auto;
    }








/*#region Navigation Menu Styles */


#navContainer
{
    background-color: #f7f7f7;
    text-align: center;
}

#nav
{
    width: 1200px;
    -moz-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
    -webkit-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
    -ms-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
    transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
    background-color: #ffffff;
    color: #636363;
    max-width: calc(100% - 4em);
    padding: 1em;
    background-color: #f7f7f7;
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
    cursor: default;
    text-align: center;
}

    #nav a
    {
        color: #636363;
        font-size: 1.25em;
    }

        #nav a:hover
        {
            color: #636363;
        }


    #nav ul
    {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #nav ul li
        {
            -moz-transition: margin 0.2s ease;
            -webkit-transition: margin 0.2s ease;
            -ms-transition: margin 0.2s ease;
            transition: margin 0.2s ease;
            display: inline-block;
            margin: 0 0.35em;
            padding: 0;
            vertical-align: middle;
        }

            #nav ul li a
            {
                -moz-transition: font-size 0.2s ease;
                -webkit-transition: font-size 0.2s ease;
                -ms-transition: font-size 0.2s ease;
                transition: font-size 0.2s ease;
                display: inline-block;
                height: 2.25em;
                line-height: 2.25em;
                padding: 0 1.25em;
                border: 0;
                border-radius: 8px;
                box-shadow: inset 0 0 0 1px transparent;
            }

                #nav ul li a:hover
                {
                    background-color: rgba(222, 222, 222, 0.25);
                }

                #nav ul li a.active
                {
                    background-color: #ffffff;
                    box-shadow: none;
                }


/*#endregion*/






/*#region Custom Responsive Columns */


.FeatureContainer
{
    width: 1200px;
    padding-bottom: 100px;
}

/* Clear floats after the columns */
.FeatureContainer:after
{
    content: "";
    display: table;
    clear: both;
}

.FeatureTextColumn
{
    float: left;
    width: 800px;
    font-size: 1.25em;
}

.FeatureImageColumn
{
    width: 400px;
    float: left;
    padding-left: 50px;
}

.FeatureImage
{
    margin-top: 100px;
    width: 100%;
    text-decoration: none;

    max-width:400px;

    padding:3px;
    border: 1px;
    border-color: lightgray;
    border-style: solid;
    border-radius: 5px;
}



.FeatureTextOnlyColumn
{
    width: 100%;
    font-size: 1.25em;
    padding-bottom: 50px;
}



.DoubleColumnResponsive
{
    float: left;
    width: 50%;
    position: relative;
    text-align: center;
}

.TrippleColumnResponsive
{
    padding:20px;
    float: left;
    width: 33%;
    position: relative;
    text-align: center;
}

.FourColumnResponsive
{
    padding: 20px;
    float: left;
    width: 25%;
    position: relative;
    text-align: center;
}

.PriceColumnResponsive
{
    float: left;
    width: 33%;
    position: relative;
    text-align: center;
}

/* Clear floats after the columns */
.row:after
{
    content: "";
    display: table;
    clear: both;
    margin: 0px;
    padding: 0px;
}


/*#endregion*/





/*#region Slider Styles */



*
{
    box-sizing: border-box
}

.slideshow-container
{
    position: relative;
    margin: auto;
    overflow: hidden;
    border-width: 1px;
    border-color: darkgray;
    border-style: solid;
    border-radius: 10px;
    width: 1200px;
    height: 400px;
}

.slideshow-container h2
{
    margin: 0;
}

.slide
{
    text-align: left;
    height: 420px;
}

.slider-image
{
    max-height: 300px;
    max-width: 500px;
}

.sliderColumn_2_1
{
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 700px;
}

.sliderColumn_2_2
{
    padding-right: 60px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    position: relative;
    text-align: center;
    width: 400px;
}

.mySlides
{
    display: none;
}

.prev, .next
{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: black;
}

.prev
{
    left: 0px;
}

.next
{
    right: 0px;
    border-radius: 3px 0 0 3px;
}

    prev:hover, .next:hover
    {
        background-color: rgba(0,0,0,0.8);
    }

.text
{
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.numbertext
{
    color: black;
    font-size: 12pt;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


.dot
{
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover
    {
        background-color: #717171;
    }

.fade
{
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade
{
    from
    {
        opacity: .4
    }

    to
    {
        opacity: 1
    }
}

@keyframes fade
{
    from
    {
        opacity: .4
    }

    to
    {
        opacity: 1
    }
}




/*#endregion*/






/*#region Screen Size Specifics */

@media screen and (max-width: 99999999px)
{
    body, input, select, textarea
    {
        font-size: 12pt;
    }
}

@media screen and (max-width: 1680px)
{
    body, input, select, textarea
    {
        font-size: 12pt;
    }
}

@media screen and (max-width: 1280px)
{
    .container,
    .slideshow-container,
    .FeatureContainer
    {
        width: 1000px;
    }

    #nav
    {
        width:1000px;
    }

    .FeatureTextColumn
    {
        float: left;
        width: 550px;
        font-size: 1.25em;
    }

    .FeatureImageColumn
    {
        width: 350px;
        float: left;
        padding-left: 50px;
    }

    .FeatureImage
    {
        margin-top: 100px;
    }

    .slideshow-container
    {
        height: 400px;
    }

    .slider-image
    {
        max-width:400px;
        max-height:350px;
    }
    .sliderColumn_2_1
    {
        padding-top:30px;
        width:480px
    }
    .sliderColumn_2_2
    {
        padding-top: 30px;
        padding-left: 0px;
        width: 400px;
    }

}

@media screen and (max-width: 980px)
{

    #cssmenu
    {
        visibility: hidden;
        position: absolute;
    }


    .container,
    .slideshow-container,
    .FeatureContainer
    {
        width: 750px;
    }

    .FeatureTextColumn
    {
        float: left;
        width: 100%;
        font-size: 1.25em;
    }

    .FeatureImageColumn
    {
        width: 100%;
        float: left;
        padding-left: 0px;
    }

    .FeatureImage
    {
        margin-top: 100px;
        max-width:700px;
    }

    #nav
    {
        width: 900px;
        visibility: visible;
        position: relative;
    }

    .slideshow-container
    {
        height: 600px;
    }

    .slider-image
    {
        max-width: 400px;
        max-height: 350px;
    }

    .sliderColumn_2_1
    {
        padding-top: 30px;
        padding-left: 70px;
        padding-right: 70px;
        width: 100%;
    }

    .sliderColumn_2_2
    {
        padding-top:30px;
        padding-left:70px;
        padding-right:70px;
        width: 100%;
    }

}


/* Main Menu Appears Above */

/* Hamburger Menu Appears Below */


@media screen and (max-width: 825px)
{
    #cssmenu
    {
        visibility: visible;
        position: relative;
    }


    #nav
    {
        visibility: hidden;
        position: absolute;
    }

    .container,
    .slideshow-container,
    .FeatureContainer
    {
        width: 700px;
    }

    .slideshow-container
    {
        height: 500px;
    }


    .FeatureTextColumn
    {
        float: left;
        width: 100%;
        font-size: 1.25em;
    }

    .FeatureImageColumn
    {
        width: 100%;
        float: left;
    }

    .FeatureImage
    {
        max-width: 600px;
    }

    .DoubleColumnResponsive
    {
        width: 50%;
    }

    .TrippleColumnResponsive
    {
        width: 30%;
    }


    .slider-image
    {
        max-width: 350px;
        max-height:150px;
    }

    .sliderColumn_2_1
    {
        padding-top: 20px;
        padding-left: 60px;
        padding-right: 60px;
        width: 100%;
    }

    .sliderColumn_2_2
    {
        padding-top: 20px;
        padding-left: 60px;
        padding-right: 60px;
        width: 100%;
    }


    .logo
    {
        width:400px;
    }


    h1
    {
        font-size: 2em;
    }

}

@media screen and (max-width: 768px)
{
    .container,
    .slideshow-container,
    .FeatureContainer
    {
        width: 480px;
    }

    .FeatureTextColumn
    {
        float: left;
        width: 100%;
        font-size: 1.25em;
    }

    .FeatureImageColumn
    {
        padding-left:0px;
        width: 100%;
        float: left;
    }

    .FeatureImage
    {
        max-width:600px;
    }

    .TrippleColumnResponsive
    {
        width: 33%;
        text-align: center;
        padding: 20px;
    }


    .PriceColumnResponsive
    {
        width: 100%;
    }


    .slideshow-container
    {
        height: 570px;
    }

    .slider-image
    {
        max-width: 300px;
        max-height: 200px;
    }

    .sliderColumn_2_1
    {
        padding-left: 60px;
        padding-right: 60px;
        width: 100%;
    }

    .sliderColumn_2_2
    {
        padding-left: 60px;
        padding-right: 60px;
        width: 100%;
    }

    .logo
    {
        width: 300px;
    }

    html, body
    {
        min-width: 320px;
    }
}

@media screen and (max-width: 550px)
{
    .container,
    .slideshow-container,
    .FeatureContainer
    {
        width: 430px;
    }

    .FeatureTextColumn
    {
        float: left;
        width: 100%;
        font-size: 1.25em;
    }

    .FeatureImageColumn
    {
        padding-left:10px;
        width: 100%;
        float: left;
    }

    .DoubleColumnResponsive
    {
        width: 100%;
    }

    .TrippleColumnResponsive
    {
        width: 100%;
        text-align: center;
        padding: 20px;
    }

    .TrippleColumnResponsive h2
    {
        align-content:center;
        text-align:center;
        margin:auto;
    }

        /*.TrippleColumnResponsive ul
        {
            align-content: center;
            text-align: center;
            margin: auto;
        }

            .TrippleColumnResponsive ul li
            {
                align-content: center;
                text-align: center;
                margin: auto;
            }*/


    .slider-image
    {
        max-width: 200px;
        max-height: 100px;
    }

    .sliderColumn_2_1
    {
        padding-left: 60px;
        padding-right: 60px;
        width: 100%;
    }

    .sliderColumn_2_2
    {
        padding-left: 60px;
        padding-right: 60px;
        width: 100%;
    }

}

@media screen and (max-width: 480px)
{
    .container,
    .slideshow-container,
    .FeatureContainer
    {
        width: 320px;
    }

    .FeatureTextColumn
    {
        float: left;
        width: 100%;
        font-size: 1.25em;
    }

    .FeatureImageColumn
    {
        width: 100%;
        float: left;
    }

    .DoubleColumnResponsive
    {
        width: 100%;
    }

    .TrippleColumnResponsive
    {
        width: 100%;
        text-align: center;
        padding: 20px;
    }

    .slideshow-container
    {
        height:620px;
    }

    .slider-image
    {
        max-width: 200px;
        max-height: 100px;
    }

    .sliderColumn_2_1
    {
        padding-left: 60px;
        padding-right: 60px;
        width: 100%;
    }

    .sliderColumn_2_2
    {
        padding-left: 60px;
        padding-right: 60px;
        width: 100%;
    }


    body, input, select, textarea
    {
        font-size: 11pt;
    }

}


/*#endregion*/
