/* CSS Document */

:root {
	-pro-var-bg-color: #333333;
	-pro-var-row1-bg-color: #097a97;
	-pro-var-row2-bg-color: #22485b;
	-pro-var-feature-bg-color: #ffffff;
	
}

/***************************************************************************** 
 *
 * Header Div Style
 *
 ****************************************************************************/
.pro-header {
	background-color: #367FA9; /* 0077bb; */
}


/*****************************************************************************
 *
 * Menu in Header
 *
 ****************************************************************************/
#header-menu .navbar li {
	margin-left: 0.2rem;
	margin-right: 0.2rem;
}

#header-menu .navbar li a {
	color: #FFF;
	font-size: 1.15rem;
}

#header-menu .navbar li a:hover {
	color: #000;
}

#header-menu .navbar li.active a {
	color: #FFF;   /* #555 */
}

/*************************************************************************
 *
 * Menu - Icon
 *
 ************************************************************************/

.menu-icon {
	color: #aaaaaa;
	fill: #aaaaaa;
	font-size: 32px;
}
.menu-icon:hover {
	color: #dddddd;
}



/*************************************************************************
 *
 * Search - Icon
 *
 ************************************************************************/

.search-icon {
	color: #aaaaaa;
	fill: #aaaaaa;
	font-size: 32px;
}
.search-icon:hover {
	color: #dddddd;
}

/*************************************************************************
 *
 * Search - Pane
 *
 ************************************************************************/

#searchContainerDiv {
	background: #367FA9;
}

.searchIsOpen {
	display: block;
}

.searchIsClosed {
	display: none;
}

#search {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	vertical-align: middle;
}

#searchContainerDiv h1, #searchContainerDiv h2, #searchContainerDiv label {
	color: #fff;
}
#searchContainerDiv p, #searchContainerDiv h3, #searchContainerDiv h4, #searchContainerDiv h5 {
	 color: #ddd;
}
#searchContainerDiv small {
	color: #ddd !important;
}

/*****************************************************************************
 *
 * Feature Div Style
 *
 ****************************************************************************/
#featureWideContainerDiv {
	background-color: #367FA9;
}

#featureWideContainerDiv h1, #featureWideContainerDiv h2 {
	color: #fff;
}
#featureWideContainerDiv p, #featureWideContainerDiv h3, #featureWideContainerDiv h4, #featureWideContainerDiv h5 {
	color: #ddd;
}


/*****************************************************************************
 *
 * Ribbon Menu
 *
 ****************************************************************************/
#ribbonMenuContainerDiv {
	background-color: #eee;
}

#ribbon-menu .navbar li a {
	color: #3C8DBC;
}

#ribbon-menu .navbar li a:hover {
	color: #000;
}

#ribbon-menu .navbar li.active a {
	color: #555;
}

.shortcut-icon {
	margin-right: 10px;
	font-size: 2em;
}

@media (max-width: 576px) {			/*  Small Device - Phone Portrait       */
	#ribbon-menu .shortcut-text {
		display: none;
	}
}
@media (min-width: 576px) {			/*  Small Device - Phone Landscape    sm */
	#ribbon-menu .shortcut-text {
		display: none;
	}
}
@media (min-width: 768px) {			/*  Medium Device - Tablets          md */
	#ribbon-menu .shortcut-text {
		display: inline;
	}
}
@media (min-width: 992px) {			/*  Desktop Device                   lg */
	#ribbon-menu .shortcut-text {
		display: inline;
	}
}
@media (min-width: 1200px) {		/*  Large Desktop Device             xl */
	#ribbon-menu .shortcut-text {
		display: inline;
	}
}

/*****************************************************************************
 *
 * Breadcrumb Styles
 *
 * These override the BootStrap
 *
 ****************************************************************************/
.breadcrumb {
	background-color: initial;
	margin-bottom: 0rem;
}
.small {
	font-size: 80% !important;
}
.very-small {
	font-size: 50% !important;
}

/*****************************************************************************
 *
 * Content Testamonial Styles
 *
 ****************************************************************************/
#content-testimonials {
	background: #555555; /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #aaaaaa , #555555); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #aaaaaa , #555555); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border-radius: 30px;
	padding: 1%;
	margin-top: 3%;
	margin-bottom: 3%;
	color: #FFFFFF;
}
#content-testimonials .content-testimonials-text p {
	color: #FFFFFF;
	line-height: 1.5em;
}
#content-testimonials .content-testimonials-text a {
	color: #FFFFFF;
	text-decoration: none;
}
#content-testimonials .content-testimonials-text a:hover {
	color: #FFB771;
}
#content-testimonials .content-testimonials-text h4 {
	color: #bbbbbb;
	font-size: 80%;
}
@media (max-width: 576px) {			/*  Small Device - Phone Portrait       */
	#content-testimonials .content-testimonials-icon {
		font-size: 25px;
	}
	#content-testimonials .content-testimonials-text p {
		font-size: 12px;
		font-style: italic;
	}
}
@media (min-width: 576px) {			/*  Small Device - Phone Landscape    sm */
	#content-testimonials .content-testimonials-icon{
		font-size: 30px;
	}
	#content-testimonials .content-testimonials-text p {
		font-size: 14px;
		font-style: italic;
	}
}
@media (min-width: 768px) {			/*  Medium Device - Tablets          md */
	#content-testimonials .content-testimonials-icon {
		font-size: 40px;
	}
	#content-testimonials .content-testimonials-text p {
		font-size: 18px;
		font-style: italic;
	}
}
@media (min-width: 992px) {			/*  Desktop Device                   lg */
	#content-testimonials .content-testimonials-icon {
		font-size: 45px;
	}
	#content-testimonials .content-testimonials-text p {
		font-size: 18px;
		font-style: italic;
	}
}
@media (min-width: 1200px) {		/*  Large Desktop Device             xl */
	#content-testimonials .content-testimonials-icon {
		font-size: 45px;
	}
	#content-testimonials .content-testimonials-text p {
		font-size: 18px;
		font-style: italic;
	}
}
/*****************************************************************************
 *
 * Row Testimonial Styles
 *
 ****************************************************************************/

#pro-row-testimonials {
	background-color: #367FA9;
	color: #FFFFFF;
	position: relative;
}

#pro-row-testimonials > .container:before {
   content: " ";
   position: absolute;
   z-index: -1;
   left: 0;
   width: 100%;
   background: #367FA9;
   transform: skew(0deg, -1deg);
}

#pro-row-testimonials > .container:after {
	content: " ";
	position: absolute;
	z-index: -1;
	left: 0;
	width: 100%;
	background: #367FA9;
	transform: skew(0deg, -1deg);
}

.row-testimonials-text p {
    color: #FFFFFF;
    line-height: 1.5em;
}
.row-testimonials-text a {
    color: #FFFFFF;
    text-decoration: none;
}
.row-testimonials-text a:hover {
    color: #FFB771;
}
.row-testimonials-text h4 {
    color: #bbbbbb;
    font-size: 80%;
}
@media (max-width: 576px) {			/*  Small Device - Phone Portrait       */
	.row-testimonials-icon {
		font-size: 25px;
	}
	.row-testimonials-text {
		font-size: 12px;
		font-style: italic;
	}
	#pro-row-testimonials > .container:before{
		top: -25px;
		height: 50px;
	}
	#pro-row-testimonials > .container:after {
		bottom: -25px;
		height: 50px;
	}
	#pro-row-testimonials {
		margin-top: 35px;
		margin-bottom: 35px;
	}
}
@media (min-width: 576px) {			/*  Small Device - Phone Landscape    sm */
	.row-testimonials-icon{
		font-size: 30px;
	}
	.row-testimonials-text {
		font-size: 14px;
		font-style: italic;
	}
	#pro-row-testimonials > .container:before{
		top: -25px;
		height: 50px;
	}
	#pro-row-testimonials > .container:after {
		bottom: -25px;
		height: 50px;
	}
	#pro-row-testimonials {
		margin-top: 35px;
		margin-bottom: 35px;
	}
}
@media (min-width: 768px) {			/*  Medium Device - Tablets          md */
	.row-testimonials-icon {
		font-size: 50px;
	}
	.row-testimonials-text {
		font-size: 18px;
		font-style: italic;
	}
	#pro-row-testimonials > .container:before{
		top: -40px;
		height: 80px;
	}
	#pro-row-testimonials > .container:after {
		bottom: -40px;
		height: 80px;
	}
	#pro-row-testimonials {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}
@media (min-width: 992px) {			/*  Desktop Device                   lg */
	.row-testimonials-icon {
		font-size: 65px;
	}
	.row-testimonials-text {
		font-size: 24px;
		font-style: italic;
	}
	#pro-row-testimonials > .container:before{
		top: -70px;
		height: 150px;
	}
	#pro-row-testimonials > .container:after {
		bottom: -70px;
		height: 150px;
	}
	#pro-row-testimonials {
		margin-top: 90px;
		margin-bottom: 90px;
	}
}
@media (min-width: 1200px) {		/*  Large Desktop Device             xl */
	.row-testimonials-icon {
		font-size: 65px;
	}
	.row-testimonials-text {
		font-size: 24px;
		font-style: italic;
	}
	#pro-row-testimonials > .container:before{
		top: -70px;
		height: 150px;
	}
	#pro-row-testimonials > .container:after {
		bottom: -70px;
		height: 150px;
	}
	#pro-row-testimonials {
		margin-top: 90px;
		margin-bottom: 90px;
	}

}


/*****************************************************************************
 *
 * Terms And Conditions Styles
 *
 ****************************************************************************/
/* .termsAndConditions {
} */
.termsAndConditions dd:after {
	clear: both;
}
.definitions {
	margin: 0 1% 0 1%;
	border: thick;
}
.definitions td:nth-child(1) {
	font-weight: bold;
	width: 20%;
}
.definitions td:nth-child(2) {
	width: 80%;
}
@media (max-width: 576px) {			/*  Small Device - Phone Portrait       */
	.termsAndConditions dt {
		margin-left: 0em;
		float: left;
		padding-top: 0.25em;
		color: #367FA9;
		font-weight: normal;
	}
	.termsAndConditions dd {
		margin-left: 2.5em;
		padding: 0.25em 0;
	}
	.termsAndConditions h2 {
		font-size: 1.3em !important;
	}
}
@media (min-width: 576px) {			/*  Small Device - Phone Landscape    sm */
	.termsAndConditions dt {
		margin-left: 0em;
		float: left;
		padding-top: 0.25em;
		color: #367FA9;
		font-weight: normal;
	}
	.termsAndConditions dd {
		margin-left: 2.5em;
		padding: 0.25em 0;
	}
	.termsAndConditions h2 {
		font-size: 1.3em !important;
	}
}
@media (min-width: 768px) {			/*  Medium Device - Tablets          md */
	.termsAndConditions dt {
		margin-left: 0em;
		float: left;
		padding-top: 0.25em;
		color: #367FA9;
		font-weight: normal;
	}
	.termsAndConditions dd {
		margin-left: 2.5em;
		padding: 0.25em 0;
	}
	.termsAndConditions h2 {
		font-size: 1.8em !important;
	}
}
@media (min-width: 992px) {			/*  Desktop Device                   lg */
	.termsAndConditions dt {
		margin-left: 1em;
		float: left;
		padding-top: 0.25em;
		color: #367FA9;
		font-weight: normal;
	}
	.termsAndConditions dd {
		margin-left: 5em;
		padding: 0.25em 0;
	}
	.termsAndConditions h2 {
		font-size: 1.8em !important;
	}
}
@media (min-width: 1200px) {		/*  Large Desktop Device             xl */
	.termsAndConditions dt {
		margin-left: 1em;
		float: left;
		padding-top: 0.25em;
		color: #367FA9;
		font-weight: normal;
	}
	.termsAndConditions dd {
		margin-left: 5em;
		padding: 0.25em 0;
	}
	.termsAndConditions h2 {
		font-size: 1.8em !important;
	}
}
/*****************************************************************************
 *
 * Font Styles
 *
 ****************************************************************************/
.pro-text-colour-logo-blue {
	color: #112A8A;
}
.pro-text-colour-cloud-blue {
	color: #76ACC1;
}
.pro-text-colour-bluebg {
	color: #367FA9;
}


.pro-icon-heading {
	font-family: icomoon;
}
@media (max-width: 576px) {			/*  Small Device - Phone Portrait       */
	.pro-icon-heading {
		font-size: 60px;
	}
}
@media (min-width: 576px) {			/*  Small Device - Phone Lanscape    sm */
	.pro-icon-heading {
		font-size: 80px;
	}
}
@media (min-width: 768px) {			/*  Medium Device - Tablets          md */
	.pro-icon-heading {
		font-size: 110px;
	}
}
@media (min-width: 992px) {			/*  Desktop Device                   lg */
	.pro-icon-heading {
		font-size: 150px;
	}
}
@media (min-width: 1200px) {		/*  Large Desktop Device             xl */
	.pro-icon-heading {
		font-size: 150px;
	}
}


/*****************************************************************************
 *
 * Footer
 *
 ****************************************************************************/
.pro-footer, .pro-footer footer {
	background-color: #333333;
	background-image: linear-gradient(
			to top,
			#333333,
			#333333 97%,
			#555555 100%
	);
	color: #ffffff;
}

/*************************************************************************
  *
  * Footer - Address Div Style
  *
  ************************************************************************/

@media (max-width: 576px) {			/*  Small Device - Phone Portrait       */
	#footer-address h1 {
		font-size: 14px;
		text-align: center;
		color: #FFFFFF;
	}

	#footer-address p, #footer-address li, #footer-address a {
		font-size: 8px;
		text-align: center;
		color: #C9CACC;
	}
}
@media (min-width: 576px) {			/*  Small Device - Phone Lanscape    sm */
	#footer-address h1 {
		font-size: 12px;
		text-align: center;
		color: #FFFFFF;
	}

	#footer-address p, #footer-address li, #footer-address a {
		font-size: 8px;
		text-align: center;
		color: #C9CACC;
	}
}
@media (min-width: 768px) {			/*  Medium Device - Tablets          md */
	#footer-address h1 {
		font-size: 16px;
		color: #FFFFFF;
	}

	#footer-address p, #footer-address li, #footer-address a {
		font-size: 12px;
		color: #C9CACC;
	}
}
@media (min-width: 992px) {			/*  Desktop Device                   lg */
	#footer-address h1 {
		font-size: 18px;
		color: #FFFFFF;
	}

	#footer-address p, #footer-address li, #footer-address a {
		font-size: 14px;
		color: #C9CACC;
	}
}
@media (min-width: 1200px) {		/*  Large Desktop Device             xl */
	#footer-address h1 {
		font-size: 18px;
		color: #FFFFFF;
	}

	#footer-address p, #footer-address li, #footer-address a {
		font-size: 14px;
		color: #C9CACC;
	}
}
/*************************************************************************
 *
 * Footer - Menu Div Style
 *
 ************************************************************************/

#footer-menu ul {
	list-style: none;
	padding-left: 0px;
}
#footer-menu li {
	padding-top: 0px;
	padding-bottom: 1rem;
}
#footer-menu a:hover {
	color: #337AB7;
	text-decoration: none;
}

@media (max-width: 576px) {			/*  Small Device - Phone Portrait       */
	#footer-menu h1 {
		font-size: 14px;
		text-align: center;
		color: #FFFFFF;
	}

	#footer-menu p, #footer-menu li, #footer-menu a {
		font-size: 12px;
		text-align: center;
		color: #C9CACC;
	}
}
@media (min-width: 576px) {			/*  Small Device - Phone Lanscape    sm */
	#footer-menu h1 {
		font-size: 16px;
		text-align: center;
		color: #FFFFFF;
	}

	#footer-menu p, #footer-menu li, #footer-menu a {
		font-size: 12px;
		text-align: center;
		color: #C9CACC;
	}
}
@media (min-width: 768px) {			/*  Medium Device - Tablets          md */
	#footer-menu h1 {
		font-size: 16px;
		text-align: center;
		color: #FFFFFF;
	}

	#footer-menu p, #footer-menu li, #footer-menu a {
		font-size: 12px;
		text-align: center;
		color: #C9CACC;
	}
}
@media (min-width: 992px) {			/*  Desktop Device                   lg */
	#footer-menu h1 {
		font-size: 18px;
		color: #FFFFFF;
	}

	#footer-menu p, #footer-menu li, #footer-menu a {
		font-size: 14px;
		color: #C9CACC;
	}
}
@media (min-width: 1200px) {		/*  Large Desktop Device             xl */
	#footer-menu h1 {
		font-size: 18px;
		color: #FFFFFF;
	}

	#footer-menu p, #footer-menu li, #footer-menu a {
		font-size: 14px;
		color: #C9CACC;
	}
}

.social-faceback {
	color: #3b5998;
	fill: #3b5998;
}
.social-faceback:hover {
	color: #4b5b7f;		/* Monochromatic Colour from Original */
}

.social-twitter {
	color: #4099FF;
	fill: #4099FF;
}
.social-twitter:hover {
	color: #68a3e6;
}

.social-linkedin {
	color: #007bb5;
	fill: #007bb5;
}
.social-linkedin:hover {
	color: #1f749c;
}

.social-youtube {
	color: #cd201f;
	fill: #cd201f;
}
.social-youtube:hover {
	color: #b44040;
}

.social-rss {
	color: #ff6600;
	fill: #ff6600;
}
.social-rss:hover {
	color: #e6782e;
}

.social-faceback:hover, .social-twitter:hover, .social-linkedin:hover, .social-youtube:hover, .social-rss:hover {
	-webkit-animation: swing 1s ease;
	animation: swing 1s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@media (max-width: 576px) {			/*  Small Device - Phone Portrait       */
	.social-faceback, .social-twitter, .social-linkedin, .social-youtube, .social-rss {
		font-size: 14px;
	}
	#footer-social-menu  .navbar li {
		padding-left: 1rem;
	}
}
@media (min-width: 576px) {			/*  Small Device - Phone Landscape    sm */
	.social-faceback, .social-twitter, .social-linkedin, .social-youtube, .social-rss {
		font-size: 16px;
	}
	#footer-social-menu  .navbar li {
		padding-left: 1rem;
	}
}
@media (min-width: 768px) {			/*  Medium Device - Tablets          md */
	.social-faceback, .social-twitter, .social-linkedin, .social-youtube, .social-rss {
		font-size: 16px;
	}
	#footer-social-menu  .navbar li {
		padding-left: 1rem;
	}
}
@media (min-width: 992px) {			/*  Desktop Device                   lg */
	.social-faceback, .social-twitter, .social-linkedin, .social-youtube, .social-rss {
		font-size: 24px;
	}
	#footer-social-menu  .navbar li {
		padding-left: 2rem;
	}
}
@media (min-width: 1200px) {		/*  Large Desktop Device             xl */
	.social-faceback, .social-twitter, .social-linkedin, .social-youtube, .social-rss {
		font-size: 36px;
	}
	#footer-social-menu  .navbar li {
		padding-left: 3rem;
	}
}



/*****************************************************************************
 *
 * Swing Animation Keyframes
 *
 ****************************************************************************/
@-webkit-keyframes swing
{
	15%
	{
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
	30%
	{
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	50%
	{
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	65%
	{
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}
	80%
	{
		-webkit-transform: translateX(2px);
		transform: translateX(2px);
	}
	100%
	{
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes swing
{
	15%
	{
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
	30%
	{
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	50%
	{
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	65%
	{
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}
	80%
	{
		-webkit-transform: translateX(2px);
		transform: translateX(2px);
	}
	100%
	{
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

/*****************************************************************************
 *
 * CSS for Board - Nav Pills
 *
 ****************************************************************************/
/* Styling on the board */
.board {
	width: 100%;
}
/* Styling on the icon bar */
.board > .board-header {
	/* background:#efefe9; */
	position: relative;
}
.board > .board-header > .nav-tabs, .board > .board-inner > .nav-tabs .nav-item {
	border-bottom: 0px;
	margin-bottom: 0px;
}
.board > .board-header > .nav-tabs .nav-item {
	margin-bottom: -2px;
}
.board > .board-header > .nav-tabs > li {
	width: 20%;
	text-align: center;
	z-index: 2;
}
.board > .board-header > .nav-tabs > li > a {
	padding: 0;
}
.board > .board-header > .nav-tabs > li > a:hover, .board > .board-header > .nav-tabs > li > a:focus {
	border: 0;
}

/*
.board > .board-header > .nav-tabs .nav-link.active {
	background-color: rgb(80,80,80,0.3);
	border-width: 0;
}
*/

.board > .board-header > .nav-tabs .nav-item:nth-child(1) .nav-link.active {
	background-color: rgb(34, 194, 34,0.3);
}
.board > .board-header > .nav-tabs .nav-item:nth-child(2) .nav-link.active {
	background-color: rgb(254, 190, 41,0.3);
}
.board > .board-header > .nav-tabs .nav-item:nth-child(3) .nav-link.active {
	background-color: rgb(92, 94, 154,0.3);
}
.board > .board-header > .nav-tabs .nav-item:nth-child(4) .nav-link.active {
	background-color: rgb(241, 104, 94,0.3);
}
.board > .board-header > .nav-tabs .nav-item:nth-child(5) .nav-link.active {
	background-color: rgb(120, 63, 226,0.3);
}
.board > .board-header > .nav-tabs .nav-item .nav-link.active {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-width: 0;
}

span.round-tabs{
	display: inline-block;
	border-radius: 100px;
	background: white;
	left: 0;
	text-align: center;
	color: #ff0000;
}
span.round-tabs.tab-one{
	color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.tab-one{
	background: #fff !important;
	border: 2px solid #ddd;
	color: rgb(34, 194, 34);
}
span.round-tabs.tab-two{
	color: #febe29;border: 2px solid #febe29;
}

li.active span.round-tabs.tab-two{
	background: #fff !important;
	border: 2px solid #ddd;
	color: #febe29;
}

span.round-tabs.tab-three{
	color: #3e5e9a;border: 2px solid #3e5e9a;
}

li.active span.round-tabs.tab-three{
	background: #fff !important;
	border: 2px solid #ddd;
	color: #3e5e9a;
}

span.round-tabs.tab-four{
	color: #f1685e;border: 2px solid #f1685e;
}

li.active span.round-tabs.tab-four{
	background: #fff !important;
	border: 2px solid #ddd;
	color: #f1685e;
}

span.round-tabs.tab-five{
	color: #783fe2;border: 2px solid #783fe2;
}

li.active span.round-tabs.tab-five{
	background: #fff !important;
	border: 2px solid #783fe2;
	color: #783fe2;
}
.board > .board-header > .liner{
	height: 2px;
	background: blue;
	position: absolute;
	width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
}
@media (max-width: 576px) {			/*  Small Device - Phone Portrait       */
	span.round-tabs{
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}
	.board > .board-header > .nav-tabs > li > a > span {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media (min-width: 576px) {			/*  Small Device - Phone Landscape    sm */
	span.round-tabs{
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}
	.board > .board-header > .nav-tabs > li > a > span {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}
@media (min-width: 768px) {			/*  Medium Device - Tablets          md */
	span.round-tabs{
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 25px;
	}
	.board > .board-header > .nav-tabs > li > a > span {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}
@media (min-width: 992px) {			/*  Desktop Device                   lg */
	span.round-tabs{
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 25px;
	}
	.board > .board-header > .nav-tabs > li > a > span {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}
@media (min-width: 1200px) {		/*  Large Desktop Device             xl */
	span.round-tabs{
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 25px;
	}
	.board > .board-header > .nav-tabs > li > a > span {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}
#outmail-mobile.tab-pane{
	background-color: rgb(34, 194, 34,0.3);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #fff;
}
#outmail-mobile.tab-pane h3{
	color: rgb(34, 194, 34);
}
#outmail-mobile.tab-pane p{
	color: #333333;
}
#outmail-home.tab-pane{
	background-color: rgb(254, 190, 41,0.3);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#outmail-home.tab-pane h3{
	color: rgb(254, 190, 41);
}
#outmail-home.tab-pane p{
	color: #333333;
}
#outmail-sme.tab-pane{
	background-color: rgb(92, 94, 154,0.3);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #fff;
}
#outmail-sme.tab-pane h3{
	color: rgb(62, 94, 154);
}
#outmail-sme.tab-pane p{
	color: #333333;
}
#outmail-corp.tab-pane{
	background-color: rgb(241, 104, 94,0.3);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #fff;
}
#outmail-corp.tab-pane h3{
	color: rgb(241, 104, 94);
}
#outmail-corp.tab-pane p{
	color: #333333;
}
#outmail-bulk.tab-pane{
	background-color: rgb(120, 63, 226,0.3);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #fff;
}
#outmail-bulk.tab-pane h3{
	color: rgb(120, 63, 226);
}
#outmail-bulk.tab-pane p{
	color: #333333;
}

/*****************************************************************************
 *
 * CSS for StepByStep Timeline
 *
 ****************************************************************************/
.circle {
	padding: 13px 20px;
	border-radius: 50%;
	background-color: #367FA9;
	color: #fff;
	max-height: 50px;
	z-index: 2;
}
.circle-optional {
	background-color: #76ACC1;
}
.step-by-step.row .col-2 {
	align-self: stretch;
}
.step-by-step.row .col-2::after {
	content: "";
	position: absolute;
	border-left: 3px solid #367FA9;
	z-index: 1;
}
.step-by-step.row-optional .col-2::after {
	content: "";
	position: absolute;
	border-left: 3px dashed #367FA9;
	z-index: 1;
}
.step-by-step.row .col-2.bottom::after {
	height: 50%;
	left: 50%;
	top: 50%;
}
.step-by-step.row .col-2.full::after {
	height: 100%;
	left: calc(50% - 3px);
}
.step-by-step.row .col-2.leftfull::after {
	height: 100%;
	left: 50%;
}
.step-by-step.row .col-2.top::after {
	height: 50%;
	left: calc(50% - 3px);
	top: 0;
}
.step-by-step.row .col-2.top-optional::after {
	height: 50%;
	left: calc(50% - 3px);
	top: 0;
}
.step-by-step.row .col-2.top-optional-left::after {
        height: 50%;
        left: calc(50% - 0px);
        top: 0;
}



.step-by-step-timeline div {
	padding: 0;
	height: 40px;
}
.step-by-step-timeline hr {
	border-top: 3px solid #367FA9;
	margin: 0;
	top: 17px;
	position: relative;
}
.step-by-step-timeline hr.optional {
	border-top: 3px dashed #367FA9;
	margin: 0;
	top: 17px;
	position: relative;
}
.step-by-step-timeline .col-2 {
	display: flex;
	overflow: hidden;
}
.step-by-step-timeline .corner {
	border: 3px solid #367FA9;
	width: 100%;
	position: relative;
	border-radius: 15px;
}
.step-by-step-timeline .corner-optional {
	border: 3px dashed #367FA9;
	width: 100%;
	position: relative;
	border-radius: 15px;
}
.step-by-step-timeline .top-right {
	left: 50%;
	top: -50%;
}
.step-by-step-timeline .left-bottom {
	left: -50%;
	top: calc(50% - 3px);
}
.step-by-step-timeline .top-left {
	left: -50%;
	top: -50%;
}
.step-by-step-timeline .right-bottom {
	left: 50%;
	top: calc(50% - 3px);
}


/*****************************************************************************
 *
 * Scaling SVG - IE Fix
 *
 ****************************************************************************/
.scaling-svg {
	height: auto;
	width: calc(100% + 1px);
	vertical-align: bottom;
	/* left: -4px; */
	/* padding-left: 0px; */
	border: none;
	outline: none;
	border-style: none;
	margin-bottom: -1px;
	/* padding: 0; */
	/* display: block; */
	overflow: hidden;
}


/*****************************************************************************
 *
 * Scaling for Google Embedded Maps
 *
 ****************************************************************************/
@media (max-width: 576px) {			/*  Small Device - Phone Portrait       */
	.pro-maps {
		width: calc(100% - 10px);
		height: 200px;
		padding-top: .5em;
		padding-bottom: .5em;
		margin: 0 auto;
		display: block;
	}
}
@media (min-width: 576px) {			/*  Small Device - Phone Landscape    sm */
	.pro-maps {
		width: calc(100% - 10px);
		height: 300px;
		padding-top: .5em;
		padding-bottom: .5em;
		margin: 0 auto;
		display: block;
	}
}
@media (min-width: 768px) {			/*  Medium Device - Tablets          md */
	.pro-maps {
		width: calc(100% - 20px);
		height: 450px;
		padding-top: .5em;
		padding-bottom: .5em;
		margin: 0 auto;
		display: block;
	}
}
@media (min-width: 992px) {			/*  Desktop Device                   lg */
	.pro-maps {
		width: calc(100% - 20px);
		height: 450px;
		padding-top: .5em;
		padding-bottom: .5em;
		margin: 0 auto;
		display: block;
	}
}
@media (min-width: 1200px) {		/*  Large Desktop Device             xl */
	.pro-maps {
		width: 600px;
		height: 450px;
		padding: 1em;
	}
}

/*****************************************************************************
 *
 * Domain Name TLD Styles
 *
 ****************************************************************************/
@media (max-width: 576px) {			/*  Small Device - Phone Portrait       */
	.tld-title {
		text-align: center;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	.tld-title a {
		text-align: center;
		font-size: 3em;
		font-weight: bold;
		font-family: Arial, Verdana;
	}
	.tld-price {
		text-align: center;
		font-family: Arial, Verdana;
		padding: 0.5em;
		font-size: 1.15em;
	}
}
@media (min-width: 576px) {			/*  Small Device - Phone Landscape    sm */
	.tld-title {
		text-align: center;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	.tld-title a {
		text-align: center;
		font-size: 3em;
		font-weight: bold;
		font-family: Arial, Verdana;
	}
	.tld-price {
		text-align: center;
		font-family: Arial, Verdana;
		padding: 0.5em;
		font-size: 1.15em;
	}
}
@media (min-width: 768px) {			/*  Medium Device - Tablets          md */
	.tld-title {
		text-align: center;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	.tld-title a {
		text-align: center;
		font-size: 4em;
		font-weight: bold;
		font-family: Arial, Verdana;
	}
	.tld-price {
		text-align: center;
		font-family: Arial, Verdana;
		padding: 0.5em;
		font-size: 1.25em;
	}
}
@media (min-width: 992px) {			/*  Desktop Device                   lg */
	.tld-title {
		text-align: center;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	.tld-title a {
		text-align: center;
		font-size: 4em;
		font-weight: bold;
		font-family: Arial, Verdana;
	}
	.tld-price {
		text-align: center;
		font-family: Arial, Verdana;
		padding: 0.5em;
		font-size: 1.25em;
	}
}
@media (min-width: 1200px) {		/*  Large Desktop Device             xl */
	.tld-title {
		text-align: center;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	.tld-title a {
		text-align: center;
		font-size: 4em;
		font-weight: bold;
		font-family: Arial, Verdana;
		text-decoration: none;
	}
	.tld-price {
		text-align: center;
		font-family: Arial, Verdana;
		padding: 0.5em;
		font-size: 1.25em;
	}
}

/*****************************************************************************
 *
 * Price Card Styles
 *
 ****************************************************************************/
.card-price {
	font-size: 3rem;
	margin: 0;
}

.card-period {
	font-size: 0.8rem;
}

/*****************************************************************************
 *
 * Green Tick List Styles
 *
 ****************************************************************************/

.tick-list {
	list-style-type: none;
}

.tick-list li:before {
	content:"\2714\0020";
	color: #008000;
	font-size: 1.4em;
}

/*****************************************************************************
 *
 * Cloud SVG Styles
 *
 ****************************************************************************/

.cloud-darkest-grey {
	fill:#555;
}
.cloud-dark-grey {
	fill:#757575;
}
.cloud-light-grey {
	fill:#b7bbbc;
}
.cloud-dark-blue {
	fill:#367fa9;
}
.cloud-light-blue {
	fill:#76acc1;
}
.cloud-white {
	fill:#fff;
}

/*****************************************************************************
 *
 * BackGround Styles
 *
 ****************************************************************************/
.bg-white {
	background-color: #FFFFFF;
}

.bg-light-grey {
	background-color: #aaaaaa;
}
.bg-dark-grey {
	background-color: #555555;
}

.bg-cloud-blue {
	background-color: #76ACC1;
}
.bg-lightblue {
	background-color: #367FA9;
}
.bg-darkblue {
	background-color: #063755;
}
.bg-logo-blue {
	background-color: #112A8A;
}
.bg-purple-plum {
	background-color: #9C51B6;  /* From the crayola colors - https://www.w3schools.com/colors/colors_crayola.asp */
}
.bg-yellow {          /* Same colour as Bootstrap .btn-warning */
    background-color: #ffc107;
}
.bg-sizzling-sunrise {
	background-color: #FFDB00;  /* From the crayola colors - https://www.w3schools.com/colors/colors_crayola.asp */
}
.bg-lightorange {
	background-color: #FFB771;
}
.bg-darkorange {
	background-color: #CE6028;
}
.bg-red {
	background-color: #FF0000;
}
.bg-radical-red {
	background-color: #FF355E;  /* From the crayola colors - https://www.w3schools.com/colors/colors_crayola.asp */
}
.bg-outmail-mobile {
	background-color: rgb(34, 194, 34,0.8);
}
.bg-btn-outmail-mobile {
	background-color: #22C222;
}
.bg-outmail-home {
	background-color: rgb(254, 190, 41,0.8);
}
.bg-btn-outmail-home {
	background-color: #FEBE29;
}
.bg-outmail-sme {
	background-color: rgb(92, 94, 154,0.8);
}
.bg-btn-outmail-sme {
	background-color: #3E5E9A;
}
.bg-outmail-corp {
	background-color: rgb(241, 104, 94,0.8);
}
.bg-btn-outmail-corp {
	background-color: #F1685E;
}
.bg-outmail-bulk {
	background-color: rgb(120, 63, 226, 0.8);
}
.bg-btn-outmail-bulk {
	background-color: #783FE2;
}

a[class^='bg-']:hover, a[class*=' bg-']:hover {
 	opacity: 0.9;
}

/*****************************************************************************
 *
 * Text Styles
 *
 ****************************************************************************/
.text-bold {
    font-weight: 800;
}

.text-light-grey {
    color: #aaaaaa;
}
.text-dark-grey {
    color: #555555;
}
.text-cloud-blue {
    color: #76ACC1;
}
.text-lightblue {
    color: #367FA9;
}
.text-darkblue {
    color: #063755;
}
.text-logo-blue {
    color : #112A8A;
}
.text-yellow {          /* Same colour as Bootstrap .btn-warning */
    color: #ffc107;
}
.text-lightorange {
    color: #FFB771;
}
.text-darkorange {
	color: #CE6028;
}
.text-red {
	 color: #FF0000;
}
.text-green {          /* From the crayola colors - https://www.w3schools.com/colors/colors_crayola.asp */
	color: #3AA655;
}
.text-lite, .text-brass {
	color: #b5a642;
}
.text-bronze {
	color: #a77044;
}
.text-silver {
	color: #a7a7a7;
}
.text-gold {
	color: #d6af36;
}
.text-platinum {
	color: #d5d4d2;
}
.text-titanium {
	color: #665F67;
}
.text-black {
	color: #000000;
}
.text-sup {
	vertical-align: super;
}
.text-outmail-mobile {
    color: rgb(34, 194, 34);
}
.text-outmail-home {
    color: rgb(254, 190, 41);
}
.text-outmail-sme {
    color: rgb(62, 94, 154);
}
.text-outmail-corp {
    color: rgb(241, 104, 94);
}
.text-outmail-bulk {
    color: rgb(120, 63, 226);
}

/*****************************************************************************
 *
 * Border Styles
 *
 ****************************************************************************/
.border-white {
	border-color: #FFFFFF;
}

.border-light-grey {
	border-color: #aaaaaa;
}
.border-dark-grey {
	border-color: #555555;
}

.border-cloud-blue {
	border-color: #76ACC1;
}
.border-lightblue {
	border-color: #367FA9;
}
.border-darkblue {
	border-color: #063755;
}
.border-logo-blue {
	border-color: #112A8A;
}
.border-yellow {          /* Same colour as Bootstrap .btn-warning */
	border-color: #ffc107;
}
.border-lightorange {
	border-color: #FFB771;
}
.border-darkorange {
	border-color: #CE6028;
}

/*****************************************************************************
 *
 * Table  Styles
 *
 ****************************************************************************/
table.center-col-not-first th:not(:first-child) {
	text-align: center;
}
table.center-col-not-first td:not(:first-child) {
	text-align: center;
}
table.borderless td, table.borderless th {
	border: none;
}

/*****************************************************************************
 *
 * Addition BootStrap Styles
 *
 * Hover over styles colors made 30% darker using 
 *       https://pinetools.com/darken-color
 *
 ****************************************************************************/
.btn-xlg {
    padding: 1.125rem 2rem !important;
    font-size: 1.6rem !important;
    line-height: 1.5 !important;
    -webkit-border-radius: 0.6rem !important;
    -moz-border-radius: 0.6rem !important;
    border-radius: 0.6rem !important;
}

.btn-xsm {
	padding: 0.1rem 0.5rem !important;
	font-size: 0.8rem !important;
	line-height: 1.25 !important;
	-webkit-border-radius: 0.5rem !important;
	-moz-border-radius: 0.5rem !important;
	border-radius: 0.5rem !important;
}

.btn-white {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}
.btn-white:hover {
	background-color: #D5D5D5;
	border-color: #D5D5D5;
}
.btn-light-grey {
	background-color: #aaaaaa;
	border-color: #aaaaaa;
}
.btn-light-grey:hover {
	background-color: #767676;
	border-color: #767676;
}
.btn-dark-grey {
	background-color: #555555;
	border-color: #555555;
}
.btn-dark-grey:hover {
	background-color: #3b3b3b;
	border-color: #3b3b3b;
}

.btn-cloud-blue {
	background-color: #76ACC1;
	border-color: #76ACC1;
}
.btn-cloud-blue:hover {
	background-color: #437e95;
	border-color: #437e95;
}
.btn-lightblue {
	background-color: #367FA9;
	border-color: #367FA9;
}
.btn-lightblue:hover {
	background-color: #255876;
	border-color: #255876;
}
.btn-darkblue {
	background-color: #063755;
	border-color: #063755;
}
.btn-darkblue:hover {
	background-color: #04263b;
	border-color: #04263b;
}
.btn-logo-blue {
	background-color: #112A8A;
	border-color: #112A8A;
}
.btn-logo-blue:hover {
	background-color: #0b1d60;
	border-color: #0b1d60;
}
.btn-yellow {          /* Same colour as Bootstrap .btn-warning */
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-yellow:hover {
	background-color: #b78900;
	border-color: #b78900;
}
.btn-lightorange {
	background-color: #FFB771;
	border-color: #FFB771;
}
.btn-lightorange:hover {
	background-color: #fe7f02;
	border-color: #fe7f02;
}
.btn-darkorange {
	background-color: #CE6028;
	border-color: #CE6028;
}
.btn-darkorange:hover {
	background-color: #673014;
	border-color: #673014;
}
.btn-orange-red {          /* From the crayola colors - https://www.w3schools.com/colors/colors_crayola.asp */
	background-color: #FF5349;
	border-color: #FF5349;
}
.btn-orange-red:hover { 
	background-color: #e50c00;
	border-color: #e50c00;
}
.btn-red {
	background-color: #FF0000;
	border-color: #FF0000;
}
.btn-red:hover {
	background-color: #b20000;
	border-color: #b20000;
}
.btn-purple-plum {          /* From the crayola colors - https://www.w3schools.com/colors/colors_crayola.asp */
	background-color: #9C51B6;
	border-color: #9C51B6;
}
.btn-purple-plum:hover {
	background-color: #6e3681;
	border-color: #6e3681;
}
.btn-purple {          /* From the crayola colors - https://www.w3schools.com/colors/colors_crayola.asp */
	background-color: #5946B2;
	border-color: #5946B2;
}
.btn-purple:hover {
	background-color: #3e307c;
	border-color: #3e307c;
}
.btn-green {          /* From the crayola colors - https://www.w3schools.com/colors/colors_crayola.asp */
	background-color: #3AA655;
	border-color: #3AA655;
}
.btn-green:hover { 
	background-color: #28743b;
	border-color: #28743b;
}
.btn-orange-linear {
	background: #d5562b !important;
	background: -moz-linear-gradient(top, #d5562b 0%, #eb6b31 51%, #ca4a28 71%, #ca4a28 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5562b), color-stop(51%, #eb6b31), color-stop(71%, #ca4a28), color-stop(100%, #ca4a28)) !important;
	background: -webkit-linear-gradient(top, #d5562b 0%, #eb6b31 51%, #ca4a28 71%, #ca4a28 100%) !important;
	background: -o-linear-gradient(top, #d5562b 0%, #eb6b31 51%, #ca4a28 71%, #ca4a28 100%) !important;
	background: -ms-linear-gradient(top, #d5562b 0%, #eb6b31 51%, #ca4a28 71%, #ca4a28 100%) !important;
	background: linear-gradient(to bottom, #d5562b 0%, #eb6b31 51%, #ca4a28 71%, #ca4a28 100%) !important;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) !important;
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) !important;
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) !important;
}
.btn-transparent {
	background-color: transparent;
}
.btn-faq:focus {
	outline: 0;
	box-shadow: 0 0 0 0rem;
}
a.btn {
    text-decoration: none !important;
}

/*****************************************************************************
 *
 * Image Hugging
 *
 ****************************************************************************/

[data-hug] {
    position: absolute;
    z-index: 2000;
    display: none;
}

/*****************************************************************************
 *
 *
 *
 * chzn - Override Styles
 *
 *
 *
 ****************************************************************************/
 #month_chzn, #year_chzn {
	width: 120px !important;
}

/*****************************************************************************
 *
 *
 *
 * Highlight.js - Override Styles
 *
 *
 *
 ****************************************************************************/

.hljs {
    line-height: 1em;
    font-size: 1em;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.hljs a {
    line-height: 1em;
    font-size: 1em !important;
    text-decoration: none !important;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}


/*****************************************************************************
 *
 *
 *
 * Defaults - Basic Styles
 *
 *
 *
 ****************************************************************************/

body {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	font-size: 1rem;
	font-weight: 400;
	color: #333333;
	line-height: 1.75em;
}
p, li, a {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	font-size: 16px;
	color: #333333;
	line-height: 1.75em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	color: #333333;
}
h1 {
	font-weight: 600;
}

#content-article h1:first-child{
	padding-top: 0.6em;
}
#content-body p, #content-body li, #content-body a {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	font-size: 16px;
	color: #333333;
	line-height: 1.75em;
}
#content-body a {
	text-decoration: underline;
}

#content-body h1, #content-body h2, #content-body h3, #content-body h4, #content-body h5, #content-body h6 {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
}
#content-body h1 {
	text-decoration-style: solid;
	font-weight: 600;
	color: #367FA9;
	font-size: 1.8em;
}
#content-body h2 {
	color: #367FA9;
	font-size: 1.8em;
}
#content-body h2>a {
	color: #367FA9;
	font-size: 1em;
	text-decoration: none;
}
#content-body h3 {
	color: #444444;
	font-size: 1.6em;
}
#content-body h4 {
	color: #555555;
	font-size: 1.4em;
}
#content-body h5 {
	color: #555555;
	font-size: 1.3em;
}




/*****************************************************************************
 *
 *
 *
 * Themes
 *
 *
 *
 ****************************************************************************/

[class*="-fred"] {
	color: #cd201f;
}

/*****************************************************************************
 *
 * theme-Default
 *
 *
 *
 ****************************************************************************/
[class*="-theme-Default"] {
	margin-left: 1em;
	margin-right: 1em;
}

[class*="-theme-Default"] p, [class*="-theme-Default"] li, [class*="-theme-Default"] a {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	font-size: 16px;
	color: #333333;
	line-height: 1.75em;
}
[class*="-theme-Default"] a {
	text-decoration: underline;
}
[class*="-theme-Default"] h1 h1:first-child{
	padding-top: 0.6em;
}
[class*="-theme-Default"] h1 {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	text-decoration-style: solid;
	font-weight: 600;
	color: #367FA9;
	font-size: 1.8em;
}
[class*="-theme-Default"] h2 {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	color: #367FA9;
	font-size: 1.8em;
}
[class*="-theme-Default"] h3 {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	color: #444444;
	font-size: 1.6em;
}
[class*="-theme-Default"] h4 {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	color: #555555;
	font-size: 1.4em;
}
[class*="-theme-Default"] h5 {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	color: #555555;
	font-size: 1.3em;
}


/*****************************************************************************
 *
 * theme-WhiteOnDarkBlue
 *
 * Background      - Dark Blue
 * Headings 1-2    - White
 * Headings 3-4    - Grey
 *
 ****************************************************************************/
[class*="-theme-WhiteOnDarkBlue"] {
	background-color: #367FA9;
}

[class*="-theme-WhiteOnDarkBlue"] h1, [class*="-theme-WhiteOnDarkBlue"] h2 {
	color: #fff;
}
[class*="-theme-WhiteOnDarkBlue"] p, [class*="-theme-WhiteOnDarkBlue"] h3, [class*="-theme-WhiteOnDarkBlue"] h4, [class*="-theme-WhiteOnDarkBlue"] h5 {
	color: #ddd;
}


/*****************************************************************************
 *
 * theme-WhiteOnDarkGrey
 *
 * Background      - Dark Grey
 * Headings 1-2    - White
 * Headings 3-4    - Grey
 *
 ****************************************************************************/
[class*="-theme-WhiteOnDarkGrey"] {
	background-color: #555555;
}

[class*="-theme-WhiteOnDarkGrey"] h1, [class*="-theme-WhiteOnDarkGrey"] h2 {
	color: #fff;
}
[class*="-theme-WhiteOnDarkGrey"] h3, [class*="-theme-WhiteOnDarkGrey"] h4, [class*="-theme-WhiteOnDarkGrey"] h5 {
	color: #ddd;
}
[class*="-theme-WhiteOnDarkGrey"] p, [class*="-theme-WhiteOnDarkGrey"] li {
	color: #c9cacc !important;
}

/*****************************************************************************
 *
 * theme-BlackOnCream
 #
 # Background      - Cream
 # Headings 1-2    - Black
 # Headings 3-4    - Grey
 *
 ****************************************************************************/
[class*="-theme-BlackOnCream"] {
	background-color: #ece5b6;
}

[class*="-theme-BlackOnCream"] h1, [class*="-theme-BlackOnCream"] h2 {
	color: #666;
}
[class*="-theme-BlackOnCream"] p, [class*="-theme-BlackOnCream"] h3, [class*="-theme-BlackOnCream"] h4, [class*="-theme-BlackOnCream"] h5 {
	color: #333;
}
[class*="-theme-BlackOnCream.card"] {
	border: 2px solid #c9c299;
}
[class*="-theme-BlackOnCream"] .card-header {
	border-bottom: 1px solid rgba(201,194,153,.75); 
}

/*****************************************************************************
 *
 * theme-news
 *
 * Override styles on Joomla News
 *
 ****************************************************************************/
[class*="-theme-news"] [class*="readmore"] > a {
	padding-bottom: 1rem;
	color: #cd201f !important;
	display: block;
}
[class*="-theme-newsflash"] [class*="readmore"] {
	padding-bottom: 1rem;
	color: #cd201f;
	display: block;
}
[class*="-theme-newsflash"] h3 {
    padding-left: 0px;
}
