/*GENERAL*/
/*text*/
.display-big{
    font-family: Raleway,sans-serif;
    font-size: 4.25rem;
}
.display-medium{
    font-family: Raleway,sans-serif;
    font-size: 3rem;
}
.display-basic{
    font-family: Raleway,sans-serif;
    font-size: 1rem;
}
.text-upper{
    text-transform: uppercase;
}
.text-blue{
    color: #050f49;
}
.text-gold{
    color: #e4d295;
}
.btn-gold, .btn-gold:active {
    background-color: #b1a374 !important;
    border-color: #b1a374 !important;
    color: #ffffff !important;
}
.btn-gold:hover, .btn-gold:focus, .btn-gold.focus, .btn-gold.active {
    color: #ffffff !important;
    background-color: #8b7d4e !important;
    border-color: #8b7d4e !important;
}
.btn-gold.disabled, .btn-gold:disabled {
    color: #ffffff !important;
    background-color: #8b7d4e !important;
    border-color: #8b7d4e !important;
}
button.btn-gold{
    border-radius: 100px;
}
.m-0-a{
    margin: 0 auto;
}
/*Intl */
.iti--allow-dropdown {
	width: 100%;
}
/*Menu*/
#menu-main .navbar,
#menu-main .navbar-dropdown.bg-color.transparent.opened,
#menu-main .dropdown .dropdown-menu {
	background: #0f4354;
}
/*Nav*/
.carousel-control .icon-item {
	display: block;
	width: 0;
	height: 0;
	font-size: 0;
}
.carousel-control .icon-item-prev,
.carousel-controls .icon-item-prev {
    background: url(../../../../core/images/arrow/white-left.svg) center no-repeat;
}
.carousel-control .icon-item-next,
.carousel-controls .icon-item-next {
	background: url(../../../../core/images/arrow/white-right.svg) center no-repeat;
}
/*Slider Main*/
#slider-carousel-main .carousel-control .icon-item-prev,
#slider-carousel-main .carousel-control .icon-item-next{
    background-size: 40px 40px;
    padding: 20px;
}
/*Slider Footer*/
footer .carousel-control{
    background: none !important;
}
/*Modal Form*/
.modal-content{
    height: initial !important;
}
/*SECCTIONS*/
/*Menu*/
#menu-main span.btn-core-phone {
	background: url(../../../../core/images/icon/flag/ca-us.svg) center left no-repeat;
    background-size: 55px 25px;
    padding: 0 0 0 65px;
}
/*Gallery*/
.shopItemsModal_wraper{
    z-index: 1035 !important;
}
/*Accredited By*/
#accredited-by{
    padding-top: 90px;
    padding-bottom: 0;
    background: #0f4354;
}
#accredited-by h2{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
#accredited-by .carousel-control .icon-item-prev,
#accredited-by .carousel-control .icon-item-next{
    background-size: 30px 30px;
    padding: 15px;
}
/*Our Publications*/
#our-publications{
    padding-top: 45px;
    padding-bottom: 0;
    background: #0f4354;
}
#our-publications h2{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
#our-publications .carousel-control .icon-item-prev,
#our-publications .carousel-control .icon-item-next{
    background-size: 30px 30px;
    padding: 15px;
}
/*Footer Map*/
#footer-map{
    padding-top: 45px;
    padding-bottom: 75px;
    background: #0f4354;
}
#footer-map .container .col-12 .row .col-8 a{
    color: #ffffff;
}
#footer-map .container .col-12 .row .col-12 .align-center a img{
    margin-right: 5px;
    margin-left: 5px;
}
