/* Custom CSS */

.tm-navbar-centered .uk-navbar-brand {
	height: 100px;
}

.tm-breadcrumb-centered .uk-breadcrumb {
    margin-bottom: 5px;
}

.uk-navbar-nav > li > a {
	color: #C5C5C5;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

em {
	color: #717171;
}

h3.uk-heading-large.whiteout {
	color: #fff;
}

* + h5 {
	margin-top: 10px !important;
}

h3.uk-margin-remove {
    font: normal 15px / 20px Noto Sans;
}

.whiteout{
	color: #fff;
}

.lightblue {
	background-color: #0097FF;
}

.custom-th {
    float: right;
    margin-top: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cpcta-flyin .cpcta-content-panel a {
    color: #fff !important;
}

/* For Anchor Tags - so it doesn't hit the top of the browser */

.anchor {
	display: block;
	position: relative; 
	top: -200px;
}

.uk-panel-box-secondary .uk-button {
	color: #ffffff;
}

a h3 {
    color: #0097ff;
    }

a:hover h3 {
    color: #005b99;
    }


/* Icons - White*/

.lightblue div {
    display: inline-block;
}

.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 0em 0 0em;
}

.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	font-family: 'FontAwesome';
	speak: none;
	font-size: 48px;
	line-height: 125px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

/* Effect 4 */
.hi-icon-effect-4 .hi-icon {
	width: 127px;
	height: 127px;
	box-shadow: 0 0 0 4px rgba(255,255,255,1);	
}

.hi-icon-effect-4a .hi-icon {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.hi-icon-effect-4 .hi-icon:before {
	line-height: 127px;
}

.hi-icon-effect-4 .hi-icon:after {
	top: -4px;
	left: -4px;
	padding: 0;
	z-index: 10;
	border: 4px dashed #fff;
}

.hi-icon-effect-4 .hi-icon:hover {
	box-shadow: 0 0 0 0 rgba(255,255,255,0);
	color: #fff;
}


/* Icons - Blue */

.hi-icon-wrap div {
    display: inline-block;
}

.hi-icon-blue {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #0097FF;
}

.hi-icon-blue:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon-blue:before {
	font-family: 'FontAwesome';
	speak: none;
	font-size: 48px;
	line-height: 125px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

/* Effect 4 */
.hi-icon-effect-4 .hi-icon-blue {
	width: 127px;
	height: 127px;
	box-shadow: 0 0 0 4px rgba(0, 151, 255,1);	
}

.hi-icon-effect-4a .hi-icon-blue {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.hi-icon-effect-4 .hi-icon-blue:before {
	line-height: 127px;
}

.hi-icon-effect-4 .hi-icon-blue:after {
	top: -4px;
	left: -4px;
	padding: 0;
	z-index: 10;
	border: 4px dashed #0097FF;
}

.hi-icon-effect-4 .hi-icon-blue:hover {
	box-shadow: 0 0 0 0 rgba(0, 151, 255,0);
	color: #0097FF;
}

/* BreezingForms Custom CSS */

.bfQuickMode .bfNextButton, .bfQuickMode .bfSubmitButton, .bfQuickMode .bfCancelButton {
		width: 100%;
	    padding: 10px;
	    font-size: 15px;
	    color: #fff;
	    background-color: #0097ff;
	    border-color: #0097ff;
	    border-width: 2px;
}


/* Media Queries */

@media only screen and (max-width: 400px) {
    .custom-th {
        text-align: center;
        float: none;
    }
}

@media (min-width: 960px) {
	
.tm-navbar-sticky .tm-navbar-wrapper, .tm-navbar-sticky .tm-navbar-wrapper-animate {
    border-width: 10px;
}





