/* Global Styles */

body {
	background-color: #020202;
	color: #404041;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	line-height: 23px;
}

a {
	color: #f68933;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:focus {
	outline: none;
}

a[href^="tel:"] {
  text-decoration: none !important;
  /* Optional: inherit the parent element's text color */
  color: inherit !important;
}

@media (max-width: 786px) {
  a[href^="tel:"] {
    text-decoration: underline !important; /* or none */
    /* additional mobile-only styles */
  }
}

h1 {
	color: #262261;
	font-size: 24px;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
}
h2 {
	color: #f68933;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5em;
	margin: 0px 0px 15px 0px;
}
h3 {
	color: #231f20;
	font-size: 17px;
	font-weight: 700;
	margin: 0px 0px 15px 0px;
}
h4 {
	color: #404041;
	font-size: 15px;
	font-weight: 700;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}

p {
    margin: 0 0 20px;
}

hr {
    background: none repeat scroll 0 0 #d5d6d7;
    height: 1px;
    margin-bottom: 25px;
    margin-top: 25px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-type: none;
	padding: 0px;
}

/* BEGIN: Custom Site Styles */

.site-nav {
	background: none;
	border: none;
	margin: 0px;
	min-height: auto;
}
.site-nav .navbar-nav > li {
	margin: 0px;
	padding: 13px 10px;
}
.site-nav .navbar-nav > li > a {
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 5px 5px;
}
.site-nav .navbar-nav > li > a:hover,
.site-nav .navbar-nav > li > a:focus,
.site-nav .navbar-nav > li > a.active,
.site-nav .navbar-nav > .active > a, .site-nav .navbar-nav > .active > a:hover, .site-nav .navbar-nav > .active > a:focus {
	background-color: #f68933;
	color: #fff;
}
.site-nav .caret {
	display: none;
}
.site-nav .navbar-collapse {
	border: none;
	box-shadow: none;
	float: right;
}
.site-nav .dropdown-menu {
	background-color: #6c6f70 !important;
	background-color: rgba(108,111,112,.90) !important;
	border: none;
	font-size: 13px;
	z-index: 500;
}
.site-nav .dropdown-menu > li {
	margin: 5px 10px;
}
.site-nav .dropdown-menu > li > a {
	border-top: 1px solid #b3b5b4;
	display: block;
	color: #fff;
	padding: 5px 10px;
}
.site-nav .dropdown-menu > li > a:hover, .site-nav .dropdown-menu > li > a:focus {
	background-color: #F68933 !important;
	border-radius: 5px;
	color: #fff !important;
}
/*.site-nav .navbar-nav > li:hover .tab,
.site-nav .navbar-nav > .active .tab {
	display: block;
}
.site-nav .tab {
	background-color: #fff;
	display: none;
	height: 10px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}*/

.sectionHeader {
	position: relative;
}
.sectionHeader .tab {
	height: 10px;
	width: 100px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.sectionTitle {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

.pageTitle {
	border-bottom: 1px solid #d1d1d1;
	color: #f68933;
	font-size: 22px;
	font-weight: bold;
	padding: 35px 0px;
	text-transform: uppercase;
}

.content {
	border-left: 2px solid #f68934;
	float: right;
	padding-left: 50px;
}
.content ul {
	margin: 0 0 20px 15px;
}
.content ul > li {
	position: relative;
	margin-bottom: 5px;
}
.content ul > li::before {
	position: absolute;
	content: "■";
	color: #F68933;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	top: -2px;
}

.sidebar {
	padding-right: 0px;
	padding-top: 35px;
	padding-bottom: 50px;
}
.sidebar h4 {
	color: #666666;
	font-size: 13px;
	font-weight: 600;
	margin: 0px;
	padding: 12px 0px;
}
.sidebar .heading {
	background-color: #e2e3e4;
	border-top: 3px solid #f68933;
	letter-spacing: 1px;
	padding-right: 30px;
	padding-left: 20px;
	text-transform: uppercase;
}

.pageBody {
	padding-bottom: 50px;
	padding-top: 35px;
}

.navbar-header {
	float: left;
}
.logo-wrapper {
	background-color: #fff;
	border-radius: 0px 0px 150px 0px;
	position: absolute;
	top: 14px;
	height: 108px;
	margin-left: -9999px;
	padding-left: 9999px;
	z-index: 1000;
	-webkit-box-shadow: 0px 6px 5px -2px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 6px 5px -2px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 6px 5px -2px rgba(50, 50, 50, 0.5);
}
.logo-wrapper .navbar-brand {
	padding-right: 75px;
}
.navbar-brand {
	display: inline-block;
	height: auto;
	float: none;
	padding: 15px 15px 20px 0px;
}

.top-bar {
	background: #fff;
	height: 60px;
	text-align: right;
}
.top-bar .link {
	color: #000;
	display: flex;
	align-content: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 15px;
	float: right;
}
.top-bar .link span > span {
	color: #f68933;
}
.top-bar .link i {
	font-size: 18px;
	margin-left: 5px;
	padding-top: 0px;
	margin-top: 5px;
}
.top-bar > .container {
	position: relative;
}

.bottom-bar {
	background: #6c6f70;
}

.request-links {
	margin: 0px;
	padding: 0px;
}
.request-links > li {
	letter-spacing: 1px;
	margin-bottom: 25px;
}

.request-links a {
	color: #fff;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 20px;
}
.request-links a:hover, .request-links a:focus {
	text-decoration: none;
}
.request-links span {
	color: #f68933;
	display: block;
	font-size: 14px;
	font-weight: 700;
}
.request-links sub {
	bottom: 7px;
	font-size: 60%;
}

.main-container {
	background-color: #fff;
}

.main-header {
	background-color: #f68933;
	padding: 25px 0 0 0;
}

.widget {
	margin-bottom: 50px;
}

.popup-youtube img{
	max-width:100%;
	padding: 0 30px 0 0;
}

.contact-side {
	color: #000;
	font-size: 13px;
	padding-right: 25px;
}
.contact-side .title {
	font-size: 25px;
	margin-bottom: 15px;
}
.contact-side span {
    display: block;
    font-size: 23px;
	line-height: normal;
}

.featured-wrapper {
	background-color: #6c6f70;
}

.featured {
	padding: 0px;
}
.featured .panel {
	background: none;
	border: none;
	border-radius: 0px 20px 20px 0px;
	border-right: 1px solid #c2622d;
	box-shadow: none;
	color: #fff;
	margin: 0px;
	padding: 20px 40px;
}
.featured .panel li {
	margin: 0px;
}
.featured:first-child .panel {
	padding-left: 0px;
}
.featured:last-child .panel {
	border: none;
	padding-right: 0px;
}
.featured .heading {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.featured .date {
	color: #cccccc;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5em;
	text-transform: uppercase;
}
.featured p {
	color: #fff;
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.featured a {
	color: #fff;
}
.featured .fc_thumb {
	float: left;
}
.featured .fc_thumb img {
	height: auto;
	max-width: 100%;
}
.featured .fc_thumb img {
	border-radius: 10px;
	width: 80%;
}
.featured .fc_txt {
	overflow: hidden;
}

.resources-template .solutions {
	margin: 0px;
}
.resources-template .content ul {
	margin: 0px;
}
.resources-template .content ul > li::before {
	display: none;
}

.solutions {
	margin-top: 35px;
}
.solutions .panel {
	background-color: #e2e2e2;
	padding: 20px 30px;
}
.solutions .item {
	color: #000;
}
.solutions .item .title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.solutions p {
	/*font-size: 13px;
	line-height: 17px;	*/
}
.solutions .btn {
	background-color: #f68933;
	border: 1px solid #f68933;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
.solutions .btn:hover, .solutions .btn:focus {
	background-color: #ff760a;
	color: #fff;
}
.solutions .image img {
	height: auto;
	max-width: 100%;
}
.solutions .download {
	color: #000;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	margin-top: 15px;
}
.solutions .download i {
	color: #da251c;
	font-size: 18px;
	margin-right: 10px;
}
.solutions .anchor-listing {
	color: #f68933;
	margin: 50px 0px 25px 0px;
	padding: 0px 25px;
	text-align: center;
}
.solutions .anchor-listing > li {
	display: inline;
	padding: 0px 4px;
}
.solutions .anchor-listing > li::before {
	content: "" !important;
	display: inline !important;
	width: auto !important;
	margin-left: auto !important;
}
.solutions .anchor-listing > li:first-child {
	padding-left: 0px;
}
.solutions .anchor-listing > li:after {
	content: "|";
	padding-left: 11px;
}
.solutions .anchor-listing > li:last-child:after {
	content: "";
}
.solutions .anchor-listing > li a {
	display: inline-block;
	margin-bottom: 5px;
	text-decoration: none;
}
.solutions .anchor {
  display: block;
  height: 95px; /*same height as header*/
  margin-top: -95px; /*same height as header*/
  visibility: hidden;
}

.resources {
	margin-top: 35px;
}
.resources ul > li {
	font-size: 13px;
}
.resources ul > li span {
	font-size: 11px;
}

.social-sticky {
	float: left;
	/*padding: 10px 10px 10px 10px;
	position: absolute;*/
	margin-left: 350px;
	margin-top: 15px;
	z-index: 900;
}
.social-sticky li {
	xdisplay: block !important;
	margin: 0 5px 10px 5px !important;
}
.social-sticky li > a {
	padding: 3px 0;
}
.social-sticky li > a.Facebook {
	background-color: #3B5998;
}
.social-sticky li > a.Twitter {
	background-color: #1DA1F2;
}
.social-sticky li > a.YouTube {
	background-color: #CC181E;
}
.social-sticky li > a.LinkedIn {
	background-color: #0177B5;
}

.video-block {
	display: none;
}

.rsMinW .rsBullets {
	bottom: 0px;
	padding: 10px 0px;
	width: 100%;
	right: auto;
}
.rsMinW .rsBullet {
	height: 10px;
	width: 10px;
	margin: 0px 5px;
	padding: 0px;
}
.rsMinW .rsBullet span {
	background: #cccccc;
	height: 10px;
	width: 10px;
}
.rsMinW .rsBullet.rsNavSelected span {
	background-color: #F68933;
}
.rsMinW .rsArrowLeft {
	left: 37px;
	top: 44%;
	width: 69px;
	height: 70px;
}
.rsMinW .rsArrowRight {
	right: 74px;
	top: 44%;
}
.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
	background: url(../img/arrow_left_transparent.png) no-repeat;
	background-position: center center;
	width: 69px;
	height: 70px;
}
.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
	background: url(../img/arrow_right_transparent.png) no-repeat;
	background-position: center center;
	width: 69px;
	height: 70px;
}

.footer-container {
	background-color: #020202;
	border-top: 2px solid #c2622d;
	padding: 40px 0px 25px 0px;
}

.footer-copyright {
	padding: 25px 0px 0px 0px;
}
.footer-copyright li {
	display:inline-block;
	list-style:none;
	font-size: 12px;
}
.footer-copyright li:after {
	content: "|";
}
.footer-copyright li:last-child:after {
	content: "";
}

footer {
	color: #cccccc;
	font-size: 13px;
	line-height: normal;
}
footer a {
	color: #cccccc;
}
footer a:hover, footer a:hover {
	color: #f68933;
	text-decoration: none;
}
footer .heading {
	color: #f68933;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}

footer .sales a {
	color: #fff;
	text-decoration: underline;
}
footer .sales a:hover, footer .sales a:focus {
	color: #f68933;
}
footer .sales span {
	display: block;
	font-size: 21px;
	margin: 10px 0px;
}

@media (min-width: 769px) {

.dropdown.active .dropdown-menu {
	display: block;
}
.dropdown .dropdown-menu.active {
	display: block;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
}



}

.menu-large {
	position: static !important;
}
.megamenu {
	background-color: #6c6f70 !important;
	background-color: rgba(108,111,112,.90) !important;
	border-radius: 0px;
	padding: 20px 0 20px 0;
	min-height: 140px;
	width:70%;
	left: auto;
	right: 0px;
}
.megamenu> li > ul {
	padding: 0;
	margin: 0;
}
.megamenu> li > ul > li {
	list-style: none;
}
.megamenu> li > ul > li > a {
	padding: 1px 0px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #fff;
	white-space: normal;
	text-decoration: none;
}
.megamenu > li > ul > li > a:hover {
	color: #BF2026;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
	color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.megamenu.dropdown-header {
	color: #428bca;
	font-size: 18px;
}
.megamenu .dropdown-submenu {
	margin: 0px !important;
}
.megamenu .dropdown-submenu .dropdown-menu {
	border: none;
	box-shadow: none;
	display: block;
	position: relative;
}
.megamenu .dropdown-submenu > a {
	border-top: 1px solid #b3b5b4;
	display: block;
	height: 50px;
	padding: 5px 0px 5px 0px;
	white-space: normal;
}
.megamenu .dropdown-submenu .dropdown-menu > li > a:hover,
.megamenu .dropdown-submenu .dropdown-menu > li > a:focus {
	background-color: none !important;
}
@media (max-width: 768px) {
  .megamenu{
    margin-left: 0 ;
    margin-right: 0 ;
	padding: 10px 0px;
  }
  .megamenu> li {
    margin-bottom: 30px;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;

  }
  .navbar-nav .open .dropdown-menu .dropdown-header{
	color:#fff;
  }
}

/* END: Custom Site Styles */

/* BEGIN: Default Template Styles */
.breadcrumb {
	background: none;
	border-radius: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 13px;
}
.breadcrumb ul > li {
	color: #fff;
	display: inline-block;
	margin: 0px;
	text-transform: lowercase;
}
.breadcrumb ul > li a {
	color: #fff;
}
.breadcrumb ul > li.active {
	color: #000;
	font-weight: bold;
	text-transform: none;
}
.breadcrumb ul > li + li:before {
	font-family: FontAwesome;
	content: "\f105";
	color: #fff;
	padding: 0px 3px;
}

.searchNews {
    margin-bottom: 25px;
}
.searchNews input[type="text"] {
    background: #fff none repeat scroll 0 0 !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0;
    padding-left: 10px;
}
.searchNews .btn-default {
    background: #77aec5 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
}
.newsNav ul {
    margin: 0 0 25px;
    padding: 0;
}
.newsNav ul li {
    border-bottom: 1px solid #e4e5e5;
    font-size: 13px;
    font-weight: 700;
    list-style-type: none;
    padding: 10px 20px;
    text-transform: uppercase;
}
.newsNav ul li i {
    padding-right: 10px;
}
.newsNav ul li .date {
    font-weight: 100;
    text-transform: uppercase;
}
.newsNav ul li .day {
    font-size: 24px;
    margin-right: 5px;
}

.sideNav ul {
    border-top: 1px solid #dbc7b0;
    margin: 0 0 45px 0;
}
.sideNav ul > li {
    border-bottom: 1px solid #dbc7b0;
	font-size: 13px;
	margin: 0px;
}
.sideNav ul > li > a {
	color: #666;
	display: block;
	padding: 8px 25px;
	text-decoration: none;
}
.sideNav ul > .selected a {
	font-weight: bold;
}
.sideNav ul > li > a:hover, .sideNav ul > li > a:focus, .sideNav ul > li > a:active, .sideNav ul > .selected a {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.footerNav > li {
	line-height: 21px;
	margin: 0px;
	padding-bottom: 5px;
}

.pagination {
	margin: 0px !important;
}
.pagination > li::before {
	content: "" !important;
	display: inline !important;
	width: auto !important;
	margin-left: auto !important;
}
.pagination > li > a, .pagination > li > span {
    color: #404041;
    font-size: 15px;
    border: 1px solid #e0e2e2;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: none;
    border: 1px solid #f68933;
    color: #404041;
}
.pagination > li > a:hover {
    background: none repeat scroll 0 0 #f68933;
    border: 1px solid #f68933;
    color: #fff;
}

.post-pagination ul {
	margin: 10px 10px 10px 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	background: #FCFCFC;
}
.post-pagination ul li {
	display: inline-block;
	width: 49%;
	padding: 1em;
	vertical-align: top;
	margin: 0px;
	min-height: 91px;
}
.post-pagination ul li:before {
	display: none;
}
.post-pagination ul li:last-child {
	border-left: 5px solid #F5F5F5;
}
.post-pagination .post h5 {
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
}

.news-content .news-header {
	border-bottom: 1px solid #e2e3e4;
	margin-bottom: 25px;
}
.news-content .newsDate {
	border: 1px solid #f68933;
	border-radius: 5px;
	color: #6c6f70;
	display: inline-block;
	padding: 0px 25px;
}
.news-content .newsDate span {
	display: block;
	text-align: center;
}
.news-content .newsDate .day {
	font-size: 32px;
	font-weight: 700;
	padding: 15px 0px 5px 0px;
}
.news-content .newsDate .month {
	font-size: 14px;
	padding: 0px 0px 15px 0px;
	text-transform: uppercase;
}
.news-content article {
    margin-bottom: 25px;
}
.news-content h3 {
	color: #6c6f70;
    font-size: 27px;
    font-weight: 400;
    margin: 0px 0px 25px 0px;
}
.news-content h3 a {
	color: #6c6f70;
}
.news-content .label {
    color: #5a5b5b;
	font-size: inherit;
    padding: 0 5px 0 0;
    text-transform: uppercase;
}
/*.news-content hr.seperator {
    background: none repeat scroll 0 0 #cccccc;
    height: 2px;
    margin: 15px 0px 35px 0px;
}*/
.news-content figure {
    margin-bottom: 20px;
}
.news-content .btn:hover {
    background: none repeat scroll 0 0 #3b6cb4;
    color: #fff;
}
ul.newsMeta {
    margin: 0;
    padding: 0;
}
ul.newsMeta li {
    color: #3b6cb4;
    display: inline-block;
    font-size: 13px;
    list-style-type: none;
	margin: 0px;
}
ul.newsMeta li::before {
	content: "" !important;
	display: inline !important;
	width: auto !important;
	margin-left: auto !important;
}
ul.newsMeta li:first-child {
    margin-right: 10px;
}
/* END: Default Template Styles */

/* 404 Page Styles */
.error-404 {
    font-size: 100px;
}

/* FORM STYLES */
.form_holder {
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	/*-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ccc;*/
}

.requiredText {
	color:#cc0000;
	font-size:12px;
}

.formError {
	color:#cc0000;
	font-size:12px;
	margin-top:5px;
}

.fielderror {
	border-color: #cc0000 !important;
	box-shadow: none;
	border-width: 1px;
}

.control-label {
	font-size:14px;
	color:#666;
}

.legendForm {
	margin-bottom: 20px;
	padding:20px 0px 10px 0px;
}

.btn-form {
	background-color:#a1d0de;
	color:#333 !important;
	border: 0px;
	border-radius: 0px;
	font-size: 16px;
	letter-spacing: 2px;
	/*margin-top:20px;*/
	width:170px;
	text-decoration: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-color:#ffcc33;
}

.btn-default {
    background: none repeat scroll 0 0 #f68933;
	border: 1px solid #f68933;
	color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
	background: #fff !important;
	border: 1px solid #f68933 !important;
	color: #f68933 !important;
}

.btn-featured {
	border: 1px solid #ccc;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	margin-top: 15px;
	padding: 8px 15px;
	text-transform: uppercase;
}
.btn-featured:hover {
	background-color: #F68933;
	color: #fff;
}

.btn-form:hover, .btn-donate:focus, .btn-donate:active, .active.btn-donate, .open > .btn-donate.dropdown-toggle {
	background-color:#315A96;
	color: #fff !important;
}

.fieldLabelTxt {
	font-size: 13px;
}

.form-horizontal .control-label {
	text-align: left !important;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
	display: block;
	margin: 0 10px 0 0;
}

/* Social Media */
.share {
    margin-top: 30px;
}
.share ul {
    margin: 0;
    padding: 0;
}
.share ul li {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-right: 20px;
    text-transform: uppercase;
}
.share ul li::before {
	content: "" !important;
	display: inline !important;
	width: auto !important;
	margin-left: auto !important;
}
.share ul li:first-child {
    margin-right: 10px;
}
.share ul li a {
    color: #636363;
    text-decoration: none;
}
.share ul li a:hover {
    color: #000;
}
.share ul li i {
    margin-right: 5px;
}

.social ul {
	margin: 0px;
	padding: 0px;
}
.social ul > li {
    list-style-type: none;
    display: inline-block;
	margin: 0px 0px 5px 5px;
}
.social a {
    background-color: #525454;
    border-radius: 4px;
    color: #fff;
    display: block;
    padding: 5px 0;
    width: 30px;
	text-align: center;
}
.social li > a.Facebook {
	background-color: #3B5998;
}
.social li > a.Twitter {
	background-color: #000;
}
.social li > a.YouTube {
	background-color: #CC181E;
}
.social li > a.LinkedIn {
	background-color: #0177B5;
}

/*START:HomeMarquee*/
.royalSlider {
	width: 100%;
	max-height: 600px;
	height: 60vh;
	min-height: 455px;
}

.rsContent{
	max-height: 600px;
	height: 60vh;
	min-height: 455px;
	width:100%;
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
	/*transition: background-position 2.5s ease,*/
	/*opacity 400ms ease-in-out !important;*/
}

.rsActiveSlide .rsContent{
	/*transition: background-position 0.5s ease;*/
	/*background-position:top right;*/
}

	/*MoveTop*/
	.rsContent.moveTop{
		transition: background-position 2.5s ease,
		opacity 400ms ease-in-out !important;
		background-position:top center;
	}
	.rsActiveSlide .rsContent.moveTop{
		transition: background-position 0.5s ease;
		background-position:bottom center;
	}

	/*MoveBottom*/
	.rsContent.moveBottom{
		transition: background-position 2.5s ease,
		opacity 400ms ease-in-out !important;
		background-position:bottom center;
	}
	.rsActiveSlide .rsContent.moveBottom{
		transition: background-position 0.5s ease;
		background-position:top center;
	}

	/*MoveTopLeft*/
	.rsContent.moveTopLeft{
		transition: background-position 10s ease,
		opacity 400ms ease-in-out !important;
		background-position:top left;
	}
	.rsActiveSlide .rsContent.moveTopLeft{
		transition: background-position 0.5s ease;
		background-position:center right;
	}

	/*ZoomIn*/
	.rsContent.zoomIn{
		transition: background-size 2.5s ease,
		opacity 400ms ease-in-out !important;
		background-size:100%;
		transition: background-size 2s ease-in;
		-moz-transition: background-size 2s ease-in;
		-ms-transition: background-size 2s ease-in;
		-o-transition: background-size 2s ease-in;
		-webkit-transition: background-size 2s ease-in;
	}
	.rsActiveSlide .rsContent.zoomIn{
		transition: background-size 0.5s ease;
		transition: background-size 2s ease-in;
		-moz-transition: background-size 2s ease-in;
		-ms-transition: background-size 2s ease-in;
		-o-transition: background-size 2s ease-in;
		-webkit-transition: background-size 2s ease-in;
		background-size:150%;
	}

.rsABlock {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	height: 140px;
	background-color: rgba(0,0,0,.7);
	padding: 15px 0px;
}
.rsABlock .slide-content .title {
	color: #fff;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 5px;
}
.rsABlock .slide-content ul > li {
	color: #e2e2e2;
	font-size: 14px;
	position: relative;
	background: url('../img/arrow_right.png') no-repeat left 7px;
	padding-left: 20px;
	display: block;
	margin: 0px;
}
.rsABlock .slide-content .btn {
	margin-top: 5px;
}
.marquee-wrapper .border {
	border: 1px solid #ccc;
	border-radius: 0px 0px 0px 50px;
	border-top: none;
	border-right: none;
	position: absolute;
	z-index: 100;
	left: 41%;
	top: auto;
	right: 0px;
	height: 425px;
	pointer-events: none;
}


/*END:HomeMarquee*/


/*START: Solutions Carousel*/
.our-solutions-wrapper {
	background-color: #f68933;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.75);
	position: relative;
}
.our-solutions h3 {
	color: #000;
	font-size: 23px;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 20px 0 15px 0;
	padding: 0px 15px;
	text-transform: uppercase;
}
.our-solutions-carousel {
	margin-bottom: 20px;
}
.our-solutions-carousel .owl-item:hover .item{
  position: relative;
  transform: scale(1, 1);
  transition-duration: .5s;
}
.our-solutions-carousel .owl-item:hover{
  z-index:999;
}
.our-solutions-carousel .owl-item .item{
	transition-duration: .5s;
	transform: scale(.9, .9);
	text-align: center;
}
.our-solutions-carousel .owl-item .item img{
	max-width: 100%;
	width: auto;
	height: auto;
	display: inline;
}
.our-solutions-carousel .owl-item .item span{
	display: none;
}
.our-solutions-carousel .owl-item .item:hover span{
	display: block;
	background: rgba(0,0,0,.8);
	border-radius: 15px;
	position: absolute;
	top: 1px;
	right: 0;
	bottom: 0;
	left: 1px;
	z-index: 1000;
}
.our-solutions-carousel .solution-text{
	position: absolute;
	top:50%;
	left:50%;
	opacity: 0;
	transform:translate(-50%,-50%);
	transition-duration: 0s;
  	z-index: 2000;
	font-weight: bold;
	font-size: 13px;
	width: 200px;
	text-align: center;
}
.our-solutions-carousel.owl-carousel .owl-item:hover .solution-text{
	color: #fff;
	opacity:1;
	transition-duration: .5s;
}
.our-solutions-carousel.owl-theme .owl-controls .owl-nav div {
	position: absolute;
}
.our-solutions-carousel.owl-theme .owl-controls .owl-nav .owl-prev{
	left: -20px;
	top: 38px;
}
.our-solutions-carousel.owl-theme .owl-controls .owl-nav .owl-next{
	right: -20px;
	top: 38px;
}
/*END: Solutions Carousel*/


ul.listingNav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
}

ul.listingNav > li {
    float: left;
}

ul.listingNav > li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

ul.listingNav > li a:hover {
    background-color: #111111;
}





/*TRANSFINDER UNIVERSITY MAP STYLES*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/

#map{
	display:block;
	width:100%;
	position:relative;
	float:left;
	height:400px;
	margin: 0 0 40px 0;
}
body.pinned{
	overflow: hidden;
	height:100%;
	position: fixed;
	width:100%;
}
#modaloverlay{
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:none;
	z-index: 5000;
	background:rgba(56, 56, 56, 0.8);
}
#modaloverlay.active{
	display:block;
}

#mapmodal{
	max-width: 600px;
	max-height: 700px;
	height:90%;
	width:90%;
	display:none;
	position: fixed;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	overflow: hidden;
	z-index: 6000;
}
#mapmodal.short{
	height:400px;
}
#mapmodal.active{
	display:block;
}
.modalwrap{
	background:#ffffff;
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom: 0;
	overflow-y: scroll;
	display:block;
	padding: 15px;
}
.modalwrap.noModal{
	position: relative;
	top:auto;
	right:auto;
	left:auto;
	bottom:auto;
	overflow-y: auto;
}
.modalscrollpad{
	display:block;
	width:100%;
	position:relative;
	float:left;
	padding: 25px;
}
#mCSB_1_scrollbar_vertical{
	top:55px;
}
.modalwrap::-webkit-scrollbar {display:none;}

.modalwrap h3{
	display:block;
	width:100%;
	position:relative;
	float:left;
	font-size:22px;
	color:#6c6f70;
	margin: 0 0 7px 0;
}
.modalwrap h4{
	display:block;
	width:100%;
	position:relative;
	float:left;
	font-size:15px;
	color:#f68933;
	-webkit-transition: color 250ms ease;
	-moz-transition: color 250ms ease;
	-ms-transition: color 250ms ease;
	-o-transition: color 250ms ease;
	transition: color 250ms ease;
}
.modalwrap h3 span{
	color:#f68933;
}
.modaltitle{
	font-weight: bold;
	color: #464646;
	font-size: 16px;
}

.modalwrap .description{
	display:block;
	width:100%;
	position:relative;
	float:left;
}
.modalwrap .description p{
	display:block;
	width:100%;
	position:relative;
	float:left;
	font-size: 12px;
    line-height: 15px;
    margin: 8px 0 0 0;
	color: #111;
	-webkit-transition: color 250ms ease;
	-moz-transition: color 250ms ease;
	-ms-transition: color 250ms ease;
	-o-transition: color 250ms ease;
	transition: color 250ms ease;
}
.modalwrap .selected h4,
.modalwrap .selected .description p,
.selected .modaltitle{color:#fff;}


.modalwrap form{
	display:block;
	width:100%;
	position:relative;
	float:left;
}
.modalwrap form select,
.modalwrap form input[type="text"],
.modalwrap form textarea,
.modalwrap form input[type="tel"],
.modalwrap form input[type="email"]{
	display:block;
	width:100%;
	position:relative;
	float:left;
	font-weight:bold;
	padding: 6px 10px;
	font-size:16px;
	color:#222;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
	border: 1px solid #d2d2d2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.modalwrap form select.error,
.modalwrap form input[type="text"].error,
.modalwrap form input[type="tel"].error,
.modalwrap form input[type="email"].error{
	border-color:#ff0000;
}

.modalwrap form input::-webkit-input-placeholder {color: #777;}
.modalwrap form input::-moz-placeholder {color: #777;}
.modalwrap form input:-ms-input-placeholder {color: #777;}
.modalwrap form input:-moz-placeholder {color: #777;}

.modalwrap form select{
	background-image:url('../img/droparrow.png');
	background-repeat:no-repeat;
	background-position: right 10px center;
	background-size: 21px;
	color: #b3b3b3;
}
.modalwrap form select.good{
	color:#222;
}

.modalwrap .buttonwrap{
	display:block;
	width:100%;
	position:relative;
	float:left;
	text-align: center;
	margin: 20px 0 0 0 ;
}
.modalwrap form input[type="submit"]{
	display:inline;
	padding: 10px 30px;
	background:#f68933;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
	border:none;
}
.modalwrap #events{
	display:block;
	width:100%;
	position:relative;
	float:left;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #f2f2f2;
}
.modalwrap #events .event{
	display:block;
	width:100%;
	position:relative;
	float:left;
	margin: 0 0 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d2d2d2;
	padding: 10px 25px;
	-webkit-transition: background 250ms ease;
	-moz-transition: background 250ms ease;
	-ms-transition: background 250ms ease;
	-o-transition: background 250ms ease;
	transition: background 250ms ease;
}
.modalwrap #events .event:hover{
	cursor:pointer;
	border: 1px solid #f68933;
}
.modalwrap #events .event.selected{
	border: 1px solid #f68933;
	background:#f68933;
	color:#fff;
}
.modalwrap #events .event.selected:before{
	border: 1px solid #ddd;
	content: '\f00c';
	font-family: 'FontAwesome';
	left:-15px;
	top:50%;
	position:absolute;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width:30px;
	height:30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display:block;
	position: absolute;
	background:#f68933;
	color:#fff;
	text-align: center;
	font-size:20px;
	padding: 4px 0 0 0;
}

#modalclose{
	z-index: 7000;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 46px;
	height: 46px;
	display: block;
	text-align: center;
	padding: 8px;
	font-size: 28px;
	color: #8e8e8e;
}
#modalclose:hover{
	color:#333;
	cursor:pointer;
}

.modalwrap form .formrow{
	display:block;
	width:100%;
	position:relative;
	float:left;
	margin: 0 0 8px 0;
}
/*SINGLE*/
.modalwrap form .formrow.single input{
	width:100%;
	margin: 0;
}

/*DOUBLE*/
.modalwrap form .formrow input{
	width:49%;
	margin: 0 1% 0 0;
}
.modalwrap form .formrow input:nth-child(2){
	margin: 0 0 0 1%;
}
/*TRIPLE*/
.modalwrap form .formrow.triple input{
	width:32%;
	margin: 0 2% 0 0;
}
.modalwrap form .formrow.triple :nth-child(2){
	width:32%;
	margin: 0 2% 0 0 ;
}
.modalwrap form .formrow.triple :nth-child(3){
	width:32%;
	margin: 0;
}




#tutable{
	display:block;
	width:100%;
	position:relative;
	float:left;
	background:#d2d2d2;
	margin: 0 0 30px 0;
	padding: 10px;
}
#tutable .row{
	display:block;
	width:100%;
	position:relative;
	float:left;
	margin: 0;
	padding:0;
	background: #f1f1f1;
}
#tutable .row:nth-child(odd){
	background:#fefefe;
}
#tutable .row > div{
	padding: 5px;
	float:left;
	display:block;
}
#tutable .row.heading{
	font-weight:bold;
	border-bottom: 1px solid #d2d2d2;
}

#tutable .row .title{
	width:30%;
}
#tutable .row .date{
	width:30%;
}
#tutable .row .loc{
	width:30%;
}
#tutable .row .reg{
	width:10%;
	padding: 5px 5px 0 5px;
}

#tutable .row .reg button{
	background:#f68933;
	color:#fff;
	float:left;
	padding: 5px;
	font-size:13px;
	line-height: 13px;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
	border:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#tutable .row .reg button:hover{
	cursor:pointer;
	background: #d8670e;
}
.errorbox{
	display:block;
	width:100%;
	position:relative;
	float:left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background:#f2f2f2;
	padding: 20px;
	margin: 0 0 20px 0;
}
.errorbox h3{
	color:#ff0000;
	margin: 0 0 5px 0;
}
.errorbox p{
	color:#ff0000;
	font-weight: bold;
	margin: 0;
	font-size:15px;
	line-height: 17px;
}

/*SUCCESS*/
.success{
	display:block;
	width:100%;
	position:relative;
	float:left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background:#29a921;
	padding: 20px 60px 20px 120px;
	margin: 0 0 20px 0;
}
.success:before{
	content: '\f00c';
	font-family: 'FontAwesome';
	font-size:80px;
	color:#fff;
	position: absolute;
	top:50%;
	left:15px;

	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.success h2{color:#fff;font-size: 28px;margin: 0 0 10px 0;}
.success p{margin: 0;color:#fff;font-size:18px;}

@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }

.fadeIn {
    -webkit-animation-name: fadeIn; animation-name: fadeIn;
    -webkit-animation-duration: .5s; animation-duration: .5s;
    -webkit-animation-fill-mode: both; animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.fadeInUp {
    -webkit-animation-name: fadeInUp; animation-name: fadeInUp;
    -webkit-animation-delay: .3s; animation-delay:.3s;
    -webkit-animation-duration: .5s; animation-duration: .5s;
    -webkit-animation-fill-mode: both; animation-fill-mode: both;
}

@media (max-width:768px){

	#map{
		height:300px;
	}
	#tutable .row > div{
		font-size:13px;
		padding: 3px;
	}

	#tutable .row .loc{
		width:25%;
	}
	#tutable .row .reg{
		width:15%;
		padding: 5px 5px 0 5px;
	}


}@media (max-width:600px){

	#tutable .row.heading{display:none;}
	#tutable .row {padding: 5px 5px 40px 5px;}
	#tutable .row .title,
	#tutable .row .date,
	#tutable .row .loc{
		width:100%;
		padding: 0;
		line-height: 16px;
	}
	#tutable .row .title{font-weight:bold;}

	#tutable .row .reg{
		padding: 0;
		position: absolute;
		bottom: 10px;
		left:5px;
	}



	.modalwrap form .formrow{margin: 0;}
	.modalwrap form .formrow select,
	.modalwrap form .formrow input{
		width:100% !important;
		margin: 0 0 7px 0 !important;
	}

	.modalwrap form input[type="submit"]{
		width:100%;
		font-size:20px;
	}


	/*SUCCESS*/
	.success{
		padding:  15px;
		text-align: center;
	}
	.success:before{
		font-size:40px;
		display:block;
		width:100%;
		position:relative;
		float:left;
		top:0;
		margin: 0 0 20px 0;
		left:0;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
	.success h2{color:#fff;font-size: 22px;margin: 0 0 10px 0;}
	.success p{margin: 0;color:#fff;font-size:14px;line-height: 16px;}


}


/* WHITEPAPER FORM */
.panel-warning ul li{
	list-style: square;
}
form.whitepaperform{
	width:100%;
	position:relative;
	float:left;
	display:none;
	margin: 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 2px solid #d5d6d7;
}
form.whitepaperform.active{display:block;}
.whitepaperButton{
	background: #777777;
	color: #fff;
	float: left;
	padding: 10px;
	font-size: 13px;
	line-height: 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.whitepaperButton:hover{
	cursor:pointer;
	background: #555555;
}
form.whitepaperform input[type="submit"]{
	background: #f68933;
	color: #fff;
	float: right;
	padding: 10px 30px;
	font-size: 16px;
	line-height: 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
form.whitepaperform input[type="submit"]:hover{
	cursor:pointer;
	background: #d8670e;
}
.cf{
	clear:both;
}
.form_holder_wp{
	display:block;
	width:100%;
	position:relative;
	float:left;
}
li.collateral{
	display:block;
	width:100%;
	position:relative;
	float:left;
}

form.whitepaperform input.error{
	border-color:#f00;
}

@media (max-width: 768px) {
	.box{
		float:left;
		width:100%;
	}
}



/* Custom Form */
/* Seen on Stopfinder Solutions Page */

/* .customForm{
	display:block;
	width:100%;
	position:relative;
	float:left;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:1px solid #aeaeae;
	margin: 10px 0 40px 0;
}

.customForm form select,
.customForm form input[type="text"],
.customForm form input[type="tel"],
.customForm form input[type="email"]{
	display:block;
	width:100%;
	position:relative;
	float:left;
	font-weight:bold;
	padding: 6px 10px;
	font-size:16px;
	color:#222;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
	border: 1px solid #d2d2d2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.customForm form select.error,
.customForm form input[type="text"].error,
.customForm form input[type="tel"].error,
.customForm form input[type="email"].error{
	border-color:#ff0000;
}

.customForm form input::-webkit-input-placeholder {color: #777;}
.customForm form input::-moz-placeholder {color: #777;}
.customForm form input:-ms-input-placeholder {color: #777;}
.customForm form input:-moz-placeholder {color: #777;}

.customForm form select{
	background-image:url('../img/droparrow.png');
	background-repeat:no-repeat;
	background-position: right 10px center;
	background-size: 21px;
	color: #b3b3b3;
}
.customForm form select.good{
	color:#222;
}

.customForm .buttonwrap{
	display:block;
	width:100%;
	position:relative;
	float:left;
	text-align: center;
	margin: 20px 0 0 0 ;
}
.customForm form input[type="submit"]{
	display:inline;
	padding: 10px 30px;
	background:#f68933;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
	border:none;
} */
.buttonwrapper{
	display:block;
	width:100%;
	position:relative;
	float:left;
	padding:10px 0 30px 0;
}
.modalbutton{
    display:block;
    width:auto;
    position:relative;
    float:left;
    padding: 10px 30px;
    background: #f68933;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
}
.modalbutton:hover{
	cursor:pointer;
	background: #e17520;
}

.successbox{
	color: #135f31;
	display:block;
	width:100%;
	position:relative;
	float:left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #81b381;
	background: #d3f5d3;
	padding: 30px;
	margin: 0 0 30px 0;
}
.successbox h3{
	font-size:25px;
	color: #135f31;
}
.successbox p{
	margin: 0;
}


@media print {
	a[href]:after {
		content: none !important;
	}
	.sidebar.box, .footer-container, .top-bar {
		display: none;
	}
	.pageBody {
		padding: 0px;
	}
}


/**/

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.button-bar.captcha {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: baseline;
}

#accordion .card {
	margin-bottom: 1em;	
	border: 1px solid #e2e2e2;
	border-radius: 4px;
}
#accordion .card-header {
	background-color: #e2e2e2;
}
#accordion .card-header a {
	display: flex;
	align-items: center;
	padding: .5em;	
}
#accordion .card-header h5 {
	color: #404041;
	font-size: 17px;
	font-weight: bold;
	margin-left: .5em;
}
#accordion .card-body {
	padding: 1em;
}

.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}
.fa.fa-youtube::before{
	content:"\f16a";
	font-size:1.1em;
}