/* Show it is fixed to the top */
/*
Gold - #c6a249
Black - #000000;
*/


body {
	padding-top: 134px;
}

@font-face {
    font-family: 'Century Gothic Bold';
    src: url('../fonts/CenturyGothic-Bold.eot');
    src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Bold.woff') format('woff'),
        url('../fonts/CenturyGothic-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic.woff2') format('woff2'),
        url('../fonts/CenturyGothic.woff') format('woff'),
        url('../fonts/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Century Gothic Bold';
	font-weight:normal;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-family: 'Century Gothic';
	font-weight:normal;
}
p, ul, li, label {
	font-family: 'Century Gothic';
	font-weight:normal;
}
a,
a:link,
a:visited,
a:active{
	color:inherit;
	text-decoration:underline;
}
a:hover{
	color:inherit;
	text-decoration:none;
}
strong {
	font-family: 'Century Gothic Bold';
	font-weight:normal;
}
.gold {
	color:#c6a249;
}
.even-bigger {
	font-size:160%;
	line-height:100%;
}
.bigger {
	font-size:120%;
	line-height:100%;
}
.contact-details {
	float:right;
	text-align:right;
	color:#FFF;
}
.contact-details-mobile img{
	height:44px;
	width:auto;
	margin:0px 0px 0px 15px!important;
}
.contact-details-mobile p{
	margin:0px;
}
.contact-details p{
	font-family: 'Century Gothic Bold';
	font-weight:normal;
	margin:0px;
}
.contact-details a.phone {
	font-family: 'Century Gothic Bold';
	font-weight:normal;
	font-size:260%;
	line-height:100%;
	color:#000000;
	text-decoration:none!important;
}
.contact-details a.email {
	font-family: 'Century Gothic Bold';
	font-weight:normal;
	font-size:180%;
	line-height:100%;
	color:#c6a249;
	text-decoration:none!important;
}
.bg-light {
    padding:30px;
	background-color: #FFFFFF !important;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
}
.logo {
	height:80px;
	width:auto;
}
section {
	padding: 60px 0px;
}
section.dark {
	background:#000000;
	color:#FFF;
}
section.mid {
	background:#f1ead7;
	color:#000000;
}
section.grey {
	background:#c9c8c8;
	color:#000000;
}

#scroller {
        position: relative;
    }
    #scroller .innerScrollArea {
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    #scroller ul {
        padding: 0;
        margin: 0;
        position: relative;
    }
    #scroller li {
        padding: 0;
        margin: 0;
        list-style-type: none;
        position: absolute;
    }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0px!important;
}
.card-header {
	padding: 5px 10px;
    margin-bottom: 0;
    background-color: #c6a249;
    border-bottom: 1px solid #FFF;
	border-radius: 0px!important;
}
.card-header .btn-link {
    font-family: 'Century Gothic Bold';
	font-weight:normal;
	font-size:120%;
    color: #FFF;
	width:100%;
	text-align:left;
	padding-right:60px;
	white-space: unset;
}
.card-header .btn-link:not(.collapsed){
    background-image: url('../images/down-arrow.png');
	background-repeat:no-repeat;
	background-position:center right;
}
.card-header .btn-link.collapsed,
.card-header .btn-link:active.collapsed{
    background-image: url('../images/right-arrow.png');
	background-repeat:no-repeat;
	background-position:center right;
}
.card-header .btn-link,
.card-header .btn-link:link,
.card-header .btn-link:hover,
.card-header .btn-link:active,
.card-header .btn-link:visited{
    text-decoration:none!important;
}
.accreditations {
	height:80px;
	width:auto;
	margin:20px 20px 20px 20px;
}
footer {
	padding:40px 0px;
	background:#000000;
	color:#FFF;
	font-size:80%;
}
footer p{
	margin:0px;
}
footer a,
footer a:link,
footer a:visited,
footer a:active{
	color:#FFF;
	text-decoration:underline;
}
footer a:hover{
	color:#FFF;
	text-decoration:none;
}
footer img {
	margin:0px 4px 20px 4px;
	width:48px;
	height:auto;
}
.btn-primary{
  outline: none!important;
}
.btn-primary:focus,
.button:active {
  box-shadow: none!important;
}
.btn-primary:disabled {
  background:#c6a249!important;
	border:4px solid #c6a249!important;
	opacity:0.5!important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
a.btn-primary {
	font-family: 'Century Gothic Bold';
	color:#FFF;
	background:#c6a249 ;
	border:4px solid #c6a249;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration:none;
}
a.btn-primary:hover {
	color:#FFF;
	background:#000;
	border:4px solid #000;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration:none;
}
.btn-primary {
	font-family: 'Century Gothic Bold';
	color:#FFF;
	background:#c6a249 ;
	border:4px solid #c6a249 ;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.btn-primary:hover {
	color:#FFF;
	background:#000;
	border:4px solid #000;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.form-control {
    font-family: 'Century Gothic';
	display: block;
    width: 100%!important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #68726a;
    background-color: #fff;
    background-clip: padding-box;
    border:1px solid #b2b9b4;
    border-radius: 0;
    outline:none!important;
    box-shadow:none!important;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	margin-bottom:8px;
}
.form-control:focus{
    border:1px solid #68726a;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.form-control::placeholder {
	color: #b2b9b4;
	opacity: 1;
}
.wpcf7-not-valid {
	font-family: 'Century Gothic';
	border:1px solid #dc3232!important;
}
.wpcf7 form.sent .wpcf7-response-output {
	font-family: 'Century Gothic';
	border-color: #46b450; /* Green */
	color:#46b450;
	border: 1px solid #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	font-family: 'Century Gothic';
	border-color: #dc3232; /* Red */
	color: #dc3232;
	border: 1px solid #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
	font-family: 'Century Gothic';
	/* border-color: #f56e28; Orange */
	border-color: #dc3232; /* Red */
	color: #dc3232;
	border: 1px solid #dc3232;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	font-family: 'Century Gothic';
	/* border-color: #ffb900; Yellow */
	border-color: #dc3232; /* Red */
	color: #dc3232;
	border: 1px solid #dc3232;
}

.wpcf7-spinner {
    display: block;
	margin: 0 auto;
}