/*
 Theme Name: BBC 
 Author: prod@socialq.us
 Version: 1.0
 */
 
@font-face {
	font-family: 'MarkSimonsonProximaNovaAltRegular';
	src: url('fonts/MarkSimonsonProximaNovaAltRegular.eot');
	src: url('fonts/MarkSimonsonProximaNovaAltRegular.eot') format('embedded-opentype'),  url('fonts/MarkSimonsonProximaNovaAltRegular.woff2') format('woff2'),  url('fonts/MarkSimonsonProximaNovaAltRegular.woff') format('woff'),  url('fonts/MarkSimonsonProximaNovaAltRegular.ttf') format('truetype'),  url('fonts/MarkSimonsonProximaNovaAltRegular.svg#MarkSimonsonProximaNovaAltRegular') format('svg');
}
@font-face {
	font-family: 'proximanovaregular';
	src: url('fonts/proximanovaregular.eot');
	src: url('fonts/proximanovaregular.eot') format('embedded-opentype'),  url('fonts/proximanovaregular.woff2') format('woff2'),  url('fonts/proximanovaregular.woff') format('woff'),  url('fonts/proximanovaregular.ttf') format('truetype'),  url('fonts/proximanovaregular.svg#proximanovaregular') format('svg');
}

@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";

/*Flex Box*/
/*=============================*/
.flex-container {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-center {
	-webkit-justify-content: center;
	justify-content: center;
}
.flex-middle {
	-webkit-align-items: center;
	align-items: center;
}
.flex-space {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
/*Box Sizing Fix*/
/*=============================*/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
/*Quick Form*/
/*=============================*/
.quickform #uEmail, .quickform #uName, .quickform #uPhone, .quickform #uZip, .quickform #uProc, .quickform #uMsg {
	display: none;
}
.quickform.expanded #uEmail, .quickform.expanded #uPhone, .quickform.expanded #uZip, .quickform.expanded #uProc, .quickform.expanded #uMsg {
	display: block;
}
/*Global Image sizing*/
/*=============================*/
img {
	max-width: 100%;
}
.no-padding {
	padding: 0px;
}
/*Utility Classes*/
/*=============================*/
.admin-bar .fixed {
	top: 32px;
}
.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #eee3eb;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
/*Buttons*/
/*=============================*/

/*Main Navigation*/
/*=============================*/
.navbar {
	min-height: auto;
}
.nav>li>a:hover, .nav>li>a:focus {
	border: none;
	background: none;
}
/*Mobile Navigation*/
/*=============================*/

.dl-menuwrapper li a {
	color: #d5d5d5;
	border-bottom: 1px solid rgba(0,0,0, 0.15);
}
.dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul {
	background: #29292c;
}
.dl-menuwrapper li.main-page a {
	background: #4b4b50;
}
.no-touch .dl-menuwrapper li a:hover {
	background: #4b4b50;
}
/*Testimonial Navigation*/
/*=============================*/
.next:after, .prev:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.next:after {
	background: url('images/right.png') center no-repeat;
	width: 43px;
	height: 75px;
	right: -45px;
}
.prev:after {
	background: url('images/left.png') center no-repeat;
	width: 35px;
	height: 75px;
	left: -45px;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

body, textarea {
	line-height: 1.6em;
	font-family: 'proximanovaregular' !important;
	font-size: 22px;
	color: #432b01;
}
/* textarea {
} */
a {
	text-decoration: underline;
	color: #2D4C8F;
}
a:hover {
	text-decoration: none;
	color: #020000;
}
.clear {
	clear: both;
}
.ui-tabs-hide {
	display: none;
}
br.clear {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	color: #030000;
	padding-bottom: 5px;
	line-height: 1em;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 10px;
}
h2 {
	font-size: 20px;
	margin-bottom: 8px;
	font-weight: bold;
	margin-top: 0;
	line-height: 1.2em;
}
.yellowstar {
	color: #f4ec12;
	font-size: 30px;
	margin-bottom: 8px;
	font-weight: bold;
	text-shadow: 2px 2px #444;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: .85em;
}
h6 {
	font-size: .75em;
}
p {
	margin: 0 0 18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
pre, code {
	font-family: 'proximanovaregular';
	margin-bottom: 10px;
}
ins {
	text-decoration: none;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 0.8em;
}
sub {
	top: 0.3em;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
blockquote {
	margin: 1.5em;
	padding: 1em;
	color: #666666;
	background: #e6e6e6;
	font-style: italic;
	border: 1px solid #dcdcdc;
}
blockquote p {
	padding-bottom: 0px;
}
li {color:#828282; font-size: 18px;} 
/*------------------------------------------------*/
/*---------------[WORDPRESS STYLES]---------------*/
/*------------------------------------------------*/

.alignleft {
	float: left;
	padding: 10px;
}
.alignright {
	float: right;
	padding: 10px;
}
.aligncenter {
	
	padding: 10px;
}
/* =Navigation
 -------------------------------------------------------------- */
#assistive-text, .assistive-text {
	position: absolute;
	text-indent: -90000px;
}
.navigation, .nav-single {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link, .navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active, .navigation a:hover {
	color: #BA324F;
}
#nav-previous {
	float: left;
	width: 50%;
}
#nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above, .single #nav-above {
	display: block;
}
#nav-below {
	margin: 0 0 30px 0;
}
/* =Comments
 -------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 86px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul, #comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
/* .comment-author {
} */
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover {
	color: #ff4b33;
}
/* .commentlist .even {
}
.commentlist .bypostauthor {
} */
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
	color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
	padding: 0 0 0 56px;
}
.nopassword, .nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+ li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */

#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input[type=text] {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
/* Wordpress Stuff */

.alignleft {
	float: left;
	padding: 10px;
}
.alignright {
	float: right;
	padding: 10px;
}
.aligncenter {
	
	padding: 10px;
}
/*------------------------------------------------*/
/*-----------------[THEME STYLES]-----------------*/
/*------------------------------------------------*/

body {
	line-height: 1.4em;
	font-size: 16px;
	color: #333;
	background: #fff;
}
.ba_img {
	width: 50%;
	height: 100%;
	max-height: 140px;
}
/* .ba_box {
}
#page-wrap {
} */
.top-banner {
	text-align: center;
	background: #2D4C8F;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
	padding: 2px 0;
	z-index: 90;
}
.top-banner p {
	margin: 0;
}
#header {
	position: relative;
	z-index: 12;
	background: url('images/header.jpg') center no-repeat;
	background-size: cover
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'proximanovaregular'
}
h1 {
	margin: 0 0 12px 0;
}
h1.entry-title {
	font-size: 21px;
	font-weight: normal;
	color: #2E4A8B;
}
#branding {
	height: auto;
	position: relative;
}
.logo {
	padding: 10px 0;
	display: block;
	max-width: 250px;
	min-height: 37px;
}
.logo img {
	max-width: 100%;/*	margin-top: 10px;*/
}
.gradientBBC {
	background: url("assets/img/Nav_Bar_Gradient.png") no-repeat top center;
	background-repeat: no-repeat;
	background-size: cover;
}
about_footer {
	margin: 0 auto;
}
.call-us-action {
	text-align: right;
	color: #010002;
	font-size: 27px;
	margin-bottom: 10px;
	font-family: 'proximanovaregular';
}
.call-us-action .call-today {
	font-size: 16px;
	text-transform: uppercase;
}
.call-us-action .phone-number {
	font-size: 22px;
}
.phone-number a {
	color: inherit;
	text-decoration: none;
}
.header-links {
	float: right;
	margin-top: 14px;
	margin-bottom: 0px;
}
ul#menu-header-links {
	list-style: none;
	text-align: right;
	margin-right: -10px;
}
ul#menu-header-links li {
	display: inline-block;
	padding: 0 6px;
	border-left: solid 1px #7b7c7f;
}
ul#menu-header-links li:first-child {
	border-left: none;
}
ul#menu-header-links li a {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	padding: 0px 8px 0px 3px;
}
#main-navigation {
	height: auto;/*background: #2D4C8F;*/
}
#access.navbar {
	margin-bottom: 0px;
	position: relative;
	z-index: 999;
}
#access.navbar .nav, #access.navbar .nav > li {
	float: none;
	display: inline-block;
 *display: inline; /* ie7 fix */
 *zoom: 1; /* hasLayout ie7 trigger */
	vertical-align: top;
}
#access.navbar .nav > li {
	padding: 0 5px 0 0px;
}
#access.navbar .nav > li:first-child {
	border-left: none;
}
#access .navbar-inner {
	text-align: center;
	border-radius: 0;
	box-shadow: none;
	border: none;
	color: #fff;
	min-height: 32px;
	padding: 0;
	background: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#access.navbar .nav > .active > a, #access.navbar .nav > .active > a:hover, #access.navbar .nav > .active > a:focus {
	box-shadow: none;
	background: none;
	color: #742253;
}
#access .dropdown-menu {
	text-align: left;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	min-width: 220px;
}
#access .navbar .nav > li {
	height: 59px;
	border-left: solid 1px #fff;
}
#access .navbar .nav > li:first-child {
	border: none;
}
/*#access.navbar .nav > li:first-child a {
	padding-left: 0;
}*/
#access.navbar .nav > li:last-child a {
	padding-right: 0;
}
#access a {
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	text-shadow: none;
	padding: 0px 1px 0px 0px;
	line-height: 27px;
	font-weight: normal;
	text-align: center;
	height: 27px;
	border-bottom: solid 2px #742253;
	margin: 5px 13px;
	letter-spacing: 3px;
}
#access a:hover {
	background: none;
	color: #742253;
}
/*#access li:first-child a {
	border: none;
}*/
#access a span {
	display: inline-block;
	text-align: center;
	line-height: 20px;
	vertical-align: baseline;
	padding: 0;
}
#access .dropdown-menu li a span {
	text-align: left;
	line-height: 20px;
	padding: 0;
}
#access .dropdown-menu li a {
	font-size: 13px;
	padding: 6px 10px;
	color: #000;
	border: none;
	white-space: normal;
	text-align: left;
	line-height: 15px !important;
	height: auto;
	margin: 0;
	text-transform: none;
	border-bottom: solid 1px #742253;
}
/*#access .dropdown-menu li.current-menu-ancestor a, #access .dropdown-menu li.current-menu-item a {
	background: #6B6057;
}*/
#access .dropdown-menu li:hover > a, #access .dropdown-menu li a:hover {
	background: #742253;
	color: #fff;
}
#access .dropdown-menu li:hover>a>span, #access .dropdown-menu li a:hover>span {
	color: #fff !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background: #742253;
	color: #fff;
}
.dropdown-menu>.active>a span, .dropdown-menu>.active>a span:hover, .dropdown-menu>.active>a span:focus {
	color: #fff;
}
.li-last .dropdown-menu {
	left: -75px;
}
#access .li-last .dropdown-menu .dropdown-menu {
	left: -220px !important;
}
#access .dropdown-menu li:hover > .sub-menu {
	visibility: visible;
}
#access.navbar .nav > li > .dropdown-menu:before, #access.navbar .nav > li > .dropdown-menu:after {
	display: none;
}
#access.navbar .dropdown-submenu > a:after {
	display: none;
}
#access .dropdown:hover > .dropdown-menu {
	display: block;
}
#access .dropdown-menu .dropdown-menu {
	left: 100%;
	top: 0;
	border-top: none;
}
/*#access .dropdown-menu .dropdown-menu li a:hover {
	color: #FFF;
}*/

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	background: none;
}
#access select {
	width: 90%;
	margin: 8px auto;
	clear: both;
}
#mobile-menu {
	background: #000000;
}
#mobile-menu .nav {
	margin: 0 auto;
	width: 100%;
}
#mobile-menu .nav span.dl-trigger {
	cursor: pointer;
	display: inline-block;
	text-align: left;
	width: 33%;
	padding-left: 10px;
	padding-right: 10px;
}
#mobile-menu .nav .phone {
	display: inline-block;
	text-align: center;
	width: 31%;
	padding-left: 10px;
	padding-right: 10px;
}
#mobile-menu .nav .location {
	display: inline-block;
	text-align: right;
	width: 32%;
	padding-left: 10px;
	padding-right: 10px;
}
body.home #page-content-wrap {
	position: relative;
}
#page-content-wrap > .container {
	position: relative;
}
.navbar {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
/*
 * Lead Form
 */

#carousel-wrap {
	position: relative;
}
.carousel-wrap-inside {
	display: block;
}
/*
 * Blocks
 */

/*
 * Sidebars
 */

/* .sidebar-inside {
} */
.sidebar-left .quickform {
	margin-bottom: 0px;
	height: auto;
}
.site-section-widgets {
	margin-bottom: 24px;
}
a.site-section-widget {
	position: relative;
	display: block;
	color: #fff;
	overflow: hidden;
	margin-bottom: 20px;
}
a.site-section-widget .background img {
	width: 100%;
	max-width: none;
	margin-right: -10px;
}
a.site-section-widget .inside {
	position: absolute;
	z-index: 8;
	bottom: 75px;
	left: 0;
	right: 0;
	text-align: center;
	text-transform: uppercase;
}
a.site-section-widget .inside .small {
	font-family: 'proximanovaregular';
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 4px;
}
a.site-section-widget .inside .big {
	font-size: 32px;
	line-height: 30px;
}
/* body.home .site-section-widgets {
} */
.sidebar-left .special-link-block {
	border: solid 1px #1a8089;
	text-align: center;
	padding: 8px 0;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	margin: 8px 12px 16px;
}
.sidebar-left .special-link-block .line1 {
	line-height: 45px;
	color: #1a8089;
}
.sidebar-left .special-link-block {
	text-align: center;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
}
/*
 *  Sidebar Right
 */

/* .sidebar-right {
} */
/*
 * Hero
 */

.hero {
	background: url('assets/img/jpp-who.png') no-repeat top center;
	background-size: cover;
	height: 554px;
}
.color-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 513px;
	background-color: rgba(0, 0, 0, 0.6);
}
.about-color-overlay {
	position: absolute;
	/*margin-bottom: 216px;*/
	left: 0;
	width: 100%;/*height: 411px;
   background-color: rgba(0, 0, 0, 0.6);*/
}
.herotitle {
	font-family: 'proximanovaregular';
	font-size: 45px;
	color: #FFF;
	text-align: center;
	opacity: 1;
	margin-top: 5em;
	padding-bottom: .35em;
	font-weight: 300;
	letter-spacing: 8px;
	line-height: 55px;
}
.pink_btn {
	width: 329px;
	height: 54px;
	border-radius: 35px;
	font-size: 12px;
	text-align: center;
	background-color: #BA324F;
	color: #FFF;
	margin: 32px auto;
	letter-spacing: 3px;
	line-height: 15px;
}
.pink_btn a {
	color: #fff;
	padding: 20px 16px;
	float: left;
	text-align: center;
	width: 100%;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 3px;
	font-weight: bold;
}
.pink_btn a:hover {
	color: #fff;
}
.aboutus {
	font-family: 'proximanovaregular';
	color: #FFF;
	text-align: center;
	opacity: 1;
	margin-top: 6rem;
	padding-bottom: .35em;
}
.header-nav-tagline {
	color: #FFF;
}
.latest_pr {
	color: #FFF;
	text-align: center;
	letter-spacing: 2.5px;
	font-size: 10px;
	line-height: 12px;
	margin-top: 77px;
	padding: 14px 0;
}
#content {
	position: relative;
	padding-top: 12px;
}
#homepage-content-wrap #content {
	padding-top: 0px;
}
.entry-content {
	margin-right: 30px;
}
#crumbs {
	margin-bottom: 18px;
}
#crumbs a {
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}
#bottom-background-cover {
	height: 14px;
	width: 100%;
	position: absolute;
	bottom: -14px;
	background: #fff;
	border-top: solid 2px #00a3a0;
}
nav.navigation.pagination {
	border-radius: 0;
}
nav.navigation.pagination .screen-reader-text {
	display: none;
}
nav.navigation.pagination span, nav.navigation.pagination a {
	display: inline-block;
	border: solid 1px #ccc;
	padding: 3px;
	min-width: 25px;
	text-align: center;
	border-radius: 0 !important;
}
#about_footer {
	background: url(assets/img/about-new.png) center no-repeat;
	margin: 0;
	background-size: cover;
	height: 370px;
}
#footer {
	background: url(images/footer.jpg) center no-repeat;
	margin: 0;
	padding-top: 20px;
	position: relative;
	width: 100%;
}
#footer p {
	margin-bottom: 4px;
}
#footer .site-info {
	font-size: 15px;
	line-height: 1.4em;
}
#footer .container {
	text-align: center;
	position: relative;
}
#footer .inner {
	padding-top: 12px;
	padding-bottom: 10px;
	text-align: center;
	margin: 0 24px
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer .footer-nav-menu {
	padding: 0;
	margin: 0 0 6px;
}
#footer .footer-nav-menu li {
	display: inline;
	list-style-type: none;
	margin: 0;
}
#footer .footer-nav-menu li a {
	color: #323232;
	display: inline-block;
	padding: 0 8px;
	font-weight: normal;
	font-size: 17px;
	line-height: 18px;
	/*border-left: solid 1px #fff;*/
	text-decoration: none;
	text-transform: uppercase;
}
#footer .footer-nav-menu li:first-child a {
	border-left: none;
	padding-left: 0;
}

/* Footer Social Media CSS Starts*/

.widgettitle {
	color: #fff;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 4px;
    margin: 5px 0 10px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: 'proximanovaregular';
}

.textwidget {
	margin-bottom: 50px;
}
.icon__social {
  position: absolute;
  transform: translate(-75%,-45%);
}

.icon__social > i {
  width: 35px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
/*  transition: all 300ms ease-in-out; */
}

/*
.icon__social .fa {
	background: #00acee;
}

.icon__social .fa:hover {
	background: #fff;
	color: #00acee;
	border: 1px solid #00acee;
}
*/

/* Footer Social Media CSS End */

.social-icons {
	display: block;
}
#header .social-icons {
	text-align: right;
	margin-top: 20px;
}
.social-icons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-icons ul li {
	display: inline-block;
}
/* .page-content {
} */
/*************************************************
 *********         Page Specific          *********
 *************************************************/

/* Homepage */

#homepage-content-wrap {
	position: relative;
}
.additional-content a.page-readmore, .additional-content a.page-readless {
	width: 160px;
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	/*background: none repeat scroll 0 0 #b5bcc1;*/
	color: #000000;
	font-family: 'proximanovaregular';
	font-size: 13px;
	line-height: 20px;
	font-weight: 100;
	padding: 3px 5px 2px;
	text-decoration: none;
	text-align: center;
}
.additional-content a.page-readmore {
	bottom: 0;
}
.additional-content a.page-readless {
	bottom: 0;
}
.additional-content {
	position: relative;
	padding-bottom: 40px;
	padding-top: 0px;
}
.additional-content a.page-readmore {
	display: none;
}
.additional-content.closed {
	padding-top: 40px;
	padding-bottom: 0px;
}
.additional-content.closed .additional-content-inside {
	display: none;
}
.additional-content.closed a.page-readmore {
	display: block;
	bottom: auto;
	top: 0;
}
.additional-content.closed a.page-readless {
	display: none;
	top: auto;
	bottom: 0;
}
.slider-text {
	font-family: 'proximanovaregular' !important;
}
.homepage-content h1 {
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 3px;
}
.homepage-content p {
	font-size: 16px;
	width: 85%;
	margin: 0 auto;
}
.block-title-center {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	top: 41%;
}
.block-title {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	margin-top: -45%;
}
.block-title a img {
	margin-top: 5px;
}
.block-title-center a, .block-title a {
	font-size: 23px;
	color: #fff;
	text-decoration: none;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.img-block {
	margin-bottom: 25px;
}
.img-top {
	margin-top: 20px;
}
.body-content h4 {
	font-size: 35px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 3px;
	margin-top: 25px;
	margin-bottom: 0;
	padding: 0;
	text-transform: uppercase;
}
.body-content h5 {
	font-size: 23px;
	color: #fff;
	font-weight: normal;
	margin: 5px 0px 50px 0px;
	padding: 0;
	letter-spacing: 8px;
	text-transform: uppercase;
}
.body-content a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
}
.body-content P {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 90px;
}
.read-more img {
	margin-right: 8px;
	height: 25px;
}
.read-more {
	font-size: 15px;
}
#before {
	background: url('images/before.jpg') center no-repeat;
	background-size: cover;
}
#before h3 {
	font-size: 37px;
}
#before h3 a {
	text-decoration: none;
	color: #fff;
	letter-spacing: 2px;
}
#before ul {
	padding: 20px 0px;
}
#before ul li::after {
	content: '>';
	float: right;
	color: #fff;
	;
}
#before ul li a {
	border-bottom: 1px solid #fff;
}
#before ul li {
	padding: 5px 0px;
	list-style: none;
}
#before p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
#before ul li a {
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}
.before-content {
	width: 90%;
}
#before .read-more {
	margin-bottom: 20px;
}
.read-more {
	text-decoration: none;
	color: #fff;
}
#news-review {
	background: url('images/testimonials.jpg') center no-repeat;
	background-size: cover;
}
.news-title {
	font-size: 43px;
	margin-top: 45px;
	margin-bottom: 35px;
}
#news-review ul {
	padding: 0;
}
#news-review ul li {
	list-style: none;
}
#news-review ul li a {
	text-decoration: none;
	font-family: 'GothamMedium';
	font-size: 18px;
	color: #000;
}
#news-review p {
	font-size: 16px;
	margin-top: 10px;
}
.recent-read-more {
	background: #111111;
	padding: 10px 20px;
	color: #fff !important;
	font-size: 12px !important;
}
.recent-read-more-1 {
	margin-bottom: 20px;
}
.recent-read-more-1 a {
	font-size: 15px;
	text-decoration: none;
	color: #000;
}
.recent-read-more-1 img {
	margin-right: 8px;
	height: 25px;
}
.line-footer {
	background: url(/wp-content/uploads/2018/06/footer-line.jpg) no-repeat right;
}
/*innerpage*/
#content h2 {
	font-size: 29px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
}
#content p {
	font-size: 16px;
}
.line3 a {
	text-decoration: none;
	color: inherit;
}
/***
======================
FOOTER
======================
 */
.footer-logo {
	margin-top: 20px;
	margin-bottom: 200px
}
.footer-phone a, #footer h4 a {
	color: inherit !important;
}
.footer-top {
	margin-bottom: -30px;
	z-index: 9999;
	position: relative;
}
.section-second {
	background: #ffffffe3;
	padding: 35px 0px;
}
.section-second h4 {
	font-size: 35px;
}
.section-second h5 {
	font-size: 21px;
	line-height: 28px;
}
.link-news {
	position: absolute;
	width: 83%;
}
.news-title a {
	text-decoration: none;
	color: inherit;
}
/*Toggle Form*/

#toggleform {
	position: absolute;
	background: rgba(8, 8, 8, 0.75);
	;
	left: 100px;
	color: #fff;
	padding: 2px 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: none;
	width: 20%;
	border: solid 2px #742253;
}
#toggleBtn:hover {
	color: #fff;
}
span#toggleBtn {
	font-size: 1.2vw;
	box-shadow: none;
	letter-spacing: 1px;
}
#toggleform .quickform {
	top: -5px;
}
#header.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(237, 237, 239, 0.95);
	padding-top: 10px !important;
}
/*=========================*/


.press-releases {
	padding: 62px 0;
}
.press_sec {
	margin-bottom: 25px;
}
.press_sec h2 {
	color: #BA324F;
	letter-spacing: 8.17px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 34px;
}
.explore_Btn {
	color: #BA324F;
	letter-spacing: 3px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	text-align: right;
	border: 1px solid #BA324F;
	border-radius: 81px;
	padding: 6px 13px;
	float: right;
	line-height: 15px;
	margin-top: 6px;
}
.explore_Btn:hover {
	background: #BA324F;
	color: #fff;
}
.pr_date {
	color: #8E3483;
	letter-spacing: 2.18px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 28px;
}
.pr_author {
	color: #BA324F;
	letter-spacing: 0.3px;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
}
.card-body {
	padding: 0 !important;
}
.card-title {
	font-weight: 400;
	color: #434343;
	letter-spacing: 2.55px;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 28px;
}
.aboutus h5 {
	color: #fff;
	font-size: 24px;
	letter-spacing: 7px;
	font-weight: 400;
	margin-bottom: 6px;
	line-height: 29px;
}
.aboutus p {
	font-size: 40px;
	line-height: 45px;
	width: 824px;
	margin: 0 auto;
	font-weight: 400;
}
.learn_btn {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
	border: 3px solid #fff;
	padding: 10px 60px;
	border-radius: 55px;
	font-size: 12px;
	float: none;
	width: 100%;
	max-width: 255px;
	margin: 24px auto;
	display: block;
	line-height: 15px;
}
.learn_btn:hover {
	color: #000;
	background: #fff;
}
.page-footer {
	background: url("assets/img/Footer Gradient.png") no-repeat top center;
	background-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-size: auto;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: none !important;
}
.footer_logo_sec3 {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 4.5px;
	margin: 10px 0 17px;
	line-height: 22px;
}
.footer_text_left {
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top: 8px;
	line-height: 17px;
}
.footerlinks a {
	color: #fff !important;
	font-size: 14px!important;
	;
	padding: 0px;
	line-height: 17px;
}
.footerlinks {
	text-align: center;
	margin-left: 0;
}
.nav_bar {
	width: 27px;
	float: left;
	margin-top: -4px;
}
.navbar-dark {
	padding: 12px 0 0;
}
.logo_sec {
	float: right;
	text-align: left;
	width: 95%;
	color: #fff;
	letter-spacing: 4px;
	font-size: 15px;
}
/*
.logo_header {
	width: 130px;
	float: left;
	padding: 0;
	margin-top: 3px;
}*/
.logo_header {
	width: 70%;
	float: left;
	margin-top: -5px;
	margin-left: 5px;
	padding: 0;
}
.title_header {
	width: 82%;
	float: right;
	border-left: 1px solid #fff;
	line-height: 18px;
	margin-top: 3px;
	letter-spacing: 3.75px;
	font-size: 15px;
}
.input_header {
	background: none;
	border: none;
	color: #fff;
	float: left;
	width: 82%;
	font-size: 14px;
	line-height: 17px;
}
.input_header_btn {
	width: 31px;
	float: right;
	background: url(assets/img/search-icon-small.png) no-repeat top center !important;
	height: 16px;
	border: none;
	cursor: pointer;
	margin-top: 2px;
}
.header_form {
	width: 100%;
	border-bottom: 1px solid  #a48ea9;
	float: left;
	line-height: 0;
}
.real_text {
	color: #a48ea9;
	font-size: 13px;
}
.abt_text {
	padding: 40px;
	padding-top: 0;
}
.abt_text h2 {
	color: #BA324F;
	font-size: 24px;
	letter-spacing: 7px;
/*	border-bottom: 3px solid #8F3684; */
	line-height: 29px;
}
.abt_text_inner h2::after {
    content: '';
    width: 100%;
    display: block;
    padding-top: 5px;
    border-bottom: 3px solid #8F3684;
}
.abt_text_inner_sec h2::after {
    content: '';
    width: 85%;
    display: block;
    padding-top: 5px;
    border-bottom: 3px solid #8F3684;
}

.abt_text_inner {
	width: 353px;
}
.abt_text_inner_sec {
    width: 353px;
}
.abt_text_inner2 {
	width: 228px;
}
.title2 {
	width: 31%;
	text-align: center;
	color: #BA324F;
	font-size: 24px;
	letter-spacing: 8px;
	border-bottom: 4px solid #8F3684;
	margin: 0 auto 13px;
	line-height: 29px;
}
.abt_logo {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.abt_logo_imgs {
	margin: 0 54px;
	width: 15%;
}
.abt_title_sec {
	width: 100%;
	background: url(assets/img/About%20Page%20gradient.png) no-repeat top center;
	background-size: cover;
	padding: 50px 0;
}
.abt_title_sec h3 {
	color: #fff;
	font-size: 50px;
	line-height: 61px;
}
.abt_title_sec h2 {
	color: #fff;
	font-size: 28px;
	letter-spacing: 8.17px;
	font-weight: 300;
	border-bottom: 3px solid #fff;
	margin-bottom: 30px;
	line-height: 34px;
}
.abt_title_sec_inner {
	width: 256px;
}
.abt_title_sec_inner_main {
	width: 100%;
	float: left;
}
.abt_title_sec_inner2 {
	width: 820px;
}
.abt_page {
	background: url('assets/img/Ocean Header.png') no-repeat top center;
	background-size: auto;
	background-size: cover;
	height: 465px;
}
.abt_pagetitle {
	font-family: 'proximanovaregular';
	font-size: 45px;
	color: #FFF;
	text-align: center;
	opacity: 1;
	margin-top: 6em;
	font-weight: 300;
	letter-spacing: 11.25px;
	line-height: 38px;
}
.executive_page {
	background: url('assets/img/Top Gear Header.png') no-repeat top center;
	background-size: auto;
	background-size: auto;
	background-size: cover;
	height: 465px;
}
.execu_title1 {
	width: 100%;
	font-size: 40px;
	color: #BA324F;
	font-weight: bold;
	letter-spacing: 5px;
	margin-bottom: 6px;
	line-height: 44px;
	text-transform: uppercase;
}
.execu_title2 {
	width: 100%;
	font-size: 28px;
	color: #000;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 9px;
}
.execu_title3 {
	width: 100%;
	font-size: 20px;
	color: #000;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	line-height: 24px;
	margin-bottom: 24px;
}
.explore_Btn2 {
	color: #BA324F;
	letter-spacing: 3px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 12px;
	text-align: right;
	border: 1px solid #BA324F;
	border-radius: 50px;
	padding: 10px 43px;
	float: left;
	margin-top: 60px;
	line-height: 15px;
}
.explore_Btn2:hover {
	background: #BA324F;
	color: #fff;
}
.contact_page {
	background: url('assets/img/contact-bg.jpg') no-repeat top center;
	background-size: auto;
	background-size: auto;
	background-size: auto;
	background-size: cover;
	height: 465px;
	text-transform: uppercase;
}
.contact_sec {
	padding: 30px 50px 0;
	border: 3px solid  #9E2D58;
	margin: 20px 50px;
	border-radius: 60px;
	min-height: 330px;
}
.contact_sec h2 {
	color: #BA324F;
	font-size: 27px;
	text-transform: uppercase;
	letter-spacing: 3.4px;
	line-height: 44px;
	font-weight: bold;
}
.contact_sec h3 {
	color: #828282;
	font-size: 24px;
	background: url(assets/img/cont_title.jpg) no-repeat bottom left;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 28px;
}
.download_btn {
	color: #BA324F !important;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 28px;
}
.card.border-0 {
	text-align: left;
}
.card.border-0 h6 a {
	color: #BA324F;
	letter-spacing: 3.5px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 44px;
}
/*.card-body h3 {
    font-size: 16px;
    letter-spacing: 2px;
}
*/
.card-body {
	margin: 9px 0 0;
}
.executive_sec {
	border-bottom: 4px solid  #8E3483;
	width: 100%;
	margin-bottom: 45px;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2.18px;
	padding-bottom: 15px;
	padding-left: 0 !important;
}
.executive_sec_inner {
	background: url(assets/img/arrow.jpg) no-repeat right center;
	background-color: rgba(0, 0, 0, 0);
	background-color: rgba(0, 0, 0, 0);
	color: #8E3483 !important;
	float: left;
	margin-right: 20px;
	border: none;
	font-size: 16px !important;
	text-transform: uppercase;
	letter-spacing: 2.18px;
	cursor: pointer;
	padding-left: 0 !important;
	text-align: left !important;
	line-height: 28px;
	padding-right: 20px;
}
.executive_download_btn_main {
	text-align: center;
}
.executive_download_btn {
	text-align: center;
	width: 100%;
	background: #BA324F;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 3px;
	padding: 15px 60px;
	margin: 0 auto;
	border-radius: 60px;
	float: none;
	max-width: 300px;
	margin: 0 auto;
	display: block;
}
.executive_download_btn:hover {
	color: #fff;
}
.press_page {
	background: url('assets/img/Good Omens Header.png') no-repeat top center;
	background-size: auto;
	background-size: auto;
	background-size: auto;
	background-size: cover;
	height: 465px;
	text-transform: uppercase;
}
.press_page1 {
	color: #8E3483;
	letter-spacing: 2.18px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 28px;
}
.press_page2 {
	font-size: 28px;
	letter-spacing: 2.55px;
}
.press_page_text p {
	font-size: 18px;
	letter-spacing: 0;
	color: #828282;
	line-height: 24px;
}
.press_page_text {
	border-bottom: 1px solid  #E0E0E0;
	padding: 0 0 7px;
	margin-bottom: 45px;
}
.executive_download_btn2 {
	width: 100%;
	color: #8E3483;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 3px;
	padding: 10px 3px;
	text-align: center;
}
.sidebar_main {
	width: 340px;
	background: #BA324F;
	padding: 60px;
	float: left;
}
.sidebar_nav {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.sidebar_nav ul {
	padding-left: 66px;
}
.sidebar_nav ul li {
	font-family: 'proximanovaregular';
	font-size: 26px;
	list-style: outside none none;
	text-decoration: none;
	width: 198px;
}
.sidebar_nav ul li a {
	color: #fff;
	display: block;
	padding: 16px 0;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	font-weight: bold;
}
.sidebar_nav li a:hover {
	color: #ccc;
}
.cross {
	width: 100%;
	margin-left: -40px;
	margin-top: -20px;
	float: left;
	margin-bottom: 40px;
}
.sidebar_form_sec {
	background: #de9dab;
	padding: 1px 15px;
	border-radius: 50px;
	float: left;
	width: 99%;
	margin-bottom: 30px;
}
.sidebar_form_sec_input {
	float: left;
	width: 62%;
	background: no-repeat;
	border: none;
	color: #fff;
	font-size: 20px;
	margin-top: 4px;
}
.sidebar_form_sec_btn {
	width: 40px;
	background: url(assets/img/search-icon12.png) no-repeat center center;
	height: 40px;
	border: none;
	cursor: pointer;
	float: right;
}
.admin-bar .color-overlay {
	top: 32px;
}
.footerlinks ul li {
	display: inline;
}
.footerlinks ul {
	list-style: none;
	padding: 0;
}
button#responsive-menu-button {
	background: transparent !important;
}
.responsive-menu-accessible.is-active {
	border: 3px solid #fff !important;
	border-radius: 27px;
	left: 2% !important;
	top: 62px !important;
}
.admin-bar #responsive-menu-button {
	top: 32px;
}
#responsive-menu li:first-child a {
	border-top: none !important;
}
#responsive-menu-wrapper {
	padding: 0 52px !important;
}
#responsive-menu-search-box input {
	background: #de9dab url(assets/img/search.jpg) no-repeat top center !important;
	background-position-x: center;
	background-position-y: top;
	background-position: 139px 4px !important;
	border-radius: 33px !important;
	padding: 0 18px !important;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi a {
	border: none !important;
	font-size: 15px;
	color: #8E3483;
}
.wp-pagenavi .current {
	border: none;
	font-size: 15px;
	color: #8E3483;
}
.wp-pagenavi {
	clear: both;
	text-align: center;
}
#responsive-menu-search-box {
	margin-top: 141px !important;
}
.search .post-cont a {
	color: #222;
	font-size: 17px;
}
.single .inner_title {
	float: left;
	width: 100%;
}
.metainfo {
	font-size: 15px;
}
#reset_form {
	width: 100%;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.executive_sec_inner:hover {
	color: #0075c1;
	text-decoration: underline;
}
.work_Btns {
	display: none;
}
.team-title a {
	color: #BA324F !important;
	letter-spacing: 3.5px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 28px;
}
.team-title {
	text-align: center;
	margin-top: 20px;
}
.designation-text {
	text-align: center;
}
.team-subtitle {
	font-size: 16px;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
.county.hidden {
	display: none;
}
.nav {
	-webkit-transition: left 0.5s ease;
	-moz-transition: left 0.5s ease;
	-ms-transition: left 0.5s ease;
	-o-transition: left 0.5s ease;
	transition: left 0.5s ease;
	background: #28dde0;
	color: white;
	cursor: pointer;
	font-size: 2rem;
	height: 100vh;
	left: -47rem;
	padding: 6rem 1rem 2rem 2rem;
	position: fixed;
	top: 0;
	width: 21rem;
	z-index: 1;
	background: #BA324F;
	display: block !important;
}
.nav.expanded {
	left: 0;
}
/*.nav ul {

	  position: absolute;

	  top: 66%;

	  -webkit-transform: translateY(-50%);

	  -ms-transform: translateY(-50%);

	  transform: translateY(-50%);

	  list-style: none;

	  margin: 0;

	  padding: 0;

	}
*/

.nav-toggle {
    -moz-user-select: none;
    cursor: pointer;
    height: .85rem;
    left: 0;
    position: absolute;
    top: 3.5px;
    width: 2rem;
    z-index: 2;
}
.nav-toggle.expanded {
	position: fixed;
}
.nav-toggle:hover {
	opacity: 0.8;
}
.nav-toggle .nav-toggle-bar, .nav-toggle .nav-toggle-bar::after, .nav-toggle .nav-toggle-bar::before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: white;
	content: '';
	height: 4px;
	width: 100%;
}
.nav-toggle .nav-toggle-bar {
	margin-top: 0;
	border-radius: 10px;
}
.nav-toggle .nav-toggle-bar::after {
	margin-top: 0.6rem;
	border-radius: 10px;
}
.nav-toggle .nav-toggle-bar::before {
	margin-top: -0.6rem;
	border-radius: 10px;
}
.nav-toggle.expanded .nav-toggle-bar {
	background: transparent;
}
.nav-toggle.expanded .nav-toggle-bar::after, .nav-toggle.expanded .nav-toggle-bar::before {
	background: white;
	margin-top: 0;
}
.nav-toggle.expanded .nav-toggle-bar::after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-toggle.expanded .nav-toggle-bar::before {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sidebar_form_sec {
	-webkit-transition: left 0.5s ease;
	-moz-transition: left 0.5s ease;
	-ms-transition: left 0.5s ease;
	-o-transition: left 0.5s ease;
	transition: left 0.5s ease;
	background: #de9dab;
	color: #fff;
	cursor: pointer;
	font-size: 2rem;
	top: 0;
	width: 201px;
	position: relative;
	margin-left: 61px;
	margin-top: 0;
}
.nav-toggle.expanded {
	left: 2rem;
	top: 1.8rem;
	width: 2.3rem;
	border: 2px solid  #fff;
	border-radius: 50%;
	width: 30px !important;
	height: 30px !important;
}
.nav-toggle.expanded .nav-toggle-bar::after, .nav-toggle.expanded .nav-toggle-bar::before {
	position: absolute;
	top: 0.5px;
	height: 0.2rem;
	width: 68% !important;
	left: 4px;
}
.page-template-home .color-overlay {
	height: auto;
}
.single-press .wrapper {
	max-width: 990px;
}

.single-press .single-press-title {
	text-align: center !important;
	margin-top: 17px;
	letter-spacing: 1px;
	line-height: 30px;
	font-size: 30px;
}
.search-bar {
	display: none;
	padding: 0.6rem 0;
 background-color: $brand-success;
	box-shadow: inset 0px 1px 30px -2px rgba(0,0,0,0.75);
	margin-top: 16px;
}

.fa-search {
	&:hover {
	color: rgba(255, 255, 255, 0.75);
	}
}
.mobile-search {
	display: none;
}
.navbar-text {
	cursor: pointer;
}
.admin-bar {
	top: 0;
}
.admin-bar .nav-toggle.expanded {
	top: 45px;
}
.mobile-press-releases {
	display: none;
}
.page-template-about .press-releases {
	padding-bottom: 0;
}
.mobile-about-section {
	display: none;
}
.press-releases.partner-sec {
	padding-top: 0;
	padding-bottom: 80px;
}
.partner-sec {
	padding-bottom: 75px !important;
}
.mobile-logo-img {
	display: none;
}
.pagetitle.search-title {
	float: left;
	width: 100%;
	text-align: left !important;
	color: #BA324F;
	padding: 16px 0;
	margin-bottom: 32px;
}
.row.search .post {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

/* Executive Archive Page Heading Styling Start */

.bio_title_main {
    width: 100%;
    float: left;
}

.bio_title_inner{
	padding-top: 10px;
	margin-bottom: 45px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.bio_title_inner h2 {
	color: #BA324F;
	line-height: 29px;
	font-size: 30px;
	letter-spacing: 3px;
}

.bio_title_inner h2::after {
	content: '';
	width: 44%;
	display: block;
	padding-top: 5px;
	border-bottom: 3px solid #8F3684;
}

.bio_title_inner_sec {
	padding-top: 10px;
	margin-bottom: 45px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.bio_title_inner_sec h2 {
	color: #BA324F;
	line-height: 29px;
	font-size: 30px;
	letter-spacing: 3px;
}

.bio_title_inner_sec h2::after {
	content: '';
	width: 38%;
	display: block;
	padding-top: 5px;
	border-bottom: 3px solid #8F3684;
}

/* Executive Archive Page Heading Styling End */

.card-body.bio-content {
	text-align: center;
	margin-top: 36px;
}
.card-body.bio-content p {
	font-size: 21px;
	line-height: 28px;
	font-weight: bold;
}
.card-body.bio-content h3 {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.pagination {
	clear: both;
	position: relative;
	font-size: 11px; /* Pagination text size */
	/*line-height:13px;*/
	text-align: center;
}
.pagination ul {
	margin: 0 auto 30px;
	display: inline-block;
	padding: 0;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px -1px 0;
	padding: 10px 5px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #8E3483; /* Pagination text color */
	-webkit-transition: background .15s ease-in-out;
	-moz-transition: background .15s ease-in-out;
	-ms-transition: background .15s ease-in-out;
	-o-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
	border: none;
	font-size: 14px !important;
	text-transform: uppercase;
}
.pagination a:hover {
	color: #8E3483;
}
.pagination .current {
	/*padding: 9px 4px 5px 11px;*/
	color: #8E3483;
}
.press-releases.pagination-sec {
	padding: 42px 0 0;
}
.btn.focus, .btn:focus {
	box-shadow: unset !important;
}
.pagination ul li {
	list-style: none;
	float: left;
}
.fa-angle-left::before {
	font-size: 22px;
}
.fa-angle-right::before {
	font-size: 22px;
}
.page-link {
	line-height: unset !important;
}
.page-link:hover {
	background-color: unset !important;
	color: #434343 !important;
	text-decoration: underline !important;
}
.btn {
	cursor: pointer;
	padding-left: 0 !important;
	text-align: left !important;
	padding: 0.375rem 0.5rem !important;
}
.active .current {
	color: #434343 !important;
}
.press-category .card-title a {
	color: #434343;
}
.pr_author a {
	color: #BA324F;
	pointer-events: none;
}
.search a {
	color: #434343;
	font-size: 24px;
}
.error-sec {
	margin: 0 auto;
	text-align: center;
}
#searchsubmit {
	background: #BA324F;
	border: none;
	color: #fff;
	padding: 5px 23px;
	border-radius: 4px;
}
.single-press .press_page2 p {
	color: #828282;
	font-size: 18px;
	line-height: 24px;
}
.dwnload-img {
	font-size: 14px;
	color: #BA324F;
	line-height: 28px;
}
.single-bio .press-releases {
	padding: 48px 0;
}
.bio-sec {
	padding: 45px 0;
}
.single-press p {
	color: #828282;
	font-size: 18px;
}
.single-press .content-row.press-releases {
	padding: 36px 0;
}
.single-press a {
	color: #8E3483;
	font-weight: bold;
}
.card-body.bio-content h3 a:last-child .comma {
	display: none;
}
.card-body.bio-content h3 a {
	color: #212529;
}
.execu_title3 a {
	color: #000;
}
.card-title a {
	color: #434343;
}
.col-md-3.footer_text_left.mobile-copyright {
	display: none;
}
.col-md-2.header-right {
	padding: 0;
}
.fixed-bottom, .fixed-top {
	padding: 14px 0;
}
.contact_sec a {
	color: #212529;
}
.contact_sec p {
	font-size: 20px;
	line-height: 26px;
}
.card-title a:hover {
	color: #BA324F;
}
.bio-img img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 77%;
}
.single-bio .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	height: auto;
}
.pr_author a:last-child span {
	display: none;
}
.img-hover-zoom.card.border-0 {
	text-align: center;
}
.bio-single-img {
	margin-top: 143px;
}
.bio-single-content {
	padding-left: 40px !important;
}
.execu_title3 a:last-child span {
	display: none;
}
.search .post h2 {
	padding: 0;
	margin: 0;
}
.search .post h2 a:hover {
	color: #BA324F;
}

.focus, .btn:focus {
	box-shadow: unset !important;
}
.pagination ul li {
	list-style: none;
	float: left;
	font-weight: bold;
}
.fa-angle-left::before {
	font-size: 22px;
}
.fa-angle-right::before {
	font-size: 22px;
}
.page-link {
	line-height: unset !important;
}
.page-link:hover {
	background-color: unset !important;
	color: #434343 !important;
	text-decoration: underline !important;
}
.btn {
	cursor: pointer;
	padding-left: 0 !important;
	text-align: left !important;
}
.active .current {
	color: #434343 !important;
}
.press-category .card-title a {
	color: #434343;
}
.pr_author a {
	color: #BA324F;
	pointer-events: none;
}
.search a {
	color: #434343;
}
.error-sec {
	margin: 0 auto;
	text-align: center;
}
#searchsubmit {
	background: #BA324F;
	border: none;
	color: #fff;
	padding: 5px 23px;
	border-radius: 4px;
}
.single-press .press_page2 p {
	color: #828282;
	font-size: 18px;
	line-height: 24px;
}
.dwnload-img {
	font-size: 14px;
	color: #BA324F;
	line-height: 28px;
}
.single-bio .press-releases {
	padding: 48px 0;
}
.bio-sec {
	padding: 45px 0;
}

.margin-bottom-grid-condensed p {
    color: #828282;
    font-size: 17px;
    text-align: left !important;
}
.press-subheading p {
    color: #828282;
    font-size: 26px;
	text-align: center !important;
	line-height: 24px;
}

.single-press .single-press-title p {
	color: #030000;
	text-align: center !important;
	margin-top: 17px;
	letter-spacing: 1px;
	line-height: 30px;
	font-size: 30px;
}

.single-press .content-row.press-releases {
	padding: 36px 0;
}
.single-press a {
	color: #8E3483;
	font-weight: bold;
}
.card-body.bio-content h3 a:last-child .comma {
	display: none;
}
.card-body.bio-content h3 a {
	color: #212529;
}
.execu_title3 a {
	color: #000;
}
.card-title a {
	color: #434343;
}
.col-md-3.footer_text_left.mobile-copyright {
	display: none;
}
.col-md-2.header-right {
	padding: 0;
}
.fixed-bottom, .fixed-top {
	padding: 14px 0;
}
.contact_sec a {
	color: #212529;
}
.contact_sec p {
	font-size: 20px;
	line-height: 26px;
}
.card-title a:hover {
	color: #BA324F;
}

.single-bio .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	height: auto;
}
.row.bio-posts {
	padding-bottom: 69px;
}
.bio-locations {
	width: 37%;
}
.bio-business {
	width: 80% !important;
}
.post-type-archive-bio .complete-box.team-cols {
	margin-bottom: 56px;
}
.mobile-search .search-bar {
	box-shadow: none;
	border: 1px solid #fff;
	border-radius: 27px;
	margin-bottom: 11px;
}
 #searchform input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #fff;
 opacity:1;
}
#searchform input::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
 opacity:1;
}
#searchform input:-ms-input-placeholder { /* IE 10+ */
 color: #fff;
 opacity:1;
}
#searchform input:-moz-placeholder { /* Firefox 18- */
 color: #fff;
 opacity:1;
}
 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #fff;
 opacity:1;
}
input::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
 opacity:1;
}
input :-ms-input-placeholder { /* IE 10+ */
 color: #fff;
 opacity:1;
}
input:-moz-placeholder { /* Firefox 18- */
 color: #fff;
 opacity:1;
}
b, strong {
	font-weight: bold !important;
}
.scroll:hover img {
	opacity: .6;
}
.mobile-bio {
	display: none;
}
.monile-arrow {
	display: none;
}
input {
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
}
.mobile-search .input_header_btn {
	background: url(assets/img/search-icon-small.png) no-repeat top center !important;
	height: 16px;
}
.page_main {
	width: 100%;
}
.mobile-header-logo {
	display: none;
}
.abt_logo a:hover {
	color: #fff;
}
.dark_text1 {
	font-size: 23px;
}
.page.larger {
	color: #8E3483;
	font-size: 13px;
}
.wp-pagenavi .current {
	color: #434343;
	font-size: 16px !important;
}
.wp-pagenavi {
	width: 100%;
}
.wp-pagenavi .last {
	display: none;
}
.wp-pagenavi .first {
	display: none;
}
.wp-pagenavi .page.smaller {
	font-size: 16px;
	color: #8E3483;
}

.nextpostslink {
	color: #fff !important;
}

.previouspostslink {
	color: #fff !important;
}
.explore_Btn.single-press-btn {
	margin: 0 auto;
}
.post-type-archive .card-title {
	margin-bottom: 0.25rem !important;
}
.pagination li a::before {
	/* content: "Page"; */
	padding: 0 3px;
	text-transform: uppercase;
	font-size: 13px;
}
.pagination .current::before {
	/* content: "Page"; */
	padding: 0 3px;
	text-transform: uppercase;
	font-size: 13px;
}
.page-link.prev::before {
	content: none;
}
.page-link.next::before {
	content: none;
}
.current.prev::before {
	content: none;
}
.current.next::before {
	content: none;
}
.wp-pagenavi a::before {
	/*content: "Page";*/
	font-weight: bold;
	padding: 0 3px;
	text-transform: uppercase;
	font-size: 13px;
}
.wp-pagenavi .current::before {
	/*content: "Page";*/
	padding: 0 3px;
	text-transform: uppercase;
	font-size: 13px;
}

.text-center.dwnload-img a {
    color: #222;
}

/* .extend::after {	content: "...";} */

 .wp-pagenavi span{border:none!important}
 
.previouspostslink::before {
	content: "\f053";
	font-family: FONTAWESOME;
	color: #8E3483;
	font-size: 22px !important;
	position: relative;
}
.nextpostslink::after {
	content: "\f054";
	font-family: FONTAWESOME;
	color: #8E3483;
	font-size: 22px !important;
	position: relative;
}
 .aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.logo_header a,.logo_header a:link,.logo_header a:visited{width:250px;max-height:auto;float:left;overflow:hidden}
.logo_header a img{max-width:100%;height:auto;float:left}
.footer_logo_sec2 a,.footer_logo_sec2 a:link,.footer_logo_sec2 a:visited{width:170px;height:auto;display:inline-block;margin-bottom:20px}

/* TML plugin css */
input#user_login,input#user_pass{border:1px solid #ced4da!important}
ul.tml-links{list-style:none;padding:0}
button.tml-button{color:#fff;background-color:#0ea0ff;border-color:#0ea0ff;border:0;padding:6px 15px;border-radius:50px;font-size:18px}
button.tml-button:focus,button.tml-button:focus-visible,input#user_login:focus-visible,input#user_pass:focus-visible { outline: 0; }