.site-container .site-inner {
    padding-top: 0px;
  }
  
  
body.single.single-ccbi_question .container.main-content,
body.single.single-ccbi_question .container.header-content {
        max-width: 1100px;
}

.single.single-ccbi_candidate .container-wrap,
.single.single-ccbi_question .container-wrap {
    background-color: #DFE4E8;
}

.single-ccbi_candidate h2,
.single-ccbi_question h2 {
    font-size: 20pt;
    line-height: 1.2;
    margin-bottom: 0;
}

.single-ccbi_candidate h2 a,
.single-ccbi_question h2 a {
    color: #041d37;
}

.single-ccbi_candidate .row  h3,
.single-ccbi_candidate .row .col h3,
.single-ccbi_question .row .col h3 {
    font-size: 13.5pt;
    line-height: 1.3;
    margin: 7pt 0pt;
}

.single-ccbi_question .candidate-questions .seat > h3 {
    text-align: center;
    background: #00335e;
    color: #FFF;
    padding: 6pt;
    margin-top: 35pt;
}
.single-ccbi_question .candidate-questions .seat > h3:first-of-type {
    margin-top:0;
}

.single-ccbi_question h4 {
    font-size: 13pt;
    font-style: italic;
}

.single-ccbi_question .candidate-questions li.seat {
    display: block;
}
.single-ccbi_question ul.candidate-questions {
    margin-left:0;
padding-left:0;
}

.single-ccbi_candidate .candidate-questions li.answer,
.single-ccbi_question .candidate-questions .seat li.answer {
    list-style: none;
    display: block;
    margin-bottom: 14pt;
    border-left: 3px solid #A5BCD0;
    padding-bottom: 10pt;
    background: #FFF;
    padding: 10px;
}

.single-ccbi_candidate .candidate-questions > ul,
.single-ccbi_question .candidate-questions > ul {
    margin-left: 0;
padding-left:0;
}

.main-content .candidate-questions > .seat > ul {
    margin-left:0;
padding-left:0
}

.single-ccbi_candidate img.candidate-portrait,
.single-ccbi_question img.candidate-portrait {
    float: left;
    max-height: 200px;
    width: auto;
}

.single-ccbi_candidate .wp-caption .wp-caption-text {
    padding-bottom: 0;
    margin: 0;
}

.other-responses {
    display: block;
    float: right;
    /*margin-top: -20px;*/
    margin-right: -20px;
    background: #65849e;
    padding: 1px 9px;
    line-height: 1.4;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #FFF;
    /* opacity: 0.6; */
    border-radius: 3pt;
    transition: 0.7s opacity;
}
.other-responses:hover {
    opacity: 1;
}

.single-ccbi_candidate .candidate-questions li:after {
    content: ' ';
    display: block;
    clear: both;
}

.other-responses a:after {
    content: ' »';
}

.other-responses a {
    color: #FFF;
text-decoration: none;
}

.single-ccbi_candidate .candidate-questions li p,
.single-ccbi_question .candidate-questions li p {
    line-height: 1.5;
}


.single-ccbi_question .candidate-questions li p {
    margin-left: 155px;
}



.single-ccbi_candidate .candidate-questions li p:last-child,
.single-ccbi_question .candidate-questions li p:last-child {
    padding-bottom: 0;
}

.single-ccbi_question .candidate-questions li:after {
    content: ' ';
    clear: both;
    display: block;
}

.single-ccbi_candidate img.candidate-portrait {
    float: none;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
    /* width: 100%; */
    /* height: auto; */
    max-height: none;
    border: 2px solid #041d37;
    /* box-shadow: 0 0 20px #969696; */
}

.single-ccbi_question img.candidate-portrait {
    margin-right:10px;
    max-height:200px;
}

.profile-header.row.full-width-section .row-bg-wrap,
.profile-header.row.full-width-section {
    background: #c4d2de;
    /* padding: 30px; */
}

.profile-header.full-width-section {
    /* margin-left: calc(-100vw / 2 + 60rem/2); */
    /* transform: translatex(37%); */
width: 100%
}


.profile-header.row.full-width-section h1, .profile-header.row.full-width-section h3 {
    color: #041d37;
    line-height: 1;
}

.profile-header.row.full-width-section > .col {
    padding-top: 10px;
}

.candidate-question-full {
    display: none;
}

@media only screen and (min-width :1001px) {
    .col-4.candidate-questions.quick-questions {
        margin-top: -70pt;
    }
.header-content-inner {
padding-left: 32.66667%;
}
}


@media only screen and (max-width :1000px) {
    .profile-header.row.full-width-section > .col {
        padding: 20px 0px 10px 0px;
    }
}



@media only screen and (max-width :690px) {
    .single-ccbi_question img.candidate-portrait {
        max-width: 55px;
    }

    .single-ccbi_question .candidate-questions li p {
        margin-left: 0;
    }

}


.wrapper-dropdown-election .dropdown li.heading {
    /* background: #8f8f90; */
    /* color: #FFF; */
    font-weight: bold;
    font-size: 10.4pt;
    border-bottom: 1px solid #000;
    margin-top: 5pt;
    line-height: 1.4;
}

.wrapper-dropdown-election, .election-button, .election-button:hover {


    /* Size & position */
    position: relative;
    /*width: 200px;*/
	/* width:95%; */
    margin: 0 auto;
	margin-left:1%;
    padding: 12px 15px;

    /* Styles */

    background: #00335e;
	color:#FFF;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    font-family: 'Open sans', Arial, sans-serif;
}


	.election-button, .election-button:hover {
		display:block;
		margin-bottom:8pt;
	}
	.election-button:after {
		content: ' »';
	}

.wrapper-dropdown-election:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #c4d2de transparent;
}

.wrapper-dropdown-election .dropdown {
	cursor:auto;

    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

	z-index: 100;

    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
     margin-left: 0;
     padding-left:0;
}

.wrapper-dropdown-election .dropdown li {
    padding: 0 10px ;
     font-size: 12pt;
    line-height: 1.6;
    color:#000;
}

.wrapper-dropdown-election .dropdown li.selected {
    font-weight: bold;
    background: #e0e0e0;
}

.wrapper-dropdown-election .dropdown li.selected span,
.wrapper-dropdown-election .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 3px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}

.wrapper-dropdown-election .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-election .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-election .dropdown li:hover a {
    color: #57a9d9;
}

/* Active state */

.wrapper-dropdown-election.active {
    border-radius: 5px 5px 0 0;
    background: #00335e;
    box-shadow: none;
    border-bottom: none;
    color: white;

}

.wrapper-dropdown-election.active:after {
    border-color: #82d1ff transparent;
}

.wrapper-dropdown-election.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 900px;


	border: 2px solid #757575;
    box-shadow: 0 0 50px #737373;
    border-top: none;
    padding-left:0;
}
