/*
// VALUE:COLOR_1:#8EB6F5
*/


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

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-size: 20px;
}

#mms-body {
    font-size: 18px;
}

p {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1.25em;
}

body>.container {
    min-height: calc(100vh - 130px);
}

@media (min-width: 768px) and (max-width: 990px) {
    .container {
        width: calc(100% - 30px);
    }
}

em {
    color: #2C2C2D;
}

.register-me::after {
    /*Adds a registered mark after every instance of the string "DuPont" on the site*/
    content: '®';
    font-size: .5em;
    position: relative;
    top: -.8em;
}

article {
    margin-bottom: 2em;
}

@media (max-width: 767px) {
    article {
        margin-bottom: 1em;
    }
}


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

h1,
h2,
h3,
h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #2684bd;
}

h1 {
    font-size: 30px;
    color: #333;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 21px;
}


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

a {
    color: #2684bd;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    transition: .25s color;
}

a:hover,
a:focus {
    color: #8A1F03;
}

#mms-main a {
    /*color: unset;*/
}


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

img {
    border: 0px;
}

#litigation-documents {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 18px;
    width: 100%;
}

#litigation-documents h2,
#litigation-documents h3 {
    margin: 0;
}

#litigation-documents h3 {
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
}

#litigation-documents caption {
    padding-bottom: 0.75em;
}

#litigation-documents thead {
    border-bottom: 1px solid currentColor;
}

#sorttable_sortrevind,
#sorttable_sortfwdind {
    position: absolute;
    color: #2684bd;
    font-size: x-large;
}

#litigation-documents tr:nth-of-type(even) {
    background: #eee;
}

#litigation-documents td {
    padding: .75em;
}

#litigation-documents tbody td:nth-of-type(3) {
    font-weight: bold;
}

@media (max-width: 500px) {
    #litigation-documents thead {
        border: none;
    }
    #litigation-documents thead tr::before {
        content: "Sort by: ";
        font-size: 16px;
        /*position: relative;
	    top: -3px;*/
    }
    #litigation-documents h3 {
        margin-left: 1.25ch;
        font-size: 16px;
    }
    #sorttable_sortrevind,
    #sorttable_sortfwdind {
        margin-left: -.5ch;
    }
    #litigation-documents tr {
        display: flex;
        border-bottom: 1px solid currentColor;
    }
    #litigation-documents thead tr {
        justify-content: space-between;
    }
    #litigation-documents tbody tr {
        flex-direction: column;
        padding: 0.5em 0;
    }
    #litigation-documents td {
        font-size: 16px;
        padding: 0 0 5px;
    }
    #litigation-documents tbody td:nth-of-type(1)::before {
        content: "Filed by ";
    }
    #litigation-documents tbody td:nth-of-type(2)::before {
        content: "Date Effective: ";
    }
    #litigation-documents tbody td:nth-of-type(4)::before {
        content: "Notes: ";
        display: block;
    }
    #litigation-documents tbody td:nth-of-type(3) {
        order: 1;
    }
    #litigation-documents tbody td:nth-of-type(1) {
        order: 2;
    }
    #litigation-documents tbody td:nth-of-type(2) {
        order: 3;
    }
    #litigation-documents tbody td:nth-of-type(4) {
        order: 4;
    }
}


/*--------------------------------------------------------
    GPE
--------------------------------------------------------*/

.row_background {
    background: #8EB6F5;
    /* REPLACE:COLOR_1 */
}


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

header {
    padding: 20px 0;
    position: relative;
    z-index: 4;
    margin-bottom: 3em;
    background: linear-gradient(#bbb, #999);
    background: #d12b2d;
}

@media (max-width: 1200px) {
    header {
        padding-bottom: 20px;
    }
}

@media (max-width: 990px) {
    header {
        /*padding-bottom: 0;*/
    }
}

@media (max-width: 767px) {
    header {
        padding-top: 30px;
    }
}

#logo-wrap img {
    width: 290px;
}

@media (min-width: 767px) {
    #logo-wrap {
        width: 300px;
    }
    #nav-wrap {
        width: calc(100% - 300px);
    }
}

@media (max-width:1200px) and (min-width: 767px) {
    #logo-wrap {
        width: 260px;
    }
    #nav-wrap {
        width: calc(100% - 260px);
    }
    #nav_menu {
        top: 0;
    }
}

#logo-wrap a {
    color: currentColor;
}

header .row {
    position: relative;
}


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


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

#nav-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
}

#nav_menu>ul>li:last-child {
    /* position: absolute;
    top: -150%;
    right: 15px; */
    position: relative;
    top: -0.75em;
}

#nav-wrap ul>li:last-child a:hover::after {
    content: none;
}

@media (max-width: 1200px) and (min-width: 768px) {
    #nav-wrap #home-link {
        display: none;
    }
}

@media (max-width: 990px) {
    #logo-wrap,
    #nav-wrap {
        width: 100%;
        position: relative;
    }
    #logo-wrap img {
        width: 170px;
        margin: 0 auto 1em;
    }
    #nav-wrap img {
        width: 30px;
    }
    #nav-wrap ul>li:last-child {
        top: -.5em;
    }
}


/* @media (max-width: 890px) {
    #nav-wrap ul>li:last-child {
        top: -100%;
    }
} */

#nav_menu {
    width: 100%;
    padding: 0;
    position: relative;
    top: -10px;
}

#nav-wrap .navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    padding: 0;
    margin: 0;
}

#nav_menu::before,
#nav_menu::after,
.navbar-nav::before,
.navbar-nav::after {
    content: none;
}

#nav-wrap .navbar-nav>li a {
    font-size: 19px;
    font-weight: normal;
    color: white;
    font-family: 'Montserrat', sans-serif;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
}

#nav-wrap .navbar-nav>li a:hover {
    background: transparent;
}

#nav-wrap .navbar-nav>li:not(:last-child)>a::before {
    content: '';
    position: absolute;
    background: #2684bd;
    background: white;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    transition: height .125s ease-in;
}

#nav-wrap .navbar-nav>li>a:hover::before {
    height: .25em;
}

@media (max-width: 767px) {
    #nav-wrap .navbar-nav>li a {
        font-size: 18px;
        font-family: 'Montserrat', sans-serif;
        padding-left: .5em;
        padding-right: .5em;
    }
    #nav-wrap .navbar-nav>li:first-of-type a {
        padding-left: 0;
    }
    #nav-wrap .navbar-nav>li:last-of-type a {
        padding-right: 0;
    }
}

#nav-wrap a.dropdown-toggle::after {
    content: ' ▼';
    font-size: .7em;
}

#nav-wrap b.caret {
    display: none;
}

#nav-wrap .dropdown-menu {
    background-color: white;
    border: 0;
    border-radius: 0px;
    padding: 0 1em;
}

#nav-wrap .dropdown-menu li {
    width: 100%;
}

#nav-wrap .navbar-nav .open .dropdown-menu>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
}

@media (max-width: 767px) {
    #nav-wrap .navbar-nav .open .dropdown-menu>li>a {
        /*Overwrite Bootstrap*/
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

#nav-wrap .dropdown-menu li a {
    color: #2684bd;
    transition: .125s color ease-in-out;
}

#nav-wrap .dropdown-menu li a:hover,
#nav-wrap .dropdown-menu li a:focus {
    color: #b4161b;
    /* background: #fff; */
}

@media (max-width: 767px) {
    #nav-wrap .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: white;
        border: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        ;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        ;
    }
}

#nav-wrap .nav .open>a,
#nav-wrap .nav .open>a:focus,
#nav-wrap .nav .open>a:hover {
    /*Overwrite Bootstrap*/
    background: none;
}

@media (max-width: 767px) {
    #nav-wrap .navbar-nav {
        display: block;
    }
    #nav-wrap .navbar-nav>li {
        display: inline-block;
    }
    #nav-wrap .navbar-nav>li>a {
        padding-left: 0;
        padding-right: 0;
        margin-right: 1em;
    }
}

@media (max-width: 450px) {
    /*#nav-wrap .navbar-nav > li#home-link{
		display: none;
	}*/
}


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

.index-content .container {
    padding: 20px 0;
}

.row_background {
    color: #000000;
    background-color: #8EB6F5;
    /* REPLACE:COLOR_1 */
}

.row_background h1,
.row_background h2,
.row_background h3,
.row_background h4,
.row_background p,
.row_background a {
    color: #ffffff;
}

.home-photo {
    margin-top: 1em;
}


/* Home Featured Section */

.row+.row {
    margin-top: 2em;
}

@supports (display: block) {
    /*Every modern browser expect IE, do this:*/
    #cta-row,
    #cta-row>.column:(.gm-editing) {
        /*Make sure that all boxes are the same height*/
        display: flex;
    }
}

@media (max-width: 767px) {
    #cta-row,
    #cta-row>.column {
        /*Make sure that all boxes are the same height*/
        display: block;
    }
}

.wrap {
    /*background: #575757;
    color: #fff;*/
    padding: 1em 1em;
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
    width: 100%;
}

.wrap h2,
.wrap h2 a {
    /* color: #fff;*/
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.wrap a:last-child {
    /*Put the icons on top so when text is uneven, they are still in the same position relative to each other*/
    order: -1;
}

.wrap svg {
    display: block;
    margin: 1em auto;
    width: 126px;
    height: auto;
    max-width: 100%;
}

@media (max-width: 767px) {
    .wrap svg {
        margin: 0 auto;
    }
}

.wrap svg circle {
    fill: #E31837;
    fill: #b4161b;
}

.wrap svg path {
    fill: white;
}


/* Home Content */

.home-primary-section {
    background: #8EB6F5;
    /* REPLACE:COLOR_1 */
    margin-top: 25px;
    padding: 50px 0px;
    font-size: 24px;
    color: #000;
}

.home-primary-section h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 48px;
    padding-bottom: 20px;
}

.home-secondary-section {
    background: #505B5E;
    color: #fff;
    font-size: 24px;
    padding: 50px 0px;
}

.home-secondary-section h2 {
    font-weight: bold;
    font-size: 40px;
    padding-bottom: 20px;
}

.upcoming-events-section {
    padding: 50px 0px;
}

.upcoming-events-section h2 {
    color: #505B5E !important;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 30px;
}

.event-date-wrap {
    background: #8EB6F5;
    /* REPLACE:COLOR_1 */
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 0px;
}

.event-content {
    margin-bottom: 25px;
}

.event-title,
a.ev-title-link {
    color: #505B5E;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 5px;
}

.event-details-wrap p.event-blurb {
    font-size: 24px;
    color: #000;
}

.event-blurb a {
    color: #505B5E;
}


/*----------------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*/


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


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

footer {
    background: #999;
    background: #d12b2d;
    color: #fff;
    padding: 30px 0px 20px;
    margin-top: 2.5em;
}

.footer-wrapper a {
    color: #fff;
    text-decoration: underline;
}


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


/*----------- MEDIA QUERY --------------------*/

@media (max-width: 767px) {
    #header-social-media img {
        margin-left: 10px;
    }
    #search-input {
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    #header-social-media img {
        margin-left: 10px;
        width: 30px;
    }
    #search-input {
        margin-top: 10px;
    }
    #search-input input {
        height: 40px;
    }
    #search-input button {
        height: 40px;
    }
}


/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome,
    #logo-wrap svg {
        height: 15 % !important;
    }
     ::i-block-chrome,
    #top-wrap-header {
        height: 768px;
    }
}


/*----------------------------
	MMS Member Icons Menu
------------------------------*/

@media (min-width: 1200px) {
    .nav-tabs li.dropdown {
        width: 190px;
    }
}

@media (min-width: 990px) and (max-width: 1200px) {
    .nav-tabs li.dropdown {
        width: 155px;
    }
}

@media (min-width: 767px) and (max-width: 990px) {
    .nav-tabs li.dropdown {
        width: 120px;
    }
}

#mms-main .text-center .nav-tabs a {
    color: #E31837;
}

#mms-main .text-center .nav-tabs path {
    fill: currentColor;
}

#admin_top .admin-menu .menu-item,
#admin_full .admin-menu .menu-item {
    font-size: 14px;
}


/*------------------------------------------------------------------------------------
							Main Menu CSS
--------------------------------------------------------------------------------------*/

.navbar-collapse.collapse {
    /*Display a desktop-style menu at all times to make navigation easier for users who are unfamiliar with mobile navigation*/
    display: block !important;
}


/*---------------------------------------------
		Mobile Menu
---------------------------------------------*/


/*-------------------------------------toggle*/

#mobile-toggle {
    width: 37px;
    height: 37px;
    display: none;
    position: absolute;
    right: 15px;
    bottom: 30px;
    border: 2px solid #002857;
    border-radius: 4px;
    padding: 8px 5px;
    background-color: white;
    box-shadow: 0px 1.5px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

@media (max-width: 990px) {
    #mobile-toggle {
        display: inline-block;
    }
}

button#mobile-toggle svg * {
    fill: #002857;
}


/*--------------------------------end--toggle*/

#mobile-menu>li#triggerClose {
    display: inline;
    float: right;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 22px;
    cursor: pointer;
}

#mobile-menu>li#mobile-logo {
    position: relative;
    left: -15px;
    top: -10px;
}

#mobile-menu>li#mobile-logo>a {
    display: inline;
    max-width: 80%;
}

#mobile-menu>li #q {
    width: 100%;
}

#mobile-menu>li>a {
    width: 174px;
    min-height: 32px;
    margin-bottom: 6px;
    border-radius: 3px;
    background-color: transparent;
    padding-left: 8px;
    padding-top: 10px;
    padding-right: 5px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #5485A3;
    -webkit-transition: color .25s;
    transition: color .25s;
    text-decoration: none;
}

#mobileMenuWrapper {
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 200;
    overflow-y: auto;
    overflow-x: hidden;
    left: -120%;
    width: 300px;
    background: #505B5E;
    border-right: 2px solid #fff;
    transition: left .3s;
    -webkit-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000);
    /* older webkit */
    -webkit-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000);
    -moz-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000);
    -o-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000);
    transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000);
}

#mobileMenuWrapper.open {
    left: 0px;
    bottom: 0px;
}

#mobileMenuWrapper .mDropdown {
    display: none;
}

#mobileMenuWrapper .mDropdown.open {
    display: block;
}

#mobileMenuWrapper ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#mobileMenuWrapper #mobile-menu {
    overflow: auto;
    padding: 15px 15px 15px 10px;
}

#mobileMenuWrapper #mobile-menu a {
    display: inline-block;
    width: 100%;
}

#mobileMenuWrapper .mDropdown a {
    padding: 8px;
    margin-bottom: 10px;
}

#mobile-menu>li>ul {
    background-color: rgba(0, 0, 0, .04);
}


/*--------------------------------------------------------
    MOBILE MENU
--------------------------------------------------------*/

#mobileMenuWrapper.open {
    left: 0px;
    bottom: 0px;
}

#mobileMenuWrapper #mobile-menu {
    overflow: auto;
    padding: 0px 20px 10px;
}

#mobileMenuWrapper ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#mobile-menu>li#triggerClose {
    color: #fff;
    float: right;
    display: inline;
    font-size: 22px;
    cursor: pointer;
    transform: rotate(45deg);
}

#mobileMenuWrapper #mobile-menu a {
    width: 100%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
}

#mobileMenuWrapper ul.mDropdown {
    margin: 0 15px;
    display: none;
}

#mobileMenuWrapper .mDropdown.open {
    display: block;
}

#mobile-menu a {}

#mobile-toggle {
    border: none;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}

#mobile-menu-col {
    top: 15px;
    float: right;
    position: relative;
}

#mobile-logo {
    width: 40%;
    float: left;
    margin-top: 27px;
    margin-bottom: 20px;
}

#mobile-logo a {
    margin: 0 !important;
}

#mobile-logo svg#logo {
    width: 250px;
    max-width: 250px;
}

svg#burger {
    width: 50px;
    height: 50px;
}

#mobile-menu-col {
    display: inline-block;
}


/* Custom Mobile Menu */

#mobile-menu a.join-link {
    background: #16a085;
    padding: 10px 20px;
    border-radius: 7px;
    color: #fff !important;
    text-transform: uppercase;
}

#mobile-menu .mobile-login a {
    color: #16a085 !important;
    border: 1.364pt solid #16a085;
    padding: 10px 20px;
    border-radius: 7px;
    text-transform: uppercase;
    margin-top: 5px;
}


/*------------------------------------------------------------------------------------
								@Media and Sizes
--------------------------------------------------------------------------------------*/


/*------ Nav collapse @ Tablet size ------*/

@media (max-width: 991px) {
    /*.navbar-header {
	float: none;
    }
    .navbar-toggle {
	display: block;
    }
    .navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
	display: none!important;
    }
    .navbar-nav {
	float: none!important;
	margin: 7.5px -15px;
    }
    .navbar-nav>li {
	float: none;
    }
    .navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    */
}

@media (min-width: 768px) and (max-width: 990px) {}

@media (max-width: 767px) {}

@media (max-width: 480px) {}