@font-face {
    font-family: Futura;
    src: url('webfonts/futura/Futura Book font.ttf');
}
body{
    background-image: url("../images/desktop-bg.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:fixed;
}
.mini-tile{
    font-size: 15px;
}
/*.modal-open {
    width: 100%;
    padding-right: 0!important;
}*/

.modal-lg, .modal-xl {
    max-width: 754px;
}
.header{
    background-image: url("../images/header.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    height: 252px;
}
.header-lead{
    position: fixed;
    top: 0px;
    z-index: 9;
}
.panel-default .btn-link{
    background: #fff;
    padding: .19rem .75rem;
}
.para{
    background: #00247D;
    transform: skewX(-15deg);
    transform-origin: top;
    display: flex;
    justify-content: center;
    align-items: center;
}
.para > span{
    transform: skewX(15deg);
}
#app-content {
    margin-top: 246px;
}
#searchBtn{
    background-color: #0c713f;
}
.web-search {

}
/*.app-footer{
    background-image: url("../images/wood.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/
.app-footer-desktop {
    background-image: url("../images/mobile-footer-x.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 250px;
}
.logo{
    width:370px;
}
.castle-logo{
    width: 81px;
}
.h4{
    font-weight: 600;
}
.hide-mobile{
    display: block!important;
}
.show-mobile{
    display: none!important;
}
.border-x{
    border: 3px solid #fff;
}
.accordion {
    margin: 0px 0;
}

.accordion .item {
    border: none;
    margin-bottom: 20px;
    background: none;
}

.t-p {
    color: #fff;
    padding: 0px 110px 0px 110px;
    position: relative;
    top: -2px;
    font-size: 24px;
    min-height: 100px;
}

.accordion .item .item-header h2 button.btn.btn-link {
    background: #000;
    color: white;
    border-radius: 0px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 2.5;
    text-decoration: none;
    border: 2px solid #fff;
    padding-left: 65px;
}

.accordion .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
    margin: 2px;
}

.accordion .item .item-header h2 button {
    color: white;
    font-size: 20px;
    padding: 5px 12px 5px 12px;
    display: block;
    width: 100%;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem transparent;
}

.accordion .item .item-header h2 i {
    float: right;
    font-size: 30px;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}

button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}
