/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

table, tr, th, td{
margin:0;
padding:0;
border:0;
outline:0;

}

.hotspot.active {
    background: black;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
   
    transform: scale(1);
    animation: pulse-red 2s infinite;
  }

  .hotspot.active{
    background: rgba(225, 48, 41, 1);
    box-shadow: 0 0 0 0 rgba(225, 48, 41, 1);
    animation: pulse-red 2s infinite;
  }
  
  @keyframes pulse-red {
    0% {
      transform: scale(.7);
      box-shadow: 0 0 0 0 rgba(225, 48, 41, 1);
    }
    
    70% {
      transform: scale(1.1);
      box-shadow: 0 0 0 10px rgba(225, 48, 41, .4);
    }
    
    100% {
      transform: scale(.7);
      box-shadow: 0 0 0 0 rgba(225, 48, 41, .2);
    }
  }

.upper{
    text-transform:uppercase;
}
.white {
    color:#ffffff
}
.crumb{
    font-size:.7rem;
    line-height:3em;
    cursor:pointer;

}
.crumb:hover{
    color:#ffffff;
    text-decoration:underline;
}
#logo{
    padding:15px 0;
}
h1{
    font-size:2em;
}
h2 {
    font-size:1.2rem;
}
.category{
    position:relative;
    width:220px;
    padding-bottom:5em;
   
}
.category:after{
    padding:0;margin:0;display:block;/* probably not really needed? */
    content: "";
    width:60%;
    height:1.1px;
    background-color:white;
    position: absolute;
    left:0;
    bottom:-5%;
    opacity:0.3;
    border-top:2px solid #f0f0f0;

}
.sub-head{
    font-weight:bold;
}
.copy-area p{
    line-height:1.4rem;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}

nav ul {
list-style:none;
}

.card-wrapper {
    padding:2em 0.2em;
}
.home-p-title{
font-size:2rem;
}
.home-p-cat{
    /* border-top:2px solid #f0f0f0; */
    position: relative;  
    
}
.home-p-cat:after{
    padding:0;margin:0;display:block;/* probably not really needed? */
    content: "";
    width:30%;
    height:1.1px;
    background-color:white;
    position: absolute;
    left:35%;
    top:-1px;
    opacity:0.3;
    border-top:2px solid #f0f0f0;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:”;
content:none;
}

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
/*a:hover {
    color:#ffffff;
    text-decoration:underline;
}*/

/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

/* abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
} */

table {
border-collapse:collapse;
border-spacing:0;
}

/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}
.p-row{
    /* height:85vh; */
}
.qwikkit div.images-display{
    margin-top:-8em;
    margin-bottom:5em;
}

/*three-sixty styles */
.threesixty-image-rotate .loading-spinner {
    display: block;
    position: absolute;
    z-index: 10000;
    background: #FFFFFF;
    opacity: 0.5;
}
.center-col {
    overflow-x: visible;
}

.threesixty-image-rotate .loading-spinner:after {
    display: block;
    /* background-image: url("/images/icons/loading.gif"); */
    background-size: contain;
    content: '';
    width: 50%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100001;
}
.threesixty-image-rotate .images-display{
    min-height: 800px;
}
.threesixty-image-rotate .images-display:hover {
    cursor: grab;
}

.threesixty-image-rotate .images-display .images-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
justify-content: center;
}

.threesixty-image-rotate .images-display .images-list .images-display {
    display: none;
}

.threesixty-image-rotate .images-display .images-list .images-display img {
    /* width: 100%; */
    height: auto;
    max-width:800px;
   
}
#active-links ul li.active {
    display:flex !important;
}
.active {
    display: block;
}
.images-display .active {
    display:block !important;
}

.threesixty-image-rotate .navigation-bar-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display:none;
}

.threesixty-image-rotate .navigation-bar-wrapper .navigation-bar {
    width: 130px;
    margin: auto;
}

.threesixty-image-rotate .navigation-bar-wrapper .navigation-bar div {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 1px;
    background-size: contain;
}

.threesixty-image-rotate .navigation-bar-wrapper .navigation-bar div:hover {
    cursor: pointer;
}
.three-sixty-text img {
max-width: 40px!important;
}
.text-center.three-sixty-text.w-100 {
    position: absolute;
    bottom: 2%;
}
/*end 360 styles*/
/*toggle links */
#toggle-links ul {
    display: flex;
    margin-bottom: 50px;
    -webkit-margin-before: 0!important;
    margin-block-start: 0!important;
    -webkit-padding-start: 0!important;
    padding-inline-start: 0!important;
}
#toggle-links ul li {
    display: flex;
    margin: o;
    height: 10px;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    height: 45px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    /* color: #367c2b; */
    text-transform: uppercase;
    font-weight: 700;
    font-size: .8em;
}
#toggle-links ul li.active {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    z-index: 3;
    font-size: .9em;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
#toggle-links ul li.active button{
    border-radius: 7px 0 0 7px;
    background-color: #1C6993;
    box-shadow: 0 2px 8px 1px rgba(0,40,85,0.61);
 
    
   
}
#toggle-links ul li button {
    border: 1px solid #1C6993;
    border-radius: 7px 0 0 7px;
    background-color: #0B426E;
    box-shadow: inset -3px 1px 5px 0 rgba(0,40,85,0.37);
    /* background: 0 0; */
    color: inherit;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    text-transform: uppercase;
    padding: 15px 25px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:.7rem;
    color:#ffffff;
}
#toggle-links ul li button:hover{
    background-color: #1C6993;
}
#toggle-links ul li button img{
    max-height:30px;
}
/*end toggle links*/
/*hotspot navigation*/
.hotspot-click-list {
    font-size: 1em;
}
.hotspot-click-list p{
text-transform:uppercase;
color:#ffffff;
}
#hotspot-nav {
    width: 50%;
    margin: auto;
    padding-top: 1em!important;
}
.hotspot-shortcut {
    list-style-type: none;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #ffffff;
    cursor: pointer;
    z-index: 9998;
    width: 18px;
    height: 18px;
    margin-right: 20px;
    border-radius: 50%;
}

.card-title {
    margin-bottom: .75rem;
    font-size:.8em;
    color:#000000;
}
.smaller {
    font-size: .7em;
}
.upper {
    text-transform: uppercase;
}
.spaced {
    letter-spacing: .5em;
}
.card-text {
    margin-bottom: .5em;
}

.hotspot-bg.active{
    opacity: 0.9;
    background-color: #03305C;
box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
z-index:9499;
}
.hotspot {
    opacity: 0.82;
    background-color: #E13029;
    color: #ffffff;
    border-radius: 50%;
    z-index: 9;
    width: 50px;
    height: 50px;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
    cursor: pointer;
    font-size: 22px;
    vertical-align: middle;
    padding-top: 9px;
}
.hotspot-card {
    position: fixed;
    z-index: 100;
    /* width: 50%; */
    /* height: 50%; */
    left: 0;
    /* top: 25% !important; */
    padding: 1.5em;
    z-index: 9500;
    /* background-color: #000000; */
    /* min-width: 540px; */
    /* top: 0; */
    /* left: 0; */
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    /* opacity: .9; */
    /* min-height: 550px !important; */
    display: flex;
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    z-index: 10;
    background-color: rgba(3, 48, 92, .9);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    z-index: 9499;
    bottom: 0;
    width: 100%;
    max-height: 180px;
}
.hotspot-title {
    font-weight: 700;
    text-transform: none;
    margin-bottom: 1em;
    font-family: 'Michroma', sans-serif;
    line-height: 1.2em;
    font-size:2em;
    color:#ffffff;
    text-align:left;
    min-height:100px;
    width:40%;
    display:flex;
    justify-content:center;

}
sup small{
    font-size:.7em !important;
}
.hotspot-content{
    color:#ffffff;
    text-align:left !important;
    font-family: 'Oxygen', sans-serif;
    /* font-size:1.3rem; */
    font-weight:300;
    line-height:1.8rem;
    min-height:100px;
    width:55%;
    display:flex;
    padding-left:1em;
    /* justify-content:center; */

}
.hotspot-content p{
    font-size:1.1rem !important;
}
.hotspot-copy{
    width:100% !important;
}
.hotspot-image img{
    max-width:100%;
}
.dynamic-hp {width:100%;}

.hotspot-shortcut.active {
    border: 1px solid #ffffff;
    background-color: #0B426E
}
.hs-card-nav li button {
    padding: 5px 10px;
    background: transparent;
    border: none !important;
}
.hs-card-nav li{
    display:flex;
    align-self: center;
}
.hs-card-nav li button img {
    width:16px;
    display:flex;
    align-self: center;
}
.card-content .close-hotspot-card{
    position: absolute;
    right: -3%;
    top: 0;
}
.close-hotspot-card {
    position: absolute;
    right: 5%;
    top: 0.5em;
    display: block;
    width: 40px;
    height: 40px;
    background: #E13029;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgb(255 224 0 / 35%);
    padding: 0 !important;
    color: #ffffff;
    line-height: 0.9em;
    border: 1px solid #E13029;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
    line-height: 1.4em;
    font-size:1.2em;

}
.left-vid-modal{
    left:10% !important;
}
.disclaimer-dark{
  font-size: 11px;
}
.card-content{
    min-height: 300px;
    color: #ffffff;
    font-size: 1.1em;
    position: relative;
    max-width: 1500px;
    margin-right: -7%;
    margin-right:auto;
    margin-left: auto;
    width:100%;
}
.hot-prev button {
    transform: rotate(180deg)

}
.hs-card-nav{
    display:flex;
    align-items:center;
    justify-content: center;
    height:50%;
    font-size:16px !important;
    padding-top:1em;
    /* margin-top:20px;
    position:absolute;
    bottom:40%;
    width:130% !important;
    left:-15%; */
}
.hs-card-nav li{
    display:inline-block;
    margin:0 10px;

}
.hs-card-nav li.hot-prev{
    float:left;
}
.hs-card-nav li.hot-next{
    float:right;
}
.hs-card-nav li button{
    padding:5px 10px;
    background:transparent;
    border:none !important;
}
.hs-card-nav li button img{
    /* width:20px; */
}
#vid-modal{
    margin-top:1em;
    cursor:pointer;
    position:relative;
}
#vid-modal::before{
  content: url(images/global/play.png);
  /* content: url("data:image/svg+xml;charset=UTF-8, <svg id='Icons' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85.33 85.33'><circle cx='42.44' cy='43.78' r='9.96' transform='translate(-0.4 0.39) rotate(-0.52)' style='fill:none;stroke:#ffffff;stroke-miterlimit:10;stroke-width:2px'/><polygon points='39.98 38.18 39.98 49.38 46.98 43.78 39.98 38.18' style='fill:none;stroke:#ffffff;stroke-linejoin:round;stroke-width:2px'/><rect x='16.53' y='26.8' width='51.82' height='33.95' style='fill:none;stroke:#ffffff;stroke-linejoin:round;stroke-width:2px'/></svg>"); */
  
  position:absolute;
  transform: scale(.8);
  width: 100%;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal{
    z-index:9999;
}
.vid-thumb img {
    max-width: 100% !important;
    box-shadow: 0 2px 14px 0 rgba(96,96,96,.5);
}
.modal{
    z-index:9999;
}
.modal-content {
    /* position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    /* border: 1px solid #888; */
    /* width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    top:15%; */ 
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    /* border: 1px solid #888; */
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    top:15%;

}

    .close {
        display: inherit;
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1;
        opacity: .5;
        position: absolute;
        top: -11%;
        right: -11%;
        color: #fff;
        cursor:pointer;
    }
    .close:hover{
        color:#ffffff;
        opacity:1;
    }
    .modal {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
        outline: 0;
        background: #000000ab;
    }
    .modal-body {
        padding: 0;
        text-align: center;
        margin-bottom: 0;
    }
.product-card{
 min-height: 350px;
  width: 95%;
  margin:auto;
  border: 2px solid #163558;
  border-radius: 5px;
  background: linear-gradient(180deg, #145782 0%, #002855 100%);
  box-shadow: 0 2px 42px 0 #031832;
}
.card-wrapper a:hover{
    text-decoration:none !important;
}
.card-wrapper a:hover .product-card{
    transform:scale(1.02);
}

div#center-rotator {
    margin-top: -7em
}
.text-center.three-sixty-text.w-100{
    color:#002855
}
.plus-img {
    width: 28px;
    border: 2px #002855 solid !important;
    border-radius: 50% !important;
    padding: 4px;
}
.threesixty-image-rotate .images-display .images-list .images-display img{
    max-width:100%;
}
.threesixty-image-rotate.product.product-dis {
    max-width: 100% !important;
}
@media screen and (max-width:1024px){
    div#center-rotator {
        margin-top: 0 !important;
    }
    .threesixty-image-rotate{
        max-width:90% !important;
    }
    .threesixty-image-rotate .images-display .images-list .images-display img{
        max-width:100%;
        /* padding-top:5em; */
    }


}

    
/*end hotspot navigation*/
