


#tabdivContainer {
    top: 0px;
    width: 100% !important;
    min-height: 200px !important;
    position: relative !important;
    /* float: left !important; */
    background-color: #1F5592 !important;
    padding: 44px 44px 44px 44px;
}



#parentVerticalTab
{
    padding:.2% !important;
    width:100% ;
    margin:auto !important;
    padding-bottom:0px;

    background-color:white !important;
	    min-height: 170px !important;

}


ul.resp-tabs-list p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    /*font-weight: 600;*/
    font-weight:normal;
   /* font-size: 13px;*/
    font-size:1em;
    display: inline-block;
  /*  padding: 13px 15px;*/
    padding:1px 1px;
    /*margin: 0 4px 0 0;*/
    margin: 0 1px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
    height:10px;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #1F5592;
   /* background-color: #fff;*/
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;

    padding-left: 15px;
    padding-right: 5px;
    padding-top:3px;
    padding-bottom:5px;

    /*padding: 15px;*/
}

/* .resp-tab-active {
	border: 1px solid #1F5592 !important;
	border-bottom: none;
	margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
	border-top: 4px solid #1F5592 !important;
	border-bottom: 0px #fff solid !important;

} */

.resp-tab-active {
    /* border-bottom: none; */
    background-color: #1F5592;
   /* background-color: #fff;*/
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #1F5592;
	border-top-color: #1F5592;
}

h2.resp-accordion {
    font-size: 1.2em;
    border: 1px solid #1F5592;
    border-top: 0px solid #1F5592;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #1F5592 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #1F5592 !important;
    background: #1F5592;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    position:relative;
    float: left;
    width: 17%;
	/* width: 12%; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-width: 140px;
    
}

.resp-vtabs .resp-tabs-list li {

padding: 5px 5px 5px 10px !important;

/* padding-right: 5px !important; */

/* margin: 0 0 2px; */

margin: 0px;

cursor: pointer;

float: none;

background-color: #adaaaa;

/*     font-family: "myriad-pro-condensed","myriad-pro",serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    text-decoration: none; */

height: 24%;

display: flex;

color: black;

align-items: center;

/*     padding-left: 10px !important;
    padding-right: 5px !important;
    margin: 0 0 2px;
    cursor: pointer; */

font-family: "myriad-pro-condensed","myriad-pro",serif;

font-size: 19px;

font-weight: normal;

text-transform: none;

text-decoration: none;

font-weight: bold;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 0px solid #1F5592;
   /* border: 1px solid #1F5592;*/
    position:relative;
    float: left;
    width: 85%;
    /* max-height: 128px; */
    border-radius: 0px;
    clear: none;
	min-height:150px;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;

    background-color: #1F5592 !important;
    color: white;
    width: 105%;

}



li.resp-tab-item.hor_1.resp-tab-active::after {
    position: absolute;
    top: 0;
    right: 0;
                /* content: ">"; */
    content: "\276D";
    width: 10%;
    height: 100%;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: x-large;
}


.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #1F5592;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #1F5592;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB !important; 
    font-weight:bold;
    font-size:1em;
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #1F5592;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #1F5592 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #1F5592 !important;
}








.cellTitle {
    text-align: left;
    font-family: "myriad-pro-condensed","myriad-pro",serif;
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    color: #2A6EBB;
    line-height: 1 !important;
    font-weight: bold;
    font-size: 26px;
}

.selectTitle {
    text-align: left;
    font-family: "myriad-pro-condensed","myriad-pro",serif;
    font-size: 19px;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    color: #2A6EBB;
    display: table-cell;
    vertical-align: bottom;
    height: 50px;
    padding-bottom: 5px;
}
.resp-selectwidget select {
    width: 95%;
}

.tableContent td.cellTitle {
    padding: 0px 0px 0px .5%;
}

.resp-itemlist li:before {
    content: "\276F";
    font-size: 11px;

}

.tableContent
	{
		width:100%;
		margin-left:0%;
		min-height: 210px;
	}

.tableContent td {
    padding: .5%;
    margin-right: 1%;

    vertical-align: top;

}

.tableText {
    color: #333;
    font-size: 14px;
    /* font-weight: 400; */
    font-family: "myriad-pro-condensed";
    line-height: 1.1;
}

.tableText a {
    text-decoration: underline;
}

.resp-tab-content {
    display: none;
    /* padding-left: 25px; */
    /* padding-right: 5px; */
    padding-top: 3px;
    padding-bottom: 5px;
}

/* #parentVerticalTab {
    min-height: 170px !important;
    width: 97%;
} */

.resp-tab-button-wrapper {
    min-width: 45%;
    max-width: 70%;
    position: relative;
    min-height: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 15px;
    min-width: fit-content;
    background-color: #1F5592;
}
	
.resp-tab-button {
    position: relative;
    vertical-align:bottom;
    padding-right: 15px;
    background-color: #1F5592;
    color: white;
    font-size: 18px;
    font-family: "myriad-pro-condensed";
    cursor: pointer;
    font-weight: bold;
}

.resp-tab-button::after {
    position: absolute;
    top: 1px;
    right: 0;
    content: "\276D";
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: goldenrod;
}

.resp-tab-button:hover {
    color: white;

}


.resp-flex-row {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.resp-flexcard-col {
	flex:1;
	display: flex;
	flex-direction: column;
	width: 48%;
min-height: 230px;
	/* margin: auto; */
	/* margin: 0 15px 0 0; */
	margin: 5px 15px 0 20px;
}

.tableText {
    color: #333;
    font-size: 15px;
    /* font-weight: 400; */
    /* font-family: "myriad-pro-condensed";     */
    font-family: "myriad-pro";
    line-height: 1.1;
    /* display: flex; */
    /* margin-bottom: auto; */
    margin-top: 2%;
    margin-bottom: 2%;
}

.resp-button-cell {

margin-top: auto;

/* height: 28px; */
}

.resp-tab-button-wrapper {
    /* width: 50%; */
    /* position: relative; */
    /* vertical-align: bottom; */


}

.resp-itemlist li:before {
    content: "\276F";
    font-size: 11px;
    color: #1F5592 !important;
    padding-right: 6px;
}


ul.resp-itemlist li {
    margin-left: 5px;
    margin-top: 5px;
}

ul.resp-itemlist li a {
    /* text-decoration: underline; */
    /* color: black; */
    /* margin-top: 10px; */
}


.cellTitle.cellSpacer {
    height: 20px;
}

#credit_select-button, #workforce_select-button, #penrichment_select-button {
	width: 95% !important;
	background-image: none;
	border-radius: 0px;
}


ul.resp-listcolumn {

    column-count: 1;
    text-indent: -15px;
    margin-left: 10px;

}
p.resp-description {
	margin-bottom: 10px;
}

#findpath_resptab div.resp-flexcard-col {

}

#findpath_resptab div.cellTitle {
    font-size: 28px;
    height:30px;
    margin-top: 10px;
    white-space: nowrap;
}

/*Hide blue buttons */
#home_buttons_old {
    display:none;

}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {

    #divContainer {
        min-height: 500px !important;
    }



    h2.resp-tab-active span.resp-arrow {
        border-bottom: 12px solid white;
    }


    ul.resp-tabs-list {
        display: none !important;
    }

    h2.resp-accordion {
        display: block;
        font-family: "myriad-pro-condensed","myriad-pro",serif;
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
	color: black;
    }
	
	    h2.resp-tab-active {
        background-color:#1F5592 !important;
        color:white;
    }


    .resp-vtabs .resp-tab-content {
        border: 1px solid #1F5592;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        /*max-height: 1000px;*/
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #1F5592 !important;
    }
	
.table-responsive {
	border: 0px !important;
}
	
.tableContent
	{
		width:100%;
		margin-left:0%;
	}
	
	
	.resp-tab-button::after {
    content: "" !important;

	}
	
	.resp-tab-button {
    padding-right: 0px;

    color: white;
    font-size: 16px;

    cursor: pointer;
	}
	
	.resp-flex-row {
    display: block;
    justify-content: space-between;
    flex-direction: column;
    /* height: 179px; */
    /* align-items: flex-start; */
    margin: auto;
    flex-wrap: wrap;
    /* min-height: 150px; */
}


.resp-flexcard-col {
    /* justify-content: flex-start; */
    display: block;
    flex-direction: column;
    width: 100%;
    /* min-height: 150px; */
    /* align-items: center; */
    /* margin: auto; */
    margin-bottom: 1em;
    min-height: inherit;
    flex-basis: auto;
	margin: 0;
    padding-top: 0px;

	border-top: 1px solid silver;
        padding: 8px;
}

.resp-flexcard-col:first-of-type {
	border-top: 0px;
	padding-top: 0px;

	
}

.resp-tab-content {

    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 5px;
    /* padding: 15px; */
}

.selectTitle {
    text-align: left;
    font-family: "myriad-pro-condensed","myriad-pro",serif;
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    color: #2A6EBB;
    display: block;
	height:auto;	
    vertical-align: initial;
	    padding-bottom: 5px;
}


div.cellTitle {
    padding-top:15px;
}

div.cellTitle.cellSpacer {

    display:none !important;
}

#findpath_resptab div.cellTitle {
    text-align: left;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    font-size: 26px;
    margin-top: 0px;
}

}

