*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*This changes the box model of everything in the website and can be overwriten per component if needed. To read more about box-sizing and why you'd want to overwrite it see https://css-tricks.com/international-box-sizing-awareness-day/ or https://www.w3schools.com/cssref/css3_pr_box-sizing.asp*/


/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/

body {
    font-family: 'Roboto', san-serif;
    font-weight: 400;
    font-size: 15px;
    color: #666;
    background-color: #fff;
}

p {
    font-family: 'Roboto', san-serif;
    font-weight: 400;
    font-size: 15px;
    color: #666;
}


/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto Slab', serif;
    color: #000032;
    font-weight: 300;
    margin-bottom: 20px;
}

h5,
h6 {
    margin-bottom: 5px;
}

h1,
#mheader_5_wrapper #mycanvas h1 {
    font-size: 33px;
    color: #000032;
}

h2,
#mheader_5_wrapper #mycanvas h2 {
    font-size: 30px;
}

h3,
#mheader_5_wrapper #mycanvas h3 {
    font-size: 28px;
}

h4,
#mheader_5_wrapper #mycanvas h4 {
    font-size: 26px;
}

h5,
#mheader_5_wrapper #mycanvas h5 {
    font-size: 20px;
}

h6,
#mheader_5_wrapper #mycanvas h6 {
    font-size: 17px;
}

ul li:has( h1) {
    color: red;
    list-style: none;
}

.subhead {
    color: #000032;
    padding: 0px;
    font-size: 26px;
    display: inline;
}

.subhead h4 {
    color: #000032;
    margin: 0 15px;
    padding: 0 10px;
    display: inline;
    background-color: #fff;
}

.subhead hr {
    border-top: 3px solid #24264B;
    margin-top: -15px;
}

h1.title {}

h1.title:empty {
    display: none;
}


/*^^Hides the extra margin that is added on pages without a title*/


/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/

a {
    color: #537383;
    text-decoration: underline;
}

#mheader_5_wrapper a {
    text-decoration: none;
}

a:hover,
a:focus {
    color: ;
    text-decoration: none;
}


/*--------------------------------------------------------
	IMAGES, Objects
--------------------------------------------------------*/

img {
    border: 0px;
}


/*--------------------------------------------------------
						HEADER
--------------------------------------------------------*/

.main-header-wrapper {
    /*width: calc(100% - 1170px);*/
    width: 30%;
    background-color: #000031;
    text-align: right;
    float: left;
}

.main-content-wrapper {
    /*  float: right;
    padding: 0;
    background-color: #fff;*/
    width: 70%;
    float: right;
    padding: 0;
}

.header-wrapper {
    width: 290px;
    float: right;
}

.logo-wrapper {
    padding: 50px 20px 30px 20px;
}

.logo-wrapper img {
    max-width: 100%;
    height: auto;
}

.banner-wrapper img {
    width: 100%;
    height: auto;
}

.breadcrumb-wrapper {
    position: absolute;
    float: right;
    right: 0;
    padding: 0;
    background-color: #000031;
    width: 70%;
    position: relative;
    z-index: 4;
}

.breadcrumb-wrapper>a:nth-child(1):before {
    content: "";
    height: 11px;
    width: 13px;
    background-image: url(../images/br-company-address-icon.svg);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 6px;
    margin-left: 25px;
}

.breadcrumb-wrapper>a {
    color: #777;
    font-size: 11px;
    text-decoration: none;
}

.breadcrumb-wrapper>a:last-of-type {
    color: #999;
}


/*.breadcrumb-wrapper {
    display: initial;
}*/


/*--------------------------------------------------------
					Search Bar
--------------------------------------------------------*/


/*--------------------------------------------------------
					Desktop Navigation
--------------------------------------------------------*/

.nav-links-wrapper,
#mobileMenuWrapper #mobile-menu {
    color: #c5c5c5;
}

#nav_menu {
    padding: 0px;
}

#nav_menu .nav {
    float: none;
    text-align: left;
}

#nav_menu .navbar-nav li .dropdown-menu a {
    background-color: #283e4e;
}

#nav_menu .navbar-nav>li a,
#nav_menu .navbar-nav>li a:link,
#nav_menu .navbar-nav li.open a {
    color: #fff;
    border-top: rgba(255, 255, 255, 0.12) solid 1px;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    padding: 11px 20px !important;
    font-weight: 300;
    text-decoration: none;
    max-height: 43px;
}

#nav_menu .navbar-nav>li a .caret {
    display: none;
}

#nav_menu .navbar-nav>li a:hover,
#nav_menu .navbar-nav>li a:focus {
    background-color: rgba(255, 255, 255, 0.06);
}

.NP .navbar-nav>li>a.active,
#mobile-menu>li>a.active,
.NP .dropdown-menu>li>a.active,
.mDropdown a.active {
    background-color: rgba(255, 255, 255, 0.06);
}

.navbar-nav>li a {
    color: ;
    font-family: ;
}

.NP .nav>li>a:hover,
.NP .nav>li>a:focus {
    background-color: transparent;
}

.header-links-wrapper {
    border-top: rgba(255, 255, 255, 0.12) solid 1px;
    border-bottom: rgba(255, 255, 255, 0.12) solid 1px;
    background-color: rgba(3, 19, 28, 0.13);
    display: table;
    width: 100%;
    height: 44px;
}

.header-links-wrapper a {
    padding: 13px 38px 8px 39px;
    display: block;
    float: left;
    max-width: 90px;
    width: 90px;
    cursor: pointer;
}

.header-links-wrapper a:nth-child(1),
.header-links-wrapper a:nth-child(2) {
    border-right: rgba(255, 255, 255, 0.12) solid 1px;
}

.header-links-wrapper a:hover .login-cls-1,
.header-links-wrapper a:hover .cart-cls-1,
.header-links-wrapper a:hover .search-cls-1 {
    fill: #EBDFBD;
    transition: .3s;
}

.nav-links-wrapper h6,
#mobile-menu h6 {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    color: #dddddd;
    margin-bottom: 15px;
}

.sticky {
    position: fixed;
    top: 0;
    height: 100%;
}


/*Cart Section*/

.cart-wrapper {
    border-bottom: rgba(255, 255, 255, 0.12) solid 1px;
}

.cart-wrapper,
.search-wrapper {
    text-align: left;
    background-color: rgba(3, 19, 28, 0.13);
    padding: 20px 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    display: none;
}

.cart-wrapper.open,
.search-wrapper.open {
    display: block;
}


/*Log-in Style*/

#member-login-wrap {
    text-align: left;
    background-color: rgba(3, 19, 28, 0.13);
    padding: 20px 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
}

#login {
    color: #c5c5c5;
}

#login input {
    display: block;
    background-color: transparent;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    margin-bottom: 25px;
    margin-top: 10px;
}

#login input[type="submit"] {
    background: #2f2f2f;
    border: none;
    padding: 10px 18px;
    font-weight: 400;
    color: #fff;
}

#login input[type="submit"]:hover {
    background-color: #ece0bd;
    transition: .3s;
}

.nav-links-wrapper a,
#mobile-menu a {
    color: #ededed;
    font-weight: 400;
}


/*Social Media*/

.social-media-links-wrapper {
    background-color: rgba(3, 19, 28, 0.13);
    text-align: left;
    padding: 15px 20px 25px;
    border-top: rgba(255, 255, 255, 0.12) solid 1px;
    border-bottom: rgba(255, 255, 255, 0.12) solid 1px;
}

.social-media-links-wrapper a {
    text-decoration: none;
    margin-right: .5px;
    height: 24px;
    width: 24px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.08);
    top: 1px;
    margin-top: 5px;
    position: relative;
}

.social-media-links-wrapper a:hover {
    top: -5px;
    margin-bottom: -5px;
}

.social-media-links-wrapper a:hover {
    height: 29px;
    transition: .3s;
}

.twitter-link:hover {
    background-color: #10c0ee;
}

.fb-link:hover {
    background-color: #3B5998;
}

.li-link:hover {
    background-color: #006e99;
}

.social-media-links-wrapper a span {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: none;
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 11px;
    line-height: 140%;
    text-decoration: none;
    top: -45px;
    padding: 4px 0px;
    cursor: default;
    position: absolute;
    text-indent: 0;
    color: #fff;
    z-index: -999;
    -webkit-transition: top .2s;
    -moz-transition: top .2s;
    -o-transition: top .2s;
    transition: top .2s;
    font-family: arial;
}

.social-media-links-wrapper a:hover span {
    top: -23px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 999;
    min-width: 70px;
}

.social-media-links-wrapper a.twitter-link:hover span {
    background-color: #10c0ee !important;
}

.social-media-links-wrapper a.fb-link:hover span {
    background-color: #3B5998 !important;
}

.social-media-links-wrapper a.li-link:hover span {
    background-color: #006e99 !important;
}

.social-media-links-wrapper a:hover {
    color: #fff;
    height: 29px;
    margin-top: -5px;
    text-decoration: none;
}


/*Header Contact*/

.contact-wrapper {
    background-color: rgba(3, 19, 28, 0.13);
    text-align: left;
    padding: 20px 20px;
}

.contact-wrapper ul,
#mobileMenuWrapper .contact-wrapper ul {
    padding: 0px 2px 0px 22px;
}

.contact-wrapper ul li {
    list-style: none;
}

.contact-wrapper ul li:nth-child(1):before {
    content: "";
    height: 13px;
    width: 16px;
    background-image: url(../images/company-address-icon.svg);
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: -22px;
    margin-right: 6px;
}

.contact-wrapper ul li:nth-child(4):before {
    content: "";
    height: 16px;
    width: 16px;
    background-image: url(../images/envelope-icon.svg);
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: -22px;
    margin-bottom: -3px;
    margin-right: 6px;
}


/*----------------------------------Search Bar*/

.search-wrapper {
    border-bottom: rgba(255, 255, 255, 0.12) solid 1px;
}

#searchbox {
    width: 100%;
    margin-left: auto;
    padding: 8px 0;
}

.input-group.search-input-wrap {
    height: 32px;
    border-radius: 16px;
    border: 1px solid #AFAFAF;
    max-width: 200px;
}

.search-input#q {
    height: 42px;
    width: 100%;
    font-size: 15px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgb(197, 197, 197);
    background: none;
    display: inline-block;
}

.search-input#q:after {}

#searchbox .search-button {
    display: none;
}

.search-input#q:focus {
    box-shadow: none;
}

#searchbox .search-button {
    position: relative;
    background-image: url(../images/search-icon-2.svg);
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: none;
    display: inline-block;
    float: right;
    margin-top: -28px;
    margin-right: 12px;
}


/*--------------------------------------------------------
					Index / Main Body
--------------------------------------------------------*/

.banner-wrapper {
    position: relative;
    z-index: 2;
}

.inner-content-wrapper {
    padding: 25px 175px 25px 25px;
    margin-bottom: 71px;
    z-index: 1;
    position: relative;
    background-color: #fff;
}

#middle-content-wrapper table,
#middle-content-wrapper table td {
    border: none;
}


/*Sponsor Payments*/

#sponsor-payments-wrapper h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 15px;
}

#sponsor-payments-wrapper table tr {
    display: inline-block;
    padding: 15px 0;
}

#sponsor-payments-wrapper table tr:nth-child(1) {
    border-bottom: 1px solid #cccccc;
}

#sponsor-payments-wrapper table td {
    padding: 0px 10px;
    width: 50%;
}

#sponsor-payments-wrapper table tr td:nth-child(1) {
    border-right: 1px solid #cccccc;
    padding-left: 0;
}

#sponsor-payments-wrapper table tr td:nth-child(2) {
    padding-right: 0;
}

#sponsor-payments-wrapper ul {
    list-style: none;
    border-top: 1px solid #cccccc;
    margin: 20px 0 0;
    padding: 12px 0 0;
}

#sponsor-payments-wrapper ul li:nth-child(1) a:before {
    content: "";
    height: 16px;
    width: 16px;
    background-image: url(../images/cart-icon-grey.svg);
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: -3px;
    margin-right: 6px;
    margin-bottom: -3px;
}

#sponsor-payments-wrapper ul li p {
    display: inline;
}

#sponsor-payments-wrapper ul li a {
    text-decoration: none;
    color: #666;
}

#sponsor-payments-wrapper ul li a:hover:before {
    background-image: url(../images/cart-icon-blue.svg);
}

#sponsor-payments-wrapper ul li a:hover,
#sponsor-payments-wrapper ul li:nth-child(1) a:hover~.cart-grey-cls-1 {
    color: #000032;
    transition: .3s;
}


/*----------------Slideshow----------*/


/*Custom Style*/

.carousel-indicators {
    right: -7px;
    float: right;
    left: auto;
    position: absolute;
    top: 0;
    margin: 0;
    width: 0;
}

.carousel .carousel-indicators li {
    display: block;
    position: relative;
    margin: 0;
    background-color: #cccccc;
    border-radius: 0;
    width: 10px;
    height: 10px;
    border: 0;
    margin-bottom: 5px;
}

.carousel .carousel-indicators li.active {
    background-color: #000032;
}

.carousel-control {
    color: #fff;
    opacity: 1;
    font-size: 38px;
    text-decoration: none;
    height: 40px;
    width: 40px;
    margin: auto;
    background: rgba(0, 0, 0, 0.3);
    line-height: 36px;
    text-shadow: none;
}

#slide-row {
    margin-bottom: 10px;
}

.carousel-control.left,
.carousel-control.right,
.carousel-control:hover {
    background-image: none;
    font-size: ;
    font-weight: ;
    z-index: 101;
}

.carousel-control {
    top: ;
    width: ;
}

.carousel .item .row div[class*="col"] {
    text-align: center;
}

.carousel-inner .item img {
    width: 192px;
    height: 192px;
    margin: auto;
}

.carousel-caption {
    position: absolute;
    z-index: 100;
    background-color: #002857;
    background: rgba(0, 0, 0, .6);
    padding: 10px 15px;
    left: initial;
    bottom: 0px;
    right: 0px;
    top: initial;
    width: 100%;
    text-align: left;
    text-shadow: none;
}

@media (max-width: 600px) {
    .carousel-caption {
        padding: 0px 10px;
    }
}

.carousel-caption p.caption-text {
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    display: block;
    color: white;
    margin-bottom: 10px;
}

.carousel-caption p.alt-text {
    font-size: 16px;
    font-family: serif;
    font-style: italic;
    color: white;
    margin-bottom: 10px;
}


/*----------------End Slideshow------*/


/*--------------------------------------------------------
					News and Events Feeds
--------------------------------------------------------*/


/*--------------------------------------------------------
				CSS Styles for Inner Pages
--------------------------------------------------------*/

.subpage {
    min-height: calc(100vh - 460px);
}


/*----------Responsive Nivo*/

div[id^=slider-container-FD],
div[id^=slider_FD],
.nivoSlider img {
    max-width: 100% !important;
    height: auto !important;
}


/*----------Nivo Controls*/

.nivo-prevNav,
.nivo-nextNav {
    background-image: none !important;
    width: 25px !important;
    top: 25% !important;
    /*Fallback for browsers that don't support calc*/
    top: calc( 50% - 50px) !important;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 75px;
    font-family: Arial, sans-serif;
    text-shadow: 0px 0px 10px rgba(51, 51, 51, 0.4);
}

.nivo-prevNav:hover,
.nivo-nextNav:hover {
    text-decoration: none;
    color: #ae0e0d;
    text-shadow: none;
}

.nivo-prevNav {
    left: 10px !important;
}

.nivo-nextNav {
    right: 10px !important;
}

.nivo-prevNav:after {
    content: "‹";
}

.nivo-nextNav:after {
    content: "›";
}


/*--------------------------------------------------------
						Footer
--------------------------------------------------------*/

.footer-wrapper {
    background-color: #000020;
    color: #626c75;
    display: inline-block;
    width: 100%;
    min-width: 1170px;
    padding: 30px 10px 15px;
    position: fixed;
    bottom: 0;
    z-index: 0;
}

#footer-row {
    display: inline-block;
    vertical-align: middle;
}

#footer-row p,
#footer-row a {
    margin: 0;
    color: #626c75;
}

.footer-social-media-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.footer-social-media-wrap ul {
    margin: 0;
    padding: 0;
}

.footer-social-media-wrap ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.footer-social-media-wrap svg {
    width: 30px;
    height: 30px;
}

@media (min-width: 990px) and (max-width: 1199px) {
    #footer-row {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    #footer-row {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .footer-social-media-wrap {
        margin-top: 20px;
    }
}


/*--------------------------------------------------------
						MMS Styling
--------------------------------------------------------*/

#admin_menu_wrap_5 .nav>li>a:focus, #admin_menu_wrap_5 .nav>li>a:hover {
    background-color: rgba(255,255,255,.1);
}

#admin_menu_wrap_5 .nav .open>a, #admin_menu_wrap_5 .nav .open>a:focus, #admin_menu_wrap_5 .nav .open>a:hover {
    background-color: rgba(255,255,255,.1);
}

/*--------------------------------------------------------
                        Media Queries
--------------------------------------------------------*/

@media (max-width: 1500px) {
    .inner-content-wrapper {
        padding-right: 100px;
    }
}

@media (max-width: 1400px) {
    .inner-content-wrapper {
        padding-right: 25px;
    }
    .footer-wrapper {
        min-width: 100%;
    }
}

@media (max-width: 992px) {
    .main-header-wrapper {
        min-height: 0 !important;
        width: 100%;
    }
    .header-wrapper {
        width: 100%;
        float: none;
    }
    .logo-wrapper {
        text-align: center;
        padding: 20px;
    }
    .main-content-wrapper {
        width: 100%;
    }
    .inner-content-wrapper {
        padding: 25px;
    }
    .carousel-inner .item img {
        width: 100%;
        height: auto;
    }
    #mobileMenuWrapper.open~.main-wrapper:before {
        background: rgba(0, 0, 0, 0.6);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 199;
    }
    .breadcrumb-wrapper {
        float: left;
        width: 100%;
        padding: 2px 0;
    }
}

@media (max-width: 767px) {
    .logo-wrapper img {
        max-width: 220px;
    }
    #sponsor-payments-wrapper table tr {
        display: table-row;
    }
    #sponsor-payments-wrapper table td {
        padding-bottom: 10px;
        padding-top: 20px;
    }
    .footer-wrapper {
        position: relative;
        text-align: center;
    }
}

@media (max-width: 480px) {
    #sponsor-payments-wrapper table tr:nth-child(1) {
        border: none;
    }
    #sponsor-payments-wrapper table tr {
        display: block;
    }
    #sponsor-payments-wrapper table tr td {
        display: block;
        border-right: none !important;
        border-right: none !important;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }
}