.competition_page h2{

}
.competition_page .button {
    font-size: 1.5rem;
    font-weight: bold;
}
.competition_page #grid3 p {
    line-height: 10px;
}
.competition_page h4 {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 15px !important;
    letter-spacing: -0.5px;
    font-weight: 800;
    font-family: 'gotham',Arial, sans-serif;
}
.competition_page li {
    font-size: inherit;
    margin-left: 30px;
}
.competition_page body {
font-family: 'Gotham', Roboto, Arial, sans-serif;
    }
.competition_page h1 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 15px !important;
    letter-spacing: -0.5px;
    font-weight: 800;
    font-family: 'gotham',Arial, sans-serif;
}
.competition_page h4 {
    font-family: 'gotham',Arial, sans-serif;
}

#breadcrumbs ul li{
    margin-left: 0;
}

.centerButton{
    text-align: center !important;
}

.centerButton .button{
    float:none !important;
}

.notification {
    background: #feeb8b;
    line-height: normal;
    z-index: 15;
    color: #333;
    padding: 15px 30px;
    min-height: 10px;
    display: none;
    width: 100%;
}

.notification .notice {
    text-align: center;
    width: 100%;
    display: none;
    position: relative;
}

.notification .close {
    right: -10px;
    top: -10px;
    bottom: auto;
}

.notification .close {
    position: absolute;
    right: -20px;
    top: -10px;
    cursor: pointer;
}

#header {
    width: 100%;
    background: rgb(255, 255, 255) transparent;
    background: rgba(255, 255, 255, 0.4);
    /* For IE 5.5 - 7*/
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
    /* For IE 8*/
    -ms-filter: ";:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6000;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}

#header.header-shrink {
    height: 100px;
}

#header.header-shrink #logo img {
    width: inherit;
}

.meet-the-team #tours div.columns{
  min-height: 195px;
}

.intl-tel-input { width: 100%; }

#country-listbox .country{
    color: #666666;
}

#country-listbox .country span{
    display: inline;
}

ul#country-listbox li {
    list-style: none;
    list-style-image: none;
    margin-left: 0;
}

.hide{
    display:none;
}

ul.country-list{
    margin: inherit !important;
}

input.required, textarea.required{
	color: inherit;
}

#lightcase-case{
    text-shadow: inherit;
}

#logo img {
    margin: 4px 0 0 -5px;
}