/* Fonts
--------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Berkshire+Swash|Lato&display=swap');

/* form updates */
.form-control {height: auto}
.input-group {position: relative;display: flex;flex-wrap: wrap;align-items: stretch;width: 100%}
.input-group .form-control {display: flex;align-items:center}
.input-group-addon, .input-group-btn {width: auto}
.label-add-on .input-group-addon {font-size: inherit}
.input-group .input-group-btn.input-group-append {display:flex}
.input-group-addon {display: flex;align-items: center;line-height: 1.5;text-align: center;white-space: nowrap;border-radius: 4px}
.input-group>.form-control, .input-group>.form-select {position: relative;flex: 1 1 auto;width: 1%;min-width: 0}
.input-group .input-group-btn div.btn {display: flex}
.input-group>.file-input.file-input-new {display: flex;flex: 1 1 auto}
.input-group > .file-input:not(.file-input-new) {display: flex;flex-wrap: wrap;flex: 1}
.input-group > .file-input .kv-upload-progress {width: 100%}
.input-group-addon~.file-input.file-input-new .form-control {border-top-left-radius: 0;border-bottom-left-radius: 0}
.swoogo-reg-summary .responsive-table .buttons .btn-group.btn-group-sm {min-width: 100px}
.btn-group.btn-group-sm>.btn {font-size: 12px !important}
/* end form updates */

/* General Styles
--------------------------------------------------------------------------------------*/
body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #666666;
    min-height: 100%;
}
/*
a {
    color: #b39964;
}

a:hover, #a_hover {
    color: #c8ae79;
}
*/
.content h2 {
    font-size: 1.75em;
    font-weight: 700;
}

#main-wrap .container {
    padding-bottom: 35px;
}

/* Backgrounds
--------------------------------------------------------------------------------------*/
.landing-page .site-background {
    background-image: url('main-bg.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 562px;
}

.standard-page .site-background {
    background-image: url('main-bg.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 366px;
}

/* Responsive */
@media (max-width: 767px) {

    .site-background {
        max-height:366px;
    }

}

/* Logo Wrap
----------------------------------------------------------------------------*/
#logo-wrap, #nav-wrap {
    width: 100%;
    background: #ffffff;
    background: rgba(255, 255, 255, .80);
}

#logo-wrap {
    text-align:center;
}

.text-logo {
    padding: 12px 0;
}

.text-logo a {
    color: #000;
    font-family: 'Berkshire Swash', cursive;
    font-size: 30px;
}

/* Navigation
--------------------------------------------------------------------------------*/
.short-header-page #nav-wrap {
    border-bottom: 1px solid #ebebeb;
}

.navbar {
    margin-bottom:0px;
}

.swoogo-nav > li > a {
    background:none !important;
    color: #3b3b3b;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    margin-bottom:0px;
    padding-left:0px;
    padding-right:0px;
    margin-left:0px;
    margin-right:30px;
}

.swoogo-nav > li:last-child > a {
    margin-right: 0;
}

.swoogo-nav > li > a:hover,
.swoogo-nav > li > a:active,
.swoogo-nav > li > .active a,
.swoogo-nav > li.active > a {
    /*border-bottom: 3px solid #b39964;*/
    margin-bottom:0px;
}

.swoogo-nav .dropdown-menu > .active > a,
.swoogo-nav .dropdown-menu > .active > a:hover,
.swoogo-nav .dropdown-menu > .active > a:focus {
    /*background-color: #b39964;*/
}

.swoogo-nav .open > a,
.swoogo-nav .open > a:hover,
.swoogo-nav .open > a:focus {
    border-color: transparent;
}

.navbar-toggle {
    margin-right:0px;
    border: 1px solid transparent;
}

.navbar-toggle span.icon-bar {
    /*background: #b39964;*/
}

.navbar .social-media-links {
    margin: 10px 0px;
}

@media (max-width: 767px) {

    .swoogo-nav > li > a:hover,
    .swoogo-nav > li > a:active,
    .swoogo-nav > li > .active a,
    .swoogo-nav > li.active > a {
        border: 0px;
        margin-bottom: 3px;
    }

    .swoogo-nav > li.active > a {
        /*border-bottom: 1px solid #b39964;*/
    }

    .mobile-logo a img {
        padding: 5px 0;
    }

}

@media (min-width: 768px) {

    nav.navbar #navbar {
        display: flex !important;
        align-items: center;
        flex-flow: row wrap;
        justify-content: center;
    }

    nav.navbar #navbar > .swoogo-nav {
        flex: 1 1 auto;
    }

    nav.navbar #navbar > .navbar-right {
        flex: 0 0 auto;
        margin-right: 0;
    }

}

/***
Registration progress
***/
.swoogo-reg-progress .steps > li.active > a.step .number {
    background-color: #45B6AF;
    color: #fff;
}
.swoogo-reg-progress .steps > li.active > a.step .desc {
    color: #333;
}
.swoogo-reg-progress .steps > li.done > a.step .number {
    /*background-color: #b39964;*/
    color: #fff;
}

/* Banner
--------------------------------------------------------------------------------*/

#banner h2 {
    color: #FFF;
    font-size: 40px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

#banner .paragraph {
    color: #FFF;
    font-size: 26px;
    padding-bottom: 20px;
}

.standard-page #banner {
    text-align: left;
}

.landing-page #banner {
    text-align: center;
}

.landing-page #header-wrap,
.standard-page #header-wrap {
    display: table;
    width: 100%;
}

.landing-page #nav-wrap,
.standard-page #nav-wrap {
    /*display: table-row;
    height: 1px;*/
	display: block;
    height: auto;
    position: relative;
    z-index: 3;
}

.tr-wrapper {
    display: table-row;
    height: 100%;
}

.td-wrapper {
    display: table-cell;
    vertical-align: middle;
}

/* Footer
--------------------------------------------------------------------------------*/
#footer-wrap {
    border-top:1px solid #CCC;
}

#footer-wrap .container {
    padding: 30px 0;
}

#footer-wrap h2 {
    font-size: 14px;
    font-weight: bold;
}

#footer-wrap p {
    font-size: 14px;
}

/***
Responsive
***/
@media (max-width: 767px) {

    #logo-wrap {
        display:none !important;
    }

    #banner h2 {
        font-size: 35px;
    }

    #banner .paragraph {
        font-size: 20px;
    }


}