  /*for SG quote*/

.container p, h1, h2, h3 {
    padding: 0 5 !important;
}

.h1, h1 {
    font-size: 28px;
}
h2, h2 {
    font-size: 25px;

}
blockquote {
	border-right: 0px;
	background-image: url(/ar/gender-inclusive-language/assets/img/qtmrk.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
cite {padding-right: 50%;}
.event-date {
	color: gray;
	font-size: 95%;
	font-weight: 200;
    line-height: 2em;
}

.subhead-light {
    background-color: rgba(0, 173, 239, 0.16);
    padding: 10px;
}

table.examples {
    margin: 40px 0;
}


.jumbotron.footer {
    background-color: #E8F8FD;
}

.jumbotron.tips, .jumbotron.footer {
    padding: 48px;
}


/*  Contact Form  */

.contact-page input[type=text], .contact-page input[type=email], .contact-page select, .contact-page textarea{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

.contact-page .question-heading p {
    font-size: 20px;
    margin-top: 15px;
}

.contact-page .input-wrap {
	margin-bottom: 10px;
	margin-top: 20px;
}

.contact-page label {
	font-weight: 400;
	margin-left: 2px;
}

.contact-page input[type=submit] {
    background-color: #008fd5;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.contact-page input[type=submit]:hover {
    background-color: #0088bc;
}

.contact-container {
    /*! border-radius: 5px; */
    background-color: #f2f2f2;
    padding: 5em;
}

.required-label, .required-asterisk {
    color: #db4437;
}

th, td {
    padding: 5px;
    border: 0px solid black;
       
}
/*  Collapse Panels  */
.panel-default>.panel-heading {
    background-image:none !important;
}
.panel-default {
    border-color: #f2f2f2;
}
.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: left;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}
.panel-group .panel+.panel {
    margin-top: 10px;
}
h3.guidelines-title {
    color: #337fbd;
    font-weight: bold;
    margin: 10px;
}


/* STYLES FOR MEDIA QUIERY*/
@media (max-width: 1130px) {
	.event-date {
		color: gray;
		font-size: 95%;
		font-weight: 200;
		line-height: 2em;
		}
	cite {
		padding-right: 10%;
		}
	
}
@media (max-width: 992px) {
	.event-date {
		color: gray;
		font-size: 95%;
		font-weight: 200;
		line-height: 2em;
		}
	cite {
		padding-right: 10%;
		}
	
}
@media (max-width: 660px) {
	.event-date {
		color: gray;
		font-size: 95%;
		font-weight: 200;
		line-height: 2em;
		}
	cite {
		padding-right: 10%;
		}
	
}
@media print {
    .panel .collapse {
        display: block;
    }
    .panel-heading {
        border: 1px solid #8c8b8b !important;
    }
    a[href]:after {
        content: none;
    }
    section.region.region-search, 
    .col-md-8.language-switcher,
    aside.col-xs-12.col-sm-3.col-md-4.section-sidebar {
        display: none;
    }
    .col-xs-12, .col-md-8 {
        width: 100%;
    }
    .jumbotron.footer {
        border: 2px solid #a5a5a5;
    }
    .jumbotron.tips {
        border: 1px solid #a5a5a5;
    }
}
