@charset "utf-8";
@charset "utf-8";
#chapter-search {
    width: 500px;
    position: absolute;
    z-index: 16;
    background-color: rgba(255,255,255,1);
    right: 200px;
    height: 0;
    padding: 0 8px 0;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0px 0px 2px #4872ae;
    -moz-box-shadow: inset 0 0px 0px 2px #4872ae;
    box-shadow: inset 0 0px 0px 2px #4872ae;
    opacity: 1;
}
#chapterSearchDropDownInner,
.chapterSearchForm {
    padding: 30px 0 0;
}
#chapterSearchDropDownInner {
    max-width: 100%;
}
#chapterSearchClose {
    padding: 0;
    cursor: pointer;
}
#chapterSearchClose img {
    float: right;
}
#chapterSearchCopy {
    color: gray;
    text-align: left;
}
.chapterSearchForm {
    display: inline-block;
    width: 100%;
}
.dropdownSection {
    display: inline-block;
    width: 100%;
}
.chSearchDropDown {
    text-align: center;
    color: #4872ae;
    cursor: pointer;
    border: none;
    margin: 0 0 15px 0;
    width: 100%;
    float: left;
    position: relative;
}
.chSearchDropDown:after {
    margin-top: 11px;
    content: '';
    position: absolute;
    display: block;
    right: 9px;
    border: 5px solid transparent;
    border-top-width: 7px;
    border-top-color: #4872ae;
    pointer-events: none;
}
.chSearchDropDown .ui-btn-inner {
    display: none;
}
.chSearchDropDown span {
    float: left;
}
.chSearchDropDown select {
    display: inline-block;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    font: inherit;
    height: 30px;
    background: #fff;
    color: #4872ae;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    cursor: pointer;
    padding: 0 5px;
    float: left;
    border: 2px solid #4872ae;
    border-radius: 3px;
}
.chSearchDropDown span {
    padding-top: 4px;
}
#chArrow {
    display: none;
}
.selectState {
    display: none;
    padding-right: 0;
    float: left;
    width: 80%;
}
#dropdownSubmitArea {
    height: 30px;
    padding-left: 0;
    max-width: 431px;
}
.chapterSearchSubmit,
.chapterSearchSubmit_Page {
    color: #ffffff !important;
    border: 0;
    background-color: #4872ae;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    float: right;
}
.chapterSearchSubmit {
    float: right !important;
}
.chapterSearchSubmit-State {
}
.chapterSearchSubmit_Page {
}
.chapterSearchSubmit_Page-State {
}
.chapterSearchSubmit:hover,
.chapterSearchSubmit_Page:hover {
    cursor: pointer;
}
.chSearchDropDown select {
    height: 30px;
    margin-bottom: 20px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {

    
    .chSearchDropDown, .chSearchDropDown select {
        line-height: 18px;
letter-spacing: 1px;
    }
    
    .arrow {
        height: 31px;
        line-height: 33px;
        
        /* Change Width & Padding to Center Arrow */
    }
}
#chapterSearchResults {
}
#chapterSearchContainer {
    margin: 20px 0;
}
.chapterSearchHeader {
    text-align: center;
    margin: 15px 0;
}
.chapterSearchHeader h2 {
    font-size: 24px;
    font-weight: bold;
}
.chapterSearchHeader p {
    font-size: 14px;
    margin: 2.5% 5.5% 0px 5.5%;
    letter-spacing: .5px;
}
.chapterTypeContainer {
    width: 100%;
    margin-top: 35px;
    display: inline-block;
}
.chapterGroupHeader {
    margin-bottom: 1%;
}
.chapterRow {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.chapterItemLeft,
.chapterItemRight {
    display: inline-block;
    width: 48%;
    height: auto;
    text-align: left;
}
.chapterItemLeft {
    float: left;
}
.chapterItemRight {
    float: right;
}
.itemHeader {
}
.chapterItemLeft span,
.chapterItemRight span,
.itemLink,
.phoneLink,
.cSite {
    float: left;
    line-height: 14px;
}
.phoneLink a {
    cursor: pointer;
    color: #628ecc;
    text-decoration: none;
}
.phoneLink a:hover {
    color: #275ca5;
}
.itemLink:link {
    color: #4872ae;
}
.itemLink:visited {
    color: #275ca5;
}
.itemLink:hover {
    color: #275ca5;
}
.chapterItemLeft a:active {
    color: #699fe9;
}
@media only screen and (max-width : 992px) and (min-width : 600px) {
    #chapterSearchClose {
    	position: absolute;
    	top: 20px;
    	right: 15px;
    }
    #chapterSearchCopy {
        max-width: 425px;
    }
    .selectState, .selectCountry {
        width: 85%;
    	float: left;
    	padding-right: 0 !important;
    }
    .chapterSearchSubmit {
        
    }
    .chSearchDropDown span {
    	width:19%;
        margin: 0;
        font-size:16px;
    }
    .chSearchDropDown select {
    	width: 75.5%;
        margin-left: 30px;
    }
}
@media only screen and (max-width : 768px) {

    #chapter-search {
       right:0;
}

    #chapterSearchDropDownInner {
    
    }
    #chapterSearchClose {
    
    }
    #chapterSearchClose img {
    
    }
    #chapterSearchCopy {
   		max-width: 90%;
        text-align: center;
    }
    .chapterSearchForm {
        
    }
    .dropdownSection {
        
    }
    .chSearchDropDown {
    	margin:0!important;
    }

    .chSearchDropDown span {
        display:block;
        width:100%;
         font-size: 18px;
        margin-bottom: 10px;
        
    }
    .chSearchDropDown select {
    	width:100%;
        display:block;
        height:50px;
    }
    .chSearchDropDown:after {
    	margin-top:55px;
    }
    .chSearchDropDown .ui-btn-inner {
    
    }
    .chapterSearchSubmit, .chapterSearchSubmit_Page {
    	float:none;
    }
    .chapterGroupHeader {
        font-size:27px; 
    }

/* Select arrow styling */

    #chArrow {
   
    }
    .selectState, .selectCountry {
    	width:100%;
        padding:0!important;
    }

    .chapterSearchSubmit {
        
    }
    .chapterSearchSubmit-State {
    
    }
    .chapterSearchSubmit_Page {
        padding:12px 60px!important;
        font-size: 25px;
   
    }
    .chapterSearchSubmit_Page-State {
    
    }
    #chapterSearchContainer {
        padding: 0 15px;
        text-align:center;
    }
    .chSearchDropDown select {
    	font-size:18px;
        margin-left:0;
    }
    
   
}
@media only screen and (max-width: 600px) {
    
    .chapterRow {
        margin-bottom: 0;
    }
    .chapterItemLeft, .chapterItemRight {
    	margin-bottom: 30px;
    	width: 90%;
    	float: left;
    	margin-left: 20px;
    }
    .chapterGroupHeader {
    	margin-left: 10px;
    }
    
    .chSearchDropDown span {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
}
@media (max-width: 481px) {
    #chapter-search  {
      width:100%;
}
    .selectState, .selectCountry {
        width: 100%;
       padding-left:0 !important;
    }

    #chapterSearchContainer {
    	width: 94%;
    }
    .arrow {
    	top: 0;
    	width: 31px;
    	height: 30px;
    }
    
    .chapterSearchSubmit_Page-State {
    	margin: 5% -7px 5% 0px;
    }
    #chapterSearchResults {
        margin-left:8px; 
        width:95%;
    } 
}
label {
    font-weight: 400;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
    .chSearchDropDown:after {
    	display:none!important;
    }
    
}
