/* global */
* {
    font-family: 'Open sans', sans-serif;
}

i {
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-family: 'Ruda', sans-serif;
    float: left;
    width: 100%;
    display: block;
}

input, textarea {
    width: 100%;
    padding: 0.2em 0.3em;
    font-size: inherit;
    font-family: inherit;
    border: 1px solid #80776F;
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
    outline: none;
}

input:focus, textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #DC2B90;
}

input[type=submit],
button {
    width: auto;
    background-color: #DC2B90;
    color: #FFFFFF;
    padding: 0 1rem;
    border: none;
    float: right;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    font-size: 1.2rem;
    position: relative;
}

/* header.html */

header .header-logo img {
    max-width: 100%;
}

header .header-content {
    position: relative;
    overflow: hidden;
    float: none !important;
    width: auto !important;
}

header .header-icon {
    float: right;
    width: 80px;
    height: 100px;
}

header .header-icon .fa {
    font-size: 60px;
    color: #dc2b90;
}

header .header-icon a {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    color: #dc2b90;
    text-decoration: none;
    width: 100%;
}

header .header-search,
header .header-label {
    float: right;
    max-width: 50%;
    height: 100px;
}

header .header-label {
    padding-right: 12px;
    float: left;
}

header .header-label p {
    color: #dc2b90;
    font-size: 28px;
    font-weight: 400;
    font-family: 'Ruda', sans-serif;
    width: 100%;
    text-align: right;
}

header .header-label p:first-of-type {
    margin-top: -23px;
}

header .header-label p:last-of-type {
    margin-bottom: 0;
}

header .table-holder {
    display: table;
    height: 100%;
    float: none;
    width: auto;
}

header .header-label .table-holder {
    width: 100%;
}

header .header-icon .table-holder {
    width: 100%;
}

header .middle-align-content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none;
    width: auto;
}

header .header-search  form {
    margin-bottom: 0px;
    margin-top: -23px;
}

header .header-search  label {
    display: none;
}

header .header-search  button {
    float: right;
}

header .header-search .input-holder {
    overflow: hidden;
    display: block;
    width: auto;
    float: none;
}

header .header-search button {
    background-color: transparent;
    padding: 0 0 0 1.2rem;
    color: #000;
    font-size: 2.4rem;
}

/* footer.html */
footer {
    position: relative;
    width: 100%;
    float: left;
}

footer .top-contents {
    width: 100%;
    padding: 1.2rem 0;
    border-color: #dc2b90;
    border-width: 1px 0;
    border-style: solid;
}

footer .contents {
    width: 100%;
    padding: 1rem 0;
}

footer .social {
    float: left;
    text-align: left;
    padding-bottom: 0 !important;
}

footer .social ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    width: 100%;
    clear: left;
    height: 32px;
}

footer .social ul li {
    float: left;
    width: auto;
    color: #b6ada4;
    padding-right: 20px;
    height: 32px;
    display: block;
}

footer .social ul li.icon-circle a {
    font-size: 16px;
}

footer .social ul li.icon-circle a > i {
    display: none;
}

footer .social ul li.icon a {
    font-size: 26px;
    line-height: 32px;
}

footer .arts-council {
    float: right;
    text-align: right;
    padding-bottom: 0 !important;
}

footer .legals-nav ul {
    list-style: none;
    margin: 0;
    text-align: right;
}

footer .legals-nav ul li {
    width: auto;
    display: inline-block;
    padding: 0 .6em .5em 0;
}

footer .legals-nav ul li a {
    text-decoration: none;
    line-height: 1em;
    border-right: 1px solid #dc2b90;
    padding-right: .6em;
    display: block;
    color: #6c6d70;
    font-size: 1.4rem;
}

footer .legals-nav ul li a:hover {
    text-decoration: underline;
}

footer .legals-nav ul li:last-of-type a {
    border-right: 0;
    padding-right: 0;
}

/* responsive */

/**
 * wrapper width break point
 */
@media screen and (max-width: 1170px) {
    
}

/**
 * medium break point
 */
@media screen and (max-width: 56.250em) { /** 900px **/
    header .header-search,
    header .header-label {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    
    header .header-search .middle-align-content,
    header .header-label .middle-align-content {
        display: block;
    }
    
    header .header-search form,
    header .header-label p:first-of-type {
        margin-top: 0px;
    }
    
    header .header-search .table-holder {
        width: 100%;
        padding-left: 90px;
    }
    
    footer .footer-copyright-column p {
        text-align: center;
    }
    
    footer .legals-nav ul {
        text-align: center;
    }
}

/**
 * horizontal medium break point
 */
@media screen and (max-width: 56.250em) and (orientation:landscape) {
    
}

/**
 * medium-small break point
 */
@media screen and (max-width: 42em) {    
    header .header-label p {
        text-align: left;
    }
    
    footer .arts-council {
        text-align: center;
    }
    
    footer .social ul {
        text-align: center;
    }
    
    footer .social ul li {
        float: none;
        display: inline-block;
        padding: 0 6px;
    }
    
    footer .social ul li a {
        display: block;
    }
    
    footer .social ul li.icon-circle a > i {
        display: inline;
    }
    
    footer .social ul li.icon-circle a > span {
        display: none;
    }
    
    footer .social ul li.icon-circle a {
        font-size: 26px;
        text-decoration: none;
    }
}

/**
 * small break point
 */
@media screen and (max-width: 31.250em) { /** 500px **/
    
}