﻿
/* CSS Document */

/*---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, 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: inherit;
    vertical-align: baseline;
}
/* 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;
}

strong {
    font-weight: bold;
}

/*--END RESET--------------------*/

@font-face {
    font-family: 'gobold';
    src: url(/fonts/Gobold%20Regular.ttf)
}

html {
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #333;
    margin: 0;
    padding: 0;
    height: 100%;
    display: table;
    width: 100%;
}

p {
    font-size: 1.1em;
    margin: 1em auto;
    line-height: 1.3em;
    padding: 0;
    max-width: 90%;
}

    p.bold {
        margin: 2em auto 1.2em auto;
        font-weight: bold;
        padding: 0;
        font-size: 1.2em;
        text-align: center;
        color: #28367E;
    }

    p.Testimonial {
        margin: 2em 0 1.2em 0;
        padding: 0 0 1em 0;
        border-bottom: 1px dashed #333
    }


    p.boldcall {
        margin: 2em auto;
        line-height: 1.3em;
        font-weight: bold;
        padding: 20px 0;
        font-size: 1.5em;
        text-align: center;
        border: 1px solid #ccc;
        background-color: #FF9147;
        border-radius: 8px;
        color: #28367E;
        max-width: 500px
    }

    p.bigger {
        font-size: 1.3em;
        padding: 1em 0.5em
    }


@media only screen and (max-width: 414px) {
    p.boldcall {
        line-height: 1em;
        font-weight: bold;
        padding: 20px 10px;
        font-size: 1.2em;
    }
}


a {
    color: #DA7028;
    text-decoration: none;
}

    a:hover {
        color: #333;
    }

ul {
    margin: 1em 0;
    padding: 0 4em;
    font-size: 1.1em;
}

li {
    list-style: disc;
    padding: 6px 6px 6px 0
}

ul li a {
    text-decoration: none;
    font-weight: normal;
}

    ul li a:hover {
        color: #333;
    }

img.scale {
    width: 100%;
    max-width: 100%;
    height: auto;
}

header img.scale {
    max-width: 220px
}

.clear {
    clear: both;
}

h1 {
    font-family: 'gobold', Arial, Helvetica, sans-serif;
    font-size: 1.9em;
    letter-spacing: 1.3px;
    line-height: 1.3em;
    margin: 1.3em 0 0 0;
    padding: 0 0 5px 0;
    color: #28367E;
    text-transform: uppercase;
    text-align: center
}

h2 {
    font-family: 'gobold', Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    letter-spacing: 1.1px;
    margin: 0 0 1.5em 0;
    line-height: normal;
    padding: 0;
    font-weight: regular;
    color: #28367E;
    border-bottom: none;
    text-align: center
}

h3 {
    font-family: 'gobold', Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    letter-spacing: 1.1px;
    margin: 1.5em 0;
    line-height: normal;
    padding: 0;
    font-weight: regular;
    color: #28367E;
    border-bottom: none;
    text-align: center
}

h3.home {
    margin: 3em 0 1.5em 0;
 
}

h1 i {
    color: #DA7028;
    padding-right: 6px
}

h3 i {
    color: #DA7028;
    padding-left: 6px
}

/*----------content ---------------------*/

#maincontainer {
    margin: 0;
    clear: both;
    background-color: #fff;
    padding: 0 0 1em 0;
}

header {
    background-color: #ffffff;
    padding: 0.5em 0 0.25em 0;
    width: 100%;
}

.pagecontent {
    margin: 0;
    padding: 1.5em 0 0 0;
    border-top: 1px solid #666;
    -webkit-box-shadow: inset -1px 5px 5px 0px rgba(83,83,83,1);
    -moz-box-shadow: inset -1px 5px 5px 0px rgba(83,83,83,1);
    box-shadow: inset -1px 5px 5px 0px rgba(83,83,83,1);
}

    .pagecontent.home {
        background-image: url(../images/homebg.jpg);
        background-position: top center;
        background-repeat: no-repeat
    }

form {
    width: 30%;
    margin: 0.5em 0 1.5em 0;
    background-image: url(../images/formbg.png);
    background-repeat: repeat;
    padding: 2em 1.5em;
    border: 1px solid #ccc;
    border-radius: 8px
}

.lbcontent form {
    background-image: none;
    background-color: #e5e5e5;
    border: 0;
}

    .lbcontent form:after {
        content: "";
        display: table;
        clear: both;
    }

    form ul {
        margin: 0;
        padding: 0
    }

        form ul li {
            list-style: none
        }

            form ul li input, form ul li textarea {
                width: 98%;
                background-color: #fff;
                color: #333;
                padding: 3px 6px;
                line-height: 1.5em;
                font-size: 0.8em;
                font-family: Arial, Helvetica, sans-serif;
                border-radius: 8px;
				border: 1px solid #666;
            }

            form ul li button {
                width: 50%;
                background-color: #fff;
                color: #333;
                padding: 3px 6px;
                line-height: 1.5em;
                font-size: 0.9em;
                border-radius: 8px;
				border: 1px solid #666;
            }

            form ul li input[type="checkbox"],
            form ul li input[type="radio"] {
                position: relative;
                width: 25px
            }

            form ul li input[type="button"] {
                width: 50%
            }

li.check {
    margin: 0 0 1em 0;
    color: #000
}

li.orange {
    font-family: 'gobold', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1.4em;
    color: #DA7028
}

@media only screen and (max-width: 1080px) {

    form {
        width: 50%
    }
}

@media only screen and (max-width: 576px) {

    form {
        width: 90%
    }
}



@media only screen and (max-width: 512px) {

    .pagecontent.home {
        background-image: url(../images/homebg2.jpg);
        background-position: top center;
        background-repeat: no-repeat
    }
}



@media only screen and (max-width: 460px) {

    form {
        width: 88%
    }
}


@media only screen and (max-width: 360px) {

    form {
        width: 80%
    }
}

span.orange {
    font-size: 1.4em;
    line-height: 1.3em;
    font-family: 'gobold', Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #fff
}

span.orange1 {
    font-size: 1.4em;
    line-height: 1.3em;
    font-family: 'gobold', Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #FF9147
}

li.black {
    font-size: 0.9em;
    margin: 8px 0;
    color: #000
}

.maintext {
    width: 80%;
    max-width: 950px;
    margin: 2em auto
}

    .maintext.newhome {
        max-width: 1400px;
        margin: 2em auto;
        padding: 0 1em
    }

.hometext {
    margin: 1em auto;
    font-size: 1.4em;
    border-radius: 8px;
    padding: 0 !important;
    text-align: center;
}

    .hometext a {
        color: #28367E;
        letter-spacing: 1.1px;
        font-family: 'gobold', Arial, Helvetica, sans-serif;
        padding: 0;
        text-align: center
    }

        .hometext a:hover {
            color: #fff
        }

    .hometext i {
        font-size: 2em;
        padding: 12px
    }


    .hometext ul {
        padding: 0 10px
    }

        .hometext ul li {
            list-style: none;
            color: #fff;
            font-size: 0.8em
        }

    .hometext.hex {
        background-color: #FF9147
    }

    .hometext.hex1 {
        background-color: #1255B0
    }

    .hometext.hex2 {
        background-color: #B02212
    }

    .hometext.hex3 {
        background-color: #27CFD9
    }

    .hometext.hex4 {
        background-color: #008F97
    }

    .hometext.hex5 {
        background-color: #FF9999
    }

    .hometext.hex6 {
        background-color: #604A82
    }

    .hometext.hex7 {
        background-color: #FB6F40
    }



@media only screen and (max-width: 1366px) {

    .maintext {
        width: 90%;
        max-width: 90%;
        margin: 2em auto
    }
}

@media only screen and (max-width: 768px) {



    .hometext, .hometext ul li {
        font-size: 1em !important
    }
}

@media only screen and (max-width: 640px) {

    .maintext {
        width: 90%;
    }
}

@media only screen and (max-width: 414px) {

    .maintext {
        width: 86%;
    }
}

/*------------FOOTER--------*/

#nonFooter {
    display: table;
    height: 100%;
    width: 100%;
}

* html #nonFooter {
    height: 100%;
}

footer {
    display: table-row;
    clear: both;
    position: relative;
    z-index: 10;
    background-color: #243273;
    color: #fff;
    line-height: 1.3em;
}

.footertext {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    font-size: 0.9em;
}





    .footertext a {
        color: #fff;
        font-weight: normal;
        padding: 0 8px
    }

        .footertext a:hover {
            color: #BB9F46;
        }



    .footertext img {
        max-width: 100%;
        margin: 8px
    }

        .footertext img a {
            margin: 8px;
            padding: 0
        }

    .footertext i {
        margin: 0 0 0 0;
        padding: 0
    }


    .footertext p {
        text-align: center
    }


@media only screen and (max-width: 460px) {

    .footertext a {
        display: block
    }
}


/*--------nav-----------*/


.nav {
    margin: 0;
    padding: 1em 0 0 0;
    text-align: right;
    font-family: 'gobold', Arial, Helvetica, sans-serif;
}


ul#horizontal {
    margin: 2em 0 0 0;
    padding: 0;
    z-index: 100;
    position: relative;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1.1px
}

    ul#horizontal li {
        list-style: none;
        display: inline;
        position: relative
    }

        ul#horizontal li a {
            text-decoration: none;
            color: #28367E;
            padding: 0 10px 0 10px;
        }




            ul#horizontal li a:hover {
                color: #DA7028;
            }


    ul#horizontal ul {
        margin: 6px 0 0 0.45em;
        padding: 0;
        display: none;
        position: absolute;
        top: 22px;
        left: 0;
        font-weight: normal;
        width: 175px;
        z-index: 102;
    }

    ul#horizontal li:hover ul, ul#horizontal li.over ul {
        display: block;
    }

    ul#horizontal li ul li {
        padding: 0
    }

    ul#horizontal li a.drop {
        font-size: 0.75em;
        display: block;
        text-decoration: none;
        color: #28367E;
        padding: 6px 8px 6px 10px;
        text-align: left;
        margin-right: 3px;
        background-color: #fff;
        border-bottom: 1px solid #DA7028;
    }

        ul#horizontal li a.drop:hover {
            color: #DA7028;
        }


@media only screen and (max-width: 1024px) {

    ul#horizontal {
        font-size: 0.95em;
        margin: 20px 0 0 0;
        text-align: right
    }
}

@media only screen and (max-width: 860px) {

    ul#horizontal {
        font-size: 0.9em;
        margin: 10px 0 0 0;
        display: none
    }

    .nav {
        text-align: center;
    }
}




/* -------------------mobile nav ------------------------------------ */

.burger {
    color: #000;
    display: none
}


@media only screen and (max-width: 860px) {

    .burger {
        color: #28367E;
        display: inline-block;
        padding-left: 5px
    }
}

.sidenav {
    font-family: 'gobold', Arial, Helvetica, sans-serif;
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 25; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #28367E;
    border-right: 1px solid #999;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    /* The navigation menu links */
    .sidenav a {
        padding: 0 4px 4px 25px;
        text-decoration: none;
        font-size: 1em;
        color: #ffffff;
        display: block;
        transition: 0.3s;
        letter-spacing: 1.05px
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #DA7028
        }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1em;
        margin-left: 35px;
    }

a.close {
    font-size: 2.5em;
    text-align: right;
    padding-right: 20px
}

#mySidenav ul {
    margin: 0 0 2em 0;
    padding: 0
}

    #mySidenav ul li {
        list-style: none;
        padding-bottom: 5px
    }

        #mySidenav ul li ul {
            padding: 8px 0 0 25px;
            margin-bottom: 0
        }

li a.sub {
    list-style: none;
    font-size: 1em;
}





@media only screen and (max-width: 414px) {

    .sidenav {
        padding-top: 15px
    }

        .sidenav a {
            font-size: 1em
        }

    #mySidenav ul li {
        padding-bottom: 2px
    }

    li a.sub {
        font-size: 0.9em;
    }

    .closebtn, .close {
        font-size: 2em !important;
    }
}




@media only screen and (max-width: 1200px) {
    .nav {
        margin: 0;
        padding: 5px;
    }

        .nav ul li {
            list-style: none;
            display: block;
        }
}


/* ------------------- Grid stuff ------------------------------------ */

/*  SECTIONS  */
.section {
    max-width: 1400px;
    margin: 0 auto;
    clear: both;
    padding: 8px 0;
}


header .section {
    padding: 0.5em 0 0.25em 0;
}




@media only screen and (max-width: 1366px) {
    .section {
        max-width: 1200px;
        margin: 0 auto;
        clear: both;
        padding: 8px 1em;
    }


    header .section {
        padding: 0.5em
    }
}


@media only screen and (max-width: 768px) {
    .section {
        max-width: 98%;
        margin: 0 auto;
        clear: both;
        padding: 8px 10px;
    }
}

/*  COLUMN SETUP  */

.col {
    display: block;
    float: left;
    margin: 0.5% 1% 1% 1%
}

.col1 {
    margin-left: 0;
}


header .col {
    display: block;
    float: left;
    margin: 0.5% 0 1% 0;
}

.contact.col {
    text-align: center
}

.col.hometext {
    margin: 0.5% 0.5% 1% 0.5%;
}

/*   span1 ----*/

.span1 {
    width: 100% !important;
}


/*  GRID OF TWO    ---*/

.span2_2 {
    width: 100%;
}

.span1_2 {
    width: 48%;
    padding: 0;
}




@media only screen and (max-width: 860px) {
    .span1_2 {
        width: 100%;
        padding: 0;
    }



    .col {
        display: block;
        float: left;
        margin: 0.5% 0 1% 0;
    }
}



/*  GRID OF THREE  */

.span3_3 {
    width: 100%;
}

.span2_3 {
    width: 65%;
}

.span1_3 {
    width: 30%;
    padding: 0 5px;
}




header .span2_3 {
    width: 78%;
}

header .span1_3 {
    width: 20%;
    padding: 0 5px;
}


@media only screen and (max-width: 920px) {

    header .span1_3 {
        width: 25%;
        padding: 10px 5px;
    }

    header .span2_3 {
        width: 70%;
        padding: 10px 5px;
        text-align: center
    }
}

@media only screen and (max-width: 860px) {
    .span3_3 {
        width: 100%;
    }

    .span2_3 {
        width: 100%;
    }

    .span1_3 {
        width: 45%;
        padding-right: 12px;
    }


    header .span1_3, header .span2_3 {
        width: 100%;
        padding: 10px 5px;
        text-align: center
    }
}



/*  GRID OF FOUR  */

.span4_4 {
    width: 100%;
}

.span3_4 {
    width: 74%;
}

.span2_4 {
    width: 49.2%;
}

.span1_4 {
    width: 22%;
    padding-right: 1%;
}


.hometext.span1_4 {
    width: 24%;
    padding: 18px 8px;
    box-sizing: border-box
}





@media only screen and (max-width: 1200px) {
    .span1_4 {
        width: 20%;
    }

    .hometext.span1_4 {
        width: 48.4%;
        margin: 6px;
    }
}

@media only screen and (max-width: 1024px) {
    .span1_4 {
        width: 23%;
    }
}

@media only screen and (max-width: 860px) {
    .span1_4 {
        width: 23%;
    }

    .hometext.span1_4 {
        width: 48%;
        margin: 6px
    }
}





@media only screen and (max-width: 768px) {
    .span1_4 {
        width: 42%;
    }


    .hometext.span1_4 {
        width: 47.5%;
        margin: 6px
    }


    .footertext .span1 {
        width: 80%;
        text-align: center
    }
}

@media only screen and (max-width: 576px) {
    .hometext.span1_4 {
        width: 94%;
    }
}

/*  GRID OF FIVE -  */

.span5_5 {
    width: 100%;
}

.span4_5 {
    width: 79.68%;
}

.span3_5 {
    width: 59.36%;
}

.span2_5 {
    width: 39.04%;
}

.span1_5 {
    width: 18.7%;
}

@media only screen and (max-width: 800px) {
    .span1_5 {
        width: 50%;
    }

    .span2_5 {
        width: 100%;
    }

    .span3_5 {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .span1_5 {
        width: 100%;
    }

    .span4_5 {
        width: 95%;
    }
}
/*  GRID OF SIX   */

.span6_6 {
    width: 100%;
}

.span5_6 {
    width: 83.06%;
}

.span4_6 {
    width: 66.13%;
}

.span3_6 {
    width: 49.2%;
}

.span2_6 {
    width: 30.26%;
    padding-left: 2%;
}

.span1_6 {
    width: 15.33%;
}

@media only screen and (max-width: 768px) {
    .span6_6 {
        width: 100%;
    }

    .span5_6 {
        width: 100%;
    }

    .span4_6 {
        width: 100%;
    }

    .span3_6 {
        width: 100%;
    }

    .span2_6 {
        width: 100%;
        padding-left: 0;
    }

    .span1_6 {
        width: 50%;
    }
}

/*  GROUPING  */

.group:before, .group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}


/*  FLEX  */

.flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}


@media only screen and (max-width: 768px) {

    .flex {
        display: block;
        margin: 0;
        padding: 0;
    }
}


/*----------lightbox-----------*/


.lightbox {
    width: 100%;
    max-width: 700px;
    height: auto;
    padding: 20px 0 50px 0;
    z-index: 1;
    margin: 3em auto 2em auto;
}

.lbcontent {
    width: 100%;
    margin: 0 auto 0 auto !important;
    padding: 0;
    text-align: center;
    z-index: 2;
    box-sizing: border-box
}

    .lbcontent p {
        color: #000
    }

        .lbcontent p.first {
            font-size: 3em;
            color: #333;
            margin: 0.5em 0 0 0
        }

        .lbcontent p.lbsmaller {
            font-size: 1em;
            color: #333;
            line-height: 1.2em;
            margin: 0.5em 0 1em 0
        }

    .lbcontent .g-recaptcha {
        width: 304px;
        margin: 0 auto;
    }

.lightbox .close {
    font-size: 2em;
    color: #333;
    text-align: right;
    padding: 0 1em 0 0
}

.lbcontent form#CallBackForm {
    width: 100%;
    padding: 1em 0
}


.lbcontent input, .lbcontent textarea {
    border: 1px solid #333;
    border-radius: 8px;
    padding: 4px 8px;
    width: 75%;
    font-size: 1.2em;
    margin: 0
}

.lbcontent button {
    border: 1px solid #333;
    border-radius: 8px;
    background-color: #fff;
    color: #333;
    padding: 8px 12px;
    width: auto;
    font-size: 1.2em;
    cursor: pointer;
}

.lbcontent span.error {
    color: #cc0033;
    line-height: 25px;
}

.request {
    min-height: 500px
}


    .request p {
        margin: 0;
        width: auto;
        max-width: 40%;
        padding: 2em 0;
        box-sizing: border-box;
        font-family: 'gobold', Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-size: 2.5em;
        border-radius: 8px;
        color: #fff;
    }

.section.new {
    min-height: 400px
}


@media only screen and (max-width: 512px) {
    .section.new {
        min-height: 220px
    }
}

/*------------NEW COOKIES TABLE--------------*/

table.cookiedetail {
width: 100%; 
max-width: 90%;
border: 1px solid #ccc;
border-collapse: collapse; 
margin: 2em auto 2em auto}

tr:nth-of-type(odd) { 
  background: #eee; 
}

table.cookiedetail td, table.cookiedetail th {padding: 10px 15px;
text-align: left;
border-bottom: 1px solid #ccc}

table.cookiedetail th {font-weight: bold; background-color:  #fff}


/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	
}

 #cookiesOverlay .cookiesConsentSlider {  padding:0.5px 5px 2px 5px!important; }
