/*
// VALUE:COLOR_1:#ffcc44
*/


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

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

p {
    font-family: 'Lato', sans-serif;
    word-wrap: break-word;
    white-space: normal;
}

.container {}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

em {
    color: #2C2C2D;
}


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

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

h1 {
    font-size: ;
    color: ;
}

h2 {
    font-size: ;
}

h3 {
    font-size: ;
}

h4 {
    font-size: ;
}

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


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

a {
    color: ;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
}

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

a:is(:hover, :focus) {
    outline: 0px;
}

a:focus-visible {
    outline: 2px solid #987c67; /*hex color can be replaced here with org color or link color*/
}

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

img {
    border: 0px;
}

/* rows and columns margin inside grid+ */
#gm-canvas .row, #gm-canvas .column {
    margin-top: 1em;
    margin-bottom: 1em;
}

.embed-wrapper { display: contents; }

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

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


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


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

#top-wrap-header {
    background: #C4C4C4;
    height: auto;
    padding-bottom: 25px;
}
#top-wrap-header.sub-top-header {
    padding-bottom: 0px;
}

.header-top-wrapper {
    background: rgba(152, 124, 103, 0.7);
    padding: 15px 0px;
    position: relative;
    z-index: 3;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
}

#header-social-media img {
    display: inline-block;
    margin-left: 15px;
    height: auto;
    width: 50px;
}

.fb-img {
    margin-left: 0px !important;
}

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

.icon-search:before {
    /*content: url("https://southforktyrone.org/images/search-icon.png");*/
}

#search-input input {
    border: 0px;
    box-shadow: none;
    background-color: #fff;
    height: 54px;
}

#search-input .search-button {
    background: #fff;
    box-shadow: none;
    border: 0;
    color: #fff;
    border-left: 0px;
    padding: 0px 10px;
    height: 54px;
    border-radius: 0px !important;
    background-image: url("https://southforktyrone.org/images/search-icon.png");
    width: 60px;
    background-repeat: no-repeat;
    background-position: center;
    line-height: normal;
}

.input-group.search-input-wrap {
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.search-input {
    background: transparent;
    border: 2px solid #fff;
}


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

#main-header {
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    z-index: 4;
    background: #C4C4C4;
}

.index-background {
    background: url('../images/header-image.png') repeat-x 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    max-width: 100%;
    position: relative;
    width: 100%;
    /*overflow: hidden;
    height: 60vw;*/
    z-index: 2;
    margin-top: -246px;
    min-height: 802px;
    max-height: 802px;
}

.page-content {
    padding-top: 60px;
    color: #fff;
    position: relative;
    z-index: 2;
}

#mycanvas .index-background {
    display: none;
}


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


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


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

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

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

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


/* Home Featured Section */

.home-featured-section {
    margin-top: 25px;
}

.assoc-news-wrap {
    text-align: center;
}

.assoc-news-wrap,
.guidelines-wrap,
.resources-wrap {
    background: #987c67;
    color: #fff;
    padding: 50px 25px;
    font-size: 20px;
}

.assoc-news-wrap h2,
.assoc-news-wrap h2 a,
.guidelines-wrap h2,
.guidelines-wrap h2 a,
.resources-wrap h2,
.resources-wrap h2 a {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
}


/* Home Content */

.home-primary-section {
    background: #CEC5BE;
    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: #987c67;
    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: #987c67 !important;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 30px;
}

.event-date-wrap {
    background: #ffcc44;
    /* 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: #987c67;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 5px;
}

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

.event-blurb a {
    color: #987c67;
}


/* Home Member Login */

.home-secondary-section #login input {
    color: #757575;
}

.home-secondary-section #login input[type=submit] {
    color: #fff;
}


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


/* Sub Pages */

#subpage {
    min-height: calc(100vh - 336px);
}



/* MMS Pages */
#subpage #mheader_5_wrapper {
    font-size: 18px;
}


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

#footer-row {
    background: #987c67;
    color: #fff;
    padding: 30px 0px 20px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
}

.footer-wrapper p,
.footer-wrapper a {
    color: #fff;
    font-size: 24px;
}


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


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


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


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

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

@media (min-width: 990px) and (max-width: 1199px) {
    .container {}
    .assoc-news-wrap,
    .guidelines-wrap,
    .resources-wrap {
        padding: 40px 15px;
    }
    .assoc-news-wrap h2,
    .assoc-news-wrap h2 a,
    .guidelines-wrap h2,
    .guidelines-wrap h2 a,
    .resources-wrap h2,
    .resources-wrap h2 a {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .container {}
}

@media (min-width: 768px) and (max-width: 990px) {
    .container {}
    .assoc-news-wrap,
    .guidelines-wrap,
    .resources-wrap {
        padding: 40px 10px;
    }
    .assoc-news-wrap h2,
    .assoc-news-wrap h2 a,
    .guidelines-wrap h2,
    .guidelines-wrap h2 a,
    .resources-wrap h2,
    .resources-wrap h2 a {
        font-size: 20px;
    }
    .assoc-news-wrap,
    .guidelines-wrap,
    .resources-wrap {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .container {}
    #header-social-media img {
        margin-left: 10px;
    }
    #search-input {
        margin-top: 15px;
    }
    .assoc-news-wrap,
    .guidelines-wrap,
    .resources-wrap {
        margin-bottom: 40px;
    }
    .index-background {
        margin-top: -360px;
    }
}

@media (max-width: 480px) {
    .container {}
    #header-social-media img {
        margin-left: 10px;
        width: 30px;
    }
    #search-input {
        margin-top: 10px;
    }
    #search-input input {
        height: 40px;
    }
    #search-input button {
        height: 40px;
    }
    .assoc-news-wrap,
    .guidelines-wrap,
    .resources-wrap {
        margin-bottom: 40px;
    }
    .event-date-wrap {
        font-size: 24px;
    }
    .index-background {
        margin-top: -246px;
    }
}


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


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

#nav-wrap {
    margin-top: 15px;
}

#nav_menu .navbar-nav>li a {
    color: #000;
    font-size: 17px;
    font-weight: normal;
    padding: 15px 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

#nav_menu .navbar-nav>li>a:hover,
#nav_menu .navbar-nav>li>a:focus,
#nav_menu .navbar-nav .open>a,
#nav_menu .navbar-nav .open>a:focus,
#nav_menu .navbar-nav .open>a:hover {
    background: #595B60;
    color: #fff;
    border: 0px;
}


/*------------------------------------------------------------------------------------
							Dropdown Menus - full/collapsed
--------------------------------------------------------------------------------------*/

#nav_menu .dropdown-menu {
    background-color: #595B60;
    border: 0;
    border-radius: 0px;
    padding: 0px 0;
}

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

#nav_menu .dropdown-menu li a {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

#nav_menu .dropdown-menu li a:hover,
#nav_menu .dropdown-menu li a:focus {
    color: #595B60;
    background: #fff;
}


/*----------------------------
	Mobile Menu
	
	--- INSTRUCTIONS ---
	For the most part, these mobile menu styles will be exactly like your regular navigation styles.
	There are a few things to watch out for however. I've marked specific items with two hash tags and caps,
	like ##ITEM. 
	
	##TOP - There are three places where this exists, and each one should be the same as the other three.
			This item tells the mobile menu to start lower than the toggle button.
			
	##DIRECTION - This item tells your mobile menu which direction to slide in from, and has a few
		different parts. Changing "left" to "top" in each ##DIRECTION would have the menu slide in from the top. Bottom is a bad choice here.
		##DIRECTION-01 - slides in from the side you specify. This one is set negative as it is the starting position of the menu.
		##DIRECTION-02 - sets the duration of the slide, and again which direction it slides from.
		##DIRECTION-03 - sets the "open" position. This will be the zeroed out version of ##DIRECTION-01
	
	--------------------
------------------------------*/


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


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

button#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) {
    button#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 {
    /*
	The menu wrapper is the div that surrounds the mobile menu.
	You'll want to make sure this has a background of some sort so the text shows up/doesn't appear over other text
	Setting bottom:0px; is needed to make a long menu scroll-able.
	
	
	
	/* REQUIRED */
    position: fixed;
    top: 0px;
    bottom: 0px;
    /* If having the menu slide in from the top or bottom, comment out this line */
    z-index: 200;
    overflow-y: auto;
    overflow-x: hidden;
    /* CHANGEABLE-ISH */
    left: -120%;
    /* Change this to left, right, top, or bottom.  You'll also have to make a change in the open state */
    width: 300px;
    /* The mobile menu works best with a pre-defined width. Percentages also work great here. */
    /* CHANGEABLE */
    background: #987c67;
    border-right: 2px solid #fff;
    /* Transition - bump */
    transition: left .3s;
    /* ##DIRECTION-02 */
    -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;
    /* This is required.  If you changed the direction attribute above, change it here too. */
    bottom: 0px;
    /* This line is here for bottom/top slide-ins.  See note on bottom above.*/
}


/* REQUIRED - Dropdown menu item transition states*/

#mobileMenuWrapper .mDropdown {
    display: none;
}

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


/* REQUIRED - Sets the ULs to not have dots, or be spaced in the typical UL fashion. */

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


/* OPTIONAL-ISH - These are the settings for the base menu UL */

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


/* OPTIONAL-ISH - This sets each link on its own line fo' sho' */


/*#mobileMenuWrapper a, #mobileMenuWrapper div{
	display: block;
}*/


/* OPTIONAL - The actual A's. Style them as you wish*/


/* Top Level / all*/

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


/* dropdown only */

#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: 10px;
    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 {
    border: 2px solid #987c67;
    border-radius: 7px;
    padding: 3px 3px;
    width: 40px;
    height: 40px;
    background: #fff;
}

#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;
    }
    /*.dropdown-menu {
		border: none;
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}*/
}

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

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

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