@font-face{
    font-family:"Gill Sans MT W01 Medium";
    src:url("../fonts/5727175/5dcd1b38-d595-4966-9d40-696b7b29c0cd.woff2") format("woff2"),url("../fonts/5727175/b9947f64-d079-4c63-bcb3-d50ea832f4d9.woff") format("woff");
}

#site {
/*max-width: 1400px;*/
}

header, header .lower-level h4, header .secondary h4, header .user-container a { font-family:'Gill Sans MT W01 Medium'; }

header a:hover, header a:active {
    color: #1d96bb;
}

header .user-container a {
	background-color: #1d96bb;
    color: #fff;
	border: none;
	border-radius: 25px;
}
header .user-container a:hover {
	background-color: #f1eae5;
	color: #42403d;
	border: none;
	text-decoration: none;
}

header #logo a {
text-indent:-9999px;
width: 0px;
height: 0px;
background-image: url('/media/1183/logo2.svg?width=0&amp;height=0');
}


header a {
font-size:18px; 
}

header .logo-container img {
    height: 60px;
    margin: 20px 0 20px;
}

header .user-container li {
    padding: 10px 6px;
   
}
@media (max-width:460px) {
header .user-container li {
    padding: 15px 0;
   
}
}
@media (max-width:1024px) {
header .logo-container img {
    height: 60px;
    margin: 0 0 0 20px;
}
}

@media (max-width:425px) {
header .logo-container img {
    height: 40px;
	margin: 10px 0 10px 20px;
}
}

@media (max-width:375px) {
header .logo-container img {
    height: 30px;
	margin: 14px 0 13px 20px;
}
}

@media (max-width:767px) {
header #logo a {
background-image: url('/media/1183/logo2.svg?width=0&amp;height=0');
}
}

@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5), only screen and (-webkit-min-device-pixel-ratio : 2), only screen and (min-device-pixel-ratio : 2) {
header #logo a {
background-image: url('/media/1183/logo2.svg');
background-size: 0px 0px;
}
}

body { font-family:'Gill Sans MT W01 Medium'; }

.dblue { color: #1D105F; font-weight: 700; }

.midnight { color: #1D105F;}

.white { color: #fff !important; }

.container {
    max-width: 1300px;
}

header .nav-container a, header .user-container a {
    max-width: 160px;
}

header .nav-container a, header .user-container a {
    display: table-cell;
    vertical-align: middle;
    height: 38px;
    margin: 0 5px;
}

#banner {
    background-image: url(../img/banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width:6000px) {
#banner {
    min-height:880px;
	padding-top: 200px;
}
}
@media (max-width:2560px) {
#banner {
    min-height:840px;
	padding-top: 200px;
}
}
@media (max-width:1600px) {
#banner {
    min-height:660px;
	padding-top: 200px;
}
}
@media (max-width:1300px) {
#banner {
    min-height:540px;
	padding-top: 200px;
}
}
@media (max-width:1024px) {
#banner {
    min-height:460px;
	padding-top: 200px;
}
}
@media (max-width:768px) {
#banner {
    min-height:360px;
	padding-top: 200px;
}
}
@media (max-width:425px) {
#banner {
    min-height:300px;
	padding-top: 200px;
}
}

#banner h1 {
    color: #fff;
}


#grey-bar {
    background-color: #42403d;
    color: #fff;
}

#grey-bar h1, #grey-bar h4 {
    color: #fff;
}

#grey-bar span {
    color: #1d96bb;
    display: block;
}
#grey-bar h5 {
    text-align:right;
	font-size:1.5rem;
}
@media (max-width:425px) {
#grey-bar h1, #grey-bar h5 {
    text-align: center;
}
}

.text-container p {
    font-family: Gill Sans MT W01 Medium;
    font-size: 22px;
    color: #444;
    margin-bottom: 40px;
    line-height: 1.3;
}

.background-grey {
    background-color: #42403d;
	color:#1d96bb;
}

.background-light { background-color: #f1eae5; }
.background-light h2 { color: #42403d; }

.background-blue {
    background-color: #1D105F;
    color: #fff;
}

.background-blue h2,
.background-blue h3 {
    color: #0089C2;
}

.background-blue p {
    color: #fff;
}
.header-btn { padding:10px 20px; height:60px; }

@media (max-width:430px) {
a.header-btn { font-size:12px !important; }
}
.btn {
    background-color: #1d96bb;
    color: #fff;
    border: 0;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 600;
	border-radius:25px;
}
.btn:hover {
    background-color: #f1eae5;
	color: #42403d;
}


.btn.btn-light {
    background-color: #b4b4b3;
    color: #42403d;
}
.btn.btn-light:hover {
	background-color: #f1eae5;
    color: #42403d;
}

.btn.btn2:hover {
    background-color: #b4b4b3;
    color: #42403d;
}

.btn.btn-midnight {
    background-color: #0089C2;
    color: #1D105F;
}

.btn.btn-midnight:hover {
    color: #fff;
}

footer ul a {
    color: #000;
}
footer p {
    color: #fff;
}

.card-update {}

.card-img {}

.card-text {
    color: #fff;
    padding: 50px;
}
.wallet-add-google {
    text-align: center;
}
.wallet-add-apple {
    text-align: center;
	max-height:37px;
}
@media (max-width:767px) {
.card-text {
    color: #fff;
    padding: 30px;
}	
}
.card-text li { margin-left: 20px; list-style: disc; }

.card-text p {
    color: #fff;
}
.card-text .title {
    color: #fff;
	font-family: 'Gill Sans MT W01 Medium';
}
.card-dgrey {
    background-color: #42403d;
}
.card-lgrey {
    background-color: #8f8d8e;
}
.card-brown {
    background-color: #1d96bb;
}

.btn-readmore { color:#0089c2; text-decoration: underline;}

.text-redmore {
    display: none;
}

.text-redmore.show {
    display: block;
}

.breakout {
    color: #0089C2;
    font-style: italic;
    font-weight: 600;
}

.certpinholder { height:460px; }

.cqicertpinholder { /* height:440px; */ }

@media (max-width:768px) { 
.certpinholder { height:430px; }
}

img.certificate { border: 1px solid #e4e4e4; margin: 40px 0 40px 0; box-shadow: 5px 10px 8px #e6e6e6; }


img.pin { margin: 60px 0 70px 0; }

img.cqicertificate { border: 1px solid #e4e4e4; margin: 40px 0 60px 0; box-shadow: 5px 10px 8px #e6e6e6; }


img.cqipin { margin: 40px 0 50px 0; }

@media (max-width:767px) { 
#card, #pin, #certificate, #certificate-row, #footer
{ text-align: center; }
}

h1, h2, h3, h4 {
    color: #42403d;
    font-family: Gill Sans MT W01 Medium;
	font-size:2.5rem;
}

#pay h2 { font-size: 2rem; }

p {
    font-size: 18px;
    line-height: 1.6;
}

.payment-inst {min-height:100px; margin-top:30px; }
.payment-sect2
{ border-left: #1d96bb 1px solid;}
@media (max-width:767px) { 
.payment-sect2
{ border-left: none;}
}

.payment-horiz
{ border-bottom: #0089C2 1px solid;}

ol.number {list-style: decimal;}
ol li {margin-left:20px;}


.owl-carousel {
    flex-direction: column;
    margin: auto;
	
}

.owl-stage,
.owl-item {
    display: flex;
}

.owl-dots {}

.owl-carousel .owl-nav {
    display: block!important;
}

#update .owl-carousel .owl-nav button.owl-next, 
#update .owl-carousel .owl-nav button.owl-prev {
    height: 50px;
    width: 50px;
    background-color: #fff;
    border-radius: 50px;
    position: absolute;
    top: 50%;
	font-size: 2em;
	color: #000;
}

.owl-nav button.owl-next {
    right: -30px;
}


.owl-nav button.owl-prev {
    left: -30px;
}

.owl-carousel .carousel-item {
    display: block;
    padding: 0!important;
}
.owl-next:focus, .owl-prev:focus {outline: none;}

#update .owl-dots {
    display:none;
}

#update .owl-theme .owl-dots .owl-dot.active span {
    background-color: #b4b4b3;
}

#update .owl-theme .owl-dots .owl-dot span {
    height: 15px;
    width: 15px;
}

.social {
    display: flex;
    justify-content: space-evenly;
}

.social li {
    padding: 0;
    width: 50px;
}

.social li img {
    width: 100%;
    height: auto;
}
.card-member {border-radius: 40px;margin-bottom:5px;}

@media (max-width:1024px) {
.card-member-right {margin-top:20px;}
}
@media (max-width:768px) {
.card-member-right {margin-top:20px;}
}

.card-back {
    position: relative;
}

img.bt-wallet { width: 180px !important; /* display:inline !important;*/ }


@media (max-width:426px) { 
img.bt-wallet { margin-left: 0; }
}



.card-back-content {
    color: #fff;
    position: absolute;
    left: 50px;
    bottom: 100px;
    z-index: 1;
	max-width: 140px;
}
@media (max-width:767px) {
.card-back-content {
    bottom: 150px;
}
}


@media (max-width: 1200px) {
    
    
    .owl-carousel .carousel-item {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .owl-carousel .owl-nav button.owl-next {
        right: -30px;
    }
    
    .owl-carousel .owl-nav button.owl-prev {
        left: -30px;
    } 
    
    .owl-dots {
        display: block;
    }
}
@media only screen and (min-width: 1019px) {
header .nav-container .primary {
    padding: 0 10px;
}
}
@media only screen and (min-width: 1200px) {
header .nav-container .primary {
    padding: 0 20px;
}
}
/*@media only screen and (min-width: 1300px) {*/
@media only screen and (min-width: 1025px) {
    header .header-container .top-nav-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media only screen and (max-width: 1024px) {
    header .nav-container {
        top: 73px;
    }
    header .nav-container a {
        max-width: none;
    }
}