﻿
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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

/*ol, ul {
    list-style: none;
}*/

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

blockquote {
    margin: 20px 0 30px;
    border-left: 5px solid;
    padding-left: 20px;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

article, aside, footer, header, hgroup, nav, section {
    display: block;
}

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

@font-face {
    font-family: 'ETmodules';
    src: url('fonts/ETmodules_v2_4.eot');
    src: url('fonts/ETmodules_v2_4.eot?#iefix') format('embedded-opentype'), url('fonts/ETmodules_v2_4.ttf') format('truetype'), url('fonts/ETmodules_v2_4.woff') format('woff'), url('fonts/ETmodules_v2_4.svg#ETmodules') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    line-height: 1.7em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    body.et_fixed_nav.et_boxed_layout #page-container {
        padding-top: 80px;
    }

    body.page-template-page-template-blank-php #page-container {
        padding-top: 0 !important;
    }

    body.et_cover_background {
        -moz-background-size: cover !important;
        -webkit-background-size: cover !important;
        background-size: cover !important;
        background-position: top center !important;
        background-repeat: no-repeat !important;
        background-attachment: fixed;
    }

    a:hover {
        text-decoration: none;
    }

.clear {
    clear: both;
}

.ui-tabs-hide {
    display: none;
}

br.clear {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
    }

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    padding-bottom: 1em;
    line-height: 1.7em;
}

    p:last-of-type {
        padding-bottom: 0;
    }

strong {
    font-weight: bold;
}

cite, em, i {
    font-style: italic;
}

pre, code {
    font-family: Courier New, monospace;
    margin-bottom: 10px;
}

ins {
    text-decoration: none;
}

sup, sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 0.8em;
}

sub {
    top: 0.3em;
}

dl {
    margin: 0 0 1.5em 0;
}

    dl dt {
        font-weight: bold;
    }

dd {
    margin-left: 1.5em;
}

blockquote p {
    padding-bottom: 0px;
}

input {
    -webkit-appearance: none;
}

    input[type=checkbox] {
        -webkit-appearance: checkbox;
    }

    input[type=radio] {
        -webkit-appearance: radio;
    }

    input[type=text], input[type=password], input.text, input.title, textarea, select {
        background-color: #fff;
        -ms-border-radius: 2px;
        border-radius: 2px;
        font-size: 16px;
        font-family: "open sans";
        font-weight: 100;
        padding: 7px;
        color: #4e4e4e;
    }
        input[type=text]:not(.form-control), input[type=password]:not(.form-control), input.text, input.title, textarea:not(.form-control), select:not(.form-control) {
            border: 1px solid #bbb;
        }

        input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
            border-color: #2D3940;
            color: #3e3e3e;
        }

    input[type=text], input.text, input.title, textarea, select {
        margin: 0;
    }

::-webkit-input-placeholder { /* WebKit browsers */
    color: #666;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #666;
}

textarea {
    padding: 4px;
}

img#about-image {
    float: left;
    margin: 3px 8px 8px 0px;
}

.clearfix:after, .et_vertical_nav #page-container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}
/* IE7 */

.submit-button {
    color: #fff !important;
    background: #2EA3F2 !important;
    border: none !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border-radius: 3px;
    padding: 6px 20px;
    line-height: 1.7em;
    cursor: pointer;
}

.submit-button:disabled {
    background: gray;
}

.validation-error {
    color: #f00;
}

.theLayer {
    display: none;
    background-color: white;
    border: solid 1px black;
    position: absolute;
    z-index: 1000;
    box-shadow: 0px 0px 5px #888;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
}

#main-header {
    line-height: 23px;
    font-weight: 500;
    top: 0;
    background-color: #fff;
    width: 100%;
    padding: 18px 0 0 0;
    min-height: 43px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 99999;
}

    #main-header.et-fixed-header nav#top-menu-nav {
        padding-bottom: 4px;
    }

.et-fixed-header {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.15) !important;
}


#main-header #logo {
    max-height: 56px;
}

#main-header {
    padding: 11px 0 0 0 !important;
}

    #main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {
        background-color: #ffffff;
    }

#top-header, #et-secondary-nav li ul {
    background-color: #2EA3F2;
}


#et-top-navigation { float: right; }

.nav li { position: relative; }
.nav li ul { position: absolute; top: 52px; left: -27px; padding: 20px; }
.et-fixed-header .nav li ul { top: 38px; }
.et-fixed-header .nav li li ul { top : -3px ;}
.nav li ul { z-index: 9999; width: 200px; background: #fff; visibility: hidden; opacity: 0; border-top: 3px solid #7EBEC5; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
.nav li ul { -webkit-transform: translate3d(0,0,0); text-align: left; }
.nav li.et-hover > ul { visibility: visible; }
.nav li:hover > ul, .nav li.et-hover > ul { -moz-transition: opacity .2s ease-in-out; -webkit-transition: opacity .2s ease-in-out; transition: opacity .2s ease-in-out; }
.nav li:hover > ul { opacity: 1; visibility: visible; }
.nav li li { padding: 0; margin:0; }
.nav li li ul { z-index: 1000; top: -3px; left: 220px; }
.nav li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }
.nav li li a, .et_mobile_menu li a { font-size: 14px; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.nav ul li a:hover, .et_mobile_menu li a:hover { color: #111; background-color: rgba(0,0,0,0.03); }
	.et_nav_text_color_light .nav ul li a:hover, .et_nav_text_color_light .et_mobile_menu li a:hover { color: #fff !important; }

#top-menu li li a { padding: 10px 20px; width: 160px; }
	.et_nav_text_color_light #top-menu li li a { color: rgba( 255, 255, 255, 0.7 ); }
		.et_nav_text_color_light #top-menu li li a:hover { color: rgba( 255, 255, 255, 1 ); }


		nav#top-menu-nav, #top-menu { float: left; }
			#top-menu li { display: inline-block; font-size: 14px; padding-right: 22px; }
			#top-menu > li:last-child { padding-right: 0; }
				#top-menu a { color: #666; text-decoration: none; display: block; position: relative; }
				#top-menu a:hover { color: #333; }
				#top-menu li.current-menu-item > a { font-weight: 500; }
				#top-menu li > a { padding-bottom: 29px;}
				.et_nav_text_color_light #top-menu > li > a { color: rgba( 255, 255, 255, 0.7 ); }
				.et_nav_text_color_light #top-menu > li > a:hover { color: rgba( 255, 255, 255, 1 ); }
				.et_nav_text_color_light #top-menu li.current-menu-ancestor > a, .et_nav_text_color_light #top-menu li.current-menu-item > a { color: #fff; }


#main-footer {
    background-color: #222222;
}


#footer-bottom {
    height: 135px;
    padding: 50px 0 5px !important;
}

#footer-info {
    float: none !important;
    text-transform: uppercase;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    padding-bottom: 40px !important;
    color: rgba(255, 255, 255, 0.93) !important;
}

#footer-info-below a {
    color: #666666;
}

    #footer-info-below a:hover {
        color: #A8A8A8;
    }

#footer-info-below {
    float: none !important;
    text-transform: uppercase;
    font-size: 10.5px;
    font-weight: 600;
    opacity: 0.7;
    letter-spacing: 0.5px;
    text-align: center;
}


.top-footer-link {
    padding-right: 10px;
    color: rgba(255, 255, 255, 0.93);
}


    .top-footer-link:hover {
        color: rgba(255, 255, 255, 1);
    }


    .top-footer-link:after {
        content: "";
        padding-left: 10px;
    }

    .top-footer-link:last-child:after {
        content: "";
        padding-left: 0px;
    }

    .et_pb_section {
         position: relative; 
         background-color: #fff;
        padding: 54px 10px;
    }
.et_section_transparent { background-color: transparent; }
.et_pb_fullwidth_section { padding: 0; }
.et_pb_fullwidth_section .et_pb_row { padding: 0 !important; }
.et_pb_inner_shadow { -webkit-box-shadow: inset 0 2px 12px rgba(0, 0, 0, 0.12) !important;
    -moz-box-shadow: inset 0 2px 12px rgba(0, 0, 0, 0.12) !important;
    box-shadow: inset 0 2px 12px rgba(0, 0, 0, 0.12) !important; }
/* Rows */
.et_pb_row.et_pb_row_empty, .et_pb_row_inner:nth-of-type(n+2).et_pb_row_empty { display: none; }
.et_pb_column.et_pb_column_empty { min-height: 1px; }
.et_pb_row_inner { width: 100%; }
.et_pb_row .et_pb_column:last-child, .et_pb_row_inner .et_pb_column:last-child { margin-right: 0 !important; }

/* Divider Module */
.et_pb_space { border: none; }
.et_pb_divider { margin: 0 0 30px 0; position: relative; }
.et_pb_divider:before { content: ''; width: 100%; height: 1px; border-top-color: #eee; border-top-color: rgba(0, 0, 0, 0.1); border-top-width: 1px; border-top-style: solid; position: absolute; left: 0; top: 0; }
.et_pb_divider_position_bottom:before { top: auto; bottom: 0; }
.et_pb_divider_position_center:before { top: 50%; }
body.ie .et_pb_divider { overflow:visible; }

.et_pb_section_0 {
    padding-top: 40px;
    padding-bottom: 15px;
    background-image: url(https://www.netwaiter.net/wp-content/uploads/2014/11/jhhj767-copy.jpg);
}
/* Blurb Module */
.et-pb-icon { font-family: 'ETmodules'; content: attr(data-icon); speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; font-size: 96px; display: inline-block; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.et-pb-icon-circle { font-size: 48px; -moz-border-radius: 100px; -webkit-border-radius: 100px; border-radius: 100px; padding: 25px; }
.et-pb-icon-circle-border { border: 3px solid; }
.et_pb_blurb_content { max-width: 550px; margin: 0 auto; position: relative;padding: 25px;}
.et_pb_blurb_content p:last-of-type { padding-bottom: 0px; }
.et_pb_main_blurb_image { text-align: center; margin-bottom: 30px; }
.et_pb_blurb h4 { padding-bottom: 5px; }
.et_pb_blurb h4 a { text-decoration: none; }

.et_pb_blurb h4 {
font-weight: 300;
}


.et_pb_main_blurb_image {
margin-bottom: 20px !important;
}
.et-pb-icon-circle {
    color: #5E5E5E !important;
    font-size: 65px !important;
    padding: 0px !important;
}

.orange-icon span {
color: #eb982c !important;
}


.yellow-icon span {
color: #e0c437 !important;
}

.green-icon span {
color: #5bd4c0 !important;
}

.blue-icon span {
color: #5cb8e6 !important;
}

.purple-icon span {
color: #809ae5 !important;
}

.purple-icon2 span {
color: #9d73c7 !important;
}

.navbar-header {
    max-height: 55px;
}

h1.largePadding {
    padding-top: 50px;
    padding-bottom: 90px;
}

ul {
    padding-left: 20px;
}

.modal-body .container-fluid ul {
    padding-bottom: 1em;
}