* {
  border-radius: 0 !important;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    background-color: #f1f1f1;
    font-family: apercu, helvetica neue, Helvetica, Arial, sans-serif;
    color: #003d50;
}

.bg-naxred {
    background-color: #d81939;
}
.bg-naxdarkgray{
    background-color:   #e3e3e3;
}
.bg-naxblue {
    background-color: #003d50;
}

.bg-naxgray {
    background-color: #f1f1f1;
}

.naxred {
    color: #d81939;
}

.naxblue {
    color: #003d50;
}

/*Remove navbar padding so that we can remove nax logo padding */

/*Remove nax logo padding */

.navbar-brand {
    margin-left: -15px;
    margin-top: -15px;
    margin-bottom: -13px;
}

/*Place the righty navbar all the way to the right*/

.navbar-brand#righty {
    margin-right: -16px;
}

/*Multilvl Dropdown */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

/*Cause we want a cool header */

.bg-image-full {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.jumbotron#sectionselector {
    margin-bottom: 0;
}

/*Input style for search field */

.naxsearch {
    padding: 14px 12px 12px;
}

input[type=text].naxsearch {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    color: #002a3a;
    font-size: 16px;
    line-height: 26px;
    background-color: #fff;
    border-radius: .25rem;
    transition: all .2s cubic-bezier(0, 0, .1, 1);
}

/*Search Label*/

.search_label {
    font-weight: 700;
    display: block;
    position: relative;
    z-index: 3;
    padding: 0;
    margin-bottom: 6px;
}

/*Required for inline search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
}

/* Nax btn */

.button--primary {
    color: #fff;
    background-color: #d81939;
}

.button--primary:hover, .button--primary:focus {
    color: #fff;
    background-color: #c11633;
}

/*Responsive google maps */

@media screen and (max-width:1068px) {
    .mapcontainer {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
    }
}

@media screen and (max-width:1068px) {
    .mapcontainer iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
    }
}

a.nax {
    color: #c41734;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 2px solid #d8d8d8;
    font-size: 22px;
}

a.nax:hover, a.nax:focus {
    color: #003251;
    border-color: #003251;
}

a.naxdefault {
    color: #c41734;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 2px solid #d8d8d8;
}

a.naxdefault:hover, a.naxnaxdefault:focus {
    color: #003251;
    border-color: #003251;
}

/*Change dropdown active state behaviour*/

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #003d50;
}

.acc-head{
    font-family: apercu,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
}

.jumbotron#pageheader{
    margin-bottom:  0px;
    padding:    0px;
    margin-top: 15px;
}