*,
*: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: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #323233;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #323233;
}

#subpage-main p:empty {
    display: none;
}


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

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #dab84b;
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
}

h1 a,
h2 a,
h3 a,
h4,
h5 a {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 40px;
    color: #17242d;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 26px;
}

h1.title {
    margin-top: 15px;
}

h1.title:empty {
    display: none;
}


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

#subpage-main p:not(:empty)+h2,
#subpage-main p:not(:empty)+h3,
#subpage-main p:not(:empty)+h4,
#subpage-main ul+h2,
#subpage-main ul+h3,
#subpage-main ul+h4,
#subpage-main table+h2,
#subpage-main table+h3,
#subpage-main table+h4 {
    margin-top: 1.5em;
}

#subpage-main h2+ul,
#subpage-main h3+ul,
#subpage-main h4+ul {
    margin-top: -.75rem;
    /*Adjusts for the margin-bottom placed on these headings to make the ul's look like they belong to that heading*/
}


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

a {
    color: ;
}

a:hover,
a:focus {
    color: ;
}

a.button {}

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

a.button+* {
    padding-top: 1.5em;
}


/*--------------------------------------------------------
	Objects
--------------------------------------------------------*/

#subpage-main img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

figcaption {
    font-style: italic;
    font-size: .9em;
    padding-top: 5px;
}

@media (max-width: 767px) {
    figcaption {
        font-size: 1em;
    }
}

@media (min-width: 767px) {
    /*The following styles are meant to give more space to the label column in contact forms that are too narrow for the entire label to be read normally*/
    .col-md-5 form[action="contact_form_resp.php"] .col-sm-2,
    .col-md-4 form[action="contact_form_resp.php"] .col-sm-2,
    .col-md-3 form[action="contact_form_resp.php"] .col-sm-2,
    .col-md-2 form[action="contact_form_resp.php"] .col-sm-2,
    .col-md-1 form[action="contact_form_resp.php"] .col-sm-2 {
        width: 25%;
        padding-right: 1em;
    }
    .col-md-5 form[action="contact_form_resp.php"] .col-sm-10,
    .col-md-4 form[action="contact_form_resp.php"] .col-sm-10,
    .col-md-3 form[action="contact_form_resp.php"] .col-sm-10,
    .col-md-2 form[action="contact_form_resp.php"] .col-sm-10,
    .col-md-1 form[action="contact_form_resp.php"] .col-sm-10 {
        width: 75%;
        padding-left: 0;
    }
    .col-md-5 form[action="contact_form_resp.php"] .col-sm-offset-2,
    .col-md-4 form[action="contact_form_resp.php"] .col-sm-offset-2,
    .col-md-3 form[action="contact_form_resp.php"] .col-sm-offset-2,
    .col-md-2 form[action="contact_form_resp.php"] .col-sm-offset-2,
    .col-md-1 form[action="contact_form_resp.php"] .col-sm-offset-2 {
        margin-left: 25%;
    }
    /*^^Adjusts the form-group placement of the reCAPTCHA iframe and submit buttom to match the new widths from the styles above*/
}

blockquote {
    font-size: inherit;
}


/*Styles below are taken from Bootstrap's table style to ensure that tables on content pages are responsive and neat whether Bootstrap classes are added or not*/

#subpage-main table {
    max-width: 100%;
    border-collapse: collapse;
    color: #212529;
    margin-bottom: 1em;
}

#subpage-main table td,
#subpage-main table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align: inherit;
}

#subpage-main table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    border-top: none;
}

#subpage-main table caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

#subpage-main table tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075);
}

grammarly-btn {
    display: none;
    /*If someone copy/pastes text from Grammarly it will add this invisible button and cause the page to scroll horizontally. This style hides that.*/
}
iframe {
    max-width: 100%;
    width: 100%;
}

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

#main-header {
    padding: 25px 0px;
}

@media (max-width: 767px) {
    #main-header {
        padding: 0px;
    }
}

#logo-wrap img {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 767px) {
    #logo-wrap img {
        max-width: 100%;
        margin-top: 20px;
    }
}

#logo-wrap svg {
    max-width: 100%;
    width: 207px;
    height: 150px;
}

.logo-text {
    text-align: center;
    color: #020392;
    padding: 20px 16%;
}

.logo-text a {
    text-align: center;
    color: #020392;
    font-size: 36px;
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 990px) {
    .logo-text {
        padding: 20px 0px;
    }
}

@media (max-width: 480px) {
    .logo-text {
        text-align: left;
        color: #020392;
        padding: 25px 0px;
    }
    .logo-text a {
        font-size: 16px;
    }
}

#right-side-wrap {
    text-align: right;
    margin-top: 14px;
}

#join-login-wrap {
    display: block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 30px;
}

#join-login-wrap a {
    background: #020392;
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding: 3px 16px;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
}

#join-login-wrap a:hover {
    background: #dab84b;
    color: #fff;
}

.join-wrap {
    display: inline-block;
    vertical-align: middle;
}

.login-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.donate-wrap {
    margin-top: 1em;
}

#search-contact-wrap {
    display: block;
    vertical-align: middle;
    width: 100%;
}

#search-wrap {
    display: inline-block;
    vertical-align: middle;
}

#search-wrap a {
    text-decoration: none;
    outline: none;
}

svg#search-icon {
    width: 31px;
    height: 33px;
}

.contact-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.contact-wrap a {
    background: #020392;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 42px;
    text-decoration: none;
    text-transform: capitalize;
    outline: none;
}
.contact-wrap a:hover {
    background: #dab84b;
    color: #fff;
}

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

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

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


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

main {
    min-height: calc(100vh - 151px - 118px);
    /*The minimum height of the main section of the page should be the height of the screen minus the header and footer*/
    position: relative;
    background: #e8e8e8;
}

main#homepage-main,
main#subpage-main,
main#mms-main {
    margin-top: 20px;
}

main#subpage-main,
main#mms-main {
    margin-top: 30px;
}

main#homepage-main .row_wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: auto;
}

main#subpage-main {
    padding-top: 30px;
}

#subpage-main #mms-main {
    margin-bottom: 2.5em;
}

@media (max-width: 900px) {
    #subpage-main #mms-main {
        margin-bottom: 2em;
    }
}

@media (min-width: 767px) {
    #subpage-main .row {
        margin-bottom: 1em;
    }
}

@media (max-width: 767px) {
    #subpage-main div[class^="col-md"] {
        margin-bottom: 1em;
    }
}


/*^^These two styles can be tweaked if needed, but they are a handy default for spacing rows (and then columns once the screen hits the col-xs breakpoint on subpages*/


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

.slideshow-wrap {
    margin-bottom: 30px;
    position: relative;
}

.slideshow-wrap .container {
    width: 100%;
}

.slideshow-wrap img {
    width: 100%;
    height: auto;
}

.slideshow-wrap [class*="col-"] {
    padding: 0;
}

#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: 160px;
    width: ;
    font-size:  48px;
    font-weight: bold;
}

.carousel-indicators {
    display: none;
}

.caption-wrapper {
    max-width: 750px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.carousel-caption {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: #fff;
    background: rgba(255, 255, 255, .85);
    padding: 10px 15px;
    left: inherit;
    bottom: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    text-shadow: none;
    padding-top: 4%;
}

@media (max-width: 767px) {
    /*.carousel-caption {
		    display: block;
		    position: static;
		    width: 100%;
		    height: auto !important;
		    min-height: 225px !important;
		    border: none;
		}*/
    .caption-wrapper {
        padding-top: 25px;
    }
}

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

.carousel-caption p.caption-text {
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #17242d;
    line-height: 30px;
    display: block;
    margin-bottom: 18px;
}

.carousel-caption p.alt-text {
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    color: #26313d;
    line-height: 27px;
    margin-bottom: 10px;
}

.caption-btn-wrap {
    margin-top: 40px;
    margin-bottom: 20px;
}

.caption-btn-wrap a {
    background: transparent;
    border: 1px solid #9290c6;
    border-radius: 19px;
    padding: 9px 23px;
    text-decoration: none;
    color: #605e9c;
    font-size: 16px;
    font-weight: bold;
}

.caption-btn-wrap a:hover {
    background: #605e9c;
    border: 1px solid #605e9c;
    color: #fff;
}


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


/*--------------------------------------------------------
					Index / Home Page
--------------------------------------------------------*/

#welcome-section-wrap {
    padding-top: 0px;
    padding-bottom: 35px;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    padding-left: 5%;
    padding-right: 5%;
}
#twitter-feed-wrap .twitter-timeline.twitter-timeline-rendered {
    width: 100% !important;
}


/* Events */

#event-news-wrap {
    margin-bottom: 30px;
}

.event-details-wrap {
    display: inline-block;
    vertical-align: middle;
    padding: 18px 15px;
    min-height: 80px;
    width: calc(100% - 87px);
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 87px);
}

.event-content {
    border: 1px solid #020392;
    background: #e8e8e8;
    border-bottom: 0px;
}

#event-section-wrap .event-item:last-child .event-content {
    border-bottom: 1px solid #020392;
}

.event-date-wrap {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #020392;
    padding: 20px;
    width: 82px;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #020392;
}

@media (min-width: 990px) and (max-width: 1199px) {
    .event-date-wrap {
        padding: 32px 20px;
    }
}

h3.event-title {
    color: #000000;
    font-size: 21px;
    font-weight: 400;
    padding-bottom: 10px;
}

a.ev-title-link {
    color: #000000;
    font-size: 21px;
    font-weight: 400;
    text-decoration: none;
}

a.ev-title-link:hover {
    color: #dab84b;
}

.event-description {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}

.event-details-wrap-webinar {
    display: inline-block;
    vertical-align: middle;
    padding: 18px 15px;
    min-height: 80px;
    width: 80%;
}

.event-content-webinar {
    border: 1px solid #020392;
    background: #e8e8e8;
    border-bottom: 0px;
}

.event-date-wrap-webinar {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #020392;
    padding: 20px;
    width: 150px;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #020392;
}


/* News */

.news-details-wrap {
    display: inline-block;
    vertical-align: middle;
    padding: 18px 15px;
    min-height: 80px;
    width: calc(100% - 87px);
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 87px);
}

.news-content {
    border: 1px solid #020392;
    background: #e8e8e8;
    border-bottom: 0px;
}

#news-section-wrap .news-item:last-child .news-content {
    border-bottom: 1px solid #020392;
}

.news-date-wrap {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #020392;
    padding: 20px;
    width: 82px;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #020392;
    float: right;
}

@media (min-width: 990px) and (max-width: 1199px) {
    .news-date-wrap {
        padding: 32px 20px;
    }
}

h3.news-title {
    color: #000000;
    font-size: 21px;
    font-weight: 400;
    padding-bottom: 10px;
}

a.news-title-link {
    color: #000000;
    font-size: 21px;
    font-weight: 400;
    text-decoration: none;
}

a.news-title-link:hover {
    color: #dab84b;
}

.news-description {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}


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


/*----------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#main-footer {
    background: #020392;
    padding: 40px 0px 27px;
}

footer#main-footer p {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

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

footer#main-footer .text-right a {
    font-size: 18px;
}

footer#main-footer a:hover {
    color: #dab84b;
}

footer#main-footer strong {
    color: #fff;
}

footer#main-footer .text-left span {
    border-left: 1px solid #c7d1e5;
    margin-left: 18px;
    padding-left: 18px;
}

@media (max-width: 767px) {
    footer#main-footer .text-left,
    footer#main-footer .text-right {
        text-align: center;
    }
    footer#main-footer .text-left span {
        display: block;
        border-left: 0px;
        padding-left: 0px;
        margin-left: 0px;
    }
}


/* Footer Social Media Icons */

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

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

.social-media-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    margin-right: 2px;
}

@media (min-width: 1200px) {
    .social-media-wrap {
        display: inline-block !important;
    }
}

.social-media-wrap ul {
    float: left;
    margin: 0;
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.social-media-wrap ul>li {
    float: left;
    position: relative;
    display: block;
    margin-right: 5px;
}

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


/*--------------------------------------------------------------
                      Modal Member Login
--------------------------------------------------------------*/

.modal {
    overflow-y: visible;
}

.modal-dialog {
    max-width: 280px;
    margin: 50px auto;
}

.modal-header {
    text-align: center;
}

.modal-body {
    padding: 15px 23px;
}

.login-form input {
    width: 203px!important;
    height: 30px;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0px 15px;
    margin-left: 15px;
    background: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #9B9B9B;
    box-shadow: none !important;
    border: 1px solid #CCCCCC;
    border-radius: 18px;
}

.login-form input[type="submit"] {
    background: #020392;
    border: 1px solid ##20392;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 10px;
    outline: none;
    text-decoration: none;
    text-align: center;
    padding: 8px 20px;
    height: auto;
}

.login-form input[type="submit"]:hover,
.login-form input[type="submit"]:focus {
    background: #dab84b;
    border: 1px solid #dab84b;
    text-decoration: none;
}

.login-form a {
    color: #232d69;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    margin-left: 15px;
    padding-bottom: 10px;
    text-decoration: underline;
}

.login-form a:hover,
.login-form a:focus {
    color: #17224d;
}

.login-form input:last-of-type {
    width: 100px;
    margin: none;
}

h6.modal-title {
    color: #527785;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

h4#myModalLabel {
    font-size: 22px;
    color: #17242d;
    padding-bottom: 0px;
}


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


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

@media (min-width: 1332px) and (max-width: 1365px) {}

@media (max-width: 1200px) {
    .caption-wrapper .carousel-indicators {
        max-width: 750px;
    }
}

@media (min-width: 1000px) {
    .container {}
}

@media (min-width: 990px) and (max-width: 1199px) {
    .container {}
}

@media (max-width: 991px) {
    .caption-wrapper .carousel-indicators {
        max-width: 750px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .container {}
    #news-section-wrap {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .container {}
    #news-section-wrap {
        margin-top: 30px;
    }
}

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

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

@media (max-width: 480px) {
    .container {}
    .event-date-wrap,
    .news-date-wrap {
        padding: 55px 20px;
        min-height: 170px;
    }
}

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


/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome,
    .div {}
}


/* Internet Browser */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}