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

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

p {}

.container {
    font-family: 'Lato', sans-serif;
}

body .header-wrap, 
body div, 
body span, 
body td, 
body tr, 
body table, 
body input, 
body textarea, 
body label {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}
/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/

h1,
h2,
h3,
h4 {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 40px;
    /* color: ; */
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 27px;
}

h1.title {
    font-size: 40px;
}


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

a {
    font-family: 'Lato', sans-serif;
    text-decoration: underline;
}

a:hover,
a:focus {
    /*font-family: 'Lato', sans-serif;*/
}

.btn {
    text-decoration: none;
}


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

img {
    border: 0px;
}


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

.header-wrap {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.logo-image {
    z-index: 10;
    position: relative;
}

.logo-image a svg {
    max-height: 116px;
    max-width: 116px;
    float: left;
}

.login-social .facebook-icon .linkedin-icon svg {
    max-width: 50px;
    max-height: 50px;
}

.site-name-top {
    margin-left: 135px;
    margin-top: 12px;
}

.site-name-bottom {
    margin-left: 160px;
    margin-top: -10px;
}

.site-name-top,
.site-name-bottom {
    font-size: 30px;
    font-weight: 300;
    color: #15284B;
}

.site-name-top .first-letter-title,
.site-name-bottom .first-letter-title {
    font-weight: 700;
    font-size: 30px;
}

.site-name-top .title-other,
.site-name-bottom .title-other {
    font-weight: 300;
    font-size: 30px;
}

.logo-wrap {
    margin-top: 15px;
}

.member-login {
    text-decoration: none;
}

.member-login:hover,
.member-login:focus {
    color: #fff;
    text-decoration: none;
    background-color: #84072E;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
}

.modal-header .close {
    color: #fff;
    opacity: .9;
}

@media (min-width: 991px) {
    .login-social {
        max-height: 50px;
        margin-top: 75px;
    }
}

@media (max-width: 990px) {
    .login-social {
        max-height: 50px;
        margin-top: 55px;
    }
}

@media (min-width: 480px) {
    .logo-image a svg {
        margin-right: -25px;
    }
    .facebook-icon svg,
    .linkedin-icon svg {
        height: 51px;
        width: 51px;
        float: right;
        margin-left: 10px;
    }
    .phone,
    .email {
        padding-left: 0px;
    }
    .member-login {
        padding: 10px 14px;
        background-color: #C6093B;
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        float: right;
        font-family: 'Lato', sans-serif;
    }
    .phone,
    .email {
        padding-left: 60px;
        display: inline-block;
    }
    .phone-email .phone {
        margin-left: -60px;
    }
}

@media (max-width: 480px) {
    .logo-image {
        z-index: 10;
        position: relative;
        margin-right: -25px;
    }
    .login-social {
        margin-top: 40px;
    }
    .facebook-icon svg,
    .linkedin-icon svg {
        height: 36px;
        float: right;
        margin-left: 4px;
    }
    .member-login {
        padding: 6px 6px;
        font-size: 16px;
        height: 35px;
        background-color: #C6093B;
        color: #fff;
        font-weight: 700;
        float: right;
        font-family: 'Lato', sans-serif;
    }
    .member-login:hover,
    .member-login:focus {
        color: #fff;
        font-size: 16px;
        padding: 6px 6px;
        height: 35px;
        text-decoration: none;
        background-color: #84072E;
        font-family: 'Lato', sans-serif;
    }
}


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


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

.main-header {
    padding-bottom: 15px;
}

.main-menu {
    background-color: #15284B;
    border-bottom: 4px solid #84072E;
}

.main-menu .navbar-nav>li a {
    color: #fff;
    padding-left: 27.65px !important;
    padding-right: 27.65px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: .5s;
    text-decoration: none;
}

.main-menu .nav>li>a:hover,
.main-menu .nav>li>a:focus {
    background-color: #C6093B;
}

.main-menu .nav .open>a,
.main-menu .nav .open>a:focus,
.main-menu .nav .open>a:hover {
    background-color: #C6093B;
    border: none;
}

.main-menu .dropdown-menu {
    background-color: #15284B;
}

.main-menu .dropdown-menu>li>a:focus,
.main-menu .dropdown-menu>li>a:hover {
    color: #262626;
}


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

#mobile-toggle {
    float: right;
}

svg#burger {
    width: 45px;
    height: 45px;
    padding-top: 5px;
}

#mobile-menu {
    background-color: #15284B;
}

#mobile-menu li a:hover {
    background-color: #C6093B;
}


/*--------------------------------------------------------
	INDEX / MAIN BODY
--------------------------------------------------------*/

.main-content {
    overflow: hidden;
}

.row.background-gray {
    text-align: center;
    color: #fff;
    background-color: #231F20;
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 4px solid #84072E;
    border-bottom: 4px solid #84072E;
}


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

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

/* @media (min-width: 990px) and (max-width: 1199px) {
    .carousel-caption {}
}

@media (max-width: 990px) {
    .carousel-caption {}
    #slide-row .col-md-12 {}
} */

.carousel-caption p:first-of-type {
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    padding-bottom: 10px;
    border-bottom: 3px solid #FFE519;
    display: block;
    color: #FFE519;
    margin-bottom: 10px;
}

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

.carousel-caption a {
    font-weight: 700;
    background-color: #FFE519;
    max-width: 215px;
    display: block;
    border-bottom: 5px solid #E0AB03;
    border-radius: 3px;
    padding: 13px 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin: 0px auto;
    color: #333;
}


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


/*---------- news_feed_pages function ----*/

div#news-button-container {
    margin: 10px 0px 0px 0px;
    text-align: right;
}

div#news-button-verbiage {
    margin-right: 10px;
    display: inline-block;
    color: #5DB2D7;
}

div#news-button-container:active {
    margin: 9px 0px 0px -1px;
    /* keeps buttons from jumping around when pressed*/
}

div.news-button {
    display: inline-block;
    padding: 5px 10px;
    background-color: #5DB2D7;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    margin: 0px;
}

div.nb-number:hover {
    opacity: 0.7;
    /*buttons move toward backgound color when hovered over*/
    cursor: pointer;
}

div.nb-number:active {
    /* make buttons look like they are being pressed when clicked*/
    opacity: 0.6;
    border-width: 2px 0px 0px 2px;
}

div.nb-selected {
    /* style the selected button */
    opacity: 0.5;
}

div#nb-ellipsis-left,
div#nb-ellipsis-right {
    background-color: transparent;
    color: #5DB2D7;
    border: 0px;
    margin: 0px;
    padding: 5px;
    font-weight: bold;
}


/*---------- END: news_feed_pages ----*/


/*----------------------------------Primary-Content*/

@media (min-width: 991px) {
    .header-banner {
        height: 550px;
    }
    .header-banner h1 {
        padding-top: 70px;
    }
}

@media (max-width: 990px) {
    .header-banner {
        height: 550px;
    }
    .header-banner h1 {
        padding-top: 70px;
    }
}

@media (max-width: 767px) {
    .header-banner {
        height: 650px;
    }
    .header-banner h1 {
        padding-top: 40px;
    }
}

@media (max-width: 480px) {
    .header-banner {
        height: 850px;
    }
    .header-banner h1 {
        padding-top: 40px;
    }
}

.header-banner {
    background-image: url('../images/header-banner.png');
    width: 100%;
    background-size: cover;
    text-align: center;
    background-position: 65% 0%;
    position: relative;
}

.welcome-statement {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    bottom: 0;
    position: absolute;
    width: 100%;
}

.header-banner h1 {
    color: #fff;
    margin-bottom: 30px;
}

.header-banner h4 {
    color: #fff;
    margin-bottom: 40px;
}

.learn-more-btn,
.find-an-expert-btn,
.more-information-btn,
.learn-more-btn:visited,
.find-an-expert-btn:visited,
.more-information-btn:visited {
    color: #fff;
    font-size: 27px;
    background-color: #C6093B;
    padding: 8px 25px 12px 25px;
    border: 3px solid #84072E;
    border-radius: 4px;
    transition: .5s;
    text-decoration: none;
    display: inline-block;
}

.learn-more-btn:hover,
.find-an-expert-btn:hover,
.more-information-btn:hover,
.learn-more-btn:active,
.find-an-expert-btn:active,
.more-information-btn:active {
    color: #fff;
    font-size: 27px;
    text-decoration: none;
    background-color: #84072E;
    padding: 8px 25px 12px 25px;
    border: 3px solid #84072E;
    border-radius: 4px;
}

.welcome-statement {
    text-align: center;
}

@media (min-width: 1200px) {
    .welcome-statement-title {
        font-weight: bold;
        margin-top: 40px;
    }
    .welcome-statement-description {
        margin-top: 15px;
        margin-bottom: 40px;
        line-height: 26px;
        font-size: 17px;
    }
}

@media (max-width: 1200px) {
    .welcome-statement-title {
        font-weight: bold;
        margin-top: 20px;
        font-size: 25px;
    }
    .welcome-statement-description {
        margin-top: 15px;
        margin-bottom: 20px;
        line-height: 26px;
        font-size: 17px;
    }
}

.find-an-expert-statement {
    margin-bottom: 50px;
}

.find-an-expert-section {
    text-align: center;
    color: #fff;
    background-color: #231F20;
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 4px solid #84072E;
    border-bottom: 4px solid #84072E;
}

.benefits-of-joining-section {
    padding-top: 80px;
    text-align: center;
}

.inspector-manufacturer-section {
    color: #fff;
}

.inpector-section {
    background-image: url('../images/inspector-bg.png');
    background-size: cover;
    background-position: 27%;
}

.manufacturer-section {
    background-image: url('../images/manufacturer-bg.png');
    background-size: cover;
    background-position: 20%;
}

.inpector-section,
.manufacturer-section {
    padding: 0;
}

.inpector-section img,
.manufacturer-section img {
    position: relative;
    min-height: 345px;
    max-width: none;
    visibility: hidden;
}

.benefits-of-joining-wrap {
    display: block;
    padding: 0px 15px;
}

.benefits-of-joining-image {
    z-index: 3;
    overflow: hidden;
}

.benefits-of-joining-text-manufacturer,
.benefits-of-joining-text-inspector {
    position: absolute;
    top: 70px;
    color: #fff;
    z-index: 4;
    margin: auto;
    left: 0;
    right: 0;
    width: 70%;
}

.benefits-of-joining-text-manufacturer p,
.benefits-of-joining-text-inspector p {
    margin-top: 40px;
    line-height: 21px;
}

.benefits-of-joining-text-manufacturer h4 a,
.benefits-of-joining-text-inspector h4 a {
    margin-top: 40px;
    line-height: 21px;
}

.inpector-section h4 a,
.manufacturer-section h4 a {
    color: #fff;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    font-size: 27px;
}

.link-i-am-an-inspector h4 a,
.benefits-of-joining-text-manufacturer h4 a:hover,
.benefits-of-joining-text-inspector h4 a:hover {
    color: #C6093B;
}

.manufacturer-section:hover span,
.inpector-section:hover span {
    opacity: 0.90;
}

@media (min-width: 1200px) {
    .inpector-section img,
    .manufacturer-section img {
        position: relative;
        min-height: 345px;
    }
}

@media (max-width: 1200px) {
    .inpector-section span,
    .manufacturer-section span {
        width: 100%;
        min-width: 100%;
    }
    .inpector-section img,
    .manufacturer-section img {
        position: relative;
        min-height: 345px;
    }
}

.inpector-section span {
    background: #000;
    bottom: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: auto;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.manufacturer-section span {
    background: #000;
    bottom: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: auto;
    float: right;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 5px 8px;
    margin-bottom: 8px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 16px;
}

.modal-body {
    position: relative;
    padding: 15px;
    text-align: center;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #15284B;
    color: #fff;
    text-align: center;
}

#login input[type="submit"] {
    background-color: #C6093B;
    color: #Fff;
    border: 1px solid #84072E;
}

#login input[type="submit"]:hover,
#login input[type="submit"]:focus {
    background-color: #84072E;
    color: #Fff;
    border: 1px solid #84072E;
}

.join-now-section {
    text-align: center;
    background-image: url('../images/join-now-bg-img.png');
    background-size: cover;
    color: #fff;
    min-height: 465px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.join-now-statement {
    font-size: 50px;
    font-weight: 100;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
}

@media (min-width: 991px) {
    .join-now-statement {
        font-size: 50px;
    }
}

@media (max-width: 990px) {
    .join-now-statement {
        font-size: 44px;
    }
}

@media (max-width: 768px) {
    .join-now-statement {
        font-size: 30px;
    }
}

.join-now-btn {
    font-size: 30px;
    color: #fff;
    background-color: #C6093B;
    padding: 14px 35px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    border: 3px solid #84072E;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
}

.join-now-btn:hover,
.join-now-btn:focus {
    text-decoration: none;
    font-size: 30px;
    background-color: #84072E;
    color: #fff;
    padding: 14px 35px;
}

.recent-news-section {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.news-item-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.news-item img {
    width: 100%;
    border: 1px solid #727272;
}

.news-details h4 a {
    font-size: 27px;
    font-weight: bold;
    margin-top: 5px;
    color: #231F20;
}

.news-details h4 a:hover,
.news-details a:focus {
    font-size: 27px;
    color: #153D77;
    cursor: pointer;
}

.news-details .date {
    font-size: 13px;
    font-weight: 400;
    margin-top: 8px;
    color: #595959;
}

.news-details .description {
    margin-top: 10px;
    color: #727272;
}


/*Bi-Annual Conference*/

.bi-annual-conference-section {
    text-align: center;
    color: #fff;
    background-color: #231F20;
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 4px solid #84072E;
    border-bottom: 4px solid #84072E;
}

.conference-image img {
    width: 100%;
    height: auto;
    border: 1px solid #727272;
    border-radius: 2px;
}

.conference-details {
    text-align: left;
    padding-top: 10px;
}

.conference-date {
    font-weight: 100;
    margin-top: 5px;
}

.conference-location {
    font-weight: 700;
    margin-top: 5px;
}

.conference-details hr {
    margin-top: 10px;
    border-top: 1px solid #727272;
}

.conference-description {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .more-information-btn {
        display: table;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .more-information-btn {
        display: inline;
        margin: 0 auto;
    }
}

.more-information-btn {
    display: table;
    margin: 0 auto;
}


/*Upcoming Events*/

.upcoming-events-section {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.event-item {
    margin-top: 15px;
    padding-bottom: 15px;
    text-align: left;
}

.event-content {
    margin-top: 15px;
    margin-bottom: 15px;
}

.event-month {
    text-align: center;
    background-color: #153D77;
    text-transform: uppercase;
    padding: 2px 10px;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
}

.event-date-wrap {
    min-width: 70px;
    max-width: 70px;
}

.event-date {
    text-align: center;
    margin-top: 2px;
    background-color: #15284B;
    padding: 3px 3px;
    border-radius: 0px 0px 5px 5px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
}

.event-title {
    font-size: 15px;
    font-weight: bold;
}

.event-blurb {
    color: #595959;
    margin-top: 7px;
}

.event-blurb a,
.event-blurb a:hover {
    color: #15284B;
}

.ev-title-link {
    color: #15284B;
    font-size: 18px;
    font-weight: bold;
}

.ev-title-link:hover {
    color: #15284B;
    font-size: 18px;
    font-weight: bold;
}

.sponsors-section {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url('../images/sponsors-section-bg.png');
    background-size: cover;
    color: #fff;
    min-height: 530px;
}

.sponsors-section .col-sm-2 img {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #fff;
    padding-right: 4px;
    padding-left: 3px;
    border-radius: 10px;
    border: 2px solid #E0E0E0;
    margin: 10px auto;
    height: auto;
}

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    text-indent: -999px;
    cursor: pointer;
    /* background-color: #000; */
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 0 2.5px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0 2.5px;
    background-color: #153D77;
}

/* @media (max-width: 768px) {
    .carousel-indicators {
        bottom: -60px;
    }
}

@media (min-width: 768px) {
    .carousel-indicators {
        margin-bottom: -160px;
    }
} */

.carousel-control.left,
.carousel-control.right {
    display: none;
}


/*--------------------------------------------------------
	CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/

.subpage {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    padding-top: 80px;
    padding-bottom: 80px;
}


/*--------------------------------------------------------
	FOOTER
--------------------------------------------------------*/

#footer-row {
    text-align: center;
    background-color: #231F20;
    color: #fff;
    padding-top: 80px;
    border-bottom: 4px solid #84072E;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.footer-images img {
    height: 80px;
    width: 80px;
    display: inline;
}

.title-border-bottom {
    width: 135px;
    color: #84072E;
    border: 1.9px solid #84072E;
    margin-top: 7px;
    margin-bottom: 40px;
}

.footer-images {
    margin-top: 30px;
}

.footer-org-name {
    color: #C6093B;
    font-weight: bold;
    margin-top: 12px;
}

.footer-org-location {
    margin-top: -10px;
}

.email svg {
    width: 16px;
    height: 16px;
    margin-right: 7px;
    margin-bottom: -1px;
}

.phone svg {
    width: 15px;
    height: 15px;
    margin-right: 7px;
    margin-bottom: -3px;
}

.email-link,
.email-link:hover,
.email-link:focus {
    color: #fff;
}

.phone-link,
.phone-link:hover,
.phone-link:focus {
    color: #fff;
}

.contact-border-top {
    margin-bottom: 4px;
    border-top: 1px solid #E0E0E0;
}

.contact-border-bottom {
    margin-top: 4px;
}

.phone-email {
    display: inline-block;
    font-size: 14px;
}

.facebook-icon2 svg,
.linkedin-icon2 svg {
    height: 42px;
    width: 42px;
}

.facebook-icon2-1,
.linkedin-icon2-1 {
    transition: .5s;
}

.facebook-icon2:hover,
.linkedin-icon2:hover,
.facebook-icon:hover,
.linkedin-icon:hover {
    text-decoration: none;
}

.facebook-icon2:hover svg g .facebook-icon2-1 {
    fill: #3B5999;
}

.linkedin-icon2:hover svg g .linkedin-icon2-1 {
    fill: #027bb6;
}

.facebook-icon2:hover svg g .facebook-icon2-2 {
    fill: #fff;
}

.linkedin-icon2:hover svg g .linkedin-icon2-2 {
    fill: #fff;
}

.nccco-contact-info {
    margin-top: 30px;
    margin-bottom: 25px;
}

.nccco-contact-info img {
    display: inherit;
}

.nccco-org-name {
    color: #FCB341;
    margin-top: 12px;
}

.credits {
    padding-top: 23px;
    padding-bottom: 25px;
    background-color: #0F0F0F;
    margin: 0 -15px;
}

.credits a {
    color: #fff;
}


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


/*-------------------------------End-Footer Menu*/


/*--------------------------------------------------------
	UTILITIES
--------------------------------------------------------*/