/**
 * 8416750
 * 9/18/15
 * Chris Batt
 * Fixing the display on constituent manager popup
 */

#fsElementPopupDialog .fsProfileSpecialFieldName.fsAddressPersonal {
    clear: both;
    font-weight: 700;
    padding-top: 16px;
} 
#fsElementPopupDialog .fsProfileSpecialFieldName.fsAddressHome {
    font-weight: 700;
} 

/* End Section */


/**
 * 8426211   
 * Chris Norman
 * Mobile calendar fix
 */

@media screen and (max-width: 800px){
.fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
    width: 13% !important;
  }
}

/* End Section */


   body[data-pageid="110"] h3 span {
    margin-top: -100px;
    padding-bottom: 100px;
    display: block;
}

/**
*
*   Date: 10/4/2016
*   Ticket 3870-8465349
*   Author: Kosha Burnett
*   Description: make mobile tables inside accordions responsive
*/

@media (max-width:500px) {
	.fsAccordion .fsPanel table, .fsAccordion .fsPanel table td {
		width: 100%;
		display: block;
	}
}

/* End Section */



/**
*
*   Date: 04/28/2017
*   Ticket 8683769
*   Author: Chris N
*   Description: Calendar popup
*/

.fsElementDialog.fsCalendar .fsDate {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

/**
*
*   Date: 06/07/2017
*   Ticket 8687387
*   Author: Kosha Burnett
*   Description: correct navigation display issue
*/

@media (min-width: 860px) {
 .nav-main nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 }

 .nav-main nav > ul > li {
  -webkit-box-flex: 1;
  flex: 1 auto;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
 }
}

/* End Section */



/**
*
*   Date: 8/22/17
*   Ticket #8695839
*   Author: Chris M
*   Description: increasing footer width to fit icons
*/


@media (min-width: 1000px)
{

.fsElement.top-links ul {
    padding: 0 15px;
    max-width: 1057px;
}

}

/* End Section */




/**
*
*   Date: 9/12/17
*   Ticket #8699146
*   Author: Chris M
*   Description: Tabs Restyling to match their old style
*/




.fsPanelGroup .fsTabsNav {
    border: 0;
    padding: 0;
    margin-bottom: 0;
    padding: 0 10px;
    background: none;
    border: 0;
    border-bottom: solid 3px #e1e1e1;
    padding-top:20px;
}

.fsPanelGroup .fsTabsNav li {
    display: inline-block;
    list-style: none;
    margin-right: .2em;
    padding: 0;
    background: none;
    border-radius: 0;
    color: inherit;
    border: solid 3px #e1e1e1;
    border-bottom: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    white-space: normal;
    text-align: center;
    margin: 0 5px;
}

@media (max-width:599px)
{
.fsPanelGroup .fsTabsNav li
{
width:100%;

}

.fsPanelGroup .fsTabsNav
{
border-bottom:none;
}

}

.fsPanelGroup .fsTabsNav li.fsStateSelected a {
    padding: 0;
    display: block;
    background: #fff;
    color: #575757;
    outline: 0;
    line-height: 1;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "ITCOfficinaSans", sans-serif;
    padding: 15px 15px 12px;
    width: 100%;
    background: #e2e2e2 !important;
    color: #1a8e98 !important;
    cursor: text;
    padding: .5em 1em;
}
.fsPanelGroup .fsTabsNav li a:hover {
    background: #fff;
    color: #1a8e98 !important;
}


.fsPanelGroup.fsTabs .fsTabsNav li a{

background-color:#fff;
padding: .5em 1em;
line-height:16px;
font-size:16px;
text-transform: uppercase;
transition: background 0.3s, border 0.3s, color 0.3s;
}

/* End Section */



/**
*
*   Date: 11/21/17
*   Ticket ##8708339
*   Author: Chris M
*   Description: override ui-widget styles for accordions
*/

.fs_style_28:hover {
    color: #1a8e98 !important;
}


a.fs_style_28 {
    color: #fff !important;
}

/* End Section */


/*
*  Ticket 8777923
*  Fix top margin set to images in Feeds. Remove duplicate arrows.
*  09/27/18 - James B
*/

#fsPageContent .fsFeeds img {
    margin-top: 0;
}

.slick-slider button.slick-prev:after,
.slick-slider button.slick-next:after {
  content: none;
}

/* End Section */

/**
*
*   Date: 02/22/2019
*   Ticket: 8813319
*   Author: Kosha Burnett
*   Description: update footer search element
*
*/

.fsSearchElement.footer-search .fsFieldLabel {
	display: none;
}

.fsSearchElement.footer-search .fsSearchElementKeyword {
	margin-bottom: 0;
}

.fsSearchElement.footer-search .fsSearchElementKeyword input {
	border: none;
	height: 41px;
	color: #575757;
}

.fsSearchElement.footer-search:after {
	content: '';
}

.fsSearchElement.footer-search .fsSearchElementSearchButton.fsStyleUpdateButton {
	font-family: "icomooner";
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	font-size: 0;
	top: 0;
	background-color: #cc9f3f;
	margin-top: 0;
	height: 100%;
	width: 20px;
	padding: 10px 20px;
}

.fsSearchElement.footer-search .fsSearchElementSearchButton:before {
	content: '\e602';
	display: block;
	font-size: 24px;
}

.fsSearchElement.footer-search .fsSearchElementSearchButton.fsStyleUpdateButton:hover {
	background-color: rgba(204, 159, 63, .8);
}

.fsSearchElement.footer-search form {
	margin: 0 0 4px 0;
	width: 100%;
	border: 2px solid #cb9f3f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}

.fsSearchElement.footer-search .fsSearchElementKeyword input::-webkit-input-placeholder {
	color: #ebe8de;
}

@media (min-width: 600px) {
	#fsFooter .fsSearchElement {
		float: right;
		width: 50%;
		padding-left: 15%;
	}
}

@media (min-width: 850px) {
	#fsFooter .fsSearchElement {
		width: 67.4%;
		padding-left: 36.75%;
	}
}

/* End Section */

/**
*
*   Date: 04/05/2019
*   Ticket: 8817396
*   Author: Jesse Rogers
*   Description: Tweaking callout style
*
*/

.fixed-height p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 165px;
    background: #d8292f;
    margin-top: 30px;
}

.fixed-height .fs_style_27 {
    float: none;
    margin: 0;
}

/* End Section */

/**
*
*   Date: 07/24/2019
*   Ticket: 8828263
*   Author: Robert Bergers
*   Description: Tweaking three column layout
*
*/

@media (min-width: 800px) {
    .fsStyleTwoThirds {
        width: 66.66667% !important;
    }
}

/* End Section */



/**
 * This file should be used by support to add CSS post launch.
 * custom.css should be called from all layouts.  It should also be the
 * last stylesheet called so it will override all previous styles.  This is
 * a useful way to keep track of styles added after launch.  You are
 * encouraged document edits with comments so others understand the reason
 * behind these changes.
 */
