﻿/* */
html {
	position: relative;
	min-height: 100%;
}

body {
	background-color: #F8F8F8; /*#FFFFFF;*/
	color: #545454;
}

body.fix-nav-active header {
	border-top: 0;
	position: fixed;
	top: -50px;
	width: 100%;
	z-index: 1001;
}

body.fix-nav-active header .logo {
	position: absolute;
	/*bottom: -7px;*/
	top: 40%!important;
	/*-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;*/
}

.masthead {
	position: relative;
	height: 185px;
	padding: 20px 0 0;
	background: #222;
}
.secondary-menu {
	float: right;
	/*margin: -5px 0 25px;*/
	margin: 15px 0 10px;
}

.masthead .primary-menu {
  margin-right: -13px;
}

.masthead .primary-menu {
  position: relative;
  background: none;
  float: right;
  clear: right;
}

img.img-fill {
	width: 100%;
	height: 100%;
}

.section-padding {
	padding-top: 115px;
	padding-bottom: 115px;
}

.section-padding h3, .section-padding h2 {
	margin-top: 10px;
}

@media (max-width: 767px) {
	.section-padding {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/*
body { margin-top: 185px; }

.navbar { border-radius: 0; }

#navbar { margin-top: 30px; }

#tdi-masthead {
	padding: 30px;
	margin-bottom: 5px;
	background-color: #222;
	border-color: #080808;
	height: 185px;
}

#tdi-nav.affix-top {
	z-index: -1000;
	margin-top: -185px;
}

#tdi-nav.affix {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
*/

/* Sticky Menu */
/*body.sticky-menu-active header {*//*
body.sticky-menu-active nav {
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
	border-bottom: 1px solid #E9E9E9;
	border-top: 0;
	position: fixed;
	top: -50px;
	width: 100%;
	z-index: 1001;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
	filter: none;
}
	*/
/*body.sticky-menu-active header .logo {*//*
body.sticky-menu-active nav .logo {
	position: absolute;
	bottom: -7px;
}
	*/

@media (max-width: 767px) {
	body { margin-top: 50px; }
	.navbar { height: 50px; }
}

.navbar-toggle {
	border-color: transparent !important;
	padding: 10px 15px;
	margin-bottom: 6px;
	margin-left: 10px;
}

#xs-navbar-collapse > .nav > li > a:hover {
	color: #9D9D9D !important;
}

#xs-navbar-collapse {
	background-color: #FFF;
}

@media (min-width: 768px) {
	body { margin-top: 115px; }
	/*body { margin-top: 115px; }*/
	/*.navbar-header { height: 185px; }*/
	/*.header-logo { position: absolute; top: 25%; }*/
}

a {
    color: #904199; /*#7F0073;*/
    text-decoration: none;
}

a:focus, a:hover {
	color: #7F0073; /*#40003B;*/
	text-decoration: underline;
}

#header-navbar-nav-top-lg, #header-navbar-nav-bottom-lg,
#header-navbar-nav-top, #header-navbar-nav-bottom,
#header-navbar-nav-top-sm, #header-navbar-nav-bottom-sm,
#header-navbar-nav-top-xs, #header-navbar-nav-bottom-xs { text-transform: uppercase; }

#header-navbar-nav-top-lg,
#header-navbar-nav-top,
#header-navbar-nav-top-sm,
#header-navbar-nav-top-xs { font-size: 12px; }

#header-navbar-nav-top-lg li a, #header-navbar-nav-bottom-lg li a,
#header-navbar-nav-bottom li a, #header-navbar-nav-bottom-sm li a,
#header-navbar-nav-bottom-xs li a {
		color: #FFFFFF;
		font-size: 13px;
		font-weight: bold;
	} /*150%; }*/

.btn-header-default {
  color: #AAA; /*#333;*/
  background-color: #111; /*#fff;*/
  border-color: #ccc;
}
.btn-header-default:hover,
.btn-header-default:focus,
.btn-header-default.focus,
.btn-header-default:active,
.btn-header-default.active,
.open > .dropdown-toggle.btn-header-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-header-default:active,
.btn-header-default.active,
.open > .dropdown-toggle.btn-header-default {
  background-image: none;
}
.btn-header-default.disabled,
.btn-header-default[disabled],
fieldset[disabled] .btn-header-default,
.btn-header-default.disabled:hover,
.btn-header-default[disabled]:hover,
fieldset[disabled] .btn-header-default:hover,
.btn-header-default.disabled:focus,
.btn-header-default[disabled]:focus,
fieldset[disabled] .btn-header-default:focus,
.btn-header-default.disabled.focus,
.btn-header-default[disabled].focus,
fieldset[disabled] .btn-header-default.focus,
.btn-header-default.disabled:active,
.btn-header-default[disabled]:active,
fieldset[disabled] .btn-header-default:active,
.btn-header-default.disabled.active,
.btn-header-default[disabled].active,
fieldset[disabled] .btn-header-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-header-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-default-primary {
  color: #AAA; /*#333;*/
  background-color: #111; /*#fff;*/
  border-color: #111;
}
.btn-default-primary:hover,
.btn-default-primary:focus,
.btn-default-primary.focus,
.btn-default-primary:active,
.btn-default-primary.active,
.open > .dropdown-toggle.btn-default-primary {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default-primary:active,
.btn-default-primary.active,
.open > .dropdown-toggle.btn-default-primary {
  background-image: none;
}
.btn-default-primary.disabled,
.btn-default-primary[disabled],
fieldset[disabled] .btn-default-primary,
.btn-default-primary.disabled:hover,
.btn-default-primary[disabled]:hover,
fieldset[disabled] .btn-default-primary:hover,
.btn-default-primary.disabled:focus,
.btn-default-primary[disabled]:focus,
fieldset[disabled] .btn-default-primary:focus,
.btn-default-primary.disabled.focus,
.btn-default-primary[disabled].focus,
fieldset[disabled] .btn-default-primary.focus,
.btn-default-primary.disabled:active,
.btn-default-primary[disabled]:active,
fieldset[disabled] .btn-default-primary:active,
.btn-default-primary.disabled.active,
.btn-default-primary[disabled].active,
fieldset[disabled] .btn-default-primary.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default-primary .badge {
  color: #fff;
  background-color: #333;
}

.btn-purple {
  color: #FFF;
  background-color: #904199; /*#7D0073;*/ /*#337ab7;*/
  /*border-color: #999;*/ /*#2e6da4;*/
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple.focus,
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  color: #fff!important;
  background-color: #7F0075!important; /*#993D92!important;*/
  /*border-color: #40003B!important;*/
}
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  background-image: none;
}
.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled.focus,
.btn-purple[disabled].focus,
fieldset[disabled] .btn-purple.focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
  background-color: #337AB7;
  border-color: #2E6DA4;
}
.btn-purple .badge {
   color: #337AB7;
  background-color: #FFF;
}

.purple-grad-horiz {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d0073+0,5b0058+0,7d0073+40,7d0073+60,5b0058+100 */
    background: rgb(144, 65, 153); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(144, 65, 153,1) 0%, rgba(125,0,115,1) 0%, rgba(144, 65, 153,1) 40%, rgba(144, 65, 153,1) 60%, rgba(125,0,115,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(144, 65, 153,1) 0%,rgba(125,0,115,1) 0%,rgba(144, 65, 153,1) 40%,rgba(144, 65, 153,1) 60%,rgba(125,0,115,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(144, 65, 153,1) 0%,rgba(125,0,115,1) 0%,rgba(144, 65, 153,1) 40%,rgba(144, 65, 153,1) 60%,rgba(125,0,115,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#904199', endColorstr='#5b0058',GradientType=1 ); /* IE6-9 */
}

.purple-grad-radial {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d0073+0,7d0073+50,280025+100 */
    background: rgb(144, 65, 153); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(144, 65, 153,1) 0%, rgba(144, 65, 153,1) 50%, rgba(125,0,115,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(144, 65, 153,1) 0%,rgba(144, 65, 153,1) 50%,rgba(125,0,115,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(144, 65, 153,1) 0%,rgba(144, 65, 153,1) 50%,rgba(125,0,115,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#904199', endColorstr='#280025',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.btn-header-primary {
  color: #FFF;
  background-color: #904199; /*#7D0073;*/ /*#337ab7;*/
  /*border-color: #999;*/ /*#2e6da4;*/
}
.btn-header-primary:hover,
.btn-header-primary:focus,
.btn-header-primary.focus,
.btn-header-primary:active,
.btn-header-primary.active,
.open > .dropdown-toggle.btn-header-primary {
  color: #fff!important;
  background-color: #7F0075!important; /*#993D92!important;*/
  /*border-color: #40003B!important;*/
}
.btn-header-primary:active,
.btn-header-primary.active,
.open > .dropdown-toggle.btn-header-primary {
  background-image: none;
}
.btn-header-primary.disabled,
.btn-header-primary[disabled],
fieldset[disabled] .btn-header-primary,
.btn-header-primary.disabled:hover,
.btn-header-primary[disabled]:hover,
fieldset[disabled] .btn-header-primary:hover,
.btn-header-primary.disabled:focus,
.btn-header-primary[disabled]:focus,
fieldset[disabled] .btn-header-primary:focus,
.btn-header-primary.disabled.focus,
.btn-header-primary[disabled].focus,
fieldset[disabled] .btn-header-primary.focus,
.btn-header-primary.disabled:active,
.btn-header-primary[disabled]:active,
fieldset[disabled] .btn-header-primary:active,
.btn-header-primary.disabled.active,
.btn-header-primary[disabled].active,
fieldset[disabled] .btn-header-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-header-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

a.btn-header-default {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 6px 12px!important;
}

.btn-default-purple {
  color: #7f0075;
  background-color: #FFF;
  border-color: #7f0075;
  font-weight: bold;
}

	.btn-default-purple:hover {
		color: #FFF;
		background-color: #7F0076;
		border-color: #40003B;
	}

.btn-group-vertical-bordered .btn {
	border-radius: 0 !important;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: solid 1px #555;
}

.jumbotron {
  margin-bottom: 0;
  color: #E9EAE7;
  background-color: #444444;
  margin-top: 0;
  padding-top: 0;
  /*padding-top: 50px;*/
  padding-bottom: 0;
  position: relative;
}

.jumbotron-overlay {
	background-color: rgba(34, 34, 34, .3);
}

.jumbotron-content {
	padding-top: 15px;
	padding-bottom: 20px;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0; /*6px;*/
}

.jumbotron-transparency {
	background-color: rgba(75, 75, 75, .5);
	/*background-color: rgba(34, 34, 34, 0);*/
}
/*.jumbotron-transparency {
	padding: 30px 15px;
	background-color: rgba(75, 75, 75, .5);
}*/

@media (max-width: 767px) {
	.jumbotron {
		padding: 0;
		margin-top: 0;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=password] {
		-webkit-text-stroke-width: .4em;
		letter-spacing: 0.4em;
		text-indent: 3px;
	}
}

.panel-purple { border-color: #904199; }
.panel-purple>.panel-heading { color: #FFF; background-color: #904199; border-color: #904199; }
.panel-purple>.panel-footer { color: #FFF; background-color: #904199; border-color: #904199; }
.panel-purple>.panel-heading>.panel-title { color: #FFF; font-weight: bold; }

.text-facebook {
	color: #314987;
}

.text-twitter {
	color: #22BBF4;
}

.btn-gray {
	background-color: #EEE;
	border-color: #CCC;
}

a.btn-gray {
	color: #333;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray.focus,
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  color: #333;
  background-color: #E6E6E6;
  border-color: #ADADAD;
}

.btn-facebook {
	color: #FFFFFF;
	background-color: #314987;
	border-color: #314987;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #FFFFFF;
  background-color: #314987;
  border-color: #314987;
}

.btn-twitter {
	color: #FFFFFF;
	background-color: #22BBF4;
	border-color: #22BBF4;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter.focus,
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #FFFFFF;
  background-color: #22BBF4;
  border-color: #22BBF4;
}

.btn-instagram {
	color: #FFFFFF;
	background-color: #9B6954;
	border-color: #9B6954;
}

.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram.focus,
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-twitter {
  color: #FFFFFF;
  background-color: #9B6954;
  border-color: #9B6954;
}

.has-feedback .form-control {
	padding-right: 47.5px!important;
}
.has-feedback label~.form-control-feedback {
	top: 34px;
	margin-right: 10px;
	color: #A9A9A8;
	font-size: 30px;
}

.home-blue {
	background-color: #0097D1;
}

.home-blue .container {
	background-image: url(/images/home-blue.png);
	background-repeat: no-repeat;
	background-position: center;
	/*min-height: 292px;*/
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 15px;
}

@media (max-height: 767px) {
	.home-blue .container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.home-blue p, .home-blue a, .home-blue a:hover {
	color: #FFF; /*#FFBFFF;*/
	font-size: 17px;
}

@media (max-width: 767px) {
	.home-blue {
		background-color: #0097D1;
		background-image: none;
	}

	.home-blue p {
		font-size: 15px;
	}

	.home-blue p, .home-blue a, .home-blue a:hover {
		color: #FFF; /*#FFBFFF;*/
		font-size: 15px;
	}
}

@media (min-width: 1051px) {
	.event-description {
		padding-left: 30px;
		padding-right: 30px;
	}

	.event-description .btn-group-lg .btn {
		margin-top: 50px;
	}
}

.event-box { }
.event-box-top { text-align: center; }

.event-box-bottom {
	margin: 0 auto;
	padding: 20px;
	background-color: #FFF;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(170,170,170,1);
	-moz-box-shadow: 2px 2px 10px 0px rgba(170,170,170,1);
	box-shadow: 2px 2px 10px 0px rgba(170,170,170,1);
}
.event-box-bottom .panel-heading {
	background-color: #904199;
	color: #FFF;
	margin-bottom: 10px;
	border-radius: 0;
}

.event-box-bottom .panel-heading .panel-title {
	font-weight: bold;
}

.event-box-bottom-fw {
	padding: 0;
}
.event-box-bottom-fw h4 { padding: 10px 0 0 10px; }

.event-box-bottom-thin {
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#trial-carousel .carousel-indicators {
	position: relative;
}

#trial-carousel .carousel-indicators li {
	border-color: #CCC;
}

#trial-carousel .carousel-indicators .active {
	background-color: #904199;
}

/* Set the Modal Header colors */
.modal-header { background-color: #EE5933!important; -webkit-border-radius: 5px 5px 0 0!important; -moz-border-radius: 5px 5px 0 0!important; border-radius: 5px 5px 0 0!important; color: #FFF!important; }
.modal-header button { color: #FFF!important; }
.modal-header-warning { background-color: #F0AD4E!important; }
.modal-header-danger { background-color: #D9534F!important; }
.modal-header-info { background-color: #5BC0DE!important; }
.modal-header-success { background-color: #47A447!important; }

.badge-default { background-color: #333; }
.badge-primary { background-color: #337ab7; }
.badge-success { background-color: #3c763d; }
.badge-info { background-color: #31708f; }
.badge-warning { background-color: #D6A95C; /*#8a6d3b;*/ }
.badge-danger { background-color: #a94442; }

footer { background-color: #00A6F2; color: #FFF; margin-top: 0; }
.footer { width: 100%; }
.footer .fa-a, .footer .fa-a:hover, .footer .fa-a:focus { text-decoration: none; }
.footer-2 { background-color: #222; color: #FFF; width: 100%; }
.footer-2 a { color: #FFF; position: relative; text-decoration: none; }
.footer-2 a, .footer-2 a:hover, .footer-2:focus { color: #FFF; }
.footer-2 a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #FFF;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.footer-2 a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.footer-2 .fa-a, .footer-2 .fa-a:hover, .footer-2 .fa-a:focus { text-decoration: none; }
.footer-2 .fa-a:before {
	content: inherit;
	position: inherit;
	width: inherit;
	height: inherit;
	bottom: inherit;
	left: inherit;
	background-color: inherit;
	visibility: inherit;
	-webkit-transform: inherit;
	transform: inherit;
	-webkit-transition: inherit;
	transition: inherit;
}
.footer-2 .fa-a:hover:before {
	visibility: inherit;
	-webkit-transform: inherit;
	transform: inherit;
}
.footer-2 .fa-inverse { color: #222; }

.panel-quote .panel-body:before {
    content: '\f10d';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    opacity: .5;
    font-size: 5em;
    top: 0;
    color: rgba(144, 65, 153, 0.75); /*#B4B5FC;*/
    /*color: lightblue;*/
    /*top: 0;
	left: 0;*/
    /*margin: -300px 0 0 -200px;
	z-index: 1;*/
}

/* */
.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #FF79F7; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #CC00BF; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #FF79F7;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/


textarea { resize: none; }


#account-info.dropdown-menu { background-color: #993D92; }
#account-info.dropdown-menu>li>a:focus, #account-info.dropdown-menu>li>a:hover { background-color: #888; }
#account-info.dropdown-menu>li>a { font-size: 100%; color: #FFFFFF; }

.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 12px;
	padding: 1em;
	display: none;
}

.back-to-top:hover {
	background-color: rgba(135, 135, 135, 0.50);
}

li.active a {
	font-weight: bold;
	color: #FFF;
}

.pagination {
  font-size: inherit!important;
}

#social-media {
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 30px;
	word-wrap: break-word;
}

.well-social a, .well-social a:hover {
	font-weight: bold;
}

.well-twitter {
	background-color: #2FC2EF;
	color: #FFF;
}

.well-twitter a, .well-twitter a:hover {
	color: #FFF;
}

.well-facebook {
	background-color: #3B5998;
	color: #FFF;
	cursor: pointer;
}

.well-frame {
	padding: 0;
	margin-bottom: 10px;
	height: 188px;
	overflow-y: hidden;
}

.well-facebook a, .well-facebook a:hover {
	color: #FFF;
}

.social-icon {
	font-size: 20px !important;
	float: right;
	margin-bottom: 0;
}

#social-media .well {
	height: 175px !important;
	overflow: hidden;
	padding: 10px;
	font-size: 13px;
	text-overflow: clip;
}

#social-media .well small {
	font-size: 12px;
	line-height: 0;
}

@media (min-width: 1267px) {
	#social-media .well {
		height: 210px !important;
		font-size: initial;
	}
}

@media (max-width: 1267px) {
	.well-frame {
		padding: 0;
		margin-bottom: 10px;
		height: 153px;
		overflow-y: hidden;
	}
}

@media (max-width: 1000px) {
	#social-media .well {
		height: auto !important;
	}
}

.ct-item-link, .ct-item-link:hover {
	color: inherit;
	text-decoration: none;
}
.ct-item:hover {
	cursor: pointer;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(170,170,170,1);
	-moz-box-shadow: 2px 2px 10px 0px rgba(170,170,170,1);
	box-shadow: 2px 2px 10px 0px rgba(170,170,170,1);
}

.ct-item-default:hover { -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 51, 51, 1); -moz-box-shadow: 2px 2px 10px 0px rgba(51, 51, 51, 1); box-shadow: 2px 2px 10px 0px rgba(51, 51, 51, 1); }
.ct-item-primary:hover { -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 122, 183, 1); -moz-box-shadow: 2px 2px 10px 0px rgba(51, 122, 183, 1); box-shadow: 2px 2px 10px 0px rgba(51, 122, 183, 1); }
.ct-item-success:hover { -webkit-box-shadow: 2px 2px 10px 0px rgba(60, 118, 61, 1); -moz-box-shadow: 2px 2px 10px 0px rgba(60, 118, 61, 1); box-shadow: 2px 2px 10px 0px rgba(60, 118, 61, 1); }
.ct-item-info:hover { -webkit-box-shadow: 2px 2px 10px 0px rgba(49, 112, 143, 1); -moz-box-shadow: 2px 2px 10px 0px rgba(49, 112, 143, 1); box-shadow: 2px 2px 10px 0px rgba(49, 112, 143, 1); }
.ct-item-warning:hover { -webkit-box-shadow: 2px 2px 10px 0px rgba(214, 169, 92, 1); -moz-box-shadow: 2px 2px 10px 0px rgba(214, 169, 92, 1); box-shadow: 2px 2px 10px 0px rgba(214, 169, 92, 1); }
.ct-item-danger:hover { -webkit-box-shadow: 2px 2px 10px 0px rgba(169, 68, 66, 1); -moz-box-shadow: 2px 2px 10px 0px rgba(169, 68, 66, 1); box-shadow: 2px 2px 10px 0px rgba(169, 68, 66, 1); }

/* Flip box */

.front-box {
	position: relative;
	width: 100%;
	height: 100%;
}

.inner-box {
}

.mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .9);
	opacity: 0;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mask.over {
	opacity: 1;
}

.hover-box {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	cursor: pointer;
	transform: scaleX(0);
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.hover-box.over {
	opacity: 1;
	transform: scaleX(1);
}

.group-mask {
	display: table;
	width: 100%;
	height: 100%;
}

.inner-mask {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
}

/* Custom Backgrounds */

.bg-white { background-color: #FFFFFF; }

.bg-dark-gray { background-color: #999999; }

.bg-light-gray { background-color: #CCCCCC; color: #333333; }

.bg-light-gray a { color: #555555; }

.bg-blue { background-color: #002F56; color: #FFFFFF; }

.bg-purple { background-color: #7F0075; color: #FFFFFF; }

.recaptcha-helper {
	float: left;
	display: none;
}
.recaptcha-position {
	margin: 0 auto;
	width: 304px;
}
@media only screen and (max-width: 767px) {
	.recaptcha-helper {
		float: none;
	}
	.recaptcha-position {
		margin: 0 auto;
		width: 164px;
	}
}

.front-box-parent {
	cursor: pointer;
}

/*.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
}*/

.carousel.fade {
	opacity: 1;
}

.carousel.fade .item {
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	left: 0 !important;
	opacity: 0;
	top:0;
	position:absolute;
	/*width: 100%;*/
	display:block !important;
	z-index:1;
}

.carousel.fade .item:first-child {
	top:auto;
	position:relative;
}

.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	z-index:2;
}

@media only screen and (max-width: 767px) {
	.recaptcha-helper {
		float: none;
	}
	.recaptcha-position {
		margin: 0 auto;
		width: 164px;
	}
}

.nav > li > a:focus, .nav > li > a:hover {
	background-color: inherit;
	color: #9D9D9D!important;
}

.secondary-menu .nav > li > a {
	color: #9D9D9D!important;
}
.secondary-menu .nav > li > a:focus, .nav > li > a:hover {
	color: #FFF!important;
}

.secondary-menu {  margin: 0; }
.primary-menu {margin: -30px 15px 0 0;}

/**/
#search-form {
	display: none;
	/*position: relative;*/
}

.well-purple {
	background-color: #7F0075;
	color: #FFF;
}

@media screen and (max-width: 767px) {
	.masthead1 {
		background-color: #FFF;
		height: 50px;
	}
}

@media (max-width: 1199px) {
	#search-form {
		width: 70px !important;
	}

	#search-item {
		width: 70px;
	}

	#search-form .input-group {
		position: absolute;
		margin-left: -146px;
		width: 200px;
	}
}

/*@media (min-width: 768px) {*/
	.navbar-nav {
		display: inline-block;
		float: none;
		vertical-align: top;
	}

	.navbar .navbar-collapse {
		text-align: center;
	}
/*}*/

@media (max-width: 992px) {
	.navbar {
		margin-bottom: 0;
	}

	.jumbotron {
		margin-top: 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#header-navbar-nav-top-lg li a {
		font-size: 12px;
		font-weight: bold;
	}
}

.lr-left, .lr-right { display: inline-block!important; }
.lr-left { padding-right: 5px!important; float: left; }
.lr-right { padding-left: 5px!important; }
.lr-mid { color: #fff; font-size: 120%; margin-top: 13px; float: left; padding: 0 5px; }

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-form {
		padding-right: 0;
		padding-left: 0;
	}
}

.tdi-control {
	/*border-radius: 0;*/
	height: 46px;
	font-size: 16px;
}

.btn-xlg {
	font-size: 30px;
	white-space: normal;
}

.alert2 {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert2 h4 {
	margin-top: 0;
	color: inherit;
}

.alert2 .alert-link {
	font-weight: bold;
}

.alert2 > p,
.alert2 > ul {
	margin-bottom: 0;
}

.alert2 > p + p {
	margin-top: 5px;
}

.purple-side-nav {
	background-color: rgba(144, 65, 153, 0.75);
}

#bookmark-bar {
	background-color: #BBBBBB;
	padding: 15px;
	color: #3C3C3C;
	font-size: 1.25em;
	margin-bottom: 30px;
}

#bookmark-bar a {
	color: #3C3C3C;
}

#bookmark-bar a.active {
	text-decoration: underline;
	font-weight: bold;
}
