/* Header
------------------------------------------------------------------------ */
.hometown-head
{
    font-size: 24px;
    margin-bottom: 0px;
}

.hometown-subhead
{
    font-size: 18px;
    font-weight: normal;
    margin-top: 0px;
}

/* Tabs / Chevron Element
------------------------------------------------------------------------ */
.hometown-release-tabs {
    list-style: none;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    counter-reset: li;
    border: none!important;
}

.hometown-release-tabs li {
    margin: 0;
    list-style-image: none;
    list-style-type: none;
    text-align: center;
    background: #c1c0c0;
    position: relative;
    margin-left: 0; 
    box-sizing: border-box;
}    

.hometown-release-tabs li:after {
    position: absolute;
    top: 50%;
    left: 100%;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid transparent;
    border-left-color: #c1c0c0;
    border-width: 19px;
    margin-top: -19px; 
    box-sizing: border-box;
}
  
.hometown-release-tabs li:first-child {
    margin-left: 0;
}
.hometown-release-tabs li:first-child a:after {
    border: none;
}

.hometown-release-tabs li a {
    display: block;
    padding: 0!important;
    margin: 0!important;
    border: none;
    background: transparent!important;
    cursor: default;
}

.hometown-release-tabs li a.chevron p {
    color: #fff;
    font-weight: normal;
    line-height: 38px;
    padding: 0 12px 0 0;
    margin: 0;
    height: 38px;
    text-align:left;
    border: none;
}
.hometown-release-tabs li:first-child a.chevron p {
    padding-left: 12px;
}

.hometown-release-tabs li a:after {
    position: absolute;
    top: 50%;
    right: 100%;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid #c1c0c0;
    border-left-color: transparent;
    border-width: 19px;
    margin-top: -19px; 
}

.hometown-release-tabs > li {
    float: left;
}

.hometown-release-tabs li.uk-active {
    color: #fff;
    background: #701200!important;
    padding: 0;
}

.hometown-release-tabs li.uk-active {
    background: #701200!important;
}

.hometown-release-tabs li.uk-active:after {
    border-left-color: #701200!important;
}
  
.hometown-release-tabs li.uk-active a:after {
    border-color: #701200;
    border-left-color: transparent;
}

/* FORM
------------------------------------------------------------------------ */
#hometown_release_wrapper
{
    background: none;
    border: 1px solid #ccc;
    padding-bottom: 5px;
}

#hometown-release {
    clear: both;
}

#hometown-release ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#hometown-release ul li legend {
    color: #444;
    padding-bottom: 0;
    letter-spacing: 1px;
}

#hometown-release ul li legend:after {
    border-bottom: none;
}

#hometown-release .hometown-step-wrapper {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#hometown-release input[type="text"],
#hometown-release input[type="password"],
#hometown-release select {
    display: block;
    width: 100% !important;
}

#hometown-release input[type="file"] {
    display: inline-block;
    width: 100% !important;
}

#hometown-release textarea {
    width: 100%;
    max-height: 150px;
}

#hometown-release label.file-label {
    margin: 15px 0;
}

#hometown-release label.required:after {
    content:" *";
    color:#d31111;
}

#hometown-release #profile_picture,
#hometown-release #profile_video {
    font-size: 12px;
}

#hometown-release .uk-form-label {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #777;
    display: block;
    width: 100%;
}

#hometown-release .uk-width-medium-1-4.uk-autocomplete {
    width: 25%;
}

#hometown-release .uk-width-medium-1-3.uk-autocomplete {
    width: 33.333%;
}

#hometown-release .uk-width-medium-1-2.uk-autocomplete {
    width: 50%;
}   

#hometown-release .uk-width-medium-3-4.uk-autocomplete {
    width: 75%;
}   

#hometown-release .uk-autocomplete .dvids-search-autocomplete {
    max-width: 400px;
    margin-left: 25px;
    padding: 0;
}

#hometown-release .buttonbox {
    margin-top: 35px;
}

#hometown-release .buttonbox .uk-button-primary {
    background: #701200;
    color: #fff;
}

#hometown-release .buttonbox .uk-button-primary:hover
{
    background: #880e02;
}

#hometown-release .buttonbox .prev-step {
    float: left;
    margin: 0 10px 10px 0;
}

#hometown-release .buttonbox .next-step {
    margin-bottom: 10px;
}

#hometown-release .buttonbox .save-quit {
    float: left;
}

/* UPLOADED MEDIA
------------------------------------------------------------------------ */
#uploaded_media {
    margin-top: 30px;
}

#uploaded_media figure {
    width: 200px;
    height: 150px;
    overflow: hidden;
}

#uploaded_media #uploaded-profile-picture img {
    max-width: none;
    height: 100%;
}
    
#uploaded_media #uploaded-profile-picture figcaption,
#uploaded_media #uploaded-profile-video figcaption {
    background: rgba(0, 0, 0, .5);
    height: 40px;
    padding: 10px 8px;
}

#uploaded_media #uploaded-profile-picture figcaption a,
#uploaded_media #uploaded-profile-video figcaption a {
    text-decoration: none;
    cursor: pointer;
}

#uploaded_media #uploaded-profile-picture figcaption #expand-profile-picture,
#uploaded_media #uploaded-profile-video figcaption #expand-profile-video {
    float: right;
    font-size: 20px;
}

/* MEDIA QUERY STYLES
------------------------------------------------------------------------ */
@media only screen and (max-width: 480px) {
    #hometown-release .uk-autocomplete {
        width: 100%!important;
    }
    .save {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    #hometown-release .uk-autocomplete .dvids-search-autocomplete {
        margin-left: 0;
    }
    .profilePhoto {
        margin-left: 0;
    }
}