/*default-css*/
body {
	margin: 0;
	font-size: 24px;
	color: #1e1e1e;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
	line-height: normal;
}
html {
	scroll-behavior: smooth;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
p:empty {
	display: none;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.container {
	max-width: 1140px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	box-sizing: border-box;
}
.container:after {
	display: block;
	content: "";
	clear: both;
}
ul, li, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
p {
	margin: 0 0 15px;
	font-size: 18px;
	color: #1e1e1e;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
	line-height: normal;
}
.btn {
	margin-top: 30px;
	display: inline-block;
	padding: 8px 80px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	border-radius: 4px;
	font-size: 22px;
	line-height: normal;
	letter-spacing: 0;
	color: #fff;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	text-decoration: none;
	border-color: #cb2027;
	background-color: #cb2027;
	cursor:pointer;
}
.btn:hover {
	border-color: #991319;
	background-color: #991319;
}
.text_center {
	text-align: center;
}
.paddin_bottom {
	padding-bottom: 40px;
}
.padding_top {
	padding-top: 40px;
}
.paddin_bottom20 {
	padding-bottom: 20px;
}
.padding_top20 {
	padding-top: 20px;
}
/* Start Webgensis Css */
/*single-post-css(25-09-2019)*/
.legal_offers .box_hover li a[href="javascript:void(0)"] {
    cursor: auto;
    pointer-events: none;
}
.page-organizing-intern .app_bg.legalintership{ height:auto; }
span.wpcf7-form-control-wrap.email-979 {
	width: calc(100% - 50px) !important;
	float: left;
}
span.wpcf7-form-control-wrap.email-979 input {
	width: 100% !important;
}
footer .main-footer .footer-fourth .wpcf7-form p {
	padding-bottom: 0px;
	margin: 0px;
}
body.page-id-607 .personal_info_form li input[type="submit"] {
	min-width: 214px;
}
body.page-id-607 .wpcf7 {
	width: 100%;
}
body.page-id-607 .margin_top0 {
	margin-top: 0!important;
}
body.page-id-607 .tabs_wrapper ul.tabs li {
	padding: 10px 25px 10px 15px;
}
body.page-id-607 .radio_block, body.page-id-607 .checkbox_block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	margin: 20px 0 30px;
	
}
body.page-id-607 .wpcf7-form-control-wrap {
	width: 100%;
}
body.page-id-607 form span {
	top: inherit;
}
body.page-id-607 span.wpcf7-list-item {
	font-size: initial;
	padding-left: 25px;
	margin-bottom: 5px;
}
body.page-id-607 .wpcf7-list-item input[type="radio"], body.page-id-607 .wpcf7-list-item input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	z-index: 9999;
	left: 0;
	top: 0;
	cursor: pointer;
	width: 100%;
	height:26px;
}
body.page-id-607 span.wpcf7-list-item-label {
	top: 0;
}
body.page-id-607 span.wpcf7-list-item-label::after {
	display: none;
}
body.page-id-607 .wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label:before{
	content: '';
	background: transparent;
	border-radius: 100%;
	border: 1px solid #cb2027;
	display: inline-block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 5px;
	left: 0px;
	transition: all 250ms ease;
}

body.page-id-607 .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label:before {
content: '';
	background: transparent;

	border: 1px solid #cb2027;
	display: inline-block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 5px;
	left: 0px;
	transition: all 250ms ease;
}

body.page-id-607 .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:before, body.page-id-607 .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
	background-color: #cb2027;
}
body.page-id-607 .wpcf7-list-item input[type="radio"]:focus + .wpcf7-list-item-label:before, body.page-id-607 .wpcf7-list-item input[type="checkbox"]:focus + .wpcf7-list-item-label:before {
	outline: none;
	border-color: #cb2027;
}
span.wpcf7-list-item {
	display: inline-block;
	padding-bottom: 5px;
	margin: 0;
	float: left;
	position: relative;
	width: calc(33.33% - 20px);/* font-size: inherit; */
}
span.wpcf7-list-item-label {
	font-size: 22px;
	font-weight: 400;
}
span.wpcf7-form-control-wrap {
	font-size: inherit;
	position: inherit;
	top: inherit;
}
.single-post .comment {
	clear: both;
}
.single-post .comment .comment-body b a {
	padding-bottom: 20px;
	display: block;
}
.single-post .comment .comment-body .reply .comment-reply-link, .single-post .comment .comment-respond #cancel-comment-reply-link {
	width: 100%;
	border-radius: 5px;
	background-color: #cb2027;
	border-color: #cb2027;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	outline: none;
	padding: 7px 10px;
	display: block;
	text-transform: uppercase;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	cursor: pointer;
	margin: 15px 0 0;
	max-width: 90px;
	text-align: center;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	font-size: 15px !important;
}
.single-post .comment .comment-body .reply .comment-reply-link:hover, .single-post .comment .comment-respond #cancel-comment-reply-link:hover {
	background-color: #991319;
}
.single-post .comment .comment-respond #cancel-comment-reply-link {
	display: inline-block;
	max-width: 130px;
}
.single-post #comments .form-submit {
	width: 100% !important;
	max-width: 230px;
}
.single-post .comment-notes span {
	font-size: inherit;
	position: inherit;
	top: inherit;
}
.single-post p.comment-form-cookies-consent {
	display: none;
}
.single-post #comments p:nth-child(3) {
	/* display: none; */
	float: left;
	margin-right: 14px;
	position: relative;
	width: calc(33.33% - 10px);
	-webkit-width: calc(33.33% - 10px);
	-moz-width: calc(33.33% - 10px);
	-ms-width: calc(33.33% - 10px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.single-post #comments p:nth-child(4) {
	float: left;
	margin-right: 14px;
	position: relative;
	width: calc(33.33% - 10px);
	-webkit-width: calc(33.33% - 10px);
	-moz-width: calc(33.33% - 10px);
	-ms-width: calc(33.33% - 10px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.single-post p.comment-form-comment {
	padding-bottom: inherit;
}
.single-post #comments p:nth-child(5) {
	float: left;
	margin-right: 0px;
	position: relative;
	width: calc(33.33% - 10px);
	-webkit-width: calc(33.33% - 10px);
	-moz-width: calc(33.33% - 10px);
	-ms-width: calc(33.33% - 10px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.single-post #comments p:nth-child(7) {
	float: left;
	margin-right: 0px;
	margin-bottom: 30px;
	position: relative;
	width: calc(33.33% - 10px);
	-webkit-width: calc(33.33% - 10px);
	-moz-width: calc(33.33% - 10px);
	-ms-width: calc(33.33% - 10px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
img.ssba.ssba-img {
    width: 35px !important;
}
.single-post #comments input#submit {
	width: 100%;
	height: 50px;
	border-radius: 5px;
	background-color: #cb2027;
	border-color: #cb2027;
	font-size: 24px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	outline: none;
	padding: 10px;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	cursor: pointer;
}
.single-post #comments input {
	width: 100%;
	height: 40px;
	border-radius: 0;
	background-color: transparent;
	border: 1px solid #2e2e2e;
	font-size: 16px;
	color: #1e232a;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	outline: none;
	padding: 10px;
}
.single-post textarea#comment {
	width: 100%;
	height: 230px;
	border-radius: 0;
	background-color: transparent;
	border: 1px solid #2e2e2e;
	font-size: 16px;
	color: #1e232a;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	outline: none;
	padding: 10px;
}
.adcri_section > .adcri_one:last-child {
	margin-bottom: 40px;
}
.nws_ltr .btn {
	height: 50px;
	width: 50px;
	margin-top: 0px;
	display: inline-block;
	padding: 0px 0px 0px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	border-radius: 0px;
	line-height: normal;
	letter-spacing: 0;
	color: #fff;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	text-decoration: none;
	border: none;
	background-color: #cb2027 !important;
	text-indent: -999px;
	background: url(../images/paper-plane.png) center center no-repeat;
}
/*24-9-19*/
.reply_sec div#comments .comment-metadata, .reply_sec div#comments h2.comments-title, .reply_sec div#comments span.says {
	display: none;
}
.reply_sec div#comments .comment-author.vcard {
	margin: 0;
}
.reply_sec div#comments .comment-author.vcard > img {
	margin: 0 10px 10px 0;
}
.reply_sec div#comments b.fn a {
	color: #2e2e2e;
	font-size: 24px;
}
.reply_sec div#comments .reply {
	display: block;
	margin: 0 0 25px;
}
.reply_sec div#comments .reply a {
	font-size: 18px;
	font-weight: 600;
}
.reply_sec div#comments .comment-content p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.follw_right .ssba a + a {
	margin-left:5px;
}
/*.follw_right .ssba a img {
	width: 31px !important;
}*/
div#comments ol.comment-list li article {
	padding-left: 130px;
	position: relative;
}
.reply_sec div#comments .comment-author.vcard > img {
	margin: 0 10px 10px 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	border-radius: 100%;
}
.nws_ltr input.wpcf7-not-valid {
	border-color: #f00;
}
.nws_ltr .wpcf7-response-output {
	color: #fff;
	font-size: 18px;
	padding: 15px;
	line-height: 28px;
	margin-top: 0;
	margin-left: 0;
}
.nws_ltr span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: none;
}
.us_map {
	margin: 0px;
}
.us_map .left-section {
	width: 80%;
	float: left;
}
/*01-10-2019*/
.lesson-outer {
	margin: 25px 0 15px;
	display: block;
}
.immigra_section .lesson-outer a {
	color: #cb2027;
}
.legal-image-outer img {
	margin: 20px 0 25px;
	object-fit: cover;
}
.tabs_wrapper .tab_container .content-tab-outer p {
	font-size: 18px;
}
.mail_com.compete-outer p strong, .mail_com.compete-outer a, .mail_com.compete-outer p {
	font-size: 18px;
	line-height: normal;
}
.mail_com.compete-outer p:last-of-type {
	margin-top: 12px;
}
.public-outer {
	margin: 0 0 15px;
}
h1.public-outer {
	color: #082978;
}
.public-outer strong {
	display: inline-block;
	margin: 0 0 10px;
}
.intern-perspectives li {
	padding-bottom: 15px !important;
}
.intern-perspectives li:before {
	width: 6px !important;
	height: 6px !important;
	top: 11px !important;
}
.intern-perspectives li a {
	display: inline-block;
	font-size: 18px;
	color: #b50505;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.intern-perspectives li a:hover {
	color: #0b3178;
}
.intern-perspectives {
	padding: 0 !important;
	margin: 40px 0;
}
.asylum_sec ul.resources-outer li {
	float: none !important;
	margin: 0 !important;
	width: 100% !important;
}
.asylum_sec ul li img {
	width: 100%;
}
.asylum_sec ul li {
	height: auto !important;
}
.asylum_sec ul.resources-outer li a {
	color: #cb2027;
	font-size: 16px;
	position: relative;
	padding-left: 0px;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;/*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	margin-bottom:10px;*/
}
.asylum_sec ul.resources-outer li ul li a:hover {
	color: #0a3177;
}
.asylum_sec ul.resources-outer li a i, .immigra_section a i {
	left: 0;
	top: 1px;
	position: relative;
	margin-right: 15px;
}
.asylum_sec ul.resources-outer li p:first-of-type {
	text-align: center;
}
.asylum_sec ul.resources-outer ul {
	margin: 0 0 35px;
}
.asylum_sec ul.resources-outer.educational-content li p strong:first-of-type {
	margin: 0 0 15px;
	display: inline-block;
}
.asylum_sec ul.resources-outer.educational-content li p {
	text-align: left;
	margin: 0;
}
.asylum_sec ul.resources-outer li p {
	padding-top: 0;
}
.asylum_sec ul.resources-outer.educational-content li h1 {
	color: #0a3177;
	margin: 0 0 15px;
	line-height: 35px;
}
.page-english-language-learners .asylum_sec ul li h1 {
	color: #cb2027;
	margin: 0 0 15px;
	line-height: 35px;
}
.asylum_sec ul.resources-outer.educational-content li img.alignleft, .refugees-outer img.alignleft {
	float: left;
	margin: 0 15px 15px 0;
	width: auto;
}
.public-incident {
	margin: 20px 0 15px;
}
a.link-outer {
	color: #cb2027;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	text-decoration: underline;
}
.event_search .findSubmitRow .submit-button {
	background-color: #0b3178;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	border-radius: 0;
	width: 20%;
	display: block;
	margin: 0 auto;
	padding: 14px 15px;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 56px;
	cursor: pointer;
	outline: none;
}
.event_search form {
	position: relative;
}
.outer-memorandum {
	clear: both;
	margin: 50px 0 10px;
}
.outer-memorandum a {
	color: #0a3177;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	text-decoration: underline;
}
.asylum_sec ul.resources-outer.educational-content .alignright {
	float: right;
	margin: 15px 0 15px 15px;
	height: auto;
}
.sample-outer {
	display: block;
	margin: 0 0 5px;
}
.sample-outer a {
	font-size: 18px;
	line-height: normal;
	color: #cb2027;
	text-decoration: underline;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.sample-outer a:hover {
	color: #0a3177;
}
.public-incident a {
	font-size: 40px !important;
}
.public-incident a, .asylum_sec ul.resources-outer li a {
	color: #cb2027;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.public-incident a:hover, .asylum_sec ul.resources-outer li a:hover {
	color: #0a3177;
}
.image-outer img.aligncenter {
	margin: 22px auto 20px;
	display: block;
}
.image-outer img.alignnone {
	margin: 15px 0 20px;
}
.image-outer br {
	display: none;
}
.asylum_sec ul.resources-outer.educational-content li p a {
	display: inline-block;
	margin: 0 0 17px;
}
.asylum_sec ul.resources-outer li h4 {
	margin: 0 0 15px;
}
.asylum_sec ul.resources-outer.educational-content li h3 strong {
	margin: 0 0 15px;
	display: inline-block;
}
.page-career .asylum_sec ul.resources-outer.educational-content li h3 {
	color: #0a3177;
	margin: 20px 0 8px;
}
.page-career .asylum_sec ul.resources-outer.educational-content li h3 strong {
	margin: 0;
}
.page-adc-womens-empowerment-forum h4.public-incident {
	color: #0a3177;
}
.page-kahlil-gibran-appreciation-initiative ul.resources-outer.educational-content li p:first-of-type {
	margin: 35px 0 0;
}
.page-educational-resources .asylum_sec ul.resources-outer li h4 {
	margin: 25px 0 10px;
}
.blog_main .blog_one a {
	color: #cb2027;
}
.blog_main .blog_one img{ height:auto;}


.page-educational-resources .immigra_section .resources-outer.educational-content li:before {
	display: none;
}
/*adc-team-page-css*/
.meet-staff {
	padding: 34px 0 17px;
}
.meet-staff .staff-outer {
	margin: 41px 0 0;
}
.meet-staff .staff-outer:after {
	display: table;
	clear: both;
	content: "";
}
.meet-staff .staff-outer li {
	float: left;
	margin-right: 48px;
	width: calc(25% - 36px);
	width: -webkit-calc(25% - 36px);
	width: -moz-calc(25% - 36px);
	width: -ms-calc(25% - 36px);
	position: relative;
	background: url(../images/staff-list-bg.jpg) no-repeat;
	background-size:cover;
	text-align: center;
	margin-bottom: 46px;
	min-height: 120px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	padding: 10px 18px;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.meet-staff .staff-outer li:nth-of-type(4n+4) {
	margin-right: 0;
}
/*.meet-staff .staff-outer li:after {
	display: block;
	content: "";
	position: absolute;
	top: 16px;
	left: 16px;
	height: 123px;
	width: 237px;
	background: url(../images/staff-list-bg-2.png) no-repeat;
	z-index: -1;
}*/
.meet-staff .staff-outer li:before {
	display: block;
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(30,30,30,0.46);
	opacity: 0;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.meet-staff .staff-outer li h5 {
	padding-bottom: 0;
	border-bottom: 1px solid #1e1e1e;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.meet-staff .staff-outer li .staff-location {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	visibility: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	width: 100%;
	padding: 0 18px;
}
.meet-staff .staff-outer li:hover:before {
	opacity: 1;
}
.meet-staff .staff-outer li:hover .staff-location {
	opacity: 1;
	visibility: visible;
}
.meet-staff .staff-outer li:hover h5 {
	opacity: 0;
}
.meet-staff .staff-outer li .staff-location h6 {
	color: #fff;
	font-size: 20px;
	line-height: normal;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.meet-staff .staff-outer li .staff-location p {
	color: #fff;
	font-size: 18px;
	line-height: normal;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	padding-left: 18px;
	margin: 13px auto 0;
	max-width:100%;
	position:relative;
}
.meet-staff .staff-outer li .staff-location p:before {
    top: 2px;
    display: inline-block;
    content: "";
    width: 11px;
    height: 17px;
    position: relative;
    margin: 1px 6px 0 0;
    background: url(../images/location-icon.png) no-repeat;
}
.staff-based {
	padding: 40px 0 19px;
}
.staff-based h2 {
	font-size: 36px;
}
.staff-based .based-outer {
	margin: 39px 0 0;
}
.staff-based .based-outer:after {
	display: table;
	clear: both;
	content: "";
}
.staff-based .based-outer li {
	float: left;
	margin-right: 30px;
	width: calc(33.33% - 20px);
	width: -webkit-calc(33.33% - 20px);
	width: -moz-calc(33.33% - 20px);
	width: -ms-calc(33.33% - 20px);
	margin-bottom: 30px;
	border-bottom: 2px solid #969696;
	background-color: #0b3178;
	padding: 14px 15px 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 139px;
}
.staff-based .based-outer li:nth-of-type(even) {
	background-color: #cb2027;
}
.staff-based .based-outer li:nth-of-type(3n+3) {
	margin-right: 0;
}
.staff-based .based-outer li h6, .staff-based .based-outer li p {
	color: #fff;
}
.staff-based .based-outer li p:first-of-type {
	font-size: 18px;
	background: url(../images/location-icon.png) no-repeat center left;
	padding-left: 18px;
	margin: 7px 0 9px;
}
.staff-based .based-outer li p {
	margin: 0;
	font-size: 18px;
	line-height: normal;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.immigration_section.meet-founder {
	padding: 38px 0 0;
}
.meet-founder ul {
	margin: 38px 0 0;
}
.meet-founder.immigration_section ul li {
	width: 508px;
}
.meet-founder.immigration_section ul li:nth-of-type(2) {
	width: calc(100% - 508px);
	width: -webkit-calc(100% - 508px);
	width: -moz-calc(100% - 508px);
	width: -ms-calc(100% - 508px);
	height: auto;
	min-height: 0;
	max-height: 100%;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	padding: 20px 20px 20px 80px;
}
.meet-founder.immigration_section ul li img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.meet-founder.immigration_section ul li p {
	line-height: 30px;
	max-width: 665px;
}
.meet-founder.immigration_section ul li h6 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: normal;
	margin: 10px 0 24px;
}
.adc_is_hiring.hiring_team .hiring_main .hiring-two {
	width: 54%;
}
.adc_is_hiring.hiring_team .hiring_main .hiring-three {
	width: 14%;
}
.adc_is_hiring.hiring_team .hiring_main .hiring-three .btn {
	padding: 13px 15px;
	font-size: 16px;
	margin-top: 0;
	width: 100%;
	text-align: center;
	border-radius: 10px;
}
.adc_is_hiring.hiring_team .hiring_main .hiring-two .hiring_location i {
	margin-right: 10px;
}
.adc_is_hiring.hiring_team .hiring_main .hiring-one .hilt_hir {
	text-transform: uppercase;
}
/*coalition-memberships-page-css*/
.coalition_logos .actabs-tabs li {
	padding: 15px 10px !important;
	min-height: 119px !important;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}
.coalition_logos .actabs-content .actabs-item {
	padding: 18px 24px 24px;
	min-height: 0;
}
.coalition_logos .actabs-content .actabs-item p strong a {
	font-size: 18px;
}
.coalition_logos .actabs-content .actabs-item p {
	font-size: 18px;
	font-weight: 400;
	color: #2e2e2e;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
}
.page-coalition-memberships .top_banner h1 {
	font-size: 48px;
}
.coalition_logos h5 {
	color: #2e2e2e;
}
.coalition_logos .actabs-tabs {
	margin-top: 47px;
}
/*adc_feedback_page-css*/
.about_adc form .adc-feedback-form {
	padding: 50px 0 28px;
	margin: 0 auto;
	max-width: 790px;
	text-align: center;
	width: 100%;
}
.about_adc form .adc-feedback-form h2 {
	margin: 0 0 51px;
}
.about_adc form .adc-feedback-form p span {
	width: 100%;
	display: block;
}
.about_adc form .adc-feedback-form p span input:not([type="radio"]), .about_adc form .adc-feedback-form p span textarea {
	width: 100%;
	display: block;
	height: 70px;
	margin-top: 16px;
	border-radius: 8px;
	background-color: #ebebeb;
	border: 1px solid #cccccc;
	font-size: 26px;
	color: #2e2e2e;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	outline: none;
	padding: 10px;
}
.about_adc form .adc-feedback-form p span input:not([type="radio"])::-webkit-input-placeholder, .about_adc form .adc-feedback-form p span textarea::-webkit-input-placeholder {
 color: #2e2e2e;
}
.about_adc form .adc-feedback-form p span input:not([type="radio"])::-moz-placeholder, .about_adc form .adc-feedback-form p span textarea::-moz-placeholder {
 color: #2e2e2e;
}
.about_adc form .adc-feedback-form p span input:not([type="radio"]):-ms-input-placeholder, .about_adc form .adc-feedback-form p span textarea:-ms-input-placeholder {
 color: #2e2e2e;
}
.about_adc form .adc-feedback-form p span input:not([type="radio"]):-moz-placeholder, .about_adc form .adc-feedback-form p span textarea:-moz-placeholder {
 color: #2e2e2e;
}
.about_adc form .adc-feedback-form p span textarea {
	height: 170px;
}
.about_adc form .adc-feedback-form p .wpcf7-captchac {
	margin: 38px 0 19px;
	width: 100%;
	height: auto;
	max-width: 20%;
}
.about_adc form .adc-feedback-form + .wpcf7-mail-sent-ok {
	margin: 0 auto 30px;
	text-align: center;
	width: 100%;
	max-width: 430px;
	font-size: 18px;
	color: #1e1e1e;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
	line-height: normal;
}
.about_adc form .adc-feedback-form p br {
	display: none;
}
.about_adc form .adc-feedback-form p span .first {
	text-align: right;
	padding-right: 20px;
	width: 50%;
	font-size: 0;
	padding-bottom: 0;
	display: inline-block;
	    padding-bottom: 20px;
}
.about_adc form .adc-feedback-form p span .last {
	text-align: left;
	padding-left: 20px;
	width: 50%;
	font-size: 0;
	padding-bottom: 0;
	display: inline-block;
	    padding-bottom: 20px;
}
.about_adc form .adc-feedback-form p span input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	width: 100%;
	position: absolute;
	right: 0;
	opacity: 0;
	height: 100%;
	top: -5px;
	z-index: 99999;
	    cursor: pointer;
}
.about_adc form .adc-feedback-form p span .first .wpcf7-list-item-label, .about_adc form .adc-feedback-form p span .last .wpcf7-list-item-label {
	position: relative;
	display: inline;
	padding-right: 24px;
	cursor: pointer;
}
.about_adc form .adc-feedback-form p span .first .wpcf7-list-item-label:before, .about_adc form .adc-feedback-form p span .last .wpcf7-list-item-label:before {
	height: 12px;
	border-radius: 100%;
	border: 1px solid #cd2930;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	content: "";
	width: 12px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.about_adc form .adc-feedback-form p span .first input[type="radio"]:checked + .wpcf7-list-item-label:before, .about_adc form .adc-feedback-form p span .last input[type="radio"]:checked + .wpcf7-list-item-label:before {
	background: #cd2930;
	border-width: 3px;
	box-sizing: border-box;
	height: 14px;
	width: 14px;
}
.about_adc form .adc-feedback-form h3 {
	margin: 44px 0 15px;
}
.about_adc form .adc-feedback-form p {
	font-size: 18px;
}
.about_adc form .adc-feedback-form p strong {
	display: block;
	padding: 12px 0 13px;
}
.about_adc form .adc-feedback-form p span input[name="recaptcha"] {
	margin: 0 auto;
	max-width: 537px;
}
.about_adc form .adc-feedback-form p input[type="submit"] {
	width: 100% !important;
	border-radius: 8px;
	background-color: #cb2027;
	border-color: #cb2027;
	font-size: 28px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	outline: none;
	padding: 16px 15px;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	cursor: pointer;
	border: none;
	margin: 52px auto 0;
	max-width: 282px;
	line-height: normal;
	box-sizing: border-box;
}
.page-adc_feedback_page .top_banner h1 {
	font-size: 48px;
}
.page-adc_feedback_page .about_adc {
	padding-bottom: 0;
}
.single-post .blog_main .blog_one p span {
	font-size: 18px;
}
#cd-lateral-nav #menu-side-menu li {
	position: relative;
}
#cd-lateral-nav #menu-side-menu li .dropdown-content {
	position: relative;
}
#cd-lateral-nav #menu-side-menu li .dropdown-content li {
	padding: 0;
}
#cd-lateral-nav #menu-side-menu li .dropdown-content li a {
	padding: 8px 15px;
}
#cd-lateral-nav #menu-side-menu li.right_box_menu .dropdown-content {
	display: block;
}
#cd-lateral-nav #menu-side-menu li i {
	position: absolute;
	top: 5px;
	right: 15px;
}
#cd-lateral-nav #menu-side-menu li ul li i {
	top: 10px;
}
#cd-lateral-nav #menu-side-menu li .dropdown-content li .dropdown-content {
	position: relative;
	right: 0;
	left: 0;
}
.about_adc form .adc-feedback-form .ajax-loader {
	background-repeat: no-repeat !important;
}
.about_adc form .adc-feedback-form p .wpcf7-not-valid-tip {
    margin: 12px 0 0;
}
.menu-item + ul {
	display: none;
}
.right_box_menu + ul {
	display: block;
}
#cd-lateral-nav ul li ul li ul {
	display: none !important;
}
#cd-lateral-nav ul li ul li.right_box_menu ul {
	display: block !important;
}
.page-adcri h2 {
	color: #234584;
}
.abt_scholarship h2, .application_instruction_sec h2, .app_bg h2, .past_awardees h2 {
	font-size: 36px;
}
.past_awardees .button-group {
	padding-bottom: 30px;
	position: relative;
	margin-bottom: 30px;
}
.past_awardees .button-group:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 1px;
	width: 690px;
	background-color: #244685;
	content: "";
	display: block;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.page-legal .top_banner h1 {
	text-transform: uppercase;
}
.app_bg ul li a {
	padding: 10px 15px;
	border-radius: 10px;
}
.page-adc-legal-internships .mail_com {
	padding-left: 15px;
	padding-right: 15px;
}
/*.page-get-legal-help .tabs_wrapper .tab_container a {
	color: #2e2e2e;
}*/
.page-get-legal-help .app_bg .discriminated_sec .btn {
	margin: 30px auto 0;
	max-width: 244px;
	padding: 11px 15px;
	width: 100%;
	border-radius: 10px;
}
.page-get-legal-help .incident_report form .wpcf7-validation-errors {
	clear: both;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	max-width: 710px;
	padding: 10px 15px;
}
.page-get-legal-help .incident_report form .incident_report_main_box {
	margin-bottom: 25px;
}
.page-tps-request .actabs-tabs .actabs-tab {
	padding-left: 15px !important;
	padding-right: 15px !important;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.page-register-to-vote .register_to_vote_now h2, .page-register-to-vote .find_your_polling h2, .page-asylum .immigra_section h2, .page-visa-waiver-program .immigra_section h2 {
	font-size: 31px;
}
.page-immigration .top_banner h1 {
	font-size: 48px;
}
.page-immigration .adc_legal {
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.page-immigration .adc_legal p a {
	font-weight: bold;
}
.blog_contenr .item2 .blog_detil h4 a {
	color: #0b3277;
}
.page-blog .text_center a.btn {
	margin: 30px auto 0;
	padding: 9px 15px;
	width: 100%;
	max-width: 240px;
	border-radius: 10px;
}
.page-get-involved .organizing_section p {
	font-size: 18px;
	line-height: 30px;
}
.page-get-involved .tabs_wrapper .involb_tabs p {
	font-size: 18px;
}
.page-get-involved .tabs_wrapper .involb_tabs ul li {
	font-weight: 300;
}
.page-get-involved .tabs_wrapper .involb_tabs ul li:before {
	background-color: #cb2028;
}

.page-events .gray_bg h2 {
	text-transform: uppercase;
}
.page-planned-giving .join_leg .btn {
	margin: 30px auto 0;
	padding: 10px 15px;
	width: 100%;
	max-width: 178px;
	border-radius: 10px;
}
.page-planned-giving .centr_box .btn {
	width: 100%;
	padding: 14px 15px !important;
	max-width: 249px;
	text-align: center;
	border-radius: 10px;
}
.page-planned-giving .need_help a.btn {
	margin: 30px auto 0;
	max-width: 223px;
	width: 100%;
	padding: 10px 15px;
	border-radius: 10px;
}
.adcri_section p a {
    color: #cb2027;
	font-weight:600;

	text-decoration:underline;
}
.adcri_section p a:hover{
    color: #004071;
}
.page-end-the-shame-of-nseers .adcri_section h4 {
    margin: 0 0 15px;
}
.single-event .main_event_details .main_event_detailstwo .next_event_details h3 a{
	color:#0b3178;
}

/*search-page-css*/
.search-results h1.page-title, .search-results h1.page-title span {
	font-size: 42px;
    line-height: normal !important;
    position: static;
}
.search-results .blog_one .dlog_titl p {
    word-break: break-word;
}
.search-results .blog_main .blog_one {
    margin-right: 0;
    width: 100%;
}

/* End Webgensis Css */
.subscribe_footer{text-align: center;}
.subscribe_footer a {
	background: #cb2027;
	color: #fff;
	padding: 11px;
	text-align: center;
	justify-content: center;
    border-radius: 6px;
    transition: all ease-in-out 0.35s;
    -webkit-transition: all ease-in-out 0.35s;
    -moz-transition: all ease-in-out 0.35s;
    -ms-transition: all ease-in-out 0.35s;
    text-decoration: none;
	font-size:18px;
}
.subscribe_footer a:hover {
    border-color: #991319;
    background-color: #991319;
}
.gray_bg {
	background-color: #f2f2f2;
}
.blue_bg {
	background-color: #00476a;
}
.margin_top {
	margin-top: 20px;
}
.margin_bottm {
	margin-bottom: 20px;
}
.margin_top40 {
	margin-top: 40px;
}
.margin_bottm40 {
	margin-bottom: 40px;
}
h1 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	color: #fff;
	font-size: 42px;
	line-height: normal;
	letter-spacing: 0;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #cb2027;
	text-transform: capitalize;
	font-size:36px;
	line-height: normal;
	text-align: center;
	letter-spacing: 0;
}
h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #cb2027;
	text-transform: capitalize;
	font-size: 26px;
	line-height: normal;
	letter-spacing: 0;
}
h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #cb2027;
	font-size: 27px;
	line-height: normal;
	letter-spacing: 0;
}
h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #cb2027;
	font-size: 24px;
	line-height: normal;
	letter-spacing: 0;
}
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #cb2027;
	font-size: 22px;
	line-height: normal;
	letter-spacing: 0;
}
/*---Home css---*/

.top_bg {
	background-image: linear-gradient(rgba(10, 48, 119, .9), rgba(10, 48, 119, .9)), url('../images/top_bg.jpg');
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.top_left {
	float: left;

	height: auto;
}
.top_left ul {
	margin-top: 7px;
}
.top_left ul li {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 400;
	padding: 0 5px;
}
.top_left ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	padding-left: 5px;
	transition:all ease-in-out 0.35s;
	-webkit-transition:all ease-in-out 0.35s;
	-moz-transition:all ease-in-out 0.35s;
	-ms-transition:all ease-in-out 0.35s;
}
.top_left ul li a:hover{
	color:#fb7479;
}
.top_left ul li .fa-phone {
	-ms-transform: rotate(118deg);
	-webkit-transform: rotate(118deg);
	transform: rotate(118deg);
	color: #fff;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	margin-top: 7px;
	transition:all ease-in-out 0.35s;
	-webkit-transition:all ease-in-out 0.35s;
	-moz-transition:all ease-in-out 0.35s;
	-ms-transition:all ease-in-out 0.35s;
}

.top_left ul li .fa-edit {
	font-size: 13px;
}
.top_left .bttn {
	background-color: #cb2027;
	padding: 5px 18px;
	color: #fff;
	letter-spacing: 0;
	text-transform: uppercase;
	border-radius: 6px;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	text-decoration: none;
}
.top_left .bttn:hover {
	border-color: #991319;
	background-color: #991319;
	color: #fff!important;
}

.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
}
.overlay-content {
	position: relative;
	top: 46%;
	width: 80%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}
.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	cursor: pointer;
	color: white;
}
.overlay .closebtn:hover {
	color: #ccc;
}
.overlay input[type=text], .overlay input[type=search] {
	padding: 15px;
	font-size: 17px;
	border: none;
	float: left;
	width: 80%;
	background: white;
}
.overlay input[type=text]:hover, .overlay input[type=search]:hover {
	background: #f1f1f1;
}
.overlay button {
	float: left;
	width: 20%;
	padding: 15px;
	background: #ddd;
	font-size: 17px;
	border: none;
	cursor: pointer;
}
.overlay button:hover {
	background: #bbb;
}
.top_right {
	float: right;

	height:100%;
}
.top_right ul {
	margin-top: 12px;
  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.top_right ul li {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 400;
	margin-left:10px;
}
.top_right ul li a {
	text-align: right;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 4px;
	margin-left: 8px;
}
.top_right .bttn {
	background-color: #cb2027;
	padding: 5px 18px;
	color: #fff;
	letter-spacing: 0;
	text-transform: uppercase;
	border-radius: 6px;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	text-decoration: none;
}
.top_right .bttn:hover {
	border-color: #991319;
	background-color: #991319;
}
/*---Hero banner---*/
.hero_banner {
	background: url(../images/banner.jpg) no-repeat center top;
	background-size: cover!important;
	height: 361px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.hero_banner h1 {
	margin-bottom: 40px;
	line-height: 50px;
	margin-top: -6px;
}
.hero_banner .bann_btn {
	background-color: #cb2027;
	padding: 12px 41px;
	color: #fff;
	letter-spacing: 0;
	font-size: 26px;
	text-transform: uppercase;
	border-radius: 12px;
	text-decoration: none;
	font-weight: 400;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hero_banner .bann_btn:hover {
	border-color: #991319;
	background-color: #991319;
}
/*---News and action---*/

.news_alrt {
	padding-top: 40px;
	padding-bottom: 59px;
}
.news_alrt .text_center .btn {

	padding: 11px 88px;
}
.news_alrt ul li .img_sec img {
	min-height: 263px;
	object-fit: cover;
}
.news_alrt h2 {
	padding-bottom: 30px;
}
.news_alrt ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.news_alrt ul li {
	float: left;
	margin-right: 30px;
	position: relative;
	width: calc(33.33% - 20px);
	-webkit-width: calc(33.33% - 20px);
	-moz-width: calc(33.33% - 20px);
	-ms-width: calc(33.33% - 20px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	cursor: pointer;
}
.news_alrt ul li:nth-of-type(3n+3) {
	margin-right: 0;
}
.img_sec {
	height: 263px;
	overflow: hidden;
}
.news_dat {
	color: #727272;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding-top: 20px;
	padding-bottom: 10px;
}
.news_dat i {
	color: #1c81b8;
	padding-right: 5px;
}
.news_title {
	font-family: 'Roboto Slab', serif;
	color: #0b3178;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 30px;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.news_title:hover {
	color: #cb2027;
	text-shadow: 0 0 1px #000;
}
/*--Slider css--*/

.owl-slider {
	padding-top: 40px;
}
ul .item li img {
	border-radius: 6px!important;
}
.owl-nav button {
	position: absolute;
	top: 50%;
	background-color: transparent;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
	left: 0;
}
.owl-nav button.owl-next {
	right: 0;
}
.owl-dots {
	text-align: center;
	padding-top: 15px;
}
.owl-dots button.owl-dot {
	display: none;
}
.owl-dots button.owl-dot:focus {
	outline: none;
}
.owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav span {
	font-size: 70px;
	position: relative;
	top: -5px;
}
.owl-nav button:focus {
	outline: none;
}
/* Main container */
.overlay-image {
	position: relative;
	width: 100%;
}
/* Original image */
.overlay-image .image {
	display: block;
	width: 100%;
	height: auto;
}
/* Original text overlay */

.overlay-image .normal .text h4 {
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	background-color: rgba(203, 32, 39, 0.8);
	font-size: 20px;
	padding: 8px 5px;
	line-height: 1.5em;
	text-align: center;
	position: absolute;
	text-transform: capitalize;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}
.overlay-image .normal .text_blu h4 {
	text-transform: capitalize;
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	background-color: rgba(23, 41, 73, 0.8);
	font-size: 20px;
	padding: 8px 5px;
	line-height: 1.5em;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}
/* New overlay on hover */
.overlay-image .hover {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	border-radius: 6px;
}
.overlay-image .hover .text2 {
	color: #fff;
	font-family: 'Roboto', serif;
	font-weight: 400;
	font-size: 16px;
	padding: 8px 5px;
	background-color: transparent;
	line-height: 1.5em;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.overlay-image .hover .text2 ul {
	padding-top: 20px;
}
.overlay-image .hover .text2 ul li {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
.overlay-image .hover .text2 ul li i {
	font-size: 5px;
	padding-right: 10px;
}
.overlay-image .hover .text2 h6 {
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 18px;
	background-color: transparent;
}
/* New overlay appearance on hover */
.overlay-image:hover .hover {
	opacity: 1;
}
.overlay-image .normal {
	transition: .5s ease;
}
.overlay-image:hover .normal {
	opacity: 0;
}
.overlay-image .hover {
	background-color: rgba(203, 32, 39, 0.8);
}
/* New overlay on hover */
.overlay-image .hover2 {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	border-radius: 6px;
}
.overlay-image .hover2 .text2 {
	color: #fff;
	font-family: 'Roboto', serif;
	font-weight: 400;
	font-size: 16px;
	padding: 8px 5px;
	background-color: transparent;
	line-height: 1.5em;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.overlay-image .hover2 .text2 ul {
	padding-top: 20px;
}
.overlay-image .hover2 .text2 ul li {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
.overlay-image .hover2 .text2 ul li i {
	font-size: 5px;
	padding-right: 10px;
}
.overlay-image .hover2 .text2 h6 {
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 18px;
	background-color: transparent;
}
/* New overlay appearance on hover */
.overlay-image:hover .hover2 {
	opacity: 1;
}
.overlay-image .normal {
	transition: .5s ease;
}
.overlay-image:hover .normal {
	opacity: 0;
}
.overlay-image .hover2 {
	background-color: rgba(23, 41, 73, 0.8);
}
.owl-nav .owl-prev span {
	left: -50px;
}
.owl-nav .owl-next span {
	right: -50px;
}
.owl-nav button {
	background: transparent !important;
}
.slid_red {
	margin-top: 30px;
	color: #b50505;
	font-family: 'Roboto', serif;
	font-weight: 600;
	font-size: 14px;
	background-color: #fff;
	padding: 8px 30px;
	border-radius: 6px;
	text-transform: uppercase;
	box-shadow: -1px 2px 3px 0px #6e6e6e;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.slid_red:hover {
	color: #fff;
	background-color: #b50505;
}
.slid_blue {
	margin-top: 30px;
	color: #172949;
	font-family: 'Roboto', serif;
	font-weight: 600;
	font-size: 14px;
	background-color: #fff;
	padding: 8px 30px;
	border-radius: 6px;
	text-transform: uppercase;
	box-shadow: -1px 2px 3px 0px #6e6e6e;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.slid_blue:hover {
	color: #fff;
	background-color: #172949;
}
/*---Full width---*/
.immigration_section ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	grid-auto-rows: 1fr;
}
.immigration_section ul:after, .immigration_section ul li:after {
	clear: both;
	content: "";
	display: table;
}
.immigration_section ul li {
	width: 50%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.immigration_section ul li iframe {
	width: 100%;
	height: 427px;
	min-height: 427px;
	max-height: 427px;
}
.bg_pic {
	padding: 20px 80px 20px 20px;
	background: url(../images/bd_big.jpg) no-repeat center top;
	background-size: cover;
	height: 427px;
	min-height: 427px;
	max-height: 427px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.bg_pic h3 {
	color: #fff;
	font-size: 40px;
	font-family: 'Roboto', serif;
	font-weight: 700;
}
.bg_pic p {
	color: #fff;
	font-size: 18px;
	font-family: 'Roboto', serif;
	font-weight: 400;
	line-height: 2;
}
/*.bg_pic .list_sty{
  display:block;
}*/
.bg_pic .list_sty li {
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-family: 'Roboto', serif;
	font-weight: 400;
	padding-bottom: 20px;
	display: block;
}
.bg_pic .list_sty li i {
	color: #cb2027;
	padding-right: 10px;
	padding-bottom: 10px;
}
.bg_pic p a {
	color: #fff;
	font-family: 'Roboto', serif;
	font-weight: 400;
	font-size: 17px;
	background-color: #cb2027;
	padding: 8px 30px;
	border-radius: 6px;
	text-transform: uppercase;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.bg_pic p a:hover {
	border-color: #991319;
	background-color: #991319;
}
/*----Donate---*/
.donate {
	padding-top: 40px;
	padding-bottom: 40px;
}
.donate p {
	text-align: center;
	color: #00476a;
	font-family: 'Roboto', serif;
	font-size: 40px;
	line-height: 1.4;
	font-weight: 600;
}
/*----Testimonial----*/
.testi_mon {
	position: relative;
	height: auto;
padding-bottom: 20px;
}
.tesimoni_bg {
	padding: 20px 80px 20px 20px;
	background: url(../images/tesimoni.jpg) no-repeat center top;
	background-size: cover;
	height: auto;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	opacity: 0.3;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index:-1;
}
.testi_mon .slide-viewer {
	position: relative;
	overflow: hidden;
	height: 150px;
}
.testi_mon .slide-group {
	width: 100%;
	height: 100%;
	position: relative;
}
.testi_mon .slide {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
}
.slide ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.slide ul:after, .slide ul li:after {
	clear: both;
	content: "";
	display: table;
}
.authr_img img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}
.slide ul li.authr_img {
	width: 20%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.slide ul li.authr_txt {
	width: 80%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.slide ul li.authr_txt p {
	padding-left: 10px;
	text-align: left;
	font-size: 22px;
	color: #1e1e1e;
	font-family: 'Roboto', serif;
	font-weight: 400;
	line-height: 1.4;
}
.testi_mon .slide:first-child {
	display: block;
}
.authr_img .authr_nam {
	display: block;
	margin: 5px auto;
	font-size: 24px;
	color: #1e1e1e;
	font-family: 'Roboto', serif;
	font-weight: 600;
}
.authr_img .authr_posi {
	display: block;
	margin: 0 auto;
	font-size: 18px;
	color: #1e1e1e;
	font-family: 'Roboto', serif;
	font-weight: 400;
}
.testi_mon .slide-buttons {
	text-align: center;
	margin: 10px 0;
}
.testi_mon .slide-btn {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #cb2027;
	opacity: 0.5;
	color: #cb2027;
	border-color: #cb2027;
	margin-right: 8px;
	outline: none;
}
.testi_mon .active {
	border-color: #cb2027;
	background-color: #cb2027;
	opacity: 1;
	text-shadow: none;
	outline: none;
}
/*---Footer---*/

footer .main-footer {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.container:after {
	display: block;
	content: "";
	clear: both;
}
footer .main-footer {
	padding-top: 50px;
	padding-bottom: 50px;
}
footer .main-footer .footer-one {
	width: 25%;
	margin-right: 3%;
}
footer .main-footer .footer-two {
	width: 15%;
	margin-right: 1%;
}
footer .main-footer .footer-three {
	width: 20%;
	margin-right: 1%;
	margin-top: 60px;
}
footer .main-footer .footer-fourth {
	width: 30%;
	margin-left: 0%;
}
footer .main-footer h3 {
	text-transform: uppercase;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	font-family: 'Roboto', serif;
	padding-bottom: 30px;
}
footer .main-footer .footer-one ul li {
	margin-bottom: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Roboto', serif;
	line-height: 1.4;
}
footer .main-footer .footer-one ul li i {
	font-size: 15px;
}
footer .main-footer .footer-one ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Roboto', serif;
	line-height: 1.4;
}
footer .main-footer .footer-one ul .social_footer_icon a {
    margin-right: 8px;
}
footer .main-footer .footer-one ul .social_footer_icon a i {
    font-size: 20px;
}
footer .main-footer .footer-one ul li a:hover{
	color:#cb2027;
}
footer .main-footer .footer-one ul li .fa-phone {
	-ms-transform: rotate(118deg); /* IE 9 */
	-webkit-transform: rotate(118deg); /* Safari 3-8 */
	transform: rotate(118deg);
	color: #fff;
	font-size: 15px;
}
footer .main-footer .footer-two ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Roboto', serif;
	line-height: 1.4;
}
footer .main-footer .footer-two ul li a:hover {
	color: #cb2027;
}
footer .main-footer .footer-three ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Roboto', serif;
	line-height: 1.4;
}
footer .main-footer .footer-three ul li a:hover {
	color: #cb2027;
}
footer .main-footer .footer-fourth p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Roboto', serif;
	padding-bottom: 20px;
}
.nws_ltr {
	box-sizing: border-box;
	display: block;
}
.nws_ltr input {
	width: 80%;
	height: 50px;
	border-radius: 0;
	background-color: #fff;
	line-height: 0px;
	padding: 4px 20px;
	margin-top: 0px;
	color: #bbbbbb;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #fff;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	font-family: 'Roboto', serif;
}
.btn i {
	font-size: 14px;
}
.nws_ltr .btn {
	height: 50px;
	width: 50px;
	margin-top: 0px;
	display: inline-block;
	padding: 5px 0px 0px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	border-radius: 0px;
	font-size: 22px;
	line-height: normal;
	letter-spacing: 0;
	color: #fff;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	text-decoration: none;
	border-color: #cb2027;
	border: 1px solid #cb2027;
	background-color: #cb2027;
}
.nws_ltr .btn:hover {
	border-color: #991319;
	background-color: #991319;
}
/*.nws_ltr input {
  width: 80%;
    background-color:transparent;
    color: #bbbbbb;
    font-size: 14px;
    font-weight: 400;
    border:none;
    border-radius:50px;
}
*/
/*---copyrit_sec---*/

.copyrit_sec {
	background-color: #10577a;
	text-align: center;
}
.copyrit_sec p {
	font-size: 12px;
	color: #fff;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 10px 0;
	line-height: 1.4;
}
.copyrit_sec p a {
	color: #f1f1f1;
	text-decoration: underline;
}
.copyrit_sec p a:hover {
	color: #cb2027;
}
/*---ADCRI css---*/
.top_banner {
	background-repeat: no-repeat!important;
	background-size: cover!important;
	height: 280px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.adcri_one img {
	width: auto;
	height: auto;
	float: left;
	margin-right: 30px;
}
.adcri_one {
	padding-top: 40px;
}
.adcri_one p {
	color: #2e2e2e;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.adcri_one p strong {
	color: #091C52;
}
.adcri_two p strong {
	color: #091C52;
}
.adcri_two img {
	width: auto;
	height: auto;
	float: right;
	margin-left: 30px;
}
.adcri_two p {
	color: #2e2e2e;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
/*---Planned Giving css---*/


.join_leg p {
	text-align: center;
	color: #2e2e2e;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1.7;
}
.join_leg h2 {
	padding-bottom: 30px;
}
.notify_sec ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.notify_sec ul li {
	float: left;
	margin-right: 30px;
	position: relative;
	width: calc(50% - 20px);
	-webkit-width: calc(50% - 20px);
	-moz-width: calc(50% - 20px);
	-ms-width: calc(50% - 20px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	cursor: pointer;
}
.notify_sec ul li:nth-last-of-type(1) {
	margin-right: 0;
}
.notify_txt h3 {
	padding-bottom: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #cb2027;
	text-transform: capitalize;
	font-size: 30px;
	line-height: normal;
	text-align: center;
	letter-spacing: 0;
}
.notify_txt p {
	color: #2e2e2e;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}
.notify_txt span {
	color: #2e2e2e;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	position: relative;
	top: 0;
}
.blu_box {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	border-radius: 12px;
	height: 415px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.blu_box .box_txt h3 {
	padding-top: 10px;
	padding-bottom: 30px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 30px;
	line-height: normal;
	text-align: center;
	letter-spacing: 0;
}
.blu_box .box_txt p {
	color: #fff;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	    padding-left: 20px;
    padding-right: 20px;
}
.blu_box .box_txt p a {
	color: #fff;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
}
.blu_box .box_txt h4 {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 24px;
	line-height: normal;
	text-align: center;
	letter-spacing: 0;
}
.centr_box {
	background-size: cover!important;
	height: 600px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.whit_box {
	margin-left: -70px;
	background-color: #fff;
	height: auto;
	width: 50%;
	padding: 35px;
	box-shadow: 6px 6px 19px 0px #0000007a;
}
.whit_box h2 {
	text-align: left;
	padding-bottom: 20px;
}
.whit_box p {
	color: #2e2e2e;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
}
.whit_box .text_left .btn {
	padding: 8px 20px!important;
	font-size: 18px;
	font-weight: 400;
}
.text_left {
	text-align: left;
}
.need_help ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.need_help ul li {
	float: left;
	margin-right: 30px;
	position: relative;
	width: calc(50% - 20px);
	-webkit-width: calc(50% - 20px);
	-moz-width: calc(50% - 20px);
	-ms-width: calc(50% - 20px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	cursor: pointer;
}
.need_help ul li:nth-last-of-type(1) {
	margin-right: 0;
}
.lft_box {
	float: right;
}
.lft_box span {
	color: #2e2e2e;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	position: relative;
	top: 0;
}
.lft_box p {
	padding-top: 30px;
	color: #2e2e2e;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}
.rit_box {
	float: left;
	padding-top: 30px;
	padding-left: 30px;
}
.rit_box span {
	color: #2e2e2e;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	position: relative;
	top: 0;
}
.rit_box p {
	margin: 0;
	color: #2e2e2e;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}
.rit_box p a {
	color: #2e2e2e;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
}
/*----About US Css----*/


.about_adc ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.about_adc ul li {
	float: left;
	margin-right: 30px;
	position: relative;
	width: calc(50% - 20px);
	-webkit-width: calc(50% - 20px);
	-moz-width: calc(50% - 20px);
	-ms-width: calc(50% - 20px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.about_adc ul li:nth-last-of-type(1) {
	margin-right: 0;
}
.about_adc ul li h3 {
	color: #244683;
}
.wht-adc h3 {
	padding-top: 40px;
	padding-bottom: 20px;
}
.wht-adc p {
	color: #2e2e2e;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	padding-bottom: 15px;
}
.adc_objtiv h3 {
	padding-top: 40px;
	padding-bottom: 20px;
}
.numbr_list li {
	counter-increment: step-counter;
	margin-bottom: 18px;
	float: none!important;
	margin-right: 0!important;
	position: relative!important;
	width: 100%!important;
	overflow: visible!important;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1.8;
	padding: 0 0 0 40px;
}
.numbr_list li::before {
	content: counter(step-counter);
	line-height: 1.4!important;
	position: absolute;
	left: 0;
	top: 5px;
	width: 25px;
	height: 25px;
	text-align: center;
	color: #2e2e2e!important;
	font-family: 'Roboto', sans-serif;
	font-weight: 400!important;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #244685;
}
.numbr_list li a {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #cb2027;
	font-size: 18px;
}
.numbr_list li a:hover {
	color: #1b4974;
}
.abt_iconsec ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.abt_iconsec ul li {
	float: left;
	margin-right: 30px;
	position: relative;
	width: calc(33.33% - 20px);
	-webkit-width: calc(33.33% - 20px);
	-moz-width: calc(33.33% - 20px);
	-ms-width: calc(33.33% - 20px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.abt_iconsec ul li:nth-last-of-type(1) {
	margin-right: 0;
}
.ico_img img {
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto 20px;
}
.ico_img h6 {
	color: #2e2e2e;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}
.ico_img p {
	color: #2e2e2e;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
}
.get_involvsec .get_link {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.get_involvsec .get_link .get_box {
	float: left;
	margin-right: 30px;
	position: relative;
	width: calc(33.33% - 20px);
	-webkit-width: calc(33.33% - 20px);
	-moz-width: calc(33.33% - 20px);
	-ms-width: calc(33.33% - 20px);
	overflow: visible;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.get_involvsec .get_link .get_box:nth-last-of-type(1) {
	margin-right: 0;
}
.get_box .link_tab {
	width: 100%;
	min-width: 100%;
	vertical-align: top;
	border: none;
	height: auto;
}
.get_box .link_tab li {
	float: none;
	vertical-align: top;
}
.get_box .link_tab li a {
	font-family: 'Roboto', sans-serif;
	position: relative;
	color: #2e2e2e;
	background: transparent;
	font-size: 30px;
	height: 140px;
	max-height: 140px;
	display: block;
	font-weight: 700;
	text-align: left;
	text-transform: capitalize;
	padding: 0px 0px 30px 15px;
	margin: 0 15px 10px 0;
	border-radius: 0;
	border: none;
	position: relative;
	transition: all .1s ease;
	line-height: 1.2;
}
.get_box .link_tab li a .border {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #0b3178;
	font-size: 18px;
	border-bottom: 1px solid #cb2027;
	position: relative;
	top: -7px;
	left: 0;
	margin-left: 20px;
	display: inline-block;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}
.get_box .link_tab::before {
	content: '';
	position: absolute;
	border-right: 2px solid #727069;
	height: 80%;
	left: 13%;
	margin: 0 auto;
	text-align: center;
	transform: translateX(9%);
}
.get_box .tab_2::before {
	content: '';
	position: absolute;
	border-right: 2px solid #727069;
	height: 40%;
	left: 13%;
	margin: 0 auto;
	text-align: center;
	transform: translateX(9%);
}
.get_box .link_tab li a p {
	position: relative;
	top: 0px;
	left: 0;
	margin-left: 85px;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #2e2e2e;
	font-size: 18px;
}
.get_box .link_tab li a .icon_img img {
	width: auto;
	height: auto;
}
.get_box .link_tab li a .icon_img {
	z-index: 1;
	float: left;
	width: 65px;
	text-align: center;
	height: 65px;
	color: #fff!important;
	background-color: #f2f2f2;
	padding-top: 5px;
	font-size: 35px;
	border-radius: 50%;
	cursor: pointer!important;
	border: 5px solid #0b3178;
	-ms-transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	top: -5px;
	left: 0%;
	position: relative;
	right: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}
.get_box .link_tab li a:hover .border {
	color: #cb2027;
	font-size: 18px;
	border-bottom: 1px solid #0b3178;
}
.get_box .link_tab li a:hover .icon_img {
	background-color: #0b3178;
	border: 5px solid #cb2027;
}
.icon_img .img-top {
	display: none;
	position: absolute;
	z-index: 99;
	float: left;
	width: 65px;
	text-align: center;
	height: 65px;
	padding-top: 10px;
	margin: 0 auto;
	cursor: pointer!important;
	-ms-transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	top: -1px;
	left: 0%;
	right: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}
.get_box .link_tab li a {
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}
.get_box .link_tab li a:hover .img-top {
	display: block;
}
.get_box .link_tab li a:hover .img_bak {
	display: none;
}
/*----Immigration CSS----*/

.immigra_section h2 {
	padding-bottom: 30px;
}
.immigra_section p {
	font-size: 18px;
	color: #2e2e2e;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.4;
}
.immigra_section p a {
	font-size: 18px;
	color: #b50505;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-decoration: underline;
	transition: all .4s ease;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.immigra_section p a:hover {
	color: #0b3178;
}
.immigra_section ul {
	padding-top: 15px;
	padding-bottom: 15px;
}
.immigra_section ul li {
	position: relative;
	padding: 0 0 20px 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #2e2e2e;
	font-size: 18px;
}
.immigra_section ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	background-color: #2e2e2e;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.immigra_one img {
	width: auto;
	height: auto;
	float: left;
	margin-right: 30px;
}
.immigra_one h3 {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	padding-bottom: 20px;
	font-size: 30px;
}
.immigra_one p {
	font-size: 18px;
	color: #2e2e2e;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.4;
}
.immigra_one p a {
	font-size: 18px;
	color: #b50505;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	text-decoration: underline;
	transition: all .4s ease;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.immigra_one p a:hover {
	color: #0b3178;
}
.immigra_one a {
	font-size: 27px;
	color: #cb2027;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-decoration: underline;
	transition: all .4s ease;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	line-height: 1.4;
}
.immigra_one a:hover {
	color: #0b3178;
}
.usefl_link h2 {
	padding-bottom: 30px;
}
.usefl_link .main_box {
	border-top: 1px solid #bebebe;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 25px 0;
}
.usefl_link .sec_one {
	float: left;
	margin-right: 30px;
	position: relative;
	width: calc(35% - 20px);
	-webkit-width: calc(35% - 20px);
	-moz-width: calc(35% - 20px);
	-ms-width: calc(35% - 20px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.usefl_link .sec_tow {
	float: left;
	margin-right: 0;
	position: relative;
	width: calc(65% - 20px);
	-webkit-width: calc(65% - 20px);
	-moz-width: calc(65% - 20px);
	-ms-width: calc(65% - 20px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.usefl_link .sec_one h3 {
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #244685;
	font-size: 22px;
}
.usefl_link .sec_tow p a {
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #cb2027;
	font-size: 22px;
	text-decoration: underline;
	transition: all .4s ease;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.usefl_link .sec_tow a {
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #cb2027;
	font-size: 22px;
	text-decoration: underline;
	transition: all .4s ease;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.usefl_link .sec_tow a:hover {
	color: #0b3178;
}
.adc_legal {
	background-repeat: no-repeat;
	background-size: cover;
	height: 242px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.adc_legal h3 {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 25px;
}
.adc_legal p {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 18px;
	padding-top: 30px;
}
.adc_legal a {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 22px;
	color: #cb2027;
}
.appli_sec h6 {
	text-transform: capitalize;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #2e2e2e;
	font-size: 25px;
	padding-bottom: 30px;
}
.appli_sec p {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #2e2e2e;
	font-size: 18px;
}
/*----Iegal CSS----*/


.abt_legal_sec .main_box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.abt_legal_sec .sec_one {
	float: left;
	margin-right: 30px;
	position: relative;
	width: calc(40% - 20px);
	-webkit-width: calc(40% - 20px);
	-moz-width: calc(40% - 20px);
	-ms-width: calc(40% - 20px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.abt_legal_sec .sec_tow {
	float: left;
	margin-right: 0;
	position: relative;
	width: calc(60% - 20px);
	-webkit-width: calc(60% - 20px);
	-moz-width: calc(60% - 20px);
	-ms-width: calc(60% - 20px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.sec_tow h3 {
	font-size: 30px;
	padding-bottom: 20px;
}
.sec_tow p {
	font-size: 18px;
}
.legal_offers .box_hover {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.legal_offers .box_hover li {
	float: left;
	margin-bottom: 50px;
	margin-right: 30px;
	position: relative;
	width: calc(33.33% - 20px);
	-webkit-width: calc(33.33% - 20px);
	-moz-width: calc(33.33% - 20px);
	-ms-width: calc(33.33% - 20px);
	overflow: visible;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	border-radius: 12px;
	text-align: center;
	padding: 15px 5px;
	box-shadow: 0px 6px 0px 0px #adadad;
}
.legal_offers .box_hover li:nth-child(3) {
	margin-right: 0;
}
.legal_offers .box_hover li:nth-child(6) {
	margin-right: 0;
}
.legal_offers .box_hover li:nth-child(odd) {
	background-color: #172949;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}
.legal_offers .box_hover li:nth-child(odd) h6 {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
	padding: 8px 12px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 20px;
	border: 1px solid #fff;
	border-radius: 12px;
	display: inline-block;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}
.legal_offers .box_hover li:nth-child(odd) p {
	color: #fff;
	line-height: 1.8;
	padding: 8px 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}
.legal_offers .box_hover li:nth-child(odd):hover p {
	color: #172949;
}
.legal_offers .box_hover li:nth-child(odd):hover h6 {
	color: #172949;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 12px;
	display: inline-block;
}
.legal_offers .box_hover li:nth-child(even) {
	background-color: #b50505;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}


.legal_offers .box_hover li:nth-child(even) h6 {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
	padding: 8px 12px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 20px;
	border: 1px solid #fff;
	border-radius: 12px;
	display: inline-block;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}
.legal_offers .box_hover li:nth-child(even) p {
	color: #fff;
	line-height: 1.8;
	padding: 8px 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}
.legal_offers .box_hover li:nth-child(even):hover h6 {
	color: #b50505;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 12px;
	display: inline-block;
}
.legal_offers .box_hover li:nth-child(even):hover p {
	color: #b50505;
}
.legal_offers .box_hover li a .icon_img img {
	width: auto;
	height: auto;
}
.legal_offers .box_hover li a .icon_img {
	z-index: 1;
	margin: 0 auto;
	width: auto;
	text-align: center;
	height: 80px;
	color: #fff!important;
	padding-top: 5px;
	cursor: pointer!important;
	-ms-transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	top: 0px;
	left: 0%;
	position: relative;
	right: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}
.icon_img .img-top {
	display: none;
	position: absolute;
	z-index: 99;
	width: auto;
	text-align: center;
	height: 80px;
	padding-top: 10px;
	margin: 0 auto;
	cursor: pointer!important;
	-ms-transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	top: -5px;
	left: 0%;
	right: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}
.legal_offers .box_hover li a {
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}
.legal_offers .box_hover li a .img-top, .img_bak {
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}
.legal_offers .box_hover li a:hover .img-top {
	display: block;
}
.legal_offers .box_hover li a:hover .img_bak {
	display: none;
}
.legal_offers .box_hover li:hover {
	background-color: #bebcbc;
}
.report_adc {
	color: #fff;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	height: 242px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.report_adc a {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}
.report_adc a:hover {
	text-decoration: underline;
}
/*--- tab css ----*/
.actabs ul li {
	margin-right: 20px;
	position: relative;
	height: 146px;
}
.actabs ul li:nth-last-of-type(1) {
	margin-right: 0;
}
.actabs-tabs .actabs-tab.actabs-active::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 40%;
	border-width: 18px 20px 0;
	border-style: solid;
	border-color: #1b4974 transparent;
	display: block;
	width: 0;
}
.actabs {
	background: transparent;
}
.actabs-tabs {
	display: none;
}
.actabs-tabs :focus {
	outline: none;
}
.actabs-item {
	border-bottom: 1px solid #eaeaea;
}
.actabs-item:last-child {
	border: none;
}
.actabs-item__label {
	margin: 0;
	padding: 1.25rem;
	cursor: pointer;
	transition: padding .2s ease;
	position: relative;
}
.actabs-item__label:after {
	content: "";
	height: 4px;
	width: 4px;
	position: absolute;
	top: -4px;
	right: 1.25rem;
	bottom: 0;
	margin: auto;
	border: 3px solid transparent;
	border-radius: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-color: transparent #fff #fff transparent;
	opacity: 1;
	transition: opacity .1s ease;
}
.actabs-item__label:hover {
	background: rgba(68, 127, 255, 0.1);
}
.actabs-item__container {
	padding: 0 1.25em;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: padding .2s ease, opacity .5s .15s ease;
}
.actabs-active {
	background: rgba(68, 127, 255, 0.1);
}
.actabs-active .actabs-item__label {
	padding-bottom: 0;
	cursor: inherit;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #1b4974;
	font-size: 24px;
}
.actabs-active .actabs-item__label:hover {
	background: none;
}
.actabs-active .actabs-item__label:after {
	opacity: 0;
}
.actabs-active .actabs-item__container {
	padding: 1.25em;
	height: auto;
	opacity: 1;
}
.actabs-active .actabs-item__container p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #2e2e2e;
	font-size: 18px;
}
.actabs-active .actabs-item__container p a {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #cb2027;
	font-size: 18px;
}
.actabs-active .actabs-item__container p a:hover {
	color: #1b4974;
}
.actabs-active .actabs-item__container p:first-child, .actabs-active .actabs-item__container h1:first-child, .actabs-active .actabs-item__container h2:first-child, .actabs-active .actabs-item__container h3:first-child, .actabs-active .actabs-item__container h4:first-child, .actabs-active .actabs-item__container h5:first-child, .actabs-active .actabs-item__container h6:first-child {
	margin-top: 0;
}
.actabs-active .actabs-item__container p:last-child, .actabs-active .actabs-item__container h1:last-child, .actabs-active .actabs-item__container h2:last-child, .actabs-active .actabs-item__container h3:last-child, .actabs-active .actabs-item__container h4:last-child, .actabs-active .actabs-item__container h5:last-child, .actabs-active .actabs-item__container h6:last-child {
	margin-bottom: 0;
}
.actabs-active .actabs-item__container #membership {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	border-collapse: collapse;
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}
.actabs-active .actabs-item__container #membership a {
	color: #cb2027;
}
.actabs-active .actabs-item__container #membership a:hover {
	color: #1b4974;
}
.actabs-active .actabs-item__container #membership td, #membership th {
	border: 1px solid #ddd;
	padding: 8px;
}
body header .dropdown-content li{ padding:0;}
body header .dropdown-content li a {
    display: block !important;
    padding: 15px 30px 15px 15px; 
}
.search-results .undrlin_det{ border-top: none !important;}
.search-results .blog_main .blog_one .search-result-item {
    margin-bottom: 35px;
    border-bottom: solid 2px #ddd;
    padding-bottom: 35px;
}
.search-results .blog_main .blog_one .dlog_titl h3{ padding-top:0;}
.search-results .blog_main .blog_one .search-result-item ul.comment_sec{ margin:0; padding:0;}
.search-results .blog_main .blog_one .search-result-item > img{ margin-bottom:30px;}
body header .dropdown-content li i {
    position: absolute;
    top: 17px;
    right: 16px;
}
.search-results ul.pagination {
    margin-top: 50px;
}
.search-results ul.pagination li * {
    margin: 0 0 15px;
    display: inline-block;
    vertical-align: top;
}
.voting_tab .actabs-tab a.vpu-redirection, .voting_tab .actabs-tab a.voting-redirection {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

@media (min-width: 600px) {
.actabs-tabs {
	display: flex;
	margin-bottom: 30px;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
}
.actabs-tabs .actabs-tab:nth-child(2) {
	padding: 3rem 0;
}
.actabs-tabs .actabs-tab:nth-child(3) {
	padding: 3rem 0;
}
.actabs-tabs .actabs-tab {
	display: block;
	background: transparent;
	padding: 2rem 0;
	font: inherit;
	flex: 1;
	border-radius: 6px;
	border: 2px solid #1b4974;
	cursor: pointer;
	transition: background .1s ease;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 30px;
	color: #cb2027;
}
.actabs-tabs .actabs-tab:hover {
	background: rgba(249, 249, 249, 0.01);
}
.actabs-tabs .actabs-tab.actabs-active {
	background: #1b4974;
	border: 1px solid #1b4974;
	color: #fff;
	border-radius: 6px;
}
.actabs-item {
	padding: 2.4rem;
	display: none;
	border-radius: 6px;
	border: 2px solid #1b4974!important;
	background: transparent;
	min-height: 260px;
}
.actabs-item__label, .actabs-item__container {
	padding: 0;
	transition: inherit;
}
.actabs-item__label {
	margin-bottom: 1.5rem;
}
.actabs-item.actabs-active {
	display: block;
}
.actabs-item.actabs-active .actabs-item__container {
	padding: 0;
}
}
.actabs {
	overflow: hidden;
	width: 100%;
}
/*---filter gallery---*/

.button {
	display: inline-block;
	padding: 0.5em 1.0em;
	border-radius: 4px;
	background: transparent;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 30px;
	color: #1b4974;
	cursor: pointer;
	border: 1px solid #1b4974;
	border-radius: 8px;
	margin: 10px;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}
.button:hover {
	background-color: #172949;
	color: #fff!important;
}
.button:active, .button.is-checked {
	color: #fff!important;
	background-color: #172949;
	outline: none;
}
.button-group {
	margin: 20px 0;
	text-align: center;
}
.button-group:after {
	content: '';
	display: block;
	clear: both;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.grid article {
	background-color: #FFFFFF;
	display: block;
	float: left;
	margin: 1%;
	width: 23%;
}
.grid article:hover {
	box-shadow: 0 5px 10px #000;
}
@media (max-width: 1024px) {
.grid article {
	width: 31.3%;
}
.page-blog ul.blog_contenr {
	margin-top: 0 !important;
}
.page-organizing-intern .app_bg.legalintership ul::after{ left: 48%; }
}
@media (max-width: 767px) {
.grid article {
	width: 48%;
}
.us_map .left-section {
	width: 100% !important;
}
.us_map .left-section svg {
	height: auto !important;
}
.right-section {
	float: left;
	width: 100% !important;
	margin: 15px 0 !important;
}
.asylum_sec ul.resources-outer.educational-content li img.alignleft, .asylum_sec ul.resources-outer.educational-content .alignright, .asylum_sec ul.resources-outer.educational-content li img.alignleft, .refugees-outer img.alignleft {
	float: none;
	margin: 20px 0px;
	width: 100%;
	height: auto;
}
.page-template-educational-resources-php .immigra_section h2 {
	padding-top: 20px;
}
.page-respond-to-incidents-of-discrimination-in-schools h1.public-outer {
	margin: 70px 0 0 !important;
}
.blog_contenr .item2 .blog_img .blog_socal {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.hero_banner {
	margin-top: 70px;
}
.hero_banner h1 br {
	display: none;
}
.past_awardees .button-group:before {
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	max-width: 90%; 
}
.page-adcri .adcri_section .adcri_one:first-of-type, .page-law-enforcement .adcri_section .adcri_one:first-of-type{
    padding-top: 0;
}
.page-organizing-intern .app_bg.legalintership{ height:auto; }
.page-organizing-intern .app_bg.legalintership ul::after{ display: none; }
.page-organizing-intern .app_bg.legalintership ul li + li{  border-top:2px solid #fff; margin-top: 0; padding-top: 30px; }


}
@media (max-width: 480px) {
.single-post .comment .comment-body img {
	display: block;
	position: static !important;
}
.single-post .comment .comment-body {
	padding: 0 !important;
}
.single-post .comment .comment-body .reply {
	margin: 0 0 70px !important;
}
.us_map .left-section svg {
	height: auto !important;
	width: 100% !important;
}
.page-template-educational-resources-php .immigra_section h2 {
	padding-top: 40px;
}
.page-kahlil-gibran-appreciation-initiative .immigra_section h2 {
	padding-top: 0px;
}
.page-english-language-learners .asylum_sec ul.resources-outer.educational-content li p a, .asylum_sec ul.resources-outer.educational-content li p a {
	vertical-align: top;
}
.page-respond-to-incidents-of-discrimination-in-schools h1.public-outer {
	margin: 60px 0 0;
}
.page-career .asylum_sec ul.resources-outer.educational-content li h1.public-outer {
	margin: 40px 0 0 !important;
}
.hero_banner {
	height: auto;
	padding-bottom: 30px;
}
.hero_banner .bann_btn {
	display: inline-block;
}
.hero_banner h1 {
	margin-top: 40px;
	line-height: normal;
}
.adcri_one img, .adcri_two img {
	float: none;
	margin: 0 0 15px;
}
.vote_tab_item p a {
	font-size: 18px!important;
}
.top_banner {
	margin-top: 92px !important;
}
.page-jack-g-shaheen-mass-communications-scholarships .top_banner h1 {
	font-size: 27px;
}
.staff-based h2 {
	font-size: 29px;
}
.search-results h1.page-title, .search-results h1.page-title span {
    font-size: 30px;
}
}
@media (max-width: 479px) {
.grid article {
	margin: 2% 0;
	width: 100%;
}
}
/*---Asylum page css---*/

.asylum_sec ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.asylum_sec ul li {
	float: left;
	position: relative;
	width: calc(60% - 20px);
	-webkit-width: calc(60% - 20px);
	-moz-width: calc(60% - 20px);
	-ms-width: calc(60% - 20px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.asylum_sec ul li:nth-child(1) {
	float: left;
	margin-right: 30px;
	position: relative;
	width: calc(40% - 20px);
	-webkit-width: calc(40% - 20px);
	-moz-width: calc(40% - 20px);
	-ms-width: calc(40% - 20px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.asylum_sec ul li:nth-child(2) {
	margin-right: 0;
}
.asylum_sec ul li p {
	padding-top: 20px;
	font-weight: 400;
	font-size: 18px;
	color: #2e2e2e;
}
.asylum_sec ul li p a {
	font-weight: 700;
	text-decoration: underline;
	color: #cb2027;
}
.text_bold {
	font-weight: 700;
}
.asylum_sec ul li p span {
	font-size: 22px;
	position: relative;
	top: 0px;
}
.asylum_sec ul li p a {
	font-weight: 700;
	text-decoration: underline;
	color: #cb2027;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}
.asylum_sec ul li p a:hover {
	color: #244685;
}
.bg_blk {
	background-color: #000;
}
.adc_hosts ul li iframe {
	display: block;
	height: 610px;
	min-height: 610px;
	max-height: 610px;
}
.adc_hoststxt {
	display: block;
	padding: 30px;
}
.adc_hoststxt h3 {
	color: #2e2e2e;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	display: block;
	margin: 0 auto;
	padding: 30px 0;
}
.adc_hoststxt p {
	font-weight: 400;
	font-size: 18px;
	color: #2e2e2e;
}
.adc_hoststxt .hosts_list {
	display: block!important;
}
.adc_hoststxt .hosts_list li {
	width: 100%;
	color: #2e2e2e;
	font-size: 18px;
	font-family: 'Roboto', serif;
	font-weight: 700;
	padding-bottom: 20px;
	padding-left: 20px;
	display: block;
	position: relative;
}
.adc_hoststxt .hosts_list li i {
	font-size: 13px;
	position: absolute;
	left: 0;
	top: 5px;
}
/*---ADC Legal Internships css----*/


.tabs_wrapper {
	width: 100%;
	text-align: center;
	margin: 30px auto 0;
	background: transparent;
}
.tabs_wrapper ul.tabs {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 10;
	margin: 25px 0 0;
	padding: 0;
	width: 40%;
	min-width: 175px;
	list-style: none;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.tabs_wrapper ul.tabs li {
	position: relative;
	margin: 0 0 15px 0;
	cursor: pointer;
	padding: 10px 15px;
	line-height: 31px;
	color: #fff;
	text-align: left;
	font-weight: 700;
	font-size: 24px;
	background-color: #172949;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.tabs_wrapper ul.tabs li:hover {
	background: #b50505;
	color: #fff;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.tabs_wrapper ul.tabs li.active {
	background: #b50505;
	color: #fff;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.tabs_wrapper ul.tabs li.active::after {
	font-family: 'Font Awesome\ 5 Free';
	content: '\f054';
	position: absolute;
	right: 10px;
	top: 10px;
}
.tabs_wrapper .tab_container {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 20;
	left: 0;
	width: 59%;
	min-width: 10px;
	text-align: left;
	background: transparent;
}
.tabs_wrapper .tab_content {
	padding: 20px;
	height: 100%;
	display: none;
}
.tabs_wrapper .tab_content p {
	font-weight: 400;
	font-size: 18px;
	color: #2e2e2e;
}
.tabs_wrapper .tab_drawer_heading {
	display: none;
}
@media screen and (max-width: 781px) {
.tabs_wrapper ul.tabs {
	display: none;
}
.tabs_wrapper .tab_container {
	display: block;
	margin: 0 auto;
	width: 100%;
	border-top: none;
	border-radius: 0;
	background: transparent;
}
.tabs_wrapper .tab_drawer_heading {
	background-color: #172949;
	position: relative;
	margin: 0 0 15px 0;
	padding: 10px 15px;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	display: block;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
}
.tabs_wrapper .tab_drawer_heading:hover {
	background: #b50505;
	color: #fff;
}
.tabs_wrapper .d_active {
	background: #b50505;
	color: #fff;
}
.tabs_wrapper .d_active::after {
	font-family: 'Font Awesome\ 5 Free';
	content: '\f078';
	position: absolute;
	right: 20px;
	top: 10px;
}
}
.app_bg {
	background-repeat: no-repeat!important;
	background-size: cover!important;
	height: 344px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.app_bg ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.app_bg ul li {
	float: left;
	margin-right: 30px;
	position: relative;
	width: calc(50% - 20px);
	-webkit-width: calc(50% - 20px);
	-moz-width: calc(50% - 20px);
	-ms-width: calc(50% - 20px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	text-align: center;
}
.app_bg ul li:nth-last-of-type(1) {
	margin-right: 0;
}
.app_bg ul li a {
	padding: 8px 10px;
}
.app_bg ul::after {
	content: '';
	position: absolute;
	border-right: 2px solid #fff;
	height: 100%;
	left: 50%;
	margin: 0 auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.app_bg ul li h3 {
	font-size: 36px;
	padding-bottom: 20px;
	color: #fff;
}
.app_bg ul li p {
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
}
.mail_com h2 {
	color: #2e2e2e;
	padding-bottom: 30px;
	padding-top: 20px;
}
.mail_com p {
	color: #2e2e2e;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}
.mail_com p a {
	color: #2e2e2e;
}
.mail_com p span {
	color: #cb2027;
	font-size: 24px;
	position: relative;
	top: 0;
}
/*----TPS PAGE CSS-----*/

.abt_tps h3 {
	display: block;
	margin: 0 auto;
	padding-bottom: 25px;
	text-align: center!important;
}
.abt_tps p {
	font-size: 18px;
	font-weight: 400;
}
.text_link {
	text-align: center;
	padding: 20px 0;
}
.text_link a {
	font-weight: 700;
	padding: 20px 0;
	color: #b50505;
	text-decoration: underline;
}
.text_link a:hover {
	color: #1b4974;
}
.for_img {
	padding-top: 30px;
	display: block;
	margin: 0 auto;
	padding-bottom: 30px;
}
.bold_unl {
	font-size: 20px;
	position: relative;
	top: 0px;
	font-weight: 700;
	text-decoration: underline;
}
.itl_fnt {
	font-style: italic;
	font-size: 18px;
	position: relative;
	top: 0px;
	font-weight: 300;
}
.txt_bolld {
	font-size: 24px;
	position: relative;
	top: 0px;
	font-weight: 700;
}
.actabs-content .actabs-item .actabs-item__label:nth-child(1) {
	display: none;
}
.actabs-content .actabs-item .actabs-item__container .actabs-item__label:nth-child(1) {
	display: block!important;
}
.actabs-item__container .tab_liost {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	margin-top: 30px;
}
.actabs-item__container .tab_liost li {
	float: left;
	margin-right: 30px;
	position: relative;
	width: calc(50% - 20px);
	-webkit-width: calc(50% - 20px);
	-moz-width: calc(50% - 20px);
	-ms-width: calc(50% - 20px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	text-align: center;
	height: auto;
	display: block;
	text-align: left;
	font-size: 20px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}
.actabs-item__container .tab_liost li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 10px;
	height: 10px;
	background-color: #2e2e2e;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.actabs-item__container .tab_liost li:nth-last-of-type(odd) {
	margin-right: 0;
}
/*---Visa Waiver Program CSS----*/

.asylum_sec .hosts_list2 li:nth-child(1) {
	float: left;
	margin-right: 0px;
	position: relative;
	width: calc(100% - 20px);
	-webkit-width: calc(100% - 20px);
	-moz-width: calc(100% - 20px);
	-ms-width: calc(100% - 20px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.asylum_sec .hosts_list2 {
	display: block!important;
}
.asylum_sec .hosts_list2 li {
	width: 100%;
	color: #2e2e2e;
	font-size: 18px;
	font-family: 'Roboto', serif;
	font-weight: 700;
	padding-bottom: 20px;
	padding-left: 20px;
	display: block;
	position: relative;
}
.asylum_sec .hosts_list2 li i {
	font-size: 13px;
	position: absolute;
	left: 0;
	top: 5px;
}
.useful_list {
	display: block!important;
}
.useful_list li {
	width: 100%;
	color: #2e2e2e;
	font-size: 22px;
	font-family: 'Roboto', serif;
	font-weight: 400;
	padding-bottom: 40px;
	padding-left: 20px;
	display: block;
	position: relative;
}
.useful_list li i {
	font-size: 13px;
	position: absolute;
	left: 0;
	top: 5px;
}
.bold {
	font-size: 24px;
	position: relative;
	top: 0px;
	font-weight: 700;
}
/*----Blog Page CSS----*/


.blog_contenr {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.item2 {
	display: none;
	float: left;
	margin-right: 20px;
	position: relative;
	width: calc(33.33% - 14px);
	-webkit-width: calc(33.33% - 14px);
	-moz-width: calc(33.33% - 14px);
	-ms-width: calc(33.33% - 14px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	margin-bottom: 20px;
    background: #f2f2f2;
}
.blog_contenr .item2:nth-child(3n+0) {
	margin-right: 0px;
}
.blog_contenr .item2 .blog_img {
	position: relative;
	height: 220px;
	overflow: hidden; 
}
.blog_contenr .item2 .blog_img img{
height:100%;}
.page-blog .blog_contenr .item2 .blog_img img {
    max-height: 220px !important;
    width: 100%;
    height: 100%;
}
.blog_contenr .item2 .blog_img .blog_date {
	position: absolute;
	top: 8px;
	left: 8px;
	padding: 5px 10px;
	background-color: #fff;
}
.blog_contenr .item2 .blog_img .blog_date span {
	color: #2e2e2e;
	font-size: 12px;
	font-weight: 400;
	top: 0px;
	display: block;
	text-align: center;
}
.blog_contenr .item2 .blog_img .blog_date .date_num {
	font-weight: 700;
	font-size: 15px;
}
.blog_contenr .item2 .blog_img .blog_socal {
	position: absolute;
	bottom: 8px;
	left: 39%;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.blog_contenr .item2 .blog_img .blog_socal a {
	margin-right: 5px;
	padding: 0;
}
.blog_contenr .item2 .blog_img .blog_socal a img {
	transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}
.blog_contenr .item2 .blog_img .blog_socal a img:hover {
	transform: translateY(-4px);
}
.blog_contenr .item2 .blog_detil {
    padding: 15px 0 40px;
}
.blog_contenr .item2 .blog_detil h4 {
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	color: #0a3177;
	padding-bottom: 15px;
	min-height: 50px;
}
.blog_contenr .item2 .blog_detil p {
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	color: #2e2e2e;
	padding: 0 8px 0 8px;
	min-height: 120px;
}
.blog_contenr .item2 .blog_detil .blog_btn {
    text-align: center;
    display: block;
    padding: 5px 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border-radius: 0px;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0;
    color: #fff;
    transition: all ease-in-out 0.35s;
    -webkit-transition: all ease-in-out 0.35s;
    -moz-transition: all ease-in-out 0.35s;
    -ms-transition: all ease-in-out 0.35s;
    text-decoration: none;
    border-color: #cb2027;
    background-color: #cb2027;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.blog_contenr .item2 .blog_detil .blog_btn:hover {
	border-color: #991319;
	background-color: #991319;
}
/*----Blog Details ----*/


.blog_main {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.blog_main .blog_one {
	margin-right: 2%;
	width: 65%;
}
.undrlin_det {
	clear: both;
	position: relative;
	width: 20%;
	margin: 0 0 30px 0;
	border-top: 2px solid #cd2a31;
}
.undrlin_det2 {
	clear: both;
	position: relative;
	width: 13%;
	margin: 0 0 30px 0;
	border-top: 2px solid #cd2a31;
}
.blog_main .blog_one .dlog_titl h3 {
	color: #0a3177;
	font-size: 30px;
	padding-top: 40px;
	padding-bottom: 10px;
}
.blog_main .blog_one .comment_sec {
	margin-bottom: 30px;
}
.blog_main .blog_one .comment_sec li {
	display: inline-block;
	font-size: 24px;
	color: #2e2e2e;
	margin-right: 20px;
	font-weight: 400;
}
.blog_main .blog_one .comment_sec li i {
	color: #cd2a31;
	font-size: 18px;
}
.blog_main .blog_one p {
	font-size: 18px;
	color: #2e2e2e;
	font-weight: 400;
}
.blog_main .blog_one .peop_comment h3 {
	color: #0a3177;
	font-weight: 700;
	font-size: 36px;
	padding: 40px 0 10px;
}
.blog_main .blog_one .peop_comment ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.blog_main .blog_one .peop_comment ul li:nth-child(1) {
	float: left;
	margin-right: 30px;
	position: relative;
	width: calc(20% - 0px);
	-webkit-width: calc(20% - 0px);
	-moz-width: calc(20% - 0px);
	-ms-width: calc(20% - 0px);
	overflow: hidden;
	width: 100px;
	height: 100px;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	margin-bottom: 20px;
	border-radius: 50%;
}
.blog_main .blog_one .peop_comment ul li img {
	width: 100%;
	height: 100%;
	display: block;
}
.blog_main .blog_one .peop_comment ul li:nth-child(2) {
	float: left;
	margin-right: 0px;
	position: relative;
	width: calc(80% - 0px);
	-webkit-width: calc(80% - 0px);
	-moz-width: calc(80% - 0px);
	-ms-width: calc(80% - 0px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	margin-bottom: 20px;
}
.blog_main .blog_one .peop_comment ul li:nth-child(2) h4 {
	color: #2e2e2e;
	font-size: 24px;
	padding-bottom: 20px;
}
.blog_main .blog_one .peop_comment ul li:nth-child(2) p {
	font-size: 18px;
	font-weight: 400;
	color: #2e2e2e;
}
/*---Reply section---*/
.reply_sec {
	padding-top: 30px;
}
.reply_sec h3 {
	color: #0a3177;
	font-weight: 700;
	font-size: 24px;
	padding-bottom: 20px;
}
.reply_sec p {
	padding-bottom: 20px;
	color: #2e2e2e;
	font-weight: 400!important;
	font-size: 18px!important;
}
.reply_sec .reply_form li input {
	width: 100%;
	height: 40px;
	border-radius: 0;
	background-color: transparent;
	border: 1px solid #2e2e2e;
	font-size: 16px;
	color: #1e232a;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	outline: none;
	padding: 10px;
}
.reply_sec .reply_form li textarea {
	width: 100%;
	height: 230px;
	border-radius: 0;
	background-color: transparent;
	border: 1px solid #2e2e2e;
	font-size: 16px;
	color: #1e232a;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	outline: none;
	padding: 10px;
}
.reply_sec .reply_form li input:focus {
	border: 1px solid #cb2027;
}
.reply_sec .reply_form li textarea:focus {
	border: 1px solid #cb2027;
}
.reply_sec .reply_form {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.reply_sec .reply_form li {
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
	position: relative;
	width: calc(100% - 0px);
	-webkit-width: calc(100% - 0px);
	-moz-width: calc(100% - 0px);
	-ms-width: calc(100% - 0px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.reply_sec .reply_form li:nth-child(2) {
	float: left;
	margin-right: 14px;
	margin-bottom: 30px;
	position: relative;
	width: calc(33.33% - 10px);
	-webkit-width: calc(33.33% - 10px);
	-moz-width: calc(33.33% - 10px);
	-ms-width: calc(33.33% - 10px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.reply_sec .reply_form li:nth-child(3) {
	float: left;
	margin-right: 14px;
	margin-bottom: 30px;
	position: relative;
	width: calc(33.33% - 10px);
	-webkit-width: calc(33.33% - 10px);
	-moz-width: calc(33.33% - 10px);
	-ms-width: calc(33.33% - 10px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.reply_sec .reply_form li:nth-child(4) {
	float: left;
	margin-right: 0px;
	margin-bottom: 30px;
	position: relative;
	width: calc(33.33% - 10px);
	-webkit-width: calc(33.33% - 10px);
	-moz-width: calc(33.33% - 10px);
	-ms-width: calc(33.33% - 10px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.reply_sec .reply_form li:nth-child(5) {
	float: left;
	margin-right: 0px;
	margin-bottom: 30px;
	position: relative;
	width: calc(33.33% - 10px);
	-webkit-width: calc(33.33% - 10px);
	-moz-width: calc(33.33% - 10px);
	-ms-width: calc(33.33% - 10px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.reply_sec .reply_form li input[type="submit"] {
	width: 100%;
	height: 50px;
	border-radius: 5px;
	background-color: #cb2027;
	border-color: #cb2027;
	font-size: 24px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	outline: none;
	padding: 10px;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	cursor: pointer;
}
.reply_sec .reply_form li input[type="submit"]:hover {
	border-color: #991319;
	background-color: #991319;
}
.blog_main .blog_two {
	width: 30%;
	margin-right: 0;
}
.blog_main .blog_two h3 {
	font-weight: 700;
	color: #0a3177;
	font-size: 30px;
}
.blog_two .follw_right ul {
	padding-top: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #cb2027;
}
.blog_two .follw_right ul li {
	display: inline-block;
	margin-right: 20px;
}
.blog_two .latest_post {
	padding-top: 20px;
}
.blog_two .latest_post ul .latest_post_describ {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	border-bottom: 1px solid #cb2027;
}
.blog_two .latest_post ul .latest_post_describ .latest_post_one {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	position: relative;
	width: calc(50% - 10px);
	-webkit-width: calc(50% - 10px);
	-moz-width: calc(50% - 10px);
	-ms-width: calc(50% - 10px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	padding-top: 20px;
	padding-bottom: 20px;
}
.blog_two .latest_post ul .latest_post_describ .latest_post_one:nth-child(even) {
	margin-right: 0;
}
.blog_two .latest_post ul .latest_post_one .lts_post_img {
	width: 130px;
	height: auto;
	overflow: hidden;
}
.blog_two .latest_post ul .latest_post_one .numbr_of_comment {
	font-size: 12px;
	color: #2e2e2e;
	padding-top: 10px;
	font-weight: 400;
}
.blog_two .latest_post ul .latest_post_one .numbr_of_comment i {
	font-size: 14px;
}
.blog_two .latest_post ul .latest_post_one .lts_post_hed h6 {
	font-weight: 700;
	color: #2e2e2e;
	font-size: 18px;
}
.blog_two .latest_post ul .latest_post_one .lts_post_hed a h6:hover {
	color: #cb2027;
}
.blog_two .latest_post ul .latest_post_one .lts_post_date {
	font-weight: 400;
	font-size: 11px;
	color: #2e2e2e;
	text-transform: uppercase;
	padding-top: 10px;
}
.blog_two .blog_tag_sec {
	padding-top: 20px;
	border-bottom: 1px solid #cb2027;
	padding-bottom: 20px;
}
.blog_two .blog_tag_sec ul li {
	display: inline-block;
	border: 1px solid #2e2e2e;
	font-size: 18px;
	color: #2e2e2e;
	margin-right: 5px;
	padding: 10px 15px;
	margin-top: 20px;
}
.blog_two .blog_tag_sec ul li a {
	font-size: 18px;
	color: #2e2e2e;
}
.blog_two .blog_tag_sec ul li:hover a {
	color: #fff;
}
.blog_two .blog_tag_sec ul li:hover {
	background-color: #cb2027;
	border: 1px solid #cb2027;
}
.blog_two .attachment_sec {
	margin-top: 20px;
}
.blog_two .attachment_sec ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	margin-top: 30px;
}
.blog_two .attachment_sec ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	position: relative;
	width: calc(50% - 10px);
	-webkit-width: calc(50% - 10px);
	-moz-width: calc(50% - 10px);
	-ms-width: calc(50% - 10px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	margin-bottom: 20px;
}
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: none;
	border-radius: 0;
	height: 100px;
	width: 100%;
	overflow: hidden;
}
.card-img-top {
	overflow: hidden;
	width: 100%;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	height: 100px;
}
.attoverlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .3s ease;
	text-align: center;
}
.card:hover .attoverlay {
	opacity: 1;
}
.attoverlay .fa-search {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
/*----Get legal help CSS----*/

.tabs_wrapper .tab_content a {
	color: #274887;
	font-weight: 700;
}
.tabs_wrapper .tab_content a:hover {
	color: #b50505;
	font-weight: 700;
	text-decoration: underline;
}
.tabs_wrapper .tab_content p a {
	color: #b50505;
	font-weight: 700;
	text-decoration: underline;
}
.tabs_wrapper .tab_content p a:hover {
	color: #274887;
}
.tabs_wrapper .tab_content h4 {
	font-weight: 700;
	font-size: 24px;
	color: #2e2e2e;
}
.tabs_wrapper .tab_content ul {
	margin: 20px 0;
}
.tabs_wrapper .tab_content ul li {
	position: relative;
	padding-left: 20px;
	padding-bottom: 10px;
}
.tabs_wrapper .tab_content ul li::before {
	content: "";
	position: absolute;
	left: 8px;
	top: 15px;
	width: 5px;
	height: 5px;
	background-color: #2e2e2e;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.tabs_wrapper .tab_content ul li a {
	font-weight: 700;
	font-size: 20px;
	color: #b50505;
}
.tabs_wrapper .tab_content ul li a:hover {
	color: #274887;
}
.discriminated_sec h2 {
	color: #fff;
	padding-bottom: 30px;
	padding-top: 20px;
}
.discriminated_sec p {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.discriminated_sec p a {
	color: #fff;
}
.discriminated_sec p span {
	color: #cb2027;
	font-size: 24px;
	position: relative;
	top: 0;
}
.repot_adc_text h2 {
	padding-bottom: 30px;
}
.repot_adc_text p {
	text-align: center;
	color: #2e2e2e;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 15px;
	line-height: 1.4;
}
.repot_adc_text p a {
	color: #2e2e2e;
}
.incident_report h3 {
	text-align: center;
}
.incident_report_main {

	position: relative;
	margin-top: 30px;
}
.incident_report_main .incident_report_main_box {

}
.personal_info_form{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}
.personal_info_form li {
	
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	position: relative;
	width: calc(50% - 20px);
	-webkit-width: calc(50% - 20px);
	-moz-width: calc(50% - 20px);
	-ms-width: calc(50% - 20px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.personal_info_form li:nth-child(even){
	margin-right: 0px;
}

.personal_info_form li input {
	width: 100%!important;
	height: 70px;
	margin-top: 10px;
	border-radius: 8px;
	background-color: #ebebeb;
	border: 1px solid #cccccc;
	font-size: 26px;
	color: #2e2e2e;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	outline: none;
	padding: 10px;
}
.personal_info_form li textarea {
	margin-top: 10px;
	width: 100%;
	height: 70px;
	border-radius: 8px;
	background-color: #ebebeb;
	border: 1px solid #cccccc;
	font-size: 26px;
	color: #2e2e2e;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	outline: none;
	padding: 10px;
}
.personal_info_form li input[type="submit"] {
	width: 40%!important;
	height: 50px;
	border-radius: 8px;
	background-color: #cb2027;
	border-color: #cb2027;
	font-size: 22px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	outline: none;
	padding: 10px;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	cursor: pointer;
}
.personal_info_form li input[type="submit"]:hover {
	background-color: #992025;
}
.radio_form {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	padding: 0;
	margin-top: 20px;
	
	margin-bottom: 30px;
}
.radio_form h3 {
	margin: 0 auto;
	display: block;
	color: #2e2e2e;
}
.radio_form li {
	display: inline-block;
	padding-bottom: 5px;
	margin: 0;
	float: left;
	position: relative;
	width: calc(50% - 20px);
	-webkit-width: calc(50% - 20px);
	-moz-width: calc(50% - 20px);
	-ms-width: calc(50% - 20px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.radio_form li span {
	font-size: 15px;
	position: absolute;
	top: 0;
}
.radio_form li .cont {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.radio_form li .cont input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.radio_form li .checkmark {
	position: absolute;
	top: 5px;
	left: 0;
	height: 12px;
	width: 12px;
	background-color: transparent;
	border: 1px solid #cb2027;
	border-radius: 50%;
}
.radio_form li .cont input:checked ~ .checkmark {
	background-color: #cb2027;
}
.radio_form li .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.radio_form li .cont input:checked ~ .checkmark:after {
	display: block;
}
.radio_form li .cont .checkmark:after {
	top: 9px;
	left: 9px;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	background: #cb2027;
}
.radio_form p {
	padding: 10px 0 0 0px;
	color: #2e2e2e;
	margin-bottom: -10px;
}
.radio_blocktwo input{
width: auto!important;
height: auto!important;
margin-top: 5px!important;
}
.g-recaptcha{
	    margin-top: 66px;
}
.check_form {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	padding: 0;
	margin-top: 20px;
	padding-left: 30px;
	margin-bottom: 30px;
}
.check_form h3 {
	margin: 0 auto;
	display: block;
	color: #2e2e2e;
}
.check_form li {
	display: inline-block;
	padding-bottom: 5px;
	margin: 0;
	float: left;
	position: relative;
	width: calc(50% - 20px);
	-webkit-width: calc(50% - 20px);
	-moz-width: calc(50% - 20px);
	-ms-width: calc(50% - 20px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.check_form li span {
	font-size: 15px;
	position: absolute;
	top: 5px;
}
.check_form li .cont {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.check_form li .cont input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.check_form li .checkmark {
	position: absolute;
	top: 5px;
	left: 0;
	height: 12px;
	width: 12px;
	background-color: transparent;
	border: 1px solid #cb2027;
	border-radius: 50%;
}
.check_form li .cont input:checked ~ .checkmark {
	background-color: #cb2027;
}
.check_form li .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.check_form li .cont input:checked ~ .checkmark:after {
	display: block;
}
.check_form li .cont .checkmark:after {
	top: 9px;
	left: 9px;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	background: #cb2027;
}
.personal_info_form li label {
	margin-bottom: 5px;
}
/*-----Scholarship CSS------*/

.abt_scholarship ul {
	display: block;
}
.abt_scholarship ul li {
	padding-top: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
	font-size: 18px;
	color: #2e2e2e;
}
.abt_scholarship ul li strong {
	color: #244685;
	font-size: 18px;
}
.abt_scholarship ul li:last-child {
	border-bottom: none;
}
.application_instruction_sec h2 {
	padding-bottom: 40px;
}
.application_instruction_sec h4 {
	font-size: 22px;
	color: #244685;
	padding-bottom: 20px;
}
.application_instruction_sec ul li {
	position: relative;
	padding-left: 25px;
	padding-bottom: 25px;
	font-size:18px;
}
.application_instruction_sec ul li i {
	font-size: 13px;
	position: absolute;
	left: 0;
	top: 8px;
}
.application_instruction_sec p {
	font-size: 18px;
	font-weight: 400;
}
.application_instruction_sec strong {
	color: #cb2027;
}
.app_bg h2 {
	color: #fff;
	padding-bottom: 40px;
	text-align: center;
}
.app_bg ul li p a {
	color: #fff;
}
.abt_dr_jack_sec ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.abt_dr_jack_sec ul li:nth-child(1) {
	padding-bottom: 5px;
	margin-right: 30px;
	float: left;
	position: relative;
	width: calc(35% - 10px);
	-webkit-width: calc(35% - 10px);
	-moz-width: calc(53% - 10px);
	-ms-width: calc(53% - 10px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.abt_dr_jack_sec ul li:nth-child(2) {
	padding-bottom: 5px;
	margin-right: 0px;
	float: left;
	position: relative;
	width: calc(65% - 20px);
	-webkit-width: calc(65% - 20px);
	-moz-width: calc(65% - 20px);
	-ms-width: calc(65% - 20px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.abt_dr_jack_sec ul li img {
	width: 100%;
}
.abt_dr_jack_sec ul li h3 {
	text-align: center;
	padding-bottom: 20px;
	font-size: 30px;
}
.abt_dr_jack_sec ul li p {
	font-size:18px;
	line-height: 1.4;
	color: #2e2e2e;
}
.abt_dr_jack_sec ul li p a {
	color: #cb2027;
	text-decoration: underline;
	font-weight: 700;
}
.past_awardees button {
	display: inline-block;
	padding: 0.2em .5em;
	border-radius: 4px;
	background: transparent;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #1b4974;
	cursor: pointer;
	border: 1px solid #1b4974;
	border-radius: 8px;
	margin: 10px;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}
.past_awardees .card-img-top {
	overflow: hidden;
	width: 100%;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	height: 298px;
}
.past_awardees .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: none;
	border-radius: 0;
	height: 298px;
	overflow: hidden;
}
.past_awardees article:hover {
	box-shadow: none;
}
/*26-9-19*/
.awardee_section a {
	position: relative;
}
.awardee_section a:before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	background: rgba(23, 41, 73, 0.7) url(../images/search-icon.png) no-repeat center center;
	background-size: 22px auto;
	content: "";
	border-radius: 100%;
	margin: -25px 0 0 -25px;
	opacity: 0;
	transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
}
.awardee_section h3.article-user {
	background: rgba(203, 32, 39, 0.7);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 19px;
	width: 100%;
	padding: 12px 10px;
	text-align: center;
	opacity: 0;
	transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
}
.awardee_section a:hover h3.article-user, .awardee_section a:hover:before {
	opacity: 1;
}
/*----Get involved CSS----*/



.organizing_section ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.organizing_section ul li {
	float: left;
	margin-right: 30px;
	position: relative;
	width: calc(50% - 20px);
	-webkit-width: calc(50% - 20px);
	-moz-width: calc(50% - 20px);
	-ms-width: calc(50% - 20px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.organizing_section ul li:nth-last-of-type(1) {
	margin-right: 0;
}
.organizing_section h2 {
	padding-bottom: 30px;
}
.organizing_section p {
	font-size: 18px;
}
.organizing_bg {
	height: auto;
}
.organizing_bg ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.organizing_bg ul li {
	float: left;
	margin-right: 30px;
	position: relative;
	width: calc(33.33% - 20px);
	-webkit-width: calc(33.33% - 20px);
	-moz-width: calc(33.33% - 20px);
	-ms-width: calc(33.33% - 20px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.organizing_bg ul li:nth-child(2) {
	margin-right: 0;
}
.organizing_bg ul li:nth-child(3) {
	margin-right: 0;
}
.organizing_bg ul::after {
	content: '';
	position: absolute;
	border-right: none;
	height: 100%;
	left: 51%;
	margin: 0 auto;
	text-align: center;
	transform: translateX(-50%);
}
.organizing_bg ul li .btn {
	padding: 20px 50px;
	border-radius: 10px;
}
.map_section h2 {
	text-align: center;
	font-size: 30px;
	padding: 30px 0;
}
.map_section p {
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
}
.map_section p a {
	color: #244685;
}
.involb_tabs ul {
	margin: 20px 0;
}
.involb_tabs ul li {
	position: relative;
	padding-left: 25px!important;
	padding-bottom: 25px!important;
	font-size: 20px;
}
.involb_tabs ul li::before {
	content: "";
	position: absolute;
	left: 8px;
	top: 8px!important;
	width: 10px!important;
	height: 10px!important;
	background-color: #2e2e2e;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.full_container {
	max-width: 1440px;
	width: 100%;
	padding: 0 0;
	margin: 0 auto;
	box-sizing: border-box;
}
.full_container:after {
	display: block;
	content: "";
	clear: both;
}
.adc_alumni ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #0b3178;
}
.adc_alumni ul li {
	float: left;
	margin-right: 0px;
	position: relative;
	width: calc(50% - 20px);
	-webkit-width: calc(50% - 20px);
	-moz-width: calc(50% - 20px);
	-ms-width: calc(50% - 20px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	background-color: #0b3178;
}
.adc_alumni ul li:nth-child(2) {
	padding-left: 40px;
	padding-right: 70px;
}
.adc_alumni ul li img {
	width: 100%;
	height: 100%;
}
.adc_alumni ul li h2 {
	text-align: left;
	color: #fff;
	padding-bottom: 30px;
	padding-top: 30px;
}
.adc_alumni ul li h6 {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
}
.adc_alumni ul li p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding-top: 20px;
}
.adc_alumni ul li p a {
	color: #cb2027;
	text-decoration: underline;
}
.adc_is_hiring h2 {
	padding-bottom: 30px;
}
.adc_is_hiring p {
	font-size: 18px;
	text-align: center;
}
.adc_is_hiring h4 {
	color: #244685;
	font-size: 25px;
	font-weight: 500;
	padding-top: 30px;
	padding-bottom: 30px;
}
.hiring_main {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #bebebe;
}
.hiring_main .hiring-one {
	width: 30%;
	margin-right: 1%;
}
.hiring_main .hiring-two {
	width: 55%;
	margin-right: 1%;
}
.hiring_main .hiring-three {
	width: 10%;
	margin-right: 0%;
}
.hiring_main .hiring-one h4 {
	padding-top: 0;
}
.hiring_main .hiring-two .hiring_location {
	font-size: 18px;
	color: #cb2027;
}
.hiring_main .hiring-three .btn {
	padding: 10px;
	font-size: 16px;
	margin-top: 0;
}
.hiring_main .hiring-two p {
	text-align: left;
	font-weight: 300;
	font-size: 18px;
}
.hiring_main .hiring-one h4 {
	font-size: 30px;
	font-weight: 700;
}
.hiring_main .hiring-one .hilt_hir {
	font-size: 16px;
	color: #fff;
	padding: 5px 20px;
	background-color: #cb2027;
	letter-spacing: 1;
}
/*----Register to Vote CSS----*/
.register_to_vote_now h2 {
	padding-bottom: 30px;
}
.register_to_vote_now ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.register_to_vote_now ul li {
	float: left;
	margin-right: 30px;
	position: relative;
	width: calc(50% - 20px);
	-webkit-width: calc(50% - 20px);
	-moz-width: calc(50% - 20px);
	-ms-width: calc(50% - 20px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.register_to_vote_now ul li:nth-child(2) {
	margin-right: 0px;
}
.register_to_vote_now ul li h3 {
	color: #0a3177;
	font-size: 30px;
	padding-bottom: 30px;
}
.register_to_vote_now ul li p {
	padding: 20px 0;
}
.register_to_vote_now ul li p a {
	font-weight: 700;
	font-size: 24px;
	color: #cb2027;
	padding: 30px 0;
	text-decoration: underline;
}
.vote {
	background-position: center;
	background-size: contain!important;
	width: 88%;
	height: 60px;
	display: block;
}
.find_your_polling h2 {
	padding-bottom: 30px;
}
.find_your_polling ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.find_your_polling ul li {
	float: left;
	margin-right: 30px;
	position: relative;
	width: calc(33.33% - 20px);
	-webkit-width: calc(33.33% - 20px);
	-moz-width: calc(33.33% - 20px);
	-ms-width: calc(33.33% - 20px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	margin-bottom: 30px;
}
.find_your_polling ul li:nth-child(3n+0) {
	margin-right: 0px;
}
.find_your_polling ul li .main_vote_box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border: 1px solid #2e2e2e;
	background-size: cover!important;
	background-position: center right!important;
}
.find_your_polling ul li .main_vote_box .vote_box_one {
	width: 40%;
	text-align: center;
	color: #cb2027;
	font-size: 18px;
	font-weight: 400;
}
.find_your_polling ul li .main_vote_box .vote_box_two {
	width: 60%;
	border-left: 1px solid #2e2e2e;
	position: relative;
	min-height: 114px;
	max-height: 150px;
	height: 140px;
}
.find_your_polling ul li .main_vote_box .vote_box_two p {
	margin: 0;
	padding-top: 18px;
	padding-bottom: 15px;
	padding-left: 28px;
	padding-right: 5px;
	font-size: 18px;
	font-weight: 700;
	color: #cb2027;
}
.find_your_polling ul li .main_vote_box .vote_box_two p a {
	font-size: 16px;
	font-weight: 700;
	color: #cb2027;
}
.find_your_polling ul li .main_vote_box .vote_box_two p:nth-child(1) {
	border-bottom: 1px solid #2e2e2e;
}
.find_your_polling ul li .main_vote_box .vote_box_two .fa-phone {
	font-size: 10px;
	position: absolute;
	left: 5px;
	top: 20px;
	-ms-transform: rotate(118deg);
	-webkit-transform: rotate(118deg);
	transform: rotate(118deg);
	color: #183870;
	border: 1px solid #183870;
	border-radius: 50%;
	padding: 2px;
}
.find_your_polling ul li .main_vote_box .vote_box_two .fa-globe {
	font-size: 12px;
	position: absolute;
	left: 5px;
	top: 78px;
	color: #183870;
	border: 1px solid #183870;
	border-radius: 50%;
	padding: 2px;
}
/*-------Voting Rights css-------*/


.voting_tab {
	width: 70%;
	margin: 0 auto 50px;
}
.voting_tab .actabs-tab {
	background-repeat: no-repeat!important;
	background-position: top center!important;
	background-size: cover!important;
	border: none;
	height: 250px;
	position: relative;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.voting_tab .actabs-tab.actabs-active::after {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 45%;
	border-width: 30px 16px 0;
	border-style: solid;
	border-color: #1b4974 transparent;
	-ms-transform: rotate(220deg);
	-webkit-transform: rotate(220deg);
	transform: rotate(180deg);
	width: 0;
}
.voting_tab .actabs-tab.actabs-active {
	background: transparent;
	border: none;
	color: #fff;
	border-radius: 6px;
	background-repeat: no-repeat;
	background-position: top center!important;
	background-size: cover!important;
}
.tab_overlay {
	position: absolute;
	top: 20%;
	left: 0%;
	height: 60%;
	width: 100%;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 2;
	transition: .5s ease;
	background: rgba(203, 32, 39, 0.7)!important;
}
.tab_hed_text {
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 36px;
	padding: 20px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.voting_tab .actabs-tab.actabs-active::before {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 0%;
	height: 3px;
	background: #1b4974;
	width: 100%;
}
.vote_tab_item {
	position: relative;
	border: none!important;
	padding: 2rem 0 0 0!important;
	border-radius: 0px;
}
.vote_tab_item h2 {
	font-weight: 600;
	font-size: 30px;
	text-align: left;
	padding-bottom: 30px;
}
.vote_tab_item h4 {
	font-weight: 500;
	color: #1b4974;
	font-size: 24px;
	text-align: left;
	padding-bottom: 15px;
	padding-top: 30px;
}
.vote_tab_item p a {
	font-weight: 400;
	font-size: 18px!important;
	text-align: left;
	text-decoration: underline;
}
.vote_tab_item .btn {
	padding: 10px 20px!important
}
.vote_tab_item .vote_tab_inside {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.vote_tab_item .vote_tab_inside {
	margin-top: 40px;
	margin-bottom: 0px;
}
.vote_tab_item .vote_tab_inside li {
	float: left;
	margin-right: 30px;
	position: relative;
	width: 45%;
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	margin-bottom: 20px;
	height: auto!important;
}
.vote_tab_item .vote_tab_inside li:nth-child(2) {
	margin-right: 0px;
	width: calc(100% - 48%);
	width: -webkit-calc(100% - 48%);
	width: -moz-calc(100% - 48%);
	width: -ms-calc(100% - 48%);
}
.vote_tab_item .vote_tab_inside li:nth-of-type(2) h2 {
	text-align: center;
}
.vote_tab_item .vote_tab_list_two li {
	color: #2e2e2e;
	font-size: 22px;
	font-family: 'Roboto', serif;
	font-weight: 400;
	padding-bottom: 20px;
	padding-left: 20px;
	display: block;
	height: auto!important;
}
.vote_tab_item .vote_tab_list_two li a {
	color: #cb2027;
	text-decoration: underline;
	font-weight: 700;
}
.vote_tab_item .vote_tab_list_two li a:hover {
	color: #244685;
}
.vote_tab_item .vote_tab_list_two li i {
	font-size: 13px;
	position: absolute;
	left: 0;
	top: 5px;
}
.vote_tab_item .voting_know_your_right h2 {
	text-align: center;
}
.white_bg2 {
	background-color: #fff;
	padding: 30px 0px 10px;
}
.white_bg {
	background-color: #fff;
	padding: 10px 30px;
	margin-top: 30px;
}
.pdf_downloed_tab {
	margin: 0!important;
	text-align: left;
}
.pdf_downloed_tab li a {
	padding: 10px 20px!important
}
.pdf_downloed_tab li a img {
	padding-left: 10px;
}
.pdf_downloed_tab li:nth-child(1) {
	text-align: right;
}
.color_blu {
	color: #244685;
}
.color_red {
	color: #cb2027;
}
.color_blak {
	color: #2e2e2e;
}
.myths_truths_section span {
	font-size: 30px;
	top: 0;
}
.myths_truths_section h2 {
	text-align: center;
}
.myths_truths_section p {
	font-size: 18px!important;
	padding-bottom: 30px!important;
}
/*----Event CSS----*/


.event_search {
	background-color: #cb2027;
	margin-top: -70px;
}
.event_search ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.event_search ul li {
	float: left;
	margin-right: 20px;
	position: relative;
	width: calc(25% - 20px);
	-webkit-width: calc(25% - 20px);
	-moz-width: calc(25% - 20px);
	-ms-width: calc(25% - 20px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.event_search ul li:last-child {
	margin-right: 0;
}
.event_search ul li h4 {
	color: #fff;
	font-size: 25px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.event_search ul li input {
	display: block;
	border: none;
	border-radius: 0;
	border: 1px solid transparent;
	line-height: 1.5rem;
	padding: 0 0 0 10px;
	font-size: 1rem;
	color: #607D8B;
	width: 100%;
	height: 50px;
}
.event_search ul li input[type="button"] {
	background-color: #0b3178;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	border-radius: 10px;
	width: 70%;
	display: block;
	margin: 0 auto;
	padding: 0;
}
input:focus {
	outline: none;
}
#ui-datepicker-div {
	display: none;
	background-color: #fff;
	box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
	margin-top: 0.25rem;
	border-radius: 0.5rem;
	padding: 0.5rem;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.ui-datepicker-calendar thead th {
	padding: 0.25rem 0;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
	color: #78909C;
}
.ui-datepicker-calendar thead th span {
	font-size: 0.75rem;
	top: 0;
}
.ui-datepicker-calendar tbody td {
	width: 2.5rem;
	text-align: center;
	padding: 0;
}
.ui-datepicker-calendar tbody td a {
	display: block;
	border-radius: 0.25rem;
	line-height: 2rem;
	transition: 0.3s all;
	color: #546E7A;
	font-size: 0.875rem;
	text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {
	background-color: #E0F2F1;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
	background-color: #009688;
	color: white;
}
.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem;
	border-radius: 0.25rem;
	transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
	background-color: #ECEFF1;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 0.5rem;
	background-position: 50%;
	transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50%;
}
.ui-datepicker-header a>span {
	display: none;
}
.ui-datepicker-title {
	text-align: center;
	line-height: 2rem;
	margin-bottom: 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	padding-bottom: 0.25rem;
}
.ui-datepicker-title span {
	font-size: 0.875rem;
	top: 0;
}
.ui-datepicker-week-col {
	color: #78909C;
	font-weight: 400;
	font-size: 0.75rem;
}
#mixedSlider {
	position: relative;
	margin-top: 30px;
}
#mixedSlider .MS-content {
	white-space: nowrap;
	overflow: hidden;
	margin: 0 0;
}
#mixedSlider .MS-content .item {
	display: inline-block;
	width: 33.3333%;
	position: relative;
	vertical-align: top;
	overflow: hidden;
	height: 100%;
	white-space: normal;
	padding: 0 15px;
}
@media (max-width: 991px) {
#mixedSlider .MS-content .item {
	width: 50%;
}
.app_bg ul.award-address li:first-of-type {
	margin-right: 30px;
}
.event_search .findSubmitRow .submit-button {
	right: 38px;
}
.page-breaking-the-trump-administrations-proclamation-is-arab-and-muslim-ban-3-0 .asylum_sec ul {
	margin: 30px 0 0;
}
.page-career .asylum_sec ul.resources-outer.educational-content li p.image-outer img, .page-breaking-the-trump-administrations-proclamation-is-arab-and-muslim-ban-3-0 .asylum_sec ul li img {
	height: auto !important;
	margin: 0 !important;
}
.page-career .asylum_sec ul.resources-outer.educational-content li p.image-outer {
	margin: 20px 0 8px;
}
.page-career .asylum_sec ul.resources-outer.educational-content li h1.public-outer {
	margin: 20px 0 0;
}
.adc_is_hiring.hiring_team .hiring_main .hiring-three {
	width: auto;
}
.page-immigration .adc_legal {
	height: auto;
	padding: 30px 0 20px;
}
.page-immigration .adc_legal h3 br {
	display: none;
}
}
@media (max-width: 767px) {
	.blog_contenr .item2 .blog_img .blog_socal{
		left: 50%;
	}
#mixedSlider .MS-content .item {
	width: 100%;
}
.event_search .findSubmitRow .submit-button {
	position: static;
	margin: 27px auto 0;
	width: 100%;
	max-width: 190px;
}
.page-kahlil-gibran-appreciation-initiative .asylum_sec ul.resources-outer.educational-content li h1.public-outer {
	margin: 20px 0 0;
}
.page-refugees .immigra_section h2 {
	padding-bottom: 10px;
}
.page-breaking-the-trump-administrations-proclamation-is-arab-and-muslim-ban-3-0 .asylum_sec ul {
	margin: 80px 0 0;
}
.blog_two .latest_post ul .latest_post_describ .latest_post_one {
	width: 130px;
	margin-right: 20px;
}
.blog_two .latest_post ul .latest_post_describ .latest_post_one:nth-of-type(2) {
	width: calc(100% - 150px);
	-webkit-width: calc(100% - 150px);
	-moz-width: calc(100% - 150px);
	-ms-width: calc(100% - 150px);
}


}
#mixedSlider .MS-content .item .imgTitle {
	position: relative;
}
#mixedSlider .MS-content .item .imgTitle .eventdate_time {
	margin: 0;
	text-align: left;
	letter-spacing: 0px;
	position: absolute;
	background-color: rgba(11, 49, 120, 0.7);
	width: 80%;
	bottom: 40%;
	padding: 25px 0 25px 20px;
}
#mixedSlider .MS-content .item .imgTitle .eventdate_time h4 {
	font-weight: 700;
	color: #fff;
	font-size: 30px;
	padding-bottom: 10px;
}
#mixedSlider .MS-content .item .imgTitle .eventdate_time p {
	font-weight: 400;
	color: #fff;
	font-size: 18px;
}
#mixedSlider .MS-content .item .imgTitle img {
	height: auto;
	width: 100%;
}
#mixedSlider .MS-content .item .event_content {
	background-color: #172949;
	margin: 0;
	padding: 30px 20px 40px 20px;
}
#mixedSlider .MS-content .item p i {
	position: absolute;
	left: 0;
	font-size: 12px;
	top: 4px;
}
#mixedSlider .MS-content .item p {
	position: relative;
	font-size: 18px;
	color: #fff;
	padding-left: 15px;
	text-indent:;
	font-weight: 400;
}
#mixedSlider .MS-content .item h3 {
	position: relative;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	padding-left: 15px;
}
#mixedSlider .MS-content .item .event_bton {
	margin-top: 20px;
	text-align: center;
	letter-spacing: 0;
	text-transform: uppercase;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	text-decoration: none;
	display: block;
}
#mixedSlider .MS-content .item .event_bton a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	background-color: #cb2027;
	padding: 10px 20px;
	border-radius: 6px;
}
#mixedSlider .MS-content .item .event_bton a:hover {
	background-color: #991319;
}
#mixedSlider .MS-controls button {
	position: absolute;
	border: none;
	background-color: transparent;
	outline: 0;
	font-size: 40px;
	top: 95px;
	color: rgba(0, 0, 0, 0.4);
	transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
	color: rgba(0, 0, 0, 0.8);
}
 @media (max-width: 992px) {
#mixedSlider .MS-controls button {
	font-size: 20px;
}
}
@media (max-width: 767px) {
#mixedSlider .MS-controls button {
	font-size: 20px;
}
}
#mixedSlider .MS-controls .MS-left {
	left: -40px;
	top: 50%;
}
#mixedSlider .MS-controls .MS-right {
	right: -40px;
	top: 50%;
}
#basicSlider {
	position: relative;
}
#basicSlider .MS-content {
	white-space: nowrap;
	overflow: hidden;
	margin: 0 2%;
	height: 50px;
}
#basicSlider .MS-content .item {
	display: inline-block;
	width: 20%;
	position: relative;
	vertical-align: top;
	overflow: hidden;
	height: 100%;
	white-space: normal;
	line-height: 50px;
	vertical-align: middle;
}
@media (max-width: 991px) {
#basicSlider .MS-content .item {
	width: 25%;
}
}
@media (max-width: 767px) {
#basicSlider .MS-content .item {
	width: 35%;
}
}
@media (max-width: 500px) {
#basicSlider .MS-content .item {
	width: 50%;
}
}
#basicSlider .MS-content .item a {
	line-height: 50px;
	vertical-align: middle;
}
.main_event {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.main_event .event_one {
	float: left;
	margin-right: 30px;
	position: relative;
	width: calc(100% - 0px);
	-webkit-width: calc(100% - 0px);
	-moz-width: calc(100% - 0px);
	-ms-width: calc(100% - 0px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.main_event .event_one:nth-last-of-type(1) {
	margin-right: 0;
}
.event_one ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.event_one ul li {
	float: left;
	margin-right: 0px;
	position: relative;
	width: calc(50% - 20px);
	-webkit-width: calc(50% - 20px);
	-moz-width: calc(50% - 20px);
	-ms-width: calc(50% - 20px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.box_evnt {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	grid-auto-rows: 1fr;
	margin-bottom: 40px;
}
.box_evnt .date {
	float: left;
	margin-right: 0px;
	position: relative;
	width: calc(20% - 0px);
	-webkit-width: calc(20% - 0px);
	-moz-width: calc(20% - 0px);
	-ms-width: calc(20% - 0px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	background-color: #172949;
	height: 169px;
	max-height: 169px;
	min-height: 169px;
}
.box_evnt .date h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 34px;
	color: #fff;
	padding-bottom: 0;
	padding-top: 22px;
	margin-bottom: 0;
	text-align: center;
}
.box_evnt .date h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 28px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding-top: 0;
	margin-top: 0;
}
.box_evnt .addrs_sec {
	float: left;
	margin-right: 0px;
	position: relative;
	width: calc(80% - 0px);
	-webkit-width: calc(80% - 0px);
	-moz-width: calc(80% - 0px);
	-ms-width: calc(80% - 0px);
	overflow: hidden;
	height: 169px;
	max-height: 169px;
	min-height: 169px;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	background-color: #fff;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.box_evnt .addrs_sec .hed_txt a {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 22px;
	color: #172949;
	padding-top: 20px;
}
.box_evnt .addrs_sec .add_sec2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #2e2e2e;
	padding-top: 12px;
}
.pagination {
	display: block;
}
.pagination a {
	color: #fff;
	padding: 8px 16px;
	text-decoration: none;
	background-color: #00476a;
	border-radius: 50%;
	margin-right: 10px;
}
.pagination a.page-numbers {
    width: 45px;
    height: 45px;
    padding: 8px 0;
}
.pagination a:nth-child(1) {
	background-color: transparent;
	color: #b50505; width:auto !important;
}
.pagination a:last-child {
	background-color: transparent;
	color: #b50505;width:auto !important;
}
.pagination span.current {
	background-color: #b50505;
	color: #fff;
	padding: 8px 0;
	text-decoration: none;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 24px;
	position: initial;
	text-align:center;
	    width: 45px;
    height: 45px;
}
/*-----Event details css------*/


.main_event_details {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.main_event_details .main_event_detailsone {
	width: 65%;
	margin-right: 3%;
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}
.main_event_details .main_event_detailstwo {
	width: 30%;
	margin-right: 0%;
}
.main_event_details .main_event_detailsone .all_event_btn a {
	background-color: #0b3178;
	color: #fff;
	display: inline-block;
	padding: 15px 20px;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin-left: -15px;
}
.main_event_details .main_event_detailsone .all_event_btn a i {
	margin-right: 5px;
	font-size: 18px;
	transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}
.main_event_details .main_event_detailsone .all_event_btn a:hover i {
	transform: translateX(-10px);
}
.main_event_details .main_event_detailsone .event_detail_image {
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.main_event_details .main_event_detailsone .event_detail_image img {
	width: 100%;
}
.main_event_details .main_event_detailsone .event_top_details {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.main_event_details .main_event_detailsone .event_top_details .event_top_detailsone {
	width: 65%;
	margin-right: 3%;
}
.main_event_details .main_event_detailsone .event_top_details .event_top_detailsone h3 {
	color: #0b3178;
	font-size: 25px;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 20px;
}
.main_event_details .main_event_detailsone .event_top_details .event_top_detailsone ul li {
	font-size: 16px;
	color: #b50505;
	margin-bottom: 20px;
	position: relative;
	padding-left: 30px;
}
.main_event_details .main_event_detailsone .event_top_details .event_top_detailsone ul li i {
	position: absolute;
	top: 0px;
	left: 0;
}
.main_event_details .main_event_detailsone .event_top_details .event_top_detailstwo {
	width: 30%;
	margin-right: 0%;
}
.main_event_details .main_event_detailsone .event_top_details .event_top_detailstwo .event_tickt_info {
	background-color: #172949;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main_event_details .main_event_detailsone .event_top_details .event_top_detailstwo .event_tickt_info h6 {
	color: #fff;
	text-align: center;
	display: block;
	font-size: 25px;
	font-weight: 400;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #fff;
}
.main_event_details .main_event_detailsone .event_top_details .event_top_detailstwo .event_tickt_info {
	text-align: center;
}
.main_event_details .main_event_detailsone .event_top_details .event_top_detailstwo .event_tickt_info a {
	background: #b50505;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px 20px;
	margin: 20px auto 10px;
}
.main_event_details .main_event_detailsone .event_top_details .event_top_detailstwo .event_tickt_info a:hover {
	background: #a12121;
}
.main_event_details .main_event_detailsone .event_top_details .event_top_detailstwo .social_shere a {
	background-color: transparent;
	color: #b50505;
}
.main_event_details .main_event_detailsone .event_top_details .event_top_detailstwo .social_shere a i {
	font-size: 30px;
}
.main_event_details .main_event_detailsone .event_top_details .event_top_detailstwo .social_shere a:hover i {
	transform: translatey(-5px);
}
.main_event_details .main_event_detailsone p {
	font-size: 18px;
	font-weight: 400;
	color: #2e2e2e;
	line-height: 1.4;
}
.gallery_section {
	border-top: 1px solid #bcbcbc;
	margin-top: 30px;
}
.gallery_section h2 {
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
}
.gallery_section ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.gallery_section ul li {
	float: left;
	margin-right: 20px;
	position: relative;
	width: calc(33.33% - 20px);
	-webkit-width: calc(33.33% - 20px);
	-moz-width: calc(33.33% - 20px);
	-ms-width: calc(33.33% - 20px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
}
.gallery_section ul li .card a {
	padding: 0!important;
	background-color: transparent!important;
}
.gallery_section ul li .card {
	height: 184px;
}
.gallery_section ul li .card .card-img-top {
	height: 184px;
}
.main_event_details .main_event_detailstwo .next_event_sec {
	background-color: #fff;
	padding: 10px 15px 20px;
	margin-bottom: 40px;
}
.main_event_details .main_event_detailstwo .next_event_sec h4 {
	font-size: 20px;
	font-weight: 700;
	display: block;
	border-bottom: 1px solid #2e2e2e;
	padding-bottom: 20px;
}
.main_event_details .main_event_detailstwo .next_event_sec .next_event_devid {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: top;
	-moz-box-align: top;
	-ms-flex-align: top;
	-webkit-align-items: top;
	align-items: top;
	margin-top: 30px;
}
.main_event_details .main_event_detailstwo .next_event_sec .next_event_devid .next_event_date {
	width: 25%;
	background-color: #172949;
	text-align: center;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-right: 30px;
	height: 100px;
}
.main_event_details .main_event_detailstwo .next_event_sec .next_event_devid .next_event_date h6 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}
.main_event_details .main_event_detailstwo .next_event_sec .next_event_devid .next_event_date h5 {
	color: #fff;
}
.main_event_details .main_event_detailstwo .next_event_sec .next_event_devid .next_event_details {
	width: 60%;
}
.main_event_details .main_event_detailstwo .next_event_sec .next_event_devid .next_event_details h3 {
	color: #172949;
	font-size: 18px;
}
.next_event_sec .next_event_devid .next_event_details ul li {
	position: relative;
	color: #b50505;
	font-size: 12px;
	font-weight: 400;
	margin-top: 20px;
	padding-left: 20px;
}
.next_event_sec .next_event_devid .next_event_details ul li i {
	position: absolute;
	left: 0;
}
.main_event_details .main_event_detailstwo .map_location {
	background-color: #172949;
}
.main_event_details .main_event_detailstwo .map_location iframe {
	width: 100%;
	height: 300px;
}
.main_event_details .main_event_detailstwo .map_location p {
	color: #fff;
	font-size: 18px;
	padding: 20px;
}

.fha_hov{
	color:#CC232A;
}
.fha_hov:hover{
	color:#1B4974;
}
/*---Responsive----*/
@media only screen and (max-width: 1380px) {
.dropdown .dropdown-content {
	min-width: 167px;
}
body #cd-top-nav .dropdown-content li a {
	font-size: 13px!important;
}
body #cd-top-nav .dropdown-content li i {
	font-size: 16px!important;
}
}
@media only screen and (max-width: 1280px) {
.whit_box {
	margin-left: 0px;
}
}
@media only screen and (max-width: 1210px) {
.bg_pic {
	padding: 20px 10px 20px 10px;
}
}
@media only screen and (max-width: 1200px) {
.owl-nav .owl-prev span {
	left: 0px;
}
.owl-nav .owl-next span {
	right: 0px;
}
.owl-nav button {
	background-color: rgb(255, 255, 255, 0.5)!important;
	margin-top: -40px;
}
#mixedSlider .MS-controls .MS-left {
	left: -20px;
	top: 50%;
}
#mixedSlider .MS-controls .MS-right {
	right: -20px;
	top: 50%;
}
}
@media only screen and (max-width: 1199px) {
.page-respond-to-incidents-of-discrimination-in-schools h1.public-outer {
	margin: 30px 0 0;
}
.page-initiatives h1.public-outer, .page-kahlil-gibran-appreciation-initiative h1.public-outer, .page-sancturary-cities h1.public-outer, .page-update-muslim-ban-executive-orders h1.public-outer, .page-hate-crimesracial-profiling h1.public-outer, .page-adc-womens-empowerment-forum h1.public-outer {
	margin: 30px 0 15px !important;
}
.page-breaking-the-trump-administrations-proclamation-is-arab-and-muslim-ban-3-0 h1.public-outer, .page-breaking-a-new-arab-and-muslim-ban h1.public-outer, .page-career h1.public-outer {
	margin: 0 !important;
}
.immigra_one p {
	word-break: break-word;
}
.dropdown .dropdown-content {
	left: -30px;
}
.meet-staff .staff-outer li {
	margin-right: 20px;
	width: calc(25% - 15px);
	width: -webkit-calc(25% - 15px);
	width: -moz-calc(25% - 15px);
	width: -ms-calc(25% - 15px);
}
.meet-staff .staff-outer li:after {
	left: 15px;
	width: 100%;
}
.meet-founder.immigration_section ul li:nth-of-type(2) {
	padding: 15px;
}
.meet-founder.immigration_section ul li h3 {
	font-size: 35px;
}
.meet-founder.immigration_section ul li h6 {
	margin: 10px 0 6px;
}
.top_banner {
	height: auto;
	min-height: 200px;
	margin-top: 38px;
}
.hero_banner {
    margin-top: 35px;
}
.vote_tab_item .vote_tab_inside li:nth-child(2) {
    width: calc(100% - 50%);
    width: -webkit-calc(100% - 50%);
    width: -moz-calc(100% - 50%);
    width: -ms-calc(100% - 50%);
}
.page-legal .actabs .actabs-tabs li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    -ms-justify-content:center;
    justify-content:center;
    -ms-flex-pack:center;
}
}
@media only screen and (max-width: 1158px) {
#mixedSlider .MS-controls .MS-left {
	left: -0px;
	top: 50%;
}
#mixedSlider .MS-controls .MS-right {
	right: 0px;
	top: 50%;
}
}
@media only screen and (max-width: 1105px) {
.hiring_main .hiring-one {
	width: 25%;
	margin-right: 1%;
}
.hiring_main .hiring-three {
	width: 15%;
	margin-right: 0%;
}
}
@media only screen and (max-width: 1048px) {
.immigration_section ul li {
	width: 100%;
}
.bg_pic .list_sty {
	display: inherit;
}
.get_box .link_tab::before {
	left: 14%;
}
.get_box .tab_2::before {
	left: 14%;
}
.adc_hosts ul li iframe {
	height: 400px;
	min-height: 400px;
	max-height: 400px;
}
}
@media only screen and (max-width: 1029px) {
.blog_main .blog_one .peop_comment ul li:nth-child(2) {
	float: left;
	margin-right: 0px;
	position: relative;
	width: calc(100% - 0px);
	-webkit-width: calc(100% - 0px);
	-moz-width: calc(100% - 0px);
	-ms-width: calc(100% - 0px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	margin-bottom: 20px;
}
}
@media only screen and (max-width: 1024px) {
.item2 {
	margin-right: 20px!important;
	position: relative;
	width: calc(50% - 14px);
	-webkit-width: calc(50% - 14px);
	-moz-width: calc(50% - 14px);
	-ms-width: calc(50% - 14px);
	margin-bottom: 20px;
}
.blog_contenr .item2:nth-child(even) {
	margin-right: 0px!important;
}
.blog_contenr .item2 .blog_img img {
	width: 100%;
}

.blog_contenr {
	margin-top: 40px !important;
}
.page-press .blog_contenr, .page-action-alerts .blog_contenr{
	margin-top:0px !important;
}
}
@media only screen and (max-width: 1002px) {
h1 {
	font-size: 34px;
}
.hero_banner .bann_btn {
	font-size: 22px;
}
.donate p {
	font-size: 28px;
}
.slide ul li.authr_img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.authr_img .authr_nam {
	text-align: center;
}
.authr_img .authr_posi {
	text-align: center;
}
.slide ul li.authr_txt {
	width: 100%;
}
.slide ul li.authr_txt p {
	padding-top: 20px;
	text-align: center;
	font-size: 18px;
}
.testi_mon .slide-viewer {
	height: 250px;
}
.testi_mon {
	height: 500px;
	min-height: 500px;
	max-height: 500px;
}
.tesimoni_bg {
	padding: 20px 20px 20px 20px;
	height: 500px;
	min-height: 500px;
	max-height: 500px;
}
.whit_box {
	width: auto;
}
}
@media only screen and (max-width: 991px) {
.news_alrt ul li {
	margin-right: 15px;
	width: calc(33.33% - 10px);
	-webkit-width: calc(33.33% - 10px);
	-moz-width: calc(33.33% - 10px);
	-ms-width: calc(33.33% - 10px);
}
.immigration_section ul li {
	width: 100%;
}
.slide ul li.authr_img {
	width: 100%;
}
.slide ul li.authr_txt {
	width: 100%;
}
.notify_sec ul li {
	margin-right: 15px;
}
.need_help ul li {
	margin-right: 15px;
}
.need_help ul li {
	width: 100%;
	margin: 0 0 20px;
}
.lft_box {
	float: none;
}
.lft_box p {
	text-align: center;
}
.rit_box {
	float: none;
	padding-top: 0px;
	padding-left: 0px;
}
.rit_box p {
	text-align: center;
}
.about_adc ul li {
	margin-right: 15px;
}
.abt_iconsec ul li {
	margin-right: 15px;
}
.get_involvsec .get_link .get_box {
	margin-right: 15px;
}
.usefl_link .sec_one {
	margin-right: 0px;
	width: 100%;
}
.usefl_link .sec_tow {
	width: 100%;
	margin-top: 20px;
}
.abt_legal_sec .sec_one {
	margin-right: 15px;
}
.legal_offers .box_hover li {
	margin-right: 30px;
	width: calc(50% - 15px);
	-webkit-width: calc(50% - 15px);
	-moz-width: calc(50% - 15px);
	-ms-width: calc(50% - 15px);
}
.legal_offers .box_hover li:nth-child(2) {
	margin-right: 0;
}
.legal_offers .box_hover li:nth-child(3) {
	margin-right: 30px;
}
.legal_offers .box_hover li:nth-child(4) {
	margin-right: 0px;
}
.legal_offers .box_hover li:nth-child(6) {
	margin-right: 0px;
}
.asylum_sec ul li {
	margin-right: 0;
	width: calc(100% - 0px);
	-webkit-width: calc(100% - 0px);
	-moz-width: calc(100% - 0px);
	-ms-width: calc(100% - 0px);
}
.asylum_sec ul li:nth-child(1) {
	margin-right: 0;
	width: calc(100% - 0px);
	-webkit-width: calc(100% - 0px);
	-moz-width: calc(100% - 0px);
	-ms-width: calc(100% - 0px);
	height: 320px;
	overflow: hidden;
	margin-bottom: 30px;
}
.asylum_sec ul li:nth-child(1) img {
	width: 100%;
	margin-top: -20%;
}
.app_bg ul li {
	margin-right: 15px;
}
.app_bg ul::after {
	left: 50%;
}
.actabs-item__container .tab_liost li {
	float: left;
	margin-right: 15px;
}
.asylum_sec .hosts_list2 li:nth-child(1) {
	margin-right: 0;
	width: calc(100% - 0px);
	-webkit-width: calc(100% - 0px);
	-moz-width: calc(100% - 0px);
	-ms-width: calc(100% - 0px);
	height: auto!important;
	overflow: hidden;
	margin-bottom: 0!important;
}
.adc_alumni ul li {
	float: left;
	margin-right: 0px;
	position: relative;
	width: calc(100% - 0px);
	-webkit-width: calc(100% - 0px);
	-moz-width: calc(100% - 0px);
	-ms-width: calc(100% - 0px);
	overflow: hidden;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	background-color: #0b3178;
}
.organizing_bg ul li {
	float: left;
	margin-right: 0px;
	position: relative;
	width: calc(33.33% - 0px);
	-webkit-width: calc(33.33% - 0px);
	-moz-width: calc(33.33% - 0px);
	-ms-width: calc(33.33% - 0px);
}
.find_your_polling ul li {
	float: left;
	margin-right: 30px;
	position: relative;
	width: calc(50% - 20px);
	-webkit-width: calc(50% - 20px);
	-moz-width: calc(50% - 20px);
	-ms-width: calc(50% - 20px);
}
.find_your_polling ul li:nth-child(even) {
	margin-right: 0px!important;
}
.find_your_polling ul li:nth-child(3n+0) {
	margin-right: 30px;
}
.voting_tab {
	width: 90%;
	margin: 0 auto 50px;
}
.main_event_details .main_event_detailstwo .next_event_sec .next_event_devid .next_event_date {;
	margin-right: 15px;
}
.main_event_details .main_event_detailstwo .next_event_sec .next_event_devid .next_event_details {
	width: 68%;
}
.main_event_details .main_event_detailsone .event_detail_image {
	width: 100%;
	height: auto;
}
.page-breaking-a-new-arab-and-muslim-ban .asylum_sec ul, .page-career .asylum_sec ul {
	margin: 40px 0 0;
}
.page-english-language-learners .asylum_sec ul li img, .page-breaking-a-new-arab-and-muslim-ban .asylum_sec ul li img, .page-career .asylum_sec ul li img {
	margin: 0;
}
.meet-staff .staff-outer li {
	margin-right: 20px !important;
	width: calc(50% - 10px);
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: -ms-calc(50% - 10px);
	background-size: cover !important;
}
.meet-staff .staff-outer li:nth-of-type(2n+2) {
	margin-right: 0 !important;
}
.meet-staff .staff-outer li:after {
	background-size: cover;
}
.meet-staff .staff-outer {
	margin: 41px auto 0;
	max-width: 620px;
}
.staff-based .based-outer li {
	margin-right: 15px !important;
	width: calc(50% - 20px);
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: -ms-calc(50% - 10px);
	margin-bottom: 15px;
}
.staff-based .based-outer li:nth-of-type(2n+2) {
	margin-right: 0 !important;
}
.meet-founder.immigration_section ul li {
	width: 100% !important;
}
.subscribe_footer {
	text-align: left;
}
}
@media only screen and (max-width: 970px) {
.get_box .link_tab::before {
	left: 15%;
}
.get_box .tab_2::before {
	left: 15%;
}
}
@media only screen and (max-width: 951px) {
footer .main-footer .footer-one {
	width: 33%;
	margin-right: 1%;
}
footer .main-footer .footer-two {
	width: 25%;
	margin-right: 1%;
}
footer .main-footer .footer-three {
	width: 25%;
	margin-right: 1%;
}
footer .main-footer .footer-fourth {
	width: 40%;
	margin-right: 1%;
}
.auto_height {
	height: auto!important;
}

}
@media only screen and (max-width: 939px) {
.organizing_bg ul li .btn {
	padding: 20px 40px;
	border-radius: 10px;
}
.event_one ul li {
	float: left;
	margin-right: 0px;
	position: relative;
	width: calc(100% - 0px);
	-webkit-width: calc(100% - 0px);
	-moz-width: calc(100% - 0px);
	-ms-width: calc(100% - 0px);
}
}
@media only screen and (max-width: 916px) {
.button {
	display: inline-block;
	padding: 0.5em 1.0em;
	font-size: 25px;
}
.actabs-tabs .actabs-tab {
	font-size: 24px;
	padding-left: 5px;
	padding-right: 5px;
}
.report_adc {
	font-size: 35px;
}
.report_adc a {
	font-size: 32px;
}
.myths_truths_section p {
	font-size:18px!important;
	padding-bottom: 30px!important;
}
}
@media only screen and (max-width: 910px) {
.app_bg ul::after {
	left: 48%;
	transform: translateX(-48%);
	-webkit-transform: translateX(-48%);
	-moz-transform: translateX(-48%);
	-ms-transform: translateX(-48%);
}
.abt_tps p {
	font-size: 18px;
}
}
@media only screen and (max-width: 900px) {
.get_involvsec .get_link .get_box {
	width: 100%;
	margin: 0 0 20px;
}
.get_box .link_tab::before {
	left: 5%;
}
.get_box .tab_2::before {
	left: 5%;
	height: 50%;
}
.middle_imag img {
	display: block;
	margin: 0 auto;
	margin-top: -80px!important;
	margin-bottom: 30px;
}
}
@media only screen and (max-width: 979px) {
.organizing_bg ul li .btn {
	padding: 20px 20px;
	border-radius: 10px;
}
.hiring_main .hiring-one {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 30px;
	width: -webkit-calc(100% - 120px);
	width: -moz-calc(100% - 120px);
	width: calc(100% - 120px);
}
.hiring_main .hiring-two {
	width: 100%;
	margin-right: 0%;
	display:none;
}
.hiring_main .hiring-two p {
	text-align: left;
	font-weight: 300;
	font-size: 18px;
}
.hiring_main .hiring-three {
	width: auto;
	margin-right: 0%;
}
}


@media only screen and (max-width: 865px) {
.abt_scholarship ul li {
	font-size: 24px;
}
.abt_scholarship ul li strong {
	font-size: 26px;
}
.app_bg h2 {
	font-size: 34px;
}
}
@media only screen and (max-width: 850px) {
.app_bg ul::after {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.app_bg ul li h3 {
	font-size: 30px;
}
.app_bg ul li p {
	color: #fff;
	font-size:18px
}
.register_to_vote_now ul li {
	float: left;
	margin-right: 0px;
	position: relative;
	width: calc(100% - 0px);
	-webkit-width: calc(100% - 0px);
	-moz-width: calc(100% - 0px);
	-ms-width: calc(100% - 0px);
}
.register_to_vote_now ul li img {
	width: 100%;
}
.register_to_vote_now ul li p {
     padding: 0; 
}
.register_to_vote_now ul li h3 {
	color: #0a3177;
	font-size: 30px;
	padding-bottom: 20px;
	padding-top: 30px;
}
}
@media only screen and (max-width: 844px) {
.main_event_details .main_event_detailsone {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 40px;
}
.main_event_details .main_event_detailstwo {
	width: 100%;
	margin-right: 0%;
}
}
@media only screen and (max-width: 820px) {
.get_box .link_tab::before {
	left: 6%;
}
.get_box .tab_2::before {
	left: 6%;
}
}
@media only screen and (max-width: 820px) {
.incident_report_main .incident_report_main_box {
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
	width: calc(100% - 0px);
	-webkit-width: calc(100% - 0px);
	-moz-width: calc(100% - 0px);
	-ms-width: calc(100% - 0px);
}
.incident_report h3 {
	text-align: center;
	padding-top: 30px;
}
}
@media only screen and (max-width: 771px) {
.immigra_one img {
	width: auto;
	height: auto;
	float: none;
	margin-right: 0px;
	display: block;
	margin: 0 auto 30px;
}
.immigra_section p {
	font-size: 18px;
}
.immigra_section p a {
	font-size: 18px;
}
.immigra_section ul li {
	font-size: 18px;
}
.immigra_section ul li::before {
	width: 10px;
	height: 10px;
	top: 5px;
}
.immigra_one p {
	font-size: 18px;
}
.usefl_link .sec_one h3 {
	font-size: 25px;
}
.usefl_link .sec_tow a, .useful_list li {
	font-size: 18px;
}
.immigra_one a {
	font-size: 20px;
}
.immigra_one p a {
	font-size: 18px;
}
.actabs-active .actabs-item__container p {
	font-size: 18px
}
.actabs-active .actabs-item__container p a {
	font-size: 18px;
}
.asylum_sec ul li p {
	font-size: 18px;
}
.asylum_sec ul li p span {
	font-size: 18px;
}
.bold {
	font-size: 19px;
	position: relative;
	top: 0px;
	font-weight: 700;
}
.asylum_sec .hosts_list2 li {
	width: 100%;
	color: #2e2e2e;
	font-size: 18px;
}
}
@media only screen and (max-width: 767px) {
	.testi_mon .slide-viewer {
	height: 280px;
}
#cd-menu-trigger {
	right: 15px!important;
}
header .posit_rel #cd-menu-trigger span {
	left: auto;
	right: 0;
}
header.sticky #cd-menu-trigger {
	top: 0;
	right: 30px!important;
}
footer .main-footer .footer-one {
	width: 100%;
	margin-right: 1%;
	margin-bottom: 30px;
}
footer .main-footer .footer-two {
	width: 30%;
	margin-right: 1%;
	margin-bottom: 30px;
}
footer .main-footer .footer-three {
	width: 49%;
	margin-right: 1%;
}
footer .main-footer .footer-fourth {
	width: 40%;
	margin-right: 1%;
}
.news_alrt ul li {
	margin: 0 0 20px;
	width: 100%;
}
.news_alrt ul li img {
	width: 100%;
}
.notify_sec ul li {
	width: 100%;
	margin: 0 0 20px;
}
.about_adc ul li {
	width: 100%;
	margin: 0 0 20px;
}
.abt_iconsec ul li {
	width: 100%;
	margin: 0 0 20px;
}
.abt_legal_sec .sec_one {
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin: 0 0 20px;
}
.abt_legal_sec .sec_one img {
	width: 100%;
	margin-top: -20%;
	height: auto;
}
.abt_legal_sec .sec_tow {
	width: 100%;
	margin: 0 0 20px;
}
.app_bg ul li {
	margin-bottom: 30px;
	margin-right: 0;
	width: calc(1000% - 20px);
	-webkit-width: calc(100% - 20px);
	-moz-width: calc(100% - 20px);
	-ms-width: calc(100% - 20px);
}
.app_bg ul li:nth-child(2) {
	margin-top: 30px;
	margin-bottom: 0;
}
.app_bg {
	height: auto;
}
.app_bg ul::after {
	content: '';
	position: absolute;
	border-top: 2px solid #fff;
	border-right: none;
	height: 100%;
	width: 80%;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.text_link a {
	font-size: 20px;
}
.actabs-item__container .tab_liost li {
	float: left;
	margin-right: 0px;
	position: relative;
	width: calc(100% - 20px);
	-webkit-width: calc(100% - 20px);
	-moz-width: calc(100% - 20px);
	-ms-width: calc(100% - 20px);
}
.item2 {
	margin-right: 0px!important;
	position: relative;
	width: calc(100% - 0px);
	-webkit-width: calc(100% - 0px);
	-moz-width: calc(100% - 0px);
	-ms-width: calc(100% - 0px);
	margin-bottom: 20px;
}
.blog_contenr .item2 .blog_detil p {
	height: auto;
	min-height:0px;
}
.blog_contenr .item2 .blog_detil h4 {
	height: auto;
}
.blog_contenr .item2 .blog_img {
	position: relative;
	height:220px;
	overflow: hidden;
}
.blog_contenr .item2:nth-child(even) {
	margin-right: 0px!important;
}
.blog_main .blog_one {
	margin-right: 0%;
	width: 100%;
	margin-bottom: 50px;
	border-bottom: 1px solid #cb2027;
}
.blog_main .blog_two {
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
}
.blog_two .latest_post ul .latest_post_one .lts_post_img {
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.blog_two .latest_post ul .latest_post_one .numbr_of_comment {
	font-size: 18px;
}
.blog_two .latest_post ul .latest_post_one .lts_post_hed h6 {
	font-size: 22px;
}
.card-img-top {
	height: auto;
}
.card {
	height: auto;
	width: 100%;
}
.reply_sec .reply_form li:nth-child(5) {
	width: calc(40% - 10px);
	-webkit-width: calc(40% - 10px);
	-moz-width: calc(40% - 10px);
	-ms-width: calc(40% - 10px);
}
.abt_dr_jack_sec ul li:nth-child(1) {
	padding-bottom: 5px;
	margin-right: 0px;
	float: left;
	position: relative;
	width: calc(100% - 10px);
	-webkit-width: calc(100% - 0px);
	-moz-width: calc(100% - 0px);
	-ms-width: calc(100% - 0px);
}
.abt_dr_jack_sec ul li:nth-child(2) {
	padding-bottom: 5px;
	margin-right: 0px;
	margin-top: 30px;
	float: left;
	position: relative;
	width: calc(100% - 0px);
	-webkit-width: calc(100% - 0px);
	-moz-width: calc(100% - 0px);
	-ms-width: calc(100% - 0px);
}
.app_bg h2 {
	font-size: 35px;
	padding-top: 30px;
}
.organizing_section ul li {
	float: left;
	margin-right: 0px;
	position: relative;
	width: calc(100% - 0px);
	-webkit-width: calc(100% - 0px);
	-moz-width: calc(100% - 0px);
	-ms-width: calc(100% - 0px);
}
.organizing_section ul li img {
	width: 100%;
	margin-bottom: 30px;
}
.organizing_bg ul::after {
	content: '';
	position: absolute;
	border-right: none;
	border-top: none;
	height: auto;
	left: 51%;
	margin: 0 auto;
	text-align: center;
	transform: translateX(-50%);
}
.organizing_bg ul li:nth-child(1) {
	margin-bottom: 30px;
}
.organizing_bg ul li:nth-child(2) {
	margin-top: 0px;
}
.organizing_bg ul li:nth-child(3) {
	margin-top: 30px;
}
.organizing_bg ul li .btn {
	padding: 20px 40px;
	border-radius: 10px;
}
.tab_hed_text {
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
}
.vote_tab_item h2 {
	font-size: 26px;
	padding-bottom: 10px;
}
.vote_tab_item h4 {
	font-size: 24px;
	padding-top: 20px;
}
.vote_tab_item p a {
	font-weight: 400;
	font-size: 20px!important;
}
.vote_tab_item h2 {
	font-size: 22px;
}
.vote_tab_item .vote_tab_list_two li {
	font-size: 18px;
}
.vote_tab_item h4 {
	font-size: 22px;
}
.myths_truths_section span {
	font-size: 22px;
	top: 0;
}
.myths_truths_section p {
	font-size:18px!important;
	padding-bottom: 30px!important;
}
.event_search ul li:nth-child(1) {
	width: 100%;
	margin-right: 0;
}
.event_search ul li {
	float: left;
	margin-right: 20px;
	position: relative;
	width: calc(50% - 10px);
	-webkit-width: calc(50% - 10px);
	-moz-width: calc(50% - 10px);
	-ms-width: calc(50% - 10px);
	margin-top: 20px;
	margin-bottom: 20px;
}
.event_search ul li:nth-child(3) {
	float: left;
	margin-right: 0px;
}
.event_search ul li:nth-child(4) {
	float: left;
	margin-right: 0px;
	position: relative;
	width: calc(100% - 0px);
	-webkit-width: calc(100% - 0px);
	-moz-width: calc(100% - 0px);
	-ms-width: calc(100% - 0px);
}
#mixedSlider .MS-content .item .imgTitle {
	position: relative;
	height: 280px;
	overflow: hidden;
}
#mixedSlider .MS-content .item .imgTitle img {
	margin-top: -50px;
}
.event_search {
	background-color: #cb2027;
	margin-top: 0px;
}
.app_bg ul.award-address::after {
	display: none;
}
.app_bg ul.award-address li {
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}
.app_bg ul.award-address li:first-of-type {
	border-bottom: 2px solid #fff;
	padding-bottom: 15px;
}
.page-educational-resources .immigra_section h2 {
	margin-top: 0px;
	padding-top: 0;
}
.page-breaking-a-new-arab-and-muslim-ban .asylum_sec ul, .page-career .asylum_sec ul {
	margin: 90px 0 0;
}
.page-initiatives h1.public-outer, .page-kahlil-gibran-appreciation-initiative h1.public-outer, .page-sancturary-cities h1.public-outer, .page-update-muslim-ban-executive-orders h1.public-outer, .page-hate-crimesracial-profiling h1.public-outer, .page-adc-womens-empowerment-forum h1.public-outer {
	margin: 70px 0 15px !important;
}
.blog_contenr {
	margin-top: 80px !important;
}
.staff-based .based-outer li {
	margin-right: 0 !important;
	width: 100%;
	margin-bottom: 15px;
	float: none;
	min-height: 0px;
}
.adc_is_hiring.hiring_team .hiring_main .hiring-two {
	width: 70%;
}
.adc_is_hiring.hiring_team .hiring_main .hiring-three {
	width: auto;
}
.about_adc form .adc-feedback-form p span input:not([type="radio"]), .about_adc form .adc-feedback-form p span textarea {
	height: 50px;
	border-radius: 6px;
	font-size: 20px;
	padding: 8px 15px;
}
.about_adc form .adc-feedback-form p span textarea {
	height: 130px;
}
.about_adc form .adc-feedback-form p input[type="submit"] {
	border-radius: 6px;
	font-size: 22px;
	padding: 8px 15px;
	margin: 15px auto 0;
	max-width: 150px;
}
.top_banner {
	margin-top: 70px;
	min-height: 150px;
}
.hero_banner {
    margin-top: 70px;
}
.vote_tab_item .vote_tab_inside li {
    margin-left: 0 !important;
	margin-right: 0 !important;
    width: 100% !important;
	text-align:center !important;
}
.actabs-active .actabs-item__container p{
	word-break:break-word;
}
.personal_info_form li {
    font-size: 20px;
    margin-right: 0px;
    position: relative;
    width: calc(100% - 0px);
    -webkit-width: calc(100% - 0px);
    -moz-width: calc(100% - 0px);
    -ms-width: calc(100% - 0px);}
.radio_form{
	    margin-top: 0px;
}
.g-recaptcha {
    margin-top: 0;
}
.personal_info_form li input{
	    height: 50px;
	        font-size: 18px;
}
.personal_info_form li textarea{
	    height: 90px;
	        font-size: 18px;
}
.personal_info_form li label {
    margin-bottom: 5px;
    font-size: 20px;
}
.incident_report h3 {
    text-align: center;
    padding-top: 0px;
}
.incident_report h3 {
    text-align: center;
    padding-top: 10px;
}



}
@media only screen and (max-width: 741px) {
.d_nnmob {
	display: none!important;
}
}



@media only screen and (max-width: 738px) {
.asylum_sec ul li:nth-child(1) {
	height: 220px;
}
.find_your_polling ul li {
	float: left;
	margin-right: 0px;
	position: relative;
	width: calc(100% - 0px);
	-webkit-width: calc(100% - 0px);
	-moz-width: calc(100% - 0px);
	-ms-width: calc(100% - 0px);
}
.find_your_polling ul li:nth-child(3n+0) {
	margin-right: 0px;
}
.vote_tab_item .vote_tab_inside li {
	margin-right: 0px;
	position: relative;
	width: calc(100% - 0px);
	-webkit-width: calc(100% - 0px);
	-moz-width: calc(100% - 0px);
	-ms-width: calc(100% - 0px);
}
.vote_tab_item .vote_tab_inside li img {
	width: 40%;
	display: block;
	margin: 0 auto;
}
.vote_tab_item .btn img {
	width: auto!important;
	display: inline-block!important;
	margin: 0!important;
}
}
@media only screen and (max-width: 669px) {
	
footer .main-footer .footer-fourth {
	width: 70%;
	margin-right: 1%;
}
.get_box .link_tab::before {
	left: 7%;
}
.get_box .tab_2::before {
	left: 7%;
}
.legal_offers .box_hover li {
	margin-right: 0px;
	margin-bottom: 30px;
	width: 100%
}
.legal_offers .box_hover li:nth-child(2) {
	margin-right: 0;
}
.legal_offers .box_hover li:nth-child(3) {
	margin-right: 0px;
}
.legal_offers .box_hover li:nth-child(4) {
	margin-right: 0px;
}
.legal_offers .box_hover li:nth-child(6) {
	margin-right: 0px;
}
.voting_tab {
	width: 100%;
	margin: 0 auto 50px;
}

.single-post #comments p:nth-child(4){
	width: calc(100% - 0px);
    -webkit-width: calc(100% - 0px);
    -moz-width: calc(100% - 0px);
    -ms-width: calc(100% - 0px);
	    margin-right: 0px;
		padding-bottom: 0;
}
.single-post #comments p:nth-child(3) {
    margin-right: 0px;
	padding-bottom: 0;
    width: calc(100% - 0px);
    -webkit-width: calc(100% - 0px);
    -moz-width: calc(100% - 0px);
-ms-width: calc(100% - 0px);}

.single-post #comments p:nth-child(5) {
	padding-bottom: 0;
    width: calc(100% - 1px);
    -webkit-width: calc(100% - 0px);
    -moz-width: calc(100% - 0px);
-ms-width: calc(100% - 0px);}
.single-post textarea#comment {
    width: 100%;
height: 150px;}

}
@media (max-width: 660px) {
.hero_banner {
	background-position: 0% -600%;
}
}
@media only screen and (max-width: 630px) {
.adc_legal h3 {
	font-size: 20px;
}
.adc_legal p {
	font-size: 18px;
	padding-top: 20px;
}
.adc_legal a {
	font-size: 18px;
}
.appli_sec h6 {
	font-size: 20px;
}
.appli_sec p {
	font-size: 18px;
}
.app_bg ul::after {
	top: 55%;
}
.mail_com p {
	color: #2e2e2e;
	font-size:18px;
}
.mail_com p span {
	color: #cb2027;
	font-size: 20px;
}
.tabs_wrapper .tab_content p {
	font-weight: 400;
	font-size: 18px;
}
.tabs_wrapper .tab_drawer_heading {
	font-size: 22px;
}
.app_bg ul li p {
	color: #fff;
	font-size:18px;
}
.blog_main .blog_one .dlog_titl h3 {
	font-size: 30px;
}
.blog_main .blog_one .comment_sec li {
	font-size: 18px;
}
.blog_main .blog_one p {
	font-size:18px;
}
.blog_main .blog_one .peop_comment h3 {
	font-size: 30px;
}
.reply_sec .reply_form li input[type="submit"] {
	font-size: 20px;
}

span.wpcf7-list-item {
    width: calc(50% - 20px);}


}
@media only screen and (max-width: 607px) {
.actabs-tabs .actabs-tab {
	font-size: 22px;
}
.grid-sizer, .item2 {
	width: calc(100% - 0px)!important;
	-webkit-width: calc(100% - 0px)!important;
	-moz-width: calc(100% - 0px)!important;
	-ms-width: calc(100% - 0px)!important;
}
.blog_contenr .item2 .blog_img .blog_socal {
	position: absolute;
	bottom: 8px;
	
}
}
@media only screen and (max-width: 599px) {
.actabs-content .actabs-item .actabs-item__label:nth-child(1) {
	display: block;
	background-color: #172949;
	color: #fff;
	padding-bottom: 20px;
}
.actabs-content .actabs-item .actabs-item__container .actabs-item__label:nth-child(1) {
	display: block!important;
	padding: 0;
	background-color: transparent;
	color: #172949;
	padding-bottom: 20px;
}
.actabs-content .actabs-item .actabs-item__container .actabs-item__label:nth-child(odd) {
	display: block!important;
	padding: 0;
	background-color: transparent;
	color: #172949;
	padding-bottom: 20px;
}
.actabs-content .actabs-item .actabs-item__container .actabs-item__label:nth-child(even) {
	display: block!important;
	padding: 0;
	background-color: transparent;
	color: #172949;
	padding-bottom: 20px;
}
.reply_sec .reply_form li:nth-child(2) {
	margin-right: 0px;
	margin-bottom: 10px;
	position: relative;
	width: calc(100% - 0px);
	-webkit-width: calc(100% - 0px);
	-moz-width: calc(100% - 0px);
	-ms-width: calc(100% - 0px);
}
.reply_sec .reply_form li:nth-child(3) {
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
	position: relative;
	width: calc(100% - 0px);
	-webkit-width: calc(100% - 0px);
	-moz-width: calc(100% - 0px);
	-ms-width: calc(100% - 0px);
}
.reply_sec .reply_form li:nth-child(4) {
	float: left;
	margin-right: 0px;
	margin-bottom: 20px;
	position: relative;
	width: calc(100% - 0px);
	-webkit-width: calc(100% - 0px);
	-moz-width: calc(100% - 0px);
	-ms-width: calc(100% - 0px);
}
.reply_sec .reply_form li input[type="submit"] {
	font-size: 18px;
}
.adc_alumni ul li:nth-child(2) {
	padding-left: 20px;
	padding-right: 20px;
}
.map_section h2 {
	text-align: center;
	font-size: 25px;
	padding: 30px 0;
}
.map_section p {
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
}
.vote_tab_container .actabs-item .actabs-item__label {
	height: 150px;
	background-repeat: no-repeat!important;
	background-position: top center!important;
	background-size: cover!important;
	margin-bottom: 40px;
}
.vote_tab_item {
	position: relative;
	border: none!important;
	padding: 0rem 0 0 0!important;
	border-radius: 0px;
}
.vote_tab_item .actabs-item__container {
	padding: 0em;
}
.pdf_downloed_tab li:nth-child(1) {
	text-align: center!important;
}
.pdf_downloed_tab li:nth-child(2) {
	text-align: center!important;
}
.gallery_section ul li {
	float: left;
	margin-bottom: 30px;
	margin-right: 20px;
	position: relative;
	width: calc(50% - 20px);
	-webkit-width: calc(50% - 20px);
	-moz-width: calc(50% - 20px);
	-ms-width: calc(50% - 20px);
}
.main_event_details .main_event_detailsone .event_top_details .event_top_detailsone {
	width: 100%;
	margin-right: 0;
}
.main_event_details .main_event_detailsone .event_top_details .event_top_detailstwo {
	width: 50%;
	margin-right: 0%;
}
.coalition_logos .actabs-tabs .actabs-tab.actabs-active::after {
	border-color: #ecf2ff transparent;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.page-coalition-memberships .top_banner h1 {
	font-size: 26px;
}
.coalition_logos .actabs-tabs li {
	margin: 0;
}
.coalition_logos .actabs-active .actabs-item__container {
	padding-left: 0;
	padding-right: 0;
}
}
@media only screen and (max-width: 590px) {
.get_box .link_tab::before {
	left: 8%;
}
.get_box .tab_2::before {
	left: 8%;
}
}
@media only screen and (max-width: 560px) {
h1 {
	margin-top: 60px;
}
.top_banner h1 {
	margin-top: 0;
}
.get_box .link_tab::before {
	left: 9%;
}
.get_box .tab_2::before {
	left: 9%;
}
}
@media only screen and (max-width: 540px) {
h2 {
	font-size: 30px;
}
h1 {
	font-size: 28px;
}
.hero_banner .bann_btn {
	font-size: 15px;
}
.immigra_one h3 {
	font-size: 24px;
}
.usefl_link .sec_one h3 {
	font-size: 22px;
}
	.usefl_link .sec_tow p a{
		font-size: 16px;
	}
.usefl_link .sec_tow a, .useful_list li {
	font-size: 16px;
}
.button {
	font-size: 20px;
}
.sec_tow h3 {
	font-size: 25px;
}
.txt_bolld {
	font-size: 20px;
}
.actabs-item__container .tab_liost li {
	font-size: 17px;
}
.actabs-active .actabs-item__container p a {
	font-size: 16px;
}
.abt_scholarship ul li {
	font-size: 20px;
}
.abt_scholarship ul li strong {
	font-size: 20px;
}
.application_instruction_sec h4 {
	font-size: 20px;
}
.application_instruction_sec ul li {
	font-size: 20px;
}
.application_instruction_sec p {
	font-size:18px;
}
.app_bg h2 {
	font-size: 30px;
	padding-top: 30px;
}
.abt_dr_jack_sec ul li p {
	font-size:18px;
}
.abt_dr_jack_sec ul li h3 {
	text-align: center;
	padding-bottom: 20px;
	font-size: 22px;
}
}

@media only screen and (max-width: 524px) {
.bg_pic {
	height: auto;
	min-height: 100%;
	max-height: 100%;
}
.asylum_sec ul li:nth-child(1) {
	height: auto;
}
.reply_sec .reply_form li:nth-child(5) {
	width: calc(50% - 10px);
	-webkit-width: calc(50% - 10px);
	-moz-width: calc(50% - 10px);
	-ms-width: calc(50% - 10px);
}
}
@media only screen and (max-width: 479px) {
.img-responsive {
	width: 100%;
}
.blog_two .latest_post ul .latest_post_one .lts_post_img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.meet-staff .staff-outer li {
	margin-right: 0px !important;
	width: 100%;
}
.meet-staff .staff-outer {
	max-width: 300px;
}
.adc_is_hiring.hiring_team .hiring_main .hiring-two {
	width: 100%; display:none;
}
.adc_is_hiring.hiring_team .hiring_main .hiring-three {
	width:auto;
}
.about_adc form .adc-feedback-form {
	padding: 20px 0 28px;
}
.about_adc form .adc-feedback-form h2 {
	margin: 0 0 20px;
	font-size: 25px;
}
.about_adc form .adc-feedback-form p span input:not([type="radio"]), .about_adc form .adc-feedback-form p span textarea {
	font-size: 17px;
}
.about_adc form .adc-feedback-form p { 
	font-size: 18px;
}
.hero_banner {
    margin-top: 85px;
}
.hiring_main .hiring-one h4{ font-size:21px;}
}
@media only screen and (max-width: 470px) {
.get_box .link_tab::before {
	left: 11%;
}
.get_box .tab_2::before {
	left: 11%;
}
.adc_legal h3 {
	font-size: 18px;
}
.adc_legal p {
	font-size: 16px;
	padding-top: 20px;
}
.adc_legal a {
	font-size: 16px;
}
.immigra_one a {
	font-size: 18px;
}
#mixedSlider .MS-content .item .imgTitle {
	position: relative;
	height: auto;
	overflow: hidden;
}
}
@media only screen and (max-width: 453px) {
.event_search ul li {
	float: left;
	margin-right: 0px;
	position: relative;
	width: calc(100% - 0px);
	-webkit-width: calc(100% - 0px);
	-moz-width: calc(100% - 0px);
	-ms-width: calc(100% - 0px);
	margin-top: 20px;
	margin-bottom: 0px;
}
.box_evnt .addrs_sec {
	height: 189px;
	max-height: 189px;
	min-height: 189px;
}
.box_evnt .date {
	height: 189px;
	max-height: 189px;
	min-height: 189px;
}
.pagination a {
	color: #fff;
	padding: 2px 10px;
	text-decoration: none;
	background-color: #00476a;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 22px;
}
.pagination span.current {
    padding: 2px 10px;
    font-size: 22px;
}
.event_search .findSubmitRow .submit-button {
	margin: 44px auto 0;
}
.pagination a.page-numbers, .pagination .page-numbers.current {
    width: 35px;
    height: 35px;
    padding: 6px 0;
    font-size: 19px;
}

}
@media only screen and (max-width: 432px) {

.radio_form {
	padding-left: 0px;
}
.check_form {
	padding-left: 0px;
}
.register_to_vote_now ul li p a {
	font-weight: 700;
	font-size: 22px;
	color: #cb2027;
	padding: 0px 0;
}
.register_to_vote_now ul li p {
	padding: 0 0;
}
}
@media only screen and (max-width: 419px) {
footer .main-footer .footer-three {
	width: 100%;
	margin-right: 1%;
	margin-top: -29px;
	margin-bottom: 30px;
}
}
@media only screen and (max-width: 414px) {
h2 {
	font-size: 28px;
}
h1 {
	font-size:28px;
}
h3 {
	font-size: 20px;
}
footer .main-footer .footer-fourth {
	width: 100%;
}
.report_adc {
	font-size: 25px;
}
.report_adc a {
	font-size: 25px;
}
.font_siz {
	font-size: 20px!important;
	padding-bottom: 20px!important;
}
.actabs-content .actabs-item .actabs-item__label:nth-child(1) {
	font-size: 20px;
}
.abt_tps p {
	font-size: 18px;
	text-align: justify;
}
.blog_two .latest_post ul .latest_post_one .lts_post_hed h6 {
	font-size: 18px;
}
.blog_two .latest_post ul .latest_post_one .numbr_of_comment {
	font-size: 14px;
}
.blog_main .blog_two h3 {
	font-size: 25px;
}
.blog_two .attachment_sec ul li {
	margin-right: 0px;
	position: relative;
	width: calc(100% - 0px);
	-webkit-width: calc(100% - 0px);
	-moz-width: calc(100% - 0px);
	-ms-width: calc(100% - 0px);
}
.reply_sec .reply_form li:nth-child(5) {
	width: calc(70% - 10px);
	-webkit-width: calc(70% - 10px);
	-moz-width: calc(70% - 10px);
	-ms-width: calc(70% - 10px);
}
.blog_main .blog_one p {
	font-size: 18px;
}
.blog_main .blog_one .dlog_titl h3 {
	font-size: 25px;
}
.blog_main .blog_one .comment_sec li {
	font-size: 16px;
}
.blog_main .blog_one .comment_sec li i {
	color: #cd2a31;
	font-size: 14px;
}
.repot_adc_text p {
	font-size: 18px;
}
.discriminated_sec p {
	font-size: 18px;
}
.personal_info_form li input {
	height: 50px;
	font-size: 18px;
}
.personal_info_form li textarea {
	font-size: 18px;
	height: 120px;
}
.personal_info_form li {
	margin: 20px 0 0 0;
	font-size: 20px;
}
.tabs_wrapper .tab_drawer_heading {
	text-align: left!important;
	padding: 10px 30px 10px 10px;
}
.tabs_wrapper .tab_content h4 {
	font-size: 20px;
}
.tabs_wrapper .tab_content ul li a {
	font-size: 18px;
}
.tabs_wrapper .tab_content p a {
	font-weight: 600;
}
.app_bg h2 {
	font-size: 24px;
	padding-top: 30px;
}
.register_to_vote_now ul li h3 {
	font-size: 25px;
}
.register_to_vote_now ul li p a {
	font-weight: 700;
	font-size: 18px;
	color: #cb2027;
	padding: 0px 0;
}
.gallery_section ul li {
	float: left;
	margin-bottom: 30px;
	margin-right: 0px;
	position: relative;
	width: calc(100% - 0px);
	-webkit-width: calc(100% - 0px);
	-moz-width: calc(100% - 0px);
	-ms-width: calc(100% - 0px);
}
.main_event_details .main_event_detailsone p {
	font-size: 17px;
}
.pagination a.page-numbers, .pagination .page-numbers.current {
    width: 35px;
    height: 35px;
    padding: 6px 0;
    font-size: 19px;
}
span.wpcf7-list-item {
    width: calc(100% - 0px);}

.personal_info_form li label {
    margin-bottom: 5px;
    font-size: 18px;
}
.personal_info_form li{
  
    font-size: 18px;
}
.radio_blocktwo{
    margin: 20px 0 0px;
}
.radio_blocktwo span.wpcf7-list-item{

    width: calc(50% - 0px)!important;
}
.top_right .bttn {
	    padding: 5px 12px;
}

.top_right ul li a{
	font-size: 14px;
}


}
@media only screen and (max-width: 380px) {
.get_box .link_tab::before {
	left: 13%;
}
.get_box .tab_2::before {
	left: 13%;
}
.tabs_wrapper .tab_drawer_heading {
	font-size: 20px;
}
.btn {
	font-size: 20px;
}
.find_your_polling ul li .main_vote_box .vote_box_two p a {
	font-size: 14px;
	font-weight: 700;
	color: #cb2027;
}
.box_evnt .date h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 25px;
	padding-top: 80%;
}
.box_evnt .date h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 22px;
}
.box_evnt .addrs_sec {
	height: 200px;
	max-height: 200px;
	min-height: 200px;
}
.box_evnt .date {
	height: 200px;
	max-height: 200px;
	min-height: 200px;
}
.box_evnt .addrs_sec .hed_txt a {
	font-size: 18px;
}
.box_evnt .addrs_sec .add_sec2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
}
.main_event_details .main_event_detailsone .event_top_details .event_top_detailstwo {
	width: 80%;
}
.pagination a.page-numbers, .pagination .page-numbers.current {
    width: 35px;
    height: 35px;
    padding: 6px 0;
    font-size: 19px;
}
}

@media only screen and (max-width: 367px) {
.top_right ul li a {

    margin-left: 5px;}
    .top_right ul li {

    margin-left: 5px;}
}